#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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); } }; 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 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 GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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); } }; 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 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 InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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); } }; 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 GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // DMCore.Logic.CNoticeManager/c__AnonStorey0 struct U3COnRefreshListU3Ec__AnonStorey0_t1014948206; // DMCore.Logic.NoticeTask struct NoticeTask_t2932161791; // DMCore.Logic.CNoticeManager/OnCurExpChanged struct OnCurExpChanged_t1928539448; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // DMCore.Logic.CNoticeManager/OnMainTaskChanged struct OnMainTaskChanged_t359061898; // DMCore.Logic.CNoticeManager/OnStartNoticeTask struct OnStartNoticeTask_t2656173874; // DMCore.Logic.CNoticeManager/OnStopNoticeTask struct OnStopNoticeTask_t773840426; // DMCore.Logic.CNoticeManager/OnSubTaskChanged struct OnSubTaskChanged_t1167505012; // DMCore.Logic.CNoticeShopManager struct CNoticeShopManager_t2164620959; // CDataModelList struct CDataModelList_t1133308508; // System.Collections.Generic.List`1 struct List_1_t1561081024; // System.Collections.Generic.List`1 struct List_1_t257213610; // DMCore.Logic.CNoticeShopManager/OnShopListChanged struct OnShopListChanged_t1193369625; // DMCore.CDataArray struct CDataArray_t4068198041; // DMCore.Logic.NoticeShopItem struct NoticeShopItem_t89006282; // System.Comparison`1 struct Comparison_1_t4158904757; // System.Comparison`1 struct Comparison_1_t2855037343; // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t3619707304; // DMCore.Logic.COnHookManager struct COnHookManager_t1213390909; // System.Collections.Generic.List`1 struct List_1_t1037115578; // CDataModelBool struct CDataModelBool_t2269476966; // CDataModelInt struct CDataModelInt_t3463393640; // DMCore.Logic.CardSlotInfo struct CardSlotInfo_t3860008132; // DMCore.Logic.COnHookManager/c__AnonStorey0 struct U3CRefreshDataU3Ec__AnonStorey0_t3763323241; // System.Predicate`1 struct Predicate_1_t390334960; // System.Predicate`1 struct Predicate_1_t3905400288; // System.Action`2 struct Action_2_t4177122770; // System.Comparison`1 struct Comparison_1_t3634939311; // System.Action`1 struct Action_1_t1302699353; // IEventDispatcher struct IEventDispatcher_t2294365884; // NoticeTimeTool struct NoticeTimeTool_t3495891363; // System.Enum struct Enum_t4135868527; // DMCore.Logic.CoupleWallInfoUnit struct CoupleWallInfoUnit_t2257658563; // DMCore.Logic.CoupleWallManager struct CoupleWallManager_t3934997805; // CDataModelMap struct CDataModelMap_t1093164792; // DMCore.Logic.MessageLogInfoUnit struct MessageLogInfoUnit_t4080848674; // System.String struct String_t; // DMCore.Framework.Misc.CTextHelp struct CTextHelp_t3119637808; // DMCore.Framework.Misc.CSensitiveWordManager struct CSensitiveWordManager_t1258364656; // DMCore.Logic.CoupleWallManager/FreshCoupleWallPublishVoiceBtn struct FreshCoupleWallPublishVoiceBtn_t2594402265; // DMCore.Logic.CoupleWallManager/FreshCoupleWallExpressVoiceBtn struct FreshCoupleWallExpressVoiceBtn_t1937708699; // DMCore.Logic.CoupleWallManager/OnCoupleWallPublishVoiceCallBack struct OnCoupleWallPublishVoiceCallBack_t73764237; // DMCore.Logic.CoupleWallManager/OnCoupleWallExpressVoiceCallBack struct OnCoupleWallExpressVoiceCallBack_t773215007; // DMCore.Logic.cPeopleData struct cPeopleData_t2200687805; // DMCore.Logic.CPersonaliseMallController struct CPersonaliseMallController_t1763531711; // DMCore.Logic.CPersonalItemData struct CPersonalItemData_t2442059574; // DMCore.Logic.CPet struct CPet_t2667050390; // DMCore.Logic.CPetActionConfig struct CPetActionConfig_t1976691651; // DMCore.Framework.ITextBase struct ITextBase_t660344599; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3311957831; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1968819495; // DMCore.Logic.CPetManager struct CPetManager_t2941415134; // DMCore.Logic.CPetActionConfig/ActionConfigGroup struct ActionConfigGroup_t128277204; // DMCore.Logic.CPetActionConfig/ActionConfigUnit struct ActionConfigUnit_t3139127126; // DMCore.Logic.CPetActionLib struct CPetActionLib_t2502418388; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Xml.XmlElement struct XmlElement_t561603118; // System.String[] struct StringU5BU5D_t1281789340; // System.Char[] struct CharU5BU5D_t3528271667; // DMCore.Framework.Misc.CLogHelp struct CLogHelp_t779629444; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1244325602; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4008197194; // System.Collections.Generic.List`1 struct List_1_t316234572; // DMCore.Logic.CPetActionConfig/ActionConfigGroup/c__AnonStorey0 struct U3CGetConfigUnitFromListU3Ec__AnonStorey0_t2816068747; // System.Predicate`1 struct Predicate_1_t3964421250; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2242832625; // DMCore.Logic.CPetActionLib/PetActionUnit struct PetActionUnit_t2131509054; // DMCore.Logic.CPetActionLib/PetActionGroup struct PetActionGroup_t1314741595; // System.Collections.Generic.List`1 struct List_1_t3603583796; // DMCore.Logic.CPetActionLib/PetActionGroup/c__AnonStorey0 struct U3CGetActionUnitU3Ec__AnonStorey0_t2985909434; // System.Predicate`1 struct Predicate_1_t2956803178; // DMCore.Logic.CPetAniCfg struct CPetAniCfg_t3973954919; // System.Collections.Generic.List`1 struct List_1_t2716537489; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3625702484; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // DMCore.Logic.CPetAniCfg/PetAniUnit struct PetAniUnit_t1244462747; // UITexture struct UITexture_t3471168817; // DMCore.Logic.CPetAniCfg/PetAniOver struct PetAniOver_t18903185; // DMCore.Logic.CPetAniCfg/c__AnonStorey0 struct U3CPlayAniU3Ec__AnonStorey0_t3750724107; // System.Predicate`1 struct Predicate_1_t2069756871; // DMCore.Logic.CTimerManager struct CTimerManager_t4186675208; // DMCore.Logic.TimerCallbackProc struct TimerCallbackProc_t3381003091; // UnityEngine.Object struct Object_t631007953; // UnityEngine.Texture2D struct Texture2D_t3840446185; // DMCore.Framework.Resource.IResourceManager struct IResourceManager_t3165642952; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.GameObject struct GameObject_t1113636619; // DMCore.Logic.CPetConfig struct CPetConfig_t679804737; // System.Collections.Generic.List`1 struct List_1_t2185202699; // System.Collections.Generic.List`1 struct List_1_t3080825839; // DMCore.Logic.CPetConfig/PetQualityDataUnit struct PetQualityDataUnit_t1608751097; // DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit struct PetBuyEnergyDataConfigUnit_t713127957; // DMCore.Logic.CPetConfig/c__AnonStorey0 struct U3CGetBuyDataconfigU3Ec__AnonStorey0_t233870524; // System.Predicate`1 struct Predicate_1_t1538422081; // DMCore.Logic.CPetConfig/c__AnonStorey1 struct U3CGetQualityconfigU3Ec__AnonStorey1_t3016788788; // System.Predicate`1 struct Predicate_1_t2434045221; // DMCore.Logic.CPetLevelExperienceCfg struct CPetLevelExperienceCfg_t3456413245; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3489775701; // DMCore.Logic.CPetLevelExperienceCfg/levelEffect struct levelEffect_t306095074; // System.Collections.Generic.List`1 struct List_1_t4139125132; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1411863853; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4142745948; // System.Collections.Generic.List`1 struct List_1_t913674750; // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483; // DMCore.Framework.Scene.CSceneService struct CSceneService_t551449725; // DMCore.Framework.Scene.ISceneNpcBase struct ISceneNpcBase_t3974693970; // UnityEngine.Transform struct Transform_t3600365921; // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839; // System.Comparison`1 struct Comparison_1_t2441981569; // DMCore.Logic.CPetManager/UpgradeEffect struct UpgradeEffect_t3030226768; // DMCore.Logic.CChangeNameManager struct CChangeNameManager_t2068867582; // DMCore.Logic.CPetManager/GetMaterial struct GetMaterial_t2269987281; // DMCore.Logic.CPetSkill struct CPetSkill_t349224069; // DMCore.Logic.SkillInfo struct SkillInfo_t3175174670; // DMCore.Logic.CPetSkillConfig struct CPetSkillConfig_t2627276790; // DMCore.Framework.Scene.CProperty struct CProperty_t963755051; // DMCore.CRoot struct CRoot_t1043641654; // DMCore.Camera.ICameraBase struct ICameraBase_t3615533728; // UnityEngine.Camera struct Camera_t4157153871; // DMCore.Logic.CWndController struct CWndController_t749709641; // UnityEngine.ParticleSystem struct ParticleSystem_t1800779281; // UnityEngine.ParticleSystemRenderer struct ParticleSystemRenderer_t2065813411; // UnityEngine.Renderer struct Renderer_t2627027031; // UnityEngine.Material struct Material_t340375123; // UnityEngine.Texture struct Texture_t3661962703; // DMCore.CEventManager struct CEventManager_t474365641; // DMCore.OnEventCall struct OnEventCall_t3758354630; // DMCore.Logic.CChangeNameInfo struct CChangeNameInfo_t1998310127; // DMCore.Logic.OnChangeNameCallback struct OnChangeNameCallback_t2458829697; // DMCore.Logic.CMiscConfig struct CMiscConfig_t1694835947; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2960430969; // DMCore.Logic.CPetStarQualityLevelCfg struct CPetStarQualityLevelCfg_t129968123; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1839659084; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // System.Collections.Generic.List`1 struct List_1_t2131980057; // System.Xml.XmlNode struct XmlNode_t3767805227; // DMCore.Logic.CPetStarQualityLevelCfg/PetRightAddUnit struct PetRightAddUnit_t659905315; // DMCore.Logic.CPetStarQualityLevelCfg/c__AnonStorey0 struct U3CGetRightU3Ec__AnonStorey0_t2041945149; // System.Predicate`1 struct Predicate_1_t1485199439; // DMCore.Logic.CPhotoManager struct CPhotoManager_t704993275; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3796910518; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1622984065; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3731248982; // DMCore.Logic.CPhotoManager/CPhotoItem struct CPhotoItem_t3945992683; // DMCore.Logic.CPhotoManager/CPhotoUrl struct CPhotoUrl_t2734270734; // DMCore.Framework.Scene.ISceneRole struct ISceneRole_t2394225724; // System.Byte[] struct ByteU5BU5D_t4116647657; // DMCore.Logic.CPhotoManager/CPhotoItem/CUsrPhotoImageDownload struct CUsrPhotoImageDownload_t1144575657; // DMCore.Framework.Thread.IWebGetMsgBase struct IWebGetMsgBase_t740935312; // DMCore.Framework.Thread.CThreadManager struct CThreadManager_t1155338034; // DMCore.Framework.Thread.IThreadMsg struct IThreadMsg_t995202025; // DMCore.Framework.Thread.CThreadMsgWebGet struct CThreadMsgWebGet_t2224858682; // DMCore.Logic.CPindanManager struct CPindanManager_t730261733; // System.Collections.Generic.List`1 struct List_1_t1290268968; // System.Collections.Generic.List`1 struct List_1_t3044171863; // System.Collections.Generic.List`1 struct List_1_t2925477792; // System.Collections.Generic.List`1 struct List_1_t2358551301; // System.Collections.Generic.List`1 struct List_1_t4280442762; // System.Collections.Generic.List`1 struct List_1_t3748208937; // System.Collections.Generic.List`1 struct List_1_t128053199; // DMCore.Logic.CPindanManager/c__AnonStorey0 struct U3CIsExistU3Ec__AnonStorey0_t3207749389; // System.Predicate`1 struct Predicate_1_t643488350; // DMCore.Logic.CPindanManager/CPindanShop struct CPindanShop_t4113161522; // DMCore.Logic.CPindanManager/CPindanOrder struct CPindanOrder_t1572097121; // DMCore.Logic.CPindanManager/CJoinOrder struct CJoinOrder_t2808368020; // DMCore.Logic.CPindanManager/CompletePindan struct CompletePindan_t1453403050; // DMCore.Logic.CPindanManager/c__AnonStorey1 struct U3CAppendCompleteU3Ec__AnonStorey1_t2563700040; // System.Predicate`1 struct Predicate_1_t2278697174; // DMCore.Logic.CPindanManager/CInvitePindan struct CInvitePindan_t886476559; // DMCore.Logic.CPindanManager/c__AnonStorey2 struct U3CAppendInviteU3Ec__AnonStorey2_t2281905488; // System.Predicate`1 struct Predicate_1_t1711770683; // DMCore.Logic.CPindanManager/c__AnonStorey3 struct U3CGetShopInfoByIDU3Ec__AnonStorey3_t1794427239; // DMCore.Logic.CPindanManager/c__AnonStorey4 struct U3CGetPindanInfoByIDU3Ec__AnonStorey4_t3612384775; // System.Predicate`1 struct Predicate_1_t2397391245; // DMCore.Logic.CPindanManager/c__AnonStorey5 struct U3CIsJoinPindanU3Ec__AnonStorey5_t1965885762; // System.Predicate`1 struct Predicate_1_t3633662144; // UICheckbox struct UICheckbox_t2276134195; // DMCore.Logic.cPingDataList struct cPingDataList_t1861597238; // System.Collections.Generic.List`1 struct List_1_t293923529; // DMCore.Logic.cPingSelectedData struct cPingSelectedData_t1229964886; // DMCore.Logic.CPlayerInviteTable struct CPlayerInviteTable_t2496984219; // System.Collections.Generic.List`1 struct List_1_t4093334610; // DMCore.Logic.CFriendInfo struct CFriendInfo_t2621259868; // DMCore.Logic.CPlayerSearchTable struct CPlayerSearchTable_t1089245632; // DMCore.Logic.CPosterManager struct CPosterManager_t3158268888; // System.Collections.Generic.List`1 struct List_1_t2270800429; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2202228805; // DMCore.Logic.CPosterManager/c__AnonStorey0 struct U3CAddPosterListU3Ec__AnonStorey0_t1313554051; // System.Predicate`1 struct Predicate_1_t1624019811; // DMCore.Logic.PosterDetail struct PosterDetail_t3313515474; // DMCore.Logic.CShopManager struct CShopManager_t754298620; // DMCore.Logic.CPrivilegeManager struct CPrivilegeManager_t2732865419; // System.Collections.Generic.List`1 struct List_1_t1275442333; // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager struct CRoleModelItem_SuitConfigManager_t3017667155; // DMCore.Framework.Scene.CRoleModelItem_SuitConfig struct CRoleModelItem_SuitConfig_t3912215432; // DMCore.Framework.Scene.CRoleModelItem struct CRoleModelItem_t1608531946; // DMCore.Logic.CProExchange struct CProExchange_t1749490918; // DMCore.Logic.IActivityDetail struct IActivityDetail_t2848416189; // System.Collections.Generic.List`1 struct List_1_t3748361870; // DMCore.Logic.CProExchange/exchangeData struct exchangeData_t2276287128; // DMCore.Logic.CProExchange/consumeData struct consumeData_t3764125713; // DMCore.Logic.CAwardItem struct CAwardItem_t1677460915; // DMCore.Logic.CProfessManager struct CProfessManager_t3007339680; // uiProfess struct uiProfess_t251011769; // DMCore.OnMsgBoxClkCallBack struct OnMsgBoxClkCallBack_t3229751541; // DMCore.Net.CNetMainLogic struct CNetMainLogic_t857650587; // DMCore.Logic.CPropEquipManager struct CPropEquipManager_t729741778; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3250266723; // System.Collections.Generic.List`1 struct List_1_t1538660838; // DMCore.Framework.Localization.CLocalizationManager struct CLocalizationManager_t2604768345; // UnityEngine.TextAsset struct TextAsset_t3022178571; // DMCore.Logic.CPropEquipManager/EquipPropInfo struct EquipPropInfo_t66586096; // DMCore.Logic.PersonaliseConfig struct PersonaliseConfig_t2812043406; // DMCore.Logic.CPropManager struct CPropManager_t2238730194; // DMCore.Logic.CPropItem struct CPropItem_t1455887095; // DMCore.CDataProperty struct CDataProperty_t2806246268; // DMCore.Logic.CPropertySite struct CPropertySite_t3895418650; // System.Collections.Generic.List`1 struct List_1_t3963932672; // DMCore.Framework.Scene.CPropData struct CPropData_t2491857930; // DMCore.Logic.CPropertySiteManager struct CPropertySiteManager_t1418377639; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3680674949; // System.Action`1 struct Action_1_t2019918284; // System.Action`1 struct Action_1_t3252573759; // DMCore.Logic.CPropGroup struct CPropGroup_t317121043; // DMCore.Logic.CPropItemPool struct CPropItemPool_t1526587231; // DMCore.Logic.CItemBase struct CItemBase_t2436786639; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // DMCore.Logic.MiscPropItem struct MiscPropItem_t2188545016; // DMCore.Logic.InteractionPropItem struct InteractionPropItem_t3972394905; // DMCore.Logic.PresentPropItem struct PresentPropItem_t3724880295; // DMCore.Logic.FunctionPropItem struct FunctionPropItem_t2337231142; // DMCore.Logic.WorkShopPropItem struct WorkShopPropItem_t4219580909; // DMCore.Logic.PetPropType struct PetPropType_t4007296616; // DMCore.Logic.ChatBubbleType struct ChatBubbleType_t2493694615; // DMCore.Logic.HeadBoxType struct HeadBoxType_t346163273; // DMCore.Logic.EnterRoomAnimType struct EnterRoomAnimType_t924653319; // DMCore.Logic.SoleEffectType struct SoleEffectType_t3964163033; // DMCore.Logic.RoomEffecType struct RoomEffecType_t3962030271; // DMCore.Logic.StartAnimType struct StartAnimType_t2240491110; // DMCore.Logic.ShowTimeAnimType struct ShowTimeAnimType_t4188084783; // DMCore.Logic.EndAnimType struct EndAnimType_t83088423; // DMCore.Logic.StandAnimType struct StandAnimType_t1098604881; // DMCore.Logic.BroadcashType struct BroadcashType_t3061293016; // DMCore.Logic.IdolCardType struct IdolCardType_t677825537; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t344600426; // System.Collections.Generic.List`1> struct List_1_t4214347335; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t1722125482; // System.Collections.Generic.List`1> struct List_1_t1543599108; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t3346344551; // System.Comparison`1> struct Comparison_1_t2517203772; // System.Comparison`1> struct Comparison_1_t4141422841; // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t110361559; // DMCore.Logic.CPropLocalConfig struct CPropLocalConfig_t827037887; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1694959599; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2625280635; // DMCore.Logic.CPropManager/CheckPropByProperty struct CheckPropByProperty_t336342705; // System.Collections.Generic.List`1 struct List_1_t2927961837; // DMCore.Logic.CPropsDetailManager struct CPropsDetailManager_t2661117877; // IMonoCtrllor struct IMonoCtrllor_t1427182583; // DMCore.Logic.CPVEAward struct CPVEAward_t498378236; // System.Collections.Generic.List`1 struct List_1_t3149535657; // DMCore.Logic.CGiftPackage struct CGiftPackage_t998074622; // DMCore.Logic.CAwardList struct CAwardList_t4094041907; // DMCore.Logic.CPveAwardManager struct CPveAwardManager_t3593166514; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t736164020; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3682058863; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3352828889; // System.Collections.Generic.List`1> struct List_1_t169148262; // System.Collections.Generic.List`1> struct List_1_t3873131650; // DMCore.Logic.CFragment struct CFragment_t3696211104; // DMCore.Logic.CActivityManager struct CActivityManager_t1081296145; // DMCore.Logic.CPveManager struct CPveManager_t3058433014; // 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; // DMCore.Logic.CPveManager/CheckEnergyStateCallback struct CheckEnergyStateCallback_t3528280671; // DMCore.Logic.CPveStage struct CPveStage_t850204332; // DMCore.Logic.CDanceNpc struct CDanceNpc_t2506274377; // DMCore.Logic.CServerSimulator struct CServerSimulator_t2819548284; // UnityEngine.GameObject[] struct GameObjectU5BU5D_t3328599146; // DMCore.Logic.CLocalBattle struct CLocalBattle_t1519924991; // DMCore.Logic.CLocalSimulateRole struct CLocalSimulateRole_t4101146137; // DMCore.Logic.CPveManager/stPassedInfo struct stPassedInfo_t2189032837; // DMCore.Logic.CPveManager/chapterImage struct chapterImage_t586649930; // DMCore.Logic.CPveManager/c__AnonStorey0 struct U3CSetPveAtlasU3Ec__AnonStorey0_t266185308; // System.Predicate`1 struct Predicate_1_t1958300152; // System.Collections.Generic.List`1 struct List_1_t2605080770; // DMCore.Logic.CPveManager/SectionImage struct SectionImage_t1133006028; // System.Comparison`1 struct Comparison_1_t907937207; // DMCore.Framework.XML.DMXmlNode struct DMXmlNode_t3958967524; // DMCore.Framework.XML.DMXmlNodeList struct DMXmlNodeList_t795971656; // DMCore.Logic.CPveManager/SectionCfg struct SectionCfg_t509487609; // DMCore.Framework.XML.DMXmlDocument struct DMXmlDocument_t2468531415; // PVEScore struct PVEScore_t550407626; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1380571261; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3277249325; // CBetterSet`1> struct CBetterSet_1_t433888323; // CBetterSet`1> struct CBetterSet_1_t2134195988; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // DMCore.Logic.CPropertySite[] struct CPropertySiteU5BU5D_t1377357631; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t227769347; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // DMCore.Logic.CPropItem[] struct CPropItemU5BU5D_t3213068110; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2817406954; // DMCore.Framework.Scene.CPropData[] struct CPropDataU5BU5D_t201666703; // DMCore.Logic.CPetStarQualityLevelCfg/PetRightAddUnit[] struct PetRightAddUnitU5BU5D_t2111773938; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t132201056; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4284552512; // DMCore.Logic.SkillInfo[] struct SkillInfoU5BU5D_t3866758651; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2717170367; // DMCore.Logic.CPropGroup[] struct CPropGroupU5BU5D_t555838530; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t462506454; // CBetterSet`1> struct CBetterSet_1_t2914247844; // System.Int64[] struct Int64U5BU5D_t2559172825; // DMCore.CDataProperty[] struct CDataPropertyU5BU5D_t2570513173; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2174852017; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2163511669; // BetterList`1 struct BetterList_1_t2996838064; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t149664596; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3295043608; // DMCore.Logic.CPetAniCfg/PetAniUnit[] struct PetAniUnitU5BU5D_t2230969498; // DMCore.Logic.CPetSkill[] struct CPetSkillU5BU5D_t2344579016; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1548932026; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3115379643; // DMCore.Logic.CPet[] struct CPetU5BU5D_t604242771; // DMCore.Logic.CPetLevelExperienceCfg/levelEffect[] struct levelEffectU5BU5D_t33502807; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3932808947; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t3021503820; // DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit[] struct PetBuyEnergyDataConfigUnitU5BU5D_t3678471160; // DMCore.Logic.CPetConfig/PetQualityDataUnit[] struct PetQualityDataUnitU5BU5D_t3003683844; // DMCore.Logic.CPropEquipManager/EquipPropInfo[] struct EquipPropInfoU5BU5D_t1699673169; // DMCore.Framework.Scene.CRoleModelItem/stItemState struct stItemState_t244584211; // DMCore.Logic.SameStylePkgUnit[] struct SameStylePkgUnitU5BU5D_t1946557662; // DMCore.Logic.PosterDetail[] struct PosterDetailU5BU5D_t2107773095; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1712111939; // DMCore.Logic.PosterUnit[] struct PosterUnitU5BU5D_t3839774478; // System.Collections.Generic.List`1 struct List_1_t2529903214; // DMCore.Logic.CFriendInfo[] struct CFriendInfoU5BU5D_t1425557173; // DMCore.Logic.enumFamilyType[] struct enumFamilyTypeU5BU5D_t2669235330; // 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_t2800928763; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4097355377; // DMCore.Logic.CProExchange/exchangeData[] struct exchangeDataU5BU5D_t2988935177; // DMCore.Logic.CProExchange/consumeData[] struct consumeDataU5BU5D_t324587660; // DMCore.Logic.CAwardItem[] struct CAwardItemU5BU5D_t688006690; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1304012013; // DMCore.Logic.CPhotoManager/CPhotoItem[] struct CPhotoItemU5BU5D_t3112503818; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1962915534; // DMCore.Logic.CPhotoManager/CPhotoUrl[] struct CPhotoUrlU5BU5D_t138050299; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4037356439; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t908850926; // UICheckbox[] struct UICheckboxU5BU5D_t3313275042; // DMCore.Logic.CPindanManager/CJoinOrder[] struct CJoinOrderU5BU5D_t2837991325; // DMCore.Logic.CPindanManager/CInvitePindan[] struct CInvitePindanU5BU5D_t1387913174; // System.Collections.Generic.List`1 struct List_1_t1221203580; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2578695322; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1382638365; // DMCore.Logic.CPindanManager/CPindanShop[] struct CPindanShopU5BU5D_t3013467591; // DMCore.Logic.CPindanManager/CPindanOrder[] struct CPindanOrderU5BU5D_t1951185148; // DMCore.Logic.CPindanManager/CompletePindan[] struct CompletePindanU5BU5D_t1434840687; // DMCore.Logic.CPetActionLib/PetActionUnit[] struct PetActionUnitU5BU5D_t4195046923; // System.Collections.Generic.List`1 struct List_1_t3662906633; // CBetterSet`1> struct CBetterSet_1_t1416977057; // DMCore.Logic.CardSlotInfo[] struct CardSlotInfoU5BU5D_t3351770029; // BetterList`1 struct BetterList_1_t2105966071; // DMCore.Logic.NoticeShopItem[] struct NoticeShopItemU5BU5D_t400154831; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Single[] struct SingleU5BU5D_t1444911251; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t895143331; // DMCore.Logic.CServerSimulator/stWinerRole struct stWinerRole_t218468379; // DMCore.Logic.CServerSimulator/On2ServerMsg struct On2ServerMsg_t2006430000; // DMCore.Logic.CPveManager/stPassedInfo[] struct stPassedInfoU5BU5D_t4037806792; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3642145636; // DMCore.Logic.CPveStage[] struct CPveStageU5BU5D_t3596827941; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3201166785; // DMCore.Logic.CPveManager/SectionCfg[] struct SectionCfgU5BU5D_t3393681924; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2998020768; // DMCore.Logic.CPveManager/SectionImage[] struct SectionImageU5BU5D_t1433062021; // DMCore.Logic.CPveManager/chapterImage[] struct chapterImageU5BU5D_t2382241359; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1986580203; // DMCore.Logic.CPetActionConfig/ActionConfigGroup[] struct ActionConfigGroupU5BU5D_t284613469; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4183919609; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // DMCore.Logic.CPetActionConfig/ActionConfigUnit[] struct ActionConfigUnitU5BU5D_t1702261395; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t886128184; // DMCore.Logic.CPVEAward[] struct CPVEAwardU5BU5D_t1655404181; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1259743025; // DMCore.Logic.PetActionType[] struct PetActionTypeU5BU5D_t2424624071; // DMCore.Logic.CPetActionLib/PetActionGroup[] struct PetActionGroupU5BU5D_t1037071066; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1464661220; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2710985831; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t3166193873; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // DMCore.Framework.XML.DMXmlSerial struct DMXmlSerial_t1029243897; // BetterList`1 struct BetterList_1_t2935806958; // DMCore.Framework.XML.DMXmlNode[] struct DMXmlNodeU5BU5D_t4275982093; // System.Collections.Generic.List`1>[] struct List_1U5BU5D_t2066810947; // System.Collections.Generic.Dictionary`2/Transform`1>,System.Collections.DictionaryEntry> struct Transform_1_t1671149791; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t602878469; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2276793234; // DMCore.Net.CNetMainLogic/_ProcDelegate[] struct _ProcDelegateU5BU5D_t2947363969; // DMCore.Framework.Thread.CThreadLock struct CThreadLock_t3315856551; // DMCore.Net.CCustomNetMsgHooker struct CCustomNetMsgHooker_t1749009394; // System.Void struct Void_t1185182177; // 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; // 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; // BetterList`1 struct BetterList_1_t3256166455; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3311733826; // System.Collections.Generic.HashSet`1 struct HashSet_1_t412400163; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup struct TextUnitGroup_t1441580864; // UnityEngine.BoxCollider struct BoxCollider_t1640800422; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3314469724; // System.Collections.Generic.List`1 struct List_1_t4056803065; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Collections.Generic.List`1 struct List_1_t1237090056; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // UnityEngine.WWW struct WWW_t3688466362; // DMCore.Logic.ClothScoreData struct ClothScoreData_t1911004847; // DMCore.Logic.CPveStoryData struct CPveStoryData_t1324513091; // System.Collections.Generic.List`1 struct List_1_t3978349119; // System.Collections.Generic.List`1> struct List_1_t3588365150; // System.Collections.Generic.List`1 struct List_1_t817360128; // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918; // CAnimSite struct CAnimSite_t233742424; // CSkeletonSite struct CSkeletonSite_t1178137573; // DMListView struct DMListView_t512231514; // System.Collections.Generic.List`1 struct List_1_t25523635; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3209204262; // DMCore.Net.CNetService struct CNetService_t1201271315; // DMCore.Framework.Movie.CAnimSystem struct CAnimSystem_t3541144328; // DMCore.Framework.CTimerCtrl struct CTimerCtrl_t297173612; // DMCore.CAccManager struct CAccManager_t1454736772; // DMCore.ISoundManager struct ISoundManager_t434164892; // DMCore.DanceMode.CDanceManager struct CDanceManager_t448141780; // DMCore.Framework.Location.CLocationManager struct CLocationManager_t1346018200; // 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; // 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; // System.Collections.Generic.List`1 struct List_1_t3319525431; // DMCore.Framework.Scene.CPetModel struct CPetModel_t3783790547; // IEventBase struct IEventBase_t1130231758; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // UILabel struct UILabel_t3248798549; // UnityEngine.AudioClip struct AudioClip_t3680889665; // System.Action struct Action_t1264377477; // UISprite struct UISprite_t194114938; // UnityEngine.Animation struct Animation_t3648466861; // System.Action`1 struct Action_1_t269755560; // UIPanel struct UIPanel_t1716472341; // UIGeometry struct UIGeometry_t1059483952; // UnityEngine.Shader struct Shader_t4151988712; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const uint32_t OnCurExpChanged_BeginInvoke_m3157682813_MetadataUsageId; extern const uint32_t OnMainTaskChanged_BeginInvoke_m2381400291_MetadataUsageId; extern const uint32_t OnStartNoticeTask_BeginInvoke_m431873371_MetadataUsageId; extern const uint32_t OnSubTaskChanged_BeginInvoke_m4036479423_MetadataUsageId; extern RuntimeClass* CDataModelList_t1133308508_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t1561081024_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3384631057_RuntimeMethod_var; extern const uint32_t CNoticeShopManager__ctor_m3041469904_MetadataUsageId; extern RuntimeClass* CNoticeShopManager_t2164620959_il2cpp_TypeInfo_var; extern const uint32_t CNoticeShopManager_GetInstance_m2700197826_MetadataUsageId; extern RuntimeClass* CDataArray_t4068198041_il2cpp_TypeInfo_var; extern const uint32_t CNoticeShopManager_RequestShopList_m1976877131_MetadataUsageId; extern const uint32_t CNoticeShopManager_RequestBuy_m104373338_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m588514303_RuntimeMethod_var; extern const uint32_t CNoticeShopManager_Add_m719923456_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m4043373719_RuntimeMethod_var; extern const uint32_t CNoticeShopManager_Clear_m1868433149_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m3266433451_RuntimeMethod_var; extern const uint32_t CNoticeShopManager_GetShopCount_m357113013_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1199657584_RuntimeMethod_var; extern const uint32_t CNoticeShopManager_GetShopItem_m53412186_MetadataUsageId; extern RuntimeClass* Comparison_1_t4158904757_il2cpp_TypeInfo_var; extern const RuntimeMethod* CNoticeShopManager_SortFunc_m2888669936_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m2406703021_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m630942570_RuntimeMethod_var; extern const uint32_t CNoticeShopManager_OnRefreshShopList_m3076519311_MetadataUsageId; extern RuntimeClass* SortKeyInfo_1_t3619707304_il2cpp_TypeInfo_var; extern const RuntimeMethod* SortKeyInfo_1__ctor_m1394869830_RuntimeMethod_var; extern const RuntimeMethod* CSortTemplete_SortFunctor_TisInt32_t2950945753_m4216915814_RuntimeMethod_var; extern const uint32_t CNoticeShopManager_SortFunc_m2888669936_MetadataUsageId; extern RuntimeClass* List_1_t1037115578_il2cpp_TypeInfo_var; extern RuntimeClass* CDataModelBool_t2269476966_il2cpp_TypeInfo_var; extern RuntimeClass* CDataModelInt_t3463393640_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1038905953_RuntimeMethod_var; extern const uint32_t COnHookManager__ctor_m433841122_MetadataUsageId; extern RuntimeClass* COnHookManager_t1213390909_il2cpp_TypeInfo_var; extern const uint32_t COnHookManager_GetInstance_m1809463949_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m1112624321_RuntimeMethod_var; extern const uint32_t COnHookManager_Append_m1372187864_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m468493537_RuntimeMethod_var; extern const uint32_t COnHookManager_Cleanup_m1453070970_MetadataUsageId; extern RuntimeClass* U3CRefreshDataU3Ec__AnonStorey0_t3763323241_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t390334960_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CRefreshDataU3Ec__AnonStorey0_U3CU3Em__0_m3464050164_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m3811348814_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m2743030052_RuntimeMethod_var; extern const uint32_t COnHookManager_RefreshData_m54235404_MetadataUsageId; extern const RuntimeMethod* Action_2_Invoke_m3616124733_RuntimeMethod_var; extern const uint32_t COnHookManager_RefreshCD_m3075937669_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m645687676_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2707278069_RuntimeMethod_var; extern const uint32_t COnHookManager_GetInfoByIndex_m2120534121_MetadataUsageId; extern const uint32_t COnHookManager_RequestList_m3272532643_MetadataUsageId; extern const uint32_t COnHookManager_RequestAward_m3964785923_MetadataUsageId; extern const uint32_t COnHookManager_RequestInsertCard_m3450980174_MetadataUsageId; extern const uint32_t COnHookManager_RequestCancel_m892222301_MetadataUsageId; extern const uint32_t COnHookManager_RequestSwap_m4195622049_MetadataUsageId; extern const uint32_t COnHookManager_Requestunlock_m2333369344_MetadataUsageId; extern const uint32_t COnHookManager_RequestQuick_m1766087997_MetadataUsageId; extern RuntimeClass* Comparison_1_t3634939311_il2cpp_TypeInfo_var; extern const RuntimeMethod* COnHookManager__SortFunc_m1711545696_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m3359866588_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m636694793_RuntimeMethod_var; extern const uint32_t COnHookManager_RefreshList_m1801580126_MetadataUsageId; extern const uint32_t COnHookManager_GetRealIndex_m1403038078_MetadataUsageId; extern RuntimeClass* CurrencyGetManager_t971236882_il2cpp_TypeInfo_var; extern RuntimeClass* NoticeTimeTool_t3495891363_il2cpp_TypeInfo_var; extern const uint32_t COnHookManager_ConfirmQuickFinish_m34989388_MetadataUsageId; extern RuntimeClass* EM_CardSlotUnlock_Type_t1885447760_il2cpp_TypeInfo_var; extern const uint32_t COnHookManager__SortFunc_m1711545696_MetadataUsageId; extern RuntimeClass* CDataModelMap_t1093164792_il2cpp_TypeInfo_var; extern RuntimeClass* CoupleWallInfoUnit_t2257658563_il2cpp_TypeInfo_var; extern RuntimeClass* MessageLogInfoUnit_t4080848674_il2cpp_TypeInfo_var; extern const uint32_t CoupleWallManager__ctor_m2363226668_MetadataUsageId; extern RuntimeClass* CoupleWallManager_t3934997805_il2cpp_TypeInfo_var; extern const uint32_t CoupleWallManager_GetInstance_m2208694608_MetadataUsageId; extern const uint32_t CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424_MetadataUsageId; extern const uint32_t CoupleWallManager_SetCoupleWallDataMap_m1134741752_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3961161190; extern String_t* _stringLiteral2924765226; extern const uint32_t CoupleWallManager_GetVoiceLengthDescByVoiceLength_m1554042755_MetadataUsageId; extern String_t* _stringLiteral2057260601; extern String_t* _stringLiteral3542516512; extern String_t* _stringLiteral1499038088; extern String_t* _stringLiteral540934863; extern String_t* _stringLiteral2179869862; extern String_t* _stringLiteral3120574886; extern String_t* _stringLiteral3582354151; extern const uint32_t CoupleWallManager_GetTimeDescByCashTypeAndRestTime_m3020069841_MetadataUsageId; extern const uint32_t CoupleWallManager_RequireCoupleWallInfo_m2469027458_MetadataUsageId; extern const uint32_t CoupleWallManager_RequireMessageLogInfo_m4293144291_MetadataUsageId; extern RuntimeClass* CSensitiveWordManager_t1258364656_il2cpp_TypeInfo_var; extern const uint32_t CoupleWallManager_PublishCoupleWallInfo_m3327697030_MetadataUsageId; extern const uint32_t CoupleWallManager_ExpressInCoupleWall_m821200860_MetadataUsageId; extern const uint32_t CoupleWallManager_FollowInCoupleWall_m12107798_MetadataUsageId; extern const uint32_t CoupleWallManager_DeleteCoupleWallInfo_m2029682552_MetadataUsageId; extern const uint32_t CoupleWallManager_SetExpressDetailResult_m1234317899_MetadataUsageId; extern const uint32_t CoupleWallManager_ClearAlreadyReadMessageLog_m3916340143_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t FreshCoupleWallExpressVoiceBtn_BeginInvoke_m917211336_MetadataUsageId; extern const uint32_t FreshCoupleWallPublishVoiceBtn_BeginInvoke_m2833628894_MetadataUsageId; extern const uint32_t cPeopleData__ctor_m590229683_MetadataUsageId; extern const uint32_t cPeopleData_Init_m2689482506_MetadataUsageId; extern RuntimeClass* CPersonaliseMallController_t1763531711_il2cpp_TypeInfo_var; extern const uint32_t CPersonaliseMallController_GetInstance_m600895781_MetadataUsageId; extern const uint32_t CPet__ctor_m1018894914_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3311957831_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3955083959_RuntimeMethod_var; extern String_t* _stringLiteral463219533; extern const uint32_t CPetActionConfig__ctor_m1936377367_MetadataUsageId; extern RuntimeClass* CPetActionConfig_t1976691651_il2cpp_TypeInfo_var; extern const uint32_t CPetActionConfig_GetInstance_m684232195_MetadataUsageId; extern RuntimeClass* CPetManager_t2941415134_il2cpp_TypeInfo_var; extern const uint32_t CPetActionConfig_GetShowFactorByPetID_m2278738441_MetadataUsageId; extern const uint32_t CPetActionConfig_GetTtileOffsetByPetID_m4140166200_MetadataUsageId; extern const uint32_t CPetActionConfig_GetWalkSpeedByPetID_m3511490503_MetadataUsageId; extern const uint32_t CPetActionConfig_GetSafeDistanceByPetID_m735907236_MetadataUsageId; extern const uint32_t CPetActionConfig_GetActionResByPetID_m3651468402_MetadataUsageId; extern const uint32_t CPetActionConfig_GetActionResByPetID_m3823755409_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m662645942_RuntimeMethod_var; extern const uint32_t CPetActionConfig_GetShowFactorByModelID_m3010840772_MetadataUsageId; extern const uint32_t CPetActionConfig_GetTitleOffsetByModelID_m3620129774_MetadataUsageId; extern RuntimeClass* Common_t3802143103_il2cpp_TypeInfo_var; extern const uint32_t CPetActionConfig_GetWalkSpeedByModelID_m2905732202_MetadataUsageId; extern const uint32_t CPetActionConfig_GetSafeDistanceByModelID_m3623398094_MetadataUsageId; extern RuntimeClass* CPetActionLib_t2502418388_il2cpp_TypeInfo_var; extern RuntimeClass* CMiscHelp_t3597884754_il2cpp_TypeInfo_var; extern const uint32_t CPetActionConfig_GetActionResByModelID_m2801015671_MetadataUsageId; extern const uint32_t CPetActionConfig_GetActionResByModelID_m823719944_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m1936132643_RuntimeMethod_var; extern const uint32_t CPetActionConfig_IsValidModelID_m1657803925_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m1475470306_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1214715554_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m466264212_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1061366833_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m4269955486_RuntimeMethod_var; extern const uint32_t CPetActionConfig_Clear_m1607411132_MetadataUsageId; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* ActionConfigGroup_t128277204_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2568305653_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2456767205_RuntimeMethod_var; extern String_t* _stringLiteral3454449607; extern const uint32_t CPetActionConfig_OnLoad_m3351063344_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1244325602_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3897101279_RuntimeMethod_var; extern const uint32_t ActionConfigGroup__ctor_m1353680850_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m4068851059_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3213785704_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1137140556_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2535816426_RuntimeMethod_var; extern const uint32_t ActionConfigGroup_GetConfigUnit_m4134292537_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2969030198_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1629797649_RuntimeMethod_var; extern const uint32_t ActionConfigGroup_GetConfigUnit_m3339452081_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m997073492_RuntimeMethod_var; extern const uint32_t ActionConfigGroup_Clear_m2895183137_MetadataUsageId; extern RuntimeClass* ActionConfigUnit_t3139127126_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t316234572_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1830941457_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m4267282777_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1133094451_RuntimeMethod_var; extern String_t* _stringLiteral3694931495; extern String_t* _stringLiteral3427368619; extern String_t* _stringLiteral3742136141; extern String_t* _stringLiteral2259730753; extern String_t* _stringLiteral387623114; extern String_t* _stringLiteral452706120; extern const uint32_t ActionConfigGroup_DeserialFromXml_m3448062122_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2392040879_RuntimeMethod_var; extern const uint32_t ActionConfigGroup_GetActionList_m9041252_MetadataUsageId; extern RuntimeClass* U3CGetConfigUnitFromListU3Ec__AnonStorey0_t2816068747_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t3964421250_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetConfigUnitFromListU3Ec__AnonStorey0_U3CU3Em__0_m2589658329_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m1509224188_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m3526688601_RuntimeMethod_var; extern const uint32_t ActionConfigGroup_GetConfigUnitFromList_m87135713_MetadataUsageId; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern const uint32_t ActionConfigUnit__ctor_m3191058513_MetadataUsageId; extern const uint32_t ActionConfigUnit_Clear_m863077633_MetadataUsageId; extern String_t* _stringLiteral1065451464; extern String_t* _stringLiteral1235962008; extern String_t* _stringLiteral3923121011; extern const uint32_t ActionConfigUnit_DeserialFromXml_m2315505723_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2242832625_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2524411756_RuntimeMethod_var; extern String_t* _stringLiteral460795379; extern const uint32_t CPetActionLib__ctor_m1829419692_MetadataUsageId; extern const uint32_t CPetActionLib_GetInstance_m1996077265_MetadataUsageId; extern const uint32_t CPetActionLib_GetActionRes_m1852544946_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m446956557_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1191692428_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m4064456603_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3664459321_RuntimeMethod_var; extern const uint32_t CPetActionLib_IsValid_m4935084_MetadataUsageId; extern const RuntimeMethod* KeyValuePair_2_get_Value_m549504025_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m88902793_RuntimeMethod_var; extern const uint32_t CPetActionLib_Clear_m3364185870_MetadataUsageId; extern RuntimeClass* PetActionGroup_t1314741595_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m2957635504_RuntimeMethod_var; extern String_t* _stringLiteral2103896883; extern String_t* _stringLiteral1507608742; extern String_t* _stringLiteral3452614529; extern const uint32_t CPetActionLib_OnLoad_m2510000360_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m4257547920_RuntimeMethod_var; extern const uint32_t CPetActionLib_GetActionUnit_m3712106804_MetadataUsageId; extern RuntimeClass* List_1_t3603583796_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3833859292_RuntimeMethod_var; extern const uint32_t PetActionGroup__ctor_m3229935379_MetadataUsageId; extern RuntimeClass* U3CGetActionUnitU3Ec__AnonStorey0_t2985909434_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t2956803178_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetActionUnitU3Ec__AnonStorey0_U3CU3Em__0_m3174009650_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m145284204_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m934504440_RuntimeMethod_var; extern const uint32_t PetActionGroup_GetActionUnit_m1741971057_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2761726799_RuntimeMethod_var; extern const uint32_t PetActionGroup_Clear_m921913722_MetadataUsageId; extern RuntimeClass* PetActionUnit_t2131509054_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m366800934_RuntimeMethod_var; extern const uint32_t PetActionGroup_DeserialFromXml_m1944606065_MetadataUsageId; extern const uint32_t PetActionUnit__ctor_m3902600382_MetadataUsageId; extern String_t* _stringLiteral3977388916; extern const uint32_t PetActionUnit_DeserialFromXml_m2674497875_MetadataUsageId; extern RuntimeClass* List_1_t2716537489_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3625702484_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m395481168_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2275355514_RuntimeMethod_var; extern String_t* _stringLiteral396817327; extern const uint32_t CPetAniCfg__ctor_m3815368956_MetadataUsageId; extern RuntimeClass* CPetAniCfg_t3973954919_il2cpp_TypeInfo_var; extern const uint32_t CPetAniCfg_GetInstance_m3762272601_MetadataUsageId; extern RuntimeClass* PetAniUnit_t1244462747_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m3148816113_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m534890244_RuntimeMethod_var; extern String_t* _stringLiteral2328036797; extern String_t* _stringLiteral666174078; extern String_t* _stringLiteral1902006907; extern String_t* _stringLiteral2351311583; extern String_t* _stringLiteral523134901; extern String_t* _stringLiteral452411369; extern const uint32_t CPetAniCfg_OnLoad_m3932169219_MetadataUsageId; extern RuntimeClass* U3CPlayAniU3Ec__AnonStorey0_t3750724107_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t2069756871_il2cpp_TypeInfo_var; extern RuntimeClass* CTimerManager_t4186675208_il2cpp_TypeInfo_var; extern RuntimeClass* TimerCallbackProc_t3381003091_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CPlayAniU3Ec__AnonStorey0_U3CU3Em__0_m3140275601_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m1932857113_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m2638045786_RuntimeMethod_var; extern const RuntimeMethod* CPetAniCfg_OnAniChangeImg_m380563525_RuntimeMethod_var; extern const uint32_t CPetAniCfg_PlayAni_m586612980_MetadataUsageId; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern RuntimeClass* Texture2D_t3840446185_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m1577318754_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2202019062_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m432567873_RuntimeMethod_var; extern String_t* _stringLiteral3451565953; extern const uint32_t CPetAniCfg_OnAniChangeImg_m380563525_MetadataUsageId; extern const uint32_t U3CPlayAniU3Ec__AnonStorey0_U3CU3Em__0_m3140275601_MetadataUsageId; extern const uint32_t PetAniUnit__ctor_m2630056321_MetadataUsageId; extern RuntimeClass* List_1_t2185202699_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3080825839_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2373755208_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1505517989_RuntimeMethod_var; extern const uint32_t CPetConfig__ctor_m4020661248_MetadataUsageId; extern RuntimeClass* CPetConfig_t679804737_il2cpp_TypeInfo_var; extern const uint32_t CPetConfig_GetInstance_m2205073526_MetadataUsageId; extern const uint32_t CPetConfig_RequestPetConfig_m1936925773_MetadataUsageId; extern RuntimeClass* PetQualityDataUnit_t1608751097_il2cpp_TypeInfo_var; extern RuntimeClass* PetBuyEnergyDataConfigUnit_t713127957_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m3424721998_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2616313425_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m50456155_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m223407736_RuntimeMethod_var; extern const uint32_t CPetConfig_ResponsePetConfig_m1004517824_MetadataUsageId; extern RuntimeClass* U3CGetBuyDataconfigU3Ec__AnonStorey0_t233870524_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t1538422081_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetBuyDataconfigU3Ec__AnonStorey0_U3CU3Em__0_m1988823969_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m2474333513_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m3457631442_RuntimeMethod_var; extern const uint32_t CPetConfig_GetBuyDataconfig_m2807802240_MetadataUsageId; extern RuntimeClass* U3CGetQualityconfigU3Ec__AnonStorey1_t3016788788_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t2434045221_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetQualityconfigU3Ec__AnonStorey1_U3CU3Em__0_m2644710375_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m1280362594_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m515852019_RuntimeMethod_var; extern const uint32_t CPetConfig_GetQualityconfig_m1314804221_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2575567348_RuntimeMethod_var; extern const uint32_t CPetConfig_GetBuyEnergyMaxNum_m1055861256_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2047525830_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3539764010_RuntimeMethod_var; extern const uint32_t CPetConfig_GetMaxLevel_m2261324797_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3489775701_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m134653699_RuntimeMethod_var; extern String_t* _stringLiteral669736737; extern const uint32_t CPetLevelExperienceCfg__ctor_m3056569966_MetadataUsageId; extern RuntimeClass* CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var; extern const uint32_t CPetLevelExperienceCfg_GetInstance_m1524422937_MetadataUsageId; extern RuntimeClass* levelEffect_t306095074_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Clear_m1865615314_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m244444753_RuntimeMethod_var; extern String_t* _stringLiteral1232840130; extern String_t* _stringLiteral945218089; extern String_t* _stringLiteral1811085583; extern String_t* _stringLiteral2302596045; extern String_t* _stringLiteral587669701; extern const uint32_t CPetLevelExperienceCfg_OnLoad_m3699552452_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m4058996561_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m1431089889_RuntimeMethod_var; extern const uint32_t CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790_MetadataUsageId; extern const uint32_t CPetLevelExperienceCfg_GetNeedExperienceForMax_m2651649929_MetadataUsageId; extern RuntimeClass* List_1_t4139125132_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1411863853_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t913674750_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3704617332_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2853127436_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3581340774_RuntimeMethod_var; extern const uint32_t CPetManager__ctor_m1438111042_MetadataUsageId; extern const uint32_t CPetManager_GetInstance_m156291089_MetadataUsageId; extern String_t* _stringLiteral3005481750; extern const uint32_t CPetManager_CreatePetObject_m1636568575_MetadataUsageId; extern String_t* _stringLiteral509703830; extern const uint32_t CPetManager_GetPathByPetModelID_m1296429434_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1516092030_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1669066067_RuntimeMethod_var; extern const uint32_t CPetManager_GetPetByID_m2745814047_MetadataUsageId; extern const uint32_t CPetManager_GetPetByIndex_m2198673609_MetadataUsageId; extern const uint32_t CPetManager_RequestPetList_m615198046_MetadataUsageId; extern RuntimeClass* CPet_t2667050390_il2cpp_TypeInfo_var; extern RuntimeClass* Comparison_1_t2441981569_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m1429378108_RuntimeMethod_var; extern const RuntimeMethod* CPetManager_SortPet_m1015129909_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m3793606008_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m1895311614_RuntimeMethod_var; extern const uint32_t CPetManager_RefreshPetList_m4281754246_MetadataUsageId; extern const uint32_t CPetManager_RequestActivePet_m459770279_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m358737454_RuntimeMethod_var; extern const uint32_t CPetManager_ResponseActivePet_m241255309_MetadataUsageId; extern const uint32_t CPetManager_RequestUseMedicineExp_m2591564299_MetadataUsageId; extern RuntimeClass* CChangeNameManager_t2068867582_il2cpp_TypeInfo_var; extern const uint32_t CPetManager_RequestChangePetName_m2448273820_MetadataUsageId; extern String_t* _stringLiteral3603714997; extern const uint32_t CPetManager_ResponseChangePetName_m595464598_MetadataUsageId; extern const uint32_t CPetManager_RequestChangeCurrentPetID_m2068040169_MetadataUsageId; extern const uint32_t CPetManager_RequestUnloadPet_m2424110772_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m1978929420_RuntimeMethod_var; extern String_t* _stringLiteral2033737182; extern const uint32_t CPetManager_ResponseFollowOrRelese_m827265120_MetadataUsageId; extern const uint32_t CPetManager_RequestUseQualityMaterial_m3099955516_MetadataUsageId; extern const uint32_t CPetManager_RequestPetSkillData_m2548509545_MetadataUsageId; extern RuntimeClass* CPetSkill_t349224069_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_set_Item_m4229760932_RuntimeMethod_var; extern const uint32_t CPetManager_ResponsePetSkillInfo_m2870908258_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2445980793_RuntimeMethod_var; extern const uint32_t CPetManager_GetPetSkill_m2682883298_MetadataUsageId; extern RuntimeClass* CPetSkillConfig_t2627276790_il2cpp_TypeInfo_var; extern const uint32_t CPetManager_GetFollowPetSkillInfo_m2997210207_MetadataUsageId; extern const uint32_t CPetManager_RequestPetSkillUpgrade_m3122738548_MetadataUsageId; extern const uint32_t CPetManager_RequestPetHatchTime_m2556363615_MetadataUsageId; extern const uint32_t CPetManager_RequestBuyEnergy_m1216754195_MetadataUsageId; extern const uint32_t CPetManager_RequestRelese_m3897261278_MetadataUsageId; extern RuntimeClass* ISceneNpcBase_t3974693970_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3045376494; extern String_t* _stringLiteral2439944866; extern const uint32_t CPetManager_get_CurrentFollowedPet_m3456142787_MetadataUsageId; extern const uint32_t CPetManager_SetCurrentFollowPetVisible_m2484997783_MetadataUsageId; extern const uint32_t CPetManager_GetPetListCount_m2254559960_MetadataUsageId; extern RuntimeClass* CRoot_t1043641654_il2cpp_TypeInfo_var; extern RuntimeClass* CWndController_t749709641_il2cpp_TypeInfo_var; extern RuntimeClass* IResourceManager_t3165642952_il2cpp_TypeInfo_var; extern RuntimeClass* OnEventCall_t3758354630_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Count_m2237906497_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3814898732_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisParticleSystem_t1800779281_m2109449193_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisParticleSystemRenderer_t2065813411_m2432312923_RuntimeMethod_var; extern const RuntimeMethod* CPetManager_SetNullOfActivePet_m2623509976_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m642406107_RuntimeMethod_var; extern String_t* _stringLiteral1755505408; extern const uint32_t CPetManager_ShowActiveEffect_m2175489985_MetadataUsageId; extern const uint32_t CPetManager_SetNullOfActivePet_m2623509976_MetadataUsageId; extern RuntimeClass* OnChangeNameCallback_t2458829697_il2cpp_TypeInfo_var; extern RuntimeClass* CMiscConfig_t1694835947_il2cpp_TypeInfo_var; extern const RuntimeMethod* CPetManager_RequestChangePetName_m2448273820_RuntimeMethod_var; extern const RuntimeMethod* CPetManager_ResponseChangePetName_m595464598_RuntimeMethod_var; extern const RuntimeMethod* CPetManager_CancelChangePetName_m3215619243_RuntimeMethod_var; extern String_t* _stringLiteral1298987385; extern String_t* _stringLiteral3073857316; extern const uint32_t CPetManager_get_ChangeNameInitializer_m1742563701_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2696058023_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m1929019320_RuntimeMethod_var; extern const uint32_t CPetManager_Clear_m436820286_MetadataUsageId; extern RuntimeClass* QualityMaterialType_t1209093606_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern const uint32_t GetMaterial_BeginInvoke_m2116335306_MetadataUsageId; extern const uint32_t UpgradeEffect_BeginInvoke_m2067349289_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2960430969_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1896086479_RuntimeMethod_var; extern String_t* _stringLiteral2276850151; extern const uint32_t CPetSkillConfig__ctor_m990327524_MetadataUsageId; extern const uint32_t CPetSkillConfig_GetInstance_m2381038781_MetadataUsageId; extern RuntimeClass* SkillInfo_t3175174670_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Clear_m323162498_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2220109494_RuntimeMethod_var; extern String_t* _stringLiteral1791902608; extern String_t* _stringLiteral1008678758; extern String_t* _stringLiteral62725275; extern String_t* _stringLiteral1232841122; extern String_t* _stringLiteral2346990685; extern String_t* _stringLiteral2228180995; extern String_t* _stringLiteral3493619321; extern String_t* _stringLiteral258089765; extern String_t* _stringLiteral416089558; extern String_t* _stringLiteral2838400647; extern const uint32_t CPetSkillConfig_OnLoad_m109464916_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m1894459950_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m3754592319_RuntimeMethod_var; extern const uint32_t CPetSkillConfig_GetSkillData_m430783727_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1839659084_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1632706988_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2131980057_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m636942458_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3302800229_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1703096708_RuntimeMethod_var; extern String_t* _stringLiteral1558842670; extern const uint32_t CPetStarQualityLevelCfg__ctor_m712204034_MetadataUsageId; extern RuntimeClass* CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var; extern const uint32_t CPetStarQualityLevelCfg_GetInstance_m632892810_MetadataUsageId; extern RuntimeClass* PetRightAddUnit_t659905315_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Clear_m1702443365_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3625442308_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m1279106658_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m187286838_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m1885352031_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m133969974_RuntimeMethod_var; extern String_t* _stringLiteral953090302; extern String_t* _stringLiteral3873894130; extern String_t* _stringLiteral168268734; extern String_t* _stringLiteral3388768915; extern String_t* _stringLiteral4229446521; extern String_t* _stringLiteral1758329294; extern String_t* _stringLiteral1797432793; extern String_t* _stringLiteral3682779008; extern const uint32_t CPetStarQualityLevelCfg_OnLoad_m872979556_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3670869807_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m1590941542_RuntimeMethod_var; extern const uint32_t CPetStarQualityLevelCfg_GetMaxQualityByStar_m3118844001_MetadataUsageId; extern const uint32_t CPetStarQualityLevelCfg_IsMaxQuality_m3308109945_MetadataUsageId; extern RuntimeClass* U3CGetRightU3Ec__AnonStorey0_t2041945149_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t1485199439_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetRightU3Ec__AnonStorey0_U3CU3Em__0_m626133939_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m2490658164_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m629933233_RuntimeMethod_var; extern const uint32_t CPetStarQualityLevelCfg_GetRight_m4080894736_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2249167092_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2643467469_RuntimeMethod_var; extern const uint32_t CPetStarQualityLevelCfg_GetRightDesc_m1762251269_MetadataUsageId; extern const uint32_t PetRightAddUnit__ctor_m1568750300_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3796910518_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1622984065_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3731248982_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3250730836_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3981222512_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3613951067_RuntimeMethod_var; extern const uint32_t CPhotoManager__ctor_m305653688_MetadataUsageId; extern RuntimeClass* CPhotoManager_t704993275_il2cpp_TypeInfo_var; extern const uint32_t CPhotoManager_GetInstance_m953076413_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m908427290_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2994731220_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2356767783_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2669845608_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m3227850545_RuntimeMethod_var; extern const uint32_t CPhotoManager_ClearAll_m2434027800_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m1091975956_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1377257392_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m23415300_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m2140452056_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2798680403_RuntimeMethod_var; extern const uint32_t CPhotoManager_ClearExceptSceneRoles_m896835478_MetadataUsageId; extern const uint32_t CPhotoManager_OnServerUsrPhotos_m2486626432_MetadataUsageId; extern RuntimeClass* CPhotoUrl_t2734270734_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m443136390_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m2243928167_RuntimeMethod_var; extern const uint32_t CPhotoManager_SetKeepDancePhotoUrl_m2711155163_MetadataUsageId; extern RuntimeClass* CPhotoItem_t3945992683_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1673083966_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m751489405_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2852802143_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m801262754_RuntimeMethod_var; extern const uint32_t CPhotoManager_SetUsrPhotoUrl_m1669232359_MetadataUsageId; extern const uint32_t CPhotoManager_GetUsrHeadPhoto_m496780043_MetadataUsageId; extern const uint32_t CPhotoManager_GetKeepDanceHeadPhoto_m3871075505_MetadataUsageId; extern const uint32_t CPhotoItem__ctor_m3941201692_MetadataUsageId; extern const uint32_t CPhotoItem_StartQuery_m692573082_MetadataUsageId; extern const uint32_t CPhotoItem_GetHeadPhoto_m1365099059_MetadataUsageId; extern const uint32_t CPhotoItem_DestroyImage_m1117707707_MetadataUsageId; extern String_t* _stringLiteral3452614544; extern String_t* _stringLiteral506135040; extern const uint32_t CPhotoItem_GetLocalPath_m226488767_MetadataUsageId; extern RuntimeClass* CUsrPhotoImageDownload_t1144575657_il2cpp_TypeInfo_var; extern String_t* _stringLiteral761680194; extern String_t* _stringLiteral3473461551; extern const uint32_t CPhotoItem_LoadImage_m850065544_MetadataUsageId; extern const uint32_t CUsrPhotoImageDownload_OnEndExcute_m1794146847_MetadataUsageId; extern const uint32_t CPhotoUrl__ctor_m1186686788_MetadataUsageId; extern const uint32_t CPhotoUrl_StartQuery_m2425022343_MetadataUsageId; extern const uint32_t CPhotoUrl_GetUsrUrl_m1281205174_MetadataUsageId; extern RuntimeClass* List_1_t1290268968_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3044171863_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2925477792_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2358551301_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t4280442762_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3748208937_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t128053199_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2973381097_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m598002527_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m510441821_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m990080138_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2812386772_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2296961999_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1628857705_RuntimeMethod_var; extern const uint32_t CPindanManager__ctor_m1942345764_MetadataUsageId; extern RuntimeClass* CPindanManager_t730261733_il2cpp_TypeInfo_var; extern const uint32_t CPindanManager_GetInstance_m2107485280_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1952619260_RuntimeMethod_var; extern const uint32_t CPindanManager_get_ShopCount_m3661553105_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m4146191975_RuntimeMethod_var; extern const uint32_t CPindanManager_get_PinCount_m2367046987_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m4136316213_RuntimeMethod_var; extern const uint32_t CPindanManager_get_joinCount_m2128618990_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1082382377_RuntimeMethod_var; extern const uint32_t CPindanManager_get_CompleteCount_m2654836051_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2158041883_RuntimeMethod_var; extern const uint32_t CPindanManager_get_InviteCount_m1737211591_MetadataUsageId; extern RuntimeClass* U3CIsExistU3Ec__AnonStorey0_t3207749389_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t643488350_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CIsExistU3Ec__AnonStorey0_U3CU3Em__0_m3617980094_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m371192706_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m92185540_RuntimeMethod_var; extern const uint32_t CPindanManager_IsExist_m3226117089_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m3127479511_RuntimeMethod_var; extern const uint32_t CPindanManager_AppendShop_m2985204535_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m345029453_RuntimeMethod_var; extern const uint32_t CPindanManager_AppendPindan_m1994646909_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m2830634072_RuntimeMethod_var; extern const uint32_t CPindanManager_AppendJoin_m1904085073_MetadataUsageId; extern RuntimeClass* U3CAppendCompleteU3Ec__AnonStorey1_t2563700040_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t2278697174_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CAppendCompleteU3Ec__AnonStorey1_U3CU3Em__0_m331827626_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m3338710896_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m1781075039_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1834157973_RuntimeMethod_var; extern const uint32_t CPindanManager_AppendComplete_m854479670_MetadataUsageId; extern RuntimeClass* U3CAppendInviteU3Ec__AnonStorey2_t2281905488_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t1711770683_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CAppendInviteU3Ec__AnonStorey2_U3CU3Em__0_m3140207074_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m2495371697_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m2563146828_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m301641796_RuntimeMethod_var; extern const uint32_t CPindanManager_AppendInvite_m3987687030_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1512101476_RuntimeMethod_var; extern const uint32_t CPindanManager_ClearPindanList_m2759384344_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1257288827_RuntimeMethod_var; extern const uint32_t CPindanManager_ClearJoinList_m2512514999_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2759543080_RuntimeMethod_var; extern const uint32_t CPindanManager_ClearCompleteList_m933350951_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m3398111688_RuntimeMethod_var; extern const uint32_t CPindanManager_ClearInviteList_m86813644_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1462281561_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m2545368020_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m2269680114_RuntimeMethod_var; extern const uint32_t CPindanManager_ClearAll_m3490285243_MetadataUsageId; extern const uint32_t CPindanManager_GetShopInfo_m220045557_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2177590762_RuntimeMethod_var; extern const uint32_t CPindanManager_GetShopInfo_m3959697883_MetadataUsageId; extern RuntimeClass* U3CGetShopInfoByIDU3Ec__AnonStorey3_t1794427239_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetShopInfoByIDU3Ec__AnonStorey3_U3CU3Em__0_m3987957941_RuntimeMethod_var; extern const uint32_t CPindanManager_GetShopInfoByID_m1416997241_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3732070952_RuntimeMethod_var; extern const uint32_t CPindanManager_GetPindanInfo_m3865466136_MetadataUsageId; extern RuntimeClass* U3CGetPindanInfoByIDU3Ec__AnonStorey4_t3612384775_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t2397391245_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetPindanInfoByIDU3Ec__AnonStorey4_U3CU3Em__0_m151690935_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m1207519982_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m1380547264_RuntimeMethod_var; extern const uint32_t CPindanManager_GetPindanInfoByID_m3445074683_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m4142090513_RuntimeMethod_var; extern const uint32_t CPindanManager_GetCompleteItem_m151800233_MetadataUsageId; extern RuntimeClass* U3CIsJoinPindanU3Ec__AnonStorey5_t1965885762_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t3633662144_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CIsJoinPindanU3Ec__AnonStorey5_U3CU3Em__0_m3906700613_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m61913850_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m3358746322_RuntimeMethod_var; extern const uint32_t CPindanManager_IsJoinPindan_m2565908244_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1827545446_RuntimeMethod_var; extern const uint32_t CPindanManager_GetInviteItem_m3664828368_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m470174962_RuntimeMethod_var; extern const uint32_t CPindanManager_GetJoinUnit_m3605266873_MetadataUsageId; extern const uint32_t CPindanManager_RequestPinShopList_m508754758_MetadataUsageId; extern const uint32_t CPindanManager_RequestPindanList_m57040852_MetadataUsageId; extern const uint32_t CPindanManager_RequestStartPindan_m2694033849_MetadataUsageId; extern const uint32_t CPindanManager_RequestJoinPindan_m4024422437_MetadataUsageId; extern const uint32_t CPindanManager_OnInvitingPindan_m1601866986_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m186164705_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m888956288_RuntimeMethod_var; extern const uint32_t CPindanManager_OnClearingInvite_m4141582414_MetadataUsageId; extern const uint32_t CPindanManager_RequestInvitedList_m3313710067_MetadataUsageId; extern const uint32_t CPindanManager_RequestCompletedList_m1738347339_MetadataUsageId; extern const uint32_t CPindanManager_OnDeletingComplete_m3368972504_MetadataUsageId; extern const uint32_t CPindanManager_RequestJoinList_m3273036075_MetadataUsageId; extern const RuntimeMethod* List_1_Contains_m1418201914_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m4183378465_RuntimeMethod_var; extern const uint32_t CPindanManager_RegisterToCheckList_m2418550901_MetadataUsageId; extern const uint32_t CPindanManager_ClearCheckAlllist_m2874920914_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m4118978138_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3126000998_RuntimeMethod_var; extern const uint32_t CPindanManager_SetCheckState_m2027954099_MetadataUsageId; extern const uint32_t CPindanManager_get_SelectedCnt_m684433490_MetadataUsageId; extern const uint32_t CPindanManager_IsCheckAll_m2576278024_MetadataUsageId; extern const RuntimeMethod* List_1_Contains_m2263725670_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m697420525_RuntimeMethod_var; extern const uint32_t CPindanManager_AddToSelectlist_m1214924740_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m3037048099_RuntimeMethod_var; extern const uint32_t CPindanManager_RemoveFromSelectlist_m2530080511_MetadataUsageId; extern const uint32_t CPindanManager_ClearSelectlist_m3043218085_MetadataUsageId; extern RuntimeClass* List_1_t293923529_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m4031809308_RuntimeMethod_var; extern const uint32_t cPingDataList__ctor_m1305606946_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2867210446_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m4236067140_RuntimeMethod_var; extern const uint32_t cPingDataList_SetSelected_m2719545185_MetadataUsageId; extern RuntimeClass* List_1_t4093334610_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m856425739_RuntimeMethod_var; extern const uint32_t CPlayerInviteTable__ctor_m1756327614_MetadataUsageId; extern RuntimeClass* CPlayerInviteTable_t2496984219_il2cpp_TypeInfo_var; extern const uint32_t CPlayerInviteTable_GetInstance_m1907975491_MetadataUsageId; extern const uint32_t CPlayerInviteTable_get_InviteType_m3735348029_MetadataUsageId; extern const uint32_t CPlayerInviteTable_set_InviteType_m3633040366_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m82465251_RuntimeMethod_var; extern const uint32_t CPlayerInviteTable_GetCount_m947418519_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m159214399_RuntimeMethod_var; extern const uint32_t CPlayerInviteTable_GetPlayer_m2306940760_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m2717423885_RuntimeMethod_var; extern const uint32_t CPlayerInviteTable_Add_m2140640641_MetadataUsageId; extern const RuntimeMethod* List_1_RemoveAt_m946341042_RuntimeMethod_var; extern const uint32_t CPlayerInviteTable_Pop_m2392978888_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m837759940_RuntimeMethod_var; extern const uint32_t CPlayerInviteTable_ClearAll_m3583706556_MetadataUsageId; extern const uint32_t CPlayerInviteTable_FindIndex_m2933493536_MetadataUsageId; extern const uint32_t CPlayerInviteTable_RequestInviteList_m961349552_MetadataUsageId; extern const uint32_t CPlayerInviteTable_GetSelectedCount_m1819634548_MetadataUsageId; extern const uint32_t CPlayerInviteTable_SetInviteUnSelectedAll_m1076874239_MetadataUsageId; extern const uint32_t CPlayerInviteTable_ResetSendInviteTimesAll_m1632299395_MetadataUsageId; extern const uint32_t CPlayerSearchTable__ctor_m918831340_MetadataUsageId; extern RuntimeClass* CPlayerSearchTable_t1089245632_il2cpp_TypeInfo_var; extern const uint32_t CPlayerSearchTable_GetInstance_m2025896924_MetadataUsageId; extern const uint32_t CPlayerSearchTable_GetCount_m1289136091_MetadataUsageId; extern const uint32_t CPlayerSearchTable_GetPlayer_m3134768689_MetadataUsageId; extern const uint32_t CPlayerSearchTable_Add_m4049039873_MetadataUsageId; extern const uint32_t CPlayerSearchTable_Pop_m3445124546_MetadataUsageId; extern const uint32_t CPlayerSearchTable_ClearAll_m3778071409_MetadataUsageId; extern const uint32_t CPlayerSearchTable_FindIndex_m119872786_MetadataUsageId; extern const uint32_t CPlayerSearchTable_SendServerListRequest_m4108634713_MetadataUsageId; extern RuntimeClass* List_1_t2270800429_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2202228805_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m458848447_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3200581382_RuntimeMethod_var; extern const uint32_t CPosterManager__ctor_m1812727353_MetadataUsageId; extern RuntimeClass* CPosterManager_t3158268888_il2cpp_TypeInfo_var; extern const uint32_t CPosterManager_GetInstance_m1364367988_MetadataUsageId; extern RuntimeClass* U3CAddPosterListU3Ec__AnonStorey0_t1313554051_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t1624019811_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CAddPosterListU3Ec__AnonStorey0_U3CU3Em__0_m2114914342_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m3083294964_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m1521644492_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3778011185_RuntimeMethod_var; extern const uint32_t CPosterManager_AddPosterList_m3955651928_MetadataUsageId; extern RuntimeClass* PosterDetail_t3313515474_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m141547210_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m4276851660_RuntimeMethod_var; extern const uint32_t CPosterManager_GetInternalDetail_m1927594623_MetadataUsageId; extern const uint32_t CPosterManager_GetPosterDetail_m4182729468_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m309681933_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m1849726496_RuntimeMethod_var; extern const uint32_t CPosterManager_IsExistDetail_m3349820395_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2633021493_RuntimeMethod_var; extern const uint32_t CPosterManager_get_ListCount_m2358422992_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2449279601_RuntimeMethod_var; extern const uint32_t CPosterManager_GetItem_m1399459512_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m88548805_RuntimeMethod_var; extern const uint32_t CPosterManager_ClearPosterList_m3266420971_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m1538302445_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1525725952_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2337237536_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m4211893665_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1414848516_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m3123988173_RuntimeMethod_var; extern const uint32_t CPosterManager_ClearDetail_m2748723869_MetadataUsageId; extern const uint32_t CPosterManager_ShowPosterDetail_m1004952561_MetadataUsageId; extern const uint32_t CPosterManager_RequestPosterList_m1251247355_MetadataUsageId; extern const uint32_t CPosterManager_RequestPosterDetail_m4042265110_MetadataUsageId; extern RuntimeClass* CShopManager_t754298620_il2cpp_TypeInfo_var; extern const uint32_t CPosterManager_OnOpenSpecialTypeShop_m1308318157_MetadataUsageId; extern RuntimeClass* List_1_t1275442333_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m858977272_RuntimeMethod_var; extern const uint32_t CPrivilegeManager__ctor_m2399061256_MetadataUsageId; extern RuntimeClass* CPrivilegeManager_t2732865419_il2cpp_TypeInfo_var; extern const uint32_t CPrivilegeManager_GetInstance_m2933207011_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m4119339488_RuntimeMethod_var; extern const uint32_t CPrivilegeManager_Append_m2652004331_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m4110926831_RuntimeMethod_var; extern const uint32_t CPrivilegeManager_Getcount_m3029729887_MetadataUsageId; extern const uint32_t CPrivilegeManager_GetEquipCount_m1951140972_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m380060942_RuntimeMethod_var; extern const uint32_t CPrivilegeManager_GetData_m277158206_MetadataUsageId; extern const uint32_t CPrivilegeManager_GetEquipID_m2687416255_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2625445654_RuntimeMethod_var; extern const uint32_t CPrivilegeManager_ClearPkgList_m1787366024_MetadataUsageId; extern const uint32_t CPrivilegeManager_ClearEquipList_m3278406756_MetadataUsageId; extern const uint32_t CPrivilegeManager_Clearnup_m3574207822_MetadataUsageId; extern const uint32_t CPrivilegeManager_OnSubmotToServer_m808565092_MetadataUsageId; extern const uint32_t CPrivilegeManager_RequestSameStylePackage_m518529071_MetadataUsageId; extern RuntimeClass* IList_t2094931216_il2cpp_TypeInfo_var; extern String_t* _stringLiteral274559204; extern const uint32_t CPrivilegeManager_AddToEquipList_m2508417230_MetadataUsageId; extern const uint32_t CPrivilegeManager_RemoveFromEquipList_m1065910320_MetadataUsageId; extern RuntimeClass* CItemManager_t2289463753_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_RemoveAt_m2770200702_RuntimeMethod_var; extern const uint32_t CPrivilegeManager_RemoveFromEquipListByCategory_m2362340943_MetadataUsageId; extern String_t* _stringLiteral3852170486; extern String_t* _stringLiteral3625441528; extern const uint32_t CPrivilegeManager_OnTryWearEquip_m4190099515_MetadataUsageId; extern RuntimeClass* List_1_t3748361870_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3519065906_RuntimeMethod_var; extern const uint32_t CProExchange__ctor_m2670261464_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m82416806_RuntimeMethod_var; extern const uint32_t CProExchange_getCout_m705976310_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3386300837_RuntimeMethod_var; extern const uint32_t CProExchange_getData_m70977884_MetadataUsageId; extern RuntimeClass* exchangeData_t2276287128_il2cpp_TypeInfo_var; extern RuntimeClass* consumeDataU5BU5D_t324587660_il2cpp_TypeInfo_var; extern RuntimeClass* consumeData_t3764125713_il2cpp_TypeInfo_var; extern RuntimeClass* CAwardItemU5BU5D_t688006690_il2cpp_TypeInfo_var; extern RuntimeClass* CAwardItem_t1677460915_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m2514577771_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3375462328_RuntimeMethod_var; extern String_t* _stringLiteral164454475; extern String_t* _stringLiteral1212628581; extern String_t* _stringLiteral3497279390; extern String_t* _stringLiteral597893317; extern String_t* _stringLiteral228405444; extern String_t* _stringLiteral4041997353; extern String_t* _stringLiteral3037169078; extern const uint32_t CProExchange_Deserial_m218293733_MetadataUsageId; extern RuntimeClass* CProfessManager_t3007339680_il2cpp_TypeInfo_var; extern const uint32_t CProfessManager_GetInstance_m979801718_MetadataUsageId; extern const uint32_t CProfessManager_SetTxtInfo_m4123556294_MetadataUsageId; extern const uint32_t CProfessManager_ProfessRequest_m1797032842_MetadataUsageId; extern const uint32_t CProfessManager_Gift_m876815797_MetadataUsageId; extern const uint32_t CProfessManager_Boo_m2579622639_MetadataUsageId; extern RuntimeClass* OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var; extern const RuntimeMethod* CProfessManager_OnQuitConfirmCallBack_m518679445_RuntimeMethod_var; extern String_t* _stringLiteral4142745301; extern const uint32_t CProfessManager_QuiteRoom_m3163530157_MetadataUsageId; extern String_t* _stringLiteral2215699307; extern const uint32_t CProfessManager_OnQuitConfirmCallBack_m518679445_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisuiProfess_t251011769_m697575318_RuntimeMethod_var; extern const uint32_t CProfessManager_get_ProfessInstance_m1375445619_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3250266723_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t1538660838_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2005053384_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3603412941_RuntimeMethod_var; extern const uint32_t CPropEquipManager__ctor_m3082144614_MetadataUsageId; extern RuntimeClass* CPropEquipManager_t729741778_il2cpp_TypeInfo_var; extern const uint32_t CPropEquipManager_GetInstance_m2283608790_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Count_m3131981676_RuntimeMethod_var; extern const uint32_t CPropEquipManager_GetEquipCellCount_m2301554759_MetadataUsageId; extern RuntimeClass* CLocalizationManager_t2604768345_il2cpp_TypeInfo_var; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern RuntimeClass* EquipPropInfo_t66586096_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m3869388564_RuntimeMethod_var; extern String_t* _stringLiteral3430731460; extern String_t* _stringLiteral2550062414; extern String_t* _stringLiteral520847745; extern String_t* _stringLiteral797640427; extern const uint32_t CPropEquipManager_LoadEquipPropConfig_m419941709_MetadataUsageId; extern RuntimeClass* PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m100942585_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m4091107576_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1750983452_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m4255285194_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m941002324_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m820470612_RuntimeMethod_var; extern const RuntimeMethod* List_1_GetEnumerator_m3692242662_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1842784758_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2509077013_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1475620267_RuntimeMethod_var; extern const uint32_t CPropEquipManager_AddEquipPropItem_m1152015130_MetadataUsageId; extern const uint32_t CPropEquipManager_RemoveEquipPropItem_m3193378222_MetadataUsageId; extern const uint32_t CPropEquipManager_FreshEnableUsedItemCount_m447571597_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1238303978_RuntimeMethod_var; extern const uint32_t CPropEquipManager_GetEquipPropInfoByIndex_m2306998360_MetadataUsageId; extern const uint32_t CPropEquipManager_GetEquipPropInfoByConfig_m3852090120_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m91354678_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m4078135614_RuntimeMethod_var; extern const uint32_t CPropEquipManager_ClearAll_m3847309925_MetadataUsageId; extern const uint32_t EquipPropInfo__ctor_m3189790088_MetadataUsageId; extern const uint32_t EquipPropInfo_AddEquipItem_m707367590_MetadataUsageId; extern const uint32_t EquipPropInfo_RemoveEquipItem_m4065351445_MetadataUsageId; extern String_t* _stringLiteral1461750158; extern String_t* _stringLiteral2553099376; extern String_t* _stringLiteral203296025; extern const uint32_t EquipPropInfo_get_EquipCountInNet_m874271968_MetadataUsageId; extern RuntimeClass* CPropManager_t2238730194_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3102393050; extern const uint32_t EquipPropInfo_TotalCount_m2471172129_MetadataUsageId; extern const uint32_t EquipPropInfo_IsHasProp_m4033928142_MetadataUsageId; extern String_t* _stringLiteral148730862; extern const uint32_t EquipPropInfo_IsEquip_m2556320448_MetadataUsageId; extern const uint32_t EquipPropInfo_UseProp_m589699682_MetadataUsageId; extern const uint32_t EquipPropInfo_EquipProp_m629598684_MetadataUsageId; extern const uint32_t EquipPropInfo_RemoveProp_m3287010831_MetadataUsageId; extern RuntimeClass* List_1_t3963932672_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3653496231_RuntimeMethod_var; extern const uint32_t CPropertySite__ctor_m903164484_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m404726490_RuntimeMethod_var; extern const uint32_t CPropertySite_Clear_m2828314200_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m3734855060_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3432454182_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2803121553_RuntimeMethod_var; extern String_t* _stringLiteral702514601; extern const uint32_t CPropertySite_Push_m2899761603_MetadataUsageId; extern const uint32_t CPropertySite_GetPropHistoryCount_m3915303946_MetadataUsageId; extern const uint32_t CPropertySite_GetPropData_m3853407338_MetadataUsageId; extern const uint32_t CPropertySite_IsIncrease_m4219268819_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3680674949_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4203683109_RuntimeMethod_var; extern const uint32_t CPropertySiteManager__ctor_m2984515231_MetadataUsageId; extern RuntimeClass* CPropertySiteManager_t1418377639_il2cpp_TypeInfo_var; extern const uint32_t CPropertySiteManager_GetInstance_m1855189225_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m3154251435_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2367452973_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1153402316_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3637468849_RuntimeMethod_var; extern const uint32_t CPropertySiteManager_ClearAll_m1638832565_MetadataUsageId; extern RuntimeClass* Action_1_t2019918284_il2cpp_TypeInfo_var; extern const RuntimeMethod* CPropertySiteManager_OnPropValChangedEnd_m2662294917_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m838414602_RuntimeMethod_var; extern const uint32_t CPropertySiteManager_RecordProperty_m3509381804_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2834866048_RuntimeMethod_var; extern const uint32_t CPropertySiteManager_FindSite_m3078562921_MetadataUsageId; extern RuntimeClass* CPropertySite_t3895418650_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m3545776221_RuntimeMethod_var; extern String_t* _stringLiteral1989742065; extern const uint32_t CPropertySiteManager_OnPropValChangedEnd_m2662294917_MetadataUsageId; extern const uint32_t CPropGroup__ctor_m2904392853_MetadataUsageId; extern RuntimeClass* CPropItemPool_t1526587231_il2cpp_TypeInfo_var; extern const uint32_t CPropGroup_SortGrop_m3785690051_MetadataUsageId; extern const uint32_t CPropGroup_SortSubGrop_m961684251_MetadataUsageId; extern const uint32_t CPropGroup_ClearAll_m330531591_MetadataUsageId; extern const uint32_t CPropGroup_AddItem_m705537597_MetadataUsageId; extern const uint32_t CPropGroup_DelItem_m2364345694_MetadataUsageId; extern const uint32_t CPropGroup_DelItemByIndex_m552138208_MetadataUsageId; extern const uint32_t CPropGroup_GetItemByIndex_m892769281_MetadataUsageId; extern const uint32_t CPropGroup_GetCount_m408664451_MetadataUsageId; extern RuntimeClass* CPropItem_t1455887095_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern RuntimeClass* MiscPropItem_t2188545016_il2cpp_TypeInfo_var; extern RuntimeClass* InteractionPropItem_t3972394905_il2cpp_TypeInfo_var; extern RuntimeClass* PresentPropItem_t3724880295_il2cpp_TypeInfo_var; extern RuntimeClass* FunctionPropItem_t2337231142_il2cpp_TypeInfo_var; extern RuntimeClass* WorkShopPropItem_t4219580909_il2cpp_TypeInfo_var; extern RuntimeClass* PetPropType_t4007296616_il2cpp_TypeInfo_var; extern RuntimeClass* ChatBubbleType_t2493694615_il2cpp_TypeInfo_var; extern RuntimeClass* HeadBoxType_t346163273_il2cpp_TypeInfo_var; extern RuntimeClass* EnterRoomAnimType_t924653319_il2cpp_TypeInfo_var; extern RuntimeClass* SoleEffectType_t3964163033_il2cpp_TypeInfo_var; extern RuntimeClass* RoomEffecType_t3962030271_il2cpp_TypeInfo_var; extern RuntimeClass* StartAnimType_t2240491110_il2cpp_TypeInfo_var; extern RuntimeClass* ShowTimeAnimType_t4188084783_il2cpp_TypeInfo_var; extern RuntimeClass* EndAnimType_t83088423_il2cpp_TypeInfo_var; extern RuntimeClass* StandAnimType_t1098604881_il2cpp_TypeInfo_var; extern RuntimeClass* BroadcashType_t3061293016_il2cpp_TypeInfo_var; extern RuntimeClass* IdolCardType_t677825537_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern String_t* _stringLiteral2056702217; extern String_t* _stringLiteral5985527; extern String_t* _stringLiteral3851811990; extern String_t* _stringLiteral518311547; extern String_t* _stringLiteral3485689960; extern String_t* _stringLiteral4213250780; extern String_t* _stringLiteral1515352351; extern String_t* _stringLiteral3936356123; extern String_t* _stringLiteral2516158617; extern String_t* _stringLiteral2021617282; extern String_t* _stringLiteral3859485232; extern String_t* _stringLiteral4008848027; extern String_t* _stringLiteral4252179575; extern String_t* _stringLiteral2868838970; extern String_t* _stringLiteral84289739; extern String_t* _stringLiteral3905587552; extern String_t* _stringLiteral1489889891; extern const uint32_t CPropItem_GetItemByName_m3268381566_MetadataUsageId; extern String_t* _stringLiteral3006598789; extern const uint32_t CPropItem_Create_m3190919265_MetadataUsageId; extern const uint32_t CPropItem_GetLocalConfig_m2525991015_MetadataUsageId; extern const uint32_t CPropItem_GetNetProperty_m476310046_MetadataUsageId; extern String_t* _stringLiteral3960592753; extern const uint32_t CPropItem_IsEnableUsedActivie_m1367851523_MetadataUsageId; extern RuntimeClass* Dictionary_2_t344600426_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1956322422_RuntimeMethod_var; extern const uint32_t CPropItemPool__ctor_m3570198759_MetadataUsageId; extern const uint32_t CPropItemPool_GetInstance_m2026732197_MetadataUsageId; extern RuntimeClass* Comparison_1_t2517203772_il2cpp_TypeInfo_var; extern const RuntimeMethod* Enumerable_ToList_TisKeyValuePair_2_t2742272593_m2385359691_RuntimeMethod_var; extern const RuntimeMethod* CPropItemPool__SortFunctor_m2902750689_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m133266611_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m3961012126_RuntimeMethod_var; extern const RuntimeMethod* List_1_GetEnumerator_m3094388346_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m660534276_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m1155444094_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m620534699_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m4259751394_RuntimeMethod_var; extern const uint32_t CPropItemPool_SortPool_m2375390874_MetadataUsageId; extern RuntimeClass* List_1_t4214347335_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1543359375_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1031753705_RuntimeMethod_var; extern const uint32_t CPropItemPool_SortSubType_m3021864418_MetadataUsageId; extern RuntimeClass* SortKeyInfo_1_t110361559_il2cpp_TypeInfo_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2557122128_RuntimeMethod_var; extern const RuntimeMethod* SortKeyInfo_1__ctor_m4042510263_RuntimeMethod_var; extern const RuntimeMethod* CSortTemplete_SortFunctor_TisInt64_t3736567304_m562281450_RuntimeMethod_var; extern const uint32_t CPropItemPool__SortFunctor_m2902750689_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m859952616_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1813732455_RuntimeMethod_var; extern const uint32_t CPropItemPool_AddItem_m3566741073_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m3199866595_RuntimeMethod_var; extern const uint32_t CPropItemPool_DelItem_m3444683173_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m889747858_RuntimeMethod_var; extern const uint32_t CPropItemPool_ClearAll_m2554950648_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m313554613_RuntimeMethod_var; extern const uint32_t CPropItemPool_UpdateProperty_m671489197_MetadataUsageId; extern const uint32_t CPropItemPool_GetItem_m1476452724_MetadataUsageId; extern const uint32_t CPropItemPool_GetProperty_m4138544969_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1694959599_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1517660855_RuntimeMethod_var; extern String_t* _stringLiteral1103328170; extern const uint32_t CPropLocalConfig__ctor_m3763596181_MetadataUsageId; extern RuntimeClass* CPropLocalConfig_t827037887_il2cpp_TypeInfo_var; extern const uint32_t CPropLocalConfig_GetInstance_m1244063452_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1644877753_RuntimeMethod_var; extern const uint32_t CPropLocalConfig_GetProperty_m340985819_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m4112985529_RuntimeMethod_var; extern const uint32_t CPropLocalConfig_Clear_m2444593714_MetadataUsageId; extern RuntimeClass* CDataProperty_t2806246268_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_set_Item_m602988468_RuntimeMethod_var; extern String_t* _stringLiteral3456546791; extern const uint32_t CPropLocalConfig_OnLoad_m3906770787_MetadataUsageId; extern RuntimeClass* CPropGroupU5BU5D_t555838530_il2cpp_TypeInfo_var; extern RuntimeClass* CPropGroup_t317121043_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2625280635_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2807742409_RuntimeMethod_var; extern const uint32_t CPropManager__ctor_m2669961339_MetadataUsageId; extern const uint32_t CPropManager_GetInstance_m2519469083_MetadataUsageId; extern const uint32_t CPropManager_FreshPropItem_m1807856006_MetadataUsageId; extern const uint32_t CPropManager_GetGroup_m3570683819_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m4293935587_RuntimeMethod_var; extern const uint32_t CPropManager_ClearAll_m82350292_MetadataUsageId; extern const uint32_t CPropManager_GetCouponConfigList_m180585877_MetadataUsageId; extern const uint32_t CPropManager_GetPropAmount_m271193511_MetadataUsageId; extern const uint32_t CPropManager_AddPropItem_m2901683170_MetadataUsageId; extern const uint32_t CPropManager_AddPropItem_m1592388120_MetadataUsageId; extern const uint32_t CPropManager_DelPropItem_m3366198495_MetadataUsageId; extern const uint32_t CPropManager_GetPropItem_m1006552476_MetadataUsageId; extern RuntimeClass* List_1_t2927961837_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1531289121_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1422567485_RuntimeMethod_var; extern const uint32_t CPropManager_GetAllItemByConfigId_m4195107873_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3873460555_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m3439622169_RuntimeMethod_var; extern const uint32_t CPropManager_GetBuyTime_m3235992271_MetadataUsageId; extern const uint32_t CPropManager_GetQualityLevel_m355677397_MetadataUsageId; extern String_t* _stringLiteral2240226943; extern const uint32_t CPropManager_GetQualityLevelIcon_m2764478498_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_set_Item_m15403554_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2099378411_RuntimeMethod_var; extern const uint32_t CPropManager_SaveBuyTime_m449718521_MetadataUsageId; extern String_t* _stringLiteral1180587864; extern const uint32_t CPropManager_GetStrGoodsId_m2994062726_MetadataUsageId; extern String_t* _stringLiteral2573747848; extern String_t* _stringLiteral936714280; extern const uint32_t CPropManager_GetIconPath_m739451308_MetadataUsageId; extern String_t* _stringLiteral3698826037; extern const uint32_t CPropManager_IsGiftPackage_m3165537028_MetadataUsageId; extern const uint32_t CPropManager_GetLocalProperty_m690455163_MetadataUsageId; extern const uint32_t CPropManager_GetNetProperty_m1923483943_MetadataUsageId; extern String_t* _stringLiteral62725243; extern const uint32_t CPropManager_GetName_m3847477158_MetadataUsageId; extern const RuntimeMethod* List_1_GetEnumerator_m593114157_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m207670954_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3181700225_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m222348240_RuntimeMethod_var; extern const uint32_t CPropManager_RequestUseItem_m1055188380_MetadataUsageId; extern const uint32_t CPropManager_RequestComposeCloth_m1547499768_MetadataUsageId; extern const uint32_t CheckPropByProperty_BeginInvoke_m3334622983_MetadataUsageId; extern RuntimeClass* CPropsDetailManager_t2661117877_il2cpp_TypeInfo_var; extern const uint32_t CPropsDetailManager_GetInstance_m3176161541_MetadataUsageId; extern const uint32_t CPropsDetailManager_ShowPropDetail_m3035460479_MetadataUsageId; extern RuntimeClass* CGiftPackage_t998074622_il2cpp_TypeInfo_var; extern const uint32_t CPVEAward__ctor_m3626736540_MetadataUsageId; extern const uint32_t CPVEAward__ctor_m3346606910_MetadataUsageId; extern RuntimeClass* Dictionary_2_t736164020_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3682058863_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3352828889_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4247274435_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m4196554009_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1910022224_RuntimeMethod_var; extern String_t* _stringLiteral4116299847; extern const uint32_t CPveAwardManager__ctor_m2376853716_MetadataUsageId; extern RuntimeClass* CPveAwardManager_t3593166514_il2cpp_TypeInfo_var; extern const uint32_t CPveAwardManager_GetInstance_m1671663127_MetadataUsageId; extern RuntimeClass* CPveManager_t3058433014_il2cpp_TypeInfo_var; extern const uint32_t CPveAwardManager_GetStageEnergy_m3874183020_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m484170815_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m3673264268_RuntimeMethod_var; extern const uint32_t CPveAwardManager_GetStageMaterial_m900190678_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m20993729_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3823957642_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2434468787_RuntimeMethod_var; extern const RuntimeMethod* List_1_GetEnumerator_m330608342_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3261414267_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m3453237039_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m3309328296_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1874088198_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2093873014_RuntimeMethod_var; extern const uint32_t CPveAwardManager_GetStageContainMaterial_m2766502233_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1922957743_RuntimeMethod_var; extern const uint32_t CPveAwardManager_GetStageAward_m2990792482_MetadataUsageId; extern RuntimeClass* CActivityManager_t1081296145_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2381334882_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m98595422_RuntimeMethod_var; extern const uint32_t CPveAwardManager_GetSectionAward_m3583606326_MetadataUsageId; extern const uint32_t CPveAwardManager_GetUnlockLevel_m1230687428_MetadataUsageId; extern const uint32_t CPveAwardManager_IsUnlockedAlready_m4097714509_MetadataUsageId; extern RuntimeClass* List_1_t3149535657_il2cpp_TypeInfo_var; extern RuntimeClass* CPVEAward_t498378236_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m4254788256_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1312316922_RuntimeMethod_var; extern const uint32_t CPveAwardManager_GiftListToPVEAward_m3563175310_MetadataUsageId; extern String_t* _stringLiteral3932748767; extern const uint32_t CPveAwardManager_IsSectionAwardGetAlready_m2520128720_MetadataUsageId; extern RuntimeClass* CAwardList_t4094041907_il2cpp_TypeInfo_var; extern const uint32_t CPveAwardManager_FreshAward_m2127493836_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m3357594170_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m2163768065_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m3216101137_RuntimeMethod_var; extern const uint32_t CPveAwardManager_Clear_m2444164527_MetadataUsageId; extern RuntimeClass* CFragment_t3696211104_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m1535364901_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m107447979_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m4246191156_RuntimeMethod_var; extern String_t* _stringLiteral1984728731; extern String_t* _stringLiteral227881149; extern String_t* _stringLiteral2879596172; extern String_t* _stringLiteral797641419; extern String_t* _stringLiteral724205065; extern String_t* _stringLiteral778600311; extern String_t* _stringLiteral1344412827; extern String_t* _stringLiteral2728945274; extern String_t* _stringLiteral3372099116; extern String_t* _stringLiteral3742791581; extern String_t* _stringLiteral452723700; extern String_t* _stringLiteral2975410236; extern String_t* _stringLiteral2690015734; extern String_t* _stringLiteral3378147189; extern String_t* _stringLiteral3197759573; extern const uint32_t CPveAwardManager_OnLoad_m1311996526_MetadataUsageId; extern RuntimeClass* List_1_t169148262_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3761344434_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3353154565_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2__ctor_m3656392398_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3257349269_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m683120547_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2394545153_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m721806066_RuntimeMethod_var; extern const uint32_t CPveAwardManager_SaveMaterialData_m1059943846_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1077746168_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t4033884959_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3693168236_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3770330557_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m141248539_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3080968747_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2892528917_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m99400459_RuntimeMethod_var; extern String_t* _stringLiteral1086206810; extern String_t* _stringLiteral1965668583; extern const uint32_t CPveManager__ctor_m3847806819_MetadataUsageId; extern const uint32_t CPveManager_GetInstance_m1165268867_MetadataUsageId; extern const uint32_t CPveManager_SwitchToSpecifiedStage_m3824164895_MetadataUsageId; extern const uint32_t CPveManager_RequestCheckEnergyState_m911786716_MetadataUsageId; extern const uint32_t CPveManager_SendPveStoryLines_m636461339_MetadataUsageId; extern const uint32_t CPveManager_ResponseCheckEnergyState_m1585400377_MetadataUsageId; extern RuntimeClass* CPveStage_t850204332_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2947441279_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1599307514_RuntimeMethod_var; extern const uint32_t CPveManager_InvokeSingleGameStage_m4188173412_MetadataUsageId; extern const uint32_t CPveManager_InvokeDoubleGameStage_m1340295182_MetadataUsageId; extern const uint32_t CPveManager_GetCurStage_m1008327040_MetadataUsageId; extern const uint32_t CPveManager_GetStage_m3515823243_MetadataUsageId; extern const uint32_t CPveManager_GetStage_m147423662_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m496353246_RuntimeMethod_var; extern const uint32_t CPveManager_ClearAll_m3442547735_MetadataUsageId; extern RuntimeClass* CServerSimulator_t2819548284_il2cpp_TypeInfo_var; extern RuntimeClass* CDanceModeManager_t745595461_il2cpp_TypeInfo_var; extern const uint32_t CPveManager_StartPveMode_m3184570663_MetadataUsageId; extern const uint32_t CPveManager_InitPveUI_m224617634_MetadataUsageId; extern String_t* _stringLiteral334814609; extern const uint32_t CPveManager_AdjustPveUI_m2174821682_MetadataUsageId; extern const uint32_t CPveManager_GetMaxPassedLevel_m2504830066_MetadataUsageId; extern RuntimeClass* stPassedInfo_t2189032837_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2500601974_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m1539093251_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m2423643647_RuntimeMethod_var; extern const uint32_t CPveManager_SetLevelResultPassedStar_m3277614165_MetadataUsageId; extern const uint32_t CPveManager_SetLevelResultByServer_m100888048_MetadataUsageId; extern const uint32_t CPveManager_RequestPveAtlas_m1425192226_MetadataUsageId; extern const uint32_t CPveManager_AddPvePicture_m2077940732_MetadataUsageId; extern RuntimeClass* chapterImage_t586649930_il2cpp_TypeInfo_var; extern RuntimeClass* U3CSetPveAtlasU3Ec__AnonStorey0_t266185308_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t1958300152_il2cpp_TypeInfo_var; extern RuntimeClass* SectionImage_t1133006028_il2cpp_TypeInfo_var; extern RuntimeClass* Comparison_1_t907937207_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m2079700973_RuntimeMethod_var; extern const RuntimeMethod* U3CSetPveAtlasU3Ec__AnonStorey0_U3CU3Em__0_m2140133612_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m779017410_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m2969324886_RuntimeMethod_var; extern const RuntimeMethod* CPveManager__SortFunctor_m3639398653_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m3995885615_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m2511788348_RuntimeMethod_var; extern const uint32_t CPveManager_SetPveAtlas_m1719164037_MetadataUsageId; extern String_t* _stringLiteral3692779535; extern const uint32_t CPveManager_PictureResult_m458010456_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2547977513_RuntimeMethod_var; extern const uint32_t CPveManager_GetSectionAtlas_m3021308553_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Count_m2422082894_RuntimeMethod_var; extern const uint32_t CPveManager_GetPassedLevel_m951370053_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m511528452_RuntimeMethod_var; extern const uint32_t CPveManager_GetLevelResult_m3361258382_MetadataUsageId; extern const uint32_t CPveManager_GetLevelOption_m3703006382_MetadataUsageId; extern const uint32_t CPveManager_GetStagePassStarCount_m1038714198_MetadataUsageId; extern const uint32_t CPveManager_QueryPVEServerList_m56522718_MetadataUsageId; extern const uint32_t CPveManager_SynchPVEState_m1150838437_MetadataUsageId; extern RuntimeClass* SectionCfg_t509487609_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Clear_m150215754_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m3699925107_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1789018605_RuntimeMethod_var; extern String_t* _stringLiteral1496709491; extern String_t* _stringLiteral2206631872; extern const uint32_t CPveManager_LoadStageConfig_m3101546051_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Count_m650374508_RuntimeMethod_var; extern const uint32_t CPveManager_GetSectionCount_m1625548474_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Item_m440322105_RuntimeMethod_var; extern const uint32_t CPveManager_GetSubLevelCount_m3965964705_MetadataUsageId; extern const uint32_t CPveManager_GetSectionName_m3831078157_MetadataUsageId; extern const uint32_t CPveManager_GetNextPveStageID_m1985092714_MetadataUsageId; extern const uint32_t CPveManager_IsUnlockedAlready_m3210418172_MetadataUsageId; extern String_t* _stringLiteral2500503265; extern const uint32_t CPveManager_OnFreshStoryIndex_m1266103727_MetadataUsageId; extern const uint32_t CPveManager_SetCurStoryIndex_m3778823617_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m1806695420_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1035864173_RuntimeMethod_var; extern String_t* _stringLiteral1243616036; extern String_t* _stringLiteral416089526; extern String_t* _stringLiteral4166355919; extern String_t* _stringLiteral3220737639; extern String_t* _stringLiteral3049294441; extern const uint32_t CPveManager_LoadSectionConfig_m6276398_MetadataUsageId; extern const uint32_t CPveManager_OnLoad_m1321014551_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisPVEScore_t550407626_m2015523256_RuntimeMethod_var; extern String_t* _stringLiteral1939764993; extern String_t* _stringLiteral759850599; extern const uint32_t CPveManager_PlayAni_m573613681_MetadataUsageId; extern RuntimeClass* List_1_t2605080770_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2461159597_RuntimeMethod_var; extern const uint32_t chapterImage__ctor_m159137307_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m26201658_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2724535045_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m2357608404_RuntimeMethod_var; extern const uint32_t chapterImage_checkSex_m2026672009_MetadataUsageId; extern const uint32_t CheckEnergyStateCallback_BeginInvoke_m3687571837_MetadataUsageId; struct StringU5BU5D_t1281789340; struct CharU5BU5D_t3528271667; struct ByteU5BU5D_t4116647657; struct consumeDataU5BU5D_t324587660; struct CAwardItemU5BU5D_t688006690; struct CPropGroupU5BU5D_t555838530; 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 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 CPETSKILL_T349224069_H #define CPETSKILL_T349224069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetSkill struct CPetSkill_t349224069 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetSkill::k__BackingField int32_t ___U3CskillIDU3Ek__BackingField_0; // System.Int32 DMCore.Logic.CPetSkill::k__BackingField int32_t ___U3CskillLevelU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CPetSkill::k__BackingField int32_t ___U3CskillMaxLevelU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CPetSkill::k__BackingField bool ___U3CbUpgradeU3Ek__BackingField_3; // System.Int32 DMCore.Logic.CPetSkill::k__BackingField int32_t ___U3CPriceU3Ek__BackingField_4; // System.Boolean DMCore.Logic.CPetSkill::k__BackingField bool ___U3CisFreshU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CskillIDU3Ek__BackingField_0() { return static_cast(offsetof(CPetSkill_t349224069, ___U3CskillIDU3Ek__BackingField_0)); } inline int32_t get_U3CskillIDU3Ek__BackingField_0() const { return ___U3CskillIDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CskillIDU3Ek__BackingField_0() { return &___U3CskillIDU3Ek__BackingField_0; } inline void set_U3CskillIDU3Ek__BackingField_0(int32_t value) { ___U3CskillIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CskillLevelU3Ek__BackingField_1() { return static_cast(offsetof(CPetSkill_t349224069, ___U3CskillLevelU3Ek__BackingField_1)); } inline int32_t get_U3CskillLevelU3Ek__BackingField_1() const { return ___U3CskillLevelU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CskillLevelU3Ek__BackingField_1() { return &___U3CskillLevelU3Ek__BackingField_1; } inline void set_U3CskillLevelU3Ek__BackingField_1(int32_t value) { ___U3CskillLevelU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CskillMaxLevelU3Ek__BackingField_2() { return static_cast(offsetof(CPetSkill_t349224069, ___U3CskillMaxLevelU3Ek__BackingField_2)); } inline int32_t get_U3CskillMaxLevelU3Ek__BackingField_2() const { return ___U3CskillMaxLevelU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CskillMaxLevelU3Ek__BackingField_2() { return &___U3CskillMaxLevelU3Ek__BackingField_2; } inline void set_U3CskillMaxLevelU3Ek__BackingField_2(int32_t value) { ___U3CskillMaxLevelU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CbUpgradeU3Ek__BackingField_3() { return static_cast(offsetof(CPetSkill_t349224069, ___U3CbUpgradeU3Ek__BackingField_3)); } inline bool get_U3CbUpgradeU3Ek__BackingField_3() const { return ___U3CbUpgradeU3Ek__BackingField_3; } inline bool* get_address_of_U3CbUpgradeU3Ek__BackingField_3() { return &___U3CbUpgradeU3Ek__BackingField_3; } inline void set_U3CbUpgradeU3Ek__BackingField_3(bool value) { ___U3CbUpgradeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CPriceU3Ek__BackingField_4() { return static_cast(offsetof(CPetSkill_t349224069, ___U3CPriceU3Ek__BackingField_4)); } inline int32_t get_U3CPriceU3Ek__BackingField_4() const { return ___U3CPriceU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CPriceU3Ek__BackingField_4() { return &___U3CPriceU3Ek__BackingField_4; } inline void set_U3CPriceU3Ek__BackingField_4(int32_t value) { ___U3CPriceU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CisFreshU3Ek__BackingField_5() { return static_cast(offsetof(CPetSkill_t349224069, ___U3CisFreshU3Ek__BackingField_5)); } inline bool get_U3CisFreshU3Ek__BackingField_5() const { return ___U3CisFreshU3Ek__BackingField_5; } inline bool* get_address_of_U3CisFreshU3Ek__BackingField_5() { return &___U3CisFreshU3Ek__BackingField_5; } inline void set_U3CisFreshU3Ek__BackingField_5(bool value) { ___U3CisFreshU3Ek__BackingField_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETSKILL_T349224069_H #ifndef SKILLINFO_T3175174670_H #define SKILLINFO_T3175174670_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SkillInfo struct SkillInfo_t3175174670 : public RuntimeObject { public: // System.Int32 DMCore.Logic.SkillInfo::SkillId int32_t ___SkillId_0; // System.String DMCore.Logic.SkillInfo::SkillName String_t* ___SkillName_1; // System.Int32 DMCore.Logic.SkillInfo::level int32_t ___level_2; // System.Int32 DMCore.Logic.SkillInfo::ItemOrValueId int32_t ___ItemOrValueId_3; // System.Int32 DMCore.Logic.SkillInfo::CalcType int32_t ___CalcType_4; // System.Single DMCore.Logic.SkillInfo::value float ___value_5; // System.Int32 DMCore.Logic.SkillInfo::MaxUseCount int32_t ___MaxUseCount_6; // System.String DMCore.Logic.SkillInfo::icon String_t* ___icon_7; // System.String DMCore.Logic.SkillInfo::desc String_t* ___desc_8; public: inline static int32_t get_offset_of_SkillId_0() { return static_cast(offsetof(SkillInfo_t3175174670, ___SkillId_0)); } inline int32_t get_SkillId_0() const { return ___SkillId_0; } inline int32_t* get_address_of_SkillId_0() { return &___SkillId_0; } inline void set_SkillId_0(int32_t value) { ___SkillId_0 = value; } inline static int32_t get_offset_of_SkillName_1() { return static_cast(offsetof(SkillInfo_t3175174670, ___SkillName_1)); } inline String_t* get_SkillName_1() const { return ___SkillName_1; } inline String_t** get_address_of_SkillName_1() { return &___SkillName_1; } inline void set_SkillName_1(String_t* value) { ___SkillName_1 = value; Il2CppCodeGenWriteBarrier((&___SkillName_1), value); } inline static int32_t get_offset_of_level_2() { return static_cast(offsetof(SkillInfo_t3175174670, ___level_2)); } inline int32_t get_level_2() const { return ___level_2; } inline int32_t* get_address_of_level_2() { return &___level_2; } inline void set_level_2(int32_t value) { ___level_2 = value; } inline static int32_t get_offset_of_ItemOrValueId_3() { return static_cast(offsetof(SkillInfo_t3175174670, ___ItemOrValueId_3)); } inline int32_t get_ItemOrValueId_3() const { return ___ItemOrValueId_3; } inline int32_t* get_address_of_ItemOrValueId_3() { return &___ItemOrValueId_3; } inline void set_ItemOrValueId_3(int32_t value) { ___ItemOrValueId_3 = value; } inline static int32_t get_offset_of_CalcType_4() { return static_cast(offsetof(SkillInfo_t3175174670, ___CalcType_4)); } inline int32_t get_CalcType_4() const { return ___CalcType_4; } inline int32_t* get_address_of_CalcType_4() { return &___CalcType_4; } inline void set_CalcType_4(int32_t value) { ___CalcType_4 = value; } inline static int32_t get_offset_of_value_5() { return static_cast(offsetof(SkillInfo_t3175174670, ___value_5)); } inline float get_value_5() const { return ___value_5; } inline float* get_address_of_value_5() { return &___value_5; } inline void set_value_5(float value) { ___value_5 = value; } inline static int32_t get_offset_of_MaxUseCount_6() { return static_cast(offsetof(SkillInfo_t3175174670, ___MaxUseCount_6)); } inline int32_t get_MaxUseCount_6() const { return ___MaxUseCount_6; } inline int32_t* get_address_of_MaxUseCount_6() { return &___MaxUseCount_6; } inline void set_MaxUseCount_6(int32_t value) { ___MaxUseCount_6 = value; } inline static int32_t get_offset_of_icon_7() { return static_cast(offsetof(SkillInfo_t3175174670, ___icon_7)); } inline String_t* get_icon_7() const { return ___icon_7; } inline String_t** get_address_of_icon_7() { return &___icon_7; } inline void set_icon_7(String_t* value) { ___icon_7 = value; Il2CppCodeGenWriteBarrier((&___icon_7), value); } inline static int32_t get_offset_of_desc_8() { return static_cast(offsetof(SkillInfo_t3175174670, ___desc_8)); } inline String_t* get_desc_8() const { return ___desc_8; } inline String_t** get_address_of_desc_8() { return &___desc_8; } inline void set_desc_8(String_t* value) { ___desc_8 = value; Il2CppCodeGenWriteBarrier((&___desc_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SKILLINFO_T3175174670_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 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 CPROPDATA_T2491857930_H #define CPROPDATA_T2491857930_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CPropData struct CPropData_t2491857930 : public RuntimeObject { public: // System.Byte[] DMCore.Framework.Scene.CPropData::m_buffer ByteU5BU5D_t4116647657* ___m_buffer_0; // System.Int32 DMCore.Framework.Scene.CPropData::m_nType int32_t ___m_nType_1; public: inline static int32_t get_offset_of_m_buffer_0() { return static_cast(offsetof(CPropData_t2491857930, ___m_buffer_0)); } inline ByteU5BU5D_t4116647657* get_m_buffer_0() const { return ___m_buffer_0; } inline ByteU5BU5D_t4116647657** get_address_of_m_buffer_0() { return &___m_buffer_0; } inline void set_m_buffer_0(ByteU5BU5D_t4116647657* value) { ___m_buffer_0 = value; Il2CppCodeGenWriteBarrier((&___m_buffer_0), value); } inline static int32_t get_offset_of_m_nType_1() { return static_cast(offsetof(CPropData_t2491857930, ___m_nType_1)); } inline int32_t get_m_nType_1() const { return ___m_nType_1; } inline int32_t* get_address_of_m_nType_1() { return &___m_nType_1; } inline void set_m_nType_1(int32_t value) { ___m_nType_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPDATA_T2491857930_H #ifndef DICTIONARY_2_T3680674949_H #define DICTIONARY_2_T3680674949_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_t3680674949 : 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 CPropertySiteU5BU5D_t1377357631* ___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_t3680674949, ___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_t3680674949, ___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_t3680674949, ___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_t3680674949, ___valueSlots_7)); } inline CPropertySiteU5BU5D_t1377357631* get_valueSlots_7() const { return ___valueSlots_7; } inline CPropertySiteU5BU5D_t1377357631** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CPropertySiteU5BU5D_t1377357631* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3680674949, ___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_t3680674949, ___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_t3680674949, ___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_t3680674949, ___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_t3680674949, ___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_t3680674949, ___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_t3680674949, ___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_t3680674949_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t227769347 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3680674949_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t227769347 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t227769347 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t227769347 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3680674949_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 CPROPGROUP_T317121043_H #define CPROPGROUP_T317121043_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPropGroup struct CPropGroup_t317121043 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CPropGroup::m_itemList List_1_t128053199 * ___m_itemList_0; public: inline static int32_t get_offset_of_m_itemList_0() { return static_cast(offsetof(CPropGroup_t317121043, ___m_itemList_0)); } inline List_1_t128053199 * get_m_itemList_0() const { return ___m_itemList_0; } inline List_1_t128053199 ** get_address_of_m_itemList_0() { return &___m_itemList_0; } inline void set_m_itemList_0(List_1_t128053199 * value) { ___m_itemList_0 = value; Il2CppCodeGenWriteBarrier((&___m_itemList_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPGROUP_T317121043_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 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 DICTIONARY_2_T344600426_H #define DICTIONARY_2_T344600426_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_t344600426 : 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 CPropItemU5BU5D_t3213068110* ___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_t344600426, ___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_t344600426, ___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_t344600426, ___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_t344600426, ___valueSlots_7)); } inline CPropItemU5BU5D_t3213068110* get_valueSlots_7() const { return ___valueSlots_7; } inline CPropItemU5BU5D_t3213068110** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CPropItemU5BU5D_t3213068110* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t344600426, ___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_t344600426, ___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_t344600426, ___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_t344600426, ___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_t344600426, ___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_t344600426, ___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_t344600426, ___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_t344600426_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2817406954 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t344600426_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2817406954 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2817406954 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2817406954 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T344600426_H #ifndef LIST_1_T3963932672_H #define LIST_1_T3963932672_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_t3963932672 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CPropDataU5BU5D_t201666703* ____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_t3963932672, ____items_1)); } inline CPropDataU5BU5D_t201666703* get__items_1() const { return ____items_1; } inline CPropDataU5BU5D_t201666703** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CPropDataU5BU5D_t201666703* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3963932672, ____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_t3963932672, ____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_t3963932672_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CPropDataU5BU5D_t201666703* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3963932672_StaticFields, ___EmptyArray_4)); } inline CPropDataU5BU5D_t201666703* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CPropDataU5BU5D_t201666703** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CPropDataU5BU5D_t201666703* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3963932672_H #ifndef U3CGETRIGHTU3EC__ANONSTOREY0_T2041945149_H #define U3CGETRIGHTU3EC__ANONSTOREY0_T2041945149_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetStarQualityLevelCfg/c__AnonStorey0 struct U3CGetRightU3Ec__AnonStorey0_t2041945149 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetStarQualityLevelCfg/c__AnonStorey0::star int32_t ___star_0; // System.Int32 DMCore.Logic.CPetStarQualityLevelCfg/c__AnonStorey0::quality int32_t ___quality_1; public: inline static int32_t get_offset_of_star_0() { return static_cast(offsetof(U3CGetRightU3Ec__AnonStorey0_t2041945149, ___star_0)); } inline int32_t get_star_0() const { return ___star_0; } inline int32_t* get_address_of_star_0() { return &___star_0; } inline void set_star_0(int32_t value) { ___star_0 = value; } inline static int32_t get_offset_of_quality_1() { return static_cast(offsetof(U3CGetRightU3Ec__AnonStorey0_t2041945149, ___quality_1)); } inline int32_t get_quality_1() const { return ___quality_1; } inline int32_t* get_address_of_quality_1() { return &___quality_1; } inline void set_quality_1(int32_t value) { ___quality_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETRIGHTU3EC__ANONSTOREY0_T2041945149_H #ifndef PETRIGHTADDUNIT_T659905315_H #define PETRIGHTADDUNIT_T659905315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetStarQualityLevelCfg/PetRightAddUnit struct PetRightAddUnit_t659905315 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetStarQualityLevelCfg/PetRightAddUnit::star int32_t ___star_0; // System.Int32 DMCore.Logic.CPetStarQualityLevelCfg/PetRightAddUnit::quality int32_t ___quality_1; // System.String DMCore.Logic.CPetStarQualityLevelCfg/PetRightAddUnit::rights String_t* ___rights_2; public: inline static int32_t get_offset_of_star_0() { return static_cast(offsetof(PetRightAddUnit_t659905315, ___star_0)); } inline int32_t get_star_0() const { return ___star_0; } inline int32_t* get_address_of_star_0() { return &___star_0; } inline void set_star_0(int32_t value) { ___star_0 = value; } inline static int32_t get_offset_of_quality_1() { return static_cast(offsetof(PetRightAddUnit_t659905315, ___quality_1)); } inline int32_t get_quality_1() const { return ___quality_1; } inline int32_t* get_address_of_quality_1() { return &___quality_1; } inline void set_quality_1(int32_t value) { ___quality_1 = value; } inline static int32_t get_offset_of_rights_2() { return static_cast(offsetof(PetRightAddUnit_t659905315, ___rights_2)); } inline String_t* get_rights_2() const { return ___rights_2; } inline String_t** get_address_of_rights_2() { return &___rights_2; } inline void set_rights_2(String_t* value) { ___rights_2 = value; Il2CppCodeGenWriteBarrier((&___rights_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETRIGHTADDUNIT_T659905315_H #ifndef LIST_1_T2131980057_H #define LIST_1_T2131980057_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_t2131980057 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PetRightAddUnitU5BU5D_t2111773938* ____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_t2131980057, ____items_1)); } inline PetRightAddUnitU5BU5D_t2111773938* get__items_1() const { return ____items_1; } inline PetRightAddUnitU5BU5D_t2111773938** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PetRightAddUnitU5BU5D_t2111773938* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2131980057, ____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_t2131980057, ____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_t2131980057_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PetRightAddUnitU5BU5D_t2111773938* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2131980057_StaticFields, ___EmptyArray_4)); } inline PetRightAddUnitU5BU5D_t2111773938* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PetRightAddUnitU5BU5D_t2111773938** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PetRightAddUnitU5BU5D_t2111773938* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2131980057_H #ifndef DICTIONARY_2_T1632706988_H #define DICTIONARY_2_T1632706988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots StringU5BU5D_t1281789340* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t1632706988, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t1632706988, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t1632706988, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1632706988, ___valueSlots_7)); } inline StringU5BU5D_t1281789340* get_valueSlots_7() const { return ___valueSlots_7; } inline StringU5BU5D_t1281789340** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(StringU5BU5D_t1281789340* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1632706988, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t1632706988, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t1632706988, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t1632706988, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t1632706988, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t1632706988, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t1632706988, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t1632706988_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t132201056 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1632706988_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t132201056 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t132201056 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t132201056 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1632706988_H #ifndef DICTIONARY_2_T1839659084_H #define DICTIONARY_2_T1839659084_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_t1839659084 : 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 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_t1839659084, ___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_t1839659084, ___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_t1839659084, ___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_t1839659084, ___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_t1839659084, ___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_t1839659084, ___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_t1839659084, ___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_t1839659084, ___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_t1839659084, ___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_t1839659084, ___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_t1839659084, ___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_t1839659084_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4284552512 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1839659084_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4284552512 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4284552512 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4284552512 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1839659084_H #ifndef DICTIONARY_2_T2960430969_H #define DICTIONARY_2_T2960430969_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_t2960430969 : 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 SkillInfoU5BU5D_t3866758651* ___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_t2960430969, ___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_t2960430969, ___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_t2960430969, ___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_t2960430969, ___valueSlots_7)); } inline SkillInfoU5BU5D_t3866758651* get_valueSlots_7() const { return ___valueSlots_7; } inline SkillInfoU5BU5D_t3866758651** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(SkillInfoU5BU5D_t3866758651* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2960430969, ___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_t2960430969, ___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_t2960430969, ___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_t2960430969, ___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_t2960430969, ___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_t2960430969, ___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_t2960430969, ___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_t2960430969_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2717170367 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2960430969_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2717170367 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2717170367 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2717170367 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2960430969_H #ifndef EQUIPPROPINFO_T66586096_H #define EQUIPPROPINFO_T66586096_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPropEquipManager/EquipPropInfo struct EquipPropInfo_t66586096 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPropEquipManager/EquipPropInfo::_config_id int32_t ____config_id_0; // System.Int32 DMCore.Logic.CPropEquipManager/EquipPropInfo::_count_enable_use_in_dance int32_t ____count_enable_use_in_dance_1; // System.Collections.Generic.List`1 DMCore.Logic.CPropEquipManager/EquipPropInfo::_server_id_list List_1_t128053199 * ____server_id_list_2; public: inline static int32_t get_offset_of__config_id_0() { return static_cast(offsetof(EquipPropInfo_t66586096, ____config_id_0)); } inline int32_t get__config_id_0() const { return ____config_id_0; } inline int32_t* get_address_of__config_id_0() { return &____config_id_0; } inline void set__config_id_0(int32_t value) { ____config_id_0 = value; } inline static int32_t get_offset_of__count_enable_use_in_dance_1() { return static_cast(offsetof(EquipPropInfo_t66586096, ____count_enable_use_in_dance_1)); } inline int32_t get__count_enable_use_in_dance_1() const { return ____count_enable_use_in_dance_1; } inline int32_t* get_address_of__count_enable_use_in_dance_1() { return &____count_enable_use_in_dance_1; } inline void set__count_enable_use_in_dance_1(int32_t value) { ____count_enable_use_in_dance_1 = value; } inline static int32_t get_offset_of__server_id_list_2() { return static_cast(offsetof(EquipPropInfo_t66586096, ____server_id_list_2)); } inline List_1_t128053199 * get__server_id_list_2() const { return ____server_id_list_2; } inline List_1_t128053199 ** get_address_of__server_id_list_2() { return &____server_id_list_2; } inline void set__server_id_list_2(List_1_t128053199 * value) { ____server_id_list_2 = value; Il2CppCodeGenWriteBarrier((&____server_id_list_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUIPPROPINFO_T66586096_H #ifndef CLOCALIZATIONMANAGER_T2604768345_H #define CLOCALIZATIONMANAGER_T2604768345_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Localization.CLocalizationManager struct CLocalizationManager_t2604768345 : public RuntimeObject { public: public: }; struct CLocalizationManager_t2604768345_StaticFields { public: // System.String DMCore.Framework.Localization.CLocalizationManager::s_CurrentLanguage String_t* ___s_CurrentLanguage_0; // DMCore.Framework.Localization.CLocalizationManager DMCore.Framework.Localization.CLocalizationManager::s_Instance CLocalizationManager_t2604768345 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_CurrentLanguage_0() { return static_cast(offsetof(CLocalizationManager_t2604768345_StaticFields, ___s_CurrentLanguage_0)); } inline String_t* get_s_CurrentLanguage_0() const { return ___s_CurrentLanguage_0; } inline String_t** get_address_of_s_CurrentLanguage_0() { return &___s_CurrentLanguage_0; } inline void set_s_CurrentLanguage_0(String_t* value) { ___s_CurrentLanguage_0 = value; Il2CppCodeGenWriteBarrier((&___s_CurrentLanguage_0), value); } inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CLocalizationManager_t2604768345_StaticFields, ___s_Instance_1)); } inline CLocalizationManager_t2604768345 * get_s_Instance_1() const { return ___s_Instance_1; } inline CLocalizationManager_t2604768345 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CLocalizationManager_t2604768345 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOCALIZATIONMANAGER_T2604768345_H #ifndef 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 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 CPROPERTYSITE_T3895418650_H #define CPROPERTYSITE_T3895418650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPropertySite struct CPropertySite_t3895418650 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CPropertySite::m_bChanged bool ___m_bChanged_0; // System.Collections.Generic.List`1 DMCore.Logic.CPropertySite::m_list List_1_t3963932672 * ___m_list_1; public: inline static int32_t get_offset_of_m_bChanged_0() { return static_cast(offsetof(CPropertySite_t3895418650, ___m_bChanged_0)); } inline bool get_m_bChanged_0() const { return ___m_bChanged_0; } inline bool* get_address_of_m_bChanged_0() { return &___m_bChanged_0; } inline void set_m_bChanged_0(bool value) { ___m_bChanged_0 = value; } inline static int32_t get_offset_of_m_list_1() { return static_cast(offsetof(CPropertySite_t3895418650, ___m_list_1)); } inline List_1_t3963932672 * get_m_list_1() const { return ___m_list_1; } inline List_1_t3963932672 ** get_address_of_m_list_1() { return &___m_list_1; } inline void set_m_list_1(List_1_t3963932672 * value) { ___m_list_1 = value; Il2CppCodeGenWriteBarrier((&___m_list_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPERTYSITE_T3895418650_H #ifndef LIST_1_T913674750_H #define LIST_1_T913674750_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t913674750 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int64U5BU5D_t2559172825* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t913674750, ____items_1)); } inline Int64U5BU5D_t2559172825* get__items_1() const { return ____items_1; } inline Int64U5BU5D_t2559172825** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int64U5BU5D_t2559172825* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t913674750, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t913674750, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t913674750_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Int64U5BU5D_t2559172825* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t913674750_StaticFields, ___EmptyArray_4)); } inline Int64U5BU5D_t2559172825* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Int64U5BU5D_t2559172825** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Int64U5BU5D_t2559172825* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T913674750_H #ifndef SORTKEYINFO_1_T110361559_H #define SORTKEYINFO_1_T110361559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t110361559 : public RuntimeObject { public: // T DMCore.Logic.SortKeyInfo`1::LKV int64_t ___LKV_0; // T DMCore.Logic.SortKeyInfo`1::RKV int64_t ___RKV_1; // System.Boolean DMCore.Logic.SortKeyInfo`1::IsAscend bool ___IsAscend_2; public: inline static int32_t get_offset_of_LKV_0() { return static_cast(offsetof(SortKeyInfo_1_t110361559, ___LKV_0)); } inline int64_t get_LKV_0() const { return ___LKV_0; } inline int64_t* get_address_of_LKV_0() { return &___LKV_0; } inline void set_LKV_0(int64_t value) { ___LKV_0 = value; } inline static int32_t get_offset_of_RKV_1() { return static_cast(offsetof(SortKeyInfo_1_t110361559, ___RKV_1)); } inline int64_t get_RKV_1() const { return ___RKV_1; } inline int64_t* get_address_of_RKV_1() { return &___RKV_1; } inline void set_RKV_1(int64_t value) { ___RKV_1 = value; } inline static int32_t get_offset_of_IsAscend_2() { return static_cast(offsetof(SortKeyInfo_1_t110361559, ___IsAscend_2)); } inline bool get_IsAscend_2() const { return ___IsAscend_2; } inline bool* get_address_of_IsAscend_2() { return &___IsAscend_2; } inline void set_IsAscend_2(bool value) { ___IsAscend_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTKEYINFO_1_T110361559_H #ifndef DICTIONARY_2_T1694959599_H #define DICTIONARY_2_T1694959599_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_t1694959599 : 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 CDataPropertyU5BU5D_t2570513173* ___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_t1694959599, ___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_t1694959599, ___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_t1694959599, ___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_t1694959599, ___valueSlots_7)); } inline CDataPropertyU5BU5D_t2570513173* get_valueSlots_7() const { return ___valueSlots_7; } inline CDataPropertyU5BU5D_t2570513173** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CDataPropertyU5BU5D_t2570513173* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1694959599, ___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_t1694959599, ___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_t1694959599, ___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_t1694959599, ___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_t1694959599, ___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_t1694959599, ___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_t1694959599, ___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_t1694959599_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2174852017 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1694959599_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2174852017 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2174852017 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2174852017 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1694959599_H #ifndef DICTIONARY_2_T2625280635_H #define DICTIONARY_2_T2625280635_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2625280635 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int64U5BU5D_t2559172825* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2625280635, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2625280635, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2625280635, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2625280635, ___valueSlots_7)); } inline Int64U5BU5D_t2559172825* get_valueSlots_7() const { return ___valueSlots_7; } inline Int64U5BU5D_t2559172825** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int64U5BU5D_t2559172825* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2625280635, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2625280635, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2625280635, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2625280635, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2625280635, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2625280635, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2625280635, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2625280635_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2163511669 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2625280635_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2163511669 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2163511669 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2163511669 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2625280635_H #ifndef CTIMERMANAGER_T4186675208_H #define CTIMERMANAGER_T4186675208_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CTimerManager struct CTimerManager_t4186675208 : public RuntimeObject { public: // BetterList`1 DMCore.Logic.CTimerManager::m_TimerSet BetterList_1_t2996838064 * ___m_TimerSet_0; public: inline static int32_t get_offset_of_m_TimerSet_0() { return static_cast(offsetof(CTimerManager_t4186675208, ___m_TimerSet_0)); } inline BetterList_1_t2996838064 * get_m_TimerSet_0() const { return ___m_TimerSet_0; } inline BetterList_1_t2996838064 ** get_address_of_m_TimerSet_0() { return &___m_TimerSet_0; } inline void set_m_TimerSet_0(BetterList_1_t2996838064 * value) { ___m_TimerSet_0 = value; Il2CppCodeGenWriteBarrier((&___m_TimerSet_0), value); } }; struct CTimerManager_t4186675208_StaticFields { public: // System.Int32 DMCore.Logic.CTimerManager::s_LastTimerID int32_t ___s_LastTimerID_1; // DMCore.Logic.CTimerManager DMCore.Logic.CTimerManager::s_Instance CTimerManager_t4186675208 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_LastTimerID_1() { return static_cast(offsetof(CTimerManager_t4186675208_StaticFields, ___s_LastTimerID_1)); } inline int32_t get_s_LastTimerID_1() const { return ___s_LastTimerID_1; } inline int32_t* get_address_of_s_LastTimerID_1() { return &___s_LastTimerID_1; } inline void set_s_LastTimerID_1(int32_t value) { ___s_LastTimerID_1 = value; } inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CTimerManager_t4186675208_StaticFields, ___s_Instance_2)); } inline CTimerManager_t4186675208 * get_s_Instance_2() const { return ___s_Instance_2; } inline CTimerManager_t4186675208 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CTimerManager_t4186675208 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTIMERMANAGER_T4186675208_H #ifndef U3CPLAYANIU3EC__ANONSTOREY0_T3750724107_H #define U3CPLAYANIU3EC__ANONSTOREY0_T3750724107_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetAniCfg/c__AnonStorey0 struct U3CPlayAniU3Ec__AnonStorey0_t3750724107 : public RuntimeObject { public: // System.String DMCore.Logic.CPetAniCfg/c__AnonStorey0::aniid String_t* ___aniid_0; public: inline static int32_t get_offset_of_aniid_0() { return static_cast(offsetof(U3CPlayAniU3Ec__AnonStorey0_t3750724107, ___aniid_0)); } inline String_t* get_aniid_0() const { return ___aniid_0; } inline String_t** get_address_of_aniid_0() { return &___aniid_0; } inline void set_aniid_0(String_t* value) { ___aniid_0 = value; Il2CppCodeGenWriteBarrier((&___aniid_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPLAYANIU3EC__ANONSTOREY0_T3750724107_H #ifndef LIST_1_T2927961837_H #define LIST_1_T2927961837_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_t2927961837 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CPropItemU5BU5D_t3213068110* ____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_t2927961837, ____items_1)); } inline CPropItemU5BU5D_t3213068110* get__items_1() const { return ____items_1; } inline CPropItemU5BU5D_t3213068110** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CPropItemU5BU5D_t3213068110* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2927961837, ____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_t2927961837, ____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_t2927961837_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CPropItemU5BU5D_t3213068110* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2927961837_StaticFields, ___EmptyArray_4)); } inline CPropItemU5BU5D_t3213068110* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CPropItemU5BU5D_t3213068110** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CPropItemU5BU5D_t3213068110* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2927961837_H #ifndef DICTIONARY_2_T3625702484_H #define DICTIONARY_2_T3625702484_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_t3625702484 : 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 Texture2DU5BU5D_t149664596* ___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_t3625702484, ___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_t3625702484, ___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_t3625702484, ___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_t3625702484, ___valueSlots_7)); } inline Texture2DU5BU5D_t149664596* get_valueSlots_7() const { return ___valueSlots_7; } inline Texture2DU5BU5D_t149664596** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Texture2DU5BU5D_t149664596* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3625702484, ___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_t3625702484, ___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_t3625702484, ___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_t3625702484, ___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_t3625702484, ___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_t3625702484, ___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_t3625702484, ___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_t3625702484_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3295043608 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3625702484_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3295043608 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3295043608 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3295043608 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3625702484_H #ifndef PETANIUNIT_T1244462747_H #define PETANIUNIT_T1244462747_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetAniCfg/PetAniUnit struct PetAniUnit_t1244462747 : public RuntimeObject { public: // System.String DMCore.Logic.CPetAniCfg/PetAniUnit::aniID String_t* ___aniID_0; // System.String DMCore.Logic.CPetAniCfg/PetAniUnit::imgPath String_t* ___imgPath_1; // System.Int32 DMCore.Logic.CPetAniCfg/PetAniUnit::imageCount int32_t ___imageCount_2; // System.Single DMCore.Logic.CPetAniCfg/PetAniUnit::timeOneDelay float ___timeOneDelay_3; // System.Int32 DMCore.Logic.CPetAniCfg/PetAniUnit::allTime int32_t ___allTime_4; public: inline static int32_t get_offset_of_aniID_0() { return static_cast(offsetof(PetAniUnit_t1244462747, ___aniID_0)); } inline String_t* get_aniID_0() const { return ___aniID_0; } inline String_t** get_address_of_aniID_0() { return &___aniID_0; } inline void set_aniID_0(String_t* value) { ___aniID_0 = value; Il2CppCodeGenWriteBarrier((&___aniID_0), value); } inline static int32_t get_offset_of_imgPath_1() { return static_cast(offsetof(PetAniUnit_t1244462747, ___imgPath_1)); } inline String_t* get_imgPath_1() const { return ___imgPath_1; } inline String_t** get_address_of_imgPath_1() { return &___imgPath_1; } inline void set_imgPath_1(String_t* value) { ___imgPath_1 = value; Il2CppCodeGenWriteBarrier((&___imgPath_1), value); } inline static int32_t get_offset_of_imageCount_2() { return static_cast(offsetof(PetAniUnit_t1244462747, ___imageCount_2)); } inline int32_t get_imageCount_2() const { return ___imageCount_2; } inline int32_t* get_address_of_imageCount_2() { return &___imageCount_2; } inline void set_imageCount_2(int32_t value) { ___imageCount_2 = value; } inline static int32_t get_offset_of_timeOneDelay_3() { return static_cast(offsetof(PetAniUnit_t1244462747, ___timeOneDelay_3)); } inline float get_timeOneDelay_3() const { return ___timeOneDelay_3; } inline float* get_address_of_timeOneDelay_3() { return &___timeOneDelay_3; } inline void set_timeOneDelay_3(float value) { ___timeOneDelay_3 = value; } inline static int32_t get_offset_of_allTime_4() { return static_cast(offsetof(PetAniUnit_t1244462747, ___allTime_4)); } inline int32_t get_allTime_4() const { return ___allTime_4; } inline int32_t* get_address_of_allTime_4() { return &___allTime_4; } inline void set_allTime_4(int32_t value) { ___allTime_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETANIUNIT_T1244462747_H #ifndef LIST_1_T2716537489_H #define LIST_1_T2716537489_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_t2716537489 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PetAniUnitU5BU5D_t2230969498* ____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_t2716537489, ____items_1)); } inline PetAniUnitU5BU5D_t2230969498* get__items_1() const { return ____items_1; } inline PetAniUnitU5BU5D_t2230969498** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PetAniUnitU5BU5D_t2230969498* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2716537489, ____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_t2716537489, ____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_t2716537489_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PetAniUnitU5BU5D_t2230969498* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2716537489_StaticFields, ___EmptyArray_4)); } inline PetAniUnitU5BU5D_t2230969498* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PetAniUnitU5BU5D_t2230969498** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PetAniUnitU5BU5D_t2230969498* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2716537489_H #ifndef CPVEAWARD_T498378236_H #define CPVEAWARD_T498378236_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPVEAward struct CPVEAward_t498378236 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPVEAward::_Gold int32_t ____Gold_0; // System.Int32 DMCore.Logic.CPVEAward::_Diamond int32_t ____Diamond_1; // System.Int32 DMCore.Logic.CPVEAward::_Exp int32_t ____Exp_2; // DMCore.Logic.CGiftPackage DMCore.Logic.CPVEAward::_ArrayItems CGiftPackage_t998074622 * ____ArrayItems_3; public: inline static int32_t get_offset_of__Gold_0() { return static_cast(offsetof(CPVEAward_t498378236, ____Gold_0)); } inline int32_t get__Gold_0() const { return ____Gold_0; } inline int32_t* get_address_of__Gold_0() { return &____Gold_0; } inline void set__Gold_0(int32_t value) { ____Gold_0 = value; } inline static int32_t get_offset_of__Diamond_1() { return static_cast(offsetof(CPVEAward_t498378236, ____Diamond_1)); } inline int32_t get__Diamond_1() const { return ____Diamond_1; } inline int32_t* get_address_of__Diamond_1() { return &____Diamond_1; } inline void set__Diamond_1(int32_t value) { ____Diamond_1 = value; } inline static int32_t get_offset_of__Exp_2() { return static_cast(offsetof(CPVEAward_t498378236, ____Exp_2)); } inline int32_t get__Exp_2() const { return ____Exp_2; } inline int32_t* get_address_of__Exp_2() { return &____Exp_2; } inline void set__Exp_2(int32_t value) { ____Exp_2 = value; } inline static int32_t get_offset_of__ArrayItems_3() { return static_cast(offsetof(CPVEAward_t498378236, ____ArrayItems_3)); } inline CGiftPackage_t998074622 * get__ArrayItems_3() const { return ____ArrayItems_3; } inline CGiftPackage_t998074622 ** get_address_of__ArrayItems_3() { return &____ArrayItems_3; } inline void set__ArrayItems_3(CGiftPackage_t998074622 * value) { ____ArrayItems_3 = value; Il2CppCodeGenWriteBarrier((&____ArrayItems_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPVEAWARD_T498378236_H #ifndef U3CGETACTIONUNITU3EC__ANONSTOREY0_T2985909434_H #define U3CGETACTIONUNITU3EC__ANONSTOREY0_T2985909434_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetActionLib/PetActionGroup/c__AnonStorey0 struct U3CGetActionUnitU3Ec__AnonStorey0_t2985909434 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetActionLib/PetActionGroup/c__AnonStorey0::actionID int32_t ___actionID_0; public: inline static int32_t get_offset_of_actionID_0() { return static_cast(offsetof(U3CGetActionUnitU3Ec__AnonStorey0_t2985909434, ___actionID_0)); } inline int32_t get_actionID_0() const { return ___actionID_0; } inline int32_t* get_address_of_actionID_0() { return &___actionID_0; } inline void set_actionID_0(int32_t value) { ___actionID_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETACTIONUNITU3EC__ANONSTOREY0_T2985909434_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 DICTIONARY_2_T1411863853_H #define DICTIONARY_2_T1411863853_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_t1411863853 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int64U5BU5D_t2559172825* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots CPetSkillU5BU5D_t2344579016* ___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_t1411863853, ___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_t1411863853, ___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_t1411863853, ___keySlots_6)); } inline Int64U5BU5D_t2559172825* get_keySlots_6() const { return ___keySlots_6; } inline Int64U5BU5D_t2559172825** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int64U5BU5D_t2559172825* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1411863853, ___valueSlots_7)); } inline CPetSkillU5BU5D_t2344579016* get_valueSlots_7() const { return ___valueSlots_7; } inline CPetSkillU5BU5D_t2344579016** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CPetSkillU5BU5D_t2344579016* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1411863853, ___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_t1411863853, ___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_t1411863853, ___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_t1411863853, ___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_t1411863853, ___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_t1411863853, ___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_t1411863853, ___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_t1411863853_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3115379643 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1411863853_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3115379643 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3115379643 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3115379643 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1411863853_H #ifndef LIST_1_T4139125132_H #define LIST_1_T4139125132_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_t4139125132 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CPetU5BU5D_t604242771* ____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_t4139125132, ____items_1)); } inline CPetU5BU5D_t604242771* get__items_1() const { return ____items_1; } inline CPetU5BU5D_t604242771** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CPetU5BU5D_t604242771* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4139125132, ____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_t4139125132, ____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_t4139125132_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CPetU5BU5D_t604242771* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4139125132_StaticFields, ___EmptyArray_4)); } inline CPetU5BU5D_t604242771* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CPetU5BU5D_t604242771** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CPetU5BU5D_t604242771* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4139125132_H #ifndef LEVELEFFECT_T306095074_H #define LEVELEFFECT_T306095074_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetLevelExperienceCfg/levelEffect struct levelEffect_t306095074 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetLevelExperienceCfg/levelEffect::needNextLevelExperience int32_t ___needNextLevelExperience_0; // System.Int32 DMCore.Logic.CPetLevelExperienceCfg/levelEffect::needTotalExperience int32_t ___needTotalExperience_1; // System.Int32 DMCore.Logic.CPetLevelExperienceCfg/levelEffect::effectExp int32_t ___effectExp_2; // System.Int32 DMCore.Logic.CPetLevelExperienceCfg/levelEffect::effectGold int32_t ___effectGold_3; public: inline static int32_t get_offset_of_needNextLevelExperience_0() { return static_cast(offsetof(levelEffect_t306095074, ___needNextLevelExperience_0)); } inline int32_t get_needNextLevelExperience_0() const { return ___needNextLevelExperience_0; } inline int32_t* get_address_of_needNextLevelExperience_0() { return &___needNextLevelExperience_0; } inline void set_needNextLevelExperience_0(int32_t value) { ___needNextLevelExperience_0 = value; } inline static int32_t get_offset_of_needTotalExperience_1() { return static_cast(offsetof(levelEffect_t306095074, ___needTotalExperience_1)); } inline int32_t get_needTotalExperience_1() const { return ___needTotalExperience_1; } inline int32_t* get_address_of_needTotalExperience_1() { return &___needTotalExperience_1; } inline void set_needTotalExperience_1(int32_t value) { ___needTotalExperience_1 = value; } inline static int32_t get_offset_of_effectExp_2() { return static_cast(offsetof(levelEffect_t306095074, ___effectExp_2)); } inline int32_t get_effectExp_2() const { return ___effectExp_2; } inline int32_t* get_address_of_effectExp_2() { return &___effectExp_2; } inline void set_effectExp_2(int32_t value) { ___effectExp_2 = value; } inline static int32_t get_offset_of_effectGold_3() { return static_cast(offsetof(levelEffect_t306095074, ___effectGold_3)); } inline int32_t get_effectGold_3() const { return ___effectGold_3; } inline int32_t* get_address_of_effectGold_3() { return &___effectGold_3; } inline void set_effectGold_3(int32_t value) { ___effectGold_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEVELEFFECT_T306095074_H #ifndef DICTIONARY_2_T3489775701_H #define DICTIONARY_2_T3489775701_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_t3489775701 : 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 levelEffectU5BU5D_t33502807* ___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_t3489775701, ___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_t3489775701, ___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_t3489775701, ___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_t3489775701, ___valueSlots_7)); } inline levelEffectU5BU5D_t33502807* get_valueSlots_7() const { return ___valueSlots_7; } inline levelEffectU5BU5D_t33502807** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(levelEffectU5BU5D_t33502807* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3489775701, ___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_t3489775701, ___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_t3489775701, ___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_t3489775701, ___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_t3489775701, ___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_t3489775701, ___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_t3489775701, ___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_t3489775701_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3932808947 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3489775701_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3932808947 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3932808947 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3932808947 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3489775701_H #ifndef U3CGETQUALITYCONFIGU3EC__ANONSTOREY1_T3016788788_H #define U3CGETQUALITYCONFIGU3EC__ANONSTOREY1_T3016788788_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetConfig/c__AnonStorey1 struct U3CGetQualityconfigU3Ec__AnonStorey1_t3016788788 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetConfig/c__AnonStorey1::quality int32_t ___quality_0; public: inline static int32_t get_offset_of_quality_0() { return static_cast(offsetof(U3CGetQualityconfigU3Ec__AnonStorey1_t3016788788, ___quality_0)); } inline int32_t get_quality_0() const { return ___quality_0; } inline int32_t* get_address_of_quality_0() { return &___quality_0; } inline void set_quality_0(int32_t value) { ___quality_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETQUALITYCONFIGU3EC__ANONSTOREY1_T3016788788_H #ifndef U3CGETBUYDATACONFIGU3EC__ANONSTOREY0_T233870524_H #define U3CGETBUYDATACONFIGU3EC__ANONSTOREY0_T233870524_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetConfig/c__AnonStorey0 struct U3CGetBuyDataconfigU3Ec__AnonStorey0_t233870524 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetConfig/c__AnonStorey0::Num int32_t ___Num_0; public: inline static int32_t get_offset_of_Num_0() { return static_cast(offsetof(U3CGetBuyDataconfigU3Ec__AnonStorey0_t233870524, ___Num_0)); } inline int32_t get_Num_0() const { return ___Num_0; } inline int32_t* get_address_of_Num_0() { return &___Num_0; } inline void set_Num_0(int32_t value) { ___Num_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETBUYDATACONFIGU3EC__ANONSTOREY0_T233870524_H #ifndef LIST_1_T4214347335_H #define LIST_1_T4214347335_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_t4214347335 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items KeyValuePair_2U5BU5D_t3021503820* ____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_t4214347335, ____items_1)); } inline KeyValuePair_2U5BU5D_t3021503820* get__items_1() const { return ____items_1; } inline KeyValuePair_2U5BU5D_t3021503820** get_address_of__items_1() { return &____items_1; } inline void set__items_1(KeyValuePair_2U5BU5D_t3021503820* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4214347335, ____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_t4214347335, ____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_t4214347335_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray KeyValuePair_2U5BU5D_t3021503820* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4214347335_StaticFields, ___EmptyArray_4)); } inline KeyValuePair_2U5BU5D_t3021503820* get_EmptyArray_4() const { return ___EmptyArray_4; } inline KeyValuePair_2U5BU5D_t3021503820** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(KeyValuePair_2U5BU5D_t3021503820* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4214347335_H #ifndef CPETCONFIG_T679804737_H #define CPETCONFIG_T679804737_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetConfig struct CPetConfig_t679804737 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CPetConfig::m_QualityConfig List_1_t3080825839 * ___m_QualityConfig_1; // System.Collections.Generic.List`1 DMCore.Logic.CPetConfig::m_BuyEnergyConfig List_1_t2185202699 * ___m_BuyEnergyConfig_2; public: inline static int32_t get_offset_of_m_QualityConfig_1() { return static_cast(offsetof(CPetConfig_t679804737, ___m_QualityConfig_1)); } inline List_1_t3080825839 * get_m_QualityConfig_1() const { return ___m_QualityConfig_1; } inline List_1_t3080825839 ** get_address_of_m_QualityConfig_1() { return &___m_QualityConfig_1; } inline void set_m_QualityConfig_1(List_1_t3080825839 * value) { ___m_QualityConfig_1 = value; Il2CppCodeGenWriteBarrier((&___m_QualityConfig_1), value); } inline static int32_t get_offset_of_m_BuyEnergyConfig_2() { return static_cast(offsetof(CPetConfig_t679804737, ___m_BuyEnergyConfig_2)); } inline List_1_t2185202699 * get_m_BuyEnergyConfig_2() const { return ___m_BuyEnergyConfig_2; } inline List_1_t2185202699 ** get_address_of_m_BuyEnergyConfig_2() { return &___m_BuyEnergyConfig_2; } inline void set_m_BuyEnergyConfig_2(List_1_t2185202699 * value) { ___m_BuyEnergyConfig_2 = value; Il2CppCodeGenWriteBarrier((&___m_BuyEnergyConfig_2), value); } }; struct CPetConfig_t679804737_StaticFields { public: // DMCore.Logic.CPetConfig DMCore.Logic.CPetConfig::s_Instance CPetConfig_t679804737 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CPetConfig_t679804737_StaticFields, ___s_Instance_0)); } inline CPetConfig_t679804737 * get_s_Instance_0() const { return ___s_Instance_0; } inline CPetConfig_t679804737 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CPetConfig_t679804737 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETCONFIG_T679804737_H #ifndef LIST_1_T2185202699_H #define LIST_1_T2185202699_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_t2185202699 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PetBuyEnergyDataConfigUnitU5BU5D_t3678471160* ____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_t2185202699, ____items_1)); } inline PetBuyEnergyDataConfigUnitU5BU5D_t3678471160* get__items_1() const { return ____items_1; } inline PetBuyEnergyDataConfigUnitU5BU5D_t3678471160** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PetBuyEnergyDataConfigUnitU5BU5D_t3678471160* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2185202699, ____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_t2185202699, ____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_t2185202699_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PetBuyEnergyDataConfigUnitU5BU5D_t3678471160* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2185202699_StaticFields, ___EmptyArray_4)); } inline PetBuyEnergyDataConfigUnitU5BU5D_t3678471160* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PetBuyEnergyDataConfigUnitU5BU5D_t3678471160** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PetBuyEnergyDataConfigUnitU5BU5D_t3678471160* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2185202699_H #ifndef LIST_1_T3080825839_H #define LIST_1_T3080825839_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_t3080825839 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PetQualityDataUnitU5BU5D_t3003683844* ____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_t3080825839, ____items_1)); } inline PetQualityDataUnitU5BU5D_t3003683844* get__items_1() const { return ____items_1; } inline PetQualityDataUnitU5BU5D_t3003683844** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PetQualityDataUnitU5BU5D_t3003683844* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3080825839, ____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_t3080825839, ____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_t3080825839_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PetQualityDataUnitU5BU5D_t3003683844* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3080825839_StaticFields, ___EmptyArray_4)); } inline PetQualityDataUnitU5BU5D_t3003683844* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PetQualityDataUnitU5BU5D_t3003683844** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PetQualityDataUnitU5BU5D_t3003683844* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3080825839_H #ifndef PETQUALITYDATAUNIT_T1608751097_H #define PETQUALITYDATAUNIT_T1608751097_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetConfig/PetQualityDataUnit struct PetQualityDataUnit_t1608751097 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::quality int32_t ___quality_0; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::maxlevel int32_t ___maxlevel_1; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::maxenergy int32_t ___maxenergy_2; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::eatNum int32_t ___eatNum_3; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::eatEnergy int32_t ___eatEnergy_4; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::eatMaterialID int32_t ___eatMaterialID_5; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::studyNum int32_t ___studyNum_6; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::studyEnergy int32_t ___studyEnergy_7; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::studyMaterialID int32_t ___studyMaterialID_8; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::drillNum int32_t ___drillNum_9; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::drillEnergy int32_t ___drillEnergy_10; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::drillMaterialID int32_t ___drillMaterialID_11; public: inline static int32_t get_offset_of_quality_0() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___quality_0)); } inline int32_t get_quality_0() const { return ___quality_0; } inline int32_t* get_address_of_quality_0() { return &___quality_0; } inline void set_quality_0(int32_t value) { ___quality_0 = value; } inline static int32_t get_offset_of_maxlevel_1() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___maxlevel_1)); } inline int32_t get_maxlevel_1() const { return ___maxlevel_1; } inline int32_t* get_address_of_maxlevel_1() { return &___maxlevel_1; } inline void set_maxlevel_1(int32_t value) { ___maxlevel_1 = value; } inline static int32_t get_offset_of_maxenergy_2() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___maxenergy_2)); } inline int32_t get_maxenergy_2() const { return ___maxenergy_2; } inline int32_t* get_address_of_maxenergy_2() { return &___maxenergy_2; } inline void set_maxenergy_2(int32_t value) { ___maxenergy_2 = value; } inline static int32_t get_offset_of_eatNum_3() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___eatNum_3)); } inline int32_t get_eatNum_3() const { return ___eatNum_3; } inline int32_t* get_address_of_eatNum_3() { return &___eatNum_3; } inline void set_eatNum_3(int32_t value) { ___eatNum_3 = value; } inline static int32_t get_offset_of_eatEnergy_4() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___eatEnergy_4)); } inline int32_t get_eatEnergy_4() const { return ___eatEnergy_4; } inline int32_t* get_address_of_eatEnergy_4() { return &___eatEnergy_4; } inline void set_eatEnergy_4(int32_t value) { ___eatEnergy_4 = value; } inline static int32_t get_offset_of_eatMaterialID_5() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___eatMaterialID_5)); } inline int32_t get_eatMaterialID_5() const { return ___eatMaterialID_5; } inline int32_t* get_address_of_eatMaterialID_5() { return &___eatMaterialID_5; } inline void set_eatMaterialID_5(int32_t value) { ___eatMaterialID_5 = value; } inline static int32_t get_offset_of_studyNum_6() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___studyNum_6)); } inline int32_t get_studyNum_6() const { return ___studyNum_6; } inline int32_t* get_address_of_studyNum_6() { return &___studyNum_6; } inline void set_studyNum_6(int32_t value) { ___studyNum_6 = value; } inline static int32_t get_offset_of_studyEnergy_7() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___studyEnergy_7)); } inline int32_t get_studyEnergy_7() const { return ___studyEnergy_7; } inline int32_t* get_address_of_studyEnergy_7() { return &___studyEnergy_7; } inline void set_studyEnergy_7(int32_t value) { ___studyEnergy_7 = value; } inline static int32_t get_offset_of_studyMaterialID_8() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___studyMaterialID_8)); } inline int32_t get_studyMaterialID_8() const { return ___studyMaterialID_8; } inline int32_t* get_address_of_studyMaterialID_8() { return &___studyMaterialID_8; } inline void set_studyMaterialID_8(int32_t value) { ___studyMaterialID_8 = value; } inline static int32_t get_offset_of_drillNum_9() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___drillNum_9)); } inline int32_t get_drillNum_9() const { return ___drillNum_9; } inline int32_t* get_address_of_drillNum_9() { return &___drillNum_9; } inline void set_drillNum_9(int32_t value) { ___drillNum_9 = value; } inline static int32_t get_offset_of_drillEnergy_10() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___drillEnergy_10)); } inline int32_t get_drillEnergy_10() const { return ___drillEnergy_10; } inline int32_t* get_address_of_drillEnergy_10() { return &___drillEnergy_10; } inline void set_drillEnergy_10(int32_t value) { ___drillEnergy_10 = value; } inline static int32_t get_offset_of_drillMaterialID_11() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___drillMaterialID_11)); } inline int32_t get_drillMaterialID_11() const { return ___drillMaterialID_11; } inline int32_t* get_address_of_drillMaterialID_11() { return &___drillMaterialID_11; } inline void set_drillMaterialID_11(int32_t value) { ___drillMaterialID_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETQUALITYDATAUNIT_T1608751097_H #ifndef PETBUYENERGYDATACONFIGUNIT_T713127957_H #define PETBUYENERGYDATACONFIGUNIT_T713127957_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit struct PetBuyEnergyDataConfigUnit_t713127957 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit::buyNum int32_t ___buyNum_0; // System.Int32 DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit::needDiamond int32_t ___needDiamond_1; // System.Int32 DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit::addEnergy int32_t ___addEnergy_2; public: inline static int32_t get_offset_of_buyNum_0() { return static_cast(offsetof(PetBuyEnergyDataConfigUnit_t713127957, ___buyNum_0)); } inline int32_t get_buyNum_0() const { return ___buyNum_0; } inline int32_t* get_address_of_buyNum_0() { return &___buyNum_0; } inline void set_buyNum_0(int32_t value) { ___buyNum_0 = value; } inline static int32_t get_offset_of_needDiamond_1() { return static_cast(offsetof(PetBuyEnergyDataConfigUnit_t713127957, ___needDiamond_1)); } inline int32_t get_needDiamond_1() const { return ___needDiamond_1; } inline int32_t* get_address_of_needDiamond_1() { return &___needDiamond_1; } inline void set_needDiamond_1(int32_t value) { ___needDiamond_1 = value; } inline static int32_t get_offset_of_addEnergy_2() { return static_cast(offsetof(PetBuyEnergyDataConfigUnit_t713127957, ___addEnergy_2)); } inline int32_t get_addEnergy_2() const { return ___addEnergy_2; } inline int32_t* get_address_of_addEnergy_2() { return &___addEnergy_2; } inline void set_addEnergy_2(int32_t value) { ___addEnergy_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETBUYENERGYDATACONFIGUNIT_T713127957_H #ifndef LIST_1_T1538660838_H #define LIST_1_T1538660838_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_t1538660838 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items EquipPropInfoU5BU5D_t1699673169* ____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_t1538660838, ____items_1)); } inline EquipPropInfoU5BU5D_t1699673169* get__items_1() const { return ____items_1; } inline EquipPropInfoU5BU5D_t1699673169** get_address_of__items_1() { return &____items_1; } inline void set__items_1(EquipPropInfoU5BU5D_t1699673169* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1538660838, ____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_t1538660838, ____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_t1538660838_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray EquipPropInfoU5BU5D_t1699673169* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1538660838_StaticFields, ___EmptyArray_4)); } inline EquipPropInfoU5BU5D_t1699673169* get_EmptyArray_4() const { return ___EmptyArray_4; } inline EquipPropInfoU5BU5D_t1699673169** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(EquipPropInfoU5BU5D_t1699673169* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1538660838_H #ifndef U3CISJOINPINDANU3EC__ANONSTOREY5_T1965885762_H #define U3CISJOINPINDANU3EC__ANONSTOREY5_T1965885762_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPindanManager/c__AnonStorey5 struct U3CIsJoinPindanU3Ec__AnonStorey5_t1965885762 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPindanManager/c__AnonStorey5::_configID int32_t ____configID_0; public: inline static int32_t get_offset_of__configID_0() { return static_cast(offsetof(U3CIsJoinPindanU3Ec__AnonStorey5_t1965885762, ____configID_0)); } inline int32_t get__configID_0() const { return ____configID_0; } inline int32_t* get_address_of__configID_0() { return &____configID_0; } inline void set__configID_0(int32_t value) { ____configID_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CISJOINPINDANU3EC__ANONSTOREY5_T1965885762_H #ifndef U3CGETPINDANINFOBYIDU3EC__ANONSTOREY4_T3612384775_H #define U3CGETPINDANINFOBYIDU3EC__ANONSTOREY4_T3612384775_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPindanManager/c__AnonStorey4 struct U3CGetPindanInfoByIDU3Ec__AnonStorey4_t3612384775 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPindanManager/c__AnonStorey4::_pinId int32_t ____pinId_0; public: inline static int32_t get_offset_of__pinId_0() { return static_cast(offsetof(U3CGetPindanInfoByIDU3Ec__AnonStorey4_t3612384775, ____pinId_0)); } inline int32_t get__pinId_0() const { return ____pinId_0; } inline int32_t* get_address_of__pinId_0() { return &____pinId_0; } inline void set__pinId_0(int32_t value) { ____pinId_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETPINDANINFOBYIDU3EC__ANONSTOREY4_T3612384775_H #ifndef U3CGETSHOPINFOBYIDU3EC__ANONSTOREY3_T1794427239_H #define U3CGETSHOPINFOBYIDU3EC__ANONSTOREY3_T1794427239_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPindanManager/c__AnonStorey3 struct U3CGetShopInfoByIDU3Ec__AnonStorey3_t1794427239 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPindanManager/c__AnonStorey3::_Id int32_t ____Id_0; public: inline static int32_t get_offset_of__Id_0() { return static_cast(offsetof(U3CGetShopInfoByIDU3Ec__AnonStorey3_t1794427239, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETSHOPINFOBYIDU3EC__ANONSTOREY3_T1794427239_H #ifndef CROLEMODELITEM_SUITCONFIG_T3912215432_H #define CROLEMODELITEM_SUITCONFIG_T3912215432_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem_SuitConfig struct CRoleModelItem_SuitConfig_t3912215432 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::m_modelItems List_1_t128053199 * ___m_modelItems_0; // System.Boolean DMCore.Framework.Scene.CRoleModelItem_SuitConfig::m_bIsDone bool ___m_bIsDone_1; // System.Int32 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::m_suitID int32_t ___m_suitID_2; public: inline static int32_t get_offset_of_m_modelItems_0() { return static_cast(offsetof(CRoleModelItem_SuitConfig_t3912215432, ___m_modelItems_0)); } inline List_1_t128053199 * get_m_modelItems_0() const { return ___m_modelItems_0; } inline List_1_t128053199 ** get_address_of_m_modelItems_0() { return &___m_modelItems_0; } inline void set_m_modelItems_0(List_1_t128053199 * value) { ___m_modelItems_0 = value; Il2CppCodeGenWriteBarrier((&___m_modelItems_0), value); } inline static int32_t get_offset_of_m_bIsDone_1() { return static_cast(offsetof(CRoleModelItem_SuitConfig_t3912215432, ___m_bIsDone_1)); } inline bool get_m_bIsDone_1() const { return ___m_bIsDone_1; } inline bool* get_address_of_m_bIsDone_1() { return &___m_bIsDone_1; } inline void set_m_bIsDone_1(bool value) { ___m_bIsDone_1 = value; } inline static int32_t get_offset_of_m_suitID_2() { return static_cast(offsetof(CRoleModelItem_SuitConfig_t3912215432, ___m_suitID_2)); } inline int32_t get_m_suitID_2() const { return ___m_suitID_2; } inline int32_t* get_address_of_m_suitID_2() { return &___m_suitID_2; } inline void set_m_suitID_2(int32_t value) { ___m_suitID_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_SUITCONFIG_T3912215432_H #ifndef U3CAPPENDINVITEU3EC__ANONSTOREY2_T2281905488_H #define U3CAPPENDINVITEU3EC__ANONSTOREY2_T2281905488_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPindanManager/c__AnonStorey2 struct U3CAppendInviteU3Ec__AnonStorey2_t2281905488 : public RuntimeObject { public: // DMCore.Logic.CPindanManager/CInvitePindan DMCore.Logic.CPindanManager/c__AnonStorey2::_item CInvitePindan_t886476559 * ____item_0; public: inline static int32_t get_offset_of__item_0() { return static_cast(offsetof(U3CAppendInviteU3Ec__AnonStorey2_t2281905488, ____item_0)); } inline CInvitePindan_t886476559 * get__item_0() const { return ____item_0; } inline CInvitePindan_t886476559 ** get_address_of__item_0() { return &____item_0; } inline void set__item_0(CInvitePindan_t886476559 * value) { ____item_0 = value; Il2CppCodeGenWriteBarrier((&____item_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CAPPENDINVITEU3EC__ANONSTOREY2_T2281905488_H #ifndef CINVITEPINDAN_T886476559_H #define CINVITEPINDAN_T886476559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPindanManager/CInvitePindan struct CInvitePindan_t886476559 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPindanManager/CInvitePindan::pinID int32_t ___pinID_0; // System.Int64 DMCore.Logic.CPindanManager/CInvitePindan::inviteID int64_t ___inviteID_1; // System.String DMCore.Logic.CPindanManager/CInvitePindan::inviteName String_t* ___inviteName_2; // System.Int64 DMCore.Logic.CPindanManager/CInvitePindan::invitePhotoID int64_t ___invitePhotoID_3; // System.Int32 DMCore.Logic.CPindanManager/CInvitePindan::configId int32_t ___configId_4; // System.Int32 DMCore.Logic.CPindanManager/CInvitePindan::amount int32_t ___amount_5; // System.Int32 DMCore.Logic.CPindanManager/CInvitePindan::joinCnt int32_t ___joinCnt_6; // System.Int32 DMCore.Logic.CPindanManager/CInvitePindan::needCnt int32_t ___needCnt_7; // System.String DMCore.Logic.CPindanManager/CInvitePindan::endTime String_t* ___endTime_8; // System.Int32 DMCore.Logic.CPindanManager/CInvitePindan::originPrice int32_t ___originPrice_9; // System.Int32 DMCore.Logic.CPindanManager/CInvitePindan::pinPrice int32_t ___pinPrice_10; public: inline static int32_t get_offset_of_pinID_0() { return static_cast(offsetof(CInvitePindan_t886476559, ___pinID_0)); } inline int32_t get_pinID_0() const { return ___pinID_0; } inline int32_t* get_address_of_pinID_0() { return &___pinID_0; } inline void set_pinID_0(int32_t value) { ___pinID_0 = value; } inline static int32_t get_offset_of_inviteID_1() { return static_cast(offsetof(CInvitePindan_t886476559, ___inviteID_1)); } inline int64_t get_inviteID_1() const { return ___inviteID_1; } inline int64_t* get_address_of_inviteID_1() { return &___inviteID_1; } inline void set_inviteID_1(int64_t value) { ___inviteID_1 = value; } inline static int32_t get_offset_of_inviteName_2() { return static_cast(offsetof(CInvitePindan_t886476559, ___inviteName_2)); } inline String_t* get_inviteName_2() const { return ___inviteName_2; } inline String_t** get_address_of_inviteName_2() { return &___inviteName_2; } inline void set_inviteName_2(String_t* value) { ___inviteName_2 = value; Il2CppCodeGenWriteBarrier((&___inviteName_2), value); } inline static int32_t get_offset_of_invitePhotoID_3() { return static_cast(offsetof(CInvitePindan_t886476559, ___invitePhotoID_3)); } inline int64_t get_invitePhotoID_3() const { return ___invitePhotoID_3; } inline int64_t* get_address_of_invitePhotoID_3() { return &___invitePhotoID_3; } inline void set_invitePhotoID_3(int64_t value) { ___invitePhotoID_3 = value; } inline static int32_t get_offset_of_configId_4() { return static_cast(offsetof(CInvitePindan_t886476559, ___configId_4)); } inline int32_t get_configId_4() const { return ___configId_4; } inline int32_t* get_address_of_configId_4() { return &___configId_4; } inline void set_configId_4(int32_t value) { ___configId_4 = value; } inline static int32_t get_offset_of_amount_5() { return static_cast(offsetof(CInvitePindan_t886476559, ___amount_5)); } inline int32_t get_amount_5() const { return ___amount_5; } inline int32_t* get_address_of_amount_5() { return &___amount_5; } inline void set_amount_5(int32_t value) { ___amount_5 = value; } inline static int32_t get_offset_of_joinCnt_6() { return static_cast(offsetof(CInvitePindan_t886476559, ___joinCnt_6)); } inline int32_t get_joinCnt_6() const { return ___joinCnt_6; } inline int32_t* get_address_of_joinCnt_6() { return &___joinCnt_6; } inline void set_joinCnt_6(int32_t value) { ___joinCnt_6 = value; } inline static int32_t get_offset_of_needCnt_7() { return static_cast(offsetof(CInvitePindan_t886476559, ___needCnt_7)); } inline int32_t get_needCnt_7() const { return ___needCnt_7; } inline int32_t* get_address_of_needCnt_7() { return &___needCnt_7; } inline void set_needCnt_7(int32_t value) { ___needCnt_7 = value; } inline static int32_t get_offset_of_endTime_8() { return static_cast(offsetof(CInvitePindan_t886476559, ___endTime_8)); } inline String_t* get_endTime_8() const { return ___endTime_8; } inline String_t** get_address_of_endTime_8() { return &___endTime_8; } inline void set_endTime_8(String_t* value) { ___endTime_8 = value; Il2CppCodeGenWriteBarrier((&___endTime_8), value); } inline static int32_t get_offset_of_originPrice_9() { return static_cast(offsetof(CInvitePindan_t886476559, ___originPrice_9)); } inline int32_t get_originPrice_9() const { return ___originPrice_9; } inline int32_t* get_address_of_originPrice_9() { return &___originPrice_9; } inline void set_originPrice_9(int32_t value) { ___originPrice_9 = value; } inline static int32_t get_offset_of_pinPrice_10() { return static_cast(offsetof(CInvitePindan_t886476559, ___pinPrice_10)); } inline int32_t get_pinPrice_10() const { return ___pinPrice_10; } inline int32_t* get_address_of_pinPrice_10() { return &___pinPrice_10; } inline void set_pinPrice_10(int32_t value) { ___pinPrice_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CINVITEPINDAN_T886476559_H #ifndef CROLEMODELITEM_T1608531946_H #define CROLEMODELITEM_T1608531946_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem struct CRoleModelItem_t1608531946 : public RuntimeObject { public: // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CRoleModelItem::m_Role ISceneRole_t2394225724 * ___m_Role_0; // System.Int32 DMCore.Framework.Scene.CRoleModelItem::m_Category int32_t ___m_Category_1; // System.Int32 DMCore.Framework.Scene.CRoleModelItem::m_SubModelIndex int32_t ___m_SubModelIndex_2; // System.Int32 DMCore.Framework.Scene.CRoleModelItem::m_SexVal int32_t ___m_SexVal_3; // System.String DMCore.Framework.Scene.CRoleModelItem::m_PrefabName String_t* ___m_PrefabName_4; // System.String DMCore.Framework.Scene.CRoleModelItem::m_LastValidPrefabName String_t* ___m_LastValidPrefabName_5; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bSendChange bool ___m_bSendChange_6; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bAsUnderwearFullShow bool ___m_bAsUnderwearFullShow_7; // UnityEngine.Texture2D DMCore.Framework.Scene.CRoleModelItem::m_TextureSocks Texture2D_t3840446185 * ___m_TextureSocks_8; // UnityEngine.Texture2D DMCore.Framework.Scene.CRoleModelItem::m_TextureBeautyEyes Texture2D_t3840446185 * ___m_TextureBeautyEyes_9; // UnityEngine.Material DMCore.Framework.Scene.CRoleModelItem::m_MatBeautyEyes Material_t340375123 * ___m_MatBeautyEyes_10; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_OwnSelfSkeletons bool ___m_OwnSelfSkeletons_11; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bFirstFailed bool ___m_bFirstFailed_12; // System.String DMCore.Framework.Scene.CRoleModelItem::m_LinkBoneName String_t* ___m_LinkBoneName_13; // System.String DMCore.Framework.Scene.CRoleModelItem::m_LocalRoot String_t* ___m_LocalRoot_14; // System.Single DMCore.Framework.Scene.CRoleModelItem::m_timeIdleSwitchPlay float ___m_timeIdleSwitchPlay_15; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bStateIdle bool ___m_bStateIdle_16; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bNeedSubmit bool ___m_bNeedSubmit_17; // System.Boolean DMCore.Framework.Scene.CRoleModelItem::m_bEnable bool ___m_bEnable_18; // System.String DMCore.Framework.Scene.CRoleModelItem::m_curAnimName String_t* ___m_curAnimName_19; // DMCore.Framework.Scene.CRoleModelItem/stItemState DMCore.Framework.Scene.CRoleModelItem::m_currentState stItemState_t244584211 * ___m_currentState_20; // DMCore.Framework.Scene.CRoleModelItem/stItemState DMCore.Framework.Scene.CRoleModelItem::m_lastState stItemState_t244584211 * ___m_lastState_21; public: inline static int32_t get_offset_of_m_Role_0() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_Role_0)); } inline ISceneRole_t2394225724 * get_m_Role_0() const { return ___m_Role_0; } inline ISceneRole_t2394225724 ** get_address_of_m_Role_0() { return &___m_Role_0; } inline void set_m_Role_0(ISceneRole_t2394225724 * value) { ___m_Role_0 = value; Il2CppCodeGenWriteBarrier((&___m_Role_0), value); } inline static int32_t get_offset_of_m_Category_1() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_Category_1)); } inline int32_t get_m_Category_1() const { return ___m_Category_1; } inline int32_t* get_address_of_m_Category_1() { return &___m_Category_1; } inline void set_m_Category_1(int32_t value) { ___m_Category_1 = value; } inline static int32_t get_offset_of_m_SubModelIndex_2() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_SubModelIndex_2)); } inline int32_t get_m_SubModelIndex_2() const { return ___m_SubModelIndex_2; } inline int32_t* get_address_of_m_SubModelIndex_2() { return &___m_SubModelIndex_2; } inline void set_m_SubModelIndex_2(int32_t value) { ___m_SubModelIndex_2 = value; } inline static int32_t get_offset_of_m_SexVal_3() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_SexVal_3)); } inline int32_t get_m_SexVal_3() const { return ___m_SexVal_3; } inline int32_t* get_address_of_m_SexVal_3() { return &___m_SexVal_3; } inline void set_m_SexVal_3(int32_t value) { ___m_SexVal_3 = value; } inline static int32_t get_offset_of_m_PrefabName_4() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_PrefabName_4)); } inline String_t* get_m_PrefabName_4() const { return ___m_PrefabName_4; } inline String_t** get_address_of_m_PrefabName_4() { return &___m_PrefabName_4; } inline void set_m_PrefabName_4(String_t* value) { ___m_PrefabName_4 = value; Il2CppCodeGenWriteBarrier((&___m_PrefabName_4), value); } inline static int32_t get_offset_of_m_LastValidPrefabName_5() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_LastValidPrefabName_5)); } inline String_t* get_m_LastValidPrefabName_5() const { return ___m_LastValidPrefabName_5; } inline String_t** get_address_of_m_LastValidPrefabName_5() { return &___m_LastValidPrefabName_5; } inline void set_m_LastValidPrefabName_5(String_t* value) { ___m_LastValidPrefabName_5 = value; Il2CppCodeGenWriteBarrier((&___m_LastValidPrefabName_5), value); } inline static int32_t get_offset_of_m_bSendChange_6() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bSendChange_6)); } inline bool get_m_bSendChange_6() const { return ___m_bSendChange_6; } inline bool* get_address_of_m_bSendChange_6() { return &___m_bSendChange_6; } inline void set_m_bSendChange_6(bool value) { ___m_bSendChange_6 = value; } inline static int32_t get_offset_of_m_bAsUnderwearFullShow_7() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bAsUnderwearFullShow_7)); } inline bool get_m_bAsUnderwearFullShow_7() const { return ___m_bAsUnderwearFullShow_7; } inline bool* get_address_of_m_bAsUnderwearFullShow_7() { return &___m_bAsUnderwearFullShow_7; } inline void set_m_bAsUnderwearFullShow_7(bool value) { ___m_bAsUnderwearFullShow_7 = value; } inline static int32_t get_offset_of_m_TextureSocks_8() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_TextureSocks_8)); } inline Texture2D_t3840446185 * get_m_TextureSocks_8() const { return ___m_TextureSocks_8; } inline Texture2D_t3840446185 ** get_address_of_m_TextureSocks_8() { return &___m_TextureSocks_8; } inline void set_m_TextureSocks_8(Texture2D_t3840446185 * value) { ___m_TextureSocks_8 = value; Il2CppCodeGenWriteBarrier((&___m_TextureSocks_8), value); } inline static int32_t get_offset_of_m_TextureBeautyEyes_9() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_TextureBeautyEyes_9)); } inline Texture2D_t3840446185 * get_m_TextureBeautyEyes_9() const { return ___m_TextureBeautyEyes_9; } inline Texture2D_t3840446185 ** get_address_of_m_TextureBeautyEyes_9() { return &___m_TextureBeautyEyes_9; } inline void set_m_TextureBeautyEyes_9(Texture2D_t3840446185 * value) { ___m_TextureBeautyEyes_9 = value; Il2CppCodeGenWriteBarrier((&___m_TextureBeautyEyes_9), value); } inline static int32_t get_offset_of_m_MatBeautyEyes_10() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_MatBeautyEyes_10)); } inline Material_t340375123 * get_m_MatBeautyEyes_10() const { return ___m_MatBeautyEyes_10; } inline Material_t340375123 ** get_address_of_m_MatBeautyEyes_10() { return &___m_MatBeautyEyes_10; } inline void set_m_MatBeautyEyes_10(Material_t340375123 * value) { ___m_MatBeautyEyes_10 = value; Il2CppCodeGenWriteBarrier((&___m_MatBeautyEyes_10), value); } inline static int32_t get_offset_of_m_OwnSelfSkeletons_11() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_OwnSelfSkeletons_11)); } inline bool get_m_OwnSelfSkeletons_11() const { return ___m_OwnSelfSkeletons_11; } inline bool* get_address_of_m_OwnSelfSkeletons_11() { return &___m_OwnSelfSkeletons_11; } inline void set_m_OwnSelfSkeletons_11(bool value) { ___m_OwnSelfSkeletons_11 = value; } inline static int32_t get_offset_of_m_bFirstFailed_12() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bFirstFailed_12)); } inline bool get_m_bFirstFailed_12() const { return ___m_bFirstFailed_12; } inline bool* get_address_of_m_bFirstFailed_12() { return &___m_bFirstFailed_12; } inline void set_m_bFirstFailed_12(bool value) { ___m_bFirstFailed_12 = value; } inline static int32_t get_offset_of_m_LinkBoneName_13() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_LinkBoneName_13)); } inline String_t* get_m_LinkBoneName_13() const { return ___m_LinkBoneName_13; } inline String_t** get_address_of_m_LinkBoneName_13() { return &___m_LinkBoneName_13; } inline void set_m_LinkBoneName_13(String_t* value) { ___m_LinkBoneName_13 = value; Il2CppCodeGenWriteBarrier((&___m_LinkBoneName_13), value); } inline static int32_t get_offset_of_m_LocalRoot_14() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_LocalRoot_14)); } inline String_t* get_m_LocalRoot_14() const { return ___m_LocalRoot_14; } inline String_t** get_address_of_m_LocalRoot_14() { return &___m_LocalRoot_14; } inline void set_m_LocalRoot_14(String_t* value) { ___m_LocalRoot_14 = value; Il2CppCodeGenWriteBarrier((&___m_LocalRoot_14), value); } inline static int32_t get_offset_of_m_timeIdleSwitchPlay_15() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_timeIdleSwitchPlay_15)); } inline float get_m_timeIdleSwitchPlay_15() const { return ___m_timeIdleSwitchPlay_15; } inline float* get_address_of_m_timeIdleSwitchPlay_15() { return &___m_timeIdleSwitchPlay_15; } inline void set_m_timeIdleSwitchPlay_15(float value) { ___m_timeIdleSwitchPlay_15 = value; } inline static int32_t get_offset_of_m_bStateIdle_16() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bStateIdle_16)); } inline bool get_m_bStateIdle_16() const { return ___m_bStateIdle_16; } inline bool* get_address_of_m_bStateIdle_16() { return &___m_bStateIdle_16; } inline void set_m_bStateIdle_16(bool value) { ___m_bStateIdle_16 = value; } inline static int32_t get_offset_of_m_bNeedSubmit_17() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bNeedSubmit_17)); } inline bool get_m_bNeedSubmit_17() const { return ___m_bNeedSubmit_17; } inline bool* get_address_of_m_bNeedSubmit_17() { return &___m_bNeedSubmit_17; } inline void set_m_bNeedSubmit_17(bool value) { ___m_bNeedSubmit_17 = value; } inline static int32_t get_offset_of_m_bEnable_18() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_bEnable_18)); } inline bool get_m_bEnable_18() const { return ___m_bEnable_18; } inline bool* get_address_of_m_bEnable_18() { return &___m_bEnable_18; } inline void set_m_bEnable_18(bool value) { ___m_bEnable_18 = value; } inline static int32_t get_offset_of_m_curAnimName_19() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_curAnimName_19)); } inline String_t* get_m_curAnimName_19() const { return ___m_curAnimName_19; } inline String_t** get_address_of_m_curAnimName_19() { return &___m_curAnimName_19; } inline void set_m_curAnimName_19(String_t* value) { ___m_curAnimName_19 = value; Il2CppCodeGenWriteBarrier((&___m_curAnimName_19), value); } inline static int32_t get_offset_of_m_currentState_20() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_currentState_20)); } inline stItemState_t244584211 * get_m_currentState_20() const { return ___m_currentState_20; } inline stItemState_t244584211 ** get_address_of_m_currentState_20() { return &___m_currentState_20; } inline void set_m_currentState_20(stItemState_t244584211 * value) { ___m_currentState_20 = value; Il2CppCodeGenWriteBarrier((&___m_currentState_20), value); } inline static int32_t get_offset_of_m_lastState_21() { return static_cast(offsetof(CRoleModelItem_t1608531946, ___m_lastState_21)); } inline stItemState_t244584211 * get_m_lastState_21() const { return ___m_lastState_21; } inline stItemState_t244584211 ** get_address_of_m_lastState_21() { return &___m_lastState_21; } inline void set_m_lastState_21(stItemState_t244584211 * value) { ___m_lastState_21 = value; Il2CppCodeGenWriteBarrier((&___m_lastState_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_T1608531946_H #ifndef U3CAPPENDCOMPLETEU3EC__ANONSTOREY1_T2563700040_H #define U3CAPPENDCOMPLETEU3EC__ANONSTOREY1_T2563700040_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPindanManager/c__AnonStorey1 struct U3CAppendCompleteU3Ec__AnonStorey1_t2563700040 : public RuntimeObject { public: // DMCore.Logic.CPindanManager/CompletePindan DMCore.Logic.CPindanManager/c__AnonStorey1::_item CompletePindan_t1453403050 * ____item_0; public: inline static int32_t get_offset_of__item_0() { return static_cast(offsetof(U3CAppendCompleteU3Ec__AnonStorey1_t2563700040, ____item_0)); } inline CompletePindan_t1453403050 * get__item_0() const { return ____item_0; } inline CompletePindan_t1453403050 ** get_address_of__item_0() { return &____item_0; } inline void set__item_0(CompletePindan_t1453403050 * value) { ____item_0 = value; Il2CppCodeGenWriteBarrier((&____item_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CAPPENDCOMPLETEU3EC__ANONSTOREY1_T2563700040_H #ifndef COMPLETEPINDAN_T1453403050_H #define COMPLETEPINDAN_T1453403050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPindanManager/CompletePindan struct CompletePindan_t1453403050 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPindanManager/CompletePindan::pinID int32_t ___pinID_0; // System.Int32 DMCore.Logic.CPindanManager/CompletePindan::configID int32_t ___configID_1; // System.Int32 DMCore.Logic.CPindanManager/CompletePindan::amount int32_t ___amount_2; // System.Int32 DMCore.Logic.CPindanManager/CompletePindan::cashType int32_t ___cashType_3; // System.Int32 DMCore.Logic.CPindanManager/CompletePindan::cashPrice int32_t ___cashPrice_4; // System.String DMCore.Logic.CPindanManager/CompletePindan::finishTime String_t* ___finishTime_5; public: inline static int32_t get_offset_of_pinID_0() { return static_cast(offsetof(CompletePindan_t1453403050, ___pinID_0)); } inline int32_t get_pinID_0() const { return ___pinID_0; } inline int32_t* get_address_of_pinID_0() { return &___pinID_0; } inline void set_pinID_0(int32_t value) { ___pinID_0 = value; } inline static int32_t get_offset_of_configID_1() { return static_cast(offsetof(CompletePindan_t1453403050, ___configID_1)); } inline int32_t get_configID_1() const { return ___configID_1; } inline int32_t* get_address_of_configID_1() { return &___configID_1; } inline void set_configID_1(int32_t value) { ___configID_1 = value; } inline static int32_t get_offset_of_amount_2() { return static_cast(offsetof(CompletePindan_t1453403050, ___amount_2)); } inline int32_t get_amount_2() const { return ___amount_2; } inline int32_t* get_address_of_amount_2() { return &___amount_2; } inline void set_amount_2(int32_t value) { ___amount_2 = value; } inline static int32_t get_offset_of_cashType_3() { return static_cast(offsetof(CompletePindan_t1453403050, ___cashType_3)); } inline int32_t get_cashType_3() const { return ___cashType_3; } inline int32_t* get_address_of_cashType_3() { return &___cashType_3; } inline void set_cashType_3(int32_t value) { ___cashType_3 = value; } inline static int32_t get_offset_of_cashPrice_4() { return static_cast(offsetof(CompletePindan_t1453403050, ___cashPrice_4)); } inline int32_t get_cashPrice_4() const { return ___cashPrice_4; } inline int32_t* get_address_of_cashPrice_4() { return &___cashPrice_4; } inline void set_cashPrice_4(int32_t value) { ___cashPrice_4 = value; } inline static int32_t get_offset_of_finishTime_5() { return static_cast(offsetof(CompletePindan_t1453403050, ___finishTime_5)); } inline String_t* get_finishTime_5() const { return ___finishTime_5; } inline String_t** get_address_of_finishTime_5() { return &___finishTime_5; } inline void set_finishTime_5(String_t* value) { ___finishTime_5 = value; Il2CppCodeGenWriteBarrier((&___finishTime_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPLETEPINDAN_T1453403050_H #ifndef CJOINORDER_T2808368020_H #define CJOINORDER_T2808368020_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPindanManager/CJoinOrder struct CJoinOrder_t2808368020 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPindanManager/CJoinOrder::pinId int32_t ___pinId_0; // System.Int32 DMCore.Logic.CPindanManager/CJoinOrder::confidId int32_t ___confidId_1; // System.Int32 DMCore.Logic.CPindanManager/CJoinOrder::amount int32_t ___amount_2; // System.Int32 DMCore.Logic.CPindanManager/CJoinOrder::joinCnt int32_t ___joinCnt_3; // System.Int32 DMCore.Logic.CPindanManager/CJoinOrder::needCnt int32_t ___needCnt_4; // System.String DMCore.Logic.CPindanManager/CJoinOrder::endTime String_t* ___endTime_5; public: inline static int32_t get_offset_of_pinId_0() { return static_cast(offsetof(CJoinOrder_t2808368020, ___pinId_0)); } inline int32_t get_pinId_0() const { return ___pinId_0; } inline int32_t* get_address_of_pinId_0() { return &___pinId_0; } inline void set_pinId_0(int32_t value) { ___pinId_0 = value; } inline static int32_t get_offset_of_confidId_1() { return static_cast(offsetof(CJoinOrder_t2808368020, ___confidId_1)); } inline int32_t get_confidId_1() const { return ___confidId_1; } inline int32_t* get_address_of_confidId_1() { return &___confidId_1; } inline void set_confidId_1(int32_t value) { ___confidId_1 = value; } inline static int32_t get_offset_of_amount_2() { return static_cast(offsetof(CJoinOrder_t2808368020, ___amount_2)); } inline int32_t get_amount_2() const { return ___amount_2; } inline int32_t* get_address_of_amount_2() { return &___amount_2; } inline void set_amount_2(int32_t value) { ___amount_2 = value; } inline static int32_t get_offset_of_joinCnt_3() { return static_cast(offsetof(CJoinOrder_t2808368020, ___joinCnt_3)); } inline int32_t get_joinCnt_3() const { return ___joinCnt_3; } inline int32_t* get_address_of_joinCnt_3() { return &___joinCnt_3; } inline void set_joinCnt_3(int32_t value) { ___joinCnt_3 = value; } inline static int32_t get_offset_of_needCnt_4() { return static_cast(offsetof(CJoinOrder_t2808368020, ___needCnt_4)); } inline int32_t get_needCnt_4() const { return ___needCnt_4; } inline int32_t* get_address_of_needCnt_4() { return &___needCnt_4; } inline void set_needCnt_4(int32_t value) { ___needCnt_4 = value; } inline static int32_t get_offset_of_endTime_5() { return static_cast(offsetof(CJoinOrder_t2808368020, ___endTime_5)); } inline String_t* get_endTime_5() const { return ___endTime_5; } inline String_t** get_address_of_endTime_5() { return &___endTime_5; } inline void set_endTime_5(String_t* value) { ___endTime_5 = value; Il2CppCodeGenWriteBarrier((&___endTime_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CJOINORDER_T2808368020_H #ifndef CPINDANORDER_T1572097121_H #define CPINDANORDER_T1572097121_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPindanManager/CPindanOrder struct CPindanOrder_t1572097121 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPindanManager/CPindanOrder::pinID int32_t ___pinID_0; // System.Int64 DMCore.Logic.CPindanManager/CPindanOrder::pinPlayerID int64_t ___pinPlayerID_1; // System.String DMCore.Logic.CPindanManager/CPindanOrder::pinPlayerName String_t* ___pinPlayerName_2; // System.Int32 DMCore.Logic.CPindanManager/CPindanOrder::nSex int32_t ___nSex_3; // System.Int64 DMCore.Logic.CPindanManager/CPindanOrder::photoID int64_t ___photoID_4; // System.Int32 DMCore.Logic.CPindanManager/CPindanOrder::configID int32_t ___configID_5; // System.Int32 DMCore.Logic.CPindanManager/CPindanOrder::amount int32_t ___amount_6; // System.Int32 DMCore.Logic.CPindanManager/CPindanOrder::needCount int32_t ___needCount_7; // System.String DMCore.Logic.CPindanManager/CPindanOrder::endTime String_t* ___endTime_8; // System.Int32 DMCore.Logic.CPindanManager/CPindanOrder::joinCnt int32_t ___joinCnt_9; // System.Int32 DMCore.Logic.CPindanManager/CPindanOrder::cashType int32_t ___cashType_10; // System.Int32 DMCore.Logic.CPindanManager/CPindanOrder::cashPrice int32_t ___cashPrice_11; public: inline static int32_t get_offset_of_pinID_0() { return static_cast(offsetof(CPindanOrder_t1572097121, ___pinID_0)); } inline int32_t get_pinID_0() const { return ___pinID_0; } inline int32_t* get_address_of_pinID_0() { return &___pinID_0; } inline void set_pinID_0(int32_t value) { ___pinID_0 = value; } inline static int32_t get_offset_of_pinPlayerID_1() { return static_cast(offsetof(CPindanOrder_t1572097121, ___pinPlayerID_1)); } inline int64_t get_pinPlayerID_1() const { return ___pinPlayerID_1; } inline int64_t* get_address_of_pinPlayerID_1() { return &___pinPlayerID_1; } inline void set_pinPlayerID_1(int64_t value) { ___pinPlayerID_1 = value; } inline static int32_t get_offset_of_pinPlayerName_2() { return static_cast(offsetof(CPindanOrder_t1572097121, ___pinPlayerName_2)); } inline String_t* get_pinPlayerName_2() const { return ___pinPlayerName_2; } inline String_t** get_address_of_pinPlayerName_2() { return &___pinPlayerName_2; } inline void set_pinPlayerName_2(String_t* value) { ___pinPlayerName_2 = value; Il2CppCodeGenWriteBarrier((&___pinPlayerName_2), value); } inline static int32_t get_offset_of_nSex_3() { return static_cast(offsetof(CPindanOrder_t1572097121, ___nSex_3)); } inline int32_t get_nSex_3() const { return ___nSex_3; } inline int32_t* get_address_of_nSex_3() { return &___nSex_3; } inline void set_nSex_3(int32_t value) { ___nSex_3 = value; } inline static int32_t get_offset_of_photoID_4() { return static_cast(offsetof(CPindanOrder_t1572097121, ___photoID_4)); } inline int64_t get_photoID_4() const { return ___photoID_4; } inline int64_t* get_address_of_photoID_4() { return &___photoID_4; } inline void set_photoID_4(int64_t value) { ___photoID_4 = value; } inline static int32_t get_offset_of_configID_5() { return static_cast(offsetof(CPindanOrder_t1572097121, ___configID_5)); } inline int32_t get_configID_5() const { return ___configID_5; } inline int32_t* get_address_of_configID_5() { return &___configID_5; } inline void set_configID_5(int32_t value) { ___configID_5 = value; } inline static int32_t get_offset_of_amount_6() { return static_cast(offsetof(CPindanOrder_t1572097121, ___amount_6)); } inline int32_t get_amount_6() const { return ___amount_6; } inline int32_t* get_address_of_amount_6() { return &___amount_6; } inline void set_amount_6(int32_t value) { ___amount_6 = value; } inline static int32_t get_offset_of_needCount_7() { return static_cast(offsetof(CPindanOrder_t1572097121, ___needCount_7)); } inline int32_t get_needCount_7() const { return ___needCount_7; } inline int32_t* get_address_of_needCount_7() { return &___needCount_7; } inline void set_needCount_7(int32_t value) { ___needCount_7 = value; } inline static int32_t get_offset_of_endTime_8() { return static_cast(offsetof(CPindanOrder_t1572097121, ___endTime_8)); } inline String_t* get_endTime_8() const { return ___endTime_8; } inline String_t** get_address_of_endTime_8() { return &___endTime_8; } inline void set_endTime_8(String_t* value) { ___endTime_8 = value; Il2CppCodeGenWriteBarrier((&___endTime_8), value); } inline static int32_t get_offset_of_joinCnt_9() { return static_cast(offsetof(CPindanOrder_t1572097121, ___joinCnt_9)); } inline int32_t get_joinCnt_9() const { return ___joinCnt_9; } inline int32_t* get_address_of_joinCnt_9() { return &___joinCnt_9; } inline void set_joinCnt_9(int32_t value) { ___joinCnt_9 = value; } inline static int32_t get_offset_of_cashType_10() { return static_cast(offsetof(CPindanOrder_t1572097121, ___cashType_10)); } inline int32_t get_cashType_10() const { return ___cashType_10; } inline int32_t* get_address_of_cashType_10() { return &___cashType_10; } inline void set_cashType_10(int32_t value) { ___cashType_10 = value; } inline static int32_t get_offset_of_cashPrice_11() { return static_cast(offsetof(CPindanOrder_t1572097121, ___cashPrice_11)); } inline int32_t get_cashPrice_11() const { return ___cashPrice_11; } inline int32_t* get_address_of_cashPrice_11() { return &___cashPrice_11; } inline void set_cashPrice_11(int32_t value) { ___cashPrice_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPINDANORDER_T1572097121_H #ifndef LIST_1_T1275442333_H #define LIST_1_T1275442333_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_t1275442333 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SameStylePkgUnitU5BU5D_t1946557662* ____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_t1275442333, ____items_1)); } inline SameStylePkgUnitU5BU5D_t1946557662* get__items_1() const { return ____items_1; } inline SameStylePkgUnitU5BU5D_t1946557662** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SameStylePkgUnitU5BU5D_t1946557662* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1275442333, ____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_t1275442333, ____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_t1275442333_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray SameStylePkgUnitU5BU5D_t1946557662* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1275442333_StaticFields, ___EmptyArray_4)); } inline SameStylePkgUnitU5BU5D_t1946557662* get_EmptyArray_4() const { return ___EmptyArray_4; } inline SameStylePkgUnitU5BU5D_t1946557662** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(SameStylePkgUnitU5BU5D_t1946557662* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1275442333_H #ifndef U3CADDPOSTERLISTU3EC__ANONSTOREY0_T1313554051_H #define U3CADDPOSTERLISTU3EC__ANONSTOREY0_T1313554051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPosterManager/c__AnonStorey0 struct U3CAddPosterListU3Ec__AnonStorey0_t1313554051 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPosterManager/c__AnonStorey0::_nId int32_t ____nId_0; public: inline static int32_t get_offset_of__nId_0() { return static_cast(offsetof(U3CAddPosterListU3Ec__AnonStorey0_t1313554051, ____nId_0)); } inline int32_t get__nId_0() const { return ____nId_0; } inline int32_t* get_address_of__nId_0() { return &____nId_0; } inline void set__nId_0(int32_t value) { ____nId_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CADDPOSTERLISTU3EC__ANONSTOREY0_T1313554051_H #ifndef DICTIONARY_2_T2202228805_H #define DICTIONARY_2_T2202228805_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_t2202228805 : 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 PosterDetailU5BU5D_t2107773095* ___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_t2202228805, ___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_t2202228805, ___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_t2202228805, ___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_t2202228805, ___valueSlots_7)); } inline PosterDetailU5BU5D_t2107773095* get_valueSlots_7() const { return ___valueSlots_7; } inline PosterDetailU5BU5D_t2107773095** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(PosterDetailU5BU5D_t2107773095* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2202228805, ___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_t2202228805, ___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_t2202228805, ___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_t2202228805, ___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_t2202228805, ___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_t2202228805, ___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_t2202228805, ___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_t2202228805_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1712111939 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2202228805_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1712111939 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1712111939 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1712111939 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2202228805_H #ifndef LIST_1_T2270800429_H #define LIST_1_T2270800429_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_t2270800429 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PosterUnitU5BU5D_t3839774478* ____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_t2270800429, ____items_1)); } inline PosterUnitU5BU5D_t3839774478* get__items_1() const { return ____items_1; } inline PosterUnitU5BU5D_t3839774478** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PosterUnitU5BU5D_t3839774478* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2270800429, ____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_t2270800429, ____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_t2270800429_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PosterUnitU5BU5D_t3839774478* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2270800429_StaticFields, ___EmptyArray_4)); } inline PosterUnitU5BU5D_t3839774478* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PosterUnitU5BU5D_t3839774478** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PosterUnitU5BU5D_t3839774478* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2270800429_H #ifndef CPOSTERMANAGER_T3158268888_H #define CPOSTERMANAGER_T3158268888_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPosterManager struct CPosterManager_t3158268888 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPosterManager::k__BackingField int32_t ___U3CCurrentRankIDU3Ek__BackingField_0; // System.Int32 DMCore.Logic.CPosterManager::k__BackingField int32_t ___U3CCurrentIndexU3Ek__BackingField_1; // System.Collections.Generic.List`1 DMCore.Logic.CPosterManager::m_posterList List_1_t2270800429 * ___m_posterList_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPosterManager::m_posterDetailDic Dictionary_2_t2202228805 * ___m_posterDetailDic_4; // CDataModelBool DMCore.Logic.CPosterManager::m_listReady CDataModelBool_t2269476966 * ___m_listReady_5; // CDataModelBool DMCore.Logic.CPosterManager::m_detailReady CDataModelBool_t2269476966 * ___m_detailReady_6; public: inline static int32_t get_offset_of_U3CCurrentRankIDU3Ek__BackingField_0() { return static_cast(offsetof(CPosterManager_t3158268888, ___U3CCurrentRankIDU3Ek__BackingField_0)); } inline int32_t get_U3CCurrentRankIDU3Ek__BackingField_0() const { return ___U3CCurrentRankIDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CCurrentRankIDU3Ek__BackingField_0() { return &___U3CCurrentRankIDU3Ek__BackingField_0; } inline void set_U3CCurrentRankIDU3Ek__BackingField_0(int32_t value) { ___U3CCurrentRankIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CCurrentIndexU3Ek__BackingField_1() { return static_cast(offsetof(CPosterManager_t3158268888, ___U3CCurrentIndexU3Ek__BackingField_1)); } inline int32_t get_U3CCurrentIndexU3Ek__BackingField_1() const { return ___U3CCurrentIndexU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCurrentIndexU3Ek__BackingField_1() { return &___U3CCurrentIndexU3Ek__BackingField_1; } inline void set_U3CCurrentIndexU3Ek__BackingField_1(int32_t value) { ___U3CCurrentIndexU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_m_posterList_3() { return static_cast(offsetof(CPosterManager_t3158268888, ___m_posterList_3)); } inline List_1_t2270800429 * get_m_posterList_3() const { return ___m_posterList_3; } inline List_1_t2270800429 ** get_address_of_m_posterList_3() { return &___m_posterList_3; } inline void set_m_posterList_3(List_1_t2270800429 * value) { ___m_posterList_3 = value; Il2CppCodeGenWriteBarrier((&___m_posterList_3), value); } inline static int32_t get_offset_of_m_posterDetailDic_4() { return static_cast(offsetof(CPosterManager_t3158268888, ___m_posterDetailDic_4)); } inline Dictionary_2_t2202228805 * get_m_posterDetailDic_4() const { return ___m_posterDetailDic_4; } inline Dictionary_2_t2202228805 ** get_address_of_m_posterDetailDic_4() { return &___m_posterDetailDic_4; } inline void set_m_posterDetailDic_4(Dictionary_2_t2202228805 * value) { ___m_posterDetailDic_4 = value; Il2CppCodeGenWriteBarrier((&___m_posterDetailDic_4), value); } inline static int32_t get_offset_of_m_listReady_5() { return static_cast(offsetof(CPosterManager_t3158268888, ___m_listReady_5)); } inline CDataModelBool_t2269476966 * get_m_listReady_5() const { return ___m_listReady_5; } inline CDataModelBool_t2269476966 ** get_address_of_m_listReady_5() { return &___m_listReady_5; } inline void set_m_listReady_5(CDataModelBool_t2269476966 * value) { ___m_listReady_5 = value; Il2CppCodeGenWriteBarrier((&___m_listReady_5), value); } inline static int32_t get_offset_of_m_detailReady_6() { return static_cast(offsetof(CPosterManager_t3158268888, ___m_detailReady_6)); } inline CDataModelBool_t2269476966 * get_m_detailReady_6() const { return ___m_detailReady_6; } inline CDataModelBool_t2269476966 ** get_address_of_m_detailReady_6() { return &___m_detailReady_6; } inline void set_m_detailReady_6(CDataModelBool_t2269476966 * value) { ___m_detailReady_6 = value; Il2CppCodeGenWriteBarrier((&___m_detailReady_6), value); } }; struct CPosterManager_t3158268888_StaticFields { public: // DMCore.Logic.CPosterManager DMCore.Logic.CPosterManager::s_Instance CPosterManager_t3158268888 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CPosterManager_t3158268888_StaticFields, ___s_Instance_2)); } inline CPosterManager_t3158268888 * get_s_Instance_2() const { return ___s_Instance_2; } inline CPosterManager_t3158268888 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CPosterManager_t3158268888 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPOSTERMANAGER_T3158268888_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 POSTERDETAIL_T3313515474_H #define POSTERDETAIL_T3313515474_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PosterDetail struct PosterDetail_t3313515474 : public RuntimeObject { public: // System.String DMCore.Logic.PosterDetail::m_userName String_t* ___m_userName_0; // System.Int64 DMCore.Logic.PosterDetail::m_userId int64_t ___m_userId_1; // System.Int32 DMCore.Logic.PosterDetail::m_userSex int32_t ___m_userSex_2; // System.Collections.Generic.List`1 DMCore.Logic.PosterDetail::m_list List_1_t2529903214 * ___m_list_3; public: inline static int32_t get_offset_of_m_userName_0() { return static_cast(offsetof(PosterDetail_t3313515474, ___m_userName_0)); } inline String_t* get_m_userName_0() const { return ___m_userName_0; } inline String_t** get_address_of_m_userName_0() { return &___m_userName_0; } inline void set_m_userName_0(String_t* value) { ___m_userName_0 = value; Il2CppCodeGenWriteBarrier((&___m_userName_0), value); } inline static int32_t get_offset_of_m_userId_1() { return static_cast(offsetof(PosterDetail_t3313515474, ___m_userId_1)); } inline int64_t get_m_userId_1() const { return ___m_userId_1; } inline int64_t* get_address_of_m_userId_1() { return &___m_userId_1; } inline void set_m_userId_1(int64_t value) { ___m_userId_1 = value; } inline static int32_t get_offset_of_m_userSex_2() { return static_cast(offsetof(PosterDetail_t3313515474, ___m_userSex_2)); } inline int32_t get_m_userSex_2() const { return ___m_userSex_2; } inline int32_t* get_address_of_m_userSex_2() { return &___m_userSex_2; } inline void set_m_userSex_2(int32_t value) { ___m_userSex_2 = value; } inline static int32_t get_offset_of_m_list_3() { return static_cast(offsetof(PosterDetail_t3313515474, ___m_list_3)); } inline List_1_t2529903214 * get_m_list_3() const { return ___m_list_3; } inline List_1_t2529903214 ** get_address_of_m_list_3() { return &___m_list_3; } inline void set_m_list_3(List_1_t2529903214 * value) { ___m_list_3 = value; Il2CppCodeGenWriteBarrier((&___m_list_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POSTERDETAIL_T3313515474_H #ifndef LIST_1_T4093334610_H #define LIST_1_T4093334610_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_t4093334610 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CFriendInfoU5BU5D_t1425557173* ____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_t4093334610, ____items_1)); } inline CFriendInfoU5BU5D_t1425557173* get__items_1() const { return ____items_1; } inline CFriendInfoU5BU5D_t1425557173** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CFriendInfoU5BU5D_t1425557173* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4093334610, ____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_t4093334610, ____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_t4093334610_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CFriendInfoU5BU5D_t1425557173* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4093334610_StaticFields, ___EmptyArray_4)); } inline CFriendInfoU5BU5D_t1425557173* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CFriendInfoU5BU5D_t1425557173** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CFriendInfoU5BU5D_t1425557173* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4093334610_H #ifndef CPINGSELECTEDDATA_T1229964886_H #define CPINGSELECTEDDATA_T1229964886_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.cPingSelectedData struct cPingSelectedData_t1229964886 : public RuntimeObject { public: // System.Int32 DMCore.Logic.cPingSelectedData::_flag int32_t ____flag_0; // System.Int64 DMCore.Logic.cPingSelectedData::_userID int64_t ____userID_1; // System.Int32 DMCore.Logic.cPingSelectedData::_sex int32_t ____sex_2; // System.String DMCore.Logic.cPingSelectedData::_name String_t* ____name_3; // System.Int32 DMCore.Logic.cPingSelectedData::_ownType int32_t ____ownType_4; // System.Int32 DMCore.Logic.cPingSelectedData::_selectType1 int32_t ____selectType1_5; // System.Int32 DMCore.Logic.cPingSelectedData::_selectType2 int32_t ____selectType2_6; public: inline static int32_t get_offset_of__flag_0() { return static_cast(offsetof(cPingSelectedData_t1229964886, ____flag_0)); } inline int32_t get__flag_0() const { return ____flag_0; } inline int32_t* get_address_of__flag_0() { return &____flag_0; } inline void set__flag_0(int32_t value) { ____flag_0 = value; } inline static int32_t get_offset_of__userID_1() { return static_cast(offsetof(cPingSelectedData_t1229964886, ____userID_1)); } inline int64_t get__userID_1() const { return ____userID_1; } inline int64_t* get_address_of__userID_1() { return &____userID_1; } inline void set__userID_1(int64_t value) { ____userID_1 = value; } inline static int32_t get_offset_of__sex_2() { return static_cast(offsetof(cPingSelectedData_t1229964886, ____sex_2)); } inline int32_t get__sex_2() const { return ____sex_2; } inline int32_t* get_address_of__sex_2() { return &____sex_2; } inline void set__sex_2(int32_t value) { ____sex_2 = value; } inline static int32_t get_offset_of__name_3() { return static_cast(offsetof(cPingSelectedData_t1229964886, ____name_3)); } inline String_t* get__name_3() const { return ____name_3; } inline String_t** get_address_of__name_3() { return &____name_3; } inline void set__name_3(String_t* value) { ____name_3 = value; Il2CppCodeGenWriteBarrier((&____name_3), value); } inline static int32_t get_offset_of__ownType_4() { return static_cast(offsetof(cPingSelectedData_t1229964886, ____ownType_4)); } inline int32_t get__ownType_4() const { return ____ownType_4; } inline int32_t* get_address_of__ownType_4() { return &____ownType_4; } inline void set__ownType_4(int32_t value) { ____ownType_4 = value; } inline static int32_t get_offset_of__selectType1_5() { return static_cast(offsetof(cPingSelectedData_t1229964886, ____selectType1_5)); } inline int32_t get__selectType1_5() const { return ____selectType1_5; } inline int32_t* get_address_of__selectType1_5() { return &____selectType1_5; } inline void set__selectType1_5(int32_t value) { ____selectType1_5 = value; } inline static int32_t get_offset_of__selectType2_6() { return static_cast(offsetof(cPingSelectedData_t1229964886, ____selectType2_6)); } inline int32_t get__selectType2_6() const { return ____selectType2_6; } inline int32_t* get_address_of__selectType2_6() { return &____selectType2_6; } inline void set__selectType2_6(int32_t value) { ____selectType2_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPINGSELECTEDDATA_T1229964886_H #ifndef LIST_1_T293923529_H #define LIST_1_T293923529_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_t293923529 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items enumFamilyTypeU5BU5D_t2669235330* ____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_t293923529, ____items_1)); } inline enumFamilyTypeU5BU5D_t2669235330* get__items_1() const { return ____items_1; } inline enumFamilyTypeU5BU5D_t2669235330** get_address_of__items_1() { return &____items_1; } inline void set__items_1(enumFamilyTypeU5BU5D_t2669235330* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t293923529, ____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_t293923529, ____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_t293923529_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray enumFamilyTypeU5BU5D_t2669235330* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t293923529_StaticFields, ___EmptyArray_4)); } inline enumFamilyTypeU5BU5D_t2669235330* get_EmptyArray_4() const { return ___EmptyArray_4; } inline enumFamilyTypeU5BU5D_t2669235330** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(enumFamilyTypeU5BU5D_t2669235330* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T293923529_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 CPRIVILEGEMANAGER_T2732865419_H #define CPRIVILEGEMANAGER_T2732865419_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPrivilegeManager struct CPrivilegeManager_t2732865419 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CPrivilegeManager::k__BackingField bool ___U3CIsChangedSelectU3Ek__BackingField_0; // System.Collections.Generic.List`1 DMCore.Logic.CPrivilegeManager::m_pkgList List_1_t1275442333 * ___m_pkgList_2; // CDataModelBool DMCore.Logic.CPrivilegeManager::m_listReady CDataModelBool_t2269476966 * ___m_listReady_3; // System.Collections.Generic.List`1 DMCore.Logic.CPrivilegeManager::m_equipModelList List_1_t128053199 * ___m_equipModelList_4; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.CPrivilegeManager::m_roleObj ISceneRole_t2394225724 * ___m_roleObj_5; // CDataModelBool DMCore.Logic.CPrivilegeManager::m_bSwitchSex CDataModelBool_t2269476966 * ___m_bSwitchSex_6; public: inline static int32_t get_offset_of_U3CIsChangedSelectU3Ek__BackingField_0() { return static_cast(offsetof(CPrivilegeManager_t2732865419, ___U3CIsChangedSelectU3Ek__BackingField_0)); } inline bool get_U3CIsChangedSelectU3Ek__BackingField_0() const { return ___U3CIsChangedSelectU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsChangedSelectU3Ek__BackingField_0() { return &___U3CIsChangedSelectU3Ek__BackingField_0; } inline void set_U3CIsChangedSelectU3Ek__BackingField_0(bool value) { ___U3CIsChangedSelectU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_pkgList_2() { return static_cast(offsetof(CPrivilegeManager_t2732865419, ___m_pkgList_2)); } inline List_1_t1275442333 * get_m_pkgList_2() const { return ___m_pkgList_2; } inline List_1_t1275442333 ** get_address_of_m_pkgList_2() { return &___m_pkgList_2; } inline void set_m_pkgList_2(List_1_t1275442333 * value) { ___m_pkgList_2 = value; Il2CppCodeGenWriteBarrier((&___m_pkgList_2), value); } inline static int32_t get_offset_of_m_listReady_3() { return static_cast(offsetof(CPrivilegeManager_t2732865419, ___m_listReady_3)); } inline CDataModelBool_t2269476966 * get_m_listReady_3() const { return ___m_listReady_3; } inline CDataModelBool_t2269476966 ** get_address_of_m_listReady_3() { return &___m_listReady_3; } inline void set_m_listReady_3(CDataModelBool_t2269476966 * value) { ___m_listReady_3 = value; Il2CppCodeGenWriteBarrier((&___m_listReady_3), value); } inline static int32_t get_offset_of_m_equipModelList_4() { return static_cast(offsetof(CPrivilegeManager_t2732865419, ___m_equipModelList_4)); } inline List_1_t128053199 * get_m_equipModelList_4() const { return ___m_equipModelList_4; } inline List_1_t128053199 ** get_address_of_m_equipModelList_4() { return &___m_equipModelList_4; } inline void set_m_equipModelList_4(List_1_t128053199 * value) { ___m_equipModelList_4 = value; Il2CppCodeGenWriteBarrier((&___m_equipModelList_4), value); } inline static int32_t get_offset_of_m_roleObj_5() { return static_cast(offsetof(CPrivilegeManager_t2732865419, ___m_roleObj_5)); } inline ISceneRole_t2394225724 * get_m_roleObj_5() const { return ___m_roleObj_5; } inline ISceneRole_t2394225724 ** get_address_of_m_roleObj_5() { return &___m_roleObj_5; } inline void set_m_roleObj_5(ISceneRole_t2394225724 * value) { ___m_roleObj_5 = value; Il2CppCodeGenWriteBarrier((&___m_roleObj_5), value); } inline static int32_t get_offset_of_m_bSwitchSex_6() { return static_cast(offsetof(CPrivilegeManager_t2732865419, ___m_bSwitchSex_6)); } inline CDataModelBool_t2269476966 * get_m_bSwitchSex_6() const { return ___m_bSwitchSex_6; } inline CDataModelBool_t2269476966 ** get_address_of_m_bSwitchSex_6() { return &___m_bSwitchSex_6; } inline void set_m_bSwitchSex_6(CDataModelBool_t2269476966 * value) { ___m_bSwitchSex_6 = value; Il2CppCodeGenWriteBarrier((&___m_bSwitchSex_6), value); } }; struct CPrivilegeManager_t2732865419_StaticFields { public: // DMCore.Logic.CPrivilegeManager DMCore.Logic.CPrivilegeManager::s_Instance CPrivilegeManager_t2732865419 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CPrivilegeManager_t2732865419_StaticFields, ___s_Instance_1)); } inline CPrivilegeManager_t2732865419 * get_s_Instance_1() const { return ___s_Instance_1; } inline CPrivilegeManager_t2732865419 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CPrivilegeManager_t2732865419 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPRIVILEGEMANAGER_T2732865419_H #ifndef CROLEMODELITEM_SUITCONFIGMANAGER_T3017667155_H #define CROLEMODELITEM_SUITCONFIGMANAGER_T3017667155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager struct CRoleModelItem_SuitConfigManager_t3017667155 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::m_configItemContainer Dictionary_2_t2800928763 * ___m_configItemContainer_0; // System.Collections.Generic.Dictionary`2> DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::m_cfgCallBack Dictionary_2_t4097355377 * ___m_cfgCallBack_1; public: inline static int32_t get_offset_of_m_configItemContainer_0() { return static_cast(offsetof(CRoleModelItem_SuitConfigManager_t3017667155, ___m_configItemContainer_0)); } inline Dictionary_2_t2800928763 * get_m_configItemContainer_0() const { return ___m_configItemContainer_0; } inline Dictionary_2_t2800928763 ** get_address_of_m_configItemContainer_0() { return &___m_configItemContainer_0; } inline void set_m_configItemContainer_0(Dictionary_2_t2800928763 * value) { ___m_configItemContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_configItemContainer_0), value); } inline static int32_t get_offset_of_m_cfgCallBack_1() { return static_cast(offsetof(CRoleModelItem_SuitConfigManager_t3017667155, ___m_cfgCallBack_1)); } inline Dictionary_2_t4097355377 * get_m_cfgCallBack_1() const { return ___m_cfgCallBack_1; } inline Dictionary_2_t4097355377 ** get_address_of_m_cfgCallBack_1() { return &___m_cfgCallBack_1; } inline void set_m_cfgCallBack_1(Dictionary_2_t4097355377 * value) { ___m_cfgCallBack_1 = value; Il2CppCodeGenWriteBarrier((&___m_cfgCallBack_1), value); } }; struct CRoleModelItem_SuitConfigManager_t3017667155_StaticFields { public: // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::s_Instance CRoleModelItem_SuitConfigManager_t3017667155 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CRoleModelItem_SuitConfigManager_t3017667155_StaticFields, ___s_Instance_2)); } inline CRoleModelItem_SuitConfigManager_t3017667155 * get_s_Instance_2() const { return ___s_Instance_2; } inline CRoleModelItem_SuitConfigManager_t3017667155 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CRoleModelItem_SuitConfigManager_t3017667155 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_SUITCONFIGMANAGER_T3017667155_H #ifndef LIST_1_T3748361870_H #define LIST_1_T3748361870_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_t3748361870 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items exchangeDataU5BU5D_t2988935177* ____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_t3748361870, ____items_1)); } inline exchangeDataU5BU5D_t2988935177* get__items_1() const { return ____items_1; } inline exchangeDataU5BU5D_t2988935177** get_address_of__items_1() { return &____items_1; } inline void set__items_1(exchangeDataU5BU5D_t2988935177* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3748361870, ____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_t3748361870, ____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_t3748361870_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray exchangeDataU5BU5D_t2988935177* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3748361870_StaticFields, ___EmptyArray_4)); } inline exchangeDataU5BU5D_t2988935177* get_EmptyArray_4() const { return ___EmptyArray_4; } inline exchangeDataU5BU5D_t2988935177** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(exchangeDataU5BU5D_t2988935177* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3748361870_H #ifndef EXCHANGEDATA_T2276287128_H #define EXCHANGEDATA_T2276287128_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CProExchange/exchangeData struct exchangeData_t2276287128 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CProExchange/exchangeData::id int32_t ___id_0; // System.Int32 DMCore.Logic.CProExchange/exchangeData::isExchange int32_t ___isExchange_1; // System.String DMCore.Logic.CProExchange/exchangeData::condition String_t* ___condition_2; // System.Int32 DMCore.Logic.CProExchange/exchangeData::curExchangeNum int32_t ___curExchangeNum_3; // System.Int32 DMCore.Logic.CProExchange/exchangeData::maxExchangeNum int32_t ___maxExchangeNum_4; // DMCore.Logic.CProExchange/consumeData[] DMCore.Logic.CProExchange/exchangeData::consume consumeDataU5BU5D_t324587660* ___consume_5; // DMCore.Logic.CAwardItem[] DMCore.Logic.CProExchange/exchangeData::exchange CAwardItemU5BU5D_t688006690* ___exchange_6; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(exchangeData_t2276287128, ___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_isExchange_1() { return static_cast(offsetof(exchangeData_t2276287128, ___isExchange_1)); } inline int32_t get_isExchange_1() const { return ___isExchange_1; } inline int32_t* get_address_of_isExchange_1() { return &___isExchange_1; } inline void set_isExchange_1(int32_t value) { ___isExchange_1 = value; } inline static int32_t get_offset_of_condition_2() { return static_cast(offsetof(exchangeData_t2276287128, ___condition_2)); } inline String_t* get_condition_2() const { return ___condition_2; } inline String_t** get_address_of_condition_2() { return &___condition_2; } inline void set_condition_2(String_t* value) { ___condition_2 = value; Il2CppCodeGenWriteBarrier((&___condition_2), value); } inline static int32_t get_offset_of_curExchangeNum_3() { return static_cast(offsetof(exchangeData_t2276287128, ___curExchangeNum_3)); } inline int32_t get_curExchangeNum_3() const { return ___curExchangeNum_3; } inline int32_t* get_address_of_curExchangeNum_3() { return &___curExchangeNum_3; } inline void set_curExchangeNum_3(int32_t value) { ___curExchangeNum_3 = value; } inline static int32_t get_offset_of_maxExchangeNum_4() { return static_cast(offsetof(exchangeData_t2276287128, ___maxExchangeNum_4)); } inline int32_t get_maxExchangeNum_4() const { return ___maxExchangeNum_4; } inline int32_t* get_address_of_maxExchangeNum_4() { return &___maxExchangeNum_4; } inline void set_maxExchangeNum_4(int32_t value) { ___maxExchangeNum_4 = value; } inline static int32_t get_offset_of_consume_5() { return static_cast(offsetof(exchangeData_t2276287128, ___consume_5)); } inline consumeDataU5BU5D_t324587660* get_consume_5() const { return ___consume_5; } inline consumeDataU5BU5D_t324587660** get_address_of_consume_5() { return &___consume_5; } inline void set_consume_5(consumeDataU5BU5D_t324587660* value) { ___consume_5 = value; Il2CppCodeGenWriteBarrier((&___consume_5), value); } inline static int32_t get_offset_of_exchange_6() { return static_cast(offsetof(exchangeData_t2276287128, ___exchange_6)); } inline CAwardItemU5BU5D_t688006690* get_exchange_6() const { return ___exchange_6; } inline CAwardItemU5BU5D_t688006690** get_address_of_exchange_6() { return &___exchange_6; } inline void set_exchange_6(CAwardItemU5BU5D_t688006690* value) { ___exchange_6 = value; Il2CppCodeGenWriteBarrier((&___exchange_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCHANGEDATA_T2276287128_H #ifndef CONSUMEDATA_T3764125713_H #define CONSUMEDATA_T3764125713_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CProExchange/consumeData struct consumeData_t3764125713 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CProExchange/consumeData::m_configId int32_t ___m_configId_0; // System.Int32 DMCore.Logic.CProExchange/consumeData::m_amount int32_t ___m_amount_1; // System.Int32 DMCore.Logic.CProExchange/consumeData::m_valid int32_t ___m_valid_2; // System.Int32 DMCore.Logic.CProExchange/consumeData::m_curNum int32_t ___m_curNum_3; public: inline static int32_t get_offset_of_m_configId_0() { return static_cast(offsetof(consumeData_t3764125713, ___m_configId_0)); } inline int32_t get_m_configId_0() const { return ___m_configId_0; } inline int32_t* get_address_of_m_configId_0() { return &___m_configId_0; } inline void set_m_configId_0(int32_t value) { ___m_configId_0 = value; } inline static int32_t get_offset_of_m_amount_1() { return static_cast(offsetof(consumeData_t3764125713, ___m_amount_1)); } inline int32_t get_m_amount_1() const { return ___m_amount_1; } inline int32_t* get_address_of_m_amount_1() { return &___m_amount_1; } inline void set_m_amount_1(int32_t value) { ___m_amount_1 = value; } inline static int32_t get_offset_of_m_valid_2() { return static_cast(offsetof(consumeData_t3764125713, ___m_valid_2)); } inline int32_t get_m_valid_2() const { return ___m_valid_2; } inline int32_t* get_address_of_m_valid_2() { return &___m_valid_2; } inline void set_m_valid_2(int32_t value) { ___m_valid_2 = value; } inline static int32_t get_offset_of_m_curNum_3() { return static_cast(offsetof(consumeData_t3764125713, ___m_curNum_3)); } inline int32_t get_m_curNum_3() const { return ___m_curNum_3; } inline int32_t* get_address_of_m_curNum_3() { return &___m_curNum_3; } inline void set_m_curNum_3(int32_t value) { ___m_curNum_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSUMEDATA_T3764125713_H #ifndef CAWARDITEM_T1677460915_H #define CAWARDITEM_T1677460915_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAwardItem struct CAwardItem_t1677460915 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CAwardItem::m_configId int32_t ___m_configId_0; // System.Int32 DMCore.Logic.CAwardItem::m_amount int32_t ___m_amount_1; // System.Int32 DMCore.Logic.CAwardItem::m_valid int32_t ___m_valid_2; // System.Int32 DMCore.Logic.CAwardItem::m_sex int32_t ___m_sex_3; public: inline static int32_t get_offset_of_m_configId_0() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_configId_0)); } inline int32_t get_m_configId_0() const { return ___m_configId_0; } inline int32_t* get_address_of_m_configId_0() { return &___m_configId_0; } inline void set_m_configId_0(int32_t value) { ___m_configId_0 = value; } inline static int32_t get_offset_of_m_amount_1() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_amount_1)); } inline int32_t get_m_amount_1() const { return ___m_amount_1; } inline int32_t* get_address_of_m_amount_1() { return &___m_amount_1; } inline void set_m_amount_1(int32_t value) { ___m_amount_1 = value; } inline static int32_t get_offset_of_m_valid_2() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_valid_2)); } inline int32_t get_m_valid_2() const { return ___m_valid_2; } inline int32_t* get_address_of_m_valid_2() { return &___m_valid_2; } inline void set_m_valid_2(int32_t value) { ___m_valid_2 = value; } inline static int32_t get_offset_of_m_sex_3() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_sex_3)); } inline int32_t get_m_sex_3() const { return ___m_sex_3; } inline int32_t* get_address_of_m_sex_3() { return &___m_sex_3; } inline void set_m_sex_3(int32_t value) { ___m_sex_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAWARDITEM_T1677460915_H #ifndef CPROFESSMANAGER_T3007339680_H #define CPROFESSMANAGER_T3007339680_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CProfessManager struct CProfessManager_t3007339680 : public RuntimeObject { public: // uiProfess DMCore.Logic.CProfessManager::mUIProfess uiProfess_t251011769 * ___mUIProfess_1; // System.Int64 DMCore.Logic.CProfessManager::mToUserId int64_t ___mToUserId_2; public: inline static int32_t get_offset_of_mUIProfess_1() { return static_cast(offsetof(CProfessManager_t3007339680, ___mUIProfess_1)); } inline uiProfess_t251011769 * get_mUIProfess_1() const { return ___mUIProfess_1; } inline uiProfess_t251011769 ** get_address_of_mUIProfess_1() { return &___mUIProfess_1; } inline void set_mUIProfess_1(uiProfess_t251011769 * value) { ___mUIProfess_1 = value; Il2CppCodeGenWriteBarrier((&___mUIProfess_1), value); } inline static int32_t get_offset_of_mToUserId_2() { return static_cast(offsetof(CProfessManager_t3007339680, ___mToUserId_2)); } inline int64_t get_mToUserId_2() const { return ___mToUserId_2; } inline int64_t* get_address_of_mToUserId_2() { return &___mToUserId_2; } inline void set_mToUserId_2(int64_t value) { ___mToUserId_2 = value; } }; struct CProfessManager_t3007339680_StaticFields { public: // DMCore.Logic.CProfessManager DMCore.Logic.CProfessManager::s_Instance CProfessManager_t3007339680 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CProfessManager_t3007339680_StaticFields, ___s_Instance_0)); } inline CProfessManager_t3007339680 * get_s_Instance_0() const { return ___s_Instance_0; } inline CProfessManager_t3007339680 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CProfessManager_t3007339680 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROFESSMANAGER_T3007339680_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 DICTIONARY_2_T3250266723_H #define DICTIONARY_2_T3250266723_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_t3250266723 : 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 EquipPropInfoU5BU5D_t1699673169* ___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_t3250266723, ___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_t3250266723, ___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_t3250266723, ___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_t3250266723, ___valueSlots_7)); } inline EquipPropInfoU5BU5D_t1699673169* get_valueSlots_7() const { return ___valueSlots_7; } inline EquipPropInfoU5BU5D_t1699673169** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(EquipPropInfoU5BU5D_t1699673169* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3250266723, ___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_t3250266723, ___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_t3250266723, ___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_t3250266723, ___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_t3250266723, ___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_t3250266723, ___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_t3250266723, ___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_t3250266723_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1304012013 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3250266723_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1304012013 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1304012013 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1304012013 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3250266723_H #ifndef DICTIONARY_2_T3731248982_H #define DICTIONARY_2_T3731248982_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_t3731248982 : 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 CPhotoItemU5BU5D_t3112503818* ___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_t3731248982, ___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_t3731248982, ___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_t3731248982, ___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_t3731248982, ___valueSlots_7)); } inline CPhotoItemU5BU5D_t3112503818* get_valueSlots_7() const { return ___valueSlots_7; } inline CPhotoItemU5BU5D_t3112503818** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CPhotoItemU5BU5D_t3112503818* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3731248982, ___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_t3731248982, ___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_t3731248982, ___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_t3731248982, ___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_t3731248982, ___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_t3731248982, ___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_t3731248982, ___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_t3731248982_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1962915534 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3731248982_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1962915534 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1962915534 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1962915534 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3731248982_H #ifndef DICTIONARY_2_T1622984065_H #define DICTIONARY_2_T1622984065_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_t1622984065 : 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 CPhotoUrlU5BU5D_t138050299* ___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_t1622984065, ___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_t1622984065, ___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_t1622984065, ___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_t1622984065, ___valueSlots_7)); } inline CPhotoUrlU5BU5D_t138050299* get_valueSlots_7() const { return ___valueSlots_7; } inline CPhotoUrlU5BU5D_t138050299** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CPhotoUrlU5BU5D_t138050299* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1622984065, ___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_t1622984065, ___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_t1622984065, ___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_t1622984065, ___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_t1622984065, ___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_t1622984065, ___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_t1622984065, ___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_t1622984065_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4037356439 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1622984065_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4037356439 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4037356439 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4037356439 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1622984065_H #ifndef DICTIONARY_2_T3796910518_H #define DICTIONARY_2_T3796910518_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_t3796910518 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int64U5BU5D_t2559172825* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots CPhotoUrlU5BU5D_t138050299* ___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_t3796910518, ___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_t3796910518, ___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_t3796910518, ___keySlots_6)); } inline Int64U5BU5D_t2559172825* get_keySlots_6() const { return ___keySlots_6; } inline Int64U5BU5D_t2559172825** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int64U5BU5D_t2559172825* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3796910518, ___valueSlots_7)); } inline CPhotoUrlU5BU5D_t138050299* get_valueSlots_7() const { return ___valueSlots_7; } inline CPhotoUrlU5BU5D_t138050299** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CPhotoUrlU5BU5D_t138050299* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3796910518, ___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_t3796910518, ___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_t3796910518, ___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_t3796910518, ___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_t3796910518, ___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_t3796910518, ___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_t3796910518, ___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_t3796910518_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t908850926 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3796910518_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t908850926 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t908850926 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t908850926 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3796910518_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_listKpUrls Dictionary_2_t1622984065 * ___m_listKpUrls_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPhotoManager::m_listPhotos Dictionary_2_t3731248982 * ___m_listPhotos_2; 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_listKpUrls_1() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_listKpUrls_1)); } inline Dictionary_2_t1622984065 * get_m_listKpUrls_1() const { return ___m_listKpUrls_1; } inline Dictionary_2_t1622984065 ** get_address_of_m_listKpUrls_1() { return &___m_listKpUrls_1; } inline void set_m_listKpUrls_1(Dictionary_2_t1622984065 * value) { ___m_listKpUrls_1 = value; Il2CppCodeGenWriteBarrier((&___m_listKpUrls_1), value); } inline static int32_t get_offset_of_m_listPhotos_2() { return static_cast(offsetof(CPhotoManager_t704993275, ___m_listPhotos_2)); } inline Dictionary_2_t3731248982 * get_m_listPhotos_2() const { return ___m_listPhotos_2; } inline Dictionary_2_t3731248982 ** get_address_of_m_listPhotos_2() { return &___m_listPhotos_2; } inline void set_m_listPhotos_2(Dictionary_2_t3731248982 * value) { ___m_listPhotos_2 = value; Il2CppCodeGenWriteBarrier((&___m_listPhotos_2), value); } }; struct CPhotoManager_t704993275_StaticFields { public: // DMCore.Logic.CPhotoManager DMCore.Logic.CPhotoManager::s_Instance CPhotoManager_t704993275 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CPhotoManager_t704993275_StaticFields, ___s_Instance_3)); } inline CPhotoManager_t704993275 * get_s_Instance_3() const { return ___s_Instance_3; } inline CPhotoManager_t704993275 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CPhotoManager_t704993275 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPHOTOMANAGER_T704993275_H #ifndef ITHREADMSG_T995202025_H #define ITHREADMSG_T995202025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.IThreadMsg struct IThreadMsg_t995202025 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Thread.IThreadMsg::m_bSuccess bool ___m_bSuccess_0; public: inline static int32_t get_offset_of_m_bSuccess_0() { return static_cast(offsetof(IThreadMsg_t995202025, ___m_bSuccess_0)); } inline bool get_m_bSuccess_0() const { return ___m_bSuccess_0; } inline bool* get_address_of_m_bSuccess_0() { return &___m_bSuccess_0; } inline void set_m_bSuccess_0(bool value) { ___m_bSuccess_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITHREADMSG_T995202025_H #ifndef CPINDANSHOP_T4113161522_H #define CPINDANSHOP_T4113161522_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPindanManager/CPindanShop struct CPindanShop_t4113161522 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPindanManager/CPindanShop::configID int32_t ___configID_0; // System.Int32 DMCore.Logic.CPindanManager/CPindanShop::cashType int32_t ___cashType_1; // System.Int32 DMCore.Logic.CPindanManager/CPindanShop::originPrice int32_t ___originPrice_2; // System.Int32 DMCore.Logic.CPindanManager/CPindanShop::pinPrice int32_t ___pinPrice_3; // System.Int32 DMCore.Logic.CPindanManager/CPindanShop::needCount int32_t ___needCount_4; // System.Int32 DMCore.Logic.CPindanManager/CPindanShop::fashion int32_t ___fashion_5; public: inline static int32_t get_offset_of_configID_0() { return static_cast(offsetof(CPindanShop_t4113161522, ___configID_0)); } inline int32_t get_configID_0() const { return ___configID_0; } inline int32_t* get_address_of_configID_0() { return &___configID_0; } inline void set_configID_0(int32_t value) { ___configID_0 = value; } inline static int32_t get_offset_of_cashType_1() { return static_cast(offsetof(CPindanShop_t4113161522, ___cashType_1)); } inline int32_t get_cashType_1() const { return ___cashType_1; } inline int32_t* get_address_of_cashType_1() { return &___cashType_1; } inline void set_cashType_1(int32_t value) { ___cashType_1 = value; } inline static int32_t get_offset_of_originPrice_2() { return static_cast(offsetof(CPindanShop_t4113161522, ___originPrice_2)); } inline int32_t get_originPrice_2() const { return ___originPrice_2; } inline int32_t* get_address_of_originPrice_2() { return &___originPrice_2; } inline void set_originPrice_2(int32_t value) { ___originPrice_2 = value; } inline static int32_t get_offset_of_pinPrice_3() { return static_cast(offsetof(CPindanShop_t4113161522, ___pinPrice_3)); } inline int32_t get_pinPrice_3() const { return ___pinPrice_3; } inline int32_t* get_address_of_pinPrice_3() { return &___pinPrice_3; } inline void set_pinPrice_3(int32_t value) { ___pinPrice_3 = value; } inline static int32_t get_offset_of_needCount_4() { return static_cast(offsetof(CPindanShop_t4113161522, ___needCount_4)); } inline int32_t get_needCount_4() const { return ___needCount_4; } inline int32_t* get_address_of_needCount_4() { return &___needCount_4; } inline void set_needCount_4(int32_t value) { ___needCount_4 = value; } inline static int32_t get_offset_of_fashion_5() { return static_cast(offsetof(CPindanShop_t4113161522, ___fashion_5)); } inline int32_t get_fashion_5() const { return ___fashion_5; } inline int32_t* get_address_of_fashion_5() { return &___fashion_5; } inline void set_fashion_5(int32_t value) { ___fashion_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPINDANSHOP_T4113161522_H #ifndef U3CISEXISTU3EC__ANONSTOREY0_T3207749389_H #define U3CISEXISTU3EC__ANONSTOREY0_T3207749389_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPindanManager/c__AnonStorey0 struct U3CIsExistU3Ec__AnonStorey0_t3207749389 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPindanManager/c__AnonStorey0::_configID int32_t ____configID_0; public: inline static int32_t get_offset_of__configID_0() { return static_cast(offsetof(U3CIsExistU3Ec__AnonStorey0_t3207749389, ____configID_0)); } inline int32_t get__configID_0() const { return ____configID_0; } inline int32_t* get_address_of__configID_0() { return &____configID_0; } inline void set__configID_0(int32_t value) { ____configID_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CISEXISTU3EC__ANONSTOREY0_T3207749389_H #ifndef LIST_1_T128053199_H #define LIST_1_T128053199_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t128053199 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t385246372* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t128053199, ____items_1)); } inline Int32U5BU5D_t385246372* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t385246372** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t385246372* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t128053199, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t128053199, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t128053199_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Int32U5BU5D_t385246372* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t128053199_StaticFields, ___EmptyArray_4)); } inline Int32U5BU5D_t385246372* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Int32U5BU5D_t385246372** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Int32U5BU5D_t385246372* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T128053199_H #ifndef LIST_1_T3748208937_H #define LIST_1_T3748208937_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_t3748208937 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UICheckboxU5BU5D_t3313275042* ____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_t3748208937, ____items_1)); } inline UICheckboxU5BU5D_t3313275042* get__items_1() const { return ____items_1; } inline UICheckboxU5BU5D_t3313275042** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UICheckboxU5BU5D_t3313275042* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3748208937, ____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_t3748208937, ____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_t3748208937_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray UICheckboxU5BU5D_t3313275042* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3748208937_StaticFields, ___EmptyArray_4)); } inline UICheckboxU5BU5D_t3313275042* get_EmptyArray_4() const { return ___EmptyArray_4; } inline UICheckboxU5BU5D_t3313275042** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(UICheckboxU5BU5D_t3313275042* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3748208937_H #ifndef LIST_1_T4280442762_H #define LIST_1_T4280442762_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_t4280442762 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CJoinOrderU5BU5D_t2837991325* ____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_t4280442762, ____items_1)); } inline CJoinOrderU5BU5D_t2837991325* get__items_1() const { return ____items_1; } inline CJoinOrderU5BU5D_t2837991325** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CJoinOrderU5BU5D_t2837991325* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4280442762, ____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_t4280442762, ____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_t4280442762_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CJoinOrderU5BU5D_t2837991325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4280442762_StaticFields, ___EmptyArray_4)); } inline CJoinOrderU5BU5D_t2837991325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CJoinOrderU5BU5D_t2837991325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CJoinOrderU5BU5D_t2837991325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4280442762_H #ifndef LIST_1_T2358551301_H #define LIST_1_T2358551301_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_t2358551301 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CInvitePindanU5BU5D_t1387913174* ____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_t2358551301, ____items_1)); } inline CInvitePindanU5BU5D_t1387913174* get__items_1() const { return ____items_1; } inline CInvitePindanU5BU5D_t1387913174** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CInvitePindanU5BU5D_t1387913174* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2358551301, ____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_t2358551301, ____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_t2358551301_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CInvitePindanU5BU5D_t1387913174* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2358551301_StaticFields, ___EmptyArray_4)); } inline CInvitePindanU5BU5D_t1387913174* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CInvitePindanU5BU5D_t1387913174** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CInvitePindanU5BU5D_t1387913174* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2358551301_H #ifndef IACTIVITYDETAIL_T2848416189_H #define IACTIVITYDETAIL_T2848416189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IActivityDetail struct IActivityDetail_t2848416189 : public RuntimeObject { public: // System.Int32 DMCore.Logic.IActivityDetail::m_activityID int32_t ___m_activityID_0; // System.Int32 DMCore.Logic.IActivityDetail::m_activityNewlID int32_t ___m_activityNewlID_1; // System.Boolean DMCore.Logic.IActivityDetail::m_isNewUpdate bool ___m_isNewUpdate_2; // System.Boolean DMCore.Logic.IActivityDetail::m_isDataReady bool ___m_isDataReady_3; // System.String DMCore.Logic.IActivityDetail::m_activityName String_t* ___m_activityName_4; // System.String DMCore.Logic.IActivityDetail::m_activityTitle String_t* ___m_activityTitle_5; // System.String DMCore.Logic.IActivityDetail::m_activityDesc String_t* ___m_activityDesc_6; // System.Collections.Generic.List`1 DMCore.Logic.IActivityDetail::m_startTime List_1_t128053199 * ___m_startTime_7; // System.Collections.Generic.List`1 DMCore.Logic.IActivityDetail::m_endTime List_1_t128053199 * ___m_endTime_8; // System.Boolean DMCore.Logic.IActivityDetail::m_needSort bool ___m_needSort_9; // System.Int32 DMCore.Logic.IActivityDetail::m_nActivityType int32_t ___m_nActivityType_10; public: inline static int32_t get_offset_of_m_activityID_0() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_activityID_0)); } inline int32_t get_m_activityID_0() const { return ___m_activityID_0; } inline int32_t* get_address_of_m_activityID_0() { return &___m_activityID_0; } inline void set_m_activityID_0(int32_t value) { ___m_activityID_0 = value; } inline static int32_t get_offset_of_m_activityNewlID_1() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_activityNewlID_1)); } inline int32_t get_m_activityNewlID_1() const { return ___m_activityNewlID_1; } inline int32_t* get_address_of_m_activityNewlID_1() { return &___m_activityNewlID_1; } inline void set_m_activityNewlID_1(int32_t value) { ___m_activityNewlID_1 = value; } inline static int32_t get_offset_of_m_isNewUpdate_2() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_isNewUpdate_2)); } inline bool get_m_isNewUpdate_2() const { return ___m_isNewUpdate_2; } inline bool* get_address_of_m_isNewUpdate_2() { return &___m_isNewUpdate_2; } inline void set_m_isNewUpdate_2(bool value) { ___m_isNewUpdate_2 = value; } inline static int32_t get_offset_of_m_isDataReady_3() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_isDataReady_3)); } inline bool get_m_isDataReady_3() const { return ___m_isDataReady_3; } inline bool* get_address_of_m_isDataReady_3() { return &___m_isDataReady_3; } inline void set_m_isDataReady_3(bool value) { ___m_isDataReady_3 = value; } inline static int32_t get_offset_of_m_activityName_4() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_activityName_4)); } inline String_t* get_m_activityName_4() const { return ___m_activityName_4; } inline String_t** get_address_of_m_activityName_4() { return &___m_activityName_4; } inline void set_m_activityName_4(String_t* value) { ___m_activityName_4 = value; Il2CppCodeGenWriteBarrier((&___m_activityName_4), value); } inline static int32_t get_offset_of_m_activityTitle_5() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_activityTitle_5)); } inline String_t* get_m_activityTitle_5() const { return ___m_activityTitle_5; } inline String_t** get_address_of_m_activityTitle_5() { return &___m_activityTitle_5; } inline void set_m_activityTitle_5(String_t* value) { ___m_activityTitle_5 = value; Il2CppCodeGenWriteBarrier((&___m_activityTitle_5), value); } inline static int32_t get_offset_of_m_activityDesc_6() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_activityDesc_6)); } inline String_t* get_m_activityDesc_6() const { return ___m_activityDesc_6; } inline String_t** get_address_of_m_activityDesc_6() { return &___m_activityDesc_6; } inline void set_m_activityDesc_6(String_t* value) { ___m_activityDesc_6 = value; Il2CppCodeGenWriteBarrier((&___m_activityDesc_6), value); } inline static int32_t get_offset_of_m_startTime_7() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_startTime_7)); } inline List_1_t128053199 * get_m_startTime_7() const { return ___m_startTime_7; } inline List_1_t128053199 ** get_address_of_m_startTime_7() { return &___m_startTime_7; } inline void set_m_startTime_7(List_1_t128053199 * value) { ___m_startTime_7 = value; Il2CppCodeGenWriteBarrier((&___m_startTime_7), value); } inline static int32_t get_offset_of_m_endTime_8() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_endTime_8)); } inline List_1_t128053199 * get_m_endTime_8() const { return ___m_endTime_8; } inline List_1_t128053199 ** get_address_of_m_endTime_8() { return &___m_endTime_8; } inline void set_m_endTime_8(List_1_t128053199 * value) { ___m_endTime_8 = value; Il2CppCodeGenWriteBarrier((&___m_endTime_8), value); } inline static int32_t get_offset_of_m_needSort_9() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_needSort_9)); } inline bool get_m_needSort_9() const { return ___m_needSort_9; } inline bool* get_address_of_m_needSort_9() { return &___m_needSort_9; } inline void set_m_needSort_9(bool value) { ___m_needSort_9 = value; } inline static int32_t get_offset_of_m_nActivityType_10() { return static_cast(offsetof(IActivityDetail_t2848416189, ___m_nActivityType_10)); } inline int32_t get_m_nActivityType_10() const { return ___m_nActivityType_10; } inline int32_t* get_address_of_m_nActivityType_10() { return &___m_nActivityType_10; } inline void set_m_nActivityType_10(int32_t value) { ___m_nActivityType_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IACTIVITYDETAIL_T2848416189_H #ifndef CTHREADMANAGER_T1155338034_H #define CTHREADMANAGER_T1155338034_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.CThreadManager struct CThreadManager_t1155338034 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Thread.CThreadManager::m_listTID List_1_t1221203580 * ___m_listTID_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Thread.CThreadManager::m_listIOS Dictionary_2_t2578695322 * ___m_listIOS_1; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Thread.CThreadManager::m_list Dictionary_2_t1382638365 * ___m_list_2; public: inline static int32_t get_offset_of_m_listTID_0() { return static_cast(offsetof(CThreadManager_t1155338034, ___m_listTID_0)); } inline List_1_t1221203580 * get_m_listTID_0() const { return ___m_listTID_0; } inline List_1_t1221203580 ** get_address_of_m_listTID_0() { return &___m_listTID_0; } inline void set_m_listTID_0(List_1_t1221203580 * value) { ___m_listTID_0 = value; Il2CppCodeGenWriteBarrier((&___m_listTID_0), value); } inline static int32_t get_offset_of_m_listIOS_1() { return static_cast(offsetof(CThreadManager_t1155338034, ___m_listIOS_1)); } inline Dictionary_2_t2578695322 * get_m_listIOS_1() const { return ___m_listIOS_1; } inline Dictionary_2_t2578695322 ** get_address_of_m_listIOS_1() { return &___m_listIOS_1; } inline void set_m_listIOS_1(Dictionary_2_t2578695322 * value) { ___m_listIOS_1 = value; Il2CppCodeGenWriteBarrier((&___m_listIOS_1), value); } inline static int32_t get_offset_of_m_list_2() { return static_cast(offsetof(CThreadManager_t1155338034, ___m_list_2)); } inline Dictionary_2_t1382638365 * get_m_list_2() const { return ___m_list_2; } inline Dictionary_2_t1382638365 ** get_address_of_m_list_2() { return &___m_list_2; } inline void set_m_list_2(Dictionary_2_t1382638365 * value) { ___m_list_2 = value; Il2CppCodeGenWriteBarrier((&___m_list_2), value); } }; struct CThreadManager_t1155338034_StaticFields { public: // DMCore.Framework.Thread.CThreadManager DMCore.Framework.Thread.CThreadManager::s_Instance CThreadManager_t1155338034 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CThreadManager_t1155338034_StaticFields, ___s_Instance_3)); } inline CThreadManager_t1155338034 * get_s_Instance_3() const { return ___s_Instance_3; } inline CThreadManager_t1155338034 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CThreadManager_t1155338034 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTHREADMANAGER_T1155338034_H #ifndef CPINDANMANAGER_T730261733_H #define CPINDANMANAGER_T730261733_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPindanManager struct CPindanManager_t730261733 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPindanManager::k__BackingField int32_t ___U3CLastActiveIndexU3Ek__BackingField_0; // System.Int32 DMCore.Logic.CPindanManager::k__BackingField int32_t ___U3CActiveIndexU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CPindanManager::k__BackingField int32_t ___U3CCurrentPindanIDU3Ek__BackingField_2; // System.Int32 DMCore.Logic.CPindanManager::k__BackingField int32_t ___U3CTotalOrderNumberU3Ek__BackingField_3; // System.Collections.Generic.List`1 DMCore.Logic.CPindanManager::m_pinShopList List_1_t1290268968 * ___m_pinShopList_5; // System.Collections.Generic.List`1 DMCore.Logic.CPindanManager::m_pinList List_1_t3044171863 * ___m_pinList_6; // System.Collections.Generic.List`1 DMCore.Logic.CPindanManager::m_completeList List_1_t2925477792 * ___m_completeList_7; // System.Collections.Generic.List`1 DMCore.Logic.CPindanManager::m_inviteList List_1_t2358551301 * ___m_inviteList_8; // System.Collections.Generic.List`1 DMCore.Logic.CPindanManager::m_joinList List_1_t4280442762 * ___m_joinList_9; // System.Collections.Generic.List`1 DMCore.Logic.CPindanManager::m_checkboxList List_1_t3748208937 * ___m_checkboxList_10; // System.Collections.Generic.List`1 DMCore.Logic.CPindanManager::m_selectPIdList List_1_t128053199 * ___m_selectPIdList_11; // CDataModelInt DMCore.Logic.CPindanManager::m_refreshPage CDataModelInt_t3463393640 * ___m_refreshPage_12; // System.Boolean DMCore.Logic.CPindanManager::m_bRefresh bool ___m_bRefresh_13; // System.Int32 DMCore.Logic.CPindanManager::m_buyShopID int32_t ___m_buyShopID_14; public: inline static int32_t get_offset_of_U3CLastActiveIndexU3Ek__BackingField_0() { return static_cast(offsetof(CPindanManager_t730261733, ___U3CLastActiveIndexU3Ek__BackingField_0)); } inline int32_t get_U3CLastActiveIndexU3Ek__BackingField_0() const { return ___U3CLastActiveIndexU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CLastActiveIndexU3Ek__BackingField_0() { return &___U3CLastActiveIndexU3Ek__BackingField_0; } inline void set_U3CLastActiveIndexU3Ek__BackingField_0(int32_t value) { ___U3CLastActiveIndexU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CActiveIndexU3Ek__BackingField_1() { return static_cast(offsetof(CPindanManager_t730261733, ___U3CActiveIndexU3Ek__BackingField_1)); } inline int32_t get_U3CActiveIndexU3Ek__BackingField_1() const { return ___U3CActiveIndexU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CActiveIndexU3Ek__BackingField_1() { return &___U3CActiveIndexU3Ek__BackingField_1; } inline void set_U3CActiveIndexU3Ek__BackingField_1(int32_t value) { ___U3CActiveIndexU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CCurrentPindanIDU3Ek__BackingField_2() { return static_cast(offsetof(CPindanManager_t730261733, ___U3CCurrentPindanIDU3Ek__BackingField_2)); } inline int32_t get_U3CCurrentPindanIDU3Ek__BackingField_2() const { return ___U3CCurrentPindanIDU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CCurrentPindanIDU3Ek__BackingField_2() { return &___U3CCurrentPindanIDU3Ek__BackingField_2; } inline void set_U3CCurrentPindanIDU3Ek__BackingField_2(int32_t value) { ___U3CCurrentPindanIDU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CTotalOrderNumberU3Ek__BackingField_3() { return static_cast(offsetof(CPindanManager_t730261733, ___U3CTotalOrderNumberU3Ek__BackingField_3)); } inline int32_t get_U3CTotalOrderNumberU3Ek__BackingField_3() const { return ___U3CTotalOrderNumberU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CTotalOrderNumberU3Ek__BackingField_3() { return &___U3CTotalOrderNumberU3Ek__BackingField_3; } inline void set_U3CTotalOrderNumberU3Ek__BackingField_3(int32_t value) { ___U3CTotalOrderNumberU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_pinShopList_5() { return static_cast(offsetof(CPindanManager_t730261733, ___m_pinShopList_5)); } inline List_1_t1290268968 * get_m_pinShopList_5() const { return ___m_pinShopList_5; } inline List_1_t1290268968 ** get_address_of_m_pinShopList_5() { return &___m_pinShopList_5; } inline void set_m_pinShopList_5(List_1_t1290268968 * value) { ___m_pinShopList_5 = value; Il2CppCodeGenWriteBarrier((&___m_pinShopList_5), value); } inline static int32_t get_offset_of_m_pinList_6() { return static_cast(offsetof(CPindanManager_t730261733, ___m_pinList_6)); } inline List_1_t3044171863 * get_m_pinList_6() const { return ___m_pinList_6; } inline List_1_t3044171863 ** get_address_of_m_pinList_6() { return &___m_pinList_6; } inline void set_m_pinList_6(List_1_t3044171863 * value) { ___m_pinList_6 = value; Il2CppCodeGenWriteBarrier((&___m_pinList_6), value); } inline static int32_t get_offset_of_m_completeList_7() { return static_cast(offsetof(CPindanManager_t730261733, ___m_completeList_7)); } inline List_1_t2925477792 * get_m_completeList_7() const { return ___m_completeList_7; } inline List_1_t2925477792 ** get_address_of_m_completeList_7() { return &___m_completeList_7; } inline void set_m_completeList_7(List_1_t2925477792 * value) { ___m_completeList_7 = value; Il2CppCodeGenWriteBarrier((&___m_completeList_7), value); } inline static int32_t get_offset_of_m_inviteList_8() { return static_cast(offsetof(CPindanManager_t730261733, ___m_inviteList_8)); } inline List_1_t2358551301 * get_m_inviteList_8() const { return ___m_inviteList_8; } inline List_1_t2358551301 ** get_address_of_m_inviteList_8() { return &___m_inviteList_8; } inline void set_m_inviteList_8(List_1_t2358551301 * value) { ___m_inviteList_8 = value; Il2CppCodeGenWriteBarrier((&___m_inviteList_8), value); } inline static int32_t get_offset_of_m_joinList_9() { return static_cast(offsetof(CPindanManager_t730261733, ___m_joinList_9)); } inline List_1_t4280442762 * get_m_joinList_9() const { return ___m_joinList_9; } inline List_1_t4280442762 ** get_address_of_m_joinList_9() { return &___m_joinList_9; } inline void set_m_joinList_9(List_1_t4280442762 * value) { ___m_joinList_9 = value; Il2CppCodeGenWriteBarrier((&___m_joinList_9), value); } inline static int32_t get_offset_of_m_checkboxList_10() { return static_cast(offsetof(CPindanManager_t730261733, ___m_checkboxList_10)); } inline List_1_t3748208937 * get_m_checkboxList_10() const { return ___m_checkboxList_10; } inline List_1_t3748208937 ** get_address_of_m_checkboxList_10() { return &___m_checkboxList_10; } inline void set_m_checkboxList_10(List_1_t3748208937 * value) { ___m_checkboxList_10 = value; Il2CppCodeGenWriteBarrier((&___m_checkboxList_10), value); } inline static int32_t get_offset_of_m_selectPIdList_11() { return static_cast(offsetof(CPindanManager_t730261733, ___m_selectPIdList_11)); } inline List_1_t128053199 * get_m_selectPIdList_11() const { return ___m_selectPIdList_11; } inline List_1_t128053199 ** get_address_of_m_selectPIdList_11() { return &___m_selectPIdList_11; } inline void set_m_selectPIdList_11(List_1_t128053199 * value) { ___m_selectPIdList_11 = value; Il2CppCodeGenWriteBarrier((&___m_selectPIdList_11), value); } inline static int32_t get_offset_of_m_refreshPage_12() { return static_cast(offsetof(CPindanManager_t730261733, ___m_refreshPage_12)); } inline CDataModelInt_t3463393640 * get_m_refreshPage_12() const { return ___m_refreshPage_12; } inline CDataModelInt_t3463393640 ** get_address_of_m_refreshPage_12() { return &___m_refreshPage_12; } inline void set_m_refreshPage_12(CDataModelInt_t3463393640 * value) { ___m_refreshPage_12 = value; Il2CppCodeGenWriteBarrier((&___m_refreshPage_12), value); } inline static int32_t get_offset_of_m_bRefresh_13() { return static_cast(offsetof(CPindanManager_t730261733, ___m_bRefresh_13)); } inline bool get_m_bRefresh_13() const { return ___m_bRefresh_13; } inline bool* get_address_of_m_bRefresh_13() { return &___m_bRefresh_13; } inline void set_m_bRefresh_13(bool value) { ___m_bRefresh_13 = value; } inline static int32_t get_offset_of_m_buyShopID_14() { return static_cast(offsetof(CPindanManager_t730261733, ___m_buyShopID_14)); } inline int32_t get_m_buyShopID_14() const { return ___m_buyShopID_14; } inline int32_t* get_address_of_m_buyShopID_14() { return &___m_buyShopID_14; } inline void set_m_buyShopID_14(int32_t value) { ___m_buyShopID_14 = value; } }; struct CPindanManager_t730261733_StaticFields { public: // DMCore.Logic.CPindanManager DMCore.Logic.CPindanManager::s_Instance CPindanManager_t730261733 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CPindanManager_t730261733_StaticFields, ___s_Instance_4)); } inline CPindanManager_t730261733 * get_s_Instance_4() const { return ___s_Instance_4; } inline CPindanManager_t730261733 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CPindanManager_t730261733 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPINDANMANAGER_T730261733_H #ifndef LIST_1_T1290268968_H #define LIST_1_T1290268968_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_t1290268968 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CPindanShopU5BU5D_t3013467591* ____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_t1290268968, ____items_1)); } inline CPindanShopU5BU5D_t3013467591* get__items_1() const { return ____items_1; } inline CPindanShopU5BU5D_t3013467591** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CPindanShopU5BU5D_t3013467591* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1290268968, ____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_t1290268968, ____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_t1290268968_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CPindanShopU5BU5D_t3013467591* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1290268968_StaticFields, ___EmptyArray_4)); } inline CPindanShopU5BU5D_t3013467591* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CPindanShopU5BU5D_t3013467591** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CPindanShopU5BU5D_t3013467591* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1290268968_H #ifndef LIST_1_T3044171863_H #define LIST_1_T3044171863_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_t3044171863 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CPindanOrderU5BU5D_t1951185148* ____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_t3044171863, ____items_1)); } inline CPindanOrderU5BU5D_t1951185148* get__items_1() const { return ____items_1; } inline CPindanOrderU5BU5D_t1951185148** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CPindanOrderU5BU5D_t1951185148* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3044171863, ____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_t3044171863, ____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_t3044171863_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CPindanOrderU5BU5D_t1951185148* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3044171863_StaticFields, ___EmptyArray_4)); } inline CPindanOrderU5BU5D_t1951185148* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CPindanOrderU5BU5D_t1951185148** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CPindanOrderU5BU5D_t1951185148* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3044171863_H #ifndef LIST_1_T2925477792_H #define LIST_1_T2925477792_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_t2925477792 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CompletePindanU5BU5D_t1434840687* ____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_t2925477792, ____items_1)); } inline CompletePindanU5BU5D_t1434840687* get__items_1() const { return ____items_1; } inline CompletePindanU5BU5D_t1434840687** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CompletePindanU5BU5D_t1434840687* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2925477792, ____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_t2925477792, ____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_t2925477792_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CompletePindanU5BU5D_t1434840687* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2925477792_StaticFields, ___EmptyArray_4)); } inline CompletePindanU5BU5D_t1434840687* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CompletePindanU5BU5D_t1434840687** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CompletePindanU5BU5D_t1434840687* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2925477792_H #ifndef LIST_1_T3603583796_H #define LIST_1_T3603583796_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_t3603583796 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PetActionUnitU5BU5D_t4195046923* ____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_t3603583796, ____items_1)); } inline PetActionUnitU5BU5D_t4195046923* get__items_1() const { return ____items_1; } inline PetActionUnitU5BU5D_t4195046923** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PetActionUnitU5BU5D_t4195046923* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3603583796, ____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_t3603583796, ____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_t3603583796_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PetActionUnitU5BU5D_t4195046923* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3603583796_StaticFields, ___EmptyArray_4)); } inline PetActionUnitU5BU5D_t4195046923* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PetActionUnitU5BU5D_t4195046923** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PetActionUnitU5BU5D_t4195046923* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3603583796_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 U3CREFRESHDATAU3EC__ANONSTOREY0_T3763323241_H #define U3CREFRESHDATAU3EC__ANONSTOREY0_T3763323241_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.COnHookManager/c__AnonStorey0 struct U3CRefreshDataU3Ec__AnonStorey0_t3763323241 : public RuntimeObject { public: // System.Int32 DMCore.Logic.COnHookManager/c__AnonStorey0::_idx int32_t ____idx_0; public: inline static int32_t get_offset_of__idx_0() { return static_cast(offsetof(U3CRefreshDataU3Ec__AnonStorey0_t3763323241, ____idx_0)); } inline int32_t get__idx_0() const { return ____idx_0; } inline int32_t* get_address_of__idx_0() { return &____idx_0; } inline void set__idx_0(int32_t value) { ____idx_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREFRESHDATAU3EC__ANONSTOREY0_T3763323241_H #ifndef CPERSONALISEMALLCONTROLLER_T1763531711_H #define CPERSONALISEMALLCONTROLLER_T1763531711_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPersonaliseMallController struct CPersonaliseMallController_t1763531711 : public RuntimeObject { public: public: }; struct CPersonaliseMallController_t1763531711_StaticFields { public: // DMCore.Logic.CPersonaliseMallController DMCore.Logic.CPersonaliseMallController::s_instance CPersonaliseMallController_t1763531711 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CPersonaliseMallController_t1763531711_StaticFields, ___s_instance_0)); } inline CPersonaliseMallController_t1763531711 * get_s_instance_0() const { return ___s_instance_0; } inline CPersonaliseMallController_t1763531711 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CPersonaliseMallController_t1763531711 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPERSONALISEMALLCONTROLLER_T1763531711_H #ifndef SECTIONIMAGE_T1133006028_H #define SECTIONIMAGE_T1133006028_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveManager/SectionImage struct SectionImage_t1133006028 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPveManager/SectionImage::_id int32_t ____id_0; // System.Int32 DMCore.Logic.CPveManager/SectionImage::_own int32_t ____own_1; // System.Int32 DMCore.Logic.CPveManager/SectionImage::_sex int32_t ____sex_2; // System.String DMCore.Logic.CPveManager/SectionImage::_time String_t* ____time_3; // System.String DMCore.Logic.CPveManager/SectionImage::_desc String_t* ____desc_4; // System.String DMCore.Logic.CPveManager/SectionImage::_name String_t* ____name_5; // System.String DMCore.Logic.CPveManager/SectionImage::_path String_t* ____path_6; public: inline static int32_t get_offset_of__id_0() { return static_cast(offsetof(SectionImage_t1133006028, ____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__own_1() { return static_cast(offsetof(SectionImage_t1133006028, ____own_1)); } inline int32_t get__own_1() const { return ____own_1; } inline int32_t* get_address_of__own_1() { return &____own_1; } inline void set__own_1(int32_t value) { ____own_1 = value; } inline static int32_t get_offset_of__sex_2() { return static_cast(offsetof(SectionImage_t1133006028, ____sex_2)); } inline int32_t get__sex_2() const { return ____sex_2; } inline int32_t* get_address_of__sex_2() { return &____sex_2; } inline void set__sex_2(int32_t value) { ____sex_2 = value; } inline static int32_t get_offset_of__time_3() { return static_cast(offsetof(SectionImage_t1133006028, ____time_3)); } inline String_t* get__time_3() const { return ____time_3; } inline String_t** get_address_of__time_3() { return &____time_3; } inline void set__time_3(String_t* value) { ____time_3 = value; Il2CppCodeGenWriteBarrier((&____time_3), value); } inline static int32_t get_offset_of__desc_4() { return static_cast(offsetof(SectionImage_t1133006028, ____desc_4)); } inline String_t* get__desc_4() const { return ____desc_4; } inline String_t** get_address_of__desc_4() { return &____desc_4; } inline void set__desc_4(String_t* value) { ____desc_4 = value; Il2CppCodeGenWriteBarrier((&____desc_4), value); } inline static int32_t get_offset_of__name_5() { return static_cast(offsetof(SectionImage_t1133006028, ____name_5)); } inline String_t* get__name_5() const { return ____name_5; } inline String_t** get_address_of__name_5() { return &____name_5; } inline void set__name_5(String_t* value) { ____name_5 = value; Il2CppCodeGenWriteBarrier((&____name_5), value); } inline static int32_t get_offset_of__path_6() { return static_cast(offsetof(SectionImage_t1133006028, ____path_6)); } inline String_t* get__path_6() const { return ____path_6; } inline String_t** get_address_of__path_6() { return &____path_6; } inline void set__path_6(String_t* value) { ____path_6 = value; Il2CppCodeGenWriteBarrier((&____path_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECTIONIMAGE_T1133006028_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 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 LIST_1_T1037115578_H #define LIST_1_T1037115578_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_t1037115578 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CardSlotInfoU5BU5D_t3351770029* ____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_t1037115578, ____items_1)); } inline CardSlotInfoU5BU5D_t3351770029* get__items_1() const { return ____items_1; } inline CardSlotInfoU5BU5D_t3351770029** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CardSlotInfoU5BU5D_t3351770029* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1037115578, ____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_t1037115578, ____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_t1037115578_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CardSlotInfoU5BU5D_t3351770029* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1037115578_StaticFields, ___EmptyArray_4)); } inline CardSlotInfoU5BU5D_t3351770029* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CardSlotInfoU5BU5D_t3351770029** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CardSlotInfoU5BU5D_t3351770029* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1037115578_H #ifndef CLOCALSIMULATEROLE_T4101146137_H #define CLOCALSIMULATEROLE_T4101146137_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLocalSimulateRole struct CLocalSimulateRole_t4101146137 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CLocalSimulateRole::k__BackingField bool ___U3CIsMaleU3Ek__BackingField_0; // System.Int32 DMCore.Logic.CLocalSimulateRole::k__BackingField int32_t ___U3CIndexU3Ek__BackingField_1; // BetterList`1 DMCore.Logic.CLocalSimulateRole::m_listModelItems BetterList_1_t2105966071 * ___m_listModelItems_2; public: inline static int32_t get_offset_of_U3CIsMaleU3Ek__BackingField_0() { return static_cast(offsetof(CLocalSimulateRole_t4101146137, ___U3CIsMaleU3Ek__BackingField_0)); } inline bool get_U3CIsMaleU3Ek__BackingField_0() const { return ___U3CIsMaleU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsMaleU3Ek__BackingField_0() { return &___U3CIsMaleU3Ek__BackingField_0; } inline void set_U3CIsMaleU3Ek__BackingField_0(bool value) { ___U3CIsMaleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIndexU3Ek__BackingField_1() { return static_cast(offsetof(CLocalSimulateRole_t4101146137, ___U3CIndexU3Ek__BackingField_1)); } inline int32_t get_U3CIndexU3Ek__BackingField_1() const { return ___U3CIndexU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CIndexU3Ek__BackingField_1() { return &___U3CIndexU3Ek__BackingField_1; } inline void set_U3CIndexU3Ek__BackingField_1(int32_t value) { ___U3CIndexU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_m_listModelItems_2() { return static_cast(offsetof(CLocalSimulateRole_t4101146137, ___m_listModelItems_2)); } inline BetterList_1_t2105966071 * get_m_listModelItems_2() const { return ___m_listModelItems_2; } inline BetterList_1_t2105966071 ** get_address_of_m_listModelItems_2() { return &___m_listModelItems_2; } inline void set_m_listModelItems_2(BetterList_1_t2105966071 * value) { ___m_listModelItems_2 = value; Il2CppCodeGenWriteBarrier((&___m_listModelItems_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOCALSIMULATEROLE_T4101146137_H #ifndef LIST_1_T1561081024_H #define LIST_1_T1561081024_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_t1561081024 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items NoticeShopItemU5BU5D_t400154831* ____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_t1561081024, ____items_1)); } inline NoticeShopItemU5BU5D_t400154831* get__items_1() const { return ____items_1; } inline NoticeShopItemU5BU5D_t400154831** get_address_of__items_1() { return &____items_1; } inline void set__items_1(NoticeShopItemU5BU5D_t400154831* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1561081024, ____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_t1561081024, ____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_t1561081024_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray NoticeShopItemU5BU5D_t400154831* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1561081024_StaticFields, ___EmptyArray_4)); } inline NoticeShopItemU5BU5D_t400154831* get_EmptyArray_4() const { return ___EmptyArray_4; } inline NoticeShopItemU5BU5D_t400154831** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(NoticeShopItemU5BU5D_t400154831* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1561081024_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 NOTICESHOPITEM_T89006282_H #define NOTICESHOPITEM_T89006282_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.NoticeShopItem struct NoticeShopItem_t89006282 : public RuntimeObject { public: // System.Int32 DMCore.Logic.NoticeShopItem::nConfigId int32_t ___nConfigId_0; // System.Int32 DMCore.Logic.NoticeShopItem::nLevel int32_t ___nLevel_1; // System.Int32 DMCore.Logic.NoticeShopItem::nPrice int32_t ___nPrice_2; // System.Int32 DMCore.Logic.NoticeShopItem::nValid int32_t ___nValid_3; // System.Int32 DMCore.Logic.NoticeShopItem::nLimit int32_t ___nLimit_4; // System.Int32 DMCore.Logic.NoticeShopItem::nBuyCnt int32_t ___nBuyCnt_5; public: inline static int32_t get_offset_of_nConfigId_0() { return static_cast(offsetof(NoticeShopItem_t89006282, ___nConfigId_0)); } inline int32_t get_nConfigId_0() const { return ___nConfigId_0; } inline int32_t* get_address_of_nConfigId_0() { return &___nConfigId_0; } inline void set_nConfigId_0(int32_t value) { ___nConfigId_0 = value; } inline static int32_t get_offset_of_nLevel_1() { return static_cast(offsetof(NoticeShopItem_t89006282, ___nLevel_1)); } inline int32_t get_nLevel_1() const { return ___nLevel_1; } inline int32_t* get_address_of_nLevel_1() { return &___nLevel_1; } inline void set_nLevel_1(int32_t value) { ___nLevel_1 = value; } inline static int32_t get_offset_of_nPrice_2() { return static_cast(offsetof(NoticeShopItem_t89006282, ___nPrice_2)); } inline int32_t get_nPrice_2() const { return ___nPrice_2; } inline int32_t* get_address_of_nPrice_2() { return &___nPrice_2; } inline void set_nPrice_2(int32_t value) { ___nPrice_2 = value; } inline static int32_t get_offset_of_nValid_3() { return static_cast(offsetof(NoticeShopItem_t89006282, ___nValid_3)); } inline int32_t get_nValid_3() const { return ___nValid_3; } inline int32_t* get_address_of_nValid_3() { return &___nValid_3; } inline void set_nValid_3(int32_t value) { ___nValid_3 = value; } inline static int32_t get_offset_of_nLimit_4() { return static_cast(offsetof(NoticeShopItem_t89006282, ___nLimit_4)); } inline int32_t get_nLimit_4() const { return ___nLimit_4; } inline int32_t* get_address_of_nLimit_4() { return &___nLimit_4; } inline void set_nLimit_4(int32_t value) { ___nLimit_4 = value; } inline static int32_t get_offset_of_nBuyCnt_5() { return static_cast(offsetof(NoticeShopItem_t89006282, ___nBuyCnt_5)); } inline int32_t get_nBuyCnt_5() const { return ___nBuyCnt_5; } inline int32_t* get_address_of_nBuyCnt_5() { return &___nBuyCnt_5; } inline void set_nBuyCnt_5(int32_t value) { ___nBuyCnt_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTICESHOPITEM_T89006282_H #ifndef SORTKEYINFO_1_T3619707304_H #define SORTKEYINFO_1_T3619707304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t3619707304 : public RuntimeObject { public: // T DMCore.Logic.SortKeyInfo`1::LKV int32_t ___LKV_0; // T DMCore.Logic.SortKeyInfo`1::RKV int32_t ___RKV_1; // System.Boolean DMCore.Logic.SortKeyInfo`1::IsAscend bool ___IsAscend_2; public: inline static int32_t get_offset_of_LKV_0() { return static_cast(offsetof(SortKeyInfo_1_t3619707304, ___LKV_0)); } inline int32_t get_LKV_0() const { return ___LKV_0; } inline int32_t* get_address_of_LKV_0() { return &___LKV_0; } inline void set_LKV_0(int32_t value) { ___LKV_0 = value; } inline static int32_t get_offset_of_RKV_1() { return static_cast(offsetof(SortKeyInfo_1_t3619707304, ___RKV_1)); } inline int32_t get_RKV_1() const { return ___RKV_1; } inline int32_t* get_address_of_RKV_1() { return &___RKV_1; } inline void set_RKV_1(int32_t value) { ___RKV_1 = value; } inline static int32_t get_offset_of_IsAscend_2() { return static_cast(offsetof(SortKeyInfo_1_t3619707304, ___IsAscend_2)); } inline bool get_IsAscend_2() const { return ___IsAscend_2; } inline bool* get_address_of_IsAscend_2() { return &___IsAscend_2; } inline void set_IsAscend_2(bool value) { ___IsAscend_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTKEYINFO_1_T3619707304_H #ifndef CONHOOKMANAGER_T1213390909_H #define CONHOOKMANAGER_T1213390909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.COnHookManager struct COnHookManager_t1213390909 : public RuntimeObject { public: // System.Action`2 DMCore.Logic.COnHookManager::itemChanged Action_2_t4177122770 * ___itemChanged_0; // System.Collections.Generic.List`1 DMCore.Logic.COnHookManager::m_list List_1_t1037115578 * ___m_list_2; // System.Int32 DMCore.Logic.COnHookManager::m_insertIndex int32_t ___m_insertIndex_3; // CDataModelBool DMCore.Logic.COnHookManager::m_refreshList CDataModelBool_t2269476966 * ___m_refreshList_4; // CDataModelInt DMCore.Logic.COnHookManager::m_refreshItem CDataModelInt_t3463393640 * ___m_refreshItem_5; public: inline static int32_t get_offset_of_itemChanged_0() { return static_cast(offsetof(COnHookManager_t1213390909, ___itemChanged_0)); } inline Action_2_t4177122770 * get_itemChanged_0() const { return ___itemChanged_0; } inline Action_2_t4177122770 ** get_address_of_itemChanged_0() { return &___itemChanged_0; } inline void set_itemChanged_0(Action_2_t4177122770 * value) { ___itemChanged_0 = value; Il2CppCodeGenWriteBarrier((&___itemChanged_0), value); } inline static int32_t get_offset_of_m_list_2() { return static_cast(offsetof(COnHookManager_t1213390909, ___m_list_2)); } inline List_1_t1037115578 * get_m_list_2() const { return ___m_list_2; } inline List_1_t1037115578 ** get_address_of_m_list_2() { return &___m_list_2; } inline void set_m_list_2(List_1_t1037115578 * value) { ___m_list_2 = value; Il2CppCodeGenWriteBarrier((&___m_list_2), value); } inline static int32_t get_offset_of_m_insertIndex_3() { return static_cast(offsetof(COnHookManager_t1213390909, ___m_insertIndex_3)); } inline int32_t get_m_insertIndex_3() const { return ___m_insertIndex_3; } inline int32_t* get_address_of_m_insertIndex_3() { return &___m_insertIndex_3; } inline void set_m_insertIndex_3(int32_t value) { ___m_insertIndex_3 = value; } inline static int32_t get_offset_of_m_refreshList_4() { return static_cast(offsetof(COnHookManager_t1213390909, ___m_refreshList_4)); } inline CDataModelBool_t2269476966 * get_m_refreshList_4() const { return ___m_refreshList_4; } inline CDataModelBool_t2269476966 ** get_address_of_m_refreshList_4() { return &___m_refreshList_4; } inline void set_m_refreshList_4(CDataModelBool_t2269476966 * value) { ___m_refreshList_4 = value; Il2CppCodeGenWriteBarrier((&___m_refreshList_4), value); } inline static int32_t get_offset_of_m_refreshItem_5() { return static_cast(offsetof(COnHookManager_t1213390909, ___m_refreshItem_5)); } inline CDataModelInt_t3463393640 * get_m_refreshItem_5() const { return ___m_refreshItem_5; } inline CDataModelInt_t3463393640 ** get_address_of_m_refreshItem_5() { return &___m_refreshItem_5; } inline void set_m_refreshItem_5(CDataModelInt_t3463393640 * value) { ___m_refreshItem_5 = value; Il2CppCodeGenWriteBarrier((&___m_refreshItem_5), value); } }; struct COnHookManager_t1213390909_StaticFields { public: // DMCore.Logic.COnHookManager DMCore.Logic.COnHookManager::s_Instance COnHookManager_t1213390909 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(COnHookManager_t1213390909_StaticFields, ___s_Instance_1)); } inline COnHookManager_t1213390909 * get_s_Instance_1() const { return ___s_Instance_1; } inline COnHookManager_t1213390909 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(COnHookManager_t1213390909 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONHOOKMANAGER_T1213390909_H #ifndef CDANCENPC_T2506274377_H #define CDANCENPC_T2506274377_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CDanceNpc struct CDanceNpc_t2506274377 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CDanceNpc::m_nMinCombo int32_t ___m_nMinCombo_0; // System.Int32 DMCore.Logic.CDanceNpc::m_nMaxCombo int32_t ___m_nMaxCombo_1; // System.Int32 DMCore.Logic.CDanceNpc::m_nSex int32_t ___m_nSex_2; // System.Single[] DMCore.Logic.CDanceNpc::m_fArrayJudges SingleU5BU5D_t1444911251* ___m_fArrayJudges_3; // System.Int32 DMCore.Logic.CDanceNpc::m_nModelID int32_t ___m_nModelID_4; // System.Collections.Generic.List`1 DMCore.Logic.CDanceNpc::m_listSubModelItems List_1_t128053199 * ___m_listSubModelItems_5; // System.Int32 DMCore.Logic.CDanceNpc::m_curSectionPerfect int32_t ___m_curSectionPerfect_6; // System.Int32 DMCore.Logic.CDanceNpc::m_curSectionCool int32_t ___m_curSectionCool_7; // System.Int32 DMCore.Logic.CDanceNpc::m_curSectionHit int32_t ___m_curSectionHit_8; // System.Int32 DMCore.Logic.CDanceNpc::m_curSectionMiss int32_t ___m_curSectionMiss_9; // System.Int32 DMCore.Logic.CDanceNpc::m_nComboLabor int32_t ___m_nComboLabor_10; // System.Int32 DMCore.Logic.CDanceNpc::m_nScoreLabor int32_t ___m_nScoreLabor_11; // System.Int32 DMCore.Logic.CDanceNpc::m_nSectionScoreLabor int32_t ___m_nSectionScoreLabor_12; // System.Int64 DMCore.Logic.CDanceNpc::m_UserID int64_t ___m_UserID_13; // System.Int32 DMCore.Logic.CDanceNpc::m_PosIndex int32_t ___m_PosIndex_14; // System.String DMCore.Logic.CDanceNpc::m_NpcName String_t* ___m_NpcName_15; public: inline static int32_t get_offset_of_m_nMinCombo_0() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_nMinCombo_0)); } inline int32_t get_m_nMinCombo_0() const { return ___m_nMinCombo_0; } inline int32_t* get_address_of_m_nMinCombo_0() { return &___m_nMinCombo_0; } inline void set_m_nMinCombo_0(int32_t value) { ___m_nMinCombo_0 = value; } inline static int32_t get_offset_of_m_nMaxCombo_1() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_nMaxCombo_1)); } inline int32_t get_m_nMaxCombo_1() const { return ___m_nMaxCombo_1; } inline int32_t* get_address_of_m_nMaxCombo_1() { return &___m_nMaxCombo_1; } inline void set_m_nMaxCombo_1(int32_t value) { ___m_nMaxCombo_1 = value; } inline static int32_t get_offset_of_m_nSex_2() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_nSex_2)); } inline int32_t get_m_nSex_2() const { return ___m_nSex_2; } inline int32_t* get_address_of_m_nSex_2() { return &___m_nSex_2; } inline void set_m_nSex_2(int32_t value) { ___m_nSex_2 = value; } inline static int32_t get_offset_of_m_fArrayJudges_3() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_fArrayJudges_3)); } inline SingleU5BU5D_t1444911251* get_m_fArrayJudges_3() const { return ___m_fArrayJudges_3; } inline SingleU5BU5D_t1444911251** get_address_of_m_fArrayJudges_3() { return &___m_fArrayJudges_3; } inline void set_m_fArrayJudges_3(SingleU5BU5D_t1444911251* value) { ___m_fArrayJudges_3 = value; Il2CppCodeGenWriteBarrier((&___m_fArrayJudges_3), value); } inline static int32_t get_offset_of_m_nModelID_4() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_nModelID_4)); } inline int32_t get_m_nModelID_4() const { return ___m_nModelID_4; } inline int32_t* get_address_of_m_nModelID_4() { return &___m_nModelID_4; } inline void set_m_nModelID_4(int32_t value) { ___m_nModelID_4 = value; } inline static int32_t get_offset_of_m_listSubModelItems_5() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_listSubModelItems_5)); } inline List_1_t128053199 * get_m_listSubModelItems_5() const { return ___m_listSubModelItems_5; } inline List_1_t128053199 ** get_address_of_m_listSubModelItems_5() { return &___m_listSubModelItems_5; } inline void set_m_listSubModelItems_5(List_1_t128053199 * value) { ___m_listSubModelItems_5 = value; Il2CppCodeGenWriteBarrier((&___m_listSubModelItems_5), value); } inline static int32_t get_offset_of_m_curSectionPerfect_6() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_curSectionPerfect_6)); } inline int32_t get_m_curSectionPerfect_6() const { return ___m_curSectionPerfect_6; } inline int32_t* get_address_of_m_curSectionPerfect_6() { return &___m_curSectionPerfect_6; } inline void set_m_curSectionPerfect_6(int32_t value) { ___m_curSectionPerfect_6 = value; } inline static int32_t get_offset_of_m_curSectionCool_7() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_curSectionCool_7)); } inline int32_t get_m_curSectionCool_7() const { return ___m_curSectionCool_7; } inline int32_t* get_address_of_m_curSectionCool_7() { return &___m_curSectionCool_7; } inline void set_m_curSectionCool_7(int32_t value) { ___m_curSectionCool_7 = value; } inline static int32_t get_offset_of_m_curSectionHit_8() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_curSectionHit_8)); } inline int32_t get_m_curSectionHit_8() const { return ___m_curSectionHit_8; } inline int32_t* get_address_of_m_curSectionHit_8() { return &___m_curSectionHit_8; } inline void set_m_curSectionHit_8(int32_t value) { ___m_curSectionHit_8 = value; } inline static int32_t get_offset_of_m_curSectionMiss_9() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_curSectionMiss_9)); } inline int32_t get_m_curSectionMiss_9() const { return ___m_curSectionMiss_9; } inline int32_t* get_address_of_m_curSectionMiss_9() { return &___m_curSectionMiss_9; } inline void set_m_curSectionMiss_9(int32_t value) { ___m_curSectionMiss_9 = value; } inline static int32_t get_offset_of_m_nComboLabor_10() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_nComboLabor_10)); } inline int32_t get_m_nComboLabor_10() const { return ___m_nComboLabor_10; } inline int32_t* get_address_of_m_nComboLabor_10() { return &___m_nComboLabor_10; } inline void set_m_nComboLabor_10(int32_t value) { ___m_nComboLabor_10 = value; } inline static int32_t get_offset_of_m_nScoreLabor_11() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_nScoreLabor_11)); } inline int32_t get_m_nScoreLabor_11() const { return ___m_nScoreLabor_11; } inline int32_t* get_address_of_m_nScoreLabor_11() { return &___m_nScoreLabor_11; } inline void set_m_nScoreLabor_11(int32_t value) { ___m_nScoreLabor_11 = value; } inline static int32_t get_offset_of_m_nSectionScoreLabor_12() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_nSectionScoreLabor_12)); } inline int32_t get_m_nSectionScoreLabor_12() const { return ___m_nSectionScoreLabor_12; } inline int32_t* get_address_of_m_nSectionScoreLabor_12() { return &___m_nSectionScoreLabor_12; } inline void set_m_nSectionScoreLabor_12(int32_t value) { ___m_nSectionScoreLabor_12 = value; } inline static int32_t get_offset_of_m_UserID_13() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_UserID_13)); } inline int64_t get_m_UserID_13() const { return ___m_UserID_13; } inline int64_t* get_address_of_m_UserID_13() { return &___m_UserID_13; } inline void set_m_UserID_13(int64_t value) { ___m_UserID_13 = value; } inline static int32_t get_offset_of_m_PosIndex_14() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_PosIndex_14)); } inline int32_t get_m_PosIndex_14() const { return ___m_PosIndex_14; } inline int32_t* get_address_of_m_PosIndex_14() { return &___m_PosIndex_14; } inline void set_m_PosIndex_14(int32_t value) { ___m_PosIndex_14 = value; } inline static int32_t get_offset_of_m_NpcName_15() { return static_cast(offsetof(CDanceNpc_t2506274377, ___m_NpcName_15)); } inline String_t* get_m_NpcName_15() const { return ___m_NpcName_15; } inline String_t** get_address_of_m_NpcName_15() { return &___m_NpcName_15; } inline void set_m_NpcName_15(String_t* value) { ___m_NpcName_15 = value; Il2CppCodeGenWriteBarrier((&___m_NpcName_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDANCENPC_T2506274377_H #ifndef COUPLEWALLINFOUNIT_T2257658563_H #define COUPLEWALLINFOUNIT_T2257658563_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CoupleWallInfoUnit struct CoupleWallInfoUnit_t2257658563 : public RuntimeObject { public: // System.Int64 DMCore.Logic.CoupleWallInfoUnit::userID int64_t ___userID_0; // System.String DMCore.Logic.CoupleWallInfoUnit::userName String_t* ___userName_1; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::voice_length int32_t ___voice_length_2; // System.String DMCore.Logic.CoupleWallInfoUnit::voice_url String_t* ___voice_url_3; // System.String DMCore.Logic.CoupleWallInfoUnit::context String_t* ___context_4; // System.Int64 DMCore.Logic.CoupleWallInfoUnit::restTime int64_t ___restTime_5; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::cashType int32_t ___cashType_6; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::highFlag int32_t ___highFlag_7; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::userLevel int32_t ___userLevel_8; // System.Int64 DMCore.Logic.CoupleWallInfoUnit::photoID int64_t ___photoID_9; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::sexID int32_t ___sexID_10; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::vipLevel int32_t ___vipLevel_11; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::memberLevel int32_t ___memberLevel_12; // System.Int32 DMCore.Logic.CoupleWallInfoUnit::state int32_t ___state_13; // System.Boolean DMCore.Logic.CoupleWallInfoUnit::bExpress bool ___bExpress_14; public: inline static int32_t get_offset_of_userID_0() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___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_userName_1() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___userName_1)); } inline String_t* get_userName_1() const { return ___userName_1; } inline String_t** get_address_of_userName_1() { return &___userName_1; } inline void set_userName_1(String_t* value) { ___userName_1 = value; Il2CppCodeGenWriteBarrier((&___userName_1), value); } inline static int32_t get_offset_of_voice_length_2() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___voice_length_2)); } inline int32_t get_voice_length_2() const { return ___voice_length_2; } inline int32_t* get_address_of_voice_length_2() { return &___voice_length_2; } inline void set_voice_length_2(int32_t value) { ___voice_length_2 = value; } inline static int32_t get_offset_of_voice_url_3() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___voice_url_3)); } inline String_t* get_voice_url_3() const { return ___voice_url_3; } inline String_t** get_address_of_voice_url_3() { return &___voice_url_3; } inline void set_voice_url_3(String_t* value) { ___voice_url_3 = value; Il2CppCodeGenWriteBarrier((&___voice_url_3), value); } inline static int32_t get_offset_of_context_4() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___context_4)); } inline String_t* get_context_4() const { return ___context_4; } inline String_t** get_address_of_context_4() { return &___context_4; } inline void set_context_4(String_t* value) { ___context_4 = value; Il2CppCodeGenWriteBarrier((&___context_4), value); } inline static int32_t get_offset_of_restTime_5() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___restTime_5)); } inline int64_t get_restTime_5() const { return ___restTime_5; } inline int64_t* get_address_of_restTime_5() { return &___restTime_5; } inline void set_restTime_5(int64_t value) { ___restTime_5 = value; } inline static int32_t get_offset_of_cashType_6() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___cashType_6)); } inline int32_t get_cashType_6() const { return ___cashType_6; } inline int32_t* get_address_of_cashType_6() { return &___cashType_6; } inline void set_cashType_6(int32_t value) { ___cashType_6 = value; } inline static int32_t get_offset_of_highFlag_7() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___highFlag_7)); } inline int32_t get_highFlag_7() const { return ___highFlag_7; } inline int32_t* get_address_of_highFlag_7() { return &___highFlag_7; } inline void set_highFlag_7(int32_t value) { ___highFlag_7 = value; } inline static int32_t get_offset_of_userLevel_8() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___userLevel_8)); } inline int32_t get_userLevel_8() const { return ___userLevel_8; } inline int32_t* get_address_of_userLevel_8() { return &___userLevel_8; } inline void set_userLevel_8(int32_t value) { ___userLevel_8 = value; } inline static int32_t get_offset_of_photoID_9() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___photoID_9)); } inline int64_t get_photoID_9() const { return ___photoID_9; } inline int64_t* get_address_of_photoID_9() { return &___photoID_9; } inline void set_photoID_9(int64_t value) { ___photoID_9 = value; } inline static int32_t get_offset_of_sexID_10() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___sexID_10)); } inline int32_t get_sexID_10() const { return ___sexID_10; } inline int32_t* get_address_of_sexID_10() { return &___sexID_10; } inline void set_sexID_10(int32_t value) { ___sexID_10 = value; } inline static int32_t get_offset_of_vipLevel_11() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___vipLevel_11)); } inline int32_t get_vipLevel_11() const { return ___vipLevel_11; } inline int32_t* get_address_of_vipLevel_11() { return &___vipLevel_11; } inline void set_vipLevel_11(int32_t value) { ___vipLevel_11 = value; } inline static int32_t get_offset_of_memberLevel_12() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___memberLevel_12)); } inline int32_t get_memberLevel_12() const { return ___memberLevel_12; } inline int32_t* get_address_of_memberLevel_12() { return &___memberLevel_12; } inline void set_memberLevel_12(int32_t value) { ___memberLevel_12 = value; } inline static int32_t get_offset_of_state_13() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___state_13)); } inline int32_t get_state_13() const { return ___state_13; } inline int32_t* get_address_of_state_13() { return &___state_13; } inline void set_state_13(int32_t value) { ___state_13 = value; } inline static int32_t get_offset_of_bExpress_14() { return static_cast(offsetof(CoupleWallInfoUnit_t2257658563, ___bExpress_14)); } inline bool get_bExpress_14() const { return ___bExpress_14; } inline bool* get_address_of_bExpress_14() { return &___bExpress_14; } inline void set_bExpress_14(bool value) { ___bExpress_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COUPLEWALLINFOUNIT_T2257658563_H #ifndef CSERVERSIMULATOR_T2819548284_H #define CSERVERSIMULATOR_T2819548284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CServerSimulator struct CServerSimulator_t2819548284 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CServerSimulator::m_DicPtrCallServer Dictionary_2_t895143331 * ___m_DicPtrCallServer_0; public: inline static int32_t get_offset_of_m_DicPtrCallServer_0() { return static_cast(offsetof(CServerSimulator_t2819548284, ___m_DicPtrCallServer_0)); } inline Dictionary_2_t895143331 * get_m_DicPtrCallServer_0() const { return ___m_DicPtrCallServer_0; } inline Dictionary_2_t895143331 ** get_address_of_m_DicPtrCallServer_0() { return &___m_DicPtrCallServer_0; } inline void set_m_DicPtrCallServer_0(Dictionary_2_t895143331 * value) { ___m_DicPtrCallServer_0 = value; Il2CppCodeGenWriteBarrier((&___m_DicPtrCallServer_0), value); } }; struct CServerSimulator_t2819548284_StaticFields { public: // DMCore.Logic.CServerSimulator/stWinerRole DMCore.Logic.CServerSimulator::m_Winer stWinerRole_t218468379 * ___m_Winer_1; // DMCore.Logic.CServerSimulator/stWinerRole DMCore.Logic.CServerSimulator::m_SliverWiner stWinerRole_t218468379 * ___m_SliverWiner_2; // System.Boolean DMCore.Logic.CServerSimulator::m_IsFirstTime bool ___m_IsFirstTime_3; // DMCore.Logic.CServerSimulator/On2ServerMsg DMCore.Logic.CServerSimulator::<>f__mg$cache0 On2ServerMsg_t2006430000 * ___U3CU3Ef__mgU24cache0_4; // DMCore.Logic.CServerSimulator/On2ServerMsg DMCore.Logic.CServerSimulator::<>f__mg$cache1 On2ServerMsg_t2006430000 * ___U3CU3Ef__mgU24cache1_5; // DMCore.Logic.CServerSimulator/On2ServerMsg DMCore.Logic.CServerSimulator::<>f__mg$cache2 On2ServerMsg_t2006430000 * ___U3CU3Ef__mgU24cache2_6; // DMCore.Logic.CServerSimulator/On2ServerMsg DMCore.Logic.CServerSimulator::<>f__mg$cache3 On2ServerMsg_t2006430000 * ___U3CU3Ef__mgU24cache3_7; // DMCore.Logic.CServerSimulator/On2ServerMsg DMCore.Logic.CServerSimulator::<>f__mg$cache4 On2ServerMsg_t2006430000 * ___U3CU3Ef__mgU24cache4_8; public: inline static int32_t get_offset_of_m_Winer_1() { return static_cast(offsetof(CServerSimulator_t2819548284_StaticFields, ___m_Winer_1)); } inline stWinerRole_t218468379 * get_m_Winer_1() const { return ___m_Winer_1; } inline stWinerRole_t218468379 ** get_address_of_m_Winer_1() { return &___m_Winer_1; } inline void set_m_Winer_1(stWinerRole_t218468379 * value) { ___m_Winer_1 = value; Il2CppCodeGenWriteBarrier((&___m_Winer_1), value); } inline static int32_t get_offset_of_m_SliverWiner_2() { return static_cast(offsetof(CServerSimulator_t2819548284_StaticFields, ___m_SliverWiner_2)); } inline stWinerRole_t218468379 * get_m_SliverWiner_2() const { return ___m_SliverWiner_2; } inline stWinerRole_t218468379 ** get_address_of_m_SliverWiner_2() { return &___m_SliverWiner_2; } inline void set_m_SliverWiner_2(stWinerRole_t218468379 * value) { ___m_SliverWiner_2 = value; Il2CppCodeGenWriteBarrier((&___m_SliverWiner_2), value); } inline static int32_t get_offset_of_m_IsFirstTime_3() { return static_cast(offsetof(CServerSimulator_t2819548284_StaticFields, ___m_IsFirstTime_3)); } inline bool get_m_IsFirstTime_3() const { return ___m_IsFirstTime_3; } inline bool* get_address_of_m_IsFirstTime_3() { return &___m_IsFirstTime_3; } inline void set_m_IsFirstTime_3(bool value) { ___m_IsFirstTime_3 = value; } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_4() { return static_cast(offsetof(CServerSimulator_t2819548284_StaticFields, ___U3CU3Ef__mgU24cache0_4)); } inline On2ServerMsg_t2006430000 * get_U3CU3Ef__mgU24cache0_4() const { return ___U3CU3Ef__mgU24cache0_4; } inline On2ServerMsg_t2006430000 ** get_address_of_U3CU3Ef__mgU24cache0_4() { return &___U3CU3Ef__mgU24cache0_4; } inline void set_U3CU3Ef__mgU24cache0_4(On2ServerMsg_t2006430000 * value) { ___U3CU3Ef__mgU24cache0_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_4), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_5() { return static_cast(offsetof(CServerSimulator_t2819548284_StaticFields, ___U3CU3Ef__mgU24cache1_5)); } inline On2ServerMsg_t2006430000 * get_U3CU3Ef__mgU24cache1_5() const { return ___U3CU3Ef__mgU24cache1_5; } inline On2ServerMsg_t2006430000 ** get_address_of_U3CU3Ef__mgU24cache1_5() { return &___U3CU3Ef__mgU24cache1_5; } inline void set_U3CU3Ef__mgU24cache1_5(On2ServerMsg_t2006430000 * value) { ___U3CU3Ef__mgU24cache1_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_5), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_6() { return static_cast(offsetof(CServerSimulator_t2819548284_StaticFields, ___U3CU3Ef__mgU24cache2_6)); } inline On2ServerMsg_t2006430000 * get_U3CU3Ef__mgU24cache2_6() const { return ___U3CU3Ef__mgU24cache2_6; } inline On2ServerMsg_t2006430000 ** get_address_of_U3CU3Ef__mgU24cache2_6() { return &___U3CU3Ef__mgU24cache2_6; } inline void set_U3CU3Ef__mgU24cache2_6(On2ServerMsg_t2006430000 * value) { ___U3CU3Ef__mgU24cache2_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_6), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_7() { return static_cast(offsetof(CServerSimulator_t2819548284_StaticFields, ___U3CU3Ef__mgU24cache3_7)); } inline On2ServerMsg_t2006430000 * get_U3CU3Ef__mgU24cache3_7() const { return ___U3CU3Ef__mgU24cache3_7; } inline On2ServerMsg_t2006430000 ** get_address_of_U3CU3Ef__mgU24cache3_7() { return &___U3CU3Ef__mgU24cache3_7; } inline void set_U3CU3Ef__mgU24cache3_7(On2ServerMsg_t2006430000 * value) { ___U3CU3Ef__mgU24cache3_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_8() { return static_cast(offsetof(CServerSimulator_t2819548284_StaticFields, ___U3CU3Ef__mgU24cache4_8)); } inline On2ServerMsg_t2006430000 * get_U3CU3Ef__mgU24cache4_8() const { return ___U3CU3Ef__mgU24cache4_8; } inline On2ServerMsg_t2006430000 ** get_address_of_U3CU3Ef__mgU24cache4_8() { return &___U3CU3Ef__mgU24cache4_8; } inline void set_U3CU3Ef__mgU24cache4_8(On2ServerMsg_t2006430000 * value) { ___U3CU3Ef__mgU24cache4_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSERVERSIMULATOR_T2819548284_H #ifndef DICTIONARY_2_T1077746168_H #define DICTIONARY_2_T1077746168_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_t1077746168 : 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 stPassedInfoU5BU5D_t4037806792* ___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_t1077746168, ___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_t1077746168, ___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_t1077746168, ___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_t1077746168, ___valueSlots_7)); } inline stPassedInfoU5BU5D_t4037806792* get_valueSlots_7() const { return ___valueSlots_7; } inline stPassedInfoU5BU5D_t4037806792** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(stPassedInfoU5BU5D_t4037806792* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1077746168, ___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_t1077746168, ___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_t1077746168, ___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_t1077746168, ___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_t1077746168, ___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_t1077746168, ___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_t1077746168, ___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_t1077746168_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3642145636 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1077746168_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3642145636 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3642145636 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3642145636 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1077746168_H #ifndef DICTIONARY_2_T4033884959_H #define DICTIONARY_2_T4033884959_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_t4033884959 : 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 CPveStageU5BU5D_t3596827941* ___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_t4033884959, ___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_t4033884959, ___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_t4033884959, ___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_t4033884959, ___valueSlots_7)); } inline CPveStageU5BU5D_t3596827941* get_valueSlots_7() const { return ___valueSlots_7; } inline CPveStageU5BU5D_t3596827941** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CPveStageU5BU5D_t3596827941* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t4033884959, ___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_t4033884959, ___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_t4033884959, ___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_t4033884959, ___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_t4033884959, ___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_t4033884959, ___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_t4033884959, ___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_t4033884959_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3201166785 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t4033884959_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3201166785 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3201166785 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3201166785 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T4033884959_H #ifndef DICTIONARY_2_T3693168236_H #define DICTIONARY_2_T3693168236_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_t3693168236 : 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 SectionCfgU5BU5D_t3393681924* ___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_t3693168236, ___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_t3693168236, ___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_t3693168236, ___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_t3693168236, ___valueSlots_7)); } inline SectionCfgU5BU5D_t3393681924* get_valueSlots_7() const { return ___valueSlots_7; } inline SectionCfgU5BU5D_t3393681924** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(SectionCfgU5BU5D_t3393681924* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3693168236, ___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_t3693168236, ___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_t3693168236, ___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_t3693168236, ___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_t3693168236, ___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_t3693168236, ___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_t3693168236, ___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_t3693168236_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2998020768 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3693168236_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2998020768 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2998020768 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2998020768 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3693168236_H #ifndef LIST_1_T2605080770_H #define LIST_1_T2605080770_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_t2605080770 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SectionImageU5BU5D_t1433062021* ____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_t2605080770, ____items_1)); } inline SectionImageU5BU5D_t1433062021* get__items_1() const { return ____items_1; } inline SectionImageU5BU5D_t1433062021** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SectionImageU5BU5D_t1433062021* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2605080770, ____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_t2605080770, ____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_t2605080770_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray SectionImageU5BU5D_t1433062021* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2605080770_StaticFields, ___EmptyArray_4)); } inline SectionImageU5BU5D_t1433062021* get_EmptyArray_4() const { return ___EmptyArray_4; } inline SectionImageU5BU5D_t1433062021** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(SectionImageU5BU5D_t1433062021* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2605080770_H #ifndef COUPLEWALLMANAGER_T3934997805_H #define COUPLEWALLMANAGER_T3934997805_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CoupleWallManager struct CoupleWallManager_t3934997805 : public RuntimeObject { public: // DMCore.Logic.CoupleWallInfoUnit DMCore.Logic.CoupleWallManager::k__BackingField CoupleWallInfoUnit_t2257658563 * ___U3CCurCheckedPublicDetailU3Ek__BackingField_0; // DMCore.Logic.MessageLogInfoUnit DMCore.Logic.CoupleWallManager::k__BackingField MessageLogInfoUnit_t4080848674 * ___U3CCurCheckedMessageLogDetailU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CoupleWallManager::k__BackingField int32_t ___U3CCurCoupleWallInfoIndexU3Ek__BackingField_2; // System.Int64 DMCore.Logic.CoupleWallManager::k__BackingField int64_t ___U3CcurExpressTargetUserIDU3Ek__BackingField_3; // DMCore.Logic.CoupleWallManager/FreshCoupleWallPublishVoiceBtn DMCore.Logic.CoupleWallManager::k__BackingField FreshCoupleWallPublishVoiceBtn_t2594402265 * ___U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4; // DMCore.Logic.CoupleWallManager/FreshCoupleWallExpressVoiceBtn DMCore.Logic.CoupleWallManager::k__BackingField FreshCoupleWallExpressVoiceBtn_t1937708699 * ___U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5; // DMCore.Logic.CoupleWallManager/OnCoupleWallPublishVoiceCallBack DMCore.Logic.CoupleWallManager::k__BackingField OnCoupleWallPublishVoiceCallBack_t73764237 * ___U3CCurPublishVoiceCallBackU3Ek__BackingField_6; // DMCore.Logic.CoupleWallManager/OnCoupleWallExpressVoiceCallBack DMCore.Logic.CoupleWallManager::k__BackingField OnCoupleWallExpressVoiceCallBack_t773215007 * ___U3CCurExpressVoiceCallBackU3Ek__BackingField_7; // CDataModelMap DMCore.Logic.CoupleWallManager::m_coupleWallDataMap CDataModelMap_t1093164792 * ___m_coupleWallDataMap_9; // CDataModelList DMCore.Logic.CoupleWallManager::m_messgaeLogDataList CDataModelList_t1133308508 * ___m_messgaeLogDataList_10; // CDataModelBool DMCore.Logic.CoupleWallManager::m_needFreshCoupleWallUI CDataModelBool_t2269476966 * ___m_needFreshCoupleWallUI_11; // CDataModelBool DMCore.Logic.CoupleWallManager::m_needFreshMessageLogUI CDataModelBool_t2269476966 * ___m_needFreshMessageLogUI_12; public: inline static int32_t get_offset_of_U3CCurCheckedPublicDetailU3Ek__BackingField_0() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CCurCheckedPublicDetailU3Ek__BackingField_0)); } inline CoupleWallInfoUnit_t2257658563 * get_U3CCurCheckedPublicDetailU3Ek__BackingField_0() const { return ___U3CCurCheckedPublicDetailU3Ek__BackingField_0; } inline CoupleWallInfoUnit_t2257658563 ** get_address_of_U3CCurCheckedPublicDetailU3Ek__BackingField_0() { return &___U3CCurCheckedPublicDetailU3Ek__BackingField_0; } inline void set_U3CCurCheckedPublicDetailU3Ek__BackingField_0(CoupleWallInfoUnit_t2257658563 * value) { ___U3CCurCheckedPublicDetailU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CCurCheckedPublicDetailU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CCurCheckedMessageLogDetailU3Ek__BackingField_1() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CCurCheckedMessageLogDetailU3Ek__BackingField_1)); } inline MessageLogInfoUnit_t4080848674 * get_U3CCurCheckedMessageLogDetailU3Ek__BackingField_1() const { return ___U3CCurCheckedMessageLogDetailU3Ek__BackingField_1; } inline MessageLogInfoUnit_t4080848674 ** get_address_of_U3CCurCheckedMessageLogDetailU3Ek__BackingField_1() { return &___U3CCurCheckedMessageLogDetailU3Ek__BackingField_1; } inline void set_U3CCurCheckedMessageLogDetailU3Ek__BackingField_1(MessageLogInfoUnit_t4080848674 * value) { ___U3CCurCheckedMessageLogDetailU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CCurCheckedMessageLogDetailU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CCurCoupleWallInfoIndexU3Ek__BackingField_2() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CCurCoupleWallInfoIndexU3Ek__BackingField_2)); } inline int32_t get_U3CCurCoupleWallInfoIndexU3Ek__BackingField_2() const { return ___U3CCurCoupleWallInfoIndexU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CCurCoupleWallInfoIndexU3Ek__BackingField_2() { return &___U3CCurCoupleWallInfoIndexU3Ek__BackingField_2; } inline void set_U3CCurCoupleWallInfoIndexU3Ek__BackingField_2(int32_t value) { ___U3CCurCoupleWallInfoIndexU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CcurExpressTargetUserIDU3Ek__BackingField_3() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CcurExpressTargetUserIDU3Ek__BackingField_3)); } inline int64_t get_U3CcurExpressTargetUserIDU3Ek__BackingField_3() const { return ___U3CcurExpressTargetUserIDU3Ek__BackingField_3; } inline int64_t* get_address_of_U3CcurExpressTargetUserIDU3Ek__BackingField_3() { return &___U3CcurExpressTargetUserIDU3Ek__BackingField_3; } inline void set_U3CcurExpressTargetUserIDU3Ek__BackingField_3(int64_t value) { ___U3CcurExpressTargetUserIDU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4)); } inline FreshCoupleWallPublishVoiceBtn_t2594402265 * get_U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4() const { return ___U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4; } inline FreshCoupleWallPublishVoiceBtn_t2594402265 ** get_address_of_U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4() { return &___U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4; } inline void set_U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4(FreshCoupleWallPublishVoiceBtn_t2594402265 * value) { ___U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5)); } inline FreshCoupleWallExpressVoiceBtn_t1937708699 * get_U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5() const { return ___U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5; } inline FreshCoupleWallExpressVoiceBtn_t1937708699 ** get_address_of_U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5() { return &___U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5; } inline void set_U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5(FreshCoupleWallExpressVoiceBtn_t1937708699 * value) { ___U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((&___U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5), value); } inline static int32_t get_offset_of_U3CCurPublishVoiceCallBackU3Ek__BackingField_6() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CCurPublishVoiceCallBackU3Ek__BackingField_6)); } inline OnCoupleWallPublishVoiceCallBack_t73764237 * get_U3CCurPublishVoiceCallBackU3Ek__BackingField_6() const { return ___U3CCurPublishVoiceCallBackU3Ek__BackingField_6; } inline OnCoupleWallPublishVoiceCallBack_t73764237 ** get_address_of_U3CCurPublishVoiceCallBackU3Ek__BackingField_6() { return &___U3CCurPublishVoiceCallBackU3Ek__BackingField_6; } inline void set_U3CCurPublishVoiceCallBackU3Ek__BackingField_6(OnCoupleWallPublishVoiceCallBack_t73764237 * value) { ___U3CCurPublishVoiceCallBackU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CCurPublishVoiceCallBackU3Ek__BackingField_6), value); } inline static int32_t get_offset_of_U3CCurExpressVoiceCallBackU3Ek__BackingField_7() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___U3CCurExpressVoiceCallBackU3Ek__BackingField_7)); } inline OnCoupleWallExpressVoiceCallBack_t773215007 * get_U3CCurExpressVoiceCallBackU3Ek__BackingField_7() const { return ___U3CCurExpressVoiceCallBackU3Ek__BackingField_7; } inline OnCoupleWallExpressVoiceCallBack_t773215007 ** get_address_of_U3CCurExpressVoiceCallBackU3Ek__BackingField_7() { return &___U3CCurExpressVoiceCallBackU3Ek__BackingField_7; } inline void set_U3CCurExpressVoiceCallBackU3Ek__BackingField_7(OnCoupleWallExpressVoiceCallBack_t773215007 * value) { ___U3CCurExpressVoiceCallBackU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((&___U3CCurExpressVoiceCallBackU3Ek__BackingField_7), value); } inline static int32_t get_offset_of_m_coupleWallDataMap_9() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___m_coupleWallDataMap_9)); } inline CDataModelMap_t1093164792 * get_m_coupleWallDataMap_9() const { return ___m_coupleWallDataMap_9; } inline CDataModelMap_t1093164792 ** get_address_of_m_coupleWallDataMap_9() { return &___m_coupleWallDataMap_9; } inline void set_m_coupleWallDataMap_9(CDataModelMap_t1093164792 * value) { ___m_coupleWallDataMap_9 = value; Il2CppCodeGenWriteBarrier((&___m_coupleWallDataMap_9), value); } inline static int32_t get_offset_of_m_messgaeLogDataList_10() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___m_messgaeLogDataList_10)); } inline CDataModelList_t1133308508 * get_m_messgaeLogDataList_10() const { return ___m_messgaeLogDataList_10; } inline CDataModelList_t1133308508 ** get_address_of_m_messgaeLogDataList_10() { return &___m_messgaeLogDataList_10; } inline void set_m_messgaeLogDataList_10(CDataModelList_t1133308508 * value) { ___m_messgaeLogDataList_10 = value; Il2CppCodeGenWriteBarrier((&___m_messgaeLogDataList_10), value); } inline static int32_t get_offset_of_m_needFreshCoupleWallUI_11() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___m_needFreshCoupleWallUI_11)); } inline CDataModelBool_t2269476966 * get_m_needFreshCoupleWallUI_11() const { return ___m_needFreshCoupleWallUI_11; } inline CDataModelBool_t2269476966 ** get_address_of_m_needFreshCoupleWallUI_11() { return &___m_needFreshCoupleWallUI_11; } inline void set_m_needFreshCoupleWallUI_11(CDataModelBool_t2269476966 * value) { ___m_needFreshCoupleWallUI_11 = value; Il2CppCodeGenWriteBarrier((&___m_needFreshCoupleWallUI_11), value); } inline static int32_t get_offset_of_m_needFreshMessageLogUI_12() { return static_cast(offsetof(CoupleWallManager_t3934997805, ___m_needFreshMessageLogUI_12)); } inline CDataModelBool_t2269476966 * get_m_needFreshMessageLogUI_12() const { return ___m_needFreshMessageLogUI_12; } inline CDataModelBool_t2269476966 ** get_address_of_m_needFreshMessageLogUI_12() { return &___m_needFreshMessageLogUI_12; } inline void set_m_needFreshMessageLogUI_12(CDataModelBool_t2269476966 * value) { ___m_needFreshMessageLogUI_12 = value; Il2CppCodeGenWriteBarrier((&___m_needFreshMessageLogUI_12), value); } }; struct CoupleWallManager_t3934997805_StaticFields { public: // DMCore.Logic.CoupleWallManager DMCore.Logic.CoupleWallManager::s_instance CoupleWallManager_t3934997805 * ___s_instance_8; public: inline static int32_t get_offset_of_s_instance_8() { return static_cast(offsetof(CoupleWallManager_t3934997805_StaticFields, ___s_instance_8)); } inline CoupleWallManager_t3934997805 * get_s_instance_8() const { return ___s_instance_8; } inline CoupleWallManager_t3934997805 ** get_address_of_s_instance_8() { return &___s_instance_8; } inline void set_s_instance_8(CoupleWallManager_t3934997805 * value) { ___s_instance_8 = value; Il2CppCodeGenWriteBarrier((&___s_instance_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COUPLEWALLMANAGER_T3934997805_H #ifndef DICTIONARY_2_T3770330557_H #define DICTIONARY_2_T3770330557_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_t3770330557 : 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 chapterImageU5BU5D_t2382241359* ___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_t3770330557, ___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_t3770330557, ___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_t3770330557, ___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_t3770330557, ___valueSlots_7)); } inline chapterImageU5BU5D_t2382241359* get_valueSlots_7() const { return ___valueSlots_7; } inline chapterImageU5BU5D_t2382241359** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(chapterImageU5BU5D_t2382241359* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3770330557, ___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_t3770330557, ___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_t3770330557, ___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_t3770330557, ___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_t3770330557, ___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_t3770330557, ___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_t3770330557, ___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_t3770330557_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1986580203 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3770330557_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1986580203 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1986580203 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1986580203 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3770330557_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 MESSAGELOGINFOUNIT_T4080848674_H #define MESSAGELOGINFOUNIT_T4080848674_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MessageLogInfoUnit struct MessageLogInfoUnit_t4080848674 : public RuntimeObject { public: // System.Int64 DMCore.Logic.MessageLogInfoUnit::userID int64_t ___userID_0; // System.String DMCore.Logic.MessageLogInfoUnit::userName String_t* ___userName_1; // System.String DMCore.Logic.MessageLogInfoUnit::context String_t* ___context_2; // System.Int32 DMCore.Logic.MessageLogInfoUnit::voice_length int32_t ___voice_length_3; // System.String DMCore.Logic.MessageLogInfoUnit::voice_url String_t* ___voice_url_4; // System.Int32 DMCore.Logic.MessageLogInfoUnit::process int32_t ___process_5; // System.Int32 DMCore.Logic.MessageLogInfoUnit::userLevel int32_t ___userLevel_6; // System.Int64 DMCore.Logic.MessageLogInfoUnit::photoID int64_t ___photoID_7; // System.Int32 DMCore.Logic.MessageLogInfoUnit::sexID int32_t ___sexID_8; // System.Int32 DMCore.Logic.MessageLogInfoUnit::vipLevel int32_t ___vipLevel_9; // System.Int32 DMCore.Logic.MessageLogInfoUnit::state int32_t ___state_10; // System.Int64 DMCore.Logic.MessageLogInfoUnit::restTime int64_t ___restTime_11; public: inline static int32_t get_offset_of_userID_0() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___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_userName_1() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___userName_1)); } inline String_t* get_userName_1() const { return ___userName_1; } inline String_t** get_address_of_userName_1() { return &___userName_1; } inline void set_userName_1(String_t* value) { ___userName_1 = value; Il2CppCodeGenWriteBarrier((&___userName_1), value); } inline static int32_t get_offset_of_context_2() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___context_2)); } inline String_t* get_context_2() const { return ___context_2; } inline String_t** get_address_of_context_2() { return &___context_2; } inline void set_context_2(String_t* value) { ___context_2 = value; Il2CppCodeGenWriteBarrier((&___context_2), value); } inline static int32_t get_offset_of_voice_length_3() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___voice_length_3)); } inline int32_t get_voice_length_3() const { return ___voice_length_3; } inline int32_t* get_address_of_voice_length_3() { return &___voice_length_3; } inline void set_voice_length_3(int32_t value) { ___voice_length_3 = value; } inline static int32_t get_offset_of_voice_url_4() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___voice_url_4)); } inline String_t* get_voice_url_4() const { return ___voice_url_4; } inline String_t** get_address_of_voice_url_4() { return &___voice_url_4; } inline void set_voice_url_4(String_t* value) { ___voice_url_4 = value; Il2CppCodeGenWriteBarrier((&___voice_url_4), value); } inline static int32_t get_offset_of_process_5() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___process_5)); } inline int32_t get_process_5() const { return ___process_5; } inline int32_t* get_address_of_process_5() { return &___process_5; } inline void set_process_5(int32_t value) { ___process_5 = value; } inline static int32_t get_offset_of_userLevel_6() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___userLevel_6)); } inline int32_t get_userLevel_6() const { return ___userLevel_6; } inline int32_t* get_address_of_userLevel_6() { return &___userLevel_6; } inline void set_userLevel_6(int32_t value) { ___userLevel_6 = value; } inline static int32_t get_offset_of_photoID_7() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___photoID_7)); } inline int64_t get_photoID_7() const { return ___photoID_7; } inline int64_t* get_address_of_photoID_7() { return &___photoID_7; } inline void set_photoID_7(int64_t value) { ___photoID_7 = value; } inline static int32_t get_offset_of_sexID_8() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___sexID_8)); } inline int32_t get_sexID_8() const { return ___sexID_8; } inline int32_t* get_address_of_sexID_8() { return &___sexID_8; } inline void set_sexID_8(int32_t value) { ___sexID_8 = value; } inline static int32_t get_offset_of_vipLevel_9() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___vipLevel_9)); } inline int32_t get_vipLevel_9() const { return ___vipLevel_9; } inline int32_t* get_address_of_vipLevel_9() { return &___vipLevel_9; } inline void set_vipLevel_9(int32_t value) { ___vipLevel_9 = value; } inline static int32_t get_offset_of_state_10() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___state_10)); } inline int32_t get_state_10() const { return ___state_10; } inline int32_t* get_address_of_state_10() { return &___state_10; } inline void set_state_10(int32_t value) { ___state_10 = value; } inline static int32_t get_offset_of_restTime_11() { return static_cast(offsetof(MessageLogInfoUnit_t4080848674, ___restTime_11)); } inline int64_t get_restTime_11() const { return ___restTime_11; } inline int64_t* get_address_of_restTime_11() { return &___restTime_11; } inline void set_restTime_11(int64_t value) { ___restTime_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESSAGELOGINFOUNIT_T4080848674_H #ifndef DICTIONARY_2_T3311957831_H #define DICTIONARY_2_T3311957831_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_t3311957831 : 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 ActionConfigGroupU5BU5D_t284613469* ___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_t3311957831, ___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_t3311957831, ___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_t3311957831, ___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_t3311957831, ___valueSlots_7)); } inline ActionConfigGroupU5BU5D_t284613469* get_valueSlots_7() const { return ___valueSlots_7; } inline ActionConfigGroupU5BU5D_t284613469** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ActionConfigGroupU5BU5D_t284613469* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3311957831, ___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_t3311957831, ___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_t3311957831, ___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_t3311957831, ___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_t3311957831, ___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_t3311957831, ___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_t3311957831, ___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_t3311957831_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4183919609 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3311957831_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4183919609 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4183919609 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4183919609 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3311957831_H #ifndef SECTIONCFG_T509487609_H #define SECTIONCFG_T509487609_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveManager/SectionCfg struct SectionCfg_t509487609 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPveManager/SectionCfg::_id int32_t ____id_0; // System.Int32 DMCore.Logic.CPveManager/SectionCfg::_count int32_t ____count_1; // System.String DMCore.Logic.CPveManager/SectionCfg::_name String_t* ____name_2; public: inline static int32_t get_offset_of__id_0() { return static_cast(offsetof(SectionCfg_t509487609, ____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__count_1() { return static_cast(offsetof(SectionCfg_t509487609, ____count_1)); } inline int32_t get__count_1() const { return ____count_1; } inline int32_t* get_address_of__count_1() { return &____count_1; } inline void set__count_1(int32_t value) { ____count_1 = value; } inline static int32_t get_offset_of__name_2() { return static_cast(offsetof(SectionCfg_t509487609, ____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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECTIONCFG_T509487609_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 CNOTICESHOPMANAGER_T2164620959_H #define CNOTICESHOPMANAGER_T2164620959_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CNoticeShopManager struct CNoticeShopManager_t2164620959 : public RuntimeObject { public: // DMCore.Logic.CNoticeShopManager/OnShopListChanged DMCore.Logic.CNoticeShopManager::ShopListChanged OnShopListChanged_t1193369625 * ___ShopListChanged_0; // CDataModelList DMCore.Logic.CNoticeShopManager::m_shopData CDataModelList_t1133308508 * ___m_shopData_2; // System.Collections.Generic.List`1 DMCore.Logic.CNoticeShopManager::m_shopList List_1_t1561081024 * ___m_shopList_3; public: inline static int32_t get_offset_of_ShopListChanged_0() { return static_cast(offsetof(CNoticeShopManager_t2164620959, ___ShopListChanged_0)); } inline OnShopListChanged_t1193369625 * get_ShopListChanged_0() const { return ___ShopListChanged_0; } inline OnShopListChanged_t1193369625 ** get_address_of_ShopListChanged_0() { return &___ShopListChanged_0; } inline void set_ShopListChanged_0(OnShopListChanged_t1193369625 * value) { ___ShopListChanged_0 = value; Il2CppCodeGenWriteBarrier((&___ShopListChanged_0), value); } inline static int32_t get_offset_of_m_shopData_2() { return static_cast(offsetof(CNoticeShopManager_t2164620959, ___m_shopData_2)); } inline CDataModelList_t1133308508 * get_m_shopData_2() const { return ___m_shopData_2; } inline CDataModelList_t1133308508 ** get_address_of_m_shopData_2() { return &___m_shopData_2; } inline void set_m_shopData_2(CDataModelList_t1133308508 * value) { ___m_shopData_2 = value; Il2CppCodeGenWriteBarrier((&___m_shopData_2), value); } inline static int32_t get_offset_of_m_shopList_3() { return static_cast(offsetof(CNoticeShopManager_t2164620959, ___m_shopList_3)); } inline List_1_t1561081024 * get_m_shopList_3() const { return ___m_shopList_3; } inline List_1_t1561081024 ** get_address_of_m_shopList_3() { return &___m_shopList_3; } inline void set_m_shopList_3(List_1_t1561081024 * value) { ___m_shopList_3 = value; Il2CppCodeGenWriteBarrier((&___m_shopList_3), value); } }; struct CNoticeShopManager_t2164620959_StaticFields { public: // DMCore.Logic.CNoticeShopManager DMCore.Logic.CNoticeShopManager::m_Instance CNoticeShopManager_t2164620959 * ___m_Instance_1; public: inline static int32_t get_offset_of_m_Instance_1() { return static_cast(offsetof(CNoticeShopManager_t2164620959_StaticFields, ___m_Instance_1)); } inline CNoticeShopManager_t2164620959 * get_m_Instance_1() const { return ___m_Instance_1; } inline CNoticeShopManager_t2164620959 ** get_address_of_m_Instance_1() { return &___m_Instance_1; } inline void set_m_Instance_1(CNoticeShopManager_t2164620959 * value) { ___m_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNOTICESHOPMANAGER_T2164620959_H #ifndef U3CGETCONFIGUNITFROMLISTU3EC__ANONSTOREY0_T2816068747_H #define U3CGETCONFIGUNITFROMLISTU3EC__ANONSTOREY0_T2816068747_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetActionConfig/ActionConfigGroup/c__AnonStorey0 struct U3CGetConfigUnitFromListU3Ec__AnonStorey0_t2816068747 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetActionConfig/ActionConfigGroup/c__AnonStorey0::actionID int32_t ___actionID_0; public: inline static int32_t get_offset_of_actionID_0() { return static_cast(offsetof(U3CGetConfigUnitFromListU3Ec__AnonStorey0_t2816068747, ___actionID_0)); } inline int32_t get_actionID_0() const { return ___actionID_0; } inline int32_t* get_address_of_actionID_0() { return &___actionID_0; } inline void set_actionID_0(int32_t value) { ___actionID_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETCONFIGUNITFROMLISTU3EC__ANONSTOREY0_T2816068747_H #ifndef LIST_1_T316234572_H #define LIST_1_T316234572_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_t316234572 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ActionConfigUnitU5BU5D_t1702261395* ____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_t316234572, ____items_1)); } inline ActionConfigUnitU5BU5D_t1702261395* get__items_1() const { return ____items_1; } inline ActionConfigUnitU5BU5D_t1702261395** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ActionConfigUnitU5BU5D_t1702261395* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t316234572, ____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_t316234572, ____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_t316234572_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ActionConfigUnitU5BU5D_t1702261395* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t316234572_StaticFields, ___EmptyArray_4)); } inline ActionConfigUnitU5BU5D_t1702261395* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ActionConfigUnitU5BU5D_t1702261395** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ActionConfigUnitU5BU5D_t1702261395* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T316234572_H #ifndef NOTICETASK_T2932161791_H #define NOTICETASK_T2932161791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.NoticeTask struct NoticeTask_t2932161791 : public RuntimeObject { public: // System.Int32 DMCore.Logic.NoticeTask::mainTaskID int32_t ___mainTaskID_0; // System.Int32 DMCore.Logic.NoticeTask::mainTaskLV int32_t ___mainTaskLV_1; // System.Int32 DMCore.Logic.NoticeTask::currentEXP int32_t ___currentEXP_2; // System.Int32 DMCore.Logic.NoticeTask::maxEXP int32_t ___maxEXP_3; // System.Boolean DMCore.Logic.NoticeTask::bunlock bool ___bunlock_4; // System.Int32 DMCore.Logic.NoticeTask::unlockLevel int32_t ___unlockLevel_5; public: inline static int32_t get_offset_of_mainTaskID_0() { return static_cast(offsetof(NoticeTask_t2932161791, ___mainTaskID_0)); } inline int32_t get_mainTaskID_0() const { return ___mainTaskID_0; } inline int32_t* get_address_of_mainTaskID_0() { return &___mainTaskID_0; } inline void set_mainTaskID_0(int32_t value) { ___mainTaskID_0 = value; } inline static int32_t get_offset_of_mainTaskLV_1() { return static_cast(offsetof(NoticeTask_t2932161791, ___mainTaskLV_1)); } inline int32_t get_mainTaskLV_1() const { return ___mainTaskLV_1; } inline int32_t* get_address_of_mainTaskLV_1() { return &___mainTaskLV_1; } inline void set_mainTaskLV_1(int32_t value) { ___mainTaskLV_1 = value; } inline static int32_t get_offset_of_currentEXP_2() { return static_cast(offsetof(NoticeTask_t2932161791, ___currentEXP_2)); } inline int32_t get_currentEXP_2() const { return ___currentEXP_2; } inline int32_t* get_address_of_currentEXP_2() { return &___currentEXP_2; } inline void set_currentEXP_2(int32_t value) { ___currentEXP_2 = value; } inline static int32_t get_offset_of_maxEXP_3() { return static_cast(offsetof(NoticeTask_t2932161791, ___maxEXP_3)); } inline int32_t get_maxEXP_3() const { return ___maxEXP_3; } inline int32_t* get_address_of_maxEXP_3() { return &___maxEXP_3; } inline void set_maxEXP_3(int32_t value) { ___maxEXP_3 = value; } inline static int32_t get_offset_of_bunlock_4() { return static_cast(offsetof(NoticeTask_t2932161791, ___bunlock_4)); } inline bool get_bunlock_4() const { return ___bunlock_4; } inline bool* get_address_of_bunlock_4() { return &___bunlock_4; } inline void set_bunlock_4(bool value) { ___bunlock_4 = value; } inline static int32_t get_offset_of_unlockLevel_5() { return static_cast(offsetof(NoticeTask_t2932161791, ___unlockLevel_5)); } inline int32_t get_unlockLevel_5() const { return ___unlockLevel_5; } inline int32_t* get_address_of_unlockLevel_5() { return &___unlockLevel_5; } inline void set_unlockLevel_5(int32_t value) { ___unlockLevel_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTICETASK_T2932161791_H #ifndef U3CSETPVEATLASU3EC__ANONSTOREY0_T266185308_H #define U3CSETPVEATLASU3EC__ANONSTOREY0_T266185308_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveManager/c__AnonStorey0 struct U3CSetPveAtlasU3Ec__AnonStorey0_t266185308 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPveManager/c__AnonStorey0::id int32_t ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(U3CSetPveAtlasU3Ec__AnonStorey0_t266185308, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CSETPVEATLASU3EC__ANONSTOREY0_T266185308_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 DICTIONARY_2_T3682058863_H #define DICTIONARY_2_T3682058863_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_t3682058863 : 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 CPVEAwardU5BU5D_t1655404181* ___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_t3682058863, ___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_t3682058863, ___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_t3682058863, ___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_t3682058863, ___valueSlots_7)); } inline CPVEAwardU5BU5D_t1655404181* get_valueSlots_7() const { return ___valueSlots_7; } inline CPVEAwardU5BU5D_t1655404181** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CPVEAwardU5BU5D_t1655404181* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3682058863, ___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_t3682058863, ___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_t3682058863, ___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_t3682058863, ___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_t3682058863, ___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_t3682058863, ___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_t3682058863, ___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_t3682058863_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1259743025 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3682058863_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1259743025 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1259743025 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1259743025 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3682058863_H #ifndef CAWARDLIST_T4094041907_H #define CAWARDLIST_T4094041907_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAwardList struct CAwardList_t4094041907 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CAwardList::m_AwardList List_1_t3149535657 * ___m_AwardList_0; public: inline static int32_t get_offset_of_m_AwardList_0() { return static_cast(offsetof(CAwardList_t4094041907, ___m_AwardList_0)); } inline List_1_t3149535657 * get_m_AwardList_0() const { return ___m_AwardList_0; } inline List_1_t3149535657 ** get_address_of_m_AwardList_0() { return &___m_AwardList_0; } inline void set_m_AwardList_0(List_1_t3149535657 * value) { ___m_AwardList_0 = value; Il2CppCodeGenWriteBarrier((&___m_AwardList_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAWARDLIST_T4094041907_H #ifndef PETACTIONGROUP_T1314741595_H #define PETACTIONGROUP_T1314741595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetActionLib/PetActionGroup struct PetActionGroup_t1314741595 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CPetActionLib/PetActionGroup::actionList List_1_t3603583796 * ___actionList_0; public: inline static int32_t get_offset_of_actionList_0() { return static_cast(offsetof(PetActionGroup_t1314741595, ___actionList_0)); } inline List_1_t3603583796 * get_actionList_0() const { return ___actionList_0; } inline List_1_t3603583796 ** get_address_of_actionList_0() { return &___actionList_0; } inline void set_actionList_0(List_1_t3603583796 * value) { ___actionList_0 = value; Il2CppCodeGenWriteBarrier((&___actionList_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETACTIONGROUP_T1314741595_H #ifndef LIST_1_T3149535657_H #define LIST_1_T3149535657_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_t3149535657 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CAwardItemU5BU5D_t688006690* ____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_t3149535657, ____items_1)); } inline CAwardItemU5BU5D_t688006690* get__items_1() const { return ____items_1; } inline CAwardItemU5BU5D_t688006690** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CAwardItemU5BU5D_t688006690* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3149535657, ____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_t3149535657, ____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_t3149535657_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CAwardItemU5BU5D_t688006690* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3149535657_StaticFields, ___EmptyArray_4)); } inline CAwardItemU5BU5D_t688006690* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CAwardItemU5BU5D_t688006690** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CAwardItemU5BU5D_t688006690* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3149535657_H #ifndef CGIFTPACKAGE_T998074622_H #define CGIFTPACKAGE_T998074622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGiftPackage struct CGiftPackage_t998074622 : public RuntimeObject { public: // DMCore.Logic.CAwardList DMCore.Logic.CGiftPackage::m_awardMale CAwardList_t4094041907 * ___m_awardMale_0; // DMCore.Logic.CAwardList DMCore.Logic.CGiftPackage::m_awardFemale CAwardList_t4094041907 * ___m_awardFemale_1; public: inline static int32_t get_offset_of_m_awardMale_0() { return static_cast(offsetof(CGiftPackage_t998074622, ___m_awardMale_0)); } inline CAwardList_t4094041907 * get_m_awardMale_0() const { return ___m_awardMale_0; } inline CAwardList_t4094041907 ** get_address_of_m_awardMale_0() { return &___m_awardMale_0; } inline void set_m_awardMale_0(CAwardList_t4094041907 * value) { ___m_awardMale_0 = value; Il2CppCodeGenWriteBarrier((&___m_awardMale_0), value); } inline static int32_t get_offset_of_m_awardFemale_1() { return static_cast(offsetof(CGiftPackage_t998074622, ___m_awardFemale_1)); } inline CAwardList_t4094041907 * get_m_awardFemale_1() const { return ___m_awardFemale_1; } inline CAwardList_t4094041907 ** get_address_of_m_awardFemale_1() { return &___m_awardFemale_1; } inline void set_m_awardFemale_1(CAwardList_t4094041907 * value) { ___m_awardFemale_1 = value; Il2CppCodeGenWriteBarrier((&___m_awardFemale_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGIFTPACKAGE_T998074622_H #ifndef U3CONREFRESHLISTU3EC__ANONSTOREY0_T1014948206_H #define U3CONREFRESHLISTU3EC__ANONSTOREY0_T1014948206_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CNoticeManager/c__AnonStorey0 struct U3COnRefreshListU3Ec__AnonStorey0_t1014948206 : public RuntimeObject { public: // DMCore.Logic.NoticeTask DMCore.Logic.CNoticeManager/c__AnonStorey0::taskData NoticeTask_t2932161791 * ___taskData_0; public: inline static int32_t get_offset_of_taskData_0() { return static_cast(offsetof(U3COnRefreshListU3Ec__AnonStorey0_t1014948206, ___taskData_0)); } inline NoticeTask_t2932161791 * get_taskData_0() const { return ___taskData_0; } inline NoticeTask_t2932161791 ** get_address_of_taskData_0() { return &___taskData_0; } inline void set_taskData_0(NoticeTask_t2932161791 * value) { ___taskData_0 = value; Il2CppCodeGenWriteBarrier((&___taskData_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CONREFRESHLISTU3EC__ANONSTOREY0_T1014948206_H #ifndef PETACTIONUNIT_T2131509054_H #define PETACTIONUNIT_T2131509054_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetActionLib/PetActionUnit struct PetActionUnit_t2131509054 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetActionLib/PetActionUnit::actionID int32_t ___actionID_0; // System.String DMCore.Logic.CPetActionLib/PetActionUnit::resPath String_t* ___resPath_1; public: inline static int32_t get_offset_of_actionID_0() { return static_cast(offsetof(PetActionUnit_t2131509054, ___actionID_0)); } inline int32_t get_actionID_0() const { return ___actionID_0; } inline int32_t* get_address_of_actionID_0() { return &___actionID_0; } inline void set_actionID_0(int32_t value) { ___actionID_0 = value; } inline static int32_t get_offset_of_resPath_1() { return static_cast(offsetof(PetActionUnit_t2131509054, ___resPath_1)); } inline String_t* get_resPath_1() const { return ___resPath_1; } inline String_t** get_address_of_resPath_1() { return &___resPath_1; } inline void set_resPath_1(String_t* value) { ___resPath_1 = value; Il2CppCodeGenWriteBarrier((&___resPath_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETACTIONUNIT_T2131509054_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 DICTIONARY_2_T2242832625_H #define DICTIONARY_2_T2242832625_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_t2242832625 : 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 PetActionTypeU5BU5D_t2424624071* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots PetActionGroupU5BU5D_t1037071066* ___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_t2242832625, ___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_t2242832625, ___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_t2242832625, ___keySlots_6)); } inline PetActionTypeU5BU5D_t2424624071* get_keySlots_6() const { return ___keySlots_6; } inline PetActionTypeU5BU5D_t2424624071** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(PetActionTypeU5BU5D_t2424624071* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2242832625, ___valueSlots_7)); } inline PetActionGroupU5BU5D_t1037071066* get_valueSlots_7() const { return ___valueSlots_7; } inline PetActionGroupU5BU5D_t1037071066** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(PetActionGroupU5BU5D_t1037071066* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2242832625, ___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_t2242832625, ___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_t2242832625, ___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_t2242832625, ___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_t2242832625, ___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_t2242832625, ___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_t2242832625, ___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_t2242832625_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2710985831 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2242832625_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2710985831 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2710985831 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2710985831 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2242832625_H #ifndef CHAPTERIMAGE_T586649930_H #define CHAPTERIMAGE_T586649930_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveManager/chapterImage struct chapterImage_t586649930 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CPveManager/chapterImage::_imageList List_1_t2605080770 * ____imageList_0; // System.String DMCore.Logic.CPveManager/chapterImage::_name String_t* ____name_1; // System.String DMCore.Logic.CPveManager/chapterImage::_icon String_t* ____icon_2; // System.Int32 DMCore.Logic.CPveManager/chapterImage::_id int32_t ____id_3; public: inline static int32_t get_offset_of__imageList_0() { return static_cast(offsetof(chapterImage_t586649930, ____imageList_0)); } inline List_1_t2605080770 * get__imageList_0() const { return ____imageList_0; } inline List_1_t2605080770 ** get_address_of__imageList_0() { return &____imageList_0; } inline void set__imageList_0(List_1_t2605080770 * value) { ____imageList_0 = value; Il2CppCodeGenWriteBarrier((&____imageList_0), value); } inline static int32_t get_offset_of__name_1() { return static_cast(offsetof(chapterImage_t586649930, ____name_1)); } inline String_t* get__name_1() const { return ____name_1; } inline String_t** get_address_of__name_1() { return &____name_1; } inline void set__name_1(String_t* value) { ____name_1 = value; Il2CppCodeGenWriteBarrier((&____name_1), value); } inline static int32_t get_offset_of__icon_2() { return static_cast(offsetof(chapterImage_t586649930, ____icon_2)); } inline String_t* get__icon_2() const { return ____icon_2; } inline String_t** get_address_of__icon_2() { return &____icon_2; } inline void set__icon_2(String_t* value) { ____icon_2 = value; Il2CppCodeGenWriteBarrier((&____icon_2), value); } inline static int32_t get_offset_of__id_3() { return static_cast(offsetof(chapterImage_t586649930, ____id_3)); } inline int32_t get__id_3() const { return ____id_3; } inline int32_t* get_address_of__id_3() { return &____id_3; } inline void set__id_3(int32_t value) { ____id_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAPTERIMAGE_T586649930_H #ifndef STPASSEDINFO_T2189032837_H #define STPASSEDINFO_T2189032837_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveManager/stPassedInfo struct stPassedInfo_t2189032837 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPveManager/stPassedInfo::_PassedStar int32_t ____PassedStar_0; // System.Int32 DMCore.Logic.CPveManager/stPassedInfo::_PassedScore int32_t ____PassedScore_1; // System.String DMCore.Logic.CPveManager/stPassedInfo::_Option String_t* ____Option_2; public: inline static int32_t get_offset_of__PassedStar_0() { return static_cast(offsetof(stPassedInfo_t2189032837, ____PassedStar_0)); } inline int32_t get__PassedStar_0() const { return ____PassedStar_0; } inline int32_t* get_address_of__PassedStar_0() { return &____PassedStar_0; } inline void set__PassedStar_0(int32_t value) { ____PassedStar_0 = value; } inline static int32_t get_offset_of__PassedScore_1() { return static_cast(offsetof(stPassedInfo_t2189032837, ____PassedScore_1)); } inline int32_t get__PassedScore_1() const { return ____PassedScore_1; } inline int32_t* get_address_of__PassedScore_1() { return &____PassedScore_1; } inline void set__PassedScore_1(int32_t value) { ____PassedScore_1 = value; } inline static int32_t get_offset_of__Option_2() { return static_cast(offsetof(stPassedInfo_t2189032837, ____Option_2)); } inline String_t* get__Option_2() const { return ____Option_2; } inline String_t** get_address_of__Option_2() { return &____Option_2; } inline void set__Option_2(String_t* value) { ____Option_2 = value; Il2CppCodeGenWriteBarrier((&____Option_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STPASSEDINFO_T2189032837_H #ifndef LIST_1_T169148262_H #define LIST_1_T169148262_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_t169148262 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items KeyValuePair_2U5BU5D_t3166193873* ____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_t169148262, ____items_1)); } inline KeyValuePair_2U5BU5D_t3166193873* get__items_1() const { return ____items_1; } inline KeyValuePair_2U5BU5D_t3166193873** get_address_of__items_1() { return &____items_1; } inline void set__items_1(KeyValuePair_2U5BU5D_t3166193873* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t169148262, ____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_t169148262, ____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_t169148262_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray KeyValuePair_2U5BU5D_t3166193873* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t169148262_StaticFields, ___EmptyArray_4)); } inline KeyValuePair_2U5BU5D_t3166193873* get_EmptyArray_4() const { return ___EmptyArray_4; } inline KeyValuePair_2U5BU5D_t3166193873** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(KeyValuePair_2U5BU5D_t3166193873* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T169148262_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 XMLNODELIST_T2551693786_H #define XMLNODELIST_T2551693786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeList struct XmlNodeList_t2551693786 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODELIST_T2551693786_H #ifndef XMLNODE_T3767805227_H #define XMLNODE_T3767805227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNode struct XmlNode_t3767805227 : public RuntimeObject { public: // System.Xml.XmlDocument System.Xml.XmlNode::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_1; // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t3767805227 * ___parentNode_2; // System.Xml.XmlNodeListChildren System.Xml.XmlNode::childNodes XmlNodeListChildren_t1082692789 * ___childNodes_3; public: inline static int32_t get_offset_of_ownerDocument_1() { return static_cast(offsetof(XmlNode_t3767805227, ___ownerDocument_1)); } inline XmlDocument_t2837193595 * get_ownerDocument_1() const { return ___ownerDocument_1; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_1() { return &___ownerDocument_1; } inline void set_ownerDocument_1(XmlDocument_t2837193595 * value) { ___ownerDocument_1 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_1), value); } inline static int32_t get_offset_of_parentNode_2() { return static_cast(offsetof(XmlNode_t3767805227, ___parentNode_2)); } inline XmlNode_t3767805227 * get_parentNode_2() const { return ___parentNode_2; } inline XmlNode_t3767805227 ** get_address_of_parentNode_2() { return &___parentNode_2; } inline void set_parentNode_2(XmlNode_t3767805227 * value) { ___parentNode_2 = value; Il2CppCodeGenWriteBarrier((&___parentNode_2), value); } inline static int32_t get_offset_of_childNodes_3() { return static_cast(offsetof(XmlNode_t3767805227, ___childNodes_3)); } inline XmlNodeListChildren_t1082692789 * get_childNodes_3() const { return ___childNodes_3; } inline XmlNodeListChildren_t1082692789 ** get_address_of_childNodes_3() { return &___childNodes_3; } inline void set_childNodes_3(XmlNodeListChildren_t1082692789 * value) { ___childNodes_3 = value; Il2CppCodeGenWriteBarrier((&___childNodes_3), value); } }; struct XmlNode_t3767805227_StaticFields { public: // System.Xml.XmlNode/EmptyNodeList System.Xml.XmlNode::emptyList EmptyNodeList_t139615908 * ___emptyList_0; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNode::<>f__switch$map2B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2B_4; public: inline static int32_t get_offset_of_emptyList_0() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___emptyList_0)); } inline EmptyNodeList_t139615908 * get_emptyList_0() const { return ___emptyList_0; } inline EmptyNodeList_t139615908 ** get_address_of_emptyList_0() { return &___emptyList_0; } inline void set_emptyList_0(EmptyNodeList_t139615908 * value) { ___emptyList_0 = value; Il2CppCodeGenWriteBarrier((&___emptyList_0), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2B_4() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map2B_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2B_4() const { return ___U3CU3Ef__switchU24map2B_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2B_4() { return &___U3CU3Ef__switchU24map2B_4; } inline void set_U3CU3Ef__switchU24map2B_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2B_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2B_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODE_T3767805227_H #ifndef 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 DMXMLNODE_T3958967524_H #define DMXMLNODE_T3958967524_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.XML.DMXmlNode struct DMXmlNode_t3958967524 : public RuntimeObject { public: // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNode::k__BackingField DMXmlNode_t3958967524 * ___U3CParentU3Ek__BackingField_0; // DMCore.Framework.XML.DMXmlSerial DMCore.Framework.XML.DMXmlNode::m_Name DMXmlSerial_t1029243897 * ___m_Name_14; // BetterList`1 DMCore.Framework.XML.DMXmlNode::m_listAttribute BetterList_1_t2935806958 * ___m_listAttribute_15; // DMCore.Framework.XML.DMXmlNodeList DMCore.Framework.XML.DMXmlNode::m_children DMXmlNodeList_t795971656 * ___m_children_16; public: inline static int32_t get_offset_of_U3CParentU3Ek__BackingField_0() { return static_cast(offsetof(DMXmlNode_t3958967524, ___U3CParentU3Ek__BackingField_0)); } inline DMXmlNode_t3958967524 * get_U3CParentU3Ek__BackingField_0() const { return ___U3CParentU3Ek__BackingField_0; } inline DMXmlNode_t3958967524 ** get_address_of_U3CParentU3Ek__BackingField_0() { return &___U3CParentU3Ek__BackingField_0; } inline void set_U3CParentU3Ek__BackingField_0(DMXmlNode_t3958967524 * value) { ___U3CParentU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CParentU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_m_Name_14() { return static_cast(offsetof(DMXmlNode_t3958967524, ___m_Name_14)); } inline DMXmlSerial_t1029243897 * get_m_Name_14() const { return ___m_Name_14; } inline DMXmlSerial_t1029243897 ** get_address_of_m_Name_14() { return &___m_Name_14; } inline void set_m_Name_14(DMXmlSerial_t1029243897 * value) { ___m_Name_14 = value; Il2CppCodeGenWriteBarrier((&___m_Name_14), value); } inline static int32_t get_offset_of_m_listAttribute_15() { return static_cast(offsetof(DMXmlNode_t3958967524, ___m_listAttribute_15)); } inline BetterList_1_t2935806958 * get_m_listAttribute_15() const { return ___m_listAttribute_15; } inline BetterList_1_t2935806958 ** get_address_of_m_listAttribute_15() { return &___m_listAttribute_15; } inline void set_m_listAttribute_15(BetterList_1_t2935806958 * value) { ___m_listAttribute_15 = value; Il2CppCodeGenWriteBarrier((&___m_listAttribute_15), value); } inline static int32_t get_offset_of_m_children_16() { return static_cast(offsetof(DMXmlNode_t3958967524, ___m_children_16)); } inline DMXmlNodeList_t795971656 * get_m_children_16() const { return ___m_children_16; } inline DMXmlNodeList_t795971656 ** get_address_of_m_children_16() { return &___m_children_16; } inline void set_m_children_16(DMXmlNodeList_t795971656 * value) { ___m_children_16 = value; Il2CppCodeGenWriteBarrier((&___m_children_16), value); } }; struct DMXmlNode_t3958967524_StaticFields { public: // System.Char DMCore.Framework.XML.DMXmlNode::LT Il2CppChar ___LT_1; // System.Char DMCore.Framework.XML.DMXmlNode::GT Il2CppChar ___GT_2; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE Il2CppChar ___SPACE_3; // System.Char DMCore.Framework.XML.DMXmlNode::QUOTE Il2CppChar ___QUOTE_4; // System.Char DMCore.Framework.XML.DMXmlNode::QUOTE2 Il2CppChar ___QUOTE2_5; // System.Char DMCore.Framework.XML.DMXmlNode::SLASH Il2CppChar ___SLASH_6; // System.Char DMCore.Framework.XML.DMXmlNode::QMARK Il2CppChar ___QMARK_7; // System.Char DMCore.Framework.XML.DMXmlNode::EQUALS Il2CppChar ___EQUALS_8; // System.Char DMCore.Framework.XML.DMXmlNode::EXCLAMATION Il2CppChar ___EXCLAMATION_9; // System.Char DMCore.Framework.XML.DMXmlNode::DASH Il2CppChar ___DASH_10; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE_N Il2CppChar ___SPACE_N_11; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE_R Il2CppChar ___SPACE_R_12; // System.Char DMCore.Framework.XML.DMXmlNode::SPACE_T Il2CppChar ___SPACE_T_13; public: inline static int32_t get_offset_of_LT_1() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___LT_1)); } inline Il2CppChar get_LT_1() const { return ___LT_1; } inline Il2CppChar* get_address_of_LT_1() { return &___LT_1; } inline void set_LT_1(Il2CppChar value) { ___LT_1 = value; } inline static int32_t get_offset_of_GT_2() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___GT_2)); } inline Il2CppChar get_GT_2() const { return ___GT_2; } inline Il2CppChar* get_address_of_GT_2() { return &___GT_2; } inline void set_GT_2(Il2CppChar value) { ___GT_2 = value; } inline static int32_t get_offset_of_SPACE_3() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_3)); } inline Il2CppChar get_SPACE_3() const { return ___SPACE_3; } inline Il2CppChar* get_address_of_SPACE_3() { return &___SPACE_3; } inline void set_SPACE_3(Il2CppChar value) { ___SPACE_3 = value; } inline static int32_t get_offset_of_QUOTE_4() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___QUOTE_4)); } inline Il2CppChar get_QUOTE_4() const { return ___QUOTE_4; } inline Il2CppChar* get_address_of_QUOTE_4() { return &___QUOTE_4; } inline void set_QUOTE_4(Il2CppChar value) { ___QUOTE_4 = value; } inline static int32_t get_offset_of_QUOTE2_5() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___QUOTE2_5)); } inline Il2CppChar get_QUOTE2_5() const { return ___QUOTE2_5; } inline Il2CppChar* get_address_of_QUOTE2_5() { return &___QUOTE2_5; } inline void set_QUOTE2_5(Il2CppChar value) { ___QUOTE2_5 = value; } inline static int32_t get_offset_of_SLASH_6() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SLASH_6)); } inline Il2CppChar get_SLASH_6() const { return ___SLASH_6; } inline Il2CppChar* get_address_of_SLASH_6() { return &___SLASH_6; } inline void set_SLASH_6(Il2CppChar value) { ___SLASH_6 = value; } inline static int32_t get_offset_of_QMARK_7() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___QMARK_7)); } inline Il2CppChar get_QMARK_7() const { return ___QMARK_7; } inline Il2CppChar* get_address_of_QMARK_7() { return &___QMARK_7; } inline void set_QMARK_7(Il2CppChar value) { ___QMARK_7 = value; } inline static int32_t get_offset_of_EQUALS_8() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___EQUALS_8)); } inline Il2CppChar get_EQUALS_8() const { return ___EQUALS_8; } inline Il2CppChar* get_address_of_EQUALS_8() { return &___EQUALS_8; } inline void set_EQUALS_8(Il2CppChar value) { ___EQUALS_8 = value; } inline static int32_t get_offset_of_EXCLAMATION_9() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___EXCLAMATION_9)); } inline Il2CppChar get_EXCLAMATION_9() const { return ___EXCLAMATION_9; } inline Il2CppChar* get_address_of_EXCLAMATION_9() { return &___EXCLAMATION_9; } inline void set_EXCLAMATION_9(Il2CppChar value) { ___EXCLAMATION_9 = value; } inline static int32_t get_offset_of_DASH_10() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___DASH_10)); } inline Il2CppChar get_DASH_10() const { return ___DASH_10; } inline Il2CppChar* get_address_of_DASH_10() { return &___DASH_10; } inline void set_DASH_10(Il2CppChar value) { ___DASH_10 = value; } inline static int32_t get_offset_of_SPACE_N_11() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_N_11)); } inline Il2CppChar get_SPACE_N_11() const { return ___SPACE_N_11; } inline Il2CppChar* get_address_of_SPACE_N_11() { return &___SPACE_N_11; } inline void set_SPACE_N_11(Il2CppChar value) { ___SPACE_N_11 = value; } inline static int32_t get_offset_of_SPACE_R_12() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_R_12)); } inline Il2CppChar get_SPACE_R_12() const { return ___SPACE_R_12; } inline Il2CppChar* get_address_of_SPACE_R_12() { return &___SPACE_R_12; } inline void set_SPACE_R_12(Il2CppChar value) { ___SPACE_R_12 = value; } inline static int32_t get_offset_of_SPACE_T_13() { return static_cast(offsetof(DMXmlNode_t3958967524_StaticFields, ___SPACE_T_13)); } inline Il2CppChar get_SPACE_T_13() const { return ___SPACE_T_13; } inline Il2CppChar* get_address_of_SPACE_T_13() { return &___SPACE_T_13; } inline void set_SPACE_T_13(Il2CppChar value) { ___SPACE_T_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMXMLNODE_T3958967524_H #ifndef BETTERLIST_1_T3113987842_H #define BETTERLIST_1_T3113987842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t3113987842 : public RuntimeObject { public: // T[] BetterList`1::buffer DMXmlNodeU5BU5D_t4275982093* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t3113987842, ___buffer_0)); } inline DMXmlNodeU5BU5D_t4275982093* get_buffer_0() const { return ___buffer_0; } inline DMXmlNodeU5BU5D_t4275982093** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(DMXmlNodeU5BU5D_t4275982093* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t3113987842, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T3113987842_H #ifndef 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 DICTIONARY_2_T3352828889_H #define DICTIONARY_2_T3352828889_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_t3352828889 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots List_1U5BU5D_t2066810947* ___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_t3352828889, ___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_t3352828889, ___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_t3352828889, ___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_t3352828889, ___valueSlots_7)); } inline List_1U5BU5D_t2066810947* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t2066810947** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t2066810947* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3352828889, ___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_t3352828889, ___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_t3352828889, ___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_t3352828889, ___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_t3352828889, ___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_t3352828889, ___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_t3352828889, ___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_t3352828889_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1671149791 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3352828889_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1671149791 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1671149791 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1671149791 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3352828889_H #ifndef DICTIONARY_2_T1244325602_H #define DICTIONARY_2_T1244325602_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_t1244325602 : 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 PetActionTypeU5BU5D_t2424624071* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots List_1U5BU5D_t602878469* ___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_t1244325602, ___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_t1244325602, ___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_t1244325602, ___keySlots_6)); } inline PetActionTypeU5BU5D_t2424624071* get_keySlots_6() const { return ___keySlots_6; } inline PetActionTypeU5BU5D_t2424624071** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(PetActionTypeU5BU5D_t2424624071* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1244325602, ___valueSlots_7)); } inline List_1U5BU5D_t602878469* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t602878469** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t602878469* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1244325602, ___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_t1244325602, ___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_t1244325602, ___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_t1244325602, ___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_t1244325602, ___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_t1244325602, ___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_t1244325602, ___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_t1244325602_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2276793234 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1244325602_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2276793234 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2276793234 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2276793234 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1244325602_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 KEYVALUEPAIR_2_T2530217319_H #define KEYVALUEPAIR_2_T2530217319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2530217319 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2530217319, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2530217319, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2530217319_H #ifndef KEYVALUEPAIR_2_T1833953853_H #define KEYVALUEPAIR_2_T1833953853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t1833953853 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CPhotoItem_t3945992683 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1833953853, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t1833953853, ___value_1)); } inline CPhotoItem_t3945992683 * get_value_1() const { return ___value_1; } inline CPhotoItem_t3945992683 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CPhotoItem_t3945992683 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1833953853_H #ifndef KEYVALUEPAIR_2_T1899615389_H #define KEYVALUEPAIR_2_T1899615389_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t1899615389 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CPhotoUrl_t2734270734 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1899615389, ___key_0)); } inline int64_t get_key_0() const { return ___key_0; } inline int64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t1899615389, ___value_1)); } inline CPhotoUrl_t2734270734 * get_value_1() const { return ___value_1; } inline CPhotoUrl_t2734270734 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CPhotoUrl_t2734270734 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1899615389_H #ifndef KEYVALUEPAIR_2_T2245450819_H #define KEYVALUEPAIR_2_T2245450819_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2245450819 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2245450819, ___key_0)); } inline int64_t get_key_0() const { return ___key_0; } inline int64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2245450819, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2245450819_H #ifndef 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 SAMESTYLEPKGUNIT_T4098334887_H #define SAMESTYLEPKGUNIT_T4098334887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SameStylePkgUnit struct SameStylePkgUnit_t4098334887 { public: // System.Int32 DMCore.Logic.SameStylePkgUnit::configId int32_t ___configId_0; // System.Int32 DMCore.Logic.SameStylePkgUnit::payType int32_t ___payType_1; // System.Int32 DMCore.Logic.SameStylePkgUnit::price int32_t ___price_2; // System.Int32 DMCore.Logic.SameStylePkgUnit::valid int32_t ___valid_3; // System.Int32 DMCore.Logic.SameStylePkgUnit::fashion int32_t ___fashion_4; public: inline static int32_t get_offset_of_configId_0() { return static_cast(offsetof(SameStylePkgUnit_t4098334887, ___configId_0)); } inline int32_t get_configId_0() const { return ___configId_0; } inline int32_t* get_address_of_configId_0() { return &___configId_0; } inline void set_configId_0(int32_t value) { ___configId_0 = value; } inline static int32_t get_offset_of_payType_1() { return static_cast(offsetof(SameStylePkgUnit_t4098334887, ___payType_1)); } inline int32_t get_payType_1() const { return ___payType_1; } inline int32_t* get_address_of_payType_1() { return &___payType_1; } inline void set_payType_1(int32_t value) { ___payType_1 = value; } inline static int32_t get_offset_of_price_2() { return static_cast(offsetof(SameStylePkgUnit_t4098334887, ___price_2)); } inline int32_t get_price_2() const { return ___price_2; } inline int32_t* get_address_of_price_2() { return &___price_2; } inline void set_price_2(int32_t value) { ___price_2 = value; } inline static int32_t get_offset_of_valid_3() { return static_cast(offsetof(SameStylePkgUnit_t4098334887, ___valid_3)); } inline int32_t get_valid_3() const { return ___valid_3; } inline int32_t* get_address_of_valid_3() { return &___valid_3; } inline void set_valid_3(int32_t value) { ___valid_3 = value; } inline static int32_t get_offset_of_fashion_4() { return static_cast(offsetof(SameStylePkgUnit_t4098334887, ___fashion_4)); } inline int32_t get_fashion_4() const { return ___fashion_4; } inline int32_t* get_address_of_fashion_4() { return &___fashion_4; } inline void set_fashion_4(int32_t value) { ___fashion_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SAMESTYLEPKGUNIT_T4098334887_H #ifndef KEYVALUEPAIR_2_T304933676_H #define KEYVALUEPAIR_2_T304933676_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t304933676 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value PosterDetail_t3313515474 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t304933676, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t304933676, ___value_1)); } inline PosterDetail_t3313515474 * get_value_1() const { return ___value_1; } inline PosterDetail_t3313515474 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(PosterDetail_t3313515474 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T304933676_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 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 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 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 POSTERUNIT_T798725687_H #define POSTERUNIT_T798725687_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PosterUnit struct PosterUnit_t798725687 { public: // System.Int32 DMCore.Logic.PosterUnit::id int32_t ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(PosterUnit_t798725687, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POSTERUNIT_T798725687_H #ifndef COLOR_T2555686324_H #define COLOR_T2555686324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color struct Color_t2555686324 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_t2555686324, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_t2555686324, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_t2555686324, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_t2555686324, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR_T2555686324_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef 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 IWEBGETMSGBASE_T740935312_H #define IWEBGETMSGBASE_T740935312_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.IWebGetMsgBase struct IWebGetMsgBase_t740935312 : public IThreadMsg_t995202025 { public: // System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::m_readLength int32_t ___m_readLength_1; // System.String DMCore.Framework.Thread.IWebGetMsgBase::m_url String_t* ___m_url_2; public: inline static int32_t get_offset_of_m_readLength_1() { return static_cast(offsetof(IWebGetMsgBase_t740935312, ___m_readLength_1)); } inline int32_t get_m_readLength_1() const { return ___m_readLength_1; } inline int32_t* get_address_of_m_readLength_1() { return &___m_readLength_1; } inline void set_m_readLength_1(int32_t value) { ___m_readLength_1 = value; } inline static int32_t get_offset_of_m_url_2() { return static_cast(offsetof(IWebGetMsgBase_t740935312, ___m_url_2)); } inline String_t* get_m_url_2() const { return ___m_url_2; } inline String_t** get_address_of_m_url_2() { return &___m_url_2; } inline void set_m_url_2(String_t* value) { ___m_url_2 = value; Il2CppCodeGenWriteBarrier((&___m_url_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IWEBGETMSGBASE_T740935312_H #ifndef CPROEXCHANGE_T1749490918_H #define CPROEXCHANGE_T1749490918_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CProExchange struct CProExchange_t1749490918 : public IActivityDetail_t2848416189 { public: // System.Collections.Generic.List`1 DMCore.Logic.CProExchange::m_data List_1_t3748361870 * ___m_data_11; public: inline static int32_t get_offset_of_m_data_11() { return static_cast(offsetof(CProExchange_t1749490918, ___m_data_11)); } inline List_1_t3748361870 * get_m_data_11() const { return ___m_data_11; } inline List_1_t3748361870 ** get_address_of_m_data_11() { return &___m_data_11; } inline void set_m_data_11(List_1_t3748361870 * value) { ___m_data_11 = value; Il2CppCodeGenWriteBarrier((&___m_data_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROEXCHANGE_T1749490918_H #ifndef DMXMLNODELIST_T795971656_H #define DMXMLNODELIST_T795971656_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.XML.DMXmlNodeList struct DMXmlNodeList_t795971656 : public BetterList_1_t3113987842 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMXMLNODELIST_T795971656_H #ifndef DMXMLDOCUMENT_T2468531415_H #define DMXMLDOCUMENT_T2468531415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.XML.DMXmlDocument struct DMXmlDocument_t2468531415 : public DMXmlNode_t3958967524 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMXMLDOCUMENT_T2468531415_H #ifndef IDATAMODEL_T653005279_H #define IDATAMODEL_T653005279_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IDataModel struct IDataModel_t653005279 : public IEventDispatcher_t2294365884 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDATAMODEL_T653005279_H #ifndef 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 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 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 KEYVALUEPAIR_2_T2992040816_H #define KEYVALUEPAIR_2_T2992040816_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2992040816 { public: // TKey System.Collections.Generic.KeyValuePair`2::key CFragment_t3696211104 * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2992040816, ___key_0)); } inline CFragment_t3696211104 * get_key_0() const { return ___key_0; } inline CFragment_t3696211104 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(CFragment_t3696211104 * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2992040816, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2992040816_H #ifndef KEYVALUEPAIR_2_T2401056908_H #define KEYVALUEPAIR_2_T2401056908_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2401056908 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2401056908, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2401056908, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2401056908_H #ifndef KEYVALUEPAIR_2_T1783379820_H #define KEYVALUEPAIR_2_T1783379820_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t1783379820 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CPropertySite_t3895418650 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1783379820, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t1783379820, ___value_1)); } inline CPropertySite_t3895418650 * get_value_1() const { return ___value_1; } inline CPropertySite_t3895418650 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CPropertySite_t3895418650 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1783379820_H #ifndef KEYVALUEPAIR_2_T2742272593_H #define KEYVALUEPAIR_2_T2742272593_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2742272593 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CPropItem_t1455887095 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2742272593, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2742272593, ___value_1)); } inline CPropItem_t1455887095 * get_value_1() const { return ___value_1; } inline CPropItem_t1455887095 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CPropItem_t1455887095 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2742272593_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 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 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 CPETSKILLCONFIG_T2627276790_H #define CPETSKILLCONFIG_T2627276790_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetSkillConfig struct CPetSkillConfig_t2627276790 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetSkillConfig::m_skillList Dictionary_2_t2960430969 * ___m_skillList_2; public: inline static int32_t get_offset_of_m_skillList_2() { return static_cast(offsetof(CPetSkillConfig_t2627276790, ___m_skillList_2)); } inline Dictionary_2_t2960430969 * get_m_skillList_2() const { return ___m_skillList_2; } inline Dictionary_2_t2960430969 ** get_address_of_m_skillList_2() { return &___m_skillList_2; } inline void set_m_skillList_2(Dictionary_2_t2960430969 * value) { ___m_skillList_2 = value; Il2CppCodeGenWriteBarrier((&___m_skillList_2), value); } }; struct CPetSkillConfig_t2627276790_StaticFields { public: // DMCore.Logic.CPetSkillConfig DMCore.Logic.CPetSkillConfig::m_Instance CPetSkillConfig_t2627276790 * ___m_Instance_1; public: inline static int32_t get_offset_of_m_Instance_1() { return static_cast(offsetof(CPetSkillConfig_t2627276790_StaticFields, ___m_Instance_1)); } inline CPetSkillConfig_t2627276790 * get_m_Instance_1() const { return ___m_Instance_1; } inline CPetSkillConfig_t2627276790 ** get_address_of_m_Instance_1() { return &___m_Instance_1; } inline void set_m_Instance_1(CPetSkillConfig_t2627276790 * value) { ___m_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETSKILLCONFIG_T2627276790_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 CPETLEVELEXPERIENCECFG_T3456413245_H #define CPETLEVELEXPERIENCECFG_T3456413245_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetLevelExperienceCfg struct CPetLevelExperienceCfg_t3456413245 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetLevelExperienceCfg::m_LevelData Dictionary_2_t3489775701 * ___m_LevelData_1; public: inline static int32_t get_offset_of_m_LevelData_1() { return static_cast(offsetof(CPetLevelExperienceCfg_t3456413245, ___m_LevelData_1)); } inline Dictionary_2_t3489775701 * get_m_LevelData_1() const { return ___m_LevelData_1; } inline Dictionary_2_t3489775701 ** get_address_of_m_LevelData_1() { return &___m_LevelData_1; } inline void set_m_LevelData_1(Dictionary_2_t3489775701 * value) { ___m_LevelData_1 = value; Il2CppCodeGenWriteBarrier((&___m_LevelData_1), value); } }; struct CPetLevelExperienceCfg_t3456413245_StaticFields { public: // DMCore.Logic.CPetLevelExperienceCfg DMCore.Logic.CPetLevelExperienceCfg::m_Instance CPetLevelExperienceCfg_t3456413245 * ___m_Instance_2; public: inline static int32_t get_offset_of_m_Instance_2() { return static_cast(offsetof(CPetLevelExperienceCfg_t3456413245_StaticFields, ___m_Instance_2)); } inline CPetLevelExperienceCfg_t3456413245 * get_m_Instance_2() const { return ___m_Instance_2; } inline CPetLevelExperienceCfg_t3456413245 ** get_address_of_m_Instance_2() { return &___m_Instance_2; } inline void set_m_Instance_2(CPetLevelExperienceCfg_t3456413245 * value) { ___m_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETLEVELEXPERIENCECFG_T3456413245_H #ifndef KEYVALUEPAIR_2_T71524366_H #define KEYVALUEPAIR_2_T71524366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t71524366 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t71524366, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t71524366, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T71524366_H #ifndef KEYVALUEPAIR_2_T1414662702_H #define KEYVALUEPAIR_2_T1414662702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t1414662702 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ActionConfigGroup_t128277204 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1414662702, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t1414662702, ___value_1)); } inline ActionConfigGroup_t128277204 * get_value_1() const { return ___value_1; } inline ActionConfigGroup_t128277204 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(ActionConfigGroup_t128277204 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1414662702_H #ifndef KEYVALUEPAIR_2_T1455533760_H #define KEYVALUEPAIR_2_T1455533760_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2>> struct KeyValuePair_2_t1455533760 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value List_1_t169148262 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1455533760, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t1455533760, ___value_1)); } inline List_1_t169148262 * get_value_1() const { return ___value_1; } inline List_1_t169148262 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(List_1_t169148262 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1455533760_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 CPETACTIONLIB_T2502418388_H #define CPETACTIONLIB_T2502418388_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetActionLib struct CPetActionLib_t2502418388 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetActionLib::m_PetActionLib Dictionary_2_t2242832625 * ___m_PetActionLib_1; public: inline static int32_t get_offset_of_m_PetActionLib_1() { return static_cast(offsetof(CPetActionLib_t2502418388, ___m_PetActionLib_1)); } inline Dictionary_2_t2242832625 * get_m_PetActionLib_1() const { return ___m_PetActionLib_1; } inline Dictionary_2_t2242832625 ** get_address_of_m_PetActionLib_1() { return &___m_PetActionLib_1; } inline void set_m_PetActionLib_1(Dictionary_2_t2242832625 * value) { ___m_PetActionLib_1 = value; Il2CppCodeGenWriteBarrier((&___m_PetActionLib_1), value); } }; struct CPetActionLib_t2502418388_StaticFields { public: // DMCore.Logic.CPetActionLib DMCore.Logic.CPetActionLib::s_Instance CPetActionLib_t2502418388 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CPetActionLib_t2502418388_StaticFields, ___s_Instance_2)); } inline CPetActionLib_t2502418388 * get_s_Instance_2() const { return ___s_Instance_2; } inline CPetActionLib_t2502418388 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CPetActionLib_t2502418388 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETACTIONLIB_T2502418388_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 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 CPROPLOCALCONFIG_T827037887_H #define CPROPLOCALCONFIG_T827037887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPropLocalConfig struct CPropLocalConfig_t827037887 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPropLocalConfig::m_configList Dictionary_2_t1694959599 * ___m_configList_1; public: inline static int32_t get_offset_of_m_configList_1() { return static_cast(offsetof(CPropLocalConfig_t827037887, ___m_configList_1)); } inline Dictionary_2_t1694959599 * get_m_configList_1() const { return ___m_configList_1; } inline Dictionary_2_t1694959599 ** get_address_of_m_configList_1() { return &___m_configList_1; } inline void set_m_configList_1(Dictionary_2_t1694959599 * value) { ___m_configList_1 = value; Il2CppCodeGenWriteBarrier((&___m_configList_1), value); } }; struct CPropLocalConfig_t827037887_StaticFields { public: // DMCore.Logic.CPropLocalConfig DMCore.Logic.CPropLocalConfig::s_instance CPropLocalConfig_t827037887 * ___s_instance_2; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(CPropLocalConfig_t827037887_StaticFields, ___s_instance_2)); } inline CPropLocalConfig_t827037887 * get_s_instance_2() const { return ___s_instance_2; } inline CPropLocalConfig_t827037887 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(CPropLocalConfig_t827037887 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPLOCALCONFIG_T827037887_H #ifndef CPETSTARQUALITYLEVELCFG_T129968123_H #define CPETSTARQUALITYLEVELCFG_T129968123_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetStarQualityLevelCfg struct CPetStarQualityLevelCfg_t129968123 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetStarQualityLevelCfg::m_StarQuality Dictionary_2_t1839659084 * ___m_StarQuality_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetStarQualityLevelCfg::m_PetRightDesc Dictionary_2_t1632706988 * ___m_PetRightDesc_2; // System.Collections.Generic.List`1 DMCore.Logic.CPetStarQualityLevelCfg::m_PetAddRightList List_1_t2131980057 * ___m_PetAddRightList_3; public: inline static int32_t get_offset_of_m_StarQuality_1() { return static_cast(offsetof(CPetStarQualityLevelCfg_t129968123, ___m_StarQuality_1)); } inline Dictionary_2_t1839659084 * get_m_StarQuality_1() const { return ___m_StarQuality_1; } inline Dictionary_2_t1839659084 ** get_address_of_m_StarQuality_1() { return &___m_StarQuality_1; } inline void set_m_StarQuality_1(Dictionary_2_t1839659084 * value) { ___m_StarQuality_1 = value; Il2CppCodeGenWriteBarrier((&___m_StarQuality_1), value); } inline static int32_t get_offset_of_m_PetRightDesc_2() { return static_cast(offsetof(CPetStarQualityLevelCfg_t129968123, ___m_PetRightDesc_2)); } inline Dictionary_2_t1632706988 * get_m_PetRightDesc_2() const { return ___m_PetRightDesc_2; } inline Dictionary_2_t1632706988 ** get_address_of_m_PetRightDesc_2() { return &___m_PetRightDesc_2; } inline void set_m_PetRightDesc_2(Dictionary_2_t1632706988 * value) { ___m_PetRightDesc_2 = value; Il2CppCodeGenWriteBarrier((&___m_PetRightDesc_2), value); } inline static int32_t get_offset_of_m_PetAddRightList_3() { return static_cast(offsetof(CPetStarQualityLevelCfg_t129968123, ___m_PetAddRightList_3)); } inline List_1_t2131980057 * get_m_PetAddRightList_3() const { return ___m_PetAddRightList_3; } inline List_1_t2131980057 ** get_address_of_m_PetAddRightList_3() { return &___m_PetAddRightList_3; } inline void set_m_PetAddRightList_3(List_1_t2131980057 * value) { ___m_PetAddRightList_3 = value; Il2CppCodeGenWriteBarrier((&___m_PetAddRightList_3), value); } }; struct CPetStarQualityLevelCfg_t129968123_StaticFields { public: // DMCore.Logic.CPetStarQualityLevelCfg DMCore.Logic.CPetStarQualityLevelCfg::m_Instance CPetStarQualityLevelCfg_t129968123 * ___m_Instance_4; public: inline static int32_t get_offset_of_m_Instance_4() { return static_cast(offsetof(CPetStarQualityLevelCfg_t129968123_StaticFields, ___m_Instance_4)); } inline CPetStarQualityLevelCfg_t129968123 * get_m_Instance_4() const { return ___m_Instance_4; } inline CPetStarQualityLevelCfg_t129968123 ** get_address_of_m_Instance_4() { return &___m_Instance_4; } inline void set_m_Instance_4(CPetStarQualityLevelCfg_t129968123 * value) { ___m_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETSTARQUALITYLEVELCFG_T129968123_H #ifndef ENUMERATOR_T2017297076_H #define ENUMERATOR_T2017297076_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_t2017297076 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t128053199 * ___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 int32_t ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2017297076, ___l_0)); } inline List_1_t128053199 * get_l_0() const { return ___l_0; } inline List_1_t128053199 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t128053199 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2017297076, ___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_t2017297076, ___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_t2017297076, ___current_3)); } inline int32_t get_current_3() const { return ___current_3; } inline int32_t* get_address_of_current_3() { return &___current_3; } inline void set_current_3(int32_t value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2017297076_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 CLOCALBATTLE_T1519924991_H #define CLOCALBATTLE_T1519924991_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLocalBattle struct CLocalBattle_t1519924991 : public ITextBase_t660344599 { public: // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CEnableLocalGameU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CEnableDoubleModeU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CUseRandomSceneIDU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CUseRandomMusicIDU3Ek__BackingField_4; // System.Int32 DMCore.Logic.CLocalBattle::m_musicID int32_t ___m_musicID_5; // System.Int32 DMCore.Logic.CLocalBattle::m_musicLevel int32_t ___m_musicLevel_6; // CDataModelBool DMCore.Logic.CLocalBattle::m_WSMusic CDataModelBool_t2269476966 * ___m_WSMusic_7; // System.Int32 DMCore.Logic.CLocalBattle::m_sceneID int32_t ___m_sceneID_8; // CDataModelBool DMCore.Logic.CLocalBattle::m_WSScene CDataModelBool_t2269476966 * ___m_WSScene_9; // BetterList`1 DMCore.Logic.CLocalBattle::m_listSimulateRoles BetterList_1_t3256166455 * ___m_listSimulateRoles_10; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CLocalBattle::m_listClothBoy Dictionary_2_t3311733826 * ___m_listClothBoy_11; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CLocalBattle::m_listClothGirl Dictionary_2_t3311733826 * ___m_listClothGirl_12; public: inline static int32_t get_offset_of_U3CEnableLocalGameU3Ek__BackingField_1() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CEnableLocalGameU3Ek__BackingField_1)); } inline bool get_U3CEnableLocalGameU3Ek__BackingField_1() const { return ___U3CEnableLocalGameU3Ek__BackingField_1; } inline bool* get_address_of_U3CEnableLocalGameU3Ek__BackingField_1() { return &___U3CEnableLocalGameU3Ek__BackingField_1; } inline void set_U3CEnableLocalGameU3Ek__BackingField_1(bool value) { ___U3CEnableLocalGameU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CEnableDoubleModeU3Ek__BackingField_2() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CEnableDoubleModeU3Ek__BackingField_2)); } inline bool get_U3CEnableDoubleModeU3Ek__BackingField_2() const { return ___U3CEnableDoubleModeU3Ek__BackingField_2; } inline bool* get_address_of_U3CEnableDoubleModeU3Ek__BackingField_2() { return &___U3CEnableDoubleModeU3Ek__BackingField_2; } inline void set_U3CEnableDoubleModeU3Ek__BackingField_2(bool value) { ___U3CEnableDoubleModeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CUseRandomSceneIDU3Ek__BackingField_3() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CUseRandomSceneIDU3Ek__BackingField_3)); } inline bool get_U3CUseRandomSceneIDU3Ek__BackingField_3() const { return ___U3CUseRandomSceneIDU3Ek__BackingField_3; } inline bool* get_address_of_U3CUseRandomSceneIDU3Ek__BackingField_3() { return &___U3CUseRandomSceneIDU3Ek__BackingField_3; } inline void set_U3CUseRandomSceneIDU3Ek__BackingField_3(bool value) { ___U3CUseRandomSceneIDU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CUseRandomMusicIDU3Ek__BackingField_4() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CUseRandomMusicIDU3Ek__BackingField_4)); } inline bool get_U3CUseRandomMusicIDU3Ek__BackingField_4() const { return ___U3CUseRandomMusicIDU3Ek__BackingField_4; } inline bool* get_address_of_U3CUseRandomMusicIDU3Ek__BackingField_4() { return &___U3CUseRandomMusicIDU3Ek__BackingField_4; } inline void set_U3CUseRandomMusicIDU3Ek__BackingField_4(bool value) { ___U3CUseRandomMusicIDU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_m_musicID_5() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_musicID_5)); } inline int32_t get_m_musicID_5() const { return ___m_musicID_5; } inline int32_t* get_address_of_m_musicID_5() { return &___m_musicID_5; } inline void set_m_musicID_5(int32_t value) { ___m_musicID_5 = value; } inline static int32_t get_offset_of_m_musicLevel_6() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_musicLevel_6)); } inline int32_t get_m_musicLevel_6() const { return ___m_musicLevel_6; } inline int32_t* get_address_of_m_musicLevel_6() { return &___m_musicLevel_6; } inline void set_m_musicLevel_6(int32_t value) { ___m_musicLevel_6 = value; } inline static int32_t get_offset_of_m_WSMusic_7() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_WSMusic_7)); } inline CDataModelBool_t2269476966 * get_m_WSMusic_7() const { return ___m_WSMusic_7; } inline CDataModelBool_t2269476966 ** get_address_of_m_WSMusic_7() { return &___m_WSMusic_7; } inline void set_m_WSMusic_7(CDataModelBool_t2269476966 * value) { ___m_WSMusic_7 = value; Il2CppCodeGenWriteBarrier((&___m_WSMusic_7), value); } inline static int32_t get_offset_of_m_sceneID_8() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_sceneID_8)); } inline int32_t get_m_sceneID_8() const { return ___m_sceneID_8; } inline int32_t* get_address_of_m_sceneID_8() { return &___m_sceneID_8; } inline void set_m_sceneID_8(int32_t value) { ___m_sceneID_8 = value; } inline static int32_t get_offset_of_m_WSScene_9() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_WSScene_9)); } inline CDataModelBool_t2269476966 * get_m_WSScene_9() const { return ___m_WSScene_9; } inline CDataModelBool_t2269476966 ** get_address_of_m_WSScene_9() { return &___m_WSScene_9; } inline void set_m_WSScene_9(CDataModelBool_t2269476966 * value) { ___m_WSScene_9 = value; Il2CppCodeGenWriteBarrier((&___m_WSScene_9), value); } inline static int32_t get_offset_of_m_listSimulateRoles_10() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_listSimulateRoles_10)); } inline BetterList_1_t3256166455 * get_m_listSimulateRoles_10() const { return ___m_listSimulateRoles_10; } inline BetterList_1_t3256166455 ** get_address_of_m_listSimulateRoles_10() { return &___m_listSimulateRoles_10; } inline void set_m_listSimulateRoles_10(BetterList_1_t3256166455 * value) { ___m_listSimulateRoles_10 = value; Il2CppCodeGenWriteBarrier((&___m_listSimulateRoles_10), value); } inline static int32_t get_offset_of_m_listClothBoy_11() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_listClothBoy_11)); } inline Dictionary_2_t3311733826 * get_m_listClothBoy_11() const { return ___m_listClothBoy_11; } inline Dictionary_2_t3311733826 ** get_address_of_m_listClothBoy_11() { return &___m_listClothBoy_11; } inline void set_m_listClothBoy_11(Dictionary_2_t3311733826 * value) { ___m_listClothBoy_11 = value; Il2CppCodeGenWriteBarrier((&___m_listClothBoy_11), value); } inline static int32_t get_offset_of_m_listClothGirl_12() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_listClothGirl_12)); } inline Dictionary_2_t3311733826 * get_m_listClothGirl_12() const { return ___m_listClothGirl_12; } inline Dictionary_2_t3311733826 ** get_address_of_m_listClothGirl_12() { return &___m_listClothGirl_12; } inline void set_m_listClothGirl_12(Dictionary_2_t3311733826 * value) { ___m_listClothGirl_12 = value; Il2CppCodeGenWriteBarrier((&___m_listClothGirl_12), value); } }; struct CLocalBattle_t1519924991_StaticFields { public: // DMCore.Logic.CLocalBattle DMCore.Logic.CLocalBattle::s_instance CLocalBattle_t1519924991 * ___s_instance_13; public: inline static int32_t get_offset_of_s_instance_13() { return static_cast(offsetof(CLocalBattle_t1519924991_StaticFields, ___s_instance_13)); } inline CLocalBattle_t1519924991 * get_s_instance_13() const { return ___s_instance_13; } inline CLocalBattle_t1519924991 ** get_address_of_s_instance_13() { return &___s_instance_13; } inline void set_s_instance_13(CLocalBattle_t1519924991 * value) { ___s_instance_13 = value; Il2CppCodeGenWriteBarrier((&___s_instance_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOCALBATTLE_T1519924991_H #ifndef CSENSITIVEWORDMANAGER_T1258364656_H #define CSENSITIVEWORDMANAGER_T1258364656_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CSensitiveWordManager struct CSensitiveWordManager_t1258364656 : public ITextBase_t660344599 { public: // System.Collections.Generic.HashSet`1 DMCore.Framework.Misc.CSensitiveWordManager::m_hash HashSet_1_t412400163 * ___m_hash_1; // System.Int32 DMCore.Framework.Misc.CSensitiveWordManager::m_maxWordLength int32_t ___m_maxWordLength_2; // System.Int32 DMCore.Framework.Misc.CSensitiveWordManager::m_minWordLength int32_t ___m_minWordLength_3; // BetterList`1 DMCore.Framework.Misc.CSensitiveWordManager::m_listPosCached BetterList_1_t2105966071 * ___m_listPosCached_4; public: inline static int32_t get_offset_of_m_hash_1() { return static_cast(offsetof(CSensitiveWordManager_t1258364656, ___m_hash_1)); } inline HashSet_1_t412400163 * get_m_hash_1() const { return ___m_hash_1; } inline HashSet_1_t412400163 ** get_address_of_m_hash_1() { return &___m_hash_1; } inline void set_m_hash_1(HashSet_1_t412400163 * value) { ___m_hash_1 = value; Il2CppCodeGenWriteBarrier((&___m_hash_1), value); } inline static int32_t get_offset_of_m_maxWordLength_2() { return static_cast(offsetof(CSensitiveWordManager_t1258364656, ___m_maxWordLength_2)); } inline int32_t get_m_maxWordLength_2() const { return ___m_maxWordLength_2; } inline int32_t* get_address_of_m_maxWordLength_2() { return &___m_maxWordLength_2; } inline void set_m_maxWordLength_2(int32_t value) { ___m_maxWordLength_2 = value; } inline static int32_t get_offset_of_m_minWordLength_3() { return static_cast(offsetof(CSensitiveWordManager_t1258364656, ___m_minWordLength_3)); } inline int32_t get_m_minWordLength_3() const { return ___m_minWordLength_3; } inline int32_t* get_address_of_m_minWordLength_3() { return &___m_minWordLength_3; } inline void set_m_minWordLength_3(int32_t value) { ___m_minWordLength_3 = value; } inline static int32_t get_offset_of_m_listPosCached_4() { return static_cast(offsetof(CSensitiveWordManager_t1258364656, ___m_listPosCached_4)); } inline BetterList_1_t2105966071 * get_m_listPosCached_4() const { return ___m_listPosCached_4; } inline BetterList_1_t2105966071 ** get_address_of_m_listPosCached_4() { return &___m_listPosCached_4; } inline void set_m_listPosCached_4(BetterList_1_t2105966071 * value) { ___m_listPosCached_4 = value; Il2CppCodeGenWriteBarrier((&___m_listPosCached_4), value); } }; struct CSensitiveWordManager_t1258364656_StaticFields { public: // DMCore.Framework.Misc.CSensitiveWordManager DMCore.Framework.Misc.CSensitiveWordManager::s_Instance CSensitiveWordManager_t1258364656 * ___s_Instance_5; public: inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(CSensitiveWordManager_t1258364656_StaticFields, ___s_Instance_5)); } inline CSensitiveWordManager_t1258364656 * get_s_Instance_5() const { return ___s_Instance_5; } inline CSensitiveWordManager_t1258364656 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(CSensitiveWordManager_t1258364656 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSENSITIVEWORDMANAGER_T1258364656_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 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 CMISCCONFIG_T1694835947_H #define CMISCCONFIG_T1694835947_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMiscConfig struct CMiscConfig_t1694835947 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CMiscConfig::m_MiscDir Dictionary_2_t1632706988 * ___m_MiscDir_2; public: inline static int32_t get_offset_of_m_MiscDir_2() { return static_cast(offsetof(CMiscConfig_t1694835947, ___m_MiscDir_2)); } inline Dictionary_2_t1632706988 * get_m_MiscDir_2() const { return ___m_MiscDir_2; } inline Dictionary_2_t1632706988 ** get_address_of_m_MiscDir_2() { return &___m_MiscDir_2; } inline void set_m_MiscDir_2(Dictionary_2_t1632706988 * value) { ___m_MiscDir_2 = value; Il2CppCodeGenWriteBarrier((&___m_MiscDir_2), value); } }; struct CMiscConfig_t1694835947_StaticFields { public: // DMCore.Logic.CMiscConfig DMCore.Logic.CMiscConfig::m_Instance CMiscConfig_t1694835947 * ___m_Instance_1; public: inline static int32_t get_offset_of_m_Instance_1() { return static_cast(offsetof(CMiscConfig_t1694835947_StaticFields, ___m_Instance_1)); } inline CMiscConfig_t1694835947 * get_m_Instance_1() const { return ___m_Instance_1; } inline CMiscConfig_t1694835947 ** get_address_of_m_Instance_1() { return &___m_Instance_1; } inline void set_m_Instance_1(CMiscConfig_t1694835947 * value) { ___m_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMISCCONFIG_T1694835947_H #ifndef CPETACTIONCONFIG_T1976691651_H #define CPETACTIONCONFIG_T1976691651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetActionConfig struct CPetActionConfig_t1976691651 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetActionConfig::m_ActionConfigLib Dictionary_2_t3311957831 * ___m_ActionConfigLib_1; public: inline static int32_t get_offset_of_m_ActionConfigLib_1() { return static_cast(offsetof(CPetActionConfig_t1976691651, ___m_ActionConfigLib_1)); } inline Dictionary_2_t3311957831 * get_m_ActionConfigLib_1() const { return ___m_ActionConfigLib_1; } inline Dictionary_2_t3311957831 ** get_address_of_m_ActionConfigLib_1() { return &___m_ActionConfigLib_1; } inline void set_m_ActionConfigLib_1(Dictionary_2_t3311957831 * value) { ___m_ActionConfigLib_1 = value; Il2CppCodeGenWriteBarrier((&___m_ActionConfigLib_1), value); } }; struct CPetActionConfig_t1976691651_StaticFields { public: // DMCore.Logic.CPetActionConfig DMCore.Logic.CPetActionConfig::s_Instance CPetActionConfig_t1976691651 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CPetActionConfig_t1976691651_StaticFields, ___s_Instance_2)); } inline CPetActionConfig_t1976691651 * get_s_Instance_2() const { return ___s_Instance_2; } inline CPetActionConfig_t1976691651 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CPetActionConfig_t1976691651 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETACTIONCONFIG_T1976691651_H #ifndef PERSONALISECONFIG_T2812043406_H #define PERSONALISECONFIG_T2812043406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PersonaliseConfig struct PersonaliseConfig_t2812043406 : public ITextBase_t660344599 { public: // System.Int32 DMCore.Logic.PersonaliseConfig::headBoxType int32_t ___headBoxType_1; // UnityEngine.BoxCollider DMCore.Logic.PersonaliseConfig::k__BackingField BoxCollider_t1640800422 * ___U3CColliderUnderControlU3Ek__BackingField_2; // System.Collections.Generic.Dictionary`2> DMCore.Logic.PersonaliseConfig::m_personaliseData Dictionary_2_t3314469724 * ___m_personaliseData_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.PersonaliseConfig::m_curPlayEffect Dictionary_2_t2736202052 * ___m_curPlayEffect_4; public: inline static int32_t get_offset_of_headBoxType_1() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___headBoxType_1)); } inline int32_t get_headBoxType_1() const { return ___headBoxType_1; } inline int32_t* get_address_of_headBoxType_1() { return &___headBoxType_1; } inline void set_headBoxType_1(int32_t value) { ___headBoxType_1 = value; } inline static int32_t get_offset_of_U3CColliderUnderControlU3Ek__BackingField_2() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___U3CColliderUnderControlU3Ek__BackingField_2)); } inline BoxCollider_t1640800422 * get_U3CColliderUnderControlU3Ek__BackingField_2() const { return ___U3CColliderUnderControlU3Ek__BackingField_2; } inline BoxCollider_t1640800422 ** get_address_of_U3CColliderUnderControlU3Ek__BackingField_2() { return &___U3CColliderUnderControlU3Ek__BackingField_2; } inline void set_U3CColliderUnderControlU3Ek__BackingField_2(BoxCollider_t1640800422 * value) { ___U3CColliderUnderControlU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CColliderUnderControlU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_m_personaliseData_3() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___m_personaliseData_3)); } inline Dictionary_2_t3314469724 * get_m_personaliseData_3() const { return ___m_personaliseData_3; } inline Dictionary_2_t3314469724 ** get_address_of_m_personaliseData_3() { return &___m_personaliseData_3; } inline void set_m_personaliseData_3(Dictionary_2_t3314469724 * value) { ___m_personaliseData_3 = value; Il2CppCodeGenWriteBarrier((&___m_personaliseData_3), value); } inline static int32_t get_offset_of_m_curPlayEffect_4() { return static_cast(offsetof(PersonaliseConfig_t2812043406, ___m_curPlayEffect_4)); } inline Dictionary_2_t2736202052 * get_m_curPlayEffect_4() const { return ___m_curPlayEffect_4; } inline Dictionary_2_t2736202052 ** get_address_of_m_curPlayEffect_4() { return &___m_curPlayEffect_4; } inline void set_m_curPlayEffect_4(Dictionary_2_t2736202052 * value) { ___m_curPlayEffect_4 = value; Il2CppCodeGenWriteBarrier((&___m_curPlayEffect_4), value); } }; struct PersonaliseConfig_t2812043406_StaticFields { public: // DMCore.Logic.PersonaliseConfig DMCore.Logic.PersonaliseConfig::m_Instance PersonaliseConfig_t2812043406 * ___m_Instance_5; public: inline static int32_t get_offset_of_m_Instance_5() { return static_cast(offsetof(PersonaliseConfig_t2812043406_StaticFields, ___m_Instance_5)); } inline PersonaliseConfig_t2812043406 * get_m_Instance_5() const { return ___m_Instance_5; } inline PersonaliseConfig_t2812043406 ** get_address_of_m_Instance_5() { return &___m_Instance_5; } inline void set_m_Instance_5(PersonaliseConfig_t2812043406 * value) { ___m_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERSONALISECONFIG_T2812043406_H #ifndef 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 ENUMERATOR_T3427904715_H #define ENUMERATOR_T3427904715_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_t3427904715 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t1538660838 * ___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 EquipPropInfo_t66586096 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t3427904715, ___l_0)); } inline List_1_t1538660838 * get_l_0() const { return ___l_0; } inline List_1_t1538660838 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t1538660838 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3427904715, ___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_t3427904715, ___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_t3427904715, ___current_3)); } inline EquipPropInfo_t66586096 * get_current_3() const { return ___current_3; } inline EquipPropInfo_t66586096 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(EquipPropInfo_t66586096 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3427904715_H #ifndef KEYVALUEPAIR_2_T1352971594_H #define KEYVALUEPAIR_2_T1352971594_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t1352971594 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value EquipPropInfo_t66586096 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1352971594, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t1352971594, ___value_1)); } inline EquipPropInfo_t66586096 * get_value_1() const { return ___value_1; } inline EquipPropInfo_t66586096 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(EquipPropInfo_t66586096 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1352971594_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 CPVEAWARDMANAGER_T3593166514_H #define CPVEAWARDMANAGER_T3593166514_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveAwardManager struct CPveAwardManager_t3593166514 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveAwardManager::m_SectionUnlockLevel Dictionary_2_t1839659084 * ___m_SectionUnlockLevel_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveAwardManager::m_SectionAward Dictionary_2_t736164020 * ___m_SectionAward_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveAwardManager::m_StageEnergy Dictionary_2_t1839659084 * ___m_StageEnergy_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveAwardManager::m_StageAward Dictionary_2_t3682058863 * ___m_StageAward_4; // System.Collections.Generic.Dictionary`2>> DMCore.Logic.CPveAwardManager::m_StageMaterialMale Dictionary_2_t3352828889 * ___m_StageMaterialMale_5; // System.Collections.Generic.Dictionary`2>> DMCore.Logic.CPveAwardManager::m_StageMaterialFemale Dictionary_2_t3352828889 * ___m_StageMaterialFemale_6; // DMCore.Logic.CAwardList DMCore.Logic.CPveAwardManager::m_pveAward CAwardList_t4094041907 * ___m_pveAward_8; // System.Int32 DMCore.Logic.CPveAwardManager::m_WeightSum int32_t ___m_WeightSum_9; public: inline static int32_t get_offset_of_m_SectionUnlockLevel_1() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_SectionUnlockLevel_1)); } inline Dictionary_2_t1839659084 * get_m_SectionUnlockLevel_1() const { return ___m_SectionUnlockLevel_1; } inline Dictionary_2_t1839659084 ** get_address_of_m_SectionUnlockLevel_1() { return &___m_SectionUnlockLevel_1; } inline void set_m_SectionUnlockLevel_1(Dictionary_2_t1839659084 * value) { ___m_SectionUnlockLevel_1 = value; Il2CppCodeGenWriteBarrier((&___m_SectionUnlockLevel_1), value); } inline static int32_t get_offset_of_m_SectionAward_2() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_SectionAward_2)); } inline Dictionary_2_t736164020 * get_m_SectionAward_2() const { return ___m_SectionAward_2; } inline Dictionary_2_t736164020 ** get_address_of_m_SectionAward_2() { return &___m_SectionAward_2; } inline void set_m_SectionAward_2(Dictionary_2_t736164020 * value) { ___m_SectionAward_2 = value; Il2CppCodeGenWriteBarrier((&___m_SectionAward_2), value); } inline static int32_t get_offset_of_m_StageEnergy_3() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_StageEnergy_3)); } inline Dictionary_2_t1839659084 * get_m_StageEnergy_3() const { return ___m_StageEnergy_3; } inline Dictionary_2_t1839659084 ** get_address_of_m_StageEnergy_3() { return &___m_StageEnergy_3; } inline void set_m_StageEnergy_3(Dictionary_2_t1839659084 * value) { ___m_StageEnergy_3 = value; Il2CppCodeGenWriteBarrier((&___m_StageEnergy_3), value); } inline static int32_t get_offset_of_m_StageAward_4() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_StageAward_4)); } inline Dictionary_2_t3682058863 * get_m_StageAward_4() const { return ___m_StageAward_4; } inline Dictionary_2_t3682058863 ** get_address_of_m_StageAward_4() { return &___m_StageAward_4; } inline void set_m_StageAward_4(Dictionary_2_t3682058863 * value) { ___m_StageAward_4 = value; Il2CppCodeGenWriteBarrier((&___m_StageAward_4), value); } inline static int32_t get_offset_of_m_StageMaterialMale_5() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_StageMaterialMale_5)); } inline Dictionary_2_t3352828889 * get_m_StageMaterialMale_5() const { return ___m_StageMaterialMale_5; } inline Dictionary_2_t3352828889 ** get_address_of_m_StageMaterialMale_5() { return &___m_StageMaterialMale_5; } inline void set_m_StageMaterialMale_5(Dictionary_2_t3352828889 * value) { ___m_StageMaterialMale_5 = value; Il2CppCodeGenWriteBarrier((&___m_StageMaterialMale_5), value); } inline static int32_t get_offset_of_m_StageMaterialFemale_6() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_StageMaterialFemale_6)); } inline Dictionary_2_t3352828889 * get_m_StageMaterialFemale_6() const { return ___m_StageMaterialFemale_6; } inline Dictionary_2_t3352828889 ** get_address_of_m_StageMaterialFemale_6() { return &___m_StageMaterialFemale_6; } inline void set_m_StageMaterialFemale_6(Dictionary_2_t3352828889 * value) { ___m_StageMaterialFemale_6 = value; Il2CppCodeGenWriteBarrier((&___m_StageMaterialFemale_6), value); } inline static int32_t get_offset_of_m_pveAward_8() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_pveAward_8)); } inline CAwardList_t4094041907 * get_m_pveAward_8() const { return ___m_pveAward_8; } inline CAwardList_t4094041907 ** get_address_of_m_pveAward_8() { return &___m_pveAward_8; } inline void set_m_pveAward_8(CAwardList_t4094041907 * value) { ___m_pveAward_8 = value; Il2CppCodeGenWriteBarrier((&___m_pveAward_8), value); } inline static int32_t get_offset_of_m_WeightSum_9() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_WeightSum_9)); } inline int32_t get_m_WeightSum_9() const { return ___m_WeightSum_9; } inline int32_t* get_address_of_m_WeightSum_9() { return &___m_WeightSum_9; } inline void set_m_WeightSum_9(int32_t value) { ___m_WeightSum_9 = value; } }; struct CPveAwardManager_t3593166514_StaticFields { public: // DMCore.Logic.CPveAwardManager DMCore.Logic.CPveAwardManager::s_instance CPveAwardManager_t3593166514 * ___s_instance_7; public: inline static int32_t get_offset_of_s_instance_7() { return static_cast(offsetof(CPveAwardManager_t3593166514_StaticFields, ___s_instance_7)); } inline CPveAwardManager_t3593166514 * get_s_instance_7() const { return ___s_instance_7; } inline CPveAwardManager_t3593166514 ** get_address_of_s_instance_7() { return &___s_instance_7; } inline void set_s_instance_7(CPveAwardManager_t3593166514 * value) { ___s_instance_7 = value; Il2CppCodeGenWriteBarrier((&___s_instance_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPVEAWARDMANAGER_T3593166514_H #ifndef ENUMERATOR_T4156411580_H #define ENUMERATOR_T4156411580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t4156411580 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t2202228805 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t304933676 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t4156411580, ___dictionary_0)); } inline Dictionary_2_t2202228805 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2202228805 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2202228805 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t4156411580, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t4156411580, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t4156411580, ___current_3)); } inline KeyValuePair_2_t304933676 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t304933676 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t304933676 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T4156411580_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 ENUMPROPTYPE_T921054377_H #define ENUMPROPTYPE_T921054377_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumPropType struct enumPropType_t921054377 { public: // System.Int32 DMCore.Logic.enumPropType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumPropType_t921054377, ___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 // ENUMPROPTYPE_T921054377_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 ENUMERATOR_T3432842985_H #define ENUMERATOR_T3432842985_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_t3432842985 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t1543599108 * ___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 KeyValuePair_2_t71524366 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t3432842985, ___l_0)); } inline List_1_t1543599108 * get_l_0() const { return ___l_0; } inline List_1_t1543599108 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t1543599108 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3432842985, ___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_t3432842985, ___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_t3432842985, ___current_3)); } inline KeyValuePair_2_t71524366 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t71524366 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t71524366 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3432842985_H #ifndef FRAGMENTFIXEDTYPE_T1119409223_H #define FRAGMENTFIXEDTYPE_T1119409223_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.FragmentFixedType struct FragmentFixedType_t1119409223 { public: // System.Int32 DMCore.Logic.FragmentFixedType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FragmentFixedType_t1119409223, ___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 // FRAGMENTFIXEDTYPE_T1119409223_H #ifndef ENUM_STAGE_TYPE_T835176688_H #define ENUM_STAGE_TYPE_T835176688_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ENUM_STAGE_TYPE struct ENUM_STAGE_TYPE_t835176688 { public: // System.Int32 DMCore.Logic.ENUM_STAGE_TYPE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ENUM_STAGE_TYPE_t835176688, ___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_STAGE_TYPE_T835176688_H #ifndef CPROPSDETAILMANAGER_T2661117877_H #define CPROPSDETAILMANAGER_T2661117877_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPropsDetailManager struct CPropsDetailManager_t2661117877 : public IMonoCtrllor_t1427182583 { public: // System.Int32 DMCore.Logic.CPropsDetailManager::k__BackingField int32_t ___U3CCurPropConfigIDU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CCurPropConfigIDU3Ek__BackingField_1() { return static_cast(offsetof(CPropsDetailManager_t2661117877, ___U3CCurPropConfigIDU3Ek__BackingField_1)); } inline int32_t get_U3CCurPropConfigIDU3Ek__BackingField_1() const { return ___U3CCurPropConfigIDU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCurPropConfigIDU3Ek__BackingField_1() { return &___U3CCurPropConfigIDU3Ek__BackingField_1; } inline void set_U3CCurPropConfigIDU3Ek__BackingField_1(int32_t value) { ___U3CCurPropConfigIDU3Ek__BackingField_1 = value; } }; struct CPropsDetailManager_t2661117877_StaticFields { public: // DMCore.Logic.CPropsDetailManager DMCore.Logic.CPropsDetailManager::_instance CPropsDetailManager_t2661117877 * ____instance_2; public: inline static int32_t get_offset_of__instance_2() { return static_cast(offsetof(CPropsDetailManager_t2661117877_StaticFields, ____instance_2)); } inline CPropsDetailManager_t2661117877 * get__instance_2() const { return ____instance_2; } inline CPropsDetailManager_t2661117877 ** get_address_of__instance_2() { return &____instance_2; } inline void set__instance_2(CPropsDetailManager_t2661117877 * value) { ____instance_2 = value; Il2CppCodeGenWriteBarrier((&____instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPSDETAILMANAGER_T2661117877_H #ifndef ENUMERATOR_T1012044368_H #define ENUMERATOR_T1012044368_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator>> struct Enumerator_t1012044368 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t3352828889 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t1455533760 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1012044368, ___dictionary_0)); } inline Dictionary_2_t3352828889 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3352828889 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3352828889 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1012044368, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t1012044368, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1012044368, ___current_3)); } inline KeyValuePair_2_t1455533760 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1455533760 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1455533760 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1012044368_H #ifndef ENUMERATOR_T1339890428_H #define ENUMERATOR_T1339890428_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t1339890428 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t3680674949 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t1783379820 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1339890428, ___dictionary_0)); } inline Dictionary_2_t3680674949 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3680674949 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3680674949 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1339890428, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t1339890428, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1339890428, ___current_3)); } inline KeyValuePair_2_t1783379820 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1783379820 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1783379820 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1339890428_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 ENUMERATOR_T909482202_H #define ENUMERATOR_T909482202_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t909482202 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t3250266723 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t1352971594 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t909482202, ___dictionary_0)); } inline Dictionary_2_t3250266723 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3250266723 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3250266723 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t909482202, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t909482202, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t909482202, ___current_3)); } inline KeyValuePair_2_t1352971594 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1352971594 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1352971594 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T909482202_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 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 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 ENUM_PLAY_MODE_T2546141670_H #define ENUM_PLAY_MODE_T2546141670_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.ENUM_PLAY_MODE struct ENUM_PLAY_MODE_t2546141670 { public: // System.Int32 DMCore.DanceMode.ENUM_PLAY_MODE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ENUM_PLAY_MODE_t2546141670, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUM_PLAY_MODE_T2546141670_H #ifndef ENUMERATOR_T1467408231_H #define ENUMERATOR_T1467408231_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_t1467408231 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t3873131650 * ___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 KeyValuePair_2_t2401056908 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1467408231, ___l_0)); } inline List_1_t3873131650 * get_l_0() const { return ___l_0; } inline List_1_t3873131650 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t3873131650 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1467408231, ___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_t1467408231, ___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_t1467408231, ___current_3)); } inline KeyValuePair_2_t2401056908 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2401056908 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2401056908 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1467408231_H #ifndef ENUMERATOR_T1808623916_H #define ENUMERATOR_T1808623916_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_t1808623916 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t4214347335 * ___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 KeyValuePair_2_t2742272593 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1808623916, ___l_0)); } inline List_1_t4214347335 * get_l_0() const { return ___l_0; } inline List_1_t4214347335 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t4214347335 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1808623916, ___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_t1808623916, ___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_t1808623916, ___current_3)); } inline KeyValuePair_2_t2742272593 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2742272593 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2742272593 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1808623916_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 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 ENUMERATOR_T2058392139_H #define ENUMERATOR_T2058392139_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_t2058392139 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t169148262 * ___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 KeyValuePair_2_t2992040816 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2058392139, ___l_0)); } inline List_1_t169148262 * get_l_0() const { return ___l_0; } inline List_1_t169148262 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t169148262 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2058392139, ___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_t2058392139, ___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_t2058392139, ___current_3)); } inline KeyValuePair_2_t2992040816 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2992040816 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2992040816 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2058392139_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 PACKAGEITEMTYPE_T3256854681_H #define PACKAGEITEMTYPE_T3256854681_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PackageItemType struct PackageItemType_t3256854681 { public: // System.Int32 DMCore.Logic.PackageItemType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PackageItemType_t3256854681, ___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 // PACKAGEITEMTYPE_T3256854681_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 ITEMQUALITY_T3953133361_H #define ITEMQUALITY_T3953133361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ItemQuality struct ItemQuality_t3953133361 { public: // System.Int32 DMCore.Logic.ItemQuality::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ItemQuality_t3953133361, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITEMQUALITY_T3953133361_H #ifndef 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 ACTIONCONFIGUNIT_T3139127126_H #define ACTIONCONFIGUNIT_T3139127126_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetActionConfig/ActionConfigUnit struct ActionConfigUnit_t3139127126 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetActionConfig/ActionConfigUnit::actionID int32_t ___actionID_0; // System.Single DMCore.Logic.CPetActionConfig/ActionConfigUnit::walkSpeed float ___walkSpeed_1; // System.Single DMCore.Logic.CPetActionConfig/ActionConfigUnit::safeDistance float ___safeDistance_2; // UnityEngine.Vector2 DMCore.Logic.CPetActionConfig/ActionConfigUnit::unlockLevelRange Vector2_t2156229523 ___unlockLevelRange_3; public: inline static int32_t get_offset_of_actionID_0() { return static_cast(offsetof(ActionConfigUnit_t3139127126, ___actionID_0)); } inline int32_t get_actionID_0() const { return ___actionID_0; } inline int32_t* get_address_of_actionID_0() { return &___actionID_0; } inline void set_actionID_0(int32_t value) { ___actionID_0 = value; } inline static int32_t get_offset_of_walkSpeed_1() { return static_cast(offsetof(ActionConfigUnit_t3139127126, ___walkSpeed_1)); } inline float get_walkSpeed_1() const { return ___walkSpeed_1; } inline float* get_address_of_walkSpeed_1() { return &___walkSpeed_1; } inline void set_walkSpeed_1(float value) { ___walkSpeed_1 = value; } inline static int32_t get_offset_of_safeDistance_2() { return static_cast(offsetof(ActionConfigUnit_t3139127126, ___safeDistance_2)); } inline float get_safeDistance_2() const { return ___safeDistance_2; } inline float* get_address_of_safeDistance_2() { return &___safeDistance_2; } inline void set_safeDistance_2(float value) { ___safeDistance_2 = value; } inline static int32_t get_offset_of_unlockLevelRange_3() { return static_cast(offsetof(ActionConfigUnit_t3139127126, ___unlockLevelRange_3)); } inline Vector2_t2156229523 get_unlockLevelRange_3() const { return ___unlockLevelRange_3; } inline Vector2_t2156229523 * get_address_of_unlockLevelRange_3() { return &___unlockLevelRange_3; } inline void set_unlockLevelRange_3(Vector2_t2156229523 value) { ___unlockLevelRange_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIONCONFIGUNIT_T3139127126_H #ifndef ACTIONCONFIGGROUP_T128277204_H #define ACTIONCONFIGGROUP_T128277204_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetActionConfig/ActionConfigGroup struct ActionConfigGroup_t128277204 : public RuntimeObject { public: // UnityEngine.Vector3 DMCore.Logic.CPetActionConfig/ActionConfigGroup::showFactor Vector3_t3722313464 ___showFactor_0; // UnityEngine.Vector2 DMCore.Logic.CPetActionConfig/ActionConfigGroup::titleOffset Vector2_t2156229523 ___titleOffset_1; // System.Single DMCore.Logic.CPetActionConfig/ActionConfigGroup::commonWalkSpeed float ___commonWalkSpeed_2; // System.Single DMCore.Logic.CPetActionConfig/ActionConfigGroup::commonSafeDistance float ___commonSafeDistance_3; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CPetActionConfig/ActionConfigGroup::configList Dictionary_2_t1244325602 * ___configList_4; public: inline static int32_t get_offset_of_showFactor_0() { return static_cast(offsetof(ActionConfigGroup_t128277204, ___showFactor_0)); } inline Vector3_t3722313464 get_showFactor_0() const { return ___showFactor_0; } inline Vector3_t3722313464 * get_address_of_showFactor_0() { return &___showFactor_0; } inline void set_showFactor_0(Vector3_t3722313464 value) { ___showFactor_0 = value; } inline static int32_t get_offset_of_titleOffset_1() { return static_cast(offsetof(ActionConfigGroup_t128277204, ___titleOffset_1)); } inline Vector2_t2156229523 get_titleOffset_1() const { return ___titleOffset_1; } inline Vector2_t2156229523 * get_address_of_titleOffset_1() { return &___titleOffset_1; } inline void set_titleOffset_1(Vector2_t2156229523 value) { ___titleOffset_1 = value; } inline static int32_t get_offset_of_commonWalkSpeed_2() { return static_cast(offsetof(ActionConfigGroup_t128277204, ___commonWalkSpeed_2)); } inline float get_commonWalkSpeed_2() const { return ___commonWalkSpeed_2; } inline float* get_address_of_commonWalkSpeed_2() { return &___commonWalkSpeed_2; } inline void set_commonWalkSpeed_2(float value) { ___commonWalkSpeed_2 = value; } inline static int32_t get_offset_of_commonSafeDistance_3() { return static_cast(offsetof(ActionConfigGroup_t128277204, ___commonSafeDistance_3)); } inline float get_commonSafeDistance_3() const { return ___commonSafeDistance_3; } inline float* get_address_of_commonSafeDistance_3() { return &___commonSafeDistance_3; } inline void set_commonSafeDistance_3(float value) { ___commonSafeDistance_3 = value; } inline static int32_t get_offset_of_configList_4() { return static_cast(offsetof(ActionConfigGroup_t128277204, ___configList_4)); } inline Dictionary_2_t1244325602 * get_configList_4() const { return ___configList_4; } inline Dictionary_2_t1244325602 ** get_address_of_configList_4() { return &___configList_4; } inline void set_configList_4(Dictionary_2_t1244325602 * value) { ___configList_4 = value; Il2CppCodeGenWriteBarrier((&___configList_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIONCONFIGGROUP_T128277204_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 PETACTIONTYPE_T3652296498_H #define PETACTIONTYPE_T3652296498_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PetActionType struct PetActionType_t3652296498 { public: // System.Int32 DMCore.Logic.PetActionType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PetActionType_t3652296498, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETACTIONTYPE_T3652296498_H #ifndef PETVARIETYTYPE_T4191018748_H #define PETVARIETYTYPE_T4191018748_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PetVarietyType struct PetVarietyType_t4191018748 { public: // System.Int32 DMCore.Logic.PetVarietyType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PetVarietyType_t4191018748, ___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 // PETVARIETYTYPE_T4191018748_H #ifndef PETPHYSICSSTATE_T1540077999_H #define PETPHYSICSSTATE_T1540077999_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PetPhysicsState struct PetPhysicsState_t1540077999 { public: // System.Int32 DMCore.Logic.PetPhysicsState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PetPhysicsState_t1540077999, ___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 // PETPHYSICSSTATE_T1540077999_H #ifndef PETPHYSIOLOGYSTATE_T1143685686_H #define PETPHYSIOLOGYSTATE_T1143685686_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PetPhysiologyState struct PetPhysiologyState_t1143685686 { public: // System.Int32 DMCore.Logic.PetPhysiologyState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PetPhysiologyState_t1143685686, ___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 // PETPHYSIOLOGYSTATE_T1143685686_H #ifndef ENUMITEMID_T1902713412_H #define ENUMITEMID_T1902713412_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumItemID struct enumItemID_t1902713412 { public: // System.Int32 DMCore.Logic.enumItemID::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumItemID_t1902713412, ___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 // ENUMITEMID_T1902713412_H #ifndef ITEMTAG_T1493235631_H #define ITEMTAG_T1493235631_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ItemTag struct ItemTag_t1493235631 { public: // System.Int32 DMCore.Logic.ItemTag::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ItemTag_t1493235631, ___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 // ITEMTAG_T1493235631_H #ifndef ENUMERATOR_T1390464461_H #define ENUMERATOR_T1390464461_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t1390464461 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t3731248982 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t1833953853 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1390464461, ___dictionary_0)); } inline Dictionary_2_t3731248982 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3731248982 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3731248982 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1390464461, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t1390464461, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1390464461, ___current_3)); } inline KeyValuePair_2_t1833953853 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1833953853 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1833953853 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1390464461_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 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 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 CPETANICFG_T3973954919_H #define CPETANICFG_T3973954919_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetAniCfg struct CPetAniCfg_t3973954919 : public ITextBase_t660344599 { public: // UITexture DMCore.Logic.CPetAniCfg::m_CurTexture UITexture_t3471168817 * ___m_CurTexture_1; // DMCore.Logic.CPetAniCfg/PetAniUnit DMCore.Logic.CPetAniCfg::m_CurPetAniUnit PetAniUnit_t1244462747 * ___m_CurPetAniUnit_2; // System.Int32 DMCore.Logic.CPetAniCfg::Index int32_t ___Index_3; // System.Int32 DMCore.Logic.CPetAniCfg::m_TimerIndex int32_t ___m_TimerIndex_4; // System.Int32 DMCore.Logic.CPetAniCfg::runtimes int32_t ___runtimes_5; // UnityEngine.Vector3 DMCore.Logic.CPetAniCfg::m_CurScale Vector3_t3722313464 ___m_CurScale_6; // DMCore.Logic.CPetAniCfg/PetAniOver DMCore.Logic.CPetAniCfg::m_petaniover PetAniOver_t18903185 * ___m_petaniover_7; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetAniCfg::m_TextureDic Dictionary_2_t3625702484 * ___m_TextureDic_8; // System.Collections.Generic.List`1 DMCore.Logic.CPetAniCfg::m_PetAniList List_1_t2716537489 * ___m_PetAniList_9; public: inline static int32_t get_offset_of_m_CurTexture_1() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___m_CurTexture_1)); } inline UITexture_t3471168817 * get_m_CurTexture_1() const { return ___m_CurTexture_1; } inline UITexture_t3471168817 ** get_address_of_m_CurTexture_1() { return &___m_CurTexture_1; } inline void set_m_CurTexture_1(UITexture_t3471168817 * value) { ___m_CurTexture_1 = value; Il2CppCodeGenWriteBarrier((&___m_CurTexture_1), value); } inline static int32_t get_offset_of_m_CurPetAniUnit_2() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___m_CurPetAniUnit_2)); } inline PetAniUnit_t1244462747 * get_m_CurPetAniUnit_2() const { return ___m_CurPetAniUnit_2; } inline PetAniUnit_t1244462747 ** get_address_of_m_CurPetAniUnit_2() { return &___m_CurPetAniUnit_2; } inline void set_m_CurPetAniUnit_2(PetAniUnit_t1244462747 * value) { ___m_CurPetAniUnit_2 = value; Il2CppCodeGenWriteBarrier((&___m_CurPetAniUnit_2), value); } inline static int32_t get_offset_of_Index_3() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___Index_3)); } inline int32_t get_Index_3() const { return ___Index_3; } inline int32_t* get_address_of_Index_3() { return &___Index_3; } inline void set_Index_3(int32_t value) { ___Index_3 = value; } inline static int32_t get_offset_of_m_TimerIndex_4() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___m_TimerIndex_4)); } inline int32_t get_m_TimerIndex_4() const { return ___m_TimerIndex_4; } inline int32_t* get_address_of_m_TimerIndex_4() { return &___m_TimerIndex_4; } inline void set_m_TimerIndex_4(int32_t value) { ___m_TimerIndex_4 = value; } inline static int32_t get_offset_of_runtimes_5() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___runtimes_5)); } inline int32_t get_runtimes_5() const { return ___runtimes_5; } inline int32_t* get_address_of_runtimes_5() { return &___runtimes_5; } inline void set_runtimes_5(int32_t value) { ___runtimes_5 = value; } inline static int32_t get_offset_of_m_CurScale_6() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___m_CurScale_6)); } inline Vector3_t3722313464 get_m_CurScale_6() const { return ___m_CurScale_6; } inline Vector3_t3722313464 * get_address_of_m_CurScale_6() { return &___m_CurScale_6; } inline void set_m_CurScale_6(Vector3_t3722313464 value) { ___m_CurScale_6 = value; } inline static int32_t get_offset_of_m_petaniover_7() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___m_petaniover_7)); } inline PetAniOver_t18903185 * get_m_petaniover_7() const { return ___m_petaniover_7; } inline PetAniOver_t18903185 ** get_address_of_m_petaniover_7() { return &___m_petaniover_7; } inline void set_m_petaniover_7(PetAniOver_t18903185 * value) { ___m_petaniover_7 = value; Il2CppCodeGenWriteBarrier((&___m_petaniover_7), value); } inline static int32_t get_offset_of_m_TextureDic_8() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___m_TextureDic_8)); } inline Dictionary_2_t3625702484 * get_m_TextureDic_8() const { return ___m_TextureDic_8; } inline Dictionary_2_t3625702484 ** get_address_of_m_TextureDic_8() { return &___m_TextureDic_8; } inline void set_m_TextureDic_8(Dictionary_2_t3625702484 * value) { ___m_TextureDic_8 = value; Il2CppCodeGenWriteBarrier((&___m_TextureDic_8), value); } inline static int32_t get_offset_of_m_PetAniList_9() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___m_PetAniList_9)); } inline List_1_t2716537489 * get_m_PetAniList_9() const { return ___m_PetAniList_9; } inline List_1_t2716537489 ** get_address_of_m_PetAniList_9() { return &___m_PetAniList_9; } inline void set_m_PetAniList_9(List_1_t2716537489 * value) { ___m_PetAniList_9 = value; Il2CppCodeGenWriteBarrier((&___m_PetAniList_9), value); } }; struct CPetAniCfg_t3973954919_StaticFields { public: // DMCore.Logic.CPetAniCfg DMCore.Logic.CPetAniCfg::m_Instance CPetAniCfg_t3973954919 * ___m_Instance_10; public: inline static int32_t get_offset_of_m_Instance_10() { return static_cast(offsetof(CPetAniCfg_t3973954919_StaticFields, ___m_Instance_10)); } inline CPetAniCfg_t3973954919 * get_m_Instance_10() const { return ___m_Instance_10; } inline CPetAniCfg_t3973954919 ** get_address_of_m_Instance_10() { return &___m_Instance_10; } inline void set_m_Instance_10(CPetAniCfg_t3973954919 * value) { ___m_Instance_10 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETANICFG_T3973954919_H #ifndef XMLNODETYPE_T1672767151_H #define XMLNODETYPE_T1672767151_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeType struct XmlNodeType_t1672767151 { public: // System.Int32 System.Xml.XmlNodeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlNodeType_t1672767151, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODETYPE_T1672767151_H #ifndef 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 ENUMCHANGENAMEMODULE_T2604365515_H #define ENUMCHANGENAMEMODULE_T2604365515_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChangeNameModule struct enumChangeNameModule_t2604365515 { public: // System.Int32 DMCore.Logic.enumChangeNameModule::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChangeNameModule_t2604365515, ___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 // ENUMCHANGENAMEMODULE_T2604365515_H #ifndef QUALITYMATERIALTYPE_T1209093606_H #define QUALITYMATERIALTYPE_T1209093606_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.QualityMaterialType struct QualityMaterialType_t1209093606 { public: // System.Int32 DMCore.Logic.QualityMaterialType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(QualityMaterialType_t1209093606, ___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 // QUALITYMATERIALTYPE_T1209093606_H #ifndef ENUMERATOR_T3923002270_H #define ENUMERATOR_T3923002270_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t3923002270 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1968819495 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t71524366 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3923002270, ___dictionary_0)); } inline Dictionary_2_t1968819495 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1968819495 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1968819495 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3923002270, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t3923002270, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3923002270, ___current_3)); } inline KeyValuePair_2_t71524366 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t71524366 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t71524366 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3923002270_H #ifndef 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 ENUMERATOR_T971173310_H #define ENUMERATOR_T971173310_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t971173310 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t3311957831 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t1414662702 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t971173310, ___dictionary_0)); } inline Dictionary_2_t3311957831 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3311957831 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3311957831 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t971173310, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t971173310, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t971173310, ___current_3)); } inline KeyValuePair_2_t1414662702 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1414662702 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1414662702 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T971173310_H #ifndef ENUMERATOR_T2086727927_H #define ENUMERATOR_T2086727927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t2086727927 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t132545152 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t2530217319 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2086727927, ___dictionary_0)); } inline Dictionary_2_t132545152 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t132545152 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t132545152 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2086727927, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t2086727927, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2086727927, ___current_3)); } inline KeyValuePair_2_t2530217319 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2530217319 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2530217319 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2086727927_H #ifndef ENUMTHREADID_T4044096134_H #define ENUMTHREADID_T4044096134_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.enumThreadID struct enumThreadID_t4044096134 { public: // System.Int32 DMCore.Framework.Thread.enumThreadID::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumThreadID_t4044096134, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMTHREADID_T4044096134_H #ifndef COUPLEINFOINDEX_T1778554364_H #define COUPLEINFOINDEX_T1778554364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CoupleInfoIndex struct CoupleInfoIndex_t1778554364 { public: // System.Int32 DMCore.Logic.CoupleInfoIndex::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CoupleInfoIndex_t1778554364, ___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 // COUPLEINFOINDEX_T1778554364_H #ifndef CTHREADMSGWEBGET_T2224858682_H #define CTHREADMSGWEBGET_T2224858682_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.CThreadMsgWebGet struct CThreadMsgWebGet_t2224858682 : public IWebGetMsgBase_t740935312 { public: // System.String DMCore.Framework.Thread.CThreadMsgWebGet::k__BackingField String_t* ___U3CRequestRefuseU3Ek__BackingField_3; // UnityEngine.WWW DMCore.Framework.Thread.CThreadMsgWebGet::m_result WWW_t3688466362 * ___m_result_4; public: inline static int32_t get_offset_of_U3CRequestRefuseU3Ek__BackingField_3() { return static_cast(offsetof(CThreadMsgWebGet_t2224858682, ___U3CRequestRefuseU3Ek__BackingField_3)); } inline String_t* get_U3CRequestRefuseU3Ek__BackingField_3() const { return ___U3CRequestRefuseU3Ek__BackingField_3; } inline String_t** get_address_of_U3CRequestRefuseU3Ek__BackingField_3() { return &___U3CRequestRefuseU3Ek__BackingField_3; } inline void set_U3CRequestRefuseU3Ek__BackingField_3(String_t* value) { ___U3CRequestRefuseU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CRequestRefuseU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_m_result_4() { return static_cast(offsetof(CThreadMsgWebGet_t2224858682, ___m_result_4)); } inline WWW_t3688466362 * get_m_result_4() const { return ___m_result_4; } inline WWW_t3688466362 ** get_address_of_m_result_4() { return &___m_result_4; } inline void set_m_result_4(WWW_t3688466362 * value) { ___m_result_4 = value; Il2CppCodeGenWriteBarrier((&___m_result_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTHREADMSGWEBGET_T2224858682_H #ifndef CONTACTSTYLETYPE_T3599394151_H #define CONTACTSTYLETYPE_T3599394151_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ContactStyleType struct ContactStyleType_t3599394151 { public: // System.Int32 DMCore.Logic.ContactStyleType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ContactStyleType_t3599394151, ___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 // CONTACTSTYLETYPE_T3599394151_H #ifndef EM_CARDSLOTUNLOCK_TYPE_T1885447760_H #define EM_CARDSLOTUNLOCK_TYPE_T1885447760_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EM_CardSlotUnlock_Type struct EM_CardSlotUnlock_Type_t1885447760 { public: // System.Int32 DMCore.Logic.EM_CardSlotUnlock_Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_CardSlotUnlock_Type_t1885447760, ___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 // EM_CARDSLOTUNLOCK_TYPE_T1885447760_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 EM_CARDSLOT_STATE_T219333436_H #define EM_CARDSLOT_STATE_T219333436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EM_CardSlot_State struct EM_CardSlot_State_t219333436 { public: // System.Int32 DMCore.Logic.EM_CardSlot_State::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_CardSlot_State_t219333436, ___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 // EM_CARDSLOT_STATE_T219333436_H #ifndef CDATAMODELINT_T3463393640_H #define CDATAMODELINT_T3463393640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelInt struct CDataModelInt_t3463393640 : public IDataModel_t653005279 { public: // System.Int32 CDataModelInt::m_Val int32_t ___m_Val_1; public: inline static int32_t get_offset_of_m_Val_1() { return static_cast(offsetof(CDataModelInt_t3463393640, ___m_Val_1)); } inline int32_t get_m_Val_1() const { return ___m_Val_1; } inline int32_t* get_address_of_m_Val_1() { return &___m_Val_1; } inline void set_m_Val_1(int32_t value) { ___m_Val_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELINT_T3463393640_H #ifndef CDATAMODELBOOL_T2269476966_H #define CDATAMODELBOOL_T2269476966_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelBool struct CDataModelBool_t2269476966 : public IDataModel_t653005279 { public: // System.Boolean CDataModelBool::m_Val bool ___m_Val_1; public: inline static int32_t get_offset_of_m_Val_1() { return static_cast(offsetof(CDataModelBool_t2269476966, ___m_Val_1)); } inline bool get_m_Val_1() const { return ___m_Val_1; } inline bool* get_address_of_m_Val_1() { return &___m_Val_1; } inline void set_m_Val_1(bool value) { ___m_Val_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELBOOL_T2269476966_H #ifndef 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 CDATAMODELLIST_T1133308508_H #define CDATAMODELLIST_T1133308508_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelList struct CDataModelList_t1133308508 : public IDataModel_t653005279 { public: // System.Collections.Generic.List`1 CDataModelList::m_listVal List_1_t257213610 * ___m_listVal_1; public: inline static int32_t get_offset_of_m_listVal_1() { return static_cast(offsetof(CDataModelList_t1133308508, ___m_listVal_1)); } inline List_1_t257213610 * get_m_listVal_1() const { return ___m_listVal_1; } inline List_1_t257213610 ** get_address_of_m_listVal_1() { return &___m_listVal_1; } inline void set_m_listVal_1(List_1_t257213610 * value) { ___m_listVal_1 = value; Il2CppCodeGenWriteBarrier((&___m_listVal_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELLIST_T1133308508_H #ifndef ENUMONLINESTATE_T4149430772_H #define ENUMONLINESTATE_T4149430772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumOnlineState struct enumOnlineState_t4149430772 { public: // System.Int32 DMCore.Logic.enumOnlineState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumOnlineState_t4149430772, ___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 // ENUMONLINESTATE_T4149430772_H #ifndef ENUMERATOR_T1456125997_H #define ENUMERATOR_T1456125997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t1456125997 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t3796910518 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t1899615389 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1456125997, ___dictionary_0)); } inline Dictionary_2_t3796910518 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3796910518 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3796910518 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1456125997, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t1456125997, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1456125997, ___current_3)); } inline KeyValuePair_2_t1899615389 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1899615389 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1899615389 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1456125997_H #ifndef ENUMERATOR_T1801961427_H #define ENUMERATOR_T1801961427_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t1801961427 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t4142745948 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t2245450819 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1801961427, ___dictionary_0)); } inline Dictionary_2_t4142745948 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4142745948 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4142745948 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1801961427, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t1801961427, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1801961427, ___current_3)); } inline KeyValuePair_2_t2245450819 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2245450819 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2245450819 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1801961427_H #ifndef ENUMFAMILYTYPE_T3116816083_H #define ENUMFAMILYTYPE_T3116816083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumFamilyType struct enumFamilyType_t3116816083 { public: // System.Int32 DMCore.Logic.enumFamilyType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumFamilyType_t3116816083, ___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 // ENUMFAMILYTYPE_T3116816083_H #ifndef CDATAMODELMAP_T1093164792_H #define CDATAMODELMAP_T1093164792_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CDataModelMap struct CDataModelMap_t1093164792 : public IDataModel_t653005279 { public: // System.Collections.Generic.Dictionary`2 CDataModelMap::m_mapVal Dictionary_2_t132545152 * ___m_mapVal_1; public: inline static int32_t get_offset_of_m_mapVal_1() { return static_cast(offsetof(CDataModelMap_t1093164792, ___m_mapVal_1)); } inline Dictionary_2_t132545152 * get_m_mapVal_1() const { return ___m_mapVal_1; } inline Dictionary_2_t132545152 ** get_address_of_m_mapVal_1() { return &___m_mapVal_1; } inline void set_m_mapVal_1(Dictionary_2_t132545152 * value) { ___m_mapVal_1 = value; Il2CppCodeGenWriteBarrier((&___m_mapVal_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDATAMODELMAP_T1093164792_H #ifndef QUERYSTATE_T3021639533_H #define QUERYSTATE_T3021639533_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPhotoManager/QueryState struct QueryState_t3021639533 { public: // System.Int32 DMCore.Logic.CPhotoManager/QueryState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(QueryState_t3021639533, ___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 // QUERYSTATE_T3021639533_H #ifndef TEXTUREFORMAT_T2701165832_H #define TEXTUREFORMAT_T2701165832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextureFormat struct TextureFormat_t2701165832 { public: // System.Int32 UnityEngine.TextureFormat::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TextureFormat_t2701165832, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTUREFORMAT_T2701165832_H #ifndef CPVESTAGE_T850204332_H #define CPVESTAGE_T850204332_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveStage struct CPveStage_t850204332 : public RuntimeObject { public: // DMCore.Logic.ENUM_STAGE_TYPE DMCore.Logic.CPveStage::k__BackingField int32_t ___U3CstageTypeU3Ek__BackingField_0; // DMCore.Logic.ClothScoreData DMCore.Logic.CPveStage::m_clothingData ClothScoreData_t1911004847 * ___m_clothingData_1; // DMCore.Logic.CPveStoryData DMCore.Logic.CPveStage::m_storyData CPveStoryData_t1324513091 * ___m_storyData_2; // System.Int32 DMCore.Logic.CPveStage::m_nSceneID int32_t ___m_nSceneID_3; // System.Int32 DMCore.Logic.CPveStage::m_nMusicID int32_t ___m_nMusicID_4; // System.Int32 DMCore.Logic.CPveStage::m_nMusicLevel int32_t ___m_nMusicLevel_5; // System.Boolean DMCore.Logic.CPveStage::m_IsBossLevel bool ___m_IsBossLevel_6; // DMCore.DanceMode.ENUM_KEY_MODE DMCore.Logic.CPveStage::m_KeyMode int32_t ___m_KeyMode_7; // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.Logic.CPveStage::m_PlayMode int32_t ___m_PlayMode_8; // System.Int32 DMCore.Logic.CPveStage::m_stageID int32_t ___m_stageID_9; // System.Single[] DMCore.Logic.CPveStage::m_listWinFactor SingleU5BU5D_t1444911251* ___m_listWinFactor_10; // System.Collections.Generic.List`1 DMCore.Logic.CPveStage::m_listNpc List_1_t3978349119 * ___m_listNpc_11; // System.Collections.Generic.List`1> DMCore.Logic.CPveStage::m_listSectionScore List_1_t3588365150 * ___m_listSectionScore_12; public: inline static int32_t get_offset_of_U3CstageTypeU3Ek__BackingField_0() { return static_cast(offsetof(CPveStage_t850204332, ___U3CstageTypeU3Ek__BackingField_0)); } inline int32_t get_U3CstageTypeU3Ek__BackingField_0() const { return ___U3CstageTypeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CstageTypeU3Ek__BackingField_0() { return &___U3CstageTypeU3Ek__BackingField_0; } inline void set_U3CstageTypeU3Ek__BackingField_0(int32_t value) { ___U3CstageTypeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_clothingData_1() { return static_cast(offsetof(CPveStage_t850204332, ___m_clothingData_1)); } inline ClothScoreData_t1911004847 * get_m_clothingData_1() const { return ___m_clothingData_1; } inline ClothScoreData_t1911004847 ** get_address_of_m_clothingData_1() { return &___m_clothingData_1; } inline void set_m_clothingData_1(ClothScoreData_t1911004847 * value) { ___m_clothingData_1 = value; Il2CppCodeGenWriteBarrier((&___m_clothingData_1), value); } inline static int32_t get_offset_of_m_storyData_2() { return static_cast(offsetof(CPveStage_t850204332, ___m_storyData_2)); } inline CPveStoryData_t1324513091 * get_m_storyData_2() const { return ___m_storyData_2; } inline CPveStoryData_t1324513091 ** get_address_of_m_storyData_2() { return &___m_storyData_2; } inline void set_m_storyData_2(CPveStoryData_t1324513091 * value) { ___m_storyData_2 = value; Il2CppCodeGenWriteBarrier((&___m_storyData_2), value); } inline static int32_t get_offset_of_m_nSceneID_3() { return static_cast(offsetof(CPveStage_t850204332, ___m_nSceneID_3)); } inline int32_t get_m_nSceneID_3() const { return ___m_nSceneID_3; } inline int32_t* get_address_of_m_nSceneID_3() { return &___m_nSceneID_3; } inline void set_m_nSceneID_3(int32_t value) { ___m_nSceneID_3 = value; } inline static int32_t get_offset_of_m_nMusicID_4() { return static_cast(offsetof(CPveStage_t850204332, ___m_nMusicID_4)); } inline int32_t get_m_nMusicID_4() const { return ___m_nMusicID_4; } inline int32_t* get_address_of_m_nMusicID_4() { return &___m_nMusicID_4; } inline void set_m_nMusicID_4(int32_t value) { ___m_nMusicID_4 = value; } inline static int32_t get_offset_of_m_nMusicLevel_5() { return static_cast(offsetof(CPveStage_t850204332, ___m_nMusicLevel_5)); } inline int32_t get_m_nMusicLevel_5() const { return ___m_nMusicLevel_5; } inline int32_t* get_address_of_m_nMusicLevel_5() { return &___m_nMusicLevel_5; } inline void set_m_nMusicLevel_5(int32_t value) { ___m_nMusicLevel_5 = value; } inline static int32_t get_offset_of_m_IsBossLevel_6() { return static_cast(offsetof(CPveStage_t850204332, ___m_IsBossLevel_6)); } inline bool get_m_IsBossLevel_6() const { return ___m_IsBossLevel_6; } inline bool* get_address_of_m_IsBossLevel_6() { return &___m_IsBossLevel_6; } inline void set_m_IsBossLevel_6(bool value) { ___m_IsBossLevel_6 = value; } inline static int32_t get_offset_of_m_KeyMode_7() { return static_cast(offsetof(CPveStage_t850204332, ___m_KeyMode_7)); } inline int32_t get_m_KeyMode_7() const { return ___m_KeyMode_7; } inline int32_t* get_address_of_m_KeyMode_7() { return &___m_KeyMode_7; } inline void set_m_KeyMode_7(int32_t value) { ___m_KeyMode_7 = value; } inline static int32_t get_offset_of_m_PlayMode_8() { return static_cast(offsetof(CPveStage_t850204332, ___m_PlayMode_8)); } inline int32_t get_m_PlayMode_8() const { return ___m_PlayMode_8; } inline int32_t* get_address_of_m_PlayMode_8() { return &___m_PlayMode_8; } inline void set_m_PlayMode_8(int32_t value) { ___m_PlayMode_8 = value; } inline static int32_t get_offset_of_m_stageID_9() { return static_cast(offsetof(CPveStage_t850204332, ___m_stageID_9)); } inline int32_t get_m_stageID_9() const { return ___m_stageID_9; } inline int32_t* get_address_of_m_stageID_9() { return &___m_stageID_9; } inline void set_m_stageID_9(int32_t value) { ___m_stageID_9 = value; } inline static int32_t get_offset_of_m_listWinFactor_10() { return static_cast(offsetof(CPveStage_t850204332, ___m_listWinFactor_10)); } inline SingleU5BU5D_t1444911251* get_m_listWinFactor_10() const { return ___m_listWinFactor_10; } inline SingleU5BU5D_t1444911251** get_address_of_m_listWinFactor_10() { return &___m_listWinFactor_10; } inline void set_m_listWinFactor_10(SingleU5BU5D_t1444911251* value) { ___m_listWinFactor_10 = value; Il2CppCodeGenWriteBarrier((&___m_listWinFactor_10), value); } inline static int32_t get_offset_of_m_listNpc_11() { return static_cast(offsetof(CPveStage_t850204332, ___m_listNpc_11)); } inline List_1_t3978349119 * get_m_listNpc_11() const { return ___m_listNpc_11; } inline List_1_t3978349119 ** get_address_of_m_listNpc_11() { return &___m_listNpc_11; } inline void set_m_listNpc_11(List_1_t3978349119 * value) { ___m_listNpc_11 = value; Il2CppCodeGenWriteBarrier((&___m_listNpc_11), value); } inline static int32_t get_offset_of_m_listSectionScore_12() { return static_cast(offsetof(CPveStage_t850204332, ___m_listSectionScore_12)); } inline List_1_t3588365150 * get_m_listSectionScore_12() const { return ___m_listSectionScore_12; } inline List_1_t3588365150 ** get_address_of_m_listSectionScore_12() { return &___m_listSectionScore_12; } inline void set_m_listSectionScore_12(List_1_t3588365150 * value) { ___m_listSectionScore_12 = value; Il2CppCodeGenWriteBarrier((&___m_listSectionScore_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPVESTAGE_T850204332_H #ifndef CPERSONALITEMDATA_T2442059574_H #define CPERSONALITEMDATA_T2442059574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPersonalItemData struct CPersonalItemData_t2442059574 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPersonalItemData::modelID int32_t ___modelID_0; // System.Int32 DMCore.Logic.CPersonalItemData::itemSeverID int32_t ___itemSeverID_1; // System.Int32 DMCore.Logic.CPersonalItemData::itemPrice int32_t ___itemPrice_2; // System.Int32 DMCore.Logic.CPersonalItemData::itemDiamond int32_t ___itemDiamond_3; // System.Int32 DMCore.Logic.CPersonalItemData::itemLife int32_t ___itemLife_4; // DMCore.Logic.ItemTag DMCore.Logic.CPersonalItemData::itemTag int32_t ___itemTag_5; public: inline static int32_t get_offset_of_modelID_0() { return static_cast(offsetof(CPersonalItemData_t2442059574, ___modelID_0)); } inline int32_t get_modelID_0() const { return ___modelID_0; } inline int32_t* get_address_of_modelID_0() { return &___modelID_0; } inline void set_modelID_0(int32_t value) { ___modelID_0 = value; } inline static int32_t get_offset_of_itemSeverID_1() { return static_cast(offsetof(CPersonalItemData_t2442059574, ___itemSeverID_1)); } inline int32_t get_itemSeverID_1() const { return ___itemSeverID_1; } inline int32_t* get_address_of_itemSeverID_1() { return &___itemSeverID_1; } inline void set_itemSeverID_1(int32_t value) { ___itemSeverID_1 = value; } inline static int32_t get_offset_of_itemPrice_2() { return static_cast(offsetof(CPersonalItemData_t2442059574, ___itemPrice_2)); } inline int32_t get_itemPrice_2() const { return ___itemPrice_2; } inline int32_t* get_address_of_itemPrice_2() { return &___itemPrice_2; } inline void set_itemPrice_2(int32_t value) { ___itemPrice_2 = value; } inline static int32_t get_offset_of_itemDiamond_3() { return static_cast(offsetof(CPersonalItemData_t2442059574, ___itemDiamond_3)); } inline int32_t get_itemDiamond_3() const { return ___itemDiamond_3; } inline int32_t* get_address_of_itemDiamond_3() { return &___itemDiamond_3; } inline void set_itemDiamond_3(int32_t value) { ___itemDiamond_3 = value; } inline static int32_t get_offset_of_itemLife_4() { return static_cast(offsetof(CPersonalItemData_t2442059574, ___itemLife_4)); } inline int32_t get_itemLife_4() const { return ___itemLife_4; } inline int32_t* get_address_of_itemLife_4() { return &___itemLife_4; } inline void set_itemLife_4(int32_t value) { ___itemLife_4 = value; } inline static int32_t get_offset_of_itemTag_5() { return static_cast(offsetof(CPersonalItemData_t2442059574, ___itemTag_5)); } inline int32_t get_itemTag_5() const { return ___itemTag_5; } inline int32_t* get_address_of_itemTag_5() { return &___itemTag_5; } inline void set_itemTag_5(int32_t value) { ___itemTag_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPERSONALITEMDATA_T2442059574_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 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 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 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 KEYVALUEPAIR_2_T345537496_H #define KEYVALUEPAIR_2_T345537496_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t345537496 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value PetActionGroup_t1314741595 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t345537496, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t345537496, ___value_1)); } inline PetActionGroup_t1314741595 * get_value_1() const { return ___value_1; } inline PetActionGroup_t1314741595 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(PetActionGroup_t1314741595 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T345537496_H #ifndef CFRAGMENT_T3696211104_H #define CFRAGMENT_T3696211104_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFragment struct CFragment_t3696211104 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CFragment::m_ConfigID int32_t ___m_ConfigID_0; // DMCore.Logic.FragmentFixedType DMCore.Logic.CFragment::m_FixedType int32_t ___m_FixedType_1; // DMCore.Logic.ItemQuality DMCore.Logic.CFragment::m_Quality int32_t ___m_Quality_2; // System.Int32 DMCore.Logic.CFragment::m_Validation int32_t ___m_Validation_3; // System.Boolean DMCore.Logic.CFragment::m_IsBlueprint bool ___m_IsBlueprint_4; // System.Int32 DMCore.Logic.CFragment::m_Probability int32_t ___m_Probability_5; public: inline static int32_t get_offset_of_m_ConfigID_0() { return static_cast(offsetof(CFragment_t3696211104, ___m_ConfigID_0)); } inline int32_t get_m_ConfigID_0() const { return ___m_ConfigID_0; } inline int32_t* get_address_of_m_ConfigID_0() { return &___m_ConfigID_0; } inline void set_m_ConfigID_0(int32_t value) { ___m_ConfigID_0 = value; } inline static int32_t get_offset_of_m_FixedType_1() { return static_cast(offsetof(CFragment_t3696211104, ___m_FixedType_1)); } inline int32_t get_m_FixedType_1() const { return ___m_FixedType_1; } inline int32_t* get_address_of_m_FixedType_1() { return &___m_FixedType_1; } inline void set_m_FixedType_1(int32_t value) { ___m_FixedType_1 = value; } inline static int32_t get_offset_of_m_Quality_2() { return static_cast(offsetof(CFragment_t3696211104, ___m_Quality_2)); } inline int32_t get_m_Quality_2() const { return ___m_Quality_2; } inline int32_t* get_address_of_m_Quality_2() { return &___m_Quality_2; } inline void set_m_Quality_2(int32_t value) { ___m_Quality_2 = value; } inline static int32_t get_offset_of_m_Validation_3() { return static_cast(offsetof(CFragment_t3696211104, ___m_Validation_3)); } inline int32_t get_m_Validation_3() const { return ___m_Validation_3; } inline int32_t* get_address_of_m_Validation_3() { return &___m_Validation_3; } inline void set_m_Validation_3(int32_t value) { ___m_Validation_3 = value; } inline static int32_t get_offset_of_m_IsBlueprint_4() { return static_cast(offsetof(CFragment_t3696211104, ___m_IsBlueprint_4)); } inline bool get_m_IsBlueprint_4() const { return ___m_IsBlueprint_4; } inline bool* get_address_of_m_IsBlueprint_4() { return &___m_IsBlueprint_4; } inline void set_m_IsBlueprint_4(bool value) { ___m_IsBlueprint_4 = value; } inline static int32_t get_offset_of_m_Probability_5() { return static_cast(offsetof(CFragment_t3696211104, ___m_Probability_5)); } inline int32_t get_m_Probability_5() const { return ___m_Probability_5; } inline int32_t* get_address_of_m_Probability_5() { return &___m_Probability_5; } inline void set_m_Probability_5(int32_t value) { ___m_Probability_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFRAGMENT_T3696211104_H #ifndef CPEOPLEDATA_T2200687805_H #define CPEOPLEDATA_T2200687805_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.cPeopleData struct cPeopleData_t2200687805 : public RuntimeObject { public: // DMCore.Logic.enumFamilyType DMCore.Logic.cPeopleData::_type int32_t ____type_0; // System.Int64 DMCore.Logic.cPeopleData::_userID int64_t ____userID_1; // System.Int32 DMCore.Logic.cPeopleData::_sex int32_t ____sex_2; // System.Int32 DMCore.Logic.cPeopleData::_Level int32_t ____Level_3; // System.Int32 DMCore.Logic.cPeopleData::_VipLevel int32_t ____VipLevel_4; // DMCore.Logic.enumOnlineState DMCore.Logic.cPeopleData::_OnlineState int32_t ____OnlineState_5; // System.String DMCore.Logic.cPeopleData::_name String_t* ____name_6; // System.Int64 DMCore.Logic.cPeopleData::_photoHeadID int64_t ____photoHeadID_7; // System.Int32 DMCore.Logic.cPeopleData::_member_level int32_t ____member_level_8; // System.Int32 DMCore.Logic.cPeopleData::_loveValue int32_t ____loveValue_9; // System.Int32 DMCore.Logic.cPeopleData::_loveLevel int32_t ____loveLevel_10; // System.Boolean DMCore.Logic.cPeopleData::_bChange bool ____bChange_11; public: inline static int32_t get_offset_of__type_0() { return static_cast(offsetof(cPeopleData_t2200687805, ____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__userID_1() { return static_cast(offsetof(cPeopleData_t2200687805, ____userID_1)); } inline int64_t get__userID_1() const { return ____userID_1; } inline int64_t* get_address_of__userID_1() { return &____userID_1; } inline void set__userID_1(int64_t value) { ____userID_1 = value; } inline static int32_t get_offset_of__sex_2() { return static_cast(offsetof(cPeopleData_t2200687805, ____sex_2)); } inline int32_t get__sex_2() const { return ____sex_2; } inline int32_t* get_address_of__sex_2() { return &____sex_2; } inline void set__sex_2(int32_t value) { ____sex_2 = value; } inline static int32_t get_offset_of__Level_3() { return static_cast(offsetof(cPeopleData_t2200687805, ____Level_3)); } inline int32_t get__Level_3() const { return ____Level_3; } inline int32_t* get_address_of__Level_3() { return &____Level_3; } inline void set__Level_3(int32_t value) { ____Level_3 = value; } inline static int32_t get_offset_of__VipLevel_4() { return static_cast(offsetof(cPeopleData_t2200687805, ____VipLevel_4)); } inline int32_t get__VipLevel_4() const { return ____VipLevel_4; } inline int32_t* get_address_of__VipLevel_4() { return &____VipLevel_4; } inline void set__VipLevel_4(int32_t value) { ____VipLevel_4 = value; } inline static int32_t get_offset_of__OnlineState_5() { return static_cast(offsetof(cPeopleData_t2200687805, ____OnlineState_5)); } inline int32_t get__OnlineState_5() const { return ____OnlineState_5; } inline int32_t* get_address_of__OnlineState_5() { return &____OnlineState_5; } inline void set__OnlineState_5(int32_t value) { ____OnlineState_5 = value; } inline static int32_t get_offset_of__name_6() { return static_cast(offsetof(cPeopleData_t2200687805, ____name_6)); } inline String_t* get__name_6() const { return ____name_6; } inline String_t** get_address_of__name_6() { return &____name_6; } inline void set__name_6(String_t* value) { ____name_6 = value; Il2CppCodeGenWriteBarrier((&____name_6), value); } inline static int32_t get_offset_of__photoHeadID_7() { return static_cast(offsetof(cPeopleData_t2200687805, ____photoHeadID_7)); } inline int64_t get__photoHeadID_7() const { return ____photoHeadID_7; } inline int64_t* get_address_of__photoHeadID_7() { return &____photoHeadID_7; } inline void set__photoHeadID_7(int64_t value) { ____photoHeadID_7 = value; } inline static int32_t get_offset_of__member_level_8() { return static_cast(offsetof(cPeopleData_t2200687805, ____member_level_8)); } inline int32_t get__member_level_8() const { return ____member_level_8; } inline int32_t* get_address_of__member_level_8() { return &____member_level_8; } inline void set__member_level_8(int32_t value) { ____member_level_8 = value; } inline static int32_t get_offset_of__loveValue_9() { return static_cast(offsetof(cPeopleData_t2200687805, ____loveValue_9)); } inline int32_t get__loveValue_9() const { return ____loveValue_9; } inline int32_t* get_address_of__loveValue_9() { return &____loveValue_9; } inline void set__loveValue_9(int32_t value) { ____loveValue_9 = value; } inline static int32_t get_offset_of__loveLevel_10() { return static_cast(offsetof(cPeopleData_t2200687805, ____loveLevel_10)); } inline int32_t get__loveLevel_10() const { return ____loveLevel_10; } inline int32_t* get_address_of__loveLevel_10() { return &____loveLevel_10; } inline void set__loveLevel_10(int32_t value) { ____loveLevel_10 = value; } inline static int32_t get_offset_of__bChange_11() { return static_cast(offsetof(cPeopleData_t2200687805, ____bChange_11)); } inline bool get__bChange_11() const { return ____bChange_11; } inline bool* get_address_of__bChange_11() { return &____bChange_11; } inline void set__bChange_11(bool value) { ____bChange_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPEOPLEDATA_T2200687805_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 CPET_T2667050390_H #define CPET_T2667050390_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPet struct CPet_t2667050390 : public RuntimeObject { public: // System.Int64 DMCore.Logic.CPet::k__BackingField int64_t ___U3CPetIDU3Ek__BackingField_0; // System.Int32 DMCore.Logic.CPet::k__BackingField int32_t ___U3CConfigIDU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CPet::k__BackingField int32_t ___U3CModelIDU3Ek__BackingField_2; // System.String DMCore.Logic.CPet::k__BackingField String_t* ___U3CPetNameU3Ek__BackingField_3; // DMCore.Logic.PetVarietyType DMCore.Logic.CPet::k__BackingField int32_t ___U3CmPetVarietyTypeU3Ek__BackingField_4; // DMCore.Logic.PetPhysiologyState DMCore.Logic.CPet::k__BackingField int32_t ___U3CmPetPhysiologyStateU3Ek__BackingField_5; // System.Int32 DMCore.Logic.CPet::k__BackingField int32_t ___U3CSexU3Ek__BackingField_6; // System.Int32 DMCore.Logic.CPet::k__BackingField int32_t ___U3CLevelU3Ek__BackingField_7; // System.Int32 DMCore.Logic.CPet::k__BackingField int32_t ___U3CStarU3Ek__BackingField_8; // System.Int32 DMCore.Logic.CPet::k__BackingField int32_t ___U3CQualityU3Ek__BackingField_9; // System.Int32 DMCore.Logic.CPet::k__BackingField int32_t ___U3CCurrentExperienceU3Ek__BackingField_10; // System.Int32 DMCore.Logic.CPet::k__BackingField int32_t ___U3CCurrentEnergyU3Ek__BackingField_11; // System.Int32 DMCore.Logic.CPet::k__BackingField int32_t ___U3CLeftHatchTimeU3Ek__BackingField_12; // DMCore.Logic.PetPhysicsState DMCore.Logic.CPet::k__BackingField int32_t ___U3CmPetPhysicsStateU3Ek__BackingField_13; public: inline static int32_t get_offset_of_U3CPetIDU3Ek__BackingField_0() { return static_cast(offsetof(CPet_t2667050390, ___U3CPetIDU3Ek__BackingField_0)); } inline int64_t get_U3CPetIDU3Ek__BackingField_0() const { return ___U3CPetIDU3Ek__BackingField_0; } inline int64_t* get_address_of_U3CPetIDU3Ek__BackingField_0() { return &___U3CPetIDU3Ek__BackingField_0; } inline void set_U3CPetIDU3Ek__BackingField_0(int64_t value) { ___U3CPetIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CConfigIDU3Ek__BackingField_1() { return static_cast(offsetof(CPet_t2667050390, ___U3CConfigIDU3Ek__BackingField_1)); } inline int32_t get_U3CConfigIDU3Ek__BackingField_1() const { return ___U3CConfigIDU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CConfigIDU3Ek__BackingField_1() { return &___U3CConfigIDU3Ek__BackingField_1; } inline void set_U3CConfigIDU3Ek__BackingField_1(int32_t value) { ___U3CConfigIDU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CModelIDU3Ek__BackingField_2() { return static_cast(offsetof(CPet_t2667050390, ___U3CModelIDU3Ek__BackingField_2)); } inline int32_t get_U3CModelIDU3Ek__BackingField_2() const { return ___U3CModelIDU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CModelIDU3Ek__BackingField_2() { return &___U3CModelIDU3Ek__BackingField_2; } inline void set_U3CModelIDU3Ek__BackingField_2(int32_t value) { ___U3CModelIDU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CPetNameU3Ek__BackingField_3() { return static_cast(offsetof(CPet_t2667050390, ___U3CPetNameU3Ek__BackingField_3)); } inline String_t* get_U3CPetNameU3Ek__BackingField_3() const { return ___U3CPetNameU3Ek__BackingField_3; } inline String_t** get_address_of_U3CPetNameU3Ek__BackingField_3() { return &___U3CPetNameU3Ek__BackingField_3; } inline void set_U3CPetNameU3Ek__BackingField_3(String_t* value) { ___U3CPetNameU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CPetNameU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3CmPetVarietyTypeU3Ek__BackingField_4() { return static_cast(offsetof(CPet_t2667050390, ___U3CmPetVarietyTypeU3Ek__BackingField_4)); } inline int32_t get_U3CmPetVarietyTypeU3Ek__BackingField_4() const { return ___U3CmPetVarietyTypeU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CmPetVarietyTypeU3Ek__BackingField_4() { return &___U3CmPetVarietyTypeU3Ek__BackingField_4; } inline void set_U3CmPetVarietyTypeU3Ek__BackingField_4(int32_t value) { ___U3CmPetVarietyTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CmPetPhysiologyStateU3Ek__BackingField_5() { return static_cast(offsetof(CPet_t2667050390, ___U3CmPetPhysiologyStateU3Ek__BackingField_5)); } inline int32_t get_U3CmPetPhysiologyStateU3Ek__BackingField_5() const { return ___U3CmPetPhysiologyStateU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CmPetPhysiologyStateU3Ek__BackingField_5() { return &___U3CmPetPhysiologyStateU3Ek__BackingField_5; } inline void set_U3CmPetPhysiologyStateU3Ek__BackingField_5(int32_t value) { ___U3CmPetPhysiologyStateU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CSexU3Ek__BackingField_6() { return static_cast(offsetof(CPet_t2667050390, ___U3CSexU3Ek__BackingField_6)); } inline int32_t get_U3CSexU3Ek__BackingField_6() const { return ___U3CSexU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CSexU3Ek__BackingField_6() { return &___U3CSexU3Ek__BackingField_6; } inline void set_U3CSexU3Ek__BackingField_6(int32_t value) { ___U3CSexU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CLevelU3Ek__BackingField_7() { return static_cast(offsetof(CPet_t2667050390, ___U3CLevelU3Ek__BackingField_7)); } inline int32_t get_U3CLevelU3Ek__BackingField_7() const { return ___U3CLevelU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CLevelU3Ek__BackingField_7() { return &___U3CLevelU3Ek__BackingField_7; } inline void set_U3CLevelU3Ek__BackingField_7(int32_t value) { ___U3CLevelU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CStarU3Ek__BackingField_8() { return static_cast(offsetof(CPet_t2667050390, ___U3CStarU3Ek__BackingField_8)); } inline int32_t get_U3CStarU3Ek__BackingField_8() const { return ___U3CStarU3Ek__BackingField_8; } inline int32_t* get_address_of_U3CStarU3Ek__BackingField_8() { return &___U3CStarU3Ek__BackingField_8; } inline void set_U3CStarU3Ek__BackingField_8(int32_t value) { ___U3CStarU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CQualityU3Ek__BackingField_9() { return static_cast(offsetof(CPet_t2667050390, ___U3CQualityU3Ek__BackingField_9)); } inline int32_t get_U3CQualityU3Ek__BackingField_9() const { return ___U3CQualityU3Ek__BackingField_9; } inline int32_t* get_address_of_U3CQualityU3Ek__BackingField_9() { return &___U3CQualityU3Ek__BackingField_9; } inline void set_U3CQualityU3Ek__BackingField_9(int32_t value) { ___U3CQualityU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CCurrentExperienceU3Ek__BackingField_10() { return static_cast(offsetof(CPet_t2667050390, ___U3CCurrentExperienceU3Ek__BackingField_10)); } inline int32_t get_U3CCurrentExperienceU3Ek__BackingField_10() const { return ___U3CCurrentExperienceU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CCurrentExperienceU3Ek__BackingField_10() { return &___U3CCurrentExperienceU3Ek__BackingField_10; } inline void set_U3CCurrentExperienceU3Ek__BackingField_10(int32_t value) { ___U3CCurrentExperienceU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CCurrentEnergyU3Ek__BackingField_11() { return static_cast(offsetof(CPet_t2667050390, ___U3CCurrentEnergyU3Ek__BackingField_11)); } inline int32_t get_U3CCurrentEnergyU3Ek__BackingField_11() const { return ___U3CCurrentEnergyU3Ek__BackingField_11; } inline int32_t* get_address_of_U3CCurrentEnergyU3Ek__BackingField_11() { return &___U3CCurrentEnergyU3Ek__BackingField_11; } inline void set_U3CCurrentEnergyU3Ek__BackingField_11(int32_t value) { ___U3CCurrentEnergyU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CLeftHatchTimeU3Ek__BackingField_12() { return static_cast(offsetof(CPet_t2667050390, ___U3CLeftHatchTimeU3Ek__BackingField_12)); } inline int32_t get_U3CLeftHatchTimeU3Ek__BackingField_12() const { return ___U3CLeftHatchTimeU3Ek__BackingField_12; } inline int32_t* get_address_of_U3CLeftHatchTimeU3Ek__BackingField_12() { return &___U3CLeftHatchTimeU3Ek__BackingField_12; } inline void set_U3CLeftHatchTimeU3Ek__BackingField_12(int32_t value) { ___U3CLeftHatchTimeU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_U3CmPetPhysicsStateU3Ek__BackingField_13() { return static_cast(offsetof(CPet_t2667050390, ___U3CmPetPhysicsStateU3Ek__BackingField_13)); } inline int32_t get_U3CmPetPhysicsStateU3Ek__BackingField_13() const { return ___U3CmPetPhysicsStateU3Ek__BackingField_13; } inline int32_t* get_address_of_U3CmPetPhysicsStateU3Ek__BackingField_13() { return &___U3CmPetPhysicsStateU3Ek__BackingField_13; } inline void set_U3CmPetPhysicsStateU3Ek__BackingField_13(int32_t value) { ___U3CmPetPhysicsStateU3Ek__BackingField_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPET_T2667050390_H #ifndef CARDSLOTINFO_T3860008132_H #define CARDSLOTINFO_T3860008132_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CardSlotInfo struct CardSlotInfo_t3860008132 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CardSlotInfo::index int32_t ___index_0; // System.Int32 DMCore.Logic.CardSlotInfo::cardID int32_t ___cardID_1; // DMCore.Logic.EM_CardSlot_State DMCore.Logic.CardSlotInfo::state int32_t ___state_2; // DMCore.Logic.EM_CardSlotUnlock_Type DMCore.Logic.CardSlotInfo::type int32_t ___type_3; // System.Int32 DMCore.Logic.CardSlotInfo::unlockValue int32_t ___unlockValue_4; // System.Int32 DMCore.Logic.CardSlotInfo::countdown int32_t ___countdown_5; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(CardSlotInfo_t3860008132, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_cardID_1() { return static_cast(offsetof(CardSlotInfo_t3860008132, ___cardID_1)); } inline int32_t get_cardID_1() const { return ___cardID_1; } inline int32_t* get_address_of_cardID_1() { return &___cardID_1; } inline void set_cardID_1(int32_t value) { ___cardID_1 = value; } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(CardSlotInfo_t3860008132, ___state_2)); } inline int32_t get_state_2() const { return ___state_2; } inline int32_t* get_address_of_state_2() { return &___state_2; } inline void set_state_2(int32_t value) { ___state_2 = value; } inline static int32_t get_offset_of_type_3() { return static_cast(offsetof(CardSlotInfo_t3860008132, ___type_3)); } inline int32_t get_type_3() const { return ___type_3; } inline int32_t* get_address_of_type_3() { return &___type_3; } inline void set_type_3(int32_t value) { ___type_3 = value; } inline static int32_t get_offset_of_unlockValue_4() { return static_cast(offsetof(CardSlotInfo_t3860008132, ___unlockValue_4)); } inline int32_t get_unlockValue_4() const { return ___unlockValue_4; } inline int32_t* get_address_of_unlockValue_4() { return &___unlockValue_4; } inline void set_unlockValue_4(int32_t value) { ___unlockValue_4 = value; } inline static int32_t get_offset_of_countdown_5() { return static_cast(offsetof(CardSlotInfo_t3860008132, ___countdown_5)); } inline int32_t get_countdown_5() const { return ___countdown_5; } inline int32_t* get_address_of_countdown_5() { return &___countdown_5; } inline void set_countdown_5(int32_t value) { ___countdown_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CARDSLOTINFO_T3860008132_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 KEYVALUEPAIR_2_T3641997769_H #define KEYVALUEPAIR_2_T3641997769_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2> struct KeyValuePair_2_t3641997769 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value List_1_t316234572 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3641997769, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3641997769, ___value_1)); } inline List_1_t316234572 * get_value_1() const { return ___value_1; } inline List_1_t316234572 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(List_1_t316234572 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3641997769_H #ifndef KEYVALUEPAIR_2_T2110902065_H #define KEYVALUEPAIR_2_T2110902065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2110902065 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2110902065, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2110902065, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2110902065_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 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 CPINGDATALIST_T1861597238_H #define CPINGDATALIST_T1861597238_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.cPingDataList struct cPingDataList_t1861597238 : public RuntimeObject { public: // System.Int64 DMCore.Logic.cPingDataList::_userID int64_t ____userID_0; // System.Int32 DMCore.Logic.cPingDataList::_sex int32_t ____sex_1; // System.String DMCore.Logic.cPingDataList::_name String_t* ____name_2; // DMCore.Logic.enumFamilyType DMCore.Logic.cPingDataList::_selected int32_t ____selected_3; // System.Collections.Generic.List`1 DMCore.Logic.cPingDataList::_pingList List_1_t293923529 * ____pingList_4; // System.Boolean DMCore.Logic.cPingDataList::_bChange bool ____bChange_5; public: inline static int32_t get_offset_of__userID_0() { return static_cast(offsetof(cPingDataList_t1861597238, ____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(cPingDataList_t1861597238, ____sex_1)); } inline int32_t get__sex_1() const { return ____sex_1; } inline int32_t* get_address_of__sex_1() { return &____sex_1; } inline void set__sex_1(int32_t value) { ____sex_1 = value; } inline static int32_t get_offset_of__name_2() { return static_cast(offsetof(cPingDataList_t1861597238, ____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__selected_3() { return static_cast(offsetof(cPingDataList_t1861597238, ____selected_3)); } inline int32_t get__selected_3() const { return ____selected_3; } inline int32_t* get_address_of__selected_3() { return &____selected_3; } inline void set__selected_3(int32_t value) { ____selected_3 = value; } inline static int32_t get_offset_of__pingList_4() { return static_cast(offsetof(cPingDataList_t1861597238, ____pingList_4)); } inline List_1_t293923529 * get__pingList_4() const { return ____pingList_4; } inline List_1_t293923529 ** get_address_of__pingList_4() { return &____pingList_4; } inline void set__pingList_4(List_1_t293923529 * value) { ____pingList_4 = value; Il2CppCodeGenWriteBarrier((&____pingList_4), value); } inline static int32_t get_offset_of__bChange_5() { return static_cast(offsetof(cPingDataList_t1861597238, ____bChange_5)); } inline bool get__bChange_5() const { return ____bChange_5; } inline bool* get_address_of__bChange_5() { return &____bChange_5; } inline void set__bChange_5(bool value) { ____bChange_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPINGDATALIST_T1861597238_H #ifndef CPHOTOITEM_T3945992683_H #define CPHOTOITEM_T3945992683_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPhotoManager/CPhotoItem struct CPhotoItem_t3945992683 : public RuntimeObject { public: // DMCore.Logic.CPhotoManager/QueryState DMCore.Logic.CPhotoManager/CPhotoItem::m_queryImage int32_t ___m_queryImage_0; // UnityEngine.Texture2D DMCore.Logic.CPhotoManager/CPhotoItem::m_image Texture2D_t3840446185 * ___m_image_1; // System.String DMCore.Logic.CPhotoManager/CPhotoItem::m_photoUrl String_t* ___m_photoUrl_2; public: inline static int32_t get_offset_of_m_queryImage_0() { return static_cast(offsetof(CPhotoItem_t3945992683, ___m_queryImage_0)); } inline int32_t get_m_queryImage_0() const { return ___m_queryImage_0; } inline int32_t* get_address_of_m_queryImage_0() { return &___m_queryImage_0; } inline void set_m_queryImage_0(int32_t value) { ___m_queryImage_0 = value; } inline static int32_t get_offset_of_m_image_1() { return static_cast(offsetof(CPhotoItem_t3945992683, ___m_image_1)); } inline Texture2D_t3840446185 * get_m_image_1() const { return ___m_image_1; } inline Texture2D_t3840446185 ** get_address_of_m_image_1() { return &___m_image_1; } inline void set_m_image_1(Texture2D_t3840446185 * value) { ___m_image_1 = value; Il2CppCodeGenWriteBarrier((&___m_image_1), value); } inline static int32_t get_offset_of_m_photoUrl_2() { return static_cast(offsetof(CPhotoItem_t3945992683, ___m_photoUrl_2)); } inline String_t* get_m_photoUrl_2() const { return ___m_photoUrl_2; } inline String_t** get_address_of_m_photoUrl_2() { return &___m_photoUrl_2; } inline void set_m_photoUrl_2(String_t* value) { ___m_photoUrl_2 = value; Il2CppCodeGenWriteBarrier((&___m_photoUrl_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPHOTOITEM_T3945992683_H #ifndef CPHOTOURL_T2734270734_H #define CPHOTOURL_T2734270734_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPhotoManager/CPhotoUrl struct CPhotoUrl_t2734270734 : public RuntimeObject { public: // System.String DMCore.Logic.CPhotoManager/CPhotoUrl::m_photoUrl String_t* ___m_photoUrl_0; // DMCore.Logic.CPhotoManager/QueryState DMCore.Logic.CPhotoManager/CPhotoUrl::m_queryState int32_t ___m_queryState_1; public: inline static int32_t get_offset_of_m_photoUrl_0() { return static_cast(offsetof(CPhotoUrl_t2734270734, ___m_photoUrl_0)); } inline String_t* get_m_photoUrl_0() const { return ___m_photoUrl_0; } inline String_t** get_address_of_m_photoUrl_0() { return &___m_photoUrl_0; } inline void set_m_photoUrl_0(String_t* value) { ___m_photoUrl_0 = value; Il2CppCodeGenWriteBarrier((&___m_photoUrl_0), value); } inline static int32_t get_offset_of_m_queryState_1() { return static_cast(offsetof(CPhotoUrl_t2734270734, ___m_queryState_1)); } inline int32_t get_m_queryState_1() const { return ___m_queryState_1; } inline int32_t* get_address_of_m_queryState_1() { return &___m_queryState_1; } inline void set_m_queryState_1(int32_t value) { ___m_queryState_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPHOTOURL_T2734270734_H #ifndef CITEMBASE_T2436786639_H #define CITEMBASE_T2436786639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CItemBase struct CItemBase_t2436786639 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CItemBase::m_ConfigID int32_t ___m_ConfigID_0; // System.Int32 DMCore.Logic.CItemBase::m_ServerID int32_t ___m_ServerID_1; // System.Int32 DMCore.Logic.CItemBase::m_FashionStarValue int32_t ___m_FashionStarValue_2; // DMCore.Logic.ItemQuality DMCore.Logic.CItemBase::m_Quality int32_t ___m_Quality_3; // DMCore.CDataProperty DMCore.Logic.CItemBase::m_Property CDataProperty_t2806246268 * ___m_Property_4; // DMCore.Logic.PackageItemType DMCore.Logic.CItemBase::m_Type int32_t ___m_Type_5; // System.Int32 DMCore.Logic.CItemBase::m_CanRenew int32_t ___m_CanRenew_6; // System.Int32 DMCore.Logic.CItemBase::m_tag int32_t ___m_tag_7; public: inline static int32_t get_offset_of_m_ConfigID_0() { return static_cast(offsetof(CItemBase_t2436786639, ___m_ConfigID_0)); } inline int32_t get_m_ConfigID_0() const { return ___m_ConfigID_0; } inline int32_t* get_address_of_m_ConfigID_0() { return &___m_ConfigID_0; } inline void set_m_ConfigID_0(int32_t value) { ___m_ConfigID_0 = value; } inline static int32_t get_offset_of_m_ServerID_1() { return static_cast(offsetof(CItemBase_t2436786639, ___m_ServerID_1)); } inline int32_t get_m_ServerID_1() const { return ___m_ServerID_1; } inline int32_t* get_address_of_m_ServerID_1() { return &___m_ServerID_1; } inline void set_m_ServerID_1(int32_t value) { ___m_ServerID_1 = value; } inline static int32_t get_offset_of_m_FashionStarValue_2() { return static_cast(offsetof(CItemBase_t2436786639, ___m_FashionStarValue_2)); } inline int32_t get_m_FashionStarValue_2() const { return ___m_FashionStarValue_2; } inline int32_t* get_address_of_m_FashionStarValue_2() { return &___m_FashionStarValue_2; } inline void set_m_FashionStarValue_2(int32_t value) { ___m_FashionStarValue_2 = value; } inline static int32_t get_offset_of_m_Quality_3() { return static_cast(offsetof(CItemBase_t2436786639, ___m_Quality_3)); } inline int32_t get_m_Quality_3() const { return ___m_Quality_3; } inline int32_t* get_address_of_m_Quality_3() { return &___m_Quality_3; } inline void set_m_Quality_3(int32_t value) { ___m_Quality_3 = value; } inline static int32_t get_offset_of_m_Property_4() { return static_cast(offsetof(CItemBase_t2436786639, ___m_Property_4)); } inline CDataProperty_t2806246268 * get_m_Property_4() const { return ___m_Property_4; } inline CDataProperty_t2806246268 ** get_address_of_m_Property_4() { return &___m_Property_4; } inline void set_m_Property_4(CDataProperty_t2806246268 * value) { ___m_Property_4 = value; Il2CppCodeGenWriteBarrier((&___m_Property_4), value); } inline static int32_t get_offset_of_m_Type_5() { return static_cast(offsetof(CItemBase_t2436786639, ___m_Type_5)); } inline int32_t get_m_Type_5() const { return ___m_Type_5; } inline int32_t* get_address_of_m_Type_5() { return &___m_Type_5; } inline void set_m_Type_5(int32_t value) { ___m_Type_5 = value; } inline static int32_t get_offset_of_m_CanRenew_6() { return static_cast(offsetof(CItemBase_t2436786639, ___m_CanRenew_6)); } inline int32_t get_m_CanRenew_6() const { return ___m_CanRenew_6; } inline int32_t* get_address_of_m_CanRenew_6() { return &___m_CanRenew_6; } inline void set_m_CanRenew_6(int32_t value) { ___m_CanRenew_6 = value; } inline static int32_t get_offset_of_m_tag_7() { return static_cast(offsetof(CItemBase_t2436786639, ___m_tag_7)); } inline int32_t get_m_tag_7() const { return ___m_tag_7; } inline int32_t* get_address_of_m_tag_7() { return &___m_tag_7; } inline void set_m_tag_7(int32_t value) { ___m_tag_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CITEMBASE_T2436786639_H #ifndef CUSRPHOTOIMAGEDOWNLOAD_T1144575657_H #define CUSRPHOTOIMAGEDOWNLOAD_T1144575657_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPhotoManager/CPhotoItem/CUsrPhotoImageDownload struct CUsrPhotoImageDownload_t1144575657 : public CThreadMsgWebGet_t2224858682 { public: // DMCore.Logic.CPhotoManager/CPhotoItem DMCore.Logic.CPhotoManager/CPhotoItem/CUsrPhotoImageDownload::m_owner CPhotoItem_t3945992683 * ___m_owner_5; public: inline static int32_t get_offset_of_m_owner_5() { return static_cast(offsetof(CUsrPhotoImageDownload_t1144575657, ___m_owner_5)); } inline CPhotoItem_t3945992683 * get_m_owner_5() const { return ___m_owner_5; } inline CPhotoItem_t3945992683 ** get_address_of_m_owner_5() { return &___m_owner_5; } inline void set_m_owner_5(CPhotoItem_t3945992683 * value) { ___m_owner_5 = value; Il2CppCodeGenWriteBarrier((&___m_owner_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSRPHOTOIMAGEDOWNLOAD_T1144575657_H #ifndef CFRIENDINFO_T2621259868_H #define CFRIENDINFO_T2621259868_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFriendInfo struct CFriendInfo_t2621259868 : public RuntimeObject { public: // DMCore.Logic.enumFriendType DMCore.Logic.CFriendInfo::_FriendType int32_t ____FriendType_0; // System.Int64 DMCore.Logic.CFriendInfo::_userID int64_t ____userID_1; // System.Int32 DMCore.Logic.CFriendInfo::_sex int32_t ____sex_2; // System.Int32 DMCore.Logic.CFriendInfo::_Level int32_t ____Level_3; // System.Int32 DMCore.Logic.CFriendInfo::_VipLevel int32_t ____VipLevel_4; // System.Int32 DMCore.Logic.CFriendInfo::_Distance int32_t ____Distance_5; // DMCore.Logic.enumOnlineState DMCore.Logic.CFriendInfo::_OnlineState int32_t ____OnlineState_6; // System.String DMCore.Logic.CFriendInfo::_name String_t* ____name_7; // System.Int64 DMCore.Logic.CFriendInfo::_photoHeadID int64_t ____photoHeadID_8; // System.Boolean DMCore.Logic.CFriendInfo::_IsSelected bool ____IsSelected_9; // System.Int32 DMCore.Logic.CFriendInfo::_SendInviteTimes int32_t ____SendInviteTimes_10; // System.Int32 DMCore.Logic.CFriendInfo::_isLover int32_t ____isLover_11; // System.Int32 DMCore.Logic.CFriendInfo::_member_level int32_t ____member_level_12; // System.Boolean DMCore.Logic.CFriendInfo::_isSpecial bool ____isSpecial_13; // System.Int32 DMCore.Logic.CFriendInfo::_headbox_id int32_t ____headbox_id_14; public: inline static int32_t get_offset_of__FriendType_0() { return static_cast(offsetof(CFriendInfo_t2621259868, ____FriendType_0)); } inline int32_t get__FriendType_0() const { return ____FriendType_0; } inline int32_t* get_address_of__FriendType_0() { return &____FriendType_0; } inline void set__FriendType_0(int32_t value) { ____FriendType_0 = value; } inline static int32_t get_offset_of__userID_1() { return static_cast(offsetof(CFriendInfo_t2621259868, ____userID_1)); } inline int64_t get__userID_1() const { return ____userID_1; } inline int64_t* get_address_of__userID_1() { return &____userID_1; } inline void set__userID_1(int64_t value) { ____userID_1 = value; } inline static int32_t get_offset_of__sex_2() { return static_cast(offsetof(CFriendInfo_t2621259868, ____sex_2)); } inline int32_t get__sex_2() const { return ____sex_2; } inline int32_t* get_address_of__sex_2() { return &____sex_2; } inline void set__sex_2(int32_t value) { ____sex_2 = value; } inline static int32_t get_offset_of__Level_3() { return static_cast(offsetof(CFriendInfo_t2621259868, ____Level_3)); } inline int32_t get__Level_3() const { return ____Level_3; } inline int32_t* get_address_of__Level_3() { return &____Level_3; } inline void set__Level_3(int32_t value) { ____Level_3 = value; } inline static int32_t get_offset_of__VipLevel_4() { return static_cast(offsetof(CFriendInfo_t2621259868, ____VipLevel_4)); } inline int32_t get__VipLevel_4() const { return ____VipLevel_4; } inline int32_t* get_address_of__VipLevel_4() { return &____VipLevel_4; } inline void set__VipLevel_4(int32_t value) { ____VipLevel_4 = value; } inline static int32_t get_offset_of__Distance_5() { return static_cast(offsetof(CFriendInfo_t2621259868, ____Distance_5)); } inline int32_t get__Distance_5() const { return ____Distance_5; } inline int32_t* get_address_of__Distance_5() { return &____Distance_5; } inline void set__Distance_5(int32_t value) { ____Distance_5 = value; } inline static int32_t get_offset_of__OnlineState_6() { return static_cast(offsetof(CFriendInfo_t2621259868, ____OnlineState_6)); } inline int32_t get__OnlineState_6() const { return ____OnlineState_6; } inline int32_t* get_address_of__OnlineState_6() { return &____OnlineState_6; } inline void set__OnlineState_6(int32_t value) { ____OnlineState_6 = value; } inline static int32_t get_offset_of__name_7() { return static_cast(offsetof(CFriendInfo_t2621259868, ____name_7)); } inline String_t* get__name_7() const { return ____name_7; } inline String_t** get_address_of__name_7() { return &____name_7; } inline void set__name_7(String_t* value) { ____name_7 = value; Il2CppCodeGenWriteBarrier((&____name_7), value); } inline static int32_t get_offset_of__photoHeadID_8() { return static_cast(offsetof(CFriendInfo_t2621259868, ____photoHeadID_8)); } inline int64_t get__photoHeadID_8() const { return ____photoHeadID_8; } inline int64_t* get_address_of__photoHeadID_8() { return &____photoHeadID_8; } inline void set__photoHeadID_8(int64_t value) { ____photoHeadID_8 = value; } inline static int32_t get_offset_of__IsSelected_9() { return static_cast(offsetof(CFriendInfo_t2621259868, ____IsSelected_9)); } inline bool get__IsSelected_9() const { return ____IsSelected_9; } inline bool* get_address_of__IsSelected_9() { return &____IsSelected_9; } inline void set__IsSelected_9(bool value) { ____IsSelected_9 = value; } inline static int32_t get_offset_of__SendInviteTimes_10() { return static_cast(offsetof(CFriendInfo_t2621259868, ____SendInviteTimes_10)); } inline int32_t get__SendInviteTimes_10() const { return ____SendInviteTimes_10; } inline int32_t* get_address_of__SendInviteTimes_10() { return &____SendInviteTimes_10; } inline void set__SendInviteTimes_10(int32_t value) { ____SendInviteTimes_10 = value; } inline static int32_t get_offset_of__isLover_11() { return static_cast(offsetof(CFriendInfo_t2621259868, ____isLover_11)); } inline int32_t get__isLover_11() const { return ____isLover_11; } inline int32_t* get_address_of__isLover_11() { return &____isLover_11; } inline void set__isLover_11(int32_t value) { ____isLover_11 = value; } inline static int32_t get_offset_of__member_level_12() { return static_cast(offsetof(CFriendInfo_t2621259868, ____member_level_12)); } inline int32_t get__member_level_12() const { return ____member_level_12; } inline int32_t* get_address_of__member_level_12() { return &____member_level_12; } inline void set__member_level_12(int32_t value) { ____member_level_12 = value; } inline static int32_t get_offset_of__isSpecial_13() { return static_cast(offsetof(CFriendInfo_t2621259868, ____isSpecial_13)); } inline bool get__isSpecial_13() const { return ____isSpecial_13; } inline bool* get_address_of__isSpecial_13() { return &____isSpecial_13; } inline void set__isSpecial_13(bool value) { ____isSpecial_13 = value; } inline static int32_t get_offset_of__headbox_id_14() { return static_cast(offsetof(CFriendInfo_t2621259868, ____headbox_id_14)); } inline int32_t get__headbox_id_14() const { return ____headbox_id_14; } inline int32_t* get_address_of__headbox_id_14() { return &____headbox_id_14; } inline void set__headbox_id_14(int32_t value) { ____headbox_id_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFRIENDINFO_T2621259868_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 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 CCHANGENAMEINFO_T1998310127_H #define CCHANGENAMEINFO_T1998310127_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CChangeNameInfo struct CChangeNameInfo_t1998310127 : public RuntimeObject { public: // DMCore.Logic.enumChangeNameModule DMCore.Logic.CChangeNameInfo::OperationType int32_t ___OperationType_0; // System.String DMCore.Logic.CChangeNameInfo::CurrentName String_t* ___CurrentName_1; // DMCore.Logic.enumItemID DMCore.Logic.CChangeNameInfo::CardID int32_t ___CardID_2; // System.Int32 DMCore.Logic.CChangeNameInfo::GoldCount int32_t ___GoldCount_3; // System.Int32 DMCore.Logic.CChangeNameInfo::DiamondCount int32_t ___DiamondCount_4; // System.Boolean DMCore.Logic.CChangeNameInfo::IsRandomType bool ___IsRandomType_5; // System.Int32 DMCore.Logic.CChangeNameInfo::Sex int32_t ___Sex_6; // System.Boolean DMCore.Logic.CChangeNameInfo::IsUnique bool ___IsUnique_7; // System.Int32 DMCore.Logic.CChangeNameInfo::MaxRetryTimes int32_t ___MaxRetryTimes_8; // System.Int32 DMCore.Logic.CChangeNameInfo::RequestedTimes int32_t ___RequestedTimes_9; // System.String DMCore.Logic.CChangeNameInfo::MaxCharNum String_t* ___MaxCharNum_10; // DMCore.Logic.OnChangeNameCallback DMCore.Logic.CChangeNameInfo::Requestor OnChangeNameCallback_t2458829697 * ___Requestor_11; // DMCore.Logic.OnChangeNameCallback DMCore.Logic.CChangeNameInfo::Responsor OnChangeNameCallback_t2458829697 * ___Responsor_12; // DMCore.Logic.OnChangeNameCallback DMCore.Logic.CChangeNameInfo::CancelCallback OnChangeNameCallback_t2458829697 * ___CancelCallback_13; // DMCore.CDataArray DMCore.Logic.CChangeNameInfo::CustomParams CDataArray_t4068198041 * ___CustomParams_14; public: inline static int32_t get_offset_of_OperationType_0() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___OperationType_0)); } inline int32_t get_OperationType_0() const { return ___OperationType_0; } inline int32_t* get_address_of_OperationType_0() { return &___OperationType_0; } inline void set_OperationType_0(int32_t value) { ___OperationType_0 = value; } inline static int32_t get_offset_of_CurrentName_1() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___CurrentName_1)); } inline String_t* get_CurrentName_1() const { return ___CurrentName_1; } inline String_t** get_address_of_CurrentName_1() { return &___CurrentName_1; } inline void set_CurrentName_1(String_t* value) { ___CurrentName_1 = value; Il2CppCodeGenWriteBarrier((&___CurrentName_1), value); } inline static int32_t get_offset_of_CardID_2() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___CardID_2)); } inline int32_t get_CardID_2() const { return ___CardID_2; } inline int32_t* get_address_of_CardID_2() { return &___CardID_2; } inline void set_CardID_2(int32_t value) { ___CardID_2 = value; } inline static int32_t get_offset_of_GoldCount_3() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___GoldCount_3)); } inline int32_t get_GoldCount_3() const { return ___GoldCount_3; } inline int32_t* get_address_of_GoldCount_3() { return &___GoldCount_3; } inline void set_GoldCount_3(int32_t value) { ___GoldCount_3 = value; } inline static int32_t get_offset_of_DiamondCount_4() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___DiamondCount_4)); } inline int32_t get_DiamondCount_4() const { return ___DiamondCount_4; } inline int32_t* get_address_of_DiamondCount_4() { return &___DiamondCount_4; } inline void set_DiamondCount_4(int32_t value) { ___DiamondCount_4 = value; } inline static int32_t get_offset_of_IsRandomType_5() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___IsRandomType_5)); } inline bool get_IsRandomType_5() const { return ___IsRandomType_5; } inline bool* get_address_of_IsRandomType_5() { return &___IsRandomType_5; } inline void set_IsRandomType_5(bool value) { ___IsRandomType_5 = value; } inline static int32_t get_offset_of_Sex_6() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___Sex_6)); } inline int32_t get_Sex_6() const { return ___Sex_6; } inline int32_t* get_address_of_Sex_6() { return &___Sex_6; } inline void set_Sex_6(int32_t value) { ___Sex_6 = value; } inline static int32_t get_offset_of_IsUnique_7() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___IsUnique_7)); } inline bool get_IsUnique_7() const { return ___IsUnique_7; } inline bool* get_address_of_IsUnique_7() { return &___IsUnique_7; } inline void set_IsUnique_7(bool value) { ___IsUnique_7 = value; } inline static int32_t get_offset_of_MaxRetryTimes_8() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___MaxRetryTimes_8)); } inline int32_t get_MaxRetryTimes_8() const { return ___MaxRetryTimes_8; } inline int32_t* get_address_of_MaxRetryTimes_8() { return &___MaxRetryTimes_8; } inline void set_MaxRetryTimes_8(int32_t value) { ___MaxRetryTimes_8 = value; } inline static int32_t get_offset_of_RequestedTimes_9() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___RequestedTimes_9)); } inline int32_t get_RequestedTimes_9() const { return ___RequestedTimes_9; } inline int32_t* get_address_of_RequestedTimes_9() { return &___RequestedTimes_9; } inline void set_RequestedTimes_9(int32_t value) { ___RequestedTimes_9 = value; } inline static int32_t get_offset_of_MaxCharNum_10() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___MaxCharNum_10)); } inline String_t* get_MaxCharNum_10() const { return ___MaxCharNum_10; } inline String_t** get_address_of_MaxCharNum_10() { return &___MaxCharNum_10; } inline void set_MaxCharNum_10(String_t* value) { ___MaxCharNum_10 = value; Il2CppCodeGenWriteBarrier((&___MaxCharNum_10), value); } inline static int32_t get_offset_of_Requestor_11() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___Requestor_11)); } inline OnChangeNameCallback_t2458829697 * get_Requestor_11() const { return ___Requestor_11; } inline OnChangeNameCallback_t2458829697 ** get_address_of_Requestor_11() { return &___Requestor_11; } inline void set_Requestor_11(OnChangeNameCallback_t2458829697 * value) { ___Requestor_11 = value; Il2CppCodeGenWriteBarrier((&___Requestor_11), value); } inline static int32_t get_offset_of_Responsor_12() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___Responsor_12)); } inline OnChangeNameCallback_t2458829697 * get_Responsor_12() const { return ___Responsor_12; } inline OnChangeNameCallback_t2458829697 ** get_address_of_Responsor_12() { return &___Responsor_12; } inline void set_Responsor_12(OnChangeNameCallback_t2458829697 * value) { ___Responsor_12 = value; Il2CppCodeGenWriteBarrier((&___Responsor_12), value); } inline static int32_t get_offset_of_CancelCallback_13() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___CancelCallback_13)); } inline OnChangeNameCallback_t2458829697 * get_CancelCallback_13() const { return ___CancelCallback_13; } inline OnChangeNameCallback_t2458829697 ** get_address_of_CancelCallback_13() { return &___CancelCallback_13; } inline void set_CancelCallback_13(OnChangeNameCallback_t2458829697 * value) { ___CancelCallback_13 = value; Il2CppCodeGenWriteBarrier((&___CancelCallback_13), value); } inline static int32_t get_offset_of_CustomParams_14() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___CustomParams_14)); } inline CDataArray_t4068198041 * get_CustomParams_14() const { return ___CustomParams_14; } inline CDataArray_t4068198041 ** get_address_of_CustomParams_14() { return &___CustomParams_14; } inline void set_CustomParams_14(CDataArray_t4068198041 * value) { ___CustomParams_14 = value; Il2CppCodeGenWriteBarrier((&___CustomParams_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCHANGENAMEINFO_T1998310127_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 PREDICATE_1_T1624019811_H #define PREDICATE_1_T1624019811_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t1624019811 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1624019811_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 FRESHCOUPLEWALLPUBLISHVOICEBTN_T2594402265_H #define FRESHCOUPLEWALLPUBLISHVOICEBTN_T2594402265_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CoupleWallManager/FreshCoupleWallPublishVoiceBtn struct FreshCoupleWallPublishVoiceBtn_t2594402265 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FRESHCOUPLEWALLPUBLISHVOICEBTN_T2594402265_H #ifndef FRESHCOUPLEWALLEXPRESSVOICEBTN_T1937708699_H #define FRESHCOUPLEWALLEXPRESSVOICEBTN_T1937708699_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CoupleWallManager/FreshCoupleWallExpressVoiceBtn struct FreshCoupleWallExpressVoiceBtn_t1937708699 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FRESHCOUPLEWALLEXPRESSVOICEBTN_T1937708699_H #ifndef ONCOUPLEWALLPUBLISHVOICECALLBACK_T73764237_H #define ONCOUPLEWALLPUBLISHVOICECALLBACK_T73764237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CoupleWallManager/OnCoupleWallPublishVoiceCallBack struct OnCoupleWallPublishVoiceCallBack_t73764237 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCOUPLEWALLPUBLISHVOICECALLBACK_T73764237_H #ifndef ONCOUPLEWALLEXPRESSVOICECALLBACK_T773215007_H #define ONCOUPLEWALLEXPRESSVOICECALLBACK_T773215007_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CoupleWallManager/OnCoupleWallExpressVoiceCallBack struct OnCoupleWallExpressVoiceCallBack_t773215007 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCOUPLEWALLEXPRESSVOICECALLBACK_T773215007_H #ifndef ONCHANGENAMECALLBACK_T2458829697_H #define ONCHANGENAMECALLBACK_T2458829697_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.OnChangeNameCallback struct OnChangeNameCallback_t2458829697 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCHANGENAMECALLBACK_T2458829697_H #ifndef CHECKENERGYSTATECALLBACK_T3528280671_H #define CHECKENERGYSTATECALLBACK_T3528280671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveManager/CheckEnergyStateCallback struct CheckEnergyStateCallback_t3528280671 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHECKENERGYSTATECALLBACK_T3528280671_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 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 PREDICATE_1_T1485199439_H #define PREDICATE_1_T1485199439_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t1485199439 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1485199439_H #ifndef PREDICATE_1_T1958300152_H #define PREDICATE_1_T1958300152_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t1958300152 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1958300152_H #ifndef COMPARISON_1_T4158904757_H #define COMPARISON_1_T4158904757_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t4158904757 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T4158904757_H #ifndef ONSHOPLISTCHANGED_T1193369625_H #define ONSHOPLISTCHANGED_T1193369625_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CNoticeShopManager/OnShopListChanged struct OnShopListChanged_t1193369625 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONSHOPLISTCHANGED_T1193369625_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 ONSUBTASKCHANGED_T1167505012_H #define ONSUBTASKCHANGED_T1167505012_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CNoticeManager/OnSubTaskChanged struct OnSubTaskChanged_t1167505012 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONSUBTASKCHANGED_T1167505012_H #ifndef ONSTOPNOTICETASK_T773840426_H #define ONSTOPNOTICETASK_T773840426_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CNoticeManager/OnStopNoticeTask struct OnStopNoticeTask_t773840426 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONSTOPNOTICETASK_T773840426_H #ifndef ONSTARTNOTICETASK_T2656173874_H #define ONSTARTNOTICETASK_T2656173874_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CNoticeManager/OnStartNoticeTask struct OnStartNoticeTask_t2656173874 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONSTARTNOTICETASK_T2656173874_H #ifndef ONMAINTASKCHANGED_T359061898_H #define ONMAINTASKCHANGED_T359061898_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CNoticeManager/OnMainTaskChanged struct OnMainTaskChanged_t359061898 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONMAINTASKCHANGED_T359061898_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 ONCUREXPCHANGED_T1928539448_H #define ONCUREXPCHANGED_T1928539448_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CNoticeManager/OnCurExpChanged struct OnCurExpChanged_t1928539448 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCUREXPCHANGED_T1928539448_H #ifndef PREDICATE_1_T390334960_H #define PREDICATE_1_T390334960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t390334960 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T390334960_H #ifndef COMPARISON_1_T907937207_H #define COMPARISON_1_T907937207_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t907937207 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T907937207_H #ifndef CPROPITEM_T1455887095_H #define CPROPITEM_T1455887095_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPropItem struct CPropItem_t1455887095 : public CItemBase_t2436786639 { public: public: }; struct CPropItem_t1455887095_StaticFields { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPropItem::<>f__switch$map7 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map7_8; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map7_8() { return static_cast(offsetof(CPropItem_t1455887095_StaticFields, ___U3CU3Ef__switchU24map7_8)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map7_8() const { return ___U3CU3Ef__switchU24map7_8; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map7_8() { return &___U3CU3Ef__switchU24map7_8; } inline void set_U3CU3Ef__switchU24map7_8(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map7_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map7_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPROPITEM_T1455887095_H #ifndef PREDICATE_1_T2278697174_H #define PREDICATE_1_T2278697174_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2278697174 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2278697174_H #ifndef PREDICATE_1_T1711770683_H #define PREDICATE_1_T1711770683_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t1711770683 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1711770683_H #ifndef ACTION_1_T1302699353_H #define ACTION_1_T1302699353_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_t1302699353 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1302699353_H #ifndef PREDICATE_1_T2397391245_H #define PREDICATE_1_T2397391245_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2397391245 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2397391245_H #ifndef COMPARISON_1_T3634939311_H #define COMPARISON_1_T3634939311_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t3634939311 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T3634939311_H #ifndef ACTION_2_T4177122770_H #define ACTION_2_T4177122770_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t4177122770 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T4177122770_H #ifndef PREDICATE_1_T3633662144_H #define PREDICATE_1_T3633662144_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3633662144 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3633662144_H #ifndef PREDICATE_1_T643488350_H #define PREDICATE_1_T643488350_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t643488350 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T643488350_H #ifndef ENUMERATOR_T4197015400_H #define ENUMERATOR_T4197015400_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t4197015400 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t2242832625 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t345537496 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t4197015400, ___dictionary_0)); } inline Dictionary_2_t2242832625 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2242832625 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2242832625 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t4197015400, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t4197015400, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t4197015400, ___current_3)); } inline KeyValuePair_2_t345537496 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t345537496 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t345537496 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T4197015400_H #ifndef PREDICATE_1_T2956803178_H #define PREDICATE_1_T2956803178_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2956803178 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2956803178_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 PETANIOVER_T18903185_H #define PETANIOVER_T18903185_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetAniCfg/PetAniOver struct PetAniOver_t18903185 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETANIOVER_T18903185_H #ifndef TIMERCALLBACKPROC_T3381003091_H #define TIMERCALLBACKPROC_T3381003091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.TimerCallbackProc struct TimerCallbackProc_t3381003091 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMERCALLBACKPROC_T3381003091_H #ifndef CHECKPROPBYPROPERTY_T336342705_H #define CHECKPROPBYPROPERTY_T336342705_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPropManager/CheckPropByProperty struct CheckPropByProperty_t336342705 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHECKPROPBYPROPERTY_T336342705_H #ifndef PREDICATE_1_T2069756871_H #define PREDICATE_1_T2069756871_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2069756871 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2069756871_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 COMPARISON_1_T2517203772_H #define COMPARISON_1_T2517203772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1> struct Comparison_1_t2517203772 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T2517203772_H #ifndef ISCENENPCBASE_T3974693970_H #define ISCENENPCBASE_T3974693970_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ISceneNpcBase struct ISceneNpcBase_t3974693970 : public ISceneBaseObj_t858622483 { public: // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::k__BackingField bool ___U3CIsSubmitAlreadyU3Ek__BackingField_19; // System.Int64 DMCore.Framework.Scene.ISceneNpcBase::m_FollowTargetID int64_t ___m_FollowTargetID_20; // System.Single DMCore.Framework.Scene.ISceneNpcBase::m_FollowSpeed float ___m_FollowSpeed_21; // System.Single DMCore.Framework.Scene.ISceneNpcBase::m_SafeDistance float ___m_SafeDistance_22; // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::m_IsEnableFollow bool ___m_IsEnableFollow_23; public: inline static int32_t get_offset_of_U3CIsSubmitAlreadyU3Ek__BackingField_19() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___U3CIsSubmitAlreadyU3Ek__BackingField_19)); } inline bool get_U3CIsSubmitAlreadyU3Ek__BackingField_19() const { return ___U3CIsSubmitAlreadyU3Ek__BackingField_19; } inline bool* get_address_of_U3CIsSubmitAlreadyU3Ek__BackingField_19() { return &___U3CIsSubmitAlreadyU3Ek__BackingField_19; } inline void set_U3CIsSubmitAlreadyU3Ek__BackingField_19(bool value) { ___U3CIsSubmitAlreadyU3Ek__BackingField_19 = value; } inline static int32_t get_offset_of_m_FollowTargetID_20() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_FollowTargetID_20)); } inline int64_t get_m_FollowTargetID_20() const { return ___m_FollowTargetID_20; } inline int64_t* get_address_of_m_FollowTargetID_20() { return &___m_FollowTargetID_20; } inline void set_m_FollowTargetID_20(int64_t value) { ___m_FollowTargetID_20 = value; } inline static int32_t get_offset_of_m_FollowSpeed_21() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_FollowSpeed_21)); } inline float get_m_FollowSpeed_21() const { return ___m_FollowSpeed_21; } inline float* get_address_of_m_FollowSpeed_21() { return &___m_FollowSpeed_21; } inline void set_m_FollowSpeed_21(float value) { ___m_FollowSpeed_21 = value; } inline static int32_t get_offset_of_m_SafeDistance_22() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_SafeDistance_22)); } inline float get_m_SafeDistance_22() const { return ___m_SafeDistance_22; } inline float* get_address_of_m_SafeDistance_22() { return &___m_SafeDistance_22; } inline void set_m_SafeDistance_22(float value) { ___m_SafeDistance_22 = value; } inline static int32_t get_offset_of_m_IsEnableFollow_23() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_IsEnableFollow_23)); } inline bool get_m_IsEnableFollow_23() const { return ___m_IsEnableFollow_23; } inline bool* get_address_of_m_IsEnableFollow_23() { return &___m_IsEnableFollow_23; } inline void set_m_IsEnableFollow_23(bool value) { ___m_IsEnableFollow_23 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENENPCBASE_T3974693970_H #ifndef PREDICATE_1_T1538422081_H #define PREDICATE_1_T1538422081_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t1538422081 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1538422081_H #ifndef PREDICATE_1_T3964421250_H #define PREDICATE_1_T3964421250_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3964421250 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3964421250_H #ifndef PARTICLESYSTEM_T1800779281_H #define PARTICLESYSTEM_T1800779281_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ParticleSystem struct ParticleSystem_t1800779281 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARTICLESYSTEM_T1800779281_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 PREDICATE_1_T2434045221_H #define PREDICATE_1_T2434045221_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2434045221 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2434045221_H #ifndef GETMATERIAL_T2269987281_H #define GETMATERIAL_T2269987281_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetManager/GetMaterial struct GetMaterial_t2269987281 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETMATERIAL_T2269987281_H #ifndef UPGRADEEFFECT_T3030226768_H #define UPGRADEEFFECT_T3030226768_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetManager/UpgradeEffect struct UpgradeEffect_t3030226768 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UPGRADEEFFECT_T3030226768_H #ifndef ACTION_1_T2019918284_H #define ACTION_1_T2019918284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2019918284 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2019918284_H #ifndef COMPARISON_1_T2441981569_H #define COMPARISON_1_T2441981569_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t2441981569 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T2441981569_H #ifndef ENUMERATOR_T1667412673_H #define ENUMERATOR_T1667412673_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t1667412673 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t4008197194 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t2110902065 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1667412673, ___dictionary_0)); } inline Dictionary_2_t4008197194 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4008197194 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4008197194 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1667412673, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t1667412673, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1667412673, ___current_3)); } inline KeyValuePair_2_t2110902065 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2110902065 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2110902065 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1667412673_H #ifndef ENUMERATOR_T3198508377_H #define ENUMERATOR_T3198508377_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator> struct Enumerator_t3198508377 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1244325602 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t3641997769 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3198508377, ___dictionary_0)); } inline Dictionary_2_t1244325602 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1244325602 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1244325602 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3198508377, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t3198508377, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3198508377, ___current_3)); } inline KeyValuePair_2_t3641997769 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3641997769 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3641997769 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3198508377_H #ifndef ROOMEFFECTYPE_T3962030271_H #define ROOMEFFECTYPE_T3962030271_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RoomEffecType struct RoomEffecType_t3962030271 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROOMEFFECTYPE_T3962030271_H #ifndef PETPROPTYPE_T4007296616_H #define PETPROPTYPE_T4007296616_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PetPropType struct PetPropType_t4007296616 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETPROPTYPE_T4007296616_H #ifndef WORKSHOPPROPITEM_T4219580909_H #define WORKSHOPPROPITEM_T4219580909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.WorkShopPropItem struct WorkShopPropItem_t4219580909 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WORKSHOPPROPITEM_T4219580909_H #ifndef ENTERROOMANIMTYPE_T924653319_H #define ENTERROOMANIMTYPE_T924653319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EnterRoomAnimType struct EnterRoomAnimType_t924653319 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENTERROOMANIMTYPE_T924653319_H #ifndef HEADBOXTYPE_T346163273_H #define HEADBOXTYPE_T346163273_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.HeadBoxType struct HeadBoxType_t346163273 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HEADBOXTYPE_T346163273_H #ifndef IDOLCARDTYPE_T677825537_H #define IDOLCARDTYPE_T677825537_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolCardType struct IdolCardType_t677825537 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLCARDTYPE_T677825537_H #ifndef BROADCASHTYPE_T3061293016_H #define BROADCASHTYPE_T3061293016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.BroadcashType struct BroadcashType_t3061293016 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BROADCASHTYPE_T3061293016_H #ifndef STANDANIMTYPE_T1098604881_H #define STANDANIMTYPE_T1098604881_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.StandAnimType struct StandAnimType_t1098604881 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STANDANIMTYPE_T1098604881_H #ifndef ENDANIMTYPE_T83088423_H #define ENDANIMTYPE_T83088423_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EndAnimType struct EndAnimType_t83088423 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENDANIMTYPE_T83088423_H #ifndef SOLEEFFECTTYPE_T3964163033_H #define SOLEEFFECTTYPE_T3964163033_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SoleEffectType struct SoleEffectType_t3964163033 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOLEEFFECTTYPE_T3964163033_H #ifndef STARTANIMTYPE_T2240491110_H #define STARTANIMTYPE_T2240491110_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.StartAnimType struct StartAnimType_t2240491110 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STARTANIMTYPE_T2240491110_H #ifndef SHOWTIMEANIMTYPE_T4188084783_H #define SHOWTIMEANIMTYPE_T4188084783_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ShowTimeAnimType struct ShowTimeAnimType_t4188084783 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHOWTIMEANIMTYPE_T4188084783_H #ifndef MISCPROPITEM_T2188545016_H #define MISCPROPITEM_T2188545016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MiscPropItem struct MiscPropItem_t2188545016 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MISCPROPITEM_T2188545016_H #ifndef CHATBUBBLETYPE_T2493694615_H #define CHATBUBBLETYPE_T2493694615_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChatBubbleType struct ChatBubbleType_t2493694615 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHATBUBBLETYPE_T2493694615_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 INTERACTIONPROPITEM_T3972394905_H #define INTERACTIONPROPITEM_T3972394905_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.InteractionPropItem struct InteractionPropItem_t3972394905 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTERACTIONPROPITEM_T3972394905_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 PRESENTPROPITEM_T3724880295_H #define PRESENTPROPITEM_T3724880295_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PresentPropItem struct PresentPropItem_t3724880295 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRESENTPROPITEM_T3724880295_H #ifndef FUNCTIONPROPITEM_T2337231142_H #define FUNCTIONPROPITEM_T2337231142_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.FunctionPropItem struct FunctionPropItem_t2337231142 : public CPropItem_t1455887095 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNCTIONPROPITEM_T2337231142_H #ifndef PARTICLESYSTEMRENDERER_T2065813411_H #define PARTICLESYSTEMRENDERER_T2065813411_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ParticleSystemRenderer struct ParticleSystemRenderer_t2065813411 : public Renderer_t2627027031 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARTICLESYSTEMRENDERER_T2065813411_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 UIPROFESS_T251011769_H #define UIPROFESS_T251011769_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiProfess struct uiProfess_t251011769 : public MonoBehaviour_t3962482529 { public: // UILabel uiProfess::mLabelTo UILabel_t3248798549 * ___mLabelTo_2; // UILabel uiProfess::mLabelFrom UILabel_t3248798549 * ___mLabelFrom_3; // System.Int32 uiProfess::mWaitTime int32_t ___mWaitTime_4; // UnityEngine.GameObject uiProfess::mLeftContainer GameObject_t1113636619 * ___mLeftContainer_5; // UnityEngine.GameObject uiProfess::mRightContainer GameObject_t1113636619 * ___mRightContainer_6; // UnityEngine.GameObject uiProfess::mBtnAccept GameObject_t1113636619 * ___mBtnAccept_7; // UnityEngine.GameObject uiProfess::mBtnRefuse GameObject_t1113636619 * ___mBtnRefuse_8; // UnityEngine.GameObject uiProfess::mBtnClose GameObject_t1113636619 * ___mBtnClose_9; // DMListView uiProfess::mDMListView DMListView_t512231514 * ___mDMListView_10; // System.Collections.Generic.List`1 uiProfess::mContents List_1_t3319525431 * ___mContents_11; // System.String uiProfess::mToName String_t* ___mToName_12; // System.String uiProfess::mFromName String_t* ___mFromName_13; // System.Int64 uiProfess::mToId int64_t ___mToId_14; // System.Int64 uiProfess::mFromId int64_t ___mFromId_15; // UILabel uiProfess::mLabelProfessInfo UILabel_t3248798549 * ___mLabelProfessInfo_16; // UILabel uiProfess::mLabelTimer UILabel_t3248798549 * ___mLabelTimer_17; // UnityEngine.GameObject uiProfess::mProgress GameObject_t1113636619 * ___mProgress_18; // UITexture uiProfess::mTexture1 UITexture_t3471168817 * ___mTexture1_19; // System.Boolean uiProfess::mLoaded1 bool ___mLoaded1_20; // UITexture uiProfess::mTexture2 UITexture_t3471168817 * ___mTexture2_21; // System.Boolean uiProfess::mLoaded2 bool ___mLoaded2_22; // UITexture uiProfess::mTexture3 UITexture_t3471168817 * ___mTexture3_23; // System.Boolean uiProfess::mLoaded3 bool ___mLoaded3_24; // UITexture uiProfess::mTexture4 UITexture_t3471168817 * ___mTexture4_25; // System.Boolean uiProfess::mLoaded4 bool ___mLoaded4_26; // System.String uiProfess::path1 String_t* ___path1_27; // System.String uiProfess::path2 String_t* ___path2_28; // System.String uiProfess::path3 String_t* ___path3_29; // System.String uiProfess::path4 String_t* ___path4_30; // System.Boolean uiProfess::isPageInit bool ___isPageInit_31; // System.Int32 uiProfess::mCountDownTimerID int32_t ___mCountDownTimerID_32; // System.Single uiProfess::mTimeElapsed float ___mTimeElapsed_33; public: inline static int32_t get_offset_of_mLabelTo_2() { return static_cast(offsetof(uiProfess_t251011769, ___mLabelTo_2)); } inline UILabel_t3248798549 * get_mLabelTo_2() const { return ___mLabelTo_2; } inline UILabel_t3248798549 ** get_address_of_mLabelTo_2() { return &___mLabelTo_2; } inline void set_mLabelTo_2(UILabel_t3248798549 * value) { ___mLabelTo_2 = value; Il2CppCodeGenWriteBarrier((&___mLabelTo_2), value); } inline static int32_t get_offset_of_mLabelFrom_3() { return static_cast(offsetof(uiProfess_t251011769, ___mLabelFrom_3)); } inline UILabel_t3248798549 * get_mLabelFrom_3() const { return ___mLabelFrom_3; } inline UILabel_t3248798549 ** get_address_of_mLabelFrom_3() { return &___mLabelFrom_3; } inline void set_mLabelFrom_3(UILabel_t3248798549 * value) { ___mLabelFrom_3 = value; Il2CppCodeGenWriteBarrier((&___mLabelFrom_3), value); } inline static int32_t get_offset_of_mWaitTime_4() { return static_cast(offsetof(uiProfess_t251011769, ___mWaitTime_4)); } inline int32_t get_mWaitTime_4() const { return ___mWaitTime_4; } inline int32_t* get_address_of_mWaitTime_4() { return &___mWaitTime_4; } inline void set_mWaitTime_4(int32_t value) { ___mWaitTime_4 = value; } inline static int32_t get_offset_of_mLeftContainer_5() { return static_cast(offsetof(uiProfess_t251011769, ___mLeftContainer_5)); } inline GameObject_t1113636619 * get_mLeftContainer_5() const { return ___mLeftContainer_5; } inline GameObject_t1113636619 ** get_address_of_mLeftContainer_5() { return &___mLeftContainer_5; } inline void set_mLeftContainer_5(GameObject_t1113636619 * value) { ___mLeftContainer_5 = value; Il2CppCodeGenWriteBarrier((&___mLeftContainer_5), value); } inline static int32_t get_offset_of_mRightContainer_6() { return static_cast(offsetof(uiProfess_t251011769, ___mRightContainer_6)); } inline GameObject_t1113636619 * get_mRightContainer_6() const { return ___mRightContainer_6; } inline GameObject_t1113636619 ** get_address_of_mRightContainer_6() { return &___mRightContainer_6; } inline void set_mRightContainer_6(GameObject_t1113636619 * value) { ___mRightContainer_6 = value; Il2CppCodeGenWriteBarrier((&___mRightContainer_6), value); } inline static int32_t get_offset_of_mBtnAccept_7() { return static_cast(offsetof(uiProfess_t251011769, ___mBtnAccept_7)); } inline GameObject_t1113636619 * get_mBtnAccept_7() const { return ___mBtnAccept_7; } inline GameObject_t1113636619 ** get_address_of_mBtnAccept_7() { return &___mBtnAccept_7; } inline void set_mBtnAccept_7(GameObject_t1113636619 * value) { ___mBtnAccept_7 = value; Il2CppCodeGenWriteBarrier((&___mBtnAccept_7), value); } inline static int32_t get_offset_of_mBtnRefuse_8() { return static_cast(offsetof(uiProfess_t251011769, ___mBtnRefuse_8)); } inline GameObject_t1113636619 * get_mBtnRefuse_8() const { return ___mBtnRefuse_8; } inline GameObject_t1113636619 ** get_address_of_mBtnRefuse_8() { return &___mBtnRefuse_8; } inline void set_mBtnRefuse_8(GameObject_t1113636619 * value) { ___mBtnRefuse_8 = value; Il2CppCodeGenWriteBarrier((&___mBtnRefuse_8), value); } inline static int32_t get_offset_of_mBtnClose_9() { return static_cast(offsetof(uiProfess_t251011769, ___mBtnClose_9)); } inline GameObject_t1113636619 * get_mBtnClose_9() const { return ___mBtnClose_9; } inline GameObject_t1113636619 ** get_address_of_mBtnClose_9() { return &___mBtnClose_9; } inline void set_mBtnClose_9(GameObject_t1113636619 * value) { ___mBtnClose_9 = value; Il2CppCodeGenWriteBarrier((&___mBtnClose_9), value); } inline static int32_t get_offset_of_mDMListView_10() { return static_cast(offsetof(uiProfess_t251011769, ___mDMListView_10)); } inline DMListView_t512231514 * get_mDMListView_10() const { return ___mDMListView_10; } inline DMListView_t512231514 ** get_address_of_mDMListView_10() { return &___mDMListView_10; } inline void set_mDMListView_10(DMListView_t512231514 * value) { ___mDMListView_10 = value; Il2CppCodeGenWriteBarrier((&___mDMListView_10), value); } inline static int32_t get_offset_of_mContents_11() { return static_cast(offsetof(uiProfess_t251011769, ___mContents_11)); } inline List_1_t3319525431 * get_mContents_11() const { return ___mContents_11; } inline List_1_t3319525431 ** get_address_of_mContents_11() { return &___mContents_11; } inline void set_mContents_11(List_1_t3319525431 * value) { ___mContents_11 = value; Il2CppCodeGenWriteBarrier((&___mContents_11), value); } inline static int32_t get_offset_of_mToName_12() { return static_cast(offsetof(uiProfess_t251011769, ___mToName_12)); } inline String_t* get_mToName_12() const { return ___mToName_12; } inline String_t** get_address_of_mToName_12() { return &___mToName_12; } inline void set_mToName_12(String_t* value) { ___mToName_12 = value; Il2CppCodeGenWriteBarrier((&___mToName_12), value); } inline static int32_t get_offset_of_mFromName_13() { return static_cast(offsetof(uiProfess_t251011769, ___mFromName_13)); } inline String_t* get_mFromName_13() const { return ___mFromName_13; } inline String_t** get_address_of_mFromName_13() { return &___mFromName_13; } inline void set_mFromName_13(String_t* value) { ___mFromName_13 = value; Il2CppCodeGenWriteBarrier((&___mFromName_13), value); } inline static int32_t get_offset_of_mToId_14() { return static_cast(offsetof(uiProfess_t251011769, ___mToId_14)); } inline int64_t get_mToId_14() const { return ___mToId_14; } inline int64_t* get_address_of_mToId_14() { return &___mToId_14; } inline void set_mToId_14(int64_t value) { ___mToId_14 = value; } inline static int32_t get_offset_of_mFromId_15() { return static_cast(offsetof(uiProfess_t251011769, ___mFromId_15)); } inline int64_t get_mFromId_15() const { return ___mFromId_15; } inline int64_t* get_address_of_mFromId_15() { return &___mFromId_15; } inline void set_mFromId_15(int64_t value) { ___mFromId_15 = value; } inline static int32_t get_offset_of_mLabelProfessInfo_16() { return static_cast(offsetof(uiProfess_t251011769, ___mLabelProfessInfo_16)); } inline UILabel_t3248798549 * get_mLabelProfessInfo_16() const { return ___mLabelProfessInfo_16; } inline UILabel_t3248798549 ** get_address_of_mLabelProfessInfo_16() { return &___mLabelProfessInfo_16; } inline void set_mLabelProfessInfo_16(UILabel_t3248798549 * value) { ___mLabelProfessInfo_16 = value; Il2CppCodeGenWriteBarrier((&___mLabelProfessInfo_16), value); } inline static int32_t get_offset_of_mLabelTimer_17() { return static_cast(offsetof(uiProfess_t251011769, ___mLabelTimer_17)); } inline UILabel_t3248798549 * get_mLabelTimer_17() const { return ___mLabelTimer_17; } inline UILabel_t3248798549 ** get_address_of_mLabelTimer_17() { return &___mLabelTimer_17; } inline void set_mLabelTimer_17(UILabel_t3248798549 * value) { ___mLabelTimer_17 = value; Il2CppCodeGenWriteBarrier((&___mLabelTimer_17), value); } inline static int32_t get_offset_of_mProgress_18() { return static_cast(offsetof(uiProfess_t251011769, ___mProgress_18)); } inline GameObject_t1113636619 * get_mProgress_18() const { return ___mProgress_18; } inline GameObject_t1113636619 ** get_address_of_mProgress_18() { return &___mProgress_18; } inline void set_mProgress_18(GameObject_t1113636619 * value) { ___mProgress_18 = value; Il2CppCodeGenWriteBarrier((&___mProgress_18), value); } inline static int32_t get_offset_of_mTexture1_19() { return static_cast(offsetof(uiProfess_t251011769, ___mTexture1_19)); } inline UITexture_t3471168817 * get_mTexture1_19() const { return ___mTexture1_19; } inline UITexture_t3471168817 ** get_address_of_mTexture1_19() { return &___mTexture1_19; } inline void set_mTexture1_19(UITexture_t3471168817 * value) { ___mTexture1_19 = value; Il2CppCodeGenWriteBarrier((&___mTexture1_19), value); } inline static int32_t get_offset_of_mLoaded1_20() { return static_cast(offsetof(uiProfess_t251011769, ___mLoaded1_20)); } inline bool get_mLoaded1_20() const { return ___mLoaded1_20; } inline bool* get_address_of_mLoaded1_20() { return &___mLoaded1_20; } inline void set_mLoaded1_20(bool value) { ___mLoaded1_20 = value; } inline static int32_t get_offset_of_mTexture2_21() { return static_cast(offsetof(uiProfess_t251011769, ___mTexture2_21)); } inline UITexture_t3471168817 * get_mTexture2_21() const { return ___mTexture2_21; } inline UITexture_t3471168817 ** get_address_of_mTexture2_21() { return &___mTexture2_21; } inline void set_mTexture2_21(UITexture_t3471168817 * value) { ___mTexture2_21 = value; Il2CppCodeGenWriteBarrier((&___mTexture2_21), value); } inline static int32_t get_offset_of_mLoaded2_22() { return static_cast(offsetof(uiProfess_t251011769, ___mLoaded2_22)); } inline bool get_mLoaded2_22() const { return ___mLoaded2_22; } inline bool* get_address_of_mLoaded2_22() { return &___mLoaded2_22; } inline void set_mLoaded2_22(bool value) { ___mLoaded2_22 = value; } inline static int32_t get_offset_of_mTexture3_23() { return static_cast(offsetof(uiProfess_t251011769, ___mTexture3_23)); } inline UITexture_t3471168817 * get_mTexture3_23() const { return ___mTexture3_23; } inline UITexture_t3471168817 ** get_address_of_mTexture3_23() { return &___mTexture3_23; } inline void set_mTexture3_23(UITexture_t3471168817 * value) { ___mTexture3_23 = value; Il2CppCodeGenWriteBarrier((&___mTexture3_23), value); } inline static int32_t get_offset_of_mLoaded3_24() { return static_cast(offsetof(uiProfess_t251011769, ___mLoaded3_24)); } inline bool get_mLoaded3_24() const { return ___mLoaded3_24; } inline bool* get_address_of_mLoaded3_24() { return &___mLoaded3_24; } inline void set_mLoaded3_24(bool value) { ___mLoaded3_24 = value; } inline static int32_t get_offset_of_mTexture4_25() { return static_cast(offsetof(uiProfess_t251011769, ___mTexture4_25)); } inline UITexture_t3471168817 * get_mTexture4_25() const { return ___mTexture4_25; } inline UITexture_t3471168817 ** get_address_of_mTexture4_25() { return &___mTexture4_25; } inline void set_mTexture4_25(UITexture_t3471168817 * value) { ___mTexture4_25 = value; Il2CppCodeGenWriteBarrier((&___mTexture4_25), value); } inline static int32_t get_offset_of_mLoaded4_26() { return static_cast(offsetof(uiProfess_t251011769, ___mLoaded4_26)); } inline bool get_mLoaded4_26() const { return ___mLoaded4_26; } inline bool* get_address_of_mLoaded4_26() { return &___mLoaded4_26; } inline void set_mLoaded4_26(bool value) { ___mLoaded4_26 = value; } inline static int32_t get_offset_of_path1_27() { return static_cast(offsetof(uiProfess_t251011769, ___path1_27)); } inline String_t* get_path1_27() const { return ___path1_27; } inline String_t** get_address_of_path1_27() { return &___path1_27; } inline void set_path1_27(String_t* value) { ___path1_27 = value; Il2CppCodeGenWriteBarrier((&___path1_27), value); } inline static int32_t get_offset_of_path2_28() { return static_cast(offsetof(uiProfess_t251011769, ___path2_28)); } inline String_t* get_path2_28() const { return ___path2_28; } inline String_t** get_address_of_path2_28() { return &___path2_28; } inline void set_path2_28(String_t* value) { ___path2_28 = value; Il2CppCodeGenWriteBarrier((&___path2_28), value); } inline static int32_t get_offset_of_path3_29() { return static_cast(offsetof(uiProfess_t251011769, ___path3_29)); } inline String_t* get_path3_29() const { return ___path3_29; } inline String_t** get_address_of_path3_29() { return &___path3_29; } inline void set_path3_29(String_t* value) { ___path3_29 = value; Il2CppCodeGenWriteBarrier((&___path3_29), value); } inline static int32_t get_offset_of_path4_30() { return static_cast(offsetof(uiProfess_t251011769, ___path4_30)); } inline String_t* get_path4_30() const { return ___path4_30; } inline String_t** get_address_of_path4_30() { return &___path4_30; } inline void set_path4_30(String_t* value) { ___path4_30 = value; Il2CppCodeGenWriteBarrier((&___path4_30), value); } inline static int32_t get_offset_of_isPageInit_31() { return static_cast(offsetof(uiProfess_t251011769, ___isPageInit_31)); } inline bool get_isPageInit_31() const { return ___isPageInit_31; } inline bool* get_address_of_isPageInit_31() { return &___isPageInit_31; } inline void set_isPageInit_31(bool value) { ___isPageInit_31 = value; } inline static int32_t get_offset_of_mCountDownTimerID_32() { return static_cast(offsetof(uiProfess_t251011769, ___mCountDownTimerID_32)); } inline int32_t get_mCountDownTimerID_32() const { return ___mCountDownTimerID_32; } inline int32_t* get_address_of_mCountDownTimerID_32() { return &___mCountDownTimerID_32; } inline void set_mCountDownTimerID_32(int32_t value) { ___mCountDownTimerID_32 = value; } inline static int32_t get_offset_of_mTimeElapsed_33() { return static_cast(offsetof(uiProfess_t251011769, ___mTimeElapsed_33)); } inline float get_mTimeElapsed_33() const { return ___mTimeElapsed_33; } inline float* get_address_of_mTimeElapsed_33() { return &___mTimeElapsed_33; } inline void set_mTimeElapsed_33(float value) { ___mTimeElapsed_33 = value; } }; struct uiProfess_t251011769_StaticFields { public: // System.Collections.Generic.Dictionary`2 uiProfess::<>f__switch$mapA Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapA_34; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24mapA_34() { return static_cast(offsetof(uiProfess_t251011769_StaticFields, ___U3CU3Ef__switchU24mapA_34)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapA_34() const { return ___U3CU3Ef__switchU24mapA_34; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapA_34() { return &___U3CU3Ef__switchU24mapA_34; } inline void set_U3CU3Ef__switchU24mapA_34(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapA_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapA_34), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIPROFESS_T251011769_H #ifndef NOTICETIMETOOL_T3495891363_H #define NOTICETIMETOOL_T3495891363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // NoticeTimeTool struct NoticeTimeTool_t3495891363 : public MonoBehaviour_t3962482529 { public: // UILabel NoticeTimeTool::m_displayLab UILabel_t3248798549 * ___m_displayLab_4; public: inline static int32_t get_offset_of_m_displayLab_4() { return static_cast(offsetof(NoticeTimeTool_t3495891363, ___m_displayLab_4)); } inline UILabel_t3248798549 * get_m_displayLab_4() const { return ___m_displayLab_4; } inline UILabel_t3248798549 ** get_address_of_m_displayLab_4() { return &___m_displayLab_4; } inline void set_m_displayLab_4(UILabel_t3248798549 * value) { ___m_displayLab_4 = value; Il2CppCodeGenWriteBarrier((&___m_displayLab_4), value); } }; struct NoticeTimeTool_t3495891363_StaticFields { public: // UnityEngine.GameObject NoticeTimeTool::m_go GameObject_t1113636619 * ___m_go_2; // NoticeTimeTool NoticeTimeTool::m_instance NoticeTimeTool_t3495891363 * ___m_instance_3; public: inline static int32_t get_offset_of_m_go_2() { return static_cast(offsetof(NoticeTimeTool_t3495891363_StaticFields, ___m_go_2)); } inline GameObject_t1113636619 * get_m_go_2() const { return ___m_go_2; } inline GameObject_t1113636619 ** get_address_of_m_go_2() { return &___m_go_2; } inline void set_m_go_2(GameObject_t1113636619 * value) { ___m_go_2 = value; Il2CppCodeGenWriteBarrier((&___m_go_2), value); } inline static int32_t get_offset_of_m_instance_3() { return static_cast(offsetof(NoticeTimeTool_t3495891363_StaticFields, ___m_instance_3)); } inline NoticeTimeTool_t3495891363 * get_m_instance_3() const { return ___m_instance_3; } inline NoticeTimeTool_t3495891363 ** get_address_of_m_instance_3() { return &___m_instance_3; } inline void set_m_instance_3(NoticeTimeTool_t3495891363 * value) { ___m_instance_3 = value; Il2CppCodeGenWriteBarrier((&___m_instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTICETIMETOOL_T3495891363_H #ifndef PVESCORE_T550407626_H #define PVESCORE_T550407626_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // PVEScore struct PVEScore_t550407626 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject PVEScore::m_Success GameObject_t1113636619 * ___m_Success_2; // UnityEngine.GameObject PVEScore::m_Failed GameObject_t1113636619 * ___m_Failed_3; // UnityEngine.GameObject PVEScore::m_Star0 GameObject_t1113636619 * ___m_Star0_4; // UnityEngine.GameObject PVEScore::m_Star1 GameObject_t1113636619 * ___m_Star1_5; // UnityEngine.GameObject PVEScore::m_Star2 GameObject_t1113636619 * ___m_Star2_6; // UnityEngine.GameObject PVEScore::m_StarEffect0 GameObject_t1113636619 * ___m_StarEffect0_7; // UnityEngine.GameObject PVEScore::m_StarEffect1 GameObject_t1113636619 * ___m_StarEffect1_8; // UnityEngine.GameObject PVEScore::m_StarEffect2 GameObject_t1113636619 * ___m_StarEffect2_9; // UILabel PVEScore::m_BestScore UILabel_t3248798549 * ___m_BestScore_10; // UILabel PVEScore::m_LabelCombo UILabel_t3248798549 * ___m_LabelCombo_11; // UILabel PVEScore::m_LabelPerfect UILabel_t3248798549 * ___m_LabelPerfect_12; // UILabel PVEScore::m_LabelCool UILabel_t3248798549 * ___m_LabelCool_13; // UILabel PVEScore::m_LabelNice UILabel_t3248798549 * ___m_LabelNice_14; // UILabel PVEScore::m_LabelMiss UILabel_t3248798549 * ___m_LabelMiss_15; // UILabel PVEScore::m_LabelPVELevel UILabel_t3248798549 * ___m_LabelPVELevel_16; // UILabel PVEScore::m_LabelScore UILabel_t3248798549 * ___m_LabelScore_17; // UILabel PVEScore::m_LabelMusicName UILabel_t3248798549 * ___m_LabelMusicName_18; // UILabel PVEScore::m_LabelMusicInfo UILabel_t3248798549 * ___m_LabelMusicInfo_19; // UITexture PVEScore::m_TextureMusicIcon UITexture_t3471168817 * ___m_TextureMusicIcon_20; // UnityEngine.Transform PVEScore::m_uiRoot Transform_t3600365921 * ___m_uiRoot_21; // UnityEngine.AudioClip PVEScore::m_AudioSuccess AudioClip_t3680889665 * ___m_AudioSuccess_22; // UnityEngine.AudioClip PVEScore::m_AudioFailed AudioClip_t3680889665 * ___m_AudioFailed_23; // UnityEngine.AudioClip PVEScore::m_AudioStep0 AudioClip_t3680889665 * ___m_AudioStep0_24; // UnityEngine.AudioClip PVEScore::m_AudioStep1 AudioClip_t3680889665 * ___m_AudioStep1_25; // UnityEngine.AudioClip PVEScore::m_AudioStep2 AudioClip_t3680889665 * ___m_AudioStep2_26; // UnityEngine.Transform PVEScore::m_giftRoot Transform_t3600365921 * ___m_giftRoot_27; // UILabel PVEScore::m_giftCount UILabel_t3248798549 * ___m_giftCount_28; // UILabel PVEScore::m_shareLabel UILabel_t3248798549 * ___m_shareLabel_29; // System.Boolean PVEScore::isPageInit bool ___isPageInit_30; // System.Int32 PVEScore::m_PassStar int32_t ___m_PassStar_31; // UnityEngine.GameObject PVEScore::mWatchAdBtn GameObject_t1113636619 * ___mWatchAdBtn_32; // UnityEngine.GameObject PVEScore::mButtonPlayAgainBtn GameObject_t1113636619 * ___mButtonPlayAgainBtn_33; // System.Int32 PVEScore::remainingTimes int32_t ___remainingTimes_34; public: inline static int32_t get_offset_of_m_Success_2() { return static_cast(offsetof(PVEScore_t550407626, ___m_Success_2)); } inline GameObject_t1113636619 * get_m_Success_2() const { return ___m_Success_2; } inline GameObject_t1113636619 ** get_address_of_m_Success_2() { return &___m_Success_2; } inline void set_m_Success_2(GameObject_t1113636619 * value) { ___m_Success_2 = value; Il2CppCodeGenWriteBarrier((&___m_Success_2), value); } inline static int32_t get_offset_of_m_Failed_3() { return static_cast(offsetof(PVEScore_t550407626, ___m_Failed_3)); } inline GameObject_t1113636619 * get_m_Failed_3() const { return ___m_Failed_3; } inline GameObject_t1113636619 ** get_address_of_m_Failed_3() { return &___m_Failed_3; } inline void set_m_Failed_3(GameObject_t1113636619 * value) { ___m_Failed_3 = value; Il2CppCodeGenWriteBarrier((&___m_Failed_3), value); } inline static int32_t get_offset_of_m_Star0_4() { return static_cast(offsetof(PVEScore_t550407626, ___m_Star0_4)); } inline GameObject_t1113636619 * get_m_Star0_4() const { return ___m_Star0_4; } inline GameObject_t1113636619 ** get_address_of_m_Star0_4() { return &___m_Star0_4; } inline void set_m_Star0_4(GameObject_t1113636619 * value) { ___m_Star0_4 = value; Il2CppCodeGenWriteBarrier((&___m_Star0_4), value); } inline static int32_t get_offset_of_m_Star1_5() { return static_cast(offsetof(PVEScore_t550407626, ___m_Star1_5)); } inline GameObject_t1113636619 * get_m_Star1_5() const { return ___m_Star1_5; } inline GameObject_t1113636619 ** get_address_of_m_Star1_5() { return &___m_Star1_5; } inline void set_m_Star1_5(GameObject_t1113636619 * value) { ___m_Star1_5 = value; Il2CppCodeGenWriteBarrier((&___m_Star1_5), value); } inline static int32_t get_offset_of_m_Star2_6() { return static_cast(offsetof(PVEScore_t550407626, ___m_Star2_6)); } inline GameObject_t1113636619 * get_m_Star2_6() const { return ___m_Star2_6; } inline GameObject_t1113636619 ** get_address_of_m_Star2_6() { return &___m_Star2_6; } inline void set_m_Star2_6(GameObject_t1113636619 * value) { ___m_Star2_6 = value; Il2CppCodeGenWriteBarrier((&___m_Star2_6), value); } inline static int32_t get_offset_of_m_StarEffect0_7() { return static_cast(offsetof(PVEScore_t550407626, ___m_StarEffect0_7)); } inline GameObject_t1113636619 * get_m_StarEffect0_7() const { return ___m_StarEffect0_7; } inline GameObject_t1113636619 ** get_address_of_m_StarEffect0_7() { return &___m_StarEffect0_7; } inline void set_m_StarEffect0_7(GameObject_t1113636619 * value) { ___m_StarEffect0_7 = value; Il2CppCodeGenWriteBarrier((&___m_StarEffect0_7), value); } inline static int32_t get_offset_of_m_StarEffect1_8() { return static_cast(offsetof(PVEScore_t550407626, ___m_StarEffect1_8)); } inline GameObject_t1113636619 * get_m_StarEffect1_8() const { return ___m_StarEffect1_8; } inline GameObject_t1113636619 ** get_address_of_m_StarEffect1_8() { return &___m_StarEffect1_8; } inline void set_m_StarEffect1_8(GameObject_t1113636619 * value) { ___m_StarEffect1_8 = value; Il2CppCodeGenWriteBarrier((&___m_StarEffect1_8), value); } inline static int32_t get_offset_of_m_StarEffect2_9() { return static_cast(offsetof(PVEScore_t550407626, ___m_StarEffect2_9)); } inline GameObject_t1113636619 * get_m_StarEffect2_9() const { return ___m_StarEffect2_9; } inline GameObject_t1113636619 ** get_address_of_m_StarEffect2_9() { return &___m_StarEffect2_9; } inline void set_m_StarEffect2_9(GameObject_t1113636619 * value) { ___m_StarEffect2_9 = value; Il2CppCodeGenWriteBarrier((&___m_StarEffect2_9), value); } inline static int32_t get_offset_of_m_BestScore_10() { return static_cast(offsetof(PVEScore_t550407626, ___m_BestScore_10)); } inline UILabel_t3248798549 * get_m_BestScore_10() const { return ___m_BestScore_10; } inline UILabel_t3248798549 ** get_address_of_m_BestScore_10() { return &___m_BestScore_10; } inline void set_m_BestScore_10(UILabel_t3248798549 * value) { ___m_BestScore_10 = value; Il2CppCodeGenWriteBarrier((&___m_BestScore_10), value); } inline static int32_t get_offset_of_m_LabelCombo_11() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelCombo_11)); } inline UILabel_t3248798549 * get_m_LabelCombo_11() const { return ___m_LabelCombo_11; } inline UILabel_t3248798549 ** get_address_of_m_LabelCombo_11() { return &___m_LabelCombo_11; } inline void set_m_LabelCombo_11(UILabel_t3248798549 * value) { ___m_LabelCombo_11 = value; Il2CppCodeGenWriteBarrier((&___m_LabelCombo_11), value); } inline static int32_t get_offset_of_m_LabelPerfect_12() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelPerfect_12)); } inline UILabel_t3248798549 * get_m_LabelPerfect_12() const { return ___m_LabelPerfect_12; } inline UILabel_t3248798549 ** get_address_of_m_LabelPerfect_12() { return &___m_LabelPerfect_12; } inline void set_m_LabelPerfect_12(UILabel_t3248798549 * value) { ___m_LabelPerfect_12 = value; Il2CppCodeGenWriteBarrier((&___m_LabelPerfect_12), value); } inline static int32_t get_offset_of_m_LabelCool_13() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelCool_13)); } inline UILabel_t3248798549 * get_m_LabelCool_13() const { return ___m_LabelCool_13; } inline UILabel_t3248798549 ** get_address_of_m_LabelCool_13() { return &___m_LabelCool_13; } inline void set_m_LabelCool_13(UILabel_t3248798549 * value) { ___m_LabelCool_13 = value; Il2CppCodeGenWriteBarrier((&___m_LabelCool_13), value); } inline static int32_t get_offset_of_m_LabelNice_14() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelNice_14)); } inline UILabel_t3248798549 * get_m_LabelNice_14() const { return ___m_LabelNice_14; } inline UILabel_t3248798549 ** get_address_of_m_LabelNice_14() { return &___m_LabelNice_14; } inline void set_m_LabelNice_14(UILabel_t3248798549 * value) { ___m_LabelNice_14 = value; Il2CppCodeGenWriteBarrier((&___m_LabelNice_14), value); } inline static int32_t get_offset_of_m_LabelMiss_15() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelMiss_15)); } inline UILabel_t3248798549 * get_m_LabelMiss_15() const { return ___m_LabelMiss_15; } inline UILabel_t3248798549 ** get_address_of_m_LabelMiss_15() { return &___m_LabelMiss_15; } inline void set_m_LabelMiss_15(UILabel_t3248798549 * value) { ___m_LabelMiss_15 = value; Il2CppCodeGenWriteBarrier((&___m_LabelMiss_15), value); } inline static int32_t get_offset_of_m_LabelPVELevel_16() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelPVELevel_16)); } inline UILabel_t3248798549 * get_m_LabelPVELevel_16() const { return ___m_LabelPVELevel_16; } inline UILabel_t3248798549 ** get_address_of_m_LabelPVELevel_16() { return &___m_LabelPVELevel_16; } inline void set_m_LabelPVELevel_16(UILabel_t3248798549 * value) { ___m_LabelPVELevel_16 = value; Il2CppCodeGenWriteBarrier((&___m_LabelPVELevel_16), value); } inline static int32_t get_offset_of_m_LabelScore_17() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelScore_17)); } inline UILabel_t3248798549 * get_m_LabelScore_17() const { return ___m_LabelScore_17; } inline UILabel_t3248798549 ** get_address_of_m_LabelScore_17() { return &___m_LabelScore_17; } inline void set_m_LabelScore_17(UILabel_t3248798549 * value) { ___m_LabelScore_17 = value; Il2CppCodeGenWriteBarrier((&___m_LabelScore_17), value); } inline static int32_t get_offset_of_m_LabelMusicName_18() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelMusicName_18)); } inline UILabel_t3248798549 * get_m_LabelMusicName_18() const { return ___m_LabelMusicName_18; } inline UILabel_t3248798549 ** get_address_of_m_LabelMusicName_18() { return &___m_LabelMusicName_18; } inline void set_m_LabelMusicName_18(UILabel_t3248798549 * value) { ___m_LabelMusicName_18 = value; Il2CppCodeGenWriteBarrier((&___m_LabelMusicName_18), value); } inline static int32_t get_offset_of_m_LabelMusicInfo_19() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelMusicInfo_19)); } inline UILabel_t3248798549 * get_m_LabelMusicInfo_19() const { return ___m_LabelMusicInfo_19; } inline UILabel_t3248798549 ** get_address_of_m_LabelMusicInfo_19() { return &___m_LabelMusicInfo_19; } inline void set_m_LabelMusicInfo_19(UILabel_t3248798549 * value) { ___m_LabelMusicInfo_19 = value; Il2CppCodeGenWriteBarrier((&___m_LabelMusicInfo_19), value); } inline static int32_t get_offset_of_m_TextureMusicIcon_20() { return static_cast(offsetof(PVEScore_t550407626, ___m_TextureMusicIcon_20)); } inline UITexture_t3471168817 * get_m_TextureMusicIcon_20() const { return ___m_TextureMusicIcon_20; } inline UITexture_t3471168817 ** get_address_of_m_TextureMusicIcon_20() { return &___m_TextureMusicIcon_20; } inline void set_m_TextureMusicIcon_20(UITexture_t3471168817 * value) { ___m_TextureMusicIcon_20 = value; Il2CppCodeGenWriteBarrier((&___m_TextureMusicIcon_20), value); } inline static int32_t get_offset_of_m_uiRoot_21() { return static_cast(offsetof(PVEScore_t550407626, ___m_uiRoot_21)); } inline Transform_t3600365921 * get_m_uiRoot_21() const { return ___m_uiRoot_21; } inline Transform_t3600365921 ** get_address_of_m_uiRoot_21() { return &___m_uiRoot_21; } inline void set_m_uiRoot_21(Transform_t3600365921 * value) { ___m_uiRoot_21 = value; Il2CppCodeGenWriteBarrier((&___m_uiRoot_21), value); } inline static int32_t get_offset_of_m_AudioSuccess_22() { return static_cast(offsetof(PVEScore_t550407626, ___m_AudioSuccess_22)); } inline AudioClip_t3680889665 * get_m_AudioSuccess_22() const { return ___m_AudioSuccess_22; } inline AudioClip_t3680889665 ** get_address_of_m_AudioSuccess_22() { return &___m_AudioSuccess_22; } inline void set_m_AudioSuccess_22(AudioClip_t3680889665 * value) { ___m_AudioSuccess_22 = value; Il2CppCodeGenWriteBarrier((&___m_AudioSuccess_22), value); } inline static int32_t get_offset_of_m_AudioFailed_23() { return static_cast(offsetof(PVEScore_t550407626, ___m_AudioFailed_23)); } inline AudioClip_t3680889665 * get_m_AudioFailed_23() const { return ___m_AudioFailed_23; } inline AudioClip_t3680889665 ** get_address_of_m_AudioFailed_23() { return &___m_AudioFailed_23; } inline void set_m_AudioFailed_23(AudioClip_t3680889665 * value) { ___m_AudioFailed_23 = value; Il2CppCodeGenWriteBarrier((&___m_AudioFailed_23), value); } inline static int32_t get_offset_of_m_AudioStep0_24() { return static_cast(offsetof(PVEScore_t550407626, ___m_AudioStep0_24)); } inline AudioClip_t3680889665 * get_m_AudioStep0_24() const { return ___m_AudioStep0_24; } inline AudioClip_t3680889665 ** get_address_of_m_AudioStep0_24() { return &___m_AudioStep0_24; } inline void set_m_AudioStep0_24(AudioClip_t3680889665 * value) { ___m_AudioStep0_24 = value; Il2CppCodeGenWriteBarrier((&___m_AudioStep0_24), value); } inline static int32_t get_offset_of_m_AudioStep1_25() { return static_cast(offsetof(PVEScore_t550407626, ___m_AudioStep1_25)); } inline AudioClip_t3680889665 * get_m_AudioStep1_25() const { return ___m_AudioStep1_25; } inline AudioClip_t3680889665 ** get_address_of_m_AudioStep1_25() { return &___m_AudioStep1_25; } inline void set_m_AudioStep1_25(AudioClip_t3680889665 * value) { ___m_AudioStep1_25 = value; Il2CppCodeGenWriteBarrier((&___m_AudioStep1_25), value); } inline static int32_t get_offset_of_m_AudioStep2_26() { return static_cast(offsetof(PVEScore_t550407626, ___m_AudioStep2_26)); } inline AudioClip_t3680889665 * get_m_AudioStep2_26() const { return ___m_AudioStep2_26; } inline AudioClip_t3680889665 ** get_address_of_m_AudioStep2_26() { return &___m_AudioStep2_26; } inline void set_m_AudioStep2_26(AudioClip_t3680889665 * value) { ___m_AudioStep2_26 = value; Il2CppCodeGenWriteBarrier((&___m_AudioStep2_26), value); } inline static int32_t get_offset_of_m_giftRoot_27() { return static_cast(offsetof(PVEScore_t550407626, ___m_giftRoot_27)); } inline Transform_t3600365921 * get_m_giftRoot_27() const { return ___m_giftRoot_27; } inline Transform_t3600365921 ** get_address_of_m_giftRoot_27() { return &___m_giftRoot_27; } inline void set_m_giftRoot_27(Transform_t3600365921 * value) { ___m_giftRoot_27 = value; Il2CppCodeGenWriteBarrier((&___m_giftRoot_27), value); } inline static int32_t get_offset_of_m_giftCount_28() { return static_cast(offsetof(PVEScore_t550407626, ___m_giftCount_28)); } inline UILabel_t3248798549 * get_m_giftCount_28() const { return ___m_giftCount_28; } inline UILabel_t3248798549 ** get_address_of_m_giftCount_28() { return &___m_giftCount_28; } inline void set_m_giftCount_28(UILabel_t3248798549 * value) { ___m_giftCount_28 = value; Il2CppCodeGenWriteBarrier((&___m_giftCount_28), value); } inline static int32_t get_offset_of_m_shareLabel_29() { return static_cast(offsetof(PVEScore_t550407626, ___m_shareLabel_29)); } inline UILabel_t3248798549 * get_m_shareLabel_29() const { return ___m_shareLabel_29; } inline UILabel_t3248798549 ** get_address_of_m_shareLabel_29() { return &___m_shareLabel_29; } inline void set_m_shareLabel_29(UILabel_t3248798549 * value) { ___m_shareLabel_29 = value; Il2CppCodeGenWriteBarrier((&___m_shareLabel_29), value); } inline static int32_t get_offset_of_isPageInit_30() { return static_cast(offsetof(PVEScore_t550407626, ___isPageInit_30)); } inline bool get_isPageInit_30() const { return ___isPageInit_30; } inline bool* get_address_of_isPageInit_30() { return &___isPageInit_30; } inline void set_isPageInit_30(bool value) { ___isPageInit_30 = value; } inline static int32_t get_offset_of_m_PassStar_31() { return static_cast(offsetof(PVEScore_t550407626, ___m_PassStar_31)); } inline int32_t get_m_PassStar_31() const { return ___m_PassStar_31; } inline int32_t* get_address_of_m_PassStar_31() { return &___m_PassStar_31; } inline void set_m_PassStar_31(int32_t value) { ___m_PassStar_31 = value; } inline static int32_t get_offset_of_mWatchAdBtn_32() { return static_cast(offsetof(PVEScore_t550407626, ___mWatchAdBtn_32)); } inline GameObject_t1113636619 * get_mWatchAdBtn_32() const { return ___mWatchAdBtn_32; } inline GameObject_t1113636619 ** get_address_of_mWatchAdBtn_32() { return &___mWatchAdBtn_32; } inline void set_mWatchAdBtn_32(GameObject_t1113636619 * value) { ___mWatchAdBtn_32 = value; Il2CppCodeGenWriteBarrier((&___mWatchAdBtn_32), value); } inline static int32_t get_offset_of_mButtonPlayAgainBtn_33() { return static_cast(offsetof(PVEScore_t550407626, ___mButtonPlayAgainBtn_33)); } inline GameObject_t1113636619 * get_mButtonPlayAgainBtn_33() const { return ___mButtonPlayAgainBtn_33; } inline GameObject_t1113636619 ** get_address_of_mButtonPlayAgainBtn_33() { return &___mButtonPlayAgainBtn_33; } inline void set_mButtonPlayAgainBtn_33(GameObject_t1113636619 * value) { ___mButtonPlayAgainBtn_33 = value; Il2CppCodeGenWriteBarrier((&___mButtonPlayAgainBtn_33), value); } inline static int32_t get_offset_of_remainingTimes_34() { return static_cast(offsetof(PVEScore_t550407626, ___remainingTimes_34)); } inline int32_t get_remainingTimes_34() const { return ___remainingTimes_34; } inline int32_t* get_address_of_remainingTimes_34() { return &___remainingTimes_34; } inline void set_remainingTimes_34(int32_t value) { ___remainingTimes_34 = value; } }; struct PVEScore_t550407626_StaticFields { public: // System.Action PVEScore::<>f__mg$cache0 Action_t1264377477 * ___U3CU3Ef__mgU24cache0_35; // System.Action PVEScore::<>f__mg$cache1 Action_t1264377477 * ___U3CU3Ef__mgU24cache1_36; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_35() { return static_cast(offsetof(PVEScore_t550407626_StaticFields, ___U3CU3Ef__mgU24cache0_35)); } inline Action_t1264377477 * get_U3CU3Ef__mgU24cache0_35() const { return ___U3CU3Ef__mgU24cache0_35; } inline Action_t1264377477 ** get_address_of_U3CU3Ef__mgU24cache0_35() { return &___U3CU3Ef__mgU24cache0_35; } inline void set_U3CU3Ef__mgU24cache0_35(Action_t1264377477 * value) { ___U3CU3Ef__mgU24cache0_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_35), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_36() { return static_cast(offsetof(PVEScore_t550407626_StaticFields, ___U3CU3Ef__mgU24cache1_36)); } inline Action_t1264377477 * get_U3CU3Ef__mgU24cache1_36() const { return ___U3CU3Ef__mgU24cache1_36; } inline Action_t1264377477 ** get_address_of_U3CU3Ef__mgU24cache1_36() { return &___U3CU3Ef__mgU24cache1_36; } inline void set_U3CU3Ef__mgU24cache1_36(Action_t1264377477 * value) { ___U3CU3Ef__mgU24cache1_36 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_36), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PVESCORE_T550407626_H #ifndef UICHECKBOX_T2276134195_H #define UICHECKBOX_T2276134195_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UICheckbox struct UICheckbox_t2276134195 : public MonoBehaviour_t3962482529 { public: // UISprite UICheckbox::checkSprite UISprite_t194114938 * ___checkSprite_3; // UnityEngine.Animation UICheckbox::checkAnimation Animation_t3648466861 * ___checkAnimation_4; // System.Boolean UICheckbox::startsChecked bool ___startsChecked_5; // UnityEngine.Transform UICheckbox::radioButtonRoot Transform_t3600365921 * ___radioButtonRoot_6; // System.Boolean UICheckbox::optionCanBeNone bool ___optionCanBeNone_7; // UnityEngine.GameObject UICheckbox::eventReceiver GameObject_t1113636619 * ___eventReceiver_8; // System.String UICheckbox::functionName String_t* ___functionName_9; // System.Action`1 UICheckbox::onStateChange Action_1_t269755560 * ___onStateChange_10; // System.Boolean UICheckbox::option bool ___option_11; // System.Boolean UICheckbox::mChecked bool ___mChecked_12; // System.Boolean UICheckbox::mStarted bool ___mStarted_13; // UnityEngine.Transform UICheckbox::mTrans Transform_t3600365921 * ___mTrans_14; public: inline static int32_t get_offset_of_checkSprite_3() { return static_cast(offsetof(UICheckbox_t2276134195, ___checkSprite_3)); } inline UISprite_t194114938 * get_checkSprite_3() const { return ___checkSprite_3; } inline UISprite_t194114938 ** get_address_of_checkSprite_3() { return &___checkSprite_3; } inline void set_checkSprite_3(UISprite_t194114938 * value) { ___checkSprite_3 = value; Il2CppCodeGenWriteBarrier((&___checkSprite_3), value); } inline static int32_t get_offset_of_checkAnimation_4() { return static_cast(offsetof(UICheckbox_t2276134195, ___checkAnimation_4)); } inline Animation_t3648466861 * get_checkAnimation_4() const { return ___checkAnimation_4; } inline Animation_t3648466861 ** get_address_of_checkAnimation_4() { return &___checkAnimation_4; } inline void set_checkAnimation_4(Animation_t3648466861 * value) { ___checkAnimation_4 = value; Il2CppCodeGenWriteBarrier((&___checkAnimation_4), value); } inline static int32_t get_offset_of_startsChecked_5() { return static_cast(offsetof(UICheckbox_t2276134195, ___startsChecked_5)); } inline bool get_startsChecked_5() const { return ___startsChecked_5; } inline bool* get_address_of_startsChecked_5() { return &___startsChecked_5; } inline void set_startsChecked_5(bool value) { ___startsChecked_5 = value; } inline static int32_t get_offset_of_radioButtonRoot_6() { return static_cast(offsetof(UICheckbox_t2276134195, ___radioButtonRoot_6)); } inline Transform_t3600365921 * get_radioButtonRoot_6() const { return ___radioButtonRoot_6; } inline Transform_t3600365921 ** get_address_of_radioButtonRoot_6() { return &___radioButtonRoot_6; } inline void set_radioButtonRoot_6(Transform_t3600365921 * value) { ___radioButtonRoot_6 = value; Il2CppCodeGenWriteBarrier((&___radioButtonRoot_6), value); } inline static int32_t get_offset_of_optionCanBeNone_7() { return static_cast(offsetof(UICheckbox_t2276134195, ___optionCanBeNone_7)); } inline bool get_optionCanBeNone_7() const { return ___optionCanBeNone_7; } inline bool* get_address_of_optionCanBeNone_7() { return &___optionCanBeNone_7; } inline void set_optionCanBeNone_7(bool value) { ___optionCanBeNone_7 = value; } inline static int32_t get_offset_of_eventReceiver_8() { return static_cast(offsetof(UICheckbox_t2276134195, ___eventReceiver_8)); } inline GameObject_t1113636619 * get_eventReceiver_8() const { return ___eventReceiver_8; } inline GameObject_t1113636619 ** get_address_of_eventReceiver_8() { return &___eventReceiver_8; } inline void set_eventReceiver_8(GameObject_t1113636619 * value) { ___eventReceiver_8 = value; Il2CppCodeGenWriteBarrier((&___eventReceiver_8), value); } inline static int32_t get_offset_of_functionName_9() { return static_cast(offsetof(UICheckbox_t2276134195, ___functionName_9)); } inline String_t* get_functionName_9() const { return ___functionName_9; } inline String_t** get_address_of_functionName_9() { return &___functionName_9; } inline void set_functionName_9(String_t* value) { ___functionName_9 = value; Il2CppCodeGenWriteBarrier((&___functionName_9), value); } inline static int32_t get_offset_of_onStateChange_10() { return static_cast(offsetof(UICheckbox_t2276134195, ___onStateChange_10)); } inline Action_1_t269755560 * get_onStateChange_10() const { return ___onStateChange_10; } inline Action_1_t269755560 ** get_address_of_onStateChange_10() { return &___onStateChange_10; } inline void set_onStateChange_10(Action_1_t269755560 * value) { ___onStateChange_10 = value; Il2CppCodeGenWriteBarrier((&___onStateChange_10), value); } inline static int32_t get_offset_of_option_11() { return static_cast(offsetof(UICheckbox_t2276134195, ___option_11)); } inline bool get_option_11() const { return ___option_11; } inline bool* get_address_of_option_11() { return &___option_11; } inline void set_option_11(bool value) { ___option_11 = value; } inline static int32_t get_offset_of_mChecked_12() { return static_cast(offsetof(UICheckbox_t2276134195, ___mChecked_12)); } inline bool get_mChecked_12() const { return ___mChecked_12; } inline bool* get_address_of_mChecked_12() { return &___mChecked_12; } inline void set_mChecked_12(bool value) { ___mChecked_12 = value; } inline static int32_t get_offset_of_mStarted_13() { return static_cast(offsetof(UICheckbox_t2276134195, ___mStarted_13)); } inline bool get_mStarted_13() const { return ___mStarted_13; } inline bool* get_address_of_mStarted_13() { return &___mStarted_13; } inline void set_mStarted_13(bool value) { ___mStarted_13 = value; } inline static int32_t get_offset_of_mTrans_14() { return static_cast(offsetof(UICheckbox_t2276134195, ___mTrans_14)); } inline Transform_t3600365921 * get_mTrans_14() const { return ___mTrans_14; } inline Transform_t3600365921 ** get_address_of_mTrans_14() { return &___mTrans_14; } inline void set_mTrans_14(Transform_t3600365921 * value) { ___mTrans_14 = value; Il2CppCodeGenWriteBarrier((&___mTrans_14), value); } }; struct UICheckbox_t2276134195_StaticFields { public: // UICheckbox UICheckbox::current UICheckbox_t2276134195 * ___current_2; public: inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(UICheckbox_t2276134195_StaticFields, ___current_2)); } inline UICheckbox_t2276134195 * get_current_2() const { return ___current_2; } inline UICheckbox_t2276134195 ** get_address_of_current_2() { return &___current_2; } inline void set_current_2(UICheckbox_t2276134195 * value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((&___current_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UICHECKBOX_T2276134195_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 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 // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // 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.Logic.CProExchange/consumeData[] struct consumeDataU5BU5D_t324587660 : public RuntimeArray { public: ALIGN_FIELD (8) consumeData_t3764125713 * m_Items[1]; public: inline consumeData_t3764125713 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline consumeData_t3764125713 ** 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, consumeData_t3764125713 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline consumeData_t3764125713 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline consumeData_t3764125713 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, consumeData_t3764125713 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // DMCore.Logic.CAwardItem[] struct CAwardItemU5BU5D_t688006690 : public RuntimeArray { public: ALIGN_FIELD (8) CAwardItem_t1677460915 * m_Items[1]; public: inline CAwardItem_t1677460915 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CAwardItem_t1677460915 ** 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, CAwardItem_t1677460915 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline CAwardItem_t1677460915 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CAwardItem_t1677460915 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CAwardItem_t1677460915 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // DMCore.Logic.CPropGroup[] struct CPropGroupU5BU5D_t555838530 : public RuntimeArray { public: ALIGN_FIELD (8) CPropGroup_t317121043 * m_Items[1]; public: inline CPropGroup_t317121043 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CPropGroup_t317121043 ** 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, CPropGroup_t317121043 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline CPropGroup_t317121043 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CPropGroup_t317121043 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CPropGroup_t317121043 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(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); } }; // 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 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.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m2287542950_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Comparison_1__ctor_m2086841574_gshared (Comparison_1_t2855037343 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void List_1_Sort_m116019857_gshared (List_1_t257213610 * __this, Comparison_1_t2855037343 * p0, const RuntimeMethod* method); // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SortKeyInfo_1__ctor_m1394869830_gshared (SortKeyInfo_1_t3619707304 * __this, int32_t p0, int32_t p1, bool p2, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor(DMCore.Logic.SortKeyInfo`1) extern "C" IL2CPP_METHOD_ATTR int32_t CSortTemplete_SortFunctor_TisInt32_t2950945753_m4216915814_gshared (RuntimeObject * __this /* static, unused */, SortKeyInfo_1_t3619707304 * ___keyInfo0, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m327447107_gshared (Predicate_1_t3905400288 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_Find_m2048854920_gshared (List_1_t257213610 * __this, Predicate_1_t3905400288 * p0, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3616124733_gshared (Action_2_t4177122770 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2601736566_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3411363121_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2382293057_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t3923002270 Dictionary_2_GetEnumerator_m1087370259_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t71524366 Enumerator_get_Current_m3431285658_gshared (Enumerator_t3923002270 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m3495598764_gshared (KeyValuePair_2_t71524366 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3398155861_gshared (Enumerator_t3923002270 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m212974362_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // !1 System.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::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2059424751_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2715358463_gshared (Dictionary_2_t4008197194 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t1667412673 Dictionary_2_GetEnumerator_m4000800313_gshared (Dictionary_2_t4008197194 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t2110902065 Enumerator_get_Current_m163275747_gshared (Enumerator_t1667412673 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m3238896685_gshared (KeyValuePair_2_t2110902065 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3264678566_gshared (Enumerator_t1667412673 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m1535073313_gshared (Dictionary_2_t4008197194 * __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_m2765062557_gshared (Dictionary_2_t4008197194 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m432620428_gshared (Dictionary_2_t4008197194 * __this, int32_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m416422622_gshared (KeyValuePair_2_t2110902065 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m4250681798_gshared (Dictionary_2_t4008197194 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m183483489_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m1170170947_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3474379962_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3327106492_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m1746769275_gshared (Dictionary_2_t4142745948 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m3581340774_gshared (List_1_t913674750 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m358737454_gshared (List_1_t913674750 * __this, int64_t p0, const RuntimeMethod* method); // 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.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m2107733682_gshared (Dictionary_2_t4142745948 * __this, int64_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3741534516_gshared (Dictionary_2_t4142745948 * __this, int64_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2237906497_gshared (List_1_t913674750 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t List_1_get_Item_m3814898732_gshared (List_1_t913674750 * __this, int32_t p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m2906321015_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveAt_m642406107_gshared (List_1_t913674750 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m2696058023_gshared (List_1_t913674750 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m1951681556_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2387223709_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m636942458_gshared (Dictionary_2_t1839659084 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m1702443365_gshared (Dictionary_2_t1839659084 * __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_m3625442308_gshared (Dictionary_2_t1839659084 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m3670869807_gshared (Dictionary_2_t1839659084 * __this, int32_t p0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Item_m1590941542_gshared (Dictionary_2_t1839659084 * __this, int32_t p0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2086727927 Dictionary_2_GetEnumerator_m3278257048_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t2530217319 Enumerator_get_Current_m2655181939_gshared (Enumerator_t2086727927 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m3464904234_gshared (KeyValuePair_2_t2530217319 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1107569389_gshared (Enumerator_t2086727927 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t1801961427 Dictionary_2_GetEnumerator_m2243911723_gshared (Dictionary_2_t4142745948 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t2245450819 Enumerator_get_Current_m3111232608_gshared (Enumerator_t1801961427 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m1421854688_gshared (KeyValuePair_2_t2245450819 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR int64_t KeyValuePair_2_get_Key_m1776813970_gshared (KeyValuePair_2_t2245450819 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3618312344_gshared (Enumerator_t1801961427 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3280774074_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1628857705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m2269680114_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // System.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); // !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.Boolean System.Collections.Generic.List`1::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_m2654125393_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_m2263725670_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m697420525_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Remove_m3037048099_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m4031809308_gshared (List_1_t293923529 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2867210446_gshared (List_1_t293923529 * __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_m4236067140_gshared (List_1_t293923529 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveAt_m2730968292_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m458848447_gshared (List_1_t2270800429 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3083294964_gshared (Predicate_1_t1624019811 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR PosterUnit_t798725687 List_1_Find_m1521644492_gshared (List_1_t2270800429 * __this, Predicate_1_t1624019811 * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3778011185_gshared (List_1_t2270800429 * __this, PosterUnit_t798725687 p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2633021493_gshared (List_1_t2270800429 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR PosterUnit_t798725687 List_1_get_Item_m2449279601_gshared (List_1_t2270800429 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m88548805_gshared (List_1_t2270800429 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m562365603_gshared (Enumerator_t3923002270 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m858977272_gshared (List_1_t1275442333 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m4119339488_gshared (List_1_t1275442333 * __this, SameStylePkgUnit_t4098334887 p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4110926831_gshared (List_1_t1275442333 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR SameStylePkgUnit_t4098334887 List_1_get_Item_m380060942_gshared (List_1_t1275442333 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m2625445654_gshared (List_1_t1275442333 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveAt_m2770200702_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m3300912776_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.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.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m118522912_gshared (Action_1_t3252573759 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void 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); // 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.Collections.Generic.List`1 System.Linq.Enumerable::ToList>(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR List_1_t1543599108 * Enumerable_ToList_TisKeyValuePair_2_t71524366_m2090113148_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Comparison`1>::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Comparison_1__ctor_m2005506013_gshared (Comparison_1_t4141422841 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void List_1_Sort_m1543797752_gshared (List_1_t1543599108 * __this, Comparison_1_t4141422841 * p0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1>::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t3432842985 List_1_GetEnumerator_m3050994104_gshared (List_1_t1543599108 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator>::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t71524366 Enumerator_get_Current_m1098706879_gshared (Enumerator_t3432842985 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m1839753989_gshared (KeyValuePair_2_t71524366 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator>::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3905483689_gshared (Enumerator_t3432842985 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator>::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1194850728_gshared (Enumerator_t3432842985 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1035152819_gshared (List_1_t1543599108 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3606102217_gshared (List_1_t1543599108 * __this, KeyValuePair_2_t71524366 p0, const RuntimeMethod* method); // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SortKeyInfo_1__ctor_m4042510263_gshared (SortKeyInfo_1_t110361559 * __this, int64_t p0, int64_t p1, bool p2, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor(DMCore.Logic.SortKeyInfo`1) extern "C" IL2CPP_METHOD_ATTR int32_t CSortTemplete_SortFunctor_TisInt64_t3736567304_m562281450_gshared (RuntimeObject * __this /* static, unused */, SortKeyInfo_1_t110361559 * ___keyInfo0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m4193450060_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2807742409_gshared (Dictionary_2_t2625280635 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m4293935587_gshared (Dictionary_2_t2625280635 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m3873460555_gshared (Dictionary_2_t2625280635 * __this, int32_t p0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR int64_t Dictionary_2_get_Item_m3439622169_gshared (Dictionary_2_t2625280635 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m15403554_gshared (Dictionary_2_t2625280635 * __this, int32_t p0, int64_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2099378411_gshared (Dictionary_2_t2625280635 * __this, int32_t p0, int64_t p1, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2017297076 List_1_GetEnumerator_m593114157_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m207670954_gshared (Enumerator_t2017297076 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3181700225_gshared (Enumerator_t2017297076 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m222348240_gshared (Enumerator_t2017297076 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1>::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t1467408231 List_1_GetEnumerator_m1747812830_gshared (List_1_t3873131650 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator>::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t2401056908 Enumerator_get_Current_m3238087599_gshared (Enumerator_t1467408231 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m1055012466_gshared (KeyValuePair_2_t2401056908 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator>::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3912375894_gshared (Enumerator_t1467408231 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1535364901_gshared (Dictionary_2_t1839659084 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m361672524_gshared (List_1_t3873131650 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) extern "C" IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m2739770465_gshared (KeyValuePair_2_t2401056908 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m2920206172_gshared (List_1_t3873131650 * __this, KeyValuePair_2_t2401056908 p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1>::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m1832895519_gshared (List_1_t3873131650 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1>::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t2401056908 List_1_get_Item_m4229561933_gshared (List_1_t3873131650 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CNoticeManager/OnCurExpChanged::Invoke(System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnCurExpChanged_Invoke_m607329377 (OnCurExpChanged_t1928539448 * __this, int32_t ___mainTaskId0, const RuntimeMethod* method); // System.Void DMCore.Logic.CNoticeManager/OnMainTaskChanged::Invoke(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnMainTaskChanged_Invoke_m4069862562 (OnMainTaskChanged_t359061898 * __this, int32_t ___mainTaskId0, int32_t ___level1, int32_t ___maxExp2, const RuntimeMethod* method); // System.Void DMCore.Logic.CNoticeManager/OnStartNoticeTask::Invoke(System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnStartNoticeTask_Invoke_m3031359639 (OnStartNoticeTask_t2656173874 * __this, int32_t ___second0, const RuntimeMethod* method); // System.Void DMCore.Logic.CNoticeManager/OnStopNoticeTask::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnStopNoticeTask_Invoke_m1631662393 (OnStopNoticeTask_t773840426 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CNoticeManager/OnSubTaskChanged::Invoke(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnSubTaskChanged_Invoke_m3434211149 (OnSubTaskChanged_t1167505012 * __this, int32_t ___mainTask0, int32_t ___Subtask1, const RuntimeMethod* method); // System.Void CDataModelList::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelList__ctor_m3914079479 (CDataModelList_t1133308508 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3384631057(__this, method) (( void (*) (List_1_t1561081024 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.CNoticeShopManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNoticeShopManager__ctor_m3041469904 (CNoticeShopManager_t2164620959 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataArray::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataArray__ctor_m2623161048 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m3820844360 (CDataArray_t4068198041 * __this, int32_t ___val0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Flush() extern "C" IL2CPP_METHOD_ATTR void CDataArray_Flush_m1077150699 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m588514303(__this, p0, method) (( void (*) (List_1_t1561081024 *, NoticeShopItem_t89006282 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m4043373719(__this, method) (( void (*) (List_1_t1561081024 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3266433451(__this, method) (( int32_t (*) (List_1_t1561081024 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Int32 DMCore.Logic.CNoticeShopManager::GetShopCount() extern "C" IL2CPP_METHOD_ATTR int32_t CNoticeShopManager_GetShopCount_m357113013 (CNoticeShopManager_t2164620959 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1199657584(__this, p0, method) (( NoticeShopItem_t89006282 * (*) (List_1_t1561081024 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) #define Comparison_1__ctor_m2406703021(__this, p0, p1, method) (( void (*) (Comparison_1_t4158904757 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m2086841574_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) #define List_1_Sort_m630942570(__this, p0, method) (( void (*) (List_1_t1561081024 *, Comparison_1_t4158904757 *, const RuntimeMethod*))List_1_Sort_m116019857_gshared)(__this, p0, method) // System.Void DMCore.Logic.CNoticeShopManager/OnShopListChanged::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnShopListChanged_Invoke_m3372810907 (OnShopListChanged_t1193369625 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) #define SortKeyInfo_1__ctor_m1394869830(__this, p0, p1, p2, method) (( void (*) (SortKeyInfo_1_t3619707304 *, int32_t, int32_t, bool, const RuntimeMethod*))SortKeyInfo_1__ctor_m1394869830_gshared)(__this, p0, p1, p2, method) // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor(DMCore.Logic.SortKeyInfo`1) #define CSortTemplete_SortFunctor_TisInt32_t2950945753_m4216915814(__this /* static, unused */, ___keyInfo0, method) (( int32_t (*) (RuntimeObject * /* static, unused */, SortKeyInfo_1_t3619707304 *, const RuntimeMethod*))CSortTemplete_SortFunctor_TisInt32_t2950945753_m4216915814_gshared)(__this /* static, unused */, ___keyInfo0, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1038905953(__this, method) (( void (*) (List_1_t1037115578 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void CDataModelBool::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelBool__ctor_m1721054774 (CDataModelBool_t2269476966 * __this, const RuntimeMethod* method); // System.Void CDataModelInt::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelInt__ctor_m420760675 (CDataModelInt_t3463393640 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.COnHookManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void COnHookManager__ctor_m433841122 (COnHookManager_t1213390909 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1112624321(__this, p0, method) (( void (*) (List_1_t1037115578 *, CardSlotInfo_t3860008132 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m468493537(__this, method) (( void (*) (List_1_t1037115578 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.COnHookManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRefreshDataU3Ec__AnonStorey0__ctor_m3228691834 (U3CRefreshDataU3Ec__AnonStorey0_t3763323241 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m3811348814(__this, p0, p1, method) (( void (*) (Predicate_1_t390334960 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m2743030052(__this, p0, method) (( CardSlotInfo_t3860008132 * (*) (List_1_t1037115578 *, Predicate_1_t390334960 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Void CDataModelInt::set_Data(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataModelInt_set_Data_m3794751788 (CDataModelInt_t3463393640 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) #define Action_2_Invoke_m3616124733(__this, p0, p1, method) (( void (*) (Action_2_t4177122770 *, int32_t, int32_t, const RuntimeMethod*))Action_2_Invoke_m3616124733_gshared)(__this, p0, p1, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m645687676(__this, method) (( int32_t (*) (List_1_t1037115578 *, 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_m2707278069(__this, p0, method) (( CardSlotInfo_t3860008132 * (*) (List_1_t1037115578 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) #define Comparison_1__ctor_m3359866588(__this, p0, p1, method) (( void (*) (Comparison_1_t3634939311 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m2086841574_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) #define List_1_Sort_m636694793(__this, p0, method) (( void (*) (List_1_t1037115578 *, Comparison_1_t3634939311 *, const RuntimeMethod*))List_1_Sort_m116019857_gshared)(__this, p0, method) // System.Void CDataModelBool::set_Data(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CDataModelBool_set_Data_m838892248 (CDataModelBool_t2269476966 * __this, bool ___value0, const RuntimeMethod* method); // System.Void IEventDispatcher::AddWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void IEventDispatcher_AddWatcher_m1530082036 (IEventDispatcher_t2294365884 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method); // System.Void IEventDispatcher::RemoveWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void IEventDispatcher_RemoveWatcher_m2309964606 (IEventDispatcher_t2294365884 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method); // System.Int32 DMCore.CDataArray::GetInt(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDataArray_GetInt_m1111369473 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, int32_t ___defaultVal1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CurrencyGetManager::CheckCurrencyState(DMCore.Logic.enumCurrencyType,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CurrencyGetManager_CheckCurrencyState_m4051687621 (RuntimeObject * __this /* static, unused */, int32_t ___currencyType0, int32_t ___needCount1, const RuntimeMethod* method); // NoticeTimeTool NoticeTimeTool::get_GetInstance() extern "C" IL2CPP_METHOD_ATTR NoticeTimeTool_t3495891363 * NoticeTimeTool_get_GetInstance_m892437946 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void NoticeTimeTool::StopCountDown() extern "C" IL2CPP_METHOD_ATTR void NoticeTimeTool_StopCountDown_m1669365155 (NoticeTimeTool_t3495891363 * __this, const RuntimeMethod* method); // System.Int32 System.Enum::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Enum_CompareTo_m4158304618 (RuntimeObject * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Int32 System.Int32::CompareTo(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m4284770383 (int32_t* __this, int32_t p0, const RuntimeMethod* method); // System.Void CDataModelMap::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelMap__ctor_m2240469843 (CDataModelMap_t1093164792 * __this, const RuntimeMethod* method); // System.Void CDataModelMap::Set(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void CDataModelMap_Set_m186491749 (CDataModelMap_t1093164792 * __this, RuntimeObject * ___key0, RuntimeObject * ___val1, const RuntimeMethod* method); // System.Void DMCore.Logic.CoupleWallInfoUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void CoupleWallInfoUnit__ctor_m925530210 (CoupleWallInfoUnit_t2257658563 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CoupleWallManager::set_CurCheckedPublicDetail(DMCore.Logic.CoupleWallInfoUnit) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_set_CurCheckedPublicDetail_m2128861364 (CoupleWallManager_t3934997805 * __this, CoupleWallInfoUnit_t2257658563 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.MessageLogInfoUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void MessageLogInfoUnit__ctor_m2197320020 (MessageLogInfoUnit_t4080848674 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CoupleWallManager::set_CurCheckedMessageLogDetail(DMCore.Logic.MessageLogInfoUnit) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_set_CurCheckedMessageLogDetail_m236922604 (CoupleWallManager_t3934997805 * __this, MessageLogInfoUnit_t4080848674 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CoupleWallManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager__ctor_m2363226668 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method); // System.Object CDataModelMap::GetValue(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CDataModelMap_GetValue_m2959219901 (CDataModelMap_t1093164792 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void CDataModelList::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR void CDataModelList_Add_m2675322066 (CDataModelList_t1133308508 * __this, RuntimeObject * ___val0, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::FloorToInt(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m1870542928 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // 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.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.String DMResourceInterface::GetCurrentLanguage() extern "C" IL2CPP_METHOD_ATTR String_t* DMResourceInterface_GetCurrentLanguage_m2374284051 (RuntimeObject * __this /* static, unused */, 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.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.CDataArray::Push(System.String) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1799687930 (CDataArray_t4068198041 * __this, String_t* ___val0, const RuntimeMethod* method); // DMCore.Framework.Misc.CSensitiveWordManager DMCore.Framework.Misc.CSensitiveWordManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSensitiveWordManager_t1258364656 * CSensitiveWordManager_GetInstance_m566980595 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CSensitiveWordManager::FilterSensitiveWordAll(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CSensitiveWordManager_FilterSensitiveWordAll_m2316646929 (CSensitiveWordManager_t1258364656 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m3799896857 (CDataArray_t4068198041 * __this, int64_t ___val0, const RuntimeMethod* method); // DMCore.Logic.MessageLogInfoUnit DMCore.Logic.CoupleWallManager::get_CurCheckedMessageLogDetail() extern "C" IL2CPP_METHOD_ATTR MessageLogInfoUnit_t4080848674 * CoupleWallManager_get_CurCheckedMessageLogDetail_m490129095 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CoupleWallManager/FreshCoupleWallExpressVoiceBtn::Invoke(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FreshCoupleWallExpressVoiceBtn_Invoke_m1135731355 (FreshCoupleWallExpressVoiceBtn_t1937708699 * __this, bool ___b0, const RuntimeMethod* method); // System.Void DMCore.Logic.CoupleWallManager/FreshCoupleWallPublishVoiceBtn::Invoke(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FreshCoupleWallPublishVoiceBtn_Invoke_m1318132171 (FreshCoupleWallPublishVoiceBtn_t2594402265 * __this, bool ___b0, const RuntimeMethod* method); // System.Void DMCore.Logic.CoupleWallManager/OnCoupleWallExpressVoiceCallBack::Invoke(System.String) extern "C" IL2CPP_METHOD_ATTR void OnCoupleWallExpressVoiceCallBack_Invoke_m4271560163 (OnCoupleWallExpressVoiceCallBack_t773215007 * __this, String_t* ___voice_text0, const RuntimeMethod* method); // System.Void DMCore.Logic.CoupleWallManager/OnCoupleWallPublishVoiceCallBack::Invoke(System.String) extern "C" IL2CPP_METHOD_ATTR void OnCoupleWallPublishVoiceCallBack_Invoke_m3687060839 (OnCoupleWallPublishVoiceCallBack_t73764237 * __this, String_t* ___voice_txt0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPersonaliseMallController::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPersonaliseMallController__ctor_m2089559259 (CPersonaliseMallController_t1763531711 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_PetID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPet_set_PetID_m3439636845 (CPet_t2667050390 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_ModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_ModelID_m3334201784 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_ConfigID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_ConfigID_m3112122604 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_PetName(System.String) extern "C" IL2CPP_METHOD_ATTR void CPet_set_PetName_m4176806208 (CPet_t2667050390 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_mPetPhysiologyState(DMCore.Logic.PetPhysiologyState) extern "C" IL2CPP_METHOD_ATTR void CPet_set_mPetPhysiologyState_m2026216775 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_Sex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_Sex_m1481676837 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_Level(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_Level_m4228409769 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_Star(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_Star_m2024165233 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_Quality(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_Quality_m227077171 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_CurrentExperience(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_CurrentExperience_m1305009395 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_CurrentEnergy(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_CurrentEnergy_m1175734424 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_LeftHatchTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_LeftHatchTime_m4189183702 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_mPetPhysicsState(DMCore.Logic.PetPhysicsState) extern "C" IL2CPP_METHOD_ATTR void CPet_set_mPetPhysicsState_m3784785352 (CPet_t2667050390 * __this, int32_t ___value0, 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_m3955083959(__this, method) (( void (*) (Dictionary_2_t3311957831 *, 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 DMCore.Logic.CPetActionConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetActionConfig__ctor_m1936377367 (CPetActionConfig_t1976691651 * __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.Int32 DMCore.Logic.CPetManager::GetModelIDByPetID(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t CPetManager_GetModelIDByPetID_m3586276 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method); // UnityEngine.Vector3 DMCore.Logic.CPetActionConfig::GetShowFactorByModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CPetActionConfig_GetShowFactorByModelID_m3010840772 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, const RuntimeMethod* method); // UnityEngine.Vector2 DMCore.Logic.CPetActionConfig::GetTitleOffsetByModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 CPetActionConfig_GetTitleOffsetByModelID_m3620129774 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.Single DMCore.Logic.CPetActionConfig::GetWalkSpeedByModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR float CPetActionConfig_GetWalkSpeedByModelID_m2905732202 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.Single DMCore.Logic.CPetActionConfig::GetSafeDistanceByModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR float CPetActionConfig_GetSafeDistanceByModelID_m3623398094 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.String DMCore.Logic.CPetActionConfig::GetActionResByModelID(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPetActionConfig_GetActionResByModelID_m2801015671 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, int32_t ___actionID1, const RuntimeMethod* method); // System.String DMCore.Logic.CPetActionConfig::GetActionResByModelID(System.Int32,DMCore.Logic.PetActionType) extern "C" IL2CPP_METHOD_ATTR String_t* CPetActionConfig_GetActionResByModelID_m823719944 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, int32_t ___actionType1, const RuntimeMethod* method); // 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.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m662645942(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3311957831 *, int32_t, ActionConfigGroup_t128277204 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, 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); // DMCore.Logic.CPetActionConfig/ActionConfigUnit DMCore.Logic.CPetActionConfig/ActionConfigGroup::GetConfigUnit(DMCore.Logic.PetActionType) extern "C" IL2CPP_METHOD_ATTR ActionConfigUnit_t3139127126 * ActionConfigGroup_GetConfigUnit_m3339452081 (ActionConfigGroup_t128277204 * __this, int32_t ___actionType0, const RuntimeMethod* method); // DMCore.Logic.CPetActionConfig/ActionConfigUnit DMCore.Logic.CPetActionConfig/ActionConfigGroup::GetConfigUnit(System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionConfigUnit_t3139127126 * ActionConfigGroup_GetConfigUnit_m4134292537 (ActionConfigGroup_t128277204 * __this, int32_t ___actionID0, const RuntimeMethod* method); // DMCore.Logic.CPetActionLib DMCore.Logic.CPetActionLib::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetActionLib_t2502418388 * CPetActionLib_GetInstance_m1996077265 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetBitValue(System.Int32,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetBitValue_m3106479109 (RuntimeObject * __this /* static, unused */, int32_t ___input0, uint32_t ___posFromLeftSide1, int32_t ___defaultVal2, const RuntimeMethod* method); // System.String DMCore.Logic.CPetActionLib::GetActionRes(DMCore.Logic.PetActionType,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPetActionLib_GetActionRes_m1852544946 (CPetActionLib_t2502418388 * __this, int32_t ___actionType0, int32_t ___actionID1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m1936132643(__this, p0, method) (( bool (*) (Dictionary_2_t3311957831 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2382293057_gshared)(__this, p0, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m1475470306(__this, method) (( Enumerator_t971173310 (*) (Dictionary_2_t3311957831 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m1087370259_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m1214715554(__this, method) (( KeyValuePair_2_t1414662702 (*) (Enumerator_t971173310 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m466264212(__this, method) (( ActionConfigGroup_t128277204 * (*) (KeyValuePair_2_t1414662702 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Void DMCore.Logic.CPetActionConfig/ActionConfigGroup::Clear() extern "C" IL2CPP_METHOD_ATTR void ActionConfigGroup_Clear_m2895183137 (ActionConfigGroup_t128277204 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m1061366833(__this, method) (( bool (*) (Enumerator_t971173310 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m4269955486(__this, method) (( void (*) (Dictionary_2_t3311957831 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void System.Xml.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m664597982 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(System.Xml.XmlElement,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m3447431122 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, String_t* ___defaultVal2, const RuntimeMethod* method); // System.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.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Boolean 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); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2568305653(__this, p0, method) (( ActionConfigGroup_t128277204 * (*) (Dictionary_2_t3311957831 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPetActionConfig/ActionConfigGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void ActionConfigGroup__ctor_m1353680850 (ActionConfigGroup_t128277204 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2456767205(__this, p0, p1, method) (( void (*) (Dictionary_2_t3311957831 *, int32_t, ActionConfigGroup_t128277204 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Boolean DMCore.Logic.CPetActionConfig/ActionConfigGroup::DeserialFromXml(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR bool ActionConfigGroup_DeserialFromXml_m3448062122 (ActionConfigGroup_t128277204 * __this, XmlElement_t561603118 * ___root0, 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); // DMCore.Framework.Misc.CLogHelp DMCore.IHelp::GetLogManager() extern "C" IL2CPP_METHOD_ATTR CLogHelp_t779629444 * IHelp_GetLogManager_m2114192212 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::LogFile(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogFile_m4227814860 (CLogHelp_t779629444 * __this, String_t* ___strVal0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m3897101279(__this, method) (( void (*) (Dictionary_2_t1244325602 *, const RuntimeMethod*))Dictionary_2__ctor_m2715358463_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2>::GetEnumerator() #define Dictionary_2_GetEnumerator_m4068851059(__this, method) (( Enumerator_t3198508377 (*) (Dictionary_2_t1244325602 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m4000800313_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator>::get_Current() #define Enumerator_get_Current_m3213785704(__this, method) (( KeyValuePair_2_t3641997769 (*) (Enumerator_t3198508377 *, const RuntimeMethod*))Enumerator_get_Current_m163275747_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2>::get_Value() #define KeyValuePair_2_get_Value_m1137140556(__this, method) (( List_1_t316234572 * (*) (KeyValuePair_2_t3641997769 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3238896685_gshared)(__this, method) // DMCore.Logic.CPetActionConfig/ActionConfigUnit DMCore.Logic.CPetActionConfig/ActionConfigGroup::GetConfigUnitFromList(System.Collections.Generic.List`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionConfigUnit_t3139127126 * ActionConfigGroup_GetConfigUnitFromList_m87135713 (ActionConfigGroup_t128277204 * __this, List_1_t316234572 * ___unitList0, int32_t ___actionID1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator>::MoveNext() #define Enumerator_MoveNext_m2535816426(__this, method) (( bool (*) (Enumerator_t3198508377 *, const RuntimeMethod*))Enumerator_MoveNext_m3264678566_gshared)(__this, method) // System.Collections.Generic.List`1 DMCore.Logic.CPetActionConfig/ActionConfigGroup::GetActionList(DMCore.Logic.PetActionType) extern "C" IL2CPP_METHOD_ATTR List_1_t316234572 * ActionConfigGroup_GetActionList_m9041252 (ActionConfigGroup_t128277204 * __this, int32_t ___actionType0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2969030198(__this, method) (( int32_t (*) (List_1_t316234572 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Int32 UnityEngine.Random::Range(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Random_Range_m4054026115 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1629797649(__this, p0, method) (( ActionConfigUnit_t3139127126 * (*) (List_1_t316234572 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2>::Clear() #define Dictionary_2_Clear_m997073492(__this, method) (( void (*) (Dictionary_2_t1244325602 *, const RuntimeMethod*))Dictionary_2_Clear_m1535073313_gshared)(__this, method) // UnityEngine.Vector3 DMCore.Framework.Misc.CMiscHelp::ParseVector3(System.String) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CMiscHelp_ParseVector3_m2020003938 (RuntimeObject * __this /* static, unused */, String_t* ___strVector30, const RuntimeMethod* method); // UnityEngine.Vector2 DMCore.Framework.Misc.CMiscHelp::ParseVector2(System.String) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 CMiscHelp_ParseVector2_m2892525532 (RuntimeObject * __this /* static, unused */, String_t* ___strVector20, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CMiscHelp::GetXmlElemFloat(System.Xml.XmlElement,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR float CMiscHelp_GetXmlElemFloat_m3630113139 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, float ___fDefault2, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetActionConfig/ActionConfigUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void ActionConfigUnit__ctor_m3191058513 (ActionConfigUnit_t3139127126 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPetActionConfig/ActionConfigUnit::DeserialFromXml(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR bool ActionConfigUnit_DeserialFromXml_m2315505723 (ActionConfigUnit_t3139127126 * __this, XmlElement_t561603118 * ___root0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1830941457(__this, method) (( void (*) (List_1_t316234572 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::set_Item(!0,!1) #define Dictionary_2_set_Item_m4267282777(__this, p0, p1, method) (( void (*) (Dictionary_2_t1244325602 *, int32_t, List_1_t316234572 *, const RuntimeMethod*))Dictionary_2_set_Item_m2765062557_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1133094451(__this, p0, method) (( void (*) (List_1_t316234572 *, ActionConfigUnit_t3139127126 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2392040879(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1244325602 *, int32_t, List_1_t316234572 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m432620428_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CPetActionConfig/ActionConfigGroup/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetConfigUnitFromListU3Ec__AnonStorey0__ctor_m3724283817 (U3CGetConfigUnitFromListU3Ec__AnonStorey0_t2816068747 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m1509224188(__this, p0, p1, method) (( void (*) (Predicate_1_t3964421250 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m3526688601(__this, p0, method) (( ActionConfigUnit_t3139127126 * (*) (List_1_t316234572 *, Predicate_1_t3964421250 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // UnityEngine.Vector2 UnityEngine.Vector2::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_get_zero_m540426400 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetXmlElemInt(System.Xml.XmlElement,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetXmlElemInt_m3192643185 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, int32_t ___nDefault2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2524411756(__this, method) (( void (*) (Dictionary_2_t2242832625 *, const RuntimeMethod*))Dictionary_2__ctor_m2715358463_gshared)(__this, method) // System.Void DMCore.Logic.CPetActionLib::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetActionLib__ctor_m1829419692 (CPetActionLib_t2502418388 * __this, const RuntimeMethod* method); // DMCore.Logic.CPetActionLib/PetActionUnit DMCore.Logic.CPetActionLib::GetActionUnit(DMCore.Logic.PetActionType,System.Int32) extern "C" IL2CPP_METHOD_ATTR PetActionUnit_t2131509054 * CPetActionLib_GetActionUnit_m3712106804 (CPetActionLib_t2502418388 * __this, int32_t ___actionType0, int32_t ___actionID1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m446956557(__this, method) (( Enumerator_t4197015400 (*) (Dictionary_2_t2242832625 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m4000800313_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m1191692428(__this, method) (( KeyValuePair_2_t345537496 (*) (Enumerator_t4197015400 *, const RuntimeMethod*))Enumerator_get_Current_m163275747_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m4064456603(__this, method) (( int32_t (*) (KeyValuePair_2_t345537496 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m416422622_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m3664459321(__this, method) (( bool (*) (Enumerator_t4197015400 *, const RuntimeMethod*))Enumerator_MoveNext_m3264678566_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m549504025(__this, method) (( PetActionGroup_t1314741595 * (*) (KeyValuePair_2_t345537496 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3238896685_gshared)(__this, method) // System.Void DMCore.Logic.CPetActionLib/PetActionGroup::Clear() extern "C" IL2CPP_METHOD_ATTR void PetActionGroup_Clear_m921913722 (PetActionGroup_t1314741595 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m88902793(__this, method) (( void (*) (Dictionary_2_t2242832625 *, const RuntimeMethod*))Dictionary_2_Clear_m1535073313_gshared)(__this, method) // System.String System.String::Replace(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar p0, Il2CppChar p1, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.String System.String::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.Logic.CPetActionLib/PetActionGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetActionGroup__ctor_m3229935379 (PetActionGroup_t1314741595 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPetActionLib/PetActionGroup::DeserialFromXml(System.Xml.XmlElement,System.String) extern "C" IL2CPP_METHOD_ATTR bool PetActionGroup_DeserialFromXml_m1944606065 (PetActionGroup_t1314741595 * __this, XmlElement_t561603118 * ___root0, String_t* ___resDirectory1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2957635504(__this, p0, p1, method) (( void (*) (Dictionary_2_t2242832625 *, int32_t, PetActionGroup_t1314741595 *, const RuntimeMethod*))Dictionary_2_Add_m4250681798_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m4257547920(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2242832625 *, int32_t, PetActionGroup_t1314741595 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m432620428_gshared)(__this, p0, p1, method) // DMCore.Logic.CPetActionLib/PetActionUnit DMCore.Logic.CPetActionLib/PetActionGroup::GetActionUnit(System.Int32) extern "C" IL2CPP_METHOD_ATTR PetActionUnit_t2131509054 * PetActionGroup_GetActionUnit_m1741971057 (PetActionGroup_t1314741595 * __this, int32_t ___actionID0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3833859292(__this, method) (( void (*) (List_1_t3603583796 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.CPetActionLib/PetActionGroup/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetActionUnitU3Ec__AnonStorey0__ctor_m876391857 (U3CGetActionUnitU3Ec__AnonStorey0_t2985909434 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m145284204(__this, p0, p1, method) (( void (*) (Predicate_1_t2956803178 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m934504440(__this, p0, method) (( PetActionUnit_t2131509054 * (*) (List_1_t3603583796 *, Predicate_1_t2956803178 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2761726799(__this, method) (( void (*) (List_1_t3603583796 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.CPetActionLib/PetActionUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetActionUnit__ctor_m3902600382 (PetActionUnit_t2131509054 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPetActionLib/PetActionUnit::DeserialFromXml(System.Xml.XmlElement,System.String) extern "C" IL2CPP_METHOD_ATTR bool PetActionUnit_DeserialFromXml_m2674497875 (PetActionUnit_t2131509054 * __this, XmlElement_t561603118 * ___root0, String_t* ___resDirectory1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m366800934(__this, p0, method) (( void (*) (List_1_t3603583796 *, PetActionUnit_t2131509054 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m395481168(__this, method) (( void (*) (List_1_t2716537489 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_zero_m1409827619 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2275355514(__this, method) (( void (*) (Dictionary_2_t3625702484 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void DMCore.Logic.CPetAniCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetAniCfg__ctor_m3815368956 (CPetAniCfg_t3973954919 * __this, const RuntimeMethod* method); // System.Xml.XmlElement DMCore.Framework.IO.CXMLHelper::GetXmlNodeByXpath(System.Xml.XmlDocument,System.String) extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * CXMLHelper_GetXmlNodeByXpath_m2211338148 (RuntimeObject * __this /* static, unused */, XmlDocument_t2837193595 * ___xmlDoc0, String_t* ___xpath1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3148816113(__this, method) (( void (*) (List_1_t2716537489 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.CPetAniCfg/PetAniUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetAniUnit__ctor_m2630056321 (PetAniUnit_t1244462747 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m534890244(__this, p0, method) (( void (*) (List_1_t2716537489 *, PetAniUnit_t1244462747 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPetAniCfg/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CPlayAniU3Ec__AnonStorey0__ctor_m2131007307 (U3CPlayAniU3Ec__AnonStorey0_t3750724107 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m1932857113(__this, p0, p1, method) (( void (*) (Predicate_1_t2069756871 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m2638045786(__this, p0, method) (( PetAniUnit_t1244462747 * (*) (List_1_t2716537489 *, Predicate_1_t2069756871 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // DMCore.Logic.CTimerManager DMCore.Logic.CTimerManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTimerManager_t4186675208 * CTimerManager_GetInstance_m783340840 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CTimerManager::KillTimer(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CTimerManager_KillTimer_m1432033039 (CTimerManager_t4186675208 * __this, int32_t ___timerID0, const RuntimeMethod* method); // System.Void DMCore.Logic.TimerCallbackProc::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TimerCallbackProc__ctor_m2511947299 (TimerCallbackProc_t3381003091 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CTimerManager::CreateTimer(System.Single,DMCore.Logic.TimerCallbackProc,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CTimerManager_CreateTimer_m1163471876 (CTimerManager_t4186675208 * __this, float ___timeSpan0, TimerCallbackProc_t3381003091 * ___timerProc1, int32_t ___runTimes2, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Equality_m1810815630 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m1577318754(__this, p0, method) (( bool (*) (Dictionary_2_t3625702484 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m183483489_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2202019062(__this, p0, method) (( Texture2D_t3840446185 * (*) (Dictionary_2_t3625702484 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m1170170947_gshared)(__this, p0, method) // DMCore.Framework.Resource.IResourceManager DMCore.IHelp::GetResManager() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IHelp_GetResManager_m1508557610 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // 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.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4071470834 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m432567873(__this, p0, p1, method) (( void (*) (Dictionary_2_t3625702484 *, String_t*, Texture2D_t3840446185 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Boolean DMCore.Framework.Misc.CMiscHelp::SetTextureIcon(UITexture,System.String,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_SetTextureIcon_m1616628797 (RuntimeObject * __this /* static, unused */, UITexture_t3471168817 * ___iconHost0, String_t* ___iconPath1, Vector3_t3722313464 ___orignalSize2, 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.Boolean UnityEngine.GameObject::get_activeSelf() extern "C" IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m1767405923 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GameObject_SetActive_m796801857 (GameObject_t1113636619 * __this, bool p0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetAniCfg/PetAniOver::Invoke() extern "C" IL2CPP_METHOD_ATTR void PetAniOver_Invoke_m2735718363 (PetAniOver_t18903185 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2373755208(__this, method) (( void (*) (List_1_t2185202699 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1505517989(__this, method) (( void (*) (List_1_t3080825839 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.CPetConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetConfig__ctor_m4020661248 (CPetConfig_t679804737 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3424721998(__this, method) (( void (*) (List_1_t3080825839 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.CPetConfig/PetQualityDataUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetQualityDataUnit__ctor_m1507002801 (PetQualityDataUnit_t1608751097 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2616313425(__this, p0, method) (( void (*) (List_1_t3080825839 *, PetQualityDataUnit_t1608751097 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m50456155(__this, method) (( void (*) (List_1_t2185202699 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetBuyEnergyDataConfigUnit__ctor_m1753059509 (PetBuyEnergyDataConfigUnit_t713127957 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m223407736(__this, p0, method) (( void (*) (List_1_t2185202699 *, PetBuyEnergyDataConfigUnit_t713127957 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPetConfig/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetBuyDataconfigU3Ec__AnonStorey0__ctor_m2451255045 (U3CGetBuyDataconfigU3Ec__AnonStorey0_t233870524 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m2474333513(__this, p0, p1, method) (( void (*) (Predicate_1_t1538422081 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m3457631442(__this, p0, method) (( PetBuyEnergyDataConfigUnit_t713127957 * (*) (List_1_t2185202699 *, Predicate_1_t1538422081 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPetConfig/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetQualityconfigU3Ec__AnonStorey1__ctor_m3846463933 (U3CGetQualityconfigU3Ec__AnonStorey1_t3016788788 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m1280362594(__this, p0, p1, method) (( void (*) (Predicate_1_t2434045221 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m515852019(__this, p0, method) (( PetQualityDataUnit_t1608751097 * (*) (List_1_t3080825839 *, Predicate_1_t2434045221 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2575567348(__this, method) (( int32_t (*) (List_1_t2185202699 *, 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_m2047525830(__this, p0, method) (( PetQualityDataUnit_t1608751097 * (*) (List_1_t3080825839 *, 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_m3539764010(__this, method) (( int32_t (*) (List_1_t3080825839 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m134653699(__this, method) (( void (*) (Dictionary_2_t3489775701 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.CPetLevelExperienceCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetLevelExperienceCfg__ctor_m3056569966 (CPetLevelExperienceCfg_t3456413245 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1865615314(__this, method) (( void (*) (Dictionary_2_t3489775701 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void DMCore.Logic.CPetLevelExperienceCfg/levelEffect::.ctor() extern "C" IL2CPP_METHOD_ATTR void levelEffect__ctor_m2416572372 (levelEffect_t306095074 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m244444753(__this, p0, p1, method) (( void (*) (Dictionary_2_t3489775701 *, int32_t, levelEffect_t306095074 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m4058996561(__this, p0, method) (( bool (*) (Dictionary_2_t3489775701 *, 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_m1431089889(__this, p0, method) (( levelEffect_t306095074 * (*) (Dictionary_2_t3489775701 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // DMCore.Logic.CPetConfig DMCore.Logic.CPetConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetConfig_t679804737 * CPetConfig_GetInstance_m2205073526 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CPetConfig/PetQualityDataUnit DMCore.Logic.CPetConfig::GetQualityconfig(System.Int32) extern "C" IL2CPP_METHOD_ATTR PetQualityDataUnit_t1608751097 * CPetConfig_GetQualityconfig_m1314804221 (CPetConfig_t679804737 * __this, int32_t ___quality0, const RuntimeMethod* method); // DMCore.Logic.CPetLevelExperienceCfg/levelEffect DMCore.Logic.CPetLevelExperienceCfg::GetCurLevelEffect(System.Int32) extern "C" IL2CPP_METHOD_ATTR levelEffect_t306095074 * CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790 (CPetLevelExperienceCfg_t3456413245 * __this, int32_t ___level0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3704617332(__this, method) (( void (*) (List_1_t4139125132 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2853127436(__this, method) (( void (*) (Dictionary_2_t1411863853 *, const RuntimeMethod*))Dictionary_2__ctor_m1746769275_gshared)(__this, method) // System.Void DMCore.Logic.CPetManager::set_CurrentSelectedPetID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_CurrentSelectedPetID_m4011617171 (CPetManager_t2941415134 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::set_IsDataReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_IsDataReady_m1087712853 (CPetManager_t2941415134 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3581340774(__this, method) (( void (*) (List_1_t913674750 *, const RuntimeMethod*))List_1__ctor_m3581340774_gshared)(__this, method) // System.Void DMCore.Logic.CPetManager::set_IsShowActivePet(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_IsShowActivePet_m117050414 (CPetManager_t2941415134 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::set_RefreshActiveTimeTimerID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_RefreshActiveTimeTimerID_m836468754 (CPetManager_t2941415134 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::set_IsCurrentFollowPetVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_IsCurrentFollowPetVisible_m3977233277 (CPetManager_t2941415134 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::set_petSkillUseCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_petSkillUseCount_m1801960473 (CPetManager_t2941415134 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetManager__ctor_m1438111042 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // DMCore.Logic.CPetActionConfig DMCore.Logic.CPetActionConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetActionConfig_t1976691651 * CPetActionConfig_GetInstance_m684232195 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPetActionConfig::IsValidModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPetActionConfig_IsValidModelID_m1657803925 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, 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); // DMCore.Framework.Scene.ISceneNpcBase DMCore.Logic.CPetManager::get_CurrentSelectedPetObj() extern "C" IL2CPP_METHOD_ATTR ISceneNpcBase_t3974693970 * CPetManager_get_CurrentSelectedPetObj_m1206640132 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.ISceneBaseObj::GetTransform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneBaseObj_GetTransform_m3818769012 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CSceneService::DestroyNpcObj(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR bool CSceneService_DestroyNpcObj_m618051822 (CSceneService_t551449725 * __this, GameObject_t1113636619 * ___destObj0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::set_CurrentSelectedPetObj(DMCore.Framework.Scene.ISceneNpcBase) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_CurrentSelectedPetObj_m1232414421 (CPetManager_t2941415134 * __this, ISceneNpcBase_t3974693970 * ___value0, 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.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); // 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); // DMCore.Logic.CPet DMCore.Logic.CPetManager::GetPetByID(System.Int64) extern "C" IL2CPP_METHOD_ATTR CPet_t2667050390 * CPetManager_GetPetByID_m2745814047 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPet::get_ModelID() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_ModelID_m2913048647 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Int64 DMCore.Logic.CPetManager::get_CurrentSelectedPetID() extern "C" IL2CPP_METHOD_ATTR int64_t CPetManager_get_CurrentSelectedPetID_m2380542668 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1516092030(__this, p0, method) (( CPet_t2667050390 * (*) (List_1_t4139125132 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int64 DMCore.Logic.CPet::get_PetID() extern "C" IL2CPP_METHOD_ATTR int64_t CPet_get_PetID_m3728811332 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1669066067(__this, method) (( int32_t (*) (List_1_t4139125132 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // DMCore.Framework.Scene.CMainRole DMCore.IHelp::GetMainRole() extern "C" IL2CPP_METHOD_ATTR CMainRole_t4200562839 * IHelp_GetMainRole_m2281323414 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int64 DMCore.CDataArray::GetLong(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t CDataArray_GetLong_m4094450536 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, int64_t ___defaultVal1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPet__ctor_m1018894914 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1429378108(__this, p0, method) (( void (*) (List_1_t4139125132 *, CPet_t2667050390 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.String DMCore.CDataArray::GetWideStr(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CDataArray_GetWideStr_m3532563229 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, String_t* ___defaultVal1, const RuntimeMethod* method); // DMCore.Logic.PetPhysicsState DMCore.Logic.CPet::get_mPetPhysicsState() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_mPetPhysicsState_m216634028 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Int64 DMCore.Logic.CPetManager::get_CurrentFollowPetID() extern "C" IL2CPP_METHOD_ATTR int64_t CPetManager_get_CurrentFollowPetID_m652555541 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::RequestPetSkillData(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestPetSkillData_m2548509545 (CPetManager_t2941415134 * __this, int64_t ___petid0, const RuntimeMethod* method); // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) #define Comparison_1__ctor_m3793606008(__this, p0, p1, method) (( void (*) (Comparison_1_t2441981569 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m2086841574_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) #define List_1_Sort_m1895311614(__this, p0, method) (( void (*) (List_1_t4139125132 *, Comparison_1_t2441981569 *, const RuntimeMethod*))List_1_Sort_m116019857_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPetManager::set_IsNeedRefreshUI(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_IsNeedRefreshUI_m1624110245 (CPetManager_t2941415134 * __this, bool ___value0, const RuntimeMethod* method); // DMCore.Logic.PetPhysiologyState DMCore.Logic.CPet::get_mPetPhysiologyState() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_mPetPhysiologyState_m4255554411 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPet::get_LeftHatchTime() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_LeftHatchTime_m784983437 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPet::get_Star() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_Star_m2698684576 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPet::get_Quality() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_Quality_m3758522020 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPet::get_Level() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_Level_m31911284 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m358737454(__this, p0, method) (( void (*) (List_1_t913674750 *, int64_t, const RuntimeMethod*))List_1_Add_m358737454_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPetManager/UpgradeEffect::Invoke(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void UpgradeEffect_Invoke_m469537462 (UpgradeEffect_t3030226768 * __this, int32_t ___type0, int64_t ___id1, const RuntimeMethod* method); // DMCore.Logic.CPet DMCore.Logic.CPetManager::GetCurrentSelectPet() extern "C" IL2CPP_METHOD_ATTR CPet_t2667050390 * CPetManager_GetCurrentSelectPet_m1550372004 (CPetManager_t2941415134 * __this, 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.String DMCore.Logic.CChangeNameManager::get_NewName() extern "C" IL2CPP_METHOD_ATTR String_t* CChangeNameManager_get_NewName_m2498047757 (CChangeNameManager_t2068867582 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::ShowMessageHint(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_ShowMessageHint_m1547364369 (RuntimeObject * __this /* static, unused */, String_t* ___hintTextID0, bool ___bShowAtOnce1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPetManager::SetPetModelVisable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CPetManager_SetPetModelVisable_m2148172164 (CPetManager_t2941415134 * __this, bool ____visable0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m1978929420(__this, p0, method) (( bool (*) (List_1_t4139125132 *, CPet_t2667050390 *, const RuntimeMethod*))List_1_Remove_m1416767016_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPetManager/GetMaterial::Invoke(DMCore.Logic.QualityMaterialType,System.Int64) extern "C" IL2CPP_METHOD_ATTR void GetMaterial_Invoke_m4017056053 (GetMaterial_t2269987281 * __this, int32_t ___type0, int64_t ___id1, const RuntimeMethod* method); // DMCore.Logic.CPetSkill DMCore.Logic.CPetManager::GetPetSkill(System.Int64) extern "C" IL2CPP_METHOD_ATTR CPetSkill_t349224069 * CPetManager_GetPetSkill_m2682883298 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetSkill::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetSkill__ctor_m2229734630 (CPetSkill_t349224069 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m4229760932(__this, p0, p1, method) (( void (*) (Dictionary_2_t1411863853 *, int64_t, CPetSkill_t349224069 *, const RuntimeMethod*))Dictionary_2_set_Item_m2107733682_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CPetSkill::set_skillID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetSkill_set_skillID_m3877982093 (CPetSkill_t349224069 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetSkill::set_skillLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetSkill_set_skillLevel_m2884378873 (CPetSkill_t349224069 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetSkill::set_skillMaxLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetSkill_set_skillMaxLevel_m2916595171 (CPetSkill_t349224069 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetSkill::set_bUpgrade(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetSkill_set_bUpgrade_m3971736970 (CPetSkill_t349224069 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetSkill::set_Price(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetSkill_set_Price_m2174399103 (CPetSkill_t349224069 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetSkill::set_isFresh(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetSkill_set_isFresh_m1865360284 (CPetSkill_t349224069 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2445980793(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1411863853 *, int64_t, CPetSkill_t349224069 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3741534516_gshared)(__this, p0, p1, method) // DMCore.Logic.CPetSkillConfig DMCore.Logic.CPetSkillConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetSkillConfig_t2627276790 * CPetSkillConfig_GetInstance_m2381038781 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetSkill::get_skillID() extern "C" IL2CPP_METHOD_ATTR int32_t CPetSkill_get_skillID_m3633524883 (CPetSkill_t349224069 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetSkill::get_skillLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CPetSkill_get_skillLevel_m2412108583 (CPetSkill_t349224069 * __this, const RuntimeMethod* method); // DMCore.Logic.SkillInfo DMCore.Logic.CPetSkillConfig::GetSkillData(System.String) extern "C" IL2CPP_METHOD_ATTR SkillInfo_t3175174670 * CPetSkillConfig_GetSkillData_m430783727 (CPetSkillConfig_t2627276790 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPet::get_CurrentEnergy() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_CurrentEnergy_m3952434177 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::set_MaxPetNum(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_MaxPetNum_m2397218114 (CPetManager_t2941415134 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::set_CurrentPetNum(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_CurrentPetNum_m3679267857 (CPetManager_t2941415134 * __this, int32_t ___value0, const RuntimeMethod* method); // DMCore.Framework.Scene.CProperty DMCore.Framework.Scene.ISceneBaseObj::GetNetProperty() extern "C" IL2CPP_METHOD_ATTR CProperty_t963755051 * ISceneBaseObj_GetNetProperty_m1709069404 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Int64 DMCore.Framework.Scene.CProperty::GetLong(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t CProperty_GetLong_m359864449 (CProperty_t963755051 * __this, String_t* ___propname0, int64_t ___lDefault1, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CProperty::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CProperty_GetInt_m2680341236 (CProperty_t963755051 * __this, String_t* ___propname0, int32_t ___nDefault1, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Logic.CPetManager::CreatePetObject(System.Int32) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CPetManager_CreatePetObject_m1636568575 (CPetManager_t2941415134 * __this, int32_t ___modelID0, 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); // DMCore.Framework.Scene.ISceneNpcBase DMCore.Logic.CPetManager::get_CurrentFollowedPet() extern "C" IL2CPP_METHOD_ATTR ISceneNpcBase_t3974693970 * CPetManager_get_CurrentFollowedPet_m3456142787 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetActive(UnityEngine.Component,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetActive_m3161822059 (RuntimeObject * __this /* static, unused */, Component_t1923634451 * ___trans0, bool ___bActive1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPetManager::get_IsShowActivePet() extern "C" IL2CPP_METHOD_ATTR bool CPetManager_get_IsShowActivePet_m436253160 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2237906497(__this, method) (( int32_t (*) (List_1_t913674750 *, const RuntimeMethod*))List_1_get_Count_m2237906497_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3814898732(__this, p0, method) (( int64_t (*) (List_1_t913674750 *, int32_t, const RuntimeMethod*))List_1_get_Item_m3814898732_gshared)(__this, p0, method) // DMCore.CRoot DMCore.CRoot::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoot_t1043641654 * CRoot_GetInstance_m3627548531 (RuntimeObject * __this /* static, unused */, 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); // DMCore.Logic.CWndController DMCore.Logic.CWndController::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWndController_t749709641 * CWndController_GetInstance_m4155889192 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController::ShowUI(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_ShowUI_m3552255067 (CWndController_t749709641 * __this, int32_t ___page0, 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); // 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); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisParticleSystem_t1800779281_m2109449193(__this, method) (( ParticleSystem_t1800779281 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisParticleSystemRenderer_t2065813411_m2432312923(__this, method) (( ParticleSystemRenderer_t2065813411 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.String DMCore.Logic.CPetManager::GetPathByPetModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPetManager_GetPathByPetModelID_m1296429434 (CPetManager_t2941415134 * __this, int32_t ___modelID0, 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); // UnityEngine.Material UnityEngine.Renderer::get_material() extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * Renderer_get_material_m4171603682 (Renderer_t2627027031 * __this, 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.Single DMCore.Framework.Misc.CMiscHelp::ParticleSystemLength(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR float CMiscHelp_ParticleSystemLength_m2018265891 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___transform0, const RuntimeMethod* method); // DMCore.CEventManager DMCore.IHelp::GetEventManager() extern "C" IL2CPP_METHOD_ATTR CEventManager_t474365641 * IHelp_GetEventManager_m2071002582 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.OnEventCall::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnEventCall__ctor_m3140516762 (OnEventCall_t3758354630 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.CEventManager::StopEvent(DMCore.OnEventCall) extern "C" IL2CPP_METHOD_ATTR void CEventManager_StopEvent_m2167807725 (CEventManager_t474365641 * __this, OnEventCall_t3758354630 * ___ptr0, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CMiscHelp::ParticleDuration(UnityEngine.ParticleSystem) extern "C" IL2CPP_METHOD_ATTR float CMiscHelp_ParticleDuration_m2921795641 (RuntimeObject * __this /* static, unused */, ParticleSystem_t1800779281 * ___ps0, const RuntimeMethod* method); // System.Void DMCore.CEventManager::PushOnce(System.Single,DMCore.OnEventCall) extern "C" IL2CPP_METHOD_ATTR void CEventManager_PushOnce_m1854500591 (CEventManager_t474365641 * __this, float ___fTimeDelay0, OnEventCall_t3758354630 * ___ptr1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m642406107(__this, p0, method) (( void (*) (List_1_t913674750 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m642406107_gshared)(__this, p0, 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); // DMCore.Logic.CChangeNameInfo DMCore.Logic.CChangeNameManager::get_InformationContainer() extern "C" IL2CPP_METHOD_ATTR CChangeNameInfo_t1998310127 * CChangeNameManager_get_InformationContainer_m640887574 (CChangeNameManager_t2068867582 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.CPet::get_PetName() extern "C" IL2CPP_METHOD_ATTR String_t* CPet_get_PetName_m2694979626 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.OnChangeNameCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnChangeNameCallback__ctor_m285383472 (OnChangeNameCallback_t2458829697 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // DMCore.Logic.CMiscConfig DMCore.Logic.CMiscConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMiscConfig_t1694835947 * CMiscConfig_GetInstance_m3718435439 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.CMiscConfig::GetValue(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscConfig_GetValue_m1810403399 (CMiscConfig_t1694835947 * __this, String_t* ___id0, String_t* ___defaultValue1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2696058023(__this, method) (( void (*) (List_1_t913674750 *, const RuntimeMethod*))List_1_Clear_m2696058023_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1929019320(__this, method) (( void (*) (List_1_t4139125132 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.CPetManager::set_CurrentFollowPetID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_CurrentFollowPetID_m1587782356 (CPetManager_t2941415134 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1896086479(__this, method) (( void (*) (Dictionary_2_t2960430969 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void DMCore.Logic.CPetSkillConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetSkillConfig__ctor_m990327524 (CPetSkillConfig_t2627276790 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m323162498(__this, method) (( void (*) (Dictionary_2_t2960430969 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Void DMCore.Logic.SkillInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void SkillInfo__ctor_m2624866497 (SkillInfo_t3175174670 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2220109494(__this, p0, p1, method) (( void (*) (Dictionary_2_t2960430969 *, String_t*, SkillInfo_t3175174670 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m1894459950(__this, p0, method) (( bool (*) (Dictionary_2_t2960430969 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m183483489_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m3754592319(__this, p0, method) (( SkillInfo_t3175174670 * (*) (Dictionary_2_t2960430969 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m1170170947_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m636942458(__this, method) (( void (*) (Dictionary_2_t1839659084 *, const RuntimeMethod*))Dictionary_2__ctor_m636942458_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3302800229(__this, method) (( void (*) (Dictionary_2_t1632706988 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1703096708(__this, method) (( void (*) (List_1_t2131980057 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.CPetStarQualityLevelCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetStarQualityLevelCfg__ctor_m712204034 (CPetStarQualityLevelCfg_t129968123 * __this, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::SelectSingleNode(System.String) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_SelectSingleNode_m2944339946 (XmlNode_t3767805227 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1702443365(__this, method) (( void (*) (Dictionary_2_t1839659084 *, const RuntimeMethod*))Dictionary_2_Clear_m1702443365_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3625442308(__this, p0, p1, method) (( void (*) (Dictionary_2_t1839659084 *, int32_t, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m3625442308_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1279106658(__this, method) (( void (*) (Dictionary_2_t1632706988 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m187286838(__this, p0, p1, method) (( void (*) (Dictionary_2_t1632706988 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1885352031(__this, method) (( void (*) (List_1_t2131980057 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.CPetStarQualityLevelCfg/PetRightAddUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetRightAddUnit__ctor_m1568750300 (PetRightAddUnit_t659905315 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m133969974(__this, p0, method) (( void (*) (List_1_t2131980057 *, PetRightAddUnit_t659905315 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3670869807(__this, p0, method) (( bool (*) (Dictionary_2_t1839659084 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m3670869807_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m1590941542(__this, p0, method) (( int32_t (*) (Dictionary_2_t1839659084 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m1590941542_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPetStarQualityLevelCfg/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetRightU3Ec__AnonStorey0__ctor_m785143482 (U3CGetRightU3Ec__AnonStorey0_t2041945149 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m2490658164(__this, p0, p1, method) (( void (*) (Predicate_1_t1485199439 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m629933233(__this, p0, method) (( PetRightAddUnit_t659905315 * (*) (List_1_t2131980057 *, Predicate_1_t1485199439 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m2249167092(__this, p0, method) (( bool (*) (Dictionary_2_t1632706988 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m183483489_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2643467469(__this, p0, method) (( String_t* (*) (Dictionary_2_t1632706988 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m1170170947_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3250730836(__this, method) (( void (*) (Dictionary_2_t3796910518 *, const RuntimeMethod*))Dictionary_2__ctor_m1746769275_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3981222512(__this, method) (( void (*) (Dictionary_2_t1622984065 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3613951067(__this, method) (( void (*) (Dictionary_2_t3731248982 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void DMCore.Logic.CPhotoManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPhotoManager__ctor_m305653688 (CPhotoManager_t704993275 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m908427290(__this, method) (( Enumerator_t1390464461 (*) (Dictionary_2_t3731248982 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m3278257048_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m2994731220(__this, method) (( KeyValuePair_2_t1833953853 (*) (Enumerator_t1390464461 *, const RuntimeMethod*))Enumerator_get_Current_m2655181939_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m2356767783(__this, method) (( CPhotoItem_t3945992683 * (*) (KeyValuePair_2_t1833953853 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, method) // System.Void DMCore.Logic.CPhotoManager/CPhotoItem::Clear() extern "C" IL2CPP_METHOD_ATTR void CPhotoItem_Clear_m1716541513 (CPhotoItem_t3945992683 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m2669845608(__this, method) (( bool (*) (Enumerator_t1390464461 *, const RuntimeMethod*))Enumerator_MoveNext_m1107569389_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3227850545(__this, method) (( void (*) (Dictionary_2_t3731248982 *, const RuntimeMethod*))Dictionary_2_Clear_m1951681556_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m1091975956(__this, method) (( Enumerator_t1456125997 (*) (Dictionary_2_t3796910518 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m2243911723_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m1377257392(__this, method) (( KeyValuePair_2_t1899615389 (*) (Enumerator_t1456125997 *, const RuntimeMethod*))Enumerator_get_Current_m3111232608_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m23415300(__this, method) (( CPhotoUrl_t2734270734 * (*) (KeyValuePair_2_t1899615389 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m1421854688_gshared)(__this, method) // System.String DMCore.Logic.CPhotoManager/CPhotoUrl::GetUsrUrl(System.Boolean&) extern "C" IL2CPP_METHOD_ATTR String_t* CPhotoUrl_GetUsrUrl_m1281205174 (CPhotoUrl_t2734270734 * __this, bool* ___isDone0, const RuntimeMethod* method); // System.String DMCore.Logic.CPhotoManager/CPhotoItem::GetUrl() extern "C" IL2CPP_METHOD_ATTR String_t* CPhotoItem_GetUrl_m3316446486 (CPhotoItem_t3945992683 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m1744302937 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m2140452056(__this, method) (( int64_t (*) (KeyValuePair_2_t1899615389 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1776813970_gshared)(__this, method) // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CSceneService::FindRoleByUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * CSceneService_FindRoleByUserID_m4171044813 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m2798680403(__this, method) (( bool (*) (Enumerator_t1456125997 *, const RuntimeMethod*))Enumerator_MoveNext_m3618312344_gshared)(__this, method) // System.Void DMCore.Logic.CPhotoManager/CPhotoItem::DestroyImage() extern "C" IL2CPP_METHOD_ATTR void CPhotoItem_DestroyImage_m1117707707 (CPhotoItem_t3945992683 * __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::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); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m443136390(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1622984065 *, int32_t, CPhotoUrl_t2734270734 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CPhotoManager/CPhotoUrl::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPhotoUrl__ctor_m1186686788 (CPhotoUrl_t2734270734 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m2243928167(__this, p0, p1, method) (( void (*) (Dictionary_2_t1622984065 *, int32_t, CPhotoUrl_t2734270734 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CPhotoManager/CPhotoUrl::SetUsrPhotoUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void CPhotoUrl_SetUsrPhotoUrl_m3116421369 (CPhotoUrl_t2734270734 * __this, String_t* ___url0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1673083966(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3796910518 *, int64_t, CPhotoUrl_t2734270734 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3741534516_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m751489405(__this, p0, p1, method) (( void (*) (Dictionary_2_t3796910518 *, int64_t, CPhotoUrl_t2734270734 *, const RuntimeMethod*))Dictionary_2_set_Item_m2107733682_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2852802143(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3731248982 *, String_t*, CPhotoItem_t3945992683 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CPhotoManager/CPhotoItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPhotoItem__ctor_m3941201692 (CPhotoItem_t3945992683 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m801262754(__this, p0, p1, method) (( void (*) (Dictionary_2_t3731248982 *, String_t*, CPhotoItem_t3945992683 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CPhotoManager/CPhotoItem::StartQuery(System.String) extern "C" IL2CPP_METHOD_ATTR void CPhotoItem_StartQuery_m692573082 (CPhotoItem_t3945992683 * __this, String_t* ___url0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPhotoManager/CPhotoUrl::StartQuery(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPhotoUrl_StartQuery_m2425022343 (CPhotoUrl_t2734270734 * __this, int64_t ___usrID0, const RuntimeMethod* method); // UnityEngine.Texture2D DMCore.Logic.CPhotoManager/CPhotoItem::GetHeadPhoto(System.Boolean&) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CPhotoItem_GetHeadPhoto_m1365099059 (CPhotoItem_t3945992683 * __this, bool* ___isDone0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPhotoManager/CPhotoItem::LoadImage() extern "C" IL2CPP_METHOD_ATTR void CPhotoItem_LoadImage_m850065544 (CPhotoItem_t3945992683 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::Destroy(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_Destroy_m3726802780 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___target0, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::GetMD5(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetMD5_m771946116 (RuntimeObject * __this /* static, unused */, String_t* ___data0, 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::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetHash(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetHash_m2118670691 (RuntimeObject * __this /* static, unused */, String_t* ___strVal0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, RuntimeObject * p3, const RuntimeMethod* method); // System.String DMCore.Logic.CPhotoManager/CPhotoItem::GetLocalPath() extern "C" IL2CPP_METHOD_ATTR String_t* CPhotoItem_GetLocalPath_m226488767 (CPhotoItem_t3945992683 * __this, const RuntimeMethod* method); // System.Byte[] DMCore.Framework.IO.CReadVar::ReadFile(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CReadVar_ReadFile_m2302192807 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Texture2D__ctor_m2862217990 (Texture2D_t3840446185 * __this, int32_t p0, int32_t p1, int32_t p2, bool p3, const RuntimeMethod* method); // System.Boolean UnityEngine.ImageConversion::LoadImage(UnityEngine.Texture2D,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool ImageConversion_LoadImage_m2182108104 (RuntimeObject * __this /* static, unused */, Texture2D_t3840446185 * p0, ByteU5BU5D_t4116647657* p1, const RuntimeMethod* method); // System.Void 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 DMCore.Logic.CPhotoManager/CPhotoItem/CUsrPhotoImageDownload::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUsrPhotoImageDownload__ctor_m4034136885 (CUsrPhotoImageDownload_t1144575657 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.IWebGetMsgBase::SetUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void IWebGetMsgBase_SetUrl_m3512145757 (IWebGetMsgBase_t740935312 * __this, String_t* ___url0, const RuntimeMethod* method); // DMCore.Framework.Thread.CThreadManager DMCore.Framework.Thread.CThreadManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CThreadManager_t1155338034 * CThreadManager_GetInstance_m98901248 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadManager::PushMsg(DMCore.Framework.Thread.enumThreadID,DMCore.Framework.Thread.IThreadMsg) extern "C" IL2CPP_METHOD_ATTR void CThreadManager_PushMsg_m3098333431 (CThreadManager_t1155338034 * __this, int32_t ___id0, IThreadMsg_t995202025 * ___msg1, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadMsgWebGet::.ctor() extern "C" IL2CPP_METHOD_ATTR void CThreadMsgWebGet__ctor_m3027652583 (CThreadMsgWebGet_t2224858682 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Thread.IThreadMsg::IsSuccess() extern "C" IL2CPP_METHOD_ATTR bool IThreadMsg_IsSuccess_m186262284 (IThreadMsg_t995202025 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.IO.CWriteVar::WriteFile(System.String,System.Byte[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_WriteFile_m3185547125 (RuntimeObject * __this /* static, unused */, String_t* ___path0, ByteU5BU5D_t4116647657* ___fileBytes1, bool ___bCreateNew2, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadMsgWebGet::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CThreadMsgWebGet_OnEndExcute_m1512998207 (CThreadMsgWebGet_t2224858682 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPindanManager::set_LastActiveIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_set_LastActiveIndex_m4022576324 (CPindanManager_t730261733 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPindanManager::set_ActiveIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_set_ActiveIndex_m3560206060 (CPindanManager_t730261733 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2973381097(__this, method) (( void (*) (List_1_t1290268968 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m598002527(__this, method) (( void (*) (List_1_t3044171863 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m510441821(__this, method) (( void (*) (List_1_t2925477792 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m990080138(__this, method) (( void (*) (List_1_t2358551301 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2812386772(__this, method) (( void (*) (List_1_t4280442762 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2296961999(__this, method) (( void (*) (List_1_t3748208937 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1628857705(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1__ctor_m1628857705_gshared)(__this, method) // System.Void DMCore.Logic.CPindanManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPindanManager__ctor_m1942345764 (CPindanManager_t730261733 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1952619260(__this, method) (( int32_t (*) (List_1_t1290268968 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m4146191975(__this, method) (( int32_t (*) (List_1_t3044171863 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m4136316213(__this, method) (( int32_t (*) (List_1_t4280442762 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1082382377(__this, method) (( int32_t (*) (List_1_t2925477792 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2158041883(__this, method) (( int32_t (*) (List_1_t2358551301 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Int32 CDataModelInt::get_Data() extern "C" IL2CPP_METHOD_ATTR int32_t CDataModelInt_get_Data_m274101408 (CDataModelInt_t3463393640 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPindanManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CIsExistU3Ec__AnonStorey0__ctor_m2916190407 (U3CIsExistU3Ec__AnonStorey0_t3207749389 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m371192706(__this, p0, p1, method) (( void (*) (Predicate_1_t643488350 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m92185540(__this, p0, method) (( CPindanShop_t4113161522 * (*) (List_1_t1290268968 *, Predicate_1_t643488350 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3127479511(__this, p0, method) (( void (*) (List_1_t1290268968 *, CPindanShop_t4113161522 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m345029453(__this, p0, method) (( void (*) (List_1_t3044171863 *, CPindanOrder_t1572097121 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2830634072(__this, p0, method) (( void (*) (List_1_t4280442762 *, CJoinOrder_t2808368020 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPindanManager/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CAppendCompleteU3Ec__AnonStorey1__ctor_m1477171261 (U3CAppendCompleteU3Ec__AnonStorey1_t2563700040 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m3338710896(__this, p0, p1, method) (( void (*) (Predicate_1_t2278697174 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m1781075039(__this, p0, method) (( CompletePindan_t1453403050 * (*) (List_1_t2925477792 *, Predicate_1_t2278697174 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1834157973(__this, p0, method) (( void (*) (List_1_t2925477792 *, CompletePindan_t1453403050 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPindanManager/c__AnonStorey2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CAppendInviteU3Ec__AnonStorey2__ctor_m1415708066 (U3CAppendInviteU3Ec__AnonStorey2_t2281905488 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m2495371697(__this, p0, p1, method) (( void (*) (Predicate_1_t1711770683 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m2563146828(__this, p0, method) (( CInvitePindan_t886476559 * (*) (List_1_t2358551301 *, Predicate_1_t1711770683 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m301641796(__this, p0, method) (( void (*) (List_1_t2358551301 *, CInvitePindan_t886476559 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1512101476(__this, method) (( void (*) (List_1_t3044171863 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1257288827(__this, method) (( void (*) (List_1_t4280442762 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2759543080(__this, method) (( void (*) (List_1_t2925477792 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3398111688(__this, method) (( void (*) (List_1_t2358551301 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1462281561(__this, method) (( void (*) (List_1_t1290268968 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2545368020(__this, method) (( void (*) (List_1_t3748208937 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2269680114(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_Clear_m2269680114_gshared)(__this, method) // DMCore.Logic.CPindanManager DMCore.Logic.CPindanManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPindanManager_t730261733 * CPindanManager_GetInstance_m2107485280 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPindanManager::set_IsRefresh(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_set_IsRefresh_m2203924372 (CPindanManager_t730261733 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPindanManager::set_CurrentPindanID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_set_CurrentPindanID_m3578375460 (CPindanManager_t730261733 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPindanManager::set_TotalOrderNumber(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_set_TotalOrderNumber_m3678262780 (CPindanManager_t730261733 * __this, int32_t ___value0, const RuntimeMethod* method); // DMCore.Logic.CPindanManager/CPindanShop DMCore.Logic.CPindanManager::GetShopInfoByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPindanShop_t4113161522 * CPindanManager_GetShopInfoByID_m1416997241 (CPindanManager_t730261733 * __this, int32_t ____Id0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2177590762(__this, p0, method) (( CPindanShop_t4113161522 * (*) (List_1_t1290268968 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPindanManager/c__AnonStorey3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetShopInfoByIDU3Ec__AnonStorey3__ctor_m927066126 (U3CGetShopInfoByIDU3Ec__AnonStorey3_t1794427239 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3732070952(__this, p0, method) (( CPindanOrder_t1572097121 * (*) (List_1_t3044171863 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPindanManager/c__AnonStorey4::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetPindanInfoByIDU3Ec__AnonStorey4__ctor_m1780691965 (U3CGetPindanInfoByIDU3Ec__AnonStorey4_t3612384775 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m1207519982(__this, p0, p1, method) (( void (*) (Predicate_1_t2397391245 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m1380547264(__this, p0, method) (( CPindanOrder_t1572097121 * (*) (List_1_t3044171863 *, Predicate_1_t2397391245 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m4142090513(__this, p0, method) (( CompletePindan_t1453403050 * (*) (List_1_t2925477792 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPindanManager/c__AnonStorey5::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CIsJoinPindanU3Ec__AnonStorey5__ctor_m3499109509 (U3CIsJoinPindanU3Ec__AnonStorey5_t1965885762 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m61913850(__this, p0, p1, method) (( void (*) (Predicate_1_t3633662144 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m3358746322(__this, p0, method) (( CJoinOrder_t2808368020 * (*) (List_1_t4280442762 *, Predicate_1_t3633662144 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1827545446(__this, p0, method) (( CInvitePindan_t886476559 * (*) (List_1_t2358551301 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m470174962(__this, p0, method) (( CJoinOrder_t2808368020 * (*) (List_1_t4280442762 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 DMCore.Logic.CPindanManager::get_CurrentPindanID() extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_get_CurrentPindanID_m895519460 (CPindanManager_t730261733 * __this, 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) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m888956288(__this, p0, method) (( int32_t (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_get_Item_m888956288_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m1418201914(__this, p0, method) (( bool (*) (List_1_t3748208937 *, UICheckbox_t2276134195 *, const RuntimeMethod*))List_1_Contains_m2654125393_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m4183378465(__this, p0, method) (( void (*) (List_1_t3748208937 *, UICheckbox_t2276134195 *, 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_m4118978138(__this, p0, method) (( UICheckbox_t2276134195 * (*) (List_1_t3748208937 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void UICheckbox::set_isChecked(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UICheckbox_set_isChecked_m1641198106 (UICheckbox_t2276134195 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3126000998(__this, method) (( int32_t (*) (List_1_t3748208937 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void DMCore.Logic.CPindanManager::ClearCheckAlllist() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_ClearCheckAlllist_m2874920914 (CPindanManager_t730261733 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPindanManager::ClearSelectlist() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_ClearSelectlist_m3043218085 (CPindanManager_t730261733 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPindanManager::get_SelectedCnt() extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_get_SelectedCnt_m684433490 (CPindanManager_t730261733 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m2263725670(__this, p0, method) (( bool (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_Contains_m2263725670_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m697420525(__this, p0, method) (( void (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_Add_m697420525_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m3037048099(__this, p0, method) (( bool (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_Remove_m3037048099_gshared)(__this, p0, method) // System.Boolean System.Int32::Equals(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Int32_Equals_m2976157357 (int32_t* __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m4031809308(__this, method) (( void (*) (List_1_t293923529 *, const RuntimeMethod*))List_1__ctor_m4031809308_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2867210446(__this, method) (( int32_t (*) (List_1_t293923529 *, const RuntimeMethod*))List_1_get_Count_m2867210446_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m4236067140(__this, p0, method) (( int32_t (*) (List_1_t293923529 *, int32_t, const RuntimeMethod*))List_1_get_Item_m4236067140_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m856425739(__this, method) (( void (*) (List_1_t4093334610 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.CPlayerInviteTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPlayerInviteTable__ctor_m1756327614 (CPlayerInviteTable_t2496984219 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m82465251(__this, method) (( int32_t (*) (List_1_t4093334610 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Int32 DMCore.Logic.CPlayerInviteTable::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPlayerInviteTable_GetCount_m947418519 (CPlayerInviteTable_t2496984219 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m159214399(__this, p0, method) (( CFriendInfo_t2621259868 * (*) (List_1_t4093334610 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 DMCore.Logic.CPlayerInviteTable::FindIndex(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t CPlayerInviteTable_FindIndex_m2933493536 (CPlayerInviteTable_t2496984219 * __this, int64_t ___userID0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2717423885(__this, p0, method) (( void (*) (List_1_t4093334610 *, CFriendInfo_t2621259868 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.CFriendInfo::Copy(DMCore.Logic.CFriendInfo) extern "C" IL2CPP_METHOD_ATTR void CFriendInfo_Copy_m3525676042 (CFriendInfo_t2621259868 * __this, CFriendInfo_t2621259868 * ___other0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPlayerInviteTable::SetChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPlayerInviteTable_SetChanged_m3901408392 (CPlayerInviteTable_t2496984219 * __this, bool ___b0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m946341042(__this, p0, method) (( void (*) (List_1_t4093334610 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m837759940(__this, method) (( void (*) (List_1_t4093334610 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.CPlayerSearchTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPlayerSearchTable__ctor_m918831340 (CPlayerSearchTable_t1089245632 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPlayerSearchTable::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPlayerSearchTable_GetCount_m1289136091 (CPlayerSearchTable_t1089245632 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPlayerSearchTable::FindIndex(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t CPlayerSearchTable_FindIndex_m119872786 (CPlayerSearchTable_t1089245632 * __this, int64_t ___userID0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPlayerSearchTable::SetChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPlayerSearchTable_SetChanged_m4077302533 (CPlayerSearchTable_t1089245632 * __this, bool ___b0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m458848447(__this, method) (( void (*) (List_1_t2270800429 *, const RuntimeMethod*))List_1__ctor_m458848447_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3200581382(__this, method) (( void (*) (Dictionary_2_t2202228805 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.CPosterManager::set_CurrentRankID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPosterManager_set_CurrentRankID_m2272166981 (CPosterManager_t3158268888 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPosterManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPosterManager__ctor_m1812727353 (CPosterManager_t3158268888 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPosterManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CAddPosterListU3Ec__AnonStorey0__ctor_m3534790391 (U3CAddPosterListU3Ec__AnonStorey0_t1313554051 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m3083294964(__this, p0, p1, method) (( void (*) (Predicate_1_t1624019811 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3083294964_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m1521644492(__this, p0, method) (( PosterUnit_t798725687 (*) (List_1_t2270800429 *, Predicate_1_t1624019811 *, const RuntimeMethod*))List_1_Find_m1521644492_gshared)(__this, p0, method) // System.Void DMCore.Logic.PosterUnit::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PosterUnit__ctor_m934874342 (PosterUnit_t798725687 * __this, int32_t ____id0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3778011185(__this, p0, method) (( void (*) (List_1_t2270800429 *, PosterUnit_t798725687 , const RuntimeMethod*))List_1_Add_m3778011185_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m141547210(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2202228805 *, int32_t, PosterDetail_t3313515474 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.PosterDetail::.ctor(System.String,System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PosterDetail__ctor_m107742562 (PosterDetail_t3313515474 * __this, String_t* ____name0, int64_t ____userId1, int32_t ____userSex2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m4276851660(__this, p0, p1, method) (( void (*) (Dictionary_2_t2202228805 *, int32_t, PosterDetail_t3313515474 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // DMCore.Logic.PosterDetail DMCore.Logic.CPosterManager::GetInternalDetail(System.Int32,System.String,System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR PosterDetail_t3313515474 * CPosterManager_GetInternalDetail_m1927594623 (CPosterManager_t3158268888 * __this, int32_t ____id0, String_t* ____name1, int64_t ____userId2, int32_t ____userSex3, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPosterManager::get_CurrentRankID() extern "C" IL2CPP_METHOD_ATTR int32_t CPosterManager_get_CurrentRankID_m2474111420 (CPosterManager_t3158268888 * __this, const RuntimeMethod* method); // DMCore.Logic.PosterDetail DMCore.Logic.CPosterManager::GetPosterDetail(System.Int32) extern "C" IL2CPP_METHOD_ATTR PosterDetail_t3313515474 * CPosterManager_GetPosterDetail_m4182729468 (CPosterManager_t3158268888 * __this, int32_t ____id0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m309681933(__this, p0, method) (( bool (*) (Dictionary_2_t2202228805 *, 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_m1849726496(__this, p0, method) (( PosterDetail_t3313515474 * (*) (Dictionary_2_t2202228805 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2633021493(__this, method) (( int32_t (*) (List_1_t2270800429 *, const RuntimeMethod*))List_1_get_Count_m2633021493_gshared)(__this, method) // System.Int32 DMCore.Logic.CPosterManager::get_ListCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPosterManager_get_ListCount_m2358422992 (CPosterManager_t3158268888 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2449279601(__this, p0, method) (( PosterUnit_t798725687 (*) (List_1_t2270800429 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2449279601_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m88548805(__this, method) (( void (*) (List_1_t2270800429 *, const RuntimeMethod*))List_1_Clear_m88548805_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m1538302445(__this, method) (( Enumerator_t4156411580 (*) (Dictionary_2_t2202228805 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m1087370259_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m1525725952(__this, method) (( KeyValuePair_2_t304933676 (*) (Enumerator_t4156411580 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m2337237536(__this, method) (( PosterDetail_t3313515474 * (*) (KeyValuePair_2_t304933676 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Void DMCore.Logic.PosterDetail::Clear() extern "C" IL2CPP_METHOD_ATTR void PosterDetail_Clear_m641062379 (PosterDetail_t3313515474 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m4211893665(__this, method) (( bool (*) (Enumerator_t4156411580 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() #define Enumerator_Dispose_m1414848516(__this, method) (( void (*) (Enumerator_t4156411580 *, const RuntimeMethod*))Enumerator_Dispose_m562365603_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3123988173(__this, method) (( void (*) (Dictionary_2_t2202228805 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Boolean DMCore.Logic.CWndController::ShowUI(DMCore.Logic.enumPersonPage,DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_ShowUI_m2971791309 (CWndController_t749709641 * __this, int32_t ___destPage0, int32_t ___returnPage1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPosterManager::RequestPosterDetail(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPosterManager_RequestPosterDetail_m4042265110 (CPosterManager_t3158268888 * __this, int32_t ___rankId0, 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.CShopManager DMCore.Logic.CShopManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CShopManager_t754298620 * CShopManager_GetInstance_m1368729055 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::set_MainType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CShopManager_set_MainType_m2271353666 (CShopManager_t754298620 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::set_SubType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CShopManager_set_SubType_m1960854107 (CShopManager_t754298620 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m858977272(__this, method) (( void (*) (List_1_t1275442333 *, const RuntimeMethod*))List_1__ctor_m858977272_gshared)(__this, method) // System.Void DMCore.Logic.CPrivilegeManager::set_IsChangedSelect(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_set_IsChangedSelect_m2207172913 (CPrivilegeManager_t2732865419 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPrivilegeManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager__ctor_m2399061256 (CPrivilegeManager_t2732865419 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m4119339488(__this, p0, method) (( void (*) (List_1_t1275442333 *, SameStylePkgUnit_t4098334887 , const RuntimeMethod*))List_1_Add_m4119339488_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m4110926831(__this, method) (( int32_t (*) (List_1_t1275442333 *, const RuntimeMethod*))List_1_get_Count_m4110926831_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m380060942(__this, p0, method) (( SameStylePkgUnit_t4098334887 (*) (List_1_t1275442333 *, int32_t, const RuntimeMethod*))List_1_get_Item_m380060942_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2625445654(__this, method) (( void (*) (List_1_t1275442333 *, const RuntimeMethod*))List_1_Clear_m2625445654_gshared)(__this, method) // System.Void DMCore.Logic.CPrivilegeManager::ClearPkgList() extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_ClearPkgList_m1787366024 (CPrivilegeManager_t2732865419 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPrivilegeManager::ClearEquipList() extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_ClearEquipList_m3278406756 (CPrivilegeManager_t2732865419 * __this, const RuntimeMethod* method); // System.Int32 DMCore.CDataArray::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDataArray_GetCount_m3616072297 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.CMiscConfig::GetValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscConfig_GetValue_m2443549100 (CMiscConfig_t1694835947 * __this, String_t* ___id0, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CItemManager::GetSubModelInfo(System.Int32,System.Int32&,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CItemManager_GetSubModelInfo_m903145472 (RuntimeObject * __this /* static, unused */, int32_t ___nSubModelId0, int32_t* ___nModelSex1, int32_t* ___nSubCategory2, int32_t* ___nSubModelIndex3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m2770200702(__this, p0, method) (( void (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2770200702_gshared)(__this, p0, method) // DMCore.Framework.Scene.ISceneRole DMCore.Logic.CPrivilegeManager::get_CurrentShowRole() extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * CPrivilegeManager_get_CurrentShowRole_m3198246013 (CPrivilegeManager_t2732865419 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneRole::PlayChangeItemAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_PlayChangeItemAnim_m3669603506 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.ISceneRole::GetWearSuitID() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneRole_GetWearSuitID_m3263761354 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::TakeOffSuit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_TakeOffSuit_m3927739169 (ISceneRole_t2394225724 * __this, int32_t ___suitID0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPrivilegeManager::RemoveFromEquipList(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_RemoveFromEquipList_m1065910320 (CPrivilegeManager_t2732865419 * __this, int32_t ____nModelID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::WearSuit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_WearSuit_m1889746947 (ISceneRole_t2394225724 * __this, int32_t ___suitID0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPrivilegeManager::AddToEquipList(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_AddToEquipList_m2508417230 (CPrivilegeManager_t2732865419 * __this, int32_t ____nModelID0, int32_t ____nCategory1, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_SuitConfigManager_t3017667155 * CRoleModelItem_SuitConfigManager_GetInstance_m3634792590 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem_SuitConfig DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::GetSuitCfg(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_SuitConfig_t3912215432 * CRoleModelItem_SuitConfigManager_GetSuitCfg_m1986407399 (CRoleModelItem_SuitConfigManager_t3017667155 * __this, int32_t ___suitID0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CRoleModelItem_SuitConfig::IsDone() extern "C" IL2CPP_METHOD_ATTR bool CRoleModelItem_SuitConfig_IsDone_m2238062894 (CRoleModelItem_SuitConfig_t3912215432 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::GetItemCount() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_SuitConfig_GetItemCount_m225672488 (CRoleModelItem_SuitConfig_t3912215432 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::GetItemID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_SuitConfig_GetItemID_m2687720188 (CRoleModelItem_SuitConfig_t3912215432 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPrivilegeManager::RemoveFromEquipListByCategory(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_RemoveFromEquipListByCategory_m2362340943 (CPrivilegeManager_t2732865419 * __this, int32_t ____category0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CShopManager::checkModelTypeBySuit(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CShopManager_checkModelTypeBySuit_m1839926154 (CShopManager_t754298620 * __this, int32_t ___type0, int32_t ___suitId1, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem DMCore.Framework.Scene.ISceneRole::GetModelItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_t1608531946 * ISceneRole_GetModelItem_m2229619929 (ISceneRole_t2394225724 * __this, int32_t ___nCategory0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CRoleModelItem::GetSexVal() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_GetSexVal_m394469669 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CRoleModelItem::GetSubModelItemIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_GetSubModelItemIndex_m1516327529 (CRoleModelItem_t1608531946 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CItemManager::GetSubModelID(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CItemManager_GetSubModelID_m1275366725 (RuntimeObject * __this /* static, unused */, int32_t ___nModelSex0, int32_t ___nSubCategory1, int32_t ___nSubModelIndex2, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::TakeOffModel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_TakeOffModel_m2942586360 (ISceneRole_t2394225724 * __this, int32_t ___nModelID0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneRole::WearSubModel(System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_WearSubModel_m2695610556 (ISceneRole_t2394225724 * __this, int32_t ___nSubModelId0, bool ___bAsyn1, bool ___Direct2, const RuntimeMethod* method); // System.Void DMCore.Logic.IActivityDetail::.ctor() extern "C" IL2CPP_METHOD_ATTR void IActivityDetail__ctor_m388126163 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3519065906(__this, method) (( void (*) (List_1_t3748361870 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m82416806(__this, method) (( int32_t (*) (List_1_t3748361870 *, 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_m3386300837(__this, p0, method) (( exchangeData_t2276287128 * (*) (List_1_t3748361870 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2514577771(__this, method) (( void (*) (List_1_t3748361870 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.CProExchange/exchangeData::.ctor() extern "C" IL2CPP_METHOD_ATTR void exchangeData__ctor_m2954104488 (exchangeData_t2276287128 * __this, 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,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Void DMCore.Logic.CProExchange/consumeData::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void consumeData__ctor_m2835836785 (consumeData_t3764125713 * __this, int32_t ___configId0, int32_t ___amount1, int32_t ___valid2, int32_t ___num3, const RuntimeMethod* method); // System.Void DMCore.Logic.CAwardItem::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CAwardItem__ctor_m4013977086 (CAwardItem_t1677460915 * __this, int32_t ___configId0, int32_t ___amount1, int32_t ___valid2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3375462328(__this, p0, method) (( void (*) (List_1_t3748361870 *, exchangeData_t2276287128 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.CProfessManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CProfessManager__ctor_m3206219716 (CProfessManager_t3007339680 * __this, const RuntimeMethod* method); // uiProfess DMCore.Logic.CProfessManager::get_ProfessInstance() extern "C" IL2CPP_METHOD_ATTR uiProfess_t251011769 * CProfessManager_get_ProfessInstance_m1375445619 (CProfessManager_t3007339680 * __this, const RuntimeMethod* method); // System.Void uiProfess::SetTxtInfo(System.String) extern "C" IL2CPP_METHOD_ATTR void uiProfess_SetTxtInfo_m2232105516 (uiProfess_t251011769 * __this, String_t* ___txt0, const RuntimeMethod* method); // System.Void uiProfess::SetProfessNames(System.Int64,System.String,System.Int64,System.String) extern "C" IL2CPP_METHOD_ATTR void uiProfess_SetProfessNames_m830897935 (uiProfess_t251011769 * __this, int64_t ___toId0, String_t* ___to1, int64_t ___fromId2, String_t* ___from3, 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.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); // DMCore.Net.CNetMainLogic DMCore.CRoot::GetNetControl() extern "C" IL2CPP_METHOD_ATTR CNetMainLogic_t857650587 * CRoot_GetNetControl_m305351655 (CRoot_t1043641654 * __this, 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); // 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_TisuiProfess_t251011769_m697575318(__this, method) (( uiProfess_t251011769 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2005053384(__this, method) (( void (*) (Dictionary_2_t3250266723 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3603412941(__this, method) (( void (*) (List_1_t1538660838 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.CPropEquipManager::LoadEquipPropConfig() extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_LoadEquipPropConfig_m419941709 (CPropEquipManager_t729741778 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropEquipManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager__ctor_m3082144614 (CPropEquipManager_t729741778 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() #define Dictionary_2_get_Count_m3131981676(__this, method) (( int32_t (*) (Dictionary_2_t3250266723 *, const RuntimeMethod*))Dictionary_2_get_Count_m3300912776_gshared)(__this, method) // DMCore.Framework.Localization.CLocalizationManager DMCore.Framework.Localization.CLocalizationManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLocalizationManager_t2604768345 * CLocalizationManager_GetInstance_m2075678818 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Localization.CLocalizationManager::GetLocalizePath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CLocalizationManager_GetLocalizePath_m3024801825 (CLocalizationManager_t2604768345 * __this, String_t* ___nonLocalizedPath0, const RuntimeMethod* method); // System.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.String UnityEngine.TextAsset::get_text() extern "C" IL2CPP_METHOD_ATTR String_t* TextAsset_get_text_m2027878391 (TextAsset_t3022178571 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropEquipManager/EquipPropInfo::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void EquipPropInfo__ctor_m3189790088 (EquipPropInfo_t66586096 * __this, int32_t ___configId0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m3869388564(__this, p0, p1, method) (( void (*) (Dictionary_2_t3250266723 *, int32_t, EquipPropInfo_t66586096 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m100942585(__this, method) (( Enumerator_t909482202 (*) (Dictionary_2_t3250266723 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m1087370259_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m4091107576(__this, method) (( KeyValuePair_2_t1352971594 (*) (Enumerator_t909482202 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m1750983452(__this, method) (( EquipPropInfo_t66586096 * (*) (KeyValuePair_2_t1352971594 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Int32 DMCore.Logic.CPropEquipManager/EquipPropInfo::get_ConfigId() extern "C" IL2CPP_METHOD_ATTR int32_t EquipPropInfo_get_ConfigId_m3540446758 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropEquipManager/EquipPropInfo::AddEquipItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR void EquipPropInfo_AddEquipItem_m707367590 (EquipPropInfo_t66586096 * __this, int32_t ___server_id0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m4255285194(__this, method) (( bool (*) (Enumerator_t909482202 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() #define Enumerator_Dispose_m941002324(__this, method) (( void (*) (Enumerator_t909482202 *, const RuntimeMethod*))Enumerator_Dispose_m562365603_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m820470612(__this, method) (( int32_t (*) (List_1_t1538660838 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // DMCore.Logic.PersonaliseConfig DMCore.Logic.PersonaliseConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR PersonaliseConfig_t2812043406 * PersonaliseConfig_GetInstance_m2421924694 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m3692242662(__this, method) (( Enumerator_t3427904715 (*) (List_1_t1538660838 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m1842784758(__this, method) (( EquipPropInfo_t66586096 * (*) (Enumerator_t3427904715 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m2509077013(__this, method) (( bool (*) (Enumerator_t3427904715 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m1475620267(__this, method) (( void (*) (Enumerator_t3427904715 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Void DMCore.Logic.CPropEquipManager/EquipPropInfo::RemoveEquipItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR void EquipPropInfo_RemoveEquipItem_m4065351445 (EquipPropInfo_t66586096 * __this, int32_t ___server_id0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropEquipManager/EquipPropInfo::FreshEquipCount() extern "C" IL2CPP_METHOD_ATTR void EquipPropInfo_FreshEquipCount_m126640533 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1238303978(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3250266723 *, int32_t, EquipPropInfo_t66586096 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // DMCore.Logic.CPropEquipManager/EquipPropInfo DMCore.Logic.CPropEquipManager::GetEquipPropInfoByConfig(System.Int32) extern "C" IL2CPP_METHOD_ATTR EquipPropInfo_t66586096 * CPropEquipManager_GetEquipPropInfoByConfig_m3852090120 (CPropEquipManager_t729741778 * __this, int32_t ___configId0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPropEquipManager/EquipPropInfo::EquipProp() extern "C" IL2CPP_METHOD_ATTR bool EquipPropInfo_EquipProp_m629598684 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPropEquipManager/EquipPropInfo::RemoveProp() extern "C" IL2CPP_METHOD_ATTR bool EquipPropInfo_RemoveProp_m3287010831 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPropEquipManager/EquipPropInfo::IsEquip() extern "C" IL2CPP_METHOD_ATTR bool EquipPropInfo_IsEquip_m2556320448 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPropEquipManager/EquipPropInfo::UseProp() extern "C" IL2CPP_METHOD_ATTR bool EquipPropInfo_UseProp_m589699682 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m91354678(__this, method) (( void (*) (Dictionary_2_t3250266723 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m4078135614(__this, method) (( void (*) (List_1_t1538660838 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Boolean DMCore.Logic.CPropEquipManager/EquipPropInfo::IsHasProp() extern "C" IL2CPP_METHOD_ATTR bool EquipPropInfo_IsHasProp_m4033928142 (EquipPropInfo_t66586096 * __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); // DMCore.Logic.CPropItem DMCore.Logic.CPropManager::GetPropItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPropItem_t1455887095 * CPropManager_GetPropItem_m1006552476 (CPropManager_t2238730194 * __this, int32_t ___serverId0, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Logic.CPropItem::GetNetProperty() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CPropItem_GetNetProperty_m476310046 (CPropItem_t1455887095 * __this, const RuntimeMethod* method); // System.Int32 DMCore.CDataProperty::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDataProperty_GetInt_m1935343217 (CDataProperty_t2806246268 * __this, String_t* ___key0, int32_t ___nDefault1, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPropEquipManager/EquipPropInfo::TotalCount() extern "C" IL2CPP_METHOD_ATTR int32_t EquipPropInfo_TotalCount_m2471172129 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPropEquipManager/EquipPropInfo::get_EquipCountInNet() extern "C" IL2CPP_METHOD_ATTR int32_t EquipPropInfo_get_EquipCountInNet_m874271968 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropManager::RequestUseItem(System.Boolean,System.Int32,System.Int32,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CPropManager_RequestUseItem_m1055188380 (RuntimeObject * __this /* static, unused */, bool ___needPayed0, int32_t ___idForServer1, int32_t ___count2, List_1_t128053199 * ___customGiftPackID3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3653496231(__this, method) (( void (*) (List_1_t3963932672 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m404726490(__this, method) (( void (*) (List_1_t3963932672 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3734855060(__this, method) (( int32_t (*) (List_1_t3963932672 *, 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_m3432454182(__this, p0, method) (( CPropData_t2491857930 * (*) (List_1_t3963932672 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean DMCore.Framework.Scene.CPropData::Compare(DMCore.Framework.Scene.CPropData) extern "C" IL2CPP_METHOD_ATTR bool CPropData_Compare_m2224698136 (CPropData_t2491857930 * __this, CPropData_t2491857930 * ___other0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2803121553(__this, p0, method) (( void (*) (List_1_t3963932672 *, CPropData_t2491857930 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPropertySite::SetChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPropertySite_SetChanged_m2779062224 (CPropertySite_t3895418650 * __this, bool ___changed0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPropertySite::GetPropHistoryCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPropertySite_GetPropHistoryCount_m3915303946 (CPropertySite_t3895418650 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CPropData::GetInt() extern "C" IL2CPP_METHOD_ATTR int32_t CPropData_GetInt_m2221393311 (CPropData_t2491857930 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4203683109(__this, method) (( void (*) (Dictionary_2_t3680674949 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void DMCore.Logic.CPropertySiteManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropertySiteManager__ctor_m2984515231 (CPropertySiteManager_t1418377639 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m3154251435(__this, method) (( Enumerator_t1339890428 (*) (Dictionary_2_t3680674949 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m3278257048_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m2367452973(__this, method) (( KeyValuePair_2_t1783379820 (*) (Enumerator_t1339890428 *, const RuntimeMethod*))Enumerator_get_Current_m2655181939_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m1153402316(__this, method) (( CPropertySite_t3895418650 * (*) (KeyValuePair_2_t1783379820 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, method) // System.Void DMCore.Logic.CPropertySite::Clear() extern "C" IL2CPP_METHOD_ATTR void CPropertySite_Clear_m2828314200 (CPropertySite_t3895418650 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m3637468849(__this, method) (( bool (*) (Enumerator_t1339890428 *, const RuntimeMethod*))Enumerator_MoveNext_m1107569389_gshared)(__this, method) // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m838414602(__this, p0, p1, method) (( void (*) (Action_1_t2019918284 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m118522912_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Scene.CProperty::RegisterWatchKey(System.String,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CProperty_RegisterWatchKey_m2322898290 (CProperty_t963755051 * __this, String_t* ___key0, Action_1_t2019918284 * ___ptr1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2834866048(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3680674949 *, String_t*, CPropertySite_t3895418650 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, 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.CPropertySite::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropertySite__ctor_m903164484 (CPropertySite_t3895418650 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m3545776221(__this, p0, p1, method) (( void (*) (Dictionary_2_t3680674949 *, String_t*, CPropertySite_t3895418650 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // DMCore.Framework.Scene.CPropData DMCore.Framework.Scene.CProperty::GetPropData(System.String) extern "C" IL2CPP_METHOD_ATTR CPropData_t2491857930 * CProperty_GetPropData_m1845734804 (CProperty_t963755051 * __this, String_t* ___propname0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropertySite::Push(DMCore.Framework.Scene.CPropData) extern "C" IL2CPP_METHOD_ATTR void CPropertySite_Push_m2899761603 (CPropertySite_t3895418650 * __this, CPropData_t2491857930 * ___data0, 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.Collections.Generic.List`1 DMCore.Logic.CPropItemPool::SortPool() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * CPropItemPool_SortPool_m2375390874 (CPropItemPool_t1526587231 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Logic.CPropItemPool::SortSubType(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * CPropItemPool_SortSubType_m3021864418 (CPropItemPool_t1526587231 * __this, List_1_t128053199 * ___subList0, const RuntimeMethod* method); // System.Void DMCore.Logic.CItemBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void CItemBase__ctor_m3933414393 (CItemBase_t2436786639 * __this, 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.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.Void DMCore.Logic.MiscPropItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void MiscPropItem__ctor_m471995687 (MiscPropItem_t2188545016 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.InteractionPropItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void InteractionPropItem__ctor_m801631456 (InteractionPropItem_t3972394905 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.PresentPropItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void PresentPropItem__ctor_m4060523457 (PresentPropItem_t3724880295 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.FunctionPropItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void FunctionPropItem__ctor_m1856090808 (FunctionPropItem_t2337231142 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.WorkShopPropItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void WorkShopPropItem__ctor_m3709398729 (WorkShopPropItem_t4219580909 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.PetPropType::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetPropType__ctor_m2561614261 (PetPropType_t4007296616 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.ChatBubbleType::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChatBubbleType__ctor_m1035084668 (ChatBubbleType_t2493694615 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.HeadBoxType::.ctor() extern "C" IL2CPP_METHOD_ATTR void HeadBoxType__ctor_m1866967056 (HeadBoxType_t346163273 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.EnterRoomAnimType::.ctor() extern "C" IL2CPP_METHOD_ATTR void EnterRoomAnimType__ctor_m3896209961 (EnterRoomAnimType_t924653319 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.SoleEffectType::.ctor() extern "C" IL2CPP_METHOD_ATTR void SoleEffectType__ctor_m673804769 (SoleEffectType_t3964163033 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.RoomEffecType::.ctor() extern "C" IL2CPP_METHOD_ATTR void RoomEffecType__ctor_m1382833482 (RoomEffecType_t3962030271 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.StartAnimType::.ctor() extern "C" IL2CPP_METHOD_ATTR void StartAnimType__ctor_m3683254502 (StartAnimType_t2240491110 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.ShowTimeAnimType::.ctor() extern "C" IL2CPP_METHOD_ATTR void ShowTimeAnimType__ctor_m3944728743 (ShowTimeAnimType_t4188084783 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.EndAnimType::.ctor() extern "C" IL2CPP_METHOD_ATTR void EndAnimType__ctor_m749763674 (EndAnimType_t83088423 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.StandAnimType::.ctor() extern "C" IL2CPP_METHOD_ATTR void StandAnimType__ctor_m3033508622 (StandAnimType_t1098604881 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.BroadcashType::.ctor() extern "C" IL2CPP_METHOD_ATTR void BroadcashType__ctor_m1291335804 (BroadcashType_t3061293016 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.IdolCardType::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolCardType__ctor_m3879356467 (IdolCardType_t677825537 * __this, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Logic.CPropManager::GetLocalProperty(System.Int32) extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CPropManager_GetLocalProperty_m690455163 (RuntimeObject * __this /* static, unused */, int32_t ___configId0, const RuntimeMethod* method); // System.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.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); // DMCore.Logic.CPropItem DMCore.Logic.CPropItem::GetItemByName(System.String) extern "C" IL2CPP_METHOD_ATTR CPropItem_t1455887095 * CPropItem_GetItemByName_m3268381566 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropItem::init(System.Int32,System.Int32,System.Int32,DMCore.Logic.ItemQuality,DMCore.CDataProperty,DMCore.Logic.PackageItemType,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropItem_init_m1509810606 (CPropItem_t1455887095 * __this, int32_t ____configId0, int32_t ____serverId1, int32_t ____fashion2, int32_t ____quality3, CDataProperty_t2806246268 * ____property4, int32_t ____type5, int32_t ____canRenew6, const RuntimeMethod* method); // System.Void DMCore.Logic.CItemBase::set_configID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CItemBase_set_configID_m2461429048 (CItemBase_t2436786639 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CItemBase::set_serverID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CItemBase_set_serverID_m3001486231 (CItemBase_t2436786639 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CItemBase::set_fashionStarValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CItemBase_set_fashionStarValue_m4220992756 (CItemBase_t2436786639 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CItemBase::set_quality(DMCore.Logic.ItemQuality) extern "C" IL2CPP_METHOD_ATTR void CItemBase_set_quality_m15619395 (CItemBase_t2436786639 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CItemBase::set_property(DMCore.CDataProperty) extern "C" IL2CPP_METHOD_ATTR void CItemBase_set_property_m3956861279 (CItemBase_t2436786639 * __this, CDataProperty_t2806246268 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CItemBase::set_type(DMCore.Logic.PackageItemType) extern "C" IL2CPP_METHOD_ATTR void CItemBase_set_type_m242662381 (CItemBase_t2436786639 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CItemBase::set_canRenew(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CItemBase_set_canRenew_m2159884376 (CItemBase_t2436786639 * __this, int32_t ___value0, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Logic.CPropItem::GetLocalConfig() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CPropItem_GetLocalConfig_m2525991015 (CPropItem_t1455887095 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CItemBase::get_configID() extern "C" IL2CPP_METHOD_ATTR int32_t CItemBase_get_configID_m837654758 (CItemBase_t2436786639 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CItemBase::get_serverID() extern "C" IL2CPP_METHOD_ATTR int32_t CItemBase_get_serverID_m3049894536 (CItemBase_t2436786639 * __this, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Logic.CPropManager::GetNetProperty(System.Int32) extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CPropManager_GetNetProperty_m1923483943 (RuntimeObject * __this /* static, unused */, int32_t ___serverId0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1956322422(__this, method) (( void (*) (Dictionary_2_t344600426 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.CPropItemPool::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropItemPool__ctor_m3570198759 (CPropItemPool_t1526587231 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList>(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToList_TisKeyValuePair_2_t2742272593_m2385359691(__this /* static, unused */, p0, method) (( List_1_t4214347335 * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisKeyValuePair_2_t71524366_m2090113148_gshared)(__this /* static, unused */, p0, method) // System.Void System.Comparison`1>::.ctor(System.Object,System.IntPtr) #define Comparison_1__ctor_m133266611(__this, p0, p1, method) (( void (*) (Comparison_1_t2517203772 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m2005506013_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1>::Sort(System.Comparison`1) #define List_1_Sort_m3961012126(__this, p0, method) (( void (*) (List_1_t4214347335 *, Comparison_1_t2517203772 *, const RuntimeMethod*))List_1_Sort_m1543797752_gshared)(__this, p0, method) // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1>::GetEnumerator() #define List_1_GetEnumerator_m3094388346(__this, method) (( Enumerator_t1808623916 (*) (List_1_t4214347335 *, const RuntimeMethod*))List_1_GetEnumerator_m3050994104_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator>::get_Current() #define Enumerator_get_Current_m660534276(__this, method) (( KeyValuePair_2_t2742272593 (*) (Enumerator_t1808623916 *, const RuntimeMethod*))Enumerator_get_Current_m1098706879_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m1155444094(__this, method) (( int32_t (*) (KeyValuePair_2_t2742272593 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1839753989_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator>::MoveNext() #define Enumerator_MoveNext_m620534699(__this, method) (( bool (*) (Enumerator_t1808623916 *, const RuntimeMethod*))Enumerator_MoveNext_m3905483689_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator>::Dispose() #define Enumerator_Dispose_m4259751394(__this, method) (( void (*) (Enumerator_t1808623916 *, const RuntimeMethod*))Enumerator_Dispose_m1194850728_gshared)(__this, method) // System.Void System.Collections.Generic.List`1>::.ctor() #define List_1__ctor_m1543359375(__this, method) (( void (*) (List_1_t4214347335 *, const RuntimeMethod*))List_1__ctor_m1035152819_gshared)(__this, method) // System.Void System.Collections.Generic.List`1>::Add(!0) #define List_1_Add_m1031753705(__this, p0, method) (( void (*) (List_1_t4214347335 *, KeyValuePair_2_t2742272593 , const RuntimeMethod*))List_1_Add_m3606102217_gshared)(__this, p0, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m2557122128(__this, method) (( CPropItem_t1455887095 * (*) (KeyValuePair_2_t2742272593 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Int64 DMCore.Logic.CPropManager::GetBuyTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t CPropManager_GetBuyTime_m3235992271 (CPropManager_t2238730194 * __this, int32_t ___configID0, const RuntimeMethod* method); // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) #define SortKeyInfo_1__ctor_m4042510263(__this, p0, p1, p2, method) (( void (*) (SortKeyInfo_1_t110361559 *, int64_t, int64_t, bool, const RuntimeMethod*))SortKeyInfo_1__ctor_m4042510263_gshared)(__this, p0, p1, p2, method) // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor(DMCore.Logic.SortKeyInfo`1) #define CSortTemplete_SortFunctor_TisInt64_t3736567304_m562281450(__this /* static, unused */, ___keyInfo0, method) (( int32_t (*) (RuntimeObject * /* static, unused */, SortKeyInfo_1_t110361559 *, const RuntimeMethod*))CSortTemplete_SortFunctor_TisInt64_t3736567304_m562281450_gshared)(__this /* static, unused */, ___keyInfo0, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m859952616(__this, p0, method) (( bool (*) (Dictionary_2_t344600426 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2382293057_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1813732455(__this, p0, p1, method) (( void (*) (Dictionary_2_t344600426 *, int32_t, CPropItem_t1455887095 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m3199866595(__this, p0, method) (( bool (*) (Dictionary_2_t344600426 *, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m4193450060_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m889747858(__this, method) (( void (*) (Dictionary_2_t344600426 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m313554613(__this, p0, method) (( CPropItem_t1455887095 * (*) (Dictionary_2_t344600426 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // DMCore.CDataProperty DMCore.Logic.CItemBase::get_property() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CItemBase_get_property_m1472717397 (CItemBase_t2436786639 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::Append(DMCore.CDataProperty) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Append_m3443704652 (CDataProperty_t2806246268 * __this, CDataProperty_t2806246268 * ___other0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1517660855(__this, method) (( void (*) (Dictionary_2_t1694959599 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.CPropLocalConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropLocalConfig__ctor_m3763596181 (CPropLocalConfig_t827037887 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1644877753(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1694959599 *, int32_t, CDataProperty_t2806246268 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m4112985529(__this, method) (( void (*) (Dictionary_2_t1694959599 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void DMCore.CDataProperty::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataProperty__ctor_m4247268200 (CDataProperty_t2806246268 * __this, 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 System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m602988468(__this, p0, p1, method) (( void (*) (Dictionary_2_t1694959599 *, int32_t, CDataProperty_t2806246268 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CPropGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropGroup__ctor_m2904392853 (CPropGroup_t317121043 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2807742409(__this, method) (( void (*) (Dictionary_2_t2625280635 *, const RuntimeMethod*))Dictionary_2__ctor_m2807742409_gshared)(__this, method) // System.Void DMCore.Logic.CPropManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropManager__ctor_m2669961339 (CPropManager_t2238730194 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPropItemPool::UpdateProperty(System.Int32,DMCore.CDataProperty) extern "C" IL2CPP_METHOD_ATTR bool CPropItemPool_UpdateProperty_m671489197 (CPropItemPool_t1526587231 * __this, int32_t ___serverId0, CDataProperty_t2806246268 * ___property1, const RuntimeMethod* method); // DMCore.Logic.CPropItem DMCore.Logic.CPropItemPool::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPropItem_t1455887095 * CPropItemPool_GetItem_m1476452724 (CPropItemPool_t1526587231 * __this, int32_t ___serverId0, 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::set_IsChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_set_IsChanged_m794376974 (CPropEquipManager_t729741778 * __this, bool ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Logic.CPropGroup::GetList() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * CPropGroup_GetList_m957425781 (CPropGroup_t317121043 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPropManager/CheckPropByProperty::Invoke(System.Int32,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR int32_t CheckPropByProperty_Invoke_m1617553709 (CheckPropByProperty_t336342705 * __this, int32_t ___propID0, CDataArray_t4068198041 * ___parm1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropGroup::AddItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropGroup_AddItem_m705537597 (CPropGroup_t317121043 * __this, int32_t ___serverId0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPropGroup::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPropGroup_GetCount_m408664451 (CPropGroup_t317121043 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropGroup::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPropGroup_ClearAll_m330531591 (CPropGroup_t317121043 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m4293935587(__this, method) (( void (*) (Dictionary_2_t2625280635 *, const RuntimeMethod*))Dictionary_2_Clear_m4293935587_gshared)(__this, method) // DMCore.Logic.CPropGroup DMCore.Logic.CPropManager::GetGroup(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPropGroup_t317121043 * CPropManager_GetGroup_m4009434788 (CPropManager_t2238730194 * __this, int32_t ___type0, const RuntimeMethod* method); // DMCore.Logic.CPropGroup DMCore.Logic.CPropManager::GetGroup(DMCore.Logic.enumPropType) extern "C" IL2CPP_METHOD_ATTR CPropGroup_t317121043 * CPropManager_GetGroup_m2406117371 (CPropManager_t2238730194 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPropGroup::GetItemByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPropGroup_GetItemByIndex_m892769281 (CPropGroup_t317121043 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPropItemPool::AddItem(System.Int32,DMCore.Logic.CPropItem) extern "C" IL2CPP_METHOD_ATTR bool CPropItemPool_AddItem_m3566741073 (CPropItemPool_t1526587231 * __this, int32_t ___serverId0, CPropItem_t1455887095 * ___propItem1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropManager::AddPropItem(DMCore.Logic.enumPropType,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropManager_AddPropItem_m1592388120 (CPropManager_t2238730194 * __this, int32_t ___type0, int32_t ___serverId1, const RuntimeMethod* method); // System.Int64 DMCore.Logic.CItemBase::get_buyTime() extern "C" IL2CPP_METHOD_ATTR int64_t CItemBase_get_buyTime_m3080723776 (CItemBase_t2436786639 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropManager::SaveBuyTime(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPropManager_SaveBuyTime_m449718521 (CPropManager_t2238730194 * __this, int32_t ___configID0, int64_t ___buyTime1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropEquipManager::AddEquipPropItem(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_AddEquipPropItem_m1152015130 (CPropEquipManager_t729741778 * __this, int32_t ___config_id0, int32_t ___server_id1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropGroup::SortGrop() extern "C" IL2CPP_METHOD_ATTR void CPropGroup_SortGrop_m3785690051 (CPropGroup_t317121043 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropGroup::SortSubGrop() extern "C" IL2CPP_METHOD_ATTR void CPropGroup_SortSubGrop_m961684251 (CPropGroup_t317121043 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropItemPool::DelItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropItemPool_DelItem_m3444683173 (CPropItemPool_t1526587231 * __this, int32_t ___serverId0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropEquipManager::RemoveEquipPropItem(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_RemoveEquipPropItem_m3193378222 (CPropEquipManager_t729741778 * __this, int32_t ___config_id0, int32_t ___server_id1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropManager::DelPropItem(DMCore.Logic.enumPropType,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropManager_DelPropItem_m1390269708 (CPropManager_t2238730194 * __this, int32_t ___type0, int32_t ___serverId1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropGroup::DelItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropGroup_DelItem_m2364345694 (CPropGroup_t317121043 * __this, int32_t ___serverId0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1531289121(__this, method) (( void (*) (List_1_t2927961837 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1422567485(__this, p0, method) (( void (*) (List_1_t2927961837 *, CPropItem_t1455887095 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // DMCore.Logic.CPropGroup DMCore.Logic.CPropManager::GetGroup(System.Int32,DMCore.Logic.CPropManager/CheckPropByProperty,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR CPropGroup_t317121043 * CPropManager_GetGroup_m3570683819 (CPropManager_t2238730194 * __this, int32_t ___type0, CheckPropByProperty_t336342705 * ___func1, CDataArray_t4068198041 * ___cd2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3873460555(__this, p0, method) (( bool (*) (Dictionary_2_t2625280635 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m3873460555_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m3439622169(__this, p0, method) (( int64_t (*) (Dictionary_2_t2625280635 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m3439622169_gshared)(__this, p0, method) // System.Int32 System.Int32::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m1033611559 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPropManager::GetQualityLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPropManager_GetQualityLevel_m355677397 (CPropManager_t2238730194 * __this, int32_t ___configID0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m15403554(__this, p0, p1, method) (( void (*) (Dictionary_2_t2625280635 *, int32_t, int64_t, const RuntimeMethod*))Dictionary_2_set_Item_m15403554_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2099378411(__this, p0, p1, method) (( void (*) (Dictionary_2_t2625280635 *, int32_t, int64_t, const RuntimeMethod*))Dictionary_2_Add_m2099378411_gshared)(__this, p0, p1, method) // System.String DMCore.Logic.CPropManager::GetStrGoodsId(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPropManager_GetStrGoodsId_m2994062726 (RuntimeObject * __this /* static, unused */, int32_t ___nGoodsId0, const RuntimeMethod* method); // DMCore.Logic.CPropLocalConfig DMCore.Logic.CPropLocalConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropLocalConfig_t827037887 * CPropLocalConfig_GetInstance_m1244063452 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Logic.CPropLocalConfig::GetProperty(System.Int32) extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CPropLocalConfig_GetProperty_m340985819 (CPropLocalConfig_t827037887 * __this, int32_t ___configId0, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Logic.CPropItemPool::GetProperty(System.Int32) extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CPropItemPool_GetProperty_m4138544969 (CPropItemPool_t1526587231 * __this, int32_t ___serverId0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m593114157(__this, method) (( Enumerator_t2017297076 (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_GetEnumerator_m593114157_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m207670954(__this, method) (( int32_t (*) (Enumerator_t2017297076 *, const RuntimeMethod*))Enumerator_get_Current_m207670954_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m3181700225(__this, method) (( bool (*) (Enumerator_t2017297076 *, const RuntimeMethod*))Enumerator_MoveNext_m3181700225_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m222348240(__this, method) (( void (*) (Enumerator_t2017297076 *, const RuntimeMethod*))Enumerator_Dispose_m222348240_gshared)(__this, method) // System.Void IMonoCtrllor::.ctor() extern "C" IL2CPP_METHOD_ATTR void IMonoCtrllor__ctor_m471545973 (IMonoCtrllor_t1427182583 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropsDetailManager::set_CurPropConfigID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropsDetailManager_set_CurPropConfigID_m2556663492 (CPropsDetailManager_t2661117877 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropsDetailManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropsDetailManager__ctor_m2276090941 (CPropsDetailManager_t2661117877 * __this, const RuntimeMethod* method); // DMCore.Logic.CPropsDetailManager DMCore.Logic.CPropsDetailManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropsDetailManager_t2661117877 * CPropsDetailManager_GetInstance_m3176161541 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CGiftPackage::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGiftPackage__ctor_m631650788 (CGiftPackage_t998074622 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CGiftPackage::Add(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR bool CGiftPackage_Add_m2361257957 (CGiftPackage_t998074622 * __this, List_1_t3149535657 * ___itemList0, const RuntimeMethod* method); // DMCore.Logic.CAwardList DMCore.Logic.CGiftPackage::Get() extern "C" IL2CPP_METHOD_ATTR CAwardList_t4094041907 * CGiftPackage_Get_m2444996735 (CGiftPackage_t998074622 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CAwardList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardList_get_Count_m2249531307 (CAwardList_t4094041907 * __this, const RuntimeMethod* method); // DMCore.Logic.CAwardItem DMCore.Logic.CAwardList::GetItemByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CAwardItem_t1677460915 * CAwardList_GetItemByIndex_m1502988785 (CAwardList_t4094041907 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CAwardItem::get_ConfigId() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardItem_get_ConfigId_m576905535 (CAwardItem_t1677460915 * __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 System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4196554009(__this, method) (( void (*) (Dictionary_2_t3682058863 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>>::.ctor() #define Dictionary_2__ctor_m1910022224(__this, method) (( void (*) (Dictionary_2_t3352828889 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.CPveAwardManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPveAwardManager__ctor_m2376853716 (CPveAwardManager_t3593166514 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveManager::LevelToStageID(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_LevelToStageID_m3465510410 (RuntimeObject * __this /* static, unused */, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2>> DMCore.Logic.CPveAwardManager::get_StageMaterial() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t3352828889 * CPveAwardManager_get_StageMaterial_m89842830 (CPveAwardManager_t3593166514 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>>::ContainsKey(!0) #define Dictionary_2_ContainsKey_m484170815(__this, p0, method) (( bool (*) (Dictionary_2_t3352828889 *, 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_m3673264268(__this, p0, method) (( List_1_t169148262 * (*) (Dictionary_2_t3352828889 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2>>::GetEnumerator() #define Dictionary_2_GetEnumerator_m20993729(__this, method) (( Enumerator_t1012044368 (*) (Dictionary_2_t3352828889 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m1087370259_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator>>::get_Current() #define Enumerator_get_Current_m3823957642(__this, method) (( KeyValuePair_2_t1455533760 (*) (Enumerator_t1012044368 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2>>::get_Value() #define KeyValuePair_2_get_Value_m2434468787(__this, method) (( List_1_t169148262 * (*) (KeyValuePair_2_t1455533760 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1>::GetEnumerator() #define List_1_GetEnumerator_m330608342(__this, method) (( Enumerator_t2058392139 (*) (List_1_t169148262 *, const RuntimeMethod*))List_1_GetEnumerator_m1747812830_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator>::get_Current() #define Enumerator_get_Current_m3261414267(__this, method) (( KeyValuePair_2_t2992040816 (*) (Enumerator_t2058392139 *, const RuntimeMethod*))Enumerator_get_Current_m3238087599_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m3453237039(__this, method) (( CFragment_t3696211104 * (*) (KeyValuePair_2_t2992040816 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1055012466_gshared)(__this, method) // System.Int32 DMCore.Logic.CFragment::get_ConfigID() extern "C" IL2CPP_METHOD_ATTR int32_t CFragment_get_ConfigID_m1545306933 (CFragment_t3696211104 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2>>::get_Key() #define KeyValuePair_2_get_Key_m3309328296(__this, method) (( int32_t (*) (KeyValuePair_2_t1455533760 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1839753989_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator>::MoveNext() #define Enumerator_MoveNext_m1874088198(__this, method) (( bool (*) (Enumerator_t2058392139 *, const RuntimeMethod*))Enumerator_MoveNext_m3912375894_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator>>::MoveNext() #define Enumerator_MoveNext_m2093873014(__this, method) (( bool (*) (Enumerator_t1012044368 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1922957743(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3682058863 *, int32_t, CPVEAward_t498378236 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_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) // DMCore.Logic.CActivityManager DMCore.Logic.CActivityManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CActivityManager_t1081296145 * CActivityManager_GetInstance_m2243292784 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* 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) // DMCore.Logic.CAwardList DMCore.Logic.CActivityManager::GetGiftArray(System.String) extern "C" IL2CPP_METHOD_ATTR CAwardList_t4094041907 * CActivityManager_GetGiftArray_m3600846893 (CActivityManager_t1081296145 * __this, String_t* ___gift_name0, const RuntimeMethod* method); // DMCore.Logic.CPVEAward DMCore.Logic.CPveAwardManager::GiftListToPVEAward(DMCore.Logic.CAwardList) extern "C" IL2CPP_METHOD_ATTR CPVEAward_t498378236 * CPveAwardManager_GiftListToPVEAward_m3563175310 (CPveAwardManager_t3593166514 * __this, CAwardList_t4094041907 * ___giftList0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveAwardManager::GetUnlockLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveAwardManager_GetUnlockLevel_m1230687428 (CPveAwardManager_t3593166514 * __this, int32_t ___stageID0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m4254788256(__this, method) (( void (*) (List_1_t3149535657 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Int32 DMCore.Logic.CItemBase::get_GoldID() extern "C" IL2CPP_METHOD_ATTR int32_t CItemBase_get_GoldID_m251806656 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CAwardItem::get_Amount() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardItem_get_Amount_m2607280859 (CAwardItem_t1677460915 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CItemBase::get_DiamondID() extern "C" IL2CPP_METHOD_ATTR int32_t CItemBase_get_DiamondID_m420291236 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CItemBase::get_ExpID() extern "C" IL2CPP_METHOD_ATTR int32_t CItemBase_get_ExpID_m2602785149 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1312316922(__this, p0, method) (( void (*) (List_1_t3149535657 *, CAwardItem_t1677460915 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPVEAward::.ctor(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CPVEAward__ctor_m3626736540 (CPVEAward_t498378236 * __this, int32_t ___gold0, int32_t ___diamond1, int32_t ___exp2, List_1_t3149535657 * ___itemArray3, const RuntimeMethod* method); // System.Void DMCore.Logic.CAwardList::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAwardList__ctor_m1934462586 (CAwardList_t4094041907 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CAwardList::Add(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CAwardList_Add_m2199159243 (CAwardList_t4094041907 * __this, int32_t ___configId0, int32_t ___amount1, int32_t ___valid2, const RuntimeMethod* 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 System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m2163768065(__this, method) (( void (*) (Dictionary_2_t3682058863 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>>::Clear() #define Dictionary_2_Clear_m3216101137(__this, method) (( void (*) (Dictionary_2_t3352828889 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1535364901(__this, p0, p1, method) (( void (*) (Dictionary_2_t1839659084 *, int32_t, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1535364901_gshared)(__this, p0, p1, method) // System.Boolean DMCore.Logic.CAwardList::Add(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CAwardList_Add_m923269743 (CAwardList_t4094041907 * __this, int32_t ___configId0, int32_t ___amount1, int32_t ___valid2, int32_t ___sex3, const RuntimeMethod* method); // System.Void DMCore.Logic.CFragment::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CFragment__ctor_m2291400052 (CFragment_t3696211104 * __this, int32_t ___configID0, int32_t ___validation1, int32_t ___probability2, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveAwardManager::SaveMaterialData(DMCore.Logic.CFragment,System.Int32,System.Int32,System.Collections.Generic.Dictionary`2>>) extern "C" IL2CPP_METHOD_ATTR void CPveAwardManager_SaveMaterialData_m1059943846 (CPveAwardManager_t3593166514 * __this, CFragment_t3696211104 * ___fragmentInfo0, int32_t ___count1, int32_t ___stageID2, Dictionary_2_t3352828889 * ___materialContainer3, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m107447979(__this, p0, p1, method) (( void (*) (Dictionary_2_t3682058863 *, int32_t, CPVEAward_t498378236 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m4246191156(__this, p0, p1, method) (( void (*) (Dictionary_2_t736164020 *, int32_t, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2>>::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3761344434(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3352828889 *, int32_t, List_1_t169148262 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1>::.ctor() #define List_1__ctor_m3353154565(__this, method) (( void (*) (List_1_t169148262 *, const RuntimeMethod*))List_1__ctor_m361672524_gshared)(__this, method) // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) #define KeyValuePair_2__ctor_m3656392398(__this, p0, p1, method) (( void (*) (KeyValuePair_2_t2992040816 *, CFragment_t3696211104 *, int32_t, const RuntimeMethod*))KeyValuePair_2__ctor_m2739770465_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1>::Add(!0) #define List_1_Add_m3257349269(__this, p0, method) (( void (*) (List_1_t169148262 *, KeyValuePair_2_t2992040816 , const RuntimeMethod*))List_1_Add_m2920206172_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2>>::set_Item(!0,!1) #define Dictionary_2_set_Item_m683120547(__this, p0, p1, method) (( void (*) (Dictionary_2_t3352828889 *, int32_t, List_1_t169148262 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Int32 System.Collections.Generic.List`1>::get_Count() #define List_1_get_Count_m2394545153(__this, method) (( int32_t (*) (List_1_t169148262 *, const RuntimeMethod*))List_1_get_Count_m1832895519_gshared)(__this, method) // !0 System.Collections.Generic.List`1>::get_Item(System.Int32) #define List_1_get_Item_m721806066(__this, p0, method) (( KeyValuePair_2_t2992040816 (*) (List_1_t169148262 *, int32_t, const RuntimeMethod*))List_1_get_Item_m4229561933_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m141248539(__this, method) (( void (*) (Dictionary_2_t1077746168 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3080968747(__this, method) (( void (*) (Dictionary_2_t4033884959 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2892528917(__this, method) (( void (*) (Dictionary_2_t3693168236 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m99400459(__this, method) (( void (*) (Dictionary_2_t3770330557 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.CPveManager::set_IsShowPveStar(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPveManager_set_IsShowPveStar_m2020420185 (CPveManager_t3058433014 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::set_IsInitOrPlayeOver(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPveManager_set_IsInitOrPlayeOver_m2322703020 (CPveManager_t3058433014 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::set_IsLevelResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPveManager_set_IsLevelResult_m494002651 (CPveManager_t3058433014 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::set_CDataChapterId(CDataModelInt) extern "C" IL2CPP_METHOD_ATTR void CPveManager_set_CDataChapterId_m3029517833 (CPveManager_t3058433014 * __this, CDataModelInt_t3463393640 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPveManager__ctor_m3847806819 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndController::SetCustomParam(DMCore.Logic.enumPersonPage,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CWndController_SetCustomParam_m631422347 (CWndController_t749709641 * __this, int32_t ___page0, CDataArray_t4068198041 * ___param1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager/CheckEnergyStateCallback::Invoke(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CheckEnergyStateCallback_Invoke_m1200208359 (CheckEnergyStateCallback_t3528280671 * __this, bool ___bLegal0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2947441279(__this, p0, p1, method) (( bool (*) (Dictionary_2_t4033884959 *, int32_t, CPveStage_t850204332 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CPveStage::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPveStage__ctor_m809537292 (CPveStage_t850204332 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1599307514(__this, p0, p1, method) (( void (*) (Dictionary_2_t4033884959 *, int32_t, CPveStage_t850204332 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CPveStage::InvokFromSingleGame() extern "C" IL2CPP_METHOD_ATTR void CPveStage_InvokFromSingleGame_m92956621 (CPveStage_t850204332 * __this, const RuntimeMethod* method); // DMCore.Logic.CPveStage DMCore.Logic.CPveManager::GetStage(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPveStage_t850204332 * CPveManager_GetStage_m147423662 (CPveManager_t3058433014 * __this, int32_t ___stageID0, const RuntimeMethod* method); // DMCore.Logic.CPveStage DMCore.Logic.CPveManager::GetCurStage() extern "C" IL2CPP_METHOD_ATTR CPveStage_t850204332 * CPveManager_GetCurStage_m1008327040 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveStage::GetNpcCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPveStage_GetNpcCount_m4150734429 (CPveStage_t850204332 * __this, const RuntimeMethod* method); // DMCore.Logic.CDanceNpc DMCore.Logic.CPveStage::GetNpc(System.Int32) extern "C" IL2CPP_METHOD_ATTR CDanceNpc_t2506274377 * CPveStage_GetNpc_m875786719 (CPveStage_t850204332 * __this, int32_t ___index0, const RuntimeMethod* method); // DMCore.Logic.CDanceNpc DMCore.Logic.CPveStage::GetNpcByUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR CDanceNpc_t2506274377 * CPveStage_GetNpcByUserID_m1203910965 (CPveStage_t850204332 * __this, int64_t ___userID0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m496353246(__this, method) (( void (*) (Dictionary_2_t1077746168 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void DMCore.Logic.CServerSimulator::.ctor() extern "C" IL2CPP_METHOD_ATTR void CServerSimulator__ctor_m2456876551 (CServerSimulator_t2819548284 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CServerSimulator::Reset() extern "C" IL2CPP_METHOD_ATTR void CServerSimulator_Reset_m930965299 (CServerSimulator_t2819548284 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveStage::Reset() extern "C" IL2CPP_METHOD_ATTR void CPveStage_Reset_m3894466291 (CPveStage_t850204332 * __this, const RuntimeMethod* method); // DMCore.DanceMode.ENUM_KEY_MODE DMCore.Logic.CPveStage::GetKeyMode() extern "C" IL2CPP_METHOD_ATTR int32_t CPveStage_GetKeyMode_m2981702896 (CPveStage_t850204332 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceModeManager::set_KeyMode(DMCore.DanceMode.ENUM_KEY_MODE) extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_set_KeyMode_m2051611966 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.Logic.CPveStage::GetPlayMode() extern "C" IL2CPP_METHOD_ATTR int32_t CPveStage_GetPlayMode_m2050646118 (CPveStage_t850204332 * __this, const RuntimeMethod* method); // System.Void DMCore.DanceMode.CDanceModeManager::set_PlayMode(DMCore.DanceMode.ENUM_PLAY_MODE) extern "C" IL2CPP_METHOD_ATTR void CDanceModeManager_set_PlayMode_m3679479831 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::SynchPVEState(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPveManager_SynchPVEState_m1150838437 (CPveManager_t3058433014 * __this, bool ___intoPVE0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CServerSimulator::Intercept2ServerMsg(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR bool CServerSimulator_Intercept2ServerMsg_m2664706698 (CServerSimulator_t2819548284 * __this, CDataArray_t4068198041 * ___array0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveStage::TriggerBeatKey() extern "C" IL2CPP_METHOD_ATTR void CPveStage_TriggerBeatKey_m3166473052 (CPveStage_t850204332 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveStage::TriggerNextSection() extern "C" IL2CPP_METHOD_ATTR void CPveStage_TriggerNextSection_m2695423641 (CPveStage_t850204332 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveStage::TriggerSectionResult(System.Int32,System.Int64&,System.Int64&) extern "C" IL2CPP_METHOD_ATTR void CPveStage_TriggerSectionResult_m1965445932 (CPveStage_t850204332 * __this, int32_t ___mainRoleSectionScore0, int64_t* ___winerUserID1, int64_t* ___sliverWinerID2, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveStage::GetMaxScoreCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveStage_GetMaxScoreCount_m2186527504 (CPveStage_t850204332 * __this, int32_t ___mainRoleScore0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPveStage::IsWinerPlayer(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CPveStage_IsWinerPlayer_m1439778802 (CPveStage_t850204332 * __this, int64_t ___userID0, const RuntimeMethod* method); // UnityEngine.GameObject DMCore.Logic.CPveManager::SafeGetObject(UnityEngine.GameObject[],System.Int32) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CPveManager_SafeGetObject_m2464155188 (CPveManager_t3058433014 * __this, GameObjectU5BU5D_t3328599146* ___goList0, int32_t ___index1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPveManager::IsPveMode() extern "C" IL2CPP_METHOD_ATTR bool CPveManager_IsPveMode_m3137815888 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetActive(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetActive_m121978786 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___obj0, bool ___bActive1, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeInHierarchy() extern "C" IL2CPP_METHOD_ATTR bool GameObject_get_activeInHierarchy_m2006396688 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CMiscConfig::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscConfig_GetInt_m1183615064 (CMiscConfig_t1694835947 * __this, String_t* ___id0, int32_t ___defaultValue1, const RuntimeMethod* method); // DMCore.Logic.CLocalBattle DMCore.Logic.CLocalBattle::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLocalBattle_t1519924991 * CLocalBattle_GetInstance_m150705100 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CLocalBattle::get_EnableLocalGame() extern "C" IL2CPP_METHOD_ATTR bool CLocalBattle_get_EnableLocalGame_m1315119155 (CLocalBattle_t1519924991 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CLocalBattle::get_EnableDoubleMode() extern "C" IL2CPP_METHOD_ATTR bool CLocalBattle_get_EnableDoubleMode_m4172060757 (CLocalBattle_t1519924991 * __this, const RuntimeMethod* method); // DMCore.Logic.CLocalSimulateRole DMCore.Logic.CLocalBattle::GetSimulateRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR CLocalSimulateRole_t4101146137 * CLocalBattle_GetSimulateRole_m3210988867 (CLocalBattle_t1519924991 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMCore.Logic.CLocalSimulateRole::SubmitToScene() extern "C" IL2CPP_METHOD_ATTR void CLocalSimulateRole_SubmitToScene_m3460008245 (CLocalSimulateRole_t4101146137 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CLocalBattle::GetSimulateRoleCount() extern "C" IL2CPP_METHOD_ATTR int32_t CLocalBattle_GetSimulateRoleCount_m4283482109 (CLocalBattle_t1519924991 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveStage::CommitToStage() extern "C" IL2CPP_METHOD_ATTR void CPveStage_CommitToStage_m1676178339 (CPveStage_t850204332 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveManager::StageIDToLevel(System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_StageIDToLevel_m2719615145 (RuntimeObject * __this /* static, unused */, int32_t ___stageID0, int32_t* ___subLevel1, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveManager::GetMaxPassedLevel(System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetMaxPassedLevel_m2504830066 (CPveManager_t3058433014 * __this, int32_t* ___subLevel0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveManager::GetNextPveStageID(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetNextPveStageID_m1985092714 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Max_m3673002171 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m2500601974(__this, p0, method) (( bool (*) (Dictionary_2_t1077746168 *, 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_m1539093251(__this, p0, method) (( stPassedInfo_t2189032837 * (*) (Dictionary_2_t1077746168 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPveManager/stPassedInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void stPassedInfo__ctor_m1820969177 (stPassedInfo_t2189032837 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m2423643647(__this, p0, p1, method) (( void (*) (Dictionary_2_t1077746168 *, int32_t, stPassedInfo_t2189032837 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, 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); // DMCore.Logic.CPveManager/chapterImage DMCore.Logic.CPveManager::GetSectionAtlas(System.Int32) extern "C" IL2CPP_METHOD_ATTR chapterImage_t586649930 * CPveManager_GetSectionAtlas_m3021308553 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager/chapterImage::.ctor() extern "C" IL2CPP_METHOD_ATTR void chapterImage__ctor_m159137307 (chapterImage_t586649930 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2079700973(__this, p0, p1, method) (( void (*) (Dictionary_2_t3770330557 *, int32_t, chapterImage_t586649930 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CPveManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CSetPveAtlasU3Ec__AnonStorey0__ctor_m4190961472 (U3CSetPveAtlasU3Ec__AnonStorey0_t266185308 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m779017410(__this, p0, p1, method) (( void (*) (Predicate_1_t1958300152 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m327447107_gshared)(__this, p0, p1, method) // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m2969324886(__this, p0, method) (( SectionImage_t1133006028 * (*) (List_1_t2605080770 *, Predicate_1_t1958300152 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Void DMCore.Logic.CPveManager/SectionImage::.ctor() extern "C" IL2CPP_METHOD_ATTR void SectionImage__ctor_m3587861385 (SectionImage_t1133006028 * __this, const RuntimeMethod* method); // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) #define Comparison_1__ctor_m3995885615(__this, p0, p1, method) (( void (*) (Comparison_1_t907937207 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m2086841574_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) #define List_1_Sort_m2511788348(__this, p0, method) (( void (*) (List_1_t2605080770 *, Comparison_1_t907937207 *, const RuntimeMethod*))List_1_Sort_m116019857_gshared)(__this, p0, method) // CDataModelInt DMCore.Logic.CPveManager::get_CDataChapterId() extern "C" IL2CPP_METHOD_ATTR CDataModelInt_t3463393640 * CPveManager_get_CDataChapterId_m2971172393 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2547977513(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3770330557 *, int32_t, chapterImage_t586649930 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() #define Dictionary_2_get_Count_m2422082894(__this, method) (( int32_t (*) (Dictionary_2_t1077746168 *, const RuntimeMethod*))Dictionary_2_get_Count_m3300912776_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m511528452(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1077746168 *, int32_t, stPassedInfo_t2189032837 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Int32 DMCore.Logic.CPveManager::GetSubLevelCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetSubLevelCount_m3965964705 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, const RuntimeMethod* method); // DMCore.Framework.XML.DMXmlNodeList DMCore.Framework.XML.DMXmlNode::get_ChildNodes() extern "C" IL2CPP_METHOD_ATTR DMXmlNodeList_t795971656 * DMXmlNode_get_ChildNodes_m14158511 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m150215754(__this, method) (( void (*) (Dictionary_2_t3693168236 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3699925107(__this, method) (( void (*) (Dictionary_2_t4033884959 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNodeList::Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNodeList_Item_m3433089129 (DMXmlNodeList_t795971656 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager/SectionCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void SectionCfg__ctor_m1822255010 (SectionCfg_t509487609 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetXmlElemInt(DMCore.Framework.XML.DMXmlNode,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetXmlElemInt_m1889603049 (RuntimeObject * __this /* static, unused */, DMXmlNode_t3958967524 * ___elemNode0, String_t* ___key1, int32_t ___nDefault2, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(DMCore.Framework.XML.DMXmlNode,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m1058230318 (RuntimeObject * __this /* static, unused */, DMXmlNode_t3958967524 * ___elemNode0, String_t* ___key1, String_t* ___defaultVal2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1789018605(__this, p0, p1, method) (( void (*) (Dictionary_2_t3693168236 *, int32_t, SectionCfg_t509487609 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CPveStage::.ctor(DMCore.Framework.XML.DMXmlNode,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CPveStage__ctor_m3673163964 (CPveStage_t850204332 * __this, DMXmlNode_t3958967524 * ___stageElement0, int32_t* ___stageID1, const RuntimeMethod* method); // System.Int32 DMCore.Framework.XML.DMXmlNodeList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t DMXmlNodeList_get_Count_m1776804761 (DMXmlNodeList_t795971656 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() #define Dictionary_2_get_Count_m650374508(__this, method) (( int32_t (*) (Dictionary_2_t3693168236 *, const RuntimeMethod*))Dictionary_2_get_Count_m3300912776_gshared)(__this, 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); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m440322105(__this, p0, method) (( SectionCfg_t509487609 * (*) (Dictionary_2_t3693168236 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Int32 DMCore.Logic.CPveManager::GetSectionCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetSectionCount_m1625548474 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPveManager::IsUnlockedAlready(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPveManager_IsUnlockedAlready_m2490558456 (CPveManager_t3058433014 * __this, int32_t ___stageID0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::SetCurStoryIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPveManager_SetCurStoryIndex_m3778823617 (CPveManager_t3058433014 * __this, int32_t ___storyIdx0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1806695420(__this, method) (( void (*) (Dictionary_2_t3770330557 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1035864173(__this, p0, method) (( void (*) (List_1_t2605080770 *, SectionImage_t1133006028 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // DMCore.Framework.XML.DMXmlDocument DMCore.Framework.XML.DMXmlDocument::LoadXml(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlDocument_t2468531415 * DMXmlDocument_LoadXml_m2953623357 (RuntimeObject * __this /* static, unused */, String_t* ___content0, const RuntimeMethod* method); // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNode::get_FirstChild() extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNode_get_FirstChild_m4174520049 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::LoadStageConfig(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void CPveManager_LoadStageConfig_m3101546051 (CPveManager_t3058433014 * __this, DMXmlNode_t3958967524 * ___root0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::LoadSectionConfig(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void CPveManager_LoadSectionConfig_m6276398 (CPveManager_t3058433014 * __this, DMXmlNode_t3958967524 * ___root0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::Find(System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * GameObject_Find_m2032535176 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * GameObject_get_transform_m1369836730 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisPVEScore_t550407626_m2015523256(__this, method) (( PVEScore_t550407626 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Boolean DMCore.Logic.CPveManager::get_IsInitOrPlayeOver() extern "C" IL2CPP_METHOD_ATTR bool CPveManager_get_IsInitOrPlayeOver_m3636240019 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Void PVEScore::PlayAnimation() extern "C" IL2CPP_METHOD_ATTR void PVEScore_PlayAnimation_m2768539517 (PVEScore_t550407626 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2461159597(__this, method) (( void (*) (List_1_t2605080770 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m26201658(__this, method) (( int32_t (*) (List_1_t2605080770 *, 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_m2724535045(__this, p0, method) (( SectionImage_t1133006028 * (*) (List_1_t2605080770 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m2357608404(__this, p0, method) (( void (*) (List_1_t2605080770 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CNoticeManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3COnRefreshListU3Ec__AnonStorey0__ctor_m2518740033 (U3COnRefreshListU3Ec__AnonStorey0_t1014948206 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CNoticeManager/c__AnonStorey0::<>m__0(DMCore.Logic.NoticeTask) extern "C" IL2CPP_METHOD_ATTR bool U3COnRefreshListU3Ec__AnonStorey0_U3CU3Em__0_m3612170031 (U3COnRefreshListU3Ec__AnonStorey0_t1014948206 * __this, NoticeTask_t2932161791 * ___x0, const RuntimeMethod* method) { { NoticeTask_t2932161791 * L_0 = ___x0; NullCheck(L_0); int32_t L_1 = L_0->get_mainTaskID_0(); NoticeTask_t2932161791 * L_2 = __this->get_taskData_0(); NullCheck(L_2); int32_t L_3 = L_2->get_mainTaskID_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnCurExpChanged_t1928539448 (OnCurExpChanged_t1928539448 * __this, int32_t ___mainTaskId0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___mainTaskId0); } // System.Void DMCore.Logic.CNoticeManager/OnCurExpChanged::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnCurExpChanged__ctor_m872723982 (OnCurExpChanged_t1928539448 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CNoticeManager/OnCurExpChanged::Invoke(System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnCurExpChanged_Invoke_m607329377 (OnCurExpChanged_t1928539448 * __this, int32_t ___mainTaskId0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnCurExpChanged_Invoke_m607329377((OnCurExpChanged_t1928539448 *)__this->get_prev_9(), ___mainTaskId0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___mainTaskId0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___mainTaskId0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___mainTaskId0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___mainTaskId0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___mainTaskId0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___mainTaskId0); } } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___mainTaskId0, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CNoticeManager/OnCurExpChanged::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnCurExpChanged_BeginInvoke_m3157682813 (OnCurExpChanged_t1928539448 * __this, int32_t ___mainTaskId0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnCurExpChanged_BeginInvoke_m3157682813_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___mainTaskId0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Logic.CNoticeManager/OnCurExpChanged::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnCurExpChanged_EndInvoke_m1658830586 (OnCurExpChanged_t1928539448 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnMainTaskChanged_t359061898 (OnMainTaskChanged_t359061898 * __this, int32_t ___mainTaskId0, int32_t ___level1, int32_t ___maxExp2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___mainTaskId0, ___level1, ___maxExp2); } // System.Void DMCore.Logic.CNoticeManager/OnMainTaskChanged::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnMainTaskChanged__ctor_m3036707552 (OnMainTaskChanged_t359061898 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CNoticeManager/OnMainTaskChanged::Invoke(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnMainTaskChanged_Invoke_m4069862562 (OnMainTaskChanged_t359061898 * __this, int32_t ___mainTaskId0, int32_t ___level1, int32_t ___maxExp2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnMainTaskChanged_Invoke_m4069862562((OnMainTaskChanged_t359061898 *)__this->get_prev_9(), ___mainTaskId0, ___level1, ___maxExp2, 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 *, int32_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___mainTaskId0, ___level1, ___maxExp2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___mainTaskId0, ___level1, ___maxExp2, 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< int32_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___mainTaskId0, ___level1, ___maxExp2); else GenericVirtActionInvoker3< int32_t, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___mainTaskId0, ___level1, ___maxExp2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___mainTaskId0, ___level1, ___maxExp2); else VirtActionInvoker3< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___mainTaskId0, ___level1, ___maxExp2); } } else { typedef void (*FunctionPointerType) (void*, int32_t, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___mainTaskId0, ___level1, ___maxExp2, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CNoticeManager/OnMainTaskChanged::BeginInvoke(System.Int32,System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnMainTaskChanged_BeginInvoke_m2381400291 (OnMainTaskChanged_t359061898 * __this, int32_t ___mainTaskId0, int32_t ___level1, int32_t ___maxExp2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnMainTaskChanged_BeginInvoke_m2381400291_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___mainTaskId0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___level1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___maxExp2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void DMCore.Logic.CNoticeManager/OnMainTaskChanged::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnMainTaskChanged_EndInvoke_m3932906798 (OnMainTaskChanged_t359061898 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnStartNoticeTask_t2656173874 (OnStartNoticeTask_t2656173874 * __this, int32_t ___second0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___second0); } // System.Void DMCore.Logic.CNoticeManager/OnStartNoticeTask::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnStartNoticeTask__ctor_m3875273008 (OnStartNoticeTask_t2656173874 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CNoticeManager/OnStartNoticeTask::Invoke(System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnStartNoticeTask_Invoke_m3031359639 (OnStartNoticeTask_t2656173874 * __this, int32_t ___second0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnStartNoticeTask_Invoke_m3031359639((OnStartNoticeTask_t2656173874 *)__this->get_prev_9(), ___second0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___second0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___second0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___second0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___second0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___second0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___second0); } } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___second0, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CNoticeManager/OnStartNoticeTask::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnStartNoticeTask_BeginInvoke_m431873371 (OnStartNoticeTask_t2656173874 * __this, int32_t ___second0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnStartNoticeTask_BeginInvoke_m431873371_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___second0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Logic.CNoticeManager/OnStartNoticeTask::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnStartNoticeTask_EndInvoke_m651838894 (OnStartNoticeTask_t2656173874 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnStopNoticeTask_t773840426 (OnStopNoticeTask_t773840426 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(); } // System.Void DMCore.Logic.CNoticeManager/OnStopNoticeTask::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnStopNoticeTask__ctor_m3641683699 (OnStopNoticeTask_t773840426 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CNoticeManager/OnStopNoticeTask::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnStopNoticeTask_Invoke_m1631662393 (OnStopNoticeTask_t773840426 * __this, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnStopNoticeTask_Invoke_m1631662393((OnStopNoticeTask_t773840426 *)__this->get_prev_9(), 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) == 0) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, 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)) GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis); else GenericVirtActionInvoker0::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CNoticeManager/OnStopNoticeTask::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnStopNoticeTask_BeginInvoke_m4022647384 (OnStopNoticeTask_t773840426 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // System.Void DMCore.Logic.CNoticeManager/OnStopNoticeTask::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnStopNoticeTask_EndInvoke_m3121300812 (OnStopNoticeTask_t773840426 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnSubTaskChanged_t1167505012 (OnSubTaskChanged_t1167505012 * __this, int32_t ___mainTask0, int32_t ___Subtask1, 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(___mainTask0, ___Subtask1); } // System.Void DMCore.Logic.CNoticeManager/OnSubTaskChanged::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnSubTaskChanged__ctor_m2717095653 (OnSubTaskChanged_t1167505012 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CNoticeManager/OnSubTaskChanged::Invoke(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OnSubTaskChanged_Invoke_m3434211149 (OnSubTaskChanged_t1167505012 * __this, int32_t ___mainTask0, int32_t ___Subtask1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnSubTaskChanged_Invoke_m3434211149((OnSubTaskChanged_t1167505012 *)__this->get_prev_9(), ___mainTask0, ___Subtask1, 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, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___mainTask0, ___Subtask1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___mainTask0, ___Subtask1, 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, int32_t >::Invoke(targetMethod, targetThis, ___mainTask0, ___Subtask1); else GenericVirtActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, targetThis, ___mainTask0, ___Subtask1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___mainTask0, ___Subtask1); else VirtActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___mainTask0, ___Subtask1); } } else { typedef void (*FunctionPointerType) (void*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___mainTask0, ___Subtask1, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CNoticeManager/OnSubTaskChanged::BeginInvoke(System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnSubTaskChanged_BeginInvoke_m4036479423 (OnSubTaskChanged_t1167505012 * __this, int32_t ___mainTask0, int32_t ___Subtask1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnSubTaskChanged_BeginInvoke_m4036479423_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___mainTask0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___Subtask1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void DMCore.Logic.CNoticeManager/OnSubTaskChanged::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnSubTaskChanged_EndInvoke_m2900677358 (OnSubTaskChanged_t1167505012 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CNoticeShopManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNoticeShopManager__ctor_m3041469904 (CNoticeShopManager_t2164620959 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNoticeShopManager__ctor_m3041469904_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CDataModelList_t1133308508 * L_0 = (CDataModelList_t1133308508 *)il2cpp_codegen_object_new(CDataModelList_t1133308508_il2cpp_TypeInfo_var); CDataModelList__ctor_m3914079479(L_0, /*hidden argument*/NULL); __this->set_m_shopData_2(L_0); List_1_t1561081024 * L_1 = (List_1_t1561081024 *)il2cpp_codegen_object_new(List_1_t1561081024_il2cpp_TypeInfo_var); List_1__ctor_m3384631057(L_1, /*hidden argument*/List_1__ctor_m3384631057_RuntimeMethod_var); __this->set_m_shopList_3(L_1); return; } } // DMCore.Logic.CNoticeShopManager DMCore.Logic.CNoticeShopManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CNoticeShopManager_t2164620959 * CNoticeShopManager_GetInstance_m2700197826 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNoticeShopManager_GetInstance_m2700197826_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CNoticeShopManager_t2164620959_il2cpp_TypeInfo_var); CNoticeShopManager_t2164620959 * L_0 = ((CNoticeShopManager_t2164620959_StaticFields*)il2cpp_codegen_static_fields_for(CNoticeShopManager_t2164620959_il2cpp_TypeInfo_var))->get_m_Instance_1(); if (L_0) { goto IL_0014; } } { CNoticeShopManager_t2164620959 * L_1 = (CNoticeShopManager_t2164620959 *)il2cpp_codegen_object_new(CNoticeShopManager_t2164620959_il2cpp_TypeInfo_var); CNoticeShopManager__ctor_m3041469904(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CNoticeShopManager_t2164620959_il2cpp_TypeInfo_var); ((CNoticeShopManager_t2164620959_StaticFields*)il2cpp_codegen_static_fields_for(CNoticeShopManager_t2164620959_il2cpp_TypeInfo_var))->set_m_Instance_1(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CNoticeShopManager_t2164620959_il2cpp_TypeInfo_var); CNoticeShopManager_t2164620959 * L_2 = ((CNoticeShopManager_t2164620959_StaticFields*)il2cpp_codegen_static_fields_for(CNoticeShopManager_t2164620959_il2cpp_TypeInfo_var))->get_m_Instance_1(); return L_2; } } // System.Void DMCore.Logic.CNoticeShopManager::RegisterListChanged(DMCore.Logic.CNoticeShopManager/OnShopListChanged) extern "C" IL2CPP_METHOD_ATTR void CNoticeShopManager_RegisterListChanged_m4171790856 (CNoticeShopManager_t2164620959 * __this, OnShopListChanged_t1193369625 * ___callback0, const RuntimeMethod* method) { { OnShopListChanged_t1193369625 * L_0 = ___callback0; __this->set_ShopListChanged_0(L_0); return; } } // System.Void DMCore.Logic.CNoticeShopManager::RemoveListChanged() extern "C" IL2CPP_METHOD_ATTR void CNoticeShopManager_RemoveListChanged_m1436346307 (CNoticeShopManager_t2164620959 * __this, const RuntimeMethod* method) { { __this->set_ShopListChanged_0((OnShopListChanged_t1193369625 *)NULL); return; } } // System.Void DMCore.Logic.CNoticeShopManager::RequestShopList() extern "C" IL2CPP_METHOD_ATTR void CNoticeShopManager_RequestShopList_m1976877131 (CNoticeShopManager_t2164620959 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNoticeShopManager_RequestShopList_m1976877131_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1624), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; NullCheck(L_3); CDataArray_Flush_m1077150699(L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CNoticeShopManager::RequestBuy(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNoticeShopManager_RequestBuy_m104373338 (CNoticeShopManager_t2164620959 * __this, int32_t ___configId0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNoticeShopManager_RequestBuy_m104373338_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1625), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; int32_t L_4 = ___configId0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; int32_t L_6 = ___count1; NullCheck(L_5); CDataArray_Push_m3820844360(L_5, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_0; NullCheck(L_7); CDataArray_Flush_m1077150699(L_7, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CNoticeShopManager::Add(DMCore.Logic.NoticeShopItem) extern "C" IL2CPP_METHOD_ATTR void CNoticeShopManager_Add_m719923456 (CNoticeShopManager_t2164620959 * __this, NoticeShopItem_t89006282 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNoticeShopManager_Add_m719923456_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1561081024 * L_0 = __this->get_m_shopList_3(); NoticeShopItem_t89006282 * L_1 = ___item0; NullCheck(L_0); List_1_Add_m588514303(L_0, L_1, /*hidden argument*/List_1_Add_m588514303_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CNoticeShopManager::Clear() extern "C" IL2CPP_METHOD_ATTR void CNoticeShopManager_Clear_m1868433149 (CNoticeShopManager_t2164620959 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNoticeShopManager_Clear_m1868433149_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1561081024 * L_0 = __this->get_m_shopList_3(); if (!L_0) { goto IL_0016; } } { List_1_t1561081024 * L_1 = __this->get_m_shopList_3(); NullCheck(L_1); List_1_Clear_m4043373719(L_1, /*hidden argument*/List_1_Clear_m4043373719_RuntimeMethod_var); } IL_0016: { return; } } // System.Int32 DMCore.Logic.CNoticeShopManager::GetShopCount() extern "C" IL2CPP_METHOD_ATTR int32_t CNoticeShopManager_GetShopCount_m357113013 (CNoticeShopManager_t2164620959 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNoticeShopManager_GetShopCount_m357113013_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1561081024 * L_0 = __this->get_m_shopList_3(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m3266433451(L_0, /*hidden argument*/List_1_get_Count_m3266433451_RuntimeMethod_var); return L_1; } } // DMCore.Logic.NoticeShopItem DMCore.Logic.CNoticeShopManager::GetShopItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR NoticeShopItem_t89006282 * CNoticeShopManager_GetShopItem_m53412186 (CNoticeShopManager_t2164620959 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNoticeShopManager_GetShopItem_m53412186_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = CNoticeShopManager_GetShopCount_m357113013(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0015; } } IL_0013: { return (NoticeShopItem_t89006282 *)NULL; } IL_0015: { List_1_t1561081024 * L_3 = __this->get_m_shopList_3(); int32_t L_4 = ___index0; NullCheck(L_3); NoticeShopItem_t89006282 * L_5 = List_1_get_Item_m1199657584(L_3, L_4, /*hidden argument*/List_1_get_Item_m1199657584_RuntimeMethod_var); return L_5; } } // System.Void DMCore.Logic.CNoticeShopManager::OnRefreshShopList() extern "C" IL2CPP_METHOD_ATTR void CNoticeShopManager_OnRefreshShopList_m3076519311 (CNoticeShopManager_t2164620959 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNoticeShopManager_OnRefreshShopList_m3076519311_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1561081024 * L_0 = __this->get_m_shopList_3(); if (!L_0) { goto IL_0022; } } { List_1_t1561081024 * L_1 = __this->get_m_shopList_3(); intptr_t L_2 = (intptr_t)CNoticeShopManager_SortFunc_m2888669936_RuntimeMethod_var; Comparison_1_t4158904757 * L_3 = (Comparison_1_t4158904757 *)il2cpp_codegen_object_new(Comparison_1_t4158904757_il2cpp_TypeInfo_var); Comparison_1__ctor_m2406703021(L_3, __this, L_2, /*hidden argument*/Comparison_1__ctor_m2406703021_RuntimeMethod_var); NullCheck(L_1); List_1_Sort_m630942570(L_1, L_3, /*hidden argument*/List_1_Sort_m630942570_RuntimeMethod_var); } IL_0022: { OnShopListChanged_t1193369625 * L_4 = __this->get_ShopListChanged_0(); if (!L_4) { goto IL_0038; } } { OnShopListChanged_t1193369625 * L_5 = __this->get_ShopListChanged_0(); NullCheck(L_5); OnShopListChanged_Invoke_m3372810907(L_5, /*hidden argument*/NULL); } IL_0038: { return; } } // System.Int32 DMCore.Logic.CNoticeShopManager::SortFunc(DMCore.Logic.NoticeShopItem,DMCore.Logic.NoticeShopItem) extern "C" IL2CPP_METHOD_ATTR int32_t CNoticeShopManager_SortFunc_m2888669936 (CNoticeShopManager_t2164620959 * __this, NoticeShopItem_t89006282 * ___lhs0, NoticeShopItem_t89006282 * ___rhs1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CNoticeShopManager_SortFunc_m2888669936_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NoticeShopItem_t89006282 * L_0 = ___lhs0; NullCheck(L_0); int32_t L_1 = L_0->get_nLevel_1(); NoticeShopItem_t89006282 * L_2 = ___rhs1; NullCheck(L_2); int32_t L_3 = L_2->get_nLevel_1(); SortKeyInfo_1_t3619707304 * L_4 = (SortKeyInfo_1_t3619707304 *)il2cpp_codegen_object_new(SortKeyInfo_1_t3619707304_il2cpp_TypeInfo_var); SortKeyInfo_1__ctor_m1394869830(L_4, L_1, L_3, (bool)1, /*hidden argument*/SortKeyInfo_1__ctor_m1394869830_RuntimeMethod_var); int32_t L_5 = CSortTemplete_SortFunctor_TisInt32_t2950945753_m4216915814(NULL /*static, unused*/, L_4, /*hidden argument*/CSortTemplete_SortFunctor_TisInt32_t2950945753_m4216915814_RuntimeMethod_var); return L_5; } } // System.Void DMCore.Logic.CNoticeShopManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CNoticeShopManager__cctor_m1794978141 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnShopListChanged_t1193369625 (OnShopListChanged_t1193369625 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(); } // System.Void DMCore.Logic.CNoticeShopManager/OnShopListChanged::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnShopListChanged__ctor_m1146642340 (OnShopListChanged_t1193369625 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CNoticeShopManager/OnShopListChanged::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnShopListChanged_Invoke_m3372810907 (OnShopListChanged_t1193369625 * __this, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnShopListChanged_Invoke_m3372810907((OnShopListChanged_t1193369625 *)__this->get_prev_9(), 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) == 0) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, 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)) GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis); else GenericVirtActionInvoker0::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CNoticeShopManager/OnShopListChanged::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnShopListChanged_BeginInvoke_m156280877 (OnShopListChanged_t1193369625 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // System.Void DMCore.Logic.CNoticeShopManager/OnShopListChanged::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnShopListChanged_EndInvoke_m3916112855 (OnShopListChanged_t1193369625 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.COnHookManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void COnHookManager__ctor_m433841122 (COnHookManager_t1213390909 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager__ctor_m433841122_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_insertIndex_3((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t1037115578 * L_0 = (List_1_t1037115578 *)il2cpp_codegen_object_new(List_1_t1037115578_il2cpp_TypeInfo_var); List_1__ctor_m1038905953(L_0, /*hidden argument*/List_1__ctor_m1038905953_RuntimeMethod_var); __this->set_m_list_2(L_0); CDataModelBool_t2269476966 * L_1 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_1, /*hidden argument*/NULL); __this->set_m_refreshList_4(L_1); CDataModelInt_t3463393640 * L_2 = (CDataModelInt_t3463393640 *)il2cpp_codegen_object_new(CDataModelInt_t3463393640_il2cpp_TypeInfo_var); CDataModelInt__ctor_m420760675(L_2, /*hidden argument*/NULL); __this->set_m_refreshItem_5(L_2); return; } } // DMCore.Logic.COnHookManager DMCore.Logic.COnHookManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR COnHookManager_t1213390909 * COnHookManager_GetInstance_m1809463949 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_GetInstance_m1809463949_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(COnHookManager_t1213390909_il2cpp_TypeInfo_var); COnHookManager_t1213390909 * L_0 = ((COnHookManager_t1213390909_StaticFields*)il2cpp_codegen_static_fields_for(COnHookManager_t1213390909_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (L_0) { goto IL_0014; } } { COnHookManager_t1213390909 * L_1 = (COnHookManager_t1213390909 *)il2cpp_codegen_object_new(COnHookManager_t1213390909_il2cpp_TypeInfo_var); COnHookManager__ctor_m433841122(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(COnHookManager_t1213390909_il2cpp_TypeInfo_var); ((COnHookManager_t1213390909_StaticFields*)il2cpp_codegen_static_fields_for(COnHookManager_t1213390909_il2cpp_TypeInfo_var))->set_s_Instance_1(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(COnHookManager_t1213390909_il2cpp_TypeInfo_var); COnHookManager_t1213390909 * L_2 = ((COnHookManager_t1213390909_StaticFields*)il2cpp_codegen_static_fields_for(COnHookManager_t1213390909_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_2; } } // System.Int32 DMCore.Logic.COnHookManager::get_InsertIndex() extern "C" IL2CPP_METHOD_ATTR int32_t COnHookManager_get_InsertIndex_m2497642635 (COnHookManager_t1213390909 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_insertIndex_3(); return L_0; } } // System.Void DMCore.Logic.COnHookManager::set_InsertIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void COnHookManager_set_InsertIndex_m78403513 (COnHookManager_t1213390909 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_insertIndex_3(L_0); return; } } // System.Void DMCore.Logic.COnHookManager::Append(DMCore.Logic.CardSlotInfo) extern "C" IL2CPP_METHOD_ATTR void COnHookManager_Append_m1372187864 (COnHookManager_t1213390909 * __this, CardSlotInfo_t3860008132 * ____info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_Append_m1372187864_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CardSlotInfo_t3860008132 * L_0 = ____info0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { List_1_t1037115578 * L_1 = __this->get_m_list_2(); if (!L_1) { goto IL_001e; } } { List_1_t1037115578 * L_2 = __this->get_m_list_2(); CardSlotInfo_t3860008132 * L_3 = ____info0; NullCheck(L_2); List_1_Add_m1112624321(L_2, L_3, /*hidden argument*/List_1_Add_m1112624321_RuntimeMethod_var); } IL_001e: { return; } } // System.Void DMCore.Logic.COnHookManager::Cleanup() extern "C" IL2CPP_METHOD_ATTR void COnHookManager_Cleanup_m1453070970 (COnHookManager_t1213390909 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_Cleanup_m1453070970_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1037115578 * L_0 = __this->get_m_list_2(); if (!L_0) { goto IL_0016; } } { List_1_t1037115578 * L_1 = __this->get_m_list_2(); NullCheck(L_1); List_1_Clear_m468493537(L_1, /*hidden argument*/List_1_Clear_m468493537_RuntimeMethod_var); } IL_0016: { return; } } // System.Void DMCore.Logic.COnHookManager::RefreshData(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void COnHookManager_RefreshData_m54235404 (COnHookManager_t1213390909 * __this, int32_t ____idx0, int32_t ____state1, int32_t ____id2, int32_t ____time3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_RefreshData_m54235404_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CRefreshDataU3Ec__AnonStorey0_t3763323241 * V_0 = NULL; CardSlotInfo_t3860008132 * V_1 = NULL; { U3CRefreshDataU3Ec__AnonStorey0_t3763323241 * L_0 = (U3CRefreshDataU3Ec__AnonStorey0_t3763323241 *)il2cpp_codegen_object_new(U3CRefreshDataU3Ec__AnonStorey0_t3763323241_il2cpp_TypeInfo_var); U3CRefreshDataU3Ec__AnonStorey0__ctor_m3228691834(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CRefreshDataU3Ec__AnonStorey0_t3763323241 * L_1 = V_0; int32_t L_2 = ____idx0; NullCheck(L_1); L_1->set__idx_0(L_2); List_1_t1037115578 * L_3 = __this->get_m_list_2(); U3CRefreshDataU3Ec__AnonStorey0_t3763323241 * L_4 = V_0; intptr_t L_5 = (intptr_t)U3CRefreshDataU3Ec__AnonStorey0_U3CU3Em__0_m3464050164_RuntimeMethod_var; Predicate_1_t390334960 * L_6 = (Predicate_1_t390334960 *)il2cpp_codegen_object_new(Predicate_1_t390334960_il2cpp_TypeInfo_var); Predicate_1__ctor_m3811348814(L_6, L_4, L_5, /*hidden argument*/Predicate_1__ctor_m3811348814_RuntimeMethod_var); NullCheck(L_3); CardSlotInfo_t3860008132 * L_7 = List_1_Find_m2743030052(L_3, L_6, /*hidden argument*/List_1_Find_m2743030052_RuntimeMethod_var); V_1 = L_7; CardSlotInfo_t3860008132 * L_8 = V_1; if (!L_8) { goto IL_0052; } } { CardSlotInfo_t3860008132 * L_9 = V_1; int32_t L_10 = ____state1; NullCheck(L_9); L_9->set_state_2(L_10); CardSlotInfo_t3860008132 * L_11 = V_1; int32_t L_12 = ____id2; NullCheck(L_11); L_11->set_cardID_1(L_12); CardSlotInfo_t3860008132 * L_13 = V_1; int32_t L_14 = ____time3; NullCheck(L_13); L_13->set_countdown_5(L_14); CDataModelInt_t3463393640 * L_15 = __this->get_m_refreshItem_5(); U3CRefreshDataU3Ec__AnonStorey0_t3763323241 * L_16 = V_0; NullCheck(L_16); int32_t L_17 = L_16->get__idx_0(); NullCheck(L_15); CDataModelInt_set_Data_m3794751788(L_15, L_17, /*hidden argument*/NULL); } IL_0052: { return; } } // System.Void DMCore.Logic.COnHookManager::RefreshCD(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void COnHookManager_RefreshCD_m3075937669 (COnHookManager_t1213390909 * __this, int32_t ____index0, int32_t ____time1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_RefreshCD_m3075937669_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_2_t4177122770 * L_0 = __this->get_itemChanged_0(); if (!L_0) { goto IL_0018; } } { Action_2_t4177122770 * L_1 = __this->get_itemChanged_0(); int32_t L_2 = ____index0; int32_t L_3 = ____time1; NullCheck(L_1); Action_2_Invoke_m3616124733(L_1, L_2, L_3, /*hidden argument*/Action_2_Invoke_m3616124733_RuntimeMethod_var); } IL_0018: { return; } } // DMCore.Logic.CardSlotInfo DMCore.Logic.COnHookManager::GetInfoByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CardSlotInfo_t3860008132 * COnHookManager_GetInfoByIndex_m2120534121 (COnHookManager_t1213390909 * __this, int32_t ____index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_GetInfoByIndex_m2120534121_MetadataUsageId); s_Il2CppMethodInitialized = true; } CardSlotInfo_t3860008132 * V_0 = NULL; { V_0 = (CardSlotInfo_t3860008132 *)NULL; int32_t L_0 = ____index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_001a; } } { int32_t L_1 = ____index0; List_1_t1037115578 * L_2 = __this->get_m_list_2(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m645687676(L_2, /*hidden argument*/List_1_get_Count_m645687676_RuntimeMethod_var); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001c; } } IL_001a: { CardSlotInfo_t3860008132 * L_4 = V_0; return L_4; } IL_001c: { List_1_t1037115578 * L_5 = __this->get_m_list_2(); int32_t L_6 = ____index0; NullCheck(L_5); CardSlotInfo_t3860008132 * L_7 = List_1_get_Item_m2707278069(L_5, L_6, /*hidden argument*/List_1_get_Item_m2707278069_RuntimeMethod_var); V_0 = L_7; CardSlotInfo_t3860008132 * L_8 = V_0; return L_8; } } // System.Void DMCore.Logic.COnHookManager::RequestList() extern "C" IL2CPP_METHOD_ATTR void COnHookManager_RequestList_m3272532643 (COnHookManager_t1213390909 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_RequestList_m3272532643_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1306), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.COnHookManager::RequestAward(System.Int32) extern "C" IL2CPP_METHOD_ATTR void COnHookManager_RequestAward_m3964785923 (COnHookManager_t1213390909 * __this, int32_t ____cardSlotID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_RequestAward_m3964785923_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1300), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ____cardSlotID0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.COnHookManager::RequestInsertCard(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void COnHookManager_RequestInsertCard_m3450980174 (COnHookManager_t1213390909 * __this, int32_t ____cardSlotID0, int32_t ____cardID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_RequestInsertCard_m3450980174_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1301), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ____cardSlotID0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ____cardID1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.COnHookManager::RequestCancel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void COnHookManager_RequestCancel_m892222301 (COnHookManager_t1213390909 * __this, int32_t ____cardSlotID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_RequestCancel_m892222301_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1302), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ____cardSlotID0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.COnHookManager::RequestSwap(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void COnHookManager_RequestSwap_m4195622049 (COnHookManager_t1213390909 * __this, int32_t ____cardSlotID10, int32_t ____cardSlotID21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_RequestSwap_m4195622049_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1303), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ____cardSlotID10; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ____cardSlotID21; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.COnHookManager::Requestunlock(System.Int32) extern "C" IL2CPP_METHOD_ATTR void COnHookManager_Requestunlock_m2333369344 (COnHookManager_t1213390909 * __this, int32_t ____slotIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_Requestunlock_m2333369344_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1304), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ____slotIndex0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.COnHookManager::RequestQuick() extern "C" IL2CPP_METHOD_ATTR void COnHookManager_RequestQuick_m1766087997 (COnHookManager_t1213390909 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_RequestQuick_m1766087997_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1305), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.COnHookManager::RefreshList() extern "C" IL2CPP_METHOD_ATTR void COnHookManager_RefreshList_m1801580126 (COnHookManager_t1213390909 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_RefreshList_m1801580126_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1037115578 * L_0 = __this->get_m_list_2(); if (!L_0) { goto IL_0022; } } { List_1_t1037115578 * L_1 = __this->get_m_list_2(); intptr_t L_2 = (intptr_t)COnHookManager__SortFunc_m1711545696_RuntimeMethod_var; Comparison_1_t3634939311 * L_3 = (Comparison_1_t3634939311 *)il2cpp_codegen_object_new(Comparison_1_t3634939311_il2cpp_TypeInfo_var); Comparison_1__ctor_m3359866588(L_3, __this, L_2, /*hidden argument*/Comparison_1__ctor_m3359866588_RuntimeMethod_var); NullCheck(L_1); List_1_Sort_m636694793(L_1, L_3, /*hidden argument*/List_1_Sort_m636694793_RuntimeMethod_var); } IL_0022: { CDataModelBool_t2269476966 * L_4 = __this->get_m_refreshList_4(); if (!L_4) { goto IL_0039; } } { CDataModelBool_t2269476966 * L_5 = __this->get_m_refreshList_4(); NullCheck(L_5); CDataModelBool_set_Data_m838892248(L_5, (bool)1, /*hidden argument*/NULL); } IL_0039: { return; } } // System.Void DMCore.Logic.COnHookManager::RegisterRefreshList(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void COnHookManager_RegisterRefreshList_m3446866571 (COnHookManager_t1213390909 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_refreshList_4(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_AddWatcher_m1530082036(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.COnHookManager::RemoveRefreshList(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void COnHookManager_RemoveRefreshList_m715936063 (COnHookManager_t1213390909 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_refreshList_4(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_RemoveWatcher_m2309964606(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.COnHookManager::RegisterRefreshCD(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void COnHookManager_RegisterRefreshCD_m3170202040 (COnHookManager_t1213390909 * __this, Action_2_t4177122770 * ___site0, const RuntimeMethod* method) { { Action_2_t4177122770 * L_0 = ___site0; __this->set_itemChanged_0(L_0); return; } } // System.Void DMCore.Logic.COnHookManager::RemoveRefreshCD() extern "C" IL2CPP_METHOD_ATTR void COnHookManager_RemoveRefreshCD_m2431522808 (COnHookManager_t1213390909 * __this, const RuntimeMethod* method) { { __this->set_itemChanged_0((Action_2_t4177122770 *)NULL); return; } } // System.Void DMCore.Logic.COnHookManager::RegisterRefreshItem(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void COnHookManager_RegisterRefreshItem_m761878967 (COnHookManager_t1213390909 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_m_refreshItem_5(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_AddWatcher_m1530082036(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.COnHookManager::RemoveRefreshItem(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void COnHookManager_RemoveRefreshItem_m1157601663 (COnHookManager_t1213390909 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_m_refreshItem_5(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_RemoveWatcher_m2309964606(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.COnHookManager::GetRealIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t COnHookManager_GetRealIndex_m1403038078 (COnHookManager_t1213390909 * __this, int32_t ___srcIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_GetRealIndex_m1403038078_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = (-1); V_1 = 0; goto IL_002b; } IL_0009: { int32_t L_0 = ___srcIndex0; List_1_t1037115578 * L_1 = __this->get_m_list_2(); int32_t L_2 = V_1; NullCheck(L_1); CardSlotInfo_t3860008132 * L_3 = List_1_get_Item_m2707278069(L_1, L_2, /*hidden argument*/List_1_get_Item_m2707278069_RuntimeMethod_var); NullCheck(L_3); int32_t L_4 = L_3->get_index_0(); if ((!(((uint32_t)L_0) == ((uint32_t)L_4)))) { goto IL_0027; } } { int32_t L_5 = V_1; V_0 = L_5; goto IL_003c; } IL_0027: { int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_002b: { int32_t L_7 = V_1; List_1_t1037115578 * L_8 = __this->get_m_list_2(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m645687676(L_8, /*hidden argument*/List_1_get_Count_m645687676_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0009; } } IL_003c: { int32_t L_10 = V_0; return L_10; } } // System.Void DMCore.Logic.COnHookManager::ConfirmQuickFinish(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void COnHookManager_ConfirmQuickFinish_m34989388 (COnHookManager_t1213390909 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager_ConfirmQuickFinish_m34989388_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; CDataArray_t4068198041 * V_1 = NULL; { bool L_0 = ___bConfirmed0; if (!L_0) { goto IL_003c; } } { CDataArray_t4068198041 * L_1 = ___userData1; NullCheck(L_1); int32_t L_2 = CDataArray_GetInt_m1111369473(L_1, 0, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); bool L_3 = CurrencyGetManager_CheckCurrencyState_m4051687621(NULL /*static, unused*/, 1, L_2, /*hidden argument*/NULL); V_0 = L_3; bool L_4 = V_0; if (!L_4) { goto IL_003c; } } { CDataArray_t4068198041 * L_5 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_5, /*hidden argument*/NULL); V_1 = L_5; CDataArray_t4068198041 * L_6 = V_1; NullCheck(L_6); CDataArray_Push_m3820844360(L_6, ((int32_t)1307), /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_1; NullCheck(L_7); CDataArray_Flush_m1077150699(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NoticeTimeTool_t3495891363_il2cpp_TypeInfo_var); NoticeTimeTool_t3495891363 * L_8 = NoticeTimeTool_get_GetInstance_m892437946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); NoticeTimeTool_StopCountDown_m1669365155(L_8, /*hidden argument*/NULL); } IL_003c: { return; } } // System.Int32 DMCore.Logic.COnHookManager::_SortFunc(DMCore.Logic.CardSlotInfo,DMCore.Logic.CardSlotInfo) extern "C" IL2CPP_METHOD_ATTR int32_t COnHookManager__SortFunc_m1711545696 (COnHookManager_t1213390909 * __this, CardSlotInfo_t3860008132 * ___left0, CardSlotInfo_t3860008132 * ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (COnHookManager__SortFunc_m1711545696_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; CardSlotInfo_t3860008132 * L_0 = ___left0; if (!L_0) { goto IL_000e; } } { CardSlotInfo_t3860008132 * L_1 = ___right1; if (L_1) { goto IL_0010; } } IL_000e: { return 0; } IL_0010: { CardSlotInfo_t3860008132 * L_2 = ___left0; NullCheck(L_2); int32_t* L_3 = L_2->get_address_of_type_3(); CardSlotInfo_t3860008132 * L_4 = ___right1; NullCheck(L_4); int32_t L_5 = L_4->get_type_3(); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(EM_CardSlotUnlock_Type_t1885447760_il2cpp_TypeInfo_var, &L_6); RuntimeObject * L_8 = Box(EM_CardSlotUnlock_Type_t1885447760_il2cpp_TypeInfo_var, L_3); NullCheck((Enum_t4135868527 *)L_8); int32_t L_9 = Enum_CompareTo_m4158304618((Enum_t4135868527 *)L_8, L_7, /*hidden argument*/NULL); *L_3 = *(int32_t*)UnBox(L_8); V_0 = L_9; int32_t L_10 = V_0; if (L_10) { goto IL_0045; } } { CardSlotInfo_t3860008132 * L_11 = ___left0; NullCheck(L_11); int32_t* L_12 = L_11->get_address_of_index_0(); CardSlotInfo_t3860008132 * L_13 = ___right1; NullCheck(L_13); int32_t L_14 = L_13->get_index_0(); int32_t L_15 = Int32_CompareTo_m4284770383(L_12, L_14, /*hidden argument*/NULL); V_0 = L_15; } IL_0045: { int32_t L_16 = V_0; return L_16; } } // System.Void DMCore.Logic.COnHookManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void COnHookManager__cctor_m297227320 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.COnHookManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRefreshDataU3Ec__AnonStorey0__ctor_m3228691834 (U3CRefreshDataU3Ec__AnonStorey0_t3763323241 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.COnHookManager/c__AnonStorey0::<>m__0(DMCore.Logic.CardSlotInfo) extern "C" IL2CPP_METHOD_ATTR bool U3CRefreshDataU3Ec__AnonStorey0_U3CU3Em__0_m3464050164 (U3CRefreshDataU3Ec__AnonStorey0_t3763323241 * __this, CardSlotInfo_t3860008132 * ____x0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__idx_0(); CardSlotInfo_t3860008132 * L_1 = ____x0; NullCheck(L_1); int32_t L_2 = L_1->get_index_0(); return (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CoupleWallInfoUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void CoupleWallInfoUnit__ctor_m925530210 (CoupleWallInfoUnit_t2257658563 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CoupleWallManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager__ctor_m2363226668 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoupleWallManager__ctor_m2363226668_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataModelList_t1133308508 * V_0 = NULL; CDataModelList_t1133308508 * V_1 = NULL; CDataModelList_t1133308508 * V_2 = NULL; CDataModelList_t1133308508 * V_3 = NULL; { CDataModelMap_t1093164792 * L_0 = (CDataModelMap_t1093164792 *)il2cpp_codegen_object_new(CDataModelMap_t1093164792_il2cpp_TypeInfo_var); CDataModelMap__ctor_m2240469843(L_0, /*hidden argument*/NULL); __this->set_m_coupleWallDataMap_9(L_0); CDataModelList_t1133308508 * L_1 = (CDataModelList_t1133308508 *)il2cpp_codegen_object_new(CDataModelList_t1133308508_il2cpp_TypeInfo_var); CDataModelList__ctor_m3914079479(L_1, /*hidden argument*/NULL); __this->set_m_messgaeLogDataList_10(L_1); CDataModelBool_t2269476966 * L_2 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_2, /*hidden argument*/NULL); __this->set_m_needFreshCoupleWallUI_11(L_2); CDataModelBool_t2269476966 * L_3 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_3, /*hidden argument*/NULL); __this->set_m_needFreshMessageLogUI_12(L_3); Object__ctor_m297566312(__this, /*hidden argument*/NULL); CDataModelList_t1133308508 * L_4 = (CDataModelList_t1133308508 *)il2cpp_codegen_object_new(CDataModelList_t1133308508_il2cpp_TypeInfo_var); CDataModelList__ctor_m3914079479(L_4, /*hidden argument*/NULL); V_0 = L_4; CDataModelList_t1133308508 * L_5 = (CDataModelList_t1133308508 *)il2cpp_codegen_object_new(CDataModelList_t1133308508_il2cpp_TypeInfo_var); CDataModelList__ctor_m3914079479(L_5, /*hidden argument*/NULL); V_1 = L_5; CDataModelList_t1133308508 * L_6 = (CDataModelList_t1133308508 *)il2cpp_codegen_object_new(CDataModelList_t1133308508_il2cpp_TypeInfo_var); CDataModelList__ctor_m3914079479(L_6, /*hidden argument*/NULL); V_2 = L_6; CDataModelList_t1133308508 * L_7 = (CDataModelList_t1133308508 *)il2cpp_codegen_object_new(CDataModelList_t1133308508_il2cpp_TypeInfo_var); CDataModelList__ctor_m3914079479(L_7, /*hidden argument*/NULL); V_3 = L_7; CDataModelMap_t1093164792 * L_8 = __this->get_m_coupleWallDataMap_9(); int32_t L_9 = 0; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); CDataModelList_t1133308508 * L_11 = V_0; NullCheck(L_8); CDataModelMap_Set_m186491749(L_8, L_10, L_11, /*hidden argument*/NULL); CDataModelMap_t1093164792 * L_12 = __this->get_m_coupleWallDataMap_9(); int32_t L_13 = 1; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); CDataModelList_t1133308508 * L_15 = V_1; NullCheck(L_12); CDataModelMap_Set_m186491749(L_12, L_14, L_15, /*hidden argument*/NULL); CDataModelMap_t1093164792 * L_16 = __this->get_m_coupleWallDataMap_9(); int32_t L_17 = 2; RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17); CDataModelList_t1133308508 * L_19 = V_2; NullCheck(L_16); CDataModelMap_Set_m186491749(L_16, L_18, L_19, /*hidden argument*/NULL); CDataModelMap_t1093164792 * L_20 = __this->get_m_coupleWallDataMap_9(); int32_t L_21 = 3; RuntimeObject * L_22 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_21); CDataModelList_t1133308508 * L_23 = V_3; NullCheck(L_20); CDataModelMap_Set_m186491749(L_20, L_22, L_23, /*hidden argument*/NULL); CoupleWallInfoUnit_t2257658563 * L_24 = (CoupleWallInfoUnit_t2257658563 *)il2cpp_codegen_object_new(CoupleWallInfoUnit_t2257658563_il2cpp_TypeInfo_var); CoupleWallInfoUnit__ctor_m925530210(L_24, /*hidden argument*/NULL); CoupleWallManager_set_CurCheckedPublicDetail_m2128861364(__this, L_24, /*hidden argument*/NULL); MessageLogInfoUnit_t4080848674 * L_25 = (MessageLogInfoUnit_t4080848674 *)il2cpp_codegen_object_new(MessageLogInfoUnit_t4080848674_il2cpp_TypeInfo_var); MessageLogInfoUnit__ctor_m2197320020(L_25, /*hidden argument*/NULL); CoupleWallManager_set_CurCheckedMessageLogDetail_m236922604(__this, L_25, /*hidden argument*/NULL); return; } } // DMCore.Logic.CoupleWallManager DMCore.Logic.CoupleWallManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CoupleWallManager_t3934997805 * CoupleWallManager_GetInstance_m2208694608 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoupleWallManager_GetInstance_m2208694608_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_0 = ((CoupleWallManager_t3934997805_StaticFields*)il2cpp_codegen_static_fields_for(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var))->get_s_instance_8(); if (L_0) { goto IL_0014; } } { CoupleWallManager_t3934997805 * L_1 = (CoupleWallManager_t3934997805 *)il2cpp_codegen_object_new(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager__ctor_m2363226668(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); ((CoupleWallManager_t3934997805_StaticFields*)il2cpp_codegen_static_fields_for(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var))->set_s_instance_8(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var); CoupleWallManager_t3934997805 * L_2 = ((CoupleWallManager_t3934997805_StaticFields*)il2cpp_codegen_static_fields_for(CoupleWallManager_t3934997805_il2cpp_TypeInfo_var))->get_s_instance_8(); return L_2; } } // CDataModelMap DMCore.Logic.CoupleWallManager::GetCoupleWallDataMap() extern "C" IL2CPP_METHOD_ATTR CDataModelMap_t1093164792 * CoupleWallManager_GetCoupleWallDataMap_m902060492 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { { CDataModelMap_t1093164792 * L_0 = __this->get_m_coupleWallDataMap_9(); return L_0; } } // CDataModelList DMCore.Logic.CoupleWallManager::GetCoupleWallDataListByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CDataModelList_t1133308508 * CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424 (CoupleWallManager_t3934997805 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoupleWallManager_GetCoupleWallDataListByIndex_m2096573424_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataModelMap_t1093164792 * L_0 = __this->get_m_coupleWallDataMap_9(); int32_t L_1 = ___index0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); NullCheck(L_0); RuntimeObject * L_4 = CDataModelMap_GetValue_m2959219901(L_0, L_3, /*hidden argument*/NULL); return ((CDataModelList_t1133308508 *)CastclassClass((RuntimeObject*)L_4, CDataModelList_t1133308508_il2cpp_TypeInfo_var)); } } // System.Void DMCore.Logic.CoupleWallManager::SetCoupleWallDataMap(System.Int32,CDataModelList) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_SetCoupleWallDataMap_m1134741752 (CoupleWallManager_t3934997805 * __this, int32_t ___index0, CDataModelList_t1133308508 * ___list1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoupleWallManager_SetCoupleWallDataMap_m1134741752_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataModelMap_t1093164792 * L_0 = __this->get_m_coupleWallDataMap_9(); int32_t L_1 = ___index0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); CDataModelList_t1133308508 * L_4 = ___list1; NullCheck(L_0); CDataModelMap_Set_m186491749(L_0, L_3, L_4, /*hidden argument*/NULL); return; } } // CDataModelList DMCore.Logic.CoupleWallManager::GetMessageLogDataList() extern "C" IL2CPP_METHOD_ATTR CDataModelList_t1133308508 * CoupleWallManager_GetMessageLogDataList_m1181777977 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { { CDataModelList_t1133308508 * L_0 = __this->get_m_messgaeLogDataList_10(); return L_0; } } // System.Void DMCore.Logic.CoupleWallManager::SetMessageLogDataList(DMCore.Logic.MessageLogInfoUnit) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_SetMessageLogDataList_m1306726817 (CoupleWallManager_t3934997805 * __this, MessageLogInfoUnit_t4080848674 * ___data0, const RuntimeMethod* method) { { CDataModelList_t1133308508 * L_0 = __this->get_m_messgaeLogDataList_10(); MessageLogInfoUnit_t4080848674 * L_1 = ___data0; NullCheck(L_0); CDataModelList_Add_m2675322066(L_0, L_1, /*hidden argument*/NULL); return; } } // CDataModelBool DMCore.Logic.CoupleWallManager::Get_NeedFreshMessageLogUI() extern "C" IL2CPP_METHOD_ATTR CDataModelBool_t2269476966 * CoupleWallManager_Get_NeedFreshMessageLogUI_m1600991237 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_needFreshMessageLogUI_12(); return L_0; } } // System.Void DMCore.Logic.CoupleWallManager::Set_MessageLogNeedFreshUI(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_Set_MessageLogNeedFreshUI_m49397656 (CoupleWallManager_t3934997805 * __this, bool ___b0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_needFreshMessageLogUI_12(); bool L_1 = ___b0; NullCheck(L_0); CDataModelBool_set_Data_m838892248(L_0, L_1, /*hidden argument*/NULL); return; } } // CDataModelBool DMCore.Logic.CoupleWallManager::Get_NeedFreshCoupleWallUI() extern "C" IL2CPP_METHOD_ATTR CDataModelBool_t2269476966 * CoupleWallManager_Get_NeedFreshCoupleWallUI_m4163503742 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_needFreshCoupleWallUI_11(); return L_0; } } // System.Void DMCore.Logic.CoupleWallManager::Set_CoupleWallNeedFreshUI(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_Set_CoupleWallNeedFreshUI_m400911166 (CoupleWallManager_t3934997805 * __this, bool ___b0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_needFreshCoupleWallUI_11(); bool L_1 = ___b0; NullCheck(L_0); CDataModelBool_set_Data_m838892248(L_0, L_1, /*hidden argument*/NULL); return; } } // System.String DMCore.Logic.CoupleWallManager::GetVoiceLengthDescByVoiceLength(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CoupleWallManager_GetVoiceLengthDescByVoiceLength_m1554042755 (CoupleWallManager_t3934997805 * __this, int32_t ___voiceLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoupleWallManager_GetVoiceLengthDescByVoiceLength_m1554042755_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___voiceLength0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_1 = Mathf_FloorToInt_m1870542928(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)((int32_t)L_0/(int32_t)((int32_t)60)))))), (float)(1.0f))), /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = ___voiceLength0; int32_t L_3 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)60))))); CTextHelp_t3119637808 * L_4 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = CTextHelp_GetText_m3374553046(L_4, _stringLiteral3961161190, _stringLiteral2924765226, /*hidden argument*/NULL); int32_t L_6 = V_1; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); int32_t L_9 = V_2; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Format_m2556382932(NULL /*static, unused*/, L_5, L_8, L_11, /*hidden argument*/NULL); V_0 = L_12; String_t* L_13 = V_0; return L_13; } } // System.String DMCore.Logic.CoupleWallManager::GetTimeDescByCashTypeAndRestTime(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR String_t* CoupleWallManager_GetTimeDescByCashTypeAndRestTime_m3020069841 (CoupleWallManager_t3934997805 * __this, int32_t ___cashType0, int64_t ___restTime1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoupleWallManager_GetTimeDescByCashTypeAndRestTime_m3020069841_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int64_t V_1 = 0; int64_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 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; int32_t L_1 = ___cashType0; if (L_1) { goto IL_0018; } } { V_1 = (((int64_t)((int64_t)((int32_t)28800)))); goto IL_001f; } IL_0018: { V_1 = (((int64_t)((int64_t)((int32_t)86400)))); } IL_001f: { int64_t L_2 = V_1; int64_t L_3 = ___restTime1; V_2 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_2, (int64_t)L_3)); int64_t L_4 = V_2; if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)((int32_t)60))))))) { goto IL_0056; } } { String_t* L_5 = DMResourceInterface_GetCurrentLanguage_m2374284051(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_6 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral2057260601, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_004b; } } { V_0 = _stringLiteral3542516512; goto IL_0051; } IL_004b: { V_0 = _stringLiteral1499038088; } IL_0051: { goto IL_00f8; } IL_0056: { int64_t L_7 = V_2; if ((((int64_t)L_7) <= ((int64_t)(((int64_t)((int64_t)((int32_t)60))))))) { goto IL_00b1; } } { int64_t L_8 = V_2; if ((((int64_t)L_8) >= ((int64_t)(((int64_t)((int64_t)((int32_t)3600))))))) { goto IL_00b1; } } { int64_t L_9 = V_2; V_3 = ((int32_t)((int32_t)(((int32_t)((int32_t)L_9)))/(int32_t)((int32_t)60))); String_t* L_10 = DMResourceInterface_GetCurrentLanguage_m2374284051(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_11 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral2057260601, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_009b; } } { int32_t L_12 = V_3; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral540934863, L_14, /*hidden argument*/NULL); V_0 = L_15; goto IL_00ac; } IL_009b: { int32_t L_16 = V_3; 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_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2179869862, L_18, /*hidden argument*/NULL); V_0 = L_19; } IL_00ac: { goto IL_00f8; } IL_00b1: { int64_t L_20 = V_2; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)L_20)))/(int32_t)((int32_t)60)))/(int32_t)((int32_t)60))); String_t* L_21 = DMResourceInterface_GetCurrentLanguage_m2374284051(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_22 = String_Compare_m3735043349(NULL /*static, unused*/, _stringLiteral2057260601, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00e6; } } { int32_t L_23 = V_4; int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_24); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3120574886, L_25, /*hidden argument*/NULL); V_0 = L_26; goto IL_00f8; } IL_00e6: { int32_t L_27 = V_4; int32_t L_28 = L_27; RuntimeObject * L_29 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3582354151, L_29, /*hidden argument*/NULL); V_0 = L_30; } IL_00f8: { String_t* L_31 = V_0; return L_31; } } // System.Void DMCore.Logic.CoupleWallManager::RequireCoupleWallInfo() extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_RequireCoupleWallInfo_m2469027458 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoupleWallManager_RequireCoupleWallInfo_m2469027458_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1719), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CoupleWallManager::RequireMessageLogInfo() extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_RequireMessageLogInfo_m4293144291 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoupleWallManager_RequireMessageLogInfo_m4293144291_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1726), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CoupleWallManager::PublishCoupleWallInfo(System.Int32,System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_PublishCoupleWallInfo_m3327697030 (CoupleWallManager_t3934997805 * __this, int32_t ___useCashType0, int32_t ___highFlage1, String_t* ___voice_txt2, String_t* ___context3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoupleWallManager_PublishCoupleWallInfo_m3327697030_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; String_t* V_1 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1720), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___useCashType0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ___highFlage1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; String_t* L_7 = ___voice_txt2; NullCheck(L_6); CDataArray_Push_m1799687930(L_6, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSensitiveWordManager_t1258364656_il2cpp_TypeInfo_var); CSensitiveWordManager_t1258364656 * L_8 = CSensitiveWordManager_GetInstance_m566980595(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_9 = ___context3; NullCheck(L_8); String_t* L_10 = CSensitiveWordManager_FilterSensitiveWordAll_m2316646929(L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; CDataArray_t4068198041 * L_11 = V_0; String_t* L_12 = V_1; NullCheck(L_11); CDataArray_Push_m1799687930(L_11, L_12, /*hidden argument*/NULL); CDataArray_t4068198041 * L_13 = V_0; NullCheck(L_13); CDataArray_Flush_m1077150699(L_13, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CoupleWallManager::ExpressInCoupleWall(System.Int64,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_ExpressInCoupleWall_m821200860 (CoupleWallManager_t3934997805 * __this, int64_t ___targetUserID0, String_t* ___context1, String_t* ___voice_txt2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoupleWallManager_ExpressInCoupleWall_m821200860_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; String_t* V_1 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1725), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int64_t L_3 = ___targetUserID0; NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSensitiveWordManager_t1258364656_il2cpp_TypeInfo_var); CSensitiveWordManager_t1258364656 * L_4 = CSensitiveWordManager_GetInstance_m566980595(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = ___context1; NullCheck(L_4); String_t* L_6 = CSensitiveWordManager_FilterSensitiveWordAll_m2316646929(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; CDataArray_t4068198041 * L_7 = V_0; String_t* L_8 = V_1; NullCheck(L_7); CDataArray_Push_m1799687930(L_7, L_8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_9 = V_0; String_t* L_10 = ___voice_txt2; NullCheck(L_9); CDataArray_Push_m1799687930(L_9, L_10, /*hidden argument*/NULL); CDataArray_t4068198041 * L_11 = V_0; NullCheck(L_11); CDataArray_Flush_m1077150699(L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CoupleWallManager::FollowInCoupleWall(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_FollowInCoupleWall_m12107798 (CoupleWallManager_t3934997805 * __this, int64_t ___targetUserID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoupleWallManager_FollowInCoupleWall_m12107798_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1000), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int64_t L_3 = ___targetUserID0; NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CoupleWallManager::DeleteCoupleWallInfo() extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_DeleteCoupleWallInfo_m2029682552 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoupleWallManager_DeleteCoupleWallInfo_m2029682552_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1724), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CoupleWallManager::SetExpressDetailResult(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_SetExpressDetailResult_m1234317899 (CoupleWallManager_t3934997805 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoupleWallManager_SetExpressDetailResult_m1234317899_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1727), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; MessageLogInfoUnit_t4080848674 * L_3 = CoupleWallManager_get_CurCheckedMessageLogDetail_m490129095(__this, /*hidden argument*/NULL); NullCheck(L_3); int64_t L_4 = L_3->get_userID_0(); NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; int32_t L_6 = ___index0; NullCheck(L_5); CDataArray_Push_m3820844360(L_5, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_0; NullCheck(L_7); CDataArray_Flush_m1077150699(L_7, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CoupleWallManager::ClearAlreadyReadMessageLog() extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_ClearAlreadyReadMessageLog_m3916340143 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CoupleWallManager_ClearAlreadyReadMessageLog_m3916340143_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1721), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // DMCore.Logic.CoupleWallInfoUnit DMCore.Logic.CoupleWallManager::get_CurCheckedPublicDetail() extern "C" IL2CPP_METHOD_ATTR CoupleWallInfoUnit_t2257658563 * CoupleWallManager_get_CurCheckedPublicDetail_m1869465035 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { { CoupleWallInfoUnit_t2257658563 * L_0 = __this->get_U3CCurCheckedPublicDetailU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CoupleWallManager::set_CurCheckedPublicDetail(DMCore.Logic.CoupleWallInfoUnit) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_set_CurCheckedPublicDetail_m2128861364 (CoupleWallManager_t3934997805 * __this, CoupleWallInfoUnit_t2257658563 * ___value0, const RuntimeMethod* method) { { CoupleWallInfoUnit_t2257658563 * L_0 = ___value0; __this->set_U3CCurCheckedPublicDetailU3Ek__BackingField_0(L_0); return; } } // DMCore.Logic.MessageLogInfoUnit DMCore.Logic.CoupleWallManager::get_CurCheckedMessageLogDetail() extern "C" IL2CPP_METHOD_ATTR MessageLogInfoUnit_t4080848674 * CoupleWallManager_get_CurCheckedMessageLogDetail_m490129095 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { { MessageLogInfoUnit_t4080848674 * L_0 = __this->get_U3CCurCheckedMessageLogDetailU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.CoupleWallManager::set_CurCheckedMessageLogDetail(DMCore.Logic.MessageLogInfoUnit) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_set_CurCheckedMessageLogDetail_m236922604 (CoupleWallManager_t3934997805 * __this, MessageLogInfoUnit_t4080848674 * ___value0, const RuntimeMethod* method) { { MessageLogInfoUnit_t4080848674 * L_0 = ___value0; __this->set_U3CCurCheckedMessageLogDetailU3Ek__BackingField_1(L_0); return; } } // System.Int32 DMCore.Logic.CoupleWallManager::get_CurCoupleWallInfoIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CoupleWallManager_get_CurCoupleWallInfoIndex_m3077896821 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurCoupleWallInfoIndexU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.CoupleWallManager::set_CurCoupleWallInfoIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_set_CurCoupleWallInfoIndex_m1075543358 (CoupleWallManager_t3934997805 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurCoupleWallInfoIndexU3Ek__BackingField_2(L_0); return; } } // System.Int64 DMCore.Logic.CoupleWallManager::get_curExpressTargetUserID() extern "C" IL2CPP_METHOD_ATTR int64_t CoupleWallManager_get_curExpressTargetUserID_m3660465663 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_U3CcurExpressTargetUserIDU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.CoupleWallManager::set_curExpressTargetUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_set_curExpressTargetUserID_m4008258728 (CoupleWallManager_t3934997805 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_U3CcurExpressTargetUserIDU3Ek__BackingField_3(L_0); return; } } // DMCore.Logic.CoupleWallManager/FreshCoupleWallPublishVoiceBtn DMCore.Logic.CoupleWallManager::get_CurFreshCoupleWallPublishVoiceBtn() extern "C" IL2CPP_METHOD_ATTR FreshCoupleWallPublishVoiceBtn_t2594402265 * CoupleWallManager_get_CurFreshCoupleWallPublishVoiceBtn_m2644196235 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { { FreshCoupleWallPublishVoiceBtn_t2594402265 * L_0 = __this->get_U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4(); return L_0; } } // System.Void DMCore.Logic.CoupleWallManager::set_CurFreshCoupleWallPublishVoiceBtn(DMCore.Logic.CoupleWallManager/FreshCoupleWallPublishVoiceBtn) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_set_CurFreshCoupleWallPublishVoiceBtn_m1404470280 (CoupleWallManager_t3934997805 * __this, FreshCoupleWallPublishVoiceBtn_t2594402265 * ___value0, const RuntimeMethod* method) { { FreshCoupleWallPublishVoiceBtn_t2594402265 * L_0 = ___value0; __this->set_U3CCurFreshCoupleWallPublishVoiceBtnU3Ek__BackingField_4(L_0); return; } } // DMCore.Logic.CoupleWallManager/FreshCoupleWallExpressVoiceBtn DMCore.Logic.CoupleWallManager::get_CurFreshCoupleWallExpressVoiceBtn() extern "C" IL2CPP_METHOD_ATTR FreshCoupleWallExpressVoiceBtn_t1937708699 * CoupleWallManager_get_CurFreshCoupleWallExpressVoiceBtn_m3221764731 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { { FreshCoupleWallExpressVoiceBtn_t1937708699 * L_0 = __this->get_U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5(); return L_0; } } // System.Void DMCore.Logic.CoupleWallManager::set_CurFreshCoupleWallExpressVoiceBtn(DMCore.Logic.CoupleWallManager/FreshCoupleWallExpressVoiceBtn) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_set_CurFreshCoupleWallExpressVoiceBtn_m474591427 (CoupleWallManager_t3934997805 * __this, FreshCoupleWallExpressVoiceBtn_t1937708699 * ___value0, const RuntimeMethod* method) { { FreshCoupleWallExpressVoiceBtn_t1937708699 * L_0 = ___value0; __this->set_U3CCurFreshCoupleWallExpressVoiceBtnU3Ek__BackingField_5(L_0); return; } } // DMCore.Logic.CoupleWallManager/OnCoupleWallPublishVoiceCallBack DMCore.Logic.CoupleWallManager::get_CurPublishVoiceCallBack() extern "C" IL2CPP_METHOD_ATTR OnCoupleWallPublishVoiceCallBack_t73764237 * CoupleWallManager_get_CurPublishVoiceCallBack_m262804645 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { { OnCoupleWallPublishVoiceCallBack_t73764237 * L_0 = __this->get_U3CCurPublishVoiceCallBackU3Ek__BackingField_6(); return L_0; } } // System.Void DMCore.Logic.CoupleWallManager::set_CurPublishVoiceCallBack(DMCore.Logic.CoupleWallManager/OnCoupleWallPublishVoiceCallBack) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_set_CurPublishVoiceCallBack_m2973597866 (CoupleWallManager_t3934997805 * __this, OnCoupleWallPublishVoiceCallBack_t73764237 * ___value0, const RuntimeMethod* method) { { OnCoupleWallPublishVoiceCallBack_t73764237 * L_0 = ___value0; __this->set_U3CCurPublishVoiceCallBackU3Ek__BackingField_6(L_0); return; } } // DMCore.Logic.CoupleWallManager/OnCoupleWallExpressVoiceCallBack DMCore.Logic.CoupleWallManager::get_CurExpressVoiceCallBack() extern "C" IL2CPP_METHOD_ATTR OnCoupleWallExpressVoiceCallBack_t773215007 * CoupleWallManager_get_CurExpressVoiceCallBack_m2056078797 (CoupleWallManager_t3934997805 * __this, const RuntimeMethod* method) { { OnCoupleWallExpressVoiceCallBack_t773215007 * L_0 = __this->get_U3CCurExpressVoiceCallBackU3Ek__BackingField_7(); return L_0; } } // System.Void DMCore.Logic.CoupleWallManager::set_CurExpressVoiceCallBack(DMCore.Logic.CoupleWallManager/OnCoupleWallExpressVoiceCallBack) extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager_set_CurExpressVoiceCallBack_m435598233 (CoupleWallManager_t3934997805 * __this, OnCoupleWallExpressVoiceCallBack_t773215007 * ___value0, const RuntimeMethod* method) { { OnCoupleWallExpressVoiceCallBack_t773215007 * L_0 = ___value0; __this->set_U3CCurExpressVoiceCallBackU3Ek__BackingField_7(L_0); return; } } // System.Void DMCore.Logic.CoupleWallManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CoupleWallManager__cctor_m2969028259 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_FreshCoupleWallExpressVoiceBtn_t1937708699 (FreshCoupleWallExpressVoiceBtn_t1937708699 * __this, bool ___b0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(static_cast(___b0)); } // System.Void DMCore.Logic.CoupleWallManager/FreshCoupleWallExpressVoiceBtn::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void FreshCoupleWallExpressVoiceBtn__ctor_m2616036897 (FreshCoupleWallExpressVoiceBtn_t1937708699 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CoupleWallManager/FreshCoupleWallExpressVoiceBtn::Invoke(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FreshCoupleWallExpressVoiceBtn_Invoke_m1135731355 (FreshCoupleWallExpressVoiceBtn_t1937708699 * __this, bool ___b0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { FreshCoupleWallExpressVoiceBtn_Invoke_m1135731355((FreshCoupleWallExpressVoiceBtn_t1937708699 *)__this->get_prev_9(), ___b0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___b0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___b0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___b0); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___b0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___b0); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___b0); } } else { typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___b0, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CoupleWallManager/FreshCoupleWallExpressVoiceBtn::BeginInvoke(System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FreshCoupleWallExpressVoiceBtn_BeginInvoke_m917211336 (FreshCoupleWallExpressVoiceBtn_t1937708699 * __this, bool ___b0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FreshCoupleWallExpressVoiceBtn_BeginInvoke_m917211336_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___b0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Logic.CoupleWallManager/FreshCoupleWallExpressVoiceBtn::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void FreshCoupleWallExpressVoiceBtn_EndInvoke_m2636585392 (FreshCoupleWallExpressVoiceBtn_t1937708699 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_FreshCoupleWallPublishVoiceBtn_t2594402265 (FreshCoupleWallPublishVoiceBtn_t2594402265 * __this, bool ___b0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(static_cast(___b0)); } // System.Void DMCore.Logic.CoupleWallManager/FreshCoupleWallPublishVoiceBtn::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void FreshCoupleWallPublishVoiceBtn__ctor_m409027605 (FreshCoupleWallPublishVoiceBtn_t2594402265 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CoupleWallManager/FreshCoupleWallPublishVoiceBtn::Invoke(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FreshCoupleWallPublishVoiceBtn_Invoke_m1318132171 (FreshCoupleWallPublishVoiceBtn_t2594402265 * __this, bool ___b0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { FreshCoupleWallPublishVoiceBtn_Invoke_m1318132171((FreshCoupleWallPublishVoiceBtn_t2594402265 *)__this->get_prev_9(), ___b0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___b0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___b0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___b0); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___b0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___b0); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___b0); } } else { typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___b0, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CoupleWallManager/FreshCoupleWallPublishVoiceBtn::BeginInvoke(System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FreshCoupleWallPublishVoiceBtn_BeginInvoke_m2833628894 (FreshCoupleWallPublishVoiceBtn_t2594402265 * __this, bool ___b0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FreshCoupleWallPublishVoiceBtn_BeginInvoke_m2833628894_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___b0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Logic.CoupleWallManager/FreshCoupleWallPublishVoiceBtn::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void FreshCoupleWallPublishVoiceBtn_EndInvoke_m113225497 (FreshCoupleWallPublishVoiceBtn_t2594402265 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnCoupleWallExpressVoiceCallBack_t773215007 (OnCoupleWallExpressVoiceCallBack_t773215007 * __this, String_t* ___voice_text0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___voice_text0' to native representation char* ____voice_text0_marshaled = NULL; ____voice_text0_marshaled = il2cpp_codegen_marshal_string(___voice_text0); // Native function invocation il2cppPInvokeFunc(____voice_text0_marshaled); // Marshaling cleanup of parameter '___voice_text0' native representation il2cpp_codegen_marshal_free(____voice_text0_marshaled); ____voice_text0_marshaled = NULL; } // System.Void DMCore.Logic.CoupleWallManager/OnCoupleWallExpressVoiceCallBack::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnCoupleWallExpressVoiceCallBack__ctor_m3338202181 (OnCoupleWallExpressVoiceCallBack_t773215007 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CoupleWallManager/OnCoupleWallExpressVoiceCallBack::Invoke(System.String) extern "C" IL2CPP_METHOD_ATTR void OnCoupleWallExpressVoiceCallBack_Invoke_m4271560163 (OnCoupleWallExpressVoiceCallBack_t773215007 * __this, String_t* ___voice_text0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnCoupleWallExpressVoiceCallBack_Invoke_m4271560163((OnCoupleWallExpressVoiceCallBack_t773215007 *)__this->get_prev_9(), ___voice_text0, 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 *, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___voice_text0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___voice_text0, 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< String_t* >::Invoke(targetMethod, targetThis, ___voice_text0); else GenericVirtActionInvoker1< String_t* >::Invoke(targetMethod, targetThis, ___voice_text0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___voice_text0); else VirtActionInvoker1< String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___voice_text0); } } else { typedef void (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___voice_text0, 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, ___voice_text0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___voice_text0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___voice_text0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___voice_text0); } } else { typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___voice_text0, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CoupleWallManager/OnCoupleWallExpressVoiceCallBack::BeginInvoke(System.String,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnCoupleWallExpressVoiceCallBack_BeginInvoke_m1624824111 (OnCoupleWallExpressVoiceCallBack_t773215007 * __this, String_t* ___voice_text0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___voice_text0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Logic.CoupleWallManager/OnCoupleWallExpressVoiceCallBack::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnCoupleWallExpressVoiceCallBack_EndInvoke_m1439294519 (OnCoupleWallExpressVoiceCallBack_t773215007 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnCoupleWallPublishVoiceCallBack_t73764237 (OnCoupleWallPublishVoiceCallBack_t73764237 * __this, String_t* ___voice_txt0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___voice_txt0' to native representation char* ____voice_txt0_marshaled = NULL; ____voice_txt0_marshaled = il2cpp_codegen_marshal_string(___voice_txt0); // Native function invocation il2cppPInvokeFunc(____voice_txt0_marshaled); // Marshaling cleanup of parameter '___voice_txt0' native representation il2cpp_codegen_marshal_free(____voice_txt0_marshaled); ____voice_txt0_marshaled = NULL; } // System.Void DMCore.Logic.CoupleWallManager/OnCoupleWallPublishVoiceCallBack::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnCoupleWallPublishVoiceCallBack__ctor_m2379824452 (OnCoupleWallPublishVoiceCallBack_t73764237 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CoupleWallManager/OnCoupleWallPublishVoiceCallBack::Invoke(System.String) extern "C" IL2CPP_METHOD_ATTR void OnCoupleWallPublishVoiceCallBack_Invoke_m3687060839 (OnCoupleWallPublishVoiceCallBack_t73764237 * __this, String_t* ___voice_txt0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnCoupleWallPublishVoiceCallBack_Invoke_m3687060839((OnCoupleWallPublishVoiceCallBack_t73764237 *)__this->get_prev_9(), ___voice_txt0, 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 *, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___voice_txt0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___voice_txt0, 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< String_t* >::Invoke(targetMethod, targetThis, ___voice_txt0); else GenericVirtActionInvoker1< String_t* >::Invoke(targetMethod, targetThis, ___voice_txt0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___voice_txt0); else VirtActionInvoker1< String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___voice_txt0); } } else { typedef void (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___voice_txt0, 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, ___voice_txt0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___voice_txt0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___voice_txt0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___voice_txt0); } } else { typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___voice_txt0, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CoupleWallManager/OnCoupleWallPublishVoiceCallBack::BeginInvoke(System.String,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnCoupleWallPublishVoiceCallBack_BeginInvoke_m806637183 (OnCoupleWallPublishVoiceCallBack_t73764237 * __this, String_t* ___voice_txt0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___voice_txt0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Logic.CoupleWallManager/OnCoupleWallPublishVoiceCallBack::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnCoupleWallPublishVoiceCallBack_EndInvoke_m463916709 (OnCoupleWallPublishVoiceCallBack_t73764237 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.cPeopleData::.ctor(DMCore.Logic.enumFamilyType) extern "C" IL2CPP_METHOD_ATTR void cPeopleData__ctor_m590229683 (cPeopleData_t2200687805 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cPeopleData__ctor_m590229683_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___type0; __this->set__type_0(L_0); __this->set__userID_1((((int64_t)((int64_t)0)))); __this->set__sex_2((-1)); __this->set__Level_3(0); __this->set__VipLevel_4(0); __this->set__OnlineState_5(0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set__name_6(L_1); __this->set__photoHeadID_7((((int64_t)((int64_t)0)))); __this->set__member_level_8(0); __this->set__loveValue_9(0); __this->set__loveLevel_10(0); __this->set__bChange_11((bool)1); return; } } // System.Void DMCore.Logic.cPeopleData::Init() extern "C" IL2CPP_METHOD_ATTR void cPeopleData_Init_m2689482506 (cPeopleData_t2200687805 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cPeopleData_Init_m2689482506_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set__userID_1((((int64_t)((int64_t)0)))); __this->set__sex_2((-1)); __this->set__Level_3(0); __this->set__VipLevel_4(0); __this->set__OnlineState_5(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(); __this->set__name_6(L_0); __this->set__photoHeadID_7((((int64_t)((int64_t)0)))); __this->set__member_level_8(0); __this->set__loveValue_9(0); __this->set__loveLevel_10(0); __this->set__bChange_11((bool)1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPersonaliseMallController::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPersonaliseMallController__ctor_m2089559259 (CPersonaliseMallController_t1763531711 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPersonaliseMallController DMCore.Logic.CPersonaliseMallController::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPersonaliseMallController_t1763531711 * CPersonaliseMallController_GetInstance_m600895781 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPersonaliseMallController_GetInstance_m600895781_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPersonaliseMallController_t1763531711_il2cpp_TypeInfo_var); CPersonaliseMallController_t1763531711 * L_0 = ((CPersonaliseMallController_t1763531711_StaticFields*)il2cpp_codegen_static_fields_for(CPersonaliseMallController_t1763531711_il2cpp_TypeInfo_var))->get_s_instance_0(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CPersonaliseMallController_t1763531711_il2cpp_TypeInfo_var); CPersonaliseMallController_t1763531711 * L_1 = ((CPersonaliseMallController_t1763531711_StaticFields*)il2cpp_codegen_static_fields_for(CPersonaliseMallController_t1763531711_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_1; } IL_0010: { CPersonaliseMallController_t1763531711 * L_2 = (CPersonaliseMallController_t1763531711 *)il2cpp_codegen_object_new(CPersonaliseMallController_t1763531711_il2cpp_TypeInfo_var); CPersonaliseMallController__ctor_m2089559259(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPersonaliseMallController_t1763531711_il2cpp_TypeInfo_var); ((CPersonaliseMallController_t1763531711_StaticFields*)il2cpp_codegen_static_fields_for(CPersonaliseMallController_t1763531711_il2cpp_TypeInfo_var))->set_s_instance_0(L_2); CPersonaliseMallController_t1763531711 * L_3 = ((CPersonaliseMallController_t1763531711_StaticFields*)il2cpp_codegen_static_fields_for(CPersonaliseMallController_t1763531711_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_3; } } // System.Void DMCore.Logic.CPersonaliseMallController::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPersonaliseMallController__cctor_m2277964405 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPersonalItemData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPersonalItemData__ctor_m1919565639 (CPersonalItemData_t2442059574 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_modelID_0(0); __this->set_itemSeverID_1(0); __this->set_itemPrice_2(0); __this->set_itemDiamond_3(0); __this->set_itemLife_4(0); __this->set_itemTag_5(((int32_t)20)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPet::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPet__ctor_m1018894914 (CPet_t2667050390 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPet__ctor_m1018894914_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CPet_set_PetID_m3439636845(__this, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); CPet_set_ModelID_m3334201784(__this, 0, /*hidden argument*/NULL); CPet_set_ConfigID_m3112122604(__this, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); CPet_set_PetName_m4176806208(__this, L_0, /*hidden argument*/NULL); CPet_set_mPetPhysiologyState_m2026216775(__this, 1, /*hidden argument*/NULL); CPet_set_Sex_m1481676837(__this, 0, /*hidden argument*/NULL); CPet_set_Level_m4228409769(__this, 0, /*hidden argument*/NULL); CPet_set_Star_m2024165233(__this, 1, /*hidden argument*/NULL); CPet_set_Quality_m227077171(__this, 1, /*hidden argument*/NULL); CPet_set_CurrentExperience_m1305009395(__this, 0, /*hidden argument*/NULL); CPet_set_CurrentEnergy_m1175734424(__this, 0, /*hidden argument*/NULL); CPet_set_LeftHatchTime_m4189183702(__this, (-1), /*hidden argument*/NULL); CPet_set_mPetPhysicsState_m3784785352(__this, 0, /*hidden argument*/NULL); return; } } // System.Int64 DMCore.Logic.CPet::get_PetID() extern "C" IL2CPP_METHOD_ATTR int64_t CPet_get_PetID_m3728811332 (CPet_t2667050390 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_U3CPetIDU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CPet::set_PetID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPet_set_PetID_m3439636845 (CPet_t2667050390 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_U3CPetIDU3Ek__BackingField_0(L_0); return; } } // System.Int32 DMCore.Logic.CPet::get_ConfigID() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_ConfigID_m129824000 (CPet_t2667050390 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CConfigIDU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.CPet::set_ConfigID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_ConfigID_m3112122604 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CConfigIDU3Ek__BackingField_1(L_0); return; } } // System.Int32 DMCore.Logic.CPet::get_ModelID() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_ModelID_m2913048647 (CPet_t2667050390 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CModelIDU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.CPet::set_ModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_ModelID_m3334201784 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CModelIDU3Ek__BackingField_2(L_0); return; } } // System.String DMCore.Logic.CPet::get_PetName() extern "C" IL2CPP_METHOD_ATTR String_t* CPet_get_PetName_m2694979626 (CPet_t2667050390 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CPetNameU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.CPet::set_PetName(System.String) extern "C" IL2CPP_METHOD_ATTR void CPet_set_PetName_m4176806208 (CPet_t2667050390 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPetNameU3Ek__BackingField_3(L_0); return; } } // DMCore.Logic.PetVarietyType DMCore.Logic.CPet::get_mPetVarietyType() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_mPetVarietyType_m1044550190 (CPet_t2667050390 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CmPetVarietyTypeU3Ek__BackingField_4(); return L_0; } } // System.Void DMCore.Logic.CPet::set_mPetVarietyType(DMCore.Logic.PetVarietyType) extern "C" IL2CPP_METHOD_ATTR void CPet_set_mPetVarietyType_m2823822226 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CmPetVarietyTypeU3Ek__BackingField_4(L_0); return; } } // DMCore.Logic.PetPhysiologyState DMCore.Logic.CPet::get_mPetPhysiologyState() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_mPetPhysiologyState_m4255554411 (CPet_t2667050390 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CmPetPhysiologyStateU3Ek__BackingField_5(); return L_0; } } // System.Void DMCore.Logic.CPet::set_mPetPhysiologyState(DMCore.Logic.PetPhysiologyState) extern "C" IL2CPP_METHOD_ATTR void CPet_set_mPetPhysiologyState_m2026216775 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CmPetPhysiologyStateU3Ek__BackingField_5(L_0); return; } } // System.Int32 DMCore.Logic.CPet::get_Sex() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_Sex_m1433027966 (CPet_t2667050390 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CSexU3Ek__BackingField_6(); return L_0; } } // System.Void DMCore.Logic.CPet::set_Sex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_Sex_m1481676837 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CSexU3Ek__BackingField_6(L_0); return; } } // System.Int32 DMCore.Logic.CPet::get_Level() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_Level_m31911284 (CPet_t2667050390 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CLevelU3Ek__BackingField_7(); return L_0; } } // System.Void DMCore.Logic.CPet::set_Level(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_Level_m4228409769 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CLevelU3Ek__BackingField_7(L_0); return; } } // System.Int32 DMCore.Logic.CPet::get_Star() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_Star_m2698684576 (CPet_t2667050390 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CStarU3Ek__BackingField_8(); return L_0; } } // System.Void DMCore.Logic.CPet::set_Star(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_Star_m2024165233 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CStarU3Ek__BackingField_8(L_0); return; } } // System.Int32 DMCore.Logic.CPet::get_Quality() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_Quality_m3758522020 (CPet_t2667050390 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CQualityU3Ek__BackingField_9(); return L_0; } } // System.Void DMCore.Logic.CPet::set_Quality(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_Quality_m227077171 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CQualityU3Ek__BackingField_9(L_0); return; } } // System.Int32 DMCore.Logic.CPet::get_CurrentExperience() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_CurrentExperience_m310223190 (CPet_t2667050390 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentExperienceU3Ek__BackingField_10(); return L_0; } } // System.Void DMCore.Logic.CPet::set_CurrentExperience(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_CurrentExperience_m1305009395 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentExperienceU3Ek__BackingField_10(L_0); return; } } // System.Int32 DMCore.Logic.CPet::get_CurrentEnergy() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_CurrentEnergy_m3952434177 (CPet_t2667050390 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentEnergyU3Ek__BackingField_11(); return L_0; } } // System.Void DMCore.Logic.CPet::set_CurrentEnergy(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_CurrentEnergy_m1175734424 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentEnergyU3Ek__BackingField_11(L_0); return; } } // System.Int32 DMCore.Logic.CPet::get_LeftHatchTime() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_LeftHatchTime_m784983437 (CPet_t2667050390 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CLeftHatchTimeU3Ek__BackingField_12(); return L_0; } } // System.Void DMCore.Logic.CPet::set_LeftHatchTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_LeftHatchTime_m4189183702 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CLeftHatchTimeU3Ek__BackingField_12(L_0); return; } } // DMCore.Logic.PetPhysicsState DMCore.Logic.CPet::get_mPetPhysicsState() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_mPetPhysicsState_m216634028 (CPet_t2667050390 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CmPetPhysicsStateU3Ek__BackingField_13(); return L_0; } } // System.Void DMCore.Logic.CPet::set_mPetPhysicsState(DMCore.Logic.PetPhysicsState) extern "C" IL2CPP_METHOD_ATTR void CPet_set_mPetPhysicsState_m3784785352 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CmPetPhysicsStateU3Ek__BackingField_13(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetActionConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetActionConfig__ctor_m1936377367 (CPetActionConfig_t1976691651 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig__ctor_m1936377367_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t3311957831 * L_0 = (Dictionary_2_t3311957831 *)il2cpp_codegen_object_new(Dictionary_2_t3311957831_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3955083959(L_0, /*hidden argument*/Dictionary_2__ctor_m3955083959_RuntimeMethod_var); __this->set_m_ActionConfigLib_1(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral463219533, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPetActionConfig DMCore.Logic.CPetActionConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetActionConfig_t1976691651 * CPetActionConfig_GetInstance_m684232195 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_GetInstance_m684232195_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_0 = ((CPetActionConfig_t1976691651_StaticFields*)il2cpp_codegen_static_fields_for(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (L_0) { goto IL_0014; } } { CPetActionConfig_t1976691651 * L_1 = (CPetActionConfig_t1976691651 *)il2cpp_codegen_object_new(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig__ctor_m1936377367(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); ((CPetActionConfig_t1976691651_StaticFields*)il2cpp_codegen_static_fields_for(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var))->set_s_Instance_2(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_2 = ((CPetActionConfig_t1976691651_StaticFields*)il2cpp_codegen_static_fields_for(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_2; } } // UnityEngine.Vector3 DMCore.Logic.CPetActionConfig::GetShowFactorByPetID(System.Int64) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CPetActionConfig_GetShowFactorByPetID_m2278738441 (CPetActionConfig_t1976691651 * __this, int64_t ___petID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_GetShowFactorByPetID_m2278738441_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ___petID0; NullCheck(L_0); int32_t L_2 = CPetManager_GetModelIDByPetID_m3586276(L_0, L_1, /*hidden argument*/NULL); Vector3_t3722313464 L_3 = CPetActionConfig_GetShowFactorByModelID_m3010840772(__this, L_2, /*hidden argument*/NULL); return L_3; } } // UnityEngine.Vector2 DMCore.Logic.CPetActionConfig::GetTtileOffsetByPetID(System.Int64) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 CPetActionConfig_GetTtileOffsetByPetID_m4140166200 (CPetActionConfig_t1976691651 * __this, int64_t ___petID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_GetTtileOffsetByPetID_m4140166200_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ___petID0; NullCheck(L_0); int32_t L_2 = CPetManager_GetModelIDByPetID_m3586276(L_0, L_1, /*hidden argument*/NULL); Vector2_t2156229523 L_3 = CPetActionConfig_GetTitleOffsetByModelID_m3620129774(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Single DMCore.Logic.CPetActionConfig::GetWalkSpeedByPetID(System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR float CPetActionConfig_GetWalkSpeedByPetID_m3511490503 (CPetActionConfig_t1976691651 * __this, int64_t ___petID0, int32_t ___walkActionID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_GetWalkSpeedByPetID_m3511490503_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ___petID0; NullCheck(L_0); int32_t L_2 = CPetManager_GetModelIDByPetID_m3586276(L_0, L_1, /*hidden argument*/NULL); float L_3 = CPetActionConfig_GetWalkSpeedByModelID_m2905732202(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Single DMCore.Logic.CPetActionConfig::GetSafeDistanceByPetID(System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR float CPetActionConfig_GetSafeDistanceByPetID_m735907236 (CPetActionConfig_t1976691651 * __this, int64_t ___petID0, int32_t ___walkActionID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_GetSafeDistanceByPetID_m735907236_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ___petID0; NullCheck(L_0); int32_t L_2 = CPetManager_GetModelIDByPetID_m3586276(L_0, L_1, /*hidden argument*/NULL); float L_3 = CPetActionConfig_GetSafeDistanceByModelID_m3623398094(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.String DMCore.Logic.CPetActionConfig::GetActionResByPetID(System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPetActionConfig_GetActionResByPetID_m3651468402 (CPetActionConfig_t1976691651 * __this, int64_t ___petID0, int32_t ___actionID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_GetActionResByPetID_m3651468402_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ___petID0; NullCheck(L_0); int32_t L_2 = CPetManager_GetModelIDByPetID_m3586276(L_0, L_1, /*hidden argument*/NULL); int32_t L_3 = ___actionID1; String_t* L_4 = CPetActionConfig_GetActionResByModelID_m2801015671(__this, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.String DMCore.Logic.CPetActionConfig::GetActionResByPetID(System.Int64,DMCore.Logic.PetActionType) extern "C" IL2CPP_METHOD_ATTR String_t* CPetActionConfig_GetActionResByPetID_m3823755409 (CPetActionConfig_t1976691651 * __this, int64_t ___petID0, int32_t ___actionType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_GetActionResByPetID_m3823755409_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ___petID0; NullCheck(L_0); int32_t L_2 = CPetManager_GetModelIDByPetID_m3586276(L_0, L_1, /*hidden argument*/NULL); int32_t L_3 = ___actionType1; String_t* L_4 = CPetActionConfig_GetActionResByModelID_m823719944(__this, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // UnityEngine.Vector3 DMCore.Logic.CPetActionConfig::GetShowFactorByModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CPetActionConfig_GetShowFactorByModelID_m3010840772 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_GetShowFactorByModelID_m3010840772_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); ActionConfigGroup_t128277204 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; V_1 = (ActionConfigGroup_t128277204 *)NULL; Dictionary_2_t3311957831 * L_1 = __this->get_m_ActionConfigLib_1(); int32_t L_2 = ___modelID0; NullCheck(L_1); bool L_3 = Dictionary_2_TryGetValue_m662645942(L_1, L_2, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m662645942_RuntimeMethod_var); if (L_3) { goto IL_001d; } } { Vector3_t3722313464 L_4 = V_0; return L_4; } IL_001d: { ActionConfigGroup_t128277204 * L_5 = V_1; if (!L_5) { goto IL_002a; } } { ActionConfigGroup_t128277204 * L_6 = V_1; NullCheck(L_6); Vector3_t3722313464 L_7 = L_6->get_showFactor_0(); V_0 = L_7; } IL_002a: { Vector3_t3722313464 L_8 = V_0; return L_8; } } // UnityEngine.Vector2 DMCore.Logic.CPetActionConfig::GetTitleOffsetByModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 CPetActionConfig_GetTitleOffsetByModelID_m3620129774 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_GetTitleOffsetByModelID_m3620129774_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); ActionConfigGroup_t128277204 * V_1 = NULL; { Vector2__ctor_m3970636864((&V_0), (-38.0f), (38.0f), /*hidden argument*/NULL); V_1 = (ActionConfigGroup_t128277204 *)NULL; Dictionary_2_t3311957831 * L_0 = __this->get_m_ActionConfigLib_1(); int32_t L_1 = ___modelID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m662645942(L_0, L_1, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m662645942_RuntimeMethod_var); if (L_2) { goto IL_0028; } } { Vector2_t2156229523 L_3 = V_0; return L_3; } IL_0028: { ActionConfigGroup_t128277204 * L_4 = V_1; if (!L_4) { goto IL_0035; } } { ActionConfigGroup_t128277204 * L_5 = V_1; NullCheck(L_5); Vector2_t2156229523 L_6 = L_5->get_titleOffset_1(); V_0 = L_6; } IL_0035: { Vector2_t2156229523 L_7 = V_0; return L_7; } } // System.Single DMCore.Logic.CPetActionConfig::GetWalkSpeedByModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR float CPetActionConfig_GetWalkSpeedByModelID_m2905732202 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_GetWalkSpeedByModelID_m2905732202_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; ActionConfigGroup_t128277204 * V_1 = NULL; ActionConfigUnit_t3139127126 * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); float L_0 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_WALK_SPEED_27(); V_0 = L_0; V_1 = (ActionConfigGroup_t128277204 *)NULL; Dictionary_2_t3311957831 * L_1 = __this->get_m_ActionConfigLib_1(); int32_t L_2 = ___modelID0; NullCheck(L_1); bool L_3 = Dictionary_2_TryGetValue_m662645942(L_1, L_2, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m662645942_RuntimeMethod_var); if (L_3) { goto IL_001d; } } { float L_4 = V_0; return L_4; } IL_001d: { ActionConfigGroup_t128277204 * L_5 = V_1; NullCheck(L_5); ActionConfigUnit_t3139127126 * L_6 = ActionConfigGroup_GetConfigUnit_m3339452081(L_5, 5, /*hidden argument*/NULL); V_2 = L_6; ActionConfigUnit_t3139127126 * L_7 = V_2; if (L_7) { goto IL_002d; } } { float L_8 = V_0; return L_8; } IL_002d: { ActionConfigUnit_t3139127126 * L_9 = V_2; if (L_9) { goto IL_0045; } } { ActionConfigGroup_t128277204 * L_10 = V_1; if (!L_10) { goto IL_0040; } } { ActionConfigGroup_t128277204 * L_11 = V_1; NullCheck(L_11); float L_12 = L_11->get_commonWalkSpeed_2(); V_0 = L_12; } IL_0040: { goto IL_004c; } IL_0045: { ActionConfigUnit_t3139127126 * L_13 = V_2; NullCheck(L_13); float L_14 = L_13->get_walkSpeed_1(); V_0 = L_14; } IL_004c: { float L_15 = V_0; return L_15; } } // System.Single DMCore.Logic.CPetActionConfig::GetSafeDistanceByModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR float CPetActionConfig_GetSafeDistanceByModelID_m3623398094 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_GetSafeDistanceByModelID_m3623398094_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; ActionConfigGroup_t128277204 * V_1 = NULL; ActionConfigUnit_t3139127126 * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); float L_0 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_SAFE_DISTANCE_28(); V_0 = L_0; V_1 = (ActionConfigGroup_t128277204 *)NULL; Dictionary_2_t3311957831 * L_1 = __this->get_m_ActionConfigLib_1(); int32_t L_2 = ___modelID0; NullCheck(L_1); bool L_3 = Dictionary_2_TryGetValue_m662645942(L_1, L_2, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m662645942_RuntimeMethod_var); if (L_3) { goto IL_001d; } } { float L_4 = V_0; return L_4; } IL_001d: { ActionConfigGroup_t128277204 * L_5 = V_1; NullCheck(L_5); ActionConfigUnit_t3139127126 * L_6 = ActionConfigGroup_GetConfigUnit_m3339452081(L_5, 5, /*hidden argument*/NULL); V_2 = L_6; ActionConfigUnit_t3139127126 * L_7 = V_2; if (L_7) { goto IL_002d; } } { float L_8 = V_0; return L_8; } IL_002d: { ActionConfigUnit_t3139127126 * L_9 = V_2; if (L_9) { goto IL_0045; } } { ActionConfigGroup_t128277204 * L_10 = V_1; if (!L_10) { goto IL_0040; } } { ActionConfigGroup_t128277204 * L_11 = V_1; NullCheck(L_11); float L_12 = L_11->get_commonSafeDistance_3(); V_0 = L_12; } IL_0040: { goto IL_004c; } IL_0045: { ActionConfigUnit_t3139127126 * L_13 = V_2; NullCheck(L_13); float L_14 = L_13->get_safeDistance_2(); V_0 = L_14; } IL_004c: { float L_15 = V_0; return L_15; } } // System.String DMCore.Logic.CPetActionConfig::GetActionResByModelID(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPetActionConfig_GetActionResByModelID_m2801015671 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, int32_t ___actionID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_GetActionResByModelID_m2801015671_MetadataUsageId); s_Il2CppMethodInitialized = true; } ActionConfigGroup_t128277204 * V_0 = NULL; ActionConfigUnit_t3139127126 * V_1 = NULL; ActionConfigUnit_t3139127126 * G_B5_0 = NULL; { V_0 = (ActionConfigGroup_t128277204 *)NULL; Dictionary_2_t3311957831 * L_0 = __this->get_m_ActionConfigLib_1(); int32_t L_1 = ___modelID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m662645942(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m662645942_RuntimeMethod_var); if (L_2) { goto IL_001b; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } IL_001b: { ActionConfigGroup_t128277204 * L_4 = V_0; if (!L_4) { goto IL_002d; } } { ActionConfigGroup_t128277204 * L_5 = V_0; int32_t L_6 = ___actionID1; NullCheck(L_5); ActionConfigUnit_t3139127126 * L_7 = ActionConfigGroup_GetConfigUnit_m4134292537(L_5, L_6, /*hidden argument*/NULL); G_B5_0 = L_7; goto IL_002e; } IL_002d: { G_B5_0 = ((ActionConfigUnit_t3139127126 *)(NULL)); } IL_002e: { V_1 = G_B5_0; ActionConfigUnit_t3139127126 * L_8 = V_1; if (L_8) { goto IL_003b; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_9; } IL_003b: { IL2CPP_RUNTIME_CLASS_INIT(CPetActionLib_t2502418388_il2cpp_TypeInfo_var); CPetActionLib_t2502418388 * L_10 = CPetActionLib_GetInstance_m1996077265(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = ___actionID1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_12 = CMiscHelp_GetBitValue_m3106479109(NULL /*static, unused*/, L_11, 1, ((int32_t)9), /*hidden argument*/NULL); int32_t L_13 = ___actionID1; NullCheck(L_10); String_t* L_14 = CPetActionLib_GetActionRes_m1852544946(L_10, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.String DMCore.Logic.CPetActionConfig::GetActionResByModelID(System.Int32,DMCore.Logic.PetActionType) extern "C" IL2CPP_METHOD_ATTR String_t* CPetActionConfig_GetActionResByModelID_m823719944 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, int32_t ___actionType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_GetActionResByModelID_m823719944_MetadataUsageId); s_Il2CppMethodInitialized = true; } ActionConfigGroup_t128277204 * V_0 = NULL; ActionConfigUnit_t3139127126 * V_1 = NULL; { V_0 = (ActionConfigGroup_t128277204 *)NULL; Dictionary_2_t3311957831 * L_0 = __this->get_m_ActionConfigLib_1(); int32_t L_1 = ___modelID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m662645942(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m662645942_RuntimeMethod_var); if (L_2) { goto IL_001b; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } IL_001b: { ActionConfigGroup_t128277204 * L_4 = V_0; int32_t L_5 = ___actionType1; NullCheck(L_4); ActionConfigUnit_t3139127126 * L_6 = ActionConfigGroup_GetConfigUnit_m3339452081(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; ActionConfigUnit_t3139127126 * L_7 = V_1; if (L_7) { goto IL_002f; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_8; } IL_002f: { IL2CPP_RUNTIME_CLASS_INIT(CPetActionLib_t2502418388_il2cpp_TypeInfo_var); CPetActionLib_t2502418388 * L_9 = CPetActionLib_GetInstance_m1996077265(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = ___actionType1; ActionConfigUnit_t3139127126 * L_11 = V_1; NullCheck(L_11); int32_t L_12 = L_11->get_actionID_0(); NullCheck(L_9); String_t* L_13 = CPetActionLib_GetActionRes_m1852544946(L_9, L_10, L_12, /*hidden argument*/NULL); return L_13; } } // System.Boolean DMCore.Logic.CPetActionConfig::IsValidModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPetActionConfig_IsValidModelID_m1657803925 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_IsValidModelID_m1657803925_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3311957831 * L_0 = __this->get_m_ActionConfigLib_1(); int32_t L_1 = ___modelID0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m1936132643(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m1936132643_RuntimeMethod_var); return L_2; } } // System.Void DMCore.Logic.CPetActionConfig::Clear() extern "C" IL2CPP_METHOD_ATTR void CPetActionConfig_Clear_m1607411132 (CPetActionConfig_t1976691651 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_Clear_m1607411132_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t971173310 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t1414662702 V_1; memset(&V_1, 0, sizeof(V_1)); { Dictionary_2_t3311957831 * L_0 = __this->get_m_ActionConfigLib_1(); NullCheck(L_0); Enumerator_t971173310 L_1 = Dictionary_2_GetEnumerator_m1475470306(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m1475470306_RuntimeMethod_var); V_0 = L_1; goto IL_0025; } IL_0011: { KeyValuePair_2_t1414662702 L_2 = Enumerator_get_Current_m1214715554((&V_0), /*hidden argument*/Enumerator_get_Current_m1214715554_RuntimeMethod_var); V_1 = L_2; ActionConfigGroup_t128277204 * L_3 = KeyValuePair_2_get_Value_m466264212((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m466264212_RuntimeMethod_var); NullCheck(L_3); ActionConfigGroup_Clear_m2895183137(L_3, /*hidden argument*/NULL); } IL_0025: { bool L_4 = Enumerator_MoveNext_m1061366833((&V_0), /*hidden argument*/Enumerator_MoveNext_m1061366833_RuntimeMethod_var); if (L_4) { goto IL_0011; } } { Dictionary_2_t3311957831 * L_5 = __this->get_m_ActionConfigLib_1(); NullCheck(L_5); Dictionary_2_Clear_m4269955486(L_5, /*hidden argument*/Dictionary_2_Clear_m4269955486_RuntimeMethod_var); return; } } // System.Boolean DMCore.Logic.CPetActionConfig::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPetActionConfig_OnLoad_m3351063344 (CPetActionConfig_t1976691651 * __this, String_t* ___texAsset0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionConfig_OnLoad_m3351063344_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; bool V_2 = false; XmlNodeList_t2551693786 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; XmlElement_t561603118 * V_6 = NULL; String_t* V_7 = NULL; StringU5BU5D_t1281789340* V_8 = NULL; int32_t V_9 = 0; String_t* V_10 = NULL; int32_t V_11 = 0; ActionConfigGroup_t128277204 * V_12 = NULL; Exception_t * V_13 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlNode_t3767805227 * G_B3_0 = NULL; IL_0000: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = V_0; String_t* L_2 = ___texAsset0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_1, L_2); XmlDocument_t2837193595 * L_3 = V_0; if (!L_3) { goto IL_001e; } } IL_0013: { XmlDocument_t2837193595 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); G_B3_0 = L_5; goto IL_001f; } IL_001e: { G_B3_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_001f: { V_1 = G_B3_0; XmlNode_t3767805227 * L_6 = V_1; if (!L_6) { goto IL_0031; } } IL_0026: { XmlNode_t3767805227 * L_7 = V_1; NullCheck(L_7); XmlNodeList_t2551693786 * L_8 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_7); if (L_8) { goto IL_0038; } } IL_0031: { V_2 = (bool)0; goto IL_0172; } IL_0038: { XmlNode_t3767805227 * L_9 = V_1; NullCheck(L_9); XmlNodeList_t2551693786 * L_10 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_9); V_3 = L_10; V_4 = 0; XmlNodeList_t2551693786 * L_11 = V_3; NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_11); V_5 = L_12; goto IL_013c; } IL_004f: { XmlNodeList_t2551693786 * L_13 = V_3; int32_t L_14 = V_4; NullCheck(L_13); XmlNode_t3767805227 * L_15 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_13, L_14); V_6 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_15, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_16 = V_6; if (!L_16) { goto IL_0072; } } IL_0065: { XmlElement_t561603118 * L_17 = V_6; NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_17); if ((!(((uint32_t)L_18) == ((uint32_t)8)))) { goto IL_0077; } } IL_0072: { goto IL_0136; } IL_0077: { XmlElement_t561603118 * L_19 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_21 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_19, _stringLiteral3454449607, L_20, /*hidden argument*/NULL); V_7 = L_21; String_t* L_22 = V_7; bool L_23 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_009b; } } IL_0096: { goto IL_0136; } IL_009b: { String_t* L_24 = V_7; CharU5BU5D_t3528271667* L_25 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_25); (L_25)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_24); StringU5BU5D_t1281789340* L_26 = String_Split_m3646115398(L_24, L_25, /*hidden argument*/NULL); V_8 = L_26; V_9 = 0; goto IL_012b; } IL_00b7: { StringU5BU5D_t1281789340* L_27 = V_8; int32_t L_28 = V_9; NullCheck(L_27); int32_t L_29 = L_28; String_t* L_30 = (L_27)->GetAt(static_cast(L_29)); V_10 = L_30; String_t* L_31 = V_10; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_32 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00cf; } } IL_00ca: { goto IL_0125; } IL_00cf: { V_11 = 0; String_t* L_33 = V_10; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ToInt_m2884988184(NULL /*static, unused*/, L_33, (&V_11), /*hidden argument*/NULL); V_12 = (ActionConfigGroup_t128277204 *)NULL; Dictionary_2_t3311957831 * L_34 = __this->get_m_ActionConfigLib_1(); int32_t L_35 = V_11; NullCheck(L_34); bool L_36 = Dictionary_2_ContainsKey_m1936132643(L_34, L_35, /*hidden argument*/Dictionary_2_ContainsKey_m1936132643_RuntimeMethod_var); if (!L_36) { goto IL_0105; } } IL_00f1: { Dictionary_2_t3311957831 * L_37 = __this->get_m_ActionConfigLib_1(); int32_t L_38 = V_11; NullCheck(L_37); ActionConfigGroup_t128277204 * L_39 = Dictionary_2_get_Item_m2568305653(L_37, L_38, /*hidden argument*/Dictionary_2_get_Item_m2568305653_RuntimeMethod_var); V_12 = L_39; goto IL_011b; } IL_0105: { ActionConfigGroup_t128277204 * L_40 = (ActionConfigGroup_t128277204 *)il2cpp_codegen_object_new(ActionConfigGroup_t128277204_il2cpp_TypeInfo_var); ActionConfigGroup__ctor_m1353680850(L_40, /*hidden argument*/NULL); V_12 = L_40; Dictionary_2_t3311957831 * L_41 = __this->get_m_ActionConfigLib_1(); int32_t L_42 = V_11; ActionConfigGroup_t128277204 * L_43 = V_12; NullCheck(L_41); Dictionary_2_Add_m2456767205(L_41, L_42, L_43, /*hidden argument*/Dictionary_2_Add_m2456767205_RuntimeMethod_var); } IL_011b: { ActionConfigGroup_t128277204 * L_44 = V_12; XmlElement_t561603118 * L_45 = V_6; NullCheck(L_44); ActionConfigGroup_DeserialFromXml_m3448062122(L_44, L_45, /*hidden argument*/NULL); } IL_0125: { int32_t L_46 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_012b: { int32_t L_47 = V_9; StringU5BU5D_t1281789340* L_48 = V_8; NullCheck(L_48); if ((((int32_t)L_47) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_48)->max_length))))))) { goto IL_00b7; } } IL_0136: { int32_t L_49 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_013c: { int32_t L_50 = V_4; int32_t L_51 = V_5; if ((((int32_t)L_50) < ((int32_t)L_51))) { goto IL_004f; } } IL_0145: { V_2 = (bool)1; goto IL_0172; } } // 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_014c; throw e; } CATCH_014c: { // begin catch(System.Exception) V_13 = ((Exception_t *)__exception_local); Exception_t * L_52 = V_13; NullCheck(L_52); String_t* L_53 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_52); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); CLogHelp_t779629444 * L_54 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_55 = V_13; NullCheck(L_55); String_t* L_56 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_55); NullCheck(L_54); CLogHelp_LogFile_m4227814860(L_54, L_56, /*hidden argument*/NULL); goto IL_0170; } // end catch (depth: 1) IL_0170: { return (bool)0; } IL_0172: { bool L_57 = V_2; return L_57; } } // System.Void DMCore.Logic.CPetActionConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPetActionConfig__cctor_m507335542 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetActionConfig/ActionConfigGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void ActionConfigGroup__ctor_m1353680850 (ActionConfigGroup_t128277204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActionConfigGroup__ctor_m1353680850_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_showFactor_0(L_0); Vector2_t2156229523 L_1; memset(&L_1, 0, sizeof(L_1)); Vector2__ctor_m3970636864((&L_1), (-38.0f), (38.0f), /*hidden argument*/NULL); __this->set_titleOffset_1(L_1); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); float L_2 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_WALK_SPEED_27(); __this->set_commonWalkSpeed_2(L_2); float L_3 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_SAFE_DISTANCE_28(); __this->set_commonSafeDistance_3(L_3); Dictionary_2_t1244325602 * L_4 = (Dictionary_2_t1244325602 *)il2cpp_codegen_object_new(Dictionary_2_t1244325602_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3897101279(L_4, /*hidden argument*/Dictionary_2__ctor_m3897101279_RuntimeMethod_var); __this->set_configList_4(L_4); return; } } // DMCore.Logic.CPetActionConfig/ActionConfigUnit DMCore.Logic.CPetActionConfig/ActionConfigGroup::GetConfigUnit(System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionConfigUnit_t3139127126 * ActionConfigGroup_GetConfigUnit_m4134292537 (ActionConfigGroup_t128277204 * __this, int32_t ___actionID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActionConfigGroup_GetConfigUnit_m4134292537_MetadataUsageId); s_Il2CppMethodInitialized = true; } ActionConfigUnit_t3139127126 * V_0 = NULL; Enumerator_t3198508377 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t3641997769 V_2; memset(&V_2, 0, sizeof(V_2)); { V_0 = (ActionConfigUnit_t3139127126 *)NULL; Dictionary_2_t1244325602 * L_0 = __this->get_configList_4(); NullCheck(L_0); Enumerator_t3198508377 L_1 = Dictionary_2_GetEnumerator_m4068851059(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m4068851059_RuntimeMethod_var); V_1 = L_1; goto IL_0035; } IL_0013: { KeyValuePair_2_t3641997769 L_2 = Enumerator_get_Current_m3213785704((&V_1), /*hidden argument*/Enumerator_get_Current_m3213785704_RuntimeMethod_var); V_2 = L_2; List_1_t316234572 * L_3 = KeyValuePair_2_get_Value_m1137140556((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m1137140556_RuntimeMethod_var); int32_t L_4 = ___actionID0; ActionConfigUnit_t3139127126 * L_5 = ActionConfigGroup_GetConfigUnitFromList_m87135713(__this, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; ActionConfigUnit_t3139127126 * L_6 = V_0; if (!L_6) { goto IL_0035; } } { goto IL_0041; } IL_0035: { bool L_7 = Enumerator_MoveNext_m2535816426((&V_1), /*hidden argument*/Enumerator_MoveNext_m2535816426_RuntimeMethod_var); if (L_7) { goto IL_0013; } } IL_0041: { ActionConfigUnit_t3139127126 * L_8 = V_0; return L_8; } } // DMCore.Logic.CPetActionConfig/ActionConfigUnit DMCore.Logic.CPetActionConfig/ActionConfigGroup::GetConfigUnit(DMCore.Logic.PetActionType) extern "C" IL2CPP_METHOD_ATTR ActionConfigUnit_t3139127126 * ActionConfigGroup_GetConfigUnit_m3339452081 (ActionConfigGroup_t128277204 * __this, int32_t ___actionType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActionConfigGroup_GetConfigUnit_m3339452081_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t316234572 * V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___actionType0; List_1_t316234572 * L_1 = ActionConfigGroup_GetActionList_m9041252(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; List_1_t316234572 * L_2 = V_0; if (!L_2) { goto IL_0019; } } { List_1_t316234572 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = List_1_get_Count_m2969030198(L_3, /*hidden argument*/List_1_get_Count_m2969030198_RuntimeMethod_var); if (L_4) { goto IL_001b; } } IL_0019: { return (ActionConfigUnit_t3139127126 *)NULL; } IL_001b: { List_1_t316234572 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = List_1_get_Count_m2969030198(L_5, /*hidden argument*/List_1_get_Count_m2969030198_RuntimeMethod_var); int32_t L_7 = Random_Range_m4054026115(NULL /*static, unused*/, 0, L_6, /*hidden argument*/NULL); V_1 = L_7; List_1_t316234572 * L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); ActionConfigUnit_t3139127126 * L_10 = List_1_get_Item_m1629797649(L_8, L_9, /*hidden argument*/List_1_get_Item_m1629797649_RuntimeMethod_var); return L_10; } } // System.Void DMCore.Logic.CPetActionConfig/ActionConfigGroup::Clear() extern "C" IL2CPP_METHOD_ATTR void ActionConfigGroup_Clear_m2895183137 (ActionConfigGroup_t128277204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActionConfigGroup_Clear_m2895183137_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_showFactor_0(L_0); Vector2_t2156229523 L_1; memset(&L_1, 0, sizeof(L_1)); Vector2__ctor_m3970636864((&L_1), (-38.0f), (38.0f), /*hidden argument*/NULL); __this->set_titleOffset_1(L_1); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); float L_2 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_WALK_SPEED_27(); __this->set_commonWalkSpeed_2(L_2); float L_3 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_SAFE_DISTANCE_28(); __this->set_commonSafeDistance_3(L_3); Dictionary_2_t1244325602 * L_4 = __this->get_configList_4(); NullCheck(L_4); Dictionary_2_Clear_m997073492(L_4, /*hidden argument*/Dictionary_2_Clear_m997073492_RuntimeMethod_var); return; } } // System.Boolean DMCore.Logic.CPetActionConfig/ActionConfigGroup::DeserialFromXml(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR bool ActionConfigGroup_DeserialFromXml_m3448062122 (ActionConfigGroup_t128277204 * __this, XmlElement_t561603118 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActionConfigGroup_DeserialFromXml_m3448062122_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeList_t2551693786 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; XmlElement_t561603118 * V_3 = NULL; ActionConfigUnit_t3139127126 * V_4 = NULL; int32_t V_5 = 0; List_1_t316234572 * V_6 = NULL; { XmlElement_t561603118 * L_0 = ___root0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { XmlElement_t561603118 * L_1 = ___root0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_2 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_1, _stringLiteral3694931495, _stringLiteral3427368619, /*hidden argument*/NULL); Vector3_t3722313464 L_3 = CMiscHelp_ParseVector3_m2020003938(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); __this->set_showFactor_0(L_3); XmlElement_t561603118 * L_4 = ___root0; String_t* L_5 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_4, _stringLiteral3742136141, _stringLiteral2259730753, /*hidden argument*/NULL); Vector2_t2156229523 L_6 = CMiscHelp_ParseVector2_m2892525532(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); __this->set_titleOffset_1(L_6); XmlElement_t561603118 * L_7 = ___root0; IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); float L_8 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_WALK_SPEED_27(); float L_9 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_7, _stringLiteral387623114, L_8, /*hidden argument*/NULL); __this->set_commonWalkSpeed_2(L_9); XmlElement_t561603118 * L_10 = ___root0; float L_11 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_SAFE_DISTANCE_28(); float L_12 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_10, _stringLiteral452706120, L_11, /*hidden argument*/NULL); __this->set_commonSafeDistance_3(L_12); XmlElement_t561603118 * L_13 = ___root0; NullCheck(L_13); XmlNodeList_t2551693786 * L_14 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_13); V_0 = L_14; V_1 = 0; XmlNodeList_t2551693786 * L_15 = V_0; NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_15); V_2 = L_16; goto IL_0103; } IL_007f: { XmlNodeList_t2551693786 * L_17 = V_0; int32_t L_18 = V_1; NullCheck(L_17); XmlNode_t3767805227 * L_19 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_17, L_18); V_3 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_19, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_20 = V_3; if (L_20) { goto IL_0097; } } { goto IL_00ff; } IL_0097: { ActionConfigUnit_t3139127126 * L_21 = (ActionConfigUnit_t3139127126 *)il2cpp_codegen_object_new(ActionConfigUnit_t3139127126_il2cpp_TypeInfo_var); ActionConfigUnit__ctor_m3191058513(L_21, /*hidden argument*/NULL); V_4 = L_21; ActionConfigUnit_t3139127126 * L_22 = V_4; XmlElement_t561603118 * L_23 = V_3; NullCheck(L_22); bool L_24 = ActionConfigUnit_DeserialFromXml_m2315505723(L_22, L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00b0; } } { goto IL_00ff; } IL_00b0: { ActionConfigUnit_t3139127126 * L_25 = V_4; NullCheck(L_25); int32_t L_26 = L_25->get_actionID_0(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_27 = CMiscHelp_GetBitValue_m3106479109(NULL /*static, unused*/, L_26, 1, ((int32_t)9), /*hidden argument*/NULL); V_5 = L_27; int32_t L_28 = V_5; if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)9))))) { goto IL_00cf; } } { goto IL_00ff; } IL_00cf: { int32_t L_29 = V_5; List_1_t316234572 * L_30 = ActionConfigGroup_GetActionList_m9041252(__this, L_29, /*hidden argument*/NULL); V_6 = L_30; List_1_t316234572 * L_31 = V_6; if (L_31) { goto IL_00f6; } } { List_1_t316234572 * L_32 = (List_1_t316234572 *)il2cpp_codegen_object_new(List_1_t316234572_il2cpp_TypeInfo_var); List_1__ctor_m1830941457(L_32, /*hidden argument*/List_1__ctor_m1830941457_RuntimeMethod_var); V_6 = L_32; Dictionary_2_t1244325602 * L_33 = __this->get_configList_4(); int32_t L_34 = V_5; List_1_t316234572 * L_35 = V_6; NullCheck(L_33); Dictionary_2_set_Item_m4267282777(L_33, L_34, L_35, /*hidden argument*/Dictionary_2_set_Item_m4267282777_RuntimeMethod_var); } IL_00f6: { List_1_t316234572 * L_36 = V_6; ActionConfigUnit_t3139127126 * L_37 = V_4; NullCheck(L_36); List_1_Add_m1133094451(L_36, L_37, /*hidden argument*/List_1_Add_m1133094451_RuntimeMethod_var); } IL_00ff: { int32_t L_38 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_0103: { int32_t L_39 = V_1; int32_t L_40 = V_2; if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_007f; } } { return (bool)1; } } // System.Collections.Generic.List`1 DMCore.Logic.CPetActionConfig/ActionConfigGroup::GetActionList(DMCore.Logic.PetActionType) extern "C" IL2CPP_METHOD_ATTR List_1_t316234572 * ActionConfigGroup_GetActionList_m9041252 (ActionConfigGroup_t128277204 * __this, int32_t ___actionType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActionConfigGroup_GetActionList_m9041252_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t316234572 * V_0 = NULL; { V_0 = (List_1_t316234572 *)NULL; Dictionary_2_t1244325602 * L_0 = __this->get_configList_4(); int32_t L_1 = ___actionType0; NullCheck(L_0); Dictionary_2_TryGetValue_m2392040879(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2392040879_RuntimeMethod_var); List_1_t316234572 * L_2 = V_0; return L_2; } } // DMCore.Logic.CPetActionConfig/ActionConfigUnit DMCore.Logic.CPetActionConfig/ActionConfigGroup::GetConfigUnitFromList(System.Collections.Generic.List`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR ActionConfigUnit_t3139127126 * ActionConfigGroup_GetConfigUnitFromList_m87135713 (ActionConfigGroup_t128277204 * __this, List_1_t316234572 * ___unitList0, int32_t ___actionID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActionConfigGroup_GetConfigUnitFromList_m87135713_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetConfigUnitFromListU3Ec__AnonStorey0_t2816068747 * V_0 = NULL; { U3CGetConfigUnitFromListU3Ec__AnonStorey0_t2816068747 * L_0 = (U3CGetConfigUnitFromListU3Ec__AnonStorey0_t2816068747 *)il2cpp_codegen_object_new(U3CGetConfigUnitFromListU3Ec__AnonStorey0_t2816068747_il2cpp_TypeInfo_var); U3CGetConfigUnitFromListU3Ec__AnonStorey0__ctor_m3724283817(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetConfigUnitFromListU3Ec__AnonStorey0_t2816068747 * L_1 = V_0; int32_t L_2 = ___actionID1; NullCheck(L_1); L_1->set_actionID_0(L_2); List_1_t316234572 * L_3 = ___unitList0; if (L_3) { goto IL_0020; } } { List_1_t316234572 * L_4 = ___unitList0; NullCheck(L_4); int32_t L_5 = List_1_get_Count_m2969030198(L_4, /*hidden argument*/List_1_get_Count_m2969030198_RuntimeMethod_var); if (L_5) { goto IL_0020; } } { return (ActionConfigUnit_t3139127126 *)NULL; } IL_0020: { List_1_t316234572 * L_6 = ___unitList0; U3CGetConfigUnitFromListU3Ec__AnonStorey0_t2816068747 * L_7 = V_0; intptr_t L_8 = (intptr_t)U3CGetConfigUnitFromListU3Ec__AnonStorey0_U3CU3Em__0_m2589658329_RuntimeMethod_var; Predicate_1_t3964421250 * L_9 = (Predicate_1_t3964421250 *)il2cpp_codegen_object_new(Predicate_1_t3964421250_il2cpp_TypeInfo_var); Predicate_1__ctor_m1509224188(L_9, L_7, L_8, /*hidden argument*/Predicate_1__ctor_m1509224188_RuntimeMethod_var); NullCheck(L_6); ActionConfigUnit_t3139127126 * L_10 = List_1_Find_m3526688601(L_6, L_9, /*hidden argument*/List_1_Find_m3526688601_RuntimeMethod_var); return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetActionConfig/ActionConfigGroup/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetConfigUnitFromListU3Ec__AnonStorey0__ctor_m3724283817 (U3CGetConfigUnitFromListU3Ec__AnonStorey0_t2816068747 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CPetActionConfig/ActionConfigGroup/c__AnonStorey0::<>m__0(DMCore.Logic.CPetActionConfig/ActionConfigUnit) extern "C" IL2CPP_METHOD_ATTR bool U3CGetConfigUnitFromListU3Ec__AnonStorey0_U3CU3Em__0_m2589658329 (U3CGetConfigUnitFromListU3Ec__AnonStorey0_t2816068747 * __this, ActionConfigUnit_t3139127126 * ___curUnit0, const RuntimeMethod* method) { { ActionConfigUnit_t3139127126 * L_0 = ___curUnit0; NullCheck(L_0); int32_t L_1 = L_0->get_actionID_0(); int32_t L_2 = __this->get_actionID_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetActionConfig/ActionConfigUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void ActionConfigUnit__ctor_m3191058513 (ActionConfigUnit_t3139127126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActionConfigUnit__ctor_m3191058513_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_actionID_0((-1)); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); float L_0 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_WALK_SPEED_27(); __this->set_walkSpeed_1(L_0); float L_1 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_SAFE_DISTANCE_28(); __this->set_safeDistance_2(L_1); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_2 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_unlockLevelRange_3(L_2); return; } } // System.Boolean DMCore.Logic.CPetActionConfig/ActionConfigUnit::CanDo(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ActionConfigUnit_CanDo_m1085749269 (ActionConfigUnit_t3139127126 * __this, int32_t ___level0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { int32_t L_0 = ___level0; Vector2_t2156229523 * L_1 = __this->get_address_of_unlockLevelRange_3(); float L_2 = L_1->get_x_0(); if ((!(((float)(((float)((float)L_0)))) >= ((float)L_2)))) { goto IL_002a; } } { int32_t L_3 = ___level0; Vector2_t2156229523 * L_4 = __this->get_address_of_unlockLevelRange_3(); float L_5 = L_4->get_y_1(); if ((!(((float)(((float)((float)L_3)))) < ((float)L_5)))) { goto IL_002a; } } { G_B4_0 = 1; goto IL_002b; } IL_002a: { G_B4_0 = 0; } IL_002b: { return (bool)G_B4_0; } } // System.Void DMCore.Logic.CPetActionConfig/ActionConfigUnit::Clear() extern "C" IL2CPP_METHOD_ATTR void ActionConfigUnit_Clear_m863077633 (ActionConfigUnit_t3139127126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActionConfigUnit_Clear_m863077633_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_actionID_0((-1)); IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); float L_0 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_WALK_SPEED_27(); __this->set_walkSpeed_1(L_0); float L_1 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_SAFE_DISTANCE_28(); __this->set_safeDistance_2(L_1); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_2 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_unlockLevelRange_3(L_2); return; } } // System.Boolean DMCore.Logic.CPetActionConfig/ActionConfigUnit::DeserialFromXml(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR bool ActionConfigUnit_DeserialFromXml_m2315505723 (ActionConfigUnit_t3139127126 * __this, XmlElement_t561603118 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActionConfigUnit_DeserialFromXml_m2315505723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlElement_t561603118 * L_0 = ___root0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { XmlElement_t561603118 * L_1 = ___root0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_2 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_1, _stringLiteral3454449607, (-1), /*hidden argument*/NULL); __this->set_actionID_0(L_2); XmlElement_t561603118 * L_3 = ___root0; 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(); String_t* L_5 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_3, L_4, _stringLiteral1065451464, /*hidden argument*/NULL); Vector2_t2156229523 L_6 = CMiscHelp_ParseVector2_m2892525532(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); __this->set_unlockLevelRange_3(L_6); XmlElement_t561603118 * L_7 = ___root0; IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); float L_8 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_WALK_SPEED_27(); float L_9 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_7, _stringLiteral1235962008, L_8, /*hidden argument*/NULL); __this->set_walkSpeed_1(L_9); XmlElement_t561603118 * L_10 = ___root0; float L_11 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_PET_DEFAULT_WALK_SPEED_27(); float L_12 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_10, _stringLiteral3923121011, L_11, /*hidden argument*/NULL); __this->set_safeDistance_2(L_12); Vector2_t2156229523 * L_13 = __this->get_address_of_unlockLevelRange_3(); float L_14 = L_13->get_x_0(); if ((!(((float)L_14) < ((float)(0.0f))))) { goto IL_0086; } } { Vector2_t2156229523 * L_15 = __this->get_address_of_unlockLevelRange_3(); L_15->set_x_0((-std::numeric_limits::max())); } IL_0086: { Vector2_t2156229523 * L_16 = __this->get_address_of_unlockLevelRange_3(); float L_17 = L_16->get_y_1(); if ((!(((float)L_17) < ((float)(0.0f))))) { goto IL_00ab; } } { Vector2_t2156229523 * L_18 = __this->get_address_of_unlockLevelRange_3(); L_18->set_y_1((std::numeric_limits::max())); } IL_00ab: { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetActionLib::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetActionLib__ctor_m1829419692 (CPetActionLib_t2502418388 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionLib__ctor_m1829419692_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t2242832625 * L_0 = (Dictionary_2_t2242832625 *)il2cpp_codegen_object_new(Dictionary_2_t2242832625_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2524411756(L_0, /*hidden argument*/Dictionary_2__ctor_m2524411756_RuntimeMethod_var); __this->set_m_PetActionLib_1(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral460795379, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPetActionLib DMCore.Logic.CPetActionLib::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetActionLib_t2502418388 * CPetActionLib_GetInstance_m1996077265 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionLib_GetInstance_m1996077265_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetActionLib_t2502418388_il2cpp_TypeInfo_var); CPetActionLib_t2502418388 * L_0 = ((CPetActionLib_t2502418388_StaticFields*)il2cpp_codegen_static_fields_for(CPetActionLib_t2502418388_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (L_0) { goto IL_0014; } } { CPetActionLib_t2502418388 * L_1 = (CPetActionLib_t2502418388 *)il2cpp_codegen_object_new(CPetActionLib_t2502418388_il2cpp_TypeInfo_var); CPetActionLib__ctor_m1829419692(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetActionLib_t2502418388_il2cpp_TypeInfo_var); ((CPetActionLib_t2502418388_StaticFields*)il2cpp_codegen_static_fields_for(CPetActionLib_t2502418388_il2cpp_TypeInfo_var))->set_s_Instance_2(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPetActionLib_t2502418388_il2cpp_TypeInfo_var); CPetActionLib_t2502418388 * L_2 = ((CPetActionLib_t2502418388_StaticFields*)il2cpp_codegen_static_fields_for(CPetActionLib_t2502418388_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_2; } } // System.String DMCore.Logic.CPetActionLib::GetActionRes(DMCore.Logic.PetActionType,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPetActionLib_GetActionRes_m1852544946 (CPetActionLib_t2502418388 * __this, int32_t ___actionType0, int32_t ___actionID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionLib_GetActionRes_m1852544946_MetadataUsageId); s_Il2CppMethodInitialized = true; } PetActionUnit_t2131509054 * V_0 = NULL; String_t* G_B3_0 = NULL; { int32_t L_0 = ___actionType0; int32_t L_1 = ___actionID1; PetActionUnit_t2131509054 * L_2 = CPetActionLib_GetActionUnit_m3712106804(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; PetActionUnit_t2131509054 * L_3 = V_0; if (!L_3) { goto IL_001a; } } { PetActionUnit_t2131509054 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = L_4->get_resPath_1(); G_B3_0 = L_5; goto IL_001f; } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_6; } IL_001f: { return G_B3_0; } } // System.Boolean DMCore.Logic.CPetActionLib::IsValid(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPetActionLib_IsValid_m4935084 (CPetActionLib_t2502418388 * __this, int32_t ___actionID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionLib_IsValid_m4935084_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Enumerator_t4197015400 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t345537496 V_2; memset(&V_2, 0, sizeof(V_2)); { V_0 = (bool)0; Dictionary_2_t2242832625 * L_0 = __this->get_m_PetActionLib_1(); NullCheck(L_0); Enumerator_t4197015400 L_1 = Dictionary_2_GetEnumerator_m446956557(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m446956557_RuntimeMethod_var); V_1 = L_1; goto IL_0035; } IL_0013: { KeyValuePair_2_t345537496 L_2 = Enumerator_get_Current_m1191692428((&V_1), /*hidden argument*/Enumerator_get_Current_m1191692428_RuntimeMethod_var); V_2 = L_2; int32_t L_3 = KeyValuePair_2_get_Key_m4064456603((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m4064456603_RuntimeMethod_var); int32_t L_4 = ___actionID0; PetActionUnit_t2131509054 * L_5 = CPetActionLib_GetActionUnit_m3712106804(__this, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0035; } } { V_0 = (bool)1; goto IL_0041; } IL_0035: { bool L_6 = Enumerator_MoveNext_m3664459321((&V_1), /*hidden argument*/Enumerator_MoveNext_m3664459321_RuntimeMethod_var); if (L_6) { goto IL_0013; } } IL_0041: { bool L_7 = V_0; return L_7; } } // System.Void DMCore.Logic.CPetActionLib::Clear() extern "C" IL2CPP_METHOD_ATTR void CPetActionLib_Clear_m3364185870 (CPetActionLib_t2502418388 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionLib_Clear_m3364185870_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t4197015400 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t345537496 V_1; memset(&V_1, 0, sizeof(V_1)); { Dictionary_2_t2242832625 * L_0 = __this->get_m_PetActionLib_1(); NullCheck(L_0); Enumerator_t4197015400 L_1 = Dictionary_2_GetEnumerator_m446956557(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m446956557_RuntimeMethod_var); V_0 = L_1; goto IL_0025; } IL_0011: { KeyValuePair_2_t345537496 L_2 = Enumerator_get_Current_m1191692428((&V_0), /*hidden argument*/Enumerator_get_Current_m1191692428_RuntimeMethod_var); V_1 = L_2; PetActionGroup_t1314741595 * L_3 = KeyValuePair_2_get_Value_m549504025((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m549504025_RuntimeMethod_var); NullCheck(L_3); PetActionGroup_Clear_m921913722(L_3, /*hidden argument*/NULL); } IL_0025: { bool L_4 = Enumerator_MoveNext_m3664459321((&V_0), /*hidden argument*/Enumerator_MoveNext_m3664459321_RuntimeMethod_var); if (L_4) { goto IL_0011; } } { Dictionary_2_t2242832625 * L_5 = __this->get_m_PetActionLib_1(); NullCheck(L_5); Dictionary_2_Clear_m88902793(L_5, /*hidden argument*/Dictionary_2_Clear_m88902793_RuntimeMethod_var); return; } } // System.Boolean DMCore.Logic.CPetActionLib::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPetActionLib_OnLoad_m2510000360 (CPetActionLib_t2502418388 * __this, String_t* ___texAsset0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionLib_OnLoad_m2510000360_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; bool V_2 = false; XmlNodeList_t2551693786 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; XmlElement_t561603118 * V_6 = NULL; int32_t V_7 = 0; String_t* V_8 = NULL; PetActionGroup_t1314741595 * V_9 = NULL; Exception_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); XmlNode_t3767805227 * G_B3_0 = NULL; IL_0000: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = V_0; String_t* L_2 = ___texAsset0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_1, L_2); XmlDocument_t2837193595 * L_3 = V_0; if (!L_3) { goto IL_001e; } } IL_0013: { XmlDocument_t2837193595 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); G_B3_0 = L_5; goto IL_001f; } IL_001e: { G_B3_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_001f: { V_1 = G_B3_0; XmlNode_t3767805227 * L_6 = V_1; if (L_6) { goto IL_002d; } } IL_0026: { V_2 = (bool)0; goto IL_0142; } IL_002d: { XmlNode_t3767805227 * L_7 = V_1; NullCheck(L_7); XmlNodeList_t2551693786 * L_8 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_7); V_3 = L_8; V_4 = 0; XmlNodeList_t2551693786 * L_9 = V_3; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_9); V_5 = L_10; goto IL_010c; } IL_0044: { XmlNodeList_t2551693786 * L_11 = V_3; int32_t L_12 = V_4; NullCheck(L_11); XmlNode_t3767805227 * L_13 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_11, L_12); V_6 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_13, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_14 = V_6; if (!L_14) { goto IL_0067; } } IL_005a: { XmlElement_t561603118 * L_15 = V_6; NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_15); if ((!(((uint32_t)L_16) == ((uint32_t)8)))) { goto IL_006c; } } IL_0067: { goto IL_0106; } IL_006c: { XmlElement_t561603118 * L_17 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_18 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_17, _stringLiteral2103896883, ((int32_t)9), /*hidden argument*/NULL); V_7 = L_18; int32_t L_19 = V_7; if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)9))))) { goto IL_008a; } } IL_0085: { goto IL_0106; } IL_008a: { XmlElement_t561603118 * L_20 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_22 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_20, _stringLiteral1507608742, L_21, /*hidden argument*/NULL); V_8 = L_22; String_t* L_23 = V_8; bool L_24 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00db; } } IL_00a9: { String_t* L_25 = V_8; NullCheck(L_25); String_t* L_26 = String_Replace_m3726209165(L_25, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL); V_8 = L_26; String_t* L_27 = V_8; String_t* L_28 = V_8; NullCheck(L_28); int32_t L_29 = String_get_Length_m3847582255(L_28, /*hidden argument*/NULL); NullCheck(L_27); Il2CppChar L_30 = String_get_Chars_m2986988803(L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_30) == ((int32_t)((int32_t)47)))) { goto IL_00db; } } IL_00cd: { String_t* L_31 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Concat_m3937257545(NULL /*static, unused*/, L_31, _stringLiteral3452614529, /*hidden argument*/NULL); V_8 = L_32; } IL_00db: { PetActionGroup_t1314741595 * L_33 = (PetActionGroup_t1314741595 *)il2cpp_codegen_object_new(PetActionGroup_t1314741595_il2cpp_TypeInfo_var); PetActionGroup__ctor_m3229935379(L_33, /*hidden argument*/NULL); V_9 = L_33; PetActionGroup_t1314741595 * L_34 = V_9; XmlElement_t561603118 * L_35 = V_6; String_t* L_36 = V_8; NullCheck(L_34); bool L_37 = PetActionGroup_DeserialFromXml_m1944606065(L_34, L_35, L_36, /*hidden argument*/NULL); if (L_37) { goto IL_00f7; } } IL_00f2: { goto IL_0106; } IL_00f7: { Dictionary_2_t2242832625 * L_38 = __this->get_m_PetActionLib_1(); int32_t L_39 = V_7; PetActionGroup_t1314741595 * L_40 = V_9; NullCheck(L_38); Dictionary_2_Add_m2957635504(L_38, L_39, L_40, /*hidden argument*/Dictionary_2_Add_m2957635504_RuntimeMethod_var); } IL_0106: { int32_t L_41 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_010c: { int32_t L_42 = V_4; int32_t L_43 = V_5; if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_0044; } } IL_0115: { V_2 = (bool)1; 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_011c; throw e; } CATCH_011c: { // begin catch(System.Exception) V_10 = ((Exception_t *)__exception_local); Exception_t * L_44 = V_10; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_44); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); CLogHelp_t779629444 * L_46 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_47 = V_10; NullCheck(L_47); String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_47); NullCheck(L_46); CLogHelp_LogFile_m4227814860(L_46, L_48, /*hidden argument*/NULL); goto IL_0140; } // end catch (depth: 1) IL_0140: { return (bool)0; } IL_0142: { bool L_49 = V_2; return L_49; } } // DMCore.Logic.CPetActionLib/PetActionUnit DMCore.Logic.CPetActionLib::GetActionUnit(DMCore.Logic.PetActionType,System.Int32) extern "C" IL2CPP_METHOD_ATTR PetActionUnit_t2131509054 * CPetActionLib_GetActionUnit_m3712106804 (CPetActionLib_t2502418388 * __this, int32_t ___actionType0, int32_t ___actionID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetActionLib_GetActionUnit_m3712106804_MetadataUsageId); s_Il2CppMethodInitialized = true; } PetActionGroup_t1314741595 * V_0 = NULL; PetActionUnit_t2131509054 * G_B5_0 = NULL; { V_0 = (PetActionGroup_t1314741595 *)NULL; Dictionary_2_t2242832625 * L_0 = __this->get_m_PetActionLib_1(); int32_t L_1 = ___actionType0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m4257547920(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m4257547920_RuntimeMethod_var); if (L_2) { goto IL_0017; } } { return (PetActionUnit_t2131509054 *)NULL; } IL_0017: { PetActionGroup_t1314741595 * L_3 = V_0; if (!L_3) { goto IL_0029; } } { PetActionGroup_t1314741595 * L_4 = V_0; int32_t L_5 = ___actionID1; NullCheck(L_4); PetActionUnit_t2131509054 * L_6 = PetActionGroup_GetActionUnit_m1741971057(L_4, L_5, /*hidden argument*/NULL); G_B5_0 = L_6; goto IL_002a; } IL_0029: { G_B5_0 = ((PetActionUnit_t2131509054 *)(NULL)); } IL_002a: { return G_B5_0; } } // System.Void DMCore.Logic.CPetActionLib::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPetActionLib__cctor_m3885612507 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetActionLib/PetActionGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetActionGroup__ctor_m3229935379 (PetActionGroup_t1314741595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetActionGroup__ctor_m3229935379_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t3603583796 * L_0 = (List_1_t3603583796 *)il2cpp_codegen_object_new(List_1_t3603583796_il2cpp_TypeInfo_var); List_1__ctor_m3833859292(L_0, /*hidden argument*/List_1__ctor_m3833859292_RuntimeMethod_var); __this->set_actionList_0(L_0); return; } } // DMCore.Logic.CPetActionLib/PetActionUnit DMCore.Logic.CPetActionLib/PetActionGroup::GetActionUnit(System.Int32) extern "C" IL2CPP_METHOD_ATTR PetActionUnit_t2131509054 * PetActionGroup_GetActionUnit_m1741971057 (PetActionGroup_t1314741595 * __this, int32_t ___actionID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetActionGroup_GetActionUnit_m1741971057_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetActionUnitU3Ec__AnonStorey0_t2985909434 * V_0 = NULL; { U3CGetActionUnitU3Ec__AnonStorey0_t2985909434 * L_0 = (U3CGetActionUnitU3Ec__AnonStorey0_t2985909434 *)il2cpp_codegen_object_new(U3CGetActionUnitU3Ec__AnonStorey0_t2985909434_il2cpp_TypeInfo_var); U3CGetActionUnitU3Ec__AnonStorey0__ctor_m876391857(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetActionUnitU3Ec__AnonStorey0_t2985909434 * L_1 = V_0; int32_t L_2 = ___actionID0; NullCheck(L_1); L_1->set_actionID_0(L_2); List_1_t3603583796 * L_3 = __this->get_actionList_0(); U3CGetActionUnitU3Ec__AnonStorey0_t2985909434 * L_4 = V_0; intptr_t L_5 = (intptr_t)U3CGetActionUnitU3Ec__AnonStorey0_U3CU3Em__0_m3174009650_RuntimeMethod_var; Predicate_1_t2956803178 * L_6 = (Predicate_1_t2956803178 *)il2cpp_codegen_object_new(Predicate_1_t2956803178_il2cpp_TypeInfo_var); Predicate_1__ctor_m145284204(L_6, L_4, L_5, /*hidden argument*/Predicate_1__ctor_m145284204_RuntimeMethod_var); NullCheck(L_3); PetActionUnit_t2131509054 * L_7 = List_1_Find_m934504440(L_3, L_6, /*hidden argument*/List_1_Find_m934504440_RuntimeMethod_var); return L_7; } } // System.Void DMCore.Logic.CPetActionLib/PetActionGroup::Clear() extern "C" IL2CPP_METHOD_ATTR void PetActionGroup_Clear_m921913722 (PetActionGroup_t1314741595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetActionGroup_Clear_m921913722_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3603583796 * L_0 = __this->get_actionList_0(); NullCheck(L_0); List_1_Clear_m2761726799(L_0, /*hidden argument*/List_1_Clear_m2761726799_RuntimeMethod_var); return; } } // System.Boolean DMCore.Logic.CPetActionLib/PetActionGroup::DeserialFromXml(System.Xml.XmlElement,System.String) extern "C" IL2CPP_METHOD_ATTR bool PetActionGroup_DeserialFromXml_m1944606065 (PetActionGroup_t1314741595 * __this, XmlElement_t561603118 * ___root0, String_t* ___resDirectory1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetActionGroup_DeserialFromXml_m1944606065_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeList_t2551693786 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; XmlElement_t561603118 * V_3 = NULL; PetActionUnit_t2131509054 * V_4 = NULL; { XmlElement_t561603118 * L_0 = ___root0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { XmlElement_t561603118 * L_1 = ___root0; NullCheck(L_1); XmlNodeList_t2551693786 * L_2 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_1); V_0 = L_2; V_1 = 0; XmlNodeList_t2551693786 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_3); V_2 = L_4; goto IL_0060; } IL_001d: { XmlNodeList_t2551693786 * L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); XmlNode_t3767805227 * L_7 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_5, L_6); V_3 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_7, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_8 = V_3; if (L_8) { goto IL_0035; } } { goto IL_005c; } IL_0035: { PetActionUnit_t2131509054 * L_9 = (PetActionUnit_t2131509054 *)il2cpp_codegen_object_new(PetActionUnit_t2131509054_il2cpp_TypeInfo_var); PetActionUnit__ctor_m3902600382(L_9, /*hidden argument*/NULL); V_4 = L_9; PetActionUnit_t2131509054 * L_10 = V_4; XmlElement_t561603118 * L_11 = V_3; String_t* L_12 = ___resDirectory1; NullCheck(L_10); bool L_13 = PetActionUnit_DeserialFromXml_m2674497875(L_10, L_11, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_004f; } } { goto IL_005c; } IL_004f: { List_1_t3603583796 * L_14 = __this->get_actionList_0(); PetActionUnit_t2131509054 * L_15 = V_4; NullCheck(L_14); List_1_Add_m366800934(L_14, L_15, /*hidden argument*/List_1_Add_m366800934_RuntimeMethod_var); } IL_005c: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0060: { int32_t L_17 = V_1; int32_t L_18 = V_2; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_001d; } } { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetActionLib/PetActionGroup/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetActionUnitU3Ec__AnonStorey0__ctor_m876391857 (U3CGetActionUnitU3Ec__AnonStorey0_t2985909434 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CPetActionLib/PetActionGroup/c__AnonStorey0::<>m__0(DMCore.Logic.CPetActionLib/PetActionUnit) extern "C" IL2CPP_METHOD_ATTR bool U3CGetActionUnitU3Ec__AnonStorey0_U3CU3Em__0_m3174009650 (U3CGetActionUnitU3Ec__AnonStorey0_t2985909434 * __this, PetActionUnit_t2131509054 * ___curUnit0, const RuntimeMethod* method) { { PetActionUnit_t2131509054 * L_0 = ___curUnit0; NullCheck(L_0); int32_t L_1 = L_0->get_actionID_0(); int32_t L_2 = __this->get_actionID_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetActionLib/PetActionUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetActionUnit__ctor_m3902600382 (PetActionUnit_t2131509054 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetActionUnit__ctor_m3902600382_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_actionID_0((-1)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_resPath_1(L_0); return; } } // System.Void DMCore.Logic.CPetActionLib/PetActionUnit::Clear() extern "C" IL2CPP_METHOD_ATTR void PetActionUnit_Clear_m46214044 (PetActionUnit_t2131509054 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Logic.CPetActionLib/PetActionUnit::DeserialFromXml(System.Xml.XmlElement,System.String) extern "C" IL2CPP_METHOD_ATTR bool PetActionUnit_DeserialFromXml_m2674497875 (PetActionUnit_t2131509054 * __this, XmlElement_t561603118 * ___root0, String_t* ___resDirectory1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetActionUnit_DeserialFromXml_m2674497875_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlElement_t561603118 * L_0 = ___root0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { XmlElement_t561603118 * L_1 = ___root0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_2 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_1, _stringLiteral3454449607, (-1), /*hidden argument*/NULL); __this->set_actionID_0(L_2); int32_t L_3 = __this->get_actionID_0(); if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0028; } } { return (bool)0; } IL_0028: { XmlElement_t561603118 * L_4 = ___root0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_6 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_4, _stringLiteral3977388916, L_5, /*hidden argument*/NULL); __this->set_resPath_1(L_6); String_t* L_7 = __this->get_resPath_1(); bool L_8 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0050; } } { return (bool)0; } IL_0050: { String_t* L_9 = ___resDirectory1; String_t* L_10 = __this->get_resPath_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); __this->set_resPath_1(L_11); return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetAniCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetAniCfg__ctor_m3815368956 (CPetAniCfg_t3973954919 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetAniCfg__ctor_m3815368956_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); List_1_t2716537489 * L_0 = (List_1_t2716537489 *)il2cpp_codegen_object_new(List_1_t2716537489_il2cpp_TypeInfo_var); List_1__ctor_m395481168(L_0, /*hidden argument*/List_1__ctor_m395481168_RuntimeMethod_var); __this->set_m_PetAniList_9(L_0); __this->set_m_CurTexture_1((UITexture_t3471168817 *)NULL); __this->set_m_CurPetAniUnit_2((PetAniUnit_t1244462747 *)NULL); __this->set_Index_3(0); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_1 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_CurScale_6(L_1); Dictionary_2_t3625702484 * L_2 = (Dictionary_2_t3625702484 *)il2cpp_codegen_object_new(Dictionary_2_t3625702484_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2275355514(L_2, /*hidden argument*/Dictionary_2__ctor_m2275355514_RuntimeMethod_var); __this->set_m_TextureDic_8(L_2); __this->set_m_TimerIndex_4((-1)); ITextBase_PushTask_m2878137237(__this, _stringLiteral396817327, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPetAniCfg DMCore.Logic.CPetAniCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetAniCfg_t3973954919 * CPetAniCfg_GetInstance_m3762272601 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetAniCfg_GetInstance_m3762272601_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetAniCfg_t3973954919_il2cpp_TypeInfo_var); CPetAniCfg_t3973954919 * L_0 = ((CPetAniCfg_t3973954919_StaticFields*)il2cpp_codegen_static_fields_for(CPetAniCfg_t3973954919_il2cpp_TypeInfo_var))->get_m_Instance_10(); if (L_0) { goto IL_0014; } } { CPetAniCfg_t3973954919 * L_1 = (CPetAniCfg_t3973954919 *)il2cpp_codegen_object_new(CPetAniCfg_t3973954919_il2cpp_TypeInfo_var); CPetAniCfg__ctor_m3815368956(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetAniCfg_t3973954919_il2cpp_TypeInfo_var); ((CPetAniCfg_t3973954919_StaticFields*)il2cpp_codegen_static_fields_for(CPetAniCfg_t3973954919_il2cpp_TypeInfo_var))->set_m_Instance_10(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPetAniCfg_t3973954919_il2cpp_TypeInfo_var); CPetAniCfg_t3973954919 * L_2 = ((CPetAniCfg_t3973954919_StaticFields*)il2cpp_codegen_static_fields_for(CPetAniCfg_t3973954919_il2cpp_TypeInfo_var))->get_m_Instance_10(); return L_2; } } // System.Void DMCore.Logic.CPetAniCfg::Clear() extern "C" IL2CPP_METHOD_ATTR void CPetAniCfg_Clear_m4073642539 (CPetAniCfg_t3973954919 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Logic.CPetAniCfg::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPetAniCfg_OnLoad_m3932169219 (CPetAniCfg_t3973954919 * __this, String_t* ___texAsset0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetAniCfg_OnLoad_m3932169219_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlElement_t561603118 * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; XmlElement_t561603118 * V_4 = NULL; PetAniUnit_t1244462747 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = V_0; if (!L_1) { goto IL_0125; } } IL_000c: { XmlDocument_t2837193595 * L_2 = V_0; String_t* L_3 = ___texAsset0; NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_2, L_3); XmlDocument_t2837193595 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); V_1 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_6 = V_1; if (L_6) { goto IL_0031; } } IL_0025: { XmlDocument_t2837193595 * L_7 = V_0; XmlElement_t561603118 * L_8 = CXMLHelper_GetXmlNodeByXpath_m2211338148(NULL /*static, unused*/, L_7, _stringLiteral2328036797, /*hidden argument*/NULL); V_1 = L_8; } IL_0031: { XmlElement_t561603118 * L_9 = V_1; if (!L_9) { goto IL_0042; } } IL_0037: { XmlElement_t561603118 * L_10 = V_1; NullCheck(L_10); XmlNodeList_t2551693786 * L_11 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_10); if (L_11) { goto IL_0049; } } IL_0042: { V_2 = (bool)0; goto IL_0134; } IL_0049: { List_1_t2716537489 * L_12 = __this->get_m_PetAniList_9(); NullCheck(L_12); List_1_Clear_m3148816113(L_12, /*hidden argument*/List_1_Clear_m3148816113_RuntimeMethod_var); V_3 = 0; goto IL_010d; } IL_005b: { XmlElement_t561603118 * L_13 = V_1; NullCheck(L_13); XmlNodeList_t2551693786 * L_14 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_13); int32_t L_15 = V_3; NullCheck(L_14); XmlNode_t3767805227 * L_16 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_14, L_15); NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_16); if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_0109; } } IL_0072: { XmlElement_t561603118 * L_18 = V_1; NullCheck(L_18); XmlNodeList_t2551693786 * L_19 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_18); int32_t L_20 = V_3; NullCheck(L_19); XmlNode_t3767805227 * L_21 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_19, L_20); V_4 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_21, XmlElement_t561603118_il2cpp_TypeInfo_var)); PetAniUnit_t1244462747 * L_22 = (PetAniUnit_t1244462747 *)il2cpp_codegen_object_new(PetAniUnit_t1244462747_il2cpp_TypeInfo_var); PetAniUnit__ctor_m2630056321(L_22, /*hidden argument*/NULL); V_5 = L_22; PetAniUnit_t1244462747 * L_23 = V_5; XmlElement_t561603118 * L_24 = V_4; 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(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_26 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_24, _stringLiteral666174078, L_25, /*hidden argument*/NULL); NullCheck(L_23); L_23->set_aniID_0(L_26); PetAniUnit_t1244462747 * L_27 = V_5; XmlElement_t561603118 * L_28 = V_4; String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_30 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_28, _stringLiteral1902006907, L_29, /*hidden argument*/NULL); NullCheck(L_27); L_27->set_imgPath_1(L_30); PetAniUnit_t1244462747 * L_31 = V_5; XmlElement_t561603118 * L_32 = V_4; int32_t L_33 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_32, _stringLiteral2351311583, 0, /*hidden argument*/NULL); NullCheck(L_31); L_31->set_imageCount_2(L_33); PetAniUnit_t1244462747 * L_34 = V_5; XmlElement_t561603118 * L_35 = V_4; float L_36 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_35, _stringLiteral523134901, (0.5f), /*hidden argument*/NULL); NullCheck(L_34); L_34->set_timeOneDelay_3(L_36); PetAniUnit_t1244462747 * L_37 = V_5; XmlElement_t561603118 * L_38 = V_4; int32_t L_39 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_38, _stringLiteral452411369, 2, /*hidden argument*/NULL); NullCheck(L_37); L_37->set_allTime_4(L_39); List_1_t2716537489 * L_40 = __this->get_m_PetAniList_9(); PetAniUnit_t1244462747 * L_41 = V_5; NullCheck(L_40); List_1_Add_m534890244(L_40, L_41, /*hidden argument*/List_1_Add_m534890244_RuntimeMethod_var); } IL_0109: { int32_t L_42 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_010d: { int32_t L_43 = V_3; XmlElement_t561603118 * L_44 = V_1; NullCheck(L_44); XmlNodeList_t2551693786 * L_45 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_44); NullCheck(L_45); int32_t L_46 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_45); if ((((int32_t)L_43) < ((int32_t)L_46))) { goto IL_005b; } } IL_011e: { V_2 = (bool)1; goto IL_0134; } IL_0125: { V_2 = (bool)0; goto IL_0134; } } // 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_012c; throw e; } CATCH_012c: { // begin catch(System.Object) V_2 = (bool)0; goto IL_0134; } // end catch (depth: 1) IL_0134: { bool L_47 = V_2; return L_47; } } // System.Void DMCore.Logic.CPetAniCfg::PlayAni(UITexture,System.String,UnityEngine.Vector3,DMCore.Logic.CPetAniCfg/PetAniOver) extern "C" IL2CPP_METHOD_ATTR void CPetAniCfg_PlayAni_m586612980 (CPetAniCfg_t3973954919 * __this, UITexture_t3471168817 * ___m_texture0, String_t* ___aniid1, Vector3_t3722313464 ___m_textureScale2, PetAniOver_t18903185 * ___petaniover3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetAniCfg_PlayAni_m586612980_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CPlayAniU3Ec__AnonStorey0_t3750724107 * V_0 = NULL; PetAniUnit_t1244462747 * V_1 = NULL; { U3CPlayAniU3Ec__AnonStorey0_t3750724107 * L_0 = (U3CPlayAniU3Ec__AnonStorey0_t3750724107 *)il2cpp_codegen_object_new(U3CPlayAniU3Ec__AnonStorey0_t3750724107_il2cpp_TypeInfo_var); U3CPlayAniU3Ec__AnonStorey0__ctor_m2131007307(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CPlayAniU3Ec__AnonStorey0_t3750724107 * L_1 = V_0; String_t* L_2 = ___aniid1; NullCheck(L_1); L_1->set_aniid_0(L_2); U3CPlayAniU3Ec__AnonStorey0_t3750724107 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_aniid_0(); 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_001e; } } { return; } IL_001e: { List_1_t2716537489 * L_6 = __this->get_m_PetAniList_9(); U3CPlayAniU3Ec__AnonStorey0_t3750724107 * L_7 = V_0; intptr_t L_8 = (intptr_t)U3CPlayAniU3Ec__AnonStorey0_U3CU3Em__0_m3140275601_RuntimeMethod_var; Predicate_1_t2069756871 * L_9 = (Predicate_1_t2069756871 *)il2cpp_codegen_object_new(Predicate_1_t2069756871_il2cpp_TypeInfo_var); Predicate_1__ctor_m1932857113(L_9, L_7, L_8, /*hidden argument*/Predicate_1__ctor_m1932857113_RuntimeMethod_var); NullCheck(L_6); PetAniUnit_t1244462747 * L_10 = List_1_Find_m2638045786(L_6, L_9, /*hidden argument*/List_1_Find_m2638045786_RuntimeMethod_var); V_1 = L_10; PetAniUnit_t1244462747 * L_11 = V_1; if (L_11) { goto IL_003d; } } { return; } IL_003d: { UITexture_t3471168817 * L_12 = ___m_texture0; __this->set_m_CurTexture_1(L_12); PetAniUnit_t1244462747 * L_13 = V_1; __this->set_m_CurPetAniUnit_2(L_13); Vector3_t3722313464 L_14 = ___m_textureScale2; __this->set_m_CurScale_6(L_14); __this->set_Index_3(0); __this->set_runtimes_5(0); PetAniOver_t18903185 * L_15 = ___petaniover3; __this->set_m_petaniover_7(L_15); int32_t L_16 = __this->get_m_TimerIndex_4(); if ((((int32_t)L_16) == ((int32_t)(-1)))) { goto IL_0084; } } { IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_17 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_18 = __this->get_m_TimerIndex_4(); NullCheck(L_17); CTimerManager_KillTimer_m1432033039(L_17, L_18, /*hidden argument*/NULL); } IL_0084: { IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_19 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); PetAniUnit_t1244462747 * L_20 = V_1; NullCheck(L_20); float L_21 = L_20->get_timeOneDelay_3(); intptr_t L_22 = (intptr_t)CPetAniCfg_OnAniChangeImg_m380563525_RuntimeMethod_var; TimerCallbackProc_t3381003091 * L_23 = (TimerCallbackProc_t3381003091 *)il2cpp_codegen_object_new(TimerCallbackProc_t3381003091_il2cpp_TypeInfo_var); TimerCallbackProc__ctor_m2511947299(L_23, __this, L_22, /*hidden argument*/NULL); PetAniUnit_t1244462747 * L_24 = __this->get_m_CurPetAniUnit_2(); NullCheck(L_24); int32_t L_25 = L_24->get_allTime_4(); NullCheck(L_19); int32_t L_26 = CTimerManager_CreateTimer_m1163471876(L_19, L_21, L_23, L_25, /*hidden argument*/NULL); __this->set_m_TimerIndex_4(L_26); return; } } // System.Void DMCore.Logic.CPetAniCfg::StopAni() extern "C" IL2CPP_METHOD_ATTR void CPetAniCfg_StopAni_m2394502408 (CPetAniCfg_t3973954919 * __this, const RuntimeMethod* method) { { PetAniUnit_t1244462747 * L_0 = __this->get_m_CurPetAniUnit_2(); if (!L_0) { goto IL_0036; } } { int32_t L_1 = __this->get_runtimes_5(); PetAniUnit_t1244462747 * L_2 = __this->get_m_CurPetAniUnit_2(); NullCheck(L_2); int32_t L_3 = L_2->get_allTime_4(); if ((((int32_t)L_1) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))))) { goto IL_0036; } } { PetAniUnit_t1244462747 * L_4 = __this->get_m_CurPetAniUnit_2(); NullCheck(L_4); int32_t L_5 = L_4->get_allTime_4(); __this->set_runtimes_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); } IL_0036: { return; } } // System.Void DMCore.Logic.CPetAniCfg::OnAniChangeImg() extern "C" IL2CPP_METHOD_ATTR void CPetAniCfg_OnAniChangeImg_m380563525 (CPetAniCfg_t3973954919 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetAniCfg_OnAniChangeImg_m380563525_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Texture2D_t3840446185 * V_1 = NULL; { int32_t L_0 = __this->get_runtimes_5(); __this->set_runtimes_5(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); PetAniUnit_t1244462747 * L_1 = __this->get_m_CurPetAniUnit_2(); NullCheck(L_1); int32_t L_2 = L_1->get_imageCount_2(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0035; } } { PetAniUnit_t1244462747 * L_3 = __this->get_m_CurPetAniUnit_2(); NullCheck(L_3); int32_t L_4 = L_3->get_imageCount_2(); int32_t L_5 = __this->get_Index_3(); if ((((int32_t)L_4) > ((int32_t)L_5))) { goto IL_0036; } } IL_0035: { return; } IL_0036: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_6; int32_t L_7 = __this->get_Index_3(); if ((((int32_t)L_7) <= ((int32_t)((int32_t)9)))) { goto IL_006f; } } { PetAniUnit_t1244462747 * L_8 = __this->get_m_CurPetAniUnit_2(); NullCheck(L_8); String_t* L_9 = L_8->get_imgPath_1(); int32_t L_10 = __this->get_Index_3(); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m1715369213(NULL /*static, unused*/, L_9, _stringLiteral3452614529, L_12, /*hidden argument*/NULL); V_0 = L_13; goto IL_0090; } IL_006f: { PetAniUnit_t1244462747 * L_14 = __this->get_m_CurPetAniUnit_2(); NullCheck(L_14); String_t* L_15 = L_14->get_imgPath_1(); int32_t L_16 = __this->get_Index_3(); 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_m1715369213(NULL /*static, unused*/, L_15, _stringLiteral3451565953, L_18, /*hidden argument*/NULL); V_0 = L_19; } IL_0090: { int32_t L_20 = __this->get_Index_3(); __this->set_Index_3(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); int32_t L_21 = __this->get_Index_3(); PetAniUnit_t1244462747 * L_22 = __this->get_m_CurPetAniUnit_2(); NullCheck(L_22); int32_t L_23 = L_22->get_imageCount_2(); if ((!(((uint32_t)L_21) == ((uint32_t)L_23)))) { goto IL_00bb; } } { __this->set_Index_3(0); } IL_00bb: { UITexture_t3471168817 * L_24 = __this->get_m_CurTexture_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_24, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_25) { goto IL_00cd; } } { return; } IL_00cd: { Dictionary_2_t3625702484 * L_26 = __this->get_m_TextureDic_8(); String_t* L_27 = V_0; NullCheck(L_26); bool L_28 = Dictionary_2_ContainsKey_m1577318754(L_26, L_27, /*hidden argument*/Dictionary_2_ContainsKey_m1577318754_RuntimeMethod_var); if (!L_28) { goto IL_00fa; } } { UITexture_t3471168817 * L_29 = __this->get_m_CurTexture_1(); Dictionary_2_t3625702484 * L_30 = __this->get_m_TextureDic_8(); String_t* L_31 = V_0; NullCheck(L_30); Texture2D_t3840446185 * L_32 = Dictionary_2_get_Item_m2202019062(L_30, L_31, /*hidden argument*/Dictionary_2_get_Item_m2202019062_RuntimeMethod_var); NullCheck(L_29); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_29, L_32); goto IL_0149; } IL_00fa: { IResourceManager_t3165642952 * L_33 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_34 = V_0; NullCheck(L_33); Object_t631007953 * L_35 = IResourceManager_CreateResource_m1279813597(L_33, L_34, (bool)0, /*hidden argument*/NULL); V_1 = ((Texture2D_t3840446185 *)IsInstSealed((RuntimeObject*)L_35, Texture2D_t3840446185_il2cpp_TypeInfo_var)); Texture2D_t3840446185 * L_36 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_37 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_36, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_37) { goto IL_0136; } } { UITexture_t3471168817 * L_38 = __this->get_m_CurTexture_1(); Texture2D_t3840446185 * L_39 = V_1; NullCheck(L_38); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_38, L_39); Dictionary_2_t3625702484 * L_40 = __this->get_m_TextureDic_8(); String_t* L_41 = V_0; Texture2D_t3840446185 * L_42 = V_1; NullCheck(L_40); Dictionary_2_set_Item_m432567873(L_40, L_41, L_42, /*hidden argument*/Dictionary_2_set_Item_m432567873_RuntimeMethod_var); goto IL_0149; } IL_0136: { UITexture_t3471168817 * L_43 = __this->get_m_CurTexture_1(); String_t* L_44 = V_0; Vector3_t3722313464 L_45 = __this->get_m_CurScale_6(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetTextureIcon_m1616628797(NULL /*static, unused*/, L_43, L_44, L_45, /*hidden argument*/NULL); } IL_0149: { UITexture_t3471168817 * L_46 = __this->get_m_CurTexture_1(); NullCheck(L_46); GameObject_t1113636619 * L_47 = Component_get_gameObject_m442555142(L_46, /*hidden argument*/NULL); NullCheck(L_47); bool L_48 = GameObject_get_activeSelf_m1767405923(L_47, /*hidden argument*/NULL); if (L_48) { goto IL_016f; } } { UITexture_t3471168817 * L_49 = __this->get_m_CurTexture_1(); NullCheck(L_49); GameObject_t1113636619 * L_50 = Component_get_gameObject_m442555142(L_49, /*hidden argument*/NULL); NullCheck(L_50); GameObject_SetActive_m796801857(L_50, (bool)1, /*hidden argument*/NULL); } IL_016f: { int32_t L_51 = __this->get_runtimes_5(); PetAniUnit_t1244462747 * L_52 = __this->get_m_CurPetAniUnit_2(); NullCheck(L_52); int32_t L_53 = L_52->get_allTime_4(); if ((((int32_t)L_51) < ((int32_t)L_53))) { goto IL_01b3; } } { UITexture_t3471168817 * L_54 = __this->get_m_CurTexture_1(); NullCheck(L_54); GameObject_t1113636619 * L_55 = Component_get_gameObject_m442555142(L_54, /*hidden argument*/NULL); NullCheck(L_55); GameObject_SetActive_m796801857(L_55, (bool)0, /*hidden argument*/NULL); __this->set_m_TimerIndex_4((-1)); PetAniOver_t18903185 * L_56 = __this->get_m_petaniover_7(); if (!L_56) { goto IL_01b3; } } { PetAniOver_t18903185 * L_57 = __this->get_m_petaniover_7(); NullCheck(L_57); PetAniOver_Invoke_m2735718363(L_57, /*hidden argument*/NULL); } IL_01b3: { return; } } // System.Void DMCore.Logic.CPetAniCfg::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPetAniCfg__cctor_m4004319521 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetAniCfg/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CPlayAniU3Ec__AnonStorey0__ctor_m2131007307 (U3CPlayAniU3Ec__AnonStorey0_t3750724107 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CPetAniCfg/c__AnonStorey0::<>m__0(DMCore.Logic.CPetAniCfg/PetAniUnit) extern "C" IL2CPP_METHOD_ATTR bool U3CPlayAniU3Ec__AnonStorey0_U3CU3Em__0_m3140275601 (U3CPlayAniU3Ec__AnonStorey0_t3750724107 * __this, PetAniUnit_t1244462747 * ___petanitemp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CPlayAniU3Ec__AnonStorey0_U3CU3Em__0_m3140275601_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PetAniUnit_t1244462747 * L_0 = ___petanitemp0; NullCheck(L_0); String_t* L_1 = L_0->get_aniID_0(); String_t* L_2 = __this->get_aniid_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_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 extern "C" void DelegatePInvokeWrapper_PetAniOver_t18903185 (PetAniOver_t18903185 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(); } // System.Void DMCore.Logic.CPetAniCfg/PetAniOver::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void PetAniOver__ctor_m924333192 (PetAniOver_t18903185 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CPetAniCfg/PetAniOver::Invoke() extern "C" IL2CPP_METHOD_ATTR void PetAniOver_Invoke_m2735718363 (PetAniOver_t18903185 * __this, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { PetAniOver_Invoke_m2735718363((PetAniOver_t18903185 *)__this->get_prev_9(), 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) == 0) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, 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)) GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis); else GenericVirtActionInvoker0::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CPetAniCfg/PetAniOver::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PetAniOver_BeginInvoke_m1736144654 (PetAniOver_t18903185 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // System.Void DMCore.Logic.CPetAniCfg/PetAniOver::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void PetAniOver_EndInvoke_m1053666506 (PetAniOver_t18903185 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetAniCfg/PetAniUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetAniUnit__ctor_m2630056321 (PetAniUnit_t1244462747 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetAniUnit__ctor_m2630056321_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_aniID_0(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_imgPath_1(L_1); __this->set_timeOneDelay_3((0.0f)); __this->set_allTime_4(0); __this->set_imageCount_2(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetConfig__ctor_m4020661248 (CPetConfig_t679804737 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetConfig__ctor_m4020661248_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t2185202699 * L_0 = (List_1_t2185202699 *)il2cpp_codegen_object_new(List_1_t2185202699_il2cpp_TypeInfo_var); List_1__ctor_m2373755208(L_0, /*hidden argument*/List_1__ctor_m2373755208_RuntimeMethod_var); __this->set_m_BuyEnergyConfig_2(L_0); List_1_t3080825839 * L_1 = (List_1_t3080825839 *)il2cpp_codegen_object_new(List_1_t3080825839_il2cpp_TypeInfo_var); List_1__ctor_m1505517989(L_1, /*hidden argument*/List_1__ctor_m1505517989_RuntimeMethod_var); __this->set_m_QualityConfig_1(L_1); return; } } // DMCore.Logic.CPetConfig DMCore.Logic.CPetConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetConfig_t679804737 * CPetConfig_GetInstance_m2205073526 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetConfig_GetInstance_m2205073526_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig_t679804737 * L_0 = ((CPetConfig_t679804737_StaticFields*)il2cpp_codegen_static_fields_for(CPetConfig_t679804737_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (L_0) { goto IL_0014; } } { CPetConfig_t679804737 * L_1 = (CPetConfig_t679804737 *)il2cpp_codegen_object_new(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig__ctor_m4020661248(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); ((CPetConfig_t679804737_StaticFields*)il2cpp_codegen_static_fields_for(CPetConfig_t679804737_il2cpp_TypeInfo_var))->set_s_Instance_0(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig_t679804737 * L_2 = ((CPetConfig_t679804737_StaticFields*)il2cpp_codegen_static_fields_for(CPetConfig_t679804737_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_2; } } // System.Void DMCore.Logic.CPetConfig::RequestPetConfig(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetConfig_RequestPetConfig_m1936925773 (CPetConfig_t679804737 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetConfig_RequestPetConfig_m1936925773_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1565), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___type0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetConfig::ResponsePetConfig(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPetConfig_ResponsePetConfig_m1004517824 (CPetConfig_t679804737 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetConfig_ResponsePetConfig_m1004517824_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; PetQualityDataUnit_t1608751097 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; PetBuyEnergyDataConfigUnit_t713127957 * V_11 = NULL; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_016e; } } { CDataArray_t4068198041 * L_5 = ___msg0; int32_t L_6 = V_0; int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); V_0 = L_7; NullCheck(L_5); int32_t L_8 = CDataArray_GetInt_m1111369473(L_5, L_7, 0, /*hidden argument*/NULL); V_2 = L_8; CDataArray_t4068198041 * L_9 = ___msg0; int32_t L_10 = V_0; int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); V_0 = L_11; NullCheck(L_9); int32_t L_12 = CDataArray_GetInt_m1111369473(L_9, L_11, 0, /*hidden argument*/NULL); V_3 = L_12; List_1_t3080825839 * L_13 = __this->get_m_QualityConfig_1(); NullCheck(L_13); List_1_Clear_m3424721998(L_13, /*hidden argument*/List_1_Clear_m3424721998_RuntimeMethod_var); V_4 = 0; goto IL_0161; } IL_0043: { int32_t L_14 = V_0; int32_t L_15 = V_4; int32_t L_16 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)L_16)))); PetQualityDataUnit_t1608751097 * L_17 = (PetQualityDataUnit_t1608751097 *)il2cpp_codegen_object_new(PetQualityDataUnit_t1608751097_il2cpp_TypeInfo_var); PetQualityDataUnit__ctor_m1507002801(L_17, /*hidden argument*/NULL); V_6 = L_17; PetQualityDataUnit_t1608751097 * L_18 = V_6; CDataArray_t4068198041 * L_19 = ___msg0; int32_t L_20 = V_5; int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); V_5 = L_21; NullCheck(L_19); int32_t L_22 = CDataArray_GetInt_m1111369473(L_19, L_21, 0, /*hidden argument*/NULL); NullCheck(L_18); L_18->set_quality_0(L_22); PetQualityDataUnit_t1608751097 * L_23 = V_6; CDataArray_t4068198041 * L_24 = ___msg0; int32_t L_25 = V_5; int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); V_5 = L_26; NullCheck(L_24); int32_t L_27 = CDataArray_GetInt_m1111369473(L_24, L_26, 0, /*hidden argument*/NULL); NullCheck(L_23); L_23->set_maxlevel_1(L_27); PetQualityDataUnit_t1608751097 * L_28 = V_6; CDataArray_t4068198041 * L_29 = ___msg0; int32_t L_30 = V_5; int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); V_5 = L_31; NullCheck(L_29); int32_t L_32 = CDataArray_GetInt_m1111369473(L_29, L_31, 0, /*hidden argument*/NULL); NullCheck(L_28); L_28->set_maxenergy_2(L_32); PetQualityDataUnit_t1608751097 * L_33 = V_6; CDataArray_t4068198041 * L_34 = ___msg0; int32_t L_35 = V_5; int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); V_5 = L_36; NullCheck(L_34); int32_t L_37 = CDataArray_GetInt_m1111369473(L_34, L_36, 0, /*hidden argument*/NULL); NullCheck(L_33); L_33->set_eatNum_3(L_37); PetQualityDataUnit_t1608751097 * L_38 = V_6; CDataArray_t4068198041 * L_39 = ___msg0; int32_t L_40 = V_5; int32_t L_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); V_5 = L_41; NullCheck(L_39); int32_t L_42 = CDataArray_GetInt_m1111369473(L_39, L_41, 0, /*hidden argument*/NULL); NullCheck(L_38); L_38->set_eatEnergy_4(L_42); PetQualityDataUnit_t1608751097 * L_43 = V_6; CDataArray_t4068198041 * L_44 = ___msg0; int32_t L_45 = V_5; int32_t L_46 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); V_5 = L_46; NullCheck(L_44); int32_t L_47 = CDataArray_GetInt_m1111369473(L_44, L_46, 0, /*hidden argument*/NULL); NullCheck(L_43); L_43->set_eatMaterialID_5(L_47); PetQualityDataUnit_t1608751097 * L_48 = V_6; CDataArray_t4068198041 * L_49 = ___msg0; int32_t L_50 = V_5; int32_t L_51 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); V_5 = L_51; NullCheck(L_49); int32_t L_52 = CDataArray_GetInt_m1111369473(L_49, L_51, 0, /*hidden argument*/NULL); NullCheck(L_48); L_48->set_studyNum_6(L_52); PetQualityDataUnit_t1608751097 * L_53 = V_6; CDataArray_t4068198041 * L_54 = ___msg0; int32_t L_55 = V_5; int32_t L_56 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); V_5 = L_56; NullCheck(L_54); int32_t L_57 = CDataArray_GetInt_m1111369473(L_54, L_56, 0, /*hidden argument*/NULL); NullCheck(L_53); L_53->set_studyEnergy_7(L_57); PetQualityDataUnit_t1608751097 * L_58 = V_6; CDataArray_t4068198041 * L_59 = ___msg0; int32_t L_60 = V_5; int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); V_5 = L_61; NullCheck(L_59); int32_t L_62 = CDataArray_GetInt_m1111369473(L_59, L_61, 0, /*hidden argument*/NULL); NullCheck(L_58); L_58->set_studyMaterialID_8(L_62); PetQualityDataUnit_t1608751097 * L_63 = V_6; CDataArray_t4068198041 * L_64 = ___msg0; int32_t L_65 = V_5; int32_t L_66 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); V_5 = L_66; NullCheck(L_64); int32_t L_67 = CDataArray_GetInt_m1111369473(L_64, L_66, 0, /*hidden argument*/NULL); NullCheck(L_63); L_63->set_drillNum_9(L_67); PetQualityDataUnit_t1608751097 * L_68 = V_6; CDataArray_t4068198041 * L_69 = ___msg0; int32_t L_70 = V_5; int32_t L_71 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); V_5 = L_71; NullCheck(L_69); int32_t L_72 = CDataArray_GetInt_m1111369473(L_69, L_71, 0, /*hidden argument*/NULL); NullCheck(L_68); L_68->set_drillEnergy_10(L_72); PetQualityDataUnit_t1608751097 * L_73 = V_6; CDataArray_t4068198041 * L_74 = ___msg0; int32_t L_75 = V_5; int32_t L_76 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); V_5 = L_76; NullCheck(L_74); int32_t L_77 = CDataArray_GetInt_m1111369473(L_74, L_76, 0, /*hidden argument*/NULL); NullCheck(L_73); L_73->set_drillMaterialID_11(L_77); List_1_t3080825839 * L_78 = __this->get_m_QualityConfig_1(); PetQualityDataUnit_t1608751097 * L_79 = V_6; NullCheck(L_78); List_1_Add_m2616313425(L_78, L_79, /*hidden argument*/List_1_Add_m2616313425_RuntimeMethod_var); int32_t L_80 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); } IL_0161: { int32_t L_81 = V_4; int32_t L_82 = V_2; if ((((int32_t)L_81) < ((int32_t)L_82))) { goto IL_0043; } } { goto IL_0208; } IL_016e: { CDataArray_t4068198041 * L_83 = ___msg0; int32_t L_84 = V_0; int32_t L_85 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); V_0 = L_85; NullCheck(L_83); int32_t L_86 = CDataArray_GetInt_m1111369473(L_83, L_85, 0, /*hidden argument*/NULL); V_7 = L_86; CDataArray_t4068198041 * L_87 = ___msg0; int32_t L_88 = V_0; int32_t L_89 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); V_0 = L_89; NullCheck(L_87); int32_t L_90 = CDataArray_GetInt_m1111369473(L_87, L_89, 0, /*hidden argument*/NULL); V_8 = L_90; List_1_t2185202699 * L_91 = __this->get_m_BuyEnergyConfig_2(); NullCheck(L_91); List_1_Clear_m50456155(L_91, /*hidden argument*/List_1_Clear_m50456155_RuntimeMethod_var); V_9 = 0; goto IL_01ff; } IL_019d: { int32_t L_92 = V_0; int32_t L_93 = V_9; int32_t L_94 = V_8; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_93, (int32_t)L_94)))); PetBuyEnergyDataConfigUnit_t713127957 * L_95 = (PetBuyEnergyDataConfigUnit_t713127957 *)il2cpp_codegen_object_new(PetBuyEnergyDataConfigUnit_t713127957_il2cpp_TypeInfo_var); PetBuyEnergyDataConfigUnit__ctor_m1753059509(L_95, /*hidden argument*/NULL); V_11 = L_95; PetBuyEnergyDataConfigUnit_t713127957 * L_96 = V_11; CDataArray_t4068198041 * L_97 = ___msg0; int32_t L_98 = V_10; int32_t L_99 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); V_10 = L_99; NullCheck(L_97); int32_t L_100 = CDataArray_GetInt_m1111369473(L_97, L_99, 0, /*hidden argument*/NULL); NullCheck(L_96); L_96->set_buyNum_0(L_100); PetBuyEnergyDataConfigUnit_t713127957 * L_101 = V_11; CDataArray_t4068198041 * L_102 = ___msg0; int32_t L_103 = V_10; int32_t L_104 = ((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1)); V_10 = L_104; NullCheck(L_102); int32_t L_105 = CDataArray_GetInt_m1111369473(L_102, L_104, 0, /*hidden argument*/NULL); NullCheck(L_101); L_101->set_needDiamond_1(L_105); PetBuyEnergyDataConfigUnit_t713127957 * L_106 = V_11; CDataArray_t4068198041 * L_107 = ___msg0; int32_t L_108 = V_10; int32_t L_109 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); V_10 = L_109; NullCheck(L_107); int32_t L_110 = CDataArray_GetInt_m1111369473(L_107, L_109, 0, /*hidden argument*/NULL); NullCheck(L_106); L_106->set_addEnergy_2(L_110); List_1_t2185202699 * L_111 = __this->get_m_BuyEnergyConfig_2(); PetBuyEnergyDataConfigUnit_t713127957 * L_112 = V_11; NullCheck(L_111); List_1_Add_m223407736(L_111, L_112, /*hidden argument*/List_1_Add_m223407736_RuntimeMethod_var); int32_t L_113 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)1)); } IL_01ff: { int32_t L_114 = V_9; int32_t L_115 = V_7; if ((((int32_t)L_114) < ((int32_t)L_115))) { goto IL_019d; } } IL_0208: { return; } } // DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit DMCore.Logic.CPetConfig::GetBuyDataconfig(System.Int32) extern "C" IL2CPP_METHOD_ATTR PetBuyEnergyDataConfigUnit_t713127957 * CPetConfig_GetBuyDataconfig_m2807802240 (CPetConfig_t679804737 * __this, int32_t ___Num0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetConfig_GetBuyDataconfig_m2807802240_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetBuyDataconfigU3Ec__AnonStorey0_t233870524 * V_0 = NULL; PetBuyEnergyDataConfigUnit_t713127957 * V_1 = NULL; { U3CGetBuyDataconfigU3Ec__AnonStorey0_t233870524 * L_0 = (U3CGetBuyDataconfigU3Ec__AnonStorey0_t233870524 *)il2cpp_codegen_object_new(U3CGetBuyDataconfigU3Ec__AnonStorey0_t233870524_il2cpp_TypeInfo_var); U3CGetBuyDataconfigU3Ec__AnonStorey0__ctor_m2451255045(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetBuyDataconfigU3Ec__AnonStorey0_t233870524 * L_1 = V_0; int32_t L_2 = ___Num0; NullCheck(L_1); L_1->set_Num_0(L_2); List_1_t2185202699 * L_3 = __this->get_m_BuyEnergyConfig_2(); U3CGetBuyDataconfigU3Ec__AnonStorey0_t233870524 * L_4 = V_0; intptr_t L_5 = (intptr_t)U3CGetBuyDataconfigU3Ec__AnonStorey0_U3CU3Em__0_m1988823969_RuntimeMethod_var; Predicate_1_t1538422081 * L_6 = (Predicate_1_t1538422081 *)il2cpp_codegen_object_new(Predicate_1_t1538422081_il2cpp_TypeInfo_var); Predicate_1__ctor_m2474333513(L_6, L_4, L_5, /*hidden argument*/Predicate_1__ctor_m2474333513_RuntimeMethod_var); NullCheck(L_3); PetBuyEnergyDataConfigUnit_t713127957 * L_7 = List_1_Find_m3457631442(L_3, L_6, /*hidden argument*/List_1_Find_m3457631442_RuntimeMethod_var); V_1 = L_7; PetBuyEnergyDataConfigUnit_t713127957 * L_8 = V_1; if (!L_8) { goto IL_002d; } } { PetBuyEnergyDataConfigUnit_t713127957 * L_9 = V_1; return L_9; } IL_002d: { PetBuyEnergyDataConfigUnit_t713127957 * L_10 = (PetBuyEnergyDataConfigUnit_t713127957 *)il2cpp_codegen_object_new(PetBuyEnergyDataConfigUnit_t713127957_il2cpp_TypeInfo_var); PetBuyEnergyDataConfigUnit__ctor_m1753059509(L_10, /*hidden argument*/NULL); return L_10; } } // DMCore.Logic.CPetConfig/PetQualityDataUnit DMCore.Logic.CPetConfig::GetQualityconfig(System.Int32) extern "C" IL2CPP_METHOD_ATTR PetQualityDataUnit_t1608751097 * CPetConfig_GetQualityconfig_m1314804221 (CPetConfig_t679804737 * __this, int32_t ___quality0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetConfig_GetQualityconfig_m1314804221_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetQualityconfigU3Ec__AnonStorey1_t3016788788 * V_0 = NULL; PetQualityDataUnit_t1608751097 * V_1 = NULL; { U3CGetQualityconfigU3Ec__AnonStorey1_t3016788788 * L_0 = (U3CGetQualityconfigU3Ec__AnonStorey1_t3016788788 *)il2cpp_codegen_object_new(U3CGetQualityconfigU3Ec__AnonStorey1_t3016788788_il2cpp_TypeInfo_var); U3CGetQualityconfigU3Ec__AnonStorey1__ctor_m3846463933(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetQualityconfigU3Ec__AnonStorey1_t3016788788 * L_1 = V_0; int32_t L_2 = ___quality0; NullCheck(L_1); L_1->set_quality_0(L_2); List_1_t3080825839 * L_3 = __this->get_m_QualityConfig_1(); U3CGetQualityconfigU3Ec__AnonStorey1_t3016788788 * L_4 = V_0; intptr_t L_5 = (intptr_t)U3CGetQualityconfigU3Ec__AnonStorey1_U3CU3Em__0_m2644710375_RuntimeMethod_var; Predicate_1_t2434045221 * L_6 = (Predicate_1_t2434045221 *)il2cpp_codegen_object_new(Predicate_1_t2434045221_il2cpp_TypeInfo_var); Predicate_1__ctor_m1280362594(L_6, L_4, L_5, /*hidden argument*/Predicate_1__ctor_m1280362594_RuntimeMethod_var); NullCheck(L_3); PetQualityDataUnit_t1608751097 * L_7 = List_1_Find_m515852019(L_3, L_6, /*hidden argument*/List_1_Find_m515852019_RuntimeMethod_var); V_1 = L_7; PetQualityDataUnit_t1608751097 * L_8 = V_1; if (!L_8) { goto IL_002d; } } { PetQualityDataUnit_t1608751097 * L_9 = V_1; return L_9; } IL_002d: { PetQualityDataUnit_t1608751097 * L_10 = (PetQualityDataUnit_t1608751097 *)il2cpp_codegen_object_new(PetQualityDataUnit_t1608751097_il2cpp_TypeInfo_var); PetQualityDataUnit__ctor_m1507002801(L_10, /*hidden argument*/NULL); return L_10; } } // System.Int32 DMCore.Logic.CPetConfig::GetBuyEnergyMaxNum() extern "C" IL2CPP_METHOD_ATTR int32_t CPetConfig_GetBuyEnergyMaxNum_m1055861256 (CPetConfig_t679804737 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetConfig_GetBuyEnergyMaxNum_m1055861256_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2185202699 * L_0 = __this->get_m_BuyEnergyConfig_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2575567348(L_0, /*hidden argument*/List_1_get_Count_m2575567348_RuntimeMethod_var); return L_1; } } // System.Int32 DMCore.Logic.CPetConfig::GetMaxLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CPetConfig_GetMaxLevel_m2261324797 (CPetConfig_t679804737 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetConfig_GetMaxLevel_m2261324797_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; PetQualityDataUnit_t1608751097 * V_2 = NULL; { V_0 = 0; V_1 = 0; goto IL_002d; } IL_0009: { List_1_t3080825839 * L_0 = __this->get_m_QualityConfig_1(); int32_t L_1 = V_1; NullCheck(L_0); PetQualityDataUnit_t1608751097 * L_2 = List_1_get_Item_m2047525830(L_0, L_1, /*hidden argument*/List_1_get_Item_m2047525830_RuntimeMethod_var); V_2 = L_2; PetQualityDataUnit_t1608751097 * L_3 = V_2; NullCheck(L_3); int32_t L_4 = L_3->get_maxlevel_1(); int32_t L_5 = V_0; if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0029; } } { PetQualityDataUnit_t1608751097 * L_6 = V_2; NullCheck(L_6); int32_t L_7 = L_6->get_maxlevel_1(); V_0 = L_7; } IL_0029: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002d: { int32_t L_9 = V_1; List_1_t3080825839 * L_10 = __this->get_m_QualityConfig_1(); NullCheck(L_10); int32_t L_11 = List_1_get_Count_m3539764010(L_10, /*hidden argument*/List_1_get_Count_m3539764010_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0009; } } { int32_t L_12 = V_0; return L_12; } } // System.Void DMCore.Logic.CPetConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPetConfig__cctor_m2595074119 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetConfig/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetBuyDataconfigU3Ec__AnonStorey0__ctor_m2451255045 (U3CGetBuyDataconfigU3Ec__AnonStorey0_t233870524 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CPetConfig/c__AnonStorey0::<>m__0(DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit) extern "C" IL2CPP_METHOD_ATTR bool U3CGetBuyDataconfigU3Ec__AnonStorey0_U3CU3Em__0_m1988823969 (U3CGetBuyDataconfigU3Ec__AnonStorey0_t233870524 * __this, PetBuyEnergyDataConfigUnit_t713127957 * ___petbuy0, const RuntimeMethod* method) { { PetBuyEnergyDataConfigUnit_t713127957 * L_0 = ___petbuy0; NullCheck(L_0); int32_t L_1 = L_0->get_buyNum_0(); int32_t L_2 = __this->get_Num_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetConfig/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetQualityconfigU3Ec__AnonStorey1__ctor_m3846463933 (U3CGetQualityconfigU3Ec__AnonStorey1_t3016788788 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CPetConfig/c__AnonStorey1::<>m__0(DMCore.Logic.CPetConfig/PetQualityDataUnit) extern "C" IL2CPP_METHOD_ATTR bool U3CGetQualityconfigU3Ec__AnonStorey1_U3CU3Em__0_m2644710375 (U3CGetQualityconfigU3Ec__AnonStorey1_t3016788788 * __this, PetQualityDataUnit_t1608751097 * ___petQuality0, const RuntimeMethod* method) { { PetQualityDataUnit_t1608751097 * L_0 = ___petQuality0; NullCheck(L_0); int32_t L_1 = L_0->get_quality_0(); int32_t L_2 = __this->get_quality_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetBuyEnergyDataConfigUnit__ctor_m1753059509 (PetBuyEnergyDataConfigUnit_t713127957 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_buyNum_0(0); __this->set_needDiamond_1(0); __this->set_addEnergy_2(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetConfig/PetQualityDataUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetQualityDataUnit__ctor_m1507002801 (PetQualityDataUnit_t1608751097 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_quality_0(0); __this->set_maxlevel_1(0); __this->set_maxenergy_2(0); __this->set_eatNum_3(0); __this->set_eatEnergy_4(0); __this->set_studyNum_6(0); __this->set_studyEnergy_7(0); __this->set_drillNum_9(0); __this->set_drillEnergy_10(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetLevelExperienceCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetLevelExperienceCfg__ctor_m3056569966 (CPetLevelExperienceCfg_t3456413245 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetLevelExperienceCfg__ctor_m3056569966_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t3489775701 * L_0 = (Dictionary_2_t3489775701 *)il2cpp_codegen_object_new(Dictionary_2_t3489775701_il2cpp_TypeInfo_var); Dictionary_2__ctor_m134653699(L_0, /*hidden argument*/Dictionary_2__ctor_m134653699_RuntimeMethod_var); __this->set_m_LevelData_1(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral669736737, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPetLevelExperienceCfg DMCore.Logic.CPetLevelExperienceCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetLevelExperienceCfg_t3456413245 * CPetLevelExperienceCfg_GetInstance_m1524422937 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetLevelExperienceCfg_GetInstance_m1524422937_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var); CPetLevelExperienceCfg_t3456413245 * L_0 = ((CPetLevelExperienceCfg_t3456413245_StaticFields*)il2cpp_codegen_static_fields_for(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var))->get_m_Instance_2(); if (L_0) { goto IL_0014; } } { CPetLevelExperienceCfg_t3456413245 * L_1 = (CPetLevelExperienceCfg_t3456413245 *)il2cpp_codegen_object_new(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var); CPetLevelExperienceCfg__ctor_m3056569966(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var); ((CPetLevelExperienceCfg_t3456413245_StaticFields*)il2cpp_codegen_static_fields_for(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var))->set_m_Instance_2(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var); CPetLevelExperienceCfg_t3456413245 * L_2 = ((CPetLevelExperienceCfg_t3456413245_StaticFields*)il2cpp_codegen_static_fields_for(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var))->get_m_Instance_2(); return L_2; } } // System.Void DMCore.Logic.CPetLevelExperienceCfg::Clear() extern "C" IL2CPP_METHOD_ATTR void CPetLevelExperienceCfg_Clear_m1502547177 (CPetLevelExperienceCfg_t3456413245 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Logic.CPetLevelExperienceCfg::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPetLevelExperienceCfg_OnLoad_m3699552452 (CPetLevelExperienceCfg_t3456413245 * __this, String_t* ___texAsset0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetLevelExperienceCfg_OnLoad_m3699552452_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlElement_t561603118 * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; XmlElement_t561603118 * V_4 = NULL; int32_t V_5 = 0; levelEffect_t306095074 * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = V_0; if (!L_1) { goto IL_0116; } } IL_000c: { XmlDocument_t2837193595 * L_2 = V_0; String_t* L_3 = ___texAsset0; NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_2, L_3); XmlDocument_t2837193595 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); V_1 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_6 = V_1; if (L_6) { goto IL_0031; } } IL_0025: { XmlDocument_t2837193595 * L_7 = V_0; XmlElement_t561603118 * L_8 = CXMLHelper_GetXmlNodeByXpath_m2211338148(NULL /*static, unused*/, L_7, _stringLiteral2328036797, /*hidden argument*/NULL); V_1 = L_8; } IL_0031: { XmlElement_t561603118 * L_9 = V_1; if (!L_9) { goto IL_0042; } } IL_0037: { XmlElement_t561603118 * L_10 = V_1; NullCheck(L_10); XmlNodeList_t2551693786 * L_11 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_10); if (L_11) { goto IL_0049; } } IL_0042: { V_2 = (bool)0; goto IL_0125; } IL_0049: { Dictionary_2_t3489775701 * L_12 = __this->get_m_LevelData_1(); NullCheck(L_12); Dictionary_2_Clear_m1865615314(L_12, /*hidden argument*/Dictionary_2_Clear_m1865615314_RuntimeMethod_var); V_3 = 0; goto IL_00fe; } IL_005b: { XmlElement_t561603118 * L_13 = V_1; NullCheck(L_13); XmlNodeList_t2551693786 * L_14 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_13); int32_t L_15 = V_3; NullCheck(L_14); XmlNode_t3767805227 * L_16 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_14, L_15); NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_16); if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_00fa; } } IL_0072: { XmlElement_t561603118 * L_18 = V_1; NullCheck(L_18); XmlNodeList_t2551693786 * L_19 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_18); int32_t L_20 = V_3; NullCheck(L_19); XmlNode_t3767805227 * L_21 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_19, L_20); V_4 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_21, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_22 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_23 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_22, _stringLiteral1232840130, 0, /*hidden argument*/NULL); V_5 = L_23; levelEffect_t306095074 * L_24 = (levelEffect_t306095074 *)il2cpp_codegen_object_new(levelEffect_t306095074_il2cpp_TypeInfo_var); levelEffect__ctor_m2416572372(L_24, /*hidden argument*/NULL); V_6 = L_24; levelEffect_t306095074 * L_25 = V_6; XmlElement_t561603118 * L_26 = V_4; int32_t L_27 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_26, _stringLiteral945218089, 0, /*hidden argument*/NULL); NullCheck(L_25); L_25->set_needTotalExperience_1(L_27); levelEffect_t306095074 * L_28 = V_6; XmlElement_t561603118 * L_29 = V_4; int32_t L_30 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_29, _stringLiteral1811085583, 0, /*hidden argument*/NULL); NullCheck(L_28); L_28->set_needNextLevelExperience_0(L_30); levelEffect_t306095074 * L_31 = V_6; XmlElement_t561603118 * L_32 = V_4; int32_t L_33 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_32, _stringLiteral2302596045, 0, /*hidden argument*/NULL); NullCheck(L_31); L_31->set_effectExp_2(L_33); levelEffect_t306095074 * L_34 = V_6; XmlElement_t561603118 * L_35 = V_4; int32_t L_36 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_35, _stringLiteral587669701, 0, /*hidden argument*/NULL); NullCheck(L_34); L_34->set_effectGold_3(L_36); Dictionary_2_t3489775701 * L_37 = __this->get_m_LevelData_1(); int32_t L_38 = V_5; levelEffect_t306095074 * L_39 = V_6; NullCheck(L_37); Dictionary_2_set_Item_m244444753(L_37, L_38, L_39, /*hidden argument*/Dictionary_2_set_Item_m244444753_RuntimeMethod_var); } IL_00fa: { int32_t L_40 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00fe: { int32_t L_41 = V_3; XmlElement_t561603118 * L_42 = V_1; NullCheck(L_42); XmlNodeList_t2551693786 * L_43 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_42); NullCheck(L_43); int32_t L_44 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_43); if ((((int32_t)L_41) < ((int32_t)L_44))) { goto IL_005b; } } IL_010f: { V_2 = (bool)1; goto IL_0125; } IL_0116: { V_2 = (bool)0; goto IL_0125; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_011d; throw e; } CATCH_011d: { // begin catch(System.Object) V_2 = (bool)0; goto IL_0125; } // end catch (depth: 1) IL_0125: { bool L_45 = V_2; return L_45; } } // DMCore.Logic.CPetLevelExperienceCfg/levelEffect DMCore.Logic.CPetLevelExperienceCfg::GetCurLevelEffect(System.Int32) extern "C" IL2CPP_METHOD_ATTR levelEffect_t306095074 * CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790 (CPetLevelExperienceCfg_t3456413245 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3489775701 * L_0 = __this->get_m_LevelData_1(); int32_t L_1 = ___level0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m4058996561(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m4058996561_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { Dictionary_2_t3489775701 * L_3 = __this->get_m_LevelData_1(); int32_t L_4 = ___level0; NullCheck(L_3); levelEffect_t306095074 * L_5 = Dictionary_2_get_Item_m1431089889(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m1431089889_RuntimeMethod_var); return L_5; } IL_001e: { Dictionary_2_t3489775701 * L_6 = __this->get_m_LevelData_1(); int32_t L_7 = ___level0; NullCheck(L_6); bool L_8 = Dictionary_2_ContainsKey_m4058996561(L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/Dictionary_2_ContainsKey_m4058996561_RuntimeMethod_var); if (!L_8) { goto IL_0040; } } { Dictionary_2_t3489775701 * L_9 = __this->get_m_LevelData_1(); int32_t L_10 = ___level0; NullCheck(L_9); levelEffect_t306095074 * L_11 = Dictionary_2_get_Item_m1431089889(L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)), /*hidden argument*/Dictionary_2_get_Item_m1431089889_RuntimeMethod_var); return L_11; } IL_0040: { levelEffect_t306095074 * L_12 = (levelEffect_t306095074 *)il2cpp_codegen_object_new(levelEffect_t306095074_il2cpp_TypeInfo_var); levelEffect__ctor_m2416572372(L_12, /*hidden argument*/NULL); return L_12; } } // System.Int32 DMCore.Logic.CPetLevelExperienceCfg::GetNeedExperienceForMax(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPetLevelExperienceCfg_GetNeedExperienceForMax_m2651649929 (CPetLevelExperienceCfg_t3456413245 * __this, int32_t ___level0, int32_t ___quality1, int32_t ___curExp2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetLevelExperienceCfg_GetNeedExperienceForMax_m2651649929_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig_t679804737 * L_0 = CPetConfig_GetInstance_m2205073526(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___quality1; NullCheck(L_0); PetQualityDataUnit_t1608751097 * L_2 = CPetConfig_GetQualityconfig_m1314804221(L_0, L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = L_2->get_maxlevel_1(); V_0 = L_3; int32_t L_4 = V_0; levelEffect_t306095074 * L_5 = CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790(__this, L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = L_5->get_needTotalExperience_1(); V_1 = L_6; int32_t L_7 = ___level0; levelEffect_t306095074 * L_8 = CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790(__this, L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = L_8->get_needTotalExperience_1(); int32_t L_10 = ___curExp2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); int32_t L_11 = V_1; int32_t L_12 = V_2; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)); } } // System.Int32 DMCore.Logic.CPetLevelExperienceCfg::GetGoLevel(System.Int32,System.Int32,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t CPetLevelExperienceCfg_GetGoLevel_m455882528 (CPetLevelExperienceCfg_t3456413245 * __this, int32_t ___level0, int32_t ___currentExp1, int32_t ___addExp2, int32_t* ___afterlevelExp3, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___level0; levelEffect_t306095074 * L_1 = CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = L_1->get_needNextLevelExperience_0(); int32_t L_3 = ___currentExp1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)); int32_t* L_4 = ___afterlevelExp3; int32_t L_5 = ___currentExp1; int32_t L_6 = ___addExp2; *((int32_t*)(L_4)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)); goto IL_0035; } IL_001a: { int32_t L_7 = ___addExp2; int32_t L_8 = V_0; ___addExp2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)); int32_t L_9 = ___level0; ___level0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); int32_t L_10 = ___level0; levelEffect_t306095074 * L_11 = CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790(__this, L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = L_11->get_needNextLevelExperience_0(); V_0 = L_12; int32_t* L_13 = ___afterlevelExp3; int32_t L_14 = ___addExp2; *((int32_t*)(L_13)) = (int32_t)L_14; } IL_0035: { int32_t L_15 = ___addExp2; int32_t L_16 = V_0; if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_001a; } } { int32_t L_17 = ___level0; return L_17; } } // System.Void DMCore.Logic.CPetLevelExperienceCfg::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPetLevelExperienceCfg__cctor_m3457373563 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetLevelExperienceCfg/levelEffect::.ctor() extern "C" IL2CPP_METHOD_ATTR void levelEffect__ctor_m2416572372 (levelEffect_t306095074 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_needNextLevelExperience_0(0); __this->set_needTotalExperience_1(0); __this->set_effectExp_2(0); __this->set_effectGold_3(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetManager__ctor_m1438111042 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager__ctor_m1438111042_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t4139125132 * L_0 = (List_1_t4139125132 *)il2cpp_codegen_object_new(List_1_t4139125132_il2cpp_TypeInfo_var); List_1__ctor_m3704617332(L_0, /*hidden argument*/List_1__ctor_m3704617332_RuntimeMethod_var); __this->set_m_PetList_11(L_0); Dictionary_2_t1411863853 * L_1 = (Dictionary_2_t1411863853 *)il2cpp_codegen_object_new(Dictionary_2_t1411863853_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2853127436(L_1, /*hidden argument*/Dictionary_2__ctor_m2853127436_RuntimeMethod_var); __this->set_m_PetSkill_12(L_1); __this->set_m_CurrentFollowPetID_9((((int64_t)((int64_t)(-1))))); CPetManager_set_CurrentSelectedPetID_m4011617171(__this, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); __this->set_m_LeftBuyEnergyCount_13(0); CPetManager_set_IsDataReady_m1087712853(__this, (bool)0, /*hidden argument*/NULL); List_1_t913674750 * L_2 = (List_1_t913674750 *)il2cpp_codegen_object_new(List_1_t913674750_il2cpp_TypeInfo_var); List_1__ctor_m3581340774(L_2, /*hidden argument*/List_1__ctor_m3581340774_RuntimeMethod_var); __this->set_m_NeedActivePetList_8(L_2); CPetManager_set_IsShowActivePet_m117050414(__this, (bool)0, /*hidden argument*/NULL); __this->set_m_tempPetObj_14((ISceneNpcBase_t3974693970 *)NULL); CPetManager_set_RefreshActiveTimeTimerID_m836468754(__this, 0, /*hidden argument*/NULL); CPetManager_set_IsCurrentFollowPetVisible_m3977233277(__this, (bool)1, /*hidden argument*/NULL); CPetManager_set_petSkillUseCount_m1801960473(__this, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPetManager DMCore.Logic.CPetManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetManager_t2941415134 * CPetManager_GetInstance_m156291089 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_GetInstance_m156291089_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = ((CPetManager_t2941415134_StaticFields*)il2cpp_codegen_static_fields_for(CPetManager_t2941415134_il2cpp_TypeInfo_var))->get_s_Instance_10(); if (L_0) { goto IL_0014; } } { CPetManager_t2941415134 * L_1 = (CPetManager_t2941415134 *)il2cpp_codegen_object_new(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager__ctor_m1438111042(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); ((CPetManager_t2941415134_StaticFields*)il2cpp_codegen_static_fields_for(CPetManager_t2941415134_il2cpp_TypeInfo_var))->set_s_Instance_10(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_2 = ((CPetManager_t2941415134_StaticFields*)il2cpp_codegen_static_fields_for(CPetManager_t2941415134_il2cpp_TypeInfo_var))->get_s_Instance_10(); return L_2; } } // DMCore.Framework.Scene.ISceneBaseObj DMCore.Logic.CPetManager::CreatePetObject(System.Int32) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CPetManager_CreatePetObject_m1636568575 (CPetManager_t2941415134 * __this, int32_t ___modelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_CreatePetObject_m1636568575_MetadataUsageId); s_Il2CppMethodInitialized = true; } CSceneService_t551449725 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; GameObject_t1113636619 * V_2 = NULL; ISceneBaseObj_t858622483 * V_3 = NULL; GameObject_t1113636619 * G_B9_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_0 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___modelID0; NullCheck(L_0); bool L_2 = CPetActionConfig_IsValidModelID_m1657803925(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0012; } } { return (ISceneBaseObj_t858622483 *)NULL; } IL_0012: { CSceneService_t551449725 * L_3 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_3; CSceneService_t551449725 * L_4 = V_0; if (L_4) { goto IL_0020; } } { return (ISceneBaseObj_t858622483 *)NULL; } IL_0020: { ISceneNpcBase_t3974693970 * L_5 = CPetManager_get_CurrentSelectedPetObj_m1206640132(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_0074; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_6 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); ISceneNpcBase_t3974693970 * L_7 = CPetManager_get_CurrentSelectedPetObj_m1206640132(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_7); int32_t L_9 = ___modelID0; if ((((int32_t)L_8) == ((int32_t)L_9))) { goto IL_0074; } } { ISceneNpcBase_t3974693970 * L_10 = CPetManager_get_CurrentSelectedPetObj_m1206640132(__this, /*hidden argument*/NULL); NullCheck(L_10); Transform_t3600365921 * L_11 = ISceneBaseObj_GetTransform_m3818769012(L_10, /*hidden argument*/NULL); V_1 = L_11; Transform_t3600365921 * L_12 = V_1; 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_0063; } } { Transform_t3600365921 * L_14 = V_1; NullCheck(L_14); GameObject_t1113636619 * L_15 = Component_get_gameObject_m442555142(L_14, /*hidden argument*/NULL); G_B9_0 = L_15; goto IL_0064; } IL_0063: { G_B9_0 = ((GameObject_t1113636619 *)(NULL)); } IL_0064: { V_2 = G_B9_0; CSceneService_t551449725 * L_16 = V_0; GameObject_t1113636619 * L_17 = V_2; NullCheck(L_16); CSceneService_DestroyNpcObj_m618051822(L_16, L_17, /*hidden argument*/NULL); CPetManager_set_CurrentSelectedPetObj_m1232414421(__this, (ISceneNpcBase_t3974693970 *)NULL, /*hidden argument*/NULL); } IL_0074: { CSceneService_t551449725 * L_18 = V_0; int32_t L_19 = ___modelID0; int32_t L_20 = L_19; RuntimeObject * L_21 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3005481750, L_21, /*hidden argument*/NULL); NullCheck(L_18); ISceneBaseObj_t858622483 * L_23 = CSceneService_CreateGameObj_m958236987(L_18, L_22, 5, /*hidden argument*/NULL); V_3 = L_23; ISceneBaseObj_t858622483 * L_24 = V_3; if (L_24) { goto IL_0094; } } { return (ISceneBaseObj_t858622483 *)NULL; } IL_0094: { ISceneBaseObj_t858622483 * L_25 = V_3; int32_t L_26 = ___modelID0; NullCheck(L_25); ISceneBaseObj_SetModelID_m3286778194(L_25, L_26, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_27 = V_3; NullCheck(L_27); VirtActionInvoker0::Invoke(9 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Reload() */, L_27); ISceneBaseObj_t858622483 * L_28 = V_3; return L_28; } } // System.Int32 DMCore.Logic.CPetManager::GetModelIDByPetID(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t CPetManager_GetModelIDByPetID_m3586276 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method) { ISceneBaseObj_t858622483 * V_0 = NULL; CPet_t2667050390 * V_1 = NULL; int32_t G_B5_0 = 0; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ___petID0; NullCheck(L_0); ISceneBaseObj_t858622483 * L_2 = CSceneService_GetSceneBaseObj_m1922388889(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ISceneBaseObj_t858622483 * L_3 = V_0; if (!L_3) { goto IL_0019; } } { ISceneBaseObj_t858622483 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_4); return L_5; } IL_0019: { int64_t L_6 = ___petID0; CPet_t2667050390 * L_7 = CPetManager_GetPetByID_m2745814047(__this, L_6, /*hidden argument*/NULL); V_1 = L_7; CPet_t2667050390 * L_8 = V_1; if (!L_8) { goto IL_0032; } } { CPet_t2667050390 * L_9 = V_1; NullCheck(L_9); int32_t L_10 = CPet_get_ModelID_m2913048647(L_9, /*hidden argument*/NULL); G_B5_0 = L_10; goto IL_0033; } IL_0032: { G_B5_0 = 0; } IL_0033: { return G_B5_0; } } // System.String DMCore.Logic.CPetManager::GetPathByPetModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPetManager_GetPathByPetModelID_m1296429434 (CPetManager_t2941415134 * __this, int32_t ___modelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_GetPathByPetModelID_m1296429434_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___modelID0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0018; } } { int32_t L_1 = ___modelID0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral509703830, L_3, /*hidden argument*/NULL); return L_4; } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_5; } } // DMCore.Logic.CPet DMCore.Logic.CPetManager::GetCurrentFollowPet() extern "C" IL2CPP_METHOD_ATTR CPet_t2667050390 * CPetManager_GetCurrentFollowPet_m4150266697 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_CurrentFollowPetID_9(); CPet_t2667050390 * L_1 = CPetManager_GetPetByID_m2745814047(__this, L_0, /*hidden argument*/NULL); return L_1; } } // DMCore.Logic.CPet DMCore.Logic.CPetManager::GetCurrentSelectPet() extern "C" IL2CPP_METHOD_ATTR CPet_t2667050390 * CPetManager_GetCurrentSelectPet_m1550372004 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { { int64_t L_0 = CPetManager_get_CurrentSelectedPetID_m2380542668(__this, /*hidden argument*/NULL); CPet_t2667050390 * L_1 = CPetManager_GetPetByID_m2745814047(__this, L_0, /*hidden argument*/NULL); return L_1; } } // DMCore.Logic.CPet DMCore.Logic.CPetManager::GetPetByID(System.Int64) extern "C" IL2CPP_METHOD_ATTR CPet_t2667050390 * CPetManager_GetPetByID_m2745814047 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_GetPetByID_m2745814047_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0040; } IL_0007: { List_1_t4139125132 * L_0 = __this->get_m_PetList_11(); int32_t L_1 = V_0; NullCheck(L_0); CPet_t2667050390 * L_2 = List_1_get_Item_m1516092030(L_0, L_1, /*hidden argument*/List_1_get_Item_m1516092030_RuntimeMethod_var); if (!L_2) { goto IL_003c; } } { int64_t L_3 = ___petID0; List_1_t4139125132 * L_4 = __this->get_m_PetList_11(); int32_t L_5 = V_0; NullCheck(L_4); CPet_t2667050390 * L_6 = List_1_get_Item_m1516092030(L_4, L_5, /*hidden argument*/List_1_get_Item_m1516092030_RuntimeMethod_var); NullCheck(L_6); int64_t L_7 = CPet_get_PetID_m3728811332(L_6, /*hidden argument*/NULL); if ((!(((uint64_t)L_3) == ((uint64_t)L_7)))) { goto IL_003c; } } { List_1_t4139125132 * L_8 = __this->get_m_PetList_11(); int32_t L_9 = V_0; NullCheck(L_8); CPet_t2667050390 * L_10 = List_1_get_Item_m1516092030(L_8, L_9, /*hidden argument*/List_1_get_Item_m1516092030_RuntimeMethod_var); return L_10; } IL_003c: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0040: { int32_t L_12 = V_0; List_1_t4139125132 * L_13 = __this->get_m_PetList_11(); NullCheck(L_13); int32_t L_14 = List_1_get_Count_m1669066067(L_13, /*hidden argument*/List_1_get_Count_m1669066067_RuntimeMethod_var); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_0007; } } { return (CPet_t2667050390 *)NULL; } } // DMCore.Logic.CPet DMCore.Logic.CPetManager::GetPetByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPet_t2667050390 * CPetManager_GetPetByIndex_m2198673609 (CPetManager_t2941415134 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_GetPetByIndex_m2198673609_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t4139125132 * L_0 = __this->get_m_PetList_11(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m1669066067(L_0, /*hidden argument*/List_1_get_Count_m1669066067_RuntimeMethod_var); int32_t L_2 = ___index0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0025; } } { int32_t L_3 = ___index0; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0025; } } { List_1_t4139125132 * L_4 = __this->get_m_PetList_11(); int32_t L_5 = ___index0; NullCheck(L_4); CPet_t2667050390 * L_6 = List_1_get_Item_m1516092030(L_4, L_5, /*hidden argument*/List_1_get_Item_m1516092030_RuntimeMethod_var); return L_6; } IL_0025: { return (CPet_t2667050390 *)NULL; } } // System.Void DMCore.Logic.CPetManager::RequestPetList() extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestPetList_m615198046 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_RequestPetList_m615198046_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; int64_t V_1 = 0; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; 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_1 = L_2; CDataArray_t4068198041 * L_3 = V_0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, ((int32_t)1557), /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int64_t L_5 = V_1; NullCheck(L_4); CDataArray_Push_m3799896857(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetManager::RefreshPetList(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RefreshPetList_m4281754246 (CPetManager_t2941415134 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_RefreshPetList_m4281754246_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int64_t V_5 = 0; CPet_t2667050390 * V_6 = NULL; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); __this->set_m_LeftBuyEnergyCount_13(L_3); CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_1 = L_7; CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; NullCheck(L_8); int32_t L_11 = CDataArray_GetInt_m1111369473(L_8, L_10, 0, /*hidden argument*/NULL); V_2 = L_11; V_3 = 0; goto IL_0193; } IL_0035: { int32_t L_12 = V_0; int32_t L_13 = V_3; int32_t L_14 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)L_14)))); CDataArray_t4068198041 * L_15 = ___msg0; int32_t L_16 = V_4; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); V_4 = L_17; NullCheck(L_15); int64_t L_18 = CDataArray_GetLong_m4094450536(L_15, L_17, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_5 = L_18; int64_t L_19 = V_5; CPet_t2667050390 * L_20 = CPetManager_GetPetByID_m2745814047(__this, L_19, /*hidden argument*/NULL); V_6 = L_20; CPet_t2667050390 * L_21 = V_6; if (L_21) { goto IL_0072; } } { CPet_t2667050390 * L_22 = (CPet_t2667050390 *)il2cpp_codegen_object_new(CPet_t2667050390_il2cpp_TypeInfo_var); CPet__ctor_m1018894914(L_22, /*hidden argument*/NULL); V_6 = L_22; List_1_t4139125132 * L_23 = __this->get_m_PetList_11(); CPet_t2667050390 * L_24 = V_6; NullCheck(L_23); List_1_Add_m1429378108(L_23, L_24, /*hidden argument*/List_1_Add_m1429378108_RuntimeMethod_var); } IL_0072: { CPet_t2667050390 * L_25 = V_6; int64_t L_26 = V_5; NullCheck(L_25); CPet_set_PetID_m3439636845(L_25, L_26, /*hidden argument*/NULL); CPet_t2667050390 * L_27 = V_6; CDataArray_t4068198041 * L_28 = ___msg0; int32_t L_29 = V_4; int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); V_4 = L_30; NullCheck(L_28); int32_t L_31 = CDataArray_GetInt_m1111369473(L_28, L_30, 0, /*hidden argument*/NULL); NullCheck(L_27); CPet_set_ConfigID_m3112122604(L_27, L_31, /*hidden argument*/NULL); CPet_t2667050390 * L_32 = V_6; CDataArray_t4068198041 * L_33 = ___msg0; int32_t L_34 = V_4; int32_t L_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); V_4 = L_35; NullCheck(L_33); int32_t L_36 = CDataArray_GetInt_m1111369473(L_33, L_35, 0, /*hidden argument*/NULL); NullCheck(L_32); CPet_set_ModelID_m3334201784(L_32, L_36, /*hidden argument*/NULL); CPet_t2667050390 * L_37 = V_6; CDataArray_t4068198041 * L_38 = ___msg0; int32_t L_39 = V_4; int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); V_4 = L_40; NullCheck(L_38); int32_t L_41 = CDataArray_GetInt_m1111369473(L_38, L_40, 0, /*hidden argument*/NULL); NullCheck(L_37); CPet_set_Star_m2024165233(L_37, L_41, /*hidden argument*/NULL); CPet_t2667050390 * L_42 = V_6; CDataArray_t4068198041 * L_43 = ___msg0; int32_t L_44 = V_4; int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); V_4 = L_45; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_46 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_43); String_t* L_47 = CDataArray_GetWideStr_m3532563229(L_43, L_45, L_46, /*hidden argument*/NULL); NullCheck(L_42); CPet_set_PetName_m4176806208(L_42, L_47, /*hidden argument*/NULL); CPet_t2667050390 * L_48 = V_6; CDataArray_t4068198041 * L_49 = ___msg0; int32_t L_50 = V_4; int32_t L_51 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); V_4 = L_51; NullCheck(L_49); int32_t L_52 = CDataArray_GetInt_m1111369473(L_49, L_51, 1, /*hidden argument*/NULL); NullCheck(L_48); CPet_set_mPetPhysiologyState_m2026216775(L_48, L_52, /*hidden argument*/NULL); CPet_t2667050390 * L_53 = V_6; CDataArray_t4068198041 * L_54 = ___msg0; int32_t L_55 = V_4; int32_t L_56 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); V_4 = L_56; NullCheck(L_54); int32_t L_57 = CDataArray_GetInt_m1111369473(L_54, L_56, 0, /*hidden argument*/NULL); NullCheck(L_53); CPet_set_Quality_m227077171(L_53, L_57, /*hidden argument*/NULL); CPet_t2667050390 * L_58 = V_6; CDataArray_t4068198041 * L_59 = ___msg0; int32_t L_60 = V_4; int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); V_4 = L_61; NullCheck(L_59); int32_t L_62 = CDataArray_GetInt_m1111369473(L_59, L_61, 0, /*hidden argument*/NULL); NullCheck(L_58); CPet_set_Level_m4228409769(L_58, L_62, /*hidden argument*/NULL); CPet_t2667050390 * L_63 = V_6; CDataArray_t4068198041 * L_64 = ___msg0; int32_t L_65 = V_4; int32_t L_66 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); V_4 = L_66; NullCheck(L_64); int32_t L_67 = CDataArray_GetInt_m1111369473(L_64, L_66, 0, /*hidden argument*/NULL); NullCheck(L_63); CPet_set_CurrentExperience_m1305009395(L_63, L_67, /*hidden argument*/NULL); CPet_t2667050390 * L_68 = V_6; CDataArray_t4068198041 * L_69 = ___msg0; int32_t L_70 = V_4; int32_t L_71 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); V_4 = L_71; NullCheck(L_69); int32_t L_72 = CDataArray_GetInt_m1111369473(L_69, L_71, 0, /*hidden argument*/NULL); NullCheck(L_68); CPet_set_mPetPhysicsState_m3784785352(L_68, L_72, /*hidden argument*/NULL); CPet_t2667050390 * L_73 = V_6; NullCheck(L_73); int32_t L_74 = CPet_get_mPetPhysicsState_m216634028(L_73, /*hidden argument*/NULL); if ((!(((uint32_t)L_74) == ((uint32_t)1)))) { goto IL_0165; } } { int64_t L_75 = V_5; __this->set_m_CurrentFollowPetID_9(L_75); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_76 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_77 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_77); int64_t L_78 = CPetManager_get_CurrentFollowPetID_m652555541(L_77, /*hidden argument*/NULL); NullCheck(L_76); CPetManager_RequestPetSkillData_m2548509545(L_76, L_78, /*hidden argument*/NULL); } IL_0165: { CPet_t2667050390 * L_79 = V_6; CDataArray_t4068198041 * L_80 = ___msg0; int32_t L_81 = V_4; int32_t L_82 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); V_4 = L_82; NullCheck(L_80); int32_t L_83 = CDataArray_GetInt_m1111369473(L_80, L_82, 0, /*hidden argument*/NULL); NullCheck(L_79); CPet_set_LeftHatchTime_m4189183702(L_79, L_83, /*hidden argument*/NULL); CPet_t2667050390 * L_84 = V_6; CDataArray_t4068198041 * L_85 = ___msg0; int32_t L_86 = V_4; int32_t L_87 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)); V_4 = L_87; NullCheck(L_85); int32_t L_88 = CDataArray_GetInt_m1111369473(L_85, L_87, 0, /*hidden argument*/NULL); NullCheck(L_84); CPet_set_CurrentEnergy_m1175734424(L_84, L_88, /*hidden argument*/NULL); int32_t L_89 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)); } IL_0193: { int32_t L_90 = V_3; int32_t L_91 = V_1; if ((((int32_t)L_90) < ((int32_t)L_91))) { goto IL_0035; } } { List_1_t4139125132 * L_92 = __this->get_m_PetList_11(); intptr_t L_93 = (intptr_t)CPetManager_SortPet_m1015129909_RuntimeMethod_var; Comparison_1_t2441981569 * L_94 = (Comparison_1_t2441981569 *)il2cpp_codegen_object_new(Comparison_1_t2441981569_il2cpp_TypeInfo_var); Comparison_1__ctor_m3793606008(L_94, __this, L_93, /*hidden argument*/Comparison_1__ctor_m3793606008_RuntimeMethod_var); NullCheck(L_92); List_1_Sort_m1895311614(L_92, L_94, /*hidden argument*/List_1_Sort_m1895311614_RuntimeMethod_var); CPetManager_set_IsDataReady_m1087712853(__this, (bool)1, /*hidden argument*/NULL); CPetManager_set_IsNeedRefreshUI_m1624110245(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.CPetManager::SortPet(DMCore.Logic.CPet,DMCore.Logic.CPet) extern "C" IL2CPP_METHOD_ATTR int32_t CPetManager_SortPet_m1015129909 (CPetManager_t2941415134 * __this, CPet_t2667050390 * ___compareFirst0, CPet_t2667050390 * ___compareSecond1, const RuntimeMethod* method) { { CPet_t2667050390 * L_0 = ___compareFirst0; NullCheck(L_0); int32_t L_1 = CPet_get_mPetPhysiologyState_m4255554411(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001a; } } { CPet_t2667050390 * L_2 = ___compareSecond1; NullCheck(L_2); int32_t L_3 = CPet_get_mPetPhysiologyState_m4255554411(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_001a; } } { return (-1); } IL_001a: { CPet_t2667050390 * L_4 = ___compareFirst0; NullCheck(L_4); int32_t L_5 = CPet_get_mPetPhysiologyState_m4255554411(L_4, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_0034; } } { CPet_t2667050390 * L_6 = ___compareSecond1; NullCheck(L_6); int32_t L_7 = CPet_get_mPetPhysiologyState_m4255554411(L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0034; } } { return 1; } IL_0034: { CPet_t2667050390 * L_8 = ___compareFirst0; NullCheck(L_8); int32_t L_9 = CPet_get_mPetPhysiologyState_m4255554411(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_0072; } } { CPet_t2667050390 * L_10 = ___compareSecond1; NullCheck(L_10); int32_t L_11 = CPet_get_mPetPhysiologyState_m4255554411(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_0072; } } { CPet_t2667050390 * L_12 = ___compareFirst0; NullCheck(L_12); int32_t L_13 = CPet_get_LeftHatchTime_m784983437(L_12, /*hidden argument*/NULL); CPet_t2667050390 * L_14 = ___compareSecond1; NullCheck(L_14); int32_t L_15 = CPet_get_LeftHatchTime_m784983437(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) <= ((int32_t)L_15))) { goto IL_005f; } } { return 1; } IL_005f: { CPet_t2667050390 * L_16 = ___compareFirst0; NullCheck(L_16); int32_t L_17 = CPet_get_LeftHatchTime_m784983437(L_16, /*hidden argument*/NULL); CPet_t2667050390 * L_18 = ___compareSecond1; NullCheck(L_18); int32_t L_19 = CPet_get_LeftHatchTime_m784983437(L_18, /*hidden argument*/NULL); if ((((int32_t)L_17) >= ((int32_t)L_19))) { goto IL_0072; } } { return (-1); } IL_0072: { CPet_t2667050390 * L_20 = ___compareFirst0; NullCheck(L_20); int32_t L_21 = CPet_get_Star_m2698684576(L_20, /*hidden argument*/NULL); CPet_t2667050390 * L_22 = ___compareSecond1; NullCheck(L_22); int32_t L_23 = CPet_get_Star_m2698684576(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) <= ((int32_t)L_23))) { goto IL_0085; } } { return (-1); } IL_0085: { CPet_t2667050390 * L_24 = ___compareFirst0; NullCheck(L_24); int32_t L_25 = CPet_get_Star_m2698684576(L_24, /*hidden argument*/NULL); CPet_t2667050390 * L_26 = ___compareSecond1; NullCheck(L_26); int32_t L_27 = CPet_get_Star_m2698684576(L_26, /*hidden argument*/NULL); if ((((int32_t)L_25) >= ((int32_t)L_27))) { goto IL_0098; } } { return 1; } IL_0098: { CPet_t2667050390 * L_28 = ___compareFirst0; NullCheck(L_28); int32_t L_29 = CPet_get_Quality_m3758522020(L_28, /*hidden argument*/NULL); CPet_t2667050390 * L_30 = ___compareSecond1; NullCheck(L_30); int32_t L_31 = CPet_get_Quality_m3758522020(L_30, /*hidden argument*/NULL); if ((((int32_t)L_29) <= ((int32_t)L_31))) { goto IL_00ab; } } { return (-1); } IL_00ab: { CPet_t2667050390 * L_32 = ___compareFirst0; NullCheck(L_32); int32_t L_33 = CPet_get_Quality_m3758522020(L_32, /*hidden argument*/NULL); CPet_t2667050390 * L_34 = ___compareSecond1; NullCheck(L_34); int32_t L_35 = CPet_get_Quality_m3758522020(L_34, /*hidden argument*/NULL); if ((((int32_t)L_33) >= ((int32_t)L_35))) { goto IL_00be; } } { return 1; } IL_00be: { CPet_t2667050390 * L_36 = ___compareFirst0; NullCheck(L_36); int32_t L_37 = CPet_get_Level_m31911284(L_36, /*hidden argument*/NULL); CPet_t2667050390 * L_38 = ___compareSecond1; NullCheck(L_38); int32_t L_39 = CPet_get_Level_m31911284(L_38, /*hidden argument*/NULL); if ((((int32_t)L_37) <= ((int32_t)L_39))) { goto IL_00d1; } } { return (-1); } IL_00d1: { CPet_t2667050390 * L_40 = ___compareFirst0; NullCheck(L_40); int32_t L_41 = CPet_get_Level_m31911284(L_40, /*hidden argument*/NULL); CPet_t2667050390 * L_42 = ___compareSecond1; NullCheck(L_42); int32_t L_43 = CPet_get_Level_m31911284(L_42, /*hidden argument*/NULL); if ((((int32_t)L_41) >= ((int32_t)L_43))) { goto IL_00e4; } } { return 1; } IL_00e4: { CPet_t2667050390 * L_44 = ___compareFirst0; NullCheck(L_44); int64_t L_45 = CPet_get_PetID_m3728811332(L_44, /*hidden argument*/NULL); CPet_t2667050390 * L_46 = ___compareSecond1; NullCheck(L_46); int64_t L_47 = CPet_get_PetID_m3728811332(L_46, /*hidden argument*/NULL); if ((((int64_t)L_45) <= ((int64_t)L_47))) { goto IL_00f7; } } { return 1; } IL_00f7: { CPet_t2667050390 * L_48 = ___compareFirst0; NullCheck(L_48); int64_t L_49 = CPet_get_PetID_m3728811332(L_48, /*hidden argument*/NULL); CPet_t2667050390 * L_50 = ___compareSecond1; NullCheck(L_50); int64_t L_51 = CPet_get_PetID_m3728811332(L_50, /*hidden argument*/NULL); if ((((int64_t)L_49) >= ((int64_t)L_51))) { goto IL_010a; } } { return (-1); } IL_010a: { return 0; } } // System.Void DMCore.Logic.CPetManager::RequestActivePet(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestActivePet_m459770279 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_RequestActivePet_m459770279_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; CDataArray_t4068198041 * V_1 = NULL; { int64_t L_0 = ___petID0; CPet_t2667050390 * L_1 = CPetManager_GetPetByID_m2745814047(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (!L_2) { goto IL_001a; } } { CPet_t2667050390 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CPet_get_LeftHatchTime_m784983437(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_001b; } } IL_001a: { return; } IL_001b: { CDataArray_t4068198041 * L_5 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_5, /*hidden argument*/NULL); V_1 = L_5; CDataArray_t4068198041 * L_6 = V_1; NullCheck(L_6); CDataArray_Push_m3820844360(L_6, ((int32_t)1563), /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_1; int64_t L_8 = ___petID0; NullCheck(L_7); CDataArray_Push_m3799896857(L_7, L_8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_9 = V_1; NullCheck(L_9); CDataArray_Flush_m1077150699(L_9, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetManager::ResponseActivePet(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPetManager_ResponseActivePet_m241255309 (CPetManager_t2941415134 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_ResponseActivePet_m241255309_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; CPet_t2667050390 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; bool V_8 = false; int32_t G_B5_0 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int64_t L_3 = CDataArray_GetLong_m4094450536(L_0, L_2, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_3; int64_t L_4 = V_1; CPet_t2667050390 * L_5 = CPetManager_GetPetByID_m2745814047(__this, L_4, /*hidden argument*/NULL); V_2 = L_5; CPet_t2667050390 * L_6 = V_2; if (L_6) { goto IL_001f; } } { return; } IL_001f: { CDataArray_t4068198041 * L_7 = ___msg0; int32_t L_8 = V_0; int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); V_0 = L_9; NullCheck(L_7); int32_t L_10 = CDataArray_GetInt_m1111369473(L_7, L_9, 0, /*hidden argument*/NULL); V_3 = L_10; CDataArray_t4068198041 * L_11 = ___msg0; int32_t L_12 = V_0; int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); V_0 = L_13; NullCheck(L_11); int32_t L_14 = CDataArray_GetInt_m1111369473(L_11, L_13, 0, /*hidden argument*/NULL); V_4 = L_14; CDataArray_t4068198041 * L_15 = ___msg0; int32_t L_16 = V_0; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); V_0 = L_17; NullCheck(L_15); int32_t L_18 = CDataArray_GetInt_m1111369473(L_15, L_17, 0, /*hidden argument*/NULL); V_5 = L_18; CDataArray_t4068198041 * L_19 = ___msg0; int32_t L_20 = V_0; int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); V_0 = L_21; NullCheck(L_19); int32_t L_22 = CDataArray_GetInt_m1111369473(L_19, L_21, 0, /*hidden argument*/NULL); V_6 = L_22; CDataArray_t4068198041 * L_23 = ___msg0; int32_t L_24 = V_0; int32_t L_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); V_0 = L_25; NullCheck(L_23); int32_t L_26 = CDataArray_GetInt_m1111369473(L_23, L_25, 0, /*hidden argument*/NULL); V_7 = L_26; CDataArray_t4068198041 * L_27 = ___msg0; int32_t L_28 = V_0; int32_t L_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); V_0 = L_29; NullCheck(L_27); int32_t L_30 = CDataArray_GetInt_m1111369473(L_27, L_29, 0, /*hidden argument*/NULL); if (L_30) { goto IL_007b; } } { G_B5_0 = 1; goto IL_007c; } IL_007b: { G_B5_0 = 0; } IL_007c: { V_8 = (bool)G_B5_0; bool L_31 = V_8; if (!L_31) { goto IL_00e1; } } { CPet_t2667050390 * L_32 = V_2; NullCheck(L_32); CPet_set_mPetPhysiologyState_m2026216775(L_32, 2, /*hidden argument*/NULL); CPet_t2667050390 * L_33 = V_2; int32_t L_34 = V_3; NullCheck(L_33); CPet_set_Level_m4228409769(L_33, L_34, /*hidden argument*/NULL); CPet_t2667050390 * L_35 = V_2; int32_t L_36 = V_4; NullCheck(L_35); CPet_set_Quality_m227077171(L_35, L_36, /*hidden argument*/NULL); CPet_t2667050390 * L_37 = V_2; int32_t L_38 = V_6; NullCheck(L_37); CPet_set_ModelID_m3334201784(L_37, L_38, /*hidden argument*/NULL); CPet_t2667050390 * L_39 = V_2; int32_t L_40 = V_5; NullCheck(L_39); CPet_set_CurrentEnergy_m1175734424(L_39, L_40, /*hidden argument*/NULL); CPet_t2667050390 * L_41 = V_2; NullCheck(L_41); CPet_set_LeftHatchTime_m4189183702(L_41, 0, /*hidden argument*/NULL); List_1_t913674750 * L_42 = __this->get_m_NeedActivePetList_8(); int64_t L_43 = V_1; NullCheck(L_42); List_1_Add_m358737454(L_42, L_43, /*hidden argument*/List_1_Add_m358737454_RuntimeMethod_var); List_1_t4139125132 * L_44 = __this->get_m_PetList_11(); intptr_t L_45 = (intptr_t)CPetManager_SortPet_m1015129909_RuntimeMethod_var; Comparison_1_t2441981569 * L_46 = (Comparison_1_t2441981569 *)il2cpp_codegen_object_new(Comparison_1_t2441981569_il2cpp_TypeInfo_var); Comparison_1__ctor_m3793606008(L_46, __this, L_45, /*hidden argument*/Comparison_1__ctor_m3793606008_RuntimeMethod_var); NullCheck(L_44); List_1_Sort_m1895311614(L_44, L_46, /*hidden argument*/List_1_Sort_m1895311614_RuntimeMethod_var); CPetManager_set_IsNeedRefreshUI_m1624110245(__this, (bool)1, /*hidden argument*/NULL); goto IL_00f1; } IL_00e1: { int32_t L_47 = V_7; if ((((int32_t)L_47) <= ((int32_t)0))) { goto IL_00f1; } } { CPet_t2667050390 * L_48 = V_2; int32_t L_49 = V_7; NullCheck(L_48); CPet_set_LeftHatchTime_m4189183702(L_48, L_49, /*hidden argument*/NULL); } IL_00f1: { return; } } // System.Void DMCore.Logic.CPetManager::RequestUseMedicineExp(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestUseMedicineExp_m2591564299 (CPetManager_t2941415134 * __this, int32_t ___configid0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_RequestUseMedicineExp_m2591564299_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1561), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int64_t L_3 = CPetManager_get_CurrentSelectedPetID_m2380542668(__this, /*hidden argument*/NULL); NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ___configid0; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; int32_t L_7 = ___count1; NullCheck(L_6); CDataArray_Push_m3820844360(L_6, L_7, /*hidden argument*/NULL); CDataArray_t4068198041 * L_8 = V_0; NullCheck(L_8); CDataArray_Flush_m1077150699(L_8, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetManager::ResponseLevelMsg(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPetManager_ResponseLevelMsg_m1909619409 (CPetManager_t2941415134 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { int32_t V_0 = 0; int64_t V_1 = 0; CPet_t2667050390 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; bool V_6 = false; int32_t G_B5_0 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int64_t L_3 = CDataArray_GetLong_m4094450536(L_0, L_2, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_3; int64_t L_4 = V_1; CPet_t2667050390 * L_5 = CPetManager_GetPetByID_m2745814047(__this, L_4, /*hidden argument*/NULL); V_2 = L_5; CPet_t2667050390 * L_6 = V_2; if (L_6) { goto IL_001f; } } { return; } IL_001f: { CDataArray_t4068198041 * L_7 = ___msg0; int32_t L_8 = V_0; int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); V_0 = L_9; NullCheck(L_7); int32_t L_10 = CDataArray_GetInt_m1111369473(L_7, L_9, 0, /*hidden argument*/NULL); V_3 = L_10; CDataArray_t4068198041 * L_11 = ___msg0; int32_t L_12 = V_0; int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); V_0 = L_13; NullCheck(L_11); int32_t L_14 = CDataArray_GetInt_m1111369473(L_11, L_13, 0, /*hidden argument*/NULL); V_4 = L_14; CDataArray_t4068198041 * L_15 = ___msg0; int32_t L_16 = V_0; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); V_0 = L_17; NullCheck(L_15); int32_t L_18 = CDataArray_GetInt_m1111369473(L_15, L_17, 0, /*hidden argument*/NULL); V_5 = L_18; CDataArray_t4068198041 * L_19 = ___msg0; int32_t L_20 = V_0; int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); V_0 = L_21; NullCheck(L_19); int32_t L_22 = CDataArray_GetInt_m1111369473(L_19, L_21, 0, /*hidden argument*/NULL); if (L_22) { goto IL_005f; } } { G_B5_0 = 1; goto IL_0060; } IL_005f: { G_B5_0 = 0; } IL_0060: { V_6 = (bool)G_B5_0; bool L_23 = V_6; if (!L_23) { goto IL_00a3; } } { int32_t L_24 = V_3; CPet_t2667050390 * L_25 = V_2; NullCheck(L_25); int32_t L_26 = CPet_get_Level_m31911284(L_25, /*hidden argument*/NULL); if ((((int32_t)L_24) <= ((int32_t)L_26))) { goto IL_008d; } } { UpgradeEffect_t3030226768 * L_27 = __this->get_m_UpgradeEffect_17(); if (!L_27) { goto IL_008d; } } { UpgradeEffect_t3030226768 * L_28 = __this->get_m_UpgradeEffect_17(); int64_t L_29 = V_1; NullCheck(L_28); UpgradeEffect_Invoke_m469537462(L_28, 1, L_29, /*hidden argument*/NULL); } IL_008d: { CPet_t2667050390 * L_30 = V_2; int32_t L_31 = V_3; NullCheck(L_30); CPet_set_Level_m4228409769(L_30, L_31, /*hidden argument*/NULL); CPet_t2667050390 * L_32 = V_2; int32_t L_33 = V_5; NullCheck(L_32); CPet_set_CurrentExperience_m1305009395(L_32, L_33, /*hidden argument*/NULL); CPetManager_set_IsNeedRefreshUI_m1624110245(__this, (bool)1, /*hidden argument*/NULL); } IL_00a3: { return; } } // System.Void DMCore.Logic.CPetManager::RequestChangePetName(DMCore.Logic.enumChangeNameModule,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestChangePetName_m2448273820 (CPetManager_t2941415134 * __this, int32_t ___type0, CDataArray_t4068198041 * ___msg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_RequestChangePetName_m2448273820_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; CDataArray_t4068198041 * V_1 = NULL; { CPet_t2667050390 * L_0 = CPetManager_GetCurrentSelectPet_m1550372004(__this, /*hidden argument*/NULL); V_0 = L_0; CPet_t2667050390 * L_1 = V_0; if (L_1) { goto IL_000e; } } { return; } IL_000e: { CDataArray_t4068198041 * L_2 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_2, /*hidden argument*/NULL); V_1 = L_2; CDataArray_t4068198041 * L_3 = V_1; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, ((int32_t)1559), /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_1; int64_t L_5 = CPetManager_get_CurrentSelectedPetID_m2380542668(__this, /*hidden argument*/NULL); NullCheck(L_4); CDataArray_Push_m3799896857(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CChangeNameManager_t2068867582_il2cpp_TypeInfo_var); CChangeNameManager_t2068867582 * L_7 = CChangeNameManager_GetInstance_m85489895(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = CChangeNameManager_get_NewName_m2498047757(L_7, /*hidden argument*/NULL); NullCheck(L_6); CDataArray_Push_m1799687930(L_6, L_8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_9 = V_1; NullCheck(L_9); CDataArray_Flush_m1077150699(L_9, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetManager::ResponseChangePetName(DMCore.Logic.enumChangeNameModule,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPetManager_ResponseChangePetName_m595464598 (CPetManager_t2941415134 * __this, int32_t ___type0, CDataArray_t4068198041 * ___msg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_ResponseChangePetName_m595464598_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; CPet_t2667050390 * V_2 = NULL; String_t* V_3 = NULL; bool V_4 = false; int32_t G_B5_0 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg1; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int64_t L_3 = CDataArray_GetLong_m4094450536(L_0, L_2, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_3; int64_t L_4 = V_1; CPet_t2667050390 * L_5 = CPetManager_GetPetByID_m2745814047(__this, L_4, /*hidden argument*/NULL); V_2 = L_5; CPet_t2667050390 * L_6 = V_2; if (L_6) { goto IL_001f; } } { return; } IL_001f: { CDataArray_t4068198041 * L_7 = ___msg1; int32_t L_8 = V_0; int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); V_0 = L_9; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_7); String_t* L_11 = CDataArray_GetWideStr_m3532563229(L_7, L_9, L_10, /*hidden argument*/NULL); V_3 = L_11; CDataArray_t4068198041 * L_12 = ___msg1; int32_t L_13 = V_0; int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); V_0 = L_14; NullCheck(L_12); int32_t L_15 = CDataArray_GetInt_m1111369473(L_12, L_14, 0, /*hidden argument*/NULL); if (L_15) { goto IL_0047; } } { G_B5_0 = 1; goto IL_0048; } IL_0047: { G_B5_0 = 0; } IL_0048: { V_4 = (bool)G_B5_0; bool L_16 = V_4; if (!L_16) { goto IL_0072; } } { CPet_t2667050390 * L_17 = V_2; String_t* L_18 = V_3; NullCheck(L_17); CPet_set_PetName_m4176806208(L_17, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral3603714997, (bool)0, /*hidden argument*/NULL); CPetManager_set_IsNeedRefreshUI_m1624110245(__this, (bool)1, /*hidden argument*/NULL); CPetManager_SetPetModelVisable_m2148172164(__this, (bool)1, /*hidden argument*/NULL); } IL_0072: { return; } } // System.Void DMCore.Logic.CPetManager::CancelChangePetName(DMCore.Logic.enumChangeNameModule,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPetManager_CancelChangePetName_m3215619243 (CPetManager_t2941415134 * __this, int32_t ___type0, CDataArray_t4068198041 * ___msg1, const RuntimeMethod* method) { { CPetManager_SetPetModelVisable_m2148172164(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetManager::RequestChangeCurrentPetID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestChangeCurrentPetID_m2068040169 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_RequestChangeCurrentPetID_m2068040169_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; CDataArray_t4068198041 * V_1 = NULL; { int64_t L_0 = ___petID0; CPet_t2667050390 * L_1 = CPetManager_GetPetByID_m2745814047(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (L_2) { goto IL_000f; } } { return; } IL_000f: { CDataArray_t4068198041 * L_3 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_3, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = V_1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, ((int32_t)1558), /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_1; NullCheck(L_5); CDataArray_Push_m3820844360(L_5, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_1; int64_t L_7 = ___petID0; NullCheck(L_6); CDataArray_Push_m3799896857(L_6, L_7, /*hidden argument*/NULL); CDataArray_t4068198041 * L_8 = V_1; NullCheck(L_8); CDataArray_Flush_m1077150699(L_8, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetManager::RequestUnloadPet(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestUnloadPet_m2424110772 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_RequestUnloadPet_m2424110772_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; CDataArray_t4068198041 * V_1 = NULL; { int64_t L_0 = ___petID0; CPet_t2667050390 * L_1 = CPetManager_GetPetByID_m2745814047(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (!L_2) { goto IL_001a; } } { int64_t L_3 = ___petID0; int64_t L_4 = __this->get_m_CurrentFollowPetID_9(); if ((((int64_t)L_3) == ((int64_t)L_4))) { goto IL_001b; } } IL_001a: { return; } IL_001b: { CDataArray_t4068198041 * L_5 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_5, /*hidden argument*/NULL); V_1 = L_5; CDataArray_t4068198041 * L_6 = V_1; NullCheck(L_6); CDataArray_Push_m3820844360(L_6, ((int32_t)1558), /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_1; NullCheck(L_7); CDataArray_Push_m3820844360(L_7, 2, /*hidden argument*/NULL); CDataArray_t4068198041 * L_8 = V_1; int64_t L_9 = ___petID0; NullCheck(L_8); CDataArray_Push_m3799896857(L_8, L_9, /*hidden argument*/NULL); CDataArray_t4068198041 * L_10 = V_1; NullCheck(L_10); CDataArray_Flush_m1077150699(L_10, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetManager::ResponseFollowOrRelese(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPetManager_ResponseFollowOrRelese_m827265120 (CPetManager_t2941415134 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_ResponseFollowOrRelese_m827265120_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; CPet_t2667050390 * V_2 = NULL; int32_t V_3 = 0; bool V_4 = false; int32_t G_B5_0 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int64_t L_3 = CDataArray_GetLong_m4094450536(L_0, L_2, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_3; int64_t L_4 = V_1; CPet_t2667050390 * L_5 = CPetManager_GetPetByID_m2745814047(__this, L_4, /*hidden argument*/NULL); V_2 = L_5; CPet_t2667050390 * L_6 = V_2; if (L_6) { goto IL_001f; } } { return; } IL_001f: { CDataArray_t4068198041 * L_7 = ___msg0; int32_t L_8 = V_0; int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); V_0 = L_9; NullCheck(L_7); int32_t L_10 = CDataArray_GetInt_m1111369473(L_7, L_9, 0, /*hidden argument*/NULL); V_3 = L_10; CDataArray_t4068198041 * L_11 = ___msg0; int32_t L_12 = V_0; int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); V_0 = L_13; NullCheck(L_11); int32_t L_14 = CDataArray_GetInt_m1111369473(L_11, L_13, 0, /*hidden argument*/NULL); if (L_14) { goto IL_0043; } } { G_B5_0 = 1; goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { V_4 = (bool)G_B5_0; bool L_15 = V_4; if (!L_15) { goto IL_00e6; } } { int32_t L_16 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))) { case 0: { goto IL_0066; } case 1: { goto IL_0080; } case 2: { goto IL_009b; } } } { goto IL_00d3; } IL_0066: { CPet_t2667050390 * L_17 = V_2; NullCheck(L_17); CPet_set_mPetPhysicsState_m3784785352(L_17, 1, /*hidden argument*/NULL); int64_t L_18 = V_1; __this->set_m_CurrentFollowPetID_9(L_18); CPetManager_set_IsNeedRefreshUI_m1624110245(__this, (bool)1, /*hidden argument*/NULL); goto IL_00e6; } IL_0080: { CPet_t2667050390 * L_19 = V_2; NullCheck(L_19); CPet_set_mPetPhysicsState_m3784785352(L_19, 0, /*hidden argument*/NULL); __this->set_m_CurrentFollowPetID_9((((int64_t)((int64_t)(-1))))); CPetManager_set_IsNeedRefreshUI_m1624110245(__this, (bool)1, /*hidden argument*/NULL); goto IL_00e6; } IL_009b: { List_1_t4139125132 * L_20 = __this->get_m_PetList_11(); CPet_t2667050390 * L_21 = V_2; NullCheck(L_20); List_1_Remove_m1978929420(L_20, L_21, /*hidden argument*/List_1_Remove_m1978929420_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral2033737182, (bool)0, /*hidden argument*/NULL); int64_t L_22 = V_1; int64_t L_23 = __this->get_m_CurrentFollowPetID_9(); if ((!(((uint64_t)L_22) == ((uint64_t)L_23)))) { goto IL_00c7; } } { __this->set_m_CurrentFollowPetID_9((((int64_t)((int64_t)(-1))))); } IL_00c7: { CPetManager_set_IsNeedRefreshUI_m1624110245(__this, (bool)1, /*hidden argument*/NULL); goto IL_00e6; } IL_00d3: { CPet_t2667050390 * L_24 = V_2; NullCheck(L_24); CPet_set_mPetPhysicsState_m3784785352(L_24, 1, /*hidden argument*/NULL); CPetManager_set_IsNeedRefreshUI_m1624110245(__this, (bool)1, /*hidden argument*/NULL); goto IL_00e6; } IL_00e6: { return; } } // System.Void DMCore.Logic.CPetManager::RequestQuickTime(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestQuickTime_m3142053126 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method) { CPet_t2667050390 * V_0 = NULL; { int64_t L_0 = ___petID0; CPet_t2667050390 * L_1 = CPetManager_GetPetByID_m2745814047(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (L_2) { goto IL_000f; } } { return; } IL_000f: { CPet_t2667050390 * L_3 = V_0; NullCheck(L_3); CPet_set_LeftHatchTime_m4189183702(L_3, (-1), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetManager::ResponseQuickTime(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPetManager_ResponseQuickTime_m3930278984 (CPetManager_t2941415134 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Logic.CPetManager::RequestUseQualityMaterial(DMCore.Logic.QualityMaterialType) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestUseQualityMaterial_m3099955516 (CPetManager_t2941415134 * __this, int32_t ___materialType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_RequestUseQualityMaterial_m3099955516_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; CDataArray_t4068198041 * V_1 = NULL; { int64_t L_0 = CPetManager_get_CurrentSelectedPetID_m2380542668(__this, /*hidden argument*/NULL); CPet_t2667050390 * L_1 = CPetManager_GetPetByID_m2745814047(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (L_2) { goto IL_0014; } } { return; } IL_0014: { CDataArray_t4068198041 * L_3 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_3, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = V_1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, ((int32_t)1562), /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_1; int64_t L_6 = CPetManager_get_CurrentSelectedPetID_m2380542668(__this, /*hidden argument*/NULL); NullCheck(L_5); CDataArray_Push_m3799896857(L_5, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_1; int32_t L_8 = ___materialType0; NullCheck(L_7); CDataArray_Push_m3820844360(L_7, L_8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_9 = V_1; NullCheck(L_9); CDataArray_Flush_m1077150699(L_9, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetManager::ResponseUseQualityMaterial(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPetManager_ResponseUseQualityMaterial_m1053777514 (CPetManager_t2941415134 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int64_t V_3 = 0; CPet_t2667050390 * V_4 = NULL; int32_t V_5 = 0; bool V_6 = false; int32_t G_B5_0 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_2 = L_7; CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; NullCheck(L_8); int64_t L_11 = CDataArray_GetLong_m4094450536(L_8, L_10, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_3 = L_11; int64_t L_12 = V_3; CPet_t2667050390 * L_13 = CPetManager_GetPetByID_m2745814047(__this, L_12, /*hidden argument*/NULL); V_4 = L_13; CPet_t2667050390 * L_14 = V_4; if (L_14) { goto IL_003b; } } { return; } IL_003b: { CDataArray_t4068198041 * L_15 = ___msg0; int32_t L_16 = V_0; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); V_0 = L_17; NullCheck(L_15); int32_t L_18 = CDataArray_GetInt_m1111369473(L_15, L_17, 0, /*hidden argument*/NULL); V_5 = L_18; CDataArray_t4068198041 * L_19 = ___msg0; int32_t L_20 = V_0; int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); V_0 = L_21; NullCheck(L_19); int32_t L_22 = CDataArray_GetInt_m1111369473(L_19, L_21, 0, /*hidden argument*/NULL); if (L_22) { goto IL_0060; } } { G_B5_0 = 1; goto IL_0061; } IL_0060: { G_B5_0 = 0; } IL_0061: { V_6 = (bool)G_B5_0; bool L_23 = V_6; if (!L_23) { goto IL_00cd; } } { int32_t L_24 = V_1; if ((!(((uint32_t)L_24) == ((uint32_t)4)))) { goto IL_00a6; } } { CPet_t2667050390 * L_25 = V_4; int32_t L_26 = V_2; NullCheck(L_25); CPet_set_Quality_m227077171(L_25, L_26, /*hidden argument*/NULL); CPet_t2667050390 * L_27 = V_4; int32_t L_28 = V_5; NullCheck(L_27); CPet_set_ModelID_m3334201784(L_27, L_28, /*hidden argument*/NULL); UpgradeEffect_t3030226768 * L_29 = __this->get_m_UpgradeEffect_17(); if (!L_29) { goto IL_009a; } } { UpgradeEffect_t3030226768 * L_30 = __this->get_m_UpgradeEffect_17(); int64_t L_31 = V_3; NullCheck(L_30); UpgradeEffect_Invoke_m469537462(L_30, 2, L_31, /*hidden argument*/NULL); } IL_009a: { int64_t L_32 = V_3; CPetManager_RequestPetSkillData_m2548509545(__this, L_32, /*hidden argument*/NULL); goto IL_00c6; } IL_00a6: { CPet_t2667050390 * L_33 = V_4; int32_t L_34 = V_2; NullCheck(L_33); CPet_set_CurrentEnergy_m1175734424(L_33, L_34, /*hidden argument*/NULL); GetMaterial_t2269987281 * L_35 = __this->get_m_GetMaterial_18(); if (!L_35) { goto IL_00c6; } } { GetMaterial_t2269987281 * L_36 = __this->get_m_GetMaterial_18(); int32_t L_37 = V_1; int64_t L_38 = V_3; NullCheck(L_36); GetMaterial_Invoke_m4017056053(L_36, L_37, L_38, /*hidden argument*/NULL); } IL_00c6: { CPetManager_set_IsNeedRefreshUI_m1624110245(__this, (bool)1, /*hidden argument*/NULL); } IL_00cd: { return; } } // System.Void DMCore.Logic.CPetManager::RequestPetSkillData(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestPetSkillData_m2548509545 (CPetManager_t2941415134 * __this, int64_t ___petid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_RequestPetSkillData_m2548509545_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; CDataArray_t4068198041 * V_1 = NULL; { int64_t L_0 = ___petid0; CPet_t2667050390 * L_1 = CPetManager_GetPetByID_m2745814047(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (L_2) { goto IL_000f; } } { return; } IL_000f: { CDataArray_t4068198041 * L_3 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_3, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = V_1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, ((int32_t)1569), /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_1; int64_t L_6 = ___petid0; NullCheck(L_5); CDataArray_Push_m3799896857(L_5, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_1; NullCheck(L_7); CDataArray_Flush_m1077150699(L_7, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetManager::ResponsePetSkillInfo(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPetManager_ResponsePetSkillInfo_m2870908258 (CPetManager_t2941415134 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_ResponsePetSkillInfo_m2870908258_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; CPetSkill_t349224069 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; CPetSkill_t349224069 * G_B4_0 = NULL; CPetSkill_t349224069 * G_B3_0 = NULL; int32_t G_B5_0 = 0; CPetSkill_t349224069 * G_B5_1 = NULL; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int64_t L_3 = CDataArray_GetLong_m4094450536(L_0, L_2, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_3; int64_t L_4 = V_1; CPetSkill_t349224069 * L_5 = CPetManager_GetPetSkill_m2682883298(__this, L_4, /*hidden argument*/NULL); V_2 = L_5; CPetSkill_t349224069 * L_6 = V_2; if (L_6) { goto IL_0031; } } { CPetSkill_t349224069 * L_7 = (CPetSkill_t349224069 *)il2cpp_codegen_object_new(CPetSkill_t349224069_il2cpp_TypeInfo_var); CPetSkill__ctor_m2229734630(L_7, /*hidden argument*/NULL); V_2 = L_7; Dictionary_2_t1411863853 * L_8 = __this->get_m_PetSkill_12(); int64_t L_9 = V_1; CPetSkill_t349224069 * L_10 = V_2; NullCheck(L_8); Dictionary_2_set_Item_m4229760932(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m4229760932_RuntimeMethod_var); } IL_0031: { CPetSkill_t349224069 * L_11 = V_2; CDataArray_t4068198041 * L_12 = ___msg0; int32_t L_13 = V_0; int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); V_0 = L_14; NullCheck(L_12); int32_t L_15 = CDataArray_GetInt_m1111369473(L_12, L_14, 0, /*hidden argument*/NULL); NullCheck(L_11); CPetSkill_set_skillID_m3877982093(L_11, L_15, /*hidden argument*/NULL); CPetSkill_t349224069 * L_16 = V_2; CDataArray_t4068198041 * L_17 = ___msg0; int32_t L_18 = V_0; int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); V_0 = L_19; NullCheck(L_17); int32_t L_20 = CDataArray_GetInt_m1111369473(L_17, L_19, 0, /*hidden argument*/NULL); NullCheck(L_16); CPetSkill_set_skillLevel_m2884378873(L_16, L_20, /*hidden argument*/NULL); CPetSkill_t349224069 * L_21 = V_2; CDataArray_t4068198041 * L_22 = ___msg0; int32_t L_23 = V_0; int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); V_0 = L_24; NullCheck(L_22); int32_t L_25 = CDataArray_GetInt_m1111369473(L_22, L_24, 0, /*hidden argument*/NULL); NullCheck(L_21); CPetSkill_set_skillMaxLevel_m2916595171(L_21, L_25, /*hidden argument*/NULL); CPetSkill_t349224069 * L_26 = V_2; CDataArray_t4068198041 * L_27 = ___msg0; int32_t L_28 = V_0; int32_t L_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); V_0 = L_29; NullCheck(L_27); int32_t L_30 = CDataArray_GetInt_m1111369473(L_27, L_29, 0, /*hidden argument*/NULL); G_B3_0 = L_26; if (L_30) { G_B4_0 = L_26; goto IL_007f; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; goto IL_0080; } IL_007f: { G_B5_0 = 1; G_B5_1 = G_B4_0; } IL_0080: { NullCheck(G_B5_1); CPetSkill_set_bUpgrade_m3971736970(G_B5_1, (bool)G_B5_0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_31 = ___msg0; int32_t L_32 = V_0; int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); V_0 = L_33; NullCheck(L_31); int32_t L_34 = CDataArray_GetInt_m1111369473(L_31, L_33, 0, /*hidden argument*/NULL); V_3 = L_34; CDataArray_t4068198041 * L_35 = ___msg0; int32_t L_36 = V_0; int32_t L_37 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); V_0 = L_37; NullCheck(L_35); int32_t L_38 = CDataArray_GetInt_m1111369473(L_35, L_37, 0, /*hidden argument*/NULL); V_4 = L_38; CPetSkill_t349224069 * L_39 = V_2; CDataArray_t4068198041 * L_40 = ___msg0; int32_t L_41 = V_0; int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); V_0 = L_42; NullCheck(L_40); int32_t L_43 = CDataArray_GetInt_m1111369473(L_40, L_42, 0, /*hidden argument*/NULL); NullCheck(L_39); CPetSkill_set_Price_m2174399103(L_39, L_43, /*hidden argument*/NULL); CPetSkill_t349224069 * L_44 = V_2; NullCheck(L_44); CPetSkill_set_isFresh_m1865360284(L_44, (bool)1, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPetSkill DMCore.Logic.CPetManager::GetPetSkill(System.Int64) extern "C" IL2CPP_METHOD_ATTR CPetSkill_t349224069 * CPetManager_GetPetSkill_m2682883298 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_GetPetSkill_m2682883298_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPetSkill_t349224069 * V_0 = NULL; { V_0 = (CPetSkill_t349224069 *)NULL; Dictionary_2_t1411863853 * L_0 = __this->get_m_PetSkill_12(); int64_t L_1 = ___petID0; NullCheck(L_0); Dictionary_2_TryGetValue_m2445980793(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2445980793_RuntimeMethod_var); CPetSkill_t349224069 * L_2 = V_0; return L_2; } } // DMCore.Logic.SkillInfo DMCore.Logic.CPetManager::GetFollowPetSkillInfo() extern "C" IL2CPP_METHOD_ATTR SkillInfo_t3175174670 * CPetManager_GetFollowPetSkillInfo_m2997210207 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_GetFollowPetSkillInfo_m2997210207_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPetSkill_t349224069 * V_0 = NULL; { int64_t L_0 = __this->get_m_CurrentFollowPetID_9(); CPetSkill_t349224069 * L_1 = CPetManager_GetPetSkill_m2682883298(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CPetSkill_t349224069 * L_2 = V_0; if (!L_2) { goto IL_003e; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetSkillConfig_t2627276790_il2cpp_TypeInfo_var); CPetSkillConfig_t2627276790 * L_3 = CPetSkillConfig_GetInstance_m2381038781(NULL /*static, unused*/, /*hidden argument*/NULL); CPetSkill_t349224069 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = CPetSkill_get_skillID_m3633524883(L_4, /*hidden argument*/NULL); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); CPetSkill_t349224069 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = CPetSkill_get_skillLevel_m2412108583(L_9, /*hidden argument*/NULL); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); String_t* L_13 = String_Concat_m1715369213(NULL /*static, unused*/, L_7, L_8, L_12, /*hidden argument*/NULL); NullCheck(L_3); SkillInfo_t3175174670 * L_14 = CPetSkillConfig_GetSkillData_m430783727(L_3, L_13, /*hidden argument*/NULL); return L_14; } IL_003e: { return (SkillInfo_t3175174670 *)NULL; } } // System.Void DMCore.Logic.CPetManager::RequestPetSkillUpgrade(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestPetSkillUpgrade_m3122738548 (CPetManager_t2941415134 * __this, int64_t ___petid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_RequestPetSkillUpgrade_m3122738548_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; CDataArray_t4068198041 * V_1 = NULL; { int64_t L_0 = ___petid0; CPet_t2667050390 * L_1 = CPetManager_GetPetByID_m2745814047(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (L_2) { goto IL_000f; } } { return; } IL_000f: { CDataArray_t4068198041 * L_3 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_3, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = V_1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, ((int32_t)1570), /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_1; int64_t L_6 = ___petid0; NullCheck(L_5); CDataArray_Push_m3799896857(L_5, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_1; NullCheck(L_7); CDataArray_Flush_m1077150699(L_7, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetManager::ResponsePetSkillLevelUpRes(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPetManager_ResponsePetSkillLevelUpRes_m2847689531 (CPetManager_t2941415134 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { int32_t V_0 = 0; int64_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int64_t L_3 = CDataArray_GetLong_m4094450536(L_0, L_2, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_2 = L_7; CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; NullCheck(L_8); int32_t L_11 = CDataArray_GetInt_m1111369473(L_8, L_10, 0, /*hidden argument*/NULL); V_3 = L_11; int32_t L_12 = V_3; if (L_12) { goto IL_004f; } } { UpgradeEffect_t3030226768 * L_13 = __this->get_m_UpgradeEffect_17(); if (!L_13) { goto IL_0048; } } { UpgradeEffect_t3030226768 * L_14 = __this->get_m_UpgradeEffect_17(); int64_t L_15 = V_1; NullCheck(L_14); UpgradeEffect_Invoke_m469537462(L_14, 1, L_15, /*hidden argument*/NULL); } IL_0048: { int64_t L_16 = V_1; CPetManager_RequestPetSkillData_m2548509545(__this, L_16, /*hidden argument*/NULL); } IL_004f: { return; } } // System.Void DMCore.Logic.CPetManager::RequestPetHatchTime(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestPetHatchTime_m2556363615 (CPetManager_t2941415134 * __this, int64_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_RequestPetHatchTime_m2556363615_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1566), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int64_t L_3 = ___id0; NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetManager::RequestBuyEnergy(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestBuyEnergy_m1216754195 (CPetManager_t2941415134 * __this, int64_t ___petId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_RequestBuyEnergy_m1216754195_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1564), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int64_t L_3 = ___petId0; NullCheck(L_2); CDataArray_Push_m3799896857(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetManager::ResponseBuyEnergy(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPetManager_ResponseBuyEnergy_m3015391274 (CPetManager_t2941415134 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { int32_t V_0 = 0; int64_t V_1 = 0; CPet_t2667050390 * V_2 = NULL; bool V_3 = false; int32_t G_B5_0 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int64_t L_3 = CDataArray_GetLong_m4094450536(L_0, L_2, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_1 = L_3; int64_t L_4 = V_1; CPet_t2667050390 * L_5 = CPetManager_GetPetByID_m2745814047(__this, L_4, /*hidden argument*/NULL); V_2 = L_5; CPet_t2667050390 * L_6 = V_2; if (L_6) { goto IL_001f; } } { return; } IL_001f: { CDataArray_t4068198041 * L_7 = ___msg0; int32_t L_8 = V_0; int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); V_0 = L_9; NullCheck(L_7); int32_t L_10 = CDataArray_GetInt_m1111369473(L_7, L_9, 0, /*hidden argument*/NULL); if (L_10) { goto IL_0036; } } { G_B5_0 = 1; goto IL_0037; } IL_0036: { G_B5_0 = 0; } IL_0037: { V_3 = (bool)G_B5_0; bool L_11 = V_3; if (!L_11) { goto IL_006c; } } { CPet_t2667050390 * L_12 = V_2; CPet_t2667050390 * L_13 = L_12; NullCheck(L_13); int32_t L_14 = CPet_get_CurrentEnergy_m3952434177(L_13, /*hidden argument*/NULL); CDataArray_t4068198041 * L_15 = ___msg0; int32_t L_16 = V_0; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); V_0 = L_17; NullCheck(L_15); int32_t L_18 = CDataArray_GetInt_m1111369473(L_15, L_17, 0, /*hidden argument*/NULL); NullCheck(L_13); CPet_set_CurrentEnergy_m1175734424(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_18)), /*hidden argument*/NULL); int32_t L_19 = __this->get_m_LeftBuyEnergyCount_13(); __this->set_m_LeftBuyEnergyCount_13(((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1))); CPetManager_set_IsNeedRefreshUI_m1624110245(__this, (bool)1, /*hidden argument*/NULL); } IL_006c: { return; } } // System.Void DMCore.Logic.CPetManager::ResponsePetCellNum(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPetManager_ResponsePetCellNum_m2632390465 (CPetManager_t2941415134 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); CPetManager_set_MaxPetNum_m2397218114(__this, L_7, /*hidden argument*/NULL); CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; NullCheck(L_8); int32_t L_11 = CDataArray_GetInt_m1111369473(L_8, L_10, 0, /*hidden argument*/NULL); CPetManager_set_CurrentPetNum_m3679267857(__this, L_11, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetManager::RequestRelese(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestRelese_m3897261278 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_RequestRelese_m3897261278_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1558), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, 3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; int64_t L_4 = ___petID0; NullCheck(L_3); CDataArray_Push_m3799896857(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; NullCheck(L_5); CDataArray_Flush_m1077150699(L_5, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CPetManager::SetPetModelVisable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CPetManager_SetPetModelVisable_m2148172164 (CPetManager_t2941415134 * __this, bool ____visable0, const RuntimeMethod* method) { { ISceneNpcBase_t3974693970 * L_0 = CPetManager_get_CurrentSelectedPetObj_m1206640132(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { ISceneNpcBase_t3974693970 * L_1 = CPetManager_get_CurrentSelectedPetObj_m1206640132(__this, /*hidden argument*/NULL); bool L_2 = ____visable0; NullCheck(L_1); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_1, L_2); return (bool)1; } } // DMCore.Framework.Scene.ISceneNpcBase DMCore.Logic.CPetManager::get_CurrentSelectedPetObj() extern "C" IL2CPP_METHOD_ATTR ISceneNpcBase_t3974693970 * CPetManager_get_CurrentSelectedPetObj_m1206640132 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { { ISceneNpcBase_t3974693970 * L_0 = __this->get_U3CCurrentSelectedPetObjU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CPetManager::set_CurrentSelectedPetObj(DMCore.Framework.Scene.ISceneNpcBase) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_CurrentSelectedPetObj_m1232414421 (CPetManager_t2941415134 * __this, ISceneNpcBase_t3974693970 * ___value0, const RuntimeMethod* method) { { ISceneNpcBase_t3974693970 * L_0 = ___value0; __this->set_U3CCurrentSelectedPetObjU3Ek__BackingField_0(L_0); return; } } // System.Int64 DMCore.Logic.CPetManager::get_CurrentSelectedPetID() extern "C" IL2CPP_METHOD_ATTR int64_t CPetManager_get_CurrentSelectedPetID_m2380542668 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_U3CCurrentSelectedPetIDU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.CPetManager::set_CurrentSelectedPetID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_CurrentSelectedPetID_m4011617171 (CPetManager_t2941415134 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_U3CCurrentSelectedPetIDU3Ek__BackingField_1(L_0); return; } } // System.Int64 DMCore.Logic.CPetManager::get_CurrentFollowPetID() extern "C" IL2CPP_METHOD_ATTR int64_t CPetManager_get_CurrentFollowPetID_m652555541 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_CurrentFollowPetID_9(); return L_0; } } // System.Void DMCore.Logic.CPetManager::set_CurrentFollowPetID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_CurrentFollowPetID_m1587782356 (CPetManager_t2941415134 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_m_CurrentFollowPetID_9(L_0); return; } } // System.Int32 DMCore.Logic.CPetManager::get_CurrentPetNum() extern "C" IL2CPP_METHOD_ATTR int32_t CPetManager_get_CurrentPetNum_m2802073578 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_CurrentPetNum_15(); return L_0; } } // System.Void DMCore.Logic.CPetManager::set_CurrentPetNum(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_CurrentPetNum_m3679267857 (CPetManager_t2941415134 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_CurrentPetNum_15(L_0); return; } } // System.Int32 DMCore.Logic.CPetManager::get_MaxPetNum() extern "C" IL2CPP_METHOD_ATTR int32_t CPetManager_get_MaxPetNum_m876498036 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_MaxPetNum_16(); return L_0; } } // System.Void DMCore.Logic.CPetManager::set_MaxPetNum(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_MaxPetNum_m2397218114 (CPetManager_t2941415134 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_MaxPetNum_16(L_0); return; } } // DMCore.Framework.Scene.ISceneNpcBase DMCore.Logic.CPetManager::get_CurrentFollowedPet() extern "C" IL2CPP_METHOD_ATTR ISceneNpcBase_t3974693970 * CPetManager_get_CurrentFollowedPet_m3456142787 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_get_CurrentFollowedPet_m3456142787_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2 = CProperty_GetLong_m359864449(L_1, _stringLiteral3045376494, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); V_0 = L_2; int64_t L_3 = V_0; if ((((int64_t)L_3) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_005d; } } { ISceneNpcBase_t3974693970 * L_4 = __this->get_m_tempPetObj_14(); if (L_4) { goto IL_0056; } } { CMainRole_t4200562839 * L_5 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CProperty_t963755051 * L_6 = ISceneBaseObj_GetNetProperty_m1709069404(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CProperty_GetInt_m2680341236(L_6, _stringLiteral2439944866, 0, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_8 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_9 = V_1; NullCheck(L_8); ISceneBaseObj_t858622483 * L_10 = CPetManager_CreatePetObject_m1636568575(L_8, L_9, /*hidden argument*/NULL); __this->set_m_tempPetObj_14(((ISceneNpcBase_t3974693970 *)IsInstClass((RuntimeObject*)L_10, ISceneNpcBase_t3974693970_il2cpp_TypeInfo_var))); } IL_0056: { ISceneNpcBase_t3974693970 * L_11 = __this->get_m_tempPetObj_14(); return L_11; } IL_005d: { CSceneService_t551449725 * L_12 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_13 = V_0; NullCheck(L_12); ISceneBaseObj_t858622483 * L_14 = CSceneService_GetSceneBaseObj_m1922388889(L_12, L_13, /*hidden argument*/NULL); return ((ISceneNpcBase_t3974693970 *)IsInstClass((RuntimeObject*)L_14, ISceneNpcBase_t3974693970_il2cpp_TypeInfo_var)); } } // System.Void DMCore.Logic.CPetManager::set_CurrentFollowedPet(DMCore.Framework.Scene.ISceneNpcBase) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_CurrentFollowedPet_m203938961 (CPetManager_t2941415134 * __this, ISceneNpcBase_t3974693970 * ___value0, const RuntimeMethod* method) { { ISceneNpcBase_t3974693970 * L_0 = __this->get_m_tempPetObj_14(); if (!L_0) { goto IL_003d; } } { ISceneNpcBase_t3974693970 * L_1 = __this->get_m_tempPetObj_14(); NullCheck(L_1); bool L_2 = ISceneBaseObj_IsValid_m1197404667(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0036; } } { CSceneService_t551449725 * L_3 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_4 = __this->get_m_tempPetObj_14(); NullCheck(L_4); Transform_t3600365921 * L_5 = ISceneBaseObj_GetTransform_m3818769012(L_4, /*hidden argument*/NULL); NullCheck(L_5); GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(L_5, /*hidden argument*/NULL); NullCheck(L_3); CSceneService_DestroyNpcObj_m618051822(L_3, L_6, /*hidden argument*/NULL); } IL_0036: { __this->set_m_tempPetObj_14((ISceneNpcBase_t3974693970 *)NULL); } IL_003d: { return; } } // System.Void DMCore.Logic.CPetManager::SetCurrentFollowPetVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetManager_SetCurrentFollowPetVisible_m2484997783 (CPetManager_t2941415134 * __this, bool ___bShow0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_SetCurrentFollowPetVisible_m2484997783_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; { ISceneNpcBase_t3974693970 * L_0 = CPetManager_get_CurrentFollowedPet_m3456142787(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0025; } } { ISceneNpcBase_t3974693970 * L_1 = CPetManager_get_CurrentFollowedPet_m3456142787(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = ISceneBaseObj_GetTransform_m3818769012(L_1, /*hidden argument*/NULL); V_0 = L_2; Transform_t3600365921 * L_3 = V_0; bool L_4 = ___bShow0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); bool L_5 = ___bShow0; CPetManager_set_IsCurrentFollowPetVisible_m3977233277(__this, L_5, /*hidden argument*/NULL); } IL_0025: { return; } } // System.Boolean DMCore.Logic.CPetManager::get_IsCurrentFollowPetVisible() extern "C" IL2CPP_METHOD_ATTR bool CPetManager_get_IsCurrentFollowPetVisible_m3239205197 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.CPetManager::set_IsCurrentFollowPetVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_IsCurrentFollowPetVisible_m3977233277 (CPetManager_t2941415134 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsCurrentFollowPetVisibleU3Ek__BackingField_2(L_0); return; } } // System.Int32 DMCore.Logic.CPetManager::GetEnergyBuyCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPetManager_GetEnergyBuyCount_m2359714967 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_LeftBuyEnergyCount_13(); return L_0; } } // System.Int32 DMCore.Logic.CPetManager::GetPetListCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPetManager_GetPetListCount_m2254559960 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_GetPetListCount_m2254559960_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t4139125132 * L_0 = __this->get_m_PetList_11(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m1669066067(L_0, /*hidden argument*/List_1_get_Count_m1669066067_RuntimeMethod_var); return L_1; } } // System.Void DMCore.Logic.CPetManager::set_IsDataReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_IsDataReady_m1087712853 (CPetManager_t2941415134 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsDataReadyU3Ek__BackingField_3(L_0); return; } } // System.Boolean DMCore.Logic.CPetManager::get_IsDataReady() extern "C" IL2CPP_METHOD_ATTR bool CPetManager_get_IsDataReady_m577219297 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsDataReadyU3Ek__BackingField_3(); return L_0; } } // System.Boolean DMCore.Logic.CPetManager::get_IsShowActivePet() extern "C" IL2CPP_METHOD_ATTR bool CPetManager_get_IsShowActivePet_m436253160 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsShowActivePetU3Ek__BackingField_4(); return L_0; } } // System.Void DMCore.Logic.CPetManager::set_IsShowActivePet(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_IsShowActivePet_m117050414 (CPetManager_t2941415134 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsShowActivePetU3Ek__BackingField_4(L_0); return; } } // System.Int32 DMCore.Logic.CPetManager::get_RefreshActiveTimeTimerID() extern "C" IL2CPP_METHOD_ATTR int32_t CPetManager_get_RefreshActiveTimeTimerID_m3447856502 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5(); return L_0; } } // System.Void DMCore.Logic.CPetManager::set_RefreshActiveTimeTimerID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_RefreshActiveTimeTimerID_m836468754 (CPetManager_t2941415134 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CRefreshActiveTimeTimerIDU3Ek__BackingField_5(L_0); return; } } // System.Boolean DMCore.Logic.CPetManager::get_IsNeedRefreshUI() extern "C" IL2CPP_METHOD_ATTR bool CPetManager_get_IsNeedRefreshUI_m3802484563 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsNeedRefreshUIU3Ek__BackingField_6(); return L_0; } } // System.Void DMCore.Logic.CPetManager::set_IsNeedRefreshUI(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_IsNeedRefreshUI_m1624110245 (CPetManager_t2941415134 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsNeedRefreshUIU3Ek__BackingField_6(L_0); return; } } // System.Int32 DMCore.Logic.CPetManager::get_petSkillUseCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPetManager_get_petSkillUseCount_m1540535980 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CpetSkillUseCountU3Ek__BackingField_7(); return L_0; } } // System.Void DMCore.Logic.CPetManager::set_petSkillUseCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_petSkillUseCount_m1801960473 (CPetManager_t2941415134 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CpetSkillUseCountU3Ek__BackingField_7(L_0); return; } } // System.Void DMCore.Logic.CPetManager::ShowActiveEffect() extern "C" IL2CPP_METHOD_ATTR void CPetManager_ShowActiveEffect_m2175489985 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_ShowActiveEffect_m2175489985_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; Camera_t4157153871 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; ParticleSystem_t1800779281 * V_3 = NULL; ParticleSystemRenderer_t2065813411 * V_4 = NULL; String_t* V_5 = NULL; Texture2D_t3840446185 * V_6 = NULL; float V_7 = 0.0f; ParticleSystem_t1800779281 * G_B16_0 = NULL; CEventManager_t474365641 * G_B23_0 = NULL; CEventManager_t474365641 * G_B22_0 = NULL; float G_B24_0 = 0.0f; CEventManager_t474365641 * G_B24_1 = NULL; { bool L_0 = CPetManager_get_IsShowActivePet_m436253160(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { List_1_t913674750 * L_1 = __this->get_m_NeedActivePetList_8(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m2237906497(L_1, /*hidden argument*/List_1_get_Count_m2237906497_RuntimeMethod_var); if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_001e; } } { return; } IL_001e: { ISceneNpcBase_t3974693970 * L_3 = CPetManager_get_CurrentSelectedPetObj_m1206640132(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_003f; } } { ISceneNpcBase_t3974693970 * L_4 = CPetManager_get_CurrentSelectedPetObj_m1206640132(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = ISceneBaseObj_GetTransform_m3818769012(L_4, /*hidden argument*/NULL); 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_0040; } } IL_003f: { return; } IL_0040: { List_1_t913674750 * L_7 = __this->get_m_NeedActivePetList_8(); NullCheck(L_7); int64_t L_8 = List_1_get_Item_m3814898732(L_7, 0, /*hidden argument*/List_1_get_Item_m3814898732_RuntimeMethod_var); CPet_t2667050390 * L_9 = CPetManager_GetPetByID_m2745814047(__this, L_8, /*hidden argument*/NULL); V_0 = L_9; CPet_t2667050390 * L_10 = V_0; if (L_10) { goto IL_005a; } } { return; } IL_005a: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_11 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); ICameraBase_t3615533728 * L_12 = CRoot_GetCamera_m3179746689(L_11, /*hidden argument*/NULL); NullCheck(L_12); Camera_t4157153871 * L_13 = ICameraBase_GetUICamera_m3997251255(L_12, /*hidden argument*/NULL); V_1 = L_13; Camera_t4157153871 * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_14, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_15) { goto IL_0077; } } { return; } IL_0077: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_16 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); CWndController_ShowUI_m3552255067(L_16, ((int32_t)101), /*hidden argument*/NULL); Camera_t4157153871 * L_17 = V_1; NullCheck(L_17); Transform_t3600365921 * L_18 = Component_get_transform_m3162698980(L_17, /*hidden argument*/NULL); NullCheck(L_18); Transform_t3600365921 * L_19 = Transform_Find_m1729760951(L_18, _stringLiteral1755505408, /*hidden argument*/NULL); V_2 = L_19; Transform_t3600365921 * L_20 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_21 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_20, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_00a2; } } { return; } IL_00a2: { Transform_t3600365921 * L_22 = V_2; 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_00be; } } { Transform_t3600365921 * L_24 = V_2; NullCheck(L_24); GameObject_t1113636619 * L_25 = Component_get_gameObject_m442555142(L_24, /*hidden argument*/NULL); NullCheck(L_25); ParticleSystem_t1800779281 * L_26 = GameObject_GetComponent_TisParticleSystem_t1800779281_m2109449193(L_25, /*hidden argument*/GameObject_GetComponent_TisParticleSystem_t1800779281_m2109449193_RuntimeMethod_var); G_B16_0 = L_26; goto IL_00bf; } IL_00be: { G_B16_0 = ((ParticleSystem_t1800779281 *)(NULL)); } IL_00bf: { V_3 = G_B16_0; ParticleSystem_t1800779281 * L_27 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_28 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_27, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_28) { goto IL_00cd; } } { return; } IL_00cd: { ParticleSystem_t1800779281 * L_29 = V_3; NullCheck(L_29); ParticleSystemRenderer_t2065813411 * L_30 = Component_GetComponent_TisParticleSystemRenderer_t2065813411_m2432312923(L_29, /*hidden argument*/Component_GetComponent_TisParticleSystemRenderer_t2065813411_m2432312923_RuntimeMethod_var); V_4 = L_30; ParticleSystemRenderer_t2065813411 * L_31 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_32 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0123; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_33 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_34 = V_0; NullCheck(L_34); int32_t L_35 = CPet_get_ModelID_m2913048647(L_34, /*hidden argument*/NULL); NullCheck(L_33); String_t* L_36 = CPetManager_GetPathByPetModelID_m1296429434(L_33, L_35, /*hidden argument*/NULL); V_5 = L_36; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_37 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_38 = V_5; NullCheck(L_37); Object_t631007953 * L_39 = IResourceManager_CreateResource_m1279813597(L_37, L_38, (bool)0, /*hidden argument*/NULL); V_6 = ((Texture2D_t3840446185 *)IsInstSealed((RuntimeObject*)L_39, Texture2D_t3840446185_il2cpp_TypeInfo_var)); Texture2D_t3840446185 * L_40 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_41 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0123; } } { ParticleSystemRenderer_t2065813411 * L_42 = V_4; NullCheck(L_42); Material_t340375123 * L_43 = Renderer_get_material_m4171603682(L_42, /*hidden argument*/NULL); Texture2D_t3840446185 * L_44 = V_6; NullCheck(L_43); Material_set_mainTexture_m544811714(L_43, L_44, /*hidden argument*/NULL); } IL_0123: { CPetManager_set_IsShowActivePet_m117050414(__this, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_45 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); float L_46 = CMiscHelp_ParticleSystemLength_m2018265891(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); V_7 = L_46; IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_47 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_47); CPetManager_SetPetModelVisable_m2148172164(L_47, (bool)0, /*hidden argument*/NULL); CEventManager_t474365641 * L_48 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_49 = (intptr_t)CPetManager_SetNullOfActivePet_m2623509976_RuntimeMethod_var; OnEventCall_t3758354630 * L_50 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_50, __this, L_49, /*hidden argument*/NULL); NullCheck(L_48); CEventManager_StopEvent_m2167807725(L_48, L_50, /*hidden argument*/NULL); CEventManager_t474365641 * L_51 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); float L_52 = V_7; G_B22_0 = L_51; if ((!(((float)L_52) <= ((float)(0.0f))))) { G_B23_0 = L_51; goto IL_0170; } } { ParticleSystem_t1800779281 * L_53 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); float L_54 = CMiscHelp_ParticleDuration_m2921795641(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); G_B24_0 = L_54; G_B24_1 = G_B22_0; goto IL_0172; } IL_0170: { float L_55 = V_7; G_B24_0 = L_55; G_B24_1 = G_B23_0; } IL_0172: { intptr_t L_56 = (intptr_t)CPetManager_SetNullOfActivePet_m2623509976_RuntimeMethod_var; OnEventCall_t3758354630 * L_57 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_57, __this, L_56, /*hidden argument*/NULL); NullCheck(G_B24_1); CEventManager_PushOnce_m1854500591(G_B24_1, G_B24_0, L_57, /*hidden argument*/NULL); List_1_t913674750 * L_58 = __this->get_m_NeedActivePetList_8(); NullCheck(L_58); List_1_RemoveAt_m642406107(L_58, 0, /*hidden argument*/List_1_RemoveAt_m642406107_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CPetManager::SetNullOfActivePet(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetManager_SetNullOfActivePet_m2623509976 (CPetManager_t2941415134 * __this, bool ___bFirstCall0, float ___fDelTime1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_SetNullOfActivePet_m2623509976_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_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_HideUI_m732482071(L_5, ((int32_t)101), /*hidden argument*/NULL); CPetManager_set_IsShowActivePet_m117050414(__this, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_6 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CPetManager_SetPetModelVisable_m2148172164(L_6, (bool)1, /*hidden argument*/NULL); return; } } // DMCore.Logic.CChangeNameInfo DMCore.Logic.CPetManager::get_ChangeNameInitializer() extern "C" IL2CPP_METHOD_ATTR CChangeNameInfo_t1998310127 * CPetManager_get_ChangeNameInitializer_m1742563701 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_get_ChangeNameInitializer_m1742563701_MetadataUsageId); s_Il2CppMethodInitialized = true; } CChangeNameInfo_t1998310127 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CChangeNameManager_t2068867582_il2cpp_TypeInfo_var); CChangeNameManager_t2068867582 * L_0 = CChangeNameManager_GetInstance_m85489895(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CChangeNameInfo_t1998310127 * L_1 = CChangeNameManager_get_InformationContainer_m640887574(L_0, /*hidden argument*/NULL); V_0 = L_1; CChangeNameInfo_t1998310127 * L_2 = V_0; NullCheck(L_2); L_2->set_OperationType_0(2); CChangeNameInfo_t1998310127 * L_3 = V_0; CPet_t2667050390 * L_4 = CPetManager_GetCurrentSelectPet_m1550372004(__this, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = CPet_get_PetName_m2694979626(L_4, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_CurrentName_1(L_5); CChangeNameInfo_t1998310127 * L_6 = V_0; NullCheck(L_6); L_6->set_CardID_2(((int32_t)10)); CChangeNameInfo_t1998310127 * L_7 = V_0; NullCheck(L_7); L_7->set_DiamondCount_4(0); CChangeNameInfo_t1998310127 * L_8 = V_0; NullCheck(L_8); L_8->set_GoldCount_3(0); CChangeNameInfo_t1998310127 * L_9 = V_0; NullCheck(L_9); L_9->set_IsRandomType_5((bool)0); CChangeNameInfo_t1998310127 * L_10 = V_0; NullCheck(L_10); L_10->set_IsUnique_7((bool)0); CChangeNameInfo_t1998310127 * L_11 = V_0; intptr_t L_12 = (intptr_t)CPetManager_RequestChangePetName_m2448273820_RuntimeMethod_var; OnChangeNameCallback_t2458829697 * L_13 = (OnChangeNameCallback_t2458829697 *)il2cpp_codegen_object_new(OnChangeNameCallback_t2458829697_il2cpp_TypeInfo_var); OnChangeNameCallback__ctor_m285383472(L_13, __this, L_12, /*hidden argument*/NULL); NullCheck(L_11); L_11->set_Requestor_11(L_13); CChangeNameInfo_t1998310127 * L_14 = V_0; intptr_t L_15 = (intptr_t)CPetManager_ResponseChangePetName_m595464598_RuntimeMethod_var; OnChangeNameCallback_t2458829697 * L_16 = (OnChangeNameCallback_t2458829697 *)il2cpp_codegen_object_new(OnChangeNameCallback_t2458829697_il2cpp_TypeInfo_var); OnChangeNameCallback__ctor_m285383472(L_16, __this, L_15, /*hidden argument*/NULL); NullCheck(L_14); L_14->set_Responsor_12(L_16); CChangeNameInfo_t1998310127 * L_17 = V_0; intptr_t L_18 = (intptr_t)CPetManager_CancelChangePetName_m3215619243_RuntimeMethod_var; OnChangeNameCallback_t2458829697 * L_19 = (OnChangeNameCallback_t2458829697 *)il2cpp_codegen_object_new(OnChangeNameCallback_t2458829697_il2cpp_TypeInfo_var); OnChangeNameCallback__ctor_m285383472(L_19, __this, L_18, /*hidden argument*/NULL); NullCheck(L_17); L_17->set_CancelCallback_13(L_19); CChangeNameInfo_t1998310127 * L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_21 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22 = CMiscConfig_GetValue_m1810403399(L_21, _stringLiteral1298987385, _stringLiteral3073857316, /*hidden argument*/NULL); NullCheck(L_20); L_20->set_MaxCharNum_10(L_22); CChangeNameInfo_t1998310127 * L_23 = V_0; return L_23; } } // System.Void DMCore.Logic.CPetManager::Clear() extern "C" IL2CPP_METHOD_ATTR void CPetManager_Clear_m436820286 (CPetManager_t2941415134 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetManager_Clear_m436820286_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t913674750 * L_0 = __this->get_m_NeedActivePetList_8(); NullCheck(L_0); List_1_Clear_m2696058023(L_0, /*hidden argument*/List_1_Clear_m2696058023_RuntimeMethod_var); __this->set_m_CurrentFollowPetID_9((((int64_t)((int64_t)0)))); List_1_t4139125132 * L_1 = __this->get_m_PetList_11(); NullCheck(L_1); List_1_Clear_m1929019320(L_1, /*hidden argument*/List_1_Clear_m1929019320_RuntimeMethod_var); __this->set_m_LeftBuyEnergyCount_13(0); CPetManager_set_IsDataReady_m1087712853(__this, (bool)0, /*hidden argument*/NULL); CPetManager_set_IsShowActivePet_m117050414(__this, (bool)0, /*hidden argument*/NULL); CPetManager_set_CurrentSelectedPetObj_m1232414421(__this, (ISceneNpcBase_t3974693970 *)NULL, /*hidden argument*/NULL); CPetManager_set_CurrentFollowPetID_m1587782356(__this, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); CPetManager_set_CurrentSelectedPetID_m4011617171(__this, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPetManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPetManager__cctor_m3604491069 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_GetMaterial_t2269987281 (GetMaterial_t2269987281 * __this, int32_t ___type0, int64_t ___id1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, int64_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___type0, ___id1); } // System.Void DMCore.Logic.CPetManager/GetMaterial::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetMaterial__ctor_m1988559445 (GetMaterial_t2269987281 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CPetManager/GetMaterial::Invoke(DMCore.Logic.QualityMaterialType,System.Int64) extern "C" IL2CPP_METHOD_ATTR void GetMaterial_Invoke_m4017056053 (GetMaterial_t2269987281 * __this, int32_t ___type0, int64_t ___id1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { GetMaterial_Invoke_m4017056053((GetMaterial_t2269987281 *)__this->get_prev_9(), ___type0, ___id1, 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, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___type0, ___id1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___type0, ___id1, 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, int64_t >::Invoke(targetMethod, targetThis, ___type0, ___id1); else GenericVirtActionInvoker2< int32_t, int64_t >::Invoke(targetMethod, targetThis, ___type0, ___id1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___type0, ___id1); else VirtActionInvoker2< int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___type0, ___id1); } } else { typedef void (*FunctionPointerType) (void*, int32_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___type0, ___id1, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CPetManager/GetMaterial::BeginInvoke(DMCore.Logic.QualityMaterialType,System.Int64,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetMaterial_BeginInvoke_m2116335306 (GetMaterial_t2269987281 * __this, int32_t ___type0, int64_t ___id1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetMaterial_BeginInvoke_m2116335306_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(QualityMaterialType_t1209093606_il2cpp_TypeInfo_var, &___type0); __d_args[1] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___id1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void DMCore.Logic.CPetManager/GetMaterial::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GetMaterial_EndInvoke_m2583491829 (GetMaterial_t2269987281 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_UpgradeEffect_t3030226768 (UpgradeEffect_t3030226768 * __this, int32_t ___type0, int64_t ___id1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, int64_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___type0, ___id1); } // System.Void DMCore.Logic.CPetManager/UpgradeEffect::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UpgradeEffect__ctor_m4107213288 (UpgradeEffect_t3030226768 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CPetManager/UpgradeEffect::Invoke(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void UpgradeEffect_Invoke_m469537462 (UpgradeEffect_t3030226768 * __this, int32_t ___type0, int64_t ___id1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { UpgradeEffect_Invoke_m469537462((UpgradeEffect_t3030226768 *)__this->get_prev_9(), ___type0, ___id1, 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, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___type0, ___id1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___type0, ___id1, 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, int64_t >::Invoke(targetMethod, targetThis, ___type0, ___id1); else GenericVirtActionInvoker2< int32_t, int64_t >::Invoke(targetMethod, targetThis, ___type0, ___id1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___type0, ___id1); else VirtActionInvoker2< int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___type0, ___id1); } } else { typedef void (*FunctionPointerType) (void*, int32_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___type0, ___id1, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CPetManager/UpgradeEffect::BeginInvoke(System.Int32,System.Int64,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UpgradeEffect_BeginInvoke_m2067349289 (UpgradeEffect_t3030226768 * __this, int32_t ___type0, int64_t ___id1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UpgradeEffect_BeginInvoke_m2067349289_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___type0); __d_args[1] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___id1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void DMCore.Logic.CPetManager/UpgradeEffect::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void UpgradeEffect_EndInvoke_m571056963 (UpgradeEffect_t3030226768 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetSkill::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetSkill__ctor_m2229734630 (CPetSkill_t349224069 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CPetSkill_set_skillID_m3877982093(__this, (-1), /*hidden argument*/NULL); CPetSkill_set_skillLevel_m2884378873(__this, 0, /*hidden argument*/NULL); CPetSkill_set_skillMaxLevel_m2916595171(__this, 0, /*hidden argument*/NULL); CPetSkill_set_bUpgrade_m3971736970(__this, (bool)0, /*hidden argument*/NULL); CPetSkill_set_Price_m2174399103(__this, 0, /*hidden argument*/NULL); CPetSkill_set_isFresh_m1865360284(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.CPetSkill::get_skillID() extern "C" IL2CPP_METHOD_ATTR int32_t CPetSkill_get_skillID_m3633524883 (CPetSkill_t349224069 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CskillIDU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CPetSkill::set_skillID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetSkill_set_skillID_m3877982093 (CPetSkill_t349224069 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CskillIDU3Ek__BackingField_0(L_0); return; } } // System.Int32 DMCore.Logic.CPetSkill::get_skillLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CPetSkill_get_skillLevel_m2412108583 (CPetSkill_t349224069 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CskillLevelU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.CPetSkill::set_skillLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetSkill_set_skillLevel_m2884378873 (CPetSkill_t349224069 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CskillLevelU3Ek__BackingField_1(L_0); return; } } // System.Int32 DMCore.Logic.CPetSkill::get_skillMaxLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CPetSkill_get_skillMaxLevel_m2151063823 (CPetSkill_t349224069 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CskillMaxLevelU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.CPetSkill::set_skillMaxLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetSkill_set_skillMaxLevel_m2916595171 (CPetSkill_t349224069 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CskillMaxLevelU3Ek__BackingField_2(L_0); return; } } // System.Boolean DMCore.Logic.CPetSkill::get_bUpgrade() extern "C" IL2CPP_METHOD_ATTR bool CPetSkill_get_bUpgrade_m3740643012 (CPetSkill_t349224069 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CbUpgradeU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.CPetSkill::set_bUpgrade(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetSkill_set_bUpgrade_m3971736970 (CPetSkill_t349224069 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CbUpgradeU3Ek__BackingField_3(L_0); return; } } // System.Int32 DMCore.Logic.CPetSkill::get_Price() extern "C" IL2CPP_METHOD_ATTR int32_t CPetSkill_get_Price_m1077458637 (CPetSkill_t349224069 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CPriceU3Ek__BackingField_4(); return L_0; } } // System.Void DMCore.Logic.CPetSkill::set_Price(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetSkill_set_Price_m2174399103 (CPetSkill_t349224069 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CPriceU3Ek__BackingField_4(L_0); return; } } // System.Boolean DMCore.Logic.CPetSkill::get_isFresh() extern "C" IL2CPP_METHOD_ATTR bool CPetSkill_get_isFresh_m444228715 (CPetSkill_t349224069 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CisFreshU3Ek__BackingField_5(); return L_0; } } // System.Void DMCore.Logic.CPetSkill::set_isFresh(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetSkill_set_isFresh_m1865360284 (CPetSkill_t349224069 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CisFreshU3Ek__BackingField_5(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetSkillConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetSkillConfig__ctor_m990327524 (CPetSkillConfig_t2627276790 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetSkillConfig__ctor_m990327524_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t2960430969 * L_0 = (Dictionary_2_t2960430969 *)il2cpp_codegen_object_new(Dictionary_2_t2960430969_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1896086479(L_0, /*hidden argument*/Dictionary_2__ctor_m1896086479_RuntimeMethod_var); __this->set_m_skillList_2(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral2276850151, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPetSkillConfig DMCore.Logic.CPetSkillConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetSkillConfig_t2627276790 * CPetSkillConfig_GetInstance_m2381038781 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetSkillConfig_GetInstance_m2381038781_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetSkillConfig_t2627276790_il2cpp_TypeInfo_var); CPetSkillConfig_t2627276790 * L_0 = ((CPetSkillConfig_t2627276790_StaticFields*)il2cpp_codegen_static_fields_for(CPetSkillConfig_t2627276790_il2cpp_TypeInfo_var))->get_m_Instance_1(); if (L_0) { goto IL_0014; } } { CPetSkillConfig_t2627276790 * L_1 = (CPetSkillConfig_t2627276790 *)il2cpp_codegen_object_new(CPetSkillConfig_t2627276790_il2cpp_TypeInfo_var); CPetSkillConfig__ctor_m990327524(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetSkillConfig_t2627276790_il2cpp_TypeInfo_var); ((CPetSkillConfig_t2627276790_StaticFields*)il2cpp_codegen_static_fields_for(CPetSkillConfig_t2627276790_il2cpp_TypeInfo_var))->set_m_Instance_1(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPetSkillConfig_t2627276790_il2cpp_TypeInfo_var); CPetSkillConfig_t2627276790 * L_2 = ((CPetSkillConfig_t2627276790_StaticFields*)il2cpp_codegen_static_fields_for(CPetSkillConfig_t2627276790_il2cpp_TypeInfo_var))->get_m_Instance_1(); return L_2; } } // System.Void DMCore.Logic.CPetSkillConfig::Clear() extern "C" IL2CPP_METHOD_ATTR void CPetSkillConfig_Clear_m1083934832 (CPetSkillConfig_t2627276790 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Logic.CPetSkillConfig::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPetSkillConfig_OnLoad_m109464916 (CPetSkillConfig_t2627276790 * __this, String_t* ___texAsset0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetSkillConfig_OnLoad_m109464916_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlElement_t561603118 * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; XmlElement_t561603118 * V_4 = NULL; SkillInfo_t3175174670 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = V_0; if (!L_1) { goto IL_019b; } } IL_000c: { XmlDocument_t2837193595 * L_2 = V_0; String_t* L_3 = ___texAsset0; NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_2, L_3); XmlDocument_t2837193595 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); V_1 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_6 = V_1; if (L_6) { goto IL_0031; } } IL_0025: { XmlDocument_t2837193595 * L_7 = V_0; XmlElement_t561603118 * L_8 = CXMLHelper_GetXmlNodeByXpath_m2211338148(NULL /*static, unused*/, L_7, _stringLiteral1791902608, /*hidden argument*/NULL); V_1 = L_8; } IL_0031: { XmlElement_t561603118 * L_9 = V_1; if (!L_9) { goto IL_0042; } } IL_0037: { XmlElement_t561603118 * L_10 = V_1; NullCheck(L_10); XmlNodeList_t2551693786 * L_11 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_10); if (L_11) { goto IL_0049; } } IL_0042: { V_2 = (bool)0; goto IL_01aa; } IL_0049: { Dictionary_2_t2960430969 * L_12 = __this->get_m_skillList_2(); NullCheck(L_12); Dictionary_2_Clear_m323162498(L_12, /*hidden argument*/Dictionary_2_Clear_m323162498_RuntimeMethod_var); V_3 = 0; goto IL_0183; } IL_005b: { XmlElement_t561603118 * L_13 = V_1; NullCheck(L_13); XmlNodeList_t2551693786 * L_14 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_13); int32_t L_15 = V_3; NullCheck(L_14); XmlNode_t3767805227 * L_16 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_14, L_15); NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_16); if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_017f; } } IL_0072: { XmlElement_t561603118 * L_18 = V_1; NullCheck(L_18); XmlNodeList_t2551693786 * L_19 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_18); int32_t L_20 = V_3; NullCheck(L_19); XmlNode_t3767805227 * L_21 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_19, L_20); V_4 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_21, XmlElement_t561603118_il2cpp_TypeInfo_var)); SkillInfo_t3175174670 * L_22 = (SkillInfo_t3175174670 *)il2cpp_codegen_object_new(SkillInfo_t3175174670_il2cpp_TypeInfo_var); SkillInfo__ctor_m2624866497(L_22, /*hidden argument*/NULL); V_5 = L_22; SkillInfo_t3175174670 * L_23 = V_5; XmlElement_t561603118 * L_24 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_25 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_24, _stringLiteral1008678758, 0, /*hidden argument*/NULL); NullCheck(L_23); L_23->set_SkillId_0(L_25); SkillInfo_t3175174670 * L_26 = V_5; XmlElement_t561603118 * L_27 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_29 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_27, _stringLiteral62725275, L_28, /*hidden argument*/NULL); NullCheck(L_26); L_26->set_SkillName_1(L_29); SkillInfo_t3175174670 * L_30 = V_5; XmlElement_t561603118 * L_31 = V_4; int32_t L_32 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_31, _stringLiteral1232841122, 0, /*hidden argument*/NULL); NullCheck(L_30); L_30->set_level_2(L_32); SkillInfo_t3175174670 * L_33 = V_5; XmlElement_t561603118 * L_34 = V_4; int32_t L_35 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_34, _stringLiteral2346990685, 0, /*hidden argument*/NULL); NullCheck(L_33); L_33->set_ItemOrValueId_3(L_35); SkillInfo_t3175174670 * L_36 = V_5; XmlElement_t561603118 * L_37 = V_4; int32_t L_38 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_37, _stringLiteral2228180995, 0, /*hidden argument*/NULL); NullCheck(L_36); L_36->set_CalcType_4(L_38); SkillInfo_t3175174670 * L_39 = V_5; XmlElement_t561603118 * L_40 = V_4; float L_41 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_40, _stringLiteral3493619321, (0.0f), /*hidden argument*/NULL); NullCheck(L_39); L_39->set_value_5(L_41); SkillInfo_t3175174670 * L_42 = V_5; XmlElement_t561603118 * L_43 = V_4; int32_t L_44 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_43, _stringLiteral258089765, 0, /*hidden argument*/NULL); NullCheck(L_42); L_42->set_MaxUseCount_6(L_44); SkillInfo_t3175174670 * L_45 = V_5; XmlElement_t561603118 * L_46 = V_4; String_t* L_47 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_48 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_46, _stringLiteral416089558, L_47, /*hidden argument*/NULL); NullCheck(L_45); L_45->set_icon_7(L_48); SkillInfo_t3175174670 * L_49 = V_5; XmlElement_t561603118 * L_50 = V_4; String_t* L_51 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_52 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_50, _stringLiteral2838400647, L_51, /*hidden argument*/NULL); NullCheck(L_49); L_49->set_desc_8(L_52); Dictionary_2_t2960430969 * L_53 = __this->get_m_skillList_2(); SkillInfo_t3175174670 * L_54 = V_5; NullCheck(L_54); int32_t L_55 = L_54->get_SkillId_0(); int32_t L_56 = L_55; RuntimeObject * L_57 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_56); String_t* L_58 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); SkillInfo_t3175174670 * L_59 = V_5; NullCheck(L_59); int32_t L_60 = L_59->get_level_2(); int32_t L_61 = L_60; RuntimeObject * L_62 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_61); String_t* L_63 = String_Concat_m1715369213(NULL /*static, unused*/, L_57, L_58, L_62, /*hidden argument*/NULL); SkillInfo_t3175174670 * L_64 = V_5; NullCheck(L_53); Dictionary_2_Add_m2220109494(L_53, L_63, L_64, /*hidden argument*/Dictionary_2_Add_m2220109494_RuntimeMethod_var); } IL_017f: { int32_t L_65 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); } IL_0183: { int32_t L_66 = V_3; XmlElement_t561603118 * L_67 = V_1; NullCheck(L_67); XmlNodeList_t2551693786 * L_68 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_67); NullCheck(L_68); int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_68); if ((((int32_t)L_66) < ((int32_t)L_69))) { goto IL_005b; } } IL_0194: { V_2 = (bool)1; goto IL_01aa; } IL_019b: { V_2 = (bool)0; goto IL_01aa; } } // 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_01a2; throw e; } CATCH_01a2: { // begin catch(System.Object) V_2 = (bool)0; goto IL_01aa; } // end catch (depth: 1) IL_01aa: { bool L_70 = V_2; return L_70; } } // DMCore.Logic.SkillInfo DMCore.Logic.CPetSkillConfig::GetSkillData(System.String) extern "C" IL2CPP_METHOD_ATTR SkillInfo_t3175174670 * CPetSkillConfig_GetSkillData_m430783727 (CPetSkillConfig_t2627276790 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetSkillConfig_GetSkillData_m430783727_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2960430969 * L_0 = __this->get_m_skillList_2(); String_t* L_1 = ___key0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m1894459950(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m1894459950_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { Dictionary_2_t2960430969 * L_3 = __this->get_m_skillList_2(); String_t* L_4 = ___key0; NullCheck(L_3); SkillInfo_t3175174670 * L_5 = Dictionary_2_get_Item_m3754592319(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m3754592319_RuntimeMethod_var); return L_5; } IL_001e: { return (SkillInfo_t3175174670 *)NULL; } } // System.Void DMCore.Logic.CPetSkillConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPetSkillConfig__cctor_m2830518451 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetStarQualityLevelCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPetStarQualityLevelCfg__ctor_m712204034 (CPetStarQualityLevelCfg_t129968123 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetStarQualityLevelCfg__ctor_m712204034_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t1839659084 * L_0 = (Dictionary_2_t1839659084 *)il2cpp_codegen_object_new(Dictionary_2_t1839659084_il2cpp_TypeInfo_var); Dictionary_2__ctor_m636942458(L_0, /*hidden argument*/Dictionary_2__ctor_m636942458_RuntimeMethod_var); __this->set_m_StarQuality_1(L_0); Dictionary_2_t1632706988 * L_1 = (Dictionary_2_t1632706988 *)il2cpp_codegen_object_new(Dictionary_2_t1632706988_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3302800229(L_1, /*hidden argument*/Dictionary_2__ctor_m3302800229_RuntimeMethod_var); __this->set_m_PetRightDesc_2(L_1); List_1_t2131980057 * L_2 = (List_1_t2131980057 *)il2cpp_codegen_object_new(List_1_t2131980057_il2cpp_TypeInfo_var); List_1__ctor_m1703096708(L_2, /*hidden argument*/List_1__ctor_m1703096708_RuntimeMethod_var); __this->set_m_PetAddRightList_3(L_2); ITextBase_PushTask_m2878137237(__this, _stringLiteral1558842670, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPetStarQualityLevelCfg DMCore.Logic.CPetStarQualityLevelCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetStarQualityLevelCfg_t129968123 * CPetStarQualityLevelCfg_GetInstance_m632892810 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetStarQualityLevelCfg_GetInstance_m632892810_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); CPetStarQualityLevelCfg_t129968123 * L_0 = ((CPetStarQualityLevelCfg_t129968123_StaticFields*)il2cpp_codegen_static_fields_for(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var))->get_m_Instance_4(); if (L_0) { goto IL_0014; } } { CPetStarQualityLevelCfg_t129968123 * L_1 = (CPetStarQualityLevelCfg_t129968123 *)il2cpp_codegen_object_new(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); CPetStarQualityLevelCfg__ctor_m712204034(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); ((CPetStarQualityLevelCfg_t129968123_StaticFields*)il2cpp_codegen_static_fields_for(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var))->set_m_Instance_4(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); CPetStarQualityLevelCfg_t129968123 * L_2 = ((CPetStarQualityLevelCfg_t129968123_StaticFields*)il2cpp_codegen_static_fields_for(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var))->get_m_Instance_4(); return L_2; } } // System.Void DMCore.Logic.CPetStarQualityLevelCfg::Clear() extern "C" IL2CPP_METHOD_ATTR void CPetStarQualityLevelCfg_Clear_m3610095206 (CPetStarQualityLevelCfg_t129968123 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Logic.CPetStarQualityLevelCfg::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPetStarQualityLevelCfg_OnLoad_m872979556 (CPetStarQualityLevelCfg_t129968123 * __this, String_t* ___texAsset0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetStarQualityLevelCfg_OnLoad_m872979556_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlElement_t561603118 * V_1 = NULL; bool V_2 = false; XmlElement_t561603118 * V_3 = NULL; XmlNodeList_t2551693786 * V_4 = NULL; int32_t V_5 = 0; XmlElement_t561603118 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; XmlElement_t561603118 * V_9 = NULL; XmlNodeList_t2551693786 * V_10 = NULL; int32_t V_11 = 0; XmlElement_t561603118 * V_12 = NULL; String_t* V_13 = NULL; String_t* V_14 = NULL; XmlElement_t561603118 * V_15 = NULL; XmlNodeList_t2551693786 * V_16 = NULL; int32_t V_17 = 0; XmlElement_t561603118 * V_18 = NULL; PetRightAddUnit_t659905315 * V_19 = 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) { XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = V_0; if (!L_1) { goto IL_027e; } } IL_000c: { XmlDocument_t2837193595 * L_2 = V_0; String_t* L_3 = ___texAsset0; NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_2, L_3); XmlDocument_t2837193595 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); V_1 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_6 = V_1; if (L_6) { goto IL_0031; } } IL_0025: { XmlDocument_t2837193595 * L_7 = V_0; XmlElement_t561603118 * L_8 = CXMLHelper_GetXmlNodeByXpath_m2211338148(NULL /*static, unused*/, L_7, _stringLiteral2328036797, /*hidden argument*/NULL); V_1 = L_8; } IL_0031: { XmlElement_t561603118 * L_9 = V_1; if (L_9) { goto IL_003e; } } IL_0037: { V_2 = (bool)0; goto IL_028d; } IL_003e: { XmlElement_t561603118 * L_10 = V_1; NullCheck(L_10); XmlNode_t3767805227 * L_11 = XmlNode_SelectSingleNode_m2944339946(L_10, _stringLiteral953090302, /*hidden argument*/NULL); V_3 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_11, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_12 = V_3; if (L_12) { goto IL_005c; } } IL_0055: { V_2 = (bool)0; goto IL_028d; } IL_005c: { XmlElement_t561603118 * L_13 = V_3; NullCheck(L_13); XmlNodeList_t2551693786 * L_14 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_13); V_4 = L_14; XmlNodeList_t2551693786 * L_15 = V_4; if (L_15) { goto IL_0072; } } IL_006b: { V_2 = (bool)0; goto IL_028d; } IL_0072: { Dictionary_2_t1839659084 * L_16 = __this->get_m_StarQuality_1(); NullCheck(L_16); Dictionary_2_Clear_m1702443365(L_16, /*hidden argument*/Dictionary_2_Clear_m1702443365_RuntimeMethod_var); V_5 = 0; goto IL_00dc; } IL_0085: { XmlNodeList_t2551693786 * L_17 = V_4; int32_t L_18 = V_5; NullCheck(L_17); XmlNode_t3767805227 * L_19 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_17, L_18); NullCheck(L_19); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_19); if ((!(((uint32_t)L_20) == ((uint32_t)1)))) { goto IL_00d6; } } IL_0099: { XmlNodeList_t2551693786 * L_21 = V_4; int32_t L_22 = V_5; NullCheck(L_21); XmlNode_t3767805227 * L_23 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_21, L_22); V_6 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_23, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_24 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_25 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_24, _stringLiteral3873894130, 0, /*hidden argument*/NULL); V_7 = L_25; XmlElement_t561603118 * L_26 = V_6; int32_t L_27 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_26, _stringLiteral168268734, 0, /*hidden argument*/NULL); V_8 = L_27; Dictionary_2_t1839659084 * L_28 = __this->get_m_StarQuality_1(); int32_t L_29 = V_7; int32_t L_30 = V_8; NullCheck(L_28); Dictionary_2_set_Item_m3625442308(L_28, L_29, L_30, /*hidden argument*/Dictionary_2_set_Item_m3625442308_RuntimeMethod_var); } IL_00d6: { int32_t L_31 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00dc: { int32_t L_32 = V_5; XmlNodeList_t2551693786 * L_33 = V_4; NullCheck(L_33); int32_t L_34 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_33); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_0085; } } IL_00ea: { XmlElement_t561603118 * L_35 = V_1; NullCheck(L_35); XmlNode_t3767805227 * L_36 = XmlNode_SelectSingleNode_m2944339946(L_35, _stringLiteral3388768915, /*hidden argument*/NULL); V_9 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_36, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_37 = V_9; if (L_37) { goto IL_010a; } } IL_0103: { V_2 = (bool)0; goto IL_028d; } IL_010a: { XmlElement_t561603118 * L_38 = V_9; NullCheck(L_38); XmlNodeList_t2551693786 * L_39 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_38); V_10 = L_39; XmlNodeList_t2551693786 * L_40 = V_10; if (L_40) { goto IL_0121; } } IL_011a: { V_2 = (bool)0; goto IL_028d; } IL_0121: { Dictionary_2_t1632706988 * L_41 = __this->get_m_PetRightDesc_2(); NullCheck(L_41); Dictionary_2_Clear_m1279106658(L_41, /*hidden argument*/Dictionary_2_Clear_m1279106658_RuntimeMethod_var); V_11 = 0; goto IL_0193; } IL_0134: { XmlNodeList_t2551693786 * L_42 = V_4; int32_t L_43 = V_11; NullCheck(L_42); XmlNode_t3767805227 * L_44 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_42, L_43); NullCheck(L_44); int32_t L_45 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_44); if ((!(((uint32_t)L_45) == ((uint32_t)1)))) { goto IL_018d; } } IL_0148: { XmlNodeList_t2551693786 * L_46 = V_10; int32_t L_47 = V_11; NullCheck(L_46); XmlNode_t3767805227 * L_48 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_46, L_47); V_12 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_48, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_49 = V_12; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_50 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_51 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_49, _stringLiteral4229446521, L_50, /*hidden argument*/NULL); V_13 = L_51; XmlElement_t561603118 * L_52 = V_12; String_t* L_53 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_54 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_52, _stringLiteral1758329294, L_53, /*hidden argument*/NULL); V_14 = L_54; Dictionary_2_t1632706988 * L_55 = __this->get_m_PetRightDesc_2(); String_t* L_56 = V_13; String_t* L_57 = V_14; NullCheck(L_55); Dictionary_2_set_Item_m187286838(L_55, L_56, L_57, /*hidden argument*/Dictionary_2_set_Item_m187286838_RuntimeMethod_var); } IL_018d: { int32_t L_58 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0193: { int32_t L_59 = V_11; XmlNodeList_t2551693786 * L_60 = V_10; NullCheck(L_60); int32_t L_61 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_60); if ((((int32_t)L_59) < ((int32_t)L_61))) { goto IL_0134; } } IL_01a1: { XmlElement_t561603118 * L_62 = V_1; NullCheck(L_62); XmlNode_t3767805227 * L_63 = XmlNode_SelectSingleNode_m2944339946(L_62, _stringLiteral1797432793, /*hidden argument*/NULL); V_15 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_63, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_64 = V_15; if (L_64) { goto IL_01c1; } } IL_01ba: { V_2 = (bool)0; goto IL_028d; } IL_01c1: { XmlElement_t561603118 * L_65 = V_15; NullCheck(L_65); XmlNodeList_t2551693786 * L_66 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_65); V_16 = L_66; XmlNodeList_t2551693786 * L_67 = V_16; if (L_67) { goto IL_01d8; } } IL_01d1: { V_2 = (bool)0; goto IL_028d; } IL_01d8: { List_1_t2131980057 * L_68 = __this->get_m_PetAddRightList_3(); NullCheck(L_68); List_1_Clear_m1885352031(L_68, /*hidden argument*/List_1_Clear_m1885352031_RuntimeMethod_var); V_17 = 0; goto IL_0269; } IL_01eb: { XmlNodeList_t2551693786 * L_69 = V_4; int32_t L_70 = V_17; NullCheck(L_69); XmlNode_t3767805227 * L_71 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_69, L_70); NullCheck(L_71); int32_t L_72 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_71); if ((!(((uint32_t)L_72) == ((uint32_t)1)))) { goto IL_0263; } } IL_01ff: { XmlNodeList_t2551693786 * L_73 = V_16; int32_t L_74 = V_17; NullCheck(L_73); XmlNode_t3767805227 * L_75 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_73, L_74); V_18 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_75, XmlElement_t561603118_il2cpp_TypeInfo_var)); PetRightAddUnit_t659905315 * L_76 = (PetRightAddUnit_t659905315 *)il2cpp_codegen_object_new(PetRightAddUnit_t659905315_il2cpp_TypeInfo_var); PetRightAddUnit__ctor_m1568750300(L_76, /*hidden argument*/NULL); V_19 = L_76; PetRightAddUnit_t659905315 * L_77 = V_19; XmlElement_t561603118 * L_78 = V_18; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_79 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_78, _stringLiteral3873894130, 0, /*hidden argument*/NULL); NullCheck(L_77); L_77->set_star_0(L_79); PetRightAddUnit_t659905315 * L_80 = V_19; XmlElement_t561603118 * L_81 = V_18; int32_t L_82 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_81, _stringLiteral168268734, 0, /*hidden argument*/NULL); NullCheck(L_80); L_80->set_quality_1(L_82); PetRightAddUnit_t659905315 * L_83 = V_19; XmlElement_t561603118 * L_84 = V_18; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_85 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_86 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_84, _stringLiteral3682779008, L_85, /*hidden argument*/NULL); NullCheck(L_83); L_83->set_rights_2(L_86); List_1_t2131980057 * L_87 = __this->get_m_PetAddRightList_3(); PetRightAddUnit_t659905315 * L_88 = V_19; NullCheck(L_87); List_1_Add_m133969974(L_87, L_88, /*hidden argument*/List_1_Add_m133969974_RuntimeMethod_var); } IL_0263: { int32_t L_89 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)); } IL_0269: { int32_t L_90 = V_17; XmlNodeList_t2551693786 * L_91 = V_16; NullCheck(L_91); int32_t L_92 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_91); if ((((int32_t)L_90) < ((int32_t)L_92))) { goto IL_01eb; } } IL_0277: { V_2 = (bool)1; goto IL_028d; } IL_027e: { V_2 = (bool)0; goto IL_028d; } } // 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_0285; throw e; } CATCH_0285: { // begin catch(System.Object) V_2 = (bool)0; goto IL_028d; } // end catch (depth: 1) IL_028d: { bool L_93 = V_2; return L_93; } } // System.Int32 DMCore.Logic.CPetStarQualityLevelCfg::GetMaxQualityByStar(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPetStarQualityLevelCfg_GetMaxQualityByStar_m3118844001 (CPetStarQualityLevelCfg_t129968123 * __this, int32_t ___Star0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetStarQualityLevelCfg_GetMaxQualityByStar_m3118844001_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1839659084 * L_0 = __this->get_m_StarQuality_1(); int32_t L_1 = ___Star0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3670869807(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3670869807_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { Dictionary_2_t1839659084 * L_3 = __this->get_m_StarQuality_1(); int32_t L_4 = ___Star0; NullCheck(L_3); int32_t L_5 = Dictionary_2_get_Item_m1590941542(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m1590941542_RuntimeMethod_var); return L_5; } IL_001e: { return 0; } } // System.Boolean DMCore.Logic.CPetStarQualityLevelCfg::IsMaxQuality(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPetStarQualityLevelCfg_IsMaxQuality_m3308109945 (CPetStarQualityLevelCfg_t129968123 * __this, int32_t ___star0, int32_t ___quality1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetStarQualityLevelCfg_IsMaxQuality_m3308109945_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1839659084 * L_0 = __this->get_m_StarQuality_1(); int32_t L_1 = ___star0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3670869807(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3670869807_RuntimeMethod_var); if (!L_2) { goto IL_0021; } } { Dictionary_2_t1839659084 * L_3 = __this->get_m_StarQuality_1(); int32_t L_4 = ___star0; NullCheck(L_3); int32_t L_5 = Dictionary_2_get_Item_m1590941542(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m1590941542_RuntimeMethod_var); int32_t L_6 = ___quality1; return (bool)((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0); } IL_0021: { return (bool)0; } } // System.String DMCore.Logic.CPetStarQualityLevelCfg::GetRight(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPetStarQualityLevelCfg_GetRight_m4080894736 (CPetStarQualityLevelCfg_t129968123 * __this, int32_t ___star0, int32_t ___quality1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetStarQualityLevelCfg_GetRight_m4080894736_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetRightU3Ec__AnonStorey0_t2041945149 * V_0 = NULL; PetRightAddUnit_t659905315 * V_1 = NULL; { U3CGetRightU3Ec__AnonStorey0_t2041945149 * L_0 = (U3CGetRightU3Ec__AnonStorey0_t2041945149 *)il2cpp_codegen_object_new(U3CGetRightU3Ec__AnonStorey0_t2041945149_il2cpp_TypeInfo_var); U3CGetRightU3Ec__AnonStorey0__ctor_m785143482(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetRightU3Ec__AnonStorey0_t2041945149 * L_1 = V_0; int32_t L_2 = ___star0; NullCheck(L_1); L_1->set_star_0(L_2); U3CGetRightU3Ec__AnonStorey0_t2041945149 * L_3 = V_0; int32_t L_4 = ___quality1; NullCheck(L_3); L_3->set_quality_1(L_4); List_1_t2131980057 * L_5 = __this->get_m_PetAddRightList_3(); U3CGetRightU3Ec__AnonStorey0_t2041945149 * L_6 = V_0; intptr_t L_7 = (intptr_t)U3CGetRightU3Ec__AnonStorey0_U3CU3Em__0_m626133939_RuntimeMethod_var; Predicate_1_t1485199439 * L_8 = (Predicate_1_t1485199439 *)il2cpp_codegen_object_new(Predicate_1_t1485199439_il2cpp_TypeInfo_var); Predicate_1__ctor_m2490658164(L_8, L_6, L_7, /*hidden argument*/Predicate_1__ctor_m2490658164_RuntimeMethod_var); NullCheck(L_5); PetRightAddUnit_t659905315 * L_9 = List_1_Find_m629933233(L_5, L_8, /*hidden argument*/List_1_Find_m629933233_RuntimeMethod_var); V_1 = L_9; PetRightAddUnit_t659905315 * L_10 = V_1; if (!L_10) { goto IL_0039; } } { PetRightAddUnit_t659905315 * L_11 = V_1; NullCheck(L_11); String_t* L_12 = L_11->get_rights_2(); return L_12; } IL_0039: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_13; } } // System.String DMCore.Logic.CPetStarQualityLevelCfg::GetRightDesc(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CPetStarQualityLevelCfg_GetRightDesc_m1762251269 (CPetStarQualityLevelCfg_t129968123 * __this, String_t* ___rightsID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPetStarQualityLevelCfg_GetRightDesc_m1762251269_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1632706988 * L_0 = __this->get_m_PetRightDesc_2(); String_t* L_1 = ___rightsID0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m2249167092(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m2249167092_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { Dictionary_2_t1632706988 * L_3 = __this->get_m_PetRightDesc_2(); String_t* L_4 = ___rightsID0; NullCheck(L_3); String_t* L_5 = Dictionary_2_get_Item_m2643467469(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m2643467469_RuntimeMethod_var); return L_5; } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_6; } } // System.Void DMCore.Logic.CPetStarQualityLevelCfg::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPetStarQualityLevelCfg__cctor_m124477173 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetStarQualityLevelCfg/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetRightU3Ec__AnonStorey0__ctor_m785143482 (U3CGetRightU3Ec__AnonStorey0_t2041945149 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CPetStarQualityLevelCfg/c__AnonStorey0::<>m__0(DMCore.Logic.CPetStarQualityLevelCfg/PetRightAddUnit) extern "C" IL2CPP_METHOD_ATTR bool U3CGetRightU3Ec__AnonStorey0_U3CU3Em__0_m626133939 (U3CGetRightU3Ec__AnonStorey0_t2041945149 * __this, PetRightAddUnit_t659905315 * ___petrights0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { PetRightAddUnit_t659905315 * L_0 = ___petrights0; NullCheck(L_0); int32_t L_1 = L_0->get_star_0(); int32_t L_2 = __this->get_star_0(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0021; } } { PetRightAddUnit_t659905315 * L_3 = ___petrights0; NullCheck(L_3); int32_t L_4 = L_3->get_quality_1(); int32_t L_5 = __this->get_quality_1(); G_B3_0 = ((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); goto IL_0022; } IL_0021: { G_B3_0 = 0; } IL_0022: { return (bool)G_B3_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPetStarQualityLevelCfg/PetRightAddUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetRightAddUnit__ctor_m1568750300 (PetRightAddUnit_t659905315 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetRightAddUnit__ctor_m1568750300_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_star_0(0); __this->set_quality_1(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(); __this->set_rights_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPhotoManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPhotoManager__ctor_m305653688 (CPhotoManager_t704993275 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoManager__ctor_m305653688_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3796910518 * L_0 = (Dictionary_2_t3796910518 *)il2cpp_codegen_object_new(Dictionary_2_t3796910518_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3250730836(L_0, /*hidden argument*/Dictionary_2__ctor_m3250730836_RuntimeMethod_var); __this->set_m_listUrls_0(L_0); Dictionary_2_t1622984065 * L_1 = (Dictionary_2_t1622984065 *)il2cpp_codegen_object_new(Dictionary_2_t1622984065_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3981222512(L_1, /*hidden argument*/Dictionary_2__ctor_m3981222512_RuntimeMethod_var); __this->set_m_listKpUrls_1(L_1); Dictionary_2_t3731248982 * L_2 = (Dictionary_2_t3731248982 *)il2cpp_codegen_object_new(Dictionary_2_t3731248982_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3613951067(L_2, /*hidden argument*/Dictionary_2__ctor_m3613951067_RuntimeMethod_var); __this->set_m_listPhotos_2(L_2); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPhotoManager DMCore.Logic.CPhotoManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPhotoManager_t704993275 * CPhotoManager_GetInstance_m953076413 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoManager_GetInstance_m953076413_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPhotoManager_t704993275_il2cpp_TypeInfo_var); CPhotoManager_t704993275 * L_0 = ((CPhotoManager_t704993275_StaticFields*)il2cpp_codegen_static_fields_for(CPhotoManager_t704993275_il2cpp_TypeInfo_var))->get_s_Instance_3(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CPhotoManager_t704993275_il2cpp_TypeInfo_var); CPhotoManager_t704993275 * L_1 = ((CPhotoManager_t704993275_StaticFields*)il2cpp_codegen_static_fields_for(CPhotoManager_t704993275_il2cpp_TypeInfo_var))->get_s_Instance_3(); return L_1; } IL_0010: { CPhotoManager_t704993275 * L_2 = (CPhotoManager_t704993275 *)il2cpp_codegen_object_new(CPhotoManager_t704993275_il2cpp_TypeInfo_var); CPhotoManager__ctor_m305653688(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPhotoManager_t704993275_il2cpp_TypeInfo_var); ((CPhotoManager_t704993275_StaticFields*)il2cpp_codegen_static_fields_for(CPhotoManager_t704993275_il2cpp_TypeInfo_var))->set_s_Instance_3(L_2); CPhotoManager_t704993275 * L_3 = ((CPhotoManager_t704993275_StaticFields*)il2cpp_codegen_static_fields_for(CPhotoManager_t704993275_il2cpp_TypeInfo_var))->get_s_Instance_3(); return L_3; } } // System.Void DMCore.Logic.CPhotoManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPhotoManager_ClearAll_m2434027800 (CPhotoManager_t704993275 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoManager_ClearAll_m2434027800_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t1390464461 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t1833953853 V_1; memset(&V_1, 0, sizeof(V_1)); { Dictionary_2_t3731248982 * L_0 = __this->get_m_listPhotos_2(); NullCheck(L_0); Enumerator_t1390464461 L_1 = Dictionary_2_GetEnumerator_m908427290(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m908427290_RuntimeMethod_var); V_0 = L_1; goto IL_0025; } IL_0011: { KeyValuePair_2_t1833953853 L_2 = Enumerator_get_Current_m2994731220((&V_0), /*hidden argument*/Enumerator_get_Current_m2994731220_RuntimeMethod_var); V_1 = L_2; CPhotoItem_t3945992683 * L_3 = KeyValuePair_2_get_Value_m2356767783((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m2356767783_RuntimeMethod_var); NullCheck(L_3); CPhotoItem_Clear_m1716541513(L_3, /*hidden argument*/NULL); } IL_0025: { bool L_4 = Enumerator_MoveNext_m2669845608((&V_0), /*hidden argument*/Enumerator_MoveNext_m2669845608_RuntimeMethod_var); if (L_4) { goto IL_0011; } } { Dictionary_2_t3731248982 * L_5 = __this->get_m_listPhotos_2(); NullCheck(L_5); Dictionary_2_Clear_m3227850545(L_5, /*hidden argument*/Dictionary_2_Clear_m3227850545_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CPhotoManager::ClearExceptSceneRoles() extern "C" IL2CPP_METHOD_ATTR void CPhotoManager_ClearExceptSceneRoles_m896835478 (CPhotoManager_t704993275 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoManager_ClearExceptSceneRoles_m896835478_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t1390464461 V_0; memset(&V_0, 0, sizeof(V_0)); bool V_1 = false; Enumerator_t1456125997 V_2; memset(&V_2, 0, sizeof(V_2)); bool V_3 = false; String_t* V_4 = NULL; KeyValuePair_2_t1899615389 V_5; memset(&V_5, 0, sizeof(V_5)); KeyValuePair_2_t1833953853 V_6; memset(&V_6, 0, sizeof(V_6)); KeyValuePair_2_t1899615389 V_7; memset(&V_7, 0, sizeof(V_7)); KeyValuePair_2_t1833953853 V_8; memset(&V_8, 0, sizeof(V_8)); { Dictionary_2_t3731248982 * L_0 = __this->get_m_listPhotos_2(); NullCheck(L_0); Enumerator_t1390464461 L_1 = Dictionary_2_GetEnumerator_m908427290(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m908427290_RuntimeMethod_var); V_0 = L_1; goto IL_00ad; } IL_0011: { V_1 = (bool)0; Dictionary_2_t3796910518 * L_2 = __this->get_m_listUrls_0(); NullCheck(L_2); Enumerator_t1456125997 L_3 = Dictionary_2_GetEnumerator_m1091975956(L_2, /*hidden argument*/Dictionary_2_GetEnumerator_m1091975956_RuntimeMethod_var); V_2 = L_3; goto IL_0086; } IL_0024: { V_3 = (bool)0; KeyValuePair_2_t1899615389 L_4 = Enumerator_get_Current_m1377257392((&V_2), /*hidden argument*/Enumerator_get_Current_m1377257392_RuntimeMethod_var); V_5 = L_4; CPhotoUrl_t2734270734 * L_5 = KeyValuePair_2_get_Value_m23415300((&V_5), /*hidden argument*/KeyValuePair_2_get_Value_m23415300_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = CPhotoUrl_GetUsrUrl_m1281205174(L_5, (&V_3), /*hidden argument*/NULL); V_4 = L_6; KeyValuePair_2_t1833953853 L_7 = Enumerator_get_Current_m2994731220((&V_0), /*hidden argument*/Enumerator_get_Current_m2994731220_RuntimeMethod_var); V_6 = L_7; CPhotoItem_t3945992683 * L_8 = KeyValuePair_2_get_Value_m2356767783((&V_6), /*hidden argument*/KeyValuePair_2_get_Value_m2356767783_RuntimeMethod_var); NullCheck(L_8); String_t* L_9 = CPhotoItem_GetUrl_m3316446486(L_8, /*hidden argument*/NULL); String_t* L_10 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_Equals_m1744302937(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0086; } } { CSceneService_t551449725 * L_12 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); KeyValuePair_2_t1899615389 L_13 = Enumerator_get_Current_m1377257392((&V_2), /*hidden argument*/Enumerator_get_Current_m1377257392_RuntimeMethod_var); V_7 = L_13; int64_t L_14 = KeyValuePair_2_get_Key_m2140452056((&V_7), /*hidden argument*/KeyValuePair_2_get_Key_m2140452056_RuntimeMethod_var); NullCheck(L_12); ISceneRole_t2394225724 * L_15 = CSceneService_FindRoleByUserID_m4171044813(L_12, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0086; } } { V_1 = (bool)1; goto IL_0092; } IL_0086: { bool L_16 = Enumerator_MoveNext_m2798680403((&V_2), /*hidden argument*/Enumerator_MoveNext_m2798680403_RuntimeMethod_var); if (L_16) { goto IL_0024; } } IL_0092: { bool L_17 = V_1; if (L_17) { goto IL_00ad; } } { KeyValuePair_2_t1833953853 L_18 = Enumerator_get_Current_m2994731220((&V_0), /*hidden argument*/Enumerator_get_Current_m2994731220_RuntimeMethod_var); V_8 = L_18; CPhotoItem_t3945992683 * L_19 = KeyValuePair_2_get_Value_m2356767783((&V_8), /*hidden argument*/KeyValuePair_2_get_Value_m2356767783_RuntimeMethod_var); NullCheck(L_19); CPhotoItem_DestroyImage_m1117707707(L_19, /*hidden argument*/NULL); } IL_00ad: { bool L_20 = Enumerator_MoveNext_m2669845608((&V_0), /*hidden argument*/Enumerator_MoveNext_m2669845608_RuntimeMethod_var); if (L_20) { goto IL_0011; } } { return; } } // System.Void DMCore.Logic.CPhotoManager::OnServerUsrPhotos(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPhotoManager_OnServerUsrPhotos_m2486626432 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoManager_OnServerUsrPhotos_m2486626432_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int64_t V_3 = 0; String_t* V_4 = NULL; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; V_2 = 0; goto IL_0048; } IL_0016: { CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int64_t L_7 = CDataArray_GetLong_m4094450536(L_4, L_6, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_3 = L_7; CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_8); String_t* L_12 = CDataArray_GetWideStr_m3532563229(L_8, L_10, L_11, /*hidden argument*/NULL); V_4 = L_12; IL2CPP_RUNTIME_CLASS_INIT(CPhotoManager_t704993275_il2cpp_TypeInfo_var); CPhotoManager_t704993275 * L_13 = CPhotoManager_GetInstance_m953076413(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_14 = V_3; String_t* L_15 = V_4; NullCheck(L_13); CPhotoManager_SetUsrPhotoUrl_m1669232359(L_13, L_14, L_15, (bool)1, /*hidden argument*/NULL); int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0048: { int32_t L_17 = V_2; int32_t L_18 = V_1; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0016; } } { return; } } // System.Void DMCore.Logic.CPhotoManager::SetKeepDancePhotoUrl(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void CPhotoManager_SetKeepDancePhotoUrl_m2711155163 (CPhotoManager_t704993275 * __this, int32_t ___kdID0, String_t* ___url1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoManager_SetKeepDancePhotoUrl_m2711155163_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPhotoUrl_t2734270734 * V_0 = NULL; { V_0 = (CPhotoUrl_t2734270734 *)NULL; Dictionary_2_t1622984065 * L_0 = __this->get_m_listKpUrls_1(); int32_t L_1 = ___kdID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m443136390(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m443136390_RuntimeMethod_var); if (L_2) { goto IL_0028; } } { CPhotoUrl_t2734270734 * L_3 = (CPhotoUrl_t2734270734 *)il2cpp_codegen_object_new(CPhotoUrl_t2734270734_il2cpp_TypeInfo_var); CPhotoUrl__ctor_m1186686788(L_3, /*hidden argument*/NULL); V_0 = L_3; Dictionary_2_t1622984065 * L_4 = __this->get_m_listKpUrls_1(); int32_t L_5 = ___kdID0; CPhotoUrl_t2734270734 * L_6 = V_0; NullCheck(L_4); Dictionary_2_set_Item_m2243928167(L_4, L_5, L_6, /*hidden argument*/Dictionary_2_set_Item_m2243928167_RuntimeMethod_var); } IL_0028: { CPhotoUrl_t2734270734 * L_7 = V_0; String_t* L_8 = ___url1; NullCheck(L_7); CPhotoUrl_SetUsrPhotoUrl_m3116421369(L_7, L_8, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoManager_SetUsrPhotoUrl_m1669232359_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPhotoUrl_t2734270734 * V_0 = NULL; CPhotoItem_t3945992683 * V_1 = NULL; { V_0 = (CPhotoUrl_t2734270734 *)NULL; Dictionary_2_t3796910518 * L_0 = __this->get_m_listUrls_0(); int64_t L_1 = ___usrID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m1673083966(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1673083966_RuntimeMethod_var); if (L_2) { goto IL_0028; } } { CPhotoUrl_t2734270734 * L_3 = (CPhotoUrl_t2734270734 *)il2cpp_codegen_object_new(CPhotoUrl_t2734270734_il2cpp_TypeInfo_var); CPhotoUrl__ctor_m1186686788(L_3, /*hidden argument*/NULL); V_0 = L_3; Dictionary_2_t3796910518 * L_4 = __this->get_m_listUrls_0(); int64_t L_5 = ___usrID0; CPhotoUrl_t2734270734 * L_6 = V_0; NullCheck(L_4); Dictionary_2_set_Item_m751489405(L_4, L_5, L_6, /*hidden argument*/Dictionary_2_set_Item_m751489405_RuntimeMethod_var); } IL_0028: { CPhotoUrl_t2734270734 * L_7 = V_0; String_t* L_8 = ___url1; NullCheck(L_7); CPhotoUrl_SetUsrPhotoUrl_m3116421369(L_7, L_8, /*hidden argument*/NULL); bool L_9 = ___autoLoad2; if (!L_9) { goto IL_006f; } } { String_t* L_10 = ___url1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_006f; } } { V_1 = (CPhotoItem_t3945992683 *)NULL; Dictionary_2_t3731248982 * L_12 = __this->get_m_listPhotos_2(); String_t* L_13 = ___url1; NullCheck(L_12); bool L_14 = Dictionary_2_TryGetValue_m2852802143(L_12, L_13, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m2852802143_RuntimeMethod_var); if (L_14) { goto IL_006f; } } { CPhotoItem_t3945992683 * L_15 = (CPhotoItem_t3945992683 *)il2cpp_codegen_object_new(CPhotoItem_t3945992683_il2cpp_TypeInfo_var); CPhotoItem__ctor_m3941201692(L_15, /*hidden argument*/NULL); V_1 = L_15; Dictionary_2_t3731248982 * L_16 = __this->get_m_listPhotos_2(); String_t* L_17 = ___url1; CPhotoItem_t3945992683 * L_18 = V_1; NullCheck(L_16); Dictionary_2_set_Item_m801262754(L_16, L_17, L_18, /*hidden argument*/Dictionary_2_set_Item_m801262754_RuntimeMethod_var); CPhotoItem_t3945992683 * L_19 = V_1; String_t* L_20 = ___url1; NullCheck(L_19); CPhotoItem_StartQuery_m692573082(L_19, L_20, /*hidden argument*/NULL); } IL_006f: { return; } } // UnityEngine.Texture2D DMCore.Logic.CPhotoManager::GetUsrHeadPhoto(System.Int64,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CPhotoManager_GetUsrHeadPhoto_m496780043 (CPhotoManager_t704993275 * __this, int64_t ___usrID0, bool* ___isDone1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoManager_GetUsrHeadPhoto_m496780043_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPhotoUrl_t2734270734 * V_0 = NULL; String_t* V_1 = NULL; CPhotoItem_t3945992683 * V_2 = NULL; { V_0 = (CPhotoUrl_t2734270734 *)NULL; Dictionary_2_t3796910518 * L_0 = __this->get_m_listUrls_0(); int64_t L_1 = ___usrID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m1673083966(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1673083966_RuntimeMethod_var); if (L_2) { goto IL_0034; } } { CPhotoUrl_t2734270734 * L_3 = (CPhotoUrl_t2734270734 *)il2cpp_codegen_object_new(CPhotoUrl_t2734270734_il2cpp_TypeInfo_var); CPhotoUrl__ctor_m1186686788(L_3, /*hidden argument*/NULL); V_0 = L_3; Dictionary_2_t3796910518 * L_4 = __this->get_m_listUrls_0(); int64_t L_5 = ___usrID0; CPhotoUrl_t2734270734 * L_6 = V_0; NullCheck(L_4); Dictionary_2_set_Item_m751489405(L_4, L_5, L_6, /*hidden argument*/Dictionary_2_set_Item_m751489405_RuntimeMethod_var); CPhotoUrl_t2734270734 * L_7 = V_0; int64_t L_8 = ___usrID0; NullCheck(L_7); CPhotoUrl_StartQuery_m2425022343(L_7, L_8, /*hidden argument*/NULL); bool* L_9 = ___isDone1; *((int8_t*)(L_9)) = (int8_t)0; return (Texture2D_t3840446185 *)NULL; } IL_0034: { CPhotoUrl_t2734270734 * L_10 = V_0; bool* L_11 = ___isDone1; NullCheck(L_10); String_t* L_12 = CPhotoUrl_GetUsrUrl_m1281205174(L_10, L_11, /*hidden argument*/NULL); V_1 = L_12; bool* L_13 = ___isDone1; if (!(*((int8_t*)L_13))) { goto IL_004e; } } { String_t* L_14 = V_1; 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_0050; } } IL_004e: { return (Texture2D_t3840446185 *)NULL; } IL_0050: { V_2 = (CPhotoItem_t3945992683 *)NULL; Dictionary_2_t3731248982 * L_16 = __this->get_m_listPhotos_2(); String_t* L_17 = V_1; NullCheck(L_16); bool L_18 = Dictionary_2_TryGetValue_m2852802143(L_16, L_17, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m2852802143_RuntimeMethod_var); if (L_18) { goto IL_0084; } } { CPhotoItem_t3945992683 * L_19 = (CPhotoItem_t3945992683 *)il2cpp_codegen_object_new(CPhotoItem_t3945992683_il2cpp_TypeInfo_var); CPhotoItem__ctor_m3941201692(L_19, /*hidden argument*/NULL); V_2 = L_19; Dictionary_2_t3731248982 * L_20 = __this->get_m_listPhotos_2(); String_t* L_21 = V_1; CPhotoItem_t3945992683 * L_22 = V_2; NullCheck(L_20); Dictionary_2_set_Item_m801262754(L_20, L_21, L_22, /*hidden argument*/Dictionary_2_set_Item_m801262754_RuntimeMethod_var); CPhotoItem_t3945992683 * L_23 = V_2; String_t* L_24 = V_1; NullCheck(L_23); CPhotoItem_StartQuery_m692573082(L_23, L_24, /*hidden argument*/NULL); bool* L_25 = ___isDone1; *((int8_t*)(L_25)) = (int8_t)0; return (Texture2D_t3840446185 *)NULL; } IL_0084: { CPhotoItem_t3945992683 * L_26 = V_2; bool* L_27 = ___isDone1; NullCheck(L_26); Texture2D_t3840446185 * L_28 = CPhotoItem_GetHeadPhoto_m1365099059(L_26, L_27, /*hidden argument*/NULL); return L_28; } } // UnityEngine.Texture2D DMCore.Logic.CPhotoManager::GetKeepDanceHeadPhoto(System.Int32,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CPhotoManager_GetKeepDanceHeadPhoto_m3871075505 (CPhotoManager_t704993275 * __this, int32_t ___kdID0, bool* ___isDone1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoManager_GetKeepDanceHeadPhoto_m3871075505_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPhotoUrl_t2734270734 * V_0 = NULL; String_t* V_1 = NULL; CPhotoItem_t3945992683 * V_2 = NULL; { V_0 = (CPhotoUrl_t2734270734 *)NULL; Dictionary_2_t1622984065 * L_0 = __this->get_m_listKpUrls_1(); int32_t L_1 = ___kdID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m443136390(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m443136390_RuntimeMethod_var); if (L_2) { goto IL_001a; } } { bool* L_3 = ___isDone1; *((int8_t*)(L_3)) = (int8_t)1; return (Texture2D_t3840446185 *)NULL; } IL_001a: { CPhotoUrl_t2734270734 * L_4 = V_0; bool* L_5 = ___isDone1; NullCheck(L_4); String_t* L_6 = CPhotoUrl_GetUsrUrl_m1281205174(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; bool* L_7 = ___isDone1; if (!(*((int8_t*)L_7))) { goto IL_0034; } } { String_t* L_8 = V_1; 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_0036; } } IL_0034: { return (Texture2D_t3840446185 *)NULL; } IL_0036: { V_2 = (CPhotoItem_t3945992683 *)NULL; Dictionary_2_t3731248982 * L_10 = __this->get_m_listPhotos_2(); String_t* L_11 = V_1; NullCheck(L_10); bool L_12 = Dictionary_2_TryGetValue_m2852802143(L_10, L_11, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m2852802143_RuntimeMethod_var); if (L_12) { goto IL_006a; } } { CPhotoItem_t3945992683 * L_13 = (CPhotoItem_t3945992683 *)il2cpp_codegen_object_new(CPhotoItem_t3945992683_il2cpp_TypeInfo_var); CPhotoItem__ctor_m3941201692(L_13, /*hidden argument*/NULL); V_2 = L_13; Dictionary_2_t3731248982 * L_14 = __this->get_m_listPhotos_2(); String_t* L_15 = V_1; CPhotoItem_t3945992683 * L_16 = V_2; NullCheck(L_14); Dictionary_2_set_Item_m801262754(L_14, L_15, L_16, /*hidden argument*/Dictionary_2_set_Item_m801262754_RuntimeMethod_var); CPhotoItem_t3945992683 * L_17 = V_2; String_t* L_18 = V_1; NullCheck(L_17); CPhotoItem_StartQuery_m692573082(L_17, L_18, /*hidden argument*/NULL); bool* L_19 = ___isDone1; *((int8_t*)(L_19)) = (int8_t)0; return (Texture2D_t3840446185 *)NULL; } IL_006a: { CPhotoItem_t3945992683 * L_20 = V_2; bool* L_21 = ___isDone1; NullCheck(L_20); Texture2D_t3840446185 * L_22 = CPhotoItem_GetHeadPhoto_m1365099059(L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.Void DMCore.Logic.CPhotoManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPhotoManager__cctor_m2185479159 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPhotoManager/CPhotoItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPhotoItem__ctor_m3941201692 (CPhotoItem_t3945992683 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoItem__ctor_m3941201692_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_photoUrl_2(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPhotoManager/CPhotoItem::StartQuery(System.String) extern "C" IL2CPP_METHOD_ATTR void CPhotoItem_StartQuery_m692573082 (CPhotoItem_t3945992683 * __this, String_t* ___url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoItem_StartQuery_m692573082_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___url0; __this->set_m_photoUrl_2(L_0); Texture2D_t3840446185 * L_1 = __this->get_m_image_1(); 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_0019; } } { return; } IL_0019: { CPhotoItem_LoadImage_m850065544(__this, /*hidden argument*/NULL); return; } } // System.String DMCore.Logic.CPhotoManager/CPhotoItem::GetUrl() extern "C" IL2CPP_METHOD_ATTR String_t* CPhotoItem_GetUrl_m3316446486 (CPhotoItem_t3945992683 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_photoUrl_2(); return L_0; } } // UnityEngine.Texture2D DMCore.Logic.CPhotoManager/CPhotoItem::GetHeadPhoto(System.Boolean&) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CPhotoItem_GetHeadPhoto_m1365099059 (CPhotoItem_t3945992683 * __this, bool* ___isDone0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoItem_GetHeadPhoto_m1365099059_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Texture2D_t3840446185 * L_0 = __this->get_m_image_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001d; } } { int32_t L_2 = __this->get_m_queryImage_0(); if ((!(((uint32_t)L_2) == ((uint32_t)3)))) { goto IL_0027; } } IL_001d: { bool* L_3 = ___isDone0; *((int8_t*)(L_3)) = (int8_t)1; Texture2D_t3840446185 * L_4 = __this->get_m_image_1(); return L_4; } IL_0027: { int32_t L_5 = __this->get_m_queryImage_0(); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_0040; } } { __this->set_m_queryImage_0(0); CPhotoItem_LoadImage_m850065544(__this, /*hidden argument*/NULL); } IL_0040: { bool* L_6 = ___isDone0; *((int8_t*)(L_6)) = (int8_t)0; return (Texture2D_t3840446185 *)NULL; } } // System.Void DMCore.Logic.CPhotoManager/CPhotoItem::DestroyImage() extern "C" IL2CPP_METHOD_ATTR void CPhotoItem_DestroyImage_m1117707707 (CPhotoItem_t3945992683 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoItem_DestroyImage_m1117707707_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Texture2D_t3840446185 * L_0 = __this->get_m_image_1(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } { Texture2D_t3840446185 * L_2 = __this->get_m_image_1(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); __this->set_m_image_1((Texture2D_t3840446185 *)NULL); } IL_0023: { return; } } // System.Void DMCore.Logic.CPhotoManager/CPhotoItem::Clear() extern "C" IL2CPP_METHOD_ATTR void CPhotoItem_Clear_m1716541513 (CPhotoItem_t3945992683 * __this, const RuntimeMethod* method) { { __this->set_m_queryImage_0(0); CPhotoItem_DestroyImage_m1117707707(__this, /*hidden argument*/NULL); return; } } // System.String DMCore.Logic.CPhotoManager/CPhotoItem::GetLocalPath() extern "C" IL2CPP_METHOD_ATTR String_t* CPhotoItem_GetLocalPath_m226488767 (CPhotoItem_t3945992683 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoItem_GetLocalPath_m226488767_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = __this->get_m_photoUrl_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_1 = CMiscHelp_GetMD5_m771946116(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; if (!L_2) { goto IL_0031; } } { String_t* L_3 = V_0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if ((((int32_t)8) >= ((int32_t)L_4))) { goto IL_0031; } } { String_t* L_5 = V_0; NullCheck(L_5); String_t* L_6 = String_Substring_m1610150815(L_5, 2, 4, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = String_ToLower_m2029374922(L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_0037; } IL_0031: { V_0 = _stringLiteral3452614544; } IL_0037: { String_t* L_8 = __this->get_m_photoUrl_2(); NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); String_t* L_12 = __this->get_m_photoUrl_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_13 = CMiscHelp_GetHash_m2118670691(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); int32_t L_14 = L_13; RuntimeObject * L_15 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_14); String_t* L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral506135040, L_11, L_15, L_16, /*hidden argument*/NULL); return L_17; } } // System.Void DMCore.Logic.CPhotoManager/CPhotoItem::LoadImage() extern "C" IL2CPP_METHOD_ATTR void CPhotoItem_LoadImage_m850065544 (CPhotoItem_t3945992683 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoItem_LoadImage_m850065544_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; Exception_t * V_1 = NULL; CUsrPhotoImageDownload_t1144575657 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = __this->get_m_queryImage_0(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { String_t* L_1 = CPhotoItem_GetLocalPath_m226488767(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2 = CReadVar_ReadFile_m2302192807(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; ByteU5BU5D_t4116647657* L_3 = V_0; if (!L_3) { goto IL_007c; } } { ByteU5BU5D_t4116647657* L_4 = V_0; NullCheck(L_4); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) { goto IL_007c; } } { __this->set_m_queryImage_0(2); } IL_002d: try { // begin try (depth: 1) Texture2D_t3840446185 * L_5 = (Texture2D_t3840446185 *)il2cpp_codegen_object_new(Texture2D_t3840446185_il2cpp_TypeInfo_var); Texture2D__ctor_m2862217990(L_5, 1, 1, 3, (bool)0, /*hidden argument*/NULL); __this->set_m_image_1(L_5); Texture2D_t3840446185 * L_6 = __this->get_m_image_1(); ByteU5BU5D_t4116647657* L_7 = V_0; ImageConversion_LoadImage_m2182108104(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); goto IL_0077; } // 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_004e; throw e; } CATCH_004e: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); __this->set_m_image_1((Texture2D_t3840446185 *)NULL); __this->set_m_queryImage_0(3); Exception_t * L_8 = V_1; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral761680194, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); goto IL_0077; } // end catch (depth: 1) IL_0077: { goto IL_00bd; } IL_007c: { __this->set_m_queryImage_0(1); CUsrPhotoImageDownload_t1144575657 * L_11 = (CUsrPhotoImageDownload_t1144575657 *)il2cpp_codegen_object_new(CUsrPhotoImageDownload_t1144575657_il2cpp_TypeInfo_var); CUsrPhotoImageDownload__ctor_m4034136885(L_11, /*hidden argument*/NULL); V_2 = L_11; CUsrPhotoImageDownload_t1144575657 * L_12 = V_2; NullCheck(L_12); L_12->set_m_owner_5(__this); CUsrPhotoImageDownload_t1144575657 * L_13 = V_2; String_t* L_14 = __this->get_m_photoUrl_2(); NullCheck(L_13); IWebGetMsgBase_SetUrl_m3512145757(L_13, L_14, /*hidden argument*/NULL); String_t* L_15 = __this->get_m_photoUrl_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3473461551, L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); CThreadManager_t1155338034 * L_17 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); CUsrPhotoImageDownload_t1144575657 * L_18 = V_2; NullCheck(L_17); CThreadManager_PushMsg_m3098333431(L_17, 0, L_18, /*hidden argument*/NULL); } IL_00bd: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPhotoManager/CPhotoItem/CUsrPhotoImageDownload::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUsrPhotoImageDownload__ctor_m4034136885 (CUsrPhotoImageDownload_t1144575657 * __this, const RuntimeMethod* method) { { CThreadMsgWebGet__ctor_m3027652583(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPhotoManager/CPhotoItem/CUsrPhotoImageDownload::OnBackGroundExcuteEnd() extern "C" IL2CPP_METHOD_ATTR void CUsrPhotoImageDownload_OnBackGroundExcuteEnd_m3259819512 (CUsrPhotoImageDownload_t1144575657 * __this, const RuntimeMethod* method) { { bool L_0 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_003a; } } { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); if ((((int32_t)0) >= ((int32_t)L_1))) { goto IL_003a; } } { CPhotoItem_t3945992683 * L_2 = __this->get_m_owner_5(); if (!L_2) { goto IL_003a; } } { CPhotoItem_t3945992683 * L_3 = __this->get_m_owner_5(); NullCheck(L_3); String_t* L_4 = CPhotoItem_GetLocalPath_m226488767(L_3, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_5 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] DMCore.Framework.Thread.IWebGetMsgBase::GetBuffer() */, __this); CWriteVar_WriteFile_m3185547125(NULL /*static, unused*/, L_4, L_5, (bool)1, /*hidden argument*/NULL); } IL_003a: { return; } } // System.Void DMCore.Logic.CPhotoManager/CPhotoItem/CUsrPhotoImageDownload::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CUsrPhotoImageDownload_OnEndExcute_m1794146847 (CUsrPhotoImageDownload_t1144575657 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CUsrPhotoImageDownload_OnEndExcute_m1794146847_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { CPhotoItem_t3945992683 * L_0 = __this->get_m_owner_5(); if (!L_0) { goto IL_00a2; } } { CPhotoItem_t3945992683 * L_1 = __this->get_m_owner_5(); NullCheck(L_1); L_1->set_m_queryImage_0(2); bool L_2 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0096; } } { int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); if ((((int32_t)0) >= ((int32_t)L_3))) { goto IL_0096; } } IL_002e: try { // begin try (depth: 1) CPhotoItem_t3945992683 * L_4 = __this->get_m_owner_5(); Texture2D_t3840446185 * L_5 = (Texture2D_t3840446185 *)il2cpp_codegen_object_new(Texture2D_t3840446185_il2cpp_TypeInfo_var); Texture2D__ctor_m2862217990(L_5, 1, 1, 3, (bool)0, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_m_image_1(L_5); CPhotoItem_t3945992683 * L_6 = __this->get_m_owner_5(); NullCheck(L_6); Texture2D_t3840446185 * L_7 = L_6->get_m_image_1(); ByteU5BU5D_t4116647657* L_8 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] DMCore.Framework.Thread.IWebGetMsgBase::GetBuffer() */, __this); ImageConversion_LoadImage_m2182108104(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); goto IL_0091; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Exception) V_0 = ((Exception_t *)__exception_local); CPhotoItem_t3945992683 * L_9 = __this->get_m_owner_5(); NullCheck(L_9); L_9->set_m_image_1((Texture2D_t3840446185 *)NULL); CPhotoItem_t3945992683 * L_10 = __this->get_m_owner_5(); NullCheck(L_10); L_10->set_m_queryImage_0(3); Exception_t * L_11 = V_0; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral761680194, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); goto IL_0091; } // end catch (depth: 1) IL_0091: { goto IL_00a2; } IL_0096: { CPhotoItem_t3945992683 * L_14 = __this->get_m_owner_5(); NullCheck(L_14); L_14->set_m_queryImage_0(3); } IL_00a2: { CThreadMsgWebGet_OnEndExcute_m1512998207(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPhotoManager/CPhotoUrl::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPhotoUrl__ctor_m1186686788 (CPhotoUrl_t2734270734 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoUrl__ctor_m1186686788_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_photoUrl_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPhotoManager/CPhotoUrl::StartQuery(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPhotoUrl_StartQuery_m2425022343 (CPhotoUrl_t2734270734 * __this, int64_t ___usrID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoUrl_StartQuery_m2425022343_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { int32_t L_0 = __this->get_m_queryState_1(); if (L_0) { goto IL_0037; } } { __this->set_m_queryState_1(1); CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)858), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int64_t L_5 = ___usrID0; NullCheck(L_4); CDataArray_Push_m3799896857(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); } IL_0037: { return; } } // System.String DMCore.Logic.CPhotoManager/CPhotoUrl::GetUsrUrl(System.Boolean&) extern "C" IL2CPP_METHOD_ATTR String_t* CPhotoUrl_GetUsrUrl_m1281205174 (CPhotoUrl_t2734270734 * __this, bool* ___isDone0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPhotoUrl_GetUsrUrl_m1281205174_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_queryState_1(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0016; } } { bool* L_1 = ___isDone0; *((int8_t*)(L_1)) = (int8_t)1; String_t* L_2 = __this->get_m_photoUrl_0(); return L_2; } IL_0016: { bool* L_3 = ___isDone0; *((int8_t*)(L_3)) = (int8_t)0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } } // System.Void DMCore.Logic.CPhotoManager/CPhotoUrl::SetUsrPhotoUrl(System.String) extern "C" IL2CPP_METHOD_ATTR void CPhotoUrl_SetUsrPhotoUrl_m3116421369 (CPhotoUrl_t2734270734 * __this, String_t* ___url0, const RuntimeMethod* method) { { __this->set_m_queryState_1(2); String_t* L_0 = ___url0; __this->set_m_photoUrl_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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPindanManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPindanManager__ctor_m1942345764 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager__ctor_m1942345764_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CPindanManager_set_LastActiveIndex_m4022576324(__this, (-1), /*hidden argument*/NULL); CPindanManager_set_ActiveIndex_m3560206060(__this, (-1), /*hidden argument*/NULL); List_1_t1290268968 * L_0 = (List_1_t1290268968 *)il2cpp_codegen_object_new(List_1_t1290268968_il2cpp_TypeInfo_var); List_1__ctor_m2973381097(L_0, /*hidden argument*/List_1__ctor_m2973381097_RuntimeMethod_var); __this->set_m_pinShopList_5(L_0); List_1_t3044171863 * L_1 = (List_1_t3044171863 *)il2cpp_codegen_object_new(List_1_t3044171863_il2cpp_TypeInfo_var); List_1__ctor_m598002527(L_1, /*hidden argument*/List_1__ctor_m598002527_RuntimeMethod_var); __this->set_m_pinList_6(L_1); List_1_t2925477792 * L_2 = (List_1_t2925477792 *)il2cpp_codegen_object_new(List_1_t2925477792_il2cpp_TypeInfo_var); List_1__ctor_m510441821(L_2, /*hidden argument*/List_1__ctor_m510441821_RuntimeMethod_var); __this->set_m_completeList_7(L_2); List_1_t2358551301 * L_3 = (List_1_t2358551301 *)il2cpp_codegen_object_new(List_1_t2358551301_il2cpp_TypeInfo_var); List_1__ctor_m990080138(L_3, /*hidden argument*/List_1__ctor_m990080138_RuntimeMethod_var); __this->set_m_inviteList_8(L_3); List_1_t4280442762 * L_4 = (List_1_t4280442762 *)il2cpp_codegen_object_new(List_1_t4280442762_il2cpp_TypeInfo_var); List_1__ctor_m2812386772(L_4, /*hidden argument*/List_1__ctor_m2812386772_RuntimeMethod_var); __this->set_m_joinList_9(L_4); List_1_t3748208937 * L_5 = (List_1_t3748208937 *)il2cpp_codegen_object_new(List_1_t3748208937_il2cpp_TypeInfo_var); List_1__ctor_m2296961999(L_5, /*hidden argument*/List_1__ctor_m2296961999_RuntimeMethod_var); __this->set_m_checkboxList_10(L_5); List_1_t128053199 * L_6 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_6, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set_m_selectPIdList_11(L_6); CDataModelInt_t3463393640 * L_7 = (CDataModelInt_t3463393640 *)il2cpp_codegen_object_new(CDataModelInt_t3463393640_il2cpp_TypeInfo_var); CDataModelInt__ctor_m420760675(L_7, /*hidden argument*/NULL); __this->set_m_refreshPage_12(L_7); return; } } // DMCore.Logic.CPindanManager DMCore.Logic.CPindanManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPindanManager_t730261733 * CPindanManager_GetInstance_m2107485280 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_GetInstance_m2107485280_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPindanManager_t730261733_il2cpp_TypeInfo_var); CPindanManager_t730261733 * L_0 = ((CPindanManager_t730261733_StaticFields*)il2cpp_codegen_static_fields_for(CPindanManager_t730261733_il2cpp_TypeInfo_var))->get_s_Instance_4(); if (L_0) { goto IL_0014; } } { CPindanManager_t730261733 * L_1 = (CPindanManager_t730261733 *)il2cpp_codegen_object_new(CPindanManager_t730261733_il2cpp_TypeInfo_var); CPindanManager__ctor_m1942345764(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPindanManager_t730261733_il2cpp_TypeInfo_var); ((CPindanManager_t730261733_StaticFields*)il2cpp_codegen_static_fields_for(CPindanManager_t730261733_il2cpp_TypeInfo_var))->set_s_Instance_4(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPindanManager_t730261733_il2cpp_TypeInfo_var); CPindanManager_t730261733 * L_2 = ((CPindanManager_t730261733_StaticFields*)il2cpp_codegen_static_fields_for(CPindanManager_t730261733_il2cpp_TypeInfo_var))->get_s_Instance_4(); return L_2; } } // System.Int32 DMCore.Logic.CPindanManager::get_LastActiveIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_get_LastActiveIndex_m2992647772 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CLastActiveIndexU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CPindanManager::set_LastActiveIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_set_LastActiveIndex_m4022576324 (CPindanManager_t730261733 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CLastActiveIndexU3Ek__BackingField_0(L_0); return; } } // System.Int32 DMCore.Logic.CPindanManager::get_ActiveIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_get_ActiveIndex_m3122246199 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CActiveIndexU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.CPindanManager::set_ActiveIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_set_ActiveIndex_m3560206060 (CPindanManager_t730261733 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CActiveIndexU3Ek__BackingField_1(L_0); return; } } // System.Int32 DMCore.Logic.CPindanManager::get_ShopCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_get_ShopCount_m3661553105 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_get_ShopCount_m3661553105_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t1290268968 * L_0 = __this->get_m_pinShopList_5(); if (!L_0) { goto IL_001b; } } { List_1_t1290268968 * L_1 = __this->get_m_pinShopList_5(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m1952619260(L_1, /*hidden argument*/List_1_get_Count_m1952619260_RuntimeMethod_var); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.Int32 DMCore.Logic.CPindanManager::get_PinCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_get_PinCount_m2367046987 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_get_PinCount_m2367046987_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t3044171863 * L_0 = __this->get_m_pinList_6(); if (!L_0) { goto IL_001b; } } { List_1_t3044171863 * L_1 = __this->get_m_pinList_6(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m4146191975(L_1, /*hidden argument*/List_1_get_Count_m4146191975_RuntimeMethod_var); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.Int32 DMCore.Logic.CPindanManager::get_joinCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_get_joinCount_m2128618990 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_get_joinCount_m2128618990_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t4280442762 * L_0 = __this->get_m_joinList_9(); if (!L_0) { goto IL_001b; } } { List_1_t4280442762 * L_1 = __this->get_m_joinList_9(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m4136316213(L_1, /*hidden argument*/List_1_get_Count_m4136316213_RuntimeMethod_var); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.Int32 DMCore.Logic.CPindanManager::get_CompleteCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_get_CompleteCount_m2654836051 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_get_CompleteCount_m2654836051_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t2925477792 * L_0 = __this->get_m_completeList_7(); if (!L_0) { goto IL_001b; } } { List_1_t2925477792 * L_1 = __this->get_m_completeList_7(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m1082382377(L_1, /*hidden argument*/List_1_get_Count_m1082382377_RuntimeMethod_var); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.Int32 DMCore.Logic.CPindanManager::get_InviteCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_get_InviteCount_m1737211591 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_get_InviteCount_m1737211591_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t2358551301 * L_0 = __this->get_m_inviteList_8(); if (!L_0) { goto IL_001b; } } { List_1_t2358551301 * L_1 = __this->get_m_inviteList_8(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m2158041883(L_1, /*hidden argument*/List_1_get_Count_m2158041883_RuntimeMethod_var); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.Void DMCore.Logic.CPindanManager::set_RefreshPage(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_set_RefreshPage_m1881802428 (CPindanManager_t730261733 * __this, int32_t ___value0, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_m_refreshPage_12(); int32_t L_1 = ___value0; NullCheck(L_0); CDataModelInt_set_Data_m3794751788(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.CPindanManager::get_RefreshPage() extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_get_RefreshPage_m3327953715 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_m_refreshPage_12(); NullCheck(L_0); int32_t L_1 = CDataModelInt_get_Data_m274101408(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void DMCore.Logic.CPindanManager::set_IsRefresh(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_set_IsRefresh_m2203924372 (CPindanManager_t730261733 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_bRefresh_13(L_0); return; } } // System.Boolean DMCore.Logic.CPindanManager::get_IsRefresh() extern "C" IL2CPP_METHOD_ATTR bool CPindanManager_get_IsRefresh_m739052664 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bRefresh_13(); return L_0; } } // System.Int32 DMCore.Logic.CPindanManager::get_CurrentPindanID() extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_get_CurrentPindanID_m895519460 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentPindanIDU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.CPindanManager::set_CurrentPindanID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_set_CurrentPindanID_m3578375460 (CPindanManager_t730261733 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentPindanIDU3Ek__BackingField_2(L_0); return; } } // System.Int32 DMCore.Logic.CPindanManager::get_TotalOrderNumber() extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_get_TotalOrderNumber_m3831300319 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CTotalOrderNumberU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.CPindanManager::set_TotalOrderNumber(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_set_TotalOrderNumber_m3678262780 (CPindanManager_t730261733 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CTotalOrderNumberU3Ek__BackingField_3(L_0); return; } } // System.Boolean DMCore.Logic.CPindanManager::IsExist(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPindanManager_IsExist_m3226117089 (CPindanManager_t730261733 * __this, int32_t ____configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_IsExist_m3226117089_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CIsExistU3Ec__AnonStorey0_t3207749389 * V_0 = NULL; { U3CIsExistU3Ec__AnonStorey0_t3207749389 * L_0 = (U3CIsExistU3Ec__AnonStorey0_t3207749389 *)il2cpp_codegen_object_new(U3CIsExistU3Ec__AnonStorey0_t3207749389_il2cpp_TypeInfo_var); U3CIsExistU3Ec__AnonStorey0__ctor_m2916190407(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CIsExistU3Ec__AnonStorey0_t3207749389 * L_1 = V_0; int32_t L_2 = ____configID0; NullCheck(L_1); L_1->set__configID_0(L_2); List_1_t1290268968 * L_3 = __this->get_m_pinShopList_5(); if (L_3) { goto IL_001a; } } { return (bool)0; } IL_001a: { List_1_t1290268968 * L_4 = __this->get_m_pinShopList_5(); U3CIsExistU3Ec__AnonStorey0_t3207749389 * L_5 = V_0; intptr_t L_6 = (intptr_t)U3CIsExistU3Ec__AnonStorey0_U3CU3Em__0_m3617980094_RuntimeMethod_var; Predicate_1_t643488350 * L_7 = (Predicate_1_t643488350 *)il2cpp_codegen_object_new(Predicate_1_t643488350_il2cpp_TypeInfo_var); Predicate_1__ctor_m371192706(L_7, L_5, L_6, /*hidden argument*/Predicate_1__ctor_m371192706_RuntimeMethod_var); NullCheck(L_4); CPindanShop_t4113161522 * L_8 = List_1_Find_m92185540(L_4, L_7, /*hidden argument*/List_1_Find_m92185540_RuntimeMethod_var); if (L_8) { goto IL_0038; } } { return (bool)0; } IL_0038: { return (bool)1; } } // System.Void DMCore.Logic.CPindanManager::AppendShop(DMCore.Logic.CPindanManager/CPindanShop) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_AppendShop_m2985204535 (CPindanManager_t730261733 * __this, CPindanShop_t4113161522 * ____info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_AppendShop_m2985204535_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CPindanShop_t4113161522 * L_0 = ____info0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { List_1_t1290268968 * L_1 = __this->get_m_pinShopList_5(); if (!L_1) { goto IL_001e; } } { List_1_t1290268968 * L_2 = __this->get_m_pinShopList_5(); CPindanShop_t4113161522 * L_3 = ____info0; NullCheck(L_2); List_1_Add_m3127479511(L_2, L_3, /*hidden argument*/List_1_Add_m3127479511_RuntimeMethod_var); } IL_001e: { return; } } // System.Void DMCore.Logic.CPindanManager::AppendPindan(DMCore.Logic.CPindanManager/CPindanOrder) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_AppendPindan_m1994646909 (CPindanManager_t730261733 * __this, CPindanOrder_t1572097121 * ____info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_AppendPindan_m1994646909_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CPindanOrder_t1572097121 * L_0 = ____info0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { List_1_t3044171863 * L_1 = __this->get_m_pinList_6(); if (!L_1) { goto IL_001e; } } { List_1_t3044171863 * L_2 = __this->get_m_pinList_6(); CPindanOrder_t1572097121 * L_3 = ____info0; NullCheck(L_2); List_1_Add_m345029453(L_2, L_3, /*hidden argument*/List_1_Add_m345029453_RuntimeMethod_var); } IL_001e: { return; } } // System.Void DMCore.Logic.CPindanManager::AppendJoin(DMCore.Logic.CPindanManager/CJoinOrder) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_AppendJoin_m1904085073 (CPindanManager_t730261733 * __this, CJoinOrder_t2808368020 * ____unit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_AppendJoin_m1904085073_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t4280442762 * L_0 = __this->get_m_joinList_9(); if (!L_0) { goto IL_0017; } } { List_1_t4280442762 * L_1 = __this->get_m_joinList_9(); CJoinOrder_t2808368020 * L_2 = ____unit0; NullCheck(L_1); List_1_Add_m2830634072(L_1, L_2, /*hidden argument*/List_1_Add_m2830634072_RuntimeMethod_var); } IL_0017: { return; } } // System.Void DMCore.Logic.CPindanManager::AppendComplete(DMCore.Logic.CPindanManager/CompletePindan) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_AppendComplete_m854479670 (CPindanManager_t730261733 * __this, CompletePindan_t1453403050 * ____item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_AppendComplete_m854479670_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CAppendCompleteU3Ec__AnonStorey1_t2563700040 * V_0 = NULL; { U3CAppendCompleteU3Ec__AnonStorey1_t2563700040 * L_0 = (U3CAppendCompleteU3Ec__AnonStorey1_t2563700040 *)il2cpp_codegen_object_new(U3CAppendCompleteU3Ec__AnonStorey1_t2563700040_il2cpp_TypeInfo_var); U3CAppendCompleteU3Ec__AnonStorey1__ctor_m1477171261(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CAppendCompleteU3Ec__AnonStorey1_t2563700040 * L_1 = V_0; CompletePindan_t1453403050 * L_2 = ____item0; NullCheck(L_1); L_1->set__item_0(L_2); U3CAppendCompleteU3Ec__AnonStorey1_t2563700040 * L_3 = V_0; NullCheck(L_3); CompletePindan_t1453403050 * L_4 = L_3->get__item_0(); if (!L_4) { goto IL_0050; } } { List_1_t2925477792 * L_5 = __this->get_m_completeList_7(); if (!L_5) { goto IL_0050; } } { List_1_t2925477792 * L_6 = __this->get_m_completeList_7(); U3CAppendCompleteU3Ec__AnonStorey1_t2563700040 * L_7 = V_0; intptr_t L_8 = (intptr_t)U3CAppendCompleteU3Ec__AnonStorey1_U3CU3Em__0_m331827626_RuntimeMethod_var; Predicate_1_t2278697174 * L_9 = (Predicate_1_t2278697174 *)il2cpp_codegen_object_new(Predicate_1_t2278697174_il2cpp_TypeInfo_var); Predicate_1__ctor_m3338710896(L_9, L_7, L_8, /*hidden argument*/Predicate_1__ctor_m3338710896_RuntimeMethod_var); NullCheck(L_6); CompletePindan_t1453403050 * L_10 = List_1_Find_m1781075039(L_6, L_9, /*hidden argument*/List_1_Find_m1781075039_RuntimeMethod_var); if (L_10) { goto IL_0050; } } { List_1_t2925477792 * L_11 = __this->get_m_completeList_7(); U3CAppendCompleteU3Ec__AnonStorey1_t2563700040 * L_12 = V_0; NullCheck(L_12); CompletePindan_t1453403050 * L_13 = L_12->get__item_0(); NullCheck(L_11); List_1_Add_m1834157973(L_11, L_13, /*hidden argument*/List_1_Add_m1834157973_RuntimeMethod_var); } IL_0050: { return; } } // System.Void DMCore.Logic.CPindanManager::AppendInvite(DMCore.Logic.CPindanManager/CInvitePindan) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_AppendInvite_m3987687030 (CPindanManager_t730261733 * __this, CInvitePindan_t886476559 * ____item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_AppendInvite_m3987687030_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CAppendInviteU3Ec__AnonStorey2_t2281905488 * V_0 = NULL; { U3CAppendInviteU3Ec__AnonStorey2_t2281905488 * L_0 = (U3CAppendInviteU3Ec__AnonStorey2_t2281905488 *)il2cpp_codegen_object_new(U3CAppendInviteU3Ec__AnonStorey2_t2281905488_il2cpp_TypeInfo_var); U3CAppendInviteU3Ec__AnonStorey2__ctor_m1415708066(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CAppendInviteU3Ec__AnonStorey2_t2281905488 * L_1 = V_0; CInvitePindan_t886476559 * L_2 = ____item0; NullCheck(L_1); L_1->set__item_0(L_2); U3CAppendInviteU3Ec__AnonStorey2_t2281905488 * L_3 = V_0; NullCheck(L_3); CInvitePindan_t886476559 * L_4 = L_3->get__item_0(); if (!L_4) { goto IL_0050; } } { List_1_t2358551301 * L_5 = __this->get_m_inviteList_8(); if (!L_5) { goto IL_0050; } } { List_1_t2358551301 * L_6 = __this->get_m_inviteList_8(); U3CAppendInviteU3Ec__AnonStorey2_t2281905488 * L_7 = V_0; intptr_t L_8 = (intptr_t)U3CAppendInviteU3Ec__AnonStorey2_U3CU3Em__0_m3140207074_RuntimeMethod_var; Predicate_1_t1711770683 * L_9 = (Predicate_1_t1711770683 *)il2cpp_codegen_object_new(Predicate_1_t1711770683_il2cpp_TypeInfo_var); Predicate_1__ctor_m2495371697(L_9, L_7, L_8, /*hidden argument*/Predicate_1__ctor_m2495371697_RuntimeMethod_var); NullCheck(L_6); CInvitePindan_t886476559 * L_10 = List_1_Find_m2563146828(L_6, L_9, /*hidden argument*/List_1_Find_m2563146828_RuntimeMethod_var); if (L_10) { goto IL_0050; } } { List_1_t2358551301 * L_11 = __this->get_m_inviteList_8(); U3CAppendInviteU3Ec__AnonStorey2_t2281905488 * L_12 = V_0; NullCheck(L_12); CInvitePindan_t886476559 * L_13 = L_12->get__item_0(); NullCheck(L_11); List_1_Add_m301641796(L_11, L_13, /*hidden argument*/List_1_Add_m301641796_RuntimeMethod_var); } IL_0050: { return; } } // System.Void DMCore.Logic.CPindanManager::ClearPindanList() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_ClearPindanList_m2759384344 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_ClearPindanList_m2759384344_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3044171863 * L_0 = __this->get_m_pinList_6(); if (!L_0) { goto IL_0016; } } { List_1_t3044171863 * L_1 = __this->get_m_pinList_6(); NullCheck(L_1); List_1_Clear_m1512101476(L_1, /*hidden argument*/List_1_Clear_m1512101476_RuntimeMethod_var); } IL_0016: { return; } } // System.Void DMCore.Logic.CPindanManager::ClearJoinList() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_ClearJoinList_m2512514999 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_ClearJoinList_m2512514999_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t4280442762 * L_0 = __this->get_m_joinList_9(); if (!L_0) { goto IL_0016; } } { List_1_t4280442762 * L_1 = __this->get_m_joinList_9(); NullCheck(L_1); List_1_Clear_m1257288827(L_1, /*hidden argument*/List_1_Clear_m1257288827_RuntimeMethod_var); } IL_0016: { return; } } // System.Void DMCore.Logic.CPindanManager::ClearCompleteList() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_ClearCompleteList_m933350951 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_ClearCompleteList_m933350951_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2925477792 * L_0 = __this->get_m_completeList_7(); if (!L_0) { goto IL_0016; } } { List_1_t2925477792 * L_1 = __this->get_m_completeList_7(); NullCheck(L_1); List_1_Clear_m2759543080(L_1, /*hidden argument*/List_1_Clear_m2759543080_RuntimeMethod_var); } IL_0016: { return; } } // System.Void DMCore.Logic.CPindanManager::ClearInviteList() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_ClearInviteList_m86813644 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_ClearInviteList_m86813644_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2358551301 * L_0 = __this->get_m_inviteList_8(); if (!L_0) { goto IL_0016; } } { List_1_t2358551301 * L_1 = __this->get_m_inviteList_8(); NullCheck(L_1); List_1_Clear_m3398111688(L_1, /*hidden argument*/List_1_Clear_m3398111688_RuntimeMethod_var); } IL_0016: { return; } } // System.Void DMCore.Logic.CPindanManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_ClearAll_m3490285243 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_ClearAll_m3490285243_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1290268968 * L_0 = __this->get_m_pinShopList_5(); if (!L_0) { goto IL_0016; } } { List_1_t1290268968 * L_1 = __this->get_m_pinShopList_5(); NullCheck(L_1); List_1_Clear_m1462281561(L_1, /*hidden argument*/List_1_Clear_m1462281561_RuntimeMethod_var); } IL_0016: { List_1_t3748208937 * L_2 = __this->get_m_checkboxList_10(); if (!L_2) { goto IL_002c; } } { List_1_t3748208937 * L_3 = __this->get_m_checkboxList_10(); NullCheck(L_3); List_1_Clear_m2545368020(L_3, /*hidden argument*/List_1_Clear_m2545368020_RuntimeMethod_var); } IL_002c: { List_1_t128053199 * L_4 = __this->get_m_selectPIdList_11(); if (!L_4) { goto IL_0042; } } { List_1_t128053199 * L_5 = __this->get_m_selectPIdList_11(); NullCheck(L_5); List_1_Clear_m2269680114(L_5, /*hidden argument*/List_1_Clear_m2269680114_RuntimeMethod_var); } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(CPindanManager_t730261733_il2cpp_TypeInfo_var); CPindanManager_t730261733 * L_6 = CPindanManager_GetInstance_m2107485280(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CPindanManager_set_LastActiveIndex_m4022576324(L_6, (-1), /*hidden argument*/NULL); CPindanManager_t730261733 * L_7 = CPindanManager_GetInstance_m2107485280(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CPindanManager_set_ActiveIndex_m3560206060(L_7, (-1), /*hidden argument*/NULL); CPindanManager_t730261733 * L_8 = CPindanManager_GetInstance_m2107485280(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CPindanManager_set_IsRefresh_m2203924372(L_8, (bool)0, /*hidden argument*/NULL); CPindanManager_t730261733 * L_9 = CPindanManager_GetInstance_m2107485280(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CPindanManager_set_CurrentPindanID_m3578375460(L_9, 0, /*hidden argument*/NULL); CPindanManager_t730261733 * L_10 = CPindanManager_GetInstance_m2107485280(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CPindanManager_set_TotalOrderNumber_m3678262780(L_10, 0, /*hidden argument*/NULL); __this->set_m_buyShopID_14(0); return; } } // DMCore.Logic.CPindanManager/CPindanShop DMCore.Logic.CPindanManager::GetShopInfo() extern "C" IL2CPP_METHOD_ATTR CPindanShop_t4113161522 * CPindanManager_GetShopInfo_m220045557 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_GetShopInfo_m220045557_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPindanManager_t730261733_il2cpp_TypeInfo_var); CPindanManager_t730261733 * L_0 = CPindanManager_GetInstance_m2107485280(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = __this->get_m_buyShopID_14(); NullCheck(L_0); CPindanShop_t4113161522 * L_2 = CPindanManager_GetShopInfoByID_m1416997241(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // DMCore.Logic.CPindanManager/CPindanShop DMCore.Logic.CPindanManager::GetShopInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPindanShop_t4113161522 * CPindanManager_GetShopInfo_m3959697883 (CPindanManager_t730261733 * __this, int32_t ____index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_GetShopInfo_m3959697883_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1290268968 * L_0 = __this->get_m_pinShopList_5(); if (!L_0) { goto IL_0030; } } { int32_t L_1 = ____index0; if ((((int32_t)0) > ((int32_t)L_1))) { goto IL_0030; } } { int32_t L_2 = ____index0; List_1_t1290268968 * L_3 = __this->get_m_pinShopList_5(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m1952619260(L_3, /*hidden argument*/List_1_get_Count_m1952619260_RuntimeMethod_var); if ((((int32_t)L_2) >= ((int32_t)L_4))) { goto IL_0030; } } { List_1_t1290268968 * L_5 = __this->get_m_pinShopList_5(); int32_t L_6 = ____index0; NullCheck(L_5); CPindanShop_t4113161522 * L_7 = List_1_get_Item_m2177590762(L_5, L_6, /*hidden argument*/List_1_get_Item_m2177590762_RuntimeMethod_var); return L_7; } IL_0030: { return (CPindanShop_t4113161522 *)NULL; } } // DMCore.Logic.CPindanManager/CPindanShop DMCore.Logic.CPindanManager::GetShopInfoByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPindanShop_t4113161522 * CPindanManager_GetShopInfoByID_m1416997241 (CPindanManager_t730261733 * __this, int32_t ____Id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_GetShopInfoByID_m1416997241_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetShopInfoByIDU3Ec__AnonStorey3_t1794427239 * V_0 = NULL; { U3CGetShopInfoByIDU3Ec__AnonStorey3_t1794427239 * L_0 = (U3CGetShopInfoByIDU3Ec__AnonStorey3_t1794427239 *)il2cpp_codegen_object_new(U3CGetShopInfoByIDU3Ec__AnonStorey3_t1794427239_il2cpp_TypeInfo_var); U3CGetShopInfoByIDU3Ec__AnonStorey3__ctor_m927066126(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetShopInfoByIDU3Ec__AnonStorey3_t1794427239 * L_1 = V_0; int32_t L_2 = ____Id0; NullCheck(L_1); L_1->set__Id_0(L_2); List_1_t1290268968 * L_3 = __this->get_m_pinShopList_5(); if (!L_3) { goto IL_0030; } } { List_1_t1290268968 * L_4 = __this->get_m_pinShopList_5(); U3CGetShopInfoByIDU3Ec__AnonStorey3_t1794427239 * L_5 = V_0; intptr_t L_6 = (intptr_t)U3CGetShopInfoByIDU3Ec__AnonStorey3_U3CU3Em__0_m3987957941_RuntimeMethod_var; Predicate_1_t643488350 * L_7 = (Predicate_1_t643488350 *)il2cpp_codegen_object_new(Predicate_1_t643488350_il2cpp_TypeInfo_var); Predicate_1__ctor_m371192706(L_7, L_5, L_6, /*hidden argument*/Predicate_1__ctor_m371192706_RuntimeMethod_var); NullCheck(L_4); CPindanShop_t4113161522 * L_8 = List_1_Find_m92185540(L_4, L_7, /*hidden argument*/List_1_Find_m92185540_RuntimeMethod_var); return L_8; } IL_0030: { return (CPindanShop_t4113161522 *)NULL; } } // DMCore.Logic.CPindanManager/CPindanOrder DMCore.Logic.CPindanManager::GetPindanInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPindanOrder_t1572097121 * CPindanManager_GetPindanInfo_m3865466136 (CPindanManager_t730261733 * __this, int32_t ____index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_GetPindanInfo_m3865466136_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3044171863 * L_0 = __this->get_m_pinList_6(); if (!L_0) { goto IL_0030; } } { int32_t L_1 = ____index0; if ((((int32_t)0) > ((int32_t)L_1))) { goto IL_0030; } } { int32_t L_2 = ____index0; List_1_t3044171863 * L_3 = __this->get_m_pinList_6(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m4146191975(L_3, /*hidden argument*/List_1_get_Count_m4146191975_RuntimeMethod_var); if ((((int32_t)L_2) >= ((int32_t)L_4))) { goto IL_0030; } } { List_1_t3044171863 * L_5 = __this->get_m_pinList_6(); int32_t L_6 = ____index0; NullCheck(L_5); CPindanOrder_t1572097121 * L_7 = List_1_get_Item_m3732070952(L_5, L_6, /*hidden argument*/List_1_get_Item_m3732070952_RuntimeMethod_var); return L_7; } IL_0030: { return (CPindanOrder_t1572097121 *)NULL; } } // DMCore.Logic.CPindanManager/CPindanOrder DMCore.Logic.CPindanManager::GetPindanInfoByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPindanOrder_t1572097121 * CPindanManager_GetPindanInfoByID_m3445074683 (CPindanManager_t730261733 * __this, int32_t ____pinId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_GetPindanInfoByID_m3445074683_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetPindanInfoByIDU3Ec__AnonStorey4_t3612384775 * V_0 = NULL; { U3CGetPindanInfoByIDU3Ec__AnonStorey4_t3612384775 * L_0 = (U3CGetPindanInfoByIDU3Ec__AnonStorey4_t3612384775 *)il2cpp_codegen_object_new(U3CGetPindanInfoByIDU3Ec__AnonStorey4_t3612384775_il2cpp_TypeInfo_var); U3CGetPindanInfoByIDU3Ec__AnonStorey4__ctor_m1780691965(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetPindanInfoByIDU3Ec__AnonStorey4_t3612384775 * L_1 = V_0; int32_t L_2 = ____pinId0; NullCheck(L_1); L_1->set__pinId_0(L_2); List_1_t3044171863 * L_3 = __this->get_m_pinList_6(); if (!L_3) { goto IL_0030; } } { List_1_t3044171863 * L_4 = __this->get_m_pinList_6(); U3CGetPindanInfoByIDU3Ec__AnonStorey4_t3612384775 * L_5 = V_0; intptr_t L_6 = (intptr_t)U3CGetPindanInfoByIDU3Ec__AnonStorey4_U3CU3Em__0_m151690935_RuntimeMethod_var; Predicate_1_t2397391245 * L_7 = (Predicate_1_t2397391245 *)il2cpp_codegen_object_new(Predicate_1_t2397391245_il2cpp_TypeInfo_var); Predicate_1__ctor_m1207519982(L_7, L_5, L_6, /*hidden argument*/Predicate_1__ctor_m1207519982_RuntimeMethod_var); NullCheck(L_4); CPindanOrder_t1572097121 * L_8 = List_1_Find_m1380547264(L_4, L_7, /*hidden argument*/List_1_Find_m1380547264_RuntimeMethod_var); return L_8; } IL_0030: { return (CPindanOrder_t1572097121 *)NULL; } } // System.Int32 DMCore.Logic.CPindanManager::GetOriginPrice(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_GetOriginPrice_m3268793826 (CPindanManager_t730261733 * __this, int32_t ____configId0, const RuntimeMethod* method) { CPindanShop_t4113161522 * V_0 = NULL; { int32_t L_0 = ____configId0; CPindanShop_t4113161522 * L_1 = CPindanManager_GetShopInfoByID_m1416997241(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CPindanShop_t4113161522 * L_2 = V_0; if (!L_2) { goto IL_0015; } } { CPindanShop_t4113161522 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_originPrice_2(); return L_4; } IL_0015: { return 0; } } // DMCore.Logic.CPindanManager/CompletePindan DMCore.Logic.CPindanManager::GetCompleteItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CompletePindan_t1453403050 * CPindanManager_GetCompleteItem_m151800233 (CPindanManager_t730261733 * __this, int32_t ____index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_GetCompleteItem_m151800233_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2925477792 * L_0 = __this->get_m_completeList_7(); if (!L_0) { goto IL_0030; } } { int32_t L_1 = ____index0; if ((((int32_t)0) > ((int32_t)L_1))) { goto IL_0030; } } { int32_t L_2 = ____index0; List_1_t2925477792 * L_3 = __this->get_m_completeList_7(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m1082382377(L_3, /*hidden argument*/List_1_get_Count_m1082382377_RuntimeMethod_var); if ((((int32_t)L_2) >= ((int32_t)L_4))) { goto IL_0030; } } { List_1_t2925477792 * L_5 = __this->get_m_completeList_7(); int32_t L_6 = ____index0; NullCheck(L_5); CompletePindan_t1453403050 * L_7 = List_1_get_Item_m4142090513(L_5, L_6, /*hidden argument*/List_1_get_Item_m4142090513_RuntimeMethod_var); return L_7; } IL_0030: { return (CompletePindan_t1453403050 *)NULL; } } // System.Boolean DMCore.Logic.CPindanManager::IsJoinPindan(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPindanManager_IsJoinPindan_m2565908244 (CPindanManager_t730261733 * __this, int32_t ____configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_IsJoinPindan_m2565908244_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CIsJoinPindanU3Ec__AnonStorey5_t1965885762 * V_0 = NULL; CJoinOrder_t2808368020 * V_1 = NULL; { U3CIsJoinPindanU3Ec__AnonStorey5_t1965885762 * L_0 = (U3CIsJoinPindanU3Ec__AnonStorey5_t1965885762 *)il2cpp_codegen_object_new(U3CIsJoinPindanU3Ec__AnonStorey5_t1965885762_il2cpp_TypeInfo_var); U3CIsJoinPindanU3Ec__AnonStorey5__ctor_m3499109509(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CIsJoinPindanU3Ec__AnonStorey5_t1965885762 * L_1 = V_0; int32_t L_2 = ____configID0; NullCheck(L_1); L_1->set__configID_0(L_2); List_1_t4280442762 * L_3 = __this->get_m_joinList_9(); if (!L_3) { goto IL_0038; } } { List_1_t4280442762 * L_4 = __this->get_m_joinList_9(); U3CIsJoinPindanU3Ec__AnonStorey5_t1965885762 * L_5 = V_0; intptr_t L_6 = (intptr_t)U3CIsJoinPindanU3Ec__AnonStorey5_U3CU3Em__0_m3906700613_RuntimeMethod_var; Predicate_1_t3633662144 * L_7 = (Predicate_1_t3633662144 *)il2cpp_codegen_object_new(Predicate_1_t3633662144_il2cpp_TypeInfo_var); Predicate_1__ctor_m61913850(L_7, L_5, L_6, /*hidden argument*/Predicate_1__ctor_m61913850_RuntimeMethod_var); NullCheck(L_4); CJoinOrder_t2808368020 * L_8 = List_1_Find_m3358746322(L_4, L_7, /*hidden argument*/List_1_Find_m3358746322_RuntimeMethod_var); V_1 = L_8; CJoinOrder_t2808368020 * L_9 = V_1; return (bool)((((int32_t)((((RuntimeObject*)(RuntimeObject *)NULL) == ((RuntimeObject*)(CJoinOrder_t2808368020 *)L_9))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0038: { return (bool)0; } } // DMCore.Logic.CPindanManager/CInvitePindan DMCore.Logic.CPindanManager::GetInviteItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CInvitePindan_t886476559 * CPindanManager_GetInviteItem_m3664828368 (CPindanManager_t730261733 * __this, int32_t ____index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_GetInviteItem_m3664828368_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2358551301 * L_0 = __this->get_m_inviteList_8(); if (!L_0) { goto IL_0030; } } { int32_t L_1 = ____index0; if ((((int32_t)0) > ((int32_t)L_1))) { goto IL_0030; } } { int32_t L_2 = ____index0; List_1_t2358551301 * L_3 = __this->get_m_inviteList_8(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m2158041883(L_3, /*hidden argument*/List_1_get_Count_m2158041883_RuntimeMethod_var); if ((((int32_t)L_2) >= ((int32_t)L_4))) { goto IL_0030; } } { List_1_t2358551301 * L_5 = __this->get_m_inviteList_8(); int32_t L_6 = ____index0; NullCheck(L_5); CInvitePindan_t886476559 * L_7 = List_1_get_Item_m1827545446(L_5, L_6, /*hidden argument*/List_1_get_Item_m1827545446_RuntimeMethod_var); return L_7; } IL_0030: { return (CInvitePindan_t886476559 *)NULL; } } // DMCore.Logic.CPindanManager/CJoinOrder DMCore.Logic.CPindanManager::GetJoinUnit(System.Int32) extern "C" IL2CPP_METHOD_ATTR CJoinOrder_t2808368020 * CPindanManager_GetJoinUnit_m3605266873 (CPindanManager_t730261733 * __this, int32_t ____index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_GetJoinUnit_m3605266873_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t4280442762 * L_0 = __this->get_m_joinList_9(); if (!L_0) { goto IL_0030; } } { int32_t L_1 = ____index0; if ((((int32_t)0) > ((int32_t)L_1))) { goto IL_0030; } } { int32_t L_2 = ____index0; List_1_t4280442762 * L_3 = __this->get_m_joinList_9(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m4136316213(L_3, /*hidden argument*/List_1_get_Count_m4136316213_RuntimeMethod_var); if ((((int32_t)L_2) >= ((int32_t)L_4))) { goto IL_0030; } } { List_1_t4280442762 * L_5 = __this->get_m_joinList_9(); int32_t L_6 = ____index0; NullCheck(L_5); CJoinOrder_t2808368020 * L_7 = List_1_get_Item_m470174962(L_5, L_6, /*hidden argument*/List_1_get_Item_m470174962_RuntimeMethod_var); return L_7; } IL_0030: { return (CJoinOrder_t2808368020 *)NULL; } } // System.Void DMCore.Logic.CPindanManager::RequestPinShopList() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_RequestPinShopList_m508754758 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_RequestPinShopList_m508754758_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1736), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPindanManager::RequestPindanList(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_RequestPindanList_m57040852 (CPindanManager_t730261733 * __this, int32_t ____configId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_RequestPindanList_m57040852_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1732), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ____configId0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPindanManager::RequestStartPindan(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_RequestStartPindan_m2694033849 (CPindanManager_t730261733 * __this, int32_t ____configId0, int32_t ____amount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_RequestStartPindan_m2694033849_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1730), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ____configId0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ____amount1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPindanManager::RequestJoinPindan(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_RequestJoinPindan_m4024422437 (CPindanManager_t730261733 * __this, int32_t ____pinId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_RequestJoinPindan_m4024422437_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1731), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ____pinId0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPindanManager::OnInvitingPindan(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_OnInvitingPindan_m1601866986 (CPindanManager_t730261733 * __this, CDataArray_t4068198041 * ____data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_OnInvitingPindan_m1601866986_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int64_t V_4 = 0; String_t* V_5 = NULL; { CDataArray_t4068198041 * L_0 = ____data0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)1733), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPindanManager_t730261733_il2cpp_TypeInfo_var); CPindanManager_t730261733 * L_4 = CPindanManager_GetInstance_m2107485280(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CPindanManager_get_CurrentPindanID_m895519460(L_4, /*hidden argument*/NULL); NullCheck(L_3); CDataArray_Push_m3820844360(L_3, L_5, /*hidden argument*/NULL); V_1 = 0; CDataArray_t4068198041 * L_6 = ____data0; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = CDataArray_GetInt_m1111369473(L_6, L_7, 0, /*hidden argument*/NULL); V_2 = L_8; CDataArray_t4068198041 * L_9 = V_0; int32_t L_10 = V_2; NullCheck(L_9); CDataArray_Push_m3820844360(L_9, L_10, /*hidden argument*/NULL); V_3 = 0; goto IL_006e; } IL_0041: { CDataArray_t4068198041 * L_11 = ____data0; int32_t L_12 = V_1; int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); V_1 = L_13; NullCheck(L_11); int64_t L_14 = CDataArray_GetLong_m4094450536(L_11, L_13, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_4 = L_14; CDataArray_t4068198041 * L_15 = ____data0; int32_t L_16 = V_1; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); V_1 = L_17; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_15); String_t* L_19 = CDataArray_GetWideStr_m3532563229(L_15, L_17, L_18, /*hidden argument*/NULL); V_5 = L_19; CDataArray_t4068198041 * L_20 = V_0; int64_t L_21 = V_4; NullCheck(L_20); CDataArray_Push_m3799896857(L_20, L_21, /*hidden argument*/NULL); int32_t L_22 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_006e: { int32_t L_23 = V_3; int32_t L_24 = V_2; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0041; } } { CDataArray_t4068198041 * L_25 = V_0; NullCheck(L_25); CDataArray_Flush_m1077150699(L_25, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPindanManager::OnClearingInvite() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_OnClearingInvite_m4141582414 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_OnClearingInvite_m4141582414_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; int32_t V_1 = 0; { List_1_t128053199 * L_0 = __this->get_m_selectPIdList_11(); if (!L_0) { goto IL_0072; } } { List_1_t128053199 * L_1 = __this->get_m_selectPIdList_11(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m186164705(L_1, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0072; } } { CDataArray_t4068198041 * L_3 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_3, /*hidden argument*/NULL); V_0 = L_3; CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, ((int32_t)1734), /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; List_1_t128053199 * L_6 = __this->get_m_selectPIdList_11(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m186164705(L_6, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); NullCheck(L_5); CDataArray_Push_m3820844360(L_5, L_7, /*hidden argument*/NULL); V_1 = 0; goto IL_005b; } IL_0045: { CDataArray_t4068198041 * L_8 = V_0; List_1_t128053199 * L_9 = __this->get_m_selectPIdList_11(); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = List_1_get_Item_m888956288(L_9, L_10, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); NullCheck(L_8); CDataArray_Push_m3820844360(L_8, 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_005b: { int32_t L_13 = V_1; List_1_t128053199 * L_14 = __this->get_m_selectPIdList_11(); NullCheck(L_14); int32_t L_15 = List_1_get_Count_m186164705(L_14, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0045; } } { CDataArray_t4068198041 * L_16 = V_0; NullCheck(L_16); CDataArray_Flush_m1077150699(L_16, /*hidden argument*/NULL); } IL_0072: { return; } } // System.Void DMCore.Logic.CPindanManager::RequestInvitedList() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_RequestInvitedList_m3313710067 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_RequestInvitedList_m3313710067_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1735), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPindanManager::RequestCompletedList() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_RequestCompletedList_m1738347339 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_RequestCompletedList_m1738347339_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1737), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPindanManager::OnDeletingComplete() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_OnDeletingComplete_m3368972504 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_OnDeletingComplete_m3368972504_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; int32_t V_1 = 0; { List_1_t128053199 * L_0 = __this->get_m_selectPIdList_11(); if (!L_0) { goto IL_0072; } } { List_1_t128053199 * L_1 = __this->get_m_selectPIdList_11(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m186164705(L_1, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0072; } } { CDataArray_t4068198041 * L_3 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_3, /*hidden argument*/NULL); V_0 = L_3; CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, ((int32_t)1738), /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; List_1_t128053199 * L_6 = __this->get_m_selectPIdList_11(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m186164705(L_6, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); NullCheck(L_5); CDataArray_Push_m3820844360(L_5, L_7, /*hidden argument*/NULL); V_1 = 0; goto IL_005b; } IL_0045: { CDataArray_t4068198041 * L_8 = V_0; List_1_t128053199 * L_9 = __this->get_m_selectPIdList_11(); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = List_1_get_Item_m888956288(L_9, L_10, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); NullCheck(L_8); CDataArray_Push_m3820844360(L_8, 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_005b: { int32_t L_13 = V_1; List_1_t128053199 * L_14 = __this->get_m_selectPIdList_11(); NullCheck(L_14); int32_t L_15 = List_1_get_Count_m186164705(L_14, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0045; } } { CDataArray_t4068198041 * L_16 = V_0; NullCheck(L_16); CDataArray_Flush_m1077150699(L_16, /*hidden argument*/NULL); } IL_0072: { return; } } // System.Void DMCore.Logic.CPindanManager::RequestJoinList() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_RequestJoinList_m3273036075 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_RequestJoinList_m3273036075_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1739), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPindanManager::RegisterWatcherRefresh(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_RegisterWatcherRefresh_m676214530 (CPindanManager_t730261733 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_m_refreshPage_12(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_AddWatcher_m1530082036(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPindanManager::RemoveWatcherRefresh(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_RemoveWatcherRefresh_m3190865316 (CPindanManager_t730261733 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_m_refreshPage_12(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_RemoveWatcher_m2309964606(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPindanManager::RegisterToCheckList(UICheckbox) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_RegisterToCheckList_m2418550901 (CPindanManager_t730261733 * __this, UICheckbox_t2276134195 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_RegisterToCheckList_m2418550901_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3748208937 * L_0 = __this->get_m_checkboxList_10(); if (!L_0) { goto IL_0034; } } { UICheckbox_t2276134195 * L_1 = ___item0; 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_0034; } } { List_1_t3748208937 * L_3 = __this->get_m_checkboxList_10(); UICheckbox_t2276134195 * L_4 = ___item0; NullCheck(L_3); bool L_5 = List_1_Contains_m1418201914(L_3, L_4, /*hidden argument*/List_1_Contains_m1418201914_RuntimeMethod_var); if (L_5) { goto IL_0034; } } { List_1_t3748208937 * L_6 = __this->get_m_checkboxList_10(); UICheckbox_t2276134195 * L_7 = ___item0; NullCheck(L_6); List_1_Add_m4183378465(L_6, L_7, /*hidden argument*/List_1_Add_m4183378465_RuntimeMethod_var); } IL_0034: { return; } } // System.Void DMCore.Logic.CPindanManager::ClearCheckAlllist() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_ClearCheckAlllist_m2874920914 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_ClearCheckAlllist_m2874920914_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3748208937 * L_0 = __this->get_m_checkboxList_10(); if (!L_0) { goto IL_0016; } } { List_1_t3748208937 * L_1 = __this->get_m_checkboxList_10(); NullCheck(L_1); List_1_Clear_m2545368020(L_1, /*hidden argument*/List_1_Clear_m2545368020_RuntimeMethod_var); } IL_0016: { return; } } // System.Void DMCore.Logic.CPindanManager::SetCheckState(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_SetCheckState_m2027954099 (CPindanManager_t730261733 * __this, bool ____state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_SetCheckState_m2027954099_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { List_1_t3748208937 * L_0 = __this->get_m_checkboxList_10(); if (!L_0) { goto IL_0039; } } { V_0 = 0; goto IL_0028; } IL_0012: { List_1_t3748208937 * L_1 = __this->get_m_checkboxList_10(); int32_t L_2 = V_0; NullCheck(L_1); UICheckbox_t2276134195 * L_3 = List_1_get_Item_m4118978138(L_1, L_2, /*hidden argument*/List_1_get_Item_m4118978138_RuntimeMethod_var); bool L_4 = ____state0; NullCheck(L_3); UICheckbox_set_isChecked_m1641198106(L_3, L_4, /*hidden argument*/NULL); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0028: { int32_t L_6 = V_0; List_1_t3748208937 * L_7 = __this->get_m_checkboxList_10(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_m3126000998(L_7, /*hidden argument*/List_1_get_Count_m3126000998_RuntimeMethod_var); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0012; } } IL_0039: { return; } } // System.Void DMCore.Logic.CPindanManager::ResetCheckAllData() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_ResetCheckAllData_m1979816422 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { { CPindanManager_ClearCheckAlllist_m2874920914(__this, /*hidden argument*/NULL); CPindanManager_ClearSelectlist_m3043218085(__this, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.CPindanManager::get_SelectedCnt() extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_get_SelectedCnt_m684433490 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_get_SelectedCnt_m684433490_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t128053199 * L_0 = __this->get_m_selectPIdList_11(); if (!L_0) { goto IL_001b; } } { List_1_t128053199 * L_1 = __this->get_m_selectPIdList_11(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m186164705(L_1, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.Boolean DMCore.Logic.CPindanManager::IsCheckAll() extern "C" IL2CPP_METHOD_ATTR bool CPindanManager_IsCheckAll_m2576278024 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_IsCheckAll_m2576278024_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; int32_t G_B6_0 = 0; { List_1_t3748208937 * L_0 = __this->get_m_checkboxList_10(); if (L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_001c; } IL_0011: { List_1_t3748208937 * L_1 = __this->get_m_checkboxList_10(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m3126000998(L_1, /*hidden argument*/List_1_get_Count_m3126000998_RuntimeMethod_var); G_B3_0 = L_2; } IL_001c: { V_0 = G_B3_0; int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPindanManager_t730261733_il2cpp_TypeInfo_var); CPindanManager_t730261733 * L_4 = CPindanManager_GetInstance_m2107485280(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CPindanManager_get_SelectedCnt_m684433490(L_4, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_0033; } } { G_B6_0 = 1; goto IL_0034; } IL_0033: { G_B6_0 = 0; } IL_0034: { return (bool)G_B6_0; } } // System.Void DMCore.Logic.CPindanManager::AddToSelectlist(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_AddToSelectlist_m1214924740 (CPindanManager_t730261733 * __this, int32_t ____nId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_AddToSelectlist_m1214924740_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_selectPIdList_11(); if (!L_0) { goto IL_0028; } } { List_1_t128053199 * L_1 = __this->get_m_selectPIdList_11(); int32_t L_2 = ____nId0; NullCheck(L_1); bool L_3 = List_1_Contains_m2263725670(L_1, L_2, /*hidden argument*/List_1_Contains_m2263725670_RuntimeMethod_var); if (L_3) { goto IL_0028; } } { List_1_t128053199 * L_4 = __this->get_m_selectPIdList_11(); int32_t L_5 = ____nId0; NullCheck(L_4); List_1_Add_m697420525(L_4, L_5, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_0028: { return; } } // System.Void DMCore.Logic.CPindanManager::RemoveFromSelectlist(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_RemoveFromSelectlist_m2530080511 (CPindanManager_t730261733 * __this, int32_t ____nId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_RemoveFromSelectlist_m2530080511_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_selectPIdList_11(); if (!L_0) { goto IL_0029; } } { List_1_t128053199 * L_1 = __this->get_m_selectPIdList_11(); int32_t L_2 = ____nId0; NullCheck(L_1); bool L_3 = List_1_Contains_m2263725670(L_1, L_2, /*hidden argument*/List_1_Contains_m2263725670_RuntimeMethod_var); if (!L_3) { goto IL_0029; } } { List_1_t128053199 * L_4 = __this->get_m_selectPIdList_11(); int32_t L_5 = ____nId0; NullCheck(L_4); List_1_Remove_m3037048099(L_4, L_5, /*hidden argument*/List_1_Remove_m3037048099_RuntimeMethod_var); } IL_0029: { return; } } // System.Void DMCore.Logic.CPindanManager::ClearSelectlist() extern "C" IL2CPP_METHOD_ATTR void CPindanManager_ClearSelectlist_m3043218085 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPindanManager_ClearSelectlist_m3043218085_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_selectPIdList_11(); if (!L_0) { goto IL_0016; } } { List_1_t128053199 * L_1 = __this->get_m_selectPIdList_11(); NullCheck(L_1); List_1_Clear_m2269680114(L_1, /*hidden argument*/List_1_Clear_m2269680114_RuntimeMethod_var); } IL_0016: { return; } } // System.Void DMCore.Logic.CPindanManager::SetBuyShop(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_SetBuyShop_m3356888589 (CPindanManager_t730261733 * __this, int32_t ____shopID0, const RuntimeMethod* method) { { int32_t L_0 = ____shopID0; __this->set_m_buyShopID_14(L_0); return; } } // System.Int32 DMCore.Logic.CPindanManager::get_BuyShopID() extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_get_BuyShopID_m1035520838 (CPindanManager_t730261733 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_buyShopID_14(); return L_0; } } // System.Void DMCore.Logic.CPindanManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPindanManager__cctor_m2832555776 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPindanManager/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CAppendCompleteU3Ec__AnonStorey1__ctor_m1477171261 (U3CAppendCompleteU3Ec__AnonStorey1_t2563700040 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CPindanManager/c__AnonStorey1::<>m__0(DMCore.Logic.CPindanManager/CompletePindan) extern "C" IL2CPP_METHOD_ATTR bool U3CAppendCompleteU3Ec__AnonStorey1_U3CU3Em__0_m331827626 (U3CAppendCompleteU3Ec__AnonStorey1_t2563700040 * __this, CompletePindan_t1453403050 * ___x0, const RuntimeMethod* method) { { CompletePindan_t1453403050 * L_0 = __this->get__item_0(); NullCheck(L_0); int32_t L_1 = L_0->get_pinID_0(); CompletePindan_t1453403050 * L_2 = ___x0; NullCheck(L_2); int32_t L_3 = L_2->get_pinID_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPindanManager/c__AnonStorey2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CAppendInviteU3Ec__AnonStorey2__ctor_m1415708066 (U3CAppendInviteU3Ec__AnonStorey2_t2281905488 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CPindanManager/c__AnonStorey2::<>m__0(DMCore.Logic.CPindanManager/CInvitePindan) extern "C" IL2CPP_METHOD_ATTR bool U3CAppendInviteU3Ec__AnonStorey2_U3CU3Em__0_m3140207074 (U3CAppendInviteU3Ec__AnonStorey2_t2281905488 * __this, CInvitePindan_t886476559 * ___y0, const RuntimeMethod* method) { { CInvitePindan_t886476559 * L_0 = __this->get__item_0(); NullCheck(L_0); int32_t L_1 = L_0->get_pinID_0(); CInvitePindan_t886476559 * L_2 = ___y0; NullCheck(L_2); int32_t L_3 = L_2->get_pinID_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPindanManager/c__AnonStorey4::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetPindanInfoByIDU3Ec__AnonStorey4__ctor_m1780691965 (U3CGetPindanInfoByIDU3Ec__AnonStorey4_t3612384775 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CPindanManager/c__AnonStorey4::<>m__0(DMCore.Logic.CPindanManager/CPindanOrder) extern "C" IL2CPP_METHOD_ATTR bool U3CGetPindanInfoByIDU3Ec__AnonStorey4_U3CU3Em__0_m151690935 (U3CGetPindanInfoByIDU3Ec__AnonStorey4_t3612384775 * __this, CPindanOrder_t1572097121 * ___y0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__pinId_0(); CPindanOrder_t1572097121 * L_1 = ___y0; NullCheck(L_1); int32_t L_2 = L_1->get_pinID_0(); return (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPindanManager/c__AnonStorey3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetShopInfoByIDU3Ec__AnonStorey3__ctor_m927066126 (U3CGetShopInfoByIDU3Ec__AnonStorey3_t1794427239 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CPindanManager/c__AnonStorey3::<>m__0(DMCore.Logic.CPindanManager/CPindanShop) extern "C" IL2CPP_METHOD_ATTR bool U3CGetShopInfoByIDU3Ec__AnonStorey3_U3CU3Em__0_m3987957941 (U3CGetShopInfoByIDU3Ec__AnonStorey3_t1794427239 * __this, CPindanShop_t4113161522 * ___x0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__Id_0(); CPindanShop_t4113161522 * L_1 = ___x0; NullCheck(L_1); int32_t L_2 = L_1->get_configID_0(); return (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPindanManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CIsExistU3Ec__AnonStorey0__ctor_m2916190407 (U3CIsExistU3Ec__AnonStorey0_t3207749389 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CPindanManager/c__AnonStorey0::<>m__0(DMCore.Logic.CPindanManager/CPindanShop) extern "C" IL2CPP_METHOD_ATTR bool U3CIsExistU3Ec__AnonStorey0_U3CU3Em__0_m3617980094 (U3CIsExistU3Ec__AnonStorey0_t3207749389 * __this, CPindanShop_t4113161522 * ___x0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__configID_0(); CPindanShop_t4113161522 * L_1 = ___x0; NullCheck(L_1); int32_t L_2 = L_1->get_configID_0(); return (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPindanManager/c__AnonStorey5::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CIsJoinPindanU3Ec__AnonStorey5__ctor_m3499109509 (U3CIsJoinPindanU3Ec__AnonStorey5_t1965885762 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CPindanManager/c__AnonStorey5::<>m__0(DMCore.Logic.CPindanManager/CJoinOrder) extern "C" IL2CPP_METHOD_ATTR bool U3CIsJoinPindanU3Ec__AnonStorey5_U3CU3Em__0_m3906700613 (U3CIsJoinPindanU3Ec__AnonStorey5_t1965885762 * __this, CJoinOrder_t2808368020 * ___item0, const RuntimeMethod* method) { { CJoinOrder_t2808368020 * L_0 = ___item0; NullCheck(L_0); int32_t* L_1 = L_0->get_address_of_confidId_1(); int32_t L_2 = __this->get__configID_0(); bool L_3 = Int32_Equals_m2976157357(L_1, L_2, /*hidden argument*/NULL); return L_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.Logic.CPindanManager/CInvitePindan::.ctor() extern "C" IL2CPP_METHOD_ATTR void CInvitePindan__ctor_m2142456603 (CInvitePindan_t886476559 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPindanManager/CJoinOrder::.ctor() extern "C" IL2CPP_METHOD_ATTR void CJoinOrder__ctor_m1003046727 (CJoinOrder_t2808368020 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPindanManager/CompletePindan::.ctor() extern "C" IL2CPP_METHOD_ATTR void CompletePindan__ctor_m910375160 (CompletePindan_t1453403050 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPindanManager/CPindanOrder::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPindanOrder__ctor_m2951264957 (CPindanOrder_t1572097121 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPindanManager/CPindanShop::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPindanShop__ctor_m1853695245 (CPindanShop_t4113161522 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.cPingDataList::.ctor() extern "C" IL2CPP_METHOD_ATTR void cPingDataList__ctor_m1305606946 (cPingDataList_t1861597238 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cPingDataList__ctor_m1305606946_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__userID_0((((int64_t)((int64_t)0)))); __this->set__sex_1((-1)); __this->set__bChange_5((bool)0); __this->set__selected_3(0); List_1_t293923529 * L_0 = (List_1_t293923529 *)il2cpp_codegen_object_new(List_1_t293923529_il2cpp_TypeInfo_var); List_1__ctor_m4031809308(L_0, /*hidden argument*/List_1__ctor_m4031809308_RuntimeMethod_var); __this->set__pingList_4(L_0); return; } } // System.Void DMCore.Logic.cPingDataList::SetSelected(System.Int32) extern "C" IL2CPP_METHOD_ATTR void cPingDataList_SetSelected_m2719545185 (cPingDataList_t1861597238 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (cPingDataList_SetSelected_m2719545185_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t293923529 * L_0 = __this->get__pingList_4(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2867210446(L_0, /*hidden argument*/List_1_get_Count_m2867210446_RuntimeMethod_var); int32_t L_2 = ___index0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0023; } } { List_1_t293923529 * L_3 = __this->get__pingList_4(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = List_1_get_Item_m4236067140(L_3, L_4, /*hidden argument*/List_1_get_Item_m4236067140_RuntimeMethod_var); __this->set__selected_3(L_5); } IL_0023: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.cPingSelectedData::.ctor() extern "C" IL2CPP_METHOD_ATTR void cPingSelectedData__ctor_m2824607118 (cPingSelectedData_t1229964886 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPlayerInviteTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPlayerInviteTable__ctor_m1756327614 (CPlayerInviteTable_t2496984219 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerInviteTable__ctor_m1756327614_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t4093334610 * L_0 = (List_1_t4093334610 *)il2cpp_codegen_object_new(List_1_t4093334610_il2cpp_TypeInfo_var); List_1__ctor_m856425739(L_0, /*hidden argument*/List_1__ctor_m856425739_RuntimeMethod_var); __this->set_s_listRequest_2(L_0); __this->set_s_bChanged_3((bool)0); return; } } // DMCore.Logic.CPlayerInviteTable DMCore.Logic.CPlayerInviteTable::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPlayerInviteTable_t2496984219 * CPlayerInviteTable_GetInstance_m1907975491 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerInviteTable_GetInstance_m1907975491_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPlayerInviteTable_t2496984219_il2cpp_TypeInfo_var); CPlayerInviteTable_t2496984219 * L_0 = ((CPlayerInviteTable_t2496984219_StaticFields*)il2cpp_codegen_static_fields_for(CPlayerInviteTable_t2496984219_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CPlayerInviteTable_t2496984219_il2cpp_TypeInfo_var); CPlayerInviteTable_t2496984219 * L_1 = ((CPlayerInviteTable_t2496984219_StaticFields*)il2cpp_codegen_static_fields_for(CPlayerInviteTable_t2496984219_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_1; } IL_0010: { CPlayerInviteTable_t2496984219 * L_2 = (CPlayerInviteTable_t2496984219 *)il2cpp_codegen_object_new(CPlayerInviteTable_t2496984219_il2cpp_TypeInfo_var); CPlayerInviteTable__ctor_m1756327614(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPlayerInviteTable_t2496984219_il2cpp_TypeInfo_var); ((CPlayerInviteTable_t2496984219_StaticFields*)il2cpp_codegen_static_fields_for(CPlayerInviteTable_t2496984219_il2cpp_TypeInfo_var))->set_s_Instance_1(L_2); CPlayerInviteTable_t2496984219 * L_3 = ((CPlayerInviteTable_t2496984219_StaticFields*)il2cpp_codegen_static_fields_for(CPlayerInviteTable_t2496984219_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_3; } } // DMCore.Logic.CPlayerInviteTable/enumInviteType DMCore.Logic.CPlayerInviteTable::get_InviteType() extern "C" IL2CPP_METHOD_ATTR int32_t CPlayerInviteTable_get_InviteType_m3735348029 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerInviteTable_get_InviteType_m3735348029_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPlayerInviteTable_t2496984219_il2cpp_TypeInfo_var); int32_t L_0 = ((CPlayerInviteTable_t2496984219_StaticFields*)il2cpp_codegen_static_fields_for(CPlayerInviteTable_t2496984219_il2cpp_TypeInfo_var))->get_U3CInviteTypeU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CPlayerInviteTable::set_InviteType(DMCore.Logic.CPlayerInviteTable/enumInviteType) extern "C" IL2CPP_METHOD_ATTR void CPlayerInviteTable_set_InviteType_m3633040366 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerInviteTable_set_InviteType_m3633040366_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CPlayerInviteTable_t2496984219_il2cpp_TypeInfo_var); ((CPlayerInviteTable_t2496984219_StaticFields*)il2cpp_codegen_static_fields_for(CPlayerInviteTable_t2496984219_il2cpp_TypeInfo_var))->set_U3CInviteTypeU3Ek__BackingField_0(L_0); return; } } // System.Boolean DMCore.Logic.CPlayerInviteTable::IfChanged() extern "C" IL2CPP_METHOD_ATTR bool CPlayerInviteTable_IfChanged_m2924556519 (CPlayerInviteTable_t2496984219 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_s_bChanged_3(); return L_0; } } // System.Void DMCore.Logic.CPlayerInviteTable::SetChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPlayerInviteTable_SetChanged_m3901408392 (CPlayerInviteTable_t2496984219 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_s_bChanged_3(L_0); return; } } // System.Int32 DMCore.Logic.CPlayerInviteTable::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPlayerInviteTable_GetCount_m947418519 (CPlayerInviteTable_t2496984219 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerInviteTable_GetCount_m947418519_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t4093334610 * L_0 = __this->get_s_listRequest_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m82465251(L_0, /*hidden argument*/List_1_get_Count_m82465251_RuntimeMethod_var); return L_1; } } // DMCore.Logic.CFriendInfo DMCore.Logic.CPlayerInviteTable::GetPlayer(System.Int32) extern "C" IL2CPP_METHOD_ATTR CFriendInfo_t2621259868 * CPlayerInviteTable_GetPlayer_m2306940760 (CPlayerInviteTable_t2496984219 * __this, int32_t ___nIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerInviteTable_GetPlayer_m2306940760_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0013; } } { int32_t L_1 = CPlayerInviteTable_GetCount_m947418519(__this, /*hidden argument*/NULL); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) > ((int32_t)L_2))) { goto IL_0015; } } IL_0013: { return (CFriendInfo_t2621259868 *)NULL; } IL_0015: { List_1_t4093334610 * L_3 = __this->get_s_listRequest_2(); int32_t L_4 = ___nIndex0; NullCheck(L_3); CFriendInfo_t2621259868 * L_5 = List_1_get_Item_m159214399(L_3, L_4, /*hidden argument*/List_1_get_Item_m159214399_RuntimeMethod_var); return L_5; } } // System.Void DMCore.Logic.CPlayerInviteTable::Add(DMCore.Logic.CFriendInfo) extern "C" IL2CPP_METHOD_ATTR void CPlayerInviteTable_Add_m2140640641 (CPlayerInviteTable_t2496984219 * __this, CFriendInfo_t2621259868 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerInviteTable_Add_m2140640641_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CFriendInfo_t2621259868 * L_0 = ___info0; NullCheck(L_0); int64_t L_1 = L_0->get__userID_1(); int32_t L_2 = CPlayerInviteTable_FindIndex_m2933493536(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_0025; } } { List_1_t4093334610 * L_4 = __this->get_s_listRequest_2(); CFriendInfo_t2621259868 * L_5 = ___info0; NullCheck(L_4); List_1_Add_m2717423885(L_4, L_5, /*hidden argument*/List_1_Add_m2717423885_RuntimeMethod_var); goto IL_0037; } IL_0025: { List_1_t4093334610 * L_6 = __this->get_s_listRequest_2(); int32_t L_7 = V_0; NullCheck(L_6); CFriendInfo_t2621259868 * L_8 = List_1_get_Item_m159214399(L_6, L_7, /*hidden argument*/List_1_get_Item_m159214399_RuntimeMethod_var); CFriendInfo_t2621259868 * L_9 = ___info0; NullCheck(L_8); CFriendInfo_Copy_m3525676042(L_8, L_9, /*hidden argument*/NULL); } IL_0037: { CPlayerInviteTable_SetChanged_m3901408392(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPlayerInviteTable::Pop(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPlayerInviteTable_Pop_m2392978888 (CPlayerInviteTable_t2496984219 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerInviteTable_Pop_m2392978888_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int64_t L_0 = ___userID0; int32_t L_1 = CPlayerInviteTable_FindIndex_m2933493536(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0022; } } { List_1_t4093334610 * L_3 = __this->get_s_listRequest_2(); int32_t L_4 = V_0; NullCheck(L_3); List_1_RemoveAt_m946341042(L_3, L_4, /*hidden argument*/List_1_RemoveAt_m946341042_RuntimeMethod_var); CPlayerInviteTable_SetChanged_m3901408392(__this, (bool)1, /*hidden argument*/NULL); } IL_0022: { return; } } // System.Void DMCore.Logic.CPlayerInviteTable::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPlayerInviteTable_ClearAll_m3583706556 (CPlayerInviteTable_t2496984219 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerInviteTable_ClearAll_m3583706556_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t4093334610 * L_0 = __this->get_s_listRequest_2(); NullCheck(L_0); List_1_Clear_m837759940(L_0, /*hidden argument*/List_1_Clear_m837759940_RuntimeMethod_var); List_1_t4093334610 * L_1 = (List_1_t4093334610 *)il2cpp_codegen_object_new(List_1_t4093334610_il2cpp_TypeInfo_var); List_1__ctor_m856425739(L_1, /*hidden argument*/List_1__ctor_m856425739_RuntimeMethod_var); __this->set_s_listRequest_2(L_1); CPlayerInviteTable_SetChanged_m3901408392(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.CPlayerInviteTable::FindIndex(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t CPlayerInviteTable_FindIndex_m2933493536 (CPlayerInviteTable_t2496984219 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerInviteTable_FindIndex_m2933493536_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0024; } IL_0007: { int64_t L_0 = ___userID0; List_1_t4093334610 * L_1 = __this->get_s_listRequest_2(); int32_t L_2 = V_0; NullCheck(L_1); CFriendInfo_t2621259868 * L_3 = List_1_get_Item_m159214399(L_1, L_2, /*hidden argument*/List_1_get_Item_m159214399_RuntimeMethod_var); NullCheck(L_3); int64_t L_4 = L_3->get__userID_1(); if ((!(((uint64_t)L_0) == ((uint64_t)L_4)))) { goto IL_0020; } } { int32_t L_5 = V_0; return L_5; } IL_0020: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0024: { int32_t L_7 = V_0; List_1_t4093334610 * L_8 = __this->get_s_listRequest_2(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m82465251(L_8, /*hidden argument*/List_1_get_Count_m82465251_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0007; } } { return (-1); } } // System.Void DMCore.Logic.CPlayerInviteTable::RequestInviteList() extern "C" IL2CPP_METHOD_ATTR void CPlayerInviteTable_RequestInviteList_m961349552 (CPlayerInviteTable_t2496984219 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerInviteTable_RequestInviteList_m961349552_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1018), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.CPlayerInviteTable::GetSelectedCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPlayerInviteTable_GetSelectedCount_m1819634548 (CPlayerInviteTable_t2496984219 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerInviteTable_GetSelectedCount_m1819634548_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; V_1 = 0; List_1_t4093334610 * L_0 = __this->get_s_listRequest_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m82465251(L_0, /*hidden argument*/List_1_get_Count_m82465251_RuntimeMethod_var); V_2 = L_1; goto IL_0033; } IL_0015: { List_1_t4093334610 * L_2 = __this->get_s_listRequest_2(); int32_t L_3 = V_1; NullCheck(L_2); CFriendInfo_t2621259868 * L_4 = List_1_get_Item_m159214399(L_2, L_3, /*hidden argument*/List_1_get_Item_m159214399_RuntimeMethod_var); NullCheck(L_4); bool L_5 = L_4->get__IsSelected_9(); if (!L_5) { goto IL_002f; } } { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_002f: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0033: { int32_t L_8 = V_1; int32_t L_9 = V_2; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0015; } } { int32_t L_10 = V_0; return L_10; } } // System.Void DMCore.Logic.CPlayerInviteTable::SetInviteUnSelectedAll() extern "C" IL2CPP_METHOD_ATTR void CPlayerInviteTable_SetInviteUnSelectedAll_m1076874239 (CPlayerInviteTable_t2496984219 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerInviteTable_SetInviteUnSelectedAll_m1076874239_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; List_1_t4093334610 * L_0 = __this->get_s_listRequest_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m82465251(L_0, /*hidden argument*/List_1_get_Count_m82465251_RuntimeMethod_var); V_1 = L_1; goto IL_003f; } IL_0013: { List_1_t4093334610 * L_2 = __this->get_s_listRequest_2(); int32_t L_3 = V_0; NullCheck(L_2); CFriendInfo_t2621259868 * L_4 = List_1_get_Item_m159214399(L_2, L_3, /*hidden argument*/List_1_get_Item_m159214399_RuntimeMethod_var); NullCheck(L_4); bool L_5 = L_4->get__IsSelected_9(); if (!L_5) { goto IL_003b; } } { List_1_t4093334610 * L_6 = __this->get_s_listRequest_2(); int32_t L_7 = V_0; NullCheck(L_6); CFriendInfo_t2621259868 * L_8 = List_1_get_Item_m159214399(L_6, L_7, /*hidden argument*/List_1_get_Item_m159214399_RuntimeMethod_var); NullCheck(L_8); L_8->set__IsSelected_9((bool)0); } IL_003b: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003f: { int32_t L_10 = V_0; int32_t L_11 = V_1; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0013; } } { return; } } // System.Void DMCore.Logic.CPlayerInviteTable::ResetSendInviteTimesAll() extern "C" IL2CPP_METHOD_ATTR void CPlayerInviteTable_ResetSendInviteTimesAll_m1632299395 (CPlayerInviteTable_t2496984219 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerInviteTable_ResetSendInviteTimesAll_m1632299395_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; List_1_t4093334610 * L_0 = __this->get_s_listRequest_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m82465251(L_0, /*hidden argument*/List_1_get_Count_m82465251_RuntimeMethod_var); V_1 = L_1; goto IL_0029; } IL_0013: { List_1_t4093334610 * L_2 = __this->get_s_listRequest_2(); int32_t L_3 = V_0; NullCheck(L_2); CFriendInfo_t2621259868 * L_4 = List_1_get_Item_m159214399(L_2, L_3, /*hidden argument*/List_1_get_Item_m159214399_RuntimeMethod_var); NullCheck(L_4); L_4->set__SendInviteTimes_10(0); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0029: { int32_t L_6 = V_0; int32_t L_7 = V_1; if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0013; } } { return; } } // System.Void DMCore.Logic.CPlayerInviteTable::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPlayerInviteTable__cctor_m1003122662 (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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPlayerSearchTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPlayerSearchTable__ctor_m918831340 (CPlayerSearchTable_t1089245632 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerSearchTable__ctor_m918831340_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t4093334610 * L_0 = (List_1_t4093334610 *)il2cpp_codegen_object_new(List_1_t4093334610_il2cpp_TypeInfo_var); List_1__ctor_m856425739(L_0, /*hidden argument*/List_1__ctor_m856425739_RuntimeMethod_var); __this->set_s_listRequest_1(L_0); __this->set_s_bChanged_2((bool)0); return; } } // DMCore.Logic.CPlayerSearchTable DMCore.Logic.CPlayerSearchTable::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPlayerSearchTable_t1089245632 * CPlayerSearchTable_GetInstance_m2025896924 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerSearchTable_GetInstance_m2025896924_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPlayerSearchTable_t1089245632_il2cpp_TypeInfo_var); CPlayerSearchTable_t1089245632 * L_0 = ((CPlayerSearchTable_t1089245632_StaticFields*)il2cpp_codegen_static_fields_for(CPlayerSearchTable_t1089245632_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CPlayerSearchTable_t1089245632_il2cpp_TypeInfo_var); CPlayerSearchTable_t1089245632 * L_1 = ((CPlayerSearchTable_t1089245632_StaticFields*)il2cpp_codegen_static_fields_for(CPlayerSearchTable_t1089245632_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_1; } IL_0010: { CPlayerSearchTable_t1089245632 * L_2 = (CPlayerSearchTable_t1089245632 *)il2cpp_codegen_object_new(CPlayerSearchTable_t1089245632_il2cpp_TypeInfo_var); CPlayerSearchTable__ctor_m918831340(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPlayerSearchTable_t1089245632_il2cpp_TypeInfo_var); ((CPlayerSearchTable_t1089245632_StaticFields*)il2cpp_codegen_static_fields_for(CPlayerSearchTable_t1089245632_il2cpp_TypeInfo_var))->set_s_Instance_0(L_2); CPlayerSearchTable_t1089245632 * L_3 = ((CPlayerSearchTable_t1089245632_StaticFields*)il2cpp_codegen_static_fields_for(CPlayerSearchTable_t1089245632_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_3; } } // System.Boolean DMCore.Logic.CPlayerSearchTable::IfChanged() extern "C" IL2CPP_METHOD_ATTR bool CPlayerSearchTable_IfChanged_m3821310821 (CPlayerSearchTable_t1089245632 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_s_bChanged_2(); return L_0; } } // System.Void DMCore.Logic.CPlayerSearchTable::SetChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPlayerSearchTable_SetChanged_m4077302533 (CPlayerSearchTable_t1089245632 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_s_bChanged_2(L_0); return; } } // System.Int32 DMCore.Logic.CPlayerSearchTable::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPlayerSearchTable_GetCount_m1289136091 (CPlayerSearchTable_t1089245632 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerSearchTable_GetCount_m1289136091_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t4093334610 * L_0 = __this->get_s_listRequest_1(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m82465251(L_0, /*hidden argument*/List_1_get_Count_m82465251_RuntimeMethod_var); return L_1; } } // DMCore.Logic.CFriendInfo DMCore.Logic.CPlayerSearchTable::GetPlayer(System.Int32) extern "C" IL2CPP_METHOD_ATTR CFriendInfo_t2621259868 * CPlayerSearchTable_GetPlayer_m3134768689 (CPlayerSearchTable_t1089245632 * __this, int32_t ___nIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerSearchTable_GetPlayer_m3134768689_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nIndex0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0013; } } { int32_t L_1 = CPlayerSearchTable_GetCount_m1289136091(__this, /*hidden argument*/NULL); int32_t L_2 = ___nIndex0; if ((((int32_t)L_1) > ((int32_t)L_2))) { goto IL_0015; } } IL_0013: { return (CFriendInfo_t2621259868 *)NULL; } IL_0015: { List_1_t4093334610 * L_3 = __this->get_s_listRequest_1(); int32_t L_4 = ___nIndex0; NullCheck(L_3); CFriendInfo_t2621259868 * L_5 = List_1_get_Item_m159214399(L_3, L_4, /*hidden argument*/List_1_get_Item_m159214399_RuntimeMethod_var); return L_5; } } // System.Void DMCore.Logic.CPlayerSearchTable::Add(DMCore.Logic.CFriendInfo) extern "C" IL2CPP_METHOD_ATTR void CPlayerSearchTable_Add_m4049039873 (CPlayerSearchTable_t1089245632 * __this, CFriendInfo_t2621259868 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerSearchTable_Add_m4049039873_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CFriendInfo_t2621259868 * L_0 = ___info0; NullCheck(L_0); int64_t L_1 = L_0->get__userID_1(); int32_t L_2 = CPlayerSearchTable_FindIndex_m119872786(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_0025; } } { List_1_t4093334610 * L_4 = __this->get_s_listRequest_1(); CFriendInfo_t2621259868 * L_5 = ___info0; NullCheck(L_4); List_1_Add_m2717423885(L_4, L_5, /*hidden argument*/List_1_Add_m2717423885_RuntimeMethod_var); goto IL_0037; } IL_0025: { List_1_t4093334610 * L_6 = __this->get_s_listRequest_1(); int32_t L_7 = V_0; NullCheck(L_6); CFriendInfo_t2621259868 * L_8 = List_1_get_Item_m159214399(L_6, L_7, /*hidden argument*/List_1_get_Item_m159214399_RuntimeMethod_var); CFriendInfo_t2621259868 * L_9 = ___info0; NullCheck(L_8); CFriendInfo_Copy_m3525676042(L_8, L_9, /*hidden argument*/NULL); } IL_0037: { CPlayerSearchTable_SetChanged_m4077302533(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPlayerSearchTable::Pop(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPlayerSearchTable_Pop_m3445124546 (CPlayerSearchTable_t1089245632 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerSearchTable_Pop_m3445124546_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int64_t L_0 = ___userID0; int32_t L_1 = CPlayerSearchTable_FindIndex_m119872786(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0022; } } { List_1_t4093334610 * L_3 = __this->get_s_listRequest_1(); int32_t L_4 = V_0; NullCheck(L_3); List_1_RemoveAt_m946341042(L_3, L_4, /*hidden argument*/List_1_RemoveAt_m946341042_RuntimeMethod_var); CPlayerSearchTable_SetChanged_m4077302533(__this, (bool)1, /*hidden argument*/NULL); } IL_0022: { return; } } // System.Void DMCore.Logic.CPlayerSearchTable::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPlayerSearchTable_ClearAll_m3778071409 (CPlayerSearchTable_t1089245632 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerSearchTable_ClearAll_m3778071409_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t4093334610 * L_0 = __this->get_s_listRequest_1(); NullCheck(L_0); List_1_Clear_m837759940(L_0, /*hidden argument*/List_1_Clear_m837759940_RuntimeMethod_var); List_1_t4093334610 * L_1 = (List_1_t4093334610 *)il2cpp_codegen_object_new(List_1_t4093334610_il2cpp_TypeInfo_var); List_1__ctor_m856425739(L_1, /*hidden argument*/List_1__ctor_m856425739_RuntimeMethod_var); __this->set_s_listRequest_1(L_1); CPlayerSearchTable_SetChanged_m4077302533(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.CPlayerSearchTable::FindIndex(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t CPlayerSearchTable_FindIndex_m119872786 (CPlayerSearchTable_t1089245632 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerSearchTable_FindIndex_m119872786_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0024; } IL_0007: { int64_t L_0 = ___userID0; List_1_t4093334610 * L_1 = __this->get_s_listRequest_1(); int32_t L_2 = V_0; NullCheck(L_1); CFriendInfo_t2621259868 * L_3 = List_1_get_Item_m159214399(L_1, L_2, /*hidden argument*/List_1_get_Item_m159214399_RuntimeMethod_var); NullCheck(L_3); int64_t L_4 = L_3->get__userID_1(); if ((!(((uint64_t)L_0) == ((uint64_t)L_4)))) { goto IL_0020; } } { int32_t L_5 = V_0; return L_5; } IL_0020: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0024: { int32_t L_7 = V_0; List_1_t4093334610 * L_8 = __this->get_s_listRequest_1(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m82465251(L_8, /*hidden argument*/List_1_get_Count_m82465251_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0007; } } { return (-1); } } // System.Void DMCore.Logic.CPlayerSearchTable::SendServerListRequest() extern "C" IL2CPP_METHOD_ATTR void CPlayerSearchTable_SendServerListRequest_m4108634713 (CPlayerSearchTable_t1089245632 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPlayerSearchTable_SendServerListRequest_m4108634713_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1001), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPlayerSearchTable::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPlayerSearchTable__cctor_m742349830 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPosterManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPosterManager__ctor_m1812727353 (CPosterManager_t3158268888 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPosterManager__ctor_m1812727353_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t2270800429 * L_0 = (List_1_t2270800429 *)il2cpp_codegen_object_new(List_1_t2270800429_il2cpp_TypeInfo_var); List_1__ctor_m458848447(L_0, /*hidden argument*/List_1__ctor_m458848447_RuntimeMethod_var); __this->set_m_posterList_3(L_0); Dictionary_2_t2202228805 * L_1 = (Dictionary_2_t2202228805 *)il2cpp_codegen_object_new(Dictionary_2_t2202228805_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3200581382(L_1, /*hidden argument*/Dictionary_2__ctor_m3200581382_RuntimeMethod_var); __this->set_m_posterDetailDic_4(L_1); CPosterManager_set_CurrentRankID_m2272166981(__this, 0, /*hidden argument*/NULL); CDataModelBool_t2269476966 * L_2 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_2, /*hidden argument*/NULL); __this->set_m_listReady_5(L_2); CDataModelBool_t2269476966 * L_3 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_3, /*hidden argument*/NULL); __this->set_m_detailReady_6(L_3); return; } } // DMCore.Logic.CPosterManager DMCore.Logic.CPosterManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPosterManager_t3158268888 * CPosterManager_GetInstance_m1364367988 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPosterManager_GetInstance_m1364367988_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPosterManager_t3158268888_il2cpp_TypeInfo_var); CPosterManager_t3158268888 * L_0 = ((CPosterManager_t3158268888_StaticFields*)il2cpp_codegen_static_fields_for(CPosterManager_t3158268888_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (L_0) { goto IL_0014; } } { CPosterManager_t3158268888 * L_1 = (CPosterManager_t3158268888 *)il2cpp_codegen_object_new(CPosterManager_t3158268888_il2cpp_TypeInfo_var); CPosterManager__ctor_m1812727353(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPosterManager_t3158268888_il2cpp_TypeInfo_var); ((CPosterManager_t3158268888_StaticFields*)il2cpp_codegen_static_fields_for(CPosterManager_t3158268888_il2cpp_TypeInfo_var))->set_s_Instance_2(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPosterManager_t3158268888_il2cpp_TypeInfo_var); CPosterManager_t3158268888 * L_2 = ((CPosterManager_t3158268888_StaticFields*)il2cpp_codegen_static_fields_for(CPosterManager_t3158268888_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_2; } } // System.Int32 DMCore.Logic.CPosterManager::get_CurrentRankID() extern "C" IL2CPP_METHOD_ATTR int32_t CPosterManager_get_CurrentRankID_m2474111420 (CPosterManager_t3158268888 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentRankIDU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CPosterManager::set_CurrentRankID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPosterManager_set_CurrentRankID_m2272166981 (CPosterManager_t3158268888 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentRankIDU3Ek__BackingField_0(L_0); return; } } // System.Int32 DMCore.Logic.CPosterManager::get_CurrentIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CPosterManager_get_CurrentIndex_m2934165896 (CPosterManager_t3158268888 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentIndexU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.CPosterManager::set_CurrentIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPosterManager_set_CurrentIndex_m4128403656 (CPosterManager_t3158268888 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentIndexU3Ek__BackingField_1(L_0); return; } } // System.Void DMCore.Logic.CPosterManager::AddPosterList(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPosterManager_AddPosterList_m3955651928 (CPosterManager_t3158268888 * __this, int32_t ____nId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPosterManager_AddPosterList_m3955651928_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CAddPosterListU3Ec__AnonStorey0_t1313554051 * V_0 = NULL; PosterUnit_t798725687 V_1; memset(&V_1, 0, sizeof(V_1)); PosterUnit_t798725687 V_2; memset(&V_2, 0, sizeof(V_2)); { U3CAddPosterListU3Ec__AnonStorey0_t1313554051 * L_0 = (U3CAddPosterListU3Ec__AnonStorey0_t1313554051 *)il2cpp_codegen_object_new(U3CAddPosterListU3Ec__AnonStorey0_t1313554051_il2cpp_TypeInfo_var); U3CAddPosterListU3Ec__AnonStorey0__ctor_m3534790391(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CAddPosterListU3Ec__AnonStorey0_t1313554051 * L_1 = V_0; int32_t L_2 = ____nId0; NullCheck(L_1); L_1->set__nId_0(L_2); List_1_t2270800429 * L_3 = __this->get_m_posterList_3(); if (!L_3) { goto IL_0056; } } { List_1_t2270800429 * L_4 = __this->get_m_posterList_3(); U3CAddPosterListU3Ec__AnonStorey0_t1313554051 * L_5 = V_0; intptr_t L_6 = (intptr_t)U3CAddPosterListU3Ec__AnonStorey0_U3CU3Em__0_m2114914342_RuntimeMethod_var; Predicate_1_t1624019811 * L_7 = (Predicate_1_t1624019811 *)il2cpp_codegen_object_new(Predicate_1_t1624019811_il2cpp_TypeInfo_var); Predicate_1__ctor_m3083294964(L_7, L_5, L_6, /*hidden argument*/Predicate_1__ctor_m3083294964_RuntimeMethod_var); NullCheck(L_4); PosterUnit_t798725687 L_8 = List_1_Find_m1521644492(L_4, L_7, /*hidden argument*/List_1_Find_m1521644492_RuntimeMethod_var); V_1 = L_8; int32_t L_9 = (&V_1)->get_id_0(); if ((((int32_t)L_9) > ((int32_t)0))) { goto IL_0056; } } { U3CAddPosterListU3Ec__AnonStorey0_t1313554051 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get__nId_0(); PosterUnit__ctor_m934874342((&V_2), L_11, /*hidden argument*/NULL); List_1_t2270800429 * L_12 = __this->get_m_posterList_3(); PosterUnit_t798725687 L_13 = V_2; NullCheck(L_12); List_1_Add_m3778011185(L_12, L_13, /*hidden argument*/List_1_Add_m3778011185_RuntimeMethod_var); } IL_0056: { return; } } // DMCore.Logic.PosterDetail DMCore.Logic.CPosterManager::GetInternalDetail(System.Int32,System.String,System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR PosterDetail_t3313515474 * CPosterManager_GetInternalDetail_m1927594623 (CPosterManager_t3158268888 * __this, int32_t ____id0, String_t* ____name1, int64_t ____userId2, int32_t ____userSex3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPosterManager_GetInternalDetail_m1927594623_MetadataUsageId); s_Il2CppMethodInitialized = true; } PosterDetail_t3313515474 * V_0 = NULL; { Dictionary_2_t2202228805 * L_0 = __this->get_m_posterDetailDic_4(); if (!L_0) { goto IL_0039; } } { V_0 = (PosterDetail_t3313515474 *)NULL; Dictionary_2_t2202228805 * L_1 = __this->get_m_posterDetailDic_4(); int32_t L_2 = ____id0; NullCheck(L_1); bool L_3 = Dictionary_2_TryGetValue_m141547210(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m141547210_RuntimeMethod_var); if (L_3) { goto IL_0037; } } { String_t* L_4 = ____name1; int64_t L_5 = ____userId2; int32_t L_6 = ____userSex3; PosterDetail_t3313515474 * L_7 = (PosterDetail_t3313515474 *)il2cpp_codegen_object_new(PosterDetail_t3313515474_il2cpp_TypeInfo_var); PosterDetail__ctor_m107742562(L_7, L_4, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; Dictionary_2_t2202228805 * L_8 = __this->get_m_posterDetailDic_4(); int32_t L_9 = ____id0; PosterDetail_t3313515474 * L_10 = V_0; NullCheck(L_8); Dictionary_2_set_Item_m4276851660(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m4276851660_RuntimeMethod_var); } IL_0037: { PosterDetail_t3313515474 * L_11 = V_0; return L_11; } IL_0039: { return (PosterDetail_t3313515474 *)NULL; } } // DMCore.Logic.PosterDetail DMCore.Logic.CPosterManager::AppendDetail(System.Int32,System.String,System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR PosterDetail_t3313515474 * CPosterManager_AppendDetail_m2236951640 (CPosterManager_t3158268888 * __this, int32_t ____id0, String_t* ____name1, int64_t ____userId2, int32_t ____userSex3, const RuntimeMethod* method) { { int32_t L_0 = ____id0; String_t* L_1 = ____name1; int64_t L_2 = ____userId2; int32_t L_3 = ____userSex3; PosterDetail_t3313515474 * L_4 = CPosterManager_GetInternalDetail_m1927594623(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // DMCore.Logic.PosterDetail DMCore.Logic.CPosterManager::GetPosterDetail(System.Int32) extern "C" IL2CPP_METHOD_ATTR PosterDetail_t3313515474 * CPosterManager_GetPosterDetail_m4182729468 (CPosterManager_t3158268888 * __this, int32_t ____id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPosterManager_GetPosterDetail_m4182729468_MetadataUsageId); s_Il2CppMethodInitialized = true; } PosterDetail_t3313515474 * V_0 = NULL; { Dictionary_2_t2202228805 * L_0 = __this->get_m_posterDetailDic_4(); if (!L_0) { goto IL_001e; } } { V_0 = (PosterDetail_t3313515474 *)NULL; Dictionary_2_t2202228805 * L_1 = __this->get_m_posterDetailDic_4(); int32_t L_2 = ____id0; NullCheck(L_1); Dictionary_2_TryGetValue_m141547210(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m141547210_RuntimeMethod_var); PosterDetail_t3313515474 * L_3 = V_0; return L_3; } IL_001e: { return (PosterDetail_t3313515474 *)NULL; } } // DMCore.Logic.PosterDetail DMCore.Logic.CPosterManager::GetCurrentPosterDetail() extern "C" IL2CPP_METHOD_ATTR PosterDetail_t3313515474 * CPosterManager_GetCurrentPosterDetail_m4012859424 (CPosterManager_t3158268888 * __this, const RuntimeMethod* method) { { int32_t L_0 = CPosterManager_get_CurrentRankID_m2474111420(__this, /*hidden argument*/NULL); PosterDetail_t3313515474 * L_1 = CPosterManager_GetPosterDetail_m4182729468(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean DMCore.Logic.CPosterManager::IsExistDetail(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPosterManager_IsExistDetail_m3349820395 (CPosterManager_t3158268888 * __this, int32_t ____id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPosterManager_IsExistDetail_m3349820395_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; { Dictionary_2_t2202228805 * L_0 = __this->get_m_posterDetailDic_4(); if (!L_0) { goto IL_0035; } } { Dictionary_2_t2202228805 * L_1 = __this->get_m_posterDetailDic_4(); int32_t L_2 = ____id0; NullCheck(L_1); bool L_3 = Dictionary_2_ContainsKey_m309681933(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m309681933_RuntimeMethod_var); if (!L_3) { goto IL_0035; } } { Dictionary_2_t2202228805 * L_4 = __this->get_m_posterDetailDic_4(); int32_t L_5 = ____id0; NullCheck(L_4); PosterDetail_t3313515474 * L_6 = Dictionary_2_get_Item_m1849726496(L_4, L_5, /*hidden argument*/Dictionary_2_get_Item_m1849726496_RuntimeMethod_var); if (!L_6) { goto IL_0033; } } { G_B5_0 = 1; goto IL_0034; } IL_0033: { G_B5_0 = 0; } IL_0034: { return (bool)G_B5_0; } IL_0035: { return (bool)0; } } // System.Int32 DMCore.Logic.CPosterManager::get_ListCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPosterManager_get_ListCount_m2358422992 (CPosterManager_t3158268888 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPosterManager_get_ListCount_m2358422992_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t2270800429 * L_0 = __this->get_m_posterList_3(); if (!L_0) { goto IL_001b; } } { List_1_t2270800429 * L_1 = __this->get_m_posterList_3(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m2633021493(L_1, /*hidden argument*/List_1_get_Count_m2633021493_RuntimeMethod_var); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // DMCore.Logic.PosterUnit DMCore.Logic.CPosterManager::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR PosterUnit_t798725687 CPosterManager_GetItem_m1399459512 (CPosterManager_t3158268888 * __this, int32_t ____idx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPosterManager_GetItem_m1399459512_MetadataUsageId); s_Il2CppMethodInitialized = true; } PosterUnit_t798725687 V_0; memset(&V_0, 0, sizeof(V_0)); { PosterUnit__ctor_m934874342((&V_0), 0, /*hidden argument*/NULL); int32_t L_0 = ____idx0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0028; } } { int32_t L_1 = ____idx0; int32_t L_2 = CPosterManager_get_ListCount_m2358422992(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0028; } } { List_1_t2270800429 * L_3 = __this->get_m_posterList_3(); int32_t L_4 = ____idx0; NullCheck(L_3); PosterUnit_t798725687 L_5 = List_1_get_Item_m2449279601(L_3, L_4, /*hidden argument*/List_1_get_Item_m2449279601_RuntimeMethod_var); V_0 = L_5; } IL_0028: { PosterUnit_t798725687 L_6 = V_0; return L_6; } } // System.Void DMCore.Logic.CPosterManager::ClearPosterList() extern "C" IL2CPP_METHOD_ATTR void CPosterManager_ClearPosterList_m3266420971 (CPosterManager_t3158268888 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPosterManager_ClearPosterList_m3266420971_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2270800429 * L_0 = __this->get_m_posterList_3(); if (!L_0) { goto IL_0016; } } { List_1_t2270800429 * L_1 = __this->get_m_posterList_3(); NullCheck(L_1); List_1_Clear_m88548805(L_1, /*hidden argument*/List_1_Clear_m88548805_RuntimeMethod_var); } IL_0016: { return; } } // System.Void DMCore.Logic.CPosterManager::ClearDetail() extern "C" IL2CPP_METHOD_ATTR void CPosterManager_ClearDetail_m2748723869 (CPosterManager_t3158268888 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPosterManager_ClearDetail_m2748723869_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t304933676 V_0; memset(&V_0, 0, sizeof(V_0)); Enumerator_t4156411580 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); { Dictionary_2_t2202228805 * L_0 = __this->get_m_posterDetailDic_4(); if (!L_0) { goto IL_005a; } } { Dictionary_2_t2202228805 * L_1 = __this->get_m_posterDetailDic_4(); NullCheck(L_1); Enumerator_t4156411580 L_2 = Dictionary_2_GetEnumerator_m1538302445(L_1, /*hidden argument*/Dictionary_2_GetEnumerator_m1538302445_RuntimeMethod_var); V_1 = L_2; } IL_0017: try { // begin try (depth: 1) { goto IL_0030; } IL_001c: { KeyValuePair_2_t304933676 L_3 = Enumerator_get_Current_m1525725952((&V_1), /*hidden argument*/Enumerator_get_Current_m1525725952_RuntimeMethod_var); V_0 = L_3; PosterDetail_t3313515474 * L_4 = KeyValuePair_2_get_Value_m2337237536((&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m2337237536_RuntimeMethod_var); NullCheck(L_4); PosterDetail_Clear_m641062379(L_4, /*hidden argument*/NULL); } IL_0030: { bool L_5 = Enumerator_MoveNext_m4211893665((&V_1), /*hidden argument*/Enumerator_MoveNext_m4211893665_RuntimeMethod_var); if (L_5) { goto IL_001c; } } IL_003c: { IL2CPP_LEAVE(0x4F, FINALLY_0041); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0041; } FINALLY_0041: { // begin finally (depth: 1) Enumerator_Dispose_m1414848516((&V_1), /*hidden argument*/Enumerator_Dispose_m1414848516_RuntimeMethod_var); IL2CPP_END_FINALLY(65) } // end finally (depth: 1) IL2CPP_CLEANUP(65) { IL2CPP_JUMP_TBL(0x4F, IL_004f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004f: { Dictionary_2_t2202228805 * L_6 = __this->get_m_posterDetailDic_4(); NullCheck(L_6); Dictionary_2_Clear_m3123988173(L_6, /*hidden argument*/Dictionary_2_Clear_m3123988173_RuntimeMethod_var); } IL_005a: { return; } } // System.Void DMCore.Logic.CPosterManager::ShowPosterDetail(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPosterManager_ShowPosterDetail_m1004952561 (CPosterManager_t3158268888 * __this, int32_t ____rankId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPosterManager_ShowPosterDetail_m1004952561_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ____rankId0; CPosterManager_set_CurrentRankID_m2272166981(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_1 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CWndController_ShowUI_m2971791309(L_1, ((int32_t)207), ((int32_t)206), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPosterManager::RequestPosterList() extern "C" IL2CPP_METHOD_ATTR void CPosterManager_RequestPosterList_m1251247355 (CPosterManager_t3158268888 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPosterManager_RequestPosterList_m1251247355_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1781), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Flush_m1077150699(L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPosterManager::RequestPosterDetail() extern "C" IL2CPP_METHOD_ATTR void CPosterManager_RequestPosterDetail_m1090010615 (CPosterManager_t3158268888 * __this, const RuntimeMethod* method) { { int32_t L_0 = CPosterManager_get_CurrentRankID_m2474111420(__this, /*hidden argument*/NULL); CPosterManager_RequestPosterDetail_m4042265110(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPosterManager::RequestPosterDetail(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPosterManager_RequestPosterDetail_m4042265110 (CPosterManager_t3158268888 * __this, int32_t ___rankId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPosterManager_RequestPosterDetail_m4042265110_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1782), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___rankId0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPosterManager::RegisterListReady(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CPosterManager_RegisterListReady_m1579753284 (CPosterManager_t3158268888 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_listReady_5(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_AddWatcher_m1530082036(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPosterManager::RemoveListReady(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CPosterManager_RemoveListReady_m732187206 (CPosterManager_t3158268888 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_listReady_5(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_RemoveWatcher_m2309964606(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPosterManager::RegisterDetailReady(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CPosterManager_RegisterDetailReady_m713415885 (CPosterManager_t3158268888 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_detailReady_6(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_AddWatcher_m1530082036(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPosterManager::RemoveDetailReady(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CPosterManager_RemoveDetailReady_m1981312491 (CPosterManager_t3158268888 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_detailReady_6(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_RemoveWatcher_m2309964606(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPosterManager::OnOpenSpecialTypeShop(System.String) extern "C" IL2CPP_METHOD_ATTR void CPosterManager_OnOpenSpecialTypeShop_m1308318157 (CPosterManager_t3158268888 * __this, String_t* ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPosterManager_OnOpenSpecialTypeShop_m1308318157_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringU5BU5D_t1281789340* V_2 = NULL; { V_0 = 1; V_1 = 0; String_t* L_0 = ___type0; 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_004d; } } { String_t* L_2 = ___type0; CharU5BU5D_t3528271667* L_3 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_3); (L_3)->SetAt(static_cast(0), (Il2CppChar)((int32_t)124)); NullCheck(L_2); StringU5BU5D_t1281789340* L_4 = String_Split_m3646115398(L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; StringU5BU5D_t1281789340* L_5 = V_2; if (!L_5) { goto IL_004d; } } { StringU5BU5D_t1281789340* L_6 = V_2; NullCheck(L_6); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) <= ((int32_t)0))) { goto IL_003a; } } { StringU5BU5D_t1281789340* L_7 = V_2; NullCheck(L_7); int32_t L_8 = 0; String_t* L_9 = (L_7)->GetAt(static_cast(L_8)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_10 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_9, 1, /*hidden argument*/NULL); V_0 = L_10; } IL_003a: { StringU5BU5D_t1281789340* L_11 = V_2; NullCheck(L_11); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))) <= ((int32_t)1))) { goto IL_004d; } } { StringU5BU5D_t1281789340* L_12 = V_2; NullCheck(L_12); int32_t L_13 = 1; String_t* L_14 = (L_12)->GetAt(static_cast(L_13)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_15 = CMiscHelp_ToInt_m1396402449(NULL /*static, unused*/, L_14, 0, /*hidden argument*/NULL); V_1 = L_15; } IL_004d: { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_16 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_17 = V_0; NullCheck(L_16); CShopManager_set_MainType_m2271353666(L_16, L_17, /*hidden argument*/NULL); CShopManager_t754298620 * L_18 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_19 = V_1; NullCheck(L_18); CShopManager_set_SubType_m1960854107(L_18, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_20 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CWndController_ShowUI_m3552255067(L_20, 1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPosterManager::set_ListReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPosterManager_set_ListReady_m1150863221 (CPosterManager_t3158268888 * __this, bool ___value0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_listReady_5(); bool L_1 = ___value0; NullCheck(L_0); CDataModelBool_set_Data_m838892248(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPosterManager::set_DetailReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPosterManager_set_DetailReady_m1174314303 (CPosterManager_t3158268888 * __this, bool ___value0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_detailReady_6(); bool L_1 = ___value0; NullCheck(L_0); CDataModelBool_set_Data_m838892248(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPosterManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPosterManager__cctor_m2603823326 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPosterManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CAddPosterListU3Ec__AnonStorey0__ctor_m3534790391 (U3CAddPosterListU3Ec__AnonStorey0_t1313554051 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CPosterManager/c__AnonStorey0::<>m__0(DMCore.Logic.PosterUnit) extern "C" IL2CPP_METHOD_ATTR bool U3CAddPosterListU3Ec__AnonStorey0_U3CU3Em__0_m2114914342 (U3CAddPosterListU3Ec__AnonStorey0_t1313554051 * __this, PosterUnit_t798725687 ____x0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__nId_0(); int32_t L_1 = (&____x0)->get_id_0(); return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPrivilegeManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager__ctor_m2399061256 (CPrivilegeManager_t2732865419 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager__ctor_m2399061256_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t1275442333 * L_0 = (List_1_t1275442333 *)il2cpp_codegen_object_new(List_1_t1275442333_il2cpp_TypeInfo_var); List_1__ctor_m858977272(L_0, /*hidden argument*/List_1__ctor_m858977272_RuntimeMethod_var); __this->set_m_pkgList_2(L_0); CDataModelBool_t2269476966 * L_1 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_1, /*hidden argument*/NULL); __this->set_m_listReady_3(L_1); CDataModelBool_t2269476966 * L_2 = __this->get_m_listReady_3(); NullCheck(L_2); CDataModelBool_set_Data_m838892248(L_2, (bool)0, /*hidden argument*/NULL); List_1_t128053199 * L_3 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_3, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set_m_equipModelList_4(L_3); CPrivilegeManager_set_IsChangedSelect_m2207172913(__this, (bool)0, /*hidden argument*/NULL); CDataModelBool_t2269476966 * L_4 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_4, /*hidden argument*/NULL); __this->set_m_bSwitchSex_6(L_4); return; } } // DMCore.Logic.CPrivilegeManager DMCore.Logic.CPrivilegeManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPrivilegeManager_t2732865419 * CPrivilegeManager_GetInstance_m2933207011 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager_GetInstance_m2933207011_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPrivilegeManager_t2732865419_il2cpp_TypeInfo_var); CPrivilegeManager_t2732865419 * L_0 = ((CPrivilegeManager_t2732865419_StaticFields*)il2cpp_codegen_static_fields_for(CPrivilegeManager_t2732865419_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (L_0) { goto IL_0014; } } { CPrivilegeManager_t2732865419 * L_1 = (CPrivilegeManager_t2732865419 *)il2cpp_codegen_object_new(CPrivilegeManager_t2732865419_il2cpp_TypeInfo_var); CPrivilegeManager__ctor_m2399061256(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPrivilegeManager_t2732865419_il2cpp_TypeInfo_var); ((CPrivilegeManager_t2732865419_StaticFields*)il2cpp_codegen_static_fields_for(CPrivilegeManager_t2732865419_il2cpp_TypeInfo_var))->set_s_Instance_1(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPrivilegeManager_t2732865419_il2cpp_TypeInfo_var); CPrivilegeManager_t2732865419 * L_2 = ((CPrivilegeManager_t2732865419_StaticFields*)il2cpp_codegen_static_fields_for(CPrivilegeManager_t2732865419_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_2; } } // System.Boolean DMCore.Logic.CPrivilegeManager::get_IsChangedSelect() extern "C" IL2CPP_METHOD_ATTR bool CPrivilegeManager_get_IsChangedSelect_m128627364 (CPrivilegeManager_t2732865419 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsChangedSelectU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CPrivilegeManager::set_IsChangedSelect(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_set_IsChangedSelect_m2207172913 (CPrivilegeManager_t2732865419 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsChangedSelectU3Ek__BackingField_0(L_0); return; } } // DMCore.Framework.Scene.ISceneRole DMCore.Logic.CPrivilegeManager::get_CurrentShowRole() extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * CPrivilegeManager_get_CurrentShowRole_m3198246013 (CPrivilegeManager_t2732865419 * __this, const RuntimeMethod* method) { { ISceneRole_t2394225724 * L_0 = __this->get_m_roleObj_5(); return L_0; } } // System.Void DMCore.Logic.CPrivilegeManager::set_CurrentShowRole(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_set_CurrentShowRole_m1210187772 (CPrivilegeManager_t2732865419 * __this, ISceneRole_t2394225724 * ___value0, const RuntimeMethod* method) { { ISceneRole_t2394225724 * L_0 = ___value0; __this->set_m_roleObj_5(L_0); return; } } // System.Void DMCore.Logic.CPrivilegeManager::set_IsSwitchSex(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_set_IsSwitchSex_m4196426130 (CPrivilegeManager_t2732865419 * __this, bool ___value0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_bSwitchSex_6(); bool L_1 = ___value0; NullCheck(L_0); CDataModelBool_set_Data_m838892248(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPrivilegeManager::Append(DMCore.Logic.SameStylePkgUnit) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_Append_m2652004331 (CPrivilegeManager_t2732865419 * __this, SameStylePkgUnit_t4098334887 ____data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager_Append_m2652004331_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1275442333 * L_0 = __this->get_m_pkgList_2(); if (!L_0) { goto IL_0017; } } { List_1_t1275442333 * L_1 = __this->get_m_pkgList_2(); SameStylePkgUnit_t4098334887 L_2 = ____data0; NullCheck(L_1); List_1_Add_m4119339488(L_1, L_2, /*hidden argument*/List_1_Add_m4119339488_RuntimeMethod_var); } IL_0017: { return; } } // System.Int32 DMCore.Logic.CPrivilegeManager::Getcount() extern "C" IL2CPP_METHOD_ATTR int32_t CPrivilegeManager_Getcount_m3029729887 (CPrivilegeManager_t2732865419 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager_Getcount_m3029729887_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t1275442333 * L_0 = __this->get_m_pkgList_2(); if (!L_0) { goto IL_001b; } } { List_1_t1275442333 * L_1 = __this->get_m_pkgList_2(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m4110926831(L_1, /*hidden argument*/List_1_get_Count_m4110926831_RuntimeMethod_var); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.Int32 DMCore.Logic.CPrivilegeManager::GetEquipCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPrivilegeManager_GetEquipCount_m1951140972 (CPrivilegeManager_t2732865419 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager_GetEquipCount_m1951140972_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t128053199 * L_0 = __this->get_m_equipModelList_4(); if (!L_0) { goto IL_001b; } } { List_1_t128053199 * L_1 = __this->get_m_equipModelList_4(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m186164705(L_1, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // DMCore.Logic.SameStylePkgUnit DMCore.Logic.CPrivilegeManager::GetData(System.Int32) extern "C" IL2CPP_METHOD_ATTR SameStylePkgUnit_t4098334887 CPrivilegeManager_GetData_m277158206 (CPrivilegeManager_t2732865419 * __this, int32_t ____index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager_GetData_m277158206_MetadataUsageId); s_Il2CppMethodInitialized = true; } SameStylePkgUnit_t4098334887 V_0; memset(&V_0, 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(SameStylePkgUnit_t4098334887 )); List_1_t1275442333 * L_0 = __this->get_m_pkgList_2(); if (!L_0) { goto IL_0038; } } { int32_t L_1 = ____index0; if ((((int32_t)0) > ((int32_t)L_1))) { goto IL_0038; } } { int32_t L_2 = ____index0; List_1_t1275442333 * L_3 = __this->get_m_pkgList_2(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m4110926831(L_3, /*hidden argument*/List_1_get_Count_m4110926831_RuntimeMethod_var); if ((((int32_t)L_2) >= ((int32_t)L_4))) { goto IL_0038; } } { List_1_t1275442333 * L_5 = __this->get_m_pkgList_2(); int32_t L_6 = ____index0; NullCheck(L_5); SameStylePkgUnit_t4098334887 L_7 = List_1_get_Item_m380060942(L_5, L_6, /*hidden argument*/List_1_get_Item_m380060942_RuntimeMethod_var); V_0 = L_7; } IL_0038: { SameStylePkgUnit_t4098334887 L_8 = V_0; return L_8; } } // System.Int32 DMCore.Logic.CPrivilegeManager::GetEquipID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPrivilegeManager_GetEquipID_m2687416255 (CPrivilegeManager_t2732865419 * __this, int32_t ____index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager_GetEquipID_m2687416255_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; List_1_t128053199 * L_0 = __this->get_m_equipModelList_4(); if (!L_0) { goto IL_0032; } } { int32_t L_1 = ____index0; if ((((int32_t)0) > ((int32_t)L_1))) { goto IL_0032; } } { int32_t L_2 = ____index0; List_1_t128053199 * L_3 = __this->get_m_equipModelList_4(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m186164705(L_3, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_2) >= ((int32_t)L_4))) { goto IL_0032; } } { List_1_t128053199 * L_5 = __this->get_m_equipModelList_4(); int32_t L_6 = ____index0; NullCheck(L_5); int32_t L_7 = List_1_get_Item_m888956288(L_5, L_6, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); V_0 = L_7; } IL_0032: { int32_t L_8 = V_0; return L_8; } } // System.Void DMCore.Logic.CPrivilegeManager::ClearPkgList() extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_ClearPkgList_m1787366024 (CPrivilegeManager_t2732865419 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager_ClearPkgList_m1787366024_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1275442333 * L_0 = __this->get_m_pkgList_2(); if (!L_0) { goto IL_0016; } } { List_1_t1275442333 * L_1 = __this->get_m_pkgList_2(); NullCheck(L_1); List_1_Clear_m2625445654(L_1, /*hidden argument*/List_1_Clear_m2625445654_RuntimeMethod_var); } IL_0016: { return; } } // System.Void DMCore.Logic.CPrivilegeManager::ClearEquipList() extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_ClearEquipList_m3278406756 (CPrivilegeManager_t2732865419 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager_ClearEquipList_m3278406756_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_equipModelList_4(); if (!L_0) { goto IL_0016; } } { List_1_t128053199 * L_1 = __this->get_m_equipModelList_4(); NullCheck(L_1); List_1_Clear_m2269680114(L_1, /*hidden argument*/List_1_Clear_m2269680114_RuntimeMethod_var); } IL_0016: { return; } } // System.Void DMCore.Logic.CPrivilegeManager::Clearnup() extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_Clearnup_m3574207822 (CPrivilegeManager_t2732865419 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager_Clearnup_m3574207822_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CPrivilegeManager_ClearPkgList_m1787366024(__this, /*hidden argument*/NULL); CPrivilegeManager_ClearEquipList_m3278406756(__this, /*hidden argument*/NULL); __this->set_m_pkgList_2((List_1_t1275442333 *)NULL); __this->set_m_equipModelList_4((List_1_t128053199 *)NULL); IL2CPP_RUNTIME_CLASS_INIT(CPrivilegeManager_t2732865419_il2cpp_TypeInfo_var); ((CPrivilegeManager_t2732865419_StaticFields*)il2cpp_codegen_static_fields_for(CPrivilegeManager_t2732865419_il2cpp_TypeInfo_var))->set_s_Instance_1((CPrivilegeManager_t2732865419 *)NULL); return; } } // System.Void DMCore.Logic.CPrivilegeManager::SetReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_SetReady_m3549273908 (CPrivilegeManager_t2732865419 * __this, bool ____bReady0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_listReady_3(); bool L_1 = ____bReady0; NullCheck(L_0); CDataModelBool_set_Data_m838892248(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPrivilegeManager::RegisterReadyWatch(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_RegisterReadyWatch_m2463473392 (CPrivilegeManager_t2732865419 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_listReady_3(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_AddWatcher_m1530082036(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPrivilegeManager::RegisterSwitchSex(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_RegisterSwitchSex_m2747825723 (CPrivilegeManager_t2732865419 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_bSwitchSex_6(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_AddWatcher_m1530082036(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPrivilegeManager::RemoveReadyWatch(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_RemoveReadyWatch_m1545585168 (CPrivilegeManager_t2732865419 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_listReady_3(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_RemoveWatcher_m2309964606(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPrivilegeManager::RemoveSwitchSex(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_RemoveSwitchSex_m2550626972 (CPrivilegeManager_t2732865419 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_m_bSwitchSex_6(); Action_1_t1302699353 * L_1 = ___site0; NullCheck(L_0); IEventDispatcher_RemoveWatcher_m2309964606(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPrivilegeManager::OnSubmotToServer(System.Int32,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_OnSubmotToServer_m808565092 (CPrivilegeManager_t2732865419 * __this, int32_t ___nSex0, CDataArray_t4068198041 * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager_OnSubmotToServer_m808565092_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CDataArray_t4068198041 * V_1 = NULL; int32_t V_2 = 0; { CDataArray_t4068198041 * L_0 = ___data1; if (!L_0) { goto IL_005e; } } { CDataArray_t4068198041 * L_1 = ___data1; NullCheck(L_1); int32_t L_2 = CDataArray_GetCount_m3616072297(L_1, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_005e; } } { CDataArray_t4068198041 * L_3 = ___data1; NullCheck(L_3); int32_t L_4 = CDataArray_GetCount_m3616072297(L_3, /*hidden argument*/NULL); V_0 = L_4; CDataArray_t4068198041 * L_5 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_5, /*hidden argument*/NULL); V_1 = L_5; CDataArray_t4068198041 * L_6 = V_1; NullCheck(L_6); CDataArray_Push_m3820844360(L_6, ((int32_t)1780), /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_1; int32_t L_8 = ___nSex0; NullCheck(L_7); CDataArray_Push_m3820844360(L_7, L_8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_9 = V_1; int32_t L_10 = V_0; NullCheck(L_9); CDataArray_Push_m3820844360(L_9, L_10, /*hidden argument*/NULL); V_2 = 0; goto IL_0051; } IL_003f: { CDataArray_t4068198041 * L_11 = V_1; CDataArray_t4068198041 * L_12 = ___data1; int32_t L_13 = V_2; NullCheck(L_12); int32_t L_14 = CDataArray_GetInt_m1111369473(L_12, L_13, 0, /*hidden argument*/NULL); NullCheck(L_11); CDataArray_Push_m3820844360(L_11, L_14, /*hidden argument*/NULL); int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0051: { int32_t L_16 = V_2; int32_t L_17 = V_0; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_003f; } } { CDataArray_t4068198041 * L_18 = V_1; NullCheck(L_18); CDataArray_Flush_m1077150699(L_18, /*hidden argument*/NULL); } IL_005e: { return; } } // System.Void DMCore.Logic.CPrivilegeManager::RequestSameStylePackage(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_RequestSameStylePackage_m518529071 (CPrivilegeManager_t2732865419 * __this, int32_t ___nSex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager_RequestSameStylePackage_m518529071_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1783), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___nSex0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPrivilegeManager::AddToEquipList(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_AddToEquipList_m2508417230 (CPrivilegeManager_t2732865419 * __this, int32_t ____nModelID0, int32_t ____nCategory1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager_AddToEquipList_m2508417230_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; RuntimeObject* V_2 = NULL; bool V_3 = false; int32_t G_B5_0 = 0; { List_1_t128053199 * L_0 = __this->get_m_equipModelList_4(); if (!L_0) { goto IL_0078; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_1 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = CMiscConfig_GetValue_m2443549100(L_1, _stringLiteral274559204, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; CharU5BU5D_t3528271667* L_4 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_4); (L_4)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_3); StringU5BU5D_t1281789340* L_5 = String_Split_m3646115398(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; StringU5BU5D_t1281789340* L_6 = V_1; if (!L_6) { goto IL_0078; } } { StringU5BU5D_t1281789340* L_7 = V_1; V_2 = (RuntimeObject*)L_7; RuntimeObject* L_8 = V_2; if (L_8) { goto IL_0041; } } { G_B5_0 = 0; goto IL_0054; } IL_0041: { RuntimeObject* L_9 = V_2; String_t* L_10 = Int32_ToString_m141394615((&____nCategory1), /*hidden argument*/NULL); NullCheck(L_9); bool L_11 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(6 /* System.Boolean System.Collections.IList::Contains(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_9, L_10); G_B5_0 = ((int32_t)(L_11)); } IL_0054: { V_3 = (bool)G_B5_0; bool L_12 = V_3; if (!L_12) { goto IL_0078; } } { List_1_t128053199 * L_13 = __this->get_m_equipModelList_4(); int32_t L_14 = ____nModelID0; NullCheck(L_13); bool L_15 = List_1_Contains_m2263725670(L_13, L_14, /*hidden argument*/List_1_Contains_m2263725670_RuntimeMethod_var); if (L_15) { goto IL_0078; } } { List_1_t128053199 * L_16 = __this->get_m_equipModelList_4(); int32_t L_17 = ____nModelID0; NullCheck(L_16); List_1_Add_m697420525(L_16, L_17, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_0078: { return; } } // System.Void DMCore.Logic.CPrivilegeManager::RemoveFromEquipList(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_RemoveFromEquipList_m1065910320 (CPrivilegeManager_t2732865419 * __this, int32_t ____nModelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager_RemoveFromEquipList_m1065910320_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_equipModelList_4(); if (!L_0) { goto IL_0029; } } { List_1_t128053199 * L_1 = __this->get_m_equipModelList_4(); int32_t L_2 = ____nModelID0; NullCheck(L_1); bool L_3 = List_1_Contains_m2263725670(L_1, L_2, /*hidden argument*/List_1_Contains_m2263725670_RuntimeMethod_var); if (!L_3) { goto IL_0029; } } { List_1_t128053199 * L_4 = __this->get_m_equipModelList_4(); int32_t L_5 = ____nModelID0; NullCheck(L_4); List_1_Remove_m3037048099(L_4, L_5, /*hidden argument*/List_1_Remove_m3037048099_RuntimeMethod_var); } IL_0029: { return; } } // System.Void DMCore.Logic.CPrivilegeManager::RemoveFromEquipListByCategory(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_RemoveFromEquipListByCategory_m2362340943 (CPrivilegeManager_t2732865419 * __this, int32_t ____category0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager_RemoveFromEquipListByCategory_m2362340943_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { List_1_t128053199 * L_0 = __this->get_m_equipModelList_4(); if (!L_0) { goto IL_0057; } } { V_0 = 0; goto IL_0046; } IL_0012: { V_1 = 0; V_2 = 0; V_3 = 0; List_1_t128053199 * L_1 = __this->get_m_equipModelList_4(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = List_1_get_Item_m888956288(L_1, L_2, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_GetSubModelInfo_m903145472(NULL /*static, unused*/, L_3, (&V_1), (&V_2), (&V_3), /*hidden argument*/NULL); int32_t L_4 = ____category0; int32_t L_5 = V_2; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0042; } } { List_1_t128053199 * L_6 = __this->get_m_equipModelList_4(); int32_t L_7 = V_0; NullCheck(L_6); List_1_RemoveAt_m2770200702(L_6, L_7, /*hidden argument*/List_1_RemoveAt_m2770200702_RuntimeMethod_var); } IL_0042: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0046: { int32_t L_9 = V_0; List_1_t128053199 * L_10 = __this->get_m_equipModelList_4(); NullCheck(L_10); int32_t L_11 = List_1_get_Count_m186164705(L_10, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0012; } } IL_0057: { return; } } // System.Void DMCore.Logic.CPrivilegeManager::OnTryWearEquip(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager_OnTryWearEquip_m4190099515 (CPrivilegeManager_t2732865419 * __this, int32_t ___modelID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPrivilegeManager_OnTryWearEquip_m4190099515_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; CRoleModelItem_SuitConfig_t3912215432 * V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; CRoleModelItem_t1608531946 * V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; { List_1_t128053199 * L_0 = __this->get_m_equipModelList_4(); if (L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral3852170486, /*hidden argument*/NULL); return; } IL_0016: { ISceneRole_t2394225724 * L_1 = CPrivilegeManager_get_CurrentShowRole_m3198246013(__this, /*hidden argument*/NULL); if (L_1) { goto IL_002c; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral3625441528, /*hidden argument*/NULL); return; } IL_002c: { V_0 = 0; V_1 = 0; V_2 = 0; int32_t L_2 = ___modelID0; IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_GetSubModelInfo_m903145472(NULL /*static, unused*/, L_2, (&V_0), (&V_1), (&V_2), /*hidden argument*/NULL); int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)30)))) { goto IL_0052; } } { ISceneRole_t2394225724 * L_4 = CPrivilegeManager_get_CurrentShowRole_m3198246013(__this, /*hidden argument*/NULL); NullCheck(L_4); ISceneRole_PlayChangeItemAnim_m3669603506(L_4, /*hidden argument*/NULL); } IL_0052: { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)((int32_t)81)))) { goto IL_0062; } } { int32_t L_6 = V_1; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)80))))) { goto IL_010e; } } IL_0062: { ISceneRole_t2394225724 * L_7 = CPrivilegeManager_get_CurrentShowRole_m3198246013(__this, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = ISceneRole_GetWearSuitID_m3263761354(L_7, /*hidden argument*/NULL); V_3 = L_8; int32_t L_9 = V_3; if ((((int32_t)0) >= ((int32_t)L_9))) { goto IL_0090; } } { ISceneRole_t2394225724 * L_10 = CPrivilegeManager_get_CurrentShowRole_m3198246013(__this, /*hidden argument*/NULL); int32_t L_11 = V_3; NullCheck(L_10); ISceneRole_TakeOffSuit_m3927739169(L_10, L_11, /*hidden argument*/NULL); int32_t L_12 = V_3; CPrivilegeManager_RemoveFromEquipList_m1065910320(__this, L_12, /*hidden argument*/NULL); int32_t L_13 = V_3; int32_t L_14 = ___modelID0; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_0090; } } { return; } IL_0090: { ISceneRole_t2394225724 * L_15 = CPrivilegeManager_get_CurrentShowRole_m3198246013(__this, /*hidden argument*/NULL); int32_t L_16 = ___modelID0; NullCheck(L_15); ISceneRole_WearSuit_m1889746947(L_15, L_16, /*hidden argument*/NULL); int32_t L_17 = ___modelID0; int32_t L_18 = V_1; CPrivilegeManager_AddToEquipList_m2508417230(__this, L_17, L_18, /*hidden argument*/NULL); CRoleModelItem_SuitConfigManager_t3017667155 * L_19 = CRoleModelItem_SuitConfigManager_GetInstance_m3634792590(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_20 = ___modelID0; NullCheck(L_19); CRoleModelItem_SuitConfig_t3912215432 * L_21 = CRoleModelItem_SuitConfigManager_GetSuitCfg_m1986407399(L_19, L_20, /*hidden argument*/NULL); V_4 = L_21; CRoleModelItem_SuitConfig_t3912215432 * L_22 = V_4; if (!L_22) { goto IL_0109; } } { CRoleModelItem_SuitConfig_t3912215432 * L_23 = V_4; NullCheck(L_23); bool L_24 = CRoleModelItem_SuitConfig_IsDone_m2238062894(L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0109; } } { CRoleModelItem_SuitConfig_t3912215432 * L_25 = V_4; NullCheck(L_25); int32_t L_26 = CRoleModelItem_SuitConfig_GetItemCount_m225672488(L_25, /*hidden argument*/NULL); V_5 = L_26; V_6 = 0; goto IL_0100; } IL_00d5: { V_7 = 0; V_8 = 0; V_9 = 0; CRoleModelItem_SuitConfig_t3912215432 * L_27 = V_4; int32_t L_28 = V_6; NullCheck(L_27); int32_t L_29 = CRoleModelItem_SuitConfig_GetItemID_m2687720188(L_27, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_GetSubModelInfo_m903145472(NULL /*static, unused*/, L_29, (&V_7), (&V_8), (&V_9), /*hidden argument*/NULL); int32_t L_30 = V_8; CPrivilegeManager_RemoveFromEquipListByCategory_m2362340943(__this, L_30, /*hidden argument*/NULL); int32_t L_31 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0100: { int32_t L_32 = V_6; int32_t L_33 = V_5; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_00d5; } } IL_0109: { goto IL_01bc; } IL_010e: { ISceneRole_t2394225724 * L_34 = CPrivilegeManager_get_CurrentShowRole_m3198246013(__this, /*hidden argument*/NULL); NullCheck(L_34); int32_t L_35 = ISceneRole_GetWearSuitID_m3263761354(L_34, /*hidden argument*/NULL); V_10 = L_35; int32_t L_36 = V_10; if ((((int32_t)0) >= ((int32_t)L_36))) { goto IL_014a; } } { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_37 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_38 = V_1; int32_t L_39 = V_10; NullCheck(L_37); bool L_40 = CShopManager_checkModelTypeBySuit_m1839926154(L_37, L_38, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_014a; } } { ISceneRole_t2394225724 * L_41 = CPrivilegeManager_get_CurrentShowRole_m3198246013(__this, /*hidden argument*/NULL); int32_t L_42 = V_10; NullCheck(L_41); ISceneRole_TakeOffSuit_m3927739169(L_41, L_42, /*hidden argument*/NULL); int32_t L_43 = V_10; CPrivilegeManager_RemoveFromEquipList_m1065910320(__this, L_43, /*hidden argument*/NULL); } IL_014a: { ISceneRole_t2394225724 * L_44 = CPrivilegeManager_get_CurrentShowRole_m3198246013(__this, /*hidden argument*/NULL); int32_t L_45 = V_1; NullCheck(L_44); CRoleModelItem_t1608531946 * L_46 = ISceneRole_GetModelItem_m2229619929(L_44, L_45, /*hidden argument*/NULL); V_11 = L_46; CRoleModelItem_t1608531946 * L_47 = V_11; if (!L_47) { goto IL_01bc; } } { CRoleModelItem_t1608531946 * L_48 = V_11; NullCheck(L_48); int32_t L_49 = CRoleModelItem_GetSexVal_m394469669(L_48, /*hidden argument*/NULL); V_12 = L_49; CRoleModelItem_t1608531946 * L_50 = V_11; NullCheck(L_50); int32_t L_51 = CRoleModelItem_GetSubModelItemIndex_m1516327529(L_50, /*hidden argument*/NULL); V_13 = L_51; int32_t L_52 = V_12; int32_t L_53 = V_1; int32_t L_54 = V_13; IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); int32_t L_55 = CItemManager_GetSubModelID_m1275366725(NULL /*static, unused*/, L_52, L_53, L_54, /*hidden argument*/NULL); V_14 = L_55; int32_t L_56 = V_14; int32_t L_57 = ___modelID0; if ((!(((uint32_t)L_56) == ((uint32_t)L_57)))) { goto IL_019d; } } { ISceneRole_t2394225724 * L_58 = CPrivilegeManager_get_CurrentShowRole_m3198246013(__this, /*hidden argument*/NULL); int32_t L_59 = ___modelID0; NullCheck(L_58); ISceneRole_TakeOffModel_m2942586360(L_58, L_59, /*hidden argument*/NULL); int32_t L_60 = ___modelID0; CPrivilegeManager_RemoveFromEquipList_m1065910320(__this, L_60, /*hidden argument*/NULL); goto IL_01bc; } IL_019d: { int32_t L_61 = V_14; CPrivilegeManager_RemoveFromEquipList_m1065910320(__this, L_61, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_62 = CPrivilegeManager_get_CurrentShowRole_m3198246013(__this, /*hidden argument*/NULL); int32_t L_63 = ___modelID0; NullCheck(L_62); ISceneRole_WearSubModel_m2695610556(L_62, L_63, (bool)1, (bool)1, /*hidden argument*/NULL); int32_t L_64 = ___modelID0; int32_t L_65 = V_1; CPrivilegeManager_AddToEquipList_m2508417230(__this, L_64, L_65, /*hidden argument*/NULL); } IL_01bc: { return; } } // System.Void DMCore.Logic.CPrivilegeManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPrivilegeManager__cctor_m1468668655 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CProExchange::.ctor() extern "C" IL2CPP_METHOD_ATTR void CProExchange__ctor_m2670261464 (CProExchange_t1749490918 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProExchange__ctor_m2670261464_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IActivityDetail__ctor_m388126163(__this, /*hidden argument*/NULL); List_1_t3748361870 * L_0 = (List_1_t3748361870 *)il2cpp_codegen_object_new(List_1_t3748361870_il2cpp_TypeInfo_var); List_1__ctor_m3519065906(L_0, /*hidden argument*/List_1__ctor_m3519065906_RuntimeMethod_var); __this->set_m_data_11(L_0); return; } } // System.Int32 DMCore.Logic.CProExchange::getCout() extern "C" IL2CPP_METHOD_ATTR int32_t CProExchange_getCout_m705976310 (CProExchange_t1749490918 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProExchange_getCout_m705976310_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3748361870 * L_0 = __this->get_m_data_11(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m82416806(L_0, /*hidden argument*/List_1_get_Count_m82416806_RuntimeMethod_var); return L_1; } } // DMCore.Logic.CProExchange/exchangeData DMCore.Logic.CProExchange::getData(System.Int32) extern "C" IL2CPP_METHOD_ATTR exchangeData_t2276287128 * CProExchange_getData_m70977884 (CProExchange_t1749490918 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProExchange_getData_m70977884_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; List_1_t3748361870 * L_1 = __this->get_m_data_11(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m82416806(L_1, /*hidden argument*/List_1_get_Count_m82416806_RuntimeMethod_var); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0013; } } { return (exchangeData_t2276287128 *)NULL; } IL_0013: { List_1_t3748361870 * L_3 = __this->get_m_data_11(); int32_t L_4 = ___index0; NullCheck(L_3); exchangeData_t2276287128 * L_5 = List_1_get_Item_m3386300837(L_3, L_4, /*hidden argument*/List_1_get_Item_m3386300837_RuntimeMethod_var); return L_5; } } // System.Boolean DMCore.Logic.CProExchange::Deserial(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR bool CProExchange_Deserial_m218293733 (CProExchange_t1749490918 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProExchange_Deserial_m218293733_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; exchangeData_t2276287128 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; String_t* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; int32_t V_18 = 0; int32_t V_19 = 0; int32_t V_20 = 0; int32_t V_21 = 0; int32_t V_22 = 0; int32_t V_23 = 0; { List_1_t3748361870 * L_0 = __this->get_m_data_11(); NullCheck(L_0); List_1_Clear_m2514577771(L_0, /*hidden argument*/List_1_Clear_m2514577771_RuntimeMethod_var); V_0 = 3; CDataArray_t4068198041 * L_1 = ___msg0; int32_t L_2 = V_0; int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); V_0 = L_3; NullCheck(L_1); int32_t L_4 = CDataArray_GetInt_m1111369473(L_1, L_3, 0, /*hidden argument*/NULL); V_1 = L_4; V_2 = 0; goto IL_0386; } IL_0021: { exchangeData_t2276287128 * L_5 = (exchangeData_t2276287128 *)il2cpp_codegen_object_new(exchangeData_t2276287128_il2cpp_TypeInfo_var); exchangeData__ctor_m2954104488(L_5, /*hidden argument*/NULL); V_3 = L_5; exchangeData_t2276287128 * L_6 = V_3; CDataArray_t4068198041 * L_7 = ___msg0; int32_t L_8 = V_0; int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); V_0 = L_9; NullCheck(L_7); int32_t L_10 = CDataArray_GetInt_m1111369473(L_7, L_9, 0, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_id_0(L_10); exchangeData_t2276287128 * L_11 = V_3; CDataArray_t4068198041 * L_12 = ___msg0; int32_t L_13 = V_0; int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); V_0 = L_14; NullCheck(L_12); int32_t L_15 = CDataArray_GetInt_m1111369473(L_12, L_14, 0, /*hidden argument*/NULL); NullCheck(L_11); L_11->set_isExchange_1(L_15); exchangeData_t2276287128 * L_16 = V_3; CDataArray_t4068198041 * L_17 = ___msg0; int32_t L_18 = V_0; int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); V_0 = L_19; NullCheck(L_17); int32_t L_20 = CDataArray_GetInt_m1111369473(L_17, L_19, 0, /*hidden argument*/NULL); NullCheck(L_16); L_16->set_curExchangeNum_3(L_20); CDataArray_t4068198041 * L_21 = ___msg0; int32_t L_22 = V_0; int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); V_0 = L_23; NullCheck(L_21); int32_t L_24 = CDataArray_GetInt_m1111369473(L_21, L_23, 0, /*hidden argument*/NULL); V_4 = L_24; V_5 = 0; goto IL_027d; } IL_0073: { CDataArray_t4068198041 * L_25 = ___msg0; int32_t L_26 = V_0; int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); V_0 = L_27; NullCheck(L_25); int32_t L_28 = CDataArray_GetInt_m1111369473(L_25, L_27, 0, /*hidden argument*/NULL); V_6 = L_28; CDataArray_t4068198041 * L_29 = ___msg0; int32_t L_30 = V_0; int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); V_0 = L_31; NullCheck(L_29); int32_t L_32 = CDataArray_GetInt_m1111369473(L_29, L_31, 0, /*hidden argument*/NULL); V_7 = L_32; CTextHelp_t3119637808 * L_33 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_34 = V_6; int32_t L_35 = L_34; RuntimeObject * L_36 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_35); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral164454475, L_36, /*hidden argument*/NULL); NullCheck(L_33); String_t* L_38 = CTextHelp_GetText_m372251958(L_33, L_37, /*hidden argument*/NULL); int32_t L_39 = V_7; int32_t L_40 = L_39; RuntimeObject * L_41 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_40); String_t* L_42 = String_Format_m2844511972(NULL /*static, unused*/, L_38, L_41, /*hidden argument*/NULL); V_8 = L_42; int32_t L_43 = V_6; if (L_43) { goto IL_0123; } } { CMainRole_t4200562839 * L_44 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); CProperty_t963755051 * L_45 = ISceneBaseObj_GetNetProperty_m1709069404(L_44, /*hidden argument*/NULL); NullCheck(L_45); int32_t L_46 = CProperty_GetInt_m2680341236(L_45, _stringLiteral1232841122, 0, /*hidden argument*/NULL); V_9 = L_46; int32_t L_47 = V_7; int32_t L_48 = V_9; if ((((int32_t)L_47) <= ((int32_t)L_48))) { goto IL_0101; } } { exchangeData_t2276287128 * L_49 = V_3; exchangeData_t2276287128 * L_50 = L_49; NullCheck(L_50); String_t* L_51 = L_50->get_condition_2(); String_t* L_52 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = String_Concat_m2163913788(NULL /*static, unused*/, L_51, _stringLiteral1212628581, L_52, _stringLiteral3497279390, /*hidden argument*/NULL); NullCheck(L_50); L_50->set_condition_2(L_53); goto IL_011e; } IL_0101: { exchangeData_t2276287128 * L_54 = V_3; exchangeData_t2276287128 * L_55 = L_54; NullCheck(L_55); String_t* L_56 = L_55->get_condition_2(); String_t* L_57 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_58 = String_Concat_m2163913788(NULL /*static, unused*/, L_56, _stringLiteral597893317, L_57, _stringLiteral3497279390, /*hidden argument*/NULL); NullCheck(L_55); L_55->set_condition_2(L_58); } IL_011e: { goto IL_0277; } IL_0123: { int32_t L_59 = V_6; if ((!(((uint32_t)L_59) == ((uint32_t)1)))) { goto IL_018f; } } { CMainRole_t4200562839 * L_60 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_60); CProperty_t963755051 * L_61 = ISceneBaseObj_GetNetProperty_m1709069404(L_60, /*hidden argument*/NULL); NullCheck(L_61); int32_t L_62 = CProperty_GetInt_m2680341236(L_61, _stringLiteral228405444, 0, /*hidden argument*/NULL); V_10 = L_62; int32_t L_63 = V_7; int32_t L_64 = V_10; if ((((int32_t)L_63) <= ((int32_t)L_64))) { goto IL_016d; } } { exchangeData_t2276287128 * L_65 = V_3; exchangeData_t2276287128 * L_66 = L_65; NullCheck(L_66); String_t* L_67 = L_66->get_condition_2(); String_t* L_68 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_69 = String_Concat_m2163913788(NULL /*static, unused*/, L_67, _stringLiteral1212628581, L_68, _stringLiteral3497279390, /*hidden argument*/NULL); NullCheck(L_66); L_66->set_condition_2(L_69); goto IL_018a; } IL_016d: { exchangeData_t2276287128 * L_70 = V_3; exchangeData_t2276287128 * L_71 = L_70; NullCheck(L_71); String_t* L_72 = L_71->get_condition_2(); String_t* L_73 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_74 = String_Concat_m2163913788(NULL /*static, unused*/, L_72, _stringLiteral597893317, L_73, _stringLiteral3497279390, /*hidden argument*/NULL); NullCheck(L_71); L_71->set_condition_2(L_74); } IL_018a: { goto IL_0277; } IL_018f: { int32_t L_75 = V_6; if ((!(((uint32_t)L_75) == ((uint32_t)2)))) { goto IL_01fb; } } { CMainRole_t4200562839 * L_76 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_76); CProperty_t963755051 * L_77 = ISceneBaseObj_GetNetProperty_m1709069404(L_76, /*hidden argument*/NULL); NullCheck(L_77); int32_t L_78 = CProperty_GetInt_m2680341236(L_77, _stringLiteral4041997353, 0, /*hidden argument*/NULL); V_11 = L_78; int32_t L_79 = V_7; int32_t L_80 = V_11; if ((((int32_t)L_79) <= ((int32_t)L_80))) { goto IL_01d9; } } { exchangeData_t2276287128 * L_81 = V_3; exchangeData_t2276287128 * L_82 = L_81; NullCheck(L_82); String_t* L_83 = L_82->get_condition_2(); String_t* L_84 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_85 = String_Concat_m2163913788(NULL /*static, unused*/, L_83, _stringLiteral1212628581, L_84, _stringLiteral3497279390, /*hidden argument*/NULL); NullCheck(L_82); L_82->set_condition_2(L_85); goto IL_01f6; } IL_01d9: { exchangeData_t2276287128 * L_86 = V_3; exchangeData_t2276287128 * L_87 = L_86; NullCheck(L_87); String_t* L_88 = L_87->get_condition_2(); String_t* L_89 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_90 = String_Concat_m2163913788(NULL /*static, unused*/, L_88, _stringLiteral597893317, L_89, _stringLiteral3497279390, /*hidden argument*/NULL); NullCheck(L_87); L_87->set_condition_2(L_90); } IL_01f6: { goto IL_0277; } IL_01fb: { int32_t L_91 = V_6; if ((!(((uint32_t)L_91) == ((uint32_t)3)))) { goto IL_0267; } } { CMainRole_t4200562839 * L_92 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_92); CProperty_t963755051 * L_93 = ISceneBaseObj_GetNetProperty_m1709069404(L_92, /*hidden argument*/NULL); NullCheck(L_93); int32_t L_94 = CProperty_GetInt_m2680341236(L_93, _stringLiteral3037169078, 0, /*hidden argument*/NULL); V_12 = L_94; int32_t L_95 = V_7; int32_t L_96 = V_12; if ((((int32_t)L_95) <= ((int32_t)L_96))) { goto IL_0245; } } { exchangeData_t2276287128 * L_97 = V_3; exchangeData_t2276287128 * L_98 = L_97; NullCheck(L_98); String_t* L_99 = L_98->get_condition_2(); String_t* L_100 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_101 = String_Concat_m2163913788(NULL /*static, unused*/, L_99, _stringLiteral1212628581, L_100, _stringLiteral3497279390, /*hidden argument*/NULL); NullCheck(L_98); L_98->set_condition_2(L_101); goto IL_0262; } IL_0245: { exchangeData_t2276287128 * L_102 = V_3; exchangeData_t2276287128 * L_103 = L_102; NullCheck(L_103); String_t* L_104 = L_103->get_condition_2(); String_t* L_105 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_106 = String_Concat_m2163913788(NULL /*static, unused*/, L_104, _stringLiteral597893317, L_105, _stringLiteral3497279390, /*hidden argument*/NULL); NullCheck(L_103); L_103->set_condition_2(L_106); } IL_0262: { goto IL_0277; } IL_0267: { int32_t L_107 = V_6; if ((!(((uint32_t)L_107) == ((uint32_t)4)))) { goto IL_0277; } } { exchangeData_t2276287128 * L_108 = V_3; int32_t L_109 = V_7; NullCheck(L_108); L_108->set_maxExchangeNum_4(L_109); } IL_0277: { int32_t L_110 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)1)); } IL_027d: { int32_t L_111 = V_5; int32_t L_112 = V_4; if ((((int32_t)L_111) < ((int32_t)L_112))) { goto IL_0073; } } { CDataArray_t4068198041 * L_113 = ___msg0; int32_t L_114 = V_0; int32_t L_115 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); V_0 = L_115; NullCheck(L_113); int32_t L_116 = CDataArray_GetInt_m1111369473(L_113, L_115, 0, /*hidden argument*/NULL); V_13 = L_116; exchangeData_t2276287128 * L_117 = V_3; int32_t L_118 = V_13; NullCheck(L_117); L_117->set_consume_5(((consumeDataU5BU5D_t324587660*)SZArrayNew(consumeDataU5BU5D_t324587660_il2cpp_TypeInfo_var, (uint32_t)L_118))); V_14 = 0; goto IL_02fd; } IL_02a9: { CDataArray_t4068198041 * L_119 = ___msg0; int32_t L_120 = V_0; int32_t L_121 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1)); V_0 = L_121; NullCheck(L_119); int32_t L_122 = CDataArray_GetInt_m1111369473(L_119, L_121, 0, /*hidden argument*/NULL); V_15 = L_122; CDataArray_t4068198041 * L_123 = ___msg0; int32_t L_124 = V_0; int32_t L_125 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)); V_0 = L_125; NullCheck(L_123); int32_t L_126 = CDataArray_GetInt_m1111369473(L_123, L_125, 0, /*hidden argument*/NULL); V_16 = L_126; CDataArray_t4068198041 * L_127 = ___msg0; int32_t L_128 = V_0; int32_t L_129 = ((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)1)); V_0 = L_129; NullCheck(L_127); int32_t L_130 = CDataArray_GetInt_m1111369473(L_127, L_129, 0, /*hidden argument*/NULL); V_17 = L_130; CDataArray_t4068198041 * L_131 = ___msg0; int32_t L_132 = V_0; int32_t L_133 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1)); V_0 = L_133; NullCheck(L_131); int32_t L_134 = CDataArray_GetInt_m1111369473(L_131, L_133, 0, /*hidden argument*/NULL); V_18 = L_134; exchangeData_t2276287128 * L_135 = V_3; NullCheck(L_135); consumeDataU5BU5D_t324587660* L_136 = L_135->get_consume_5(); int32_t L_137 = V_14; int32_t L_138 = V_15; int32_t L_139 = V_16; int32_t L_140 = V_17; int32_t L_141 = V_18; consumeData_t3764125713 * L_142 = (consumeData_t3764125713 *)il2cpp_codegen_object_new(consumeData_t3764125713_il2cpp_TypeInfo_var); consumeData__ctor_m2835836785(L_142, L_138, L_139, L_140, L_141, /*hidden argument*/NULL); NullCheck(L_136); ArrayElementTypeCheck (L_136, L_142); (L_136)->SetAt(static_cast(L_137), (consumeData_t3764125713 *)L_142); int32_t L_143 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)1)); } IL_02fd: { int32_t L_144 = V_14; int32_t L_145 = V_13; if ((((int32_t)L_144) < ((int32_t)L_145))) { goto IL_02a9; } } { CDataArray_t4068198041 * L_146 = ___msg0; int32_t L_147 = V_0; int32_t L_148 = ((int32_t)il2cpp_codegen_add((int32_t)L_147, (int32_t)1)); V_0 = L_148; NullCheck(L_146); int32_t L_149 = CDataArray_GetInt_m1111369473(L_146, L_148, 0, /*hidden argument*/NULL); V_19 = L_149; exchangeData_t2276287128 * L_150 = V_3; int32_t L_151 = V_19; NullCheck(L_150); L_150->set_exchange_6(((CAwardItemU5BU5D_t688006690*)SZArrayNew(CAwardItemU5BU5D_t688006690_il2cpp_TypeInfo_var, (uint32_t)L_151))); V_20 = 0; goto IL_036d; } IL_0329: { CDataArray_t4068198041 * L_152 = ___msg0; int32_t L_153 = V_0; int32_t L_154 = ((int32_t)il2cpp_codegen_add((int32_t)L_153, (int32_t)1)); V_0 = L_154; NullCheck(L_152); int32_t L_155 = CDataArray_GetInt_m1111369473(L_152, L_154, 0, /*hidden argument*/NULL); V_21 = L_155; CDataArray_t4068198041 * L_156 = ___msg0; int32_t L_157 = V_0; int32_t L_158 = ((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)1)); V_0 = L_158; NullCheck(L_156); int32_t L_159 = CDataArray_GetInt_m1111369473(L_156, L_158, 0, /*hidden argument*/NULL); V_22 = L_159; CDataArray_t4068198041 * L_160 = ___msg0; int32_t L_161 = V_0; int32_t L_162 = ((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1)); V_0 = L_162; NullCheck(L_160); int32_t L_163 = CDataArray_GetInt_m1111369473(L_160, L_162, 0, /*hidden argument*/NULL); V_23 = L_163; exchangeData_t2276287128 * L_164 = V_3; NullCheck(L_164); CAwardItemU5BU5D_t688006690* L_165 = L_164->get_exchange_6(); int32_t L_166 = V_20; int32_t L_167 = V_21; int32_t L_168 = V_22; int32_t L_169 = V_23; CAwardItem_t1677460915 * L_170 = (CAwardItem_t1677460915 *)il2cpp_codegen_object_new(CAwardItem_t1677460915_il2cpp_TypeInfo_var); CAwardItem__ctor_m4013977086(L_170, L_167, L_168, L_169, /*hidden argument*/NULL); NullCheck(L_165); ArrayElementTypeCheck (L_165, L_170); (L_165)->SetAt(static_cast(L_166), (CAwardItem_t1677460915 *)L_170); int32_t L_171 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_171, (int32_t)1)); } IL_036d: { int32_t L_172 = V_20; int32_t L_173 = V_19; if ((((int32_t)L_172) < ((int32_t)L_173))) { goto IL_0329; } } { List_1_t3748361870 * L_174 = __this->get_m_data_11(); exchangeData_t2276287128 * L_175 = V_3; NullCheck(L_174); List_1_Add_m3375462328(L_174, L_175, /*hidden argument*/List_1_Add_m3375462328_RuntimeMethod_var); int32_t L_176 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)1)); } IL_0386: { int32_t L_177 = V_2; int32_t L_178 = V_1; if ((((int32_t)L_177) < ((int32_t)L_178))) { goto IL_0021; } } { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CProExchange/consumeData::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void consumeData__ctor_m2835836785 (consumeData_t3764125713 * __this, int32_t ___configId0, int32_t ___amount1, int32_t ___valid2, int32_t ___num3, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___configId0; __this->set_m_configId_0(L_0); int32_t L_1 = ___amount1; __this->set_m_amount_1(L_1); int32_t L_2 = ___valid2; __this->set_m_valid_2(L_2); int32_t L_3 = ___num3; __this->set_m_curNum_3(L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CProExchange/exchangeData::.ctor() extern "C" IL2CPP_METHOD_ATTR void exchangeData__ctor_m2954104488 (exchangeData_t2276287128 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CProfessManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CProfessManager__ctor_m3206219716 (CProfessManager_t3007339680 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Logic.CProfessManager DMCore.Logic.CProfessManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CProfessManager_t3007339680 * CProfessManager_GetInstance_m979801718 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProfessManager_GetInstance_m979801718_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CProfessManager_t3007339680 * L_0 = ((CProfessManager_t3007339680_StaticFields*)il2cpp_codegen_static_fields_for(CProfessManager_t3007339680_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (!L_0) { goto IL_0010; } } { CProfessManager_t3007339680 * L_1 = ((CProfessManager_t3007339680_StaticFields*)il2cpp_codegen_static_fields_for(CProfessManager_t3007339680_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_1; } IL_0010: { CProfessManager_t3007339680 * L_2 = (CProfessManager_t3007339680 *)il2cpp_codegen_object_new(CProfessManager_t3007339680_il2cpp_TypeInfo_var); CProfessManager__ctor_m3206219716(L_2, /*hidden argument*/NULL); ((CProfessManager_t3007339680_StaticFields*)il2cpp_codegen_static_fields_for(CProfessManager_t3007339680_il2cpp_TypeInfo_var))->set_s_Instance_0(L_2); CProfessManager_t3007339680 * L_3 = ((CProfessManager_t3007339680_StaticFields*)il2cpp_codegen_static_fields_for(CProfessManager_t3007339680_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_3; } } // System.Void DMCore.Logic.CProfessManager::SetTxtInfo(System.String) extern "C" IL2CPP_METHOD_ATTR void CProfessManager_SetTxtInfo_m4123556294 (CProfessManager_t3007339680 * __this, String_t* ___txt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProfessManager_SetTxtInfo_m4123556294_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uiProfess_t251011769 * L_0 = CProfessManager_get_ProfessInstance_m1375445619(__this, /*hidden argument*/NULL); 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: { uiProfess_t251011769 * L_2 = CProfessManager_get_ProfessInstance_m1375445619(__this, /*hidden argument*/NULL); String_t* L_3 = ___txt0; NullCheck(L_2); uiProfess_SetTxtInfo_m2232105516(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CProfessManager::SetProfessInfo(System.Int64,System.String,System.Int64,System.String) extern "C" IL2CPP_METHOD_ATTR void CProfessManager_SetProfessInfo_m171733358 (CProfessManager_t3007339680 * __this, int64_t ___toId0, String_t* ___toName1, int64_t ___fromId2, String_t* ___fromName3, const RuntimeMethod* method) { { uiProfess_t251011769 * L_0 = CProfessManager_get_ProfessInstance_m1375445619(__this, /*hidden argument*/NULL); int64_t L_1 = ___toId0; String_t* L_2 = ___toName1; int64_t L_3 = ___fromId2; String_t* L_4 = ___fromName3; NullCheck(L_0); uiProfess_SetProfessNames_m830897935(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CProfessManager::ProfessRequest(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CProfessManager_ProfessRequest_m1797032842 (CProfessManager_t3007339680 * __this, int64_t ___toUserId0, bool ___acc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProfessManager_ProfessRequest_m1797032842_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1506), /*hidden argument*/NULL); bool L_2 = ___acc1; if (!L_2) { goto IL_0023; } } { CDataArray_t4068198041 * L_3 = V_0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, 2, /*hidden argument*/NULL); goto IL_002a; } IL_0023: { CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, 3, /*hidden argument*/NULL); } IL_002a: { CDataArray_t4068198041 * L_5 = V_0; int64_t L_6 = ___toUserId0; NullCheck(L_5); CDataArray_Push_m3799896857(L_5, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_0; NullCheck(L_7); CDataArray_Flush_m1077150699(L_7, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CProfessManager::Gift(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CProfessManager_Gift_m876815797 (CProfessManager_t3007339680 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProfessManager_Gift_m876815797_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)943), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; int32_t L_4 = ___type0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; int64_t L_6 = __this->get_mToUserId_2(); NullCheck(L_5); CDataArray_Push_m3799896857(L_5, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_0; NullCheck(L_7); CDataArray_Flush_m1077150699(L_7, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CProfessManager::Boo(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CProfessManager_Boo_m2579622639 (CProfessManager_t3007339680 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProfessManager_Boo_m2579622639_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)943), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, 2, /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; int32_t L_4 = ___type0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; int64_t L_6 = __this->get_mToUserId_2(); NullCheck(L_5); CDataArray_Push_m3799896857(L_5, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_0; NullCheck(L_7); CDataArray_Flush_m1077150699(L_7, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CProfessManager::QuiteRoom() extern "C" IL2CPP_METHOD_ATTR void CProfessManager_QuiteRoom_m3163530157 (CProfessManager_t3007339680 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProfessManager_QuiteRoom_m3163530157_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = (intptr_t)CProfessManager_OnQuitConfirmCallBack_m518679445_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_1 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_1, __this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m686064934(NULL /*static, unused*/, 1, _stringLiteral4142745301, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CProfessManager::OnQuitConfirmCallBack(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CProfessManager_OnQuitConfirmCallBack_m518679445 (CProfessManager_t3007339680 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProfessManager_OnQuitConfirmCallBack_m518679445_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; CDataArray_t4068198041 * V_2 = NULL; Transform_t3600365921 * G_B5_0 = NULL; { bool L_0 = ___bConfirmed0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_1 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CWndController_HideUI_m732482071(L_1, ((int32_t)32), /*hidden argument*/NULL); 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); ICameraBase_t3615533728 * L_3 = CRoot_GetCamera_m3179746689(L_2, /*hidden argument*/NULL); NullCheck(L_3); Camera_t4157153871 * L_4 = ICameraBase_GetUICamera_m3997251255(L_3, /*hidden argument*/NULL); V_0 = L_4; Camera_t4157153871 * L_5 = V_0; 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_0044; } } { Camera_t4157153871 * L_7 = V_0; NullCheck(L_7); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(L_7, /*hidden argument*/NULL); NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_Find_m1729760951(L_8, _stringLiteral2215699307, /*hidden argument*/NULL); G_B5_0 = L_9; goto IL_0045; } IL_0044: { G_B5_0 = ((Transform_t3600365921 *)(NULL)); } IL_0045: { V_1 = G_B5_0; Transform_t3600365921 * L_10 = V_1; 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_005e; } } { Transform_t3600365921 * L_12 = V_1; NullCheck(L_12); GameObject_t1113636619 * L_13 = Component_get_gameObject_m442555142(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); return; } IL_005e: { 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); CNetMainLogic_t857650587 * L_15 = CRoot_GetNetControl_m305351655(L_14, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = CNetMainLogic_GetNetState_m3393450786(L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) == ((int32_t)8))) { goto IL_0097; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_17 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CNetMainLogic_t857650587 * L_18 = CRoot_GetNetControl_m305351655(L_17, /*hidden argument*/NULL); NullCheck(L_18); CNetMainLogic_SetNetState_m3776391945(L_18, 8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_19 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_19, /*hidden argument*/NULL); V_2 = L_19; CDataArray_t4068198041 * L_20 = V_2; NullCheck(L_20); CDataArray_Push_m3820844360(L_20, ((int32_t)100), /*hidden argument*/NULL); CDataArray_t4068198041 * L_21 = V_2; NullCheck(L_21); CDataArray_Flush_m1077150699(L_21, /*hidden argument*/NULL); } IL_0097: { return; } } // System.Void DMCore.Logic.CProfessManager::set_ProfessInstance(uiProfess) extern "C" IL2CPP_METHOD_ATTR void CProfessManager_set_ProfessInstance_m871794592 (CProfessManager_t3007339680 * __this, uiProfess_t251011769 * ___value0, const RuntimeMethod* method) { { uiProfess_t251011769 * L_0 = ___value0; __this->set_mUIProfess_1(L_0); return; } } // uiProfess DMCore.Logic.CProfessManager::get_ProfessInstance() extern "C" IL2CPP_METHOD_ATTR uiProfess_t251011769 * CProfessManager_get_ProfessInstance_m1375445619 (CProfessManager_t3007339680 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CProfessManager_get_ProfessInstance_m1375445619_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { uiProfess_t251011769 * L_0 = __this->get_mUIProfess_1(); 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_0036; } } { 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); GameObject_t1113636619 * L_3 = CWndController_CreateDelayBindWnd_m1486584967(L_2, ((int32_t)32), /*hidden argument*/NULL); V_0 = L_3; GameObject_t1113636619 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0036; } } { GameObject_t1113636619 * L_6 = V_0; NullCheck(L_6); uiProfess_t251011769 * L_7 = GameObject_GetComponent_TisuiProfess_t251011769_m697575318(L_6, /*hidden argument*/GameObject_GetComponent_TisuiProfess_t251011769_m697575318_RuntimeMethod_var); __this->set_mUIProfess_1(L_7); } IL_0036: { uiProfess_t251011769 * L_8 = __this->get_mUIProfess_1(); return L_8; } } // System.Void DMCore.Logic.CProfessManager::SetToUserId(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CProfessManager_SetToUserId_m3958711666 (CProfessManager_t3007339680 * __this, int64_t ___userId0, const RuntimeMethod* method) { { int64_t L_0 = ___userId0; __this->set_mToUserId_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPropEquipManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager__ctor_m3082144614 (CPropEquipManager_t729741778 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropEquipManager__ctor_m3082144614_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_canUseProp_0((bool)1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_isChanged_1((bool)1); Dictionary_2_t3250266723 * L_0 = (Dictionary_2_t3250266723 *)il2cpp_codegen_object_new(Dictionary_2_t3250266723_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2005053384(L_0, /*hidden argument*/Dictionary_2__ctor_m2005053384_RuntimeMethod_var); __this->set_m_equipPropList_2(L_0); List_1_t1538660838 * L_1 = (List_1_t1538660838 *)il2cpp_codegen_object_new(List_1_t1538660838_il2cpp_TypeInfo_var); List_1__ctor_m3603412941(L_1, /*hidden argument*/List_1__ctor_m3603412941_RuntimeMethod_var); __this->set_m_personalEquipPropList_4(L_1); CPropEquipManager_LoadEquipPropConfig_m419941709(__this, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPropEquipManager DMCore.Logic.CPropEquipManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropEquipManager_t729741778 * CPropEquipManager_GetInstance_m2283608790 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropEquipManager_GetInstance_m2283608790_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropEquipManager_t729741778_il2cpp_TypeInfo_var); CPropEquipManager_t729741778 * L_0 = ((CPropEquipManager_t729741778_StaticFields*)il2cpp_codegen_static_fields_for(CPropEquipManager_t729741778_il2cpp_TypeInfo_var))->get_s_instance_3(); if (L_0) { goto IL_0014; } } { CPropEquipManager_t729741778 * L_1 = (CPropEquipManager_t729741778 *)il2cpp_codegen_object_new(CPropEquipManager_t729741778_il2cpp_TypeInfo_var); CPropEquipManager__ctor_m3082144614(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPropEquipManager_t729741778_il2cpp_TypeInfo_var); ((CPropEquipManager_t729741778_StaticFields*)il2cpp_codegen_static_fields_for(CPropEquipManager_t729741778_il2cpp_TypeInfo_var))->set_s_instance_3(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPropEquipManager_t729741778_il2cpp_TypeInfo_var); CPropEquipManager_t729741778 * L_2 = ((CPropEquipManager_t729741778_StaticFields*)il2cpp_codegen_static_fields_for(CPropEquipManager_t729741778_il2cpp_TypeInfo_var))->get_s_instance_3(); return L_2; } } // System.Boolean DMCore.Logic.CPropEquipManager::get_IsChanged() extern "C" IL2CPP_METHOD_ATTR bool CPropEquipManager_get_IsChanged_m887339177 (CPropEquipManager_t729741778 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_isChanged_1(); return L_0; } } // System.Void DMCore.Logic.CPropEquipManager::set_IsChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_set_IsChanged_m794376974 (CPropEquipManager_t729741778 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_isChanged_1(L_0); return; } } // System.Int32 DMCore.Logic.CPropEquipManager::GetEquipCellCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPropEquipManager_GetEquipCellCount_m2301554759 (CPropEquipManager_t729741778 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropEquipManager_GetEquipCellCount_m2301554759_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3250266723 * L_0 = __this->get_m_equipPropList_2(); NullCheck(L_0); int32_t L_1 = Dictionary_2_get_Count_m3131981676(L_0, /*hidden argument*/Dictionary_2_get_Count_m3131981676_RuntimeMethod_var); return L_1; } } // System.Void DMCore.Logic.CPropEquipManager::LoadEquipPropConfig() extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_LoadEquipPropConfig_m419941709 (CPropEquipManager_t729741778 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropEquipManager_LoadEquipPropConfig_m419941709_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; TextAsset_t3022178571 * V_1 = NULL; XmlDocument_t2837193595 * V_2 = NULL; XmlElement_t561603118 * V_3 = NULL; XmlNodeList_t2551693786 * V_4 = NULL; int32_t V_5 = 0; XmlElement_t561603118 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlElement_t561603118 * G_B5_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_0 = CLocalizationManager_GetInstance_m2075678818(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = CLocalizationManager_GetLocalizePath_m3024801825(L_0, _stringLiteral3430731460, /*hidden argument*/NULL); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_2 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = V_0; NullCheck(L_2); Object_t631007953 * L_4 = IResourceManager_CreateResource_m1279813597(L_2, L_3, (bool)0, /*hidden argument*/NULL); V_1 = ((TextAsset_t3022178571 *)CastclassClass((RuntimeObject*)L_4, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * 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_003e; } } { CLogHelp_t779629444 * L_7 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CLogHelp_Log_m386290467(L_7, _stringLiteral2550062414, /*hidden argument*/NULL); return; } IL_003e: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_8 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_8, /*hidden argument*/NULL); V_2 = L_8; XmlDocument_t2837193595 * L_9 = V_2; TextAsset_t3022178571 * L_10 = V_1; NullCheck(L_10); String_t* L_11 = TextAsset_get_text_m2027878391(L_10, /*hidden argument*/NULL); NullCheck(L_9); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_9, L_11); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_12 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_13 = V_0; NullCheck(L_12); VirtFuncInvoker1< bool, String_t* >::Invoke(7 /* System.Boolean DMCore.Framework.Resource.IResourceManager::ClearCache(System.String) */, L_12, L_13); V_1 = (TextAsset_t3022178571 *)NULL; XmlDocument_t2837193595 * L_14 = V_2; if (!L_14) { goto IL_0074; } } IL_0064: { XmlDocument_t2837193595 * L_15 = V_2; NullCheck(L_15); XmlNode_t3767805227 * L_16 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_15); G_B5_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_16, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0075; } IL_0074: { G_B5_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0075: { V_3 = G_B5_0; XmlElement_t561603118 * L_17 = V_3; NullCheck(L_17); XmlNodeList_t2551693786 * L_18 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_17); V_4 = L_18; XmlNodeList_t2551693786 * L_19 = V_4; if (L_19) { goto IL_008a; } } IL_0085: { goto IL_00f3; } IL_008a: { V_5 = 0; goto IL_00da; } IL_0092: { XmlNodeList_t2551693786 * L_20 = V_4; int32_t L_21 = V_5; NullCheck(L_20); XmlNode_t3767805227 * L_22 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_20, L_21); V_6 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_22, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_23 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_24 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_23, _stringLiteral520847745, (-1), /*hidden argument*/NULL); V_7 = L_24; XmlElement_t561603118 * L_25 = V_6; int32_t L_26 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_25, _stringLiteral797640427, (-1), /*hidden argument*/NULL); V_8 = L_26; Dictionary_2_t3250266723 * L_27 = __this->get_m_equipPropList_2(); int32_t L_28 = V_8; int32_t L_29 = V_7; EquipPropInfo_t66586096 * L_30 = (EquipPropInfo_t66586096 *)il2cpp_codegen_object_new(EquipPropInfo_t66586096_il2cpp_TypeInfo_var); EquipPropInfo__ctor_m3189790088(L_30, L_29, /*hidden argument*/NULL); NullCheck(L_27); Dictionary_2_Add_m3869388564(L_27, L_28, L_30, /*hidden argument*/Dictionary_2_Add_m3869388564_RuntimeMethod_var); int32_t L_31 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00da: { int32_t L_32 = V_5; XmlNodeList_t2551693786 * L_33 = V_4; NullCheck(L_33); int32_t L_34 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_33); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_0092; } } IL_00e8: { goto IL_00f3; } } // 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_00ed; throw e; } CATCH_00ed: { // begin catch(System.Object) goto IL_00f3; } // end catch (depth: 1) IL_00f3: { return; } } // System.Void DMCore.Logic.CPropEquipManager::AddEquipPropItem(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_AddEquipPropItem_m1152015130 (CPropEquipManager_t729741778 * __this, int32_t ___config_id0, int32_t ___server_id1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropEquipManager_AddEquipPropItem_m1152015130_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t1352971594 V_0; memset(&V_0, 0, sizeof(V_0)); Enumerator_t909482202 V_1; memset(&V_1, 0, sizeof(V_1)); EquipPropInfo_t66586096 * V_2 = NULL; Enumerator_t3427904715 V_3; memset(&V_3, 0, sizeof(V_3)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Dictionary_2_t3250266723 * L_0 = __this->get_m_equipPropList_2(); NullCheck(L_0); Enumerator_t909482202 L_1 = Dictionary_2_GetEnumerator_m100942585(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m100942585_RuntimeMethod_var); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0038; } IL_0011: { KeyValuePair_2_t1352971594 L_2 = Enumerator_get_Current_m4091107576((&V_1), /*hidden argument*/Enumerator_get_Current_m4091107576_RuntimeMethod_var); V_0 = L_2; EquipPropInfo_t66586096 * L_3 = KeyValuePair_2_get_Value_m1750983452((&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m1750983452_RuntimeMethod_var); NullCheck(L_3); int32_t L_4 = EquipPropInfo_get_ConfigId_m3540446758(L_3, /*hidden argument*/NULL); int32_t L_5 = ___config_id0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0038; } } IL_002b: { EquipPropInfo_t66586096 * L_6 = KeyValuePair_2_get_Value_m1750983452((&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m1750983452_RuntimeMethod_var); int32_t L_7 = ___server_id1; NullCheck(L_6); EquipPropInfo_AddEquipItem_m707367590(L_6, L_7, /*hidden argument*/NULL); } IL_0038: { bool L_8 = Enumerator_MoveNext_m4255285194((&V_1), /*hidden argument*/Enumerator_MoveNext_m4255285194_RuntimeMethod_var); if (L_8) { goto IL_0011; } } IL_0044: { IL2CPP_LEAVE(0x57, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) Enumerator_Dispose_m941002324((&V_1), /*hidden argument*/Enumerator_Dispose_m941002324_RuntimeMethod_var); IL2CPP_END_FINALLY(73) } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_JUMP_TBL(0x57, IL_0057) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0057: { List_1_t1538660838 * L_9 = __this->get_m_personalEquipPropList_4(); NullCheck(L_9); int32_t L_10 = List_1_get_Count_m820470612(L_9, /*hidden argument*/List_1_get_Count_m820470612_RuntimeMethod_var); if (L_10) { goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_006d: { List_1_t1538660838 * L_11 = __this->get_m_personalEquipPropList_4(); NullCheck(L_11); Enumerator_t3427904715 L_12 = List_1_GetEnumerator_m3692242662(L_11, /*hidden argument*/List_1_GetEnumerator_m3692242662_RuntimeMethod_var); V_3 = L_12; } IL_0079: try { // begin try (depth: 1) { goto IL_0099; } IL_007e: { EquipPropInfo_t66586096 * L_13 = Enumerator_get_Current_m1842784758((&V_3), /*hidden argument*/Enumerator_get_Current_m1842784758_RuntimeMethod_var); V_2 = L_13; EquipPropInfo_t66586096 * L_14 = V_2; NullCheck(L_14); int32_t L_15 = EquipPropInfo_get_ConfigId_m3540446758(L_14, /*hidden argument*/NULL); int32_t L_16 = ___config_id0; if ((!(((uint32_t)L_15) == ((uint32_t)L_16)))) { goto IL_0099; } } IL_0092: { EquipPropInfo_t66586096 * L_17 = V_2; int32_t L_18 = ___server_id1; NullCheck(L_17); EquipPropInfo_AddEquipItem_m707367590(L_17, L_18, /*hidden argument*/NULL); } IL_0099: { bool L_19 = Enumerator_MoveNext_m2509077013((&V_3), /*hidden argument*/Enumerator_MoveNext_m2509077013_RuntimeMethod_var); if (L_19) { goto IL_007e; } } IL_00a5: { IL2CPP_LEAVE(0xB8, FINALLY_00aa); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00aa; } FINALLY_00aa: { // begin finally (depth: 1) Enumerator_Dispose_m1475620267((&V_3), /*hidden argument*/Enumerator_Dispose_m1475620267_RuntimeMethod_var); IL2CPP_END_FINALLY(170) } // end finally (depth: 1) IL2CPP_CLEANUP(170) { IL2CPP_JUMP_TBL(0xB8, IL_00b8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b8: { return; } } // System.Void DMCore.Logic.CPropEquipManager::RemoveEquipPropItem(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_RemoveEquipPropItem_m3193378222 (CPropEquipManager_t729741778 * __this, int32_t ___config_id0, int32_t ___server_id1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropEquipManager_RemoveEquipPropItem_m3193378222_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t1352971594 V_0; memset(&V_0, 0, sizeof(V_0)); Enumerator_t909482202 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); { Dictionary_2_t3250266723 * L_0 = __this->get_m_equipPropList_2(); NullCheck(L_0); Enumerator_t909482202 L_1 = Dictionary_2_GetEnumerator_m100942585(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m100942585_RuntimeMethod_var); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0038; } IL_0011: { KeyValuePair_2_t1352971594 L_2 = Enumerator_get_Current_m4091107576((&V_1), /*hidden argument*/Enumerator_get_Current_m4091107576_RuntimeMethod_var); V_0 = L_2; EquipPropInfo_t66586096 * L_3 = KeyValuePair_2_get_Value_m1750983452((&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m1750983452_RuntimeMethod_var); NullCheck(L_3); int32_t L_4 = EquipPropInfo_get_ConfigId_m3540446758(L_3, /*hidden argument*/NULL); int32_t L_5 = ___config_id0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0038; } } IL_002b: { EquipPropInfo_t66586096 * L_6 = KeyValuePair_2_get_Value_m1750983452((&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m1750983452_RuntimeMethod_var); int32_t L_7 = ___server_id1; NullCheck(L_6); EquipPropInfo_RemoveEquipItem_m4065351445(L_6, L_7, /*hidden argument*/NULL); } IL_0038: { bool L_8 = Enumerator_MoveNext_m4255285194((&V_1), /*hidden argument*/Enumerator_MoveNext_m4255285194_RuntimeMethod_var); if (L_8) { goto IL_0011; } } IL_0044: { IL2CPP_LEAVE(0x57, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) Enumerator_Dispose_m941002324((&V_1), /*hidden argument*/Enumerator_Dispose_m941002324_RuntimeMethod_var); IL2CPP_END_FINALLY(73) } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_JUMP_TBL(0x57, IL_0057) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0057: { return; } } // System.Void DMCore.Logic.CPropEquipManager::FreshEnableUsedItemCount() extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_FreshEnableUsedItemCount_m447571597 (CPropEquipManager_t729741778 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropEquipManager_FreshEnableUsedItemCount_m447571597_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t1352971594 V_0; memset(&V_0, 0, sizeof(V_0)); Enumerator_t909482202 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); { Dictionary_2_t3250266723 * L_0 = __this->get_m_equipPropList_2(); NullCheck(L_0); Enumerator_t909482202 L_1 = Dictionary_2_GetEnumerator_m100942585(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m100942585_RuntimeMethod_var); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0025; } IL_0011: { KeyValuePair_2_t1352971594 L_2 = Enumerator_get_Current_m4091107576((&V_1), /*hidden argument*/Enumerator_get_Current_m4091107576_RuntimeMethod_var); V_0 = L_2; EquipPropInfo_t66586096 * L_3 = KeyValuePair_2_get_Value_m1750983452((&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m1750983452_RuntimeMethod_var); NullCheck(L_3); EquipPropInfo_FreshEquipCount_m126640533(L_3, /*hidden argument*/NULL); } IL_0025: { bool L_4 = Enumerator_MoveNext_m4255285194((&V_1), /*hidden argument*/Enumerator_MoveNext_m4255285194_RuntimeMethod_var); if (L_4) { goto IL_0011; } } IL_0031: { IL2CPP_LEAVE(0x44, FINALLY_0036); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0036; } FINALLY_0036: { // begin finally (depth: 1) Enumerator_Dispose_m941002324((&V_1), /*hidden argument*/Enumerator_Dispose_m941002324_RuntimeMethod_var); IL2CPP_END_FINALLY(54) } // end finally (depth: 1) IL2CPP_CLEANUP(54) { IL2CPP_JUMP_TBL(0x44, IL_0044) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0044: { return; } } // DMCore.Logic.CPropEquipManager/EquipPropInfo DMCore.Logic.CPropEquipManager::GetEquipPropInfoByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR EquipPropInfo_t66586096 * CPropEquipManager_GetEquipPropInfoByIndex_m2306998360 (CPropEquipManager_t729741778 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropEquipManager_GetEquipPropInfoByIndex_m2306998360_MetadataUsageId); s_Il2CppMethodInitialized = true; } EquipPropInfo_t66586096 * V_0 = NULL; { V_0 = (EquipPropInfo_t66586096 *)NULL; Dictionary_2_t3250266723 * L_0 = __this->get_m_equipPropList_2(); int32_t L_1 = ___index0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m1238303978(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1238303978_RuntimeMethod_var); if (!L_2) { goto IL_0017; } } { EquipPropInfo_t66586096 * L_3 = V_0; return L_3; } IL_0017: { return (EquipPropInfo_t66586096 *)NULL; } } // DMCore.Logic.CPropEquipManager/EquipPropInfo DMCore.Logic.CPropEquipManager::GetEquipPropInfoByConfig(System.Int32) extern "C" IL2CPP_METHOD_ATTR EquipPropInfo_t66586096 * CPropEquipManager_GetEquipPropInfoByConfig_m3852090120 (CPropEquipManager_t729741778 * __this, int32_t ___configId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropEquipManager_GetEquipPropInfoByConfig_m3852090120_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t1352971594 V_0; memset(&V_0, 0, sizeof(V_0)); Enumerator_t909482202 V_1; memset(&V_1, 0, sizeof(V_1)); EquipPropInfo_t66586096 * V_2 = NULL; EquipPropInfo_t66586096 * V_3 = NULL; Enumerator_t3427904715 V_4; memset(&V_4, 0, sizeof(V_4)); 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); { Dictionary_2_t3250266723 * L_0 = __this->get_m_equipPropList_2(); NullCheck(L_0); Enumerator_t909482202 L_1 = Dictionary_2_GetEnumerator_m100942585(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m100942585_RuntimeMethod_var); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0038; } IL_0011: { KeyValuePair_2_t1352971594 L_2 = Enumerator_get_Current_m4091107576((&V_1), /*hidden argument*/Enumerator_get_Current_m4091107576_RuntimeMethod_var); V_0 = L_2; EquipPropInfo_t66586096 * L_3 = KeyValuePair_2_get_Value_m1750983452((&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m1750983452_RuntimeMethod_var); NullCheck(L_3); int32_t L_4 = EquipPropInfo_get_ConfigId_m3540446758(L_3, /*hidden argument*/NULL); int32_t L_5 = ___configId0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0038; } } IL_002b: { EquipPropInfo_t66586096 * L_6 = KeyValuePair_2_get_Value_m1750983452((&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m1750983452_RuntimeMethod_var); V_2 = L_6; IL2CPP_LEAVE(0xA5, FINALLY_0049); } IL_0038: { bool L_7 = Enumerator_MoveNext_m4255285194((&V_1), /*hidden argument*/Enumerator_MoveNext_m4255285194_RuntimeMethod_var); if (L_7) { goto IL_0011; } } IL_0044: { IL2CPP_LEAVE(0x57, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) Enumerator_Dispose_m941002324((&V_1), /*hidden argument*/Enumerator_Dispose_m941002324_RuntimeMethod_var); IL2CPP_END_FINALLY(73) } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_JUMP_TBL(0xA5, IL_00a5) IL2CPP_JUMP_TBL(0x57, IL_0057) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0057: { List_1_t1538660838 * L_8 = __this->get_m_personalEquipPropList_4(); NullCheck(L_8); Enumerator_t3427904715 L_9 = List_1_GetEnumerator_m3692242662(L_8, /*hidden argument*/List_1_GetEnumerator_m3692242662_RuntimeMethod_var); V_4 = L_9; } IL_0064: try { // begin try (depth: 1) { goto IL_0084; } IL_0069: { EquipPropInfo_t66586096 * L_10 = Enumerator_get_Current_m1842784758((&V_4), /*hidden argument*/Enumerator_get_Current_m1842784758_RuntimeMethod_var); V_3 = L_10; EquipPropInfo_t66586096 * L_11 = V_3; NullCheck(L_11); int32_t L_12 = EquipPropInfo_get_ConfigId_m3540446758(L_11, /*hidden argument*/NULL); int32_t L_13 = ___configId0; if ((!(((uint32_t)L_12) == ((uint32_t)L_13)))) { goto IL_0084; } } IL_007d: { EquipPropInfo_t66586096 * L_14 = V_3; V_2 = L_14; IL2CPP_LEAVE(0xA5, FINALLY_0095); } IL_0084: { bool L_15 = Enumerator_MoveNext_m2509077013((&V_4), /*hidden argument*/Enumerator_MoveNext_m2509077013_RuntimeMethod_var); if (L_15) { goto IL_0069; } } IL_0090: { IL2CPP_LEAVE(0xA3, FINALLY_0095); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0095; } FINALLY_0095: { // begin finally (depth: 1) Enumerator_Dispose_m1475620267((&V_4), /*hidden argument*/Enumerator_Dispose_m1475620267_RuntimeMethod_var); IL2CPP_END_FINALLY(149) } // end finally (depth: 1) IL2CPP_CLEANUP(149) { IL2CPP_JUMP_TBL(0xA5, IL_00a5) IL2CPP_JUMP_TBL(0xA3, IL_00a3) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a3: { return (EquipPropInfo_t66586096 *)NULL; } IL_00a5: { EquipPropInfo_t66586096 * L_16 = V_2; return L_16; } } // System.Void DMCore.Logic.CPropEquipManager::EquipProp(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_EquipProp_m1898121544 (CPropEquipManager_t729741778 * __this, int32_t ___configId0, const RuntimeMethod* method) { EquipPropInfo_t66586096 * V_0 = NULL; { int32_t L_0 = ___configId0; EquipPropInfo_t66586096 * L_1 = CPropEquipManager_GetEquipPropInfoByConfig_m3852090120(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; EquipPropInfo_t66586096 * L_2 = V_0; if (!L_2) { goto IL_0015; } } { EquipPropInfo_t66586096 * L_3 = V_0; NullCheck(L_3); EquipPropInfo_EquipProp_m629598684(L_3, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Void DMCore.Logic.CPropEquipManager::RemoveProp(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_RemoveProp_m3930196959 (CPropEquipManager_t729741778 * __this, int32_t ___configId0, const RuntimeMethod* method) { EquipPropInfo_t66586096 * V_0 = NULL; { int32_t L_0 = ___configId0; EquipPropInfo_t66586096 * L_1 = CPropEquipManager_GetEquipPropInfoByConfig_m3852090120(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; EquipPropInfo_t66586096 * L_2 = V_0; if (!L_2) { goto IL_0015; } } { EquipPropInfo_t66586096 * L_3 = V_0; NullCheck(L_3); EquipPropInfo_RemoveProp_m3287010831(L_3, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Boolean DMCore.Logic.CPropEquipManager::IsPropInEquiped(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPropEquipManager_IsPropInEquiped_m1739079908 (CPropEquipManager_t729741778 * __this, int32_t ___configId0, const RuntimeMethod* method) { EquipPropInfo_t66586096 * V_0 = NULL; int32_t G_B3_0 = 0; { int32_t L_0 = ___configId0; EquipPropInfo_t66586096 * L_1 = CPropEquipManager_GetEquipPropInfoByConfig_m3852090120(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; EquipPropInfo_t66586096 * L_2 = V_0; if (!L_2) { goto IL_0016; } } { EquipPropInfo_t66586096 * L_3 = V_0; NullCheck(L_3); bool L_4 = EquipPropInfo_IsEquip_m2556320448(L_3, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_4)); goto IL_0017; } IL_0016: { G_B3_0 = 0; } IL_0017: { return (bool)G_B3_0; } } // System.Boolean DMCore.Logic.CPropEquipManager::UseEquipedProp(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPropEquipManager_UseEquipedProp_m1130546270 (CPropEquipManager_t729741778 * __this, int32_t ___configId0, const RuntimeMethod* method) { EquipPropInfo_t66586096 * V_0 = NULL; { bool L_0 = __this->get_m_canUseProp_0(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_1 = ___configId0; EquipPropInfo_t66586096 * L_2 = CPropEquipManager_GetEquipPropInfoByConfig_m3852090120(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; EquipPropInfo_t66586096 * L_3 = V_0; if (!L_3) { goto IL_0022; } } { EquipPropInfo_t66586096 * L_4 = V_0; NullCheck(L_4); bool L_5 = EquipPropInfo_UseProp_m589699682(L_4, /*hidden argument*/NULL); return L_5; } IL_0022: { return (bool)0; } } // System.Void DMCore.Logic.CPropEquipManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_ClearAll_m3847309925 (CPropEquipManager_t729741778 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropEquipManager_ClearAll_m3847309925_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3250266723 * L_0 = __this->get_m_equipPropList_2(); NullCheck(L_0); Dictionary_2_Clear_m91354678(L_0, /*hidden argument*/Dictionary_2_Clear_m91354678_RuntimeMethod_var); List_1_t1538660838 * L_1 = __this->get_m_personalEquipPropList_4(); NullCheck(L_1); List_1_Clear_m4078135614(L_1, /*hidden argument*/List_1_Clear_m4078135614_RuntimeMethod_var); CPropEquipManager_LoadEquipPropConfig_m419941709(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPropEquipManager::SetCanUseProp(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_SetCanUseProp_m537872172 (CPropEquipManager_t729741778 * __this, bool ___b0, const RuntimeMethod* method) { { bool L_0 = ___b0; __this->set_m_canUseProp_0(L_0); return; } } // System.Boolean DMCore.Logic.CPropEquipManager::GetCanUseProp() extern "C" IL2CPP_METHOD_ATTR bool CPropEquipManager_GetCanUseProp_m4073943147 (CPropEquipManager_t729741778 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_canUseProp_0(); return L_0; } } // System.Collections.Generic.List`1 DMCore.Logic.CPropEquipManager::get_PersonalEquipPropList() extern "C" IL2CPP_METHOD_ATTR List_1_t1538660838 * CPropEquipManager_get_PersonalEquipPropList_m1736074887 (CPropEquipManager_t729741778 * __this, const RuntimeMethod* method) { { List_1_t1538660838 * L_0 = __this->get_m_personalEquipPropList_4(); return L_0; } } // System.Void DMCore.Logic.CPropEquipManager::set_PersonalEquipPropList(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager_set_PersonalEquipPropList_m3021442061 (CPropEquipManager_t729741778 * __this, List_1_t1538660838 * ___value0, const RuntimeMethod* method) { { List_1_t1538660838 * L_0 = ___value0; __this->set_m_personalEquipPropList_4(L_0); return; } } // System.Void DMCore.Logic.CPropEquipManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPropEquipManager__cctor_m2078922639 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPropEquipManager/EquipPropInfo::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void EquipPropInfo__ctor_m3189790088 (EquipPropInfo_t66586096 * __this, int32_t ___configId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipPropInfo__ctor_m3189790088_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___configId0; __this->set__config_id_0(L_0); __this->set__count_enable_use_in_dance_1(0); List_1_t128053199 * L_1 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_1, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set__server_id_list_2(L_1); return; } } // System.Void DMCore.Logic.CPropEquipManager/EquipPropInfo::AddEquipItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR void EquipPropInfo_AddEquipItem_m707367590 (EquipPropInfo_t66586096 * __this, int32_t ___server_id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipPropInfo_AddEquipItem_m707367590_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get__server_id_list_2(); int32_t L_1 = ___server_id0; NullCheck(L_0); bool L_2 = List_1_Contains_m2263725670(L_0, L_1, /*hidden argument*/List_1_Contains_m2263725670_RuntimeMethod_var); if (L_2) { goto IL_001d; } } { List_1_t128053199 * L_3 = __this->get__server_id_list_2(); int32_t L_4 = ___server_id0; NullCheck(L_3); List_1_Add_m697420525(L_3, L_4, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_001d: { return; } } // System.Void DMCore.Logic.CPropEquipManager/EquipPropInfo::RemoveEquipItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR void EquipPropInfo_RemoveEquipItem_m4065351445 (EquipPropInfo_t66586096 * __this, int32_t ___server_id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipPropInfo_RemoveEquipItem_m4065351445_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get__server_id_list_2(); int32_t L_1 = ___server_id0; NullCheck(L_0); List_1_Remove_m3037048099(L_0, L_1, /*hidden argument*/List_1_Remove_m3037048099_RuntimeMethod_var); return; } } // System.Int32 DMCore.Logic.CPropEquipManager/EquipPropInfo::get_ConfigId() extern "C" IL2CPP_METHOD_ATTR int32_t EquipPropInfo_get_ConfigId_m3540446758 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__config_id_0(); return L_0; } } // System.Int32 DMCore.Logic.CPropEquipManager/EquipPropInfo::EquipCount() extern "C" IL2CPP_METHOD_ATTR int32_t EquipPropInfo_EquipCount_m1003460176 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method) { { bool L_0 = EquipPropInfo_IsEquip_m2556320448(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { int32_t L_1 = __this->get__count_enable_use_in_dance_1(); return L_1; } } // System.Int32 DMCore.Logic.CPropEquipManager/EquipPropInfo::get_EquipCountInNet() extern "C" IL2CPP_METHOD_ATTR int32_t EquipPropInfo_get_EquipCountInNet_m874271968 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipPropInfo_get_EquipCountInNet_m874271968_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get__config_id_0(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)10001)))) { case 0: { goto IL_0028; } case 1: { goto IL_003e; } case 2: { goto IL_006a; } case 3: { goto IL_0054; } } } { goto IL_006a; } IL_0028: { CMainRole_t4200562839 * L_2 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CProperty_t963755051 * L_3 = ISceneBaseObj_GetNetProperty_m1709069404(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CProperty_GetInt_m2680341236(L_3, _stringLiteral1461750158, 0, /*hidden argument*/NULL); return L_4; } IL_003e: { CMainRole_t4200562839 * L_5 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CProperty_t963755051 * L_6 = ISceneBaseObj_GetNetProperty_m1709069404(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CProperty_GetInt_m2680341236(L_6, _stringLiteral2553099376, 0, /*hidden argument*/NULL); return L_7; } IL_0054: { CMainRole_t4200562839 * L_8 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CProperty_t963755051 * L_9 = ISceneBaseObj_GetNetProperty_m1709069404(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = CProperty_GetInt_m2680341236(L_9, _stringLiteral203296025, 0, /*hidden argument*/NULL); return L_10; } IL_006a: { return 0; } } // System.Int32 DMCore.Logic.CPropEquipManager/EquipPropInfo::TotalCount() extern "C" IL2CPP_METHOD_ATTR int32_t EquipPropInfo_TotalCount_m2471172129 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipPropInfo_TotalCount_m2471172129_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CPropItem_t1455887095 * V_1 = NULL; int32_t V_2 = 0; { bool L_0 = EquipPropInfo_IsHasProp_m4033928142(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { V_0 = 0; V_1 = (CPropItem_t1455887095 *)NULL; V_2 = 0; goto IL_004d; } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_1 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); List_1_t128053199 * L_2 = __this->get__server_id_list_2(); int32_t L_3 = V_2; NullCheck(L_2); int32_t L_4 = List_1_get_Item_m888956288(L_2, L_3, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); NullCheck(L_1); CPropItem_t1455887095 * L_5 = CPropManager_GetPropItem_m1006552476(L_1, L_4, /*hidden argument*/NULL); V_1 = L_5; CPropItem_t1455887095 * L_6 = V_1; if (!L_6) { goto IL_0049; } } { int32_t L_7 = V_0; CPropItem_t1455887095 * L_8 = V_1; NullCheck(L_8); CDataProperty_t2806246268 * L_9 = CPropItem_GetNetProperty_m476310046(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = CDataProperty_GetInt_m1935343217(L_9, _stringLiteral3102393050, 0, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_10)); } IL_0049: { int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_004d: { int32_t L_12 = V_2; List_1_t128053199 * L_13 = __this->get__server_id_list_2(); NullCheck(L_13); int32_t L_14 = List_1_get_Count_m186164705(L_13, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_0018; } } { int32_t L_15 = V_0; return L_15; } } // System.Boolean DMCore.Logic.CPropEquipManager/EquipPropInfo::IsHasProp() extern "C" IL2CPP_METHOD_ATTR bool EquipPropInfo_IsHasProp_m4033928142 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipPropInfo_IsHasProp_m4033928142_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get__server_id_list_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m186164705(L_0, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); return (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0); } } // System.Boolean DMCore.Logic.CPropEquipManager/EquipPropInfo::IsEquip() extern "C" IL2CPP_METHOD_ATTR bool EquipPropInfo_IsEquip_m2556320448 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipPropInfo_IsEquip_m2556320448_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPropItem_t1455887095 * V_0 = NULL; int32_t V_1 = 0; { bool L_0 = EquipPropInfo_IsHasProp_m4033928142(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { V_0 = (CPropItem_t1455887095 *)NULL; V_1 = 0; goto IL_0050; } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_1 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); List_1_t128053199 * L_2 = __this->get__server_id_list_2(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = List_1_get_Item_m888956288(L_2, L_3, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); NullCheck(L_1); CPropItem_t1455887095 * L_5 = CPropManager_GetPropItem_m1006552476(L_1, L_4, /*hidden argument*/NULL); V_0 = L_5; CPropItem_t1455887095 * L_6 = V_0; if (!L_6) { goto IL_004c; } } { CPropItem_t1455887095 * L_7 = V_0; NullCheck(L_7); CDataProperty_t2806246268 * L_8 = CPropItem_GetNetProperty_m476310046(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = CDataProperty_GetInt_m1935343217(L_8, _stringLiteral148730862, 2, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)1))) { goto IL_004c; } } { return (bool)0; } IL_004c: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0050: { int32_t L_11 = V_1; List_1_t128053199 * L_12 = __this->get__server_id_list_2(); NullCheck(L_12); int32_t L_13 = List_1_get_Count_m186164705(L_12, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0016; } } { return (bool)1; } } // System.Void DMCore.Logic.CPropEquipManager/EquipPropInfo::FreshEquipCount() extern "C" IL2CPP_METHOD_ATTR void EquipPropInfo_FreshEquipCount_m126640533 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method) { { bool L_0 = EquipPropInfo_IsEquip_m2556320448(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0039; } } { int32_t L_1 = EquipPropInfo_TotalCount_m2471172129(__this, /*hidden argument*/NULL); __this->set__count_enable_use_in_dance_1(L_1); int32_t L_2 = __this->get__count_enable_use_in_dance_1(); int32_t L_3 = EquipPropInfo_get_EquipCountInNet_m874271968(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0034; } } { int32_t L_4 = EquipPropInfo_get_EquipCountInNet_m874271968(__this, /*hidden argument*/NULL); __this->set__count_enable_use_in_dance_1(L_4); } IL_0034: { goto IL_0040; } IL_0039: { __this->set__count_enable_use_in_dance_1(0); } IL_0040: { return; } } // System.Boolean DMCore.Logic.CPropEquipManager/EquipPropInfo::UseProp() extern "C" IL2CPP_METHOD_ATTR bool EquipPropInfo_UseProp_m589699682 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipPropInfo_UseProp_m589699682_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = EquipPropInfo_IsEquip_m2556320448(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0021; } } { int32_t L_1 = __this->get__count_enable_use_in_dance_1(); if (!L_1) { goto IL_0021; } } { int32_t L_2 = EquipPropInfo_get_EquipCountInNet_m874271968(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0023; } } IL_0021: { return (bool)0; } IL_0023: { int32_t L_3 = __this->get__count_enable_use_in_dance_1(); __this->set__count_enable_use_in_dance_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); List_1_t128053199 * L_4 = __this->get__server_id_list_2(); NullCheck(L_4); int32_t L_5 = List_1_get_Item_m888956288(L_4, 0, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_RequestUseItem_m1055188380(NULL /*static, unused*/, (bool)0, L_5, 1, (List_1_t128053199 *)NULL, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean DMCore.Logic.CPropEquipManager/EquipPropInfo::EquipProp() extern "C" IL2CPP_METHOD_ATTR bool EquipPropInfo_EquipProp_m629598684 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipPropInfo_EquipProp_m629598684_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { bool L_0 = EquipPropInfo_IsHasProp_m4033928142(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)931), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; List_1_t128053199 * L_4 = __this->get__server_id_list_2(); NullCheck(L_4); int32_t L_5 = List_1_get_Item_m888956288(L_4, 0, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); NullCheck(L_3); CDataArray_Push_m3820844360(L_3, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Push_m3820844360(L_6, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_0; NullCheck(L_7); CDataArray_Flush_m1077150699(L_7, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean DMCore.Logic.CPropEquipManager/EquipPropInfo::RemoveProp() extern "C" IL2CPP_METHOD_ATTR bool EquipPropInfo_RemoveProp_m3287010831 (EquipPropInfo_t66586096 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EquipPropInfo_RemoveProp_m3287010831_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)931), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; List_1_t128053199 * L_3 = __this->get__server_id_list_2(); NullCheck(L_3); int32_t L_4 = List_1_get_Item_m888956288(L_3, 0, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; NullCheck(L_5); CDataArray_Push_m3820844360(L_5, 2, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPropertySite::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropertySite__ctor_m903164484 (CPropertySite_t3895418650 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropertySite__ctor_m903164484_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_bChanged_0((bool)0); List_1_t3963932672 * L_0 = (List_1_t3963932672 *)il2cpp_codegen_object_new(List_1_t3963932672_il2cpp_TypeInfo_var); List_1__ctor_m3653496231(L_0, /*hidden argument*/List_1__ctor_m3653496231_RuntimeMethod_var); __this->set_m_list_1(L_0); return; } } // System.Void DMCore.Logic.CPropertySite::Clear() extern "C" IL2CPP_METHOD_ATTR void CPropertySite_Clear_m2828314200 (CPropertySite_t3895418650 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropertySite_Clear_m2828314200_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3963932672 * L_0 = __this->get_m_list_1(); NullCheck(L_0); List_1_Clear_m404726490(L_0, /*hidden argument*/List_1_Clear_m404726490_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CPropertySite::Push(DMCore.Framework.Scene.CPropData) extern "C" IL2CPP_METHOD_ATTR void CPropertySite_Push_m2899761603 (CPropertySite_t3895418650 * __this, CPropData_t2491857930 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropertySite_Push_m2899761603_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CPropData_t2491857930 * L_0 = ___data0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { List_1_t3963932672 * L_1 = __this->get_m_list_1(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m3734855060(L_1, /*hidden argument*/List_1_get_Count_m3734855060_RuntimeMethod_var); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_004b; } } { CPropData_t2491857930 * L_3 = ___data0; List_1_t3963932672 * L_4 = __this->get_m_list_1(); List_1_t3963932672 * L_5 = __this->get_m_list_1(); NullCheck(L_5); int32_t L_6 = List_1_get_Count_m3734855060(L_5, /*hidden argument*/List_1_get_Count_m3734855060_RuntimeMethod_var); NullCheck(L_4); CPropData_t2491857930 * L_7 = List_1_get_Item_m3432454182(L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/List_1_get_Item_m3432454182_RuntimeMethod_var); NullCheck(L_3); bool L_8 = CPropData_Compare_m2224698136(L_3, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004b; } } { CLogHelp_t779629444 * L_9 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CLogHelp_LogFile_m4227814860(L_9, _stringLiteral702514601, /*hidden argument*/NULL); return; } IL_004b: { List_1_t3963932672 * L_10 = __this->get_m_list_1(); CPropData_t2491857930 * L_11 = ___data0; NullCheck(L_10); List_1_Add_m2803121553(L_10, L_11, /*hidden argument*/List_1_Add_m2803121553_RuntimeMethod_var); CPropertySite_SetChanged_m2779062224(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.CPropertySite::GetPropHistoryCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPropertySite_GetPropHistoryCount_m3915303946 (CPropertySite_t3895418650 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropertySite_GetPropHistoryCount_m3915303946_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3963932672 * L_0 = __this->get_m_list_1(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m3734855060(L_0, /*hidden argument*/List_1_get_Count_m3734855060_RuntimeMethod_var); return L_1; } } // DMCore.Framework.Scene.CPropData DMCore.Logic.CPropertySite::GetPropData(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPropData_t2491857930 * CPropertySite_GetPropData_m3853407338 (CPropertySite_t3895418650 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropertySite_GetPropData_m3853407338_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0013; } } { int32_t L_1 = CPropertySite_GetPropHistoryCount_m3915303946(__this, /*hidden argument*/NULL); int32_t L_2 = ___index0; if ((((int32_t)L_1) > ((int32_t)L_2))) { goto IL_0015; } } IL_0013: { return (CPropData_t2491857930 *)NULL; } IL_0015: { List_1_t3963932672 * L_3 = __this->get_m_list_1(); int32_t L_4 = ___index0; NullCheck(L_3); CPropData_t2491857930 * L_5 = List_1_get_Item_m3432454182(L_3, L_4, /*hidden argument*/List_1_get_Item_m3432454182_RuntimeMethod_var); return L_5; } } // System.Boolean DMCore.Logic.CPropertySite::IfChanged() extern "C" IL2CPP_METHOD_ATTR bool CPropertySite_IfChanged_m2220852521 (CPropertySite_t3895418650 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bChanged_0(); return L_0; } } // System.Void DMCore.Logic.CPropertySite::SetChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPropertySite_SetChanged_m2779062224 (CPropertySite_t3895418650 * __this, bool ___changed0, const RuntimeMethod* method) { { bool L_0 = ___changed0; __this->set_m_bChanged_0(L_0); return; } } // System.Boolean DMCore.Logic.CPropertySite::IsIncrease(DMCore.emUnitType) extern "C" IL2CPP_METHOD_ATTR bool CPropertySite_IsIncrease_m4219268819 (CPropertySite_t3895418650 * __this, int32_t ___valueType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropertySite_IsIncrease_m4219268819_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CPropData_t2491857930 * V_1 = NULL; CPropData_t2491857930 * V_2 = NULL; { List_1_t3963932672 * L_0 = __this->get_m_list_1(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m3734855060(L_0, /*hidden argument*/List_1_get_Count_m3734855060_RuntimeMethod_var); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)2))) { goto IL_0015; } } { return (bool)0; } IL_0015: { int32_t L_3 = ___valueType0; if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_002c; } } { int32_t L_4 = ___valueType0; if ((((int32_t)L_4) == ((int32_t)((int32_t)200)))) { goto IL_006a; } } { goto IL_006f; } IL_002c: { List_1_t3963932672 * L_5 = __this->get_m_list_1(); int32_t L_6 = V_0; NullCheck(L_5); CPropData_t2491857930 * L_7 = List_1_get_Item_m3432454182(L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)2)), /*hidden argument*/List_1_get_Item_m3432454182_RuntimeMethod_var); V_1 = L_7; List_1_t3963932672 * L_8 = __this->get_m_list_1(); int32_t L_9 = V_0; NullCheck(L_8); CPropData_t2491857930 * L_10 = List_1_get_Item_m3432454182(L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)), /*hidden argument*/List_1_get_Item_m3432454182_RuntimeMethod_var); V_2 = L_10; CPropData_t2491857930 * L_11 = V_1; if (!L_11) { goto IL_0065; } } { CPropData_t2491857930 * L_12 = V_2; if (!L_12) { goto IL_0065; } } { CPropData_t2491857930 * L_13 = V_1; NullCheck(L_13); int32_t L_14 = CPropData_GetInt_m2221393311(L_13, /*hidden argument*/NULL); CPropData_t2491857930 * L_15 = V_2; NullCheck(L_15); int32_t L_16 = CPropData_GetInt_m2221393311(L_15, /*hidden argument*/NULL); return (bool)((((int32_t)L_14) < ((int32_t)L_16))? 1 : 0); } IL_0065: { goto IL_006f; } IL_006a: { goto IL_006f; } IL_006f: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPropertySiteManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropertySiteManager__ctor_m2984515231 (CPropertySiteManager_t1418377639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropertySiteManager__ctor_m2984515231_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t3680674949 * L_0 = (Dictionary_2_t3680674949 *)il2cpp_codegen_object_new(Dictionary_2_t3680674949_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4203683109(L_0, /*hidden argument*/Dictionary_2__ctor_m4203683109_RuntimeMethod_var); __this->set_m_dictionary_0(L_0); return; } } // DMCore.Logic.CPropertySiteManager DMCore.Logic.CPropertySiteManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropertySiteManager_t1418377639 * CPropertySiteManager_GetInstance_m1855189225 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropertySiteManager_GetInstance_m1855189225_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CPropertySiteManager_t1418377639 * L_0 = ((CPropertySiteManager_t1418377639_StaticFields*)il2cpp_codegen_static_fields_for(CPropertySiteManager_t1418377639_il2cpp_TypeInfo_var))->get_s_Instance_1(); if (!L_0) { goto IL_0010; } } { CPropertySiteManager_t1418377639 * L_1 = ((CPropertySiteManager_t1418377639_StaticFields*)il2cpp_codegen_static_fields_for(CPropertySiteManager_t1418377639_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_1; } IL_0010: { CPropertySiteManager_t1418377639 * L_2 = (CPropertySiteManager_t1418377639 *)il2cpp_codegen_object_new(CPropertySiteManager_t1418377639_il2cpp_TypeInfo_var); CPropertySiteManager__ctor_m2984515231(L_2, /*hidden argument*/NULL); ((CPropertySiteManager_t1418377639_StaticFields*)il2cpp_codegen_static_fields_for(CPropertySiteManager_t1418377639_il2cpp_TypeInfo_var))->set_s_Instance_1(L_2); CPropertySiteManager_t1418377639 * L_3 = ((CPropertySiteManager_t1418377639_StaticFields*)il2cpp_codegen_static_fields_for(CPropertySiteManager_t1418377639_il2cpp_TypeInfo_var))->get_s_Instance_1(); return L_3; } } // System.Void DMCore.Logic.CPropertySiteManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPropertySiteManager_ClearAll_m1638832565 (CPropertySiteManager_t1418377639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropertySiteManager_ClearAll_m1638832565_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t1339890428 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t1783379820 V_1; memset(&V_1, 0, sizeof(V_1)); { Dictionary_2_t3680674949 * L_0 = __this->get_m_dictionary_0(); NullCheck(L_0); Enumerator_t1339890428 L_1 = Dictionary_2_GetEnumerator_m3154251435(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m3154251435_RuntimeMethod_var); V_0 = L_1; goto IL_0025; } IL_0011: { KeyValuePair_2_t1783379820 L_2 = Enumerator_get_Current_m2367452973((&V_0), /*hidden argument*/Enumerator_get_Current_m2367452973_RuntimeMethod_var); V_1 = L_2; CPropertySite_t3895418650 * L_3 = KeyValuePair_2_get_Value_m1153402316((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m1153402316_RuntimeMethod_var); NullCheck(L_3); CPropertySite_Clear_m2828314200(L_3, /*hidden argument*/NULL); } IL_0025: { bool L_4 = Enumerator_MoveNext_m3637468849((&V_0), /*hidden argument*/Enumerator_MoveNext_m3637468849_RuntimeMethod_var); if (L_4) { goto IL_0011; } } { return; } } // System.Void DMCore.Logic.CPropertySiteManager::RecordProperty(System.String) extern "C" IL2CPP_METHOD_ATTR void CPropertySiteManager_RecordProperty_m3509381804 (CPropertySiteManager_t1418377639 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropertySiteManager_RecordProperty_m3509381804_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B2_0 = NULL; CProperty_t963755051 * G_B2_1 = NULL; String_t* G_B1_0 = NULL; CProperty_t963755051 * G_B1_1 = NULL; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); String_t* L_2 = ___key0; Action_1_t2019918284 * L_3 = ((CPropertySiteManager_t1418377639_StaticFields*)il2cpp_codegen_static_fields_for(CPropertySiteManager_t1418377639_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_2(); G_B1_0 = L_2; G_B1_1 = L_1; if (L_3) { G_B2_0 = L_2; G_B2_1 = L_1; goto IL_0023; } } { intptr_t L_4 = (intptr_t)CPropertySiteManager_OnPropValChangedEnd_m2662294917_RuntimeMethod_var; Action_1_t2019918284 * L_5 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_5, NULL, L_4, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); ((CPropertySiteManager_t1418377639_StaticFields*)il2cpp_codegen_static_fields_for(CPropertySiteManager_t1418377639_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_2(L_5); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; } IL_0023: { Action_1_t2019918284 * L_6 = ((CPropertySiteManager_t1418377639_StaticFields*)il2cpp_codegen_static_fields_for(CPropertySiteManager_t1418377639_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_2(); NullCheck(G_B2_1); CProperty_RegisterWatchKey_m2322898290(G_B2_1, G_B2_0, L_6, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPropertySite DMCore.Logic.CPropertySiteManager::FindSite(System.String) extern "C" IL2CPP_METHOD_ATTR CPropertySite_t3895418650 * CPropertySiteManager_FindSite_m3078562921 (CPropertySiteManager_t1418377639 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropertySiteManager_FindSite_m3078562921_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPropertySite_t3895418650 * V_0 = NULL; { V_0 = (CPropertySite_t3895418650 *)NULL; Dictionary_2_t3680674949 * L_0 = __this->get_m_dictionary_0(); String_t* L_1 = ___key0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m2834866048(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2834866048_RuntimeMethod_var); if (!L_2) { goto IL_0017; } } { CPropertySite_t3895418650 * L_3 = V_0; return L_3; } IL_0017: { return (CPropertySite_t3895418650 *)NULL; } } // System.Void DMCore.Logic.CPropertySiteManager::OnPropValChangedEnd(System.String) extern "C" IL2CPP_METHOD_ATTR void CPropertySiteManager_OnPropValChangedEnd_m2662294917 (RuntimeObject * __this /* static, unused */, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropertySiteManager_OnPropValChangedEnd_m2662294917_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPropertySite_t3895418650 * V_0 = NULL; CPropData_t2491857930 * V_1 = NULL; { V_0 = (CPropertySite_t3895418650 *)NULL; CPropertySiteManager_t1418377639 * L_0 = CPropertySiteManager_GetInstance_m1855189225(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); Dictionary_2_t3680674949 * L_1 = L_0->get_m_dictionary_0(); String_t* L_2 = ___key0; NullCheck(L_1); bool L_3 = Dictionary_2_TryGetValue_m2834866048(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2834866048_RuntimeMethod_var); if (L_3) { goto IL_0030; } } { CPropertySite_t3895418650 * L_4 = (CPropertySite_t3895418650 *)il2cpp_codegen_object_new(CPropertySite_t3895418650_il2cpp_TypeInfo_var); CPropertySite__ctor_m903164484(L_4, /*hidden argument*/NULL); V_0 = L_4; CPropertySiteManager_t1418377639 * L_5 = CPropertySiteManager_GetInstance_m1855189225(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); Dictionary_2_t3680674949 * L_6 = L_5->get_m_dictionary_0(); String_t* L_7 = ___key0; CPropertySite_t3895418650 * L_8 = V_0; NullCheck(L_6); Dictionary_2_Add_m3545776221(L_6, L_7, L_8, /*hidden argument*/Dictionary_2_Add_m3545776221_RuntimeMethod_var); } IL_0030: { CMainRole_t4200562839 * L_9 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CProperty_t963755051 * L_10 = ISceneBaseObj_GetNetProperty_m1709069404(L_9, /*hidden argument*/NULL); String_t* L_11 = ___key0; NullCheck(L_10); CPropData_t2491857930 * L_12 = CProperty_GetPropData_m1845734804(L_10, L_11, /*hidden argument*/NULL); V_1 = L_12; CPropData_t2491857930 * L_13 = V_1; if (!L_13) { goto IL_0053; } } { CPropertySite_t3895418650 * L_14 = V_0; CPropData_t2491857930 * L_15 = V_1; NullCheck(L_14); CPropertySite_Push_m2899761603(L_14, L_15, /*hidden argument*/NULL); goto IL_0068; } IL_0053: { CLogHelp_t779629444 * L_16 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_17 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1989742065, L_17, /*hidden argument*/NULL); NullCheck(L_16); CLogHelp_LogFile_m4227814860(L_16, L_18, /*hidden argument*/NULL); } IL_0068: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPropGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropGroup__ctor_m2904392853 (CPropGroup_t317121043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropGroup__ctor_m2904392853_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_0, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set_m_itemList_0(L_0); return; } } // System.Void DMCore.Logic.CPropGroup::SortGrop() extern "C" IL2CPP_METHOD_ATTR void CPropGroup_SortGrop_m3785690051 (CPropGroup_t317121043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropGroup_SortGrop_m3785690051_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropItemPool_t1526587231_il2cpp_TypeInfo_var); CPropItemPool_t1526587231 * L_0 = CPropItemPool_GetInstance_m2026732197(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); List_1_t128053199 * L_1 = CPropItemPool_SortPool_m2375390874(L_0, /*hidden argument*/NULL); __this->set_m_itemList_0(L_1); return; } } // System.Void DMCore.Logic.CPropGroup::SortSubGrop() extern "C" IL2CPP_METHOD_ATTR void CPropGroup_SortSubGrop_m961684251 (CPropGroup_t317121043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropGroup_SortSubGrop_m961684251_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropItemPool_t1526587231_il2cpp_TypeInfo_var); CPropItemPool_t1526587231 * L_0 = CPropItemPool_GetInstance_m2026732197(NULL /*static, unused*/, /*hidden argument*/NULL); List_1_t128053199 * L_1 = __this->get_m_itemList_0(); NullCheck(L_0); List_1_t128053199 * L_2 = CPropItemPool_SortSubType_m3021864418(L_0, L_1, /*hidden argument*/NULL); __this->set_m_itemList_0(L_2); return; } } // System.Void DMCore.Logic.CPropGroup::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPropGroup_ClearAll_m330531591 (CPropGroup_t317121043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropGroup_ClearAll_m330531591_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_itemList_0(); if (!L_0) { goto IL_0016; } } { List_1_t128053199 * L_1 = __this->get_m_itemList_0(); NullCheck(L_1); List_1_Clear_m2269680114(L_1, /*hidden argument*/List_1_Clear_m2269680114_RuntimeMethod_var); } IL_0016: { return; } } // System.Void DMCore.Logic.CPropGroup::AddItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropGroup_AddItem_m705537597 (CPropGroup_t317121043 * __this, int32_t ___serverId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropGroup_AddItem_m705537597_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_itemList_0(); int32_t L_1 = ___serverId0; NullCheck(L_0); bool L_2 = List_1_Contains_m2263725670(L_0, L_1, /*hidden argument*/List_1_Contains_m2263725670_RuntimeMethod_var); if (!L_2) { goto IL_0012; } } { return; } IL_0012: { List_1_t128053199 * L_3 = __this->get_m_itemList_0(); int32_t L_4 = ___serverId0; NullCheck(L_3); List_1_Add_m697420525(L_3, L_4, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CPropGroup::DelItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropGroup_DelItem_m2364345694 (CPropGroup_t317121043 * __this, int32_t ___serverId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropGroup_DelItem_m2364345694_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_itemList_0(); int32_t L_1 = ___serverId0; NullCheck(L_0); List_1_Remove_m3037048099(L_0, L_1, /*hidden argument*/List_1_Remove_m3037048099_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CPropGroup::DelItemByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropGroup_DelItemByIndex_m552138208 (CPropGroup_t317121043 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropGroup_DelItemByIndex_m552138208_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_itemList_0(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m186164705(L_0, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); int32_t L_2 = ___index0; if ((((int32_t)L_1) > ((int32_t)L_2))) { goto IL_0012; } } { return; } IL_0012: { List_1_t128053199 * L_3 = __this->get_m_itemList_0(); int32_t L_4 = ___index0; NullCheck(L_3); List_1_RemoveAt_m2770200702(L_3, L_4, /*hidden argument*/List_1_RemoveAt_m2770200702_RuntimeMethod_var); return; } } // System.Int32 DMCore.Logic.CPropGroup::GetItemByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPropGroup_GetItemByIndex_m892769281 (CPropGroup_t317121043 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropGroup_GetItemByIndex_m892769281_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; List_1_t128053199 * L_1 = __this->get_m_itemList_0(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m186164705(L_1, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0013; } } { return (-1); } IL_0013: { List_1_t128053199 * L_3 = __this->get_m_itemList_0(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = List_1_get_Item_m888956288(L_3, L_4, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); return L_5; } } // System.Int32 DMCore.Logic.CPropGroup::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPropGroup_GetCount_m408664451 (CPropGroup_t317121043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropGroup_GetCount_m408664451_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t128053199 * L_0 = __this->get_m_itemList_0(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m186164705(L_0, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); return L_1; } } // System.Collections.Generic.List`1 DMCore.Logic.CPropGroup::GetList() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * CPropGroup_GetList_m957425781 (CPropGroup_t317121043 * __this, const RuntimeMethod* method) { { List_1_t128053199 * L_0 = __this->get_m_itemList_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPropItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropItem__ctor_m238114891 (CPropItem_t1455887095 * __this, const RuntimeMethod* method) { { CItemBase__ctor_m3933414393(__this, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPropItem DMCore.Logic.CPropItem::GetItemByName(System.String) extern "C" IL2CPP_METHOD_ATTR CPropItem_t1455887095 * CPropItem_GetItemByName_m3268381566 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItem_GetItemByName_m3268381566_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPropItem_t1455887095 * V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { V_0 = (CPropItem_t1455887095 *)NULL; String_t* L_0 = ___name0; if (!L_0) { goto IL_0214; } } { Dictionary_2_t2736202052 * L_1 = ((CPropItem_t1455887095_StaticFields*)il2cpp_codegen_static_fields_for(CPropItem_t1455887095_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map7_8(); if (L_1) { goto IL_00f4; } } { Dictionary_2_t2736202052 * L_2 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_2, ((int32_t)17), /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_2; Dictionary_2_t2736202052 * L_3 = V_1; NullCheck(L_3); Dictionary_2_Add_m282647386(L_3, _stringLiteral2056702217, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral5985527, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral3851811990, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral518311547, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_1; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral3485689960, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral4213250780, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral1515352351, 6, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_1; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral3936356123, 7, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_1; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral2516158617, 8, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_1; NullCheck(L_12); Dictionary_2_Add_m282647386(L_12, _stringLiteral2021617282, ((int32_t)9), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_13 = V_1; NullCheck(L_13); Dictionary_2_Add_m282647386(L_13, _stringLiteral3859485232, ((int32_t)10), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_14 = V_1; NullCheck(L_14); Dictionary_2_Add_m282647386(L_14, _stringLiteral4008848027, ((int32_t)11), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_15 = V_1; NullCheck(L_15); Dictionary_2_Add_m282647386(L_15, _stringLiteral4252179575, ((int32_t)12), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_16 = V_1; NullCheck(L_16); Dictionary_2_Add_m282647386(L_16, _stringLiteral2868838970, ((int32_t)13), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_17 = V_1; NullCheck(L_17); Dictionary_2_Add_m282647386(L_17, _stringLiteral84289739, ((int32_t)14), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_18 = V_1; NullCheck(L_18); Dictionary_2_Add_m282647386(L_18, _stringLiteral3905587552, ((int32_t)15), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_19 = V_1; NullCheck(L_19); Dictionary_2_Add_m282647386(L_19, _stringLiteral1489889891, ((int32_t)16), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_20 = V_1; ((CPropItem_t1455887095_StaticFields*)il2cpp_codegen_static_fields_for(CPropItem_t1455887095_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map7_8(L_20); } IL_00f4: { Dictionary_2_t2736202052 * L_21 = ((CPropItem_t1455887095_StaticFields*)il2cpp_codegen_static_fields_for(CPropItem_t1455887095_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map7_8(); String_t* L_22 = ___name0; NullCheck(L_21); bool L_23 = Dictionary_2_TryGetValue_m1013208020(L_21, L_22, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_23) { goto IL_0214; } } { int32_t L_24 = V_2; switch (L_24) { case 0: { goto IL_0159; } case 1: { goto IL_0164; } case 2: { goto IL_016f; } case 3: { goto IL_017a; } case 4: { goto IL_0185; } case 5: { goto IL_0190; } case 6: { goto IL_019b; } case 7: { goto IL_01a6; } case 8: { goto IL_01b1; } case 9: { goto IL_01bc; } case 10: { goto IL_01c7; } case 11: { goto IL_01d2; } case 12: { goto IL_01dd; } case 13: { goto IL_01e8; } case 14: { goto IL_01f3; } case 15: { goto IL_01fe; } case 16: { goto IL_0209; } case 17: { goto IL_0214; } } } { goto IL_0214; } IL_0159: { MiscPropItem_t2188545016 * L_25 = (MiscPropItem_t2188545016 *)il2cpp_codegen_object_new(MiscPropItem_t2188545016_il2cpp_TypeInfo_var); MiscPropItem__ctor_m471995687(L_25, /*hidden argument*/NULL); V_0 = L_25; goto IL_021f; } IL_0164: { InteractionPropItem_t3972394905 * L_26 = (InteractionPropItem_t3972394905 *)il2cpp_codegen_object_new(InteractionPropItem_t3972394905_il2cpp_TypeInfo_var); InteractionPropItem__ctor_m801631456(L_26, /*hidden argument*/NULL); V_0 = L_26; goto IL_021f; } IL_016f: { PresentPropItem_t3724880295 * L_27 = (PresentPropItem_t3724880295 *)il2cpp_codegen_object_new(PresentPropItem_t3724880295_il2cpp_TypeInfo_var); PresentPropItem__ctor_m4060523457(L_27, /*hidden argument*/NULL); V_0 = L_27; goto IL_021f; } IL_017a: { FunctionPropItem_t2337231142 * L_28 = (FunctionPropItem_t2337231142 *)il2cpp_codegen_object_new(FunctionPropItem_t2337231142_il2cpp_TypeInfo_var); FunctionPropItem__ctor_m1856090808(L_28, /*hidden argument*/NULL); V_0 = L_28; goto IL_021f; } IL_0185: { WorkShopPropItem_t4219580909 * L_29 = (WorkShopPropItem_t4219580909 *)il2cpp_codegen_object_new(WorkShopPropItem_t4219580909_il2cpp_TypeInfo_var); WorkShopPropItem__ctor_m3709398729(L_29, /*hidden argument*/NULL); V_0 = L_29; goto IL_021f; } IL_0190: { PetPropType_t4007296616 * L_30 = (PetPropType_t4007296616 *)il2cpp_codegen_object_new(PetPropType_t4007296616_il2cpp_TypeInfo_var); PetPropType__ctor_m2561614261(L_30, /*hidden argument*/NULL); V_0 = L_30; goto IL_021f; } IL_019b: { ChatBubbleType_t2493694615 * L_31 = (ChatBubbleType_t2493694615 *)il2cpp_codegen_object_new(ChatBubbleType_t2493694615_il2cpp_TypeInfo_var); ChatBubbleType__ctor_m1035084668(L_31, /*hidden argument*/NULL); V_0 = L_31; goto IL_021f; } IL_01a6: { HeadBoxType_t346163273 * L_32 = (HeadBoxType_t346163273 *)il2cpp_codegen_object_new(HeadBoxType_t346163273_il2cpp_TypeInfo_var); HeadBoxType__ctor_m1866967056(L_32, /*hidden argument*/NULL); V_0 = L_32; goto IL_021f; } IL_01b1: { EnterRoomAnimType_t924653319 * L_33 = (EnterRoomAnimType_t924653319 *)il2cpp_codegen_object_new(EnterRoomAnimType_t924653319_il2cpp_TypeInfo_var); EnterRoomAnimType__ctor_m3896209961(L_33, /*hidden argument*/NULL); V_0 = L_33; goto IL_021f; } IL_01bc: { SoleEffectType_t3964163033 * L_34 = (SoleEffectType_t3964163033 *)il2cpp_codegen_object_new(SoleEffectType_t3964163033_il2cpp_TypeInfo_var); SoleEffectType__ctor_m673804769(L_34, /*hidden argument*/NULL); V_0 = L_34; goto IL_021f; } IL_01c7: { RoomEffecType_t3962030271 * L_35 = (RoomEffecType_t3962030271 *)il2cpp_codegen_object_new(RoomEffecType_t3962030271_il2cpp_TypeInfo_var); RoomEffecType__ctor_m1382833482(L_35, /*hidden argument*/NULL); V_0 = L_35; goto IL_021f; } IL_01d2: { StartAnimType_t2240491110 * L_36 = (StartAnimType_t2240491110 *)il2cpp_codegen_object_new(StartAnimType_t2240491110_il2cpp_TypeInfo_var); StartAnimType__ctor_m3683254502(L_36, /*hidden argument*/NULL); V_0 = L_36; goto IL_021f; } IL_01dd: { ShowTimeAnimType_t4188084783 * L_37 = (ShowTimeAnimType_t4188084783 *)il2cpp_codegen_object_new(ShowTimeAnimType_t4188084783_il2cpp_TypeInfo_var); ShowTimeAnimType__ctor_m3944728743(L_37, /*hidden argument*/NULL); V_0 = L_37; goto IL_021f; } IL_01e8: { EndAnimType_t83088423 * L_38 = (EndAnimType_t83088423 *)il2cpp_codegen_object_new(EndAnimType_t83088423_il2cpp_TypeInfo_var); EndAnimType__ctor_m749763674(L_38, /*hidden argument*/NULL); V_0 = L_38; goto IL_021f; } IL_01f3: { StandAnimType_t1098604881 * L_39 = (StandAnimType_t1098604881 *)il2cpp_codegen_object_new(StandAnimType_t1098604881_il2cpp_TypeInfo_var); StandAnimType__ctor_m3033508622(L_39, /*hidden argument*/NULL); V_0 = L_39; goto IL_021f; } IL_01fe: { BroadcashType_t3061293016 * L_40 = (BroadcashType_t3061293016 *)il2cpp_codegen_object_new(BroadcashType_t3061293016_il2cpp_TypeInfo_var); BroadcashType__ctor_m1291335804(L_40, /*hidden argument*/NULL); V_0 = L_40; goto IL_021f; } IL_0209: { IdolCardType_t677825537 * L_41 = (IdolCardType_t677825537 *)il2cpp_codegen_object_new(IdolCardType_t677825537_il2cpp_TypeInfo_var); IdolCardType__ctor_m3879356467(L_41, /*hidden argument*/NULL); V_0 = L_41; goto IL_021f; } IL_0214: { MiscPropItem_t2188545016 * L_42 = (MiscPropItem_t2188545016 *)il2cpp_codegen_object_new(MiscPropItem_t2188545016_il2cpp_TypeInfo_var); MiscPropItem__ctor_m471995687(L_42, /*hidden argument*/NULL); V_0 = L_42; goto IL_021f; } IL_021f: { CPropItem_t1455887095 * L_43 = V_0; return L_43; } } // DMCore.Logic.CPropItem DMCore.Logic.CPropItem::Create(System.Int32,System.Int32,System.Int32,DMCore.Logic.ItemQuality,DMCore.CDataProperty,DMCore.Logic.PackageItemType,System.Int32) extern "C" IL2CPP_METHOD_ATTR CPropItem_t1455887095 * CPropItem_Create_m3190919265 (RuntimeObject * __this /* static, unused */, int32_t ___configId0, int32_t ___serverId1, int32_t ___fashion2, int32_t ___quality3, CDataProperty_t2806246268 * ___property4, int32_t ___type5, int32_t ___canRenew6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItem_Create_m3190919265_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPropItem_t1455887095 * V_0 = NULL; CDataProperty_t2806246268 * V_1 = NULL; int32_t V_2 = 0; { V_0 = (CPropItem_t1455887095 *)NULL; int32_t L_0 = ___configId0; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CDataProperty_t2806246268 * L_1 = CPropManager_GetLocalProperty_m690455163(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_1 = L_1; CDataProperty_t2806246268 * L_2 = V_1; if (!L_2) { goto IL_003a; } } { CDataProperty_t2806246268 * L_3 = V_1; NullCheck(L_3); bool L_4 = CDataProperty_Exist_m372773481(L_3, _stringLiteral3006598789, /*hidden argument*/NULL); if (!L_4) { goto IL_003a; } } { CDataProperty_t2806246268 * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_5); String_t* L_7 = CDataProperty_GetWideStr_m3656006276(L_5, _stringLiteral3006598789, L_6, /*hidden argument*/NULL); CPropItem_t1455887095 * L_8 = CPropItem_GetItemByName_m3268381566(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_0 = L_8; goto IL_00ca; } IL_003a: { int32_t L_9 = ___configId0; V_2 = ((int32_t)((int32_t)L_9/(int32_t)((int32_t)10000))); int32_t L_10 = V_2; switch (L_10) { case 0: { goto IL_007d; } case 1: { goto IL_009e; } case 2: { goto IL_0088; } case 3: { goto IL_0093; } case 4: { goto IL_009e; } case 5: { goto IL_00bf; } case 6: { goto IL_00bf; } case 7: { goto IL_00a9; } case 8: { goto IL_00a9; } case 9: { goto IL_007d; } case 10: { goto IL_00a9; } case 11: { goto IL_00b4; } } } { goto IL_00bf; } IL_007d: { MiscPropItem_t2188545016 * L_11 = (MiscPropItem_t2188545016 *)il2cpp_codegen_object_new(MiscPropItem_t2188545016_il2cpp_TypeInfo_var); MiscPropItem__ctor_m471995687(L_11, /*hidden argument*/NULL); V_0 = L_11; goto IL_00ca; } IL_0088: { InteractionPropItem_t3972394905 * L_12 = (InteractionPropItem_t3972394905 *)il2cpp_codegen_object_new(InteractionPropItem_t3972394905_il2cpp_TypeInfo_var); InteractionPropItem__ctor_m801631456(L_12, /*hidden argument*/NULL); V_0 = L_12; goto IL_00ca; } IL_0093: { PresentPropItem_t3724880295 * L_13 = (PresentPropItem_t3724880295 *)il2cpp_codegen_object_new(PresentPropItem_t3724880295_il2cpp_TypeInfo_var); PresentPropItem__ctor_m4060523457(L_13, /*hidden argument*/NULL); V_0 = L_13; goto IL_00ca; } IL_009e: { FunctionPropItem_t2337231142 * L_14 = (FunctionPropItem_t2337231142 *)il2cpp_codegen_object_new(FunctionPropItem_t2337231142_il2cpp_TypeInfo_var); FunctionPropItem__ctor_m1856090808(L_14, /*hidden argument*/NULL); V_0 = L_14; goto IL_00ca; } IL_00a9: { WorkShopPropItem_t4219580909 * L_15 = (WorkShopPropItem_t4219580909 *)il2cpp_codegen_object_new(WorkShopPropItem_t4219580909_il2cpp_TypeInfo_var); WorkShopPropItem__ctor_m3709398729(L_15, /*hidden argument*/NULL); V_0 = L_15; goto IL_00ca; } IL_00b4: { PetPropType_t4007296616 * L_16 = (PetPropType_t4007296616 *)il2cpp_codegen_object_new(PetPropType_t4007296616_il2cpp_TypeInfo_var); PetPropType__ctor_m2561614261(L_16, /*hidden argument*/NULL); V_0 = L_16; goto IL_00ca; } IL_00bf: { MiscPropItem_t2188545016 * L_17 = (MiscPropItem_t2188545016 *)il2cpp_codegen_object_new(MiscPropItem_t2188545016_il2cpp_TypeInfo_var); MiscPropItem__ctor_m471995687(L_17, /*hidden argument*/NULL); V_0 = L_17; goto IL_00ca; } IL_00ca: { CPropItem_t1455887095 * L_18 = V_0; if (!L_18) { goto IL_00e0; } } { CPropItem_t1455887095 * L_19 = V_0; int32_t L_20 = ___configId0; int32_t L_21 = ___serverId1; int32_t L_22 = ___fashion2; int32_t L_23 = ___quality3; CDataProperty_t2806246268 * L_24 = ___property4; int32_t L_25 = ___type5; int32_t L_26 = ___canRenew6; NullCheck(L_19); CPropItem_init_m1509810606(L_19, L_20, L_21, L_22, L_23, L_24, L_25, L_26, /*hidden argument*/NULL); } IL_00e0: { CPropItem_t1455887095 * L_27 = V_0; return L_27; } } // System.Void DMCore.Logic.CPropItem::init(System.Int32,System.Int32,System.Int32,DMCore.Logic.ItemQuality,DMCore.CDataProperty,DMCore.Logic.PackageItemType,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropItem_init_m1509810606 (CPropItem_t1455887095 * __this, int32_t ____configId0, int32_t ____serverId1, int32_t ____fashion2, int32_t ____quality3, CDataProperty_t2806246268 * ____property4, int32_t ____type5, int32_t ____canRenew6, const RuntimeMethod* method) { { int32_t L_0 = ____configId0; CItemBase_set_configID_m2461429048(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ____serverId1; CItemBase_set_serverID_m3001486231(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = ____fashion2; CItemBase_set_fashionStarValue_m4220992756(__this, L_2, /*hidden argument*/NULL); int32_t L_3 = ____quality3; CItemBase_set_quality_m15619395(__this, L_3, /*hidden argument*/NULL); CDataProperty_t2806246268 * L_4 = ____property4; CItemBase_set_property_m3956861279(__this, L_4, /*hidden argument*/NULL); int32_t L_5 = ____type5; CItemBase_set_type_m242662381(__this, L_5, /*hidden argument*/NULL); int32_t L_6 = ____canRenew6; CItemBase_set_canRenew_m2159884376(__this, L_6, /*hidden argument*/NULL); CPropItem_GetLocalConfig_m2525991015(__this, /*hidden argument*/NULL); return; } } // DMCore.CDataProperty DMCore.Logic.CPropItem::GetLocalConfig() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CPropItem_GetLocalConfig_m2525991015 (CPropItem_t1455887095 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItem_GetLocalConfig_m2525991015_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = CItemBase_get_configID_m837654758(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000e; } } { return (CDataProperty_t2806246268 *)NULL; } IL_000e: { int32_t L_1 = CItemBase_get_configID_m837654758(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CDataProperty_t2806246268 * L_2 = CPropManager_GetLocalProperty_m690455163(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // DMCore.CDataProperty DMCore.Logic.CPropItem::GetNetProperty() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CPropItem_GetNetProperty_m476310046 (CPropItem_t1455887095 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItem_GetNetProperty_m476310046_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = CItemBase_get_serverID_m3049894536(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CDataProperty_t2806246268 * L_1 = CPropManager_GetNetProperty_m1923483943(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean DMCore.Logic.CPropItem::IsEnableUsedActivie() extern "C" IL2CPP_METHOD_ATTR bool CPropItem_IsEnableUsedActivie_m1367851523 (CPropItem_t1455887095 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItem_IsEnableUsedActivie_m1367851523_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; int32_t G_B5_0 = 0; { int32_t L_0 = CItemBase_get_configID_m837654758(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CDataProperty_t2806246268 * L_1 = CPropManager_GetLocalProperty_m690455163(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; CDataProperty_t2806246268 * L_2 = V_0; if (L_2) { goto IL_0014; } } { return (bool)0; } IL_0014: { CDataProperty_t2806246268 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CDataProperty_GetInt_m1935343217(L_3, _stringLiteral3960592753, 0, /*hidden argument*/NULL); if (!L_4) { goto IL_002b; } } { G_B5_0 = 1; goto IL_002c; } IL_002b: { G_B5_0 = 0; } IL_002c: { return (bool)G_B5_0; } } // System.Boolean DMCore.Logic.CPropItem::IsCanSendAsGift() extern "C" IL2CPP_METHOD_ATTR bool CPropItem_IsCanSendAsGift_m1652931704 (CPropItem_t1455887095 * __this, const RuntimeMethod* method) { { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPropItemPool::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropItemPool__ctor_m3570198759 (CPropItemPool_t1526587231 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItemPool__ctor_m3570198759_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t344600426 * L_0 = (Dictionary_2_t344600426 *)il2cpp_codegen_object_new(Dictionary_2_t344600426_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1956322422(L_0, /*hidden argument*/Dictionary_2__ctor_m1956322422_RuntimeMethod_var); __this->set_m_propItemList_0(L_0); return; } } // DMCore.Logic.CPropItemPool DMCore.Logic.CPropItemPool::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropItemPool_t1526587231 * CPropItemPool_GetInstance_m2026732197 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItemPool_GetInstance_m2026732197_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropItemPool_t1526587231_il2cpp_TypeInfo_var); CPropItemPool_t1526587231 * L_0 = ((CPropItemPool_t1526587231_StaticFields*)il2cpp_codegen_static_fields_for(CPropItemPool_t1526587231_il2cpp_TypeInfo_var))->get_s_instance_1(); if (L_0) { goto IL_0014; } } { CPropItemPool_t1526587231 * L_1 = (CPropItemPool_t1526587231 *)il2cpp_codegen_object_new(CPropItemPool_t1526587231_il2cpp_TypeInfo_var); CPropItemPool__ctor_m3570198759(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPropItemPool_t1526587231_il2cpp_TypeInfo_var); ((CPropItemPool_t1526587231_StaticFields*)il2cpp_codegen_static_fields_for(CPropItemPool_t1526587231_il2cpp_TypeInfo_var))->set_s_instance_1(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPropItemPool_t1526587231_il2cpp_TypeInfo_var); CPropItemPool_t1526587231 * L_2 = ((CPropItemPool_t1526587231_StaticFields*)il2cpp_codegen_static_fields_for(CPropItemPool_t1526587231_il2cpp_TypeInfo_var))->get_s_instance_1(); return L_2; } } // System.Collections.Generic.List`1 DMCore.Logic.CPropItemPool::SortPool() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * CPropItemPool_SortPool_m2375390874 (CPropItemPool_t1526587231 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItemPool_SortPool_m2375390874_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t4214347335 * V_0 = NULL; List_1_t128053199 * V_1 = NULL; KeyValuePair_2_t2742272593 V_2; memset(&V_2, 0, sizeof(V_2)); Enumerator_t1808623916 V_3; memset(&V_3, 0, sizeof(V_3)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Dictionary_2_t344600426 * L_0 = __this->get_m_propItemList_0(); List_1_t4214347335 * L_1 = Enumerable_ToList_TisKeyValuePair_2_t2742272593_m2385359691(NULL /*static, unused*/, L_0, /*hidden argument*/Enumerable_ToList_TisKeyValuePair_2_t2742272593_m2385359691_RuntimeMethod_var); V_0 = L_1; List_1_t4214347335 * L_2 = V_0; intptr_t L_3 = (intptr_t)CPropItemPool__SortFunctor_m2902750689_RuntimeMethod_var; Comparison_1_t2517203772 * L_4 = (Comparison_1_t2517203772 *)il2cpp_codegen_object_new(Comparison_1_t2517203772_il2cpp_TypeInfo_var); Comparison_1__ctor_m133266611(L_4, __this, L_3, /*hidden argument*/Comparison_1__ctor_m133266611_RuntimeMethod_var); NullCheck(L_2); List_1_Sort_m3961012126(L_2, L_4, /*hidden argument*/List_1_Sort_m3961012126_RuntimeMethod_var); List_1_t128053199 * L_5 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_5, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_1 = L_5; List_1_t4214347335 * L_6 = V_0; NullCheck(L_6); Enumerator_t1808623916 L_7 = List_1_GetEnumerator_m3094388346(L_6, /*hidden argument*/List_1_GetEnumerator_m3094388346_RuntimeMethod_var); V_3 = L_7; } IL_002b: try { // begin try (depth: 1) { goto IL_0045; } IL_0030: { KeyValuePair_2_t2742272593 L_8 = Enumerator_get_Current_m660534276((&V_3), /*hidden argument*/Enumerator_get_Current_m660534276_RuntimeMethod_var); V_2 = L_8; List_1_t128053199 * L_9 = V_1; int32_t L_10 = KeyValuePair_2_get_Key_m1155444094((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m1155444094_RuntimeMethod_var); NullCheck(L_9); List_1_Add_m697420525(L_9, L_10, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_0045: { bool L_11 = Enumerator_MoveNext_m620534699((&V_3), /*hidden argument*/Enumerator_MoveNext_m620534699_RuntimeMethod_var); if (L_11) { goto IL_0030; } } IL_0051: { IL2CPP_LEAVE(0x64, FINALLY_0056); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0056; } FINALLY_0056: { // begin finally (depth: 1) Enumerator_Dispose_m4259751394((&V_3), /*hidden argument*/Enumerator_Dispose_m4259751394_RuntimeMethod_var); IL2CPP_END_FINALLY(86) } // end finally (depth: 1) IL2CPP_CLEANUP(86) { IL2CPP_JUMP_TBL(0x64, IL_0064) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0064: { List_1_t128053199 * L_12 = V_1; return L_12; } } // System.Collections.Generic.List`1 DMCore.Logic.CPropItemPool::SortSubType(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * CPropItemPool_SortSubType_m3021864418 (CPropItemPool_t1526587231 * __this, List_1_t128053199 * ___subList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItemPool_SortSubType_m3021864418_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t4214347335 * V_0 = NULL; List_1_t4214347335 * V_1 = NULL; KeyValuePair_2_t2742272593 V_2; memset(&V_2, 0, sizeof(V_2)); Enumerator_t1808623916 V_3; memset(&V_3, 0, sizeof(V_3)); List_1_t128053199 * V_4 = NULL; KeyValuePair_2_t2742272593 V_5; memset(&V_5, 0, sizeof(V_5)); Enumerator_t1808623916 V_6; memset(&V_6, 0, sizeof(V_6)); 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); { Dictionary_2_t344600426 * L_0 = __this->get_m_propItemList_0(); List_1_t4214347335 * L_1 = Enumerable_ToList_TisKeyValuePair_2_t2742272593_m2385359691(NULL /*static, unused*/, L_0, /*hidden argument*/Enumerable_ToList_TisKeyValuePair_2_t2742272593_m2385359691_RuntimeMethod_var); V_0 = L_1; List_1_t4214347335 * L_2 = (List_1_t4214347335 *)il2cpp_codegen_object_new(List_1_t4214347335_il2cpp_TypeInfo_var); List_1__ctor_m1543359375(L_2, /*hidden argument*/List_1__ctor_m1543359375_RuntimeMethod_var); V_1 = L_2; List_1_t4214347335 * L_3 = V_0; NullCheck(L_3); Enumerator_t1808623916 L_4 = List_1_GetEnumerator_m3094388346(L_3, /*hidden argument*/List_1_GetEnumerator_m3094388346_RuntimeMethod_var); V_3 = L_4; } IL_0019: try { // begin try (depth: 1) { goto IL_003f; } IL_001e: { KeyValuePair_2_t2742272593 L_5 = Enumerator_get_Current_m660534276((&V_3), /*hidden argument*/Enumerator_get_Current_m660534276_RuntimeMethod_var); V_2 = L_5; List_1_t128053199 * L_6 = ___subList0; int32_t L_7 = KeyValuePair_2_get_Key_m1155444094((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m1155444094_RuntimeMethod_var); NullCheck(L_6); bool L_8 = List_1_Contains_m2263725670(L_6, L_7, /*hidden argument*/List_1_Contains_m2263725670_RuntimeMethod_var); if (!L_8) { goto IL_003f; } } IL_0038: { List_1_t4214347335 * L_9 = V_1; KeyValuePair_2_t2742272593 L_10 = V_2; NullCheck(L_9); List_1_Add_m1031753705(L_9, L_10, /*hidden argument*/List_1_Add_m1031753705_RuntimeMethod_var); } IL_003f: { bool L_11 = Enumerator_MoveNext_m620534699((&V_3), /*hidden argument*/Enumerator_MoveNext_m620534699_RuntimeMethod_var); if (L_11) { goto IL_001e; } } IL_004b: { IL2CPP_LEAVE(0x5E, FINALLY_0050); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0050; } FINALLY_0050: { // begin finally (depth: 1) Enumerator_Dispose_m4259751394((&V_3), /*hidden argument*/Enumerator_Dispose_m4259751394_RuntimeMethod_var); IL2CPP_END_FINALLY(80) } // end finally (depth: 1) IL2CPP_CLEANUP(80) { IL2CPP_JUMP_TBL(0x5E, IL_005e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005e: { List_1_t4214347335 * L_12 = V_1; intptr_t L_13 = (intptr_t)CPropItemPool__SortFunctor_m2902750689_RuntimeMethod_var; Comparison_1_t2517203772 * L_14 = (Comparison_1_t2517203772 *)il2cpp_codegen_object_new(Comparison_1_t2517203772_il2cpp_TypeInfo_var); Comparison_1__ctor_m133266611(L_14, __this, L_13, /*hidden argument*/Comparison_1__ctor_m133266611_RuntimeMethod_var); NullCheck(L_12); List_1_Sort_m3961012126(L_12, L_14, /*hidden argument*/List_1_Sort_m3961012126_RuntimeMethod_var); List_1_t128053199 * L_15 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_15, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_4 = L_15; List_1_t4214347335 * L_16 = V_1; NullCheck(L_16); Enumerator_t1808623916 L_17 = List_1_GetEnumerator_m3094388346(L_16, /*hidden argument*/List_1_GetEnumerator_m3094388346_RuntimeMethod_var); V_6 = L_17; } IL_007f: try { // begin try (depth: 1) { goto IL_009b; } IL_0084: { KeyValuePair_2_t2742272593 L_18 = Enumerator_get_Current_m660534276((&V_6), /*hidden argument*/Enumerator_get_Current_m660534276_RuntimeMethod_var); V_5 = L_18; List_1_t128053199 * L_19 = V_4; int32_t L_20 = KeyValuePair_2_get_Key_m1155444094((&V_5), /*hidden argument*/KeyValuePair_2_get_Key_m1155444094_RuntimeMethod_var); NullCheck(L_19); List_1_Add_m697420525(L_19, L_20, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_009b: { bool L_21 = Enumerator_MoveNext_m620534699((&V_6), /*hidden argument*/Enumerator_MoveNext_m620534699_RuntimeMethod_var); if (L_21) { goto IL_0084; } } IL_00a7: { IL2CPP_LEAVE(0xBA, FINALLY_00ac); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ac; } FINALLY_00ac: { // begin finally (depth: 1) Enumerator_Dispose_m4259751394((&V_6), /*hidden argument*/Enumerator_Dispose_m4259751394_RuntimeMethod_var); IL2CPP_END_FINALLY(172) } // end finally (depth: 1) IL2CPP_CLEANUP(172) { IL2CPP_JUMP_TBL(0xBA, IL_00ba) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ba: { List_1_t128053199 * L_22 = V_4; return L_22; } } // System.Int32 DMCore.Logic.CPropItemPool::_SortFunctor(System.Collections.Generic.KeyValuePair`2,System.Collections.Generic.KeyValuePair`2) extern "C" IL2CPP_METHOD_ATTR int32_t CPropItemPool__SortFunctor_m2902750689 (CPropItemPool_t1526587231 * __this, KeyValuePair_2_t2742272593 ___lth0, KeyValuePair_2_t2742272593 ___rth1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItemPool__SortFunctor_m2902750689_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_0 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); CPropItem_t1455887095 * L_1 = KeyValuePair_2_get_Value_m2557122128((&___lth0), /*hidden argument*/KeyValuePair_2_get_Value_m2557122128_RuntimeMethod_var); NullCheck(L_1); int32_t L_2 = CItemBase_get_configID_m837654758(L_1, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_3 = CPropManager_GetBuyTime_m3235992271(L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; CPropManager_t2238730194 * L_4 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); CPropItem_t1455887095 * L_5 = KeyValuePair_2_get_Value_m2557122128((&___rth1), /*hidden argument*/KeyValuePair_2_get_Value_m2557122128_RuntimeMethod_var); NullCheck(L_5); int32_t L_6 = CItemBase_get_configID_m837654758(L_5, /*hidden argument*/NULL); NullCheck(L_4); int64_t L_7 = CPropManager_GetBuyTime_m3235992271(L_4, L_6, /*hidden argument*/NULL); V_1 = L_7; int64_t L_8 = V_0; int64_t L_9 = V_1; SortKeyInfo_1_t110361559 * L_10 = (SortKeyInfo_1_t110361559 *)il2cpp_codegen_object_new(SortKeyInfo_1_t110361559_il2cpp_TypeInfo_var); SortKeyInfo_1__ctor_m4042510263(L_10, L_8, L_9, (bool)0, /*hidden argument*/SortKeyInfo_1__ctor_m4042510263_RuntimeMethod_var); int32_t L_11 = CSortTemplete_SortFunctor_TisInt64_t3736567304_m562281450(NULL /*static, unused*/, L_10, /*hidden argument*/CSortTemplete_SortFunctor_TisInt64_t3736567304_m562281450_RuntimeMethod_var); return L_11; } } // System.Boolean DMCore.Logic.CPropItemPool::AddItem(System.Int32,DMCore.Logic.CPropItem) extern "C" IL2CPP_METHOD_ATTR bool CPropItemPool_AddItem_m3566741073 (CPropItemPool_t1526587231 * __this, int32_t ___serverId0, CPropItem_t1455887095 * ___propItem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItemPool_AddItem_m3566741073_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t344600426 * L_0 = __this->get_m_propItemList_0(); int32_t L_1 = ___serverId0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m859952616(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m859952616_RuntimeMethod_var); if (!L_2) { goto IL_0013; } } { return (bool)0; } IL_0013: { Dictionary_2_t344600426 * L_3 = __this->get_m_propItemList_0(); int32_t L_4 = ___serverId0; CPropItem_t1455887095 * L_5 = ___propItem1; NullCheck(L_3); Dictionary_2_Add_m1813732455(L_3, L_4, L_5, /*hidden argument*/Dictionary_2_Add_m1813732455_RuntimeMethod_var); return (bool)1; } } // System.Void DMCore.Logic.CPropItemPool::DelItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropItemPool_DelItem_m3444683173 (CPropItemPool_t1526587231 * __this, int32_t ___serverId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItemPool_DelItem_m3444683173_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t344600426 * L_0 = __this->get_m_propItemList_0(); int32_t L_1 = ___serverId0; NullCheck(L_0); Dictionary_2_Remove_m3199866595(L_0, L_1, /*hidden argument*/Dictionary_2_Remove_m3199866595_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CPropItemPool::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPropItemPool_ClearAll_m2554950648 (CPropItemPool_t1526587231 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItemPool_ClearAll_m2554950648_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t344600426 * L_0 = __this->get_m_propItemList_0(); NullCheck(L_0); Dictionary_2_Clear_m889747858(L_0, /*hidden argument*/Dictionary_2_Clear_m889747858_RuntimeMethod_var); return; } } // System.Boolean DMCore.Logic.CPropItemPool::UpdateProperty(System.Int32,DMCore.CDataProperty) extern "C" IL2CPP_METHOD_ATTR bool CPropItemPool_UpdateProperty_m671489197 (CPropItemPool_t1526587231 * __this, int32_t ___serverId0, CDataProperty_t2806246268 * ___property1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItemPool_UpdateProperty_m671489197_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t344600426 * L_0 = __this->get_m_propItemList_0(); int32_t L_1 = ___serverId0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m859952616(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m859952616_RuntimeMethod_var); if (L_2) { goto IL_0013; } } { return (bool)0; } IL_0013: { Dictionary_2_t344600426 * L_3 = __this->get_m_propItemList_0(); int32_t L_4 = ___serverId0; NullCheck(L_3); CPropItem_t1455887095 * L_5 = Dictionary_2_get_Item_m313554613(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m313554613_RuntimeMethod_var); NullCheck(L_5); CDataProperty_t2806246268 * L_6 = CItemBase_get_property_m1472717397(L_5, /*hidden argument*/NULL); CDataProperty_t2806246268 * L_7 = ___property1; NullCheck(L_6); CDataProperty_Append_m3443704652(L_6, L_7, /*hidden argument*/NULL); return (bool)1; } } // DMCore.Logic.CPropItem DMCore.Logic.CPropItemPool::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPropItem_t1455887095 * CPropItemPool_GetItem_m1476452724 (CPropItemPool_t1526587231 * __this, int32_t ___serverId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItemPool_GetItem_m1476452724_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t344600426 * L_0 = __this->get_m_propItemList_0(); int32_t L_1 = ___serverId0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m859952616(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m859952616_RuntimeMethod_var); if (L_2) { goto IL_0013; } } { return (CPropItem_t1455887095 *)NULL; } IL_0013: { Dictionary_2_t344600426 * L_3 = __this->get_m_propItemList_0(); int32_t L_4 = ___serverId0; NullCheck(L_3); CPropItem_t1455887095 * L_5 = Dictionary_2_get_Item_m313554613(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m313554613_RuntimeMethod_var); return L_5; } } // DMCore.CDataProperty DMCore.Logic.CPropItemPool::GetProperty(System.Int32) extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CPropItemPool_GetProperty_m4138544969 (CPropItemPool_t1526587231 * __this, int32_t ___serverId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropItemPool_GetProperty_m4138544969_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t344600426 * L_0 = __this->get_m_propItemList_0(); int32_t L_1 = ___serverId0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m859952616(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m859952616_RuntimeMethod_var); if (L_2) { goto IL_0013; } } { return (CDataProperty_t2806246268 *)NULL; } IL_0013: { Dictionary_2_t344600426 * L_3 = __this->get_m_propItemList_0(); int32_t L_4 = ___serverId0; NullCheck(L_3); CPropItem_t1455887095 * L_5 = Dictionary_2_get_Item_m313554613(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m313554613_RuntimeMethod_var); NullCheck(L_5); CDataProperty_t2806246268 * L_6 = CItemBase_get_property_m1472717397(L_5, /*hidden argument*/NULL); return L_6; } } // System.Void DMCore.Logic.CPropItemPool::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPropItemPool__cctor_m258256644 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPropLocalConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropLocalConfig__ctor_m3763596181 (CPropLocalConfig_t827037887 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropLocalConfig__ctor_m3763596181_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t1694959599 * L_0 = (Dictionary_2_t1694959599 *)il2cpp_codegen_object_new(Dictionary_2_t1694959599_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1517660855(L_0, /*hidden argument*/Dictionary_2__ctor_m1517660855_RuntimeMethod_var); __this->set_m_configList_1(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral1103328170, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPropLocalConfig DMCore.Logic.CPropLocalConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropLocalConfig_t827037887 * CPropLocalConfig_GetInstance_m1244063452 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropLocalConfig_GetInstance_m1244063452_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropLocalConfig_t827037887_il2cpp_TypeInfo_var); CPropLocalConfig_t827037887 * L_0 = ((CPropLocalConfig_t827037887_StaticFields*)il2cpp_codegen_static_fields_for(CPropLocalConfig_t827037887_il2cpp_TypeInfo_var))->get_s_instance_2(); if (L_0) { goto IL_0014; } } { CPropLocalConfig_t827037887 * L_1 = (CPropLocalConfig_t827037887 *)il2cpp_codegen_object_new(CPropLocalConfig_t827037887_il2cpp_TypeInfo_var); CPropLocalConfig__ctor_m3763596181(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPropLocalConfig_t827037887_il2cpp_TypeInfo_var); ((CPropLocalConfig_t827037887_StaticFields*)il2cpp_codegen_static_fields_for(CPropLocalConfig_t827037887_il2cpp_TypeInfo_var))->set_s_instance_2(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPropLocalConfig_t827037887_il2cpp_TypeInfo_var); CPropLocalConfig_t827037887 * L_2 = ((CPropLocalConfig_t827037887_StaticFields*)il2cpp_codegen_static_fields_for(CPropLocalConfig_t827037887_il2cpp_TypeInfo_var))->get_s_instance_2(); return L_2; } } // DMCore.CDataProperty DMCore.Logic.CPropLocalConfig::GetProperty(System.Int32) extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CPropLocalConfig_GetProperty_m340985819 (CPropLocalConfig_t827037887 * __this, int32_t ___configId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropLocalConfig_GetProperty_m340985819_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; { V_0 = (CDataProperty_t2806246268 *)NULL; Dictionary_2_t1694959599 * L_0 = __this->get_m_configList_1(); int32_t L_1 = ___configId0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m1644877753(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1644877753_RuntimeMethod_var); if (!L_2) { goto IL_0017; } } { CDataProperty_t2806246268 * L_3 = V_0; return L_3; } IL_0017: { return (CDataProperty_t2806246268 *)NULL; } } // System.Void DMCore.Logic.CPropLocalConfig::Clear() extern "C" IL2CPP_METHOD_ATTR void CPropLocalConfig_Clear_m2444593714 (CPropLocalConfig_t827037887 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropLocalConfig_Clear_m2444593714_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1694959599 * L_0 = __this->get_m_configList_1(); if (!L_0) { goto IL_0016; } } { Dictionary_2_t1694959599 * L_1 = __this->get_m_configList_1(); NullCheck(L_1); Dictionary_2_Clear_m4112985529(L_1, /*hidden argument*/Dictionary_2_Clear_m4112985529_RuntimeMethod_var); } IL_0016: { return; } } // System.Boolean DMCore.Logic.CPropLocalConfig::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPropLocalConfig_OnLoad_m3906770787 (CPropLocalConfig_t827037887 * __this, String_t* ___loadedObj0, int32_t ___UnUsed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropLocalConfig_OnLoad_m3906770787_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; CDataProperty_t2806246268 * V_7 = NULL; Exception_t * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlElement_t561603118 * G_B3_0 = NULL; IL_0000: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = V_0; String_t* L_2 = ___loadedObj0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_1, L_2); XmlDocument_t2837193595 * L_3 = V_0; if (!L_3) { goto IL_0023; } } IL_0013: { XmlDocument_t2837193595 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); G_B3_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0024; } IL_0023: { G_B3_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0024: { V_1 = G_B3_0; XmlElement_t561603118 * L_6 = V_1; NullCheck(L_6); XmlNodeList_t2551693786 * L_7 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_6); V_2 = L_7; XmlNodeList_t2551693786 * L_8 = V_2; if (L_8) { goto IL_0039; } } IL_0032: { V_3 = (bool)0; goto IL_00b0; } IL_0039: { V_4 = 0; goto IL_0084; } IL_0041: { XmlNodeList_t2551693786 * L_9 = V_2; int32_t L_10 = V_4; NullCheck(L_9); XmlNode_t3767805227 * L_11 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_9, L_10); V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_11, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_12 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_13 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_12, _stringLiteral3456546791, 0, /*hidden argument*/NULL); V_6 = L_13; CDataProperty_t2806246268 * L_14 = (CDataProperty_t2806246268 *)il2cpp_codegen_object_new(CDataProperty_t2806246268_il2cpp_TypeInfo_var); CDataProperty__ctor_m4247268200(L_14, /*hidden argument*/NULL); V_7 = L_14; CDataProperty_t2806246268 * L_15 = V_7; XmlElement_t561603118 * L_16 = V_5; NullCheck(L_15); CDataProperty_DeserialFromXml_m1844093992(L_15, L_16, /*hidden argument*/NULL); Dictionary_2_t1694959599 * L_17 = __this->get_m_configList_1(); int32_t L_18 = V_6; CDataProperty_t2806246268 * L_19 = V_7; NullCheck(L_17); Dictionary_2_set_Item_m602988468(L_17, L_18, L_19, /*hidden argument*/Dictionary_2_set_Item_m602988468_RuntimeMethod_var); int32_t L_20 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0084: { int32_t L_21 = V_4; XmlNodeList_t2551693786 * L_22 = V_2; NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_22); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_0041; } } IL_0091: { goto IL_00ae; } } // 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); CLogHelp_t779629444 * L_24 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_25 = V_8; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25); NullCheck(L_24); CLogHelp_LogFile_m4227814860(L_24, L_26, /*hidden argument*/NULL); goto IL_00ae; } // end catch (depth: 1) IL_00ae: { return (bool)1; } IL_00b0: { bool L_27 = V_3; return L_27; } } // System.Void DMCore.Logic.CPropLocalConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPropLocalConfig__cctor_m2199742163 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPropManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropManager__ctor_m2669961339 (CPropManager_t2238730194 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager__ctor_m2669961339_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_groupArr_0(((CPropGroupU5BU5D_t555838530*)SZArrayNew(CPropGroupU5BU5D_t555838530_il2cpp_TypeInfo_var, (uint32_t)((int32_t)91)))); V_0 = 0; goto IL_002b; } IL_001a: { CPropGroupU5BU5D_t555838530* L_0 = __this->get_m_groupArr_0(); int32_t L_1 = V_0; CPropGroup_t317121043 * L_2 = (CPropGroup_t317121043 *)il2cpp_codegen_object_new(CPropGroup_t317121043_il2cpp_TypeInfo_var); CPropGroup__ctor_m2904392853(L_2, /*hidden argument*/NULL); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_2); (L_0)->SetAt(static_cast(L_1), (CPropGroup_t317121043 *)L_2); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_002b: { int32_t L_4 = V_0; if ((((int32_t)L_4) < ((int32_t)((int32_t)91)))) { goto IL_001a; } } { Dictionary_2_t2625280635 * L_5 = (Dictionary_2_t2625280635 *)il2cpp_codegen_object_new(Dictionary_2_t2625280635_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2807742409(L_5, /*hidden argument*/Dictionary_2__ctor_m2807742409_RuntimeMethod_var); __this->set_m_buyTimeCache_1(L_5); return; } } // DMCore.Logic.CPropManager DMCore.Logic.CPropManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropManager_t2238730194 * CPropManager_GetInstance_m2519469083 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_GetInstance_m2519469083_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_0 = ((CPropManager_t2238730194_StaticFields*)il2cpp_codegen_static_fields_for(CPropManager_t2238730194_il2cpp_TypeInfo_var))->get_s_instance_2(); if (L_0) { goto IL_0014; } } { CPropManager_t2238730194 * L_1 = (CPropManager_t2238730194 *)il2cpp_codegen_object_new(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager__ctor_m2669961339(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); ((CPropManager_t2238730194_StaticFields*)il2cpp_codegen_static_fields_for(CPropManager_t2238730194_il2cpp_TypeInfo_var))->set_s_instance_2(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_2 = ((CPropManager_t2238730194_StaticFields*)il2cpp_codegen_static_fields_for(CPropManager_t2238730194_il2cpp_TypeInfo_var))->get_s_instance_2(); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_FreshPropItem_m1807856006_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPropItem_t1455887095 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPropItemPool_t1526587231_il2cpp_TypeInfo_var); CPropItemPool_t1526587231 * L_0 = CPropItemPool_GetInstance_m2026732197(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___serverId0; CDataProperty_t2806246268 * L_2 = ___property1; NullCheck(L_0); CPropItemPool_UpdateProperty_m671489197(L_0, L_1, L_2, /*hidden argument*/NULL); CPropItemPool_t1526587231 * L_3 = CPropItemPool_GetInstance_m2026732197(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_4 = ___serverId0; NullCheck(L_3); CPropItem_t1455887095 * L_5 = CPropItemPool_GetItem_m1476452724(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; CPropItem_t1455887095 * L_6 = V_0; if (!L_6) { goto IL_0037; } } { CPropItem_t1455887095 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* DMCore.Logic.enumPropType DMCore.Logic.CPropItem::GetPropType() */, L_7); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)35))))) { goto IL_0037; } } { IL2CPP_RUNTIME_CLASS_INIT(CPropEquipManager_t729741778_il2cpp_TypeInfo_var); CPropEquipManager_t729741778 * L_9 = CPropEquipManager_GetInstance_m2283608790(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CPropEquipManager_set_IsChanged_m794376974(L_9, (bool)1, /*hidden argument*/NULL); } IL_0037: { return; } } // DMCore.Logic.CPropGroup DMCore.Logic.CPropManager::GetGroup(System.Int32,DMCore.Logic.CPropManager/CheckPropByProperty,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR CPropGroup_t317121043 * CPropManager_GetGroup_m3570683819 (CPropManager_t2238730194 * __this, int32_t ___type0, CheckPropByProperty_t336342705 * ___func1, CDataArray_t4068198041 * ___cd2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_GetGroup_m3570683819_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPropGroup_t317121043 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { int32_t L_0 = ___type0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000f; } } { int32_t L_1 = ___type0; if ((((int32_t)L_1) < ((int32_t)((int32_t)91)))) { goto IL_0011; } } IL_000f: { return (CPropGroup_t317121043 *)NULL; } IL_0011: { CPropGroup_t317121043 * L_2 = (CPropGroup_t317121043 *)il2cpp_codegen_object_new(CPropGroup_t317121043_il2cpp_TypeInfo_var); CPropGroup__ctor_m2904392853(L_2, /*hidden argument*/NULL); V_0 = L_2; V_1 = 0; goto IL_005c; } IL_001e: { CPropGroupU5BU5D_t555838530* L_3 = __this->get_m_groupArr_0(); int32_t L_4 = ___type0; NullCheck(L_3); int32_t L_5 = L_4; CPropGroup_t317121043 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); List_1_t128053199 * L_7 = CPropGroup_GetList_m957425781(L_6, /*hidden argument*/NULL); 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); V_2 = L_9; int32_t L_10 = V_2; CPropItem_t1455887095 * L_11 = CPropManager_GetPropItem_m1006552476(__this, L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = CItemBase_get_configID_m837654758(L_11, /*hidden argument*/NULL); V_3 = L_12; CheckPropByProperty_t336342705 * L_13 = ___func1; int32_t L_14 = V_3; CDataArray_t4068198041 * L_15 = ___cd2; NullCheck(L_13); int32_t L_16 = CheckPropByProperty_Invoke_m1617553709(L_13, L_14, L_15, /*hidden argument*/NULL); V_4 = L_16; int32_t L_17 = V_4; if ((((int32_t)L_17) == ((int32_t)(-1)))) { goto IL_0058; } } { CPropGroup_t317121043 * L_18 = V_0; int32_t L_19 = V_2; NullCheck(L_18); CPropGroup_AddItem_m705537597(L_18, L_19, /*hidden argument*/NULL); } IL_0058: { int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_005c: { int32_t L_21 = V_1; CPropGroupU5BU5D_t555838530* L_22 = __this->get_m_groupArr_0(); int32_t L_23 = ___type0; NullCheck(L_22); int32_t L_24 = L_23; CPropGroup_t317121043 * L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_25); int32_t L_26 = CPropGroup_GetCount_m408664451(L_25, /*hidden argument*/NULL); if ((((int32_t)L_21) < ((int32_t)L_26))) { goto IL_001e; } } { CPropGroup_t317121043 * L_27 = V_0; return L_27; } } // System.Void DMCore.Logic.CPropManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPropManager_ClearAll_m82350292 (CPropManager_t2238730194 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_ClearAll_m82350292_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CPropGroup_t317121043 * V_1 = NULL; { V_0 = 0; goto IL_0020; } IL_0007: { CPropGroupU5BU5D_t555838530* L_0 = __this->get_m_groupArr_0(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; CPropGroup_t317121043 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; CPropGroup_t317121043 * L_4 = V_1; if (!L_4) { goto IL_001c; } } { CPropGroup_t317121043 * L_5 = V_1; NullCheck(L_5); CPropGroup_ClearAll_m330531591(L_5, /*hidden argument*/NULL); } IL_001c: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0020: { int32_t L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)((int32_t)91)))) { goto IL_0007; } } { Dictionary_2_t2625280635 * L_8 = __this->get_m_buyTimeCache_1(); NullCheck(L_8); Dictionary_2_Clear_m4293935587(L_8, /*hidden argument*/Dictionary_2_Clear_m4293935587_RuntimeMethod_var); return; } } // DMCore.Logic.CPropGroup DMCore.Logic.CPropManager::GetGroup(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPropGroup_t317121043 * CPropManager_GetGroup_m4009434788 (CPropManager_t2238730194 * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000f; } } { int32_t L_1 = ___type0; if ((((int32_t)L_1) < ((int32_t)((int32_t)91)))) { goto IL_0011; } } IL_000f: { return (CPropGroup_t317121043 *)NULL; } IL_0011: { CPropGroupU5BU5D_t555838530* L_2 = __this->get_m_groupArr_0(); int32_t L_3 = ___type0; NullCheck(L_2); int32_t L_4 = L_3; CPropGroup_t317121043 * L_5 = (L_2)->GetAt(static_cast(L_4)); return L_5; } } // DMCore.Logic.CPropGroup DMCore.Logic.CPropManager::GetGroup(DMCore.Logic.enumPropType) extern "C" IL2CPP_METHOD_ATTR CPropGroup_t317121043 * CPropManager_GetGroup_m2406117371 (CPropManager_t2238730194 * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; CPropGroup_t317121043 * L_1 = CPropManager_GetGroup_m4009434788(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.Generic.List`1 DMCore.Logic.CPropManager::GetCouponConfigList() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * CPropManager_GetCouponConfigList_m180585877 (CPropManager_t2238730194 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_GetCouponConfigList_m180585877_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t128053199 * V_0 = NULL; CPropGroup_t317121043 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; CPropItem_t1455887095 * V_4 = NULL; { List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_0, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_1 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CPropGroup_t317121043 * L_2 = CPropManager_GetGroup_m2406117371(L_1, ((int32_t)30), /*hidden argument*/NULL); V_1 = L_2; CPropGroup_t317121043 * L_3 = V_1; if (L_3) { goto IL_001b; } } { return (List_1_t128053199 *)NULL; } IL_001b: { V_2 = 0; goto IL_008b; } IL_0022: { CPropGroup_t317121043 * L_4 = V_1; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = CPropGroup_GetItemByIndex_m892769281(L_4, 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); int32_t L_8 = V_3; NullCheck(L_7); CPropItem_t1455887095 * L_9 = CPropManager_GetPropItem_m1006552476(L_7, L_8, /*hidden argument*/NULL); V_4 = L_9; CPropItem_t1455887095 * L_10 = V_4; if (!L_10) { goto IL_0087; } } { CPropItem_t1455887095 * L_11 = V_4; NullCheck(L_11); int32_t L_12 = CItemBase_get_configID_m837654758(L_11, /*hidden argument*/NULL); if ((((int32_t)((int32_t)((int32_t)L_12/(int32_t)((int32_t)1000)))) == ((int32_t)((int32_t)42)))) { goto IL_007a; } } { CPropItem_t1455887095 * L_13 = V_4; NullCheck(L_13); int32_t L_14 = CItemBase_get_configID_m837654758(L_13, /*hidden argument*/NULL); if ((((int32_t)((int32_t)((int32_t)L_14/(int32_t)((int32_t)1000)))) == ((int32_t)((int32_t)43)))) { goto IL_007a; } } { CPropItem_t1455887095 * L_15 = V_4; NullCheck(L_15); int32_t L_16 = CItemBase_get_configID_m837654758(L_15, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)((int32_t)L_16/(int32_t)((int32_t)1000)))) == ((uint32_t)((int32_t)41))))) { goto IL_0087; } } IL_007a: { List_1_t128053199 * L_17 = V_0; CPropItem_t1455887095 * L_18 = V_4; NullCheck(L_18); int32_t L_19 = CItemBase_get_configID_m837654758(L_18, /*hidden argument*/NULL); NullCheck(L_17); List_1_Add_m697420525(L_17, L_19, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_0087: { int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_008b: { int32_t L_21 = V_2; CPropGroup_t317121043 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = CPropGroup_GetCount_m408664451(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_0022; } } { List_1_t128053199 * L_24 = V_0; return L_24; } } // System.Int32 DMCore.Logic.CPropManager::GetPropAmount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPropManager_GetPropAmount_m271193511 (CPropManager_t2238730194 * __this, int32_t ___configId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_GetPropAmount_m271193511_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPropGroup_t317121043 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; CPropItem_t1455887095 * V_4 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_0 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPropGroup_t317121043 * L_1 = CPropManager_GetGroup_m2406117371(L_0, ((int32_t)30), /*hidden argument*/NULL); V_0 = L_1; CPropGroup_t317121043 * L_2 = V_0; if (L_2) { goto IL_0015; } } { return 0; } IL_0015: { V_1 = 0; V_2 = 0; goto IL_0060; } IL_001e: { CPropGroup_t317121043 * L_3 = V_0; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = CPropGroup_GetItemByIndex_m892769281(L_3, L_4, /*hidden argument*/NULL); V_3 = L_5; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_6 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_7 = V_3; NullCheck(L_6); CPropItem_t1455887095 * L_8 = CPropManager_GetPropItem_m1006552476(L_6, L_7, /*hidden argument*/NULL); V_4 = L_8; CPropItem_t1455887095 * L_9 = V_4; if (!L_9) { goto IL_005c; } } { CPropItem_t1455887095 * L_10 = V_4; NullCheck(L_10); int32_t L_11 = CItemBase_get_configID_m837654758(L_10, /*hidden argument*/NULL); int32_t L_12 = ___configId0; if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_005c; } } { int32_t L_13 = V_1; CPropItem_t1455887095 * L_14 = V_4; NullCheck(L_14); CDataProperty_t2806246268 * L_15 = CPropItem_GetNetProperty_m476310046(L_14, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = CDataProperty_GetInt_m1935343217(L_15, _stringLiteral3102393050, 0, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_16)); } IL_005c: { int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0060: { int32_t L_18 = V_2; CPropGroup_t317121043 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = CPropGroup_GetCount_m408664451(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_001e; } } { int32_t L_21 = V_1; return L_21; } } // System.Void DMCore.Logic.CPropManager::AddPropItem(DMCore.Logic.CPropItem) extern "C" IL2CPP_METHOD_ATTR void CPropManager_AddPropItem_m2901683170 (CPropManager_t2238730194 * __this, CPropItem_t1455887095 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_AddPropItem_m2901683170_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CPropItem_t1455887095 * L_0 = ___item0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(CPropItemPool_t1526587231_il2cpp_TypeInfo_var); CPropItemPool_t1526587231 * L_1 = CPropItemPool_GetInstance_m2026732197(NULL /*static, unused*/, /*hidden argument*/NULL); CPropItem_t1455887095 * L_2 = ___item0; NullCheck(L_2); int32_t L_3 = CItemBase_get_serverID_m3049894536(L_2, /*hidden argument*/NULL); CPropItem_t1455887095 * L_4 = ___item0; NullCheck(L_1); CPropItemPool_AddItem_m3566741073(L_1, L_3, L_4, /*hidden argument*/NULL); CPropItem_t1455887095 * L_5 = ___item0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(5 /* DMCore.Logic.enumPropType DMCore.Logic.CPropItem::GetPropType() */, L_5); CPropItem_t1455887095 * L_7 = ___item0; NullCheck(L_7); int32_t L_8 = CItemBase_get_serverID_m3049894536(L_7, /*hidden argument*/NULL); CPropManager_AddPropItem_m1592388120(__this, L_6, L_8, /*hidden argument*/NULL); CPropItem_t1455887095 * L_9 = ___item0; NullCheck(L_9); int32_t L_10 = CItemBase_get_configID_m837654758(L_9, /*hidden argument*/NULL); if ((((int32_t)((int32_t)((int32_t)L_10/(int32_t)((int32_t)10000)))) == ((int32_t)6))) { goto IL_004b; } } { CPropItem_t1455887095 * L_11 = ___item0; NullCheck(L_11); int32_t L_12 = CItemBase_get_serverID_m3049894536(L_11, /*hidden argument*/NULL); CPropManager_AddPropItem_m1592388120(__this, ((int32_t)30), L_12, /*hidden argument*/NULL); } IL_004b: { CPropItem_t1455887095 * L_13 = ___item0; NullCheck(L_13); int32_t L_14 = CItemBase_get_configID_m837654758(L_13, /*hidden argument*/NULL); CPropItem_t1455887095 * L_15 = ___item0; NullCheck(L_15); int64_t L_16 = CItemBase_get_buyTime_m3080723776(L_15, /*hidden argument*/NULL); CPropManager_SaveBuyTime_m449718521(__this, L_14, L_16, /*hidden argument*/NULL); CPropItem_t1455887095 * L_17 = ___item0; NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(5 /* DMCore.Logic.enumPropType DMCore.Logic.CPropItem::GetPropType() */, L_17); if ((((int32_t)L_18) == ((int32_t)((int32_t)35)))) { goto IL_007c; } } { CPropItem_t1455887095 * L_19 = ___item0; NullCheck(L_19); int32_t L_20 = CItemBase_get_configID_m837654758(L_19, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)((int32_t)L_20/(int32_t)((int32_t)10000)))) == ((uint32_t)6)))) { goto IL_0092; } } IL_007c: { IL2CPP_RUNTIME_CLASS_INIT(CPropEquipManager_t729741778_il2cpp_TypeInfo_var); CPropEquipManager_t729741778 * L_21 = CPropEquipManager_GetInstance_m2283608790(NULL /*static, unused*/, /*hidden argument*/NULL); CPropItem_t1455887095 * L_22 = ___item0; NullCheck(L_22); int32_t L_23 = CItemBase_get_configID_m837654758(L_22, /*hidden argument*/NULL); CPropItem_t1455887095 * L_24 = ___item0; NullCheck(L_24); int32_t L_25 = CItemBase_get_serverID_m3049894536(L_24, /*hidden argument*/NULL); NullCheck(L_21); CPropEquipManager_AddEquipPropItem_m1152015130(L_21, L_23, L_25, /*hidden argument*/NULL); } IL_0092: { return; } } // System.Void DMCore.Logic.CPropManager::CPropSortByBuyTime() extern "C" IL2CPP_METHOD_ATTR void CPropManager_CPropSortByBuyTime_m22117239 (CPropManager_t2238730194 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; CPropGroup_t317121043 * V_1 = NULL; { V_0 = 0; goto IL_002b; } IL_0007: { CPropGroupU5BU5D_t555838530* L_0 = __this->get_m_groupArr_0(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; CPropGroup_t317121043 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; int32_t L_4 = V_0; if (L_4) { goto IL_0021; } } { CPropGroup_t317121043 * L_5 = V_1; NullCheck(L_5); CPropGroup_SortGrop_m3785690051(L_5, /*hidden argument*/NULL); goto IL_0027; } IL_0021: { CPropGroup_t317121043 * L_6 = V_1; NullCheck(L_6); CPropGroup_SortSubGrop_m961684251(L_6, /*hidden argument*/NULL); } IL_0027: { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002b: { int32_t L_8 = V_0; if ((((int32_t)L_8) < ((int32_t)((int32_t)91)))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CPropManager::AddPropItem(DMCore.Logic.enumPropType,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropManager_AddPropItem_m1592388120 (CPropManager_t2238730194 * __this, int32_t ___type0, int32_t ___serverId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_AddPropItem_m1592388120_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPropGroup_t317121043 * V_0 = NULL; { CPropGroupU5BU5D_t555838530* L_0 = __this->get_m_groupArr_0(); int32_t L_1 = ___type0; NullCheck(L_0); int32_t L_2 = L_1; CPropGroup_t317121043 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; CPropGroup_t317121043 * L_4 = V_0; if (L_4) { goto IL_001e; } } { CPropGroup_t317121043 * L_5 = (CPropGroup_t317121043 *)il2cpp_codegen_object_new(CPropGroup_t317121043_il2cpp_TypeInfo_var); CPropGroup__ctor_m2904392853(L_5, /*hidden argument*/NULL); V_0 = L_5; CPropGroupU5BU5D_t555838530* L_6 = __this->get_m_groupArr_0(); int32_t L_7 = ___type0; CPropGroup_t317121043 * L_8 = V_0; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(L_7), (CPropGroup_t317121043 *)L_8); } IL_001e: { CPropGroup_t317121043 * L_9 = V_0; int32_t L_10 = ___serverId1; NullCheck(L_9); CPropGroup_AddItem_m705537597(L_9, L_10, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPropManager::DelPropItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropManager_DelPropItem_m3366198495 (CPropManager_t2238730194 * __this, int32_t ___serverId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_DelPropItem_m3366198495_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPropItem_t1455887095 * V_0 = NULL; { int32_t L_0 = ___serverId0; CPropItem_t1455887095 * L_1 = CPropManager_GetPropItem_m1006552476(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CPropItem_t1455887095 * L_2 = V_0; if (L_2) { goto IL_000f; } } { return; } IL_000f: { IL2CPP_RUNTIME_CLASS_INIT(CPropItemPool_t1526587231_il2cpp_TypeInfo_var); CPropItemPool_t1526587231 * L_3 = CPropItemPool_GetInstance_m2026732197(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_4 = ___serverId0; NullCheck(L_3); CPropItemPool_DelItem_m3444683173(L_3, L_4, /*hidden argument*/NULL); CPropItem_t1455887095 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(5 /* DMCore.Logic.enumPropType DMCore.Logic.CPropItem::GetPropType() */, L_5); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)35))))) { goto IL_003d; } } { IL2CPP_RUNTIME_CLASS_INIT(CPropEquipManager_t729741778_il2cpp_TypeInfo_var); CPropEquipManager_t729741778 * L_7 = CPropEquipManager_GetInstance_m2283608790(NULL /*static, unused*/, /*hidden argument*/NULL); CPropItem_t1455887095 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = CItemBase_get_configID_m837654758(L_8, /*hidden argument*/NULL); CPropItem_t1455887095 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = CItemBase_get_serverID_m3049894536(L_10, /*hidden argument*/NULL); NullCheck(L_7); CPropEquipManager_RemoveEquipPropItem_m3193378222(L_7, L_9, L_11, /*hidden argument*/NULL); } IL_003d: { CPropItem_t1455887095 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(5 /* DMCore.Logic.enumPropType DMCore.Logic.CPropItem::GetPropType() */, L_12); int32_t L_14 = ___serverId0; CPropManager_DelPropItem_m1390269708(__this, L_13, L_14, /*hidden argument*/NULL); int32_t L_15 = ___serverId0; CPropManager_DelPropItem_m1390269708(__this, ((int32_t)30), L_15, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPropManager::DelPropItem(DMCore.Logic.enumPropType,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropManager_DelPropItem_m1390269708 (CPropManager_t2238730194 * __this, int32_t ___type0, int32_t ___serverId1, const RuntimeMethod* method) { CPropGroup_t317121043 * V_0 = NULL; { CPropGroupU5BU5D_t555838530* L_0 = __this->get_m_groupArr_0(); int32_t L_1 = ___type0; NullCheck(L_0); int32_t L_2 = L_1; CPropGroup_t317121043 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; CPropGroup_t317121043 * L_4 = V_0; if (L_4) { goto IL_0010; } } { return; } IL_0010: { CPropGroup_t317121043 * L_5 = V_0; int32_t L_6 = ___serverId1; NullCheck(L_5); CPropGroup_DelItem_m2364345694(L_5, L_6, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPropItem DMCore.Logic.CPropManager::GetPropItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPropItem_t1455887095 * CPropManager_GetPropItem_m1006552476 (CPropManager_t2238730194 * __this, int32_t ___serverId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_GetPropItem_m1006552476_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropItemPool_t1526587231_il2cpp_TypeInfo_var); CPropItemPool_t1526587231 * L_0 = CPropItemPool_GetInstance_m2026732197(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___serverId0; NullCheck(L_0); CPropItem_t1455887095 * L_2 = CPropItemPool_GetItem_m1476452724(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Collections.Generic.List`1 DMCore.Logic.CPropManager::GetAllItemByConfigId(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t2927961837 * CPropManager_GetAllItemByConfigId_m4195107873 (CPropManager_t2238730194 * __this, int32_t ___configId0, int32_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_GetAllItemByConfigId_m4195107873_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2927961837 * V_0 = NULL; CPropGroup_t317121043 * V_1 = NULL; int32_t V_2 = 0; CPropItem_t1455887095 * V_3 = NULL; { List_1_t2927961837 * L_0 = (List_1_t2927961837 *)il2cpp_codegen_object_new(List_1_t2927961837_il2cpp_TypeInfo_var); List_1__ctor_m1531289121(L_0, /*hidden argument*/List_1__ctor_m1531289121_RuntimeMethod_var); V_0 = L_0; int32_t L_1 = ___type1; CPropGroup_t317121043 * L_2 = CPropManager_GetGroup_m4009434788(__this, L_1, /*hidden argument*/NULL); V_1 = L_2; CPropGroup_t317121043 * L_3 = V_1; if (!L_3) { goto IL_0052; } } { V_2 = 0; goto IL_0046; } IL_001b: { CPropGroup_t317121043 * L_4 = V_1; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = CPropGroup_GetItemByIndex_m892769281(L_4, L_5, /*hidden argument*/NULL); CPropItem_t1455887095 * L_7 = CPropManager_GetPropItem_m1006552476(__this, L_6, /*hidden argument*/NULL); V_3 = L_7; CPropItem_t1455887095 * L_8 = V_3; if (!L_8) { goto IL_0042; } } { CPropItem_t1455887095 * L_9 = V_3; NullCheck(L_9); int32_t L_10 = CItemBase_get_configID_m837654758(L_9, /*hidden argument*/NULL); int32_t L_11 = ___configId0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0042; } } { List_1_t2927961837 * L_12 = V_0; CPropItem_t1455887095 * L_13 = V_3; NullCheck(L_12); List_1_Add_m1422567485(L_12, L_13, /*hidden argument*/List_1_Add_m1422567485_RuntimeMethod_var); } IL_0042: { int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0046: { int32_t L_15 = V_2; CPropGroup_t317121043 * L_16 = V_1; NullCheck(L_16); int32_t L_17 = CPropGroup_GetCount_m408664451(L_16, /*hidden argument*/NULL); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_001b; } } IL_0052: { List_1_t2927961837 * L_18 = V_0; return L_18; } } // DMCore.Logic.CPropItem DMCore.Logic.CPropManager::GetItem(System.Int32,System.Int32,DMCore.Logic.CPropManager/CheckPropByProperty,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR CPropItem_t1455887095 * CPropManager_GetItem_m2725839519 (CPropManager_t2238730194 * __this, int32_t ___type0, int32_t ___index1, CheckPropByProperty_t336342705 * ___func2, CDataArray_t4068198041 * ___cd3, const RuntimeMethod* method) { CPropGroup_t317121043 * V_0 = NULL; { int32_t L_0 = ___type0; CheckPropByProperty_t336342705 * L_1 = ___func2; CDataArray_t4068198041 * L_2 = ___cd3; CPropGroup_t317121043 * L_3 = CPropManager_GetGroup_m3570683819(__this, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; CPropGroup_t317121043 * L_4 = V_0; if (L_4) { goto IL_0013; } } { return (CPropItem_t1455887095 *)NULL; } IL_0013: { CPropGroup_t317121043 * L_5 = V_0; int32_t L_6 = ___index1; NullCheck(L_5); int32_t L_7 = CPropGroup_GetItemByIndex_m892769281(L_5, L_6, /*hidden argument*/NULL); CPropItem_t1455887095 * L_8 = CPropManager_GetPropItem_m1006552476(__this, L_7, /*hidden argument*/NULL); return L_8; } } // DMCore.Logic.CPropItem DMCore.Logic.CPropManager::GetItem(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR CPropItem_t1455887095 * CPropManager_GetItem_m2160809063 (CPropManager_t2238730194 * __this, int32_t ___type0, int32_t ___index1, const RuntimeMethod* method) { CPropGroup_t317121043 * V_0 = NULL; { int32_t L_0 = ___type0; CPropGroup_t317121043 * L_1 = CPropManager_GetGroup_m4009434788(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CPropGroup_t317121043 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (CPropItem_t1455887095 *)NULL; } IL_0010: { CPropGroup_t317121043 * L_3 = V_0; int32_t L_4 = ___index1; NullCheck(L_3); int32_t L_5 = CPropGroup_GetItemByIndex_m892769281(L_3, L_4, /*hidden argument*/NULL); CPropItem_t1455887095 * L_6 = CPropManager_GetPropItem_m1006552476(__this, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int64 DMCore.Logic.CPropManager::GetBuyTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t CPropManager_GetBuyTime_m3235992271 (CPropManager_t2238730194 * __this, int32_t ___configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_GetBuyTime_m3235992271_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { V_0 = (((int64_t)((int64_t)0))); Dictionary_2_t2625280635 * L_0 = __this->get_m_buyTimeCache_1(); int32_t L_1 = ___configID0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3873460555(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3873460555_RuntimeMethod_var); if (!L_2) { goto IL_0021; } } { Dictionary_2_t2625280635 * L_3 = __this->get_m_buyTimeCache_1(); int32_t L_4 = ___configID0; NullCheck(L_3); int64_t L_5 = Dictionary_2_get_Item_m3439622169(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m3439622169_RuntimeMethod_var); V_0 = L_5; } IL_0021: { int64_t L_6 = V_0; return L_6; } } // System.Int32 DMCore.Logic.CPropManager::GetQualityLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPropManager_GetQualityLevel_m355677397 (CPropManager_t2238730194 * __this, int32_t ___configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_GetQualityLevel_m355677397_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = ___configID0; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CDataProperty_t2806246268 * L_1 = CPropManager_GetLocalProperty_m690455163(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; CDataProperty_t2806246268 * L_2 = V_0; if (L_2) { goto IL_000f; } } { return 0; } IL_000f: { CDataProperty_t2806246268 * L_3 = V_0; 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); String_t* L_5 = CDataProperty_GetWideStr_m3656006276(L_3, _stringLiteral1232840130, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = V_1; bool L_7 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002d; } } { return 0; } IL_002d: { String_t* L_8 = V_1; int32_t L_9 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_2 = L_9; int32_t L_10 = V_2; return L_10; } } // System.String DMCore.Logic.CPropManager::GetQualityLevelIcon(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPropManager_GetQualityLevelIcon_m2764478498 (CPropManager_t2238730194 * __this, int32_t ___configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_GetQualityLevelIcon_m2764478498_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___configID0; int32_t L_1 = CPropManager_GetQualityLevel_m355677397(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (L_2) { goto IL_0010; } } { V_0 = 1; } IL_0010: { int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2240226943, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void DMCore.Logic.CPropManager::SaveBuyTime(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPropManager_SaveBuyTime_m449718521 (CPropManager_t2238730194 * __this, int32_t ___configID0, int64_t ___buyTime1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_SaveBuyTime_m449718521_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { Dictionary_2_t2625280635 * L_0 = __this->get_m_buyTimeCache_1(); int32_t L_1 = ___configID0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3873460555(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3873460555_RuntimeMethod_var); if (!L_2) { goto IL_0037; } } { Dictionary_2_t2625280635 * L_3 = __this->get_m_buyTimeCache_1(); int32_t L_4 = ___configID0; NullCheck(L_3); int64_t L_5 = Dictionary_2_get_Item_m3439622169(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m3439622169_RuntimeMethod_var); V_0 = L_5; int64_t L_6 = ___buyTime1; int64_t L_7 = V_0; if ((((int64_t)L_6) <= ((int64_t)L_7))) { goto IL_0032; } } { Dictionary_2_t2625280635 * L_8 = __this->get_m_buyTimeCache_1(); int32_t L_9 = ___configID0; int64_t L_10 = ___buyTime1; NullCheck(L_8); Dictionary_2_set_Item_m15403554(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m15403554_RuntimeMethod_var); } IL_0032: { goto IL_0044; } IL_0037: { Dictionary_2_t2625280635 * L_11 = __this->get_m_buyTimeCache_1(); int32_t L_12 = ___configID0; int64_t L_13 = ___buyTime1; NullCheck(L_11); Dictionary_2_Add_m2099378411(L_11, L_12, L_13, /*hidden argument*/Dictionary_2_Add_m2099378411_RuntimeMethod_var); } IL_0044: { return; } } // System.String DMCore.Logic.CPropManager::GetStrGoodsId(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPropManager_GetStrGoodsId_m2994062726 (RuntimeObject * __this /* static, unused */, int32_t ___nGoodsId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_GetStrGoodsId_m2994062726_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nGoodsId0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1180587864, L_2, /*hidden argument*/NULL); return L_3; } } // System.String DMCore.Logic.CPropManager::GetIconPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPropManager_GetIconPath_m739451308 (RuntimeObject * __this /* static, unused */, int32_t ___nGoodsId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_GetIconPath_m739451308_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; String_t* V_1 = NULL; bool V_2 = false; int32_t G_B7_0 = 0; { int32_t L_0 = ___nGoodsId0; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000d; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_000d: { int32_t L_2 = ___nGoodsId0; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CDataProperty_t2806246268 * L_3 = CPropManager_GetLocalProperty_m690455163(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; CDataProperty_t2806246268 * L_4 = V_0; if (L_4) { goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_5; } IL_0020: { int32_t L_6 = ___nGoodsId0; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); String_t* L_7 = CPropManager_GetStrGoodsId_m2994062726(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2573747848, L_7, /*hidden argument*/NULL); V_1 = L_8; CDataProperty_t2806246268 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = CDataProperty_GetInt_m1935343217(L_9, _stringLiteral936714280, 0, /*hidden argument*/NULL); if (!L_10) { goto IL_0048; } } { G_B7_0 = 1; goto IL_0049; } IL_0048: { G_B7_0 = 0; } IL_0049: { V_2 = (bool)G_B7_0; bool L_11 = V_2; if (!L_11) { goto IL_005c; } } { IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_12 = CLocalizationManager_GetInstance_m2075678818(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_13 = V_1; NullCheck(L_12); String_t* L_14 = CLocalizationManager_GetLocalizePath_m3024801825(L_12, L_13, /*hidden argument*/NULL); V_1 = L_14; } IL_005c: { String_t* L_15 = V_1; return L_15; } } // System.Boolean DMCore.Logic.CPropManager::IsGiftPackage(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPropManager_IsGiftPackage_m3165537028 (RuntimeObject * __this /* static, unused */, int32_t ___configId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_IsGiftPackage_m3165537028_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; { int32_t L_0 = ___configId0; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CDataProperty_t2806246268 * L_1 = CPropManager_GetLocalProperty_m690455163(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; CDataProperty_t2806246268 * L_2 = V_0; if (!L_2) { goto IL_0021; } } { CDataProperty_t2806246268 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CDataProperty_GetInt_m1935343217(L_3, _stringLiteral3698826037, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0021; } } { return (bool)1; } IL_0021: { return (bool)0; } } // DMCore.CDataProperty DMCore.Logic.CPropManager::GetLocalProperty(System.Int32) extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CPropManager_GetLocalProperty_m690455163 (RuntimeObject * __this /* static, unused */, int32_t ___configId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_GetLocalProperty_m690455163_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropLocalConfig_t827037887_il2cpp_TypeInfo_var); CPropLocalConfig_t827037887 * L_0 = CPropLocalConfig_GetInstance_m1244063452(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___configId0; NullCheck(L_0); CDataProperty_t2806246268 * L_2 = CPropLocalConfig_GetProperty_m340985819(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // DMCore.CDataProperty DMCore.Logic.CPropManager::GetNetProperty(System.Int32) extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CPropManager_GetNetProperty_m1923483943 (RuntimeObject * __this /* static, unused */, int32_t ___serverId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_GetNetProperty_m1923483943_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropItemPool_t1526587231_il2cpp_TypeInfo_var); CPropItemPool_t1526587231 * L_0 = CPropItemPool_GetInstance_m2026732197(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___serverId0; NullCheck(L_0); CDataProperty_t2806246268 * L_2 = CPropItemPool_GetProperty_m4138544969(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String DMCore.Logic.CPropManager::GetName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPropManager_GetName_m3847477158 (RuntimeObject * __this /* static, unused */, int32_t ___configId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_GetName_m3847477158_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; String_t* G_B3_0 = NULL; { int32_t L_0 = ___configId0; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CDataProperty_t2806246268 * L_1 = CPropManager_GetLocalProperty_m690455163(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; CDataProperty_t2806246268 * L_2 = V_0; if (!L_2) { goto IL_0022; } } { CDataProperty_t2806246268 * L_3 = V_0; 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); String_t* L_5 = CDataProperty_GetWideStr_m3656006276(L_3, _stringLiteral62725243, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_0027; } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_6; } IL_0027: { return G_B3_0; } } // System.Void DMCore.Logic.CPropManager::RequestUseItem(System.Boolean,System.Int32,System.Int32,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CPropManager_RequestUseItem_m1055188380 (RuntimeObject * __this /* static, unused */, bool ___needPayed0, int32_t ___idForServer1, int32_t ___count2, List_1_t128053199 * ___customGiftPackID3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_RequestUseItem_m1055188380_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; int32_t V_1 = 0; Enumerator_t2017297076 V_2; memset(&V_2, 0, sizeof(V_2)); 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); CDataArray_t4068198041 * G_B2_0 = NULL; CDataArray_t4068198041 * G_B1_0 = NULL; int32_t G_B3_0 = 0; CDataArray_t4068198041 * G_B3_1 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)930), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; bool L_3 = ___needPayed0; G_B1_0 = L_2; if (!L_3) { G_B2_0 = L_2; goto IL_001e; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; goto IL_001f; } IL_001e: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_001f: { NullCheck(G_B3_1); CDataArray_Push_m3820844360(G_B3_1, G_B3_0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ___idForServer1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; int32_t L_7 = ___count2; NullCheck(L_6); CDataArray_Push_m3820844360(L_6, L_7, /*hidden argument*/NULL); List_1_t128053199 * L_8 = ___customGiftPackID3; if (!L_8) { goto IL_008a; } } { List_1_t128053199 * L_9 = ___customGiftPackID3; NullCheck(L_9); int32_t L_10 = List_1_get_Count_m186164705(L_9, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_008a; } } { CDataArray_t4068198041 * L_11 = V_0; List_1_t128053199 * L_12 = ___customGiftPackID3; NullCheck(L_12); int32_t L_13 = List_1_get_Count_m186164705(L_12, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); NullCheck(L_11); CDataArray_Push_m3820844360(L_11, L_13, /*hidden argument*/NULL); List_1_t128053199 * L_14 = ___customGiftPackID3; NullCheck(L_14); Enumerator_t2017297076 L_15 = List_1_GetEnumerator_m593114157(L_14, /*hidden argument*/List_1_GetEnumerator_m593114157_RuntimeMethod_var); V_2 = L_15; } IL_0057: try { // begin try (depth: 1) { goto IL_006b; } IL_005c: { int32_t L_16 = Enumerator_get_Current_m207670954((&V_2), /*hidden argument*/Enumerator_get_Current_m207670954_RuntimeMethod_var); V_1 = L_16; CDataArray_t4068198041 * L_17 = V_0; int32_t L_18 = V_1; NullCheck(L_17); CDataArray_Push_m3820844360(L_17, L_18, /*hidden argument*/NULL); } IL_006b: { bool L_19 = Enumerator_MoveNext_m3181700225((&V_2), /*hidden argument*/Enumerator_MoveNext_m3181700225_RuntimeMethod_var); if (L_19) { goto IL_005c; } } IL_0077: { IL2CPP_LEAVE(0x8A, FINALLY_007c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007c; } FINALLY_007c: { // begin finally (depth: 1) Enumerator_Dispose_m222348240((&V_2), /*hidden argument*/Enumerator_Dispose_m222348240_RuntimeMethod_var); IL2CPP_END_FINALLY(124) } // end finally (depth: 1) IL2CPP_CLEANUP(124) { IL2CPP_JUMP_TBL(0x8A, IL_008a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008a: { CDataArray_t4068198041 * L_20 = V_0; NullCheck(L_20); CDataArray_Flush_m1077150699(L_20, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPropManager::RequestComposeCloth(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropManager_RequestComposeCloth_m1547499768 (CPropManager_t2238730194 * __this, int32_t ___configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropManager_RequestComposeCloth_m1547499768_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { int32_t L_0 = ___configID0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0008; } } { return; } IL_0008: { CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)977), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; int32_t L_4 = ___configID0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; NullCheck(L_5); CDataArray_Push_m3820844360(L_5, 1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPropManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPropManager__cctor_m134450826 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPropManager/CheckPropByProperty::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CheckPropByProperty__ctor_m3838441323 (CheckPropByProperty_t336342705 * __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.Int32 DMCore.Logic.CPropManager/CheckPropByProperty::Invoke(System.Int32,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR int32_t CheckPropByProperty_Invoke_m1617553709 (CheckPropByProperty_t336342705 * __this, int32_t ___propID0, CDataArray_t4068198041 * ___parm1, const RuntimeMethod* method) { int32_t result = 0; if(__this->get_prev_9() != NULL) { CheckPropByProperty_Invoke_m1617553709((CheckPropByProperty_t336342705 *)__this->get_prev_9(), ___propID0, ___parm1, 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 int32_t (*FunctionPointerType) (RuntimeObject *, int32_t, CDataArray_t4068198041 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___propID0, ___parm1, targetMethod); } } else { // closed { typedef int32_t (*FunctionPointerType) (RuntimeObject *, void*, int32_t, CDataArray_t4068198041 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___propID0, ___parm1, 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)) result = GenericInterfaceFuncInvoker2< int32_t, int32_t, CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___propID0, ___parm1); else result = GenericVirtFuncInvoker2< int32_t, int32_t, CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___propID0, ___parm1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, int32_t, CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___propID0, ___parm1); else result = VirtFuncInvoker2< int32_t, int32_t, CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___propID0, ___parm1); } } else { typedef int32_t (*FunctionPointerType) (void*, int32_t, CDataArray_t4068198041 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___propID0, ___parm1, targetMethod); } } } return result; } // System.IAsyncResult DMCore.Logic.CPropManager/CheckPropByProperty::BeginInvoke(System.Int32,DMCore.CDataArray,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CheckPropByProperty_BeginInvoke_m3334622983 (CheckPropByProperty_t336342705 * __this, int32_t ___propID0, CDataArray_t4068198041 * ___parm1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CheckPropByProperty_BeginInvoke_m3334622983_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___propID0); __d_args[1] = ___parm1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Int32 DMCore.Logic.CPropManager/CheckPropByProperty::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t CheckPropByProperty_EndInvoke_m2044597022 (CheckPropByProperty_t336342705 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPropsDetailManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropsDetailManager__ctor_m2276090941 (CPropsDetailManager_t2661117877 * __this, const RuntimeMethod* method) { { IMonoCtrllor__ctor_m471545973(__this, /*hidden argument*/NULL); CPropsDetailManager_set_CurPropConfigID_m2556663492(__this, (-1), /*hidden argument*/NULL); return; } } // DMCore.Logic.CPropsDetailManager DMCore.Logic.CPropsDetailManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropsDetailManager_t2661117877 * CPropsDetailManager_GetInstance_m3176161541 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropsDetailManager_GetInstance_m3176161541_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropsDetailManager_t2661117877_il2cpp_TypeInfo_var); CPropsDetailManager_t2661117877 * L_0 = ((CPropsDetailManager_t2661117877_StaticFields*)il2cpp_codegen_static_fields_for(CPropsDetailManager_t2661117877_il2cpp_TypeInfo_var))->get__instance_2(); if (L_0) { goto IL_0014; } } { CPropsDetailManager_t2661117877 * L_1 = (CPropsDetailManager_t2661117877 *)il2cpp_codegen_object_new(CPropsDetailManager_t2661117877_il2cpp_TypeInfo_var); CPropsDetailManager__ctor_m2276090941(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPropsDetailManager_t2661117877_il2cpp_TypeInfo_var); ((CPropsDetailManager_t2661117877_StaticFields*)il2cpp_codegen_static_fields_for(CPropsDetailManager_t2661117877_il2cpp_TypeInfo_var))->set__instance_2(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CPropsDetailManager_t2661117877_il2cpp_TypeInfo_var); CPropsDetailManager_t2661117877 * L_2 = ((CPropsDetailManager_t2661117877_StaticFields*)il2cpp_codegen_static_fields_for(CPropsDetailManager_t2661117877_il2cpp_TypeInfo_var))->get__instance_2(); return L_2; } } // System.Int32 DMCore.Logic.CPropsDetailManager::get_CurPropConfigID() extern "C" IL2CPP_METHOD_ATTR int32_t CPropsDetailManager_get_CurPropConfigID_m1002022566 (CPropsDetailManager_t2661117877 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurPropConfigIDU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.CPropsDetailManager::set_CurPropConfigID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropsDetailManager_set_CurPropConfigID_m2556663492 (CPropsDetailManager_t2661117877 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurPropConfigIDU3Ek__BackingField_1(L_0); return; } } // System.Void DMCore.Logic.CPropsDetailManager::ShowPropDetail(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPropsDetailManager_ShowPropDetail_m3035460479 (CPropsDetailManager_t2661117877 * __this, int32_t ____configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPropsDetailManager_ShowPropDetail_m3035460479_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropsDetailManager_t2661117877_il2cpp_TypeInfo_var); CPropsDetailManager_t2661117877 * L_0 = CPropsDetailManager_GetInstance_m3176161541(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ____configID0; NullCheck(L_0); CPropsDetailManager_set_CurPropConfigID_m2556663492(L_0, 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_ShowUI_m3552255067(L_2, ((int32_t)170), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPropsDetailManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPropsDetailManager__cctor_m1727279508 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPVEAward::.ctor(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CPVEAward__ctor_m3626736540 (CPVEAward_t498378236 * __this, int32_t ___gold0, int32_t ___diamond1, int32_t ___exp2, List_1_t3149535657 * ___itemArray3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPVEAward__ctor_m3626736540_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___gold0; __this->set__Gold_0(L_0); int32_t L_1 = ___exp2; __this->set__Exp_2(L_1); int32_t L_2 = ___diamond1; __this->set__Diamond_1(L_2); CGiftPackage_t998074622 * L_3 = (CGiftPackage_t998074622 *)il2cpp_codegen_object_new(CGiftPackage_t998074622_il2cpp_TypeInfo_var); CGiftPackage__ctor_m631650788(L_3, /*hidden argument*/NULL); __this->set__ArrayItems_3(L_3); CGiftPackage_t998074622 * L_4 = __this->get__ArrayItems_3(); List_1_t3149535657 * L_5 = ___itemArray3; NullCheck(L_4); CGiftPackage_Add_m2361257957(L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPVEAward::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPVEAward__ctor_m3346606910 (CPVEAward_t498378236 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPVEAward__ctor_m3346606910_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__Gold_0(0); __this->set__Exp_2(0); __this->set__Diamond_1(0); CGiftPackage_t998074622 * L_0 = (CGiftPackage_t998074622 *)il2cpp_codegen_object_new(CGiftPackage_t998074622_il2cpp_TypeInfo_var); CGiftPackage__ctor_m631650788(L_0, /*hidden argument*/NULL); __this->set__ArrayItems_3(L_0); return; } } // System.Int32 DMCore.Logic.CPVEAward::GetGold() extern "C" IL2CPP_METHOD_ATTR int32_t CPVEAward_GetGold_m844232265 (CPVEAward_t498378236 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__Gold_0(); return L_0; } } // System.Int32 DMCore.Logic.CPVEAward::GetExp() extern "C" IL2CPP_METHOD_ATTR int32_t CPVEAward_GetExp_m2067492302 (CPVEAward_t498378236 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__Exp_2(); return L_0; } } // System.Int32 DMCore.Logic.CPVEAward::GetDiamond() extern "C" IL2CPP_METHOD_ATTR int32_t CPVEAward_GetDiamond_m3924995259 (CPVEAward_t498378236 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__Diamond_1(); return L_0; } } // System.Int32 DMCore.Logic.CPVEAward::GetItemCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPVEAward_GetItemCount_m1850598608 (CPVEAward_t498378236 * __this, const RuntimeMethod* method) { CAwardList_t4094041907 * V_0 = NULL; int32_t G_B3_0 = 0; { CGiftPackage_t998074622 * L_0 = __this->get__ArrayItems_3(); NullCheck(L_0); CAwardList_t4094041907 * L_1 = CGiftPackage_Get_m2444996735(L_0, /*hidden argument*/NULL); V_0 = L_1; CAwardList_t4094041907 * L_2 = V_0; if (!L_2) { goto IL_001d; } } { CAwardList_t4094041907 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CAwardList_get_Count_m2249531307(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_001e; } IL_001d: { G_B3_0 = 0; } IL_001e: { return G_B3_0; } } // System.Int32 DMCore.Logic.CPVEAward::GetItemID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPVEAward_GetItemID_m1519093939 (CPVEAward_t498378236 * __this, int32_t ___index0, const RuntimeMethod* method) { CAwardList_t4094041907 * V_0 = NULL; CAwardItem_t1677460915 * V_1 = NULL; CAwardItem_t1677460915 * G_B3_0 = NULL; int32_t G_B6_0 = 0; { CGiftPackage_t998074622 * L_0 = __this->get__ArrayItems_3(); NullCheck(L_0); CAwardList_t4094041907 * L_1 = CGiftPackage_Get_m2444996735(L_0, /*hidden argument*/NULL); V_0 = L_1; CAwardList_t4094041907 * L_2 = V_0; if (!L_2) { goto IL_001e; } } { CAwardList_t4094041907 * L_3 = V_0; int32_t L_4 = ___index0; NullCheck(L_3); CAwardItem_t1677460915 * L_5 = CAwardList_GetItemByIndex_m1502988785(L_3, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_001f; } IL_001e: { G_B3_0 = ((CAwardItem_t1677460915 *)(NULL)); } IL_001f: { V_1 = G_B3_0; CAwardItem_t1677460915 * L_6 = V_1; if (!L_6) { goto IL_0031; } } { CAwardItem_t1677460915 * L_7 = V_1; NullCheck(L_7); int32_t L_8 = CAwardItem_get_ConfigId_m576905535(L_7, /*hidden argument*/NULL); G_B6_0 = L_8; goto IL_0032; } IL_0031: { G_B6_0 = (-1); } IL_0032: { return G_B6_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPveAwardManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPveAwardManager__ctor_m2376853716 (CPveAwardManager_t3593166514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveAwardManager__ctor_m2376853716_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t1839659084 * L_0 = (Dictionary_2_t1839659084 *)il2cpp_codegen_object_new(Dictionary_2_t1839659084_il2cpp_TypeInfo_var); Dictionary_2__ctor_m636942458(L_0, /*hidden argument*/Dictionary_2__ctor_m636942458_RuntimeMethod_var); __this->set_m_SectionUnlockLevel_1(L_0); Dictionary_2_t736164020 * L_1 = (Dictionary_2_t736164020 *)il2cpp_codegen_object_new(Dictionary_2_t736164020_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4247274435(L_1, /*hidden argument*/Dictionary_2__ctor_m4247274435_RuntimeMethod_var); __this->set_m_SectionAward_2(L_1); Dictionary_2_t1839659084 * L_2 = (Dictionary_2_t1839659084 *)il2cpp_codegen_object_new(Dictionary_2_t1839659084_il2cpp_TypeInfo_var); Dictionary_2__ctor_m636942458(L_2, /*hidden argument*/Dictionary_2__ctor_m636942458_RuntimeMethod_var); __this->set_m_StageEnergy_3(L_2); Dictionary_2_t3682058863 * L_3 = (Dictionary_2_t3682058863 *)il2cpp_codegen_object_new(Dictionary_2_t3682058863_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4196554009(L_3, /*hidden argument*/Dictionary_2__ctor_m4196554009_RuntimeMethod_var); __this->set_m_StageAward_4(L_3); Dictionary_2_t3352828889 * L_4 = (Dictionary_2_t3352828889 *)il2cpp_codegen_object_new(Dictionary_2_t3352828889_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1910022224(L_4, /*hidden argument*/Dictionary_2__ctor_m1910022224_RuntimeMethod_var); __this->set_m_StageMaterialMale_5(L_4); Dictionary_2_t3352828889 * L_5 = (Dictionary_2_t3352828889 *)il2cpp_codegen_object_new(Dictionary_2_t3352828889_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1910022224(L_5, /*hidden argument*/Dictionary_2__ctor_m1910022224_RuntimeMethod_var); __this->set_m_StageMaterialFemale_6(L_5); __this->set_m_pveAward_8((CAwardList_t4094041907 *)NULL); ITextBase_PushTask_m2878137237(__this, _stringLiteral4116299847, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPveAwardManager DMCore.Logic.CPveAwardManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPveAwardManager_t3593166514 * CPveAwardManager_GetInstance_m1671663127 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveAwardManager_GetInstance_m1671663127_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPveAwardManager_t3593166514_il2cpp_TypeInfo_var); CPveAwardManager_t3593166514 * L_0 = ((CPveAwardManager_t3593166514_StaticFields*)il2cpp_codegen_static_fields_for(CPveAwardManager_t3593166514_il2cpp_TypeInfo_var))->get_s_instance_7(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CPveAwardManager_t3593166514_il2cpp_TypeInfo_var); CPveAwardManager_t3593166514 * L_1 = ((CPveAwardManager_t3593166514_StaticFields*)il2cpp_codegen_static_fields_for(CPveAwardManager_t3593166514_il2cpp_TypeInfo_var))->get_s_instance_7(); return L_1; } IL_0010: { CPveAwardManager_t3593166514 * L_2 = (CPveAwardManager_t3593166514 *)il2cpp_codegen_object_new(CPveAwardManager_t3593166514_il2cpp_TypeInfo_var); CPveAwardManager__ctor_m2376853716(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPveAwardManager_t3593166514_il2cpp_TypeInfo_var); ((CPveAwardManager_t3593166514_StaticFields*)il2cpp_codegen_static_fields_for(CPveAwardManager_t3593166514_il2cpp_TypeInfo_var))->set_s_instance_7(L_2); CPveAwardManager_t3593166514 * L_3 = ((CPveAwardManager_t3593166514_StaticFields*)il2cpp_codegen_static_fields_for(CPveAwardManager_t3593166514_il2cpp_TypeInfo_var))->get_s_instance_7(); return L_3; } } // System.Int32 DMCore.Logic.CPveAwardManager::GetStageEnergy(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveAwardManager_GetStageEnergy_m3874183020 (CPveAwardManager_t3593166514 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveAwardManager_GetStageEnergy_m3874183020_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___mainLevel0; int32_t L_1 = ___subLevel1; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_2 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; Dictionary_2_t1839659084 * L_3 = __this->get_m_StageEnergy_3(); int32_t L_4 = V_0; NullCheck(L_3); bool L_5 = Dictionary_2_ContainsKey_m3670869807(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m3670869807_RuntimeMethod_var); if (L_5) { goto IL_001b; } } { return (-1); } IL_001b: { Dictionary_2_t1839659084 * L_6 = __this->get_m_StageEnergy_3(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = Dictionary_2_get_Item_m1590941542(L_6, L_7, /*hidden argument*/Dictionary_2_get_Item_m1590941542_RuntimeMethod_var); return L_8; } } // System.Collections.Generic.List`1> DMCore.Logic.CPveAwardManager::GetStageMaterial(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t169148262 * CPveAwardManager_GetStageMaterial_m900190678 (CPveAwardManager_t3593166514 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveAwardManager_GetStageMaterial_m900190678_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___mainLevel0; int32_t L_1 = ___subLevel1; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_2 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; Dictionary_2_t3352828889 * L_3 = CPveAwardManager_get_StageMaterial_m89842830(__this, /*hidden argument*/NULL); int32_t L_4 = V_0; NullCheck(L_3); bool L_5 = Dictionary_2_ContainsKey_m484170815(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m484170815_RuntimeMethod_var); if (L_5) { goto IL_001b; } } { return (List_1_t169148262 *)NULL; } IL_001b: { Dictionary_2_t3352828889 * L_6 = CPveAwardManager_get_StageMaterial_m89842830(__this, /*hidden argument*/NULL); int32_t L_7 = V_0; NullCheck(L_6); List_1_t169148262 * L_8 = Dictionary_2_get_Item_m3673264268(L_6, L_7, /*hidden argument*/Dictionary_2_get_Item_m3673264268_RuntimeMethod_var); return L_8; } } // System.Collections.Generic.List`1 DMCore.Logic.CPveAwardManager::GetStageContainMaterial(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * CPveAwardManager_GetStageContainMaterial_m2766502233 (CPveAwardManager_t3593166514 * __this, int32_t ___materialID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveAwardManager_GetStageContainMaterial_m2766502233_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t128053199 * V_0 = NULL; Enumerator_t1012044368 V_1; memset(&V_1, 0, sizeof(V_1)); List_1_t169148262 * V_2 = NULL; KeyValuePair_2_t1455533760 V_3; memset(&V_3, 0, sizeof(V_3)); Enumerator_t2058392139 V_4; memset(&V_4, 0, sizeof(V_4)); KeyValuePair_2_t2992040816 V_5; memset(&V_5, 0, sizeof(V_5)); KeyValuePair_2_t1455533760 V_6; memset(&V_6, 0, sizeof(V_6)); List_1_t128053199 * G_B9_0 = NULL; { List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_0, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_0 = L_0; Dictionary_2_t3352828889 * L_1 = CPveAwardManager_get_StageMaterial_m89842830(__this, /*hidden argument*/NULL); NullCheck(L_1); Enumerator_t1012044368 L_2 = Dictionary_2_GetEnumerator_m20993729(L_1, /*hidden argument*/Dictionary_2_GetEnumerator_m20993729_RuntimeMethod_var); V_1 = L_2; goto IL_0076; } IL_0017: { KeyValuePair_2_t1455533760 L_3 = Enumerator_get_Current_m3823957642((&V_1), /*hidden argument*/Enumerator_get_Current_m3823957642_RuntimeMethod_var); V_3 = L_3; List_1_t169148262 * L_4 = KeyValuePair_2_get_Value_m2434468787((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m2434468787_RuntimeMethod_var); V_2 = L_4; List_1_t169148262 * L_5 = V_2; NullCheck(L_5); Enumerator_t2058392139 L_6 = List_1_GetEnumerator_m330608342(L_5, /*hidden argument*/List_1_GetEnumerator_m330608342_RuntimeMethod_var); V_4 = L_6; goto IL_006a; } IL_0034: { KeyValuePair_2_t2992040816 L_7 = Enumerator_get_Current_m3261414267((&V_4), /*hidden argument*/Enumerator_get_Current_m3261414267_RuntimeMethod_var); V_5 = L_7; CFragment_t3696211104 * L_8 = KeyValuePair_2_get_Key_m3453237039((&V_5), /*hidden argument*/KeyValuePair_2_get_Key_m3453237039_RuntimeMethod_var); NullCheck(L_8); int32_t L_9 = CFragment_get_ConfigID_m1545306933(L_8, /*hidden argument*/NULL); int32_t L_10 = ___materialID0; if ((!(((uint32_t)L_9) == ((uint32_t)L_10)))) { goto IL_006a; } } { List_1_t128053199 * L_11 = V_0; KeyValuePair_2_t1455533760 L_12 = Enumerator_get_Current_m3823957642((&V_1), /*hidden argument*/Enumerator_get_Current_m3823957642_RuntimeMethod_var); V_6 = L_12; int32_t L_13 = KeyValuePair_2_get_Key_m3309328296((&V_6), /*hidden argument*/KeyValuePair_2_get_Key_m3309328296_RuntimeMethod_var); NullCheck(L_11); List_1_Add_m697420525(L_11, L_13, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); goto IL_0076; } IL_006a: { bool L_14 = Enumerator_MoveNext_m1874088198((&V_4), /*hidden argument*/Enumerator_MoveNext_m1874088198_RuntimeMethod_var); if (L_14) { goto IL_0034; } } IL_0076: { bool L_15 = Enumerator_MoveNext_m2093873014((&V_1), /*hidden argument*/Enumerator_MoveNext_m2093873014_RuntimeMethod_var); if (L_15) { goto IL_0017; } } { List_1_t128053199 * L_16 = V_0; NullCheck(L_16); int32_t L_17 = List_1_get_Count_m186164705(L_16, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if (!L_17) { goto IL_0093; } } { List_1_t128053199 * L_18 = V_0; G_B9_0 = L_18; goto IL_0094; } IL_0093: { G_B9_0 = ((List_1_t128053199 *)(NULL)); } IL_0094: { return G_B9_0; } } // DMCore.Logic.CPVEAward DMCore.Logic.CPveAwardManager::GetStageAward(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR CPVEAward_t498378236 * CPveAwardManager_GetStageAward_m2990792482 (CPveAwardManager_t3593166514 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveAwardManager_GetStageAward_m2990792482_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CPVEAward_t498378236 * V_1 = NULL; { int32_t L_0 = ___mainLevel0; int32_t L_1 = ___subLevel1; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_2 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = (CPVEAward_t498378236 *)NULL; Dictionary_2_t3682058863 * L_3 = __this->get_m_StageAward_4(); int32_t L_4 = V_0; NullCheck(L_3); bool L_5 = Dictionary_2_TryGetValue_m1922957743(L_3, L_4, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m1922957743_RuntimeMethod_var); if (!L_5) { goto IL_0025; } } { CPVEAward_t498378236 * L_6 = V_1; if (!L_6) { goto IL_0025; } } { CPVEAward_t498378236 * L_7 = V_1; return L_7; } IL_0025: { return (CPVEAward_t498378236 *)NULL; } } // DMCore.Logic.CPVEAward DMCore.Logic.CPveAwardManager::GetSectionAward(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPVEAward_t498378236 * CPveAwardManager_GetSectionAward_m3583606326 (CPveAwardManager_t3593166514 * __this, int32_t ___mainLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveAwardManager_GetSectionAward_m3583606326_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t736164020 * L_0 = __this->get_m_SectionAward_2(); int32_t L_1 = ___mainLevel0; 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_0013; } } { return (CPVEAward_t498378236 *)NULL; } IL_0013: { IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); CActivityManager_t1081296145 * L_3 = CActivityManager_GetInstance_m2243292784(NULL /*static, unused*/, /*hidden argument*/NULL); Dictionary_2_t736164020 * L_4 = __this->get_m_SectionAward_2(); int32_t L_5 = ___mainLevel0; NullCheck(L_4); String_t* L_6 = Dictionary_2_get_Item_m98595422(L_4, L_5, /*hidden argument*/Dictionary_2_get_Item_m98595422_RuntimeMethod_var); NullCheck(L_3); CAwardList_t4094041907 * L_7 = CActivityManager_GetGiftArray_m3600846893(L_3, L_6, /*hidden argument*/NULL); CPVEAward_t498378236 * L_8 = CPveAwardManager_GiftListToPVEAward_m3563175310(__this, L_7, /*hidden argument*/NULL); return L_8; } } // System.Int32 DMCore.Logic.CPveAwardManager::GetUnlockLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveAwardManager_GetUnlockLevel_m1230687428 (CPveAwardManager_t3593166514 * __this, int32_t ___stageID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveAwardManager_GetUnlockLevel_m1230687428_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1839659084 * L_0 = __this->get_m_SectionUnlockLevel_1(); int32_t L_1 = ___stageID0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3670869807(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3670869807_RuntimeMethod_var); if (L_2) { goto IL_0013; } } { return (-1); } IL_0013: { Dictionary_2_t1839659084 * L_3 = __this->get_m_SectionUnlockLevel_1(); int32_t L_4 = ___stageID0; NullCheck(L_3); int32_t L_5 = Dictionary_2_get_Item_m1590941542(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m1590941542_RuntimeMethod_var); return L_5; } } // System.Boolean DMCore.Logic.CPveAwardManager::IsUnlockedAlready(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPveAwardManager_IsUnlockedAlready_m4097714509 (CPveAwardManager_t3593166514 * __this, int32_t ___stageID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveAwardManager_IsUnlockedAlready_m4097714509_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = ___stageID0; int32_t L_1 = CPveAwardManager_GetUnlockLevel_m1230687428(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CMainRole_t4200562839 * L_2 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CProperty_t963755051 * L_3 = ISceneBaseObj_GetNetProperty_m1709069404(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CProperty_GetInt_m2680341236(L_3, _stringLiteral3037169078, 1, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; int32_t L_6 = V_0; if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_002b; } } { G_B3_0 = 1; goto IL_002c; } IL_002b: { G_B3_0 = 0; } IL_002c: { return (bool)G_B3_0; } } // DMCore.Logic.CPVEAward DMCore.Logic.CPveAwardManager::GiftListToPVEAward(DMCore.Logic.CAwardList) extern "C" IL2CPP_METHOD_ATTR CPVEAward_t498378236 * CPveAwardManager_GiftListToPVEAward_m3563175310 (CPveAwardManager_t3593166514 * __this, CAwardList_t4094041907 * ___giftList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveAwardManager_GiftListToPVEAward_m3563175310_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; List_1_t3149535657 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; CAwardItem_t1677460915 * V_6 = NULL; { CAwardList_t4094041907 * L_0 = ___giftList0; if (!L_0) { goto IL_0011; } } { CAwardList_t4094041907 * L_1 = ___giftList0; NullCheck(L_1); int32_t L_2 = CAwardList_get_Count_m2249531307(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0013; } } IL_0011: { return (CPVEAward_t498378236 *)NULL; } IL_0013: { V_0 = 0; V_1 = 0; V_2 = 0; List_1_t3149535657 * L_3 = (List_1_t3149535657 *)il2cpp_codegen_object_new(List_1_t3149535657_il2cpp_TypeInfo_var); List_1__ctor_m4254788256(L_3, /*hidden argument*/List_1__ctor_m4254788256_RuntimeMethod_var); V_3 = L_3; V_4 = 0; CAwardList_t4094041907 * L_4 = ___giftList0; NullCheck(L_4); int32_t L_5 = CAwardList_get_Count_m2249531307(L_4, /*hidden argument*/NULL); V_5 = L_5; goto IL_00ad; } IL_002f: { CAwardList_t4094041907 * L_6 = ___giftList0; int32_t L_7 = V_4; NullCheck(L_6); CAwardItem_t1677460915 * L_8 = CAwardList_GetItemByIndex_m1502988785(L_6, L_7, /*hidden argument*/NULL); V_6 = L_8; CAwardItem_t1677460915 * L_9 = V_6; if (L_9) { goto IL_0045; } } { goto IL_00a7; } IL_0045: { int32_t L_10 = CItemBase_get_GoldID_m251806656(NULL /*static, unused*/, /*hidden argument*/NULL); CAwardItem_t1677460915 * L_11 = V_6; NullCheck(L_11); int32_t L_12 = CAwardItem_get_ConfigId_m576905535(L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)L_12)))) { goto IL_0063; } } { CAwardItem_t1677460915 * L_13 = V_6; NullCheck(L_13); int32_t L_14 = CAwardItem_get_Amount_m2607280859(L_13, /*hidden argument*/NULL); V_0 = L_14; goto IL_00a7; } IL_0063: { int32_t L_15 = CItemBase_get_DiamondID_m420291236(NULL /*static, unused*/, /*hidden argument*/NULL); CAwardItem_t1677460915 * L_16 = V_6; NullCheck(L_16); int32_t L_17 = CAwardItem_get_ConfigId_m576905535(L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)L_17)))) { goto IL_0081; } } { CAwardItem_t1677460915 * L_18 = V_6; NullCheck(L_18); int32_t L_19 = CAwardItem_get_Amount_m2607280859(L_18, /*hidden argument*/NULL); V_1 = L_19; goto IL_00a7; } IL_0081: { int32_t L_20 = CItemBase_get_ExpID_m2602785149(NULL /*static, unused*/, /*hidden argument*/NULL); CAwardItem_t1677460915 * L_21 = V_6; NullCheck(L_21); int32_t L_22 = CAwardItem_get_ConfigId_m576905535(L_21, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)L_22)))) { goto IL_009f; } } { CAwardItem_t1677460915 * L_23 = V_6; NullCheck(L_23); int32_t L_24 = CAwardItem_get_Amount_m2607280859(L_23, /*hidden argument*/NULL); V_2 = L_24; goto IL_00a7; } IL_009f: { List_1_t3149535657 * L_25 = V_3; CAwardItem_t1677460915 * L_26 = V_6; NullCheck(L_25); List_1_Add_m1312316922(L_25, L_26, /*hidden argument*/List_1_Add_m1312316922_RuntimeMethod_var); } IL_00a7: { int32_t L_27 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00ad: { int32_t L_28 = V_4; int32_t L_29 = V_5; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_002f; } } { int32_t L_30 = V_0; int32_t L_31 = V_1; int32_t L_32 = V_2; List_1_t3149535657 * L_33 = V_3; CPVEAward_t498378236 * L_34 = (CPVEAward_t498378236 *)il2cpp_codegen_object_new(CPVEAward_t498378236_il2cpp_TypeInfo_var); CPVEAward__ctor_m3626736540(L_34, L_30, L_31, L_32, L_33, /*hidden argument*/NULL); return L_34; } } // System.Boolean DMCore.Logic.CPveAwardManager::IsSectionAwardGetAlready(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPveAwardManager_IsSectionAwardGetAlready_m2520128720 (CPveAwardManager_t3593166514 * __this, int32_t ___mainLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveAwardManager_IsSectionAwardGetAlready_m2520128720_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int32_t L_0 = ___mainLevel0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3932748767, L_2, /*hidden argument*/NULL); V_0 = L_3; CMainRole_t4200562839 * L_4 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CProperty_t963755051 * L_5 = ISceneBaseObj_GetNetProperty_m1709069404(L_4, /*hidden argument*/NULL); String_t* L_6 = V_0; NullCheck(L_5); int32_t L_7 = CProperty_GetInt_m2680341236(L_5, L_6, 0, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)0) == ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void DMCore.Logic.CPveAwardManager::FreshAward(DMCore.CDataArray,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPveAwardManager_FreshAward_m2127493836 (CPveAwardManager_t3593166514 * __this, CDataArray_t4068198041 * ___awardData0, int32_t ___startPos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveAwardManager_FreshAward_m2127493836_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { CAwardList_t4094041907 * L_0 = (CAwardList_t4094041907 *)il2cpp_codegen_object_new(CAwardList_t4094041907_il2cpp_TypeInfo_var); CAwardList__ctor_m1934462586(L_0, /*hidden argument*/NULL); __this->set_m_pveAward_8(L_0); CDataArray_t4068198041 * L_1 = ___awardData0; int32_t L_2 = ___startPos1; int32_t L_3 = L_2; ___startPos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); NullCheck(L_1); int32_t L_4 = CDataArray_GetInt_m1111369473(L_1, L_3, 0, /*hidden argument*/NULL); V_0 = L_4; V_1 = 0; goto IL_0057; } IL_0020: { CAwardList_t4094041907 * L_5 = __this->get_m_pveAward_8(); CDataArray_t4068198041 * L_6 = ___awardData0; int32_t L_7 = ___startPos1; int32_t L_8 = L_7; ___startPos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); NullCheck(L_6); int32_t L_9 = CDataArray_GetInt_m1111369473(L_6, L_8, 0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_10 = ___awardData0; int32_t L_11 = ___startPos1; int32_t L_12 = L_11; ___startPos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); NullCheck(L_10); int32_t L_13 = CDataArray_GetInt_m1111369473(L_10, L_12, 0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_14 = ___awardData0; int32_t L_15 = ___startPos1; int32_t L_16 = L_15; ___startPos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); NullCheck(L_14); int32_t L_17 = CDataArray_GetInt_m1111369473(L_14, L_16, 0, /*hidden argument*/NULL); NullCheck(L_5); CAwardList_Add_m2199159243(L_5, L_9, L_13, L_17, /*hidden argument*/NULL); int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0057: { int32_t L_19 = V_1; int32_t L_20 = V_0; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0020; } } { return; } } // System.Void DMCore.Logic.CPveAwardManager::Clear() extern "C" IL2CPP_METHOD_ATTR void CPveAwardManager_Clear_m2444164527 (CPveAwardManager_t3593166514 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveAwardManager_Clear_m2444164527_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1839659084 * L_0 = __this->get_m_SectionUnlockLevel_1(); NullCheck(L_0); Dictionary_2_Clear_m1702443365(L_0, /*hidden argument*/Dictionary_2_Clear_m1702443365_RuntimeMethod_var); Dictionary_2_t736164020 * L_1 = __this->get_m_SectionAward_2(); NullCheck(L_1); Dictionary_2_Clear_m3357594170(L_1, /*hidden argument*/Dictionary_2_Clear_m3357594170_RuntimeMethod_var); Dictionary_2_t1839659084 * L_2 = __this->get_m_StageEnergy_3(); NullCheck(L_2); Dictionary_2_Clear_m1702443365(L_2, /*hidden argument*/Dictionary_2_Clear_m1702443365_RuntimeMethod_var); Dictionary_2_t3682058863 * L_3 = __this->get_m_StageAward_4(); NullCheck(L_3); Dictionary_2_Clear_m2163768065(L_3, /*hidden argument*/Dictionary_2_Clear_m2163768065_RuntimeMethod_var); Dictionary_2_t3352828889 * L_4 = __this->get_m_StageMaterialMale_5(); NullCheck(L_4); Dictionary_2_Clear_m3216101137(L_4, /*hidden argument*/Dictionary_2_Clear_m3216101137_RuntimeMethod_var); Dictionary_2_t3352828889 * L_5 = __this->get_m_StageMaterialFemale_6(); NullCheck(L_5); Dictionary_2_Clear_m3216101137(L_5, /*hidden argument*/Dictionary_2_Clear_m3216101137_RuntimeMethod_var); return; } } // System.Boolean DMCore.Logic.CPveAwardManager::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPveAwardManager_OnLoad_m1311996526 (CPveAwardManager_t3593166514 * __this, String_t* ___texAsset0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveAwardManager_OnLoad_m1311996526_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; String_t* V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; CAwardList_t4094041907 * V_9 = NULL; XmlNodeList_t2551693786 * V_10 = NULL; int32_t V_11 = 0; XmlElement_t561603118 * V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; bool V_17 = false; int32_t V_18 = 0; CFragment_t3696211104 * V_19 = NULL; int32_t V_20 = 0; int32_t V_21 = 0; String_t* V_22 = NULL; Exception_t * V_23 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlElement_t561603118 * G_B3_0 = NULL; int32_t G_B19_0 = 0; IL_0000: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = V_0; String_t* L_2 = ___texAsset0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_1, L_2); XmlDocument_t2837193595 * L_3 = V_0; if (!L_3) { goto IL_0023; } } IL_0013: { XmlDocument_t2837193595 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); G_B3_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0024; } IL_0023: { G_B3_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0024: { V_1 = G_B3_0; XmlElement_t561603118 * L_6 = V_1; NullCheck(L_6); XmlNodeList_t2551693786 * L_7 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_6); V_2 = L_7; XmlNodeList_t2551693786 * L_8 = V_2; if (L_8) { goto IL_0039; } } IL_0032: { V_3 = (bool)0; goto IL_02d6; } IL_0039: { V_4 = 0; goto IL_02a0; } IL_0041: { XmlNodeList_t2551693786 * L_9 = V_2; int32_t L_10 = V_4; NullCheck(L_9); XmlNode_t3767805227 * L_11 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_9, L_10); V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_11, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_12 = V_5; if (L_12) { goto IL_005c; } } IL_0057: { goto IL_029a; } IL_005c: { XmlElement_t561603118 * L_13 = V_5; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_13); V_6 = L_14; String_t* L_15 = V_6; if (!L_15) { goto IL_029a; } } IL_006c: { String_t* L_16 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_op_Equality_m920492651(NULL /*static, unused*/, L_16, _stringLiteral1984728731, /*hidden argument*/NULL); if (L_17) { goto IL_00a4; } } IL_007d: { String_t* L_18 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_op_Equality_m920492651(NULL /*static, unused*/, L_18, _stringLiteral227881149, /*hidden argument*/NULL); if (L_19) { goto IL_022e; } } IL_008e: { String_t* L_20 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_op_Equality_m920492651(NULL /*static, unused*/, L_20, _stringLiteral2879596172, /*hidden argument*/NULL); if (L_21) { goto IL_0282; } } IL_009f: { goto IL_029a; } IL_00a4: { XmlElement_t561603118 * L_22 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_23 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_22, _stringLiteral797641419, 0, /*hidden argument*/NULL); V_7 = L_23; XmlElement_t561603118 * L_24 = V_5; int32_t L_25 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_24, _stringLiteral724205065, 0, /*hidden argument*/NULL); V_8 = L_25; Dictionary_2_t1839659084 * L_26 = __this->get_m_StageEnergy_3(); int32_t L_27 = V_7; int32_t L_28 = V_8; NullCheck(L_26); Dictionary_2_Add_m1535364901(L_26, L_27, L_28, /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); CAwardList_t4094041907 * L_29 = (CAwardList_t4094041907 *)il2cpp_codegen_object_new(CAwardList_t4094041907_il2cpp_TypeInfo_var); CAwardList__ctor_m1934462586(L_29, /*hidden argument*/NULL); V_9 = L_29; XmlElement_t561603118 * L_30 = V_5; NullCheck(L_30); XmlNodeList_t2551693786 * L_31 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_30); V_10 = L_31; V_11 = 0; goto IL_0206; } IL_00e9: { XmlNodeList_t2551693786 * L_32 = V_10; int32_t L_33 = V_11; NullCheck(L_32); XmlNode_t3767805227 * L_34 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_32, L_33); V_12 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_34, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_35 = V_12; if (L_35) { goto IL_0105; } } IL_0100: { goto IL_0200; } IL_0105: { XmlElement_t561603118 * L_36 = V_12; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_37 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_36, _stringLiteral778600311, 0, /*hidden argument*/NULL); V_13 = L_37; XmlElement_t561603118 * L_38 = V_12; int32_t L_39 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_38, _stringLiteral1344412827, 0, /*hidden argument*/NULL); V_14 = L_39; XmlElement_t561603118 * L_40 = V_12; int32_t L_41 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_40, _stringLiteral2728945274, 0, /*hidden argument*/NULL); V_15 = L_41; XmlElement_t561603118 * L_42 = V_12; int32_t L_43 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_42, _stringLiteral3372099116, 0, /*hidden argument*/NULL); V_16 = L_43; XmlElement_t561603118 * L_44 = V_12; int32_t L_45 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_44, _stringLiteral3742791581, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_45) == ((uint32_t)1)))) { goto IL_015a; } } IL_0154: { G_B19_0 = 1; goto IL_015b; } IL_015a: { G_B19_0 = 0; } IL_015b: { V_17 = (bool)G_B19_0; XmlElement_t561603118 * L_46 = V_12; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_47 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_46, _stringLiteral452723700, 0, /*hidden argument*/NULL); V_18 = L_47; bool L_48 = V_17; if (!L_48) { goto IL_0188; } } IL_0173: { CAwardList_t4094041907 * L_49 = V_9; int32_t L_50 = V_13; int32_t L_51 = V_14; int32_t L_52 = V_15; int32_t L_53 = V_16; NullCheck(L_49); CAwardList_Add_m923269743(L_49, L_50, L_51, L_52, L_53, /*hidden argument*/NULL); goto IL_0200; } IL_0188: { int32_t L_54 = V_13; int32_t L_55 = V_15; int32_t L_56 = V_18; CFragment_t3696211104 * L_57 = (CFragment_t3696211104 *)il2cpp_codegen_object_new(CFragment_t3696211104_il2cpp_TypeInfo_var); CFragment__ctor_m2291400052(L_57, L_54, L_55, L_56, /*hidden argument*/NULL); V_19 = L_57; int32_t L_58 = V_16; if (!L_58) { goto IL_01a9; } } IL_019c: { int32_t L_59 = V_16; if ((((int32_t)L_59) == ((int32_t)1))) { goto IL_01c0; } } IL_01a4: { goto IL_01d7; } IL_01a9: { CFragment_t3696211104 * L_60 = V_19; int32_t L_61 = V_14; int32_t L_62 = V_7; Dictionary_2_t3352828889 * L_63 = __this->get_m_StageMaterialMale_5(); CPveAwardManager_SaveMaterialData_m1059943846(__this, L_60, L_61, L_62, L_63, /*hidden argument*/NULL); goto IL_0200; } IL_01c0: { CFragment_t3696211104 * L_64 = V_19; int32_t L_65 = V_14; int32_t L_66 = V_7; Dictionary_2_t3352828889 * L_67 = __this->get_m_StageMaterialFemale_6(); CPveAwardManager_SaveMaterialData_m1059943846(__this, L_64, L_65, L_66, L_67, /*hidden argument*/NULL); goto IL_0200; } IL_01d7: { CFragment_t3696211104 * L_68 = V_19; int32_t L_69 = V_14; int32_t L_70 = V_7; Dictionary_2_t3352828889 * L_71 = __this->get_m_StageMaterialMale_5(); CPveAwardManager_SaveMaterialData_m1059943846(__this, L_68, L_69, L_70, L_71, /*hidden argument*/NULL); CFragment_t3696211104 * L_72 = V_19; int32_t L_73 = V_14; int32_t L_74 = V_7; Dictionary_2_t3352828889 * L_75 = __this->get_m_StageMaterialFemale_6(); CPveAwardManager_SaveMaterialData_m1059943846(__this, L_72, L_73, L_74, L_75, /*hidden argument*/NULL); goto IL_0200; } IL_0200: { int32_t L_76 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); } IL_0206: { int32_t L_77 = V_11; XmlNodeList_t2551693786 * L_78 = V_10; NullCheck(L_78); int32_t L_79 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_78); if ((((int32_t)L_77) < ((int32_t)L_79))) { goto IL_00e9; } } IL_0214: { Dictionary_2_t3682058863 * L_80 = __this->get_m_StageAward_4(); int32_t L_81 = V_7; CAwardList_t4094041907 * L_82 = V_9; CPVEAward_t498378236 * L_83 = CPveAwardManager_GiftListToPVEAward_m3563175310(__this, L_82, /*hidden argument*/NULL); NullCheck(L_80); Dictionary_2_set_Item_m107447979(L_80, L_81, L_83, /*hidden argument*/Dictionary_2_set_Item_m107447979_RuntimeMethod_var); goto IL_029a; } IL_022e: { XmlElement_t561603118 * L_84 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_85 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_84, _stringLiteral797641419, 0, /*hidden argument*/NULL); V_20 = L_85; XmlElement_t561603118 * L_86 = V_5; int32_t L_87 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_86, _stringLiteral2975410236, 0, /*hidden argument*/NULL); V_21 = L_87; XmlElement_t561603118 * L_88 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_89 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_90 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_88, _stringLiteral2690015734, L_89, /*hidden argument*/NULL); V_22 = L_90; Dictionary_2_t1839659084 * L_91 = __this->get_m_SectionUnlockLevel_1(); int32_t L_92 = V_20; int32_t L_93 = V_21; NullCheck(L_91); Dictionary_2_set_Item_m3625442308(L_91, L_92, L_93, /*hidden argument*/Dictionary_2_set_Item_m3625442308_RuntimeMethod_var); Dictionary_2_t736164020 * L_94 = __this->get_m_SectionAward_2(); int32_t L_95 = V_20; String_t* L_96 = V_22; NullCheck(L_94); Dictionary_2_set_Item_m4246191156(L_94, L_95, L_96, /*hidden argument*/Dictionary_2_set_Item_m4246191156_RuntimeMethod_var); goto IL_029a; } IL_0282: { XmlElement_t561603118 * L_97 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_98 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_97, _stringLiteral3378147189, 0, /*hidden argument*/NULL); __this->set_m_WeightSum_9(L_98); goto IL_029a; } IL_029a: { int32_t L_99 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)); } IL_02a0: { int32_t L_100 = V_4; XmlNodeList_t2551693786 * L_101 = V_2; NullCheck(L_101); int32_t L_102 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_101); if ((((int32_t)L_100) < ((int32_t)L_102))) { goto IL_0041; } } IL_02ad: { goto IL_02d4; } } // 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_02b2; throw e; } CATCH_02b2: { // begin catch(System.Exception) V_23 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_103 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_104 = V_23; NullCheck(L_104); String_t* L_105 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_104); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_106 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3197759573, L_105, /*hidden argument*/NULL); NullCheck(L_103); CLogHelp_LogFile_m4227814860(L_103, L_106, /*hidden argument*/NULL); goto IL_02d4; } // end catch (depth: 1) IL_02d4: { return (bool)1; } IL_02d6: { bool L_107 = V_3; return L_107; } } // System.Void DMCore.Logic.CPveAwardManager::ClearAward() extern "C" IL2CPP_METHOD_ATTR void CPveAwardManager_ClearAward_m52915938 (CPveAwardManager_t3593166514 * __this, const RuntimeMethod* method) { { __this->set_m_pveAward_8((CAwardList_t4094041907 *)NULL); return; } } // DMCore.Logic.CAwardList DMCore.Logic.CPveAwardManager::get_PVEAward() extern "C" IL2CPP_METHOD_ATTR CAwardList_t4094041907 * CPveAwardManager_get_PVEAward_m64938760 (CPveAwardManager_t3593166514 * __this, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = __this->get_m_pveAward_8(); return L_0; } } // System.Int32 DMCore.Logic.CPveAwardManager::get_Weight_Sum() extern "C" IL2CPP_METHOD_ATTR int32_t CPveAwardManager_get_Weight_Sum_m2408950188 (CPveAwardManager_t3593166514 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_WeightSum_9(); return L_0; } } // System.Collections.Generic.Dictionary`2>> DMCore.Logic.CPveAwardManager::get_StageMaterial() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t3352828889 * CPveAwardManager_get_StageMaterial_m89842830 (CPveAwardManager_t3593166514 * __this, const RuntimeMethod* method) { Dictionary_2_t3352828889 * G_B3_0 = NULL; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_0); if (L_1) { goto IL_001a; } } { Dictionary_2_t3352828889 * L_2 = __this->get_m_StageMaterialMale_5(); G_B3_0 = L_2; goto IL_0020; } IL_001a: { Dictionary_2_t3352828889 * L_3 = __this->get_m_StageMaterialFemale_6(); G_B3_0 = L_3; } IL_0020: { return G_B3_0; } } // System.Void DMCore.Logic.CPveAwardManager::SaveMaterialData(DMCore.Logic.CFragment,System.Int32,System.Int32,System.Collections.Generic.Dictionary`2>>) extern "C" IL2CPP_METHOD_ATTR void CPveAwardManager_SaveMaterialData_m1059943846 (CPveAwardManager_t3593166514 * __this, CFragment_t3696211104 * ___fragmentInfo0, int32_t ___count1, int32_t ___stageID2, Dictionary_2_t3352828889 * ___materialContainer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveAwardManager_SaveMaterialData_m1059943846_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t169148262 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; KeyValuePair_2_t2992040816 V_4; memset(&V_4, 0, sizeof(V_4)); { V_0 = (List_1_t169148262 *)NULL; Dictionary_2_t3352828889 * L_0 = ___materialContainer3; int32_t L_1 = ___stageID2; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m3761344434(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3761344434_RuntimeMethod_var); if (!L_2) { goto IL_0017; } } { List_1_t169148262 * L_3 = V_0; if (L_3) { goto IL_0038; } } IL_0017: { List_1_t169148262 * L_4 = (List_1_t169148262 *)il2cpp_codegen_object_new(List_1_t169148262_il2cpp_TypeInfo_var); List_1__ctor_m3353154565(L_4, /*hidden argument*/List_1__ctor_m3353154565_RuntimeMethod_var); V_0 = L_4; List_1_t169148262 * L_5 = V_0; CFragment_t3696211104 * L_6 = ___fragmentInfo0; int32_t L_7 = ___count1; KeyValuePair_2_t2992040816 L_8; memset(&L_8, 0, sizeof(L_8)); KeyValuePair_2__ctor_m3656392398((&L_8), L_6, L_7, /*hidden argument*/KeyValuePair_2__ctor_m3656392398_RuntimeMethod_var); NullCheck(L_5); List_1_Add_m3257349269(L_5, L_8, /*hidden argument*/List_1_Add_m3257349269_RuntimeMethod_var); Dictionary_2_t3352828889 * L_9 = ___materialContainer3; int32_t L_10 = ___stageID2; List_1_t169148262 * L_11 = V_0; NullCheck(L_9); Dictionary_2_set_Item_m683120547(L_9, L_10, L_11, /*hidden argument*/Dictionary_2_set_Item_m683120547_RuntimeMethod_var); goto IL_008d; } IL_0038: { V_1 = (bool)0; V_2 = 0; List_1_t169148262 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = List_1_get_Count_m2394545153(L_12, /*hidden argument*/List_1_get_Count_m2394545153_RuntimeMethod_var); V_3 = L_13; goto IL_0073; } IL_0048: { CFragment_t3696211104 * L_14 = ___fragmentInfo0; NullCheck(L_14); int32_t L_15 = CFragment_get_ConfigID_m1545306933(L_14, /*hidden argument*/NULL); List_1_t169148262 * L_16 = V_0; int32_t L_17 = V_2; NullCheck(L_16); KeyValuePair_2_t2992040816 L_18 = List_1_get_Item_m721806066(L_16, L_17, /*hidden argument*/List_1_get_Item_m721806066_RuntimeMethod_var); V_4 = L_18; CFragment_t3696211104 * L_19 = KeyValuePair_2_get_Key_m3453237039((&V_4), /*hidden argument*/KeyValuePair_2_get_Key_m3453237039_RuntimeMethod_var); NullCheck(L_19); int32_t L_20 = CFragment_get_ConfigID_m1545306933(L_19, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)L_20)))) { goto IL_006f; } } { V_1 = (bool)1; goto IL_007a; } IL_006f: { int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0073: { int32_t L_22 = V_2; int32_t L_23 = V_3; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0048; } } IL_007a: { bool L_24 = V_1; if (L_24) { goto IL_008d; } } { List_1_t169148262 * L_25 = V_0; CFragment_t3696211104 * L_26 = ___fragmentInfo0; int32_t L_27 = ___count1; KeyValuePair_2_t2992040816 L_28; memset(&L_28, 0, sizeof(L_28)); KeyValuePair_2__ctor_m3656392398((&L_28), L_26, L_27, /*hidden argument*/KeyValuePair_2__ctor_m3656392398_RuntimeMethod_var); NullCheck(L_25); List_1_Add_m3257349269(L_25, L_28, /*hidden argument*/List_1_Add_m3257349269_RuntimeMethod_var); } IL_008d: { return; } } // System.Void DMCore.Logic.CPveAwardManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPveAwardManager__cctor_m1366926881 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPveManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPveManager__ctor_m3847806819 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager__ctor_m3847806819_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); __this->set_m_pSimulator_6((CServerSimulator_t2819548284 *)NULL); __this->set_m_bPveMode_7((bool)0); __this->set_m_QueryServerPVEList_13((bool)0); __this->set_m_pveStoryIdx_10((-1)); __this->set_m_PassedMaxLevel_11((-1)); Dictionary_2_t1077746168 * L_0 = (Dictionary_2_t1077746168 *)il2cpp_codegen_object_new(Dictionary_2_t1077746168_il2cpp_TypeInfo_var); Dictionary_2__ctor_m141248539(L_0, /*hidden argument*/Dictionary_2__ctor_m141248539_RuntimeMethod_var); __this->set_m_DictionPassedStar_15(L_0); Dictionary_2_t4033884959 * L_1 = (Dictionary_2_t4033884959 *)il2cpp_codegen_object_new(Dictionary_2_t4033884959_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3080968747(L_1, /*hidden argument*/Dictionary_2__ctor_m3080968747_RuntimeMethod_var); __this->set_m_dictionStages_16(L_1); Dictionary_2_t3693168236 * L_2 = (Dictionary_2_t3693168236 *)il2cpp_codegen_object_new(Dictionary_2_t3693168236_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2892528917(L_2, /*hidden argument*/Dictionary_2__ctor_m2892528917_RuntimeMethod_var); __this->set_m_SectionStageCount_17(L_2); Dictionary_2_t3770330557 * L_3 = (Dictionary_2_t3770330557 *)il2cpp_codegen_object_new(Dictionary_2_t3770330557_il2cpp_TypeInfo_var); Dictionary_2__ctor_m99400459(L_3, /*hidden argument*/Dictionary_2__ctor_m99400459_RuntimeMethod_var); __this->set_m_SectionAtlas_18(L_3); CPveManager_set_IsShowPveStar_m2020420185(__this, (bool)0, /*hidden argument*/NULL); CPveManager_set_IsInitOrPlayeOver_m2322703020(__this, (bool)0, /*hidden argument*/NULL); CPveManager_set_IsLevelResult_m494002651(__this, (bool)0, /*hidden argument*/NULL); CDataModelInt_t3463393640 * L_4 = (CDataModelInt_t3463393640 *)il2cpp_codegen_object_new(CDataModelInt_t3463393640_il2cpp_TypeInfo_var); CDataModelInt__ctor_m420760675(L_4, /*hidden argument*/NULL); CPveManager_set_CDataChapterId_m3029517833(__this, L_4, /*hidden argument*/NULL); ITextBase_PushTask_m2878137237(__this, _stringLiteral1086206810, 0, /*hidden argument*/NULL); ITextBase_PushTask_m2878137237(__this, _stringLiteral1965668583, 1, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPveManager DMCore.Logic.CPveManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPveManager_t3058433014 * CPveManager_GetInstance_m1165268867 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_GetInstance_m1165268867_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_0 = ((CPveManager_t3058433014_StaticFields*)il2cpp_codegen_static_fields_for(CPveManager_t3058433014_il2cpp_TypeInfo_var))->get_s_instance_19(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_1 = ((CPveManager_t3058433014_StaticFields*)il2cpp_codegen_static_fields_for(CPveManager_t3058433014_il2cpp_TypeInfo_var))->get_s_instance_19(); return L_1; } IL_0010: { CPveManager_t3058433014 * L_2 = (CPveManager_t3058433014 *)il2cpp_codegen_object_new(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager__ctor_m3847806819(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); ((CPveManager_t3058433014_StaticFields*)il2cpp_codegen_static_fields_for(CPveManager_t3058433014_il2cpp_TypeInfo_var))->set_s_instance_19(L_2); CPveManager_t3058433014 * L_3 = ((CPveManager_t3058433014_StaticFields*)il2cpp_codegen_static_fields_for(CPveManager_t3058433014_il2cpp_TypeInfo_var))->get_s_instance_19(); return L_3; } } // System.Int32 DMCore.Logic.CPveManager::GetCurStageID() extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetCurStageID_m1218063981 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_nLevel_8(); int32_t L_1 = __this->get_m_nSubLevel_9(); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)100), (int32_t)L_0)), (int32_t)L_1)); } } // System.Int32 DMCore.Logic.CPveManager::LevelToStageID(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_LevelToStageID_m3465510410 (RuntimeObject * __this /* static, unused */, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method) { { int32_t L_0 = ___mainLevel0; int32_t L_1 = ___subLevel1; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)100), (int32_t)L_0)), (int32_t)L_1)); } } // System.Int32 DMCore.Logic.CPveManager::StageIDToLevel(System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_StageIDToLevel_m2719615145 (RuntimeObject * __this /* static, unused */, int32_t ___stageID0, int32_t* ___subLevel1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___stageID0; V_0 = ((int32_t)((int32_t)L_0/(int32_t)((int32_t)100))); int32_t* L_1 = ___subLevel1; int32_t L_2 = ___stageID0; *((int32_t*)(L_1)) = (int32_t)((int32_t)((int32_t)L_2%(int32_t)((int32_t)100))); int32_t L_3 = V_0; return L_3; } } // System.Void DMCore.Logic.CPveManager::SwitchToSpecifiedStage(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPveManager_SwitchToSpecifiedStage_m3824164895 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_SwitchToSpecifiedStage_m3824164895_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; int32_t L_2 = ___mainLevel0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; int32_t L_4 = ___subLevel1; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_5 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_5); CWndController_SetCustomParam_m631422347(L_5, 6, L_6, /*hidden argument*/NULL); CWndController_t749709641 * L_7 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CWndController_ShowUI_m3552255067(L_7, 6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPveManager::RequestCheckEnergyState(System.Int32,DMCore.Logic.CPveManager/CheckEnergyStateCallback) extern "C" IL2CPP_METHOD_ATTR void CPveManager_RequestCheckEnergyState_m911786716 (CPveManager_t3058433014 * __this, int32_t ___stageID0, CheckEnergyStateCallback_t3528280671 * ___cbCheckEnergyState1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_RequestCheckEnergyState_m911786716_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CheckEnergyStateCallback_t3528280671 * L_0 = ___cbCheckEnergyState1; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); ((CPveManager_t3058433014_StaticFields*)il2cpp_codegen_static_fields_for(CPveManager_t3058433014_il2cpp_TypeInfo_var))->set_m_cbCheckEnergyState_5(L_0); CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)1505), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; int32_t L_4 = ___stageID0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; NullCheck(L_5); CDataArray_Flush_m1077150699(L_5, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPveManager::SendPveStoryLines(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void CPveManager_SendPveStoryLines_m636461339 (CPveManager_t3058433014 * __this, int32_t ___stageID0, String_t* ___opts1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_SendPveStoryLines_m636461339_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1063), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___stageID0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; String_t* L_5 = ___opts1; NullCheck(L_4); CDataArray_Push_m1799687930(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPveManager::ResponseCheckEnergyState(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPveManager_ResponseCheckEnergyState_m1585400377 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_ResponseCheckEnergyState_m1585400377_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B5_0 = 0; { CDataArray_t4068198041 * L_0 = ___info0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { CDataArray_t4068198041 * L_1 = ___info0; NullCheck(L_1); int32_t L_2 = CDataArray_GetInt_m1111369473(L_1, 1, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001b; } } { G_B5_0 = 1; goto IL_001c; } IL_001b: { G_B5_0 = 0; } IL_001c: { V_0 = (bool)G_B5_0; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CheckEnergyStateCallback_t3528280671 * L_3 = ((CPveManager_t3058433014_StaticFields*)il2cpp_codegen_static_fields_for(CPveManager_t3058433014_il2cpp_TypeInfo_var))->get_m_cbCheckEnergyState_5(); if (!L_3) { goto IL_0038; } } { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CheckEnergyStateCallback_t3528280671 * L_4 = ((CPveManager_t3058433014_StaticFields*)il2cpp_codegen_static_fields_for(CPveManager_t3058433014_il2cpp_TypeInfo_var))->get_m_cbCheckEnergyState_5(); bool L_5 = V_0; NullCheck(L_4); CheckEnergyStateCallback_Invoke_m1200208359(L_4, L_5, /*hidden argument*/NULL); ((CPveManager_t3058433014_StaticFields*)il2cpp_codegen_static_fields_for(CPveManager_t3058433014_il2cpp_TypeInfo_var))->set_m_cbCheckEnergyState_5((CheckEnergyStateCallback_t3528280671 *)NULL); } IL_0038: { return; } } // System.Void DMCore.Logic.CPveManager::InvokeSingleGameStage() extern "C" IL2CPP_METHOD_ATTR void CPveManager_InvokeSingleGameStage_m4188173412 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_InvokeSingleGameStage_m4188173412_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPveStage_t850204332 * V_0 = NULL; { V_0 = (CPveStage_t850204332 *)NULL; Dictionary_2_t4033884959 * L_0 = __this->get_m_dictionStages_16(); NullCheck(L_0); bool L_1 = Dictionary_2_TryGetValue_m2947441279(L_0, ((int32_t)100), (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2947441279_RuntimeMethod_var); if (L_1) { goto IL_002a; } } { CPveStage_t850204332 * L_2 = (CPveStage_t850204332 *)il2cpp_codegen_object_new(CPveStage_t850204332_il2cpp_TypeInfo_var); CPveStage__ctor_m809537292(L_2, /*hidden argument*/NULL); V_0 = L_2; Dictionary_2_t4033884959 * L_3 = __this->get_m_dictionStages_16(); CPveStage_t850204332 * L_4 = V_0; NullCheck(L_3); Dictionary_2_Add_m1599307514(L_3, ((int32_t)100), L_4, /*hidden argument*/Dictionary_2_Add_m1599307514_RuntimeMethod_var); } IL_002a: { CPveStage_t850204332 * L_5 = V_0; NullCheck(L_5); CPveStage_InvokFromSingleGame_m92956621(L_5, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPveManager::InvokeDoubleGameStage() extern "C" IL2CPP_METHOD_ATTR void CPveManager_InvokeDoubleGameStage_m1340295182 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_InvokeDoubleGameStage_m1340295182_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPveStage_t850204332 * V_0 = NULL; { V_0 = (CPveStage_t850204332 *)NULL; Dictionary_2_t4033884959 * L_0 = __this->get_m_dictionStages_16(); NullCheck(L_0); bool L_1 = Dictionary_2_TryGetValue_m2947441279(L_0, 1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2947441279_RuntimeMethod_var); if (L_1) { goto IL_0028; } } { CPveStage_t850204332 * L_2 = (CPveStage_t850204332 *)il2cpp_codegen_object_new(CPveStage_t850204332_il2cpp_TypeInfo_var); CPveStage__ctor_m809537292(L_2, /*hidden argument*/NULL); V_0 = L_2; Dictionary_2_t4033884959 * L_3 = __this->get_m_dictionStages_16(); CPveStage_t850204332 * L_4 = V_0; NullCheck(L_3); Dictionary_2_Add_m1599307514(L_3, 1, L_4, /*hidden argument*/Dictionary_2_Add_m1599307514_RuntimeMethod_var); } IL_0028: { CPveStage_t850204332 * L_5 = V_0; NullCheck(L_5); CPveStage_InvokFromSingleGame_m92956621(L_5, /*hidden argument*/NULL); return; } } // DMCore.Logic.CPveStage DMCore.Logic.CPveManager::GetCurStage() extern "C" IL2CPP_METHOD_ATTR CPveStage_t850204332 * CPveManager_GetCurStage_m1008327040 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_GetCurStage_m1008327040_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_m_nLevel_8(); int32_t L_1 = __this->get_m_nSubLevel_9(); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_2 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; CPveStage_t850204332 * L_4 = CPveManager_GetStage_m147423662(__this, L_3, /*hidden argument*/NULL); return L_4; } } // DMCore.Logic.CPveStage DMCore.Logic.CPveManager::GetStage(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR CPveStage_t850204332 * CPveManager_GetStage_m3515823243 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_GetStage_m3515823243_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___mainLevel0; int32_t L_1 = ___subLevel1; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_2 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; CPveStage_t850204332 * L_4 = CPveManager_GetStage_m147423662(__this, L_3, /*hidden argument*/NULL); return L_4; } } // DMCore.Logic.CPveStage DMCore.Logic.CPveManager::GetStage(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPveStage_t850204332 * CPveManager_GetStage_m147423662 (CPveManager_t3058433014 * __this, int32_t ___stageID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_GetStage_m147423662_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPveStage_t850204332 * V_0 = NULL; { V_0 = (CPveStage_t850204332 *)NULL; int32_t L_0 = ___stageID0; if ((((int32_t)0) < ((int32_t)L_0))) { goto IL_000b; } } { return (CPveStage_t850204332 *)NULL; } IL_000b: { Dictionary_2_t4033884959 * L_1 = __this->get_m_dictionStages_16(); int32_t L_2 = ___stageID0; NullCheck(L_1); bool L_3 = Dictionary_2_TryGetValue_m2947441279(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2947441279_RuntimeMethod_var); if (!L_3) { goto IL_0020; } } { CPveStage_t850204332 * L_4 = V_0; return L_4; } IL_0020: { CPveStage_t850204332 * L_5 = V_0; return L_5; } } // System.Int32 DMCore.Logic.CPveManager::GetNpcCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetNpcCount_m1932181866 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { CPveStage_t850204332 * V_0 = NULL; int32_t G_B3_0 = 0; { CPveStage_t850204332 * L_0 = CPveManager_GetCurStage_m1008327040(__this, /*hidden argument*/NULL); V_0 = L_0; CPveStage_t850204332 * L_1 = V_0; if (!L_1) { goto IL_0018; } } { CPveStage_t850204332 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = CPveStage_GetNpcCount_m4150734429(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_0019; } IL_0018: { G_B3_0 = 0; } IL_0019: { return G_B3_0; } } // DMCore.Logic.CDanceNpc DMCore.Logic.CPveManager::GetNpc(System.Int32) extern "C" IL2CPP_METHOD_ATTR CDanceNpc_t2506274377 * CPveManager_GetNpc_m410936230 (CPveManager_t3058433014 * __this, int32_t ___index0, const RuntimeMethod* method) { CPveStage_t850204332 * V_0 = NULL; CDanceNpc_t2506274377 * G_B3_0 = NULL; { CPveStage_t850204332 * L_0 = CPveManager_GetCurStage_m1008327040(__this, /*hidden argument*/NULL); V_0 = L_0; CPveStage_t850204332 * L_1 = V_0; if (!L_1) { goto IL_0019; } } { CPveStage_t850204332 * L_2 = V_0; int32_t L_3 = ___index0; NullCheck(L_2); CDanceNpc_t2506274377 * L_4 = CPveStage_GetNpc_m875786719(L_2, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_001a; } IL_0019: { G_B3_0 = ((CDanceNpc_t2506274377 *)(NULL)); } IL_001a: { return G_B3_0; } } // DMCore.Logic.CDanceNpc DMCore.Logic.CPveManager::GetNpcByUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR CDanceNpc_t2506274377 * CPveManager_GetNpcByUserID_m912641688 (CPveManager_t3058433014 * __this, int64_t ___userID0, const RuntimeMethod* method) { CPveStage_t850204332 * V_0 = NULL; CDanceNpc_t2506274377 * G_B3_0 = NULL; { CPveStage_t850204332 * L_0 = CPveManager_GetCurStage_m1008327040(__this, /*hidden argument*/NULL); V_0 = L_0; CPveStage_t850204332 * L_1 = V_0; if (!L_1) { goto IL_0019; } } { CPveStage_t850204332 * L_2 = V_0; int64_t L_3 = ___userID0; NullCheck(L_2); CDanceNpc_t2506274377 * L_4 = CPveStage_GetNpcByUserID_m1203910965(L_2, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_001a; } IL_0019: { G_B3_0 = ((CDanceNpc_t2506274377 *)(NULL)); } IL_001a: { return G_B3_0; } } // System.Void DMCore.Logic.CPveManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CPveManager_ClearAll_m3442547735 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_ClearAll_m3442547735_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_pSimulator_6((CServerSimulator_t2819548284 *)NULL); __this->set_m_bPveMode_7((bool)0); __this->set_m_QueryServerPVEList_13((bool)0); __this->set_m_PassedMaxLevel_11((-1)); __this->set_m_PassedMaxLevelWhenBegin_12((-1)); Dictionary_2_t1077746168 * L_0 = __this->get_m_DictionPassedStar_15(); NullCheck(L_0); Dictionary_2_Clear_m496353246(L_0, /*hidden argument*/Dictionary_2_Clear_m496353246_RuntimeMethod_var); return; } } // System.Boolean DMCore.Logic.CPveManager::IsPveMode() extern "C" IL2CPP_METHOD_ATTR bool CPveManager_IsPveMode_m3137815888 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bPveMode_7(); return L_0; } } // System.Void DMCore.Logic.CPveManager::StartPveMode() extern "C" IL2CPP_METHOD_ATTR void CPveManager_StartPveMode_m3184570663 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_StartPveMode_m3184570663_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPveStage_t850204332 * V_0 = NULL; { CServerSimulator_t2819548284 * L_0 = __this->get_m_pSimulator_6(); if (L_0) { goto IL_001b; } } { CServerSimulator_t2819548284 * L_1 = (CServerSimulator_t2819548284 *)il2cpp_codegen_object_new(CServerSimulator_t2819548284_il2cpp_TypeInfo_var); CServerSimulator__ctor_m2456876551(L_1, /*hidden argument*/NULL); __this->set_m_pSimulator_6(L_1); goto IL_0026; } IL_001b: { CServerSimulator_t2819548284 * L_2 = __this->get_m_pSimulator_6(); NullCheck(L_2); CServerSimulator_Reset_m930965299(L_2, /*hidden argument*/NULL); } IL_0026: { CPveStage_t850204332 * L_3 = CPveManager_GetCurStage_m1008327040(__this, /*hidden argument*/NULL); V_0 = L_3; CPveStage_t850204332 * L_4 = V_0; if (!L_4) { goto IL_0054; } } { CPveStage_t850204332 * L_5 = V_0; NullCheck(L_5); CPveStage_Reset_m3894466291(L_5, /*hidden argument*/NULL); CPveStage_t850204332 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = CPveStage_GetKeyMode_m2981702896(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceModeManager_set_KeyMode_m2051611966(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); CPveStage_t850204332 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = CPveStage_GetPlayMode_m2050646118(L_8, /*hidden argument*/NULL); CDanceModeManager_set_PlayMode_m3679479831(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); goto IL_0060; } IL_0054: { IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceModeManager_set_KeyMode_m2051611966(NULL /*static, unused*/, 2, /*hidden argument*/NULL); CDanceModeManager_set_PlayMode_m3679479831(NULL /*static, unused*/, 3, /*hidden argument*/NULL); } IL_0060: { __this->set_m_bPveMode_7((bool)1); CPveManager_SynchPVEState_m1150838437(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPveManager::StopPveMode() extern "C" IL2CPP_METHOD_ATTR void CPveManager_StopPveMode_m1600847080 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { { CServerSimulator_t2819548284 * L_0 = __this->get_m_pSimulator_6(); if (!L_0) { goto IL_0012; } } { __this->set_m_pSimulator_6((CServerSimulator_t2819548284 *)NULL); } IL_0012: { CPveManager_SynchPVEState_m1150838437(__this, (bool)0, /*hidden argument*/NULL); __this->set_m_bPveMode_7((bool)0); __this->set_m_nLevel_8((-1)); __this->set_m_nSubLevel_9((-1)); return; } } // System.Void DMCore.Logic.CPveManager::SetCurLevel(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPveManager_SetCurLevel_m2754356272 (CPveManager_t3058433014 * __this, int32_t ___level0, int32_t ___subLevel1, const RuntimeMethod* method) { { int32_t L_0 = ___level0; __this->set_m_nLevel_8(L_0); int32_t L_1 = ___subLevel1; __this->set_m_nSubLevel_9(L_1); return; } } // System.Void DMCore.Logic.CPveManager::GetCurLevel(System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CPveManager_GetCurLevel_m2915376389 (CPveManager_t3058433014 * __this, int32_t* ___Level0, int32_t* ___SubLevel1, const RuntimeMethod* method) { { int32_t* L_0 = ___Level0; int32_t L_1 = __this->get_m_nLevel_8(); *((int32_t*)(L_0)) = (int32_t)L_1; int32_t* L_2 = ___SubLevel1; int32_t L_3 = __this->get_m_nSubLevel_9(); *((int32_t*)(L_2)) = (int32_t)L_3; return; } } // 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) { { CServerSimulator_t2819548284 * L_0 = __this->get_m_pSimulator_6(); if (!L_0) { goto IL_001e; } } { CServerSimulator_t2819548284 * L_1 = __this->get_m_pSimulator_6(); CDataArray_t4068198041 * L_2 = ___msg0; NullCheck(L_1); bool L_3 = CServerSimulator_Intercept2ServerMsg_m2664706698(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { return (bool)1; } IL_001e: { return (bool)0; } } // System.Void DMCore.Logic.CPveManager::TriggerBeatKey() extern "C" IL2CPP_METHOD_ATTR void CPveManager_TriggerBeatKey_m2255588316 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { CPveStage_t850204332 * V_0 = NULL; { CPveStage_t850204332 * L_0 = CPveManager_GetCurStage_m1008327040(__this, /*hidden argument*/NULL); V_0 = L_0; CPveStage_t850204332 * L_1 = V_0; if (!L_1) { goto IL_0013; } } { CPveStage_t850204332 * L_2 = V_0; NullCheck(L_2); CPveStage_TriggerBeatKey_m3166473052(L_2, /*hidden argument*/NULL); } IL_0013: { return; } } // System.Void DMCore.Logic.CPveManager::TriggerNextSection() extern "C" IL2CPP_METHOD_ATTR void CPveManager_TriggerNextSection_m3801065405 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { CPveStage_t850204332 * V_0 = NULL; { CPveStage_t850204332 * L_0 = CPveManager_GetCurStage_m1008327040(__this, /*hidden argument*/NULL); V_0 = L_0; CPveStage_t850204332 * L_1 = V_0; if (!L_1) { goto IL_0013; } } { CPveStage_t850204332 * L_2 = V_0; NullCheck(L_2); CPveStage_TriggerNextSection_m2695423641(L_2, /*hidden argument*/NULL); } IL_0013: { return; } } // System.Void DMCore.Logic.CPveManager::TriggerSectionResult(System.Int32,System.Int64&,System.Int64&) extern "C" IL2CPP_METHOD_ATTR void CPveManager_TriggerSectionResult_m1466056278 (CPveManager_t3058433014 * __this, int32_t ___mainRoleSectionScore0, int64_t* ___winerUserID1, int64_t* ___sliverWinerID2, const RuntimeMethod* method) { CPveStage_t850204332 * V_0 = NULL; { CPveStage_t850204332 * L_0 = CPveManager_GetCurStage_m1008327040(__this, /*hidden argument*/NULL); V_0 = L_0; CPveStage_t850204332 * L_1 = V_0; if (!L_1) { goto IL_0016; } } { CPveStage_t850204332 * L_2 = V_0; int32_t L_3 = ___mainRoleSectionScore0; int64_t* L_4 = ___winerUserID1; int64_t* L_5 = ___sliverWinerID2; NullCheck(L_2); CPveStage_TriggerSectionResult_m1965445932(L_2, L_3, L_4, L_5, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Int32 DMCore.Logic.CPveManager::GetMaxScoreCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetMaxScoreCount_m3444067774 (CPveManager_t3058433014 * __this, int32_t ___mainRoleScore0, const RuntimeMethod* method) { int32_t V_0 = 0; CPveStage_t850204332 * V_1 = NULL; { V_0 = 0; CPveStage_t850204332 * L_0 = CPveManager_GetCurStage_m1008327040(__this, /*hidden argument*/NULL); V_1 = L_0; CPveStage_t850204332 * L_1 = V_1; if (!L_1) { goto IL_0017; } } { CPveStage_t850204332 * L_2 = V_1; int32_t L_3 = ___mainRoleScore0; NullCheck(L_2); int32_t L_4 = CPveStage_GetMaxScoreCount_m2186527504(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0017: { int32_t L_5 = V_0; return L_5; } } // System.Boolean DMCore.Logic.CPveManager::IsWinerPlayer(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CPveManager_IsWinerPlayer_m937019572 (CPveManager_t3058433014 * __this, int64_t ___userID0, const RuntimeMethod* method) { bool V_0 = false; CPveStage_t850204332 * V_1 = NULL; { V_0 = (bool)0; CPveStage_t850204332 * L_0 = CPveManager_GetCurStage_m1008327040(__this, /*hidden argument*/NULL); V_1 = L_0; CPveStage_t850204332 * L_1 = V_1; if (!L_1) { goto IL_0017; } } { CPveStage_t850204332 * L_2 = V_1; int64_t L_3 = ___userID0; NullCheck(L_2); bool L_4 = CPveStage_IsWinerPlayer_m1439778802(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0017: { bool L_5 = V_0; return L_5; } } // System.Void DMCore.Logic.CPveManager::InitPveUI(UnityEngine.GameObject[]) extern "C" IL2CPP_METHOD_ATTR void CPveManager_InitPveUI_m224617634 (CPveManager_t3058433014 * __this, GameObjectU5BU5D_t3328599146* ___uiList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_InitPveUI_m224617634_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObjectU5BU5D_t3328599146* L_0 = ___uiList0; GameObject_t1113636619 * L_1 = CPveManager_SafeGetObject_m2464155188(__this, L_0, 0, /*hidden argument*/NULL); bool L_2 = CPveManager_IsPveMode_m3137815888(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); bool L_3 = CPveManager_IsPveMode_m3137815888(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0048; } } { GameObjectU5BU5D_t3328599146* L_4 = ___uiList0; GameObject_t1113636619 * L_5 = CPveManager_SafeGetObject_m2464155188(__this, L_4, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_5, (bool)1, /*hidden argument*/NULL); GameObjectU5BU5D_t3328599146* L_6 = ___uiList0; GameObject_t1113636619 * L_7 = CPveManager_SafeGetObject_m2464155188(__this, L_6, 2, /*hidden argument*/NULL); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_7, (bool)1, /*hidden argument*/NULL); GameObjectU5BU5D_t3328599146* L_8 = ___uiList0; GameObject_t1113636619 * L_9 = CPveManager_SafeGetObject_m2464155188(__this, L_8, 3, /*hidden argument*/NULL); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_9, (bool)0, /*hidden argument*/NULL); } IL_0048: { return; } } // System.Void DMCore.Logic.CPveManager::AdjustPveUI(UnityEngine.GameObject[]) extern "C" IL2CPP_METHOD_ATTR void CPveManager_AdjustPveUI_m2174821682 (CPveManager_t3058433014 * __this, GameObjectU5BU5D_t3328599146* ___uiList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_AdjustPveUI_m2174821682_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; bool V_1 = false; int32_t G_B5_0 = 0; { GameObjectU5BU5D_t3328599146* L_0 = ___uiList0; GameObject_t1113636619 * L_1 = CPveManager_SafeGetObject_m2464155188(__this, L_0, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_1, (bool)0, /*hidden argument*/NULL); GameObjectU5BU5D_t3328599146* L_2 = ___uiList0; GameObject_t1113636619 * L_3 = CPveManager_SafeGetObject_m2464155188(__this, L_2, 2, /*hidden argument*/NULL); V_0 = L_3; GameObject_t1113636619 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0060; } } { GameObject_t1113636619 * L_6 = V_0; NullCheck(L_6); bool L_7 = GameObject_get_activeInHierarchy_m2006396688(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0060; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_8 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = CMiscConfig_GetInt_m1183615064(L_8, _stringLiteral334814609, 0, /*hidden argument*/NULL); if (!L_9) { goto IL_0049; } } { G_B5_0 = 1; goto IL_004a; } IL_0049: { G_B5_0 = 0; } IL_004a: { V_1 = (bool)G_B5_0; GameObject_t1113636619 * L_10 = V_0; bool L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); GameObjectU5BU5D_t3328599146* L_12 = ___uiList0; GameObject_t1113636619 * L_13 = CPveManager_SafeGetObject_m2464155188(__this, L_12, 3, /*hidden argument*/NULL); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_13, (bool)0, /*hidden argument*/NULL); } IL_0060: { return; } } // UnityEngine.GameObject DMCore.Logic.CPveManager::SafeGetObject(UnityEngine.GameObject[],System.Int32) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CPveManager_SafeGetObject_m2464155188 (CPveManager_t3058433014 * __this, GameObjectU5BU5D_t3328599146* ___goList0, int32_t ___index1, const RuntimeMethod* method) { { GameObjectU5BU5D_t3328599146* L_0 = ___goList0; if (L_0) { goto IL_0008; } } { return (GameObject_t1113636619 *)NULL; } IL_0008: { int32_t L_1 = ___index1; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_2 = ___index1; GameObjectU5BU5D_t3328599146* L_3 = ___goList0; NullCheck(L_3); if ((((int32_t)L_2) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_001a; } } IL_0018: { return (GameObject_t1113636619 *)NULL; } IL_001a: { GameObjectU5BU5D_t3328599146* L_4 = ___goList0; int32_t L_5 = ___index1; NullCheck(L_4); int32_t L_6 = L_5; GameObject_t1113636619 * L_7 = (L_4)->GetAt(static_cast(L_6)); return L_7; } } // System.Void DMCore.Logic.CPveManager::CommitToStage() extern "C" IL2CPP_METHOD_ATTR void CPveManager_CommitToStage_m1951260365 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; CLocalSimulateRole_t4101146137 * V_1 = NULL; CPveStage_t850204332 * V_2 = NULL; { CLocalBattle_t1519924991 * L_0 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CLocalBattle_get_EnableLocalGame_m1315119155(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_004b; } } { CLocalBattle_t1519924991 * L_2 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = CLocalBattle_get_EnableDoubleMode_m4172060757(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_004b; } } { V_0 = 0; goto IL_003b; } IL_0025: { CLocalBattle_t1519924991 * L_4 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = V_0; NullCheck(L_4); CLocalSimulateRole_t4101146137 * L_6 = CLocalBattle_GetSimulateRole_m3210988867(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; CLocalSimulateRole_t4101146137 * L_7 = V_1; NullCheck(L_7); CLocalSimulateRole_SubmitToScene_m3460008245(L_7, /*hidden argument*/NULL); int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003b: { int32_t L_9 = V_0; CLocalBattle_t1519924991 * L_10 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = CLocalBattle_GetSimulateRoleCount_m4283482109(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0025; } } IL_004b: { CPveStage_t850204332 * L_12 = CPveManager_GetCurStage_m1008327040(__this, /*hidden argument*/NULL); V_2 = L_12; CPveStage_t850204332 * L_13 = V_2; if (!L_13) { goto IL_005e; } } { CPveStage_t850204332 * L_14 = V_2; NullCheck(L_14); CPveStage_CommitToStage_m1676178339(L_14, /*hidden argument*/NULL); } IL_005e: { return; } } // System.Int32 DMCore.Logic.CPveManager::GetMaxPassedLevel(System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetMaxPassedLevel_m2504830066 (CPveManager_t3058433014 * __this, int32_t* ___subLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_GetMaxPassedLevel_m2504830066_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_PassedMaxLevel_11(); int32_t* L_1 = ___subLevel0; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_2 = CPveManager_StageIDToLevel_m2719615145(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 DMCore.Logic.CPveManager::GetMaxPassedStageID() extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetMaxPassedStageID_m2458727811 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_PassedMaxLevel_11(); return L_0; } } // System.Void DMCore.Logic.CPveManager::RecordMaxPassedStageID() extern "C" IL2CPP_METHOD_ATTR void CPveManager_RecordMaxPassedStageID_m1156544869 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_PassedMaxLevel_11(); __this->set_m_PassedMaxLevelWhenBegin_12(L_0); return; } } // System.Int32 DMCore.Logic.CPveManager::GetRecordMaxPassedStageID() extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetRecordMaxPassedStageID_m4273645678 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_PassedMaxLevelWhenBegin_12(); return L_0; } } // System.Int32 DMCore.Logic.CPveManager::GetMaxRunStageID() extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetMaxRunStageID_m2919829582 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_1 = 0; int32_t L_0 = CPveManager_GetMaxPassedLevel_m2504830066(__this, (&V_1), /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; int32_t L_2 = V_1; int32_t L_3 = CPveManager_GetNextPveStageID_m1985092714(__this, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void DMCore.Logic.CPveManager::SetLevelResultPassedStar(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPveManager_SetLevelResultPassedStar_m3277614165 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, int32_t ___star2, int32_t ___score3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_SetLevelResultPassedStar_m3277614165_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; stPassedInfo_t2189032837 * V_1 = NULL; { int32_t L_0 = ___star2; if ((((int32_t)0) >= ((int32_t)L_0))) { goto IL_00aa; } } { int32_t L_1 = ___mainLevel0; int32_t L_2 = ___subLevel1; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_3 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = __this->get_m_PassedMaxLevel_11(); int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Max_m3673002171(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); __this->set_m_PassedMaxLevel_11(L_6); Dictionary_2_t1077746168 * L_7 = __this->get_m_DictionPassedStar_15(); int32_t L_8 = V_0; NullCheck(L_7); bool L_9 = Dictionary_2_ContainsKey_m2500601974(L_7, L_8, /*hidden argument*/Dictionary_2_ContainsKey_m2500601974_RuntimeMethod_var); if (!L_9) { goto IL_0088; } } { Dictionary_2_t1077746168 * L_10 = __this->get_m_DictionPassedStar_15(); int32_t L_11 = V_0; NullCheck(L_10); stPassedInfo_t2189032837 * L_12 = Dictionary_2_get_Item_m1539093251(L_10, L_11, /*hidden argument*/Dictionary_2_get_Item_m1539093251_RuntimeMethod_var); int32_t L_13 = ___star2; Dictionary_2_t1077746168 * L_14 = __this->get_m_DictionPassedStar_15(); int32_t L_15 = V_0; NullCheck(L_14); stPassedInfo_t2189032837 * L_16 = Dictionary_2_get_Item_m1539093251(L_14, L_15, /*hidden argument*/Dictionary_2_get_Item_m1539093251_RuntimeMethod_var); NullCheck(L_16); int32_t L_17 = L_16->get__PassedStar_0(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_18 = Mathf_Max_m3673002171(NULL /*static, unused*/, L_13, L_17, /*hidden argument*/NULL); NullCheck(L_12); L_12->set__PassedStar_0(L_18); Dictionary_2_t1077746168 * L_19 = __this->get_m_DictionPassedStar_15(); int32_t L_20 = V_0; NullCheck(L_19); stPassedInfo_t2189032837 * L_21 = Dictionary_2_get_Item_m1539093251(L_19, L_20, /*hidden argument*/Dictionary_2_get_Item_m1539093251_RuntimeMethod_var); int32_t L_22 = ___score3; Dictionary_2_t1077746168 * L_23 = __this->get_m_DictionPassedStar_15(); int32_t L_24 = V_0; NullCheck(L_23); stPassedInfo_t2189032837 * L_25 = Dictionary_2_get_Item_m1539093251(L_23, L_24, /*hidden argument*/Dictionary_2_get_Item_m1539093251_RuntimeMethod_var); NullCheck(L_25); int32_t L_26 = L_25->get__PassedScore_1(); int32_t L_27 = Mathf_Max_m3673002171(NULL /*static, unused*/, L_22, L_26, /*hidden argument*/NULL); NullCheck(L_21); L_21->set__PassedScore_1(L_27); goto IL_00aa; } IL_0088: { stPassedInfo_t2189032837 * L_28 = (stPassedInfo_t2189032837 *)il2cpp_codegen_object_new(stPassedInfo_t2189032837_il2cpp_TypeInfo_var); stPassedInfo__ctor_m1820969177(L_28, /*hidden argument*/NULL); V_1 = L_28; stPassedInfo_t2189032837 * L_29 = V_1; int32_t L_30 = ___star2; NullCheck(L_29); L_29->set__PassedStar_0(L_30); stPassedInfo_t2189032837 * L_31 = V_1; int32_t L_32 = ___score3; NullCheck(L_31); L_31->set__PassedScore_1(L_32); Dictionary_2_t1077746168 * L_33 = __this->get_m_DictionPassedStar_15(); int32_t L_34 = V_0; stPassedInfo_t2189032837 * L_35 = V_1; NullCheck(L_33); Dictionary_2_set_Item_m2423643647(L_33, L_34, L_35, /*hidden argument*/Dictionary_2_set_Item_m2423643647_RuntimeMethod_var); } IL_00aa: { return; } } // System.Void DMCore.Logic.CPveManager::SetLevelResultByServer(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPveManager_SetLevelResultByServer_m100888048 (CPveManager_t3058433014 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_SetLevelResultByServer_m100888048_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; stPassedInfo_t2189032837 * V_4 = NULL; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; V_2 = 0; V_3 = 0; goto IL_008d; } IL_0018: { CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_2 = L_7; int32_t L_8 = __this->get_m_PassedMaxLevel_11(); int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_10 = Mathf_Max_m3673002171(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); __this->set_m_PassedMaxLevel_11(L_10); stPassedInfo_t2189032837 * L_11 = (stPassedInfo_t2189032837 *)il2cpp_codegen_object_new(stPassedInfo_t2189032837_il2cpp_TypeInfo_var); stPassedInfo__ctor_m1820969177(L_11, /*hidden argument*/NULL); V_4 = L_11; stPassedInfo_t2189032837 * L_12 = V_4; CDataArray_t4068198041 * L_13 = ___msg0; int32_t L_14 = V_0; int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); V_0 = L_15; NullCheck(L_13); int32_t L_16 = CDataArray_GetInt_m1111369473(L_13, L_15, 0, /*hidden argument*/NULL); NullCheck(L_12); L_12->set__PassedStar_0(L_16); stPassedInfo_t2189032837 * L_17 = V_4; CDataArray_t4068198041 * L_18 = ___msg0; int32_t L_19 = V_0; int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); V_0 = L_20; NullCheck(L_18); int32_t L_21 = CDataArray_GetInt_m1111369473(L_18, L_20, 0, /*hidden argument*/NULL); NullCheck(L_17); L_17->set__PassedScore_1(L_21); stPassedInfo_t2189032837 * L_22 = V_4; CDataArray_t4068198041 * L_23 = ___msg0; int32_t L_24 = V_0; int32_t L_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); V_0 = L_25; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_23); String_t* L_27 = CDataArray_GetWideStr_m3532563229(L_23, L_25, L_26, /*hidden argument*/NULL); NullCheck(L_22); L_22->set__Option_2(L_27); Dictionary_2_t1077746168 * L_28 = __this->get_m_DictionPassedStar_15(); int32_t L_29 = V_2; stPassedInfo_t2189032837 * L_30 = V_4; NullCheck(L_28); Dictionary_2_set_Item_m2423643647(L_28, L_29, L_30, /*hidden argument*/Dictionary_2_set_Item_m2423643647_RuntimeMethod_var); int32_t L_31 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_008d: { int32_t L_32 = V_3; int32_t L_33 = V_1; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0018; } } { int32_t L_34 = __this->get_m_PassedMaxLevel_11(); int32_t L_35 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_36 = Mathf_Max_m3673002171(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/NULL); __this->set_m_PassedMaxLevel_11(L_36); __this->set_m_QueryServerPVEList_13((bool)0); CPveManager_set_IsLevelResult_m494002651(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPveManager::RequestPveAtlas(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPveManager_RequestPveAtlas_m1425192226 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_RequestPveAtlas_m1425192226_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1062), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___mainLevel0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPveManager::AddPvePicture(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPveManager_AddPvePicture_m2077940732 (CPveManager_t3058433014 * __this, int32_t ___sublevel0, int32_t ___imageID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_AddPvePicture_m2077940732_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1061), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___sublevel0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ___imageID1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPveManager::SetPveAtlas(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPveManager_SetPveAtlas_m1719164037 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_SetPveAtlas_m1719164037_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; chapterImage_t586649930 * V_4 = NULL; int32_t V_5 = 0; U3CSetPveAtlasU3Ec__AnonStorey0_t266185308 * V_6 = NULL; SectionImage_t1133006028 * V_7 = NULL; List_1_t2605080770 * G_B9_0 = NULL; List_1_t2605080770 * G_B8_0 = NULL; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_0 = L_2; NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = ___msg0; int32_t L_5 = V_0; int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); V_0 = L_6; NullCheck(L_4); int32_t L_7 = CDataArray_GetInt_m1111369473(L_4, L_6, 0, /*hidden argument*/NULL); V_2 = L_7; CDataArray_t4068198041 * L_8 = ___msg0; int32_t L_9 = V_0; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_0 = L_10; NullCheck(L_8); int32_t L_11 = CDataArray_GetInt_m1111369473(L_8, L_10, 0, /*hidden argument*/NULL); V_3 = L_11; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_12 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_13 = V_1; NullCheck(L_12); chapterImage_t586649930 * L_14 = CPveManager_GetSectionAtlas_m3021308553(L_12, L_13, /*hidden argument*/NULL); V_4 = L_14; chapterImage_t586649930 * L_15 = V_4; if (L_15) { goto IL_0056; } } { chapterImage_t586649930 * L_16 = (chapterImage_t586649930 *)il2cpp_codegen_object_new(chapterImage_t586649930_il2cpp_TypeInfo_var); chapterImage__ctor_m159137307(L_16, /*hidden argument*/NULL); V_4 = L_16; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_17 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); Dictionary_2_t3770330557 * L_18 = L_17->get_m_SectionAtlas_18(); int32_t L_19 = V_1; chapterImage_t586649930 * L_20 = V_4; NullCheck(L_18); Dictionary_2_Add_m2079700973(L_18, L_19, L_20, /*hidden argument*/Dictionary_2_Add_m2079700973_RuntimeMethod_var); } IL_0056: { V_5 = 0; goto IL_00df; } IL_005e: { U3CSetPveAtlasU3Ec__AnonStorey0_t266185308 * L_21 = (U3CSetPveAtlasU3Ec__AnonStorey0_t266185308 *)il2cpp_codegen_object_new(U3CSetPveAtlasU3Ec__AnonStorey0_t266185308_il2cpp_TypeInfo_var); U3CSetPveAtlasU3Ec__AnonStorey0__ctor_m4190961472(L_21, /*hidden argument*/NULL); V_6 = L_21; U3CSetPveAtlasU3Ec__AnonStorey0_t266185308 * L_22 = V_6; CDataArray_t4068198041 * L_23 = ___msg0; int32_t L_24 = V_0; int32_t L_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); V_0 = L_25; NullCheck(L_23); int32_t L_26 = CDataArray_GetInt_m1111369473(L_23, L_25, 0, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_id_0(L_26); chapterImage_t586649930 * L_27 = V_4; NullCheck(L_27); List_1_t2605080770 * L_28 = L_27->get__imageList_0(); U3CSetPveAtlasU3Ec__AnonStorey0_t266185308 * L_29 = V_6; intptr_t L_30 = (intptr_t)U3CSetPveAtlasU3Ec__AnonStorey0_U3CU3Em__0_m2140133612_RuntimeMethod_var; Predicate_1_t1958300152 * L_31 = (Predicate_1_t1958300152 *)il2cpp_codegen_object_new(Predicate_1_t1958300152_il2cpp_TypeInfo_var); Predicate_1__ctor_m779017410(L_31, L_29, L_30, /*hidden argument*/Predicate_1__ctor_m779017410_RuntimeMethod_var); NullCheck(L_28); SectionImage_t1133006028 * L_32 = List_1_Find_m2969324886(L_28, L_31, /*hidden argument*/List_1_Find_m2969324886_RuntimeMethod_var); V_7 = L_32; SectionImage_t1133006028 * L_33 = V_7; if (L_33) { goto IL_00a1; } } { SectionImage_t1133006028 * L_34 = (SectionImage_t1133006028 *)il2cpp_codegen_object_new(SectionImage_t1133006028_il2cpp_TypeInfo_var); SectionImage__ctor_m3587861385(L_34, /*hidden argument*/NULL); V_7 = L_34; } IL_00a1: { SectionImage_t1133006028 * L_35 = V_7; U3CSetPveAtlasU3Ec__AnonStorey0_t266185308 * L_36 = V_6; NullCheck(L_36); int32_t L_37 = L_36->get_id_0(); NullCheck(L_35); L_35->set__id_0(L_37); SectionImage_t1133006028 * L_38 = V_7; CDataArray_t4068198041 * L_39 = ___msg0; int32_t L_40 = V_0; int32_t L_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); V_0 = L_41; NullCheck(L_39); int32_t L_42 = CDataArray_GetInt_m1111369473(L_39, L_41, 0, /*hidden argument*/NULL); NullCheck(L_38); L_38->set__own_1(L_42); SectionImage_t1133006028 * L_43 = V_7; CDataArray_t4068198041 * L_44 = ___msg0; int32_t L_45 = V_0; int32_t L_46 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); V_0 = L_46; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_47 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_44); String_t* L_48 = CDataArray_GetWideStr_m3532563229(L_44, L_46, L_47, /*hidden argument*/NULL); NullCheck(L_43); L_43->set__time_3(L_48); int32_t L_49 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_00df: { int32_t L_50 = V_5; int32_t L_51 = V_2; if ((((int32_t)L_50) < ((int32_t)L_51))) { goto IL_005e; } } { chapterImage_t586649930 * L_52 = V_4; NullCheck(L_52); List_1_t2605080770 * L_53 = L_52->get__imageList_0(); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); Comparison_1_t907937207 * L_54 = ((CPveManager_t3058433014_StaticFields*)il2cpp_codegen_static_fields_for(CPveManager_t3058433014_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_20(); G_B8_0 = L_53; if (L_54) { G_B9_0 = L_53; goto IL_0106; } } { intptr_t L_55 = (intptr_t)CPveManager__SortFunctor_m3639398653_RuntimeMethod_var; Comparison_1_t907937207 * L_56 = (Comparison_1_t907937207 *)il2cpp_codegen_object_new(Comparison_1_t907937207_il2cpp_TypeInfo_var); Comparison_1__ctor_m3995885615(L_56, NULL, L_55, /*hidden argument*/Comparison_1__ctor_m3995885615_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); ((CPveManager_t3058433014_StaticFields*)il2cpp_codegen_static_fields_for(CPveManager_t3058433014_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_20(L_56); G_B9_0 = G_B8_0; } IL_0106: { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); Comparison_1_t907937207 * L_57 = ((CPveManager_t3058433014_StaticFields*)il2cpp_codegen_static_fields_for(CPveManager_t3058433014_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_20(); NullCheck(G_B9_0); List_1_Sort_m2511788348(G_B9_0, L_57, /*hidden argument*/List_1_Sort_m2511788348_RuntimeMethod_var); CPveManager_t3058433014 * L_58 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_58); CDataModelInt_t3463393640 * L_59 = CPveManager_get_CDataChapterId_m2971172393(L_58, /*hidden argument*/NULL); int32_t L_60 = V_1; NullCheck(L_59); CDataModelInt_set_Data_m3794751788(L_59, L_60, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.CPveManager::_SortFunctor(DMCore.Logic.CPveManager/SectionImage,DMCore.Logic.CPveManager/SectionImage) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager__SortFunctor_m3639398653 (RuntimeObject * __this /* static, unused */, SectionImage_t1133006028 * ___lth0, SectionImage_t1133006028 * ___rth1, const RuntimeMethod* method) { { SectionImage_t1133006028 * L_0 = ___lth0; NullCheck(L_0); int32_t L_1 = L_0->get__own_1(); SectionImage_t1133006028 * L_2 = ___rth1; NullCheck(L_2); int32_t L_3 = L_2->get__own_1(); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0013; } } { return 0; } IL_0013: { SectionImage_t1133006028 * L_4 = ___lth0; NullCheck(L_4); int32_t L_5 = L_4->get__own_1(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0021; } } { return (-1); } IL_0021: { return 1; } } // System.Void DMCore.Logic.CPveManager::PictureResult(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CPveManager_PictureResult_m458010456 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_PictureResult_m458010456_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CDataArray_t4068198041 * L_0 = ___msg0; NullCheck(L_0); int32_t L_1 = CDataArray_GetInt_m1111369473(L_0, 1, (-1), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (L_2) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral3692779535, (bool)1, /*hidden argument*/NULL); } IL_001a: { return; } } // DMCore.Logic.CPveManager/chapterImage DMCore.Logic.CPveManager::GetSectionAtlas(System.Int32) extern "C" IL2CPP_METHOD_ATTR chapterImage_t586649930 * CPveManager_GetSectionAtlas_m3021308553 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_GetSectionAtlas_m3021308553_MetadataUsageId); s_Il2CppMethodInitialized = true; } chapterImage_t586649930 * V_0 = NULL; { V_0 = (chapterImage_t586649930 *)NULL; Dictionary_2_t3770330557 * L_0 = __this->get_m_SectionAtlas_18(); int32_t L_1 = ___mainLevel0; NullCheck(L_0); Dictionary_2_TryGetValue_m2547977513(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2547977513_RuntimeMethod_var); chapterImage_t586649930 * L_2 = V_0; return L_2; } } // System.Int32 DMCore.Logic.CPveManager::GetPassedLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetPassedLevel_m951370053 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_GetPassedLevel_m951370053_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1077746168 * L_0 = __this->get_m_DictionPassedStar_15(); NullCheck(L_0); int32_t L_1 = Dictionary_2_get_Count_m2422082894(L_0, /*hidden argument*/Dictionary_2_get_Count_m2422082894_RuntimeMethod_var); return L_1; } } // System.Int32 DMCore.Logic.CPveManager::GetLevelResult(System.Int32,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetLevelResult_m3361258382 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, int32_t* ___maxScore2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_GetLevelResult_m3361258382_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; stPassedInfo_t2189032837 * V_1 = NULL; { int32_t L_0 = ___mainLevel0; int32_t L_1 = ___subLevel1; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_2 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t* L_3 = ___maxScore2; *((int32_t*)(L_3)) = (int32_t)0; V_1 = (stPassedInfo_t2189032837 *)NULL; Dictionary_2_t1077746168 * L_4 = __this->get_m_DictionPassedStar_15(); int32_t L_5 = V_0; NullCheck(L_4); bool L_6 = Dictionary_2_TryGetValue_m511528452(L_4, L_5, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m511528452_RuntimeMethod_var); if (!L_6) { goto IL_002f; } } { int32_t* L_7 = ___maxScore2; stPassedInfo_t2189032837 * L_8 = V_1; NullCheck(L_8); int32_t L_9 = L_8->get__PassedScore_1(); *((int32_t*)(L_7)) = (int32_t)L_9; stPassedInfo_t2189032837 * L_10 = V_1; NullCheck(L_10); int32_t L_11 = L_10->get__PassedStar_0(); return L_11; } IL_002f: { return 0; } } // System.String DMCore.Logic.CPveManager::GetLevelOption(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPveManager_GetLevelOption_m3703006382 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_GetLevelOption_m3703006382_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; stPassedInfo_t2189032837 * V_1 = NULL; { int32_t L_0 = ___mainLevel0; int32_t L_1 = ___subLevel1; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_2 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = (stPassedInfo_t2189032837 *)NULL; Dictionary_2_t1077746168 * L_3 = __this->get_m_DictionPassedStar_15(); int32_t L_4 = V_0; NullCheck(L_3); bool L_5 = Dictionary_2_TryGetValue_m511528452(L_3, L_4, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m511528452_RuntimeMethod_var); if (!L_5) { goto IL_0024; } } { stPassedInfo_t2189032837 * L_6 = V_1; NullCheck(L_6); String_t* L_7 = L_6->get__Option_2(); return L_7; } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_8; } } // System.Int32 DMCore.Logic.CPveManager::GetStagePassStarCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetStagePassStarCount_m1038714198 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_GetStagePassStarCount_m1038714198_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; stPassedInfo_t2189032837 * V_4 = NULL; { V_0 = 0; V_1 = 1; int32_t L_0 = ___mainLevel0; int32_t L_1 = CPveManager_GetSubLevelCount_m3965964705(__this, L_0, /*hidden argument*/NULL); V_2 = L_1; goto IL_0044; } IL_0011: { int32_t L_2 = ___mainLevel0; int32_t L_3 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_4 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); V_3 = L_4; V_4 = (stPassedInfo_t2189032837 *)NULL; Dictionary_2_t1077746168 * L_5 = __this->get_m_DictionPassedStar_15(); int32_t L_6 = V_3; NullCheck(L_5); bool L_7 = Dictionary_2_TryGetValue_m511528452(L_5, L_6, (&V_4), /*hidden argument*/Dictionary_2_TryGetValue_m511528452_RuntimeMethod_var); if (!L_7) { goto IL_0040; } } { stPassedInfo_t2189032837 * L_8 = V_4; if (!L_8) { goto IL_0040; } } { int32_t L_9 = V_0; stPassedInfo_t2189032837 * L_10 = V_4; NullCheck(L_10); int32_t L_11 = L_10->get__PassedStar_0(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_11)); } IL_0040: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0044: { int32_t L_13 = V_1; int32_t L_14 = V_2; if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_0011; } } { int32_t L_15 = V_0; return L_15; } } // System.Boolean DMCore.Logic.CPveManager::QueryPVEServerList() extern "C" IL2CPP_METHOD_ATTR bool CPveManager_QueryPVEServerList_m56522718 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_QueryPVEServerList_m56522718_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { bool L_0 = __this->get_m_QueryServerPVEList_13(); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { __this->set_m_QueryServerPVEList_13((bool)1); CPveManager_set_IsLevelResult_m494002651(__this, (bool)0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)1053), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; NullCheck(L_3); CDataArray_Flush_m1077150699(L_3, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Logic.CPveManager::SynchPVEState(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPveManager_SynchPVEState_m1150838437 (CPveManager_t3058433014 * __this, bool ___intoPVE0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_SynchPVEState_m1150838437_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; CDataArray_t4068198041 * G_B4_0 = NULL; CDataArray_t4068198041 * G_B3_0 = NULL; int32_t G_B5_0 = 0; CDataArray_t4068198041 * G_B5_1 = NULL; { bool L_0 = CPveManager_IsPveMode_m3137815888(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return; } IL_000c: { CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)941), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; bool L_4 = ___intoPVE0; G_B3_0 = L_3; if (!L_4) { G_B4_0 = L_3; goto IL_002a; } } { G_B5_0 = 2; G_B5_1 = G_B3_0; goto IL_002b; } IL_002a: { G_B5_0 = 1; G_B5_1 = G_B4_0; } IL_002b: { NullCheck(G_B5_1); CDataArray_Push_m3820844360(G_B5_1, G_B5_0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; NullCheck(L_5); CDataArray_Flush_m1077150699(L_5, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPveManager::LoadStageConfig(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void CPveManager_LoadStageConfig_m3101546051 (CPveManager_t3058433014 * __this, DMXmlNode_t3958967524 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_LoadStageConfig_m3101546051_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlNodeList_t795971656 * V_0 = NULL; int32_t V_1 = 0; DMXmlNode_t3958967524 * V_2 = NULL; SectionCfg_t509487609 * V_3 = NULL; DMXmlNodeList_t795971656 * V_4 = NULL; int32_t V_5 = 0; DMXmlNode_t3958967524 * V_6 = NULL; int32_t V_7 = 0; CPveStage_t850204332 * V_8 = NULL; Exception_t * V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { DMXmlNode_t3958967524 * L_0 = ___root0; if (L_0) { goto IL_0016; } } { CLogHelp_t779629444 * L_1 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CLogHelp_Log_m386290467(L_1, _stringLiteral1496709491, /*hidden argument*/NULL); return; } IL_0016: try { // begin try (depth: 1) { DMXmlNode_t3958967524 * L_2 = ___root0; NullCheck(L_2); DMXmlNodeList_t795971656 * L_3 = DMXmlNode_get_ChildNodes_m14158511(L_2, /*hidden argument*/NULL); V_0 = L_3; DMXmlNodeList_t795971656 * L_4 = V_0; if (L_4) { goto IL_0028; } } IL_0023: { goto IL_011e; } IL_0028: { Dictionary_2_t3693168236 * L_5 = __this->get_m_SectionStageCount_17(); NullCheck(L_5); Dictionary_2_Clear_m150215754(L_5, /*hidden argument*/Dictionary_2_Clear_m150215754_RuntimeMethod_var); Dictionary_2_t4033884959 * L_6 = __this->get_m_dictionStages_16(); NullCheck(L_6); Dictionary_2_Clear_m3699925107(L_6, /*hidden argument*/Dictionary_2_Clear_m3699925107_RuntimeMethod_var); V_1 = 0; goto IL_00f5; } IL_0045: { DMXmlNodeList_t795971656 * L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); DMXmlNode_t3958967524 * L_9 = DMXmlNodeList_Item_m3433089129(L_7, L_8, /*hidden argument*/NULL); V_2 = L_9; SectionCfg_t509487609 * L_10 = (SectionCfg_t509487609 *)il2cpp_codegen_object_new(SectionCfg_t509487609_il2cpp_TypeInfo_var); SectionCfg__ctor_m1822255010(L_10, /*hidden argument*/NULL); V_3 = L_10; SectionCfg_t509487609 * L_11 = V_3; DMXmlNode_t3958967524 * L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_13 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_12, _stringLiteral3454449607, (-1), /*hidden argument*/NULL); NullCheck(L_11); L_11->set__id_0(L_13); SectionCfg_t509487609 * L_14 = V_3; DMXmlNode_t3958967524 * L_15 = V_2; int32_t L_16 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_15, _stringLiteral2206631872, (-1), /*hidden argument*/NULL); NullCheck(L_14); L_14->set__count_1(L_16); SectionCfg_t509487609 * L_17 = V_3; DMXmlNode_t3958967524 * L_18 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_20 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_18, _stringLiteral62725243, L_19, /*hidden argument*/NULL); NullCheck(L_17); L_17->set__name_2(L_20); Dictionary_2_t3693168236 * L_21 = __this->get_m_SectionStageCount_17(); SectionCfg_t509487609 * L_22 = V_3; NullCheck(L_22); int32_t L_23 = L_22->get__id_0(); SectionCfg_t509487609 * L_24 = V_3; NullCheck(L_21); Dictionary_2_Add_m1789018605(L_21, L_23, L_24, /*hidden argument*/Dictionary_2_Add_m1789018605_RuntimeMethod_var); DMXmlNode_t3958967524 * L_25 = V_2; NullCheck(L_25); DMXmlNodeList_t795971656 * L_26 = DMXmlNode_get_ChildNodes_m14158511(L_25, /*hidden argument*/NULL); V_4 = L_26; DMXmlNodeList_t795971656 * L_27 = V_0; if (!L_27) { goto IL_00f1; } } IL_00ad: { V_5 = 0; goto IL_00e3; } IL_00b5: { DMXmlNodeList_t795971656 * L_28 = V_4; int32_t L_29 = V_5; NullCheck(L_28); DMXmlNode_t3958967524 * L_30 = DMXmlNodeList_Item_m3433089129(L_28, L_29, /*hidden argument*/NULL); V_6 = L_30; V_7 = 0; DMXmlNode_t3958967524 * L_31 = V_6; CPveStage_t850204332 * L_32 = (CPveStage_t850204332 *)il2cpp_codegen_object_new(CPveStage_t850204332_il2cpp_TypeInfo_var); CPveStage__ctor_m3673163964(L_32, L_31, (&V_7), /*hidden argument*/NULL); V_8 = L_32; Dictionary_2_t4033884959 * L_33 = __this->get_m_dictionStages_16(); int32_t L_34 = V_7; CPveStage_t850204332 * L_35 = V_8; NullCheck(L_33); Dictionary_2_Add_m1599307514(L_33, L_34, L_35, /*hidden argument*/Dictionary_2_Add_m1599307514_RuntimeMethod_var); int32_t L_36 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00e3: { int32_t L_37 = V_5; DMXmlNodeList_t795971656 * L_38 = V_4; NullCheck(L_38); int32_t L_39 = DMXmlNodeList_get_Count_m1776804761(L_38, /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_39))) { goto IL_00b5; } } IL_00f1: { int32_t L_40 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00f5: { int32_t L_41 = V_1; DMXmlNodeList_t795971656 * L_42 = V_0; NullCheck(L_42); int32_t L_43 = DMXmlNodeList_get_Count_m1776804761(L_42, /*hidden argument*/NULL); if ((((int32_t)L_41) < ((int32_t)L_43))) { goto IL_0045; } } IL_0101: { goto IL_011e; } } // 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_0106; throw e; } CATCH_0106: { // begin catch(System.Exception) V_9 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_44 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_45 = V_9; NullCheck(L_45); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_45); NullCheck(L_44); CLogHelp_LogFile_m4227814860(L_44, L_46, /*hidden argument*/NULL); goto IL_011e; } // end catch (depth: 1) IL_011e: { return; } } // System.Int32 DMCore.Logic.CPveManager::GetSectionCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetSectionCount_m1625548474 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_GetSectionCount_m1625548474_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3693168236 * L_0 = __this->get_m_SectionStageCount_17(); NullCheck(L_0); int32_t L_1 = Dictionary_2_get_Count_m650374508(L_0, /*hidden argument*/Dictionary_2_get_Count_m650374508_RuntimeMethod_var); return L_1; } } // System.Int32 DMCore.Logic.CPveManager::GetSubLevelCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetSubLevelCount_m3965964705 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_GetSubLevelCount_m3965964705_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___mainLevel0; Dictionary_2_t3693168236 * L_1 = __this->get_m_SectionStageCount_17(); NullCheck(L_1); int32_t L_2 = Dictionary_2_get_Count_m650374508(L_1, /*hidden argument*/Dictionary_2_get_Count_m650374508_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_3 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_0, 1, L_2, /*hidden argument*/NULL); V_0 = L_3; Dictionary_2_t3693168236 * L_4 = __this->get_m_SectionStageCount_17(); int32_t L_5 = V_0; NullCheck(L_4); SectionCfg_t509487609 * L_6 = Dictionary_2_get_Item_m440322105(L_4, L_5, /*hidden argument*/Dictionary_2_get_Item_m440322105_RuntimeMethod_var); NullCheck(L_6); int32_t L_7 = L_6->get__count_1(); return L_7; } } // System.String DMCore.Logic.CPveManager::GetSectionName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPveManager_GetSectionName_m3831078157 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_GetSectionName_m3831078157_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___mainLevel0; Dictionary_2_t3693168236 * L_1 = __this->get_m_SectionStageCount_17(); NullCheck(L_1); int32_t L_2 = Dictionary_2_get_Count_m650374508(L_1, /*hidden argument*/Dictionary_2_get_Count_m650374508_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_3 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_0, 1, L_2, /*hidden argument*/NULL); V_0 = L_3; Dictionary_2_t3693168236 * L_4 = __this->get_m_SectionStageCount_17(); int32_t L_5 = V_0; NullCheck(L_4); SectionCfg_t509487609 * L_6 = Dictionary_2_get_Item_m440322105(L_4, L_5, /*hidden argument*/Dictionary_2_get_Item_m440322105_RuntimeMethod_var); NullCheck(L_6); String_t* L_7 = L_6->get__name_2(); return L_7; } } // System.Int32 DMCore.Logic.CPveManager::GetNextPveStageID(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetNextPveStageID_m1985092714 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_GetNextPveStageID_m1985092714_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = CPveManager_GetSectionCount_m1625548474(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; int32_t L_2 = ___mainLevel0; if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_001e; } } { int32_t L_3 = V_0; int32_t L_4 = CPveManager_GetSubLevelCount_m3965964705(__this, L_3, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_0; int32_t L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_7 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_001e: { int32_t L_8 = ___mainLevel0; int32_t L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_10 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_8, 1, L_9, /*hidden argument*/NULL); V_2 = L_10; int32_t L_11 = V_2; int32_t L_12 = CPveManager_GetSubLevelCount_m3965964705(__this, L_11, /*hidden argument*/NULL); V_3 = L_12; int32_t L_13 = V_3; int32_t L_14 = ___subLevel1; if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_0040; } } { int32_t L_15 = V_2; int32_t L_16 = ___subLevel1; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_17 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); return L_17; } IL_0040: { int32_t L_18 = V_0; int32_t L_19 = V_2; if ((((int32_t)L_18) <= ((int32_t)L_19))) { goto IL_0051; } } { int32_t L_20 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_21 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)), 1, /*hidden argument*/NULL); return L_21; } IL_0051: { int32_t L_22 = V_2; int32_t L_23 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_24 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); return L_24; } } // System.Boolean DMCore.Logic.CPveManager::IsUnlockedAlready(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPveManager_IsUnlockedAlready_m3210418172 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_IsUnlockedAlready_m3210418172_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___mainLevel0; int32_t L_1 = ___subLevel1; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_2 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); bool L_3 = CPveManager_IsUnlockedAlready_m2490558456(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean DMCore.Logic.CPveManager::IsUnlockedAlready(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPveManager_IsUnlockedAlready_m2490558456 (CPveManager_t3058433014 * __this, int32_t ___stageID0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B3_0 = 0; { V_0 = 0; V_1 = 0; int32_t L_0 = CPveManager_GetMaxPassedLevel_m2504830066(__this, (&V_1), /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; int32_t L_2 = V_1; int32_t L_3 = CPveManager_GetNextPveStageID_m1985092714(__this, L_1, L_2, /*hidden argument*/NULL); V_2 = L_3; int32_t L_4 = ___stageID0; int32_t L_5 = V_2; if ((((int32_t)L_4) > ((int32_t)L_5))) { goto IL_0023; } } { G_B3_0 = 1; goto IL_0024; } IL_0023: { G_B3_0 = 0; } IL_0024: { return (bool)G_B3_0; } } // System.Int32 DMCore.Logic.CPveManager::GetCurStoryIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetCurStoryIndex_m3522519637 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_pveStoryIdx_10(); return L_0; } } // System.Void DMCore.Logic.CPveManager::OnFreshStoryIndex() extern "C" IL2CPP_METHOD_ATTR void CPveManager_OnFreshStoryIndex_m1266103727 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_OnFreshStoryIndex_m1266103727_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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, _stringLiteral2500503265, 0, /*hidden argument*/NULL); __this->set_m_pveStoryIdx_10(L_2); return; } } // System.Void DMCore.Logic.CPveManager::SetCurStoryIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPveManager_SetCurStoryIndex_m3778823617 (CPveManager_t3058433014 * __this, int32_t ___storyIdx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_SetCurStoryIndex_m3778823617_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; NullCheck(L_1); CDataArray_Push_m3820844360(L_1, ((int32_t)1110), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___storyIdx0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Flush_m1077150699(L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPveManager::NextPveStory() extern "C" IL2CPP_METHOD_ATTR void CPveManager_NextPveStory_m3338521074 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_pveStoryIdx_10(); __this->set_m_pveStoryIdx_10(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_m_pveStoryIdx_10(); CPveManager_SetCurStoryIndex_m3778823617(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CPveManager::LoadSectionConfig(DMCore.Framework.XML.DMXmlNode) extern "C" IL2CPP_METHOD_ATTR void CPveManager_LoadSectionConfig_m6276398 (CPveManager_t3058433014 * __this, DMXmlNode_t3958967524 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_LoadSectionConfig_m6276398_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlNodeList_t795971656 * V_0 = NULL; int32_t V_1 = 0; DMXmlNode_t3958967524 * V_2 = NULL; chapterImage_t586649930 * V_3 = NULL; DMXmlNodeList_t795971656 * V_4 = NULL; int32_t V_5 = 0; DMXmlNode_t3958967524 * V_6 = NULL; SectionImage_t1133006028 * 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); { DMXmlNode_t3958967524 * L_0 = ___root0; if (L_0) { goto IL_0016; } } { CLogHelp_t779629444 * L_1 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CLogHelp_Log_m386290467(L_1, _stringLiteral1243616036, /*hidden argument*/NULL); return; } IL_0016: try { // begin try (depth: 1) { DMXmlNode_t3958967524 * L_2 = ___root0; NullCheck(L_2); DMXmlNodeList_t795971656 * L_3 = DMXmlNode_get_ChildNodes_m14158511(L_2, /*hidden argument*/NULL); V_0 = L_3; DMXmlNodeList_t795971656 * L_4 = V_0; if (L_4) { goto IL_0028; } } IL_0023: { goto IL_0183; } IL_0028: { Dictionary_2_t3770330557 * L_5 = __this->get_m_SectionAtlas_18(); NullCheck(L_5); Dictionary_2_Clear_m1806695420(L_5, /*hidden argument*/Dictionary_2_Clear_m1806695420_RuntimeMethod_var); V_1 = 0; goto IL_015a; } IL_003a: { DMXmlNodeList_t795971656 * L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); DMXmlNode_t3958967524 * L_8 = DMXmlNodeList_Item_m3433089129(L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; chapterImage_t586649930 * L_9 = (chapterImage_t586649930 *)il2cpp_codegen_object_new(chapterImage_t586649930_il2cpp_TypeInfo_var); chapterImage__ctor_m159137307(L_9, /*hidden argument*/NULL); V_3 = L_9; chapterImage_t586649930 * L_10 = V_3; DMXmlNode_t3958967524 * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_12 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_11, _stringLiteral3454449607, (-1), /*hidden argument*/NULL); NullCheck(L_10); L_10->set__id_3(L_12); chapterImage_t586649930 * L_13 = V_3; DMXmlNode_t3958967524 * L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_16 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_14, _stringLiteral416089526, L_15, /*hidden argument*/NULL); NullCheck(L_13); L_13->set__icon_2(L_16); chapterImage_t586649930 * L_17 = V_3; DMXmlNode_t3958967524 * L_18 = V_2; String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_20 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_18, _stringLiteral62725243, L_19, /*hidden argument*/NULL); NullCheck(L_17); L_17->set__name_1(L_20); Dictionary_2_t3770330557 * L_21 = __this->get_m_SectionAtlas_18(); chapterImage_t586649930 * L_22 = V_3; NullCheck(L_22); int32_t L_23 = L_22->get__id_3(); chapterImage_t586649930 * L_24 = V_3; NullCheck(L_21); Dictionary_2_Add_m2079700973(L_21, L_23, L_24, /*hidden argument*/Dictionary_2_Add_m2079700973_RuntimeMethod_var); DMXmlNode_t3958967524 * L_25 = V_2; NullCheck(L_25); DMXmlNodeList_t795971656 * L_26 = DMXmlNode_get_ChildNodes_m14158511(L_25, /*hidden argument*/NULL); V_4 = L_26; DMXmlNodeList_t795971656 * L_27 = V_0; if (!L_27) { goto IL_0156; } } IL_00a6: { V_5 = 0; goto IL_0148; } IL_00ae: { DMXmlNodeList_t795971656 * L_28 = V_4; int32_t L_29 = V_5; NullCheck(L_28); DMXmlNode_t3958967524 * L_30 = DMXmlNodeList_Item_m3433089129(L_28, L_29, /*hidden argument*/NULL); V_6 = L_30; SectionImage_t1133006028 * L_31 = (SectionImage_t1133006028 *)il2cpp_codegen_object_new(SectionImage_t1133006028_il2cpp_TypeInfo_var); SectionImage__ctor_m3587861385(L_31, /*hidden argument*/NULL); V_7 = L_31; SectionImage_t1133006028 * L_32 = V_7; DMXmlNode_t3958967524 * L_33 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_34 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_33, _stringLiteral3454449607, (-1), /*hidden argument*/NULL); NullCheck(L_32); L_32->set__id_0(L_34); SectionImage_t1133006028 * L_35 = V_7; DMXmlNode_t3958967524 * L_36 = V_6; int32_t L_37 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_36, _stringLiteral4166355919, (-1), /*hidden argument*/NULL); NullCheck(L_35); L_35->set__sex_2(L_37); SectionImage_t1133006028 * L_38 = V_7; DMXmlNode_t3958967524 * L_39 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_40 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_41 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_39, _stringLiteral3220737639, L_40, /*hidden argument*/NULL); NullCheck(L_38); L_38->set__desc_4(L_41); SectionImage_t1133006028 * L_42 = V_7; DMXmlNode_t3958967524 * L_43 = V_6; String_t* L_44 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_45 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_43, _stringLiteral62725243, L_44, /*hidden argument*/NULL); NullCheck(L_42); L_42->set__name_5(L_45); SectionImage_t1133006028 * L_46 = V_7; SectionImage_t1133006028 * L_47 = V_7; NullCheck(L_47); int32_t L_48 = L_47->get__id_0(); int32_t L_49 = L_48; RuntimeObject * L_50 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_49); String_t* L_51 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3049294441, L_50, /*hidden argument*/NULL); NullCheck(L_46); L_46->set__path_6(L_51); chapterImage_t586649930 * L_52 = V_3; NullCheck(L_52); List_1_t2605080770 * L_53 = L_52->get__imageList_0(); SectionImage_t1133006028 * L_54 = V_7; NullCheck(L_53); List_1_Add_m1035864173(L_53, L_54, /*hidden argument*/List_1_Add_m1035864173_RuntimeMethod_var); int32_t L_55 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); } IL_0148: { int32_t L_56 = V_5; DMXmlNodeList_t795971656 * L_57 = V_4; NullCheck(L_57); int32_t L_58 = DMXmlNodeList_get_Count_m1776804761(L_57, /*hidden argument*/NULL); if ((((int32_t)L_56) < ((int32_t)L_58))) { goto IL_00ae; } } IL_0156: { int32_t L_59 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_015a: { int32_t L_60 = V_1; DMXmlNodeList_t795971656 * L_61 = V_0; NullCheck(L_61); int32_t L_62 = DMXmlNodeList_get_Count_m1776804761(L_61, /*hidden argument*/NULL); if ((((int32_t)L_60) < ((int32_t)L_62))) { goto IL_003a; } } IL_0166: { goto IL_0183; } } // 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_016b; throw e; } CATCH_016b: { // begin catch(System.Exception) V_8 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_63 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_64 = V_8; NullCheck(L_64); String_t* L_65 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_64); NullCheck(L_63); CLogHelp_LogFile_m4227814860(L_63, L_65, /*hidden argument*/NULL); goto IL_0183; } // end catch (depth: 1) IL_0183: { return; } } // System.Void DMCore.Logic.CPveManager::Clear() extern "C" IL2CPP_METHOD_ATTR void CPveManager_Clear_m3007987515 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Logic.CPveManager::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPveManager_OnLoad_m1321014551 (CPveManager_t3058433014 * __this, String_t* ___texAsset0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_OnLoad_m1321014551_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlDocument_t2468531415 * V_0 = NULL; DMXmlNode_t3958967524 * V_1 = NULL; bool V_2 = false; 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) { String_t* L_0 = ___texAsset0; DMXmlDocument_t2468531415 * L_1 = DMXmlDocument_LoadXml_m2953623357(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; DMXmlDocument_t2468531415 * L_2 = V_0; NullCheck(L_2); DMXmlNode_t3958967524 * L_3 = DMXmlNode_get_FirstChild_m4174520049(L_2, /*hidden argument*/NULL); V_1 = L_3; DMXmlNode_t3958967524 * L_4 = V_1; if (!L_4) { goto IL_0024; } } IL_0014: { DMXmlNode_t3958967524 * L_5 = V_1; NullCheck(L_5); DMXmlNodeList_t795971656 * L_6 = DMXmlNode_get_ChildNodes_m14158511(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = DMXmlNodeList_get_Count_m1776804761(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_002b; } } IL_0024: { V_2 = (bool)0; goto IL_0079; } IL_002b: { int32_t L_8 = ___userData1; if (!L_8) { goto IL_003d; } } IL_0031: { int32_t L_9 = ___userData1; if ((((int32_t)L_9) == ((int32_t)1))) { goto IL_0049; } } IL_0038: { goto IL_0055; } IL_003d: { DMXmlNode_t3958967524 * L_10 = V_1; CPveManager_LoadStageConfig_m3101546051(__this, L_10, /*hidden argument*/NULL); goto IL_005a; } IL_0049: { DMXmlNode_t3958967524 * L_11 = V_1; CPveManager_LoadSectionConfig_m6276398(__this, L_11, /*hidden argument*/NULL); goto IL_005a; } IL_0055: { goto IL_005a; } IL_005a: { goto IL_0077; } } // 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_005f; throw e; } CATCH_005f: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_12 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_13 = V_3; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); NullCheck(L_12); CLogHelp_LogFile_m4227814860(L_12, L_14, /*hidden argument*/NULL); V_2 = (bool)0; goto IL_0079; } // end catch (depth: 1) IL_0077: { return (bool)1; } IL_0079: { bool L_15 = V_2; return L_15; } } // DMCore.Logic.CServerSimulator DMCore.Logic.CPveManager::GetServerSimulator() extern "C" IL2CPP_METHOD_ATTR CServerSimulator_t2819548284 * CPveManager_GetServerSimulator_m3295102217 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { { CServerSimulator_t2819548284 * L_0 = __this->get_m_pSimulator_6(); return L_0; } } // System.Void DMCore.Logic.CPveManager::PlayAni() extern "C" IL2CPP_METHOD_ATTR void CPveManager_PlayAni_m573613681 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CPveManager_PlayAni_m573613681_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; PVEScore_t550407626 * V_1 = NULL; { GameObject_t1113636619 * L_0 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral1939764993, /*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_0051; } } { GameObject_t1113636619 * L_3 = V_0; NullCheck(L_3); Transform_t3600365921 * L_4 = GameObject_get_transform_m1369836730(L_3, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_Find_m1729760951(L_4, _stringLiteral759850599, /*hidden argument*/NULL); NullCheck(L_5); PVEScore_t550407626 * L_6 = Component_GetComponent_TisPVEScore_t550407626_m2015523256(L_5, /*hidden argument*/Component_GetComponent_TisPVEScore_t550407626_m2015523256_RuntimeMethod_var); V_1 = L_6; PVEScore_t550407626 * L_7 = V_1; 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_0051; } } { bool L_9 = CPveManager_get_IsInitOrPlayeOver_m3636240019(__this, /*hidden argument*/NULL); if (!L_9) { goto IL_0051; } } { CPveManager_set_IsInitOrPlayeOver_m2322703020(__this, (bool)0, /*hidden argument*/NULL); PVEScore_t550407626 * L_10 = V_1; NullCheck(L_10); PVEScore_PlayAnimation_m2768539517(L_10, /*hidden argument*/NULL); } IL_0051: { return; } } // System.Boolean DMCore.Logic.CPveManager::get_IsInitOrPlayeOver() extern "C" IL2CPP_METHOD_ATTR bool CPveManager_get_IsInitOrPlayeOver_m3636240019 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsInitOrPlayeOverU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.CPveManager::set_IsInitOrPlayeOver(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPveManager_set_IsInitOrPlayeOver_m2322703020 (CPveManager_t3058433014 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsInitOrPlayeOverU3Ek__BackingField_1(L_0); return; } } // System.Boolean DMCore.Logic.CPveManager::get_IsShowPveStar() extern "C" IL2CPP_METHOD_ATTR bool CPveManager_get_IsShowPveStar_m2303354430 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsShowPveStarU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.CPveManager::set_IsShowPveStar(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPveManager_set_IsShowPveStar_m2020420185 (CPveManager_t3058433014 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsShowPveStarU3Ek__BackingField_2(L_0); return; } } // System.Boolean DMCore.Logic.CPveManager::get_IsLevelResult() extern "C" IL2CPP_METHOD_ATTR bool CPveManager_get_IsLevelResult_m2035506049 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsLevelResultU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.CPveManager::set_IsLevelResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPveManager_set_IsLevelResult_m494002651 (CPveManager_t3058433014 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsLevelResultU3Ek__BackingField_3(L_0); return; } } // System.Void DMCore.Logic.CPveManager::set_CurChapterId(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPveManager_set_CurChapterId_m530654480 (CPveManager_t3058433014 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_CurChapterId_14(L_0); return; } } // System.Int32 DMCore.Logic.CPveManager::get_CurChapterId() extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_get_CurChapterId_m3972446799 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_CurChapterId_14(); return L_0; } } // CDataModelInt DMCore.Logic.CPveManager::get_CDataChapterId() extern "C" IL2CPP_METHOD_ATTR CDataModelInt_t3463393640 * CPveManager_get_CDataChapterId_m2971172393 (CPveManager_t3058433014 * __this, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_U3CCDataChapterIdU3Ek__BackingField_4(); return L_0; } } // System.Void DMCore.Logic.CPveManager::set_CDataChapterId(CDataModelInt) extern "C" IL2CPP_METHOD_ATTR void CPveManager_set_CDataChapterId_m3029517833 (CPveManager_t3058433014 * __this, CDataModelInt_t3463393640 * ___value0, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = ___value0; __this->set_U3CCDataChapterIdU3Ek__BackingField_4(L_0); return; } } // System.Void DMCore.Logic.CPveManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void CPveManager__cctor_m1242942654 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPveManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CSetPveAtlasU3Ec__AnonStorey0__ctor_m4190961472 (U3CSetPveAtlasU3Ec__AnonStorey0_t266185308 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CPveManager/c__AnonStorey0::<>m__0(DMCore.Logic.CPveManager/SectionImage) extern "C" IL2CPP_METHOD_ATTR bool U3CSetPveAtlasU3Ec__AnonStorey0_U3CU3Em__0_m2140133612 (U3CSetPveAtlasU3Ec__AnonStorey0_t266185308 * __this, SectionImage_t1133006028 * ___target0, const RuntimeMethod* method) { { SectionImage_t1133006028 * L_0 = ___target0; NullCheck(L_0); int32_t* L_1 = L_0->get_address_of__id_0(); int32_t L_2 = __this->get_id_0(); bool L_3 = Int32_Equals_m2976157357(L_1, L_2, /*hidden argument*/NULL); return L_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.Logic.CPveManager/chapterImage::.ctor() extern "C" IL2CPP_METHOD_ATTR void chapterImage__ctor_m159137307 (chapterImage_t586649930 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (chapterImage__ctor_m159137307_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t2605080770 * L_0 = (List_1_t2605080770 *)il2cpp_codegen_object_new(List_1_t2605080770_il2cpp_TypeInfo_var); List_1__ctor_m2461159597(L_0, /*hidden argument*/List_1__ctor_m2461159597_RuntimeMethod_var); __this->set__imageList_0(L_0); return; } } // System.Void DMCore.Logic.CPveManager/chapterImage::checkSex() extern "C" IL2CPP_METHOD_ATTR void chapterImage_checkSex_m2026672009 (chapterImage_t586649930 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (chapterImage_checkSex_m2026672009_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { List_1_t2605080770 * L_0 = __this->get__imageList_0(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m26201658(L_0, /*hidden argument*/List_1_get_Count_m26201658_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); goto IL_005a; } IL_0013: { CMainRole_t4200562839 * L_2 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_2); List_1_t2605080770 * L_4 = __this->get__imageList_0(); int32_t L_5 = V_0; NullCheck(L_4); SectionImage_t1133006028 * L_6 = List_1_get_Item_m2724535045(L_4, L_5, /*hidden argument*/List_1_get_Item_m2724535045_RuntimeMethod_var); NullCheck(L_6); int32_t L_7 = L_6->get__sex_2(); if ((((int32_t)L_3) == ((int32_t)L_7))) { goto IL_0056; } } { List_1_t2605080770 * L_8 = __this->get__imageList_0(); int32_t L_9 = V_0; NullCheck(L_8); SectionImage_t1133006028 * L_10 = List_1_get_Item_m2724535045(L_8, L_9, /*hidden argument*/List_1_get_Item_m2724535045_RuntimeMethod_var); NullCheck(L_10); int32_t L_11 = L_10->get__sex_2(); if ((((int32_t)L_11) == ((int32_t)2))) { goto IL_0056; } } { List_1_t2605080770 * L_12 = __this->get__imageList_0(); int32_t L_13 = V_0; NullCheck(L_12); List_1_RemoveAt_m2357608404(L_12, L_13, /*hidden argument*/List_1_RemoveAt_m2357608404_RuntimeMethod_var); } IL_0056: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); } IL_005a: { int32_t L_15 = V_0; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_0013; } } { 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_CheckEnergyStateCallback_t3528280671 (CheckEnergyStateCallback_t3528280671 * __this, bool ___bLegal0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(static_cast(___bLegal0)); } // System.Void DMCore.Logic.CPveManager/CheckEnergyStateCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CheckEnergyStateCallback__ctor_m2832492624 (CheckEnergyStateCallback_t3528280671 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DMCore.Logic.CPveManager/CheckEnergyStateCallback::Invoke(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CheckEnergyStateCallback_Invoke_m1200208359 (CheckEnergyStateCallback_t3528280671 * __this, bool ___bLegal0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { CheckEnergyStateCallback_Invoke_m1200208359((CheckEnergyStateCallback_t3528280671 *)__this->get_prev_9(), ___bLegal0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___bLegal0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___bLegal0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___bLegal0); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___bLegal0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___bLegal0); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___bLegal0); } } else { typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___bLegal0, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.CPveManager/CheckEnergyStateCallback::BeginInvoke(System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CheckEnergyStateCallback_BeginInvoke_m3687571837 (CheckEnergyStateCallback_t3528280671 * __this, bool ___bLegal0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CheckEnergyStateCallback_BeginInvoke_m3687571837_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___bLegal0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Logic.CPveManager/CheckEnergyStateCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void CheckEnergyStateCallback_EndInvoke_m1018075106 (CheckEnergyStateCallback_t3528280671 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CPveManager/SectionCfg::.ctor() extern "C" IL2CPP_METHOD_ATTR void SectionCfg__ctor_m1822255010 (SectionCfg_t509487609 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif