#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 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); } }; 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 VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; 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 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); } }; 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); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct 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 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); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // DMCore.Logic.CWishFountainMgr/OnShopListChanged struct OnShopListChanged_t2776790831; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // DMCore.Logic.CWndBase struct CWndBase_t3050027735; // System.Collections.Generic.Queue`1 struct Queue_1_t3914457535; // System.Collections.Generic.Queue`1 struct Queue_1_t2926365658; // System.Collections.Generic.List`1 struct List_1_t2585711361; // System.Collections.Generic.List`1 struct List_1_t257213610; // UnityEngine.GameObject struct GameObject_t1113636619; // UnityEngine.Camera struct Camera_t4157153871; // UnityEngine.Object struct Object_t631007953; // System.String struct String_t; // DMCore.Logic.CWndController struct CWndController_t749709641; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.Transform struct Transform_t3600365921; // UIRoot struct UIRoot_t4022971450; // BetterList`1 struct BetterList_1_t2213356286; // BetterList`1 struct BetterList_1_t2235126482; // UIStretch struct UIStretch_t3058335968; // DMCore.Framework.Resource.IResourceManager struct IResourceManager_t3165642952; // DMCore.Framework.Resource.CUIPkgService struct CUIPkgService_t1582475416; // DMCore.Logic.CWndConfig struct CWndConfig_t982602484; // DMCore.Logic.CWndDescription struct CWndDescription_t3003093839; // DMCore.CDataArray struct CDataArray_t4068198041; // UnityEngine.GameObject[] struct GameObjectU5BU5D_t3328599146; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1694959599; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1968819495; // DMCore.Framework.Localization.CLocalizationManager struct CLocalizationManager_t2604768345; // DMCore.CDataProperty struct CDataProperty_t2806246268; // System.Collections.Generic.List`1 struct List_1_t3319525431; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t1884635070; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t2158494966; // UnityEngine.TextAsset struct TextAsset_t3022178571; // DMCore.Framework.Misc.CLogHelp struct CLogHelp_t779629444; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Xml.XmlElement struct XmlElement_t561603118; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3999618383; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4029696812; // DMCore.Logic.CWndController/UIWndStack struct UIWndStack_t3738908003; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3385622220; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // DMCore.Logic.CFunctionSwitchConfig struct CFunctionSwitchConfig_t2078484928; // DMCore.OnMsgBoxClkCallBack struct OnMsgBoxClkCallBack_t3229751541; // UIStretch[] struct UIStretchU5BU5D_t1913257889; // System.Object[] struct ObjectU5BU5D_t2843939325; // UIAnchor[] struct UIAnchorU5BU5D_t1879526717; // UIAnchor struct UIAnchor_t2527798900; // System.Action`2 struct Action_2_t105723657; // System.Action`2 struct Action_2_t2072193202; // DMCore.Logic.CSystemBroadCast struct CSystemBroadCast_t3934508125; // uiSysBroadcast/OnSysBroadcastEnd struct OnSysBroadcastEnd_t3794690773; // CSignsManager struct CSignsManager_t1825583579; // BetterList`1 struct BetterList_1_t1319896726; // System.Comparison`1 struct Comparison_1_t1939807587; // DMCore.Logic.DailyAdGiftManager struct DailyAdGiftManager_t4283495990; // CDataModelInt struct CDataModelInt_t3463393640; // DMCore.Framework.Misc.CTextHelp struct CTextHelp_t3119637808; // DMCore.CMsgManager struct CMsgManager_t455955613; // DMCore.Logic.DanceSceneManager struct DanceSceneManager_t2271493662; // DMCore.Framework.ITextBase struct ITextBase_t660344599; // System.Collections.Generic.List`1 struct List_1_t876647579; // System.Collections.Generic.List`1 struct List_1_t128053199; // DMCore.Logic.DanceSceneManager/DanceSceneNode struct DanceSceneNode_t3699540133; // DMCore.Logic.DisplayData struct DisplayData_t3919051086; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t2392779486; // DMCore.Logic.ItemData struct ItemData_t2031991413; // System.Collections.Generic.List`1 struct List_1_t3504066155; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t2582454957; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1930798642; // DMCore.Logic.DynamicImageGroup struct DynamicImageGroup_t2338416375; // System.Collections.Generic.List`1 struct List_1_t2207029000; // DMCore.Logic.DynamicImageUnit struct DynamicImageUnit_t734954258; // DMCore.Logic.EmoticonSelectedCallback struct EmoticonSelectedCallback_t2213980693; // DMCore.Logic.EmotionAnimState struct EmotionAnimState_t841265017; // DMCore.Logic.EmotionData struct EmotionData_t2437801269; // DMCore.Logic.EmotionUnit struct EmotionUnit_t3148034429; // System.Collections.Generic.List`1 struct List_1_t2927442759; // DMCore.Logic.EmotionUnit/EmotionAnim struct EmotionAnim_t1455368017; // System.Xml.XmlNodeList struct XmlNodeList_t2551693786; // UISprite struct UISprite_t194114938; // UIWidget struct UIWidget_t3538521925; // UnityEngine.BoxCollider struct BoxCollider_t1640800422; // System.String[] struct StringU5BU5D_t1281789340; // System.Char[] struct CharU5BU5D_t3528271667; // DMCore.Logic.EndAnimType struct EndAnimType_t83088423; // DMCore.Logic.CPropItem struct CPropItem_t1455887095; // DMCore.Logic.EnterRoomAnimInfo struct EnterRoomAnimInfo_t1215699366; // DMCore.Logic.EnterRoomAnimType struct EnterRoomAnimType_t924653319; // DMCore.Logic.FragmentShopItem struct FragmentShopItem_t3036111334; // DMCore.Logic.FunctionPropItem struct FunctionPropItem_t2337231142; // DMCore.Logic.GamePageInfo struct GamePageInfo_t1487906190; // DMCore.Logic.GameRewardInfo struct GameRewardInfo_t1982501205; // DMCore.Logic.CAwardList struct CAwardList_t4094041907; // DMCore.Logic.GetItemWndManager struct GetItemWndManager_t2644942713; // DMCore.Framework.Thread.CThreadLock struct CThreadLock_t3315856551; // System.Collections.Generic.List`1 struct List_1_t1245305487; // DMCore.CRoot struct CRoot_t1043641654; // DMCore.Camera.ICameraBase struct ICameraBase_t3615533728; // DMCore.Framework.Level.CLevelManager struct CLevelManager_t3077608201; // uiMonoItemGet struct uiMonoItemGet_t3694640406; // DMCore.Logic.GiftInfoNode struct GiftInfoNode_t966312645; // System.Collections.Generic.List`1> struct List_1_t1414438697; // DMCore.Logic.GiftPack struct GiftPack_t4141643335; // DMCore.Logic.GiftPackageItemUnit struct GiftPackageItemUnit_t2476631710; // System.Collections.Generic.List`1 struct List_1_t3948706452; // DMCore.Logic.GiftPackManager struct GiftPackManager_t105297562; // DMCore.Logic.GiftPackageItemCond struct GiftPackageItemCond_t1643579615; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3030356666; // DMCore.Logic.CShopConfig struct CShopConfig_t202154353; // DMCore.Logic.CPropManager struct CPropManager_t2238730194; // ScenePersonalWndMyPackage struct ScenePersonalWndMyPackage_t3287570987; // System.Collections.Generic.List`1 struct List_1_t93448756; // System.Action`1 struct Action_1_t269755560; // DMCore.Logic.GiftPackManager/c__AnonStorey0 struct U3COnChooseU3Ec__AnonStorey0_t2357546869; // System.Predicate`1 struct Predicate_1_t3741635434; // System.Predicate`1 struct Predicate_1_t3905400288; // DMCore.Logic.GiftPackManager/OpenGiftCellCache struct OpenGiftCellCache_t2916341310; // System.Action`4> struct Action_4_t3484037049; // System.Action`4 struct Action_4_t2141122718; // System.Action struct Action_t1264377477; // System.Action`1 struct Action_1_t19143634; // System.Action`1 struct Action_1_t3252573759; // DMCore.Logic.GiftPreviewManager struct GiftPreviewManager_t1802147059; // System.Collections.Generic.List`1 struct List_1_t3115654357; // IMonoCtrllor struct IMonoCtrllor_t1427182583; // CDataModelList struct CDataModelList_t1133308508; // CDataModelBool struct CDataModelBool_t2269476966; // DMCore.Logic.GuessPlayerInfo struct GuessPlayerInfo_t1172249346; // DMCore.Logic.PlayerInfoBase struct PlayerInfoBase_t2589801315; // DMCore.Logic.GuildBaseInfo struct GuildBaseInfo_t407575901; // DMCore.Logic.HandBookCloth struct HandBookCloth_t3546229172; // DMCore.Logic.HeadBoxInfo struct HeadBoxInfo_t3911505238; // DMCore.Logic.HeadBoxType struct HeadBoxType_t346163273; // DMCore.Logic.IActivityDetail struct IActivityDetail_t2848416189; // DMCore.Logic.CWaitForMore struct CWaitForMore_t666167450; // DMCore.Logic.CActivityGiftExchange struct CActivityGiftExchange_t3688160743; // DMCore.Logic.CActivityFstRechargeAward struct CActivityFstRechargeAward_t3016216232; // DMCore.Logic.CActivityNewPlayerAward struct CActivityNewPlayerAward_t1404183044; // DMCore.Logic.CActivityLoginAward struct CActivityLoginAward_t3031667711; // DMCore.Logic.CActivityOnlineAward struct CActivityOnlineAward_t2196803351; // DMCore.Logic.CActivityFirstWinAward struct CActivityFirstWinAward_t3247053799; // DMCore.Logic.CActivityDoubleAward struct CActivityDoubleAward_t4125973165; // DMCore.Logic.CCardActivity struct CCardActivity_t3069918458; // DMCore.Logic.CSignActivity struct CSignActivity_t1266033543; // DMCore.Logic.CLevelActivity struct CLevelActivity_t548503325; // DMCore.Logic.CValentineDayActivity struct CValentineDayActivity_t113172419; // DMCore.Logic.CNewYearEveActivity struct CNewYearEveActivity_t2183115469; // DMCore.Logic.CSignInOldActivity struct CSignInOldActivity_t331747599; // DMCore.Logic.CSignInNewActivity struct CSignInNewActivity_t3409025969; // DMCore.Logic.CActivityDayRechargeAward struct CActivityDayRechargeAward_t82265295; // DMCore.Logic.CActivityInGuild struct CActivityInGuild_t1757525966; // DMCore.Logic.CActivityComulRechargeAward struct CActivityComulRechargeAward_t2785293014; // DMCore.Logic.CActivityItemExchange struct CActivityItemExchange_t3204638597; // DMCore.Logic.CActivityTreviDiscount struct CActivityTreviDiscount_t158506824; // DMCore.Logic.CActivitySingleRechargeDiscount struct CActivitySingleRechargeDiscount_t4174052191; // DMCore.Logic.CActivityAccumulateRechargeDiscount struct CActivityAccumulateRechargeDiscount_t2971967542; // DMCore.Logic.CActivityAccumulateUseSpeaker struct CActivityAccumulateUseSpeaker_t4044246813; // DMCore.Logic.CActivityAccumulateGoldWish struct CActivityAccumulateGoldWish_t2430718643; // DMCore.Logic.CActivityAccumulateDiamondWish struct CActivityAccumulateDiamondWish_t438278327; // DMCore.Logic.CActivityMember struct CActivityMember_t197843331; // DMCore.Logic.CActivityBuyGiftPackage struct CActivityBuyGiftPackage_t3637356948; // DMCore.Logic.CActivityGrowthFund struct CActivityGrowthFund_t4140851644; // DMCore.Logic.CActivityGroupBuyAward struct CActivityGroupBuyAward_t3359834676; // DMCore.Logic.CActivityFortuneCat struct CActivityFortuneCat_t237126772; // DMCore.Logic.CActivityRechargeRebate struct CActivityRechargeRebate_t3881262342; // DMCore.Logic.CActivityKeepLogin struct CActivityKeepLogin_t2171871959; // DMCore.Logic.CNewPlayerShop struct CNewPlayerShop_t3427367769; // DMCore.Logic.CProExchange struct CProExchange_t1749490918; // DMCore.Logic.CSingleRecharge struct CSingleRecharge_t1836391149; // DMCore.Logic.CActivityRankList struct CActivityRankList_t2479161682; // DMCore.Logic.CActivityContinuousRecharge struct CActivityContinuousRecharge_t3949446369; // DMCore.Logic.CActivityConfig struct CActivityConfig_t3711341450; // DMCore.Logic.CActivityAwardSingleLevel struct CActivityAwardSingleLevel_t347963756; // DMCore.Logic.CActivityAwardTemplete struct CActivityAwardTemplete_t911309464; // DMCore.Logic.CActivityAwardTempleteWithMoney struct CActivityAwardTempleteWithMoney_t3414704044; // DMCore.Logic.CActivityAdvertiseModel struct CActivityAdvertiseModel_t1405265788; // DMCore.Logic.CAwardInfo`1 struct CAwardInfo_1_t3416460893; // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t3619707304; // DMCore.Logic.CAwardInfo`1 struct CAwardInfo_1_t1862781914; // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t2066028325; // DMCore.Logic.IAttachMent struct IAttachMent_t1542359345; // DMCore.Logic.CAttachMentGoods struct CAttachMentGoods_t4204413466; // DMCore.Logic.CAttachMentGold struct CAttachMentGold_t1776976439; // DMCore.Logic.IdleActionManager struct IdleActionManager_t2375494644; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2625280635; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2735467829; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4142745948; // DMCore.Logic.ShareManager struct ShareManager_t1254576143; // DMCore.Framework.Scene.CSceneService struct CSceneService_t551449725; // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483; // DMCore.Framework.Scene.CProperty struct CProperty_t963755051; // DMCore.Logic.clothingScoreManager struct clothingScoreManager_t2332349169; // DMCore.Logic.IdleActionManager/CRoleIdleData struct CRoleIdleData_t1672828045; // UnityEngine.AnimationClip struct AnimationClip_t2318505987; // DMCore.Framework.Scene.ISceneRole struct ISceneRole_t2394225724; // DMCore.CEventManager struct CEventManager_t474365641; // DMCore.OnEventCall struct OnEventCall_t3758354630; // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839; // DMCore.Logic.RoleActionConfig struct RoleActionConfig_t1403548228; // DMCore.Logic.IdolAwardListItem struct IdolAwardListItem_t3723746892; // DMCore.Logic.IdolAwardUnit struct IdolAwardUnit_t568575365; // System.Collections.Generic.List`1 struct List_1_t3149535657; // DMCore.Logic.IdolAwardUnit/c__AnonStorey0 struct U3CAddAwardU3Ec__AnonStorey0_t649206353; // System.Predicate`1 struct Predicate_1_t2502755039; // DMCore.Logic.CAwardItem struct CAwardItem_t1677460915; // DMCore.Logic.IdolCardType struct IdolCardType_t677825537; // DMCore.Logic.IdolData struct IdolData_t118514082; // DMCore.Logic.IdolLevelCount struct IdolLevelCount_t694126592; // System.Collections.Generic.List`1 struct List_1_t395442325; // DMCore.Logic.IdolPlayerData struct IdolPlayerData_t1126670343; // DMCore.Logic.IdolRule struct IdolRule_t1690125706; // System.Collections.Generic.List`1 struct List_1_t900854338; // DMCore.Logic.IdolTaskGroup struct IdolTaskGroup_t2323648883; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t777561387; // DMCore.Logic.IdolTaskUnit struct IdolTaskUnit_t1888848056; // DMCore.Logic.IEffectWndBase struct IEffectWndBase_t3445273495; // DMCore.Logic.IntegralShopItem struct IntegralShopItem_t1896983926; // DMCore.Logic.InteractionPropItem struct InteractionPropItem_t3972394905; // DMCore.Logic.InviteInfo struct InviteInfo_t51784531; // DMCore.Logic.ITaskNavigatorBase struct ITaskNavigatorBase_t660573273; // DMCore.Logic.CRoomMananger struct CRoomMananger_t1058696229; // DMCore.Logic.ItemClickCallBack struct ItemClickCallBack_t457583679; // DMCore.Logic.OnItemClickBefore struct OnItemClickBefore_t888674743; // DMCore.Logic.OnItemClickEnd struct OnItemClickEnd_t3682481633; // DMCore.Logic.ITopListItem struct ITopListItem_t2042395262; // DMCore.Logic.JewelData struct JewelData_t899796350; // DMCore.Logic.LevelConfig struct LevelConfig_t3691592466; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1839659084; // DMCore.Logic.LevelUpAwardGroup struct LevelUpAwardGroup_t3168541245; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1198903465; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2213052562; // DMCore.Logic.LevelUpAwardList struct LevelUpAwardList_t2065957067; // DMCore.Logic.LevelUpAwardList/c__AnonStorey0 struct U3CAddU3Ec__AnonStorey0_t1076161066; // DMCore.Logic.LevelupStarInfo struct LevelupStarInfo_t831176484; // DMCore.Logic.LevelupStarInfo/StarTak[] struct StarTakU5BU5D_t3735320407; // DMCore.Logic.logicActivityPic struct logicActivityPic_t3113258227; // BetterList`1 struct BetterList_1_t3192665299; // DMCore.Logic.logicActivityPic/CActivityPicData struct CActivityPicData_t4037644981; // DMCore.Net.CNetServerConfig struct CNetServerConfig_t202072970; // DMCore.Logic.logicActivityPic/CActivityPicRealURLMsg struct CActivityPicRealURLMsg_t473978612; // DMCore.Framework.Thread.IWebGetMsgBase struct IWebGetMsgBase_t740935312; // DMCore.Framework.Thread.CThreadManager struct CThreadManager_t1155338034; // DMCore.Framework.Thread.IThreadMsg struct IThreadMsg_t995202025; // UnityEngine.Texture2D struct Texture2D_t3840446185; // System.Byte[] struct ByteU5BU5D_t4116647657; // DMCore.Logic.logicActivityPic/CActivityPicDownImageMsg struct CActivityPicDownImageMsg_t2092007834; // DMCore.Framework.Thread.CThreadMsgWebGet struct CThreadMsgWebGet_t2224858682; // DMCore.Logic.logicActivityPic/CActivityPicLocalLoadImageMsg struct CActivityPicLocalLoadImageMsg_t3362388355; // System.Text.Encoding struct Encoding_t1523322056; // System.Collections.Generic.List`1 struct List_1_t1214752427; // LitJson.JsonData struct JsonData_t1524858407; // DMCore.Logic.logicCardManager struct logicCardManager_t2956095708; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1306535103; // DMCore.Logic.CUserCardParams struct CUserCardParams_t243895319; // DMCore.Logic.CMenuManager struct CMenuManager_t3869721565; // DMCore.Logic.CChangeNameInfo struct CChangeNameInfo_t1998310127; // DMCore.Logic.CChangeNameManager struct CChangeNameManager_t2068867582; // DMCore.Logic.CMiscConfig struct CMiscConfig_t1694835947; // DMCore.Logic.OnChangeNameCallback struct OnChangeNameCallback_t2458829697; // DMCore.Logic.logicLoginBroadCast struct logicLoginBroadCast_t172751115; // DMCore.Logic.logicLoginBroadCast/CBroadCastRealURLMsg struct CBroadCastRealURLMsg_t3667388934; // DMCore.Logic.logicLoginBroadCast/CBroadCastTextMsg struct CBroadCastTextMsg_t2743237920; // DMCore.Logic.logicServerList struct logicServerList_t796012166; // DMCore.Logic.logicServerList/CBroadcastServerStateMsg struct CBroadcastServerStateMsg_t956703417; // DMCore.Logic.logicServerList/CLogicServerListDownload struct CLogicServerListDownload_t4239573039; // DMCore.Logic.CServerChoice struct CServerChoice_t1594647161; // DMCore.Logic.MagicWorkShopConfig struct MagicWorkShopConfig_t833590401; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4083476977; // System.Collections.Generic.List`1 struct List_1_t723336618; // DMCore.Framework.Resource.CResourceAdapter struct CResourceAdapter_t3687212940; // DMCore.Logic.MagicWSMatUnit struct MagicWSMatUnit_t2365652776; // System.Collections.Generic.List`1 struct List_1_t2386749172; // DMCore.Logic.MagicWSMaterialItem struct MagicWSMaterialItem_t914674430; // DMCore.Logic.MagicWorkShopMainManager struct MagicWorkShopMainManager_t420038521; // CDataModelMap struct CDataModelMap_t1093164792; // System.Collections.Generic.List`1 struct List_1_t2371871092; // DMCore.Logic.MagicWorkShopMainManager/OnConfirmChooseCloth struct OnConfirmChooseCloth_t3730002751; // DMCore.Logic.CItemData struct CItemData_t3599323914; // DMCore.Logic.CItemBase struct CItemBase_t2436786639; // DMCore.Logic.CItemManager struct CItemManager_t2289463753; // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager struct CRoleModelItem_SuitConfigManager_t3017667155; // DMCore.Framework.Scene.CRoleModelItem_SuitConfig struct CRoleModelItem_SuitConfig_t3912215432; // System.Collections.Generic.List`1 struct List_1_t2105510702; // DMCore.Framework.Scene.CRoleModelItem_JwelData struct CRoleModelItem_JwelData_t633435960; // DMCore.Framework.Scene.CRoleModel_Effect struct CRoleModel_Effect_t71978069; // DMCore.Logic.CPetManager struct CPetManager_t2941415134; // DMCore.Logic.CPet struct CPet_t2667050390; // DMCore.Logic.shopModel struct shopModel_t101745799; // DMCore.Framework.Scene.CRoleModelItem struct CRoleModelItem_t1608531946; // DMCore.Logic.CFragmentManager struct CFragmentManager_t4020029771; // DMCore.Logic.CFormula struct CFormula_t380767654; // DMCore.Logic.CShopManager struct CShopManager_t754298620; // DMCore.Logic.CShopConfig/GoodsConfig struct GoodsConfig_t1565846780; // DMCore.Logic.ChooseBuyUseBoxInfo struct ChooseBuyUseBoxInfo_t2600922063; // DMCore.Logic.ChooseBuyUseNumBoxController struct ChooseBuyUseNumBoxController_t2176104285; // DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount struct OnConfirmBuyAmount_t3515310033; // DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit struct OnCancelAndExit_t3571001794; // BalanceWnd struct BalanceWnd_t506785226; // ScenePersonalWndShop/OnClickMsgCallBack struct OnClickMsgCallBack_t2526724959; // DMCore.Logic.MayThemeInfo struct MayThemeInfo_t2325968778; // DMCore.Logic.MedalItem struct MedalItem_t720471580; // DMCore.Logic.MedalState struct MedalState_t493540488; // DMCore.Logic.MemberAwardConfig struct MemberAwardConfig_t2880806974; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1159320120; // System.Collections.Generic.List`1 struct List_1_t2270606789; // DMCore.Logic.MemberAwardUnit struct MemberAwardUnit_t798532047; // DMCore.Logic.MenuItemUnit struct MenuItemUnit_t3997586157; // DMCore.Logic.MessageLogInfoUnit struct MessageLogInfoUnit_t4080848674; // DMCore.Logic.MiscPropItem struct MiscPropItem_t2188545016; // DMCore.Logic.NoticeShopItem struct NoticeShopItem_t89006282; // DMCore.Logic.NoticeTask struct NoticeTask_t2932161791; // DMCore.Logic.NoticeTaskDetail struct NoticeTaskDetail_t2956906147; // DMCore.Logic.OnAccetpGiftsCallback struct OnAccetpGiftsCallback_t3618620664; // DMCore.Logic.OnRecieveGuide struct OnRecieveGuide_t1603197003; // DMCore.Logic.OnTipsWndVisibleChanged struct OnTipsWndVisibleChanged_t2417932079; // DMCore.Logic.PageTipsConfig struct PageTipsConfig_t1306579670; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2316837825; // DMCore.Logic.PageTipsData struct PageTipsData_t3428124494; // System.Int32[] struct Int32U5BU5D_t385246372; // DMCore.Logic.PageTipsManager struct PageTipsManager_t2228145721; // DMCore.Logic.PersonaliseConfig struct PersonaliseConfig_t2812043406; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3314469724; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t130789097; // DMCore.Logic.PersonaliseNode struct PersonaliseNode_t1242075766; // DMCore.Framework.XML.DMXmlDocument struct DMXmlDocument_t2468531415; // DMCore.Framework.XML.DMXmlNode struct DMXmlNode_t3958967524; // DMCore.Framework.XML.DMXmlNodeList struct DMXmlNodeList_t795971656; // DMCore.Logic.CPropEquipManager struct CPropEquipManager_t729741778; // System.Collections.Generic.List`1 struct List_1_t1538660838; // DMCore.Logic.CPropEquipManager/EquipPropInfo struct EquipPropInfo_t66586096; // UIAtlas struct UIAtlas_t3195533529; // DMCore.Logic.CTimerManager struct CTimerManager_t4186675208; // DMCore.Logic.TimerCallbackProcCP struct TimerCallbackProcCP_t1342316376; // UnityEngine.Collider struct Collider_t1773347010; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // DMCore.Logic.PetPropType struct PetPropType_t4007296616; // DMCore.Logic.PopularInfo struct PopularInfo_t1929720024; // DMCore.Logic.PosterDetail struct PosterDetail_t3313515474; // System.Collections.Generic.List`1 struct List_1_t2529903214; // DMCore.Logic.PosterDetailUnit struct PosterDetailUnit_t1057828472; // DMCore.Logic.PosterDetail/c__AnonStorey0 struct U3CGetInternalUnitU3Ec__AnonStorey0_t1041192399; // System.Predicate`1 struct Predicate_1_t1883122596; // System.Collections.Generic.List`1 struct List_1_t803870918; // DMCore.Logic.PosterDetailUnit/c__AnonStorey0 struct U3CGetEquipListBySexU3Ec__AnonStorey0_t4007384085; // System.Predicate`1 struct Predicate_1_t157090300; // DMCore.Logic.PosterDetailUnit/c__AnonStorey1 struct U3CAddDataU3Ec__AnonStorey1_t1142538239; // DMCore.Logic.PresentPropItem struct PresentPropItem_t3724880295; // DMCore.Logic.privateMsgArriva struct privateMsgArriva_t1101012311; // DMCore.Logic.CChatInfo struct CChatInfo_t4292626735; // DMCore.Logic.PublicSpeakerMessage struct PublicSpeakerMessage_t852809025; // DMCore.Logic.PveSweepManager struct PveSweepManager_t2545045145; // uiPveSweep struct uiPveSweep_t639168811; // DMCore.Logic.QuickChatConfig struct QuickChatConfig_t655384697; // DMCore.Logic.RankListInfo struct RankListInfo_t1858065448; // DMCore.Logic.RecSceneInfo struct RecSceneInfo_t579186702; // DMCore.Logic.RedBagInfo struct RedBagInfo_t3509930132; // System.Collections.Generic.List`1 struct List_1_t3682870713; // DMCore.Logic.RedBagMine struct RedBagMine_t2525936267; // DMCore.Logic.RedBagResult struct RedBagResult_t3297514483; // DMCore.Logic.RedBagUserInfo struct RedBagUserInfo_t2210795971; // DMCore.Logic.ReviewInfo struct ReviewInfo_t914837392; // System.Collections.Generic.List`1 struct List_1_t2571181400; // DMCore.Logic.RewardCount struct RewardCount_t3602402511; // DMCore.Logic.RewardCountInfo struct RewardCountInfo_t2296381704; // DMCore.Logic.RewardLevelInfo struct RewardLevelInfo_t2541679013; // System.Collections.Generic.List`1 struct List_1_t3768456446; // System.Xml.XmlNode struct XmlNode_t3767805227; // DMCore.Logic.HandBookCloth[] struct HandBookClothU5BU5D_t1955894525; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // DMCore.Logic.JewelData[] struct JewelDataU5BU5D_t3128985291; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2733324135; // DMCore.Logic.MagicWSMaterialItem[] struct MagicWSMaterialItemU5BU5D_t2234596171; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2800928763; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4097355377; // DMCore.Framework.Scene.CRoleModelItem_JwelData[] struct CRoleModelItem_JwelDataU5BU5D_t1185049833; // DMCore.Logic.CItemManager/CItemGroup[] struct CItemGroupU5BU5D_t344250011; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2488037245; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t132201056; // DMCore.CDataArray[] struct CDataArrayU5BU5D_t1895413476; // System.Collections.Generic.List`1 struct List_1_t913674750; // System.Int64[] struct Int64U5BU5D_t2559172825; // DMCore.Logic.CUserCardParams[] struct CUserCardParamsU5BU5D_t3435619758; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1548932026; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4206420385; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t193682082; // System.Threading.Mutex struct Mutex_t3066672582; // System.Collections.Generic.List`1 struct List_1_t13424132; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t255862997; // DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData struct roleModelItemEffectData_t1367149666; // DMCore.Logic.PersonaliseNode[] struct PersonaliseNodeU5BU5D_t2973759219; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2578098063; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // System.Collections.Generic.Dictionary`2[] struct Dictionary_2U5BU5D_t3682079572; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t3286418416; // DMCore.Logic.PageTipsData[] struct PageTipsDataU5BU5D_t1166580667; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t770919511; // DMCore.Logic.EmotionUnit/EmotionAnim[] struct EmotionAnimU5BU5D_t1837229132; // BetterList`1 struct BetterList_1_t2996838064; // DMCore.Logic.CPropEquipManager/EquipPropInfo[] struct EquipPropInfoU5BU5D_t1699673169; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3250266723; // DMCore.Framework.XML.DMXmlSerial struct DMXmlSerial_t1029243897; // BetterList`1 struct BetterList_1_t2935806958; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t133775218; // DMCore.Logic.CShopGroupBuyingData struct CShopGroupBuyingData_t1345810626; // DMCore.Logic.CShopManager/CShopItemGroup struct CShopItemGroup_t1245061887; // DMCore.Framework.Task.ITaskBase`1 struct ITaskBase_1_t1810328984; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t741555727; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2910090473; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1790591762; // BetterList`1 struct BetterList_1_t2105966071; // System.Predicate`1 struct Predicate_1_t2672744813; // UnityEngine.Material struct Material_t340375123; // DMCore.Framework.Scene.CRoleModelItem/stItemState struct stItemState_t244584211; // DMCore.Framework.Scene.ISceneNpcBase struct ISceneNpcBase_t3974693970; // System.Collections.Generic.List`1 struct List_1_t4139125132; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1411863853; // DMCore.Logic.CPetManager/UpgradeEffect struct UpgradeEffect_t3030226768; // DMCore.Logic.CPetManager/GetMaterial struct GetMaterial_t2269987281; // DMCore.Logic.MemberAwardUnit[] struct MemberAwardUnitU5BU5D_t4129122838; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t3029739912; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2634078756; // System.Collections.Generic.Queue`1 struct Queue_1_t2142380446; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1380571261; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3277249325; // CBetterSet`1> struct CBetterSet_1_t433888323; // CBetterSet`1> struct CBetterSet_1_t2134195988; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2163511669; // DMCore.Logic.IdleActionManager/CRoleIdleData[] struct CRoleIdleDataU5BU5D_t156405408; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t927206035; // DMCore.Logic.CAwardItem[] struct CAwardItemU5BU5D_t688006690; // DMCore.Logic.IdolAwardListItem[] struct IdolAwardListItemU5BU5D_t2558739205; // DMCore.Logic.IdolTaskUnit[] struct IdolTaskUnitU5BU5D_t2485151081; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2089489925; // DMCore.Logic.CurAbilityLevelCount[] struct CurAbilityLevelCountU5BU5D_t3627495942; // DMCore.Logic.logicActivityPic/CActivityPicData[] struct CActivityPicDataU5BU5D_t1084820184; // 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.GiftPackageItemCond[] struct GiftPackageItemCondU5BU5D_t800568518; // DMCore.Logic.GiftPackManager/OpenGiftCellCache[] struct OpenGiftCellCacheU5BU5D_t3260515083; // DMCore.Logic.GiftPackageItemUnit[] struct GiftPackageItemUnitU5BU5D_t62768427; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // DMCore.Logic.GiftPack[] struct GiftPackU5BU5D_t4140309694; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3744648538; // DMCore.Logic.CPropGroup[] struct CPropGroupU5BU5D_t555838530; // DMCore.Logic.LevelUpAwardType[] struct LevelUpAwardTypeU5BU5D_t629479439; // DMCore.Logic.LevelUpAwardList[] struct LevelUpAwardListU5BU5D_t445326250; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3363676220; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2937128655; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4284552512; // DMCore.Logic.RedBagUserInfo[] struct RedBagUserInfoU5BU5D_t3189544914; // DMCore.Logic.ThemeInfo[] struct ThemeInfoU5BU5D_t3636267735; // DMCore.Logic.RewardCountInfo[] struct RewardCountInfoU5BU5D_t3122131417; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2297708088; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t2089880993; // System.Collections.Generic.List`1 struct List_1_t427342430; // DMCore.Logic.DanceSceneManager/DanceSceneNode[] struct DanceSceneNodeU5BU5D_t3861804840; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t687096698; // DMCore.Logic.enumPersonPage[] struct enumPersonPageU5BU5D_t2446123689; // System.Collections.ArrayList struct ArrayList_t2718874744; // UnityEngine.AssetBundle struct AssetBundle_t1153907252; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1759717005; // BetterList`1 struct BetterList_1_t1380830171; // System.Collections.Generic.List`1 struct List_1_t3697884595; // System.Collections.Generic.List`1 struct List_1_t3662906633; // CBetterSet`1> struct CBetterSet_1_t1416977057; // DMCore.Framework.XML.DMXmlNode[] struct DMXmlNodeU5BU5D_t4275982093; // DMCore.CDataProperty[] struct CDataPropertyU5BU5D_t2570513173; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2174852017; // UnityEngine.Transform[] struct TransformU5BU5D_t807237628; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3952616640; // DMCore.Logic.CWndBase[] struct CWndBaseU5BU5D_t1803215854; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t4272208426; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3255078097; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t462506454; // CBetterSet`1> struct CBetterSet_1_t2914247844; // DMCore.Logic.CChatUserInfo struct CChatUserInfo_t74790139; // DMCore.Logic.CChatMessageInfo struct CChatMessageInfo_t3657869099; // DMCore.Logic.DynamicImageUnit[] struct DynamicImageUnitU5BU5D_t539984999; // DMCore.Logic.PosterDetailUnit[] struct PosterDetailUnitU5BU5D_t3370037417; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t220679050; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t4119985190; // DMCore.Logic.ItemData[] struct ItemDataU5BU5D_t1320061976; // DMCore.Logic.EquipUnit[] struct EquipUnitU5BU5D_t1003732465; // System.Collections.Generic.List`1> struct List_1_t3334856656; // DMCore.Logic.CAwardList[] struct CAwardListU5BU5D_t2898851490; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1972800638; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2982755238; // BetterList`1 struct BetterList_1_t1062474353; // DMCore.Logic.CSignInNewActivity/DayData[] struct DayDataU5BU5D_t71779116; // DMCore.Logic.CSignInNewActivity/TotalDayData[] struct TotalDayDataU5BU5D_t665389164; // DMCore.Logic.CSignInOldActivity/DayData[] struct DayDataU5BU5D_t42117713; // DMCore.Logic.CLevelActivity/LevelAward[] struct LevelAwardU5BU5D_t1036364349; // 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.Collections.Generic.List`1 struct List_1_t4056803065; // System.Void struct Void_t1185182177; // System.Collections.Generic.List`1 struct List_1_t981680073; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t663394087; // System.Collections.Generic.List`1 struct List_1_t3748361870; // BetterList`1 struct BetterList_1_t269126732; // System.Collections.Generic.List`1 struct List_1_t567124576; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Collections.Generic.List`1> struct List_1_t593568339; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t454560111; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1165792132; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t104342236; // System.Collections.Generic.List`1 struct List_1_t1441398424; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup struct TextUnitGroup_t1441580864; // 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; // DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmUseAmount struct OnConfirmUseAmount_t3345112943; // UnityEngine.WWW struct WWW_t3688466362; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Collections.Generic.List`1 struct List_1_t1237090056; // DMCore.Logic.CShareConfig/CShareInfo struct CShareInfo_t1190539625; // DMCore.Logic.CPindanManager/CPindanShop struct CPindanShop_t4113161522; // DMCore.Logic.CRoomMananger/RoomDetail struct RoomDetail_t2805919052; // System.Collections.Generic.List`1 struct List_1_t3609756528; // DMCore.Logic.CSingleRecharge/SingleRechargeGear[] struct SingleRechargeGearU5BU5D_t3409885172; // System.Collections.Generic.List`1 struct List_1_t817360128; // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918; // CAnimSite struct CAnimSite_t233742424; // CSkeletonSite struct CSkeletonSite_t1178137573; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1492992253; // System.Collections.Generic.List`1 struct List_1_t4136974863; // System.Collections.Generic.List`1 struct List_1_t3172176916; // DMCore.Net.CNetService struct CNetService_t1201271315; // DMCore.Framework.Movie.CAnimSystem struct CAnimSystem_t3541144328; // DMCore.Framework.CTimerCtrl struct CTimerCtrl_t297173612; // DMCore.Net.CNetMainLogic struct CNetMainLogic_t857650587; // DMCore.CAccManager struct CAccManager_t1454736772; // DMCore.ISoundManager struct ISoundManager_t434164892; // DMCore.DanceMode.CDanceManager struct CDanceManager_t448141780; // DMCore.Framework.Location.CLocationManager struct CLocationManager_t1346018200; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t976235305; // System.Collections.Generic.IList`1 struct IList_1_t3340178190; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t4068933393; // System.Collections.Generic.IList`1> struct IList_1_t1228139360; // System.Collections.Generic.List`1 struct List_1_t4014798088; // System.Collections.Generic.List`1> struct List_1_t169148262; // DMCore.Framework.Scene.CAvatarSite struct CAvatarSite_t1752665925; // DMCore.Framework.Scene.CRoleModelFace struct CRoleModelFace_t1285730091; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t497245277; // System.Collections.Generic.List`1 struct List_1_t1017553631; // DMCore.Framework.Scene.CPetModel struct CPetModel_t3783790547; // DMCore.Logic.CLocalSimulateRole struct CLocalSimulateRole_t4101146137; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // UITexture struct UITexture_t3471168817; // UILabel struct UILabel_t3248798549; // DMCore.Logic.CShopItemData struct CShopItemData_t2542723346; // uiBtnList struct uiBtnList_t3771050923; // ItemPageGroup struct ItemPageGroup_t3769455068; // DetailWnd struct DetailWnd_t3732401977; // ScenePersonalPkgList struct ScenePersonalPkgList_t4044424073; // AmountWnd struct AmountWnd_t1885830546; // System.Collections.Generic.List`1 struct List_1_t2959980932; // UnityEngine.AudioClip struct AudioClip_t3680889665; // UnityEngine.Texture struct Texture_t3661962703; // UIPanel struct UIPanel_t1716472341; // UIGeometry struct UIGeometry_t1059483952; // System.Collections.Generic.List`1 struct List_1_t72704565; // System.Collections.Specialized.OrderedDictionary struct OrderedDictionary_t2617496293; // BetterList`1 struct BetterList_1_t2693542243; // BetterList`1 struct BetterList_1_t3790362737; // BetterList`1 struct BetterList_1_t448425637; // BetterList`1 struct BetterList_1_t2877333782; // BetterList`1 struct BetterList_1_t2474049255; // BetterList`1 struct BetterList_1_t1311249841; // BetterList`1 struct BetterList_1_t1755521610; // System.Single[] struct SingleU5BU5D_t1444911251; // System.Collections.Generic.List`1 struct List_1_t777473367; // UIPanel[] struct UIPanelU5BU5D_t1463265784; // BetterList`1 struct BetterList_1_t1563739553; // System.Comparison`1 struct Comparison_1_t3313453104; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2611026795; // System.Collections.Generic.List`1 struct List_1_t1200078896; // UnityEngine.Animation struct Animation_t3648466861; // UIAtlas/Sprite struct Sprite_t2895597119; extern RuntimeClass* Queue_1_t3914457535_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2585711361_il2cpp_TypeInfo_var; extern const RuntimeMethod* Queue_1__ctor_m420899349_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3526297712_RuntimeMethod_var; extern const uint32_t CWndBase__ctor_m373953814_MetadataUsageId; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* CWndController_t749709641_il2cpp_TypeInfo_var; extern const uint32_t CWndBase_GetUI_m751530230_MetadataUsageId; extern RuntimeClass* CMiscHelp_t3597884754_il2cpp_TypeInfo_var; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern RuntimeClass* CUIHelp_t1606002733_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t2213356286_il2cpp_TypeInfo_var; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m2421856840_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildrenComponentRecursively_TisUIStretch_t3058335968_m1611398864_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_get_Item_m3877373980_RuntimeMethod_var; extern const uint32_t CWndBase_InitUI_m244439596_MetadataUsageId; extern RuntimeClass* CUIPkgService_t1582475416_il2cpp_TypeInfo_var; extern const uint32_t CWndBase_DestroyUI_m1647922688_MetadataUsageId; extern RuntimeClass* CWndConfig_t982602484_il2cpp_TypeInfo_var; extern const uint32_t CWndBase_GetWndName_m2795522574_MetadataUsageId; extern const uint32_t CWndBase_GetPrefabName_m315662110_MetadataUsageId; extern const uint32_t CWndBase_GetMonoScriptName_m3183643141_MetadataUsageId; extern const uint32_t CWndBase_AdjustWndDepth_m334771164_MetadataUsageId; extern RuntimeClass* CWndDescription_t3003093839_il2cpp_TypeInfo_var; extern const uint32_t CWndBase_GetDescription_m2909989618_MetadataUsageId; extern const RuntimeMethod* Queue_1_Enqueue_m278417841_RuntimeMethod_var; extern const uint32_t CWndBase_SetCustomParam_m845516219_MetadataUsageId; extern const RuntimeMethod* Queue_1_get_Count_m812928177_RuntimeMethod_var; extern const RuntimeMethod* Queue_1_Dequeue_m6356120_RuntimeMethod_var; extern const uint32_t CWndBase_GetCustomParam_m1799879963_MetadataUsageId; extern const RuntimeMethod* List_1_Contains_m4222374550_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m989991498_RuntimeMethod_var; extern const uint32_t CWndBase_SetAnimationRoot_m230946585_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1694959599_il2cpp_TypeInfo_var; extern RuntimeClass* CLocalizationManager_t2604768345_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1517660855_RuntimeMethod_var; extern String_t* _stringLiteral1279988817; extern const uint32_t CWndConfig__ctor_m2038115704_MetadataUsageId; extern const uint32_t CWndConfig_GetInstance_m481647544_MetadataUsageId; extern String_t* _stringLiteral772496043; extern String_t* _stringLiteral4009191806; extern String_t* _stringLiteral3102179997; extern String_t* _stringLiteral1632515126; extern String_t* _stringLiteral2814027983; extern String_t* _stringLiteral446681799; extern const uint32_t CWndConfig_GetWndDescription_m1405716486_MetadataUsageId; extern String_t* _stringLiteral3892425034; extern const uint32_t CWndConfig_GetWndName_m3733023709_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m2239874652_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m426899978_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1412358281_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m4207901721_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1038192287_RuntimeMethod_var; extern String_t* _stringLiteral3243520166; extern const uint32_t CWndConfig_GetPrefabName_m3637433337_MetadataUsageId; extern String_t* _stringLiteral3977388916; extern String_t* _stringLiteral1179590645; extern const uint32_t CWndConfig_GetPrefabName_m1418292420_MetadataUsageId; extern String_t* _stringLiteral4086615427; extern const uint32_t CWndConfig_GetScriptName_m2438910670_MetadataUsageId; extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern const uint32_t CWndConfig_GetLocalizedPrefabList_m2130500666_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Keys_m3423292848_RuntimeMethod_var; extern const uint32_t CWndConfig_get_WndIDList_m4171569753_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1644877753_RuntimeMethod_var; extern const uint32_t CWndConfig__GetPageInfo_m1585972863_MetadataUsageId; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3348867592; extern const uint32_t CWndConfig__LoadFromLocal_m3417922943_MetadataUsageId; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* CDataProperty_t2806246268_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Clear_m4112985529_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m602988468_RuntimeMethod_var; extern String_t* _stringLiteral2949236148; extern String_t* _stringLiteral3456546791; extern const uint32_t CWndConfig__OnLoad_m568120624_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3999618383_il2cpp_TypeInfo_var; extern RuntimeClass* CWndBase_t3050027735_il2cpp_TypeInfo_var; extern RuntimeClass* UIWndStack_t3738908003_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3385622220_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m161680736_RuntimeMethod_var; extern const RuntimeMethod* KeyCollection_GetEnumerator_m1471352627_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3590314930_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2778089198_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2657681812_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m4193547877_RuntimeMethod_var; extern const uint32_t CWndController__ctor_m3998243365_MetadataUsageId; extern const uint32_t CWndController_GetInstance_m4155889192_MetadataUsageId; extern RuntimeClass* CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2235429914; extern const uint32_t CWndController_ShowUI_m3552255067_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m1120947885_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m2997287878_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1594297018_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m179891610_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1822191345_RuntimeMethod_var; extern const uint32_t CWndController_Clear_m205881840_MetadataUsageId; extern const uint32_t CWndController_IsExistEx_m3924165208_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Add_m3184925404_RuntimeMethod_var; extern const uint32_t CWndController_AddSceneBG_m2951648699_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3902732185_RuntimeMethod_var; extern const uint32_t CWndController_CreateDelayBindWnd_m1486584967_MetadataUsageId; extern const uint32_t CWndController_PushPageCache_m2902029322_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponentsInChildren_TisUIStretch_t3058335968_m1115373642_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponentsInChildren_TisUIAnchor_t2527798900_m2230085053_RuntimeMethod_var; extern const uint32_t CWndController_DoWithWndEnable_m2191996108_MetadataUsageId; extern const RuntimeMethod* Action_2_Invoke_m3372764685_RuntimeMethod_var; extern const uint32_t CWndController_ForEachExistWnd_m3749110966_MetadataUsageId; extern const uint32_t CWndController_ChangePage_m2787250430_MetadataUsageId; extern const uint32_t CWndController_DoOpenNewPage_m308019260_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern RuntimeClass* CAppOSHelp_t338788720_il2cpp_TypeInfo_var; extern RuntimeClass* CSignsManager_t1825583579_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m629123126_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m767911462_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m607252328_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m2892137574_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1720589227_RuntimeMethod_var; extern String_t* _stringLiteral3044938454; extern const uint32_t CWndController_DoOpenNewPageEnd_m1199809479_MetadataUsageId; extern const uint32_t CWndController_FindDelayBindWnd_m1596504395_MetadataUsageId; extern const uint32_t CWndController_GetWndTypeSafe_m2351216305_MetadataUsageId; extern String_t* _stringLiteral1021638907; extern String_t* _stringLiteral3856504287; extern const uint32_t CWndController_Notify_m3898823830_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m77021858_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2491728134_RuntimeMethod_var; extern const uint32_t CWndController_PlayWndEffect_m3144106729_MetadataUsageId; extern RuntimeClass* BetterList_1_t1319896726_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m1597451403_RuntimeMethod_var; extern const uint32_t UIWndStack__ctor_m2627482954_MetadataUsageId; extern const RuntimeMethod* BetterList_1_get_Item_m960213304_RuntimeMethod_var; extern const uint32_t UIWndStack_IsExist_m3606385611_MetadataUsageId; extern RuntimeClass* Comparison_1_t1939807587_il2cpp_TypeInfo_var; extern RuntimeClass* Common_t3802143103_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_Add_m2355985310_RuntimeMethod_var; extern const RuntimeMethod* UIWndStack_SortFunctor_m3425688177_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m1851185854_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Sort_m3908694908_RuntimeMethod_var; extern const uint32_t UIWndStack_Push_m3605013023_MetadataUsageId; extern const uint32_t UIWndStack_SortFunctor_m3425688177_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Remove_m1591687420_RuntimeMethod_var; extern const uint32_t UIWndStack_Pop_m344706053_MetadataUsageId; extern const RuntimeMethod* BetterList_1_RemoveAt_m1569920014_RuntimeMethod_var; extern const uint32_t UIWndStack_ChangeMainPage_m1215969198_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Clear_m3805180168_RuntimeMethod_var; extern const uint32_t UIWndStack_PopAll_m1271262479_MetadataUsageId; extern const uint32_t UIWndStack_SetAllVisible_m3466958186_MetadataUsageId; extern const uint32_t UIWndStack_ClearInternal_m3220556915_MetadataUsageId; extern const uint32_t UIWndStack_get_Top_m4133647772_MetadataUsageId; extern const uint32_t CWndDescription__ctor_m1345213544_MetadataUsageId; extern RuntimeClass* CDataModelInt_t3463393640_il2cpp_TypeInfo_var; extern const uint32_t DailyAdGiftManager__ctor_m852174777_MetadataUsageId; extern RuntimeClass* DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var; extern const uint32_t DailyAdGiftManager_get_Instance_m1800354374_MetadataUsageId; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2726805279; extern String_t* _stringLiteral3404604511; extern String_t* _stringLiteral3318889030; extern String_t* _stringLiteral313001647; extern String_t* _stringLiteral164869235; extern String_t* _stringLiteral612649235; extern String_t* _stringLiteral781642223; extern String_t* _stringLiteral232902786; extern String_t* _stringLiteral3787497745; extern String_t* _stringLiteral3162256314; extern const uint32_t DailyAdGiftManager_ResAward_m2354455138_MetadataUsageId; extern String_t* _stringLiteral2721070335; extern const uint32_t DailyAdGiftManager_ResDailyGiftInfo_m356389102_MetadataUsageId; extern String_t* _stringLiteral1059908597; extern const uint32_t DailyAdGiftManager_GetRemainingTimes_m3761249050_MetadataUsageId; extern const uint32_t DailyAdGiftManager_GetRemainingSeconds_m3222005225_MetadataUsageId; extern const uint32_t DailyAdGiftManager__cctor_m682209121_MetadataUsageId; extern RuntimeClass* List_1_t876647579_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m199432366_RuntimeMethod_var; extern String_t* _stringLiteral2042736727; extern const uint32_t DanceSceneManager__ctor_m238653290_MetadataUsageId; extern RuntimeClass* DanceSceneManager_t2271493662_il2cpp_TypeInfo_var; extern const uint32_t DanceSceneManager_GetInstance_m2797443555_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m3681248901_RuntimeMethod_var; extern const uint32_t DanceSceneManager_GetWaitingRoomCount_m2768799282_MetadataUsageId; extern RuntimeClass* List_1_t128053199_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1628857705_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2563726809_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m697420525_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m186164705_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m888956288_RuntimeMethod_var; extern const uint32_t DanceSceneManager_GetRamdonChatRoomIndex_m90766515_MetadataUsageId; extern const uint32_t DanceSceneManager_IsCurrenChatRoomScene_m3266751411_MetadataUsageId; extern String_t* _stringLiteral2795995192; extern const uint32_t DanceSceneManager_GetWaitingRoomInfo_m2027725903_MetadataUsageId; extern const uint32_t DanceSceneManager_CheckWaittingSceneID_m1141461945_MetadataUsageId; extern const uint32_t DanceSceneManager_CheckDanceSceneID_m2578942959_MetadataUsageId; extern const uint32_t DanceSceneManager_GetSceneCount_m691711407_MetadataUsageId; extern const uint32_t DanceSceneManager_GetSceneIndex_m2945287405_MetadataUsageId; extern const uint32_t DanceSceneManager_GetSceneID_m1657241878_MetadataUsageId; extern const uint32_t DanceSceneManager_GetSceneName_m1670518986_MetadataUsageId; extern const uint32_t DanceSceneManager_GetSceneNameByID_m3688363352_MetadataUsageId; extern const uint32_t DanceSceneManager_GetSceneImagePath_m1711519686_MetadataUsageId; extern String_t* _stringLiteral3452614529; extern String_t* _stringLiteral2708045721; extern const uint32_t DanceSceneManager_GetModifiedSceneResPath_m1618400470_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m559895114_RuntimeMethod_var; extern const uint32_t DanceSceneManager_Clear_m3633389686_MetadataUsageId; extern RuntimeClass* DanceSceneNode_t3699540133_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m38749794_RuntimeMethod_var; extern String_t* _stringLiteral774905659; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral3202063575; extern String_t* _stringLiteral1567578470; extern String_t* _stringLiteral2570825119; extern String_t* _stringLiteral1834347427; extern const uint32_t DanceSceneManager_OnLoad_m3716105752_MetadataUsageId; extern const uint32_t DanceSceneManager_set_IsRandomSuccess_m1948583432_MetadataUsageId; extern const uint32_t DanceSceneManager_get_IsRandomSuccess_m2864300750_MetadataUsageId; extern const uint32_t DanceSceneManager_set_IsRandomLocal_m924394366_MetadataUsageId; extern const uint32_t DanceSceneManager_get_IsRandomLocal_m3976810516_MetadataUsageId; extern const uint32_t DanceSceneManager_set_ActiveIndex_m1220863014_MetadataUsageId; extern const uint32_t DanceSceneManager_get_ActiveIndex_m730377439_MetadataUsageId; extern const uint32_t DanceSceneManager__cctor_m1778111201_MetadataUsageId; extern const uint32_t DanceSceneNode__ctor_m767155991_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2392779486_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2718510314_RuntimeMethod_var; extern const uint32_t DisplayData__ctor_m3848236099_MetadataUsageId; extern RuntimeClass* List_1_t3504066155_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2181272462_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1413971899_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3875909350_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m4263693711_RuntimeMethod_var; extern const uint32_t DisplayData_AddItemData_m2116531372_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Keys_m81772567_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3641213752_RuntimeMethod_var; extern const uint32_t DisplayData_getKeys_m3248739239_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1902213985_RuntimeMethod_var; extern const uint32_t DisplayData_GetListCount_m4197885781_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m1124127163_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2738989270_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2095509361_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m2211205075_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m916878861_RuntimeMethod_var; extern const uint32_t DisplayData_GetAllCount_m2603568661_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m11794484_RuntimeMethod_var; extern const uint32_t DisplayData_GetItem_m1238220570_MetadataUsageId; extern RuntimeClass* List_1_t2207029000_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1533191995_RuntimeMethod_var; extern const uint32_t DynamicImageGroup__ctor_m1806332429_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m377944293_RuntimeMethod_var; extern const uint32_t DynamicImageGroup_Clear_m2436617999_MetadataUsageId; extern RuntimeClass* DynamicImageUnit_t734954258_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m3425470909_RuntimeMethod_var; extern String_t* _stringLiteral758055268; extern const uint32_t DynamicImageGroup_Deserial_m3458748229_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m666695078_RuntimeMethod_var; extern const uint32_t DynamicImageGroup_GetImageCount_m938571176_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2295356724_RuntimeMethod_var; extern const uint32_t DynamicImageGroup_GetImageUnitByIndex_m3021708800_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const uint32_t DynamicImageGroup_GetRandomImageUnit_m49610753_MetadataUsageId; extern const uint32_t DynamicImageUnit__ctor_m2139619619_MetadataUsageId; extern String_t* _stringLiteral1610285846; extern String_t* _stringLiteral2708901991; extern String_t* _stringLiteral1208762989; extern const uint32_t DynamicImageUnit_Deserial_m3860163920_MetadataUsageId; extern const uint32_t EmotionData__ctor_m3094200013_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1573853544_RuntimeMethod_var; extern const uint32_t EmotionUnit_IfExistAnim_m2005143404_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m331339614_RuntimeMethod_var; extern const uint32_t EmotionUnit_OnTick_m1597822141_MetadataUsageId; extern RuntimeClass* List_1_t2927442759_il2cpp_TypeInfo_var; extern RuntimeClass* EmotionAnim_t1455368017_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m59729525_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m4036466285_RuntimeMethod_var; extern const uint32_t EmotionUnit_ParseAnimList_m1350451622_MetadataUsageId; extern const uint32_t EmotionAnim__ctor_m3609542194_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisBoxCollider_t1640800422_m4104100802_RuntimeMethod_var; extern const uint32_t EmotionAnim_OnTick_m3064866283_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1244386375; extern String_t* _stringLiteral63249541; extern String_t* _stringLiteral265182918; extern String_t* _stringLiteral1245816270; extern String_t* _stringLiteral3347243203; extern String_t* _stringLiteral3655972018; extern String_t* _stringLiteral1757920701; extern String_t* _stringLiteral2796726644; extern const uint32_t EmotionAnim_ParseXml_m3693626490_MetadataUsageId; extern RuntimeClass* CAwardList_t4094041907_il2cpp_TypeInfo_var; extern const uint32_t GameRewardInfo__ctor_m3054583983_MetadataUsageId; extern RuntimeClass* CThreadLock_t3315856551_il2cpp_TypeInfo_var; extern const uint32_t GetItemWndManager__ctor_m1870837532_MetadataUsageId; extern RuntimeClass* GetItemWndManager_t2644942713_il2cpp_TypeInfo_var; extern const uint32_t GetItemWndManager_GetInstance_m3443230042_MetadataUsageId; extern const uint32_t GetItemWndManager_Push_m3265675404_MetadataUsageId; extern RuntimeClass* List_1_t1245305487_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1631382779_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3433441791_RuntimeMethod_var; extern const uint32_t GetItemWndManager_Pop_m1460094763_MetadataUsageId; extern const RuntimeMethod* Queue_1_Clear_m318233176_RuntimeMethod_var; extern const uint32_t GetItemWndManager_Clear_m841362722_MetadataUsageId; extern RuntimeClass* CRoot_t1043641654_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisuiMonoItemGet_t3694640406_m1900648848_RuntimeMethod_var; extern String_t* _stringLiteral840214861; extern const uint32_t GetItemWndManager_OnTryExecuteHead_m4152955412_MetadataUsageId; extern const uint32_t GetItemWndManager_GetItemShowCount_m3789829154_MetadataUsageId; extern const uint32_t GetItemWndManager__cctor_m3612154369_MetadataUsageId; extern RuntimeClass* List_1_t1414438697_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3591709643_RuntimeMethod_var; extern const uint32_t GiftInfoNode__ctor_m1125999439_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m3385312625_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m946151057_RuntimeMethod_var; extern const uint32_t GiftPack_GetItem_m2764282186_MetadataUsageId; extern RuntimeClass* GiftPack_t4141643335_il2cpp_TypeInfo_var; extern const uint32_t GiftPack_Create_m2756921634_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3030356666_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2684960471_RuntimeMethod_var; extern const uint32_t GiftPackManager__ctor_m2039755730_MetadataUsageId; extern RuntimeClass* GiftPackManager_t105297562_il2cpp_TypeInfo_var; extern const uint32_t GiftPackManager_GetInstance_m1502918467_MetadataUsageId; extern RuntimeClass* CShopManager_t754298620_il2cpp_TypeInfo_var; extern RuntimeClass* CPropManager_t2238730194_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3698826037; extern const uint32_t GiftPackManager_WhetherGiftConfigID_m1163201836_MetadataUsageId; extern String_t* _stringLiteral3220737639; extern const uint32_t GiftPackManager_GetItemDesc_m2894438800_MetadataUsageId; extern const uint32_t GiftPackManager_GetItemOwnAmount_m2362470272_MetadataUsageId; extern RuntimeClass* ScenePersonalWndMyPackage_t3287570987_il2cpp_TypeInfo_var; extern const uint32_t GiftPackManager_GetCurPkgAmount_m1995050138_MetadataUsageId; extern const uint32_t GiftPackManager_OpenGiftInfoPanel_m3462154806_MetadataUsageId; extern RuntimeClass* List_1_t93448756_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m810526549_RuntimeMethod_var; extern const uint32_t GiftPackManager_OpenOpenGiftPanel_m3345527190_MetadataUsageId; extern RuntimeClass* U3COnChooseU3Ec__AnonStorey0_t2357546869_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t3741635434_il2cpp_TypeInfo_var; extern RuntimeClass* OpenGiftCellCache_t2916341310_il2cpp_TypeInfo_var; extern const RuntimeMethod* Action_1_Invoke_m1933767679_RuntimeMethod_var; extern const RuntimeMethod* U3COnChooseU3Ec__AnonStorey0_U3CU3Em__0_m3853933362_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m3642906406_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m1174588338_RuntimeMethod_var; extern const RuntimeMethod* List_1_Remove_m1511768143_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m634062642_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m671893200_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m435304123_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m299325911_RuntimeMethod_var; extern const uint32_t GiftPackManager_OnChoose_m3487049126_MetadataUsageId; extern const RuntimeMethod* List_1_GetEnumerator_m2384019349_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1220181548_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m34704373_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m819972640_RuntimeMethod_var; extern const RuntimeMethod* Action_4_Invoke_m3586767312_RuntimeMethod_var; extern String_t* _stringLiteral3342716985; extern const uint32_t GiftPackManager_OpenGift_m3139793284_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m3455714062_RuntimeMethod_var; extern const uint32_t GiftPackManager_ShowGiftInfo_m239472186_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2573018510_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2489995766_RuntimeMethod_var; extern const uint32_t GiftPackManager_FindGiftPackItem_m1413737438_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Add_m1553271430_RuntimeMethod_var; extern const uint32_t GiftPackManager_AddGiftPackItemInfo_m1047681245_MetadataUsageId; extern RuntimeClass* List_1_t3948706452_il2cpp_TypeInfo_var; extern RuntimeClass* GiftPackageItemUnit_t2476631710_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3115654357_il2cpp_TypeInfo_var; extern RuntimeClass* GiftPackageItemCond_t1643579615_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3522443055_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3734009763_RuntimeMethod_var; extern const RuntimeMethod* List_1_Insert_m606765397_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3960357953_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m4016680573_RuntimeMethod_var; extern const uint32_t GiftPackManager_ResponseGiftPackData_m3971814867_MetadataUsageId; extern RuntimeClass* CDataModelList_t1133308508_il2cpp_TypeInfo_var; extern RuntimeClass* CDataModelBool_t2269476966_il2cpp_TypeInfo_var; extern const uint32_t GiftPreviewManager__ctor_m3945211011_MetadataUsageId; extern RuntimeClass* GiftPreviewManager_t1802147059_il2cpp_TypeInfo_var; extern const uint32_t GiftPreviewManager_GetInstance_m2370763973_MetadataUsageId; extern const uint32_t GiftPreviewManager_ShowGiftPreviewUI_m3684653406_MetadataUsageId; extern const uint32_t GiftPreviewManager_WhetherGiftConfigID_m1182202545_MetadataUsageId; extern RuntimeClass* CDataArray_t4068198041_il2cpp_TypeInfo_var; extern const uint32_t GiftPreviewManager_RequestGiftPackageInfo_m2921700475_MetadataUsageId; extern const uint32_t GuessPlayerInfo__ctor_m3278339825_MetadataUsageId; extern const uint32_t IActivityDetail__ctor_m388126163_MetadataUsageId; extern RuntimeClass* CWaitForMore_t666167450_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityGiftExchange_t3688160743_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityFstRechargeAward_t3016216232_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityNewPlayerAward_t1404183044_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityLoginAward_t3031667711_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityOnlineAward_t2196803351_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityFirstWinAward_t3247053799_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityDoubleAward_t4125973165_il2cpp_TypeInfo_var; extern RuntimeClass* CCardActivity_t3069918458_il2cpp_TypeInfo_var; extern RuntimeClass* CSignActivity_t1266033543_il2cpp_TypeInfo_var; extern RuntimeClass* CLevelActivity_t548503325_il2cpp_TypeInfo_var; extern RuntimeClass* CValentineDayActivity_t113172419_il2cpp_TypeInfo_var; extern RuntimeClass* CNewYearEveActivity_t2183115469_il2cpp_TypeInfo_var; extern RuntimeClass* CSignInOldActivity_t331747599_il2cpp_TypeInfo_var; extern RuntimeClass* CSignInNewActivity_t3409025969_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityDayRechargeAward_t82265295_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityInGuild_t1757525966_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityComulRechargeAward_t2785293014_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityItemExchange_t3204638597_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityTreviDiscount_t158506824_il2cpp_TypeInfo_var; extern RuntimeClass* CActivitySingleRechargeDiscount_t4174052191_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityAccumulateRechargeDiscount_t2971967542_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityAccumulateUseSpeaker_t4044246813_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityAccumulateGoldWish_t2430718643_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityAccumulateDiamondWish_t438278327_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityMember_t197843331_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityBuyGiftPackage_t3637356948_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityGrowthFund_t4140851644_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityGroupBuyAward_t3359834676_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityFortuneCat_t237126772_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityRechargeRebate_t3881262342_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityKeepLogin_t2171871959_il2cpp_TypeInfo_var; extern RuntimeClass* CNewPlayerShop_t3427367769_il2cpp_TypeInfo_var; extern RuntimeClass* CProExchange_t1749490918_il2cpp_TypeInfo_var; extern RuntimeClass* CSingleRecharge_t1836391149_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityRankList_t2479161682_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityContinuousRecharge_t3949446369_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityConfig_t3711341450_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityAwardSingleLevel_t347963756_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityAwardTemplete_t911309464_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityAwardTempleteWithMoney_t3414704044_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityAdvertiseModel_t1405265788_il2cpp_TypeInfo_var; extern const uint32_t IActivityDetail_Create_m4169221339_MetadataUsageId; extern RuntimeClass* SortKeyInfo_1_t3619707304_il2cpp_TypeInfo_var; extern const RuntimeMethod* CAwardInfo_1_get_AwardState_m1600705444_RuntimeMethod_var; extern const RuntimeMethod* SortKeyInfo_1__ctor_m1394869830_RuntimeMethod_var; extern const RuntimeMethod* CAwardInfo_1_get_Condition_m4201108481_RuntimeMethod_var; extern const RuntimeMethod* CSortTemplete_SortFunctor2_TisInt32_t2950945753_m1838322212_RuntimeMethod_var; extern const uint32_t IActivityDetail_SortFunctor_Int_m1636188121_MetadataUsageId; extern RuntimeClass* SortKeyInfo_1_t2066028325_il2cpp_TypeInfo_var; extern const RuntimeMethod* CAwardInfo_1_get_AwardState_m4085009958_RuntimeMethod_var; extern const RuntimeMethod* SortKeyInfo_1__ctor_m3852685757_RuntimeMethod_var; extern const RuntimeMethod* CAwardInfo_1_get_Condition_m808477994_RuntimeMethod_var; extern const RuntimeMethod* CSortTemplete_SortFunctor2_TisSingle_t1397266774_m3073952757_RuntimeMethod_var; extern const uint32_t IActivityDetail_SortFunctor_Float_m1270804705_MetadataUsageId; extern RuntimeClass* CAttachMentGoods_t4204413466_il2cpp_TypeInfo_var; extern RuntimeClass* CAttachMentGold_t1776976439_il2cpp_TypeInfo_var; extern const uint32_t IAttachMent_Alloc_m98142390_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2625280635_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2735467829_il2cpp_TypeInfo_var; extern RuntimeClass* IdleActionManager_t2375494644_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2807742409_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1060150506_RuntimeMethod_var; extern const uint32_t IdleActionManager__ctor_m4229015629_MetadataUsageId; extern const uint32_t IdleActionManager_GetInstance_m1506258501_MetadataUsageId; extern RuntimeClass* CRoleIdleData_t1672828045_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m1794472936_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m591299754_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2064903583_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m690252675_RuntimeMethod_var; extern String_t* _stringLiteral2601265189; extern String_t* _stringLiteral809494744; extern const uint32_t IdleActionManager_OnTick_m920841233_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m4293935587_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m4198844318_RuntimeMethod_var; extern const uint32_t IdleActionManager_ClearAll_m2160872868_MetadataUsageId; extern RuntimeClass* ISceneRole_t2394225724_il2cpp_TypeInfo_var; extern RuntimeClass* OnEventCall_t3758354630_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m2099378411_RuntimeMethod_var; extern const RuntimeMethod* IdleActionManager_OnRolesIdleAnimEnd_m3299864328_RuntimeMethod_var; extern const uint32_t IdleActionManager_PlayRolesRandomIdleAction_m646549414_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2358343581_RuntimeMethod_var; extern const uint32_t IdleActionManager_OnRolesIdleAnimEnd_m3299864328_MetadataUsageId; extern const uint32_t IdleActionManager_OnIdleAnimEnd_m2172677994_MetadataUsageId; extern const uint32_t IdleActionManager_GetNextTime_m1917245924_MetadataUsageId; extern RuntimeClass* RoleActionConfig_t1403548228_il2cpp_TypeInfo_var; extern const uint32_t IdleActionManager__cctor_m2880021680_MetadataUsageId; extern const uint32_t IdolAwardListItem__ctor_m3262986748_MetadataUsageId; extern RuntimeClass* List_1_t3149535657_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m4254788256_RuntimeMethod_var; extern const uint32_t IdolAwardUnit__ctor_m1570197238_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1914676108_RuntimeMethod_var; extern const uint32_t IdolAwardUnit_Clear_m3553956196_MetadataUsageId; extern RuntimeClass* U3CAddAwardU3Ec__AnonStorey0_t649206353_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t2502755039_il2cpp_TypeInfo_var; extern RuntimeClass* CAwardItem_t1677460915_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CAddAwardU3Ec__AnonStorey0_U3CU3Em__0_m1791500512_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m178013857_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m995118229_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1312316922_RuntimeMethod_var; extern const uint32_t IdolAwardUnit_AddAward_m98934405_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m4066367249_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1292331707_RuntimeMethod_var; extern const uint32_t IdolAwardUnit_GetItemByIndex_m2754425377_MetadataUsageId; extern const uint32_t IdolAwardUnit_GetAwardCount_m2194050054_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m3937875529_RuntimeMethod_var; extern const uint32_t IdolLevelCount_get_curAbilityDataCount_m1137121408_MetadataUsageId; extern RuntimeClass* List_1_t900854338_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2740049394_RuntimeMethod_var; extern const uint32_t IdolRule__ctor_m247886374_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m3731704339_RuntimeMethod_var; extern const uint32_t IdolRule_Clear_m4254400319_MetadataUsageId; extern RuntimeClass* Dictionary_2_t777561387_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4192695759_RuntimeMethod_var; extern const uint32_t IdolTaskGroup__ctor_m2939404310_MetadataUsageId; extern RuntimeClass* IdolTaskUnit_t1888848056_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3750915828_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m3876238097_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m2316298930_RuntimeMethod_var; extern const uint32_t IdolTaskGroup_GetTaskUnit_m142920294_MetadataUsageId; extern const uint32_t IdolTaskUnit__ctor_m3767892923_MetadataUsageId; extern const uint32_t ITaskNavigatorBase_ShowTargetUI_m3501659180_MetadataUsageId; extern RuntimeClass* CRoomMananger_t1058696229_il2cpp_TypeInfo_var; extern RuntimeClass* CDanceModeManager_t745595461_il2cpp_TypeInfo_var; extern const uint32_t ITaskNavigatorBase_EnterDanceRoom_m3879537981_MetadataUsageId; extern RuntimeClass* CKDDeviceService_t1823984140_il2cpp_TypeInfo_var; extern const uint32_t ITopListItem_get__userID_m2298822713_MetadataUsageId; extern const uint32_t JewelData__ctor_m1813136896_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1839659084_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m636942458_RuntimeMethod_var; extern String_t* _stringLiteral3867376395; extern const uint32_t LevelConfig__ctor_m4231403815_MetadataUsageId; extern RuntimeClass* LevelConfig_t3691592466_il2cpp_TypeInfo_var; extern const uint32_t LevelConfig_GetInstance_m3605955231_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m722743141_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m46612669_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1665413869_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3739686686_RuntimeMethod_var; extern const uint32_t LevelConfig_GetLevelFromExp_m2250634703_MetadataUsageId; extern const uint32_t LevelConfig_GetGuildLevelFromExp_m554796823_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m1702443365_RuntimeMethod_var; extern const uint32_t LevelConfig_Clear_m1495906169_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m1535364901_RuntimeMethod_var; extern String_t* _stringLiteral1628940268; extern String_t* _stringLiteral1232840130; extern String_t* _stringLiteral229519509; extern String_t* _stringLiteral437191192; extern const uint32_t LevelConfig_OnLoad_m2561078745_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1198903465_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m191279975_RuntimeMethod_var; extern const uint32_t LevelUpAwardGroup__ctor_m543198407_MetadataUsageId; extern RuntimeClass* LevelUpAwardList_t2065957067_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3237628819_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2706144680_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m822667241_RuntimeMethod_var; extern const uint32_t LevelUpAwardGroup_GetAwardList_m50656227_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m1376521294_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m395962987_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1748463018_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3703307997_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m2822410775_RuntimeMethod_var; extern const uint32_t LevelUpAwardGroup_Clear_m1510346729_MetadataUsageId; extern const uint32_t LevelUpAwardList__ctor_m2010692992_MetadataUsageId; extern RuntimeClass* U3CAddU3Ec__AnonStorey0_t1076161066_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CAddU3Ec__AnonStorey0_U3CU3Em__0_m1755569819_RuntimeMethod_var; extern const uint32_t LevelUpAwardList_Add_m338225837_MetadataUsageId; extern const uint32_t LevelUpAwardList_GetItemByIndex_m500783209_MetadataUsageId; extern const uint32_t LevelUpAwardList_Clear_m2230822749_MetadataUsageId; extern const uint32_t LevelUpAwardList_get_Count_m1515959147_MetadataUsageId; extern RuntimeClass* logicActivityPic_t3113258227_il2cpp_TypeInfo_var; extern const uint32_t logicActivityPic_GetInstance_m2809592046_MetadataUsageId; extern const RuntimeMethod* BetterList_1_get_Item_m3899348379_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Release_m4218759849_RuntimeMethod_var; extern const uint32_t logicActivityPic_DestroyAll_m1582276722_MetadataUsageId; extern const uint32_t logicActivityPic_NextIndex_m3038646844_MetadataUsageId; extern const uint32_t logicActivityPic_GetTexture_m3839946057_MetadataUsageId; extern RuntimeClass* BetterList_1_t3192665299_il2cpp_TypeInfo_var; extern RuntimeClass* CNetServerConfig_t202072970_il2cpp_TypeInfo_var; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityPicRealURLMsg_t473978612_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m3534779500_RuntimeMethod_var; extern String_t* _stringLiteral1159150451; extern String_t* _stringLiteral839197554; extern String_t* _stringLiteral1627501618; extern String_t* _stringLiteral671283288; extern String_t* _stringLiteral1153482922; extern String_t* _stringLiteral2854568379; extern String_t* _stringLiteral2374614011; extern const uint32_t logicActivityPic_Init_m2740441171_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Add_m1410301284_RuntimeMethod_var; extern const uint32_t logicActivityPic_PushImage_m1658322599_MetadataUsageId; extern const uint32_t CActivityPicData_ClearTexture_m1271607218_MetadataUsageId; extern RuntimeClass* Texture2D_t3840446185_il2cpp_TypeInfo_var; extern const uint32_t CActivityPicData_get_texture2d_m1755156155_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern String_t* _stringLiteral720914292; extern const uint32_t CActivityPicDownImageMsg_OnBackGroundExcuteEnd_m572360300_MetadataUsageId; extern const uint32_t CActivityPicLocalLoadImageMsg_OnBackGroundExcuteEnd_m4002422757_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t1214752427_il2cpp_TypeInfo_var; extern RuntimeClass* JsonMapper_t3815285241_il2cpp_TypeInfo_var; extern RuntimeClass* JsonException_t3682484112_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityPicData_t4037644981_il2cpp_TypeInfo_var; extern RuntimeClass* CIOVar_t2470797383_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityPicLocalLoadImageMsg_t3362388355_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityPicDownImageMsg_t2092007834_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m4012214409_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m671947551_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m4204182260_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3173594115_RuntimeMethod_var; extern String_t* _stringLiteral820750591; extern String_t* _stringLiteral1988566213; extern String_t* _stringLiteral1351698292; extern String_t* _stringLiteral3043802053; extern String_t* _stringLiteral4058231383; extern String_t* _stringLiteral2229341054; extern String_t* _stringLiteral2391261500; extern const uint32_t CActivityPicRealURLMsg_OnEndExcute_m1255507761_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1306535103_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4055730890_RuntimeMethod_var; extern const uint32_t logicCardManager__ctor_m2335043406_MetadataUsageId; extern RuntimeClass* logicCardManager_t2956095708_il2cpp_TypeInfo_var; extern const uint32_t logicCardManager_GetInstance_m10903635_MetadataUsageId; extern RuntimeClass* CUserCardParams_t243895319_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3129019902_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m1623825249_RuntimeMethod_var; extern const uint32_t logicCardManager_AllocUserCard_m233663967_MetadataUsageId; extern RuntimeClass* CMenuManager_t3869721565_il2cpp_TypeInfo_var; extern const uint32_t logicCardManager_AllocUserCardMenu_m1652626151_MetadataUsageId; extern const uint32_t logicCardManager_GetUserCardInfo_m575868701_MetadataUsageId; extern const uint32_t logicCardManager_RequestCardInfo_m2467832471_MetadataUsageId; extern const uint32_t logicCardManager_RequestCardRoomInfo_m794906040_MetadataUsageId; extern RuntimeClass* CChangeNameManager_t2068867582_il2cpp_TypeInfo_var; extern RuntimeClass* CMiscConfig_t1694835947_il2cpp_TypeInfo_var; extern RuntimeClass* OnChangeNameCallback_t2458829697_il2cpp_TypeInfo_var; extern const RuntimeMethod* logicCardManager_RequestChangeName_m1253578351_RuntimeMethod_var; extern const RuntimeMethod* logicCardManager_ResponseChangeName_m3054367288_RuntimeMethod_var; extern String_t* _stringLiteral453518891; extern String_t* _stringLiteral2843559141; extern String_t* _stringLiteral3073857316; extern const uint32_t logicCardManager_get_ChangeNameInitializer_m1354829760_MetadataUsageId; extern const uint32_t logicCardManager_RequestChangeName_m1253578351_MetadataUsageId; extern String_t* _stringLiteral327568019; extern String_t* _stringLiteral2185225845; extern String_t* _stringLiteral1974385202; extern const uint32_t logicCardManager_ResponseChangeName_m3054367288_MetadataUsageId; extern RuntimeClass* CBroadCastRealURLMsg_t3667388934_il2cpp_TypeInfo_var; extern const uint32_t logicLoginBroadCast__ctor_m3581284892_MetadataUsageId; extern RuntimeClass* logicLoginBroadCast_t172751115_il2cpp_TypeInfo_var; extern const uint32_t logicLoginBroadCast_GetInstance_m1589026507_MetadataUsageId; extern RuntimeClass* CBroadCastTextMsg_t2743237920_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3906931028; extern String_t* _stringLiteral3905554772; extern const uint32_t CBroadCastRealURLMsg_OnEndExcute_m818295415_MetadataUsageId; extern const uint32_t CBroadCastTextMsg_OnBackGroundExcuteEnd_m1708636187_MetadataUsageId; extern const uint32_t CBroadCastTextMsg_OnEndExcute_m1399943769_MetadataUsageId; extern RuntimeClass* logicServerList_t796012166_il2cpp_TypeInfo_var; extern const uint32_t logicServerList_GetInstance_m3904653172_MetadataUsageId; extern RuntimeClass* CBroadcastServerStateMsg_t956703417_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3614591045; extern const uint32_t logicServerList_RefreshServerState_m159355337_MetadataUsageId; extern RuntimeClass* CLogicServerListDownload_t4239573039_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1169142167; extern String_t* _stringLiteral3481729370; extern String_t* _stringLiteral4078136661; extern const uint32_t logicServerList_OnDownLoadServerList_m1949366319_MetadataUsageId; extern RuntimeClass* CServerChoice_t1594647161_il2cpp_TypeInfo_var; extern const uint32_t CBroadcastServerStateMsg_OnEndExcute_m2982518112_MetadataUsageId; extern const uint32_t CLogicServerListDownload_OnBackGroundExcuteEnd_m2171269160_MetadataUsageId; extern const uint32_t CLogicServerListDownload_OnEndExcute_m4016132448_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1632706988_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t4083476977_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t723336618_il2cpp_TypeInfo_var; extern RuntimeClass* IResourceManager_t3165642952_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3302800229_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1206406776_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1258589800_RuntimeMethod_var; extern String_t* _stringLiteral1413134270; extern const uint32_t MagicWorkShopConfig__ctor_m4182274176_MetadataUsageId; extern RuntimeClass* MagicWorkShopConfig_t833590401_il2cpp_TypeInfo_var; extern const uint32_t MagicWorkShopConfig_GetInstance_m2722586947_MetadataUsageId; extern const uint32_t MagicWorkShopConfig_RequestUpstepMaterial_m1753216667_MetadataUsageId; extern RuntimeClass* MagicWSMatUnit_t2365652776_il2cpp_TypeInfo_var; extern RuntimeClass* MagicWSMaterialItem_t914674430_il2cpp_TypeInfo_var; extern RuntimeClass* MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m1171833047_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2522228238_RuntimeMethod_var; extern const uint32_t MagicWorkShopConfig_ReceiveClothUpstepMaterial_m1241041931_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1385971864_RuntimeMethod_var; extern const uint32_t MagicWorkShopConfig_GetMaterialList_m1923206579_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2249167092_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2643467469_RuntimeMethod_var; extern const uint32_t MagicWorkShopConfig_GetPartNameByCategory_m3850815379_MetadataUsageId; extern String_t* _stringLiteral3451565968; extern String_t* _stringLiteral2718807609; extern String_t* _stringLiteral2150326491; extern const uint32_t MagicWorkShopConfig_GetEffectPathByJewelId_m3668742739_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3605926023_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3997944747_RuntimeMethod_var; extern const uint32_t MagicWorkShopConfig_GetHandbookShowClothIdBySex_m1968290043_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3337302320_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m5501401_RuntimeMethod_var; extern const uint32_t MagicWorkShopConfig_GetJewelDataByJewId_m1010733542_MetadataUsageId; extern RuntimeClass* List_1_t2371871092_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3693511000_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m3717782355_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2426020846_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m994461664_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3029579904_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m326800195_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2548605071_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3714637583_RuntimeMethod_var; extern const uint32_t MagicWorkShopConfig_GetJewelEffectByTypeAndIndex_m2690676828_MetadataUsageId; extern const uint32_t MagicWorkShopConfig_GetJevelLevelById_m1002014654_MetadataUsageId; extern String_t* _stringLiteral3089943459; extern const uint32_t MagicWorkShopConfig_IsJevelMaxLevelById_m3019533583_MetadataUsageId; extern const uint32_t MagicWorkShopConfig_GetMaxLevel_m1373311044_MetadataUsageId; extern const RuntimeMethod* List_1_Contains_m2263725670_RuntimeMethod_var; extern const uint32_t MagicWorkShopConfig_IsUpstepMaterials_m1765700425_MetadataUsageId; extern const uint32_t MagicWorkShopConfig_IsJewel_m1607171170_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m1883005577_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m4125185638_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m3938572407_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m897800495_RuntimeMethod_var; extern const uint32_t MagicWorkShopConfig_GetCategoryList_m2268545883_MetadataUsageId; extern RuntimeClass* JewelData_t899796350_il2cpp_TypeInfo_var; extern RuntimeClass* HandBookCloth_t3546229172_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Clear_m3119285572_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m1279106658_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m3375164841_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m2269680114_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2799738156_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3635180897_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m338945420_RuntimeMethod_var; extern String_t* _stringLiteral3541063450; extern String_t* _stringLiteral1727185502; extern String_t* _stringLiteral443755345; extern String_t* _stringLiteral105393956; extern String_t* _stringLiteral1293992015; extern String_t* _stringLiteral1949155672; extern String_t* _stringLiteral3886445785; extern String_t* _stringLiteral1232841122; extern String_t* _stringLiteral870153169; extern String_t* _stringLiteral665392167; extern String_t* _stringLiteral1511854562; extern String_t* _stringLiteral3243520198; extern String_t* _stringLiteral1144832538; extern String_t* _stringLiteral4166355919; extern const uint32_t MagicWorkShopConfig_OnLoad_m939742983_MetadataUsageId; extern RuntimeClass* CDataModelMap_t1093164792_il2cpp_TypeInfo_var; extern const uint32_t MagicWorkShopMainManager__ctor_m2050365605_MetadataUsageId; extern const uint32_t MagicWorkShopMainManager_GetInstance_m2608188513_MetadataUsageId; extern RuntimeClass* CItemManager_t2289463753_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2473323190; extern const uint32_t MagicWorkShopMainManager_FiltrateItemData_m2972884726_MetadataUsageId; extern const uint32_t MagicWorkShopMainManager_RequestFlood_m3880218019_MetadataUsageId; extern const uint32_t MagicWorkShopMainManager_RequestUpgrade_m1204793203_MetadataUsageId; extern RuntimeClass* List_1_t2105510702_il2cpp_TypeInfo_var; extern RuntimeClass* CRoleModelItem_JwelData_t633435960_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3016812533_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1647007137_RuntimeMethod_var; extern const uint32_t MagicWorkShopMainManager_ShowEffectPreview_m1565680575_MetadataUsageId; extern RuntimeClass* CPetManager_t2941415134_il2cpp_TypeInfo_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var; extern String_t* _stringLiteral5946188; extern const uint32_t MagicWorkShopMainManager_RestoreMainRoleEffect_m2360917868_MetadataUsageId; extern const uint32_t MagicWorkShopMainManager_ChangeCurSelectClothPart_m4255920713_MetadataUsageId; extern String_t* _stringLiteral3451434896; extern String_t* _stringLiteral3451107216; extern String_t* _stringLiteral3451369359; extern String_t* _stringLiteral3451238287; extern String_t* _stringLiteral287567133; extern String_t* _stringLiteral376086488; extern String_t* _stringLiteral3452614552; extern const uint32_t MagicWorkShopMainManager_ShowAvatarPart_m643124606_MetadataUsageId; extern RuntimeClass* OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var; extern const RuntimeMethod* MagicWorkShopMainManager_OnByConfirmCallback_m3970873926_RuntimeMethod_var; extern const uint32_t MagicWorkShopMainManager_MagicWorkShopToBuy_m4020623867_MetadataUsageId; extern String_t* _stringLiteral383132282; extern const uint32_t MagicWorkShopMainManager_OnByConfirmCallback_m3970873926_MetadataUsageId; extern RuntimeClass* ChooseBuyUseBoxInfo_t2600922063_il2cpp_TypeInfo_var; extern RuntimeClass* ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var; extern RuntimeClass* OnConfirmBuyAmount_t3515310033_il2cpp_TypeInfo_var; extern RuntimeClass* OnCancelAndExit_t3571001794_il2cpp_TypeInfo_var; extern const RuntimeMethod* MagicWorkShopMainManager_OnConfirmAmount_m26800564_RuntimeMethod_var; extern const RuntimeMethod* MagicWorkShopMainManager_OnCloseAmountWnd_m656575538_RuntimeMethod_var; extern String_t* _stringLiteral2742764646; extern String_t* _stringLiteral2511313399; extern const uint32_t MagicWorkShopMainManager_OpenAmountWnd_m421150111_MetadataUsageId; extern RuntimeClass* OnClickMsgCallBack_t2526724959_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisBalanceWnd_t506785226_m3997475059_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalShopItem_OnBuyToolResult_m3180099931_RuntimeMethod_var; extern const uint32_t MagicWorkShopMainManager_OnConfirmAmount_m26800564_MetadataUsageId; extern const uint32_t MagicWorkShopMainManager_OnCloseAmountWnd_m656575538_MetadataUsageId; extern const uint32_t MagicWorkShopMainManager_SetMaterialCfg_m1688744282_MetadataUsageId; extern const uint32_t OnConfirmChooseCloth_BeginInvoke_m2655420683_MetadataUsageId; extern RuntimeClass* List_1_t2386749172_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m404625544_RuntimeMethod_var; extern const uint32_t MagicWSMatUnit__ctor_m3816132532_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1159320120_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3541269934_RuntimeMethod_var; extern String_t* _stringLiteral572112919; extern const uint32_t MemberAwardConfig__ctor_m1343941705_MetadataUsageId; extern RuntimeClass* MemberAwardConfig_t2880806974_il2cpp_TypeInfo_var; extern const uint32_t MemberAwardConfig_GetInstance_m2050582586_MetadataUsageId; extern RuntimeClass* List_1_t2270606789_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m437181217_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1890817753_RuntimeMethod_var; extern const uint32_t MemberAwardConfig_GetMemberAward_m3013343745_MetadataUsageId; extern RuntimeClass* MemberAwardUnit_t798532047_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m1326808721_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m218206095_RuntimeMethod_var; extern String_t* _stringLiteral2839880173; extern String_t* _stringLiteral2700781366; extern String_t* _stringLiteral2343273825; extern String_t* _stringLiteral2002596872; extern const uint32_t MemberAwardConfig_OnLoad_m3477357418_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m351631239_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2966435117_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m71869077_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m671426984_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1745824183_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m1589895009_RuntimeMethod_var; extern const uint32_t MemberAwardConfig_Clear_m3992939215_MetadataUsageId; extern String_t* _stringLiteral345825936; extern const uint32_t MenuItemUnit__ctor_m1738407357_MetadataUsageId; extern const uint32_t NoticeTaskDetail__ctor_m271010864_MetadataUsageId; extern RuntimeClass* enumChangeNameModule_t2604365515_il2cpp_TypeInfo_var; extern const uint32_t OnChangeNameCallback_BeginInvoke_m3282466464_MetadataUsageId; extern RuntimeClass* MenuItemID_t1544304036_il2cpp_TypeInfo_var; extern const uint32_t OnRecieveGuide_BeginInvoke_m4265305835_MetadataUsageId; extern const uint32_t OnTipsWndVisibleChanged_BeginInvoke_m1895115304_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2316837825_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1667506780_RuntimeMethod_var; extern String_t* _stringLiteral2806655305; extern const uint32_t PageTipsConfig__ctor_m804536965_MetadataUsageId; extern RuntimeClass* PageTipsConfig_t1306579670_il2cpp_TypeInfo_var; extern const uint32_t PageTipsConfig_GetInstance_m4230604295_MetadataUsageId; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const uint32_t PageTipsConfig_GetTipInfo_m1953159887_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3619671503_RuntimeMethod_var; extern const uint32_t PageTipsConfig_GetTipInfo_m2386850776_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m4095103323_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m4003978306_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1058152565_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1699960854_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m3924890523_RuntimeMethod_var; extern const uint32_t PageTipsConfig_Clear_m3113731096_MetadataUsageId; extern RuntimeClass* PageTipsData_t3428124494_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_set_Item_m1017462755_RuntimeMethod_var; extern const uint32_t PageTipsConfig_OnLoad_m721459641_MetadataUsageId; extern const uint32_t PageTipsData__ctor_m1336253267_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2548850424_RuntimeMethod_var; extern const uint32_t PageTipsData_Clear_m2505475360_MetadataUsageId; extern String_t* _stringLiteral3963993483; extern String_t* _stringLiteral2519585306; extern const uint32_t PageTipsData_DeserialFromXml_m2311692763_MetadataUsageId; extern const uint32_t PageTipsManager__ctor_m2014455511_MetadataUsageId; extern RuntimeClass* PageTipsManager_t2228145721_il2cpp_TypeInfo_var; extern const uint32_t PageTipsManager_GetInstance_m1518232043_MetadataUsageId; extern const uint32_t PageTipsManager_ShowTipWnd_m2658883675_MetadataUsageId; extern const uint32_t PageTipsManager_ShowTipWnd_m3980979569_MetadataUsageId; extern const uint32_t PageTipsManager_HideTipWnd_m2878380487_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3314469724_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3871325936_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3200964102_RuntimeMethod_var; extern String_t* _stringLiteral1733813897; extern const uint32_t PersonaliseConfig__ctor_m2626552664_MetadataUsageId; extern RuntimeClass* PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var; extern const uint32_t PersonaliseConfig_GetInstance_m2421924694_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2044499938_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m3282977004_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2803766201_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2582900878_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1157941205_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m3738201638_RuntimeMethod_var; extern String_t* _stringLiteral3784223096; extern const uint32_t PersonaliseConfig_PrepareShowTimeResources_m3947219313_MetadataUsageId; extern RuntimeClass* PersonaliseNode_t1242075766_il2cpp_TypeInfo_var; extern RuntimeClass* CPropEquipManager_t729741778_il2cpp_TypeInfo_var; extern RuntimeClass* EquipPropInfo_t66586096_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Add_m1846569255_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1162679381_RuntimeMethod_var; extern String_t* _stringLiteral698454384; extern String_t* _stringLiteral3071761713; extern String_t* _stringLiteral62725275; extern String_t* _stringLiteral1705397749; extern String_t* _stringLiteral1167642106; extern String_t* _stringLiteral165809902; extern String_t* _stringLiteral2466466674; extern const uint32_t PersonaliseConfig_OnLoad_m2455181834_MetadataUsageId; extern const uint32_t PersonaliseConfig_GetSpriteNameByID_m4123909883_MetadataUsageId; extern String_t* _stringLiteral440755076; extern const uint32_t PersonaliseConfig_GetChatBubbleNameByID_m4085354352_MetadataUsageId; extern const RuntimeMethod* Resources_Load_TisGameObject_t1113636619_m1734345100_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934_RuntimeMethod_var; extern String_t* _stringLiteral1831135613; extern String_t* _stringLiteral4127527242; extern const uint32_t PersonaliseConfig_SetChatBubbleNameByID_m2516711826_MetadataUsageId; extern String_t* _stringLiteral1120776975; extern const uint32_t PersonaliseConfig_GetHeadBoxNameByID_m3981880383_MetadataUsageId; extern String_t* _stringLiteral2108565940; extern String_t* _stringLiteral464950376; extern const uint32_t PersonaliseConfig_GetUserHeadBoxInfoByID_m1467318277_MetadataUsageId; extern const RuntimeMethod* KeyValuePair_2_get_Key_m4232594429_RuntimeMethod_var; extern const uint32_t PersonaliseConfig_GetHeadBoxEffID_m797848973_MetadataUsageId; extern const uint32_t PersonaliseConfig_GetHeadBoxData_m3248884746_MetadataUsageId; extern const uint32_t PersonaliseConfig_GetSoleEffectName_m3525489228_MetadataUsageId; extern const uint32_t PersonaliseConfig_IsUIEffect_m3242307210_MetadataUsageId; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern RuntimeClass* CTimerManager_t4186675208_il2cpp_TypeInfo_var; extern RuntimeClass* TimerCallbackProcCP_t1342316376_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m2305447852_RuntimeMethod_var; extern const RuntimeMethod* PersonaliseConfig_RemoveUIEffect_m1185234988_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern String_t* _stringLiteral3452614641; extern String_t* _stringLiteral1616650057; extern const uint32_t PersonaliseConfig_PlayUIEffect_m2607227782_MetadataUsageId; extern const uint32_t PersonaliseConfig_RemoveUIEffect_m1185234988_MetadataUsageId; extern const RuntimeMethod* PersonaliseConfig_SetTransActive_m618305414_RuntimeMethod_var; extern const RuntimeMethod* PersonaliseConfig_RemeberPreEffectName_m3916378417_RuntimeMethod_var; extern const RuntimeMethod* PersonaliseConfig_SetIsPlayingAnimBool_m339993138_RuntimeMethod_var; extern String_t* _stringLiteral3502695630; extern const uint32_t PersonaliseConfig_PlayEnterRoomAnim_m1784198442_MetadataUsageId; extern const uint32_t PersonaliseConfig_PlaySoleEffect_m2362964431_MetadataUsageId; extern const uint32_t PersonaliseConfig_StopSoleEffect_m495665110_MetadataUsageId; extern String_t* _stringLiteral2185857664; extern const uint32_t PersonaliseConfig_GetEnterRoomClipByRoleItem_m140929677_MetadataUsageId; extern const uint32_t PersonaliseConfig_SetColliderEnableFalse_m633446664_MetadataUsageId; extern const uint32_t PersonaliseConfig_SetTransActive_m618305414_MetadataUsageId; extern String_t* _stringLiteral1908807686; extern const uint32_t PersonaliseConfig_SetHeadBoxEffect_m938980418_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* Transform_t3600365921_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2488175923; extern const uint32_t PersonaliseConfig_SetUserHeadBoxEffect_m807502271_MetadataUsageId; extern const uint32_t PersonaliseConfig_SetUserHeadBoxEffect_m2864101133_MetadataUsageId; extern String_t* _stringLiteral3455170507; extern const uint32_t PersonaliseConfig_SetSpeakEffect_m2516084473_MetadataUsageId; extern const uint32_t PersonaliseConfig_GetEffectByHeadBoxID_m2521822695_MetadataUsageId; extern const uint32_t PersonaliseConfig_RemeberPreEffectName_m3916378417_MetadataUsageId; extern const uint32_t PersonaliseConfig_StopPlayEffect_m1568541250_MetadataUsageId; extern const uint32_t PersonaliseConfig_GetAnimNameByID_m3019749223_MetadataUsageId; extern RuntimeClass* Dictionary_2_t130789097_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m1337073420_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3133252103_RuntimeMethod_var; extern const uint32_t PersonaliseConfig_GetPersonaliseData_m40167258_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m230297005_RuntimeMethod_var; extern const uint32_t PersonaliseConfig_getPersonaliseNode_m1548441009_MetadataUsageId; extern const uint32_t PlayerInfoBase__ctor_m432492775_MetadataUsageId; extern RuntimeClass* List_1_t2529903214_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3968356031_RuntimeMethod_var; extern const uint32_t PosterDetail__ctor_m107742562_MetadataUsageId; extern RuntimeClass* U3CGetInternalUnitU3Ec__AnonStorey0_t1041192399_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t1883122596_il2cpp_TypeInfo_var; extern RuntimeClass* PosterDetailUnit_t1057828472_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetInternalUnitU3Ec__AnonStorey0_U3CU3Em__0_m3482934432_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m3320772349_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m3399640197_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m531540925_RuntimeMethod_var; extern const uint32_t PosterDetail_GetInternalUnit_m2597761591_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m3282766693_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3707968350_RuntimeMethod_var; extern const uint32_t PosterDetail_GetUnit_m1136952566_MetadataUsageId; extern const uint32_t PosterDetail_get_Count_m4049378849_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m495842935_RuntimeMethod_var; extern const uint32_t PosterDetail_Clear_m641062379_MetadataUsageId; extern RuntimeClass* List_1_t803870918_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1050940064_RuntimeMethod_var; extern const uint32_t PosterDetailUnit__ctor_m2831568191_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2810022022_RuntimeMethod_var; extern const uint32_t PosterDetailUnit_get_Count_m2597070816_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1536432682_RuntimeMethod_var; extern const uint32_t PosterDetailUnit_GetUnit_m2203112355_MetadataUsageId; extern RuntimeClass* U3CGetEquipListBySexU3Ec__AnonStorey0_t4007384085_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t157090300_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetEquipListBySexU3Ec__AnonStorey0_U3CU3Em__0_m619520827_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m2399988474_RuntimeMethod_var; extern const RuntimeMethod* List_1_FindAll_m297993536_RuntimeMethod_var; extern const uint32_t PosterDetailUnit_GetEquipListBySex_m3268363539_MetadataUsageId; extern const uint32_t PosterDetailUnit_SetType_m1752925405_MetadataUsageId; extern RuntimeClass* U3CAddDataU3Ec__AnonStorey1_t1142538239_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CAddDataU3Ec__AnonStorey1_U3CU3Em__0_m51564218_RuntimeMethod_var; extern const RuntimeMethod* List_1_Find_m2600642978_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m738170584_RuntimeMethod_var; extern const uint32_t PosterDetailUnit_AddData_m3874118850_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m141861189_RuntimeMethod_var; extern const uint32_t PosterDetailUnit_Clear_m3950207736_MetadataUsageId; extern const uint32_t privateMsgArriva_BeginInvoke_m3742803644_MetadataUsageId; extern const uint32_t PublicSpeakerMessage__ctor_m2731669263_MetadataUsageId; extern RuntimeClass* PveSweepManager_t2545045145_il2cpp_TypeInfo_var; extern const uint32_t PveSweepManager_GetInstance_m2055302674_MetadataUsageId; extern String_t* _stringLiteral1107255271; extern String_t* _stringLiteral3452614528; extern const uint32_t PveSweepManager_RequestSweep_m2980884016_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisuiPveSweep_t639168811_m2137686325_RuntimeMethod_var; extern const uint32_t PveSweepManager_ShowSweepDetail_m1096809708_MetadataUsageId; extern RuntimeClass* QuickChatConfig_t655384697_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Count_m2276455407_RuntimeMethod_var; extern const uint32_t QuickChatConfig_GetStaticChatCount_m2246739484_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3729392029_RuntimeMethod_var; extern const uint32_t QuickChatConfig_GetStaticChatContent_m172238923_MetadataUsageId; extern const uint32_t QuickChatConfig_set_ActiveIndex_m106299428_MetadataUsageId; extern const uint32_t QuickChatConfig_get_ActiveIndex_m2011960013_MetadataUsageId; extern const uint32_t QuickChatConfig_set_IsMessageSelectedChanged_m2065807772_MetadataUsageId; extern const uint32_t QuickChatConfig_get_IsMessageSelectedChanged_m916972258_MetadataUsageId; extern String_t* _stringLiteral1746386344; extern String_t* _stringLiteral1246003195; extern const uint32_t QuickChatConfig__LoadConfig_m1651158581_MetadataUsageId; extern String_t* _stringLiteral2637167030; extern const uint32_t QuickChatConfig__cctor_m3277647226_MetadataUsageId; extern const uint32_t RankListInfo__ctor_m3752439059_MetadataUsageId; extern const uint32_t RecSceneInfo__ctor_m2626181337_MetadataUsageId; extern RuntimeClass* List_1_t3682870713_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2617240901_RuntimeMethod_var; extern const uint32_t RedBagInfo__ctor_m3448502166_MetadataUsageId; extern const uint32_t RedBagUserInfo__ctor_m2435357785_MetadataUsageId; extern RuntimeClass* List_1_t2571181400_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3794010569_RuntimeMethod_var; extern const uint32_t ReviewInfo__ctor_m3657461703_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m4262527884_RuntimeMethod_var; extern const uint32_t RewardLevelInfo_get_RewardCount_m2788901132_MetadataUsageId; extern String_t* _stringLiteral324815822; extern const uint32_t RoleActionConfig__ctor_m2960307083_MetadataUsageId; extern const uint32_t RoleActionConfig_GetInstance_m1562956930_MetadataUsageId; extern const uint32_t RoleActionConfig_Clear_m250202740_MetadataUsageId; extern String_t* _stringLiteral3493618073; extern const uint32_t RoleActionConfig_OnLoad_m1402847770_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1185325717_RuntimeMethod_var; extern String_t* _stringLiteral4254885935; extern const uint32_t RoleActionConfig_GetChangeTime_m3312934990_MetadataUsageId; extern String_t* _stringLiteral3975974140; extern String_t* _stringLiteral2829467078; extern const uint32_t RoleActionConfig_GetActionName_m3628325703_MetadataUsageId; extern String_t* _stringLiteral2374989456; extern const uint32_t RoleActionConfig_GetActionNum_m3819630744_MetadataUsageId; struct GameObjectU5BU5D_t3328599146; struct UIStretchU5BU5D_t1913257889; struct UIAnchorU5BU5D_t1879526717; struct ObjectU5BU5D_t2843939325; struct StringU5BU5D_t1281789340; struct CharU5BU5D_t3528271667; struct StarTakU5BU5D_t3735320407; struct ByteU5BU5D_t4116647657; struct Int32U5BU5D_t385246372; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef MAGICWSMATUNIT_T2365652776_H #define MAGICWSMATUNIT_T2365652776_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MagicWSMatUnit struct MagicWSMatUnit_t2365652776 : public RuntimeObject { public: // System.Int32 DMCore.Logic.MagicWSMatUnit::NextLevelJewelId int32_t ___NextLevelJewelId_0; // System.Collections.Generic.List`1 DMCore.Logic.MagicWSMatUnit::materialInventory List_1_t2386749172 * ___materialInventory_1; public: inline static int32_t get_offset_of_NextLevelJewelId_0() { return static_cast(offsetof(MagicWSMatUnit_t2365652776, ___NextLevelJewelId_0)); } inline int32_t get_NextLevelJewelId_0() const { return ___NextLevelJewelId_0; } inline int32_t* get_address_of_NextLevelJewelId_0() { return &___NextLevelJewelId_0; } inline void set_NextLevelJewelId_0(int32_t value) { ___NextLevelJewelId_0 = value; } inline static int32_t get_offset_of_materialInventory_1() { return static_cast(offsetof(MagicWSMatUnit_t2365652776, ___materialInventory_1)); } inline List_1_t2386749172 * get_materialInventory_1() const { return ___materialInventory_1; } inline List_1_t2386749172 ** get_address_of_materialInventory_1() { return &___materialInventory_1; } inline void set_materialInventory_1(List_1_t2386749172 * value) { ___materialInventory_1 = value; Il2CppCodeGenWriteBarrier((&___materialInventory_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MAGICWSMATUNIT_T2365652776_H #ifndef MAGICWSMATERIALITEM_T914674430_H #define MAGICWSMATERIALITEM_T914674430_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MagicWSMaterialItem struct MagicWSMaterialItem_t914674430 : public RuntimeObject { public: // System.Int32 DMCore.Logic.MagicWSMaterialItem::ConfigId int32_t ___ConfigId_0; // System.Int32 DMCore.Logic.MagicWSMaterialItem::Num int32_t ___Num_1; public: inline static int32_t get_offset_of_ConfigId_0() { return static_cast(offsetof(MagicWSMaterialItem_t914674430, ___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_Num_1() { return static_cast(offsetof(MagicWSMaterialItem_t914674430, ___Num_1)); } inline int32_t get_Num_1() const { return ___Num_1; } inline int32_t* get_address_of_Num_1() { return &___Num_1; } inline void set_Num_1(int32_t value) { ___Num_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MAGICWSMATERIALITEM_T914674430_H #ifndef CRESOURCEADAPTER_T3687212940_H #define CRESOURCEADAPTER_T3687212940_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CResourceAdapter struct CResourceAdapter_t3687212940 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Resource.CResourceAdapter::m_httpType bool ___m_httpType_0; // System.String DMCore.Framework.Resource.CResourceAdapter::m_strBaseUrl String_t* ___m_strBaseUrl_1; // System.Boolean DMCore.Framework.Resource.CResourceAdapter::m_bUsePkgSystem bool ___m_bUsePkgSystem_2; // System.Collections.Generic.List`1 DMCore.Framework.Resource.CResourceAdapter::m_urlList List_1_t3319525431 * ___m_urlList_4; public: inline static int32_t get_offset_of_m_httpType_0() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_httpType_0)); } inline bool get_m_httpType_0() const { return ___m_httpType_0; } inline bool* get_address_of_m_httpType_0() { return &___m_httpType_0; } inline void set_m_httpType_0(bool value) { ___m_httpType_0 = value; } inline static int32_t get_offset_of_m_strBaseUrl_1() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_strBaseUrl_1)); } inline String_t* get_m_strBaseUrl_1() const { return ___m_strBaseUrl_1; } inline String_t** get_address_of_m_strBaseUrl_1() { return &___m_strBaseUrl_1; } inline void set_m_strBaseUrl_1(String_t* value) { ___m_strBaseUrl_1 = value; Il2CppCodeGenWriteBarrier((&___m_strBaseUrl_1), value); } inline static int32_t get_offset_of_m_bUsePkgSystem_2() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_bUsePkgSystem_2)); } inline bool get_m_bUsePkgSystem_2() const { return ___m_bUsePkgSystem_2; } inline bool* get_address_of_m_bUsePkgSystem_2() { return &___m_bUsePkgSystem_2; } inline void set_m_bUsePkgSystem_2(bool value) { ___m_bUsePkgSystem_2 = value; } inline static int32_t get_offset_of_m_urlList_4() { return static_cast(offsetof(CResourceAdapter_t3687212940, ___m_urlList_4)); } inline List_1_t3319525431 * get_m_urlList_4() const { return ___m_urlList_4; } inline List_1_t3319525431 ** get_address_of_m_urlList_4() { return &___m_urlList_4; } inline void set_m_urlList_4(List_1_t3319525431 * value) { ___m_urlList_4 = value; Il2CppCodeGenWriteBarrier((&___m_urlList_4), value); } }; struct CResourceAdapter_t3687212940_StaticFields { public: // DMCore.Framework.Resource.CResourceAdapter DMCore.Framework.Resource.CResourceAdapter::s_Instance CResourceAdapter_t3687212940 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CResourceAdapter_t3687212940_StaticFields, ___s_Instance_3)); } inline CResourceAdapter_t3687212940 * get_s_Instance_3() const { return ___s_Instance_3; } inline CResourceAdapter_t3687212940 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CResourceAdapter_t3687212940 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRESOURCEADAPTER_T3687212940_H #ifndef LIST_1_T723336618_H #define LIST_1_T723336618_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_t723336618 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items HandBookClothU5BU5D_t1955894525* ____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_t723336618, ____items_1)); } inline HandBookClothU5BU5D_t1955894525* get__items_1() const { return ____items_1; } inline HandBookClothU5BU5D_t1955894525** get_address_of__items_1() { return &____items_1; } inline void set__items_1(HandBookClothU5BU5D_t1955894525* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t723336618, ____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_t723336618, ____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_t723336618_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray HandBookClothU5BU5D_t1955894525* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t723336618_StaticFields, ___EmptyArray_4)); } inline HandBookClothU5BU5D_t1955894525* get_EmptyArray_4() const { return ___EmptyArray_4; } inline HandBookClothU5BU5D_t1955894525** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(HandBookClothU5BU5D_t1955894525* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T723336618_H #ifndef DICTIONARY_2_T4083476977_H #define DICTIONARY_2_T4083476977_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_t4083476977 : 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 JewelDataU5BU5D_t3128985291* ___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_t4083476977, ___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_t4083476977, ___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_t4083476977, ___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_t4083476977, ___valueSlots_7)); } inline JewelDataU5BU5D_t3128985291* get_valueSlots_7() const { return ___valueSlots_7; } inline JewelDataU5BU5D_t3128985291** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(JewelDataU5BU5D_t3128985291* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t4083476977, ___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_t4083476977, ___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_t4083476977, ___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_t4083476977, ___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_t4083476977, ___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_t4083476977, ___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_t4083476977, ___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_t4083476977_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2733324135 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t4083476977_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2733324135 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2733324135 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2733324135 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T4083476977_H #ifndef LIST_1_T2386749172_H #define LIST_1_T2386749172_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_t2386749172 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MagicWSMaterialItemU5BU5D_t2234596171* ____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_t2386749172, ____items_1)); } inline MagicWSMaterialItemU5BU5D_t2234596171* get__items_1() const { return ____items_1; } inline MagicWSMaterialItemU5BU5D_t2234596171** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MagicWSMaterialItemU5BU5D_t2234596171* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2386749172, ____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_t2386749172, ____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_t2386749172_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray MagicWSMaterialItemU5BU5D_t2234596171* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2386749172_StaticFields, ___EmptyArray_4)); } inline MagicWSMaterialItemU5BU5D_t2234596171* get_EmptyArray_4() const { return ___EmptyArray_4; } inline MagicWSMaterialItemU5BU5D_t2234596171** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(MagicWSMaterialItemU5BU5D_t2234596171* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2386749172_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_T2105510702_H #define LIST_1_T2105510702_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_t2105510702 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CRoleModelItem_JwelDataU5BU5D_t1185049833* ____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_t2105510702, ____items_1)); } inline CRoleModelItem_JwelDataU5BU5D_t1185049833* get__items_1() const { return ____items_1; } inline CRoleModelItem_JwelDataU5BU5D_t1185049833** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CRoleModelItem_JwelDataU5BU5D_t1185049833* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2105510702, ____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_t2105510702, ____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_t2105510702_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CRoleModelItem_JwelDataU5BU5D_t1185049833* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2105510702_StaticFields, ___EmptyArray_4)); } inline CRoleModelItem_JwelDataU5BU5D_t1185049833* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CRoleModelItem_JwelDataU5BU5D_t1185049833** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CRoleModelItem_JwelDataU5BU5D_t1185049833* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2105510702_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 CROLEMODELITEM_JWELDATA_T633435960_H #define CROLEMODELITEM_JWELDATA_T633435960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModelItem_JwelData struct CRoleModelItem_JwelData_t633435960 : public RuntimeObject { public: // System.Int32 DMCore.Framework.Scene.CRoleModelItem_JwelData::m_catogroy int32_t ___m_catogroy_0; // System.Int32 DMCore.Framework.Scene.CRoleModelItem_JwelData::m_jewelId int32_t ___m_jewelId_1; public: inline static int32_t get_offset_of_m_catogroy_0() { return static_cast(offsetof(CRoleModelItem_JwelData_t633435960, ___m_catogroy_0)); } inline int32_t get_m_catogroy_0() const { return ___m_catogroy_0; } inline int32_t* get_address_of_m_catogroy_0() { return &___m_catogroy_0; } inline void set_m_catogroy_0(int32_t value) { ___m_catogroy_0 = value; } inline static int32_t get_offset_of_m_jewelId_1() { return static_cast(offsetof(CRoleModelItem_JwelData_t633435960, ___m_jewelId_1)); } inline int32_t get_m_jewelId_1() const { return ___m_jewelId_1; } inline int32_t* get_address_of_m_jewelId_1() { return &___m_jewelId_1; } inline void set_m_jewelId_1(int32_t value) { ___m_jewelId_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODELITEM_JWELDATA_T633435960_H #ifndef CITEMMANAGER_T2289463753_H #define CITEMMANAGER_T2289463753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CItemManager struct CItemManager_t2289463753 : public RuntimeObject { public: // DMCore.Logic.CItemManager/CItemGroup[] DMCore.Logic.CItemManager::m_listItemGroup CItemGroupU5BU5D_t344250011* ___m_listItemGroup_1; // System.Int32 DMCore.Logic.CItemManager::m_uiActiveItem int32_t ___m_uiActiveItem_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CItemManager::m_DicActiveModel Dictionary_2_t2488037245 * ___m_DicActiveModel_4; public: inline static int32_t get_offset_of_m_listItemGroup_1() { return static_cast(offsetof(CItemManager_t2289463753, ___m_listItemGroup_1)); } inline CItemGroupU5BU5D_t344250011* get_m_listItemGroup_1() const { return ___m_listItemGroup_1; } inline CItemGroupU5BU5D_t344250011** get_address_of_m_listItemGroup_1() { return &___m_listItemGroup_1; } inline void set_m_listItemGroup_1(CItemGroupU5BU5D_t344250011* value) { ___m_listItemGroup_1 = value; Il2CppCodeGenWriteBarrier((&___m_listItemGroup_1), value); } inline static int32_t get_offset_of_m_uiActiveItem_3() { return static_cast(offsetof(CItemManager_t2289463753, ___m_uiActiveItem_3)); } inline int32_t get_m_uiActiveItem_3() const { return ___m_uiActiveItem_3; } inline int32_t* get_address_of_m_uiActiveItem_3() { return &___m_uiActiveItem_3; } inline void set_m_uiActiveItem_3(int32_t value) { ___m_uiActiveItem_3 = value; } inline static int32_t get_offset_of_m_DicActiveModel_4() { return static_cast(offsetof(CItemManager_t2289463753, ___m_DicActiveModel_4)); } inline Dictionary_2_t2488037245 * get_m_DicActiveModel_4() const { return ___m_DicActiveModel_4; } inline Dictionary_2_t2488037245 ** get_address_of_m_DicActiveModel_4() { return &___m_DicActiveModel_4; } inline void set_m_DicActiveModel_4(Dictionary_2_t2488037245 * value) { ___m_DicActiveModel_4 = value; Il2CppCodeGenWriteBarrier((&___m_DicActiveModel_4), value); } }; struct CItemManager_t2289463753_StaticFields { public: // System.Int32 DMCore.Logic.CItemManager::ITEM_COUNT_ONE_PAGE int32_t ___ITEM_COUNT_ONE_PAGE_0; // DMCore.Logic.CItemManager DMCore.Logic.CItemManager::s_Instance CItemManager_t2289463753 * ___s_Instance_2; public: inline static int32_t get_offset_of_ITEM_COUNT_ONE_PAGE_0() { return static_cast(offsetof(CItemManager_t2289463753_StaticFields, ___ITEM_COUNT_ONE_PAGE_0)); } inline int32_t get_ITEM_COUNT_ONE_PAGE_0() const { return ___ITEM_COUNT_ONE_PAGE_0; } inline int32_t* get_address_of_ITEM_COUNT_ONE_PAGE_0() { return &___ITEM_COUNT_ONE_PAGE_0; } inline void set_ITEM_COUNT_ONE_PAGE_0(int32_t value) { ___ITEM_COUNT_ONE_PAGE_0 = value; } inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CItemManager_t2289463753_StaticFields, ___s_Instance_2)); } inline CItemManager_t2289463753 * get_s_Instance_2() const { return ___s_Instance_2; } inline CItemManager_t2289463753 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CItemManager_t2289463753 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CITEMMANAGER_T2289463753_H #ifndef LIST_1_T2371871092_H #define LIST_1_T2371871092_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_t2371871092 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items JewelDataU5BU5D_t3128985291* ____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_t2371871092, ____items_1)); } inline JewelDataU5BU5D_t3128985291* get__items_1() const { return ____items_1; } inline JewelDataU5BU5D_t3128985291** get_address_of__items_1() { return &____items_1; } inline void set__items_1(JewelDataU5BU5D_t3128985291* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2371871092, ____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_t2371871092, ____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_t2371871092_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray JewelDataU5BU5D_t3128985291* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2371871092_StaticFields, ___EmptyArray_4)); } inline JewelDataU5BU5D_t3128985291* get_EmptyArray_4() const { return ___EmptyArray_4; } inline JewelDataU5BU5D_t3128985291** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(JewelDataU5BU5D_t3128985291* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2371871092_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 LIST_1_T1245305487_H #define LIST_1_T1245305487_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_t1245305487 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CDataArrayU5BU5D_t1895413476* ____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_t1245305487, ____items_1)); } inline CDataArrayU5BU5D_t1895413476* get__items_1() const { return ____items_1; } inline CDataArrayU5BU5D_t1895413476** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CDataArrayU5BU5D_t1895413476* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1245305487, ____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_t1245305487, ____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_t1245305487_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CDataArrayU5BU5D_t1895413476* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1245305487_StaticFields, ___EmptyArray_4)); } inline CDataArrayU5BU5D_t1895413476* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CDataArrayU5BU5D_t1895413476** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CDataArrayU5BU5D_t1895413476* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1245305487_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 CUSERCARDPARAMS_T243895319_H #define CUSERCARDPARAMS_T243895319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CUserCardParams struct CUserCardParams_t243895319 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CUserCardParams::m_TitleArray List_1_t128053199 * ___m_TitleArray_0; // System.Collections.Generic.List`1 DMCore.Logic.CUserCardParams::m_PhotoIDArray List_1_t913674750 * ___m_PhotoIDArray_1; // DMCore.CDataProperty DMCore.Logic.CUserCardParams::m_propAll CDataProperty_t2806246268 * ___m_propAll_2; public: inline static int32_t get_offset_of_m_TitleArray_0() { return static_cast(offsetof(CUserCardParams_t243895319, ___m_TitleArray_0)); } inline List_1_t128053199 * get_m_TitleArray_0() const { return ___m_TitleArray_0; } inline List_1_t128053199 ** get_address_of_m_TitleArray_0() { return &___m_TitleArray_0; } inline void set_m_TitleArray_0(List_1_t128053199 * value) { ___m_TitleArray_0 = value; Il2CppCodeGenWriteBarrier((&___m_TitleArray_0), value); } inline static int32_t get_offset_of_m_PhotoIDArray_1() { return static_cast(offsetof(CUserCardParams_t243895319, ___m_PhotoIDArray_1)); } inline List_1_t913674750 * get_m_PhotoIDArray_1() const { return ___m_PhotoIDArray_1; } inline List_1_t913674750 ** get_address_of_m_PhotoIDArray_1() { return &___m_PhotoIDArray_1; } inline void set_m_PhotoIDArray_1(List_1_t913674750 * value) { ___m_PhotoIDArray_1 = value; Il2CppCodeGenWriteBarrier((&___m_PhotoIDArray_1), value); } inline static int32_t get_offset_of_m_propAll_2() { return static_cast(offsetof(CUserCardParams_t243895319, ___m_propAll_2)); } inline CDataProperty_t2806246268 * get_m_propAll_2() const { return ___m_propAll_2; } inline CDataProperty_t2806246268 ** get_address_of_m_propAll_2() { return &___m_propAll_2; } inline void set_m_propAll_2(CDataProperty_t2806246268 * value) { ___m_propAll_2 = value; Il2CppCodeGenWriteBarrier((&___m_propAll_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSERCARDPARAMS_T243895319_H #ifndef CLEVELMANAGER_T3077608201_H #define CLEVELMANAGER_T3077608201_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Level.CLevelManager struct CLevelManager_t3077608201 : public RuntimeObject { public: // System.String DMCore.Framework.Level.CLevelManager::m_levelName String_t* ___m_levelName_0; // System.Int32 DMCore.Framework.Level.CLevelManager::m_realLevelIndex int32_t ___m_realLevelIndex_1; // System.Int32 DMCore.Framework.Level.CLevelManager::m_levelLabor int32_t ___m_levelLabor_2; // System.Boolean DMCore.Framework.Level.CLevelManager::m_bEnableAutoLoad bool ___m_bEnableAutoLoad_3; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Level.CLevelManager::m_arrayLevel Dictionary_2_t2736202052 * ___m_arrayLevel_4; public: inline static int32_t get_offset_of_m_levelName_0() { return static_cast(offsetof(CLevelManager_t3077608201, ___m_levelName_0)); } inline String_t* get_m_levelName_0() const { return ___m_levelName_0; } inline String_t** get_address_of_m_levelName_0() { return &___m_levelName_0; } inline void set_m_levelName_0(String_t* value) { ___m_levelName_0 = value; Il2CppCodeGenWriteBarrier((&___m_levelName_0), value); } inline static int32_t get_offset_of_m_realLevelIndex_1() { return static_cast(offsetof(CLevelManager_t3077608201, ___m_realLevelIndex_1)); } inline int32_t get_m_realLevelIndex_1() const { return ___m_realLevelIndex_1; } inline int32_t* get_address_of_m_realLevelIndex_1() { return &___m_realLevelIndex_1; } inline void set_m_realLevelIndex_1(int32_t value) { ___m_realLevelIndex_1 = value; } inline static int32_t get_offset_of_m_levelLabor_2() { return static_cast(offsetof(CLevelManager_t3077608201, ___m_levelLabor_2)); } inline int32_t get_m_levelLabor_2() const { return ___m_levelLabor_2; } inline int32_t* get_address_of_m_levelLabor_2() { return &___m_levelLabor_2; } inline void set_m_levelLabor_2(int32_t value) { ___m_levelLabor_2 = value; } inline static int32_t get_offset_of_m_bEnableAutoLoad_3() { return static_cast(offsetof(CLevelManager_t3077608201, ___m_bEnableAutoLoad_3)); } inline bool get_m_bEnableAutoLoad_3() const { return ___m_bEnableAutoLoad_3; } inline bool* get_address_of_m_bEnableAutoLoad_3() { return &___m_bEnableAutoLoad_3; } inline void set_m_bEnableAutoLoad_3(bool value) { ___m_bEnableAutoLoad_3 = value; } inline static int32_t get_offset_of_m_arrayLevel_4() { return static_cast(offsetof(CLevelManager_t3077608201, ___m_arrayLevel_4)); } inline Dictionary_2_t2736202052 * get_m_arrayLevel_4() const { return ___m_arrayLevel_4; } inline Dictionary_2_t2736202052 ** get_address_of_m_arrayLevel_4() { return &___m_arrayLevel_4; } inline void set_m_arrayLevel_4(Dictionary_2_t2736202052 * value) { ___m_arrayLevel_4 = value; Il2CppCodeGenWriteBarrier((&___m_arrayLevel_4), value); } }; struct CLevelManager_t3077608201_StaticFields { public: // DMCore.Framework.Level.CLevelManager DMCore.Framework.Level.CLevelManager::s_Instance CLevelManager_t3077608201 * ___s_Instance_5; public: inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(CLevelManager_t3077608201_StaticFields, ___s_Instance_5)); } inline CLevelManager_t3077608201 * get_s_Instance_5() const { return ___s_Instance_5; } inline CLevelManager_t3077608201 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(CLevelManager_t3077608201 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLEVELMANAGER_T3077608201_H #ifndef DICTIONARY_2_T1306535103_H #define DICTIONARY_2_T1306535103_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_t1306535103 : 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 CUserCardParamsU5BU5D_t3435619758* ___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_t1306535103, ___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_t1306535103, ___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_t1306535103, ___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_t1306535103, ___valueSlots_7)); } inline CUserCardParamsU5BU5D_t3435619758* get_valueSlots_7() const { return ___valueSlots_7; } inline CUserCardParamsU5BU5D_t3435619758** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CUserCardParamsU5BU5D_t3435619758* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1306535103, ___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_t1306535103, ___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_t1306535103, ___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_t1306535103, ___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_t1306535103, ___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_t1306535103, ___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_t1306535103, ___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_t1306535103_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4206420385 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1306535103_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4206420385 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4206420385 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4206420385 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1306535103_H #ifndef LIST_1_T1414438697_H #define LIST_1_T1414438697_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_t1414438697 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items KeyValuePair_2U5BU5D_t193682082* ____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_t1414438697, ____items_1)); } inline KeyValuePair_2U5BU5D_t193682082* get__items_1() const { return ____items_1; } inline KeyValuePair_2U5BU5D_t193682082** get_address_of__items_1() { return &____items_1; } inline void set__items_1(KeyValuePair_2U5BU5D_t193682082* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1414438697, ____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_t1414438697, ____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_t1414438697_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray KeyValuePair_2U5BU5D_t193682082* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1414438697_StaticFields, ___EmptyArray_4)); } inline KeyValuePair_2U5BU5D_t193682082* get_EmptyArray_4() const { return ___EmptyArray_4; } inline KeyValuePair_2U5BU5D_t193682082** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(KeyValuePair_2U5BU5D_t193682082* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1414438697_H #ifndef CTHREADLOCK_T3315856551_H #define CTHREADLOCK_T3315856551_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.CThreadLock struct CThreadLock_t3315856551 : public RuntimeObject { public: // System.Threading.Mutex DMCore.Framework.Thread.CThreadLock::m_lock Mutex_t3066672582 * ___m_lock_0; public: inline static int32_t get_offset_of_m_lock_0() { return static_cast(offsetof(CThreadLock_t3315856551, ___m_lock_0)); } inline Mutex_t3066672582 * get_m_lock_0() const { return ___m_lock_0; } inline Mutex_t3066672582 ** get_address_of_m_lock_0() { return &___m_lock_0; } inline void set_m_lock_0(Mutex_t3066672582 * value) { ___m_lock_0 = value; Il2CppCodeGenWriteBarrier((&___m_lock_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTHREADLOCK_T3315856551_H #ifndef CSERVERCHOICE_T1594647161_H #define CSERVERCHOICE_T1594647161_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CServerChoice struct CServerChoice_t1594647161 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CServerChoice::k__BackingField bool ___U3CIsSelectionChangedU3Ek__BackingField_0; // System.Boolean DMCore.Logic.CServerChoice::k__BackingField bool ___U3CIsServerInfoChangedU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CServerChoice::k__BackingField bool ___U3CIsFirstTimeLinkedU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CServerChoice::k__BackingField bool ___U3CIsWaitForRegisterAccountU3Ek__BackingField_3; // System.String DMCore.Logic.CServerChoice::m_selectedServerID String_t* ___m_selectedServerID_4; // System.Collections.Generic.List`1 DMCore.Logic.CServerChoice::m_ListOfServerInfo List_1_t13424132 * ___m_ListOfServerInfo_5; // DMCore.CDataProperty DMCore.Logic.CServerChoice::m_PublicConfig CDataProperty_t2806246268 * ___m_PublicConfig_6; public: inline static int32_t get_offset_of_U3CIsSelectionChangedU3Ek__BackingField_0() { return static_cast(offsetof(CServerChoice_t1594647161, ___U3CIsSelectionChangedU3Ek__BackingField_0)); } inline bool get_U3CIsSelectionChangedU3Ek__BackingField_0() const { return ___U3CIsSelectionChangedU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsSelectionChangedU3Ek__BackingField_0() { return &___U3CIsSelectionChangedU3Ek__BackingField_0; } inline void set_U3CIsSelectionChangedU3Ek__BackingField_0(bool value) { ___U3CIsSelectionChangedU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsServerInfoChangedU3Ek__BackingField_1() { return static_cast(offsetof(CServerChoice_t1594647161, ___U3CIsServerInfoChangedU3Ek__BackingField_1)); } inline bool get_U3CIsServerInfoChangedU3Ek__BackingField_1() const { return ___U3CIsServerInfoChangedU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsServerInfoChangedU3Ek__BackingField_1() { return &___U3CIsServerInfoChangedU3Ek__BackingField_1; } inline void set_U3CIsServerInfoChangedU3Ek__BackingField_1(bool value) { ___U3CIsServerInfoChangedU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsFirstTimeLinkedU3Ek__BackingField_2() { return static_cast(offsetof(CServerChoice_t1594647161, ___U3CIsFirstTimeLinkedU3Ek__BackingField_2)); } inline bool get_U3CIsFirstTimeLinkedU3Ek__BackingField_2() const { return ___U3CIsFirstTimeLinkedU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsFirstTimeLinkedU3Ek__BackingField_2() { return &___U3CIsFirstTimeLinkedU3Ek__BackingField_2; } inline void set_U3CIsFirstTimeLinkedU3Ek__BackingField_2(bool value) { ___U3CIsFirstTimeLinkedU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsWaitForRegisterAccountU3Ek__BackingField_3() { return static_cast(offsetof(CServerChoice_t1594647161, ___U3CIsWaitForRegisterAccountU3Ek__BackingField_3)); } inline bool get_U3CIsWaitForRegisterAccountU3Ek__BackingField_3() const { return ___U3CIsWaitForRegisterAccountU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsWaitForRegisterAccountU3Ek__BackingField_3() { return &___U3CIsWaitForRegisterAccountU3Ek__BackingField_3; } inline void set_U3CIsWaitForRegisterAccountU3Ek__BackingField_3(bool value) { ___U3CIsWaitForRegisterAccountU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_selectedServerID_4() { return static_cast(offsetof(CServerChoice_t1594647161, ___m_selectedServerID_4)); } inline String_t* get_m_selectedServerID_4() const { return ___m_selectedServerID_4; } inline String_t** get_address_of_m_selectedServerID_4() { return &___m_selectedServerID_4; } inline void set_m_selectedServerID_4(String_t* value) { ___m_selectedServerID_4 = value; Il2CppCodeGenWriteBarrier((&___m_selectedServerID_4), value); } inline static int32_t get_offset_of_m_ListOfServerInfo_5() { return static_cast(offsetof(CServerChoice_t1594647161, ___m_ListOfServerInfo_5)); } inline List_1_t13424132 * get_m_ListOfServerInfo_5() const { return ___m_ListOfServerInfo_5; } inline List_1_t13424132 ** get_address_of_m_ListOfServerInfo_5() { return &___m_ListOfServerInfo_5; } inline void set_m_ListOfServerInfo_5(List_1_t13424132 * value) { ___m_ListOfServerInfo_5 = value; Il2CppCodeGenWriteBarrier((&___m_ListOfServerInfo_5), value); } inline static int32_t get_offset_of_m_PublicConfig_6() { return static_cast(offsetof(CServerChoice_t1594647161, ___m_PublicConfig_6)); } inline CDataProperty_t2806246268 * get_m_PublicConfig_6() const { return ___m_PublicConfig_6; } inline CDataProperty_t2806246268 ** get_address_of_m_PublicConfig_6() { return &___m_PublicConfig_6; } inline void set_m_PublicConfig_6(CDataProperty_t2806246268 * value) { ___m_PublicConfig_6 = value; Il2CppCodeGenWriteBarrier((&___m_PublicConfig_6), value); } }; struct CServerChoice_t1594647161_StaticFields { public: // DMCore.Logic.CServerChoice DMCore.Logic.CServerChoice::s_Instance CServerChoice_t1594647161 * ___s_Instance_7; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CServerChoice::<>f__switch$map8 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map8_8; public: inline static int32_t get_offset_of_s_Instance_7() { return static_cast(offsetof(CServerChoice_t1594647161_StaticFields, ___s_Instance_7)); } inline CServerChoice_t1594647161 * get_s_Instance_7() const { return ___s_Instance_7; } inline CServerChoice_t1594647161 ** get_address_of_s_Instance_7() { return &___s_Instance_7; } inline void set_s_Instance_7(CServerChoice_t1594647161 * value) { ___s_Instance_7 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_7), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map8_8() { return static_cast(offsetof(CServerChoice_t1594647161_StaticFields, ___U3CU3Ef__switchU24map8_8)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map8_8() const { return ___U3CU3Ef__switchU24map8_8; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map8_8() { return &___U3CU3Ef__switchU24map8_8; } inline void set_U3CU3Ef__switchU24map8_8(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map8_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map8_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSERVERCHOICE_T1594647161_H #ifndef LOGICLOGINBROADCAST_T172751115_H #define LOGICLOGINBROADCAST_T172751115_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicLoginBroadCast struct logicLoginBroadCast_t172751115 : public RuntimeObject { public: // System.String DMCore.Logic.logicLoginBroadCast::m_lastBroadCast String_t* ___m_lastBroadCast_0; // System.Int32 DMCore.Logic.logicLoginBroadCast::m_checkState int32_t ___m_checkState_1; public: inline static int32_t get_offset_of_m_lastBroadCast_0() { return static_cast(offsetof(logicLoginBroadCast_t172751115, ___m_lastBroadCast_0)); } inline String_t* get_m_lastBroadCast_0() const { return ___m_lastBroadCast_0; } inline String_t** get_address_of_m_lastBroadCast_0() { return &___m_lastBroadCast_0; } inline void set_m_lastBroadCast_0(String_t* value) { ___m_lastBroadCast_0 = value; Il2CppCodeGenWriteBarrier((&___m_lastBroadCast_0), value); } inline static int32_t get_offset_of_m_checkState_1() { return static_cast(offsetof(logicLoginBroadCast_t172751115, ___m_checkState_1)); } inline int32_t get_m_checkState_1() const { return ___m_checkState_1; } inline int32_t* get_address_of_m_checkState_1() { return &___m_checkState_1; } inline void set_m_checkState_1(int32_t value) { ___m_checkState_1 = value; } }; struct logicLoginBroadCast_t172751115_StaticFields { public: // DMCore.Logic.logicLoginBroadCast DMCore.Logic.logicLoginBroadCast::s_Instance logicLoginBroadCast_t172751115 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(logicLoginBroadCast_t172751115_StaticFields, ___s_Instance_2)); } inline logicLoginBroadCast_t172751115 * get_s_Instance_2() const { return ___s_Instance_2; } inline logicLoginBroadCast_t172751115 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(logicLoginBroadCast_t172751115 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICLOGINBROADCAST_T172751115_H #ifndef GAMEPAGEINFO_T1487906190_H #define GAMEPAGEINFO_T1487906190_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GamePageInfo struct GamePageInfo_t1487906190 : public RuntimeObject { public: // System.Int32 DMCore.Logic.GamePageInfo::m_ThemeId int32_t ___m_ThemeId_0; // System.Int32 DMCore.Logic.GamePageInfo::m_ThemeStage int32_t ___m_ThemeStage_1; public: inline static int32_t get_offset_of_m_ThemeId_0() { return static_cast(offsetof(GamePageInfo_t1487906190, ___m_ThemeId_0)); } inline int32_t get_m_ThemeId_0() const { return ___m_ThemeId_0; } inline int32_t* get_address_of_m_ThemeId_0() { return &___m_ThemeId_0; } inline void set_m_ThemeId_0(int32_t value) { ___m_ThemeId_0 = value; } inline static int32_t get_offset_of_m_ThemeStage_1() { return static_cast(offsetof(GamePageInfo_t1487906190, ___m_ThemeStage_1)); } inline int32_t get_m_ThemeStage_1() const { return ___m_ThemeStage_1; } inline int32_t* get_address_of_m_ThemeStage_1() { return &___m_ThemeStage_1; } inline void set_m_ThemeStage_1(int32_t value) { ___m_ThemeStage_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMEPAGEINFO_T1487906190_H #ifndef GAMEREWARDINFO_T1982501205_H #define GAMEREWARDINFO_T1982501205_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GameRewardInfo struct GameRewardInfo_t1982501205 : public RuntimeObject { public: // System.Int32 DMCore.Logic.GameRewardInfo::m_GiveStage int32_t ___m_GiveStage_0; // System.Int32 DMCore.Logic.GameRewardInfo::m_GiveSituation int32_t ___m_GiveSituation_1; // System.Int32 DMCore.Logic.GameRewardInfo::m_Ceiling int32_t ___m_Ceiling_2; // System.Int32 DMCore.Logic.GameRewardInfo::m_Offline int32_t ___m_Offline_3; // DMCore.Logic.CAwardList DMCore.Logic.GameRewardInfo::m_list CAwardList_t4094041907 * ___m_list_4; public: inline static int32_t get_offset_of_m_GiveStage_0() { return static_cast(offsetof(GameRewardInfo_t1982501205, ___m_GiveStage_0)); } inline int32_t get_m_GiveStage_0() const { return ___m_GiveStage_0; } inline int32_t* get_address_of_m_GiveStage_0() { return &___m_GiveStage_0; } inline void set_m_GiveStage_0(int32_t value) { ___m_GiveStage_0 = value; } inline static int32_t get_offset_of_m_GiveSituation_1() { return static_cast(offsetof(GameRewardInfo_t1982501205, ___m_GiveSituation_1)); } inline int32_t get_m_GiveSituation_1() const { return ___m_GiveSituation_1; } inline int32_t* get_address_of_m_GiveSituation_1() { return &___m_GiveSituation_1; } inline void set_m_GiveSituation_1(int32_t value) { ___m_GiveSituation_1 = value; } inline static int32_t get_offset_of_m_Ceiling_2() { return static_cast(offsetof(GameRewardInfo_t1982501205, ___m_Ceiling_2)); } inline int32_t get_m_Ceiling_2() const { return ___m_Ceiling_2; } inline int32_t* get_address_of_m_Ceiling_2() { return &___m_Ceiling_2; } inline void set_m_Ceiling_2(int32_t value) { ___m_Ceiling_2 = value; } inline static int32_t get_offset_of_m_Offline_3() { return static_cast(offsetof(GameRewardInfo_t1982501205, ___m_Offline_3)); } inline int32_t get_m_Offline_3() const { return ___m_Offline_3; } inline int32_t* get_address_of_m_Offline_3() { return &___m_Offline_3; } inline void set_m_Offline_3(int32_t value) { ___m_Offline_3 = value; } inline static int32_t get_offset_of_m_list_4() { return static_cast(offsetof(GameRewardInfo_t1982501205, ___m_list_4)); } inline CAwardList_t4094041907 * get_m_list_4() const { return ___m_list_4; } inline CAwardList_t4094041907 ** get_address_of_m_list_4() { return &___m_list_4; } inline void set_m_list_4(CAwardList_t4094041907 * value) { ___m_list_4 = value; Il2CppCodeGenWriteBarrier((&___m_list_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMEREWARDINFO_T1982501205_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 GETITEMWNDMANAGER_T2644942713_H #define GETITEMWNDMANAGER_T2644942713_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GetItemWndManager struct GetItemWndManager_t2644942713 : public RuntimeObject { public: // System.Boolean DMCore.Logic.GetItemWndManager::k__BackingField bool ___U3CIsItemEffectShowingU3Ek__BackingField_0; // System.Collections.Generic.Queue`1 DMCore.Logic.GetItemWndManager::m_itemWndList Queue_1_t3914457535 * ___m_itemWndList_1; // DMCore.Framework.Thread.CThreadLock DMCore.Logic.GetItemWndManager::m_queueLock CThreadLock_t3315856551 * ___m_queueLock_2; public: inline static int32_t get_offset_of_U3CIsItemEffectShowingU3Ek__BackingField_0() { return static_cast(offsetof(GetItemWndManager_t2644942713, ___U3CIsItemEffectShowingU3Ek__BackingField_0)); } inline bool get_U3CIsItemEffectShowingU3Ek__BackingField_0() const { return ___U3CIsItemEffectShowingU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsItemEffectShowingU3Ek__BackingField_0() { return &___U3CIsItemEffectShowingU3Ek__BackingField_0; } inline void set_U3CIsItemEffectShowingU3Ek__BackingField_0(bool value) { ___U3CIsItemEffectShowingU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_itemWndList_1() { return static_cast(offsetof(GetItemWndManager_t2644942713, ___m_itemWndList_1)); } inline Queue_1_t3914457535 * get_m_itemWndList_1() const { return ___m_itemWndList_1; } inline Queue_1_t3914457535 ** get_address_of_m_itemWndList_1() { return &___m_itemWndList_1; } inline void set_m_itemWndList_1(Queue_1_t3914457535 * value) { ___m_itemWndList_1 = value; Il2CppCodeGenWriteBarrier((&___m_itemWndList_1), value); } inline static int32_t get_offset_of_m_queueLock_2() { return static_cast(offsetof(GetItemWndManager_t2644942713, ___m_queueLock_2)); } inline CThreadLock_t3315856551 * get_m_queueLock_2() const { return ___m_queueLock_2; } inline CThreadLock_t3315856551 ** get_address_of_m_queueLock_2() { return &___m_queueLock_2; } inline void set_m_queueLock_2(CThreadLock_t3315856551 * value) { ___m_queueLock_2 = value; Il2CppCodeGenWriteBarrier((&___m_queueLock_2), value); } }; struct GetItemWndManager_t2644942713_StaticFields { public: // DMCore.Logic.GetItemWndManager DMCore.Logic.GetItemWndManager::s_instance GetItemWndManager_t2644942713 * ___s_instance_3; // System.Int32 DMCore.Logic.GetItemWndManager::UP_LIMITED int32_t ___UP_LIMITED_4; public: inline static int32_t get_offset_of_s_instance_3() { return static_cast(offsetof(GetItemWndManager_t2644942713_StaticFields, ___s_instance_3)); } inline GetItemWndManager_t2644942713 * get_s_instance_3() const { return ___s_instance_3; } inline GetItemWndManager_t2644942713 ** get_address_of_s_instance_3() { return &___s_instance_3; } inline void set_s_instance_3(GetItemWndManager_t2644942713 * value) { ___s_instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_instance_3), value); } inline static int32_t get_offset_of_UP_LIMITED_4() { return static_cast(offsetof(GetItemWndManager_t2644942713_StaticFields, ___UP_LIMITED_4)); } inline int32_t get_UP_LIMITED_4() const { return ___UP_LIMITED_4; } inline int32_t* get_address_of_UP_LIMITED_4() { return &___UP_LIMITED_4; } inline void set_UP_LIMITED_4(int32_t value) { ___UP_LIMITED_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETITEMWNDMANAGER_T2644942713_H #ifndef CROLEMODEL_EFFECT_T71978069_H #define CROLEMODEL_EFFECT_T71978069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CRoleModel_Effect struct CRoleModel_Effect_t71978069 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect::isReady bool ___isReady_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CRoleModel_Effect::m_listParticals Dictionary_2_t255862997 * ___m_listParticals_1; // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CRoleModel_Effect::m_role ISceneRole_t2394225724 * ___m_role_2; // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect::m_bCombineEffectMode bool ___m_bCombineEffectMode_3; // DMCore.Framework.Scene.CRoleModel_Effect/roleModelItemEffectData DMCore.Framework.Scene.CRoleModel_Effect::m_CombineEffectIns roleModelItemEffectData_t1367149666 * ___m_CombineEffectIns_4; // System.Boolean DMCore.Framework.Scene.CRoleModel_Effect::m_bMale bool ___m_bMale_5; public: inline static int32_t get_offset_of_isReady_0() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___isReady_0)); } inline bool get_isReady_0() const { return ___isReady_0; } inline bool* get_address_of_isReady_0() { return &___isReady_0; } inline void set_isReady_0(bool value) { ___isReady_0 = value; } inline static int32_t get_offset_of_m_listParticals_1() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___m_listParticals_1)); } inline Dictionary_2_t255862997 * get_m_listParticals_1() const { return ___m_listParticals_1; } inline Dictionary_2_t255862997 ** get_address_of_m_listParticals_1() { return &___m_listParticals_1; } inline void set_m_listParticals_1(Dictionary_2_t255862997 * value) { ___m_listParticals_1 = value; Il2CppCodeGenWriteBarrier((&___m_listParticals_1), value); } inline static int32_t get_offset_of_m_role_2() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___m_role_2)); } inline ISceneRole_t2394225724 * get_m_role_2() const { return ___m_role_2; } inline ISceneRole_t2394225724 ** get_address_of_m_role_2() { return &___m_role_2; } inline void set_m_role_2(ISceneRole_t2394225724 * value) { ___m_role_2 = value; Il2CppCodeGenWriteBarrier((&___m_role_2), value); } inline static int32_t get_offset_of_m_bCombineEffectMode_3() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___m_bCombineEffectMode_3)); } inline bool get_m_bCombineEffectMode_3() const { return ___m_bCombineEffectMode_3; } inline bool* get_address_of_m_bCombineEffectMode_3() { return &___m_bCombineEffectMode_3; } inline void set_m_bCombineEffectMode_3(bool value) { ___m_bCombineEffectMode_3 = value; } inline static int32_t get_offset_of_m_CombineEffectIns_4() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___m_CombineEffectIns_4)); } inline roleModelItemEffectData_t1367149666 * get_m_CombineEffectIns_4() const { return ___m_CombineEffectIns_4; } inline roleModelItemEffectData_t1367149666 ** get_address_of_m_CombineEffectIns_4() { return &___m_CombineEffectIns_4; } inline void set_m_CombineEffectIns_4(roleModelItemEffectData_t1367149666 * value) { ___m_CombineEffectIns_4 = value; Il2CppCodeGenWriteBarrier((&___m_CombineEffectIns_4), value); } inline static int32_t get_offset_of_m_bMale_5() { return static_cast(offsetof(CRoleModel_Effect_t71978069, ___m_bMale_5)); } inline bool get_m_bMale_5() const { return ___m_bMale_5; } inline bool* get_address_of_m_bMale_5() { return &___m_bMale_5; } inline void set_m_bMale_5(bool value) { ___m_bMale_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEMODEL_EFFECT_T71978069_H #ifndef PERSONALISENODE_T1242075766_H #define PERSONALISENODE_T1242075766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PersonaliseNode struct PersonaliseNode_t1242075766 : public RuntimeObject { public: // System.Int32 DMCore.Logic.PersonaliseNode::id int32_t ___id_0; // System.String DMCore.Logic.PersonaliseNode::name String_t* ___name_1; // System.String DMCore.Logic.PersonaliseNode::animName String_t* ___animName_2; // System.String DMCore.Logic.PersonaliseNode::effectName String_t* ___effectName_3; // System.String DMCore.Logic.PersonaliseNode::uiEffect String_t* ___uiEffect_4; // System.String DMCore.Logic.PersonaliseNode::spriteName String_t* ___spriteName_5; // System.Int32 DMCore.Logic.PersonaliseNode::effectTime int32_t ___effectTime_6; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(PersonaliseNode_t1242075766, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(PersonaliseNode_t1242075766, ___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_animName_2() { return static_cast(offsetof(PersonaliseNode_t1242075766, ___animName_2)); } inline String_t* get_animName_2() const { return ___animName_2; } inline String_t** get_address_of_animName_2() { return &___animName_2; } inline void set_animName_2(String_t* value) { ___animName_2 = value; Il2CppCodeGenWriteBarrier((&___animName_2), value); } inline static int32_t get_offset_of_effectName_3() { return static_cast(offsetof(PersonaliseNode_t1242075766, ___effectName_3)); } inline String_t* get_effectName_3() const { return ___effectName_3; } inline String_t** get_address_of_effectName_3() { return &___effectName_3; } inline void set_effectName_3(String_t* value) { ___effectName_3 = value; Il2CppCodeGenWriteBarrier((&___effectName_3), value); } inline static int32_t get_offset_of_uiEffect_4() { return static_cast(offsetof(PersonaliseNode_t1242075766, ___uiEffect_4)); } inline String_t* get_uiEffect_4() const { return ___uiEffect_4; } inline String_t** get_address_of_uiEffect_4() { return &___uiEffect_4; } inline void set_uiEffect_4(String_t* value) { ___uiEffect_4 = value; Il2CppCodeGenWriteBarrier((&___uiEffect_4), value); } inline static int32_t get_offset_of_spriteName_5() { return static_cast(offsetof(PersonaliseNode_t1242075766, ___spriteName_5)); } inline String_t* get_spriteName_5() const { return ___spriteName_5; } inline String_t** get_address_of_spriteName_5() { return &___spriteName_5; } inline void set_spriteName_5(String_t* value) { ___spriteName_5 = value; Il2CppCodeGenWriteBarrier((&___spriteName_5), value); } inline static int32_t get_offset_of_effectTime_6() { return static_cast(offsetof(PersonaliseNode_t1242075766, ___effectTime_6)); } inline int32_t get_effectTime_6() const { return ___effectTime_6; } inline int32_t* get_address_of_effectTime_6() { return &___effectTime_6; } inline void set_effectTime_6(int32_t value) { ___effectTime_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERSONALISENODE_T1242075766_H #ifndef DICTIONARY_2_T130789097_H #define DICTIONARY_2_T130789097_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_t130789097 : 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 PersonaliseNodeU5BU5D_t2973759219* ___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_t130789097, ___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_t130789097, ___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_t130789097, ___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_t130789097, ___valueSlots_7)); } inline PersonaliseNodeU5BU5D_t2973759219* get_valueSlots_7() const { return ___valueSlots_7; } inline PersonaliseNodeU5BU5D_t2973759219** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(PersonaliseNodeU5BU5D_t2973759219* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t130789097, ___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_t130789097, ___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_t130789097, ___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_t130789097, ___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_t130789097, ___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_t130789097, ___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_t130789097, ___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_t130789097_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2578098063 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t130789097_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2578098063 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2578098063 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2578098063 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T130789097_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_T3314469724_H #define DICTIONARY_2_T3314469724_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_t3314469724 : 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 Dictionary_2U5BU5D_t3682079572* ___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_t3314469724, ___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_t3314469724, ___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_t3314469724, ___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_t3314469724, ___valueSlots_7)); } inline Dictionary_2U5BU5D_t3682079572* get_valueSlots_7() const { return ___valueSlots_7; } inline Dictionary_2U5BU5D_t3682079572** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Dictionary_2U5BU5D_t3682079572* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3314469724, ___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_t3314469724, ___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_t3314469724, ___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_t3314469724, ___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_t3314469724, ___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_t3314469724, ___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_t3314469724, ___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_t3314469724_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3286418416 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3314469724_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3286418416 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3286418416 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3286418416 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3314469724_H #ifndef PAGETIPSDATA_T3428124494_H #define PAGETIPSDATA_T3428124494_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PageTipsData struct PageTipsData_t3428124494 : public RuntimeObject { public: // System.String DMCore.Logic.PageTipsData::title String_t* ___title_0; // System.String DMCore.Logic.PageTipsData::tipContentFull String_t* ___tipContentFull_1; // System.Collections.Generic.List`1 DMCore.Logic.PageTipsData::tipContent List_1_t3319525431 * ___tipContent_2; // DMCore.Logic.OnTipsWndVisibleChanged DMCore.Logic.PageTipsData::cbVisibleChanged OnTipsWndVisibleChanged_t2417932079 * ___cbVisibleChanged_3; public: inline static int32_t get_offset_of_title_0() { return static_cast(offsetof(PageTipsData_t3428124494, ___title_0)); } inline String_t* get_title_0() const { return ___title_0; } inline String_t** get_address_of_title_0() { return &___title_0; } inline void set_title_0(String_t* value) { ___title_0 = value; Il2CppCodeGenWriteBarrier((&___title_0), value); } inline static int32_t get_offset_of_tipContentFull_1() { return static_cast(offsetof(PageTipsData_t3428124494, ___tipContentFull_1)); } inline String_t* get_tipContentFull_1() const { return ___tipContentFull_1; } inline String_t** get_address_of_tipContentFull_1() { return &___tipContentFull_1; } inline void set_tipContentFull_1(String_t* value) { ___tipContentFull_1 = value; Il2CppCodeGenWriteBarrier((&___tipContentFull_1), value); } inline static int32_t get_offset_of_tipContent_2() { return static_cast(offsetof(PageTipsData_t3428124494, ___tipContent_2)); } inline List_1_t3319525431 * get_tipContent_2() const { return ___tipContent_2; } inline List_1_t3319525431 ** get_address_of_tipContent_2() { return &___tipContent_2; } inline void set_tipContent_2(List_1_t3319525431 * value) { ___tipContent_2 = value; Il2CppCodeGenWriteBarrier((&___tipContent_2), value); } inline static int32_t get_offset_of_cbVisibleChanged_3() { return static_cast(offsetof(PageTipsData_t3428124494, ___cbVisibleChanged_3)); } inline OnTipsWndVisibleChanged_t2417932079 * get_cbVisibleChanged_3() const { return ___cbVisibleChanged_3; } inline OnTipsWndVisibleChanged_t2417932079 ** get_address_of_cbVisibleChanged_3() { return &___cbVisibleChanged_3; } inline void set_cbVisibleChanged_3(OnTipsWndVisibleChanged_t2417932079 * value) { ___cbVisibleChanged_3 = value; Il2CppCodeGenWriteBarrier((&___cbVisibleChanged_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PAGETIPSDATA_T3428124494_H #ifndef DICTIONARY_2_T2316837825_H #define DICTIONARY_2_T2316837825_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_t2316837825 : 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 PageTipsDataU5BU5D_t1166580667* ___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_t2316837825, ___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_t2316837825, ___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_t2316837825, ___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_t2316837825, ___valueSlots_7)); } inline PageTipsDataU5BU5D_t1166580667* get_valueSlots_7() const { return ___valueSlots_7; } inline PageTipsDataU5BU5D_t1166580667** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(PageTipsDataU5BU5D_t1166580667* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2316837825, ___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_t2316837825, ___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_t2316837825, ___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_t2316837825, ___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_t2316837825, ___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_t2316837825, ___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_t2316837825, ___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_t2316837825_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t770919511 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2316837825_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t770919511 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t770919511 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t770919511 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2316837825_H #ifndef ENTERROOMANIMINFO_T1215699366_H #define ENTERROOMANIMINFO_T1215699366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EnterRoomAnimInfo struct EnterRoomAnimInfo_t1215699366 : public RuntimeObject { public: // System.String DMCore.Logic.EnterRoomAnimInfo::enterRoomAnimClipName String_t* ___enterRoomAnimClipName_0; // System.String DMCore.Logic.EnterRoomAnimInfo::enterRoomAnimEffect String_t* ___enterRoomAnimEffect_1; public: inline static int32_t get_offset_of_enterRoomAnimClipName_0() { return static_cast(offsetof(EnterRoomAnimInfo_t1215699366, ___enterRoomAnimClipName_0)); } inline String_t* get_enterRoomAnimClipName_0() const { return ___enterRoomAnimClipName_0; } inline String_t** get_address_of_enterRoomAnimClipName_0() { return &___enterRoomAnimClipName_0; } inline void set_enterRoomAnimClipName_0(String_t* value) { ___enterRoomAnimClipName_0 = value; Il2CppCodeGenWriteBarrier((&___enterRoomAnimClipName_0), value); } inline static int32_t get_offset_of_enterRoomAnimEffect_1() { return static_cast(offsetof(EnterRoomAnimInfo_t1215699366, ___enterRoomAnimEffect_1)); } inline String_t* get_enterRoomAnimEffect_1() const { return ___enterRoomAnimEffect_1; } inline String_t** get_address_of_enterRoomAnimEffect_1() { return &___enterRoomAnimEffect_1; } inline void set_enterRoomAnimEffect_1(String_t* value) { ___enterRoomAnimEffect_1 = value; Il2CppCodeGenWriteBarrier((&___enterRoomAnimEffect_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENTERROOMANIMINFO_T1215699366_H #ifndef LIST_1_T2927442759_H #define LIST_1_T2927442759_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_t2927442759 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items EmotionAnimU5BU5D_t1837229132* ____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_t2927442759, ____items_1)); } inline EmotionAnimU5BU5D_t1837229132* get__items_1() const { return ____items_1; } inline EmotionAnimU5BU5D_t1837229132** get_address_of__items_1() { return &____items_1; } inline void set__items_1(EmotionAnimU5BU5D_t1837229132* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2927442759, ____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_t2927442759, ____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_t2927442759_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray EmotionAnimU5BU5D_t1837229132* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2927442759_StaticFields, ___EmptyArray_4)); } inline EmotionAnimU5BU5D_t1837229132* get_EmptyArray_4() const { return ___EmptyArray_4; } inline EmotionAnimU5BU5D_t1837229132** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(EmotionAnimU5BU5D_t1837229132* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2927442759_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 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 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 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 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 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 MAYTHEMEINFO_T2325968778_H #define MAYTHEMEINFO_T2325968778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MayThemeInfo struct MayThemeInfo_t2325968778 : public RuntimeObject { public: // System.Int32 DMCore.Logic.MayThemeInfo::m_ThemeId int32_t ___m_ThemeId_0; public: inline static int32_t get_offset_of_m_ThemeId_0() { return static_cast(offsetof(MayThemeInfo_t2325968778, ___m_ThemeId_0)); } inline int32_t get_m_ThemeId_0() const { return ___m_ThemeId_0; } inline int32_t* get_address_of_m_ThemeId_0() { return &___m_ThemeId_0; } inline void set_m_ThemeId_0(int32_t value) { ___m_ThemeId_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MAYTHEMEINFO_T2325968778_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 CFRAGMENTMANAGER_T4020029771_H #define CFRAGMENTMANAGER_T4020029771_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFragmentManager struct CFragmentManager_t4020029771 : public RuntimeObject { public: // DMCore.Framework.Task.ITaskBase`1 DMCore.Logic.CFragmentManager::m_TaskController ITaskBase_1_t1810328984 * ___m_TaskController_0; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CFragmentManager::m_FormulaList Dictionary_2_t741555727 * ___m_FormulaList_1; // System.Boolean DMCore.Logic.CFragmentManager::m_IsNeedRefreshAll bool ___m_IsNeedRefreshAll_2; // System.Int32 DMCore.Logic.CFragmentManager::m_SelectedPrintID int32_t ___m_SelectedPrintID_3; // System.Int32 DMCore.Logic.CFragmentManager::m_SelectedPrintBarID int32_t ___m_SelectedPrintBarID_4; // System.Int32 DMCore.Logic.CFragmentManager::m_LastSelectedPrintID int32_t ___m_LastSelectedPrintID_5; // System.Int32 DMCore.Logic.CFragmentManager::m_SelectedFragmentID int32_t ___m_SelectedFragmentID_6; // System.Int32 DMCore.Logic.CFragmentManager::m_SelectedFragmentBarID int32_t ___m_SelectedFragmentBarID_7; // System.Boolean DMCore.Logic.CFragmentManager::m_IsComposeFormulaReceived bool ___m_IsComposeFormulaReceived_8; // System.Int32 DMCore.Logic.CFragmentManager::m_FragmentUpdateCount int32_t ___m_FragmentUpdateCount_9; // System.Int32 DMCore.Logic.CFragmentManager::m_LastFragmentUpdateCount int32_t ___m_LastFragmentUpdateCount_10; // System.Boolean DMCore.Logic.CFragmentManager::m_IsNeedRefreshUpdate bool ___m_IsNeedRefreshUpdate_11; // System.Int32 DMCore.Logic.CFragmentManager::m_SelectedEquipID int32_t ___m_SelectedEquipID_12; // System.Int32 DMCore.Logic.CFragmentManager::m_SelectedEquipBarID int32_t ___m_SelectedEquipBarID_13; // System.Int32 DMCore.Logic.CFragmentManager::m_LastSelectedEquipID int32_t ___m_LastSelectedEquipID_14; // System.Boolean DMCore.Logic.CFragmentManager::m_IsDecomposeFormulaReceived bool ___m_IsDecomposeFormulaReceived_15; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CFragmentManager::m_ClothFragmentData Dictionary_2_t1839659084 * ___m_ClothFragmentData_16; public: inline static int32_t get_offset_of_m_TaskController_0() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_TaskController_0)); } inline ITaskBase_1_t1810328984 * get_m_TaskController_0() const { return ___m_TaskController_0; } inline ITaskBase_1_t1810328984 ** get_address_of_m_TaskController_0() { return &___m_TaskController_0; } inline void set_m_TaskController_0(ITaskBase_1_t1810328984 * value) { ___m_TaskController_0 = value; Il2CppCodeGenWriteBarrier((&___m_TaskController_0), value); } inline static int32_t get_offset_of_m_FormulaList_1() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_FormulaList_1)); } inline Dictionary_2_t741555727 * get_m_FormulaList_1() const { return ___m_FormulaList_1; } inline Dictionary_2_t741555727 ** get_address_of_m_FormulaList_1() { return &___m_FormulaList_1; } inline void set_m_FormulaList_1(Dictionary_2_t741555727 * value) { ___m_FormulaList_1 = value; Il2CppCodeGenWriteBarrier((&___m_FormulaList_1), value); } inline static int32_t get_offset_of_m_IsNeedRefreshAll_2() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_IsNeedRefreshAll_2)); } inline bool get_m_IsNeedRefreshAll_2() const { return ___m_IsNeedRefreshAll_2; } inline bool* get_address_of_m_IsNeedRefreshAll_2() { return &___m_IsNeedRefreshAll_2; } inline void set_m_IsNeedRefreshAll_2(bool value) { ___m_IsNeedRefreshAll_2 = value; } inline static int32_t get_offset_of_m_SelectedPrintID_3() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_SelectedPrintID_3)); } inline int32_t get_m_SelectedPrintID_3() const { return ___m_SelectedPrintID_3; } inline int32_t* get_address_of_m_SelectedPrintID_3() { return &___m_SelectedPrintID_3; } inline void set_m_SelectedPrintID_3(int32_t value) { ___m_SelectedPrintID_3 = value; } inline static int32_t get_offset_of_m_SelectedPrintBarID_4() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_SelectedPrintBarID_4)); } inline int32_t get_m_SelectedPrintBarID_4() const { return ___m_SelectedPrintBarID_4; } inline int32_t* get_address_of_m_SelectedPrintBarID_4() { return &___m_SelectedPrintBarID_4; } inline void set_m_SelectedPrintBarID_4(int32_t value) { ___m_SelectedPrintBarID_4 = value; } inline static int32_t get_offset_of_m_LastSelectedPrintID_5() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_LastSelectedPrintID_5)); } inline int32_t get_m_LastSelectedPrintID_5() const { return ___m_LastSelectedPrintID_5; } inline int32_t* get_address_of_m_LastSelectedPrintID_5() { return &___m_LastSelectedPrintID_5; } inline void set_m_LastSelectedPrintID_5(int32_t value) { ___m_LastSelectedPrintID_5 = value; } inline static int32_t get_offset_of_m_SelectedFragmentID_6() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_SelectedFragmentID_6)); } inline int32_t get_m_SelectedFragmentID_6() const { return ___m_SelectedFragmentID_6; } inline int32_t* get_address_of_m_SelectedFragmentID_6() { return &___m_SelectedFragmentID_6; } inline void set_m_SelectedFragmentID_6(int32_t value) { ___m_SelectedFragmentID_6 = value; } inline static int32_t get_offset_of_m_SelectedFragmentBarID_7() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_SelectedFragmentBarID_7)); } inline int32_t get_m_SelectedFragmentBarID_7() const { return ___m_SelectedFragmentBarID_7; } inline int32_t* get_address_of_m_SelectedFragmentBarID_7() { return &___m_SelectedFragmentBarID_7; } inline void set_m_SelectedFragmentBarID_7(int32_t value) { ___m_SelectedFragmentBarID_7 = value; } inline static int32_t get_offset_of_m_IsComposeFormulaReceived_8() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_IsComposeFormulaReceived_8)); } inline bool get_m_IsComposeFormulaReceived_8() const { return ___m_IsComposeFormulaReceived_8; } inline bool* get_address_of_m_IsComposeFormulaReceived_8() { return &___m_IsComposeFormulaReceived_8; } inline void set_m_IsComposeFormulaReceived_8(bool value) { ___m_IsComposeFormulaReceived_8 = value; } inline static int32_t get_offset_of_m_FragmentUpdateCount_9() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_FragmentUpdateCount_9)); } inline int32_t get_m_FragmentUpdateCount_9() const { return ___m_FragmentUpdateCount_9; } inline int32_t* get_address_of_m_FragmentUpdateCount_9() { return &___m_FragmentUpdateCount_9; } inline void set_m_FragmentUpdateCount_9(int32_t value) { ___m_FragmentUpdateCount_9 = value; } inline static int32_t get_offset_of_m_LastFragmentUpdateCount_10() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_LastFragmentUpdateCount_10)); } inline int32_t get_m_LastFragmentUpdateCount_10() const { return ___m_LastFragmentUpdateCount_10; } inline int32_t* get_address_of_m_LastFragmentUpdateCount_10() { return &___m_LastFragmentUpdateCount_10; } inline void set_m_LastFragmentUpdateCount_10(int32_t value) { ___m_LastFragmentUpdateCount_10 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshUpdate_11() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_IsNeedRefreshUpdate_11)); } inline bool get_m_IsNeedRefreshUpdate_11() const { return ___m_IsNeedRefreshUpdate_11; } inline bool* get_address_of_m_IsNeedRefreshUpdate_11() { return &___m_IsNeedRefreshUpdate_11; } inline void set_m_IsNeedRefreshUpdate_11(bool value) { ___m_IsNeedRefreshUpdate_11 = value; } inline static int32_t get_offset_of_m_SelectedEquipID_12() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_SelectedEquipID_12)); } inline int32_t get_m_SelectedEquipID_12() const { return ___m_SelectedEquipID_12; } inline int32_t* get_address_of_m_SelectedEquipID_12() { return &___m_SelectedEquipID_12; } inline void set_m_SelectedEquipID_12(int32_t value) { ___m_SelectedEquipID_12 = value; } inline static int32_t get_offset_of_m_SelectedEquipBarID_13() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_SelectedEquipBarID_13)); } inline int32_t get_m_SelectedEquipBarID_13() const { return ___m_SelectedEquipBarID_13; } inline int32_t* get_address_of_m_SelectedEquipBarID_13() { return &___m_SelectedEquipBarID_13; } inline void set_m_SelectedEquipBarID_13(int32_t value) { ___m_SelectedEquipBarID_13 = value; } inline static int32_t get_offset_of_m_LastSelectedEquipID_14() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_LastSelectedEquipID_14)); } inline int32_t get_m_LastSelectedEquipID_14() const { return ___m_LastSelectedEquipID_14; } inline int32_t* get_address_of_m_LastSelectedEquipID_14() { return &___m_LastSelectedEquipID_14; } inline void set_m_LastSelectedEquipID_14(int32_t value) { ___m_LastSelectedEquipID_14 = value; } inline static int32_t get_offset_of_m_IsDecomposeFormulaReceived_15() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_IsDecomposeFormulaReceived_15)); } inline bool get_m_IsDecomposeFormulaReceived_15() const { return ___m_IsDecomposeFormulaReceived_15; } inline bool* get_address_of_m_IsDecomposeFormulaReceived_15() { return &___m_IsDecomposeFormulaReceived_15; } inline void set_m_IsDecomposeFormulaReceived_15(bool value) { ___m_IsDecomposeFormulaReceived_15 = value; } inline static int32_t get_offset_of_m_ClothFragmentData_16() { return static_cast(offsetof(CFragmentManager_t4020029771, ___m_ClothFragmentData_16)); } inline Dictionary_2_t1839659084 * get_m_ClothFragmentData_16() const { return ___m_ClothFragmentData_16; } inline Dictionary_2_t1839659084 ** get_address_of_m_ClothFragmentData_16() { return &___m_ClothFragmentData_16; } inline void set_m_ClothFragmentData_16(Dictionary_2_t1839659084 * value) { ___m_ClothFragmentData_16 = value; Il2CppCodeGenWriteBarrier((&___m_ClothFragmentData_16), value); } }; struct CFragmentManager_t4020029771_StaticFields { public: // DMCore.Logic.CFragmentManager DMCore.Logic.CFragmentManager::s_Instance CFragmentManager_t4020029771 * ___s_Instance_17; public: inline static int32_t get_offset_of_s_Instance_17() { return static_cast(offsetof(CFragmentManager_t4020029771_StaticFields, ___s_Instance_17)); } inline CFragmentManager_t4020029771 * get_s_Instance_17() const { return ___s_Instance_17; } inline CFragmentManager_t4020029771 ** get_address_of_s_Instance_17() { return &___s_Instance_17; } inline void set_s_Instance_17(CFragmentManager_t4020029771 * value) { ___s_Instance_17 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFRAGMENTMANAGER_T4020029771_H #ifndef SHOPMODEL_T101745799_H #define SHOPMODEL_T101745799_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.shopModel struct shopModel_t101745799 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.shopModel::mDicAnim Dictionary_2_t2910090473 * ___mDicAnim_0; // System.Boolean DMCore.Logic.shopModel::m_bEnable bool ___m_bEnable_1; // System.Boolean DMCore.Logic.shopModel::m_bActiveMainRole bool ___m_bActiveMainRole_2; // System.Boolean DMCore.Logic.shopModel::m_bActiveShowMale bool ___m_bActiveShowMale_3; // System.Boolean DMCore.Logic.shopModel::m_bCoupleRoles bool ___m_bCoupleRoles_4; // System.Boolean DMCore.Logic.shopModel::m_bCoupleReady bool ___m_bCoupleReady_5; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::mModelCouple1 ISceneRole_t2394225724 * ___mModelCouple1_6; // System.Boolean DMCore.Logic.shopModel::ModelCouple1 bool ___ModelCouple1_7; // System.Int64 DMCore.Logic.shopModel::mCoupleUserId1 int64_t ___mCoupleUserId1_8; // System.Int32 DMCore.Logic.shopModel::mCoupleSex1 int32_t ___mCoupleSex1_9; // System.Int64 DMCore.Logic.shopModel::mCoupleUserId2 int64_t ___mCoupleUserId2_10; // System.Int32 DMCore.Logic.shopModel::mCoupleSex2 int32_t ___mCoupleSex2_11; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::mModelCouple2 ISceneRole_t2394225724 * ___mModelCouple2_12; // System.Boolean DMCore.Logic.shopModel::ModelCouple2 bool ___ModelCouple2_13; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::m_NextModel ISceneRole_t2394225724 * ___m_NextModel_14; // System.Int64 DMCore.Logic.shopModel::m_NeedShowRoleID int64_t ___m_NeedShowRoleID_15; // System.Int64 DMCore.Logic.shopModel::m_CurActiveRoleID int64_t ___m_CurActiveRoleID_16; // System.Collections.Generic.LinkedList`1 DMCore.Logic.shopModel::m_cachedModelIds LinkedList_1_t1790591762 * ___m_cachedModelIds_17; // BetterList`1 DMCore.Logic.shopModel::m_listIconDirty BetterList_1_t2105966071 * ___m_listIconDirty_18; // BetterList`1 DMCore.Logic.shopModel::m_listIconActive BetterList_1_t2105966071 * ___m_listIconActive_19; public: inline static int32_t get_offset_of_mDicAnim_0() { return static_cast(offsetof(shopModel_t101745799, ___mDicAnim_0)); } inline Dictionary_2_t2910090473 * get_mDicAnim_0() const { return ___mDicAnim_0; } inline Dictionary_2_t2910090473 ** get_address_of_mDicAnim_0() { return &___mDicAnim_0; } inline void set_mDicAnim_0(Dictionary_2_t2910090473 * value) { ___mDicAnim_0 = value; Il2CppCodeGenWriteBarrier((&___mDicAnim_0), value); } inline static int32_t get_offset_of_m_bEnable_1() { return static_cast(offsetof(shopModel_t101745799, ___m_bEnable_1)); } inline bool get_m_bEnable_1() const { return ___m_bEnable_1; } inline bool* get_address_of_m_bEnable_1() { return &___m_bEnable_1; } inline void set_m_bEnable_1(bool value) { ___m_bEnable_1 = value; } inline static int32_t get_offset_of_m_bActiveMainRole_2() { return static_cast(offsetof(shopModel_t101745799, ___m_bActiveMainRole_2)); } inline bool get_m_bActiveMainRole_2() const { return ___m_bActiveMainRole_2; } inline bool* get_address_of_m_bActiveMainRole_2() { return &___m_bActiveMainRole_2; } inline void set_m_bActiveMainRole_2(bool value) { ___m_bActiveMainRole_2 = value; } inline static int32_t get_offset_of_m_bActiveShowMale_3() { return static_cast(offsetof(shopModel_t101745799, ___m_bActiveShowMale_3)); } inline bool get_m_bActiveShowMale_3() const { return ___m_bActiveShowMale_3; } inline bool* get_address_of_m_bActiveShowMale_3() { return &___m_bActiveShowMale_3; } inline void set_m_bActiveShowMale_3(bool value) { ___m_bActiveShowMale_3 = value; } inline static int32_t get_offset_of_m_bCoupleRoles_4() { return static_cast(offsetof(shopModel_t101745799, ___m_bCoupleRoles_4)); } inline bool get_m_bCoupleRoles_4() const { return ___m_bCoupleRoles_4; } inline bool* get_address_of_m_bCoupleRoles_4() { return &___m_bCoupleRoles_4; } inline void set_m_bCoupleRoles_4(bool value) { ___m_bCoupleRoles_4 = value; } inline static int32_t get_offset_of_m_bCoupleReady_5() { return static_cast(offsetof(shopModel_t101745799, ___m_bCoupleReady_5)); } inline bool get_m_bCoupleReady_5() const { return ___m_bCoupleReady_5; } inline bool* get_address_of_m_bCoupleReady_5() { return &___m_bCoupleReady_5; } inline void set_m_bCoupleReady_5(bool value) { ___m_bCoupleReady_5 = value; } inline static int32_t get_offset_of_mModelCouple1_6() { return static_cast(offsetof(shopModel_t101745799, ___mModelCouple1_6)); } inline ISceneRole_t2394225724 * get_mModelCouple1_6() const { return ___mModelCouple1_6; } inline ISceneRole_t2394225724 ** get_address_of_mModelCouple1_6() { return &___mModelCouple1_6; } inline void set_mModelCouple1_6(ISceneRole_t2394225724 * value) { ___mModelCouple1_6 = value; Il2CppCodeGenWriteBarrier((&___mModelCouple1_6), value); } inline static int32_t get_offset_of_ModelCouple1_7() { return static_cast(offsetof(shopModel_t101745799, ___ModelCouple1_7)); } inline bool get_ModelCouple1_7() const { return ___ModelCouple1_7; } inline bool* get_address_of_ModelCouple1_7() { return &___ModelCouple1_7; } inline void set_ModelCouple1_7(bool value) { ___ModelCouple1_7 = value; } inline static int32_t get_offset_of_mCoupleUserId1_8() { return static_cast(offsetof(shopModel_t101745799, ___mCoupleUserId1_8)); } inline int64_t get_mCoupleUserId1_8() const { return ___mCoupleUserId1_8; } inline int64_t* get_address_of_mCoupleUserId1_8() { return &___mCoupleUserId1_8; } inline void set_mCoupleUserId1_8(int64_t value) { ___mCoupleUserId1_8 = value; } inline static int32_t get_offset_of_mCoupleSex1_9() { return static_cast(offsetof(shopModel_t101745799, ___mCoupleSex1_9)); } inline int32_t get_mCoupleSex1_9() const { return ___mCoupleSex1_9; } inline int32_t* get_address_of_mCoupleSex1_9() { return &___mCoupleSex1_9; } inline void set_mCoupleSex1_9(int32_t value) { ___mCoupleSex1_9 = value; } inline static int32_t get_offset_of_mCoupleUserId2_10() { return static_cast(offsetof(shopModel_t101745799, ___mCoupleUserId2_10)); } inline int64_t get_mCoupleUserId2_10() const { return ___mCoupleUserId2_10; } inline int64_t* get_address_of_mCoupleUserId2_10() { return &___mCoupleUserId2_10; } inline void set_mCoupleUserId2_10(int64_t value) { ___mCoupleUserId2_10 = value; } inline static int32_t get_offset_of_mCoupleSex2_11() { return static_cast(offsetof(shopModel_t101745799, ___mCoupleSex2_11)); } inline int32_t get_mCoupleSex2_11() const { return ___mCoupleSex2_11; } inline int32_t* get_address_of_mCoupleSex2_11() { return &___mCoupleSex2_11; } inline void set_mCoupleSex2_11(int32_t value) { ___mCoupleSex2_11 = value; } inline static int32_t get_offset_of_mModelCouple2_12() { return static_cast(offsetof(shopModel_t101745799, ___mModelCouple2_12)); } inline ISceneRole_t2394225724 * get_mModelCouple2_12() const { return ___mModelCouple2_12; } inline ISceneRole_t2394225724 ** get_address_of_mModelCouple2_12() { return &___mModelCouple2_12; } inline void set_mModelCouple2_12(ISceneRole_t2394225724 * value) { ___mModelCouple2_12 = value; Il2CppCodeGenWriteBarrier((&___mModelCouple2_12), value); } inline static int32_t get_offset_of_ModelCouple2_13() { return static_cast(offsetof(shopModel_t101745799, ___ModelCouple2_13)); } inline bool get_ModelCouple2_13() const { return ___ModelCouple2_13; } inline bool* get_address_of_ModelCouple2_13() { return &___ModelCouple2_13; } inline void set_ModelCouple2_13(bool value) { ___ModelCouple2_13 = value; } inline static int32_t get_offset_of_m_NextModel_14() { return static_cast(offsetof(shopModel_t101745799, ___m_NextModel_14)); } inline ISceneRole_t2394225724 * get_m_NextModel_14() const { return ___m_NextModel_14; } inline ISceneRole_t2394225724 ** get_address_of_m_NextModel_14() { return &___m_NextModel_14; } inline void set_m_NextModel_14(ISceneRole_t2394225724 * value) { ___m_NextModel_14 = value; Il2CppCodeGenWriteBarrier((&___m_NextModel_14), value); } inline static int32_t get_offset_of_m_NeedShowRoleID_15() { return static_cast(offsetof(shopModel_t101745799, ___m_NeedShowRoleID_15)); } inline int64_t get_m_NeedShowRoleID_15() const { return ___m_NeedShowRoleID_15; } inline int64_t* get_address_of_m_NeedShowRoleID_15() { return &___m_NeedShowRoleID_15; } inline void set_m_NeedShowRoleID_15(int64_t value) { ___m_NeedShowRoleID_15 = value; } inline static int32_t get_offset_of_m_CurActiveRoleID_16() { return static_cast(offsetof(shopModel_t101745799, ___m_CurActiveRoleID_16)); } inline int64_t get_m_CurActiveRoleID_16() const { return ___m_CurActiveRoleID_16; } inline int64_t* get_address_of_m_CurActiveRoleID_16() { return &___m_CurActiveRoleID_16; } inline void set_m_CurActiveRoleID_16(int64_t value) { ___m_CurActiveRoleID_16 = value; } inline static int32_t get_offset_of_m_cachedModelIds_17() { return static_cast(offsetof(shopModel_t101745799, ___m_cachedModelIds_17)); } inline LinkedList_1_t1790591762 * get_m_cachedModelIds_17() const { return ___m_cachedModelIds_17; } inline LinkedList_1_t1790591762 ** get_address_of_m_cachedModelIds_17() { return &___m_cachedModelIds_17; } inline void set_m_cachedModelIds_17(LinkedList_1_t1790591762 * value) { ___m_cachedModelIds_17 = value; Il2CppCodeGenWriteBarrier((&___m_cachedModelIds_17), value); } inline static int32_t get_offset_of_m_listIconDirty_18() { return static_cast(offsetof(shopModel_t101745799, ___m_listIconDirty_18)); } inline BetterList_1_t2105966071 * get_m_listIconDirty_18() const { return ___m_listIconDirty_18; } inline BetterList_1_t2105966071 ** get_address_of_m_listIconDirty_18() { return &___m_listIconDirty_18; } inline void set_m_listIconDirty_18(BetterList_1_t2105966071 * value) { ___m_listIconDirty_18 = value; Il2CppCodeGenWriteBarrier((&___m_listIconDirty_18), value); } inline static int32_t get_offset_of_m_listIconActive_19() { return static_cast(offsetof(shopModel_t101745799, ___m_listIconActive_19)); } inline BetterList_1_t2105966071 * get_m_listIconActive_19() const { return ___m_listIconActive_19; } inline BetterList_1_t2105966071 ** get_address_of_m_listIconActive_19() { return &___m_listIconActive_19; } inline void set_m_listIconActive_19(BetterList_1_t2105966071 * value) { ___m_listIconActive_19 = value; Il2CppCodeGenWriteBarrier((&___m_listIconActive_19), value); } }; struct shopModel_t101745799_StaticFields { public: // DMCore.Logic.shopModel DMCore.Logic.shopModel::s_Instance shopModel_t101745799 * ___s_Instance_20; // System.Predicate`1 DMCore.Logic.shopModel::<>f__mg$cache0 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache0_21; // System.Predicate`1 DMCore.Logic.shopModel::<>f__mg$cache1 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache1_22; public: inline static int32_t get_offset_of_s_Instance_20() { return static_cast(offsetof(shopModel_t101745799_StaticFields, ___s_Instance_20)); } inline shopModel_t101745799 * get_s_Instance_20() const { return ___s_Instance_20; } inline shopModel_t101745799 ** get_address_of_s_Instance_20() { return &___s_Instance_20; } inline void set_s_Instance_20(shopModel_t101745799 * value) { ___s_Instance_20 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_20), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_21() { return static_cast(offsetof(shopModel_t101745799_StaticFields, ___U3CU3Ef__mgU24cache0_21)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache0_21() const { return ___U3CU3Ef__mgU24cache0_21; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache0_21() { return &___U3CU3Ef__mgU24cache0_21; } inline void set_U3CU3Ef__mgU24cache0_21(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache0_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_21), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_22() { return static_cast(offsetof(shopModel_t101745799_StaticFields, ___U3CU3Ef__mgU24cache1_22)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache1_22() const { return ___U3CU3Ef__mgU24cache1_22; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache1_22() { return &___U3CU3Ef__mgU24cache1_22; } inline void set_U3CU3Ef__mgU24cache1_22(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache1_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHOPMODEL_T101745799_H #ifndef 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 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 MEDALITEM_T720471580_H #define MEDALITEM_T720471580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MedalItem struct MedalItem_t720471580 : public RuntimeObject { public: // System.Int32 DMCore.Logic.MedalItem::groupId int32_t ___groupId_0; // System.Int32 DMCore.Logic.MedalItem::medalId int32_t ___medalId_1; // System.Int32 DMCore.Logic.MedalItem::state int32_t ___state_2; // System.Int32 DMCore.Logic.MedalItem::wear int32_t ___wear_3; public: inline static int32_t get_offset_of_groupId_0() { return static_cast(offsetof(MedalItem_t720471580, ___groupId_0)); } inline int32_t get_groupId_0() const { return ___groupId_0; } inline int32_t* get_address_of_groupId_0() { return &___groupId_0; } inline void set_groupId_0(int32_t value) { ___groupId_0 = value; } inline static int32_t get_offset_of_medalId_1() { return static_cast(offsetof(MedalItem_t720471580, ___medalId_1)); } inline int32_t get_medalId_1() const { return ___medalId_1; } inline int32_t* get_address_of_medalId_1() { return &___medalId_1; } inline void set_medalId_1(int32_t value) { ___medalId_1 = value; } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(MedalItem_t720471580, ___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_wear_3() { return static_cast(offsetof(MedalItem_t720471580, ___wear_3)); } inline int32_t get_wear_3() const { return ___wear_3; } inline int32_t* get_address_of_wear_3() { return &___wear_3; } inline void set_wear_3(int32_t value) { ___wear_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEDALITEM_T720471580_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 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 MEMBERAWARDUNIT_T798532047_H #define MEMBERAWARDUNIT_T798532047_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MemberAwardUnit struct MemberAwardUnit_t798532047 : public RuntimeObject { public: // System.Int32 DMCore.Logic.MemberAwardUnit::AwardConfigID int32_t ___AwardConfigID_0; // System.Int32 DMCore.Logic.MemberAwardUnit::AwardCount int32_t ___AwardCount_1; public: inline static int32_t get_offset_of_AwardConfigID_0() { return static_cast(offsetof(MemberAwardUnit_t798532047, ___AwardConfigID_0)); } inline int32_t get_AwardConfigID_0() const { return ___AwardConfigID_0; } inline int32_t* get_address_of_AwardConfigID_0() { return &___AwardConfigID_0; } inline void set_AwardConfigID_0(int32_t value) { ___AwardConfigID_0 = value; } inline static int32_t get_offset_of_AwardCount_1() { return static_cast(offsetof(MemberAwardUnit_t798532047, ___AwardCount_1)); } inline int32_t get_AwardCount_1() const { return ___AwardCount_1; } inline int32_t* get_address_of_AwardCount_1() { return &___AwardCount_1; } inline void set_AwardCount_1(int32_t value) { ___AwardCount_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERAWARDUNIT_T798532047_H #ifndef LIST_1_T2270606789_H #define LIST_1_T2270606789_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_t2270606789 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MemberAwardUnitU5BU5D_t4129122838* ____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_t2270606789, ____items_1)); } inline MemberAwardUnitU5BU5D_t4129122838* get__items_1() const { return ____items_1; } inline MemberAwardUnitU5BU5D_t4129122838** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MemberAwardUnitU5BU5D_t4129122838* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2270606789, ____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_t2270606789, ____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_t2270606789_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray MemberAwardUnitU5BU5D_t4129122838* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2270606789_StaticFields, ___EmptyArray_4)); } inline MemberAwardUnitU5BU5D_t4129122838* get_EmptyArray_4() const { return ___EmptyArray_4; } inline MemberAwardUnitU5BU5D_t4129122838** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(MemberAwardUnitU5BU5D_t4129122838* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2270606789_H #ifndef DICTIONARY_2_T1159320120_H #define DICTIONARY_2_T1159320120_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_t1159320120 : 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_t3029739912* ___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_t1159320120, ___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_t1159320120, ___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_t1159320120, ___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_t1159320120, ___valueSlots_7)); } inline List_1U5BU5D_t3029739912* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t3029739912** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t3029739912* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1159320120, ___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_t1159320120, ___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_t1159320120, ___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_t1159320120, ___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_t1159320120, ___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_t1159320120, ___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_t1159320120, ___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_t1159320120_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2634078756 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1159320120_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2634078756 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2634078756 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2634078756 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1159320120_H #ifndef MEDALSTATE_T493540488_H #define MEDALSTATE_T493540488_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MedalState struct MedalState_t493540488 : public RuntimeObject { public: // System.Int32 DMCore.Logic.MedalState::groupId int32_t ___groupId_0; // System.Int32 DMCore.Logic.MedalState::medalId int32_t ___medalId_1; // System.Int32 DMCore.Logic.MedalState::wear int32_t ___wear_2; public: inline static int32_t get_offset_of_groupId_0() { return static_cast(offsetof(MedalState_t493540488, ___groupId_0)); } inline int32_t get_groupId_0() const { return ___groupId_0; } inline int32_t* get_address_of_groupId_0() { return &___groupId_0; } inline void set_groupId_0(int32_t value) { ___groupId_0 = value; } inline static int32_t get_offset_of_medalId_1() { return static_cast(offsetof(MedalState_t493540488, ___medalId_1)); } inline int32_t get_medalId_1() const { return ___medalId_1; } inline int32_t* get_address_of_medalId_1() { return &___medalId_1; } inline void set_medalId_1(int32_t value) { ___medalId_1 = value; } inline static int32_t get_offset_of_wear_2() { return static_cast(offsetof(MedalState_t493540488, ___wear_2)); } inline int32_t get_wear_2() const { return ___wear_2; } inline int32_t* get_address_of_wear_2() { return &___wear_2; } inline void set_wear_2(int32_t value) { ___wear_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEDALSTATE_T493540488_H #ifndef LOGICCARDMANAGER_T2956095708_H #define LOGICCARDMANAGER_T2956095708_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicCardManager struct logicCardManager_t2956095708 : public RuntimeObject { public: // System.Int64 DMCore.Logic.logicCardManager::k__BackingField int64_t ___U3CRoomInfoHostU3Ek__BackingField_0; // System.Int32 DMCore.Logic.logicCardManager::k__BackingField int32_t ___U3CRoomIDU3Ek__BackingField_1; // System.Int32 DMCore.Logic.logicCardManager::k__BackingField int32_t ___U3CRoomTypeU3Ek__BackingField_2; // System.Boolean DMCore.Logic.logicCardManager::k__BackingField bool ___U3CNeedPasswordU3Ek__BackingField_3; // System.Int32 DMCore.Logic.logicCardManager::k__BackingField int32_t ___U3CMainRoomTypeU3Ek__BackingField_4; // System.Boolean DMCore.Logic.logicCardManager::k__BackingField bool ___U3CIsCardRoomInfoChangedU3Ek__BackingField_5; // System.Boolean DMCore.Logic.logicCardManager::m_IsNeedRepainMenu bool ___m_IsNeedRepainMenu_6; // System.Boolean DMCore.Logic.logicCardManager::m_bMyself bool ___m_bMyself_7; // System.Int64 DMCore.Logic.logicCardManager::m_UserID int64_t ___m_UserID_8; // System.Boolean DMCore.Logic.logicCardManager::m_Changed bool ___m_Changed_9; // System.Boolean DMCore.Logic.logicCardManager::m_bIsInEdit bool ___m_bIsInEdit_10; // System.Boolean DMCore.Logic.logicCardManager::m_ChangedEditCard bool ___m_ChangedEditCard_11; // System.Boolean DMCore.Logic.logicCardManager::isNeedChangeName bool ___isNeedChangeName_12; // System.Int32 DMCore.Logic.logicCardManager::mIsLover int32_t ___mIsLover_13; // System.Boolean DMCore.Logic.logicCardManager::NeedFreshIsLover bool ___NeedFreshIsLover_14; // System.String DMCore.Logic.logicCardManager::newName String_t* ___newName_15; // System.Collections.Generic.Dictionary`2 DMCore.Logic.logicCardManager::m_CardArray Dictionary_2_t1306535103 * ___m_CardArray_16; public: inline static int32_t get_offset_of_U3CRoomInfoHostU3Ek__BackingField_0() { return static_cast(offsetof(logicCardManager_t2956095708, ___U3CRoomInfoHostU3Ek__BackingField_0)); } inline int64_t get_U3CRoomInfoHostU3Ek__BackingField_0() const { return ___U3CRoomInfoHostU3Ek__BackingField_0; } inline int64_t* get_address_of_U3CRoomInfoHostU3Ek__BackingField_0() { return &___U3CRoomInfoHostU3Ek__BackingField_0; } inline void set_U3CRoomInfoHostU3Ek__BackingField_0(int64_t value) { ___U3CRoomInfoHostU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CRoomIDU3Ek__BackingField_1() { return static_cast(offsetof(logicCardManager_t2956095708, ___U3CRoomIDU3Ek__BackingField_1)); } inline int32_t get_U3CRoomIDU3Ek__BackingField_1() const { return ___U3CRoomIDU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CRoomIDU3Ek__BackingField_1() { return &___U3CRoomIDU3Ek__BackingField_1; } inline void set_U3CRoomIDU3Ek__BackingField_1(int32_t value) { ___U3CRoomIDU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CRoomTypeU3Ek__BackingField_2() { return static_cast(offsetof(logicCardManager_t2956095708, ___U3CRoomTypeU3Ek__BackingField_2)); } inline int32_t get_U3CRoomTypeU3Ek__BackingField_2() const { return ___U3CRoomTypeU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CRoomTypeU3Ek__BackingField_2() { return &___U3CRoomTypeU3Ek__BackingField_2; } inline void set_U3CRoomTypeU3Ek__BackingField_2(int32_t value) { ___U3CRoomTypeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CNeedPasswordU3Ek__BackingField_3() { return static_cast(offsetof(logicCardManager_t2956095708, ___U3CNeedPasswordU3Ek__BackingField_3)); } inline bool get_U3CNeedPasswordU3Ek__BackingField_3() const { return ___U3CNeedPasswordU3Ek__BackingField_3; } inline bool* get_address_of_U3CNeedPasswordU3Ek__BackingField_3() { return &___U3CNeedPasswordU3Ek__BackingField_3; } inline void set_U3CNeedPasswordU3Ek__BackingField_3(bool value) { ___U3CNeedPasswordU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CMainRoomTypeU3Ek__BackingField_4() { return static_cast(offsetof(logicCardManager_t2956095708, ___U3CMainRoomTypeU3Ek__BackingField_4)); } inline int32_t get_U3CMainRoomTypeU3Ek__BackingField_4() const { return ___U3CMainRoomTypeU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CMainRoomTypeU3Ek__BackingField_4() { return &___U3CMainRoomTypeU3Ek__BackingField_4; } inline void set_U3CMainRoomTypeU3Ek__BackingField_4(int32_t value) { ___U3CMainRoomTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CIsCardRoomInfoChangedU3Ek__BackingField_5() { return static_cast(offsetof(logicCardManager_t2956095708, ___U3CIsCardRoomInfoChangedU3Ek__BackingField_5)); } inline bool get_U3CIsCardRoomInfoChangedU3Ek__BackingField_5() const { return ___U3CIsCardRoomInfoChangedU3Ek__BackingField_5; } inline bool* get_address_of_U3CIsCardRoomInfoChangedU3Ek__BackingField_5() { return &___U3CIsCardRoomInfoChangedU3Ek__BackingField_5; } inline void set_U3CIsCardRoomInfoChangedU3Ek__BackingField_5(bool value) { ___U3CIsCardRoomInfoChangedU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_m_IsNeedRepainMenu_6() { return static_cast(offsetof(logicCardManager_t2956095708, ___m_IsNeedRepainMenu_6)); } inline bool get_m_IsNeedRepainMenu_6() const { return ___m_IsNeedRepainMenu_6; } inline bool* get_address_of_m_IsNeedRepainMenu_6() { return &___m_IsNeedRepainMenu_6; } inline void set_m_IsNeedRepainMenu_6(bool value) { ___m_IsNeedRepainMenu_6 = value; } inline static int32_t get_offset_of_m_bMyself_7() { return static_cast(offsetof(logicCardManager_t2956095708, ___m_bMyself_7)); } inline bool get_m_bMyself_7() const { return ___m_bMyself_7; } inline bool* get_address_of_m_bMyself_7() { return &___m_bMyself_7; } inline void set_m_bMyself_7(bool value) { ___m_bMyself_7 = value; } inline static int32_t get_offset_of_m_UserID_8() { return static_cast(offsetof(logicCardManager_t2956095708, ___m_UserID_8)); } inline int64_t get_m_UserID_8() const { return ___m_UserID_8; } inline int64_t* get_address_of_m_UserID_8() { return &___m_UserID_8; } inline void set_m_UserID_8(int64_t value) { ___m_UserID_8 = value; } inline static int32_t get_offset_of_m_Changed_9() { return static_cast(offsetof(logicCardManager_t2956095708, ___m_Changed_9)); } inline bool get_m_Changed_9() const { return ___m_Changed_9; } inline bool* get_address_of_m_Changed_9() { return &___m_Changed_9; } inline void set_m_Changed_9(bool value) { ___m_Changed_9 = value; } inline static int32_t get_offset_of_m_bIsInEdit_10() { return static_cast(offsetof(logicCardManager_t2956095708, ___m_bIsInEdit_10)); } inline bool get_m_bIsInEdit_10() const { return ___m_bIsInEdit_10; } inline bool* get_address_of_m_bIsInEdit_10() { return &___m_bIsInEdit_10; } inline void set_m_bIsInEdit_10(bool value) { ___m_bIsInEdit_10 = value; } inline static int32_t get_offset_of_m_ChangedEditCard_11() { return static_cast(offsetof(logicCardManager_t2956095708, ___m_ChangedEditCard_11)); } inline bool get_m_ChangedEditCard_11() const { return ___m_ChangedEditCard_11; } inline bool* get_address_of_m_ChangedEditCard_11() { return &___m_ChangedEditCard_11; } inline void set_m_ChangedEditCard_11(bool value) { ___m_ChangedEditCard_11 = value; } inline static int32_t get_offset_of_isNeedChangeName_12() { return static_cast(offsetof(logicCardManager_t2956095708, ___isNeedChangeName_12)); } inline bool get_isNeedChangeName_12() const { return ___isNeedChangeName_12; } inline bool* get_address_of_isNeedChangeName_12() { return &___isNeedChangeName_12; } inline void set_isNeedChangeName_12(bool value) { ___isNeedChangeName_12 = value; } inline static int32_t get_offset_of_mIsLover_13() { return static_cast(offsetof(logicCardManager_t2956095708, ___mIsLover_13)); } inline int32_t get_mIsLover_13() const { return ___mIsLover_13; } inline int32_t* get_address_of_mIsLover_13() { return &___mIsLover_13; } inline void set_mIsLover_13(int32_t value) { ___mIsLover_13 = value; } inline static int32_t get_offset_of_NeedFreshIsLover_14() { return static_cast(offsetof(logicCardManager_t2956095708, ___NeedFreshIsLover_14)); } inline bool get_NeedFreshIsLover_14() const { return ___NeedFreshIsLover_14; } inline bool* get_address_of_NeedFreshIsLover_14() { return &___NeedFreshIsLover_14; } inline void set_NeedFreshIsLover_14(bool value) { ___NeedFreshIsLover_14 = value; } inline static int32_t get_offset_of_newName_15() { return static_cast(offsetof(logicCardManager_t2956095708, ___newName_15)); } inline String_t* get_newName_15() const { return ___newName_15; } inline String_t** get_address_of_newName_15() { return &___newName_15; } inline void set_newName_15(String_t* value) { ___newName_15 = value; Il2CppCodeGenWriteBarrier((&___newName_15), value); } inline static int32_t get_offset_of_m_CardArray_16() { return static_cast(offsetof(logicCardManager_t2956095708, ___m_CardArray_16)); } inline Dictionary_2_t1306535103 * get_m_CardArray_16() const { return ___m_CardArray_16; } inline Dictionary_2_t1306535103 ** get_address_of_m_CardArray_16() { return &___m_CardArray_16; } inline void set_m_CardArray_16(Dictionary_2_t1306535103 * value) { ___m_CardArray_16 = value; Il2CppCodeGenWriteBarrier((&___m_CardArray_16), value); } }; struct logicCardManager_t2956095708_StaticFields { public: // DMCore.Logic.logicCardManager DMCore.Logic.logicCardManager::s_Instance logicCardManager_t2956095708 * ___s_Instance_17; public: inline static int32_t get_offset_of_s_Instance_17() { return static_cast(offsetof(logicCardManager_t2956095708_StaticFields, ___s_Instance_17)); } inline logicCardManager_t2956095708 * get_s_Instance_17() const { return ___s_Instance_17; } inline logicCardManager_t2956095708 ** get_address_of_s_Instance_17() { return &___s_Instance_17; } inline void set_s_Instance_17(logicCardManager_t2956095708 * value) { ___s_Instance_17 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICCARDMANAGER_T2956095708_H #ifndef IDOLAWARDUNIT_T568575365_H #define IDOLAWARDUNIT_T568575365_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolAwardUnit struct IdolAwardUnit_t568575365 : public RuntimeObject { public: // System.Int32 DMCore.Logic.IdolAwardUnit::m_curLevel int32_t ___m_curLevel_0; // System.Boolean DMCore.Logic.IdolAwardUnit::m_bCanGet bool ___m_bCanGet_1; // System.Collections.Generic.List`1 DMCore.Logic.IdolAwardUnit::m_Award List_1_t3149535657 * ___m_Award_2; public: inline static int32_t get_offset_of_m_curLevel_0() { return static_cast(offsetof(IdolAwardUnit_t568575365, ___m_curLevel_0)); } inline int32_t get_m_curLevel_0() const { return ___m_curLevel_0; } inline int32_t* get_address_of_m_curLevel_0() { return &___m_curLevel_0; } inline void set_m_curLevel_0(int32_t value) { ___m_curLevel_0 = value; } inline static int32_t get_offset_of_m_bCanGet_1() { return static_cast(offsetof(IdolAwardUnit_t568575365, ___m_bCanGet_1)); } inline bool get_m_bCanGet_1() const { return ___m_bCanGet_1; } inline bool* get_address_of_m_bCanGet_1() { return &___m_bCanGet_1; } inline void set_m_bCanGet_1(bool value) { ___m_bCanGet_1 = value; } inline static int32_t get_offset_of_m_Award_2() { return static_cast(offsetof(IdolAwardUnit_t568575365, ___m_Award_2)); } inline List_1_t3149535657 * get_m_Award_2() const { return ___m_Award_2; } inline List_1_t3149535657 ** get_address_of_m_Award_2() { return &___m_Award_2; } inline void set_m_Award_2(List_1_t3149535657 * value) { ___m_Award_2 = value; Il2CppCodeGenWriteBarrier((&___m_Award_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLAWARDUNIT_T568575365_H #ifndef IDOLAWARDLISTITEM_T3723746892_H #define IDOLAWARDLISTITEM_T3723746892_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolAwardListItem struct IdolAwardListItem_t3723746892 : public RuntimeObject { public: // System.String DMCore.Logic.IdolAwardListItem::title String_t* ___title_0; // System.Collections.Generic.List`1 DMCore.Logic.IdolAwardListItem::configId List_1_t128053199 * ___configId_1; // System.Collections.Generic.List`1 DMCore.Logic.IdolAwardListItem::numList List_1_t3319525431 * ___numList_2; public: inline static int32_t get_offset_of_title_0() { return static_cast(offsetof(IdolAwardListItem_t3723746892, ___title_0)); } inline String_t* get_title_0() const { return ___title_0; } inline String_t** get_address_of_title_0() { return &___title_0; } inline void set_title_0(String_t* value) { ___title_0 = value; Il2CppCodeGenWriteBarrier((&___title_0), value); } inline static int32_t get_offset_of_configId_1() { return static_cast(offsetof(IdolAwardListItem_t3723746892, ___configId_1)); } inline List_1_t128053199 * get_configId_1() const { return ___configId_1; } inline List_1_t128053199 ** get_address_of_configId_1() { return &___configId_1; } inline void set_configId_1(List_1_t128053199 * value) { ___configId_1 = value; Il2CppCodeGenWriteBarrier((&___configId_1), value); } inline static int32_t get_offset_of_numList_2() { return static_cast(offsetof(IdolAwardListItem_t3723746892, ___numList_2)); } inline List_1_t3319525431 * get_numList_2() const { return ___numList_2; } inline List_1_t3319525431 ** get_address_of_numList_2() { return &___numList_2; } inline void set_numList_2(List_1_t3319525431 * value) { ___numList_2 = value; Il2CppCodeGenWriteBarrier((&___numList_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLAWARDLISTITEM_T3723746892_H #ifndef ITASKNAVIGATORBASE_T660573273_H #define ITASKNAVIGATORBASE_T660573273_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ITaskNavigatorBase struct ITaskNavigatorBase_t660573273 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITASKNAVIGATORBASE_T660573273_H #ifndef CLOTHINGSCOREMANAGER_T2332349169_H #define CLOTHINGSCOREMANAGER_T2332349169_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.clothingScoreManager struct clothingScoreManager_t2332349169 : public RuntimeObject { public: // System.Int32 DMCore.Logic.clothingScoreManager::k__BackingField int32_t ___U3CGetTotalScoreU3Ek__BackingField_0; // System.Boolean DMCore.Logic.clothingScoreManager::k__BackingField bool ___U3CIsInClothingScoreU3Ek__BackingField_1; // System.Collections.Generic.List`1 DMCore.Logic.clothingScoreManager::m_TotalModelCategoryIDList List_1_t128053199 * ___m_TotalModelCategoryIDList_3; // System.Collections.Generic.Queue`1 DMCore.Logic.clothingScoreManager::m_TagQueue Queue_1_t2142380446 * ___m_TagQueue_4; // System.Single DMCore.Logic.clothingScoreManager::m_NormalParam float ___m_NormalParam_5; // System.Single DMCore.Logic.clothingScoreManager::m_MatchParam float ___m_MatchParam_6; // System.Single DMCore.Logic.clothingScoreManager::m_RepelParam float ___m_RepelParam_7; public: inline static int32_t get_offset_of_U3CGetTotalScoreU3Ek__BackingField_0() { return static_cast(offsetof(clothingScoreManager_t2332349169, ___U3CGetTotalScoreU3Ek__BackingField_0)); } inline int32_t get_U3CGetTotalScoreU3Ek__BackingField_0() const { return ___U3CGetTotalScoreU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CGetTotalScoreU3Ek__BackingField_0() { return &___U3CGetTotalScoreU3Ek__BackingField_0; } inline void set_U3CGetTotalScoreU3Ek__BackingField_0(int32_t value) { ___U3CGetTotalScoreU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsInClothingScoreU3Ek__BackingField_1() { return static_cast(offsetof(clothingScoreManager_t2332349169, ___U3CIsInClothingScoreU3Ek__BackingField_1)); } inline bool get_U3CIsInClothingScoreU3Ek__BackingField_1() const { return ___U3CIsInClothingScoreU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsInClothingScoreU3Ek__BackingField_1() { return &___U3CIsInClothingScoreU3Ek__BackingField_1; } inline void set_U3CIsInClothingScoreU3Ek__BackingField_1(bool value) { ___U3CIsInClothingScoreU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_m_TotalModelCategoryIDList_3() { return static_cast(offsetof(clothingScoreManager_t2332349169, ___m_TotalModelCategoryIDList_3)); } inline List_1_t128053199 * get_m_TotalModelCategoryIDList_3() const { return ___m_TotalModelCategoryIDList_3; } inline List_1_t128053199 ** get_address_of_m_TotalModelCategoryIDList_3() { return &___m_TotalModelCategoryIDList_3; } inline void set_m_TotalModelCategoryIDList_3(List_1_t128053199 * value) { ___m_TotalModelCategoryIDList_3 = value; Il2CppCodeGenWriteBarrier((&___m_TotalModelCategoryIDList_3), value); } inline static int32_t get_offset_of_m_TagQueue_4() { return static_cast(offsetof(clothingScoreManager_t2332349169, ___m_TagQueue_4)); } inline Queue_1_t2142380446 * get_m_TagQueue_4() const { return ___m_TagQueue_4; } inline Queue_1_t2142380446 ** get_address_of_m_TagQueue_4() { return &___m_TagQueue_4; } inline void set_m_TagQueue_4(Queue_1_t2142380446 * value) { ___m_TagQueue_4 = value; Il2CppCodeGenWriteBarrier((&___m_TagQueue_4), value); } inline static int32_t get_offset_of_m_NormalParam_5() { return static_cast(offsetof(clothingScoreManager_t2332349169, ___m_NormalParam_5)); } inline float get_m_NormalParam_5() const { return ___m_NormalParam_5; } inline float* get_address_of_m_NormalParam_5() { return &___m_NormalParam_5; } inline void set_m_NormalParam_5(float value) { ___m_NormalParam_5 = value; } inline static int32_t get_offset_of_m_MatchParam_6() { return static_cast(offsetof(clothingScoreManager_t2332349169, ___m_MatchParam_6)); } inline float get_m_MatchParam_6() const { return ___m_MatchParam_6; } inline float* get_address_of_m_MatchParam_6() { return &___m_MatchParam_6; } inline void set_m_MatchParam_6(float value) { ___m_MatchParam_6 = value; } inline static int32_t get_offset_of_m_RepelParam_7() { return static_cast(offsetof(clothingScoreManager_t2332349169, ___m_RepelParam_7)); } inline float get_m_RepelParam_7() const { return ___m_RepelParam_7; } inline float* get_address_of_m_RepelParam_7() { return &___m_RepelParam_7; } inline void set_m_RepelParam_7(float value) { ___m_RepelParam_7 = value; } }; struct clothingScoreManager_t2332349169_StaticFields { public: // DMCore.Logic.clothingScoreManager DMCore.Logic.clothingScoreManager::s_instance clothingScoreManager_t2332349169 * ___s_instance_2; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(clothingScoreManager_t2332349169_StaticFields, ___s_instance_2)); } inline clothingScoreManager_t2332349169 * get_s_instance_2() const { return ___s_instance_2; } inline clothingScoreManager_t2332349169 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(clothingScoreManager_t2332349169 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOTHINGSCOREMANAGER_T2332349169_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 CROLEIDLEDATA_T1672828045_H #define CROLEIDLEDATA_T1672828045_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdleActionManager/CRoleIdleData struct CRoleIdleData_t1672828045 : public RuntimeObject { public: // System.Boolean DMCore.Logic.IdleActionManager/CRoleIdleData::m_playingRandomIdle bool ___m_playingRandomIdle_0; // System.Single DMCore.Logic.IdleActionManager/CRoleIdleData::m_nextTime float ___m_nextTime_1; // System.Single DMCore.Logic.IdleActionManager/CRoleIdleData::m_timeLabor float ___m_timeLabor_2; public: inline static int32_t get_offset_of_m_playingRandomIdle_0() { return static_cast(offsetof(CRoleIdleData_t1672828045, ___m_playingRandomIdle_0)); } inline bool get_m_playingRandomIdle_0() const { return ___m_playingRandomIdle_0; } inline bool* get_address_of_m_playingRandomIdle_0() { return &___m_playingRandomIdle_0; } inline void set_m_playingRandomIdle_0(bool value) { ___m_playingRandomIdle_0 = value; } inline static int32_t get_offset_of_m_nextTime_1() { return static_cast(offsetof(CRoleIdleData_t1672828045, ___m_nextTime_1)); } inline float get_m_nextTime_1() const { return ___m_nextTime_1; } inline float* get_address_of_m_nextTime_1() { return &___m_nextTime_1; } inline void set_m_nextTime_1(float value) { ___m_nextTime_1 = value; } inline static int32_t get_offset_of_m_timeLabor_2() { return static_cast(offsetof(CRoleIdleData_t1672828045, ___m_timeLabor_2)); } inline float get_m_timeLabor_2() const { return ___m_timeLabor_2; } inline float* get_address_of_m_timeLabor_2() { return &___m_timeLabor_2; } inline void set_m_timeLabor_2(float value) { ___m_timeLabor_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEIDLEDATA_T1672828045_H #ifndef ITOPLISTITEM_T2042395262_H #define ITOPLISTITEM_T2042395262_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ITopListItem struct ITopListItem_t2042395262 : public RuntimeObject { public: // System.Int32 DMCore.Logic.ITopListItem::_kdID int32_t ____kdID_0; // System.String DMCore.Logic.ITopListItem::_kdPhotoUrl String_t* ____kdPhotoUrl_1; // System.Int64 DMCore.Logic.ITopListItem::_realUsrID int64_t ____realUsrID_2; // System.Int32 DMCore.Logic.ITopListItem::_rank int32_t ____rank_3; // System.Int64 DMCore.Logic.ITopListItem::_photoID int64_t ____photoID_4; // System.Int32 DMCore.Logic.ITopListItem::_sex int32_t ____sex_5; // System.String DMCore.Logic.ITopListItem::_name String_t* ____name_6; // System.Int32 DMCore.Logic.ITopListItem::_vipLevel int32_t ____vipLevel_7; // System.Int64 DMCore.Logic.ITopListItem::_value int64_t ____value_8; // System.Int32 DMCore.Logic.ITopListItem::_guildID int32_t ____guildID_9; // System.String DMCore.Logic.ITopListItem::_guildName String_t* ____guildName_10; // System.Int32 DMCore.Logic.ITopListItem::_member_level int32_t ____member_level_11; // System.Int32 DMCore.Logic.ITopListItem::_guidLevel int32_t ____guidLevel_12; // System.Int32 DMCore.Logic.ITopListItem::_headBoxID int32_t ____headBoxID_13; // System.Int64 DMCore.Logic.ITopListItem::loverId int64_t ___loverId_14; // System.Int32 DMCore.Logic.ITopListItem::loveValue int32_t ___loveValue_15; // System.Int64 DMCore.Logic.ITopListItem::lover_a_userId int64_t ___lover_a_userId_16; // System.String DMCore.Logic.ITopListItem::lover_a_name String_t* ___lover_a_name_17; // System.Int64 DMCore.Logic.ITopListItem::lover_a_photoId int64_t ___lover_a_photoId_18; // System.Int32 DMCore.Logic.ITopListItem::lover_a_sex int32_t ___lover_a_sex_19; // System.Int32 DMCore.Logic.ITopListItem::lover_a_viplevel int32_t ___lover_a_viplevel_20; // System.Int32 DMCore.Logic.ITopListItem::lover_a_membership int32_t ___lover_a_membership_21; // System.Int64 DMCore.Logic.ITopListItem::lover_b_userId int64_t ___lover_b_userId_22; // System.String DMCore.Logic.ITopListItem::lover_b_name String_t* ___lover_b_name_23; // System.Int64 DMCore.Logic.ITopListItem::lover_b_photoId int64_t ___lover_b_photoId_24; // System.Int32 DMCore.Logic.ITopListItem::lover_b_sex int32_t ___lover_b_sex_25; // System.Int32 DMCore.Logic.ITopListItem::lover_b_viplevel int32_t ___lover_b_viplevel_26; // System.Int32 DMCore.Logic.ITopListItem::lover_b_membership int32_t ___lover_b_membership_27; public: inline static int32_t get_offset_of__kdID_0() { return static_cast(offsetof(ITopListItem_t2042395262, ____kdID_0)); } inline int32_t get__kdID_0() const { return ____kdID_0; } inline int32_t* get_address_of__kdID_0() { return &____kdID_0; } inline void set__kdID_0(int32_t value) { ____kdID_0 = value; } inline static int32_t get_offset_of__kdPhotoUrl_1() { return static_cast(offsetof(ITopListItem_t2042395262, ____kdPhotoUrl_1)); } inline String_t* get__kdPhotoUrl_1() const { return ____kdPhotoUrl_1; } inline String_t** get_address_of__kdPhotoUrl_1() { return &____kdPhotoUrl_1; } inline void set__kdPhotoUrl_1(String_t* value) { ____kdPhotoUrl_1 = value; Il2CppCodeGenWriteBarrier((&____kdPhotoUrl_1), value); } inline static int32_t get_offset_of__realUsrID_2() { return static_cast(offsetof(ITopListItem_t2042395262, ____realUsrID_2)); } inline int64_t get__realUsrID_2() const { return ____realUsrID_2; } inline int64_t* get_address_of__realUsrID_2() { return &____realUsrID_2; } inline void set__realUsrID_2(int64_t value) { ____realUsrID_2 = value; } inline static int32_t get_offset_of__rank_3() { return static_cast(offsetof(ITopListItem_t2042395262, ____rank_3)); } inline int32_t get__rank_3() const { return ____rank_3; } inline int32_t* get_address_of__rank_3() { return &____rank_3; } inline void set__rank_3(int32_t value) { ____rank_3 = value; } inline static int32_t get_offset_of__photoID_4() { return static_cast(offsetof(ITopListItem_t2042395262, ____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__sex_5() { return static_cast(offsetof(ITopListItem_t2042395262, ____sex_5)); } inline int32_t get__sex_5() const { return ____sex_5; } inline int32_t* get_address_of__sex_5() { return &____sex_5; } inline void set__sex_5(int32_t value) { ____sex_5 = value; } inline static int32_t get_offset_of__name_6() { return static_cast(offsetof(ITopListItem_t2042395262, ____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__vipLevel_7() { return static_cast(offsetof(ITopListItem_t2042395262, ____vipLevel_7)); } inline int32_t get__vipLevel_7() const { return ____vipLevel_7; } inline int32_t* get_address_of__vipLevel_7() { return &____vipLevel_7; } inline void set__vipLevel_7(int32_t value) { ____vipLevel_7 = value; } inline static int32_t get_offset_of__value_8() { return static_cast(offsetof(ITopListItem_t2042395262, ____value_8)); } inline int64_t get__value_8() const { return ____value_8; } inline int64_t* get_address_of__value_8() { return &____value_8; } inline void set__value_8(int64_t value) { ____value_8 = value; } inline static int32_t get_offset_of__guildID_9() { return static_cast(offsetof(ITopListItem_t2042395262, ____guildID_9)); } inline int32_t get__guildID_9() const { return ____guildID_9; } inline int32_t* get_address_of__guildID_9() { return &____guildID_9; } inline void set__guildID_9(int32_t value) { ____guildID_9 = value; } inline static int32_t get_offset_of__guildName_10() { return static_cast(offsetof(ITopListItem_t2042395262, ____guildName_10)); } inline String_t* get__guildName_10() const { return ____guildName_10; } inline String_t** get_address_of__guildName_10() { return &____guildName_10; } inline void set__guildName_10(String_t* value) { ____guildName_10 = value; Il2CppCodeGenWriteBarrier((&____guildName_10), value); } inline static int32_t get_offset_of__member_level_11() { return static_cast(offsetof(ITopListItem_t2042395262, ____member_level_11)); } inline int32_t get__member_level_11() const { return ____member_level_11; } inline int32_t* get_address_of__member_level_11() { return &____member_level_11; } inline void set__member_level_11(int32_t value) { ____member_level_11 = value; } inline static int32_t get_offset_of__guidLevel_12() { return static_cast(offsetof(ITopListItem_t2042395262, ____guidLevel_12)); } inline int32_t get__guidLevel_12() const { return ____guidLevel_12; } inline int32_t* get_address_of__guidLevel_12() { return &____guidLevel_12; } inline void set__guidLevel_12(int32_t value) { ____guidLevel_12 = value; } inline static int32_t get_offset_of__headBoxID_13() { return static_cast(offsetof(ITopListItem_t2042395262, ____headBoxID_13)); } inline int32_t get__headBoxID_13() const { return ____headBoxID_13; } inline int32_t* get_address_of__headBoxID_13() { return &____headBoxID_13; } inline void set__headBoxID_13(int32_t value) { ____headBoxID_13 = value; } inline static int32_t get_offset_of_loverId_14() { return static_cast(offsetof(ITopListItem_t2042395262, ___loverId_14)); } inline int64_t get_loverId_14() const { return ___loverId_14; } inline int64_t* get_address_of_loverId_14() { return &___loverId_14; } inline void set_loverId_14(int64_t value) { ___loverId_14 = value; } inline static int32_t get_offset_of_loveValue_15() { return static_cast(offsetof(ITopListItem_t2042395262, ___loveValue_15)); } inline int32_t get_loveValue_15() const { return ___loveValue_15; } inline int32_t* get_address_of_loveValue_15() { return &___loveValue_15; } inline void set_loveValue_15(int32_t value) { ___loveValue_15 = value; } inline static int32_t get_offset_of_lover_a_userId_16() { return static_cast(offsetof(ITopListItem_t2042395262, ___lover_a_userId_16)); } inline int64_t get_lover_a_userId_16() const { return ___lover_a_userId_16; } inline int64_t* get_address_of_lover_a_userId_16() { return &___lover_a_userId_16; } inline void set_lover_a_userId_16(int64_t value) { ___lover_a_userId_16 = value; } inline static int32_t get_offset_of_lover_a_name_17() { return static_cast(offsetof(ITopListItem_t2042395262, ___lover_a_name_17)); } inline String_t* get_lover_a_name_17() const { return ___lover_a_name_17; } inline String_t** get_address_of_lover_a_name_17() { return &___lover_a_name_17; } inline void set_lover_a_name_17(String_t* value) { ___lover_a_name_17 = value; Il2CppCodeGenWriteBarrier((&___lover_a_name_17), value); } inline static int32_t get_offset_of_lover_a_photoId_18() { return static_cast(offsetof(ITopListItem_t2042395262, ___lover_a_photoId_18)); } inline int64_t get_lover_a_photoId_18() const { return ___lover_a_photoId_18; } inline int64_t* get_address_of_lover_a_photoId_18() { return &___lover_a_photoId_18; } inline void set_lover_a_photoId_18(int64_t value) { ___lover_a_photoId_18 = value; } inline static int32_t get_offset_of_lover_a_sex_19() { return static_cast(offsetof(ITopListItem_t2042395262, ___lover_a_sex_19)); } inline int32_t get_lover_a_sex_19() const { return ___lover_a_sex_19; } inline int32_t* get_address_of_lover_a_sex_19() { return &___lover_a_sex_19; } inline void set_lover_a_sex_19(int32_t value) { ___lover_a_sex_19 = value; } inline static int32_t get_offset_of_lover_a_viplevel_20() { return static_cast(offsetof(ITopListItem_t2042395262, ___lover_a_viplevel_20)); } inline int32_t get_lover_a_viplevel_20() const { return ___lover_a_viplevel_20; } inline int32_t* get_address_of_lover_a_viplevel_20() { return &___lover_a_viplevel_20; } inline void set_lover_a_viplevel_20(int32_t value) { ___lover_a_viplevel_20 = value; } inline static int32_t get_offset_of_lover_a_membership_21() { return static_cast(offsetof(ITopListItem_t2042395262, ___lover_a_membership_21)); } inline int32_t get_lover_a_membership_21() const { return ___lover_a_membership_21; } inline int32_t* get_address_of_lover_a_membership_21() { return &___lover_a_membership_21; } inline void set_lover_a_membership_21(int32_t value) { ___lover_a_membership_21 = value; } inline static int32_t get_offset_of_lover_b_userId_22() { return static_cast(offsetof(ITopListItem_t2042395262, ___lover_b_userId_22)); } inline int64_t get_lover_b_userId_22() const { return ___lover_b_userId_22; } inline int64_t* get_address_of_lover_b_userId_22() { return &___lover_b_userId_22; } inline void set_lover_b_userId_22(int64_t value) { ___lover_b_userId_22 = value; } inline static int32_t get_offset_of_lover_b_name_23() { return static_cast(offsetof(ITopListItem_t2042395262, ___lover_b_name_23)); } inline String_t* get_lover_b_name_23() const { return ___lover_b_name_23; } inline String_t** get_address_of_lover_b_name_23() { return &___lover_b_name_23; } inline void set_lover_b_name_23(String_t* value) { ___lover_b_name_23 = value; Il2CppCodeGenWriteBarrier((&___lover_b_name_23), value); } inline static int32_t get_offset_of_lover_b_photoId_24() { return static_cast(offsetof(ITopListItem_t2042395262, ___lover_b_photoId_24)); } inline int64_t get_lover_b_photoId_24() const { return ___lover_b_photoId_24; } inline int64_t* get_address_of_lover_b_photoId_24() { return &___lover_b_photoId_24; } inline void set_lover_b_photoId_24(int64_t value) { ___lover_b_photoId_24 = value; } inline static int32_t get_offset_of_lover_b_sex_25() { return static_cast(offsetof(ITopListItem_t2042395262, ___lover_b_sex_25)); } inline int32_t get_lover_b_sex_25() const { return ___lover_b_sex_25; } inline int32_t* get_address_of_lover_b_sex_25() { return &___lover_b_sex_25; } inline void set_lover_b_sex_25(int32_t value) { ___lover_b_sex_25 = value; } inline static int32_t get_offset_of_lover_b_viplevel_26() { return static_cast(offsetof(ITopListItem_t2042395262, ___lover_b_viplevel_26)); } inline int32_t get_lover_b_viplevel_26() const { return ___lover_b_viplevel_26; } inline int32_t* get_address_of_lover_b_viplevel_26() { return &___lover_b_viplevel_26; } inline void set_lover_b_viplevel_26(int32_t value) { ___lover_b_viplevel_26 = value; } inline static int32_t get_offset_of_lover_b_membership_27() { return static_cast(offsetof(ITopListItem_t2042395262, ___lover_b_membership_27)); } inline int32_t get_lover_b_membership_27() const { return ___lover_b_membership_27; } inline int32_t* get_address_of_lover_b_membership_27() { return &___lover_b_membership_27; } inline void set_lover_b_membership_27(int32_t value) { ___lover_b_membership_27 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITOPLISTITEM_T2042395262_H #ifndef SORTKEYINFO_1_T2066028325_H #define SORTKEYINFO_1_T2066028325_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SortKeyInfo`1 struct SortKeyInfo_1_t2066028325 : public RuntimeObject { public: // T DMCore.Logic.SortKeyInfo`1::LKV float ___LKV_0; // T DMCore.Logic.SortKeyInfo`1::RKV float ___RKV_1; // System.Boolean DMCore.Logic.SortKeyInfo`1::IsAscend bool ___IsAscend_2; public: inline static int32_t get_offset_of_LKV_0() { return static_cast(offsetof(SortKeyInfo_1_t2066028325, ___LKV_0)); } inline float get_LKV_0() const { return ___LKV_0; } inline float* get_address_of_LKV_0() { return &___LKV_0; } inline void set_LKV_0(float value) { ___LKV_0 = value; } inline static int32_t get_offset_of_RKV_1() { return static_cast(offsetof(SortKeyInfo_1_t2066028325, ___RKV_1)); } inline float get_RKV_1() const { return ___RKV_1; } inline float* get_address_of_RKV_1() { return &___RKV_1; } inline void set_RKV_1(float value) { ___RKV_1 = value; } inline static int32_t get_offset_of_IsAscend_2() { return static_cast(offsetof(SortKeyInfo_1_t2066028325, ___IsAscend_2)); } inline bool get_IsAscend_2() const { return ___IsAscend_2; } inline bool* get_address_of_IsAscend_2() { return &___IsAscend_2; } inline void set_IsAscend_2(bool value) { ___IsAscend_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTKEYINFO_1_T2066028325_H #ifndef IATTACHMENT_T1542359345_H #define IATTACHMENT_T1542359345_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IAttachMent struct IAttachMent_t1542359345 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IATTACHMENT_T1542359345_H #ifndef IDLEACTIONMANAGER_T2375494644_H #define IDLEACTIONMANAGER_T2375494644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdleActionManager struct IdleActionManager_t2375494644 : public RuntimeObject { public: // System.Boolean DMCore.Logic.IdleActionManager::m_IsRandomAinEnable bool ___m_IsRandomAinEnable_0; // System.Single DMCore.Logic.IdleActionManager::m_ElapsedTime float ___m_ElapsedTime_1; // System.Int32 DMCore.Logic.IdleActionManager::m_indexLabor int32_t ___m_indexLabor_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.IdleActionManager::m_TaskArray Dictionary_2_t2625280635 * ___m_TaskArray_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.IdleActionManager::rolesDictionary Dictionary_2_t2735467829 * ___rolesDictionary_4; public: inline static int32_t get_offset_of_m_IsRandomAinEnable_0() { return static_cast(offsetof(IdleActionManager_t2375494644, ___m_IsRandomAinEnable_0)); } inline bool get_m_IsRandomAinEnable_0() const { return ___m_IsRandomAinEnable_0; } inline bool* get_address_of_m_IsRandomAinEnable_0() { return &___m_IsRandomAinEnable_0; } inline void set_m_IsRandomAinEnable_0(bool value) { ___m_IsRandomAinEnable_0 = value; } inline static int32_t get_offset_of_m_ElapsedTime_1() { return static_cast(offsetof(IdleActionManager_t2375494644, ___m_ElapsedTime_1)); } inline float get_m_ElapsedTime_1() const { return ___m_ElapsedTime_1; } inline float* get_address_of_m_ElapsedTime_1() { return &___m_ElapsedTime_1; } inline void set_m_ElapsedTime_1(float value) { ___m_ElapsedTime_1 = value; } inline static int32_t get_offset_of_m_indexLabor_2() { return static_cast(offsetof(IdleActionManager_t2375494644, ___m_indexLabor_2)); } inline int32_t get_m_indexLabor_2() const { return ___m_indexLabor_2; } inline int32_t* get_address_of_m_indexLabor_2() { return &___m_indexLabor_2; } inline void set_m_indexLabor_2(int32_t value) { ___m_indexLabor_2 = value; } inline static int32_t get_offset_of_m_TaskArray_3() { return static_cast(offsetof(IdleActionManager_t2375494644, ___m_TaskArray_3)); } inline Dictionary_2_t2625280635 * get_m_TaskArray_3() const { return ___m_TaskArray_3; } inline Dictionary_2_t2625280635 ** get_address_of_m_TaskArray_3() { return &___m_TaskArray_3; } inline void set_m_TaskArray_3(Dictionary_2_t2625280635 * value) { ___m_TaskArray_3 = value; Il2CppCodeGenWriteBarrier((&___m_TaskArray_3), value); } inline static int32_t get_offset_of_rolesDictionary_4() { return static_cast(offsetof(IdleActionManager_t2375494644, ___rolesDictionary_4)); } inline Dictionary_2_t2735467829 * get_rolesDictionary_4() const { return ___rolesDictionary_4; } inline Dictionary_2_t2735467829 ** get_address_of_rolesDictionary_4() { return &___rolesDictionary_4; } inline void set_rolesDictionary_4(Dictionary_2_t2735467829 * value) { ___rolesDictionary_4 = value; Il2CppCodeGenWriteBarrier((&___rolesDictionary_4), value); } }; struct IdleActionManager_t2375494644_StaticFields { public: // System.Single DMCore.Logic.IdleActionManager::s_IntervalTime float ___s_IntervalTime_5; // DMCore.Logic.IdleActionManager DMCore.Logic.IdleActionManager::s_Instance IdleActionManager_t2375494644 * ___s_Instance_6; public: inline static int32_t get_offset_of_s_IntervalTime_5() { return static_cast(offsetof(IdleActionManager_t2375494644_StaticFields, ___s_IntervalTime_5)); } inline float get_s_IntervalTime_5() const { return ___s_IntervalTime_5; } inline float* get_address_of_s_IntervalTime_5() { return &___s_IntervalTime_5; } inline void set_s_IntervalTime_5(float value) { ___s_IntervalTime_5 = value; } inline static int32_t get_offset_of_s_Instance_6() { return static_cast(offsetof(IdleActionManager_t2375494644_StaticFields, ___s_Instance_6)); } inline IdleActionManager_t2375494644 * get_s_Instance_6() const { return ___s_Instance_6; } inline IdleActionManager_t2375494644 ** get_address_of_s_Instance_6() { return &___s_Instance_6; } inline void set_s_Instance_6(IdleActionManager_t2375494644 * value) { ___s_Instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDLEACTIONMANAGER_T2375494644_H #ifndef 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 DICTIONARY_2_T2735467829_H #define DICTIONARY_2_T2735467829_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_t2735467829 : 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 CRoleIdleDataU5BU5D_t156405408* ___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_t2735467829, ___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_t2735467829, ___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_t2735467829, ___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_t2735467829, ___valueSlots_7)); } inline CRoleIdleDataU5BU5D_t156405408* get_valueSlots_7() const { return ___valueSlots_7; } inline CRoleIdleDataU5BU5D_t156405408** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CRoleIdleDataU5BU5D_t156405408* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2735467829, ___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_t2735467829, ___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_t2735467829, ___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_t2735467829, ___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_t2735467829, ___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_t2735467829, ___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_t2735467829, ___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_t2735467829_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t927206035 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2735467829_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t927206035 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t927206035 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t927206035 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2735467829_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 IDOLPLAYERDATA_T1126670343_H #define IDOLPLAYERDATA_T1126670343_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolPlayerData struct IdolPlayerData_t1126670343 : public RuntimeObject { public: // System.Int32 DMCore.Logic.IdolPlayerData::m_IdolLevel int32_t ___m_IdolLevel_0; // System.Int32 DMCore.Logic.IdolPlayerData::m_IdolMaxLevel int32_t ___m_IdolMaxLevel_1; // System.Int32 DMCore.Logic.IdolPlayerData::m_IdolValue int32_t ___m_IdolValue_2; public: inline static int32_t get_offset_of_m_IdolLevel_0() { return static_cast(offsetof(IdolPlayerData_t1126670343, ___m_IdolLevel_0)); } inline int32_t get_m_IdolLevel_0() const { return ___m_IdolLevel_0; } inline int32_t* get_address_of_m_IdolLevel_0() { return &___m_IdolLevel_0; } inline void set_m_IdolLevel_0(int32_t value) { ___m_IdolLevel_0 = value; } inline static int32_t get_offset_of_m_IdolMaxLevel_1() { return static_cast(offsetof(IdolPlayerData_t1126670343, ___m_IdolMaxLevel_1)); } inline int32_t get_m_IdolMaxLevel_1() const { return ___m_IdolMaxLevel_1; } inline int32_t* get_address_of_m_IdolMaxLevel_1() { return &___m_IdolMaxLevel_1; } inline void set_m_IdolMaxLevel_1(int32_t value) { ___m_IdolMaxLevel_1 = value; } inline static int32_t get_offset_of_m_IdolValue_2() { return static_cast(offsetof(IdolPlayerData_t1126670343, ___m_IdolValue_2)); } inline int32_t get_m_IdolValue_2() const { return ___m_IdolValue_2; } inline int32_t* get_address_of_m_IdolValue_2() { return &___m_IdolValue_2; } inline void set_m_IdolValue_2(int32_t value) { ___m_IdolValue_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLPLAYERDATA_T1126670343_H #ifndef IDOLRULE_T1690125706_H #define IDOLRULE_T1690125706_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolRule struct IdolRule_t1690125706 : public RuntimeObject { public: // System.String DMCore.Logic.IdolRule::top10ListDesc String_t* ___top10ListDesc_0; // System.Collections.Generic.List`1 DMCore.Logic.IdolRule::top10AwardtemList List_1_t900854338 * ___top10AwardtemList_1; // System.String DMCore.Logic.IdolRule::everyDaydesc String_t* ___everyDaydesc_2; // System.Collections.Generic.List`1 DMCore.Logic.IdolRule::everydayAwardList List_1_t900854338 * ___everydayAwardList_3; // System.String DMCore.Logic.IdolRule::otherdesc String_t* ___otherdesc_4; public: inline static int32_t get_offset_of_top10ListDesc_0() { return static_cast(offsetof(IdolRule_t1690125706, ___top10ListDesc_0)); } inline String_t* get_top10ListDesc_0() const { return ___top10ListDesc_0; } inline String_t** get_address_of_top10ListDesc_0() { return &___top10ListDesc_0; } inline void set_top10ListDesc_0(String_t* value) { ___top10ListDesc_0 = value; Il2CppCodeGenWriteBarrier((&___top10ListDesc_0), value); } inline static int32_t get_offset_of_top10AwardtemList_1() { return static_cast(offsetof(IdolRule_t1690125706, ___top10AwardtemList_1)); } inline List_1_t900854338 * get_top10AwardtemList_1() const { return ___top10AwardtemList_1; } inline List_1_t900854338 ** get_address_of_top10AwardtemList_1() { return &___top10AwardtemList_1; } inline void set_top10AwardtemList_1(List_1_t900854338 * value) { ___top10AwardtemList_1 = value; Il2CppCodeGenWriteBarrier((&___top10AwardtemList_1), value); } inline static int32_t get_offset_of_everyDaydesc_2() { return static_cast(offsetof(IdolRule_t1690125706, ___everyDaydesc_2)); } inline String_t* get_everyDaydesc_2() const { return ___everyDaydesc_2; } inline String_t** get_address_of_everyDaydesc_2() { return &___everyDaydesc_2; } inline void set_everyDaydesc_2(String_t* value) { ___everyDaydesc_2 = value; Il2CppCodeGenWriteBarrier((&___everyDaydesc_2), value); } inline static int32_t get_offset_of_everydayAwardList_3() { return static_cast(offsetof(IdolRule_t1690125706, ___everydayAwardList_3)); } inline List_1_t900854338 * get_everydayAwardList_3() const { return ___everydayAwardList_3; } inline List_1_t900854338 ** get_address_of_everydayAwardList_3() { return &___everydayAwardList_3; } inline void set_everydayAwardList_3(List_1_t900854338 * value) { ___everydayAwardList_3 = value; Il2CppCodeGenWriteBarrier((&___everydayAwardList_3), value); } inline static int32_t get_offset_of_otherdesc_4() { return static_cast(offsetof(IdolRule_t1690125706, ___otherdesc_4)); } inline String_t* get_otherdesc_4() const { return ___otherdesc_4; } inline String_t** get_address_of_otherdesc_4() { return &___otherdesc_4; } inline void set_otherdesc_4(String_t* value) { ___otherdesc_4 = value; Il2CppCodeGenWriteBarrier((&___otherdesc_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLRULE_T1690125706_H #ifndef LIST_1_T900854338_H #define LIST_1_T900854338_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_t900854338 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IdolAwardListItemU5BU5D_t2558739205* ____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_t900854338, ____items_1)); } inline IdolAwardListItemU5BU5D_t2558739205* get__items_1() const { return ____items_1; } inline IdolAwardListItemU5BU5D_t2558739205** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IdolAwardListItemU5BU5D_t2558739205* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t900854338, ____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_t900854338, ____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_t900854338_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray IdolAwardListItemU5BU5D_t2558739205* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t900854338_StaticFields, ___EmptyArray_4)); } inline IdolAwardListItemU5BU5D_t2558739205* get_EmptyArray_4() const { return ___EmptyArray_4; } inline IdolAwardListItemU5BU5D_t2558739205** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(IdolAwardListItemU5BU5D_t2558739205* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T900854338_H #ifndef IDOLTASKGROUP_T2323648883_H #define IDOLTASKGROUP_T2323648883_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolTaskGroup struct IdolTaskGroup_t2323648883 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.IdolTaskGroup::m_dic Dictionary_2_t777561387 * ___m_dic_0; public: inline static int32_t get_offset_of_m_dic_0() { return static_cast(offsetof(IdolTaskGroup_t2323648883, ___m_dic_0)); } inline Dictionary_2_t777561387 * get_m_dic_0() const { return ___m_dic_0; } inline Dictionary_2_t777561387 ** get_address_of_m_dic_0() { return &___m_dic_0; } inline void set_m_dic_0(Dictionary_2_t777561387 * value) { ___m_dic_0 = value; Il2CppCodeGenWriteBarrier((&___m_dic_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLTASKGROUP_T2323648883_H #ifndef DICTIONARY_2_T777561387_H #define DICTIONARY_2_T777561387_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_t777561387 : 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 IdolTaskUnitU5BU5D_t2485151081* ___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_t777561387, ___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_t777561387, ___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_t777561387, ___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_t777561387, ___valueSlots_7)); } inline IdolTaskUnitU5BU5D_t2485151081* get_valueSlots_7() const { return ___valueSlots_7; } inline IdolTaskUnitU5BU5D_t2485151081** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(IdolTaskUnitU5BU5D_t2485151081* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t777561387, ___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_t777561387, ___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_t777561387, ___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_t777561387, ___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_t777561387, ___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_t777561387, ___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_t777561387, ___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_t777561387_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2089489925 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t777561387_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2089489925 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2089489925 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2089489925 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T777561387_H #ifndef IDOLTASKUNIT_T1888848056_H #define IDOLTASKUNIT_T1888848056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolTaskUnit struct IdolTaskUnit_t1888848056 : public RuntimeObject { public: // System.String DMCore.Logic.IdolTaskUnit::taskDescription String_t* ___taskDescription_0; public: inline static int32_t get_offset_of_taskDescription_0() { return static_cast(offsetof(IdolTaskUnit_t1888848056, ___taskDescription_0)); } inline String_t* get_taskDescription_0() const { return ___taskDescription_0; } inline String_t** get_address_of_taskDescription_0() { return &___taskDescription_0; } inline void set_taskDescription_0(String_t* value) { ___taskDescription_0 = value; Il2CppCodeGenWriteBarrier((&___taskDescription_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLTASKUNIT_T1888848056_H #ifndef LIST_1_T395442325_H #define LIST_1_T395442325_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_t395442325 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CurAbilityLevelCountU5BU5D_t3627495942* ____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_t395442325, ____items_1)); } inline CurAbilityLevelCountU5BU5D_t3627495942* get__items_1() const { return ____items_1; } inline CurAbilityLevelCountU5BU5D_t3627495942** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CurAbilityLevelCountU5BU5D_t3627495942* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t395442325, ____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_t395442325, ____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_t395442325_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CurAbilityLevelCountU5BU5D_t3627495942* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t395442325_StaticFields, ___EmptyArray_4)); } inline CurAbilityLevelCountU5BU5D_t3627495942* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CurAbilityLevelCountU5BU5D_t3627495942** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CurAbilityLevelCountU5BU5D_t3627495942* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T395442325_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 U3CADDAWARDU3EC__ANONSTOREY0_T649206353_H #define U3CADDAWARDU3EC__ANONSTOREY0_T649206353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolAwardUnit/c__AnonStorey0 struct U3CAddAwardU3Ec__AnonStorey0_t649206353 : public RuntimeObject { public: // System.Int32 DMCore.Logic.IdolAwardUnit/c__AnonStorey0::configId int32_t ___configId_0; // System.Int32 DMCore.Logic.IdolAwardUnit/c__AnonStorey0::count int32_t ___count_1; // System.Int32 DMCore.Logic.IdolAwardUnit/c__AnonStorey0::validation int32_t ___validation_2; public: inline static int32_t get_offset_of_configId_0() { return static_cast(offsetof(U3CAddAwardU3Ec__AnonStorey0_t649206353, ___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_count_1() { return static_cast(offsetof(U3CAddAwardU3Ec__AnonStorey0_t649206353, ___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_validation_2() { return static_cast(offsetof(U3CAddAwardU3Ec__AnonStorey0_t649206353, ___validation_2)); } inline int32_t get_validation_2() const { return ___validation_2; } inline int32_t* get_address_of_validation_2() { return &___validation_2; } inline void set_validation_2(int32_t value) { ___validation_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CADDAWARDU3EC__ANONSTOREY0_T649206353_H #ifndef INVITEINFO_T51784531_H #define INVITEINFO_T51784531_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.InviteInfo struct InviteInfo_t51784531 : public RuntimeObject { public: // System.Int64 DMCore.Logic.InviteInfo::firendId int64_t ___firendId_0; // System.Int32 DMCore.Logic.InviteInfo::taskLv int32_t ___taskLv_1; // System.Int32 DMCore.Logic.InviteInfo::subTime int32_t ___subTime_2; // System.Boolean DMCore.Logic.InviteInfo::bInvited bool ___bInvited_3; public: inline static int32_t get_offset_of_firendId_0() { return static_cast(offsetof(InviteInfo_t51784531, ___firendId_0)); } inline int64_t get_firendId_0() const { return ___firendId_0; } inline int64_t* get_address_of_firendId_0() { return &___firendId_0; } inline void set_firendId_0(int64_t value) { ___firendId_0 = value; } inline static int32_t get_offset_of_taskLv_1() { return static_cast(offsetof(InviteInfo_t51784531, ___taskLv_1)); } inline int32_t get_taskLv_1() const { return ___taskLv_1; } inline int32_t* get_address_of_taskLv_1() { return &___taskLv_1; } inline void set_taskLv_1(int32_t value) { ___taskLv_1 = value; } inline static int32_t get_offset_of_subTime_2() { return static_cast(offsetof(InviteInfo_t51784531, ___subTime_2)); } inline int32_t get_subTime_2() const { return ___subTime_2; } inline int32_t* get_address_of_subTime_2() { return &___subTime_2; } inline void set_subTime_2(int32_t value) { ___subTime_2 = value; } inline static int32_t get_offset_of_bInvited_3() { return static_cast(offsetof(InviteInfo_t51784531, ___bInvited_3)); } inline bool get_bInvited_3() const { return ___bInvited_3; } inline bool* get_address_of_bInvited_3() { return &___bInvited_3; } inline void set_bInvited_3(bool value) { ___bInvited_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVITEINFO_T51784531_H #ifndef INTEGRALSHOPITEM_T1896983926_H #define INTEGRALSHOPITEM_T1896983926_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IntegralShopItem struct IntegralShopItem_t1896983926 : public RuntimeObject { public: // System.Int32 DMCore.Logic.IntegralShopItem::nConfigId int32_t ___nConfigId_0; // System.Int32 DMCore.Logic.IntegralShopItem::nLevel int32_t ___nLevel_1; // System.Int32 DMCore.Logic.IntegralShopItem::nPrice int32_t ___nPrice_2; // System.Int32 DMCore.Logic.IntegralShopItem::nValid int32_t ___nValid_3; // System.Int32 DMCore.Logic.IntegralShopItem::nLimit int32_t ___nLimit_4; // System.Int32 DMCore.Logic.IntegralShopItem::nBuyCnt int32_t ___nBuyCnt_5; public: inline static int32_t get_offset_of_nConfigId_0() { return static_cast(offsetof(IntegralShopItem_t1896983926, ___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(IntegralShopItem_t1896983926, ___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(IntegralShopItem_t1896983926, ___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(IntegralShopItem_t1896983926, ___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(IntegralShopItem_t1896983926, ___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(IntegralShopItem_t1896983926, ___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 // INTEGRALSHOPITEM_T1896983926_H #ifndef IDOLDATA_T118514082_H #define IDOLDATA_T118514082_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolData struct IdolData_t118514082 : public RuntimeObject { public: // System.Int32 DMCore.Logic.IdolData::m_Level int32_t ___m_Level_0; // System.Int32 DMCore.Logic.IdolData::m_LevelUpExp int32_t ___m_LevelUpExp_1; public: inline static int32_t get_offset_of_m_Level_0() { return static_cast(offsetof(IdolData_t118514082, ___m_Level_0)); } inline int32_t get_m_Level_0() const { return ___m_Level_0; } inline int32_t* get_address_of_m_Level_0() { return &___m_Level_0; } inline void set_m_Level_0(int32_t value) { ___m_Level_0 = value; } inline static int32_t get_offset_of_m_LevelUpExp_1() { return static_cast(offsetof(IdolData_t118514082, ___m_LevelUpExp_1)); } inline int32_t get_m_LevelUpExp_1() const { return ___m_LevelUpExp_1; } inline int32_t* get_address_of_m_LevelUpExp_1() { return &___m_LevelUpExp_1; } inline void set_m_LevelUpExp_1(int32_t value) { ___m_LevelUpExp_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLDATA_T118514082_H #ifndef IDOLLEVELCOUNT_T694126592_H #define IDOLLEVELCOUNT_T694126592_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IdolLevelCount struct IdolLevelCount_t694126592 : public RuntimeObject { public: // System.Int32 DMCore.Logic.IdolLevelCount::m_AbilityIndex int32_t ___m_AbilityIndex_0; // System.Int32 DMCore.Logic.IdolLevelCount::m_AbilityLevel int32_t ___m_AbilityLevel_1; // System.Int32 DMCore.Logic.IdolLevelCount::m_AbilityValue int32_t ___m_AbilityValue_2; // System.Collections.Generic.List`1 DMCore.Logic.IdolLevelCount::m_curAbilityData List_1_t395442325 * ___m_curAbilityData_3; public: inline static int32_t get_offset_of_m_AbilityIndex_0() { return static_cast(offsetof(IdolLevelCount_t694126592, ___m_AbilityIndex_0)); } inline int32_t get_m_AbilityIndex_0() const { return ___m_AbilityIndex_0; } inline int32_t* get_address_of_m_AbilityIndex_0() { return &___m_AbilityIndex_0; } inline void set_m_AbilityIndex_0(int32_t value) { ___m_AbilityIndex_0 = value; } inline static int32_t get_offset_of_m_AbilityLevel_1() { return static_cast(offsetof(IdolLevelCount_t694126592, ___m_AbilityLevel_1)); } inline int32_t get_m_AbilityLevel_1() const { return ___m_AbilityLevel_1; } inline int32_t* get_address_of_m_AbilityLevel_1() { return &___m_AbilityLevel_1; } inline void set_m_AbilityLevel_1(int32_t value) { ___m_AbilityLevel_1 = value; } inline static int32_t get_offset_of_m_AbilityValue_2() { return static_cast(offsetof(IdolLevelCount_t694126592, ___m_AbilityValue_2)); } inline int32_t get_m_AbilityValue_2() const { return ___m_AbilityValue_2; } inline int32_t* get_address_of_m_AbilityValue_2() { return &___m_AbilityValue_2; } inline void set_m_AbilityValue_2(int32_t value) { ___m_AbilityValue_2 = value; } inline static int32_t get_offset_of_m_curAbilityData_3() { return static_cast(offsetof(IdolLevelCount_t694126592, ___m_curAbilityData_3)); } inline List_1_t395442325 * get_m_curAbilityData_3() const { return ___m_curAbilityData_3; } inline List_1_t395442325 ** get_address_of_m_curAbilityData_3() { return &___m_curAbilityData_3; } inline void set_m_curAbilityData_3(List_1_t395442325 * value) { ___m_curAbilityData_3 = value; Il2CppCodeGenWriteBarrier((&___m_curAbilityData_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDOLLEVELCOUNT_T694126592_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 LIST_1_T1214752427_H #define LIST_1_T1214752427_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_t1214752427 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CActivityPicDataU5BU5D_t1084820184* ____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_t1214752427, ____items_1)); } inline CActivityPicDataU5BU5D_t1084820184* get__items_1() const { return ____items_1; } inline CActivityPicDataU5BU5D_t1084820184** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CActivityPicDataU5BU5D_t1084820184* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1214752427, ____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_t1214752427, ____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_t1214752427_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CActivityPicDataU5BU5D_t1084820184* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1214752427_StaticFields, ___EmptyArray_4)); } inline CActivityPicDataU5BU5D_t1084820184* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CActivityPicDataU5BU5D_t1084820184** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CActivityPicDataU5BU5D_t1084820184* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1214752427_H #ifndef OPENGIFTCELLCACHE_T2916341310_H #define OPENGIFTCELLCACHE_T2916341310_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GiftPackManager/OpenGiftCellCache struct OpenGiftCellCache_t2916341310 : public RuntimeObject { public: // System.Int32 DMCore.Logic.GiftPackManager/OpenGiftCellCache::k__BackingField int32_t ___U3CSelectedIDU3Ek__BackingField_0; // System.Action`1 DMCore.Logic.GiftPackManager/OpenGiftCellCache::k__BackingField Action_1_t269755560 * ___U3CCallbackU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CSelectedIDU3Ek__BackingField_0() { return static_cast(offsetof(OpenGiftCellCache_t2916341310, ___U3CSelectedIDU3Ek__BackingField_0)); } inline int32_t get_U3CSelectedIDU3Ek__BackingField_0() const { return ___U3CSelectedIDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CSelectedIDU3Ek__BackingField_0() { return &___U3CSelectedIDU3Ek__BackingField_0; } inline void set_U3CSelectedIDU3Ek__BackingField_0(int32_t value) { ___U3CSelectedIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CCallbackU3Ek__BackingField_1() { return static_cast(offsetof(OpenGiftCellCache_t2916341310, ___U3CCallbackU3Ek__BackingField_1)); } inline Action_1_t269755560 * get_U3CCallbackU3Ek__BackingField_1() const { return ___U3CCallbackU3Ek__BackingField_1; } inline Action_1_t269755560 ** get_address_of_U3CCallbackU3Ek__BackingField_1() { return &___U3CCallbackU3Ek__BackingField_1; } inline void set_U3CCallbackU3Ek__BackingField_1(Action_1_t269755560 * value) { ___U3CCallbackU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CCallbackU3Ek__BackingField_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPENGIFTCELLCACHE_T2916341310_H #ifndef U3CONCHOOSEU3EC__ANONSTOREY0_T2357546869_H #define U3CONCHOOSEU3EC__ANONSTOREY0_T2357546869_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GiftPackManager/c__AnonStorey0 struct U3COnChooseU3Ec__AnonStorey0_t2357546869 : public RuntimeObject { public: // System.Int32 DMCore.Logic.GiftPackManager/c__AnonStorey0::configID int32_t ___configID_0; public: inline static int32_t get_offset_of_configID_0() { return static_cast(offsetof(U3COnChooseU3Ec__AnonStorey0_t2357546869, ___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 // U3CONCHOOSEU3EC__ANONSTOREY0_T2357546869_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 LIST_1_T3115654357_H #define LIST_1_T3115654357_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_t3115654357 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GiftPackageItemCondU5BU5D_t800568518* ____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_t3115654357, ____items_1)); } inline GiftPackageItemCondU5BU5D_t800568518* get__items_1() const { return ____items_1; } inline GiftPackageItemCondU5BU5D_t800568518** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GiftPackageItemCondU5BU5D_t800568518* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3115654357, ____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_t3115654357, ____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_t3115654357_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray GiftPackageItemCondU5BU5D_t800568518* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3115654357_StaticFields, ___EmptyArray_4)); } inline GiftPackageItemCondU5BU5D_t800568518* get_EmptyArray_4() const { return ___EmptyArray_4; } inline GiftPackageItemCondU5BU5D_t800568518** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(GiftPackageItemCondU5BU5D_t800568518* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3115654357_H #ifndef CNETSERVERCONFIG_T202072970_H #define CNETSERVERCONFIG_T202072970_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetServerConfig struct CNetServerConfig_t202072970 : public RuntimeObject { public: // DMCore.CDataProperty DMCore.Net.CNetServerConfig::m_prop CDataProperty_t2806246268 * ___m_prop_1; // DMCore.CDataProperty DMCore.Net.CNetServerConfig::m_propProxy CDataProperty_t2806246268 * ___m_propProxy_2; // System.String DMCore.Net.CNetServerConfig::m_Setting String_t* ___m_Setting_3; public: inline static int32_t get_offset_of_m_prop_1() { return static_cast(offsetof(CNetServerConfig_t202072970, ___m_prop_1)); } inline CDataProperty_t2806246268 * get_m_prop_1() const { return ___m_prop_1; } inline CDataProperty_t2806246268 ** get_address_of_m_prop_1() { return &___m_prop_1; } inline void set_m_prop_1(CDataProperty_t2806246268 * value) { ___m_prop_1 = value; Il2CppCodeGenWriteBarrier((&___m_prop_1), value); } inline static int32_t get_offset_of_m_propProxy_2() { return static_cast(offsetof(CNetServerConfig_t202072970, ___m_propProxy_2)); } inline CDataProperty_t2806246268 * get_m_propProxy_2() const { return ___m_propProxy_2; } inline CDataProperty_t2806246268 ** get_address_of_m_propProxy_2() { return &___m_propProxy_2; } inline void set_m_propProxy_2(CDataProperty_t2806246268 * value) { ___m_propProxy_2 = value; Il2CppCodeGenWriteBarrier((&___m_propProxy_2), value); } inline static int32_t get_offset_of_m_Setting_3() { return static_cast(offsetof(CNetServerConfig_t202072970, ___m_Setting_3)); } inline String_t* get_m_Setting_3() const { return ___m_Setting_3; } inline String_t** get_address_of_m_Setting_3() { return &___m_Setting_3; } inline void set_m_Setting_3(String_t* value) { ___m_Setting_3 = value; Il2CppCodeGenWriteBarrier((&___m_Setting_3), value); } }; struct CNetServerConfig_t202072970_StaticFields { public: // System.String DMCore.Net.CNetServerConfig::s_Version String_t* ___s_Version_0; // DMCore.Net.CNetServerConfig DMCore.Net.CNetServerConfig::s_Instance CNetServerConfig_t202072970 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Version_0() { return static_cast(offsetof(CNetServerConfig_t202072970_StaticFields, ___s_Version_0)); } inline String_t* get_s_Version_0() const { return ___s_Version_0; } inline String_t** get_address_of_s_Version_0() { return &___s_Version_0; } inline void set_s_Version_0(String_t* value) { ___s_Version_0 = value; Il2CppCodeGenWriteBarrier((&___s_Version_0), value); } inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CNetServerConfig_t202072970_StaticFields, ___s_Instance_4)); } inline CNetServerConfig_t202072970 * get_s_Instance_4() const { return ___s_Instance_4; } inline CNetServerConfig_t202072970 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CNetServerConfig_t202072970 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETSERVERCONFIG_T202072970_H #ifndef LIST_1_T93448756_H #define LIST_1_T93448756_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_t93448756 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items OpenGiftCellCacheU5BU5D_t3260515083* ____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_t93448756, ____items_1)); } inline OpenGiftCellCacheU5BU5D_t3260515083* get__items_1() const { return ____items_1; } inline OpenGiftCellCacheU5BU5D_t3260515083** get_address_of__items_1() { return &____items_1; } inline void set__items_1(OpenGiftCellCacheU5BU5D_t3260515083* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t93448756, ____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_t93448756, ____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_t93448756_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray OpenGiftCellCacheU5BU5D_t3260515083* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t93448756_StaticFields, ___EmptyArray_4)); } inline OpenGiftCellCacheU5BU5D_t3260515083* get_EmptyArray_4() const { return ___EmptyArray_4; } inline OpenGiftCellCacheU5BU5D_t3260515083** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(OpenGiftCellCacheU5BU5D_t3260515083* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T93448756_H #ifndef GIFTPACKAGEITEMUNIT_T2476631710_H #define GIFTPACKAGEITEMUNIT_T2476631710_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GiftPackageItemUnit struct GiftPackageItemUnit_t2476631710 : public RuntimeObject { public: // System.Int32 DMCore.Logic.GiftPackageItemUnit::configID int32_t ___configID_0; // System.Int32 DMCore.Logic.GiftPackageItemUnit::count int32_t ___count_1; // System.Int32 DMCore.Logic.GiftPackageItemUnit::vaild int32_t ___vaild_2; // System.Int32 DMCore.Logic.GiftPackageItemUnit::weight int32_t ___weight_3; public: inline static int32_t get_offset_of_configID_0() { return static_cast(offsetof(GiftPackageItemUnit_t2476631710, ___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_count_1() { return static_cast(offsetof(GiftPackageItemUnit_t2476631710, ___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_vaild_2() { return static_cast(offsetof(GiftPackageItemUnit_t2476631710, ___vaild_2)); } inline int32_t get_vaild_2() const { return ___vaild_2; } inline int32_t* get_address_of_vaild_2() { return &___vaild_2; } inline void set_vaild_2(int32_t value) { ___vaild_2 = value; } inline static int32_t get_offset_of_weight_3() { return static_cast(offsetof(GiftPackageItemUnit_t2476631710, ___weight_3)); } inline int32_t get_weight_3() const { return ___weight_3; } inline int32_t* get_address_of_weight_3() { return &___weight_3; } inline void set_weight_3(int32_t value) { ___weight_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GIFTPACKAGEITEMUNIT_T2476631710_H #ifndef LIST_1_T3948706452_H #define LIST_1_T3948706452_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_t3948706452 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GiftPackageItemUnitU5BU5D_t62768427* ____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_t3948706452, ____items_1)); } inline GiftPackageItemUnitU5BU5D_t62768427* get__items_1() const { return ____items_1; } inline GiftPackageItemUnitU5BU5D_t62768427** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GiftPackageItemUnitU5BU5D_t62768427* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3948706452, ____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_t3948706452, ____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_t3948706452_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray GiftPackageItemUnitU5BU5D_t62768427* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3948706452_StaticFields, ___EmptyArray_4)); } inline GiftPackageItemUnitU5BU5D_t62768427* get_EmptyArray_4() const { return ___EmptyArray_4; } inline GiftPackageItemUnitU5BU5D_t62768427** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(GiftPackageItemUnitU5BU5D_t62768427* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3948706452_H #ifndef GIFTPACKMANAGER_T105297562_H #define GIFTPACKMANAGER_T105297562_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GiftPackManager struct GiftPackManager_t105297562 : public RuntimeObject { public: // System.Boolean DMCore.Logic.GiftPackManager::k__BackingField bool ___U3CNeedOpenBtnU3Ek__BackingField_1; // System.Action`4> DMCore.Logic.GiftPackManager::ConfirmHandler Action_4_t3484037049 * ___ConfirmHandler_2; // System.Action DMCore.Logic.GiftPackManager::CancelHandler Action_t1264377477 * ___CancelHandler_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.GiftPackManager::m_giftPackItemList Dictionary_2_t3030356666 * ___m_giftPackItemList_4; // DMCore.Logic.GiftPack DMCore.Logic.GiftPackManager::k__BackingField GiftPack_t4141643335 * ___U3CCurGiftPackU3Ek__BackingField_5; // System.Collections.Generic.List`1 DMCore.Logic.GiftPackManager::m_CustomSelectedID List_1_t93448756 * ___m_CustomSelectedID_6; // System.Action`1 DMCore.Logic.GiftPackManager::m_Callback Action_1_t19143634 * ___m_Callback_7; public: inline static int32_t get_offset_of_U3CNeedOpenBtnU3Ek__BackingField_1() { return static_cast(offsetof(GiftPackManager_t105297562, ___U3CNeedOpenBtnU3Ek__BackingField_1)); } inline bool get_U3CNeedOpenBtnU3Ek__BackingField_1() const { return ___U3CNeedOpenBtnU3Ek__BackingField_1; } inline bool* get_address_of_U3CNeedOpenBtnU3Ek__BackingField_1() { return &___U3CNeedOpenBtnU3Ek__BackingField_1; } inline void set_U3CNeedOpenBtnU3Ek__BackingField_1(bool value) { ___U3CNeedOpenBtnU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_ConfirmHandler_2() { return static_cast(offsetof(GiftPackManager_t105297562, ___ConfirmHandler_2)); } inline Action_4_t3484037049 * get_ConfirmHandler_2() const { return ___ConfirmHandler_2; } inline Action_4_t3484037049 ** get_address_of_ConfirmHandler_2() { return &___ConfirmHandler_2; } inline void set_ConfirmHandler_2(Action_4_t3484037049 * value) { ___ConfirmHandler_2 = value; Il2CppCodeGenWriteBarrier((&___ConfirmHandler_2), value); } inline static int32_t get_offset_of_CancelHandler_3() { return static_cast(offsetof(GiftPackManager_t105297562, ___CancelHandler_3)); } inline Action_t1264377477 * get_CancelHandler_3() const { return ___CancelHandler_3; } inline Action_t1264377477 ** get_address_of_CancelHandler_3() { return &___CancelHandler_3; } inline void set_CancelHandler_3(Action_t1264377477 * value) { ___CancelHandler_3 = value; Il2CppCodeGenWriteBarrier((&___CancelHandler_3), value); } inline static int32_t get_offset_of_m_giftPackItemList_4() { return static_cast(offsetof(GiftPackManager_t105297562, ___m_giftPackItemList_4)); } inline Dictionary_2_t3030356666 * get_m_giftPackItemList_4() const { return ___m_giftPackItemList_4; } inline Dictionary_2_t3030356666 ** get_address_of_m_giftPackItemList_4() { return &___m_giftPackItemList_4; } inline void set_m_giftPackItemList_4(Dictionary_2_t3030356666 * value) { ___m_giftPackItemList_4 = value; Il2CppCodeGenWriteBarrier((&___m_giftPackItemList_4), value); } inline static int32_t get_offset_of_U3CCurGiftPackU3Ek__BackingField_5() { return static_cast(offsetof(GiftPackManager_t105297562, ___U3CCurGiftPackU3Ek__BackingField_5)); } inline GiftPack_t4141643335 * get_U3CCurGiftPackU3Ek__BackingField_5() const { return ___U3CCurGiftPackU3Ek__BackingField_5; } inline GiftPack_t4141643335 ** get_address_of_U3CCurGiftPackU3Ek__BackingField_5() { return &___U3CCurGiftPackU3Ek__BackingField_5; } inline void set_U3CCurGiftPackU3Ek__BackingField_5(GiftPack_t4141643335 * value) { ___U3CCurGiftPackU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((&___U3CCurGiftPackU3Ek__BackingField_5), value); } inline static int32_t get_offset_of_m_CustomSelectedID_6() { return static_cast(offsetof(GiftPackManager_t105297562, ___m_CustomSelectedID_6)); } inline List_1_t93448756 * get_m_CustomSelectedID_6() const { return ___m_CustomSelectedID_6; } inline List_1_t93448756 ** get_address_of_m_CustomSelectedID_6() { return &___m_CustomSelectedID_6; } inline void set_m_CustomSelectedID_6(List_1_t93448756 * value) { ___m_CustomSelectedID_6 = value; Il2CppCodeGenWriteBarrier((&___m_CustomSelectedID_6), value); } inline static int32_t get_offset_of_m_Callback_7() { return static_cast(offsetof(GiftPackManager_t105297562, ___m_Callback_7)); } inline Action_1_t19143634 * get_m_Callback_7() const { return ___m_Callback_7; } inline Action_1_t19143634 ** get_address_of_m_Callback_7() { return &___m_Callback_7; } inline void set_m_Callback_7(Action_1_t19143634 * value) { ___m_Callback_7 = value; Il2CppCodeGenWriteBarrier((&___m_Callback_7), value); } }; struct GiftPackManager_t105297562_StaticFields { public: // DMCore.Logic.GiftPackManager DMCore.Logic.GiftPackManager::s_instance GiftPackManager_t105297562 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(GiftPackManager_t105297562_StaticFields, ___s_instance_0)); } inline GiftPackManager_t105297562 * get_s_instance_0() const { return ___s_instance_0; } inline GiftPackManager_t105297562 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(GiftPackManager_t105297562 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GIFTPACKMANAGER_T105297562_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef DICTIONARY_2_T3030356666_H #define DICTIONARY_2_T3030356666_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_t3030356666 : 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 GiftPackU5BU5D_t4140309694* ___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_t3030356666, ___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_t3030356666, ___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_t3030356666, ___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_t3030356666, ___valueSlots_7)); } inline GiftPackU5BU5D_t4140309694* get_valueSlots_7() const { return ___valueSlots_7; } inline GiftPackU5BU5D_t4140309694** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(GiftPackU5BU5D_t4140309694* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3030356666, ___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_t3030356666, ___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_t3030356666, ___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_t3030356666, ___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_t3030356666, ___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_t3030356666, ___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_t3030356666, ___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_t3030356666_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3744648538 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3030356666_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3744648538 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3744648538 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3744648538 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3030356666_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 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 U3CADDU3EC__ANONSTOREY0_T1076161066_H #define U3CADDU3EC__ANONSTOREY0_T1076161066_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.LevelUpAwardList/c__AnonStorey0 struct U3CAddU3Ec__AnonStorey0_t1076161066 : public RuntimeObject { public: // System.Int32 DMCore.Logic.LevelUpAwardList/c__AnonStorey0::configId int32_t ___configId_0; // System.Int32 DMCore.Logic.LevelUpAwardList/c__AnonStorey0::count int32_t ___count_1; // System.Int32 DMCore.Logic.LevelUpAwardList/c__AnonStorey0::validation int32_t ___validation_2; public: inline static int32_t get_offset_of_configId_0() { return static_cast(offsetof(U3CAddU3Ec__AnonStorey0_t1076161066, ___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_count_1() { return static_cast(offsetof(U3CAddU3Ec__AnonStorey0_t1076161066, ___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_validation_2() { return static_cast(offsetof(U3CAddU3Ec__AnonStorey0_t1076161066, ___validation_2)); } inline int32_t get_validation_2() const { return ___validation_2; } inline int32_t* get_address_of_validation_2() { return &___validation_2; } inline void set_validation_2(int32_t value) { ___validation_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CADDU3EC__ANONSTOREY0_T1076161066_H #ifndef LEVELUPAWARDLIST_T2065957067_H #define LEVELUPAWARDLIST_T2065957067_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.LevelUpAwardList struct LevelUpAwardList_t2065957067 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.LevelUpAwardList::AwardList List_1_t3149535657 * ___AwardList_0; public: inline static int32_t get_offset_of_AwardList_0() { return static_cast(offsetof(LevelUpAwardList_t2065957067, ___AwardList_0)); } inline List_1_t3149535657 * get_AwardList_0() const { return ___AwardList_0; } inline List_1_t3149535657 ** get_address_of_AwardList_0() { return &___AwardList_0; } inline void set_AwardList_0(List_1_t3149535657 * value) { ___AwardList_0 = value; Il2CppCodeGenWriteBarrier((&___AwardList_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEVELUPAWARDLIST_T2065957067_H #ifndef DICTIONARY_2_T1198903465_H #define DICTIONARY_2_T1198903465_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_t1198903465 : 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 LevelUpAwardTypeU5BU5D_t629479439* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots LevelUpAwardListU5BU5D_t445326250* ___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_t1198903465, ___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_t1198903465, ___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_t1198903465, ___keySlots_6)); } inline LevelUpAwardTypeU5BU5D_t629479439* get_keySlots_6() const { return ___keySlots_6; } inline LevelUpAwardTypeU5BU5D_t629479439** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(LevelUpAwardTypeU5BU5D_t629479439* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1198903465, ___valueSlots_7)); } inline LevelUpAwardListU5BU5D_t445326250* get_valueSlots_7() const { return ___valueSlots_7; } inline LevelUpAwardListU5BU5D_t445326250** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(LevelUpAwardListU5BU5D_t445326250* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1198903465, ___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_t1198903465, ___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_t1198903465, ___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_t1198903465, ___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_t1198903465, ___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_t1198903465, ___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_t1198903465, ___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_t1198903465_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2937128655 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1198903465_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2937128655 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2937128655 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2937128655 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1198903465_H #ifndef LEVELUPAWARDGROUP_T3168541245_H #define LEVELUPAWARDGROUP_T3168541245_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.LevelUpAwardGroup struct LevelUpAwardGroup_t3168541245 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.LevelUpAwardGroup::AwardInfo Dictionary_2_t1198903465 * ___AwardInfo_0; public: inline static int32_t get_offset_of_AwardInfo_0() { return static_cast(offsetof(LevelUpAwardGroup_t3168541245, ___AwardInfo_0)); } inline Dictionary_2_t1198903465 * get_AwardInfo_0() const { return ___AwardInfo_0; } inline Dictionary_2_t1198903465 ** get_address_of_AwardInfo_0() { return &___AwardInfo_0; } inline void set_AwardInfo_0(Dictionary_2_t1198903465 * value) { ___AwardInfo_0 = value; Il2CppCodeGenWriteBarrier((&___AwardInfo_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEVELUPAWARDGROUP_T3168541245_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 JEWELDATA_T899796350_H #define JEWELDATA_T899796350_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.JewelData struct JewelData_t899796350 : public RuntimeObject { public: // System.Int32 DMCore.Logic.JewelData::JewelId int32_t ___JewelId_0; // System.Int32 DMCore.Logic.JewelData::EffectId int32_t ___EffectId_1; // System.Int32 DMCore.Logic.JewelData::IsCombineEffect int32_t ___IsCombineEffect_2; // System.Int32 DMCore.Logic.JewelData::Level int32_t ___Level_3; // System.String DMCore.Logic.JewelData::EffectNme String_t* ___EffectNme_4; // System.Int32 DMCore.Logic.JewelData::Type int32_t ___Type_5; public: inline static int32_t get_offset_of_JewelId_0() { return static_cast(offsetof(JewelData_t899796350, ___JewelId_0)); } inline int32_t get_JewelId_0() const { return ___JewelId_0; } inline int32_t* get_address_of_JewelId_0() { return &___JewelId_0; } inline void set_JewelId_0(int32_t value) { ___JewelId_0 = value; } inline static int32_t get_offset_of_EffectId_1() { return static_cast(offsetof(JewelData_t899796350, ___EffectId_1)); } inline int32_t get_EffectId_1() const { return ___EffectId_1; } inline int32_t* get_address_of_EffectId_1() { return &___EffectId_1; } inline void set_EffectId_1(int32_t value) { ___EffectId_1 = value; } inline static int32_t get_offset_of_IsCombineEffect_2() { return static_cast(offsetof(JewelData_t899796350, ___IsCombineEffect_2)); } inline int32_t get_IsCombineEffect_2() const { return ___IsCombineEffect_2; } inline int32_t* get_address_of_IsCombineEffect_2() { return &___IsCombineEffect_2; } inline void set_IsCombineEffect_2(int32_t value) { ___IsCombineEffect_2 = value; } inline static int32_t get_offset_of_Level_3() { return static_cast(offsetof(JewelData_t899796350, ___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_EffectNme_4() { return static_cast(offsetof(JewelData_t899796350, ___EffectNme_4)); } inline String_t* get_EffectNme_4() const { return ___EffectNme_4; } inline String_t** get_address_of_EffectNme_4() { return &___EffectNme_4; } inline void set_EffectNme_4(String_t* value) { ___EffectNme_4 = value; Il2CppCodeGenWriteBarrier((&___EffectNme_4), value); } inline static int32_t get_offset_of_Type_5() { return static_cast(offsetof(JewelData_t899796350, ___Type_5)); } inline int32_t get_Type_5() const { return ___Type_5; } inline int32_t* get_address_of_Type_5() { return &___Type_5; } inline void set_Type_5(int32_t value) { ___Type_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JEWELDATA_T899796350_H #ifndef LEVELUPSTARINFO_T831176484_H #define LEVELUPSTARINFO_T831176484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.LevelupStarInfo struct LevelupStarInfo_t831176484 : public RuntimeObject { public: // System.Int32 DMCore.Logic.LevelupStarInfo::pinjielevel int32_t ___pinjielevel_0; // System.Int32 DMCore.Logic.LevelupStarInfo::starLevel int32_t ___starLevel_1; // System.Int32 DMCore.Logic.LevelupStarInfo::curIdolValue int32_t ___curIdolValue_2; // System.Int32 DMCore.Logic.LevelupStarInfo::needIdolValue int32_t ___needIdolValue_3; // System.Boolean DMCore.Logic.LevelupStarInfo::bCanLevelUpStar bool ___bCanLevelUpStar_4; // System.Boolean DMCore.Logic.LevelupStarInfo::bunlockTask bool ___bunlockTask_5; // System.Int32 DMCore.Logic.LevelupStarInfo::needGold int32_t ___needGold_6; // DMCore.Logic.LevelupStarInfo/StarTak[] DMCore.Logic.LevelupStarInfo::taskArr StarTakU5BU5D_t3735320407* ___taskArr_7; public: inline static int32_t get_offset_of_pinjielevel_0() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___pinjielevel_0)); } inline int32_t get_pinjielevel_0() const { return ___pinjielevel_0; } inline int32_t* get_address_of_pinjielevel_0() { return &___pinjielevel_0; } inline void set_pinjielevel_0(int32_t value) { ___pinjielevel_0 = value; } inline static int32_t get_offset_of_starLevel_1() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___starLevel_1)); } inline int32_t get_starLevel_1() const { return ___starLevel_1; } inline int32_t* get_address_of_starLevel_1() { return &___starLevel_1; } inline void set_starLevel_1(int32_t value) { ___starLevel_1 = value; } inline static int32_t get_offset_of_curIdolValue_2() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___curIdolValue_2)); } inline int32_t get_curIdolValue_2() const { return ___curIdolValue_2; } inline int32_t* get_address_of_curIdolValue_2() { return &___curIdolValue_2; } inline void set_curIdolValue_2(int32_t value) { ___curIdolValue_2 = value; } inline static int32_t get_offset_of_needIdolValue_3() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___needIdolValue_3)); } inline int32_t get_needIdolValue_3() const { return ___needIdolValue_3; } inline int32_t* get_address_of_needIdolValue_3() { return &___needIdolValue_3; } inline void set_needIdolValue_3(int32_t value) { ___needIdolValue_3 = value; } inline static int32_t get_offset_of_bCanLevelUpStar_4() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___bCanLevelUpStar_4)); } inline bool get_bCanLevelUpStar_4() const { return ___bCanLevelUpStar_4; } inline bool* get_address_of_bCanLevelUpStar_4() { return &___bCanLevelUpStar_4; } inline void set_bCanLevelUpStar_4(bool value) { ___bCanLevelUpStar_4 = value; } inline static int32_t get_offset_of_bunlockTask_5() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___bunlockTask_5)); } inline bool get_bunlockTask_5() const { return ___bunlockTask_5; } inline bool* get_address_of_bunlockTask_5() { return &___bunlockTask_5; } inline void set_bunlockTask_5(bool value) { ___bunlockTask_5 = value; } inline static int32_t get_offset_of_needGold_6() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___needGold_6)); } inline int32_t get_needGold_6() const { return ___needGold_6; } inline int32_t* get_address_of_needGold_6() { return &___needGold_6; } inline void set_needGold_6(int32_t value) { ___needGold_6 = value; } inline static int32_t get_offset_of_taskArr_7() { return static_cast(offsetof(LevelupStarInfo_t831176484, ___taskArr_7)); } inline StarTakU5BU5D_t3735320407* get_taskArr_7() const { return ___taskArr_7; } inline StarTakU5BU5D_t3735320407** get_address_of_taskArr_7() { return &___taskArr_7; } inline void set_taskArr_7(StarTakU5BU5D_t3735320407* value) { ___taskArr_7 = value; Il2CppCodeGenWriteBarrier((&___taskArr_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEVELUPSTARINFO_T831176484_H #ifndef CACTIVITYPICDATA_T4037644981_H #define CACTIVITYPICDATA_T4037644981_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicActivityPic/CActivityPicData struct CActivityPicData_t4037644981 : public RuntimeObject { public: // System.Int32 DMCore.Logic.logicActivityPic/CActivityPicData::type int32_t ___type_0; // System.String DMCore.Logic.logicActivityPic/CActivityPicData::name String_t* ___name_1; // System.String DMCore.Logic.logicActivityPic/CActivityPicData::image String_t* ___image_2; // System.String DMCore.Logic.logicActivityPic/CActivityPicData::typeParams String_t* ___typeParams_3; // System.Byte[] DMCore.Logic.logicActivityPic/CActivityPicData::m_bytesVal ByteU5BU5D_t4116647657* ___m_bytesVal_4; // UnityEngine.Texture2D DMCore.Logic.logicActivityPic/CActivityPicData::m_texture Texture2D_t3840446185 * ___m_texture_5; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(CActivityPicData_t4037644981, ___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_name_1() { return static_cast(offsetof(CActivityPicData_t4037644981, ___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_image_2() { return static_cast(offsetof(CActivityPicData_t4037644981, ___image_2)); } inline String_t* get_image_2() const { return ___image_2; } inline String_t** get_address_of_image_2() { return &___image_2; } inline void set_image_2(String_t* value) { ___image_2 = value; Il2CppCodeGenWriteBarrier((&___image_2), value); } inline static int32_t get_offset_of_typeParams_3() { return static_cast(offsetof(CActivityPicData_t4037644981, ___typeParams_3)); } inline String_t* get_typeParams_3() const { return ___typeParams_3; } inline String_t** get_address_of_typeParams_3() { return &___typeParams_3; } inline void set_typeParams_3(String_t* value) { ___typeParams_3 = value; Il2CppCodeGenWriteBarrier((&___typeParams_3), value); } inline static int32_t get_offset_of_m_bytesVal_4() { return static_cast(offsetof(CActivityPicData_t4037644981, ___m_bytesVal_4)); } inline ByteU5BU5D_t4116647657* get_m_bytesVal_4() const { return ___m_bytesVal_4; } inline ByteU5BU5D_t4116647657** get_address_of_m_bytesVal_4() { return &___m_bytesVal_4; } inline void set_m_bytesVal_4(ByteU5BU5D_t4116647657* value) { ___m_bytesVal_4 = value; Il2CppCodeGenWriteBarrier((&___m_bytesVal_4), value); } inline static int32_t get_offset_of_m_texture_5() { return static_cast(offsetof(CActivityPicData_t4037644981, ___m_texture_5)); } inline Texture2D_t3840446185 * get_m_texture_5() const { return ___m_texture_5; } inline Texture2D_t3840446185 ** get_address_of_m_texture_5() { return &___m_texture_5; } inline void set_m_texture_5(Texture2D_t3840446185 * value) { ___m_texture_5 = value; Il2CppCodeGenWriteBarrier((&___m_texture_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYPICDATA_T4037644981_H #ifndef BETTERLIST_1_T3192665299_H #define BETTERLIST_1_T3192665299_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_t3192665299 : public RuntimeObject { public: // T[] BetterList`1::buffer CActivityPicDataU5BU5D_t1084820184* ___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_t3192665299, ___buffer_0)); } inline CActivityPicDataU5BU5D_t1084820184* get_buffer_0() const { return ___buffer_0; } inline CActivityPicDataU5BU5D_t1084820184** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(CActivityPicDataU5BU5D_t1084820184* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t3192665299, ___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_T3192665299_H #ifndef GUILDBASEINFO_T407575901_H #define GUILDBASEINFO_T407575901_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GuildBaseInfo struct GuildBaseInfo_t407575901 : public RuntimeObject { public: // System.Int32 DMCore.Logic.GuildBaseInfo::GuildID int32_t ___GuildID_0; // System.Int32 DMCore.Logic.GuildBaseInfo::GuildLV int32_t ___GuildLV_1; // System.Int32 DMCore.Logic.GuildBaseInfo::GuildCurNum int32_t ___GuildCurNum_2; public: inline static int32_t get_offset_of_GuildID_0() { return static_cast(offsetof(GuildBaseInfo_t407575901, ___GuildID_0)); } inline int32_t get_GuildID_0() const { return ___GuildID_0; } inline int32_t* get_address_of_GuildID_0() { return &___GuildID_0; } inline void set_GuildID_0(int32_t value) { ___GuildID_0 = value; } inline static int32_t get_offset_of_GuildLV_1() { return static_cast(offsetof(GuildBaseInfo_t407575901, ___GuildLV_1)); } inline int32_t get_GuildLV_1() const { return ___GuildLV_1; } inline int32_t* get_address_of_GuildLV_1() { return &___GuildLV_1; } inline void set_GuildLV_1(int32_t value) { ___GuildLV_1 = value; } inline static int32_t get_offset_of_GuildCurNum_2() { return static_cast(offsetof(GuildBaseInfo_t407575901, ___GuildCurNum_2)); } inline int32_t get_GuildCurNum_2() const { return ___GuildCurNum_2; } inline int32_t* get_address_of_GuildCurNum_2() { return &___GuildCurNum_2; } inline void set_GuildCurNum_2(int32_t value) { ___GuildCurNum_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUILDBASEINFO_T407575901_H #ifndef HANDBOOKCLOTH_T3546229172_H #define HANDBOOKCLOTH_T3546229172_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.HandBookCloth struct HandBookCloth_t3546229172 : public RuntimeObject { public: // System.Int32 DMCore.Logic.HandBookCloth::ClothId int32_t ___ClothId_0; // System.Int32 DMCore.Logic.HandBookCloth::Sex int32_t ___Sex_1; public: inline static int32_t get_offset_of_ClothId_0() { return static_cast(offsetof(HandBookCloth_t3546229172, ___ClothId_0)); } inline int32_t get_ClothId_0() const { return ___ClothId_0; } inline int32_t* get_address_of_ClothId_0() { return &___ClothId_0; } inline void set_ClothId_0(int32_t value) { ___ClothId_0 = value; } inline static int32_t get_offset_of_Sex_1() { return static_cast(offsetof(HandBookCloth_t3546229172, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HANDBOOKCLOTH_T3546229172_H #ifndef HEADBOXINFO_T3911505238_H #define HEADBOXINFO_T3911505238_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.HeadBoxInfo struct HeadBoxInfo_t3911505238 : public RuntimeObject { public: // System.String DMCore.Logic.HeadBoxInfo::headBoxName String_t* ___headBoxName_0; // System.String DMCore.Logic.HeadBoxInfo::headBoxEffect String_t* ___headBoxEffect_1; public: inline static int32_t get_offset_of_headBoxName_0() { return static_cast(offsetof(HeadBoxInfo_t3911505238, ___headBoxName_0)); } inline String_t* get_headBoxName_0() const { return ___headBoxName_0; } inline String_t** get_address_of_headBoxName_0() { return &___headBoxName_0; } inline void set_headBoxName_0(String_t* value) { ___headBoxName_0 = value; Il2CppCodeGenWriteBarrier((&___headBoxName_0), value); } inline static int32_t get_offset_of_headBoxEffect_1() { return static_cast(offsetof(HeadBoxInfo_t3911505238, ___headBoxEffect_1)); } inline String_t* get_headBoxEffect_1() const { return ___headBoxEffect_1; } inline String_t** get_address_of_headBoxEffect_1() { return &___headBoxEffect_1; } inline void set_headBoxEffect_1(String_t* value) { ___headBoxEffect_1 = value; Il2CppCodeGenWriteBarrier((&___headBoxEffect_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HEADBOXINFO_T3911505238_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 EMOTIONUNIT_T3148034429_H #define EMOTIONUNIT_T3148034429_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EmotionUnit struct EmotionUnit_t3148034429 : public RuntimeObject { public: // System.Int32 DMCore.Logic.EmotionUnit::EmotionLevel int32_t ___EmotionLevel_0; // System.String DMCore.Logic.EmotionUnit::EmotionName String_t* ___EmotionName_1; // System.Collections.Generic.List`1 DMCore.Logic.EmotionUnit::m_listVal List_1_t2927442759 * ___m_listVal_2; // System.Single DMCore.Logic.EmotionUnit::m_timeTotal float ___m_timeTotal_3; public: inline static int32_t get_offset_of_EmotionLevel_0() { return static_cast(offsetof(EmotionUnit_t3148034429, ___EmotionLevel_0)); } inline int32_t get_EmotionLevel_0() const { return ___EmotionLevel_0; } inline int32_t* get_address_of_EmotionLevel_0() { return &___EmotionLevel_0; } inline void set_EmotionLevel_0(int32_t value) { ___EmotionLevel_0 = value; } inline static int32_t get_offset_of_EmotionName_1() { return static_cast(offsetof(EmotionUnit_t3148034429, ___EmotionName_1)); } inline String_t* get_EmotionName_1() const { return ___EmotionName_1; } inline String_t** get_address_of_EmotionName_1() { return &___EmotionName_1; } inline void set_EmotionName_1(String_t* value) { ___EmotionName_1 = value; Il2CppCodeGenWriteBarrier((&___EmotionName_1), value); } inline static int32_t get_offset_of_m_listVal_2() { return static_cast(offsetof(EmotionUnit_t3148034429, ___m_listVal_2)); } inline List_1_t2927442759 * get_m_listVal_2() const { return ___m_listVal_2; } inline List_1_t2927442759 ** get_address_of_m_listVal_2() { return &___m_listVal_2; } inline void set_m_listVal_2(List_1_t2927442759 * value) { ___m_listVal_2 = value; Il2CppCodeGenWriteBarrier((&___m_listVal_2), value); } inline static int32_t get_offset_of_m_timeTotal_3() { return static_cast(offsetof(EmotionUnit_t3148034429, ___m_timeTotal_3)); } inline float get_m_timeTotal_3() const { return ___m_timeTotal_3; } inline float* get_address_of_m_timeTotal_3() { return &___m_timeTotal_3; } inline void set_m_timeTotal_3(float value) { ___m_timeTotal_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EMOTIONUNIT_T3148034429_H #ifndef LIST_1_T3682870713_H #define LIST_1_T3682870713_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_t3682870713 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RedBagUserInfoU5BU5D_t3189544914* ____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_t3682870713, ____items_1)); } inline RedBagUserInfoU5BU5D_t3189544914* get__items_1() const { return ____items_1; } inline RedBagUserInfoU5BU5D_t3189544914** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RedBagUserInfoU5BU5D_t3189544914* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3682870713, ____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_t3682870713, ____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_t3682870713_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray RedBagUserInfoU5BU5D_t3189544914* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3682870713_StaticFields, ___EmptyArray_4)); } inline RedBagUserInfoU5BU5D_t3189544914* get_EmptyArray_4() const { return ___EmptyArray_4; } inline RedBagUserInfoU5BU5D_t3189544914** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(RedBagUserInfoU5BU5D_t3189544914* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3682870713_H #ifndef REDBAGMINE_T2525936267_H #define REDBAGMINE_T2525936267_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RedBagMine struct RedBagMine_t2525936267 : public RuntimeObject { public: // System.Int32 DMCore.Logic.RedBagMine::GetCoinNum int32_t ___GetCoinNum_0; // System.Int32 DMCore.Logic.RedBagMine::SendCoinNum int32_t ___SendCoinNum_1; // System.Int32 DMCore.Logic.RedBagMine::RedbagSum int32_t ___RedbagSum_2; public: inline static int32_t get_offset_of_GetCoinNum_0() { return static_cast(offsetof(RedBagMine_t2525936267, ___GetCoinNum_0)); } inline int32_t get_GetCoinNum_0() const { return ___GetCoinNum_0; } inline int32_t* get_address_of_GetCoinNum_0() { return &___GetCoinNum_0; } inline void set_GetCoinNum_0(int32_t value) { ___GetCoinNum_0 = value; } inline static int32_t get_offset_of_SendCoinNum_1() { return static_cast(offsetof(RedBagMine_t2525936267, ___SendCoinNum_1)); } inline int32_t get_SendCoinNum_1() const { return ___SendCoinNum_1; } inline int32_t* get_address_of_SendCoinNum_1() { return &___SendCoinNum_1; } inline void set_SendCoinNum_1(int32_t value) { ___SendCoinNum_1 = value; } inline static int32_t get_offset_of_RedbagSum_2() { return static_cast(offsetof(RedBagMine_t2525936267, ___RedbagSum_2)); } inline int32_t get_RedbagSum_2() const { return ___RedbagSum_2; } inline int32_t* get_address_of_RedbagSum_2() { return &___RedbagSum_2; } inline void set_RedbagSum_2(int32_t value) { ___RedbagSum_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REDBAGMINE_T2525936267_H #ifndef REDBAGRESULT_T3297514483_H #define REDBAGRESULT_T3297514483_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RedBagResult struct RedBagResult_t3297514483 : public RuntimeObject { public: // System.Int32 DMCore.Logic.RedBagResult::RedbagID int32_t ___RedbagID_0; // System.Int32 DMCore.Logic.RedBagResult::Result int32_t ___Result_1; // System.Int32 DMCore.Logic.RedBagResult::AlreadyGet int32_t ___AlreadyGet_2; // System.Boolean DMCore.Logic.RedBagResult::IsRefreshResult bool ___IsRefreshResult_3; public: inline static int32_t get_offset_of_RedbagID_0() { return static_cast(offsetof(RedBagResult_t3297514483, ___RedbagID_0)); } inline int32_t get_RedbagID_0() const { return ___RedbagID_0; } inline int32_t* get_address_of_RedbagID_0() { return &___RedbagID_0; } inline void set_RedbagID_0(int32_t value) { ___RedbagID_0 = value; } inline static int32_t get_offset_of_Result_1() { return static_cast(offsetof(RedBagResult_t3297514483, ___Result_1)); } inline int32_t get_Result_1() const { return ___Result_1; } inline int32_t* get_address_of_Result_1() { return &___Result_1; } inline void set_Result_1(int32_t value) { ___Result_1 = value; } inline static int32_t get_offset_of_AlreadyGet_2() { return static_cast(offsetof(RedBagResult_t3297514483, ___AlreadyGet_2)); } inline int32_t get_AlreadyGet_2() const { return ___AlreadyGet_2; } inline int32_t* get_address_of_AlreadyGet_2() { return &___AlreadyGet_2; } inline void set_AlreadyGet_2(int32_t value) { ___AlreadyGet_2 = value; } inline static int32_t get_offset_of_IsRefreshResult_3() { return static_cast(offsetof(RedBagResult_t3297514483, ___IsRefreshResult_3)); } inline bool get_IsRefreshResult_3() const { return ___IsRefreshResult_3; } inline bool* get_address_of_IsRefreshResult_3() { return &___IsRefreshResult_3; } inline void set_IsRefreshResult_3(bool value) { ___IsRefreshResult_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REDBAGRESULT_T3297514483_H #ifndef REDBAGUSERINFO_T2210795971_H #define REDBAGUSERINFO_T2210795971_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RedBagUserInfo struct RedBagUserInfo_t2210795971 : public RuntimeObject { public: // System.Int64 DMCore.Logic.RedBagUserInfo::UserId int64_t ___UserId_0; // System.Int32 DMCore.Logic.RedBagUserInfo::GetCoinNum int32_t ___GetCoinNum_1; // System.Int32 DMCore.Logic.RedBagUserInfo::IsBest int32_t ___IsBest_2; // System.String DMCore.Logic.RedBagUserInfo::GetTime String_t* ___GetTime_3; // System.Int32 DMCore.Logic.RedBagUserInfo::UserSex int32_t ___UserSex_4; // System.String DMCore.Logic.RedBagUserInfo::UserName String_t* ___UserName_5; // System.Int64 DMCore.Logic.RedBagUserInfo::UserPhoto int64_t ___UserPhoto_6; // System.Int32 DMCore.Logic.RedBagUserInfo::UserHeadBox int32_t ___UserHeadBox_7; public: inline static int32_t get_offset_of_UserId_0() { return static_cast(offsetof(RedBagUserInfo_t2210795971, ___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_GetCoinNum_1() { return static_cast(offsetof(RedBagUserInfo_t2210795971, ___GetCoinNum_1)); } inline int32_t get_GetCoinNum_1() const { return ___GetCoinNum_1; } inline int32_t* get_address_of_GetCoinNum_1() { return &___GetCoinNum_1; } inline void set_GetCoinNum_1(int32_t value) { ___GetCoinNum_1 = value; } inline static int32_t get_offset_of_IsBest_2() { return static_cast(offsetof(RedBagUserInfo_t2210795971, ___IsBest_2)); } inline int32_t get_IsBest_2() const { return ___IsBest_2; } inline int32_t* get_address_of_IsBest_2() { return &___IsBest_2; } inline void set_IsBest_2(int32_t value) { ___IsBest_2 = value; } inline static int32_t get_offset_of_GetTime_3() { return static_cast(offsetof(RedBagUserInfo_t2210795971, ___GetTime_3)); } inline String_t* get_GetTime_3() const { return ___GetTime_3; } inline String_t** get_address_of_GetTime_3() { return &___GetTime_3; } inline void set_GetTime_3(String_t* value) { ___GetTime_3 = value; Il2CppCodeGenWriteBarrier((&___GetTime_3), value); } inline static int32_t get_offset_of_UserSex_4() { return static_cast(offsetof(RedBagUserInfo_t2210795971, ___UserSex_4)); } inline int32_t get_UserSex_4() const { return ___UserSex_4; } inline int32_t* get_address_of_UserSex_4() { return &___UserSex_4; } inline void set_UserSex_4(int32_t value) { ___UserSex_4 = value; } inline static int32_t get_offset_of_UserName_5() { return static_cast(offsetof(RedBagUserInfo_t2210795971, ___UserName_5)); } inline String_t* get_UserName_5() const { return ___UserName_5; } inline String_t** get_address_of_UserName_5() { return &___UserName_5; } inline void set_UserName_5(String_t* value) { ___UserName_5 = value; Il2CppCodeGenWriteBarrier((&___UserName_5), value); } inline static int32_t get_offset_of_UserPhoto_6() { return static_cast(offsetof(RedBagUserInfo_t2210795971, ___UserPhoto_6)); } inline int64_t get_UserPhoto_6() const { return ___UserPhoto_6; } inline int64_t* get_address_of_UserPhoto_6() { return &___UserPhoto_6; } inline void set_UserPhoto_6(int64_t value) { ___UserPhoto_6 = value; } inline static int32_t get_offset_of_UserHeadBox_7() { return static_cast(offsetof(RedBagUserInfo_t2210795971, ___UserHeadBox_7)); } inline int32_t get_UserHeadBox_7() const { return ___UserHeadBox_7; } inline int32_t* get_address_of_UserHeadBox_7() { return &___UserHeadBox_7; } inline void set_UserHeadBox_7(int32_t value) { ___UserHeadBox_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REDBAGUSERINFO_T2210795971_H #ifndef REVIEWINFO_T914837392_H #define REVIEWINFO_T914837392_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ReviewInfo struct ReviewInfo_t914837392 : public RuntimeObject { public: // System.Int32 DMCore.Logic.ReviewInfo::m_playerSign int32_t ___m_playerSign_0; // System.Int32 DMCore.Logic.ReviewInfo::sex int32_t ___sex_1; // System.Collections.Generic.List`1 DMCore.Logic.ReviewInfo::m_themeInfo List_1_t2571181400 * ___m_themeInfo_2; public: inline static int32_t get_offset_of_m_playerSign_0() { return static_cast(offsetof(ReviewInfo_t914837392, ___m_playerSign_0)); } inline int32_t get_m_playerSign_0() const { return ___m_playerSign_0; } inline int32_t* get_address_of_m_playerSign_0() { return &___m_playerSign_0; } inline void set_m_playerSign_0(int32_t value) { ___m_playerSign_0 = value; } inline static int32_t get_offset_of_sex_1() { return static_cast(offsetof(ReviewInfo_t914837392, ___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_m_themeInfo_2() { return static_cast(offsetof(ReviewInfo_t914837392, ___m_themeInfo_2)); } inline List_1_t2571181400 * get_m_themeInfo_2() const { return ___m_themeInfo_2; } inline List_1_t2571181400 ** get_address_of_m_themeInfo_2() { return &___m_themeInfo_2; } inline void set_m_themeInfo_2(List_1_t2571181400 * value) { ___m_themeInfo_2 = value; Il2CppCodeGenWriteBarrier((&___m_themeInfo_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REVIEWINFO_T914837392_H #ifndef LIST_1_T2571181400_H #define LIST_1_T2571181400_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_t2571181400 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ThemeInfoU5BU5D_t3636267735* ____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_t2571181400, ____items_1)); } inline ThemeInfoU5BU5D_t3636267735* get__items_1() const { return ____items_1; } inline ThemeInfoU5BU5D_t3636267735** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ThemeInfoU5BU5D_t3636267735* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2571181400, ____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_t2571181400, ____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_t2571181400_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ThemeInfoU5BU5D_t3636267735* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2571181400_StaticFields, ___EmptyArray_4)); } inline ThemeInfoU5BU5D_t3636267735* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ThemeInfoU5BU5D_t3636267735** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ThemeInfoU5BU5D_t3636267735* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2571181400_H #ifndef REWARDCOUNT_T3602402511_H #define REWARDCOUNT_T3602402511_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RewardCount struct RewardCount_t3602402511 : public RuntimeObject { public: // System.Int32 DMCore.Logic.RewardCount::m_rewardId int32_t ___m_rewardId_0; // System.Int32 DMCore.Logic.RewardCount::m_rewardCount int32_t ___m_rewardCount_1; // System.Int32 DMCore.Logic.RewardCount::m_vaild int32_t ___m_vaild_2; // System.Int32 DMCore.Logic.RewardCount::m_sex int32_t ___m_sex_3; public: inline static int32_t get_offset_of_m_rewardId_0() { return static_cast(offsetof(RewardCount_t3602402511, ___m_rewardId_0)); } inline int32_t get_m_rewardId_0() const { return ___m_rewardId_0; } inline int32_t* get_address_of_m_rewardId_0() { return &___m_rewardId_0; } inline void set_m_rewardId_0(int32_t value) { ___m_rewardId_0 = value; } inline static int32_t get_offset_of_m_rewardCount_1() { return static_cast(offsetof(RewardCount_t3602402511, ___m_rewardCount_1)); } inline int32_t get_m_rewardCount_1() const { return ___m_rewardCount_1; } inline int32_t* get_address_of_m_rewardCount_1() { return &___m_rewardCount_1; } inline void set_m_rewardCount_1(int32_t value) { ___m_rewardCount_1 = value; } inline static int32_t get_offset_of_m_vaild_2() { return static_cast(offsetof(RewardCount_t3602402511, ___m_vaild_2)); } inline int32_t get_m_vaild_2() const { return ___m_vaild_2; } inline int32_t* get_address_of_m_vaild_2() { return &___m_vaild_2; } inline void set_m_vaild_2(int32_t value) { ___m_vaild_2 = value; } inline static int32_t get_offset_of_m_sex_3() { return static_cast(offsetof(RewardCount_t3602402511, ___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 // REWARDCOUNT_T3602402511_H #ifndef REWARDCOUNTINFO_T2296381704_H #define REWARDCOUNTINFO_T2296381704_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RewardCountInfo struct RewardCountInfo_t2296381704 : public RuntimeObject { public: // System.Int32 DMCore.Logic.RewardCountInfo::_rewardId int32_t ____rewardId_0; // System.Int32 DMCore.Logic.RewardCountInfo::_rewardCount int32_t ____rewardCount_1; // System.Int32 DMCore.Logic.RewardCountInfo::_vaild int32_t ____vaild_2; public: inline static int32_t get_offset_of__rewardId_0() { return static_cast(offsetof(RewardCountInfo_t2296381704, ____rewardId_0)); } inline int32_t get__rewardId_0() const { return ____rewardId_0; } inline int32_t* get_address_of__rewardId_0() { return &____rewardId_0; } inline void set__rewardId_0(int32_t value) { ____rewardId_0 = value; } inline static int32_t get_offset_of__rewardCount_1() { return static_cast(offsetof(RewardCountInfo_t2296381704, ____rewardCount_1)); } inline int32_t get__rewardCount_1() const { return ____rewardCount_1; } inline int32_t* get_address_of__rewardCount_1() { return &____rewardCount_1; } inline void set__rewardCount_1(int32_t value) { ____rewardCount_1 = value; } inline static int32_t get_offset_of__vaild_2() { return static_cast(offsetof(RewardCountInfo_t2296381704, ____vaild_2)); } inline int32_t get__vaild_2() const { return ____vaild_2; } inline int32_t* get_address_of__vaild_2() { return &____vaild_2; } inline void set__vaild_2(int32_t value) { ____vaild_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REWARDCOUNTINFO_T2296381704_H #ifndef REWARDLEVELINFO_T2541679013_H #define REWARDLEVELINFO_T2541679013_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RewardLevelInfo struct RewardLevelInfo_t2541679013 : public RuntimeObject { public: // System.Int32 DMCore.Logic.RewardLevelInfo::_level int32_t ____level_0; // System.Int32 DMCore.Logic.RewardLevelInfo::_requireExpValue int32_t ____requireExpValue_1; // System.Int32 DMCore.Logic.RewardLevelInfo::_isReceived int32_t ____isReceived_2; // System.Collections.Generic.List`1 DMCore.Logic.RewardLevelInfo::info List_1_t3768456446 * ___info_3; public: inline static int32_t get_offset_of__level_0() { return static_cast(offsetof(RewardLevelInfo_t2541679013, ____level_0)); } inline int32_t get__level_0() const { return ____level_0; } inline int32_t* get_address_of__level_0() { return &____level_0; } inline void set__level_0(int32_t value) { ____level_0 = value; } inline static int32_t get_offset_of__requireExpValue_1() { return static_cast(offsetof(RewardLevelInfo_t2541679013, ____requireExpValue_1)); } inline int32_t get__requireExpValue_1() const { return ____requireExpValue_1; } inline int32_t* get_address_of__requireExpValue_1() { return &____requireExpValue_1; } inline void set__requireExpValue_1(int32_t value) { ____requireExpValue_1 = value; } inline static int32_t get_offset_of__isReceived_2() { return static_cast(offsetof(RewardLevelInfo_t2541679013, ____isReceived_2)); } inline int32_t get__isReceived_2() const { return ____isReceived_2; } inline int32_t* get_address_of__isReceived_2() { return &____isReceived_2; } inline void set__isReceived_2(int32_t value) { ____isReceived_2 = value; } inline static int32_t get_offset_of_info_3() { return static_cast(offsetof(RewardLevelInfo_t2541679013, ___info_3)); } inline List_1_t3768456446 * get_info_3() const { return ___info_3; } inline List_1_t3768456446 ** get_address_of_info_3() { return &___info_3; } inline void set_info_3(List_1_t3768456446 * value) { ___info_3 = value; Il2CppCodeGenWriteBarrier((&___info_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REWARDLEVELINFO_T2541679013_H #ifndef LIST_1_T3768456446_H #define LIST_1_T3768456446_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_t3768456446 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RewardCountInfoU5BU5D_t3122131417* ____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_t3768456446, ____items_1)); } inline RewardCountInfoU5BU5D_t3122131417* get__items_1() const { return ____items_1; } inline RewardCountInfoU5BU5D_t3122131417** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RewardCountInfoU5BU5D_t3122131417* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3768456446, ____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_t3768456446, ____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_t3768456446_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray RewardCountInfoU5BU5D_t3122131417* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3768456446_StaticFields, ___EmptyArray_4)); } inline RewardCountInfoU5BU5D_t3122131417* get_EmptyArray_4() const { return ___EmptyArray_4; } inline RewardCountInfoU5BU5D_t3122131417** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(RewardCountInfoU5BU5D_t3122131417* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3768456446_H #ifndef CFUNCTIONSWITCHCONFIG_T2078484928_H #define CFUNCTIONSWITCHCONFIG_T2078484928_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFunctionSwitchConfig struct CFunctionSwitchConfig_t2078484928 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CFunctionSwitchConfig::mDict Dictionary_2_t2297708088 * ___mDict_1; public: inline static int32_t get_offset_of_mDict_1() { return static_cast(offsetof(CFunctionSwitchConfig_t2078484928, ___mDict_1)); } inline Dictionary_2_t2297708088 * get_mDict_1() const { return ___mDict_1; } inline Dictionary_2_t2297708088 ** get_address_of_mDict_1() { return &___mDict_1; } inline void set_mDict_1(Dictionary_2_t2297708088 * value) { ___mDict_1 = value; Il2CppCodeGenWriteBarrier((&___mDict_1), value); } }; struct CFunctionSwitchConfig_t2078484928_StaticFields { public: // DMCore.Logic.CFunctionSwitchConfig DMCore.Logic.CFunctionSwitchConfig::s_Instance CFunctionSwitchConfig_t2078484928 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CFunctionSwitchConfig_t2078484928_StaticFields, ___s_Instance_0)); } inline CFunctionSwitchConfig_t2078484928 * get_s_Instance_0() const { return ___s_Instance_0; } inline CFunctionSwitchConfig_t2078484928 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CFunctionSwitchConfig_t2078484928 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFUNCTIONSWITCHCONFIG_T2078484928_H #ifndef CSYSTEMBROADCAST_T3934508125_H #define CSYSTEMBROADCAST_T3934508125_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSystemBroadCast struct CSystemBroadCast_t3934508125 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CSystemBroadCast::k__BackingField bool ___U3CPlayFlagU3Ek__BackingField_0; // System.Collections.Generic.LinkedList`1 DMCore.Logic.CSystemBroadCast::m_list LinkedList_1_t2089880993 * ___m_list_1; // System.Collections.Generic.List`1 DMCore.Logic.CSystemBroadCast::m_SysList List_1_t427342430 * ___m_SysList_2; public: inline static int32_t get_offset_of_U3CPlayFlagU3Ek__BackingField_0() { return static_cast(offsetof(CSystemBroadCast_t3934508125, ___U3CPlayFlagU3Ek__BackingField_0)); } inline bool get_U3CPlayFlagU3Ek__BackingField_0() const { return ___U3CPlayFlagU3Ek__BackingField_0; } inline bool* get_address_of_U3CPlayFlagU3Ek__BackingField_0() { return &___U3CPlayFlagU3Ek__BackingField_0; } inline void set_U3CPlayFlagU3Ek__BackingField_0(bool value) { ___U3CPlayFlagU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_list_1() { return static_cast(offsetof(CSystemBroadCast_t3934508125, ___m_list_1)); } inline LinkedList_1_t2089880993 * get_m_list_1() const { return ___m_list_1; } inline LinkedList_1_t2089880993 ** get_address_of_m_list_1() { return &___m_list_1; } inline void set_m_list_1(LinkedList_1_t2089880993 * value) { ___m_list_1 = value; Il2CppCodeGenWriteBarrier((&___m_list_1), value); } inline static int32_t get_offset_of_m_SysList_2() { return static_cast(offsetof(CSystemBroadCast_t3934508125, ___m_SysList_2)); } inline List_1_t427342430 * get_m_SysList_2() const { return ___m_SysList_2; } inline List_1_t427342430 ** get_address_of_m_SysList_2() { return &___m_SysList_2; } inline void set_m_SysList_2(List_1_t427342430 * value) { ___m_SysList_2 = value; Il2CppCodeGenWriteBarrier((&___m_SysList_2), value); } }; struct CSystemBroadCast_t3934508125_StaticFields { public: // DMCore.Logic.CSystemBroadCast DMCore.Logic.CSystemBroadCast::s_Instance CSystemBroadCast_t3934508125 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CSystemBroadCast_t3934508125_StaticFields, ___s_Instance_3)); } inline CSystemBroadCast_t3934508125 * get_s_Instance_3() const { return ___s_Instance_3; } inline CSystemBroadCast_t3934508125 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CSystemBroadCast_t3934508125 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSYSTEMBROADCAST_T3934508125_H #ifndef DANCESCENENODE_T3699540133_H #define DANCESCENENODE_T3699540133_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.DanceSceneManager/DanceSceneNode struct DanceSceneNode_t3699540133 : public RuntimeObject { public: // System.Int32 DMCore.Logic.DanceSceneManager/DanceSceneNode::SceneID int32_t ___SceneID_0; // System.String DMCore.Logic.DanceSceneManager/DanceSceneNode::SceneName String_t* ___SceneName_1; // System.String DMCore.Logic.DanceSceneManager/DanceSceneNode::ImagePath String_t* ___ImagePath_2; // System.Int32 DMCore.Logic.DanceSceneManager/DanceSceneNode::CanUseInChatRoom int32_t ___CanUseInChatRoom_3; public: inline static int32_t get_offset_of_SceneID_0() { return static_cast(offsetof(DanceSceneNode_t3699540133, ___SceneID_0)); } inline int32_t get_SceneID_0() const { return ___SceneID_0; } inline int32_t* get_address_of_SceneID_0() { return &___SceneID_0; } inline void set_SceneID_0(int32_t value) { ___SceneID_0 = value; } inline static int32_t get_offset_of_SceneName_1() { return static_cast(offsetof(DanceSceneNode_t3699540133, ___SceneName_1)); } inline String_t* get_SceneName_1() const { return ___SceneName_1; } inline String_t** get_address_of_SceneName_1() { return &___SceneName_1; } inline void set_SceneName_1(String_t* value) { ___SceneName_1 = value; Il2CppCodeGenWriteBarrier((&___SceneName_1), value); } inline static int32_t get_offset_of_ImagePath_2() { return static_cast(offsetof(DanceSceneNode_t3699540133, ___ImagePath_2)); } inline String_t* get_ImagePath_2() const { return ___ImagePath_2; } inline String_t** get_address_of_ImagePath_2() { return &___ImagePath_2; } inline void set_ImagePath_2(String_t* value) { ___ImagePath_2 = value; Il2CppCodeGenWriteBarrier((&___ImagePath_2), value); } inline static int32_t get_offset_of_CanUseInChatRoom_3() { return static_cast(offsetof(DanceSceneNode_t3699540133, ___CanUseInChatRoom_3)); } inline int32_t get_CanUseInChatRoom_3() const { return ___CanUseInChatRoom_3; } inline int32_t* get_address_of_CanUseInChatRoom_3() { return &___CanUseInChatRoom_3; } inline void set_CanUseInChatRoom_3(int32_t value) { ___CanUseInChatRoom_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DANCESCENENODE_T3699540133_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_T876647579_H #define LIST_1_T876647579_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_t876647579 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items DanceSceneNodeU5BU5D_t3861804840* ____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_t876647579, ____items_1)); } inline DanceSceneNodeU5BU5D_t3861804840* get__items_1() const { return ____items_1; } inline DanceSceneNodeU5BU5D_t3861804840** get_address_of__items_1() { return &____items_1; } inline void set__items_1(DanceSceneNodeU5BU5D_t3861804840* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t876647579, ____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_t876647579, ____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_t876647579_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray DanceSceneNodeU5BU5D_t3861804840* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t876647579_StaticFields, ___EmptyArray_4)); } inline DanceSceneNodeU5BU5D_t3861804840* get_EmptyArray_4() const { return ___EmptyArray_4; } inline DanceSceneNodeU5BU5D_t3861804840** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(DanceSceneNodeU5BU5D_t3861804840* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T876647579_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 CMSGMANAGER_T455955613_H #define CMSGMANAGER_T455955613_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CMsgManager struct CMsgManager_t455955613 : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 DMCore.CMsgManager::m_listHintMsgs LinkedList_1_t687096698 * ___m_listHintMsgs_0; // System.Boolean DMCore.CMsgManager::m_bShow bool ___m_bShow_1; public: inline static int32_t get_offset_of_m_listHintMsgs_0() { return static_cast(offsetof(CMsgManager_t455955613, ___m_listHintMsgs_0)); } inline LinkedList_1_t687096698 * get_m_listHintMsgs_0() const { return ___m_listHintMsgs_0; } inline LinkedList_1_t687096698 ** get_address_of_m_listHintMsgs_0() { return &___m_listHintMsgs_0; } inline void set_m_listHintMsgs_0(LinkedList_1_t687096698 * value) { ___m_listHintMsgs_0 = value; Il2CppCodeGenWriteBarrier((&___m_listHintMsgs_0), value); } inline static int32_t get_offset_of_m_bShow_1() { return static_cast(offsetof(CMsgManager_t455955613, ___m_bShow_1)); } inline bool get_m_bShow_1() const { return ___m_bShow_1; } inline bool* get_address_of_m_bShow_1() { return &___m_bShow_1; } inline void set_m_bShow_1(bool value) { ___m_bShow_1 = value; } }; struct CMsgManager_t455955613_StaticFields { public: // DMCore.CMsgManager DMCore.CMsgManager::s_Instance CMsgManager_t455955613 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CMsgManager_t455955613_StaticFields, ___s_Instance_2)); } inline CMsgManager_t455955613 * get_s_Instance_2() const { return ___s_Instance_2; } inline CMsgManager_t455955613 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CMsgManager_t455955613 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGMANAGER_T455955613_H #ifndef QUICKCHATCONFIG_T655384697_H #define QUICKCHATCONFIG_T655384697_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.QuickChatConfig struct QuickChatConfig_t655384697 : public RuntimeObject { public: public: }; struct QuickChatConfig_t655384697_StaticFields { public: // System.Collections.Generic.List`1 DMCore.Logic.QuickChatConfig::s_StaticMessageList List_1_t3319525431 * ___s_StaticMessageList_0; // System.Int32 DMCore.Logic.QuickChatConfig::s_ActiveIndex int32_t ___s_ActiveIndex_1; // System.Boolean DMCore.Logic.QuickChatConfig::s_IsMessageSelectedChanged bool ___s_IsMessageSelectedChanged_2; // System.String DMCore.Logic.QuickChatConfig::CONFIG_PATH String_t* ___CONFIG_PATH_3; public: inline static int32_t get_offset_of_s_StaticMessageList_0() { return static_cast(offsetof(QuickChatConfig_t655384697_StaticFields, ___s_StaticMessageList_0)); } inline List_1_t3319525431 * get_s_StaticMessageList_0() const { return ___s_StaticMessageList_0; } inline List_1_t3319525431 ** get_address_of_s_StaticMessageList_0() { return &___s_StaticMessageList_0; } inline void set_s_StaticMessageList_0(List_1_t3319525431 * value) { ___s_StaticMessageList_0 = value; Il2CppCodeGenWriteBarrier((&___s_StaticMessageList_0), value); } inline static int32_t get_offset_of_s_ActiveIndex_1() { return static_cast(offsetof(QuickChatConfig_t655384697_StaticFields, ___s_ActiveIndex_1)); } inline int32_t get_s_ActiveIndex_1() const { return ___s_ActiveIndex_1; } inline int32_t* get_address_of_s_ActiveIndex_1() { return &___s_ActiveIndex_1; } inline void set_s_ActiveIndex_1(int32_t value) { ___s_ActiveIndex_1 = value; } inline static int32_t get_offset_of_s_IsMessageSelectedChanged_2() { return static_cast(offsetof(QuickChatConfig_t655384697_StaticFields, ___s_IsMessageSelectedChanged_2)); } inline bool get_s_IsMessageSelectedChanged_2() const { return ___s_IsMessageSelectedChanged_2; } inline bool* get_address_of_s_IsMessageSelectedChanged_2() { return &___s_IsMessageSelectedChanged_2; } inline void set_s_IsMessageSelectedChanged_2(bool value) { ___s_IsMessageSelectedChanged_2 = value; } inline static int32_t get_offset_of_CONFIG_PATH_3() { return static_cast(offsetof(QuickChatConfig_t655384697_StaticFields, ___CONFIG_PATH_3)); } inline String_t* get_CONFIG_PATH_3() const { return ___CONFIG_PATH_3; } inline String_t** get_address_of_CONFIG_PATH_3() { return &___CONFIG_PATH_3; } inline void set_CONFIG_PATH_3(String_t* value) { ___CONFIG_PATH_3 = value; Il2CppCodeGenWriteBarrier((&___CONFIG_PATH_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUICKCHATCONFIG_T655384697_H #ifndef DAILYADGIFTMANAGER_T4283495990_H #define DAILYADGIFTMANAGER_T4283495990_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.DailyAdGiftManager struct DailyAdGiftManager_t4283495990 : public RuntimeObject { public: // CDataModelInt DMCore.Logic.DailyAdGiftManager::k__BackingField CDataModelInt_t3463393640 * ___U3CtimesObserverU3Ek__BackingField_3; // CDataModelInt DMCore.Logic.DailyAdGiftManager::k__BackingField CDataModelInt_t3463393640 * ___U3CsecondsObserverU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CtimesObserverU3Ek__BackingField_3() { return static_cast(offsetof(DailyAdGiftManager_t4283495990, ___U3CtimesObserverU3Ek__BackingField_3)); } inline CDataModelInt_t3463393640 * get_U3CtimesObserverU3Ek__BackingField_3() const { return ___U3CtimesObserverU3Ek__BackingField_3; } inline CDataModelInt_t3463393640 ** get_address_of_U3CtimesObserverU3Ek__BackingField_3() { return &___U3CtimesObserverU3Ek__BackingField_3; } inline void set_U3CtimesObserverU3Ek__BackingField_3(CDataModelInt_t3463393640 * value) { ___U3CtimesObserverU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CtimesObserverU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3CsecondsObserverU3Ek__BackingField_4() { return static_cast(offsetof(DailyAdGiftManager_t4283495990, ___U3CsecondsObserverU3Ek__BackingField_4)); } inline CDataModelInt_t3463393640 * get_U3CsecondsObserverU3Ek__BackingField_4() const { return ___U3CsecondsObserverU3Ek__BackingField_4; } inline CDataModelInt_t3463393640 ** get_address_of_U3CsecondsObserverU3Ek__BackingField_4() { return &___U3CsecondsObserverU3Ek__BackingField_4; } inline void set_U3CsecondsObserverU3Ek__BackingField_4(CDataModelInt_t3463393640 * value) { ___U3CsecondsObserverU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CsecondsObserverU3Ek__BackingField_4), value); } }; struct DailyAdGiftManager_t4283495990_StaticFields { public: // DMCore.Logic.DailyAdGiftManager DMCore.Logic.DailyAdGiftManager::s_Instance DailyAdGiftManager_t4283495990 * ___s_Instance_0; // System.Int32 DMCore.Logic.DailyAdGiftManager::remainingTimes int32_t ___remainingTimes_1; // System.Int32 DMCore.Logic.DailyAdGiftManager::remainingSeconds int32_t ___remainingSeconds_2; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(DailyAdGiftManager_t4283495990_StaticFields, ___s_Instance_0)); } inline DailyAdGiftManager_t4283495990 * get_s_Instance_0() const { return ___s_Instance_0; } inline DailyAdGiftManager_t4283495990 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(DailyAdGiftManager_t4283495990 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } inline static int32_t get_offset_of_remainingTimes_1() { return static_cast(offsetof(DailyAdGiftManager_t4283495990_StaticFields, ___remainingTimes_1)); } inline int32_t get_remainingTimes_1() const { return ___remainingTimes_1; } inline int32_t* get_address_of_remainingTimes_1() { return &___remainingTimes_1; } inline void set_remainingTimes_1(int32_t value) { ___remainingTimes_1 = value; } inline static int32_t get_offset_of_remainingSeconds_2() { return static_cast(offsetof(DailyAdGiftManager_t4283495990_StaticFields, ___remainingSeconds_2)); } inline int32_t get_remainingSeconds_2() const { return ___remainingSeconds_2; } inline int32_t* get_address_of_remainingSeconds_2() { return &___remainingSeconds_2; } inline void set_remainingSeconds_2(int32_t value) { ___remainingSeconds_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DAILYADGIFTMANAGER_T4283495990_H #ifndef RANKLISTINFO_T1858065448_H #define RANKLISTINFO_T1858065448_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RankListInfo struct RankListInfo_t1858065448 : public RuntimeObject { public: // System.Int32 DMCore.Logic.RankListInfo::m_Rank int32_t ___m_Rank_0; // System.Int64 DMCore.Logic.RankListInfo::m_UserId int64_t ___m_UserId_1; // System.String DMCore.Logic.RankListInfo::m_Name String_t* ___m_Name_2; // System.Int32 DMCore.Logic.RankListInfo::m_Sex int32_t ___m_Sex_3; // System.Int64 DMCore.Logic.RankListInfo::m_photoId int64_t ___m_photoId_4; // System.Int32 DMCore.Logic.RankListInfo::m_clothGrade int32_t ___m_clothGrade_5; // System.Int32 DMCore.Logic.RankListInfo::m_ThemeVote int32_t ___m_ThemeVote_6; public: inline static int32_t get_offset_of_m_Rank_0() { return static_cast(offsetof(RankListInfo_t1858065448, ___m_Rank_0)); } inline int32_t get_m_Rank_0() const { return ___m_Rank_0; } inline int32_t* get_address_of_m_Rank_0() { return &___m_Rank_0; } inline void set_m_Rank_0(int32_t value) { ___m_Rank_0 = value; } inline static int32_t get_offset_of_m_UserId_1() { return static_cast(offsetof(RankListInfo_t1858065448, ___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_Name_2() { return static_cast(offsetof(RankListInfo_t1858065448, ___m_Name_2)); } inline String_t* get_m_Name_2() const { return ___m_Name_2; } inline String_t** get_address_of_m_Name_2() { return &___m_Name_2; } inline void set_m_Name_2(String_t* value) { ___m_Name_2 = value; Il2CppCodeGenWriteBarrier((&___m_Name_2), value); } inline static int32_t get_offset_of_m_Sex_3() { return static_cast(offsetof(RankListInfo_t1858065448, ___m_Sex_3)); } inline int32_t get_m_Sex_3() const { return ___m_Sex_3; } inline int32_t* get_address_of_m_Sex_3() { return &___m_Sex_3; } inline void set_m_Sex_3(int32_t value) { ___m_Sex_3 = value; } inline static int32_t get_offset_of_m_photoId_4() { return static_cast(offsetof(RankListInfo_t1858065448, ___m_photoId_4)); } inline int64_t get_m_photoId_4() const { return ___m_photoId_4; } inline int64_t* get_address_of_m_photoId_4() { return &___m_photoId_4; } inline void set_m_photoId_4(int64_t value) { ___m_photoId_4 = value; } inline static int32_t get_offset_of_m_clothGrade_5() { return static_cast(offsetof(RankListInfo_t1858065448, ___m_clothGrade_5)); } inline int32_t get_m_clothGrade_5() const { return ___m_clothGrade_5; } inline int32_t* get_address_of_m_clothGrade_5() { return &___m_clothGrade_5; } inline void set_m_clothGrade_5(int32_t value) { ___m_clothGrade_5 = value; } inline static int32_t get_offset_of_m_ThemeVote_6() { return static_cast(offsetof(RankListInfo_t1858065448, ___m_ThemeVote_6)); } inline int32_t get_m_ThemeVote_6() const { return ___m_ThemeVote_6; } inline int32_t* get_address_of_m_ThemeVote_6() { return &___m_ThemeVote_6; } inline void set_m_ThemeVote_6(int32_t value) { ___m_ThemeVote_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANKLISTINFO_T1858065448_H #ifndef RECSCENEINFO_T579186702_H #define RECSCENEINFO_T579186702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RecSceneInfo struct RecSceneInfo_t579186702 : public RuntimeObject { public: // System.Int32 DMCore.Logic.RecSceneInfo::sceneID int32_t ___sceneID_0; // System.String DMCore.Logic.RecSceneInfo::openTimer String_t* ___openTimer_1; // System.String DMCore.Logic.RecSceneInfo::week_time String_t* ___week_time_2; // System.String DMCore.Logic.RecSceneInfo::day_time String_t* ___day_time_3; // System.String DMCore.Logic.RecSceneInfo::open_time String_t* ___open_time_4; // System.String DMCore.Logic.RecSceneInfo::award String_t* ___award_5; // System.Boolean DMCore.Logic.RecSceneInfo::isOpen bool ___isOpen_6; // System.Boolean DMCore.Logic.RecSceneInfo::isSelect bool ___isSelect_7; public: inline static int32_t get_offset_of_sceneID_0() { return static_cast(offsetof(RecSceneInfo_t579186702, ___sceneID_0)); } inline int32_t get_sceneID_0() const { return ___sceneID_0; } inline int32_t* get_address_of_sceneID_0() { return &___sceneID_0; } inline void set_sceneID_0(int32_t value) { ___sceneID_0 = value; } inline static int32_t get_offset_of_openTimer_1() { return static_cast(offsetof(RecSceneInfo_t579186702, ___openTimer_1)); } inline String_t* get_openTimer_1() const { return ___openTimer_1; } inline String_t** get_address_of_openTimer_1() { return &___openTimer_1; } inline void set_openTimer_1(String_t* value) { ___openTimer_1 = value; Il2CppCodeGenWriteBarrier((&___openTimer_1), value); } inline static int32_t get_offset_of_week_time_2() { return static_cast(offsetof(RecSceneInfo_t579186702, ___week_time_2)); } inline String_t* get_week_time_2() const { return ___week_time_2; } inline String_t** get_address_of_week_time_2() { return &___week_time_2; } inline void set_week_time_2(String_t* value) { ___week_time_2 = value; Il2CppCodeGenWriteBarrier((&___week_time_2), value); } inline static int32_t get_offset_of_day_time_3() { return static_cast(offsetof(RecSceneInfo_t579186702, ___day_time_3)); } inline String_t* get_day_time_3() const { return ___day_time_3; } inline String_t** get_address_of_day_time_3() { return &___day_time_3; } inline void set_day_time_3(String_t* value) { ___day_time_3 = value; Il2CppCodeGenWriteBarrier((&___day_time_3), value); } inline static int32_t get_offset_of_open_time_4() { return static_cast(offsetof(RecSceneInfo_t579186702, ___open_time_4)); } inline String_t* get_open_time_4() const { return ___open_time_4; } inline String_t** get_address_of_open_time_4() { return &___open_time_4; } inline void set_open_time_4(String_t* value) { ___open_time_4 = value; Il2CppCodeGenWriteBarrier((&___open_time_4), value); } inline static int32_t get_offset_of_award_5() { return static_cast(offsetof(RecSceneInfo_t579186702, ___award_5)); } inline String_t* get_award_5() const { return ___award_5; } inline String_t** get_address_of_award_5() { return &___award_5; } inline void set_award_5(String_t* value) { ___award_5 = value; Il2CppCodeGenWriteBarrier((&___award_5), value); } inline static int32_t get_offset_of_isOpen_6() { return static_cast(offsetof(RecSceneInfo_t579186702, ___isOpen_6)); } inline bool get_isOpen_6() const { return ___isOpen_6; } inline bool* get_address_of_isOpen_6() { return &___isOpen_6; } inline void set_isOpen_6(bool value) { ___isOpen_6 = value; } inline static int32_t get_offset_of_isSelect_7() { return static_cast(offsetof(RecSceneInfo_t579186702, ___isSelect_7)); } inline bool get_isSelect_7() const { return ___isSelect_7; } inline bool* get_address_of_isSelect_7() { return &___isSelect_7; } inline void set_isSelect_7(bool value) { ___isSelect_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RECSCENEINFO_T579186702_H #ifndef BETTERLIST_1_T1319896726_H #define BETTERLIST_1_T1319896726_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_t1319896726 : public RuntimeObject { public: // T[] BetterList`1::buffer enumPersonPageU5BU5D_t2446123689* ___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_t1319896726, ___buffer_0)); } inline enumPersonPageU5BU5D_t2446123689* get_buffer_0() const { return ___buffer_0; } inline enumPersonPageU5BU5D_t2446123689** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(enumPersonPageU5BU5D_t2446123689* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1319896726, ___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_T1319896726_H #ifndef REDBAGINFO_T3509930132_H #define REDBAGINFO_T3509930132_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RedBagInfo struct RedBagInfo_t3509930132 : public RuntimeObject { public: // System.Int32 DMCore.Logic.RedBagInfo::RedbagID int32_t ___RedbagID_0; // System.Int32 DMCore.Logic.RedBagInfo::IsRedbagOver int32_t ___IsRedbagOver_1; // System.Int32 DMCore.Logic.RedBagInfo::TotalCoinNum int32_t ___TotalCoinNum_2; // System.Int32 DMCore.Logic.RedBagInfo::RedbagNum int32_t ___RedbagNum_3; // System.Int32 DMCore.Logic.RedBagInfo::SpendTime int32_t ___SpendTime_4; // System.String DMCore.Logic.RedBagInfo::RedbagDesc String_t* ___RedbagDesc_5; // System.Int64 DMCore.Logic.RedBagInfo::SendUserID int64_t ___SendUserID_6; // System.Int32 DMCore.Logic.RedBagInfo::SendUserSex int32_t ___SendUserSex_7; // System.String DMCore.Logic.RedBagInfo::SendName String_t* ___SendName_8; // System.Int64 DMCore.Logic.RedBagInfo::SendPhoto int64_t ___SendPhoto_9; // System.Int32 DMCore.Logic.RedBagInfo::SendHeadBox int32_t ___SendHeadBox_10; // System.Int32 DMCore.Logic.RedBagInfo::Count int32_t ___Count_11; // System.Int32 DMCore.Logic.RedBagInfo::Parms int32_t ___Parms_12; // System.Collections.Generic.List`1 DMCore.Logic.RedBagInfo::userInfo List_1_t3682870713 * ___userInfo_13; // System.Boolean DMCore.Logic.RedBagInfo::IsNeedRefresh bool ___IsNeedRefresh_14; public: inline static int32_t get_offset_of_RedbagID_0() { return static_cast(offsetof(RedBagInfo_t3509930132, ___RedbagID_0)); } inline int32_t get_RedbagID_0() const { return ___RedbagID_0; } inline int32_t* get_address_of_RedbagID_0() { return &___RedbagID_0; } inline void set_RedbagID_0(int32_t value) { ___RedbagID_0 = value; } inline static int32_t get_offset_of_IsRedbagOver_1() { return static_cast(offsetof(RedBagInfo_t3509930132, ___IsRedbagOver_1)); } inline int32_t get_IsRedbagOver_1() const { return ___IsRedbagOver_1; } inline int32_t* get_address_of_IsRedbagOver_1() { return &___IsRedbagOver_1; } inline void set_IsRedbagOver_1(int32_t value) { ___IsRedbagOver_1 = value; } inline static int32_t get_offset_of_TotalCoinNum_2() { return static_cast(offsetof(RedBagInfo_t3509930132, ___TotalCoinNum_2)); } inline int32_t get_TotalCoinNum_2() const { return ___TotalCoinNum_2; } inline int32_t* get_address_of_TotalCoinNum_2() { return &___TotalCoinNum_2; } inline void set_TotalCoinNum_2(int32_t value) { ___TotalCoinNum_2 = value; } inline static int32_t get_offset_of_RedbagNum_3() { return static_cast(offsetof(RedBagInfo_t3509930132, ___RedbagNum_3)); } inline int32_t get_RedbagNum_3() const { return ___RedbagNum_3; } inline int32_t* get_address_of_RedbagNum_3() { return &___RedbagNum_3; } inline void set_RedbagNum_3(int32_t value) { ___RedbagNum_3 = value; } inline static int32_t get_offset_of_SpendTime_4() { return static_cast(offsetof(RedBagInfo_t3509930132, ___SpendTime_4)); } inline int32_t get_SpendTime_4() const { return ___SpendTime_4; } inline int32_t* get_address_of_SpendTime_4() { return &___SpendTime_4; } inline void set_SpendTime_4(int32_t value) { ___SpendTime_4 = value; } inline static int32_t get_offset_of_RedbagDesc_5() { return static_cast(offsetof(RedBagInfo_t3509930132, ___RedbagDesc_5)); } inline String_t* get_RedbagDesc_5() const { return ___RedbagDesc_5; } inline String_t** get_address_of_RedbagDesc_5() { return &___RedbagDesc_5; } inline void set_RedbagDesc_5(String_t* value) { ___RedbagDesc_5 = value; Il2CppCodeGenWriteBarrier((&___RedbagDesc_5), value); } inline static int32_t get_offset_of_SendUserID_6() { return static_cast(offsetof(RedBagInfo_t3509930132, ___SendUserID_6)); } inline int64_t get_SendUserID_6() const { return ___SendUserID_6; } inline int64_t* get_address_of_SendUserID_6() { return &___SendUserID_6; } inline void set_SendUserID_6(int64_t value) { ___SendUserID_6 = value; } inline static int32_t get_offset_of_SendUserSex_7() { return static_cast(offsetof(RedBagInfo_t3509930132, ___SendUserSex_7)); } inline int32_t get_SendUserSex_7() const { return ___SendUserSex_7; } inline int32_t* get_address_of_SendUserSex_7() { return &___SendUserSex_7; } inline void set_SendUserSex_7(int32_t value) { ___SendUserSex_7 = value; } inline static int32_t get_offset_of_SendName_8() { return static_cast(offsetof(RedBagInfo_t3509930132, ___SendName_8)); } inline String_t* get_SendName_8() const { return ___SendName_8; } inline String_t** get_address_of_SendName_8() { return &___SendName_8; } inline void set_SendName_8(String_t* value) { ___SendName_8 = value; Il2CppCodeGenWriteBarrier((&___SendName_8), value); } inline static int32_t get_offset_of_SendPhoto_9() { return static_cast(offsetof(RedBagInfo_t3509930132, ___SendPhoto_9)); } inline int64_t get_SendPhoto_9() const { return ___SendPhoto_9; } inline int64_t* get_address_of_SendPhoto_9() { return &___SendPhoto_9; } inline void set_SendPhoto_9(int64_t value) { ___SendPhoto_9 = value; } inline static int32_t get_offset_of_SendHeadBox_10() { return static_cast(offsetof(RedBagInfo_t3509930132, ___SendHeadBox_10)); } inline int32_t get_SendHeadBox_10() const { return ___SendHeadBox_10; } inline int32_t* get_address_of_SendHeadBox_10() { return &___SendHeadBox_10; } inline void set_SendHeadBox_10(int32_t value) { ___SendHeadBox_10 = value; } inline static int32_t get_offset_of_Count_11() { return static_cast(offsetof(RedBagInfo_t3509930132, ___Count_11)); } inline int32_t get_Count_11() const { return ___Count_11; } inline int32_t* get_address_of_Count_11() { return &___Count_11; } inline void set_Count_11(int32_t value) { ___Count_11 = value; } inline static int32_t get_offset_of_Parms_12() { return static_cast(offsetof(RedBagInfo_t3509930132, ___Parms_12)); } inline int32_t get_Parms_12() const { return ___Parms_12; } inline int32_t* get_address_of_Parms_12() { return &___Parms_12; } inline void set_Parms_12(int32_t value) { ___Parms_12 = value; } inline static int32_t get_offset_of_userInfo_13() { return static_cast(offsetof(RedBagInfo_t3509930132, ___userInfo_13)); } inline List_1_t3682870713 * get_userInfo_13() const { return ___userInfo_13; } inline List_1_t3682870713 ** get_address_of_userInfo_13() { return &___userInfo_13; } inline void set_userInfo_13(List_1_t3682870713 * value) { ___userInfo_13 = value; Il2CppCodeGenWriteBarrier((&___userInfo_13), value); } inline static int32_t get_offset_of_IsNeedRefresh_14() { return static_cast(offsetof(RedBagInfo_t3509930132, ___IsNeedRefresh_14)); } inline bool get_IsNeedRefresh_14() const { return ___IsNeedRefresh_14; } inline bool* get_address_of_IsNeedRefresh_14() { return &___IsNeedRefresh_14; } inline void set_IsNeedRefresh_14(bool value) { ___IsNeedRefresh_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REDBAGINFO_T3509930132_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 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 CWNDCONFIG_T982602484_H #define CWNDCONFIG_T982602484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CWndConfig struct CWndConfig_t982602484 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CWndConfig::m_ConfigLib Dictionary_2_t1694959599 * ___m_ConfigLib_0; public: inline static int32_t get_offset_of_m_ConfigLib_0() { return static_cast(offsetof(CWndConfig_t982602484, ___m_ConfigLib_0)); } inline Dictionary_2_t1694959599 * get_m_ConfigLib_0() const { return ___m_ConfigLib_0; } inline Dictionary_2_t1694959599 ** get_address_of_m_ConfigLib_0() { return &___m_ConfigLib_0; } inline void set_m_ConfigLib_0(Dictionary_2_t1694959599 * value) { ___m_ConfigLib_0 = value; Il2CppCodeGenWriteBarrier((&___m_ConfigLib_0), value); } }; struct CWndConfig_t982602484_StaticFields { public: // DMCore.Logic.CWndConfig DMCore.Logic.CWndConfig::s_Instance CWndConfig_t982602484 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CWndConfig_t982602484_StaticFields, ___s_Instance_1)); } inline CWndConfig_t982602484 * get_s_Instance_1() const { return ___s_Instance_1; } inline CWndConfig_t982602484 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CWndConfig_t982602484 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWNDCONFIG_T982602484_H #ifndef CUIPKGSERVICE_T1582475416_H #define CUIPKGSERVICE_T1582475416_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.CUIPkgService struct CUIPkgService_t1582475416 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Resource.CUIPkgService::m_bDone bool ___m_bDone_3; // UnityEngine.AssetBundle DMCore.Framework.Resource.CUIPkgService::m_abSharedAll AssetBundle_t1153907252 * ___m_abSharedAll_4; // UnityEngine.Object DMCore.Framework.Resource.CUIPkgService::m_fontCached Object_t631007953 * ___m_fontCached_5; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Resource.CUIPkgService::m_preLoadAB Dictionary_2_t1759717005 * ___m_preLoadAB_6; // BetterList`1 DMCore.Framework.Resource.CUIPkgService::m_listDelCache BetterList_1_t1380830171 * ___m_listDelCache_7; // System.Collections.Generic.List`1 DMCore.Framework.Resource.CUIPkgService::m_listProtectedFloder List_1_t3319525431 * ___m_listProtectedFloder_8; // System.Collections.Generic.List`1 DMCore.Framework.Resource.CUIPkgService::m_listProtectedItem List_1_t3697884595 * ___m_listProtectedItem_9; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Resource.CUIPkgService::m_SourceAll Dictionary_2_t1759717005 * ___m_SourceAll_10; public: inline static int32_t get_offset_of_m_bDone_3() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_bDone_3)); } inline bool get_m_bDone_3() const { return ___m_bDone_3; } inline bool* get_address_of_m_bDone_3() { return &___m_bDone_3; } inline void set_m_bDone_3(bool value) { ___m_bDone_3 = value; } inline static int32_t get_offset_of_m_abSharedAll_4() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_abSharedAll_4)); } inline AssetBundle_t1153907252 * get_m_abSharedAll_4() const { return ___m_abSharedAll_4; } inline AssetBundle_t1153907252 ** get_address_of_m_abSharedAll_4() { return &___m_abSharedAll_4; } inline void set_m_abSharedAll_4(AssetBundle_t1153907252 * value) { ___m_abSharedAll_4 = value; Il2CppCodeGenWriteBarrier((&___m_abSharedAll_4), value); } inline static int32_t get_offset_of_m_fontCached_5() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_fontCached_5)); } inline Object_t631007953 * get_m_fontCached_5() const { return ___m_fontCached_5; } inline Object_t631007953 ** get_address_of_m_fontCached_5() { return &___m_fontCached_5; } inline void set_m_fontCached_5(Object_t631007953 * value) { ___m_fontCached_5 = value; Il2CppCodeGenWriteBarrier((&___m_fontCached_5), value); } inline static int32_t get_offset_of_m_preLoadAB_6() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_preLoadAB_6)); } inline Dictionary_2_t1759717005 * get_m_preLoadAB_6() const { return ___m_preLoadAB_6; } inline Dictionary_2_t1759717005 ** get_address_of_m_preLoadAB_6() { return &___m_preLoadAB_6; } inline void set_m_preLoadAB_6(Dictionary_2_t1759717005 * value) { ___m_preLoadAB_6 = value; Il2CppCodeGenWriteBarrier((&___m_preLoadAB_6), value); } inline static int32_t get_offset_of_m_listDelCache_7() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_listDelCache_7)); } inline BetterList_1_t1380830171 * get_m_listDelCache_7() const { return ___m_listDelCache_7; } inline BetterList_1_t1380830171 ** get_address_of_m_listDelCache_7() { return &___m_listDelCache_7; } inline void set_m_listDelCache_7(BetterList_1_t1380830171 * value) { ___m_listDelCache_7 = value; Il2CppCodeGenWriteBarrier((&___m_listDelCache_7), value); } inline static int32_t get_offset_of_m_listProtectedFloder_8() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_listProtectedFloder_8)); } inline List_1_t3319525431 * get_m_listProtectedFloder_8() const { return ___m_listProtectedFloder_8; } inline List_1_t3319525431 ** get_address_of_m_listProtectedFloder_8() { return &___m_listProtectedFloder_8; } inline void set_m_listProtectedFloder_8(List_1_t3319525431 * value) { ___m_listProtectedFloder_8 = value; Il2CppCodeGenWriteBarrier((&___m_listProtectedFloder_8), value); } inline static int32_t get_offset_of_m_listProtectedItem_9() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_listProtectedItem_9)); } inline List_1_t3697884595 * get_m_listProtectedItem_9() const { return ___m_listProtectedItem_9; } inline List_1_t3697884595 ** get_address_of_m_listProtectedItem_9() { return &___m_listProtectedItem_9; } inline void set_m_listProtectedItem_9(List_1_t3697884595 * value) { ___m_listProtectedItem_9 = value; Il2CppCodeGenWriteBarrier((&___m_listProtectedItem_9), value); } inline static int32_t get_offset_of_m_SourceAll_10() { return static_cast(offsetof(CUIPkgService_t1582475416, ___m_SourceAll_10)); } inline Dictionary_2_t1759717005 * get_m_SourceAll_10() const { return ___m_SourceAll_10; } inline Dictionary_2_t1759717005 ** get_address_of_m_SourceAll_10() { return &___m_SourceAll_10; } inline void set_m_SourceAll_10(Dictionary_2_t1759717005 * value) { ___m_SourceAll_10 = value; Il2CppCodeGenWriteBarrier((&___m_SourceAll_10), value); } }; struct CUIPkgService_t1582475416_StaticFields { public: // System.Int32 DMCore.Framework.Resource.CUIPkgService::s_MemorySize int32_t ___s_MemorySize_0; // System.Byte[] DMCore.Framework.Resource.CUIPkgService::s_memoryCache ByteU5BU5D_t4116647657* ___s_memoryCache_1; // DMCore.Framework.Resource.CUIPkgService DMCore.Framework.Resource.CUIPkgService::s_Instance CUIPkgService_t1582475416 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_MemorySize_0() { return static_cast(offsetof(CUIPkgService_t1582475416_StaticFields, ___s_MemorySize_0)); } inline int32_t get_s_MemorySize_0() const { return ___s_MemorySize_0; } inline int32_t* get_address_of_s_MemorySize_0() { return &___s_MemorySize_0; } inline void set_s_MemorySize_0(int32_t value) { ___s_MemorySize_0 = value; } inline static int32_t get_offset_of_s_memoryCache_1() { return static_cast(offsetof(CUIPkgService_t1582475416_StaticFields, ___s_memoryCache_1)); } inline ByteU5BU5D_t4116647657* get_s_memoryCache_1() const { return ___s_memoryCache_1; } inline ByteU5BU5D_t4116647657** get_address_of_s_memoryCache_1() { return &___s_memoryCache_1; } inline void set_s_memoryCache_1(ByteU5BU5D_t4116647657* value) { ___s_memoryCache_1 = value; Il2CppCodeGenWriteBarrier((&___s_memoryCache_1), value); } inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CUIPkgService_t1582475416_StaticFields, ___s_Instance_2)); } inline CUIPkgService_t1582475416 * get_s_Instance_2() const { return ___s_Instance_2; } inline CUIPkgService_t1582475416 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CUIPkgService_t1582475416 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUIPKGSERVICE_T1582475416_H #ifndef 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 BETTERLIST_1_T2213356286_H #define BETTERLIST_1_T2213356286_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_t2213356286 : public RuntimeObject { public: // T[] BetterList`1::buffer UIStretchU5BU5D_t1913257889* ___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_t2213356286, ___buffer_0)); } inline UIStretchU5BU5D_t1913257889* get_buffer_0() const { return ___buffer_0; } inline UIStretchU5BU5D_t1913257889** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(UIStretchU5BU5D_t1913257889* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2213356286, ___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_T2213356286_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 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 STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef LIST_1_T2585711361_H #define LIST_1_T2585711361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2585711361 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GameObjectU5BU5D_t3328599146* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2585711361, ____items_1)); } inline GameObjectU5BU5D_t3328599146* get__items_1() const { return ____items_1; } inline GameObjectU5BU5D_t3328599146** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GameObjectU5BU5D_t3328599146* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2585711361, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2585711361, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t2585711361_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray GameObjectU5BU5D_t3328599146* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2585711361_StaticFields, ___EmptyArray_4)); } inline GameObjectU5BU5D_t3328599146* get_EmptyArray_4() const { return ___EmptyArray_4; } inline GameObjectU5BU5D_t3328599146** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(GameObjectU5BU5D_t3328599146* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2585711361_H #ifndef QUEUE_1_T3914457535_H #define QUEUE_1_T3914457535_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Queue`1 struct Queue_1_t3914457535 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array CDataArrayU5BU5D_t1895413476* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t3914457535, ____array_0)); } inline CDataArrayU5BU5D_t1895413476* get__array_0() const { return ____array_0; } inline CDataArrayU5BU5D_t1895413476** get_address_of__array_0() { return &____array_0; } inline void set__array_0(CDataArrayU5BU5D_t1895413476* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((&____array_0), value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t3914457535, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t3914457535, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t3914457535, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t3914457535, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUEUE_1_T3914457535_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 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_T3385622220_H #define DICTIONARY_2_T3385622220_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_t3385622220 : 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 TransformU5BU5D_t807237628* ___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_t3385622220, ___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_t3385622220, ___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_t3385622220, ___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_t3385622220, ___valueSlots_7)); } inline TransformU5BU5D_t807237628* get_valueSlots_7() const { return ___valueSlots_7; } inline TransformU5BU5D_t807237628** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(TransformU5BU5D_t807237628* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3385622220, ___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_t3385622220, ___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_t3385622220, ___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_t3385622220, ___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_t3385622220, ___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_t3385622220, ___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_t3385622220, ___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_t3385622220_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3952616640 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3385622220_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3952616640 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3952616640 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3952616640 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3385622220_H #ifndef DICTIONARY_2_T3999618383_H #define DICTIONARY_2_T3999618383_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_t3999618383 : 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 enumPersonPageU5BU5D_t2446123689* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots CWndBaseU5BU5D_t1803215854* ___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_t3999618383, ___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_t3999618383, ___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_t3999618383, ___keySlots_6)); } inline enumPersonPageU5BU5D_t2446123689* get_keySlots_6() const { return ___keySlots_6; } inline enumPersonPageU5BU5D_t2446123689** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(enumPersonPageU5BU5D_t2446123689* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3999618383, ___valueSlots_7)); } inline CWndBaseU5BU5D_t1803215854* get_valueSlots_7() const { return ___valueSlots_7; } inline CWndBaseU5BU5D_t1803215854** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(CWndBaseU5BU5D_t1803215854* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3999618383, ___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_t3999618383, ___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_t3999618383, ___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_t3999618383, ___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_t3999618383, ___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_t3999618383, ___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_t3999618383, ___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_t3999618383_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3255078097 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3999618383_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3255078097 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3255078097 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3255078097 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3999618383_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 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 IEFFECTWNDBASE_T3445273495_H #define IEFFECTWNDBASE_T3445273495_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.IEffectWndBase struct IEffectWndBase_t3445273495 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IEFFECTWNDBASE_T3445273495_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 KEYCOLLECTION_T1884635070_H #define KEYCOLLECTION_T1884635070_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/KeyCollection struct KeyCollection_t1884635070 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t1694959599 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t1884635070, ___dictionary_0)); } inline Dictionary_2_t1694959599 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1694959599 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1694959599 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCOLLECTION_T1884635070_H #ifndef LIST_1_T3319525431_H #define LIST_1_T3319525431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3319525431 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_t1281789340* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3319525431, ____items_1)); } inline StringU5BU5D_t1281789340* get__items_1() const { return ____items_1; } inline StringU5BU5D_t1281789340** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_t1281789340* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3319525431, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3319525431, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t3319525431_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray StringU5BU5D_t1281789340* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3319525431_StaticFields, ___EmptyArray_4)); } inline StringU5BU5D_t1281789340* get_EmptyArray_4() const { return ___EmptyArray_4; } inline StringU5BU5D_t1281789340** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(StringU5BU5D_t1281789340* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3319525431_H #ifndef 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 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 DISPLAYDATA_T3919051086_H #define DISPLAYDATA_T3919051086_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.DisplayData struct DisplayData_t3919051086 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2> DMCore.Logic.DisplayData::m_data Dictionary_2_t2392779486 * ___m_data_0; public: inline static int32_t get_offset_of_m_data_0() { return static_cast(offsetof(DisplayData_t3919051086, ___m_data_0)); } inline Dictionary_2_t2392779486 * get_m_data_0() const { return ___m_data_0; } inline Dictionary_2_t2392779486 ** get_address_of_m_data_0() { return &___m_data_0; } inline void set_m_data_0(Dictionary_2_t2392779486 * value) { ___m_data_0 = value; Il2CppCodeGenWriteBarrier((&___m_data_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DISPLAYDATA_T3919051086_H #ifndef U3CGETINTERNALUNITU3EC__ANONSTOREY0_T1041192399_H #define U3CGETINTERNALUNITU3EC__ANONSTOREY0_T1041192399_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PosterDetail/c__AnonStorey0 struct U3CGetInternalUnitU3Ec__AnonStorey0_t1041192399 : public RuntimeObject { public: // System.Int32 DMCore.Logic.PosterDetail/c__AnonStorey0::_nIndex int32_t ____nIndex_0; public: inline static int32_t get_offset_of__nIndex_0() { return static_cast(offsetof(U3CGetInternalUnitU3Ec__AnonStorey0_t1041192399, ____nIndex_0)); } inline int32_t get__nIndex_0() const { return ____nIndex_0; } inline int32_t* get_address_of__nIndex_0() { return &____nIndex_0; } inline void set__nIndex_0(int32_t value) { ____nIndex_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETINTERNALUNITU3EC__ANONSTOREY0_T1041192399_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 CCHATINFO_T4292626735_H #define CCHATINFO_T4292626735_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CChatInfo struct CChatInfo_t4292626735 : public RuntimeObject { public: // DMCore.Logic.CChatUserInfo DMCore.Logic.CChatInfo::UserInfo CChatUserInfo_t74790139 * ___UserInfo_0; // DMCore.Logic.CChatMessageInfo DMCore.Logic.CChatInfo::MessageInfo CChatMessageInfo_t3657869099 * ___MessageInfo_1; public: inline static int32_t get_offset_of_UserInfo_0() { return static_cast(offsetof(CChatInfo_t4292626735, ___UserInfo_0)); } inline CChatUserInfo_t74790139 * get_UserInfo_0() const { return ___UserInfo_0; } inline CChatUserInfo_t74790139 ** get_address_of_UserInfo_0() { return &___UserInfo_0; } inline void set_UserInfo_0(CChatUserInfo_t74790139 * value) { ___UserInfo_0 = value; Il2CppCodeGenWriteBarrier((&___UserInfo_0), value); } inline static int32_t get_offset_of_MessageInfo_1() { return static_cast(offsetof(CChatInfo_t4292626735, ___MessageInfo_1)); } inline CChatMessageInfo_t3657869099 * get_MessageInfo_1() const { return ___MessageInfo_1; } inline CChatMessageInfo_t3657869099 ** get_address_of_MessageInfo_1() { return &___MessageInfo_1; } inline void set_MessageInfo_1(CChatMessageInfo_t3657869099 * value) { ___MessageInfo_1 = value; Il2CppCodeGenWriteBarrier((&___MessageInfo_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCHATINFO_T4292626735_H #ifndef PUBLICSPEAKERMESSAGE_T852809025_H #define PUBLICSPEAKERMESSAGE_T852809025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PublicSpeakerMessage struct PublicSpeakerMessage_t852809025 : public RuntimeObject { public: // DMCore.Logic.CChatInfo DMCore.Logic.PublicSpeakerMessage::Info CChatInfo_t4292626735 * ___Info_0; // System.String DMCore.Logic.PublicSpeakerMessage::Text String_t* ___Text_1; // System.String DMCore.Logic.PublicSpeakerMessage::Count String_t* ___Count_2; public: inline static int32_t get_offset_of_Info_0() { return static_cast(offsetof(PublicSpeakerMessage_t852809025, ___Info_0)); } inline CChatInfo_t4292626735 * get_Info_0() const { return ___Info_0; } inline CChatInfo_t4292626735 ** get_address_of_Info_0() { return &___Info_0; } inline void set_Info_0(CChatInfo_t4292626735 * value) { ___Info_0 = value; Il2CppCodeGenWriteBarrier((&___Info_0), value); } inline static int32_t get_offset_of_Text_1() { return static_cast(offsetof(PublicSpeakerMessage_t852809025, ___Text_1)); } inline String_t* get_Text_1() const { return ___Text_1; } inline String_t** get_address_of_Text_1() { return &___Text_1; } inline void set_Text_1(String_t* value) { ___Text_1 = value; Il2CppCodeGenWriteBarrier((&___Text_1), value); } inline static int32_t get_offset_of_Count_2() { return static_cast(offsetof(PublicSpeakerMessage_t852809025, ___Count_2)); } inline String_t* get_Count_2() const { return ___Count_2; } inline String_t** get_address_of_Count_2() { return &___Count_2; } inline void set_Count_2(String_t* value) { ___Count_2 = value; Il2CppCodeGenWriteBarrier((&___Count_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PUBLICSPEAKERMESSAGE_T852809025_H #ifndef LIST_1_T2207029000_H #define LIST_1_T2207029000_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_t2207029000 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items DynamicImageUnitU5BU5D_t539984999* ____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_t2207029000, ____items_1)); } inline DynamicImageUnitU5BU5D_t539984999* get__items_1() const { return ____items_1; } inline DynamicImageUnitU5BU5D_t539984999** get_address_of__items_1() { return &____items_1; } inline void set__items_1(DynamicImageUnitU5BU5D_t539984999* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2207029000, ____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_t2207029000, ____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_t2207029000_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray DynamicImageUnitU5BU5D_t539984999* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2207029000_StaticFields, ___EmptyArray_4)); } inline DynamicImageUnitU5BU5D_t539984999* get_EmptyArray_4() const { return ___EmptyArray_4; } inline DynamicImageUnitU5BU5D_t539984999** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(DynamicImageUnitU5BU5D_t539984999* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2207029000_H #ifndef POPULARINFO_T1929720024_H #define POPULARINFO_T1929720024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PopularInfo struct PopularInfo_t1929720024 : public RuntimeObject { public: // System.Int64 DMCore.Logic.PopularInfo::nUserId int64_t ___nUserId_0; // System.String DMCore.Logic.PopularInfo::wstrName String_t* ___wstrName_1; // System.Int32 DMCore.Logic.PopularInfo::nSex int32_t ___nSex_2; // System.Int64 DMCore.Logic.PopularInfo::nHeadId int64_t ___nHeadId_3; // System.Int32 DMCore.Logic.PopularInfo::nPraiseCount int32_t ___nPraiseCount_4; // System.Int32 DMCore.Logic.PopularInfo::nRoseCount int32_t ___nRoseCount_5; // System.Int32 DMCore.Logic.PopularInfo::nLilyCount int32_t ___nLilyCount_6; // System.Int32 DMCore.Logic.PopularInfo::nPerfumeCount int32_t ___nPerfumeCount_7; // System.Int32 DMCore.Logic.PopularInfo::nCrystalCount int32_t ___nCrystalCount_8; // System.Int32 DMCore.Logic.PopularInfo::nTotalChamCount int32_t ___nTotalChamCount_9; // System.Int32 DMCore.Logic.PopularInfo::nGiveFashionCount int32_t ___nGiveFashionCount_10; // System.Int32 DMCore.Logic.PopularInfo::nTotalFashionCount int32_t ___nTotalFashionCount_11; // System.Int32 DMCore.Logic.PopularInfo::nTotalBlueDiamond int32_t ___nTotalBlueDiamond_12; // System.Int32 DMCore.Logic.PopularInfo::nTotalMoreMeat int32_t ___nTotalMoreMeat_13; // System.Int32 DMCore.Logic.PopularInfo::nTotalFruitPie int32_t ___nTotalFruitPie_14; // System.Int32 DMCore.Logic.PopularInfo::nTotalCake int32_t ___nTotalCake_15; // System.Int32 DMCore.Logic.PopularInfo::nTotalCocktail int32_t ___nTotalCocktail_16; // System.Int32 DMCore.Logic.PopularInfo::nTotalLipstick int32_t ___nTotalLipstick_17; public: inline static int32_t get_offset_of_nUserId_0() { return static_cast(offsetof(PopularInfo_t1929720024, ___nUserId_0)); } inline int64_t get_nUserId_0() const { return ___nUserId_0; } inline int64_t* get_address_of_nUserId_0() { return &___nUserId_0; } inline void set_nUserId_0(int64_t value) { ___nUserId_0 = value; } inline static int32_t get_offset_of_wstrName_1() { return static_cast(offsetof(PopularInfo_t1929720024, ___wstrName_1)); } inline String_t* get_wstrName_1() const { return ___wstrName_1; } inline String_t** get_address_of_wstrName_1() { return &___wstrName_1; } inline void set_wstrName_1(String_t* value) { ___wstrName_1 = value; Il2CppCodeGenWriteBarrier((&___wstrName_1), value); } inline static int32_t get_offset_of_nSex_2() { return static_cast(offsetof(PopularInfo_t1929720024, ___nSex_2)); } inline int32_t get_nSex_2() const { return ___nSex_2; } inline int32_t* get_address_of_nSex_2() { return &___nSex_2; } inline void set_nSex_2(int32_t value) { ___nSex_2 = value; } inline static int32_t get_offset_of_nHeadId_3() { return static_cast(offsetof(PopularInfo_t1929720024, ___nHeadId_3)); } inline int64_t get_nHeadId_3() const { return ___nHeadId_3; } inline int64_t* get_address_of_nHeadId_3() { return &___nHeadId_3; } inline void set_nHeadId_3(int64_t value) { ___nHeadId_3 = value; } inline static int32_t get_offset_of_nPraiseCount_4() { return static_cast(offsetof(PopularInfo_t1929720024, ___nPraiseCount_4)); } inline int32_t get_nPraiseCount_4() const { return ___nPraiseCount_4; } inline int32_t* get_address_of_nPraiseCount_4() { return &___nPraiseCount_4; } inline void set_nPraiseCount_4(int32_t value) { ___nPraiseCount_4 = value; } inline static int32_t get_offset_of_nRoseCount_5() { return static_cast(offsetof(PopularInfo_t1929720024, ___nRoseCount_5)); } inline int32_t get_nRoseCount_5() const { return ___nRoseCount_5; } inline int32_t* get_address_of_nRoseCount_5() { return &___nRoseCount_5; } inline void set_nRoseCount_5(int32_t value) { ___nRoseCount_5 = value; } inline static int32_t get_offset_of_nLilyCount_6() { return static_cast(offsetof(PopularInfo_t1929720024, ___nLilyCount_6)); } inline int32_t get_nLilyCount_6() const { return ___nLilyCount_6; } inline int32_t* get_address_of_nLilyCount_6() { return &___nLilyCount_6; } inline void set_nLilyCount_6(int32_t value) { ___nLilyCount_6 = value; } inline static int32_t get_offset_of_nPerfumeCount_7() { return static_cast(offsetof(PopularInfo_t1929720024, ___nPerfumeCount_7)); } inline int32_t get_nPerfumeCount_7() const { return ___nPerfumeCount_7; } inline int32_t* get_address_of_nPerfumeCount_7() { return &___nPerfumeCount_7; } inline void set_nPerfumeCount_7(int32_t value) { ___nPerfumeCount_7 = value; } inline static int32_t get_offset_of_nCrystalCount_8() { return static_cast(offsetof(PopularInfo_t1929720024, ___nCrystalCount_8)); } inline int32_t get_nCrystalCount_8() const { return ___nCrystalCount_8; } inline int32_t* get_address_of_nCrystalCount_8() { return &___nCrystalCount_8; } inline void set_nCrystalCount_8(int32_t value) { ___nCrystalCount_8 = value; } inline static int32_t get_offset_of_nTotalChamCount_9() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalChamCount_9)); } inline int32_t get_nTotalChamCount_9() const { return ___nTotalChamCount_9; } inline int32_t* get_address_of_nTotalChamCount_9() { return &___nTotalChamCount_9; } inline void set_nTotalChamCount_9(int32_t value) { ___nTotalChamCount_9 = value; } inline static int32_t get_offset_of_nGiveFashionCount_10() { return static_cast(offsetof(PopularInfo_t1929720024, ___nGiveFashionCount_10)); } inline int32_t get_nGiveFashionCount_10() const { return ___nGiveFashionCount_10; } inline int32_t* get_address_of_nGiveFashionCount_10() { return &___nGiveFashionCount_10; } inline void set_nGiveFashionCount_10(int32_t value) { ___nGiveFashionCount_10 = value; } inline static int32_t get_offset_of_nTotalFashionCount_11() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalFashionCount_11)); } inline int32_t get_nTotalFashionCount_11() const { return ___nTotalFashionCount_11; } inline int32_t* get_address_of_nTotalFashionCount_11() { return &___nTotalFashionCount_11; } inline void set_nTotalFashionCount_11(int32_t value) { ___nTotalFashionCount_11 = value; } inline static int32_t get_offset_of_nTotalBlueDiamond_12() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalBlueDiamond_12)); } inline int32_t get_nTotalBlueDiamond_12() const { return ___nTotalBlueDiamond_12; } inline int32_t* get_address_of_nTotalBlueDiamond_12() { return &___nTotalBlueDiamond_12; } inline void set_nTotalBlueDiamond_12(int32_t value) { ___nTotalBlueDiamond_12 = value; } inline static int32_t get_offset_of_nTotalMoreMeat_13() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalMoreMeat_13)); } inline int32_t get_nTotalMoreMeat_13() const { return ___nTotalMoreMeat_13; } inline int32_t* get_address_of_nTotalMoreMeat_13() { return &___nTotalMoreMeat_13; } inline void set_nTotalMoreMeat_13(int32_t value) { ___nTotalMoreMeat_13 = value; } inline static int32_t get_offset_of_nTotalFruitPie_14() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalFruitPie_14)); } inline int32_t get_nTotalFruitPie_14() const { return ___nTotalFruitPie_14; } inline int32_t* get_address_of_nTotalFruitPie_14() { return &___nTotalFruitPie_14; } inline void set_nTotalFruitPie_14(int32_t value) { ___nTotalFruitPie_14 = value; } inline static int32_t get_offset_of_nTotalCake_15() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalCake_15)); } inline int32_t get_nTotalCake_15() const { return ___nTotalCake_15; } inline int32_t* get_address_of_nTotalCake_15() { return &___nTotalCake_15; } inline void set_nTotalCake_15(int32_t value) { ___nTotalCake_15 = value; } inline static int32_t get_offset_of_nTotalCocktail_16() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalCocktail_16)); } inline int32_t get_nTotalCocktail_16() const { return ___nTotalCocktail_16; } inline int32_t* get_address_of_nTotalCocktail_16() { return &___nTotalCocktail_16; } inline void set_nTotalCocktail_16(int32_t value) { ___nTotalCocktail_16 = value; } inline static int32_t get_offset_of_nTotalLipstick_17() { return static_cast(offsetof(PopularInfo_t1929720024, ___nTotalLipstick_17)); } inline int32_t get_nTotalLipstick_17() const { return ___nTotalLipstick_17; } inline int32_t* get_address_of_nTotalLipstick_17() { return &___nTotalLipstick_17; } inline void set_nTotalLipstick_17(int32_t value) { ___nTotalLipstick_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POPULARINFO_T1929720024_H #ifndef U3CGETEQUIPLISTBYSEXU3EC__ANONSTOREY0_T4007384085_H #define U3CGETEQUIPLISTBYSEXU3EC__ANONSTOREY0_T4007384085_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PosterDetailUnit/c__AnonStorey0 struct U3CGetEquipListBySexU3Ec__AnonStorey0_t4007384085 : public RuntimeObject { public: // System.Int32 DMCore.Logic.PosterDetailUnit/c__AnonStorey0::_nSex int32_t ____nSex_0; public: inline static int32_t get_offset_of__nSex_0() { return static_cast(offsetof(U3CGetEquipListBySexU3Ec__AnonStorey0_t4007384085, ____nSex_0)); } inline int32_t get__nSex_0() const { return ____nSex_0; } inline int32_t* get_address_of__nSex_0() { return &____nSex_0; } inline void set__nSex_0(int32_t value) { ____nSex_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETEQUIPLISTBYSEXU3EC__ANONSTOREY0_T4007384085_H #ifndef LIST_1_T2529903214_H #define LIST_1_T2529903214_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_t2529903214 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PosterDetailUnitU5BU5D_t3370037417* ____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_t2529903214, ____items_1)); } inline PosterDetailUnitU5BU5D_t3370037417* get__items_1() const { return ____items_1; } inline PosterDetailUnitU5BU5D_t3370037417** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PosterDetailUnitU5BU5D_t3370037417* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2529903214, ____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_t2529903214, ____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_t2529903214_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray PosterDetailUnitU5BU5D_t3370037417* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2529903214_StaticFields, ___EmptyArray_4)); } inline PosterDetailUnitU5BU5D_t3370037417* get_EmptyArray_4() const { return ___EmptyArray_4; } inline PosterDetailUnitU5BU5D_t3370037417** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(PosterDetailUnitU5BU5D_t3370037417* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2529903214_H #ifndef DICTIONARY_2_T2392779486_H #define DICTIONARY_2_T2392779486_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_t2392779486 : 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_t220679050* ___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_t2392779486, ___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_t2392779486, ___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_t2392779486, ___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_t2392779486, ___valueSlots_7)); } inline List_1U5BU5D_t220679050* get_valueSlots_7() const { return ___valueSlots_7; } inline List_1U5BU5D_t220679050** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(List_1U5BU5D_t220679050* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2392779486, ___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_t2392779486, ___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_t2392779486, ___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_t2392779486, ___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_t2392779486, ___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_t2392779486, ___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_t2392779486, ___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_t2392779486_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4119985190 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2392779486_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4119985190 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4119985190 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4119985190 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2392779486_H #ifndef U3CADDDATAU3EC__ANONSTOREY1_T1142538239_H #define U3CADDDATAU3EC__ANONSTOREY1_T1142538239_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PosterDetailUnit/c__AnonStorey1 struct U3CAddDataU3Ec__AnonStorey1_t1142538239 : public RuntimeObject { public: // System.Int32 DMCore.Logic.PosterDetailUnit/c__AnonStorey1::_nConfigId int32_t ____nConfigId_0; public: inline static int32_t get_offset_of__nConfigId_0() { return static_cast(offsetof(U3CAddDataU3Ec__AnonStorey1_t1142538239, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CADDDATAU3EC__ANONSTOREY1_T1142538239_H #ifndef ITEMDATA_T2031991413_H #define ITEMDATA_T2031991413_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ItemData struct ItemData_t2031991413 : public RuntimeObject { public: // System.Int32 DMCore.Logic.ItemData::nItemID int32_t ___nItemID_0; // System.Int32 DMCore.Logic.ItemData::nNum int32_t ___nNum_1; // System.Int32 DMCore.Logic.ItemData::nValid int32_t ___nValid_2; // System.Int32 DMCore.Logic.ItemData::nLevel int32_t ___nLevel_3; // System.Int32 DMCore.Logic.ItemData::nGroup int32_t ___nGroup_4; public: inline static int32_t get_offset_of_nItemID_0() { return static_cast(offsetof(ItemData_t2031991413, ___nItemID_0)); } inline int32_t get_nItemID_0() const { return ___nItemID_0; } inline int32_t* get_address_of_nItemID_0() { return &___nItemID_0; } inline void set_nItemID_0(int32_t value) { ___nItemID_0 = value; } inline static int32_t get_offset_of_nNum_1() { return static_cast(offsetof(ItemData_t2031991413, ___nNum_1)); } inline int32_t get_nNum_1() const { return ___nNum_1; } inline int32_t* get_address_of_nNum_1() { return &___nNum_1; } inline void set_nNum_1(int32_t value) { ___nNum_1 = value; } inline static int32_t get_offset_of_nValid_2() { return static_cast(offsetof(ItemData_t2031991413, ___nValid_2)); } inline int32_t get_nValid_2() const { return ___nValid_2; } inline int32_t* get_address_of_nValid_2() { return &___nValid_2; } inline void set_nValid_2(int32_t value) { ___nValid_2 = value; } inline static int32_t get_offset_of_nLevel_3() { return static_cast(offsetof(ItemData_t2031991413, ___nLevel_3)); } inline int32_t get_nLevel_3() const { return ___nLevel_3; } inline int32_t* get_address_of_nLevel_3() { return &___nLevel_3; } inline void set_nLevel_3(int32_t value) { ___nLevel_3 = value; } inline static int32_t get_offset_of_nGroup_4() { return static_cast(offsetof(ItemData_t2031991413, ___nGroup_4)); } inline int32_t get_nGroup_4() const { return ___nGroup_4; } inline int32_t* get_address_of_nGroup_4() { return &___nGroup_4; } inline void set_nGroup_4(int32_t value) { ___nGroup_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITEMDATA_T2031991413_H #ifndef LIST_1_T3504066155_H #define LIST_1_T3504066155_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_t3504066155 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ItemDataU5BU5D_t1320061976* ____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_t3504066155, ____items_1)); } inline ItemDataU5BU5D_t1320061976* get__items_1() const { return ____items_1; } inline ItemDataU5BU5D_t1320061976** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ItemDataU5BU5D_t1320061976* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3504066155, ____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_t3504066155, ____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_t3504066155_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ItemDataU5BU5D_t1320061976* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3504066155_StaticFields, ___EmptyArray_4)); } inline ItemDataU5BU5D_t1320061976* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ItemDataU5BU5D_t1320061976** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ItemDataU5BU5D_t1320061976* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3504066155_H #ifndef LIST_1_T803870918_H #define LIST_1_T803870918_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_t803870918 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items EquipUnitU5BU5D_t1003732465* ____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_t803870918, ____items_1)); } inline EquipUnitU5BU5D_t1003732465* get__items_1() const { return ____items_1; } inline EquipUnitU5BU5D_t1003732465** get_address_of__items_1() { return &____items_1; } inline void set__items_1(EquipUnitU5BU5D_t1003732465* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t803870918, ____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_t803870918, ____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_t803870918_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray EquipUnitU5BU5D_t1003732465* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t803870918_StaticFields, ___EmptyArray_4)); } inline EquipUnitU5BU5D_t1003732465* get_EmptyArray_4() const { return ___EmptyArray_4; } inline EquipUnitU5BU5D_t1003732465** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(EquipUnitU5BU5D_t1003732465* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T803870918_H #ifndef KEYCOLLECTION_T2582454957_H #define KEYCOLLECTION_T2582454957_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/KeyCollection> struct KeyCollection_t2582454957 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_t2392779486 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t2582454957, ___dictionary_0)); } inline Dictionary_2_t2392779486 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2392779486 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2392779486 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCOLLECTION_T2582454957_H #ifndef EMOTIONDATA_T2437801269_H #define EMOTIONDATA_T2437801269_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EmotionData struct EmotionData_t2437801269 : public RuntimeObject { public: // System.Boolean DMCore.Logic.EmotionData::textType bool ___textType_0; // System.Single DMCore.Logic.EmotionData::posX float ___posX_1; // System.Single DMCore.Logic.EmotionData::posY float ___posY_2; // System.String DMCore.Logic.EmotionData::strVal String_t* ___strVal_3; public: inline static int32_t get_offset_of_textType_0() { return static_cast(offsetof(EmotionData_t2437801269, ___textType_0)); } inline bool get_textType_0() const { return ___textType_0; } inline bool* get_address_of_textType_0() { return &___textType_0; } inline void set_textType_0(bool value) { ___textType_0 = value; } inline static int32_t get_offset_of_posX_1() { return static_cast(offsetof(EmotionData_t2437801269, ___posX_1)); } inline float get_posX_1() const { return ___posX_1; } inline float* get_address_of_posX_1() { return &___posX_1; } inline void set_posX_1(float value) { ___posX_1 = value; } inline static int32_t get_offset_of_posY_2() { return static_cast(offsetof(EmotionData_t2437801269, ___posY_2)); } inline float get_posY_2() const { return ___posY_2; } inline float* get_address_of_posY_2() { return &___posY_2; } inline void set_posY_2(float value) { ___posY_2 = value; } inline static int32_t get_offset_of_strVal_3() { return static_cast(offsetof(EmotionData_t2437801269, ___strVal_3)); } inline String_t* get_strVal_3() const { return ___strVal_3; } inline String_t** get_address_of_strVal_3() { return &___strVal_3; } inline void set_strVal_3(String_t* value) { ___strVal_3 = value; Il2CppCodeGenWriteBarrier((&___strVal_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EMOTIONDATA_T2437801269_H #ifndef CACTIVITYINGUILD_T1757525966_H #define CACTIVITYINGUILD_T1757525966_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityInGuild struct CActivityInGuild_t1757525966 : public IActivityDetail_t2848416189 { public: // DMCore.Logic.CAwardInfo`1 DMCore.Logic.CActivityInGuild::m_awardInfo CAwardInfo_1_t3416460893 * ___m_awardInfo_11; public: inline static int32_t get_offset_of_m_awardInfo_11() { return static_cast(offsetof(CActivityInGuild_t1757525966, ___m_awardInfo_11)); } inline CAwardInfo_1_t3416460893 * get_m_awardInfo_11() const { return ___m_awardInfo_11; } inline CAwardInfo_1_t3416460893 ** get_address_of_m_awardInfo_11() { return &___m_awardInfo_11; } inline void set_m_awardInfo_11(CAwardInfo_1_t3416460893 * value) { ___m_awardInfo_11 = value; Il2CppCodeGenWriteBarrier((&___m_awardInfo_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYINGUILD_T1757525966_H #ifndef CACTIVITYCOMULRECHARGEAWARD_T2785293014_H #define CACTIVITYCOMULRECHARGEAWARD_T2785293014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityComulRechargeAward struct CActivityComulRechargeAward_t2785293014 : public IActivityDetail_t2848416189 { public: // System.Collections.Generic.List`1> DMCore.Logic.CActivityComulRechargeAward::m_detail_array List_1_t3334856656 * ___m_detail_array_11; public: inline static int32_t get_offset_of_m_detail_array_11() { return static_cast(offsetof(CActivityComulRechargeAward_t2785293014, ___m_detail_array_11)); } inline List_1_t3334856656 * get_m_detail_array_11() const { return ___m_detail_array_11; } inline List_1_t3334856656 ** get_address_of_m_detail_array_11() { return &___m_detail_array_11; } inline void set_m_detail_array_11(List_1_t3334856656 * value) { ___m_detail_array_11 = value; Il2CppCodeGenWriteBarrier((&___m_detail_array_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYCOMULRECHARGEAWARD_T2785293014_H #ifndef CACTIVITYTREVIDISCOUNT_T158506824_H #define CACTIVITYTREVIDISCOUNT_T158506824_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityTreviDiscount struct CActivityTreviDiscount_t158506824 : public IActivityDetail_t2848416189 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYTREVIDISCOUNT_T158506824_H #ifndef CACTIVITYBUYGIFTPACKAGE_T3637356948_H #define CACTIVITYBUYGIFTPACKAGE_T3637356948_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityBuyGiftPackage struct CActivityBuyGiftPackage_t3637356948 : public IActivityDetail_t2848416189 { public: // System.Int32 DMCore.Logic.CActivityBuyGiftPackage::m_rechargeAmount int32_t ___m_rechargeAmount_11; // System.Int32 DMCore.Logic.CActivityBuyGiftPackage::m_price int32_t ___m_price_12; // System.Int32 DMCore.Logic.CActivityBuyGiftPackage::m_count int32_t ___m_count_13; // DMCore.Logic.CAwardInfo`1 DMCore.Logic.CActivityBuyGiftPackage::m_award_array CAwardInfo_1_t3416460893 * ___m_award_array_14; // UnityEngine.Transform DMCore.Logic.CActivityBuyGiftPackage::m_ActivityBuyPackageBtn Transform_t3600365921 * ___m_ActivityBuyPackageBtn_15; public: inline static int32_t get_offset_of_m_rechargeAmount_11() { return static_cast(offsetof(CActivityBuyGiftPackage_t3637356948, ___m_rechargeAmount_11)); } inline int32_t get_m_rechargeAmount_11() const { return ___m_rechargeAmount_11; } inline int32_t* get_address_of_m_rechargeAmount_11() { return &___m_rechargeAmount_11; } inline void set_m_rechargeAmount_11(int32_t value) { ___m_rechargeAmount_11 = value; } inline static int32_t get_offset_of_m_price_12() { return static_cast(offsetof(CActivityBuyGiftPackage_t3637356948, ___m_price_12)); } inline int32_t get_m_price_12() const { return ___m_price_12; } inline int32_t* get_address_of_m_price_12() { return &___m_price_12; } inline void set_m_price_12(int32_t value) { ___m_price_12 = value; } inline static int32_t get_offset_of_m_count_13() { return static_cast(offsetof(CActivityBuyGiftPackage_t3637356948, ___m_count_13)); } inline int32_t get_m_count_13() const { return ___m_count_13; } inline int32_t* get_address_of_m_count_13() { return &___m_count_13; } inline void set_m_count_13(int32_t value) { ___m_count_13 = value; } inline static int32_t get_offset_of_m_award_array_14() { return static_cast(offsetof(CActivityBuyGiftPackage_t3637356948, ___m_award_array_14)); } inline CAwardInfo_1_t3416460893 * get_m_award_array_14() const { return ___m_award_array_14; } inline CAwardInfo_1_t3416460893 ** get_address_of_m_award_array_14() { return &___m_award_array_14; } inline void set_m_award_array_14(CAwardInfo_1_t3416460893 * value) { ___m_award_array_14 = value; Il2CppCodeGenWriteBarrier((&___m_award_array_14), value); } inline static int32_t get_offset_of_m_ActivityBuyPackageBtn_15() { return static_cast(offsetof(CActivityBuyGiftPackage_t3637356948, ___m_ActivityBuyPackageBtn_15)); } inline Transform_t3600365921 * get_m_ActivityBuyPackageBtn_15() const { return ___m_ActivityBuyPackageBtn_15; } inline Transform_t3600365921 ** get_address_of_m_ActivityBuyPackageBtn_15() { return &___m_ActivityBuyPackageBtn_15; } inline void set_m_ActivityBuyPackageBtn_15(Transform_t3600365921 * value) { ___m_ActivityBuyPackageBtn_15 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityBuyPackageBtn_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYBUYGIFTPACKAGE_T3637356948_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 KEYVALUEPAIR_2_T4237331251_H #define KEYVALUEPAIR_2_T4237331251_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_t4237331251 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t4237331251, ___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_t4237331251, ___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_T4237331251_H #ifndef CACTIVITYMEMBER_T197843331_H #define CACTIVITYMEMBER_T197843331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityMember struct CActivityMember_t197843331 : public IActivityDetail_t2848416189 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYMEMBER_T197843331_H #ifndef CACTIVITYGROWTHFUND_T4140851644_H #define CACTIVITYGROWTHFUND_T4140851644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityGrowthFund struct CActivityGrowthFund_t4140851644 : public IActivityDetail_t2848416189 { public: // CDataModelBool DMCore.Logic.CActivityGrowthFund::m_isUpdate CDataModelBool_t2269476966 * ___m_isUpdate_11; // System.Int32 DMCore.Logic.CActivityGrowthFund::m_idolLevel int32_t ___m_idolLevel_12; // System.Int32 DMCore.Logic.CActivityGrowthFund::m_awardCount int32_t ___m_awardCount_13; // System.Int32[] DMCore.Logic.CActivityGrowthFund::m_condition Int32U5BU5D_t385246372* ___m_condition_14; // System.Int32[] DMCore.Logic.CActivityGrowthFund::m_getState Int32U5BU5D_t385246372* ___m_getState_15; // DMCore.Logic.CAwardList[] DMCore.Logic.CActivityGrowthFund::m_awardList CAwardListU5BU5D_t2898851490* ___m_awardList_16; // System.Int32 DMCore.Logic.CActivityGrowthFund::m_productId int32_t ___m_productId_17; // System.Int32 DMCore.Logic.CActivityGrowthFund::m_buyState int32_t ___m_buyState_18; public: inline static int32_t get_offset_of_m_isUpdate_11() { return static_cast(offsetof(CActivityGrowthFund_t4140851644, ___m_isUpdate_11)); } inline CDataModelBool_t2269476966 * get_m_isUpdate_11() const { return ___m_isUpdate_11; } inline CDataModelBool_t2269476966 ** get_address_of_m_isUpdate_11() { return &___m_isUpdate_11; } inline void set_m_isUpdate_11(CDataModelBool_t2269476966 * value) { ___m_isUpdate_11 = value; Il2CppCodeGenWriteBarrier((&___m_isUpdate_11), value); } inline static int32_t get_offset_of_m_idolLevel_12() { return static_cast(offsetof(CActivityGrowthFund_t4140851644, ___m_idolLevel_12)); } inline int32_t get_m_idolLevel_12() const { return ___m_idolLevel_12; } inline int32_t* get_address_of_m_idolLevel_12() { return &___m_idolLevel_12; } inline void set_m_idolLevel_12(int32_t value) { ___m_idolLevel_12 = value; } inline static int32_t get_offset_of_m_awardCount_13() { return static_cast(offsetof(CActivityGrowthFund_t4140851644, ___m_awardCount_13)); } inline int32_t get_m_awardCount_13() const { return ___m_awardCount_13; } inline int32_t* get_address_of_m_awardCount_13() { return &___m_awardCount_13; } inline void set_m_awardCount_13(int32_t value) { ___m_awardCount_13 = value; } inline static int32_t get_offset_of_m_condition_14() { return static_cast(offsetof(CActivityGrowthFund_t4140851644, ___m_condition_14)); } inline Int32U5BU5D_t385246372* get_m_condition_14() const { return ___m_condition_14; } inline Int32U5BU5D_t385246372** get_address_of_m_condition_14() { return &___m_condition_14; } inline void set_m_condition_14(Int32U5BU5D_t385246372* value) { ___m_condition_14 = value; Il2CppCodeGenWriteBarrier((&___m_condition_14), value); } inline static int32_t get_offset_of_m_getState_15() { return static_cast(offsetof(CActivityGrowthFund_t4140851644, ___m_getState_15)); } inline Int32U5BU5D_t385246372* get_m_getState_15() const { return ___m_getState_15; } inline Int32U5BU5D_t385246372** get_address_of_m_getState_15() { return &___m_getState_15; } inline void set_m_getState_15(Int32U5BU5D_t385246372* value) { ___m_getState_15 = value; Il2CppCodeGenWriteBarrier((&___m_getState_15), value); } inline static int32_t get_offset_of_m_awardList_16() { return static_cast(offsetof(CActivityGrowthFund_t4140851644, ___m_awardList_16)); } inline CAwardListU5BU5D_t2898851490* get_m_awardList_16() const { return ___m_awardList_16; } inline CAwardListU5BU5D_t2898851490** get_address_of_m_awardList_16() { return &___m_awardList_16; } inline void set_m_awardList_16(CAwardListU5BU5D_t2898851490* value) { ___m_awardList_16 = value; Il2CppCodeGenWriteBarrier((&___m_awardList_16), value); } inline static int32_t get_offset_of_m_productId_17() { return static_cast(offsetof(CActivityGrowthFund_t4140851644, ___m_productId_17)); } inline int32_t get_m_productId_17() const { return ___m_productId_17; } inline int32_t* get_address_of_m_productId_17() { return &___m_productId_17; } inline void set_m_productId_17(int32_t value) { ___m_productId_17 = value; } inline static int32_t get_offset_of_m_buyState_18() { return static_cast(offsetof(CActivityGrowthFund_t4140851644, ___m_buyState_18)); } inline int32_t get_m_buyState_18() const { return ___m_buyState_18; } inline int32_t* get_address_of_m_buyState_18() { return &___m_buyState_18; } inline void set_m_buyState_18(int32_t value) { ___m_buyState_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYGROWTHFUND_T4140851644_H #ifndef PINJIEINFO_T3881645638_H #define PINJIEINFO_T3881645638_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PinjieInfo struct PinjieInfo_t3881645638 { public: // System.String DMCore.Logic.PinjieInfo::name String_t* ___name_0; // System.String DMCore.Logic.PinjieInfo::sprName String_t* ___sprName_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(PinjieInfo_t3881645638, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_sprName_1() { return static_cast(offsetof(PinjieInfo_t3881645638, ___sprName_1)); } inline String_t* get_sprName_1() const { return ___sprName_1; } inline String_t** get_address_of_sprName_1() { return &___sprName_1; } inline void set_sprName_1(String_t* value) { ___sprName_1 = value; Il2CppCodeGenWriteBarrier((&___sprName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DMCore.Logic.PinjieInfo struct PinjieInfo_t3881645638_marshaled_pinvoke { char* ___name_0; char* ___sprName_1; }; // Native definition for COM marshalling of DMCore.Logic.PinjieInfo struct PinjieInfo_t3881645638_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___sprName_1; }; #endif // PINJIEINFO_T3881645638_H #ifndef CACTIVITYDOUBLEAWARD_T4125973165_H #define CACTIVITYDOUBLEAWARD_T4125973165_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityDoubleAward struct CActivityDoubleAward_t4125973165 : public IActivityDetail_t2848416189 { public: // System.Int32[] DMCore.Logic.CActivityDoubleAward::_which_days Int32U5BU5D_t385246372* ____which_days_11; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CActivityDoubleAward::_awards_info Dictionary_2_t1972800638 * ____awards_info_12; public: inline static int32_t get_offset_of__which_days_11() { return static_cast(offsetof(CActivityDoubleAward_t4125973165, ____which_days_11)); } inline Int32U5BU5D_t385246372* get__which_days_11() const { return ____which_days_11; } inline Int32U5BU5D_t385246372** get_address_of__which_days_11() { return &____which_days_11; } inline void set__which_days_11(Int32U5BU5D_t385246372* value) { ____which_days_11 = value; Il2CppCodeGenWriteBarrier((&____which_days_11), value); } inline static int32_t get_offset_of__awards_info_12() { return static_cast(offsetof(CActivityDoubleAward_t4125973165, ____awards_info_12)); } inline Dictionary_2_t1972800638 * get__awards_info_12() const { return ____awards_info_12; } inline Dictionary_2_t1972800638 ** get_address_of__awards_info_12() { return &____awards_info_12; } inline void set__awards_info_12(Dictionary_2_t1972800638 * value) { ____awards_info_12 = value; Il2CppCodeGenWriteBarrier((&____awards_info_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYDOUBLEAWARD_T4125973165_H #ifndef CACTIVITYFIRSTWINAWARD_T3247053799_H #define CACTIVITYFIRSTWINAWARD_T3247053799_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityFirstWinAward struct CActivityFirstWinAward_t3247053799 : public IActivityDetail_t2848416189 { public: // System.Int32 DMCore.Logic.CActivityFirstWinAward::m_awardState int32_t ___m_awardState_11; // System.Int32 DMCore.Logic.CActivityFirstWinAward::m_goodsId int32_t ___m_goodsId_12; // System.Int32 DMCore.Logic.CActivityFirstWinAward::m_num int32_t ___m_num_13; // System.Int32 DMCore.Logic.CActivityFirstWinAward::m_valid int32_t ___m_valid_14; // System.Int32 DMCore.Logic.CActivityFirstWinAward::m_vipAwardState int32_t ___m_vipAwardState_15; // System.Int32 DMCore.Logic.CActivityFirstWinAward::m_vipGoodsId int32_t ___m_vipGoodsId_16; // System.Int32 DMCore.Logic.CActivityFirstWinAward::m_vipAwardNum int32_t ___m_vipAwardNum_17; // System.Int32 DMCore.Logic.CActivityFirstWinAward::m_vipAwardValid int32_t ___m_vipAwardValid_18; public: inline static int32_t get_offset_of_m_awardState_11() { return static_cast(offsetof(CActivityFirstWinAward_t3247053799, ___m_awardState_11)); } inline int32_t get_m_awardState_11() const { return ___m_awardState_11; } inline int32_t* get_address_of_m_awardState_11() { return &___m_awardState_11; } inline void set_m_awardState_11(int32_t value) { ___m_awardState_11 = value; } inline static int32_t get_offset_of_m_goodsId_12() { return static_cast(offsetof(CActivityFirstWinAward_t3247053799, ___m_goodsId_12)); } inline int32_t get_m_goodsId_12() const { return ___m_goodsId_12; } inline int32_t* get_address_of_m_goodsId_12() { return &___m_goodsId_12; } inline void set_m_goodsId_12(int32_t value) { ___m_goodsId_12 = value; } inline static int32_t get_offset_of_m_num_13() { return static_cast(offsetof(CActivityFirstWinAward_t3247053799, ___m_num_13)); } inline int32_t get_m_num_13() const { return ___m_num_13; } inline int32_t* get_address_of_m_num_13() { return &___m_num_13; } inline void set_m_num_13(int32_t value) { ___m_num_13 = value; } inline static int32_t get_offset_of_m_valid_14() { return static_cast(offsetof(CActivityFirstWinAward_t3247053799, ___m_valid_14)); } inline int32_t get_m_valid_14() const { return ___m_valid_14; } inline int32_t* get_address_of_m_valid_14() { return &___m_valid_14; } inline void set_m_valid_14(int32_t value) { ___m_valid_14 = value; } inline static int32_t get_offset_of_m_vipAwardState_15() { return static_cast(offsetof(CActivityFirstWinAward_t3247053799, ___m_vipAwardState_15)); } inline int32_t get_m_vipAwardState_15() const { return ___m_vipAwardState_15; } inline int32_t* get_address_of_m_vipAwardState_15() { return &___m_vipAwardState_15; } inline void set_m_vipAwardState_15(int32_t value) { ___m_vipAwardState_15 = value; } inline static int32_t get_offset_of_m_vipGoodsId_16() { return static_cast(offsetof(CActivityFirstWinAward_t3247053799, ___m_vipGoodsId_16)); } inline int32_t get_m_vipGoodsId_16() const { return ___m_vipGoodsId_16; } inline int32_t* get_address_of_m_vipGoodsId_16() { return &___m_vipGoodsId_16; } inline void set_m_vipGoodsId_16(int32_t value) { ___m_vipGoodsId_16 = value; } inline static int32_t get_offset_of_m_vipAwardNum_17() { return static_cast(offsetof(CActivityFirstWinAward_t3247053799, ___m_vipAwardNum_17)); } inline int32_t get_m_vipAwardNum_17() const { return ___m_vipAwardNum_17; } inline int32_t* get_address_of_m_vipAwardNum_17() { return &___m_vipAwardNum_17; } inline void set_m_vipAwardNum_17(int32_t value) { ___m_vipAwardNum_17 = value; } inline static int32_t get_offset_of_m_vipAwardValid_18() { return static_cast(offsetof(CActivityFirstWinAward_t3247053799, ___m_vipAwardValid_18)); } inline int32_t get_m_vipAwardValid_18() const { return ___m_vipAwardValid_18; } inline int32_t* get_address_of_m_vipAwardValid_18() { return &___m_vipAwardValid_18; } inline void set_m_vipAwardValid_18(int32_t value) { ___m_vipAwardValid_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYFIRSTWINAWARD_T3247053799_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 CACTIVITYFSTRECHARGEAWARD_T3016216232_H #define CACTIVITYFSTRECHARGEAWARD_T3016216232_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityFstRechargeAward struct CActivityFstRechargeAward_t3016216232 : public IActivityDetail_t2848416189 { public: // System.Single DMCore.Logic.CActivityFstRechargeAward::m_recharge float ___m_recharge_11; // System.Int32 DMCore.Logic.CActivityFstRechargeAward::m_state int32_t ___m_state_12; // System.Int64 DMCore.Logic.CActivityFstRechargeAward::m_left_time int64_t ___m_left_time_13; // System.Int64 DMCore.Logic.CActivityFstRechargeAward::m_leftSecond int64_t ___m_leftSecond_14; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CActivityFstRechargeAward::m_awardList Dictionary_2_t2982755238 * ___m_awardList_15; // System.Int32 DMCore.Logic.CActivityFstRechargeAward::m_IsHourRecharge int32_t ___m_IsHourRecharge_16; // System.Int32 DMCore.Logic.CActivityFstRechargeAward::m_LocalTimeAfterRequest int32_t ___m_LocalTimeAfterRequest_18; // System.Int32 DMCore.Logic.CActivityFstRechargeAward::m_TimerID int32_t ___m_TimerID_19; // System.Int32 DMCore.Logic.CActivityFstRechargeAward::m_againRechargeState int32_t ___m_againRechargeState_20; // System.Boolean DMCore.Logic.CActivityFstRechargeAward::k__BackingField bool ___U3CIsShowNpcU3Ek__BackingField_21; public: inline static int32_t get_offset_of_m_recharge_11() { return static_cast(offsetof(CActivityFstRechargeAward_t3016216232, ___m_recharge_11)); } inline float get_m_recharge_11() const { return ___m_recharge_11; } inline float* get_address_of_m_recharge_11() { return &___m_recharge_11; } inline void set_m_recharge_11(float value) { ___m_recharge_11 = value; } inline static int32_t get_offset_of_m_state_12() { return static_cast(offsetof(CActivityFstRechargeAward_t3016216232, ___m_state_12)); } inline int32_t get_m_state_12() const { return ___m_state_12; } inline int32_t* get_address_of_m_state_12() { return &___m_state_12; } inline void set_m_state_12(int32_t value) { ___m_state_12 = value; } inline static int32_t get_offset_of_m_left_time_13() { return static_cast(offsetof(CActivityFstRechargeAward_t3016216232, ___m_left_time_13)); } inline int64_t get_m_left_time_13() const { return ___m_left_time_13; } inline int64_t* get_address_of_m_left_time_13() { return &___m_left_time_13; } inline void set_m_left_time_13(int64_t value) { ___m_left_time_13 = value; } inline static int32_t get_offset_of_m_leftSecond_14() { return static_cast(offsetof(CActivityFstRechargeAward_t3016216232, ___m_leftSecond_14)); } inline int64_t get_m_leftSecond_14() const { return ___m_leftSecond_14; } inline int64_t* get_address_of_m_leftSecond_14() { return &___m_leftSecond_14; } inline void set_m_leftSecond_14(int64_t value) { ___m_leftSecond_14 = value; } inline static int32_t get_offset_of_m_awardList_15() { return static_cast(offsetof(CActivityFstRechargeAward_t3016216232, ___m_awardList_15)); } inline Dictionary_2_t2982755238 * get_m_awardList_15() const { return ___m_awardList_15; } inline Dictionary_2_t2982755238 ** get_address_of_m_awardList_15() { return &___m_awardList_15; } inline void set_m_awardList_15(Dictionary_2_t2982755238 * value) { ___m_awardList_15 = value; Il2CppCodeGenWriteBarrier((&___m_awardList_15), value); } inline static int32_t get_offset_of_m_IsHourRecharge_16() { return static_cast(offsetof(CActivityFstRechargeAward_t3016216232, ___m_IsHourRecharge_16)); } inline int32_t get_m_IsHourRecharge_16() const { return ___m_IsHourRecharge_16; } inline int32_t* get_address_of_m_IsHourRecharge_16() { return &___m_IsHourRecharge_16; } inline void set_m_IsHourRecharge_16(int32_t value) { ___m_IsHourRecharge_16 = value; } inline static int32_t get_offset_of_m_LocalTimeAfterRequest_18() { return static_cast(offsetof(CActivityFstRechargeAward_t3016216232, ___m_LocalTimeAfterRequest_18)); } inline int32_t get_m_LocalTimeAfterRequest_18() const { return ___m_LocalTimeAfterRequest_18; } inline int32_t* get_address_of_m_LocalTimeAfterRequest_18() { return &___m_LocalTimeAfterRequest_18; } inline void set_m_LocalTimeAfterRequest_18(int32_t value) { ___m_LocalTimeAfterRequest_18 = value; } inline static int32_t get_offset_of_m_TimerID_19() { return static_cast(offsetof(CActivityFstRechargeAward_t3016216232, ___m_TimerID_19)); } inline int32_t get_m_TimerID_19() const { return ___m_TimerID_19; } inline int32_t* get_address_of_m_TimerID_19() { return &___m_TimerID_19; } inline void set_m_TimerID_19(int32_t value) { ___m_TimerID_19 = value; } inline static int32_t get_offset_of_m_againRechargeState_20() { return static_cast(offsetof(CActivityFstRechargeAward_t3016216232, ___m_againRechargeState_20)); } inline int32_t get_m_againRechargeState_20() const { return ___m_againRechargeState_20; } inline int32_t* get_address_of_m_againRechargeState_20() { return &___m_againRechargeState_20; } inline void set_m_againRechargeState_20(int32_t value) { ___m_againRechargeState_20 = value; } inline static int32_t get_offset_of_U3CIsShowNpcU3Ek__BackingField_21() { return static_cast(offsetof(CActivityFstRechargeAward_t3016216232, ___U3CIsShowNpcU3Ek__BackingField_21)); } inline bool get_U3CIsShowNpcU3Ek__BackingField_21() const { return ___U3CIsShowNpcU3Ek__BackingField_21; } inline bool* get_address_of_U3CIsShowNpcU3Ek__BackingField_21() { return &___U3CIsShowNpcU3Ek__BackingField_21; } inline void set_U3CIsShowNpcU3Ek__BackingField_21(bool value) { ___U3CIsShowNpcU3Ek__BackingField_21 = value; } }; struct CActivityFstRechargeAward_t3016216232_StaticFields { public: // System.Int32 DMCore.Logic.CActivityFstRechargeAward::AWARD_CNT int32_t ___AWARD_CNT_17; public: inline static int32_t get_offset_of_AWARD_CNT_17() { return static_cast(offsetof(CActivityFstRechargeAward_t3016216232_StaticFields, ___AWARD_CNT_17)); } inline int32_t get_AWARD_CNT_17() const { return ___AWARD_CNT_17; } inline int32_t* get_address_of_AWARD_CNT_17() { return &___AWARD_CNT_17; } inline void set_AWARD_CNT_17(int32_t value) { ___AWARD_CNT_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYFSTRECHARGEAWARD_T3016216232_H #ifndef CACTIVITYGIFTEXCHANGE_T3688160743_H #define CACTIVITYGIFTEXCHANGE_T3688160743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityGiftExchange struct CActivityGiftExchange_t3688160743 : public IActivityDetail_t2848416189 { public: // System.String DMCore.Logic.CActivityGiftExchange::m_giftKey String_t* ___m_giftKey_11; // System.Int32 DMCore.Logic.CActivityGiftExchange::m_giftType int32_t ___m_giftType_12; // System.Int32 DMCore.Logic.CActivityGiftExchange::m_keyStatus int32_t ___m_keyStatus_13; // System.String DMCore.Logic.CActivityGiftExchange::m_giftName String_t* ___m_giftName_14; public: inline static int32_t get_offset_of_m_giftKey_11() { return static_cast(offsetof(CActivityGiftExchange_t3688160743, ___m_giftKey_11)); } inline String_t* get_m_giftKey_11() const { return ___m_giftKey_11; } inline String_t** get_address_of_m_giftKey_11() { return &___m_giftKey_11; } inline void set_m_giftKey_11(String_t* value) { ___m_giftKey_11 = value; Il2CppCodeGenWriteBarrier((&___m_giftKey_11), value); } inline static int32_t get_offset_of_m_giftType_12() { return static_cast(offsetof(CActivityGiftExchange_t3688160743, ___m_giftType_12)); } inline int32_t get_m_giftType_12() const { return ___m_giftType_12; } inline int32_t* get_address_of_m_giftType_12() { return &___m_giftType_12; } inline void set_m_giftType_12(int32_t value) { ___m_giftType_12 = value; } inline static int32_t get_offset_of_m_keyStatus_13() { return static_cast(offsetof(CActivityGiftExchange_t3688160743, ___m_keyStatus_13)); } inline int32_t get_m_keyStatus_13() const { return ___m_keyStatus_13; } inline int32_t* get_address_of_m_keyStatus_13() { return &___m_keyStatus_13; } inline void set_m_keyStatus_13(int32_t value) { ___m_keyStatus_13 = value; } inline static int32_t get_offset_of_m_giftName_14() { return static_cast(offsetof(CActivityGiftExchange_t3688160743, ___m_giftName_14)); } inline String_t* get_m_giftName_14() const { return ___m_giftName_14; } inline String_t** get_address_of_m_giftName_14() { return &___m_giftName_14; } inline void set_m_giftName_14(String_t* value) { ___m_giftName_14 = value; Il2CppCodeGenWriteBarrier((&___m_giftName_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYGIFTEXCHANGE_T3688160743_H #ifndef CWAITFORMORE_T666167450_H #define CWAITFORMORE_T666167450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CWaitForMore struct CWaitForMore_t666167450 : public IActivityDetail_t2848416189 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWAITFORMORE_T666167450_H #ifndef STARTAK_T765179618_H #define STARTAK_T765179618_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.LevelupStarInfo/StarTak struct StarTak_t765179618 { public: // System.Int32 DMCore.Logic.LevelupStarInfo/StarTak::taskID int32_t ___taskID_0; // System.String DMCore.Logic.LevelupStarInfo/StarTak::taskParam String_t* ___taskParam_1; // System.Int32 DMCore.Logic.LevelupStarInfo/StarTak::curValue int32_t ___curValue_2; // System.Int32 DMCore.Logic.LevelupStarInfo/StarTak::targetValue int32_t ___targetValue_3; // System.Boolean DMCore.Logic.LevelupStarInfo/StarTak::bFinish bool ___bFinish_4; public: inline static int32_t get_offset_of_taskID_0() { return static_cast(offsetof(StarTak_t765179618, ___taskID_0)); } inline int32_t get_taskID_0() const { return ___taskID_0; } inline int32_t* get_address_of_taskID_0() { return &___taskID_0; } inline void set_taskID_0(int32_t value) { ___taskID_0 = value; } inline static int32_t get_offset_of_taskParam_1() { return static_cast(offsetof(StarTak_t765179618, ___taskParam_1)); } inline String_t* get_taskParam_1() const { return ___taskParam_1; } inline String_t** get_address_of_taskParam_1() { return &___taskParam_1; } inline void set_taskParam_1(String_t* value) { ___taskParam_1 = value; Il2CppCodeGenWriteBarrier((&___taskParam_1), value); } inline static int32_t get_offset_of_curValue_2() { return static_cast(offsetof(StarTak_t765179618, ___curValue_2)); } inline int32_t get_curValue_2() const { return ___curValue_2; } inline int32_t* get_address_of_curValue_2() { return &___curValue_2; } inline void set_curValue_2(int32_t value) { ___curValue_2 = value; } inline static int32_t get_offset_of_targetValue_3() { return static_cast(offsetof(StarTak_t765179618, ___targetValue_3)); } inline int32_t get_targetValue_3() const { return ___targetValue_3; } inline int32_t* get_address_of_targetValue_3() { return &___targetValue_3; } inline void set_targetValue_3(int32_t value) { ___targetValue_3 = value; } inline static int32_t get_offset_of_bFinish_4() { return static_cast(offsetof(StarTak_t765179618, ___bFinish_4)); } inline bool get_bFinish_4() const { return ___bFinish_4; } inline bool* get_address_of_bFinish_4() { return &___bFinish_4; } inline void set_bFinish_4(bool value) { ___bFinish_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DMCore.Logic.LevelupStarInfo/StarTak struct StarTak_t765179618_marshaled_pinvoke { int32_t ___taskID_0; char* ___taskParam_1; int32_t ___curValue_2; int32_t ___targetValue_3; int32_t ___bFinish_4; }; // Native definition for COM marshalling of DMCore.Logic.LevelupStarInfo/StarTak struct StarTak_t765179618_marshaled_com { int32_t ___taskID_0; Il2CppChar* ___taskParam_1; int32_t ___curValue_2; int32_t ___targetValue_3; int32_t ___bFinish_4; }; #endif // STARTAK_T765179618_H #ifndef CCARDACTIVITY_T3069918458_H #define CCARDACTIVITY_T3069918458_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CCardActivity struct CCardActivity_t3069918458 : public IActivityDetail_t2848416189 { public: // CDataModelBool DMCore.Logic.CCardActivity::m_isUpdate CDataModelBool_t2269476966 * ___m_isUpdate_11; // BetterList`1 DMCore.Logic.CCardActivity::m_dataList BetterList_1_t1062474353 * ___m_dataList_12; public: inline static int32_t get_offset_of_m_isUpdate_11() { return static_cast(offsetof(CCardActivity_t3069918458, ___m_isUpdate_11)); } inline CDataModelBool_t2269476966 * get_m_isUpdate_11() const { return ___m_isUpdate_11; } inline CDataModelBool_t2269476966 ** get_address_of_m_isUpdate_11() { return &___m_isUpdate_11; } inline void set_m_isUpdate_11(CDataModelBool_t2269476966 * value) { ___m_isUpdate_11 = value; Il2CppCodeGenWriteBarrier((&___m_isUpdate_11), value); } inline static int32_t get_offset_of_m_dataList_12() { return static_cast(offsetof(CCardActivity_t3069918458, ___m_dataList_12)); } inline BetterList_1_t1062474353 * get_m_dataList_12() const { return ___m_dataList_12; } inline BetterList_1_t1062474353 ** get_address_of_m_dataList_12() { return &___m_dataList_12; } inline void set_m_dataList_12(BetterList_1_t1062474353 * value) { ___m_dataList_12 = value; Il2CppCodeGenWriteBarrier((&___m_dataList_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCARDACTIVITY_T3069918458_H #ifndef CACTIVITYDAYRECHARGEAWARD_T82265295_H #define CACTIVITYDAYRECHARGEAWARD_T82265295_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityDayRechargeAward struct CActivityDayRechargeAward_t82265295 : public IActivityDetail_t2848416189 { public: // DMCore.Logic.CAwardInfo`1 DMCore.Logic.CActivityDayRechargeAward::m_award_array CAwardInfo_1_t3416460893 * ___m_award_array_11; public: inline static int32_t get_offset_of_m_award_array_11() { return static_cast(offsetof(CActivityDayRechargeAward_t82265295, ___m_award_array_11)); } inline CAwardInfo_1_t3416460893 * get_m_award_array_11() const { return ___m_award_array_11; } inline CAwardInfo_1_t3416460893 ** get_address_of_m_award_array_11() { return &___m_award_array_11; } inline void set_m_award_array_11(CAwardInfo_1_t3416460893 * value) { ___m_award_array_11 = value; Il2CppCodeGenWriteBarrier((&___m_award_array_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYDAYRECHARGEAWARD_T82265295_H #ifndef CSIGNINNEWACTIVITY_T3409025969_H #define CSIGNINNEWACTIVITY_T3409025969_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSignInNewActivity struct CSignInNewActivity_t3409025969 : public IActivityDetail_t2848416189 { public: // DMCore.Logic.CSignInNewActivity/DayData[] DMCore.Logic.CSignInNewActivity::m_dataList DayDataU5BU5D_t71779116* ___m_dataList_11; // DMCore.Logic.CSignInNewActivity/TotalDayData[] DMCore.Logic.CSignInNewActivity::m_totalDataList TotalDayDataU5BU5D_t665389164* ___m_totalDataList_12; // System.Int32[] DMCore.Logic.CSignInNewActivity::m_signCostList Int32U5BU5D_t385246372* ___m_signCostList_13; // System.Boolean DMCore.Logic.CSignInNewActivity::m_bIsSignIn bool ___m_bIsSignIn_14; // System.Int32 DMCore.Logic.CSignInNewActivity::m_nTotalDays int32_t ___m_nTotalDays_15; // System.Int32 DMCore.Logic.CSignInNewActivity::m_nCurDay int32_t ___m_nCurDay_16; // System.Int32 DMCore.Logic.CSignInNewActivity::m_nSignInDay int32_t ___m_nSignInDay_17; // System.Int32 DMCore.Logic.CSignInNewActivity::m_nMonth int32_t ___m_nMonth_18; // System.Int32 DMCore.Logic.CSignInNewActivity::m_nSignCount int32_t ___m_nSignCount_19; public: inline static int32_t get_offset_of_m_dataList_11() { return static_cast(offsetof(CSignInNewActivity_t3409025969, ___m_dataList_11)); } inline DayDataU5BU5D_t71779116* get_m_dataList_11() const { return ___m_dataList_11; } inline DayDataU5BU5D_t71779116** get_address_of_m_dataList_11() { return &___m_dataList_11; } inline void set_m_dataList_11(DayDataU5BU5D_t71779116* value) { ___m_dataList_11 = value; Il2CppCodeGenWriteBarrier((&___m_dataList_11), value); } inline static int32_t get_offset_of_m_totalDataList_12() { return static_cast(offsetof(CSignInNewActivity_t3409025969, ___m_totalDataList_12)); } inline TotalDayDataU5BU5D_t665389164* get_m_totalDataList_12() const { return ___m_totalDataList_12; } inline TotalDayDataU5BU5D_t665389164** get_address_of_m_totalDataList_12() { return &___m_totalDataList_12; } inline void set_m_totalDataList_12(TotalDayDataU5BU5D_t665389164* value) { ___m_totalDataList_12 = value; Il2CppCodeGenWriteBarrier((&___m_totalDataList_12), value); } inline static int32_t get_offset_of_m_signCostList_13() { return static_cast(offsetof(CSignInNewActivity_t3409025969, ___m_signCostList_13)); } inline Int32U5BU5D_t385246372* get_m_signCostList_13() const { return ___m_signCostList_13; } inline Int32U5BU5D_t385246372** get_address_of_m_signCostList_13() { return &___m_signCostList_13; } inline void set_m_signCostList_13(Int32U5BU5D_t385246372* value) { ___m_signCostList_13 = value; Il2CppCodeGenWriteBarrier((&___m_signCostList_13), value); } inline static int32_t get_offset_of_m_bIsSignIn_14() { return static_cast(offsetof(CSignInNewActivity_t3409025969, ___m_bIsSignIn_14)); } inline bool get_m_bIsSignIn_14() const { return ___m_bIsSignIn_14; } inline bool* get_address_of_m_bIsSignIn_14() { return &___m_bIsSignIn_14; } inline void set_m_bIsSignIn_14(bool value) { ___m_bIsSignIn_14 = value; } inline static int32_t get_offset_of_m_nTotalDays_15() { return static_cast(offsetof(CSignInNewActivity_t3409025969, ___m_nTotalDays_15)); } inline int32_t get_m_nTotalDays_15() const { return ___m_nTotalDays_15; } inline int32_t* get_address_of_m_nTotalDays_15() { return &___m_nTotalDays_15; } inline void set_m_nTotalDays_15(int32_t value) { ___m_nTotalDays_15 = value; } inline static int32_t get_offset_of_m_nCurDay_16() { return static_cast(offsetof(CSignInNewActivity_t3409025969, ___m_nCurDay_16)); } inline int32_t get_m_nCurDay_16() const { return ___m_nCurDay_16; } inline int32_t* get_address_of_m_nCurDay_16() { return &___m_nCurDay_16; } inline void set_m_nCurDay_16(int32_t value) { ___m_nCurDay_16 = value; } inline static int32_t get_offset_of_m_nSignInDay_17() { return static_cast(offsetof(CSignInNewActivity_t3409025969, ___m_nSignInDay_17)); } inline int32_t get_m_nSignInDay_17() const { return ___m_nSignInDay_17; } inline int32_t* get_address_of_m_nSignInDay_17() { return &___m_nSignInDay_17; } inline void set_m_nSignInDay_17(int32_t value) { ___m_nSignInDay_17 = value; } inline static int32_t get_offset_of_m_nMonth_18() { return static_cast(offsetof(CSignInNewActivity_t3409025969, ___m_nMonth_18)); } inline int32_t get_m_nMonth_18() const { return ___m_nMonth_18; } inline int32_t* get_address_of_m_nMonth_18() { return &___m_nMonth_18; } inline void set_m_nMonth_18(int32_t value) { ___m_nMonth_18 = value; } inline static int32_t get_offset_of_m_nSignCount_19() { return static_cast(offsetof(CSignInNewActivity_t3409025969, ___m_nSignCount_19)); } inline int32_t get_m_nSignCount_19() const { return ___m_nSignCount_19; } inline int32_t* get_address_of_m_nSignCount_19() { return &___m_nSignCount_19; } inline void set_m_nSignCount_19(int32_t value) { ___m_nSignCount_19 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSIGNINNEWACTIVITY_T3409025969_H #ifndef CSIGNINOLDACTIVITY_T331747599_H #define CSIGNINOLDACTIVITY_T331747599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSignInOldActivity struct CSignInOldActivity_t331747599 : public IActivityDetail_t2848416189 { public: // DMCore.Logic.CSignInOldActivity/DayData[] DMCore.Logic.CSignInOldActivity::m_dataList DayDataU5BU5D_t42117713* ___m_dataList_11; // System.Boolean DMCore.Logic.CSignInOldActivity::m_bIsSignIn bool ___m_bIsSignIn_12; // System.Int32 DMCore.Logic.CSignInOldActivity::m_nSignInDay int32_t ___m_nSignInDay_13; // System.Int32 DMCore.Logic.CSignInOldActivity::m_nMonth int32_t ___m_nMonth_14; // System.Boolean DMCore.Logic.CSignInOldActivity::m_bIsCompensate bool ___m_bIsCompensate_15; public: inline static int32_t get_offset_of_m_dataList_11() { return static_cast(offsetof(CSignInOldActivity_t331747599, ___m_dataList_11)); } inline DayDataU5BU5D_t42117713* get_m_dataList_11() const { return ___m_dataList_11; } inline DayDataU5BU5D_t42117713** get_address_of_m_dataList_11() { return &___m_dataList_11; } inline void set_m_dataList_11(DayDataU5BU5D_t42117713* value) { ___m_dataList_11 = value; Il2CppCodeGenWriteBarrier((&___m_dataList_11), value); } inline static int32_t get_offset_of_m_bIsSignIn_12() { return static_cast(offsetof(CSignInOldActivity_t331747599, ___m_bIsSignIn_12)); } inline bool get_m_bIsSignIn_12() const { return ___m_bIsSignIn_12; } inline bool* get_address_of_m_bIsSignIn_12() { return &___m_bIsSignIn_12; } inline void set_m_bIsSignIn_12(bool value) { ___m_bIsSignIn_12 = value; } inline static int32_t get_offset_of_m_nSignInDay_13() { return static_cast(offsetof(CSignInOldActivity_t331747599, ___m_nSignInDay_13)); } inline int32_t get_m_nSignInDay_13() const { return ___m_nSignInDay_13; } inline int32_t* get_address_of_m_nSignInDay_13() { return &___m_nSignInDay_13; } inline void set_m_nSignInDay_13(int32_t value) { ___m_nSignInDay_13 = value; } inline static int32_t get_offset_of_m_nMonth_14() { return static_cast(offsetof(CSignInOldActivity_t331747599, ___m_nMonth_14)); } inline int32_t get_m_nMonth_14() const { return ___m_nMonth_14; } inline int32_t* get_address_of_m_nMonth_14() { return &___m_nMonth_14; } inline void set_m_nMonth_14(int32_t value) { ___m_nMonth_14 = value; } inline static int32_t get_offset_of_m_bIsCompensate_15() { return static_cast(offsetof(CSignInOldActivity_t331747599, ___m_bIsCompensate_15)); } inline bool get_m_bIsCompensate_15() const { return ___m_bIsCompensate_15; } inline bool* get_address_of_m_bIsCompensate_15() { return &___m_bIsCompensate_15; } inline void set_m_bIsCompensate_15(bool value) { ___m_bIsCompensate_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSIGNINOLDACTIVITY_T331747599_H #ifndef CNEWYEAREVEACTIVITY_T2183115469_H #define CNEWYEAREVEACTIVITY_T2183115469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CNewYearEveActivity struct CNewYearEveActivity_t2183115469 : public IActivityDetail_t2848416189 { public: // System.Boolean DMCore.Logic.CNewYearEveActivity::m_award_has_accepted bool ___m_award_has_accepted_11; public: inline static int32_t get_offset_of_m_award_has_accepted_11() { return static_cast(offsetof(CNewYearEveActivity_t2183115469, ___m_award_has_accepted_11)); } inline bool get_m_award_has_accepted_11() const { return ___m_award_has_accepted_11; } inline bool* get_address_of_m_award_has_accepted_11() { return &___m_award_has_accepted_11; } inline void set_m_award_has_accepted_11(bool value) { ___m_award_has_accepted_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNEWYEAREVEACTIVITY_T2183115469_H #ifndef CVALENTINEDAYACTIVITY_T113172419_H #define CVALENTINEDAYACTIVITY_T113172419_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CValentineDayActivity struct CValentineDayActivity_t113172419 : public IActivityDetail_t2848416189 { public: // System.Boolean DMCore.Logic.CValentineDayActivity::m_award_has_accepted bool ___m_award_has_accepted_11; public: inline static int32_t get_offset_of_m_award_has_accepted_11() { return static_cast(offsetof(CValentineDayActivity_t113172419, ___m_award_has_accepted_11)); } inline bool get_m_award_has_accepted_11() const { return ___m_award_has_accepted_11; } inline bool* get_address_of_m_award_has_accepted_11() { return &___m_award_has_accepted_11; } inline void set_m_award_has_accepted_11(bool value) { ___m_award_has_accepted_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CVALENTINEDAYACTIVITY_T113172419_H #ifndef CLEVELACTIVITY_T548503325_H #define CLEVELACTIVITY_T548503325_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLevelActivity struct CLevelActivity_t548503325 : public IActivityDetail_t2848416189 { public: // DMCore.Logic.CLevelActivity/LevelAward[] DMCore.Logic.CLevelActivity::m_award_array LevelAwardU5BU5D_t1036364349* ___m_award_array_11; public: inline static int32_t get_offset_of_m_award_array_11() { return static_cast(offsetof(CLevelActivity_t548503325, ___m_award_array_11)); } inline LevelAwardU5BU5D_t1036364349* get_m_award_array_11() const { return ___m_award_array_11; } inline LevelAwardU5BU5D_t1036364349** get_address_of_m_award_array_11() { return &___m_award_array_11; } inline void set_m_award_array_11(LevelAwardU5BU5D_t1036364349* value) { ___m_award_array_11 = value; Il2CppCodeGenWriteBarrier((&___m_award_array_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLEVELACTIVITY_T548503325_H #ifndef CSIGNACTIVITY_T1266033543_H #define CSIGNACTIVITY_T1266033543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSignActivity struct CSignActivity_t1266033543 : public IActivityDetail_t2848416189 { public: // DMCore.Logic.CAwardItem[] DMCore.Logic.CSignActivity::m_sign_award_info CAwardItemU5BU5D_t688006690* ___m_sign_award_info_11; // System.Int32 DMCore.Logic.CSignActivity::m_has_signed_count int32_t ___m_has_signed_count_12; // System.Boolean DMCore.Logic.CSignActivity::m_can_sign_today bool ___m_can_sign_today_13; public: inline static int32_t get_offset_of_m_sign_award_info_11() { return static_cast(offsetof(CSignActivity_t1266033543, ___m_sign_award_info_11)); } inline CAwardItemU5BU5D_t688006690* get_m_sign_award_info_11() const { return ___m_sign_award_info_11; } inline CAwardItemU5BU5D_t688006690** get_address_of_m_sign_award_info_11() { return &___m_sign_award_info_11; } inline void set_m_sign_award_info_11(CAwardItemU5BU5D_t688006690* value) { ___m_sign_award_info_11 = value; Il2CppCodeGenWriteBarrier((&___m_sign_award_info_11), value); } inline static int32_t get_offset_of_m_has_signed_count_12() { return static_cast(offsetof(CSignActivity_t1266033543, ___m_has_signed_count_12)); } inline int32_t get_m_has_signed_count_12() const { return ___m_has_signed_count_12; } inline int32_t* get_address_of_m_has_signed_count_12() { return &___m_has_signed_count_12; } inline void set_m_has_signed_count_12(int32_t value) { ___m_has_signed_count_12 = value; } inline static int32_t get_offset_of_m_can_sign_today_13() { return static_cast(offsetof(CSignActivity_t1266033543, ___m_can_sign_today_13)); } inline bool get_m_can_sign_today_13() const { return ___m_can_sign_today_13; } inline bool* get_address_of_m_can_sign_today_13() { return &___m_can_sign_today_13; } inline void set_m_can_sign_today_13(bool value) { ___m_can_sign_today_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSIGNACTIVITY_T1266033543_H #ifndef CACTIVITYGROUPBUYAWARD_T3359834676_H #define CACTIVITYGROUPBUYAWARD_T3359834676_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityGroupBuyAward struct CActivityGroupBuyAward_t3359834676 : public IActivityDetail_t2848416189 { public: // CDataModelBool DMCore.Logic.CActivityGroupBuyAward::m_isUpdate CDataModelBool_t2269476966 * ___m_isUpdate_11; // System.Int32 DMCore.Logic.CActivityGroupBuyAward::m_currentPeople int32_t ___m_currentPeople_12; // System.Int32 DMCore.Logic.CActivityGroupBuyAward::m_nodeCount int32_t ___m_nodeCount_13; // System.Int32 DMCore.Logic.CActivityGroupBuyAward::m_awardCount int32_t ___m_awardCount_14; // System.Int32[] DMCore.Logic.CActivityGroupBuyAward::m_nodeCondition Int32U5BU5D_t385246372* ___m_nodeCondition_15; // System.Int32[] DMCore.Logic.CActivityGroupBuyAward::m_nodeState Int32U5BU5D_t385246372* ___m_nodeState_16; // DMCore.Logic.CAwardList[] DMCore.Logic.CActivityGroupBuyAward::m_awardList CAwardListU5BU5D_t2898851490* ___m_awardList_17; public: inline static int32_t get_offset_of_m_isUpdate_11() { return static_cast(offsetof(CActivityGroupBuyAward_t3359834676, ___m_isUpdate_11)); } inline CDataModelBool_t2269476966 * get_m_isUpdate_11() const { return ___m_isUpdate_11; } inline CDataModelBool_t2269476966 ** get_address_of_m_isUpdate_11() { return &___m_isUpdate_11; } inline void set_m_isUpdate_11(CDataModelBool_t2269476966 * value) { ___m_isUpdate_11 = value; Il2CppCodeGenWriteBarrier((&___m_isUpdate_11), value); } inline static int32_t get_offset_of_m_currentPeople_12() { return static_cast(offsetof(CActivityGroupBuyAward_t3359834676, ___m_currentPeople_12)); } inline int32_t get_m_currentPeople_12() const { return ___m_currentPeople_12; } inline int32_t* get_address_of_m_currentPeople_12() { return &___m_currentPeople_12; } inline void set_m_currentPeople_12(int32_t value) { ___m_currentPeople_12 = value; } inline static int32_t get_offset_of_m_nodeCount_13() { return static_cast(offsetof(CActivityGroupBuyAward_t3359834676, ___m_nodeCount_13)); } inline int32_t get_m_nodeCount_13() const { return ___m_nodeCount_13; } inline int32_t* get_address_of_m_nodeCount_13() { return &___m_nodeCount_13; } inline void set_m_nodeCount_13(int32_t value) { ___m_nodeCount_13 = value; } inline static int32_t get_offset_of_m_awardCount_14() { return static_cast(offsetof(CActivityGroupBuyAward_t3359834676, ___m_awardCount_14)); } inline int32_t get_m_awardCount_14() const { return ___m_awardCount_14; } inline int32_t* get_address_of_m_awardCount_14() { return &___m_awardCount_14; } inline void set_m_awardCount_14(int32_t value) { ___m_awardCount_14 = value; } inline static int32_t get_offset_of_m_nodeCondition_15() { return static_cast(offsetof(CActivityGroupBuyAward_t3359834676, ___m_nodeCondition_15)); } inline Int32U5BU5D_t385246372* get_m_nodeCondition_15() const { return ___m_nodeCondition_15; } inline Int32U5BU5D_t385246372** get_address_of_m_nodeCondition_15() { return &___m_nodeCondition_15; } inline void set_m_nodeCondition_15(Int32U5BU5D_t385246372* value) { ___m_nodeCondition_15 = value; Il2CppCodeGenWriteBarrier((&___m_nodeCondition_15), value); } inline static int32_t get_offset_of_m_nodeState_16() { return static_cast(offsetof(CActivityGroupBuyAward_t3359834676, ___m_nodeState_16)); } inline Int32U5BU5D_t385246372* get_m_nodeState_16() const { return ___m_nodeState_16; } inline Int32U5BU5D_t385246372** get_address_of_m_nodeState_16() { return &___m_nodeState_16; } inline void set_m_nodeState_16(Int32U5BU5D_t385246372* value) { ___m_nodeState_16 = value; Il2CppCodeGenWriteBarrier((&___m_nodeState_16), value); } inline static int32_t get_offset_of_m_awardList_17() { return static_cast(offsetof(CActivityGroupBuyAward_t3359834676, ___m_awardList_17)); } inline CAwardListU5BU5D_t2898851490* get_m_awardList_17() const { return ___m_awardList_17; } inline CAwardListU5BU5D_t2898851490** get_address_of_m_awardList_17() { return &___m_awardList_17; } inline void set_m_awardList_17(CAwardListU5BU5D_t2898851490* value) { ___m_awardList_17 = value; Il2CppCodeGenWriteBarrier((&___m_awardList_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYGROUPBUYAWARD_T3359834676_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 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 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 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 CATTACHMENTGOLD_T1776976439_H #define CATTACHMENTGOLD_T1776976439_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAttachMentGold struct CAttachMentGold_t1776976439 : public IAttachMent_t1542359345 { public: // System.Int32 DMCore.Logic.CAttachMentGold::m_GoldNumber int32_t ___m_GoldNumber_0; public: inline static int32_t get_offset_of_m_GoldNumber_0() { return static_cast(offsetof(CAttachMentGold_t1776976439, ___m_GoldNumber_0)); } inline int32_t get_m_GoldNumber_0() const { return ___m_GoldNumber_0; } inline int32_t* get_address_of_m_GoldNumber_0() { return &___m_GoldNumber_0; } inline void set_m_GoldNumber_0(int32_t value) { ___m_GoldNumber_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CATTACHMENTGOLD_T1776976439_H #ifndef CATTACHMENTGOODS_T4204413466_H #define CATTACHMENTGOODS_T4204413466_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAttachMentGoods struct CAttachMentGoods_t4204413466 : public IAttachMent_t1542359345 { public: // System.Int32 DMCore.Logic.CAttachMentGoods::m_GoodsID int32_t ___m_GoodsID_0; // System.Int32 DMCore.Logic.CAttachMentGoods::m_Count int32_t ___m_Count_1; // System.Int32 DMCore.Logic.CAttachMentGoods::m_Valid int32_t ___m_Valid_2; public: inline static int32_t get_offset_of_m_GoodsID_0() { return static_cast(offsetof(CAttachMentGoods_t4204413466, ___m_GoodsID_0)); } inline int32_t get_m_GoodsID_0() const { return ___m_GoodsID_0; } inline int32_t* get_address_of_m_GoodsID_0() { return &___m_GoodsID_0; } inline void set_m_GoodsID_0(int32_t value) { ___m_GoodsID_0 = value; } inline static int32_t get_offset_of_m_Count_1() { return static_cast(offsetof(CAttachMentGoods_t4204413466, ___m_Count_1)); } inline int32_t get_m_Count_1() const { return ___m_Count_1; } inline int32_t* get_address_of_m_Count_1() { return &___m_Count_1; } inline void set_m_Count_1(int32_t value) { ___m_Count_1 = value; } inline static int32_t get_offset_of_m_Valid_2() { return static_cast(offsetof(CAttachMentGoods_t4204413466, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CATTACHMENTGOODS_T4204413466_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 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 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 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 TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef APPLICATIONEXCEPTION_T2339761290_H #define APPLICATIONEXCEPTION_T2339761290_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ApplicationException struct ApplicationException_t2339761290 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPLICATIONEXCEPTION_T2339761290_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 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 ROLEACTIONCONFIG_T1403548228_H #define ROLEACTIONCONFIG_T1403548228_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RoleActionConfig struct RoleActionConfig_t1403548228 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.RoleActionConfig::m_configList Dictionary_2_t1632706988 * ___m_configList_1; public: inline static int32_t get_offset_of_m_configList_1() { return static_cast(offsetof(RoleActionConfig_t1403548228, ___m_configList_1)); } inline Dictionary_2_t1632706988 * get_m_configList_1() const { return ___m_configList_1; } inline Dictionary_2_t1632706988 ** get_address_of_m_configList_1() { return &___m_configList_1; } inline void set_m_configList_1(Dictionary_2_t1632706988 * value) { ___m_configList_1 = value; Il2CppCodeGenWriteBarrier((&___m_configList_1), value); } }; struct RoleActionConfig_t1403548228_StaticFields { public: // DMCore.Logic.RoleActionConfig DMCore.Logic.RoleActionConfig::s_instance RoleActionConfig_t1403548228 * ___s_instance_2; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(RoleActionConfig_t1403548228_StaticFields, ___s_instance_2)); } inline RoleActionConfig_t1403548228 * get_s_instance_2() const { return ___s_instance_2; } inline RoleActionConfig_t1403548228 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(RoleActionConfig_t1403548228 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROLEACTIONCONFIG_T1403548228_H #ifndef 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 CACTIVITYRANKLIST_T2479161682_H #define CACTIVITYRANKLIST_T2479161682_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityRankList struct CActivityRankList_t2479161682 : public IActivityDetail_t2848416189 { public: // System.Collections.Generic.List`1 DMCore.Logic.CActivityRankList::m_RankItemList List_1_t981680073 * ___m_RankItemList_11; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CActivityRankList::m_RankRoleList Dictionary_2_t663394087 * ___m_RankRoleList_12; // System.Int32 DMCore.Logic.CActivityRankList::m_nCurRank int32_t ___m_nCurRank_13; // System.Int32 DMCore.Logic.CActivityRankList::m_nCurValue int32_t ___m_nCurValue_14; // System.Int32 DMCore.Logic.CActivityRankList::m_nMaxRank int32_t ___m_nMaxRank_15; public: inline static int32_t get_offset_of_m_RankItemList_11() { return static_cast(offsetof(CActivityRankList_t2479161682, ___m_RankItemList_11)); } inline List_1_t981680073 * get_m_RankItemList_11() const { return ___m_RankItemList_11; } inline List_1_t981680073 ** get_address_of_m_RankItemList_11() { return &___m_RankItemList_11; } inline void set_m_RankItemList_11(List_1_t981680073 * value) { ___m_RankItemList_11 = value; Il2CppCodeGenWriteBarrier((&___m_RankItemList_11), value); } inline static int32_t get_offset_of_m_RankRoleList_12() { return static_cast(offsetof(CActivityRankList_t2479161682, ___m_RankRoleList_12)); } inline Dictionary_2_t663394087 * get_m_RankRoleList_12() const { return ___m_RankRoleList_12; } inline Dictionary_2_t663394087 ** get_address_of_m_RankRoleList_12() { return &___m_RankRoleList_12; } inline void set_m_RankRoleList_12(Dictionary_2_t663394087 * value) { ___m_RankRoleList_12 = value; Il2CppCodeGenWriteBarrier((&___m_RankRoleList_12), value); } inline static int32_t get_offset_of_m_nCurRank_13() { return static_cast(offsetof(CActivityRankList_t2479161682, ___m_nCurRank_13)); } inline int32_t get_m_nCurRank_13() const { return ___m_nCurRank_13; } inline int32_t* get_address_of_m_nCurRank_13() { return &___m_nCurRank_13; } inline void set_m_nCurRank_13(int32_t value) { ___m_nCurRank_13 = value; } inline static int32_t get_offset_of_m_nCurValue_14() { return static_cast(offsetof(CActivityRankList_t2479161682, ___m_nCurValue_14)); } inline int32_t get_m_nCurValue_14() const { return ___m_nCurValue_14; } inline int32_t* get_address_of_m_nCurValue_14() { return &___m_nCurValue_14; } inline void set_m_nCurValue_14(int32_t value) { ___m_nCurValue_14 = value; } inline static int32_t get_offset_of_m_nMaxRank_15() { return static_cast(offsetof(CActivityRankList_t2479161682, ___m_nMaxRank_15)); } inline int32_t get_m_nMaxRank_15() const { return ___m_nMaxRank_15; } inline int32_t* get_address_of_m_nMaxRank_15() { return &___m_nMaxRank_15; } inline void set_m_nMaxRank_15(int32_t value) { ___m_nMaxRank_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYRANKLIST_T2479161682_H #ifndef LEVELCONFIG_T3691592466_H #define LEVELCONFIG_T3691592466_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.LevelConfig struct LevelConfig_t3691592466 : public ITextBase_t660344599 { public: // System.Int32 DMCore.Logic.LevelConfig::max_role_level int32_t ___max_role_level_1; // System.Int32 DMCore.Logic.LevelConfig::max_guild_level int32_t ___max_guild_level_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.LevelConfig::_level_exp_dic Dictionary_2_t1839659084 * ____level_exp_dic_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.LevelConfig::_guild_level_dic Dictionary_2_t1839659084 * ____guild_level_dic_4; public: inline static int32_t get_offset_of_max_role_level_1() { return static_cast(offsetof(LevelConfig_t3691592466, ___max_role_level_1)); } inline int32_t get_max_role_level_1() const { return ___max_role_level_1; } inline int32_t* get_address_of_max_role_level_1() { return &___max_role_level_1; } inline void set_max_role_level_1(int32_t value) { ___max_role_level_1 = value; } inline static int32_t get_offset_of_max_guild_level_2() { return static_cast(offsetof(LevelConfig_t3691592466, ___max_guild_level_2)); } inline int32_t get_max_guild_level_2() const { return ___max_guild_level_2; } inline int32_t* get_address_of_max_guild_level_2() { return &___max_guild_level_2; } inline void set_max_guild_level_2(int32_t value) { ___max_guild_level_2 = value; } inline static int32_t get_offset_of__level_exp_dic_3() { return static_cast(offsetof(LevelConfig_t3691592466, ____level_exp_dic_3)); } inline Dictionary_2_t1839659084 * get__level_exp_dic_3() const { return ____level_exp_dic_3; } inline Dictionary_2_t1839659084 ** get_address_of__level_exp_dic_3() { return &____level_exp_dic_3; } inline void set__level_exp_dic_3(Dictionary_2_t1839659084 * value) { ____level_exp_dic_3 = value; Il2CppCodeGenWriteBarrier((&____level_exp_dic_3), value); } inline static int32_t get_offset_of__guild_level_dic_4() { return static_cast(offsetof(LevelConfig_t3691592466, ____guild_level_dic_4)); } inline Dictionary_2_t1839659084 * get__guild_level_dic_4() const { return ____guild_level_dic_4; } inline Dictionary_2_t1839659084 ** get_address_of__guild_level_dic_4() { return &____guild_level_dic_4; } inline void set__guild_level_dic_4(Dictionary_2_t1839659084 * value) { ____guild_level_dic_4 = value; Il2CppCodeGenWriteBarrier((&____guild_level_dic_4), value); } }; struct LevelConfig_t3691592466_StaticFields { public: // DMCore.Logic.LevelConfig DMCore.Logic.LevelConfig::s_Instance LevelConfig_t3691592466 * ___s_Instance_5; public: inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(LevelConfig_t3691592466_StaticFields, ___s_Instance_5)); } inline LevelConfig_t3691592466 * get_s_Instance_5() const { return ___s_Instance_5; } inline LevelConfig_t3691592466 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(LevelConfig_t3691592466 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEVELCONFIG_T3691592466_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 CNEWPLAYERSHOP_T3427367769_H #define CNEWPLAYERSHOP_T3427367769_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CNewPlayerShop struct CNewPlayerShop_t3427367769 : public IActivityDetail_t2848416189 { public: // System.Boolean DMCore.Logic.CNewPlayerShop::m_award_has_accepted bool ___m_award_has_accepted_11; public: inline static int32_t get_offset_of_m_award_has_accepted_11() { return static_cast(offsetof(CNewPlayerShop_t3427367769, ___m_award_has_accepted_11)); } inline bool get_m_award_has_accepted_11() const { return ___m_award_has_accepted_11; } inline bool* get_address_of_m_award_has_accepted_11() { return &___m_award_has_accepted_11; } inline void set_m_award_has_accepted_11(bool value) { ___m_award_has_accepted_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNEWPLAYERSHOP_T3427367769_H #ifndef CACTIVITYKEEPLOGIN_T2171871959_H #define CACTIVITYKEEPLOGIN_T2171871959_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityKeepLogin struct CActivityKeepLogin_t2171871959 : public IActivityDetail_t2848416189 { public: // System.Int32 DMCore.Logic.CActivityKeepLogin::m_nDaysCount int32_t ___m_nDaysCount_11; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CActivityKeepLogin::m_StateDictionary Dictionary_2_t1839659084 * ___m_StateDictionary_12; // System.Int32 DMCore.Logic.CActivityKeepLogin::m_nLeftDays int32_t ___m_nLeftDays_13; // DMCore.Logic.CAwardInfo`1 DMCore.Logic.CActivityKeepLogin::m_award_array CAwardInfo_1_t3416460893 * ___m_award_array_14; public: inline static int32_t get_offset_of_m_nDaysCount_11() { return static_cast(offsetof(CActivityKeepLogin_t2171871959, ___m_nDaysCount_11)); } inline int32_t get_m_nDaysCount_11() const { return ___m_nDaysCount_11; } inline int32_t* get_address_of_m_nDaysCount_11() { return &___m_nDaysCount_11; } inline void set_m_nDaysCount_11(int32_t value) { ___m_nDaysCount_11 = value; } inline static int32_t get_offset_of_m_StateDictionary_12() { return static_cast(offsetof(CActivityKeepLogin_t2171871959, ___m_StateDictionary_12)); } inline Dictionary_2_t1839659084 * get_m_StateDictionary_12() const { return ___m_StateDictionary_12; } inline Dictionary_2_t1839659084 ** get_address_of_m_StateDictionary_12() { return &___m_StateDictionary_12; } inline void set_m_StateDictionary_12(Dictionary_2_t1839659084 * value) { ___m_StateDictionary_12 = value; Il2CppCodeGenWriteBarrier((&___m_StateDictionary_12), value); } inline static int32_t get_offset_of_m_nLeftDays_13() { return static_cast(offsetof(CActivityKeepLogin_t2171871959, ___m_nLeftDays_13)); } inline int32_t get_m_nLeftDays_13() const { return ___m_nLeftDays_13; } inline int32_t* get_address_of_m_nLeftDays_13() { return &___m_nLeftDays_13; } inline void set_m_nLeftDays_13(int32_t value) { ___m_nLeftDays_13 = value; } inline static int32_t get_offset_of_m_award_array_14() { return static_cast(offsetof(CActivityKeepLogin_t2171871959, ___m_award_array_14)); } inline CAwardInfo_1_t3416460893 * get_m_award_array_14() const { return ___m_award_array_14; } inline CAwardInfo_1_t3416460893 ** get_address_of_m_award_array_14() { return &___m_award_array_14; } inline void set_m_award_array_14(CAwardInfo_1_t3416460893 * value) { ___m_award_array_14 = value; Il2CppCodeGenWriteBarrier((&___m_award_array_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYKEEPLOGIN_T2171871959_H #ifndef CACTIVITYRECHARGEREBATE_T3881262342_H #define CACTIVITYRECHARGEREBATE_T3881262342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityRechargeRebate struct CActivityRechargeRebate_t3881262342 : public IActivityDetail_t2848416189 { public: // System.Int32 DMCore.Logic.CActivityRechargeRebate::m_nActivityID int32_t ___m_nActivityID_11; // System.Int32 DMCore.Logic.CActivityRechargeRebate::m_nRechargeType int32_t ___m_nRechargeType_12; // System.Int32 DMCore.Logic.CActivityRechargeRebate::m_nRechargeNum int32_t ___m_nRechargeNum_13; // System.Int32 DMCore.Logic.CActivityRechargeRebate::m_nState int32_t ___m_nState_14; // System.Int32 DMCore.Logic.CActivityRechargeRebate::m_nRate int32_t ___m_nRate_15; // System.Int32 DMCore.Logic.CActivityRechargeRebate::m_nLeftDays int32_t ___m_nLeftDays_16; public: inline static int32_t get_offset_of_m_nActivityID_11() { return static_cast(offsetof(CActivityRechargeRebate_t3881262342, ___m_nActivityID_11)); } inline int32_t get_m_nActivityID_11() const { return ___m_nActivityID_11; } inline int32_t* get_address_of_m_nActivityID_11() { return &___m_nActivityID_11; } inline void set_m_nActivityID_11(int32_t value) { ___m_nActivityID_11 = value; } inline static int32_t get_offset_of_m_nRechargeType_12() { return static_cast(offsetof(CActivityRechargeRebate_t3881262342, ___m_nRechargeType_12)); } inline int32_t get_m_nRechargeType_12() const { return ___m_nRechargeType_12; } inline int32_t* get_address_of_m_nRechargeType_12() { return &___m_nRechargeType_12; } inline void set_m_nRechargeType_12(int32_t value) { ___m_nRechargeType_12 = value; } inline static int32_t get_offset_of_m_nRechargeNum_13() { return static_cast(offsetof(CActivityRechargeRebate_t3881262342, ___m_nRechargeNum_13)); } inline int32_t get_m_nRechargeNum_13() const { return ___m_nRechargeNum_13; } inline int32_t* get_address_of_m_nRechargeNum_13() { return &___m_nRechargeNum_13; } inline void set_m_nRechargeNum_13(int32_t value) { ___m_nRechargeNum_13 = value; } inline static int32_t get_offset_of_m_nState_14() { return static_cast(offsetof(CActivityRechargeRebate_t3881262342, ___m_nState_14)); } inline int32_t get_m_nState_14() const { return ___m_nState_14; } inline int32_t* get_address_of_m_nState_14() { return &___m_nState_14; } inline void set_m_nState_14(int32_t value) { ___m_nState_14 = value; } inline static int32_t get_offset_of_m_nRate_15() { return static_cast(offsetof(CActivityRechargeRebate_t3881262342, ___m_nRate_15)); } inline int32_t get_m_nRate_15() const { return ___m_nRate_15; } inline int32_t* get_address_of_m_nRate_15() { return &___m_nRate_15; } inline void set_m_nRate_15(int32_t value) { ___m_nRate_15 = value; } inline static int32_t get_offset_of_m_nLeftDays_16() { return static_cast(offsetof(CActivityRechargeRebate_t3881262342, ___m_nLeftDays_16)); } inline int32_t get_m_nLeftDays_16() const { return ___m_nLeftDays_16; } inline int32_t* get_address_of_m_nLeftDays_16() { return &___m_nLeftDays_16; } inline void set_m_nLeftDays_16(int32_t value) { ___m_nLeftDays_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYRECHARGEREBATE_T3881262342_H #ifndef CACTIVITYFORTUNECAT_T237126772_H #define CACTIVITYFORTUNECAT_T237126772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityFortuneCat struct CActivityFortuneCat_t237126772 : public IActivityDetail_t2848416189 { public: // CDataModelBool DMCore.Logic.CActivityFortuneCat::animationPlaying CDataModelBool_t2269476966 * ___animationPlaying_11; // CDataModelInt DMCore.Logic.CActivityFortuneCat::m_awardCount CDataModelInt_t3463393640 * ___m_awardCount_12; // CDataModelBool DMCore.Logic.CActivityFortuneCat::m_isUpdate CDataModelBool_t2269476966 * ___m_isUpdate_13; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_isPlayed int32_t ___m_isPlayed_14; // System.String DMCore.Logic.CActivityFortuneCat::m_ActivityTime String_t* ___m_ActivityTime_15; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_playedCount int32_t ___m_playedCount_16; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_allCount int32_t ___m_allCount_17; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_expendDia int32_t ___m_expendDia_18; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_bestAward int32_t ___m_bestAward_19; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_needVip int32_t ___m_needVip_20; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_winCount int32_t ___m_winCount_21; // BetterList`1 DMCore.Logic.CActivityFortuneCat::m_listPlayer BetterList_1_t269126732 * ___m_listPlayer_22; public: inline static int32_t get_offset_of_animationPlaying_11() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___animationPlaying_11)); } inline CDataModelBool_t2269476966 * get_animationPlaying_11() const { return ___animationPlaying_11; } inline CDataModelBool_t2269476966 ** get_address_of_animationPlaying_11() { return &___animationPlaying_11; } inline void set_animationPlaying_11(CDataModelBool_t2269476966 * value) { ___animationPlaying_11 = value; Il2CppCodeGenWriteBarrier((&___animationPlaying_11), value); } inline static int32_t get_offset_of_m_awardCount_12() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_awardCount_12)); } inline CDataModelInt_t3463393640 * get_m_awardCount_12() const { return ___m_awardCount_12; } inline CDataModelInt_t3463393640 ** get_address_of_m_awardCount_12() { return &___m_awardCount_12; } inline void set_m_awardCount_12(CDataModelInt_t3463393640 * value) { ___m_awardCount_12 = value; Il2CppCodeGenWriteBarrier((&___m_awardCount_12), value); } inline static int32_t get_offset_of_m_isUpdate_13() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_isUpdate_13)); } inline CDataModelBool_t2269476966 * get_m_isUpdate_13() const { return ___m_isUpdate_13; } inline CDataModelBool_t2269476966 ** get_address_of_m_isUpdate_13() { return &___m_isUpdate_13; } inline void set_m_isUpdate_13(CDataModelBool_t2269476966 * value) { ___m_isUpdate_13 = value; Il2CppCodeGenWriteBarrier((&___m_isUpdate_13), value); } inline static int32_t get_offset_of_m_isPlayed_14() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_isPlayed_14)); } inline int32_t get_m_isPlayed_14() const { return ___m_isPlayed_14; } inline int32_t* get_address_of_m_isPlayed_14() { return &___m_isPlayed_14; } inline void set_m_isPlayed_14(int32_t value) { ___m_isPlayed_14 = value; } inline static int32_t get_offset_of_m_ActivityTime_15() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_ActivityTime_15)); } inline String_t* get_m_ActivityTime_15() const { return ___m_ActivityTime_15; } inline String_t** get_address_of_m_ActivityTime_15() { return &___m_ActivityTime_15; } inline void set_m_ActivityTime_15(String_t* value) { ___m_ActivityTime_15 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityTime_15), value); } inline static int32_t get_offset_of_m_playedCount_16() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_playedCount_16)); } inline int32_t get_m_playedCount_16() const { return ___m_playedCount_16; } inline int32_t* get_address_of_m_playedCount_16() { return &___m_playedCount_16; } inline void set_m_playedCount_16(int32_t value) { ___m_playedCount_16 = value; } inline static int32_t get_offset_of_m_allCount_17() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_allCount_17)); } inline int32_t get_m_allCount_17() const { return ___m_allCount_17; } inline int32_t* get_address_of_m_allCount_17() { return &___m_allCount_17; } inline void set_m_allCount_17(int32_t value) { ___m_allCount_17 = value; } inline static int32_t get_offset_of_m_expendDia_18() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_expendDia_18)); } inline int32_t get_m_expendDia_18() const { return ___m_expendDia_18; } inline int32_t* get_address_of_m_expendDia_18() { return &___m_expendDia_18; } inline void set_m_expendDia_18(int32_t value) { ___m_expendDia_18 = value; } inline static int32_t get_offset_of_m_bestAward_19() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_bestAward_19)); } inline int32_t get_m_bestAward_19() const { return ___m_bestAward_19; } inline int32_t* get_address_of_m_bestAward_19() { return &___m_bestAward_19; } inline void set_m_bestAward_19(int32_t value) { ___m_bestAward_19 = value; } inline static int32_t get_offset_of_m_needVip_20() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_needVip_20)); } inline int32_t get_m_needVip_20() const { return ___m_needVip_20; } inline int32_t* get_address_of_m_needVip_20() { return &___m_needVip_20; } inline void set_m_needVip_20(int32_t value) { ___m_needVip_20 = value; } inline static int32_t get_offset_of_m_winCount_21() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_winCount_21)); } inline int32_t get_m_winCount_21() const { return ___m_winCount_21; } inline int32_t* get_address_of_m_winCount_21() { return &___m_winCount_21; } inline void set_m_winCount_21(int32_t value) { ___m_winCount_21 = value; } inline static int32_t get_offset_of_m_listPlayer_22() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_listPlayer_22)); } inline BetterList_1_t269126732 * get_m_listPlayer_22() const { return ___m_listPlayer_22; } inline BetterList_1_t269126732 ** get_address_of_m_listPlayer_22() { return &___m_listPlayer_22; } inline void set_m_listPlayer_22(BetterList_1_t269126732 * value) { ___m_listPlayer_22 = value; Il2CppCodeGenWriteBarrier((&___m_listPlayer_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYFORTUNECAT_T237126772_H #ifndef CACTIVITYCONTINUOUSRECHARGE_T3949446369_H #define CACTIVITYCONTINUOUSRECHARGE_T3949446369_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityContinuousRecharge struct CActivityContinuousRecharge_t3949446369 : public IActivityDetail_t2848416189 { public: // System.Int32 DMCore.Logic.CActivityContinuousRecharge::m_suitId int32_t ___m_suitId_11; // System.Int32 DMCore.Logic.CActivityContinuousRecharge::m_currentRechargeDay int32_t ___m_currentRechargeDay_12; // System.Int32 DMCore.Logic.CActivityContinuousRecharge::m_totalRechargeDay int32_t ___m_totalRechargeDay_13; // System.Collections.Generic.List`1 DMCore.Logic.CActivityContinuousRecharge::m_list List_1_t567124576 * ___m_list_14; public: inline static int32_t get_offset_of_m_suitId_11() { return static_cast(offsetof(CActivityContinuousRecharge_t3949446369, ___m_suitId_11)); } inline int32_t get_m_suitId_11() const { return ___m_suitId_11; } inline int32_t* get_address_of_m_suitId_11() { return &___m_suitId_11; } inline void set_m_suitId_11(int32_t value) { ___m_suitId_11 = value; } inline static int32_t get_offset_of_m_currentRechargeDay_12() { return static_cast(offsetof(CActivityContinuousRecharge_t3949446369, ___m_currentRechargeDay_12)); } inline int32_t get_m_currentRechargeDay_12() const { return ___m_currentRechargeDay_12; } inline int32_t* get_address_of_m_currentRechargeDay_12() { return &___m_currentRechargeDay_12; } inline void set_m_currentRechargeDay_12(int32_t value) { ___m_currentRechargeDay_12 = value; } inline static int32_t get_offset_of_m_totalRechargeDay_13() { return static_cast(offsetof(CActivityContinuousRecharge_t3949446369, ___m_totalRechargeDay_13)); } inline int32_t get_m_totalRechargeDay_13() const { return ___m_totalRechargeDay_13; } inline int32_t* get_address_of_m_totalRechargeDay_13() { return &___m_totalRechargeDay_13; } inline void set_m_totalRechargeDay_13(int32_t value) { ___m_totalRechargeDay_13 = value; } inline static int32_t get_offset_of_m_list_14() { return static_cast(offsetof(CActivityContinuousRecharge_t3949446369, ___m_list_14)); } inline List_1_t567124576 * get_m_list_14() const { return ___m_list_14; } inline List_1_t567124576 ** get_address_of_m_list_14() { return &___m_list_14; } inline void set_m_list_14(List_1_t567124576 * value) { ___m_list_14 = value; Il2CppCodeGenWriteBarrier((&___m_list_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYCONTINUOUSRECHARGE_T3949446369_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 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 CACTIVITYADVERTISEMODEL_T1405265788_H #define CACTIVITYADVERTISEMODEL_T1405265788_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityAdvertiseModel struct CActivityAdvertiseModel_t1405265788 : public IActivityDetail_t2848416189 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYADVERTISEMODEL_T1405265788_H #ifndef CACTIVITYAWARDTEMPLETEWITHMONEY_T3414704044_H #define CACTIVITYAWARDTEMPLETEWITHMONEY_T3414704044_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityAwardTempleteWithMoney struct CActivityAwardTempleteWithMoney_t3414704044 : public IActivityDetail_t2848416189 { public: // System.Boolean DMCore.Logic.CActivityAwardTempleteWithMoney::k__BackingField bool ___U3CNeedAcceptConfirmU3Ek__BackingField_11; // System.Int32 DMCore.Logic.CActivityAwardTempleteWithMoney::m_ActivityID int32_t ___m_ActivityID_12; // System.Collections.Generic.List`1> DMCore.Logic.CActivityAwardTempleteWithMoney::m_AwardInfo List_1_t3334856656 * ___m_AwardInfo_13; // System.String DMCore.Logic.CActivityAwardTempleteWithMoney::m_CellResPath String_t* ___m_CellResPath_14; // System.Collections.Generic.List`1 DMCore.Logic.CActivityAwardTempleteWithMoney::m_BindPathGift List_1_t3319525431 * ___m_BindPathGift_15; // System.Collections.Generic.List`1 DMCore.Logic.CActivityAwardTempleteWithMoney::m_BindPathOther List_1_t3319525431 * ___m_BindPathOther_16; public: inline static int32_t get_offset_of_U3CNeedAcceptConfirmU3Ek__BackingField_11() { return static_cast(offsetof(CActivityAwardTempleteWithMoney_t3414704044, ___U3CNeedAcceptConfirmU3Ek__BackingField_11)); } inline bool get_U3CNeedAcceptConfirmU3Ek__BackingField_11() const { return ___U3CNeedAcceptConfirmU3Ek__BackingField_11; } inline bool* get_address_of_U3CNeedAcceptConfirmU3Ek__BackingField_11() { return &___U3CNeedAcceptConfirmU3Ek__BackingField_11; } inline void set_U3CNeedAcceptConfirmU3Ek__BackingField_11(bool value) { ___U3CNeedAcceptConfirmU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_m_ActivityID_12() { return static_cast(offsetof(CActivityAwardTempleteWithMoney_t3414704044, ___m_ActivityID_12)); } inline int32_t get_m_ActivityID_12() const { return ___m_ActivityID_12; } inline int32_t* get_address_of_m_ActivityID_12() { return &___m_ActivityID_12; } inline void set_m_ActivityID_12(int32_t value) { ___m_ActivityID_12 = value; } inline static int32_t get_offset_of_m_AwardInfo_13() { return static_cast(offsetof(CActivityAwardTempleteWithMoney_t3414704044, ___m_AwardInfo_13)); } inline List_1_t3334856656 * get_m_AwardInfo_13() const { return ___m_AwardInfo_13; } inline List_1_t3334856656 ** get_address_of_m_AwardInfo_13() { return &___m_AwardInfo_13; } inline void set_m_AwardInfo_13(List_1_t3334856656 * value) { ___m_AwardInfo_13 = value; Il2CppCodeGenWriteBarrier((&___m_AwardInfo_13), value); } inline static int32_t get_offset_of_m_CellResPath_14() { return static_cast(offsetof(CActivityAwardTempleteWithMoney_t3414704044, ___m_CellResPath_14)); } inline String_t* get_m_CellResPath_14() const { return ___m_CellResPath_14; } inline String_t** get_address_of_m_CellResPath_14() { return &___m_CellResPath_14; } inline void set_m_CellResPath_14(String_t* value) { ___m_CellResPath_14 = value; Il2CppCodeGenWriteBarrier((&___m_CellResPath_14), value); } inline static int32_t get_offset_of_m_BindPathGift_15() { return static_cast(offsetof(CActivityAwardTempleteWithMoney_t3414704044, ___m_BindPathGift_15)); } inline List_1_t3319525431 * get_m_BindPathGift_15() const { return ___m_BindPathGift_15; } inline List_1_t3319525431 ** get_address_of_m_BindPathGift_15() { return &___m_BindPathGift_15; } inline void set_m_BindPathGift_15(List_1_t3319525431 * value) { ___m_BindPathGift_15 = value; Il2CppCodeGenWriteBarrier((&___m_BindPathGift_15), value); } inline static int32_t get_offset_of_m_BindPathOther_16() { return static_cast(offsetof(CActivityAwardTempleteWithMoney_t3414704044, ___m_BindPathOther_16)); } inline List_1_t3319525431 * get_m_BindPathOther_16() const { return ___m_BindPathOther_16; } inline List_1_t3319525431 ** get_address_of_m_BindPathOther_16() { return &___m_BindPathOther_16; } inline void set_m_BindPathOther_16(List_1_t3319525431 * value) { ___m_BindPathOther_16 = value; Il2CppCodeGenWriteBarrier((&___m_BindPathOther_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYAWARDTEMPLETEWITHMONEY_T3414704044_H #ifndef CACTIVITYAWARDTEMPLETE_T911309464_H #define CACTIVITYAWARDTEMPLETE_T911309464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityAwardTemplete struct CActivityAwardTemplete_t911309464 : public IActivityDetail_t2848416189 { public: // System.Boolean DMCore.Logic.CActivityAwardTemplete::k__BackingField bool ___U3CNeedAcceptConfirmU3Ek__BackingField_11; // System.Int32 DMCore.Logic.CActivityAwardTemplete::m_ActivityID int32_t ___m_ActivityID_12; // System.Collections.Generic.List`1> DMCore.Logic.CActivityAwardTemplete::m_AwardInfo List_1_t593568339 * ___m_AwardInfo_13; // System.String DMCore.Logic.CActivityAwardTemplete::m_CellResPath String_t* ___m_CellResPath_14; // System.Collections.Generic.List`1 DMCore.Logic.CActivityAwardTemplete::m_BindPathGift List_1_t3319525431 * ___m_BindPathGift_15; // System.Collections.Generic.List`1 DMCore.Logic.CActivityAwardTemplete::m_BindPathOther List_1_t3319525431 * ___m_BindPathOther_16; public: inline static int32_t get_offset_of_U3CNeedAcceptConfirmU3Ek__BackingField_11() { return static_cast(offsetof(CActivityAwardTemplete_t911309464, ___U3CNeedAcceptConfirmU3Ek__BackingField_11)); } inline bool get_U3CNeedAcceptConfirmU3Ek__BackingField_11() const { return ___U3CNeedAcceptConfirmU3Ek__BackingField_11; } inline bool* get_address_of_U3CNeedAcceptConfirmU3Ek__BackingField_11() { return &___U3CNeedAcceptConfirmU3Ek__BackingField_11; } inline void set_U3CNeedAcceptConfirmU3Ek__BackingField_11(bool value) { ___U3CNeedAcceptConfirmU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_m_ActivityID_12() { return static_cast(offsetof(CActivityAwardTemplete_t911309464, ___m_ActivityID_12)); } inline int32_t get_m_ActivityID_12() const { return ___m_ActivityID_12; } inline int32_t* get_address_of_m_ActivityID_12() { return &___m_ActivityID_12; } inline void set_m_ActivityID_12(int32_t value) { ___m_ActivityID_12 = value; } inline static int32_t get_offset_of_m_AwardInfo_13() { return static_cast(offsetof(CActivityAwardTemplete_t911309464, ___m_AwardInfo_13)); } inline List_1_t593568339 * get_m_AwardInfo_13() const { return ___m_AwardInfo_13; } inline List_1_t593568339 ** get_address_of_m_AwardInfo_13() { return &___m_AwardInfo_13; } inline void set_m_AwardInfo_13(List_1_t593568339 * value) { ___m_AwardInfo_13 = value; Il2CppCodeGenWriteBarrier((&___m_AwardInfo_13), value); } inline static int32_t get_offset_of_m_CellResPath_14() { return static_cast(offsetof(CActivityAwardTemplete_t911309464, ___m_CellResPath_14)); } inline String_t* get_m_CellResPath_14() const { return ___m_CellResPath_14; } inline String_t** get_address_of_m_CellResPath_14() { return &___m_CellResPath_14; } inline void set_m_CellResPath_14(String_t* value) { ___m_CellResPath_14 = value; Il2CppCodeGenWriteBarrier((&___m_CellResPath_14), value); } inline static int32_t get_offset_of_m_BindPathGift_15() { return static_cast(offsetof(CActivityAwardTemplete_t911309464, ___m_BindPathGift_15)); } inline List_1_t3319525431 * get_m_BindPathGift_15() const { return ___m_BindPathGift_15; } inline List_1_t3319525431 ** get_address_of_m_BindPathGift_15() { return &___m_BindPathGift_15; } inline void set_m_BindPathGift_15(List_1_t3319525431 * value) { ___m_BindPathGift_15 = value; Il2CppCodeGenWriteBarrier((&___m_BindPathGift_15), value); } inline static int32_t get_offset_of_m_BindPathOther_16() { return static_cast(offsetof(CActivityAwardTemplete_t911309464, ___m_BindPathOther_16)); } inline List_1_t3319525431 * get_m_BindPathOther_16() const { return ___m_BindPathOther_16; } inline List_1_t3319525431 ** get_address_of_m_BindPathOther_16() { return &___m_BindPathOther_16; } inline void set_m_BindPathOther_16(List_1_t3319525431 * value) { ___m_BindPathOther_16 = value; Il2CppCodeGenWriteBarrier((&___m_BindPathOther_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYAWARDTEMPLETE_T911309464_H #ifndef CACTIVITYAWARDSINGLELEVEL_T347963756_H #define CACTIVITYAWARDSINGLELEVEL_T347963756_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityAwardSingleLevel struct CActivityAwardSingleLevel_t347963756 : public IActivityDetail_t2848416189 { public: // DMCore.Logic.CAwardInfo`1 DMCore.Logic.CActivityAwardSingleLevel::m_awardInfo CAwardInfo_1_t3416460893 * ___m_awardInfo_11; // System.Single DMCore.Logic.CActivityAwardSingleLevel::RechargeNum float ___RechargeNum_12; // System.Int32 DMCore.Logic.CActivityAwardSingleLevel::Discount int32_t ___Discount_13; public: inline static int32_t get_offset_of_m_awardInfo_11() { return static_cast(offsetof(CActivityAwardSingleLevel_t347963756, ___m_awardInfo_11)); } inline CAwardInfo_1_t3416460893 * get_m_awardInfo_11() const { return ___m_awardInfo_11; } inline CAwardInfo_1_t3416460893 ** get_address_of_m_awardInfo_11() { return &___m_awardInfo_11; } inline void set_m_awardInfo_11(CAwardInfo_1_t3416460893 * value) { ___m_awardInfo_11 = value; Il2CppCodeGenWriteBarrier((&___m_awardInfo_11), value); } inline static int32_t get_offset_of_RechargeNum_12() { return static_cast(offsetof(CActivityAwardSingleLevel_t347963756, ___RechargeNum_12)); } inline float get_RechargeNum_12() const { return ___RechargeNum_12; } inline float* get_address_of_RechargeNum_12() { return &___RechargeNum_12; } inline void set_RechargeNum_12(float value) { ___RechargeNum_12 = value; } inline static int32_t get_offset_of_Discount_13() { return static_cast(offsetof(CActivityAwardSingleLevel_t347963756, ___Discount_13)); } inline int32_t get_Discount_13() const { return ___Discount_13; } inline int32_t* get_address_of_Discount_13() { return &___Discount_13; } inline void set_Discount_13(int32_t value) { ___Discount_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYAWARDSINGLELEVEL_T347963756_H #ifndef CACTIVITYCONFIG_T3711341450_H #define CACTIVITYCONFIG_T3711341450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityConfig struct CActivityConfig_t3711341450 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CActivityConfig::m_ActivityConfigLib Dictionary_2_t1694959599 * ___m_ActivityConfigLib_1; public: inline static int32_t get_offset_of_m_ActivityConfigLib_1() { return static_cast(offsetof(CActivityConfig_t3711341450, ___m_ActivityConfigLib_1)); } inline Dictionary_2_t1694959599 * get_m_ActivityConfigLib_1() const { return ___m_ActivityConfigLib_1; } inline Dictionary_2_t1694959599 ** get_address_of_m_ActivityConfigLib_1() { return &___m_ActivityConfigLib_1; } inline void set_m_ActivityConfigLib_1(Dictionary_2_t1694959599 * value) { ___m_ActivityConfigLib_1 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityConfigLib_1), value); } }; struct CActivityConfig_t3711341450_StaticFields { public: // DMCore.Logic.CActivityConfig DMCore.Logic.CActivityConfig::s_Instace CActivityConfig_t3711341450 * ___s_Instace_2; public: inline static int32_t get_offset_of_s_Instace_2() { return static_cast(offsetof(CActivityConfig_t3711341450_StaticFields, ___s_Instace_2)); } inline CActivityConfig_t3711341450 * get_s_Instace_2() const { return ___s_Instace_2; } inline CActivityConfig_t3711341450 ** get_address_of_s_Instace_2() { return &___s_Instace_2; } inline void set_s_Instace_2(CActivityConfig_t3711341450 * value) { ___s_Instace_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instace_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYCONFIG_T3711341450_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 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_T1488327091_H #define KEYVALUEPAIR_2_T1488327091_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_t1488327091 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Transform_t3600365921 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1488327091, ___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_t1488327091, ___value_1)); } inline Transform_t3600365921 * get_value_1() const { return ___value_1; } inline Transform_t3600365921 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(Transform_t3600365921 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1488327091_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 PAGETIPSCONFIG_T1306579670_H #define PAGETIPSCONFIG_T1306579670_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PageTipsConfig struct PageTipsConfig_t1306579670 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.PageTipsConfig::m_Data Dictionary_2_t2316837825 * ___m_Data_1; public: inline static int32_t get_offset_of_m_Data_1() { return static_cast(offsetof(PageTipsConfig_t1306579670, ___m_Data_1)); } inline Dictionary_2_t2316837825 * get_m_Data_1() const { return ___m_Data_1; } inline Dictionary_2_t2316837825 ** get_address_of_m_Data_1() { return &___m_Data_1; } inline void set_m_Data_1(Dictionary_2_t2316837825 * value) { ___m_Data_1 = value; Il2CppCodeGenWriteBarrier((&___m_Data_1), value); } }; struct PageTipsConfig_t1306579670_StaticFields { public: // DMCore.Logic.PageTipsConfig DMCore.Logic.PageTipsConfig::s_Instance PageTipsConfig_t1306579670 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(PageTipsConfig_t1306579670_StaticFields, ___s_Instance_2)); } inline PageTipsConfig_t1306579670 * get_s_Instance_2() const { return ___s_Instance_2; } inline PageTipsConfig_t1306579670 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(PageTipsConfig_t1306579670 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PAGETIPSCONFIG_T1306579670_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 KEYVALUEPAIR_2_T419542696_H #define KEYVALUEPAIR_2_T419542696_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_t419542696 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value PageTipsData_t3428124494 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t419542696, ___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_t419542696, ___value_1)); } inline PageTipsData_t3428124494 * get_value_1() const { return ___value_1; } inline PageTipsData_t3428124494 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(PageTipsData_t3428124494 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T419542696_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 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 CSHOPCONFIG_T202154353_H #define CSHOPCONFIG_T202154353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CShopConfig struct CShopConfig_t202154353 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CShopConfig::m_goodsPool Dictionary_2_t454560111 * ___m_goodsPool_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CShopConfig::m_Diction Dictionary_2_t1165792132 * ___m_Diction_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CShopConfig::m_Suits Dictionary_2_t104342236 * ___m_Suits_3; // System.Collections.Generic.List`1 DMCore.Logic.CShopConfig::m_ActivityPicList_NAN List_1_t1441398424 * ___m_ActivityPicList_NAN_4; // System.Collections.Generic.List`1 DMCore.Logic.CShopConfig::m_ActivityPicList_NV List_1_t1441398424 * ___m_ActivityPicList_NV_5; public: inline static int32_t get_offset_of_m_goodsPool_1() { return static_cast(offsetof(CShopConfig_t202154353, ___m_goodsPool_1)); } inline Dictionary_2_t454560111 * get_m_goodsPool_1() const { return ___m_goodsPool_1; } inline Dictionary_2_t454560111 ** get_address_of_m_goodsPool_1() { return &___m_goodsPool_1; } inline void set_m_goodsPool_1(Dictionary_2_t454560111 * value) { ___m_goodsPool_1 = value; Il2CppCodeGenWriteBarrier((&___m_goodsPool_1), value); } inline static int32_t get_offset_of_m_Diction_2() { return static_cast(offsetof(CShopConfig_t202154353, ___m_Diction_2)); } inline Dictionary_2_t1165792132 * get_m_Diction_2() const { return ___m_Diction_2; } inline Dictionary_2_t1165792132 ** get_address_of_m_Diction_2() { return &___m_Diction_2; } inline void set_m_Diction_2(Dictionary_2_t1165792132 * value) { ___m_Diction_2 = value; Il2CppCodeGenWriteBarrier((&___m_Diction_2), value); } inline static int32_t get_offset_of_m_Suits_3() { return static_cast(offsetof(CShopConfig_t202154353, ___m_Suits_3)); } inline Dictionary_2_t104342236 * get_m_Suits_3() const { return ___m_Suits_3; } inline Dictionary_2_t104342236 ** get_address_of_m_Suits_3() { return &___m_Suits_3; } inline void set_m_Suits_3(Dictionary_2_t104342236 * value) { ___m_Suits_3 = value; Il2CppCodeGenWriteBarrier((&___m_Suits_3), value); } inline static int32_t get_offset_of_m_ActivityPicList_NAN_4() { return static_cast(offsetof(CShopConfig_t202154353, ___m_ActivityPicList_NAN_4)); } inline List_1_t1441398424 * get_m_ActivityPicList_NAN_4() const { return ___m_ActivityPicList_NAN_4; } inline List_1_t1441398424 ** get_address_of_m_ActivityPicList_NAN_4() { return &___m_ActivityPicList_NAN_4; } inline void set_m_ActivityPicList_NAN_4(List_1_t1441398424 * value) { ___m_ActivityPicList_NAN_4 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityPicList_NAN_4), value); } inline static int32_t get_offset_of_m_ActivityPicList_NV_5() { return static_cast(offsetof(CShopConfig_t202154353, ___m_ActivityPicList_NV_5)); } inline List_1_t1441398424 * get_m_ActivityPicList_NV_5() const { return ___m_ActivityPicList_NV_5; } inline List_1_t1441398424 ** get_address_of_m_ActivityPicList_NV_5() { return &___m_ActivityPicList_NV_5; } inline void set_m_ActivityPicList_NV_5(List_1_t1441398424 * value) { ___m_ActivityPicList_NV_5 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityPicList_NV_5), value); } }; struct CShopConfig_t202154353_StaticFields { public: // DMCore.Logic.CShopConfig DMCore.Logic.CShopConfig::s_Instance CShopConfig_t202154353 * ___s_Instance_6; public: inline static int32_t get_offset_of_s_Instance_6() { return static_cast(offsetof(CShopConfig_t202154353_StaticFields, ___s_Instance_6)); } inline CShopConfig_t202154353 * get_s_Instance_6() const { return ___s_Instance_6; } inline CShopConfig_t202154353 ** get_address_of_s_Instance_6() { return &___s_Instance_6; } inline void set_s_Instance_6(CShopConfig_t202154353 * value) { ___s_Instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSHOPCONFIG_T202154353_H #ifndef KEYVALUEPAIR_2_T3556992287_H #define KEYVALUEPAIR_2_T3556992287_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_t3556992287 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value List_1_t2270606789 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3556992287, ___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_t3556992287, ___value_1)); } inline List_1_t2270606789 * get_value_1() const { return ___value_1; } inline List_1_t2270606789 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(List_1_t2270606789 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3556992287_H #ifndef DANCESCENEMANAGER_T2271493662_H #define DANCESCENEMANAGER_T2271493662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.DanceSceneManager struct DanceSceneManager_t2271493662 : public ITextBase_t660344599 { public: // System.Int32 DMCore.Logic.DanceSceneManager::k__BackingField int32_t ___U3CActiveWaitingRoomIndexU3Ek__BackingField_1; // System.Collections.Generic.List`1 DMCore.Logic.DanceSceneManager::m_DanceSceneList List_1_t876647579 * ___m_DanceSceneList_4; // System.Collections.Generic.List`1 DMCore.Logic.DanceSceneManager::m_WaitingRoomList List_1_t876647579 * ___m_WaitingRoomList_5; // System.String DMCore.Logic.DanceSceneManager::m_ModifyDirectory String_t* ___m_ModifyDirectory_6; public: inline static int32_t get_offset_of_U3CActiveWaitingRoomIndexU3Ek__BackingField_1() { return static_cast(offsetof(DanceSceneManager_t2271493662, ___U3CActiveWaitingRoomIndexU3Ek__BackingField_1)); } inline int32_t get_U3CActiveWaitingRoomIndexU3Ek__BackingField_1() const { return ___U3CActiveWaitingRoomIndexU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CActiveWaitingRoomIndexU3Ek__BackingField_1() { return &___U3CActiveWaitingRoomIndexU3Ek__BackingField_1; } inline void set_U3CActiveWaitingRoomIndexU3Ek__BackingField_1(int32_t value) { ___U3CActiveWaitingRoomIndexU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_m_DanceSceneList_4() { return static_cast(offsetof(DanceSceneManager_t2271493662, ___m_DanceSceneList_4)); } inline List_1_t876647579 * get_m_DanceSceneList_4() const { return ___m_DanceSceneList_4; } inline List_1_t876647579 ** get_address_of_m_DanceSceneList_4() { return &___m_DanceSceneList_4; } inline void set_m_DanceSceneList_4(List_1_t876647579 * value) { ___m_DanceSceneList_4 = value; Il2CppCodeGenWriteBarrier((&___m_DanceSceneList_4), value); } inline static int32_t get_offset_of_m_WaitingRoomList_5() { return static_cast(offsetof(DanceSceneManager_t2271493662, ___m_WaitingRoomList_5)); } inline List_1_t876647579 * get_m_WaitingRoomList_5() const { return ___m_WaitingRoomList_5; } inline List_1_t876647579 ** get_address_of_m_WaitingRoomList_5() { return &___m_WaitingRoomList_5; } inline void set_m_WaitingRoomList_5(List_1_t876647579 * value) { ___m_WaitingRoomList_5 = value; Il2CppCodeGenWriteBarrier((&___m_WaitingRoomList_5), value); } inline static int32_t get_offset_of_m_ModifyDirectory_6() { return static_cast(offsetof(DanceSceneManager_t2271493662, ___m_ModifyDirectory_6)); } inline String_t* get_m_ModifyDirectory_6() const { return ___m_ModifyDirectory_6; } inline String_t** get_address_of_m_ModifyDirectory_6() { return &___m_ModifyDirectory_6; } inline void set_m_ModifyDirectory_6(String_t* value) { ___m_ModifyDirectory_6 = value; Il2CppCodeGenWriteBarrier((&___m_ModifyDirectory_6), value); } }; struct DanceSceneManager_t2271493662_StaticFields { public: // System.Boolean DMCore.Logic.DanceSceneManager::k__BackingField bool ___U3CIsRandomSuccessU3Ek__BackingField_2; // System.Boolean DMCore.Logic.DanceSceneManager::k__BackingField bool ___U3CIsRandomLocalU3Ek__BackingField_3; // System.Int32 DMCore.Logic.DanceSceneManager::s_ActiveIndex int32_t ___s_ActiveIndex_7; // DMCore.Logic.DanceSceneManager DMCore.Logic.DanceSceneManager::s_Instance DanceSceneManager_t2271493662 * ___s_Instance_8; public: inline static int32_t get_offset_of_U3CIsRandomSuccessU3Ek__BackingField_2() { return static_cast(offsetof(DanceSceneManager_t2271493662_StaticFields, ___U3CIsRandomSuccessU3Ek__BackingField_2)); } inline bool get_U3CIsRandomSuccessU3Ek__BackingField_2() const { return ___U3CIsRandomSuccessU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsRandomSuccessU3Ek__BackingField_2() { return &___U3CIsRandomSuccessU3Ek__BackingField_2; } inline void set_U3CIsRandomSuccessU3Ek__BackingField_2(bool value) { ___U3CIsRandomSuccessU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsRandomLocalU3Ek__BackingField_3() { return static_cast(offsetof(DanceSceneManager_t2271493662_StaticFields, ___U3CIsRandomLocalU3Ek__BackingField_3)); } inline bool get_U3CIsRandomLocalU3Ek__BackingField_3() const { return ___U3CIsRandomLocalU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsRandomLocalU3Ek__BackingField_3() { return &___U3CIsRandomLocalU3Ek__BackingField_3; } inline void set_U3CIsRandomLocalU3Ek__BackingField_3(bool value) { ___U3CIsRandomLocalU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_s_ActiveIndex_7() { return static_cast(offsetof(DanceSceneManager_t2271493662_StaticFields, ___s_ActiveIndex_7)); } inline int32_t get_s_ActiveIndex_7() const { return ___s_ActiveIndex_7; } inline int32_t* get_address_of_s_ActiveIndex_7() { return &___s_ActiveIndex_7; } inline void set_s_ActiveIndex_7(int32_t value) { ___s_ActiveIndex_7 = value; } inline static int32_t get_offset_of_s_Instance_8() { return static_cast(offsetof(DanceSceneManager_t2271493662_StaticFields, ___s_Instance_8)); } inline DanceSceneManager_t2271493662 * get_s_Instance_8() const { return ___s_Instance_8; } inline DanceSceneManager_t2271493662 ** get_address_of_s_Instance_8() { return &___s_Instance_8; } inline void set_s_Instance_8(DanceSceneManager_t2271493662 * value) { ___s_Instance_8 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DANCESCENEMANAGER_T2271493662_H #ifndef 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 KEYVALUEPAIR_2_T4030379155_H #define KEYVALUEPAIR_2_T4030379155_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_t4030379155 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value String_t* ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t4030379155, ___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_t4030379155, ___value_1)); } inline String_t* get_value_1() const { return ___value_1; } inline String_t** get_address_of_value_1() { return &___value_1; } inline void set_value_1(String_t* value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T4030379155_H #ifndef KEYVALUEPAIR_2_T2186181848_H #define KEYVALUEPAIR_2_T2186181848_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_t2186181848 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value JewelData_t899796350 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2186181848, ___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_t2186181848, ___value_1)); } inline JewelData_t899796350 * get_value_1() const { return ___value_1; } inline JewelData_t899796350 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(JewelData_t899796350 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2186181848_H #ifndef KEYVALUEPAIR_2_T495484357_H #define KEYVALUEPAIR_2_T495484357_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_t495484357 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value List_1_t3504066155 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t495484357, ___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_t495484357, ___value_1)); } inline List_1_t3504066155 * get_value_1() const { return ___value_1; } inline List_1_t3504066155 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(List_1_t3504066155 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T495484357_H #ifndef MEMBERAWARDCONFIG_T2880806974_H #define MEMBERAWARDCONFIG_T2880806974_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MemberAwardConfig struct MemberAwardConfig_t2880806974 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2> DMCore.Logic.MemberAwardConfig::m_MemberAwardData Dictionary_2_t1159320120 * ___m_MemberAwardData_1; public: inline static int32_t get_offset_of_m_MemberAwardData_1() { return static_cast(offsetof(MemberAwardConfig_t2880806974, ___m_MemberAwardData_1)); } inline Dictionary_2_t1159320120 * get_m_MemberAwardData_1() const { return ___m_MemberAwardData_1; } inline Dictionary_2_t1159320120 ** get_address_of_m_MemberAwardData_1() { return &___m_MemberAwardData_1; } inline void set_m_MemberAwardData_1(Dictionary_2_t1159320120 * value) { ___m_MemberAwardData_1 = value; Il2CppCodeGenWriteBarrier((&___m_MemberAwardData_1), value); } }; struct MemberAwardConfig_t2880806974_StaticFields { public: // DMCore.Logic.MemberAwardConfig DMCore.Logic.MemberAwardConfig::_instance MemberAwardConfig_t2880806974 * ____instance_2; public: inline static int32_t get_offset_of__instance_2() { return static_cast(offsetof(MemberAwardConfig_t2880806974_StaticFields, ____instance_2)); } inline MemberAwardConfig_t2880806974 * get__instance_2() const { return ____instance_2; } inline MemberAwardConfig_t2880806974 ** get_address_of__instance_2() { return &____instance_2; } inline void set__instance_2(MemberAwardConfig_t2880806974 * value) { ____instance_2 = value; Il2CppCodeGenWriteBarrier((&____instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERAWARDCONFIG_T2880806974_H #ifndef EQUIPUNIT_T3626763472_H #define EQUIPUNIT_T3626763472_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EquipUnit struct EquipUnit_t3626763472 { public: // System.Int32 DMCore.Logic.EquipUnit::nSex int32_t ___nSex_0; // System.Int32 DMCore.Logic.EquipUnit::configId int32_t ___configId_1; // System.Int32 DMCore.Logic.EquipUnit::originPrice int32_t ___originPrice_2; // System.Int32 DMCore.Logic.EquipUnit::salePrice int32_t ___salePrice_3; // System.Int32 DMCore.Logic.EquipUnit::payType int32_t ___payType_4; public: inline static int32_t get_offset_of_nSex_0() { return static_cast(offsetof(EquipUnit_t3626763472, ___nSex_0)); } inline int32_t get_nSex_0() const { return ___nSex_0; } inline int32_t* get_address_of_nSex_0() { return &___nSex_0; } inline void set_nSex_0(int32_t value) { ___nSex_0 = value; } inline static int32_t get_offset_of_configId_1() { return static_cast(offsetof(EquipUnit_t3626763472, ___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_originPrice_2() { return static_cast(offsetof(EquipUnit_t3626763472, ___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_salePrice_3() { return static_cast(offsetof(EquipUnit_t3626763472, ___salePrice_3)); } inline int32_t get_salePrice_3() const { return ___salePrice_3; } inline int32_t* get_address_of_salePrice_3() { return &___salePrice_3; } inline void set_salePrice_3(int32_t value) { ___salePrice_3 = value; } inline static int32_t get_offset_of_payType_4() { return static_cast(offsetof(EquipUnit_t3626763472, ___payType_4)); } inline int32_t get_payType_4() const { return ___payType_4; } inline int32_t* get_address_of_payType_4() { return &___payType_4; } inline void set_payType_4(int32_t value) { ___payType_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUIPUNIT_T3626763472_H #ifndef ENUMERATOR_T1982692633_H #define ENUMERATOR_T1982692633_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_t1982692633 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t93448756 * ___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 OpenGiftCellCache_t2916341310 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1982692633, ___l_0)); } inline List_1_t93448756 * get_l_0() const { return ___l_0; } inline List_1_t93448756 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t93448756 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1982692633, ___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_t1982692633, ___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_t1982692633, ___current_3)); } inline OpenGiftCellCache_t2916341310 * get_current_3() const { return ___current_3; } inline OpenGiftCellCache_t2916341310 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(OpenGiftCellCache_t2916341310 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1982692633_H #ifndef MAGICWORKSHOPCONFIG_T833590401_H #define MAGICWORKSHOPCONFIG_T833590401_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MagicWorkShopConfig struct MagicWorkShopConfig_t833590401 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.MagicWorkShopConfig::jewelEffectCfg Dictionary_2_t4083476977 * ___jewelEffectCfg_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.MagicWorkShopConfig::categoryBoneNameCfg Dictionary_2_t1632706988 * ___categoryBoneNameCfg_2; // System.Collections.Generic.List`1 DMCore.Logic.MagicWorkShopConfig::upstepMaterials List_1_t128053199 * ___upstepMaterials_3; // System.Collections.Generic.List`1 DMCore.Logic.MagicWorkShopConfig::handBookClothCfg List_1_t723336618 * ___handBookClothCfg_4; public: inline static int32_t get_offset_of_jewelEffectCfg_1() { return static_cast(offsetof(MagicWorkShopConfig_t833590401, ___jewelEffectCfg_1)); } inline Dictionary_2_t4083476977 * get_jewelEffectCfg_1() const { return ___jewelEffectCfg_1; } inline Dictionary_2_t4083476977 ** get_address_of_jewelEffectCfg_1() { return &___jewelEffectCfg_1; } inline void set_jewelEffectCfg_1(Dictionary_2_t4083476977 * value) { ___jewelEffectCfg_1 = value; Il2CppCodeGenWriteBarrier((&___jewelEffectCfg_1), value); } inline static int32_t get_offset_of_categoryBoneNameCfg_2() { return static_cast(offsetof(MagicWorkShopConfig_t833590401, ___categoryBoneNameCfg_2)); } inline Dictionary_2_t1632706988 * get_categoryBoneNameCfg_2() const { return ___categoryBoneNameCfg_2; } inline Dictionary_2_t1632706988 ** get_address_of_categoryBoneNameCfg_2() { return &___categoryBoneNameCfg_2; } inline void set_categoryBoneNameCfg_2(Dictionary_2_t1632706988 * value) { ___categoryBoneNameCfg_2 = value; Il2CppCodeGenWriteBarrier((&___categoryBoneNameCfg_2), value); } inline static int32_t get_offset_of_upstepMaterials_3() { return static_cast(offsetof(MagicWorkShopConfig_t833590401, ___upstepMaterials_3)); } inline List_1_t128053199 * get_upstepMaterials_3() const { return ___upstepMaterials_3; } inline List_1_t128053199 ** get_address_of_upstepMaterials_3() { return &___upstepMaterials_3; } inline void set_upstepMaterials_3(List_1_t128053199 * value) { ___upstepMaterials_3 = value; Il2CppCodeGenWriteBarrier((&___upstepMaterials_3), value); } inline static int32_t get_offset_of_handBookClothCfg_4() { return static_cast(offsetof(MagicWorkShopConfig_t833590401, ___handBookClothCfg_4)); } inline List_1_t723336618 * get_handBookClothCfg_4() const { return ___handBookClothCfg_4; } inline List_1_t723336618 ** get_address_of_handBookClothCfg_4() { return &___handBookClothCfg_4; } inline void set_handBookClothCfg_4(List_1_t723336618 * value) { ___handBookClothCfg_4 = value; Il2CppCodeGenWriteBarrier((&___handBookClothCfg_4), value); } }; struct MagicWorkShopConfig_t833590401_StaticFields { public: // DMCore.Logic.MagicWorkShopConfig DMCore.Logic.MagicWorkShopConfig::s_Instance MagicWorkShopConfig_t833590401 * ___s_Instance_5; public: inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(MagicWorkShopConfig_t833590401_StaticFields, ___s_Instance_5)); } inline MagicWorkShopConfig_t833590401 * get_s_Instance_5() const { return ___s_Instance_5; } inline MagicWorkShopConfig_t833590401 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(MagicWorkShopConfig_t833590401 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MAGICWORKSHOPCONFIG_T833590401_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 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 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 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 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 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 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 VECTOR4_T3319028937_H #define VECTOR4_T3319028937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector4 struct Vector4_t3319028937 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_t3319028937, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_t3319028937, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_t3319028937, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_t3319028937, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_t3319028937_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_t3319028937 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_t3319028937 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_t3319028937 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_t3319028937 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___zeroVector_5)); } inline Vector4_t3319028937 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_t3319028937 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_t3319028937 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___oneVector_6)); } inline Vector4_t3319028937 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_t3319028937 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_t3319028937 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_t3319028937 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_t3319028937 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_t3319028937 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_t3319028937 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_t3319028937 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_t3319028937 value) { ___negativeInfinityVector_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR4_T3319028937_H #ifndef KEYVALUEPAIR_2_T2528461264_H #define KEYVALUEPAIR_2_T2528461264_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_t2528461264 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value PersonaliseNode_t1242075766 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2528461264, ___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_t2528461264, ___value_1)); } inline PersonaliseNode_t1242075766 * get_value_1() const { return ___value_1; } inline PersonaliseNode_t1242075766 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(PersonaliseNode_t1242075766 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2528461264_H #ifndef MATRIX4X4_T1817901843_H #define MATRIX4X4_T1817901843_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Matrix4x4 struct Matrix4x4_t1817901843 { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; struct Matrix4x4_t1817901843_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_t1817901843 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_t1817901843 ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_t1817901843 get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_t1817901843 * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_t1817901843 value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_t1817901843 get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_t1817901843 * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_t1817901843 value) { ___identityMatrix_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATRIX4X4_T1817901843_H #ifndef 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 KEYVALUEPAIR_2_T4092631766_H #define KEYVALUEPAIR_2_T4092631766_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_t4092631766 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CDataProperty_t2806246268 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t4092631766, ___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_t4092631766, ___value_1)); } inline CDataProperty_t2806246268 * get_value_1() const { return ___value_1; } inline CDataProperty_t2806246268 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CDataProperty_t2806246268 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T4092631766_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 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 QUESTIONTYPE_T3375940384_H #define QUESTIONTYPE_T3375940384_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.QuestionType struct QuestionType_t3375940384 { public: // System.Int32 DMCore.Logic.QuestionType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(QuestionType_t3375940384, ___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 // QUESTIONTYPE_T3375940384_H #ifndef ENUMCHECKSTATE_T3223680495_H #define ENUMCHECKSTATE_T3223680495_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicActivityPic/enumCheckState struct enumCheckState_t3223680495 { public: // System.Int32 DMCore.Logic.logicActivityPic/enumCheckState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumCheckState_t3223680495, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCHECKSTATE_T3223680495_H #ifndef ITEM_PERSONAL_TYPE_T2572344292_H #define ITEM_PERSONAL_TYPE_T2572344292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ITEM_PERSONAL_TYPE struct ITEM_PERSONAL_TYPE_t2572344292 { public: // System.Int32 DMCore.Logic.ITEM_PERSONAL_TYPE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ITEM_PERSONAL_TYPE_t2572344292, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITEM_PERSONAL_TYPE_T2572344292_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 ROOMTYPE_T1191752651_H #define ROOMTYPE_T1191752651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRoomMananger/RoomType struct RoomType_t1191752651 { public: // System.Int32 DMCore.Logic.CRoomMananger/RoomType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RoomType_t1191752651, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROOMTYPE_T1191752651_H #ifndef ENUMERATOR_T3586889763_H #define ENUMERATOR_T3586889763_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_t3586889763 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1632706988 * ___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_t4030379155 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3586889763, ___dictionary_0)); } inline Dictionary_2_t1632706988 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1632706988 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1632706988 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3586889763, ___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_t3586889763, ___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_t3586889763, ___current_3)); } inline KeyValuePair_2_t4030379155 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t4030379155 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t4030379155 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3586889763_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 ESINGLERECHARGETYPE_T290784478_H #define ESINGLERECHARGETYPE_T290784478_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSingleRecharge/ESingleRechargeType struct ESingleRechargeType_t290784478 { public: // System.Int32 DMCore.Logic.CSingleRecharge/ESingleRechargeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ESingleRechargeType_t290784478, ___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 // ESINGLERECHARGETYPE_T290784478_H #ifndef ITEM_NEW_TYPE_T1459219112_H #define ITEM_NEW_TYPE_T1459219112_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ITEM_NEW_TYPE struct ITEM_NEW_TYPE_t1459219112 { public: // System.Int32 DMCore.Logic.ITEM_NEW_TYPE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ITEM_NEW_TYPE_t1459219112, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITEM_NEW_TYPE_T1459219112_H #ifndef 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 SCREENORIENTATION_T1705519499_H #define SCREENORIENTATION_T1705519499_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ScreenOrientation struct ScreenOrientation_t1705519499 { public: // System.Int32 UnityEngine.ScreenOrientation::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ScreenOrientation_t1705519499, ___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 // SCREENORIENTATION_T1705519499_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef MAINMENUTYPE_T2623602175_H #define MAINMENUTYPE_T2623602175_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MainMenuType struct MainMenuType_t2623602175 { public: // System.Int32 DMCore.Logic.MainMenuType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MainMenuType_t2623602175, ___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 // MAINMENUTYPE_T2623602175_H #ifndef CHOOSEBUYUSENUMBOXCONTROLLER_T2176104285_H #define CHOOSEBUYUSENUMBOXCONTROLLER_T2176104285_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChooseBuyUseNumBoxController struct ChooseBuyUseNumBoxController_t2176104285 : public IMonoCtrllor_t1427182583 { public: // DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount DMCore.Logic.ChooseBuyUseNumBoxController::m_OnConfirmBuyAmount OnConfirmBuyAmount_t3515310033 * ___m_OnConfirmBuyAmount_2; // DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmUseAmount DMCore.Logic.ChooseBuyUseNumBoxController::m_OnConfirmUseAmount OnConfirmUseAmount_t3345112943 * ___m_OnConfirmUseAmount_3; // DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit DMCore.Logic.ChooseBuyUseNumBoxController::m_OnCancelAndExit OnCancelAndExit_t3571001794 * ___m_OnCancelAndExit_4; // DMCore.Logic.ChooseBuyUseBoxInfo DMCore.Logic.ChooseBuyUseNumBoxController::m_Info ChooseBuyUseBoxInfo_t2600922063 * ___m_Info_5; // System.Int32 DMCore.Logic.ChooseBuyUseNumBoxController::id int32_t ___id_6; // System.Int64 DMCore.Logic.ChooseBuyUseNumBoxController::amount int64_t ___amount_7; // System.Int32 DMCore.Logic.ChooseBuyUseNumBoxController::index int32_t ___index_8; // System.Int32 DMCore.Logic.ChooseBuyUseNumBoxController::cashType int32_t ___cashType_9; public: inline static int32_t get_offset_of_m_OnConfirmBuyAmount_2() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___m_OnConfirmBuyAmount_2)); } inline OnConfirmBuyAmount_t3515310033 * get_m_OnConfirmBuyAmount_2() const { return ___m_OnConfirmBuyAmount_2; } inline OnConfirmBuyAmount_t3515310033 ** get_address_of_m_OnConfirmBuyAmount_2() { return &___m_OnConfirmBuyAmount_2; } inline void set_m_OnConfirmBuyAmount_2(OnConfirmBuyAmount_t3515310033 * value) { ___m_OnConfirmBuyAmount_2 = value; Il2CppCodeGenWriteBarrier((&___m_OnConfirmBuyAmount_2), value); } inline static int32_t get_offset_of_m_OnConfirmUseAmount_3() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___m_OnConfirmUseAmount_3)); } inline OnConfirmUseAmount_t3345112943 * get_m_OnConfirmUseAmount_3() const { return ___m_OnConfirmUseAmount_3; } inline OnConfirmUseAmount_t3345112943 ** get_address_of_m_OnConfirmUseAmount_3() { return &___m_OnConfirmUseAmount_3; } inline void set_m_OnConfirmUseAmount_3(OnConfirmUseAmount_t3345112943 * value) { ___m_OnConfirmUseAmount_3 = value; Il2CppCodeGenWriteBarrier((&___m_OnConfirmUseAmount_3), value); } inline static int32_t get_offset_of_m_OnCancelAndExit_4() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___m_OnCancelAndExit_4)); } inline OnCancelAndExit_t3571001794 * get_m_OnCancelAndExit_4() const { return ___m_OnCancelAndExit_4; } inline OnCancelAndExit_t3571001794 ** get_address_of_m_OnCancelAndExit_4() { return &___m_OnCancelAndExit_4; } inline void set_m_OnCancelAndExit_4(OnCancelAndExit_t3571001794 * value) { ___m_OnCancelAndExit_4 = value; Il2CppCodeGenWriteBarrier((&___m_OnCancelAndExit_4), value); } inline static int32_t get_offset_of_m_Info_5() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___m_Info_5)); } inline ChooseBuyUseBoxInfo_t2600922063 * get_m_Info_5() const { return ___m_Info_5; } inline ChooseBuyUseBoxInfo_t2600922063 ** get_address_of_m_Info_5() { return &___m_Info_5; } inline void set_m_Info_5(ChooseBuyUseBoxInfo_t2600922063 * value) { ___m_Info_5 = value; Il2CppCodeGenWriteBarrier((&___m_Info_5), value); } inline static int32_t get_offset_of_id_6() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___id_6)); } inline int32_t get_id_6() const { return ___id_6; } inline int32_t* get_address_of_id_6() { return &___id_6; } inline void set_id_6(int32_t value) { ___id_6 = value; } inline static int32_t get_offset_of_amount_7() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___amount_7)); } inline int64_t get_amount_7() const { return ___amount_7; } inline int64_t* get_address_of_amount_7() { return &___amount_7; } inline void set_amount_7(int64_t value) { ___amount_7 = value; } inline static int32_t get_offset_of_index_8() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___index_8)); } inline int32_t get_index_8() const { return ___index_8; } inline int32_t* get_address_of_index_8() { return &___index_8; } inline void set_index_8(int32_t value) { ___index_8 = value; } inline static int32_t get_offset_of_cashType_9() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285, ___cashType_9)); } inline int32_t get_cashType_9() const { return ___cashType_9; } inline int32_t* get_address_of_cashType_9() { return &___cashType_9; } inline void set_cashType_9(int32_t value) { ___cashType_9 = value; } }; struct ChooseBuyUseNumBoxController_t2176104285_StaticFields { public: // DMCore.Logic.ChooseBuyUseNumBoxController DMCore.Logic.ChooseBuyUseNumBoxController::s_instance ChooseBuyUseNumBoxController_t2176104285 * ___s_instance_1; public: inline static int32_t get_offset_of_s_instance_1() { return static_cast(offsetof(ChooseBuyUseNumBoxController_t2176104285_StaticFields, ___s_instance_1)); } inline ChooseBuyUseNumBoxController_t2176104285 * get_s_instance_1() const { return ___s_instance_1; } inline ChooseBuyUseNumBoxController_t2176104285 ** get_address_of_s_instance_1() { return &___s_instance_1; } inline void set_s_instance_1(ChooseBuyUseNumBoxController_t2176104285 * value) { ___s_instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHOOSEBUYUSENUMBOXCONTROLLER_T2176104285_H #ifndef ENUMMODELCATEGORY_T3973378142_H #define ENUMMODELCATEGORY_T3973378142_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumModelCategory struct enumModelCategory_t3973378142 { public: // System.Int32 DMCore.Framework.Scene.enumModelCategory::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumModelCategory_t3973378142, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMODELCATEGORY_T3973378142_H #ifndef COORDINATES_T1880298793_H #define COORDINATES_T1880298793_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIAtlas/Coordinates struct Coordinates_t1880298793 { public: // System.Int32 UIAtlas/Coordinates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Coordinates_t1880298793, ___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 // COORDINATES_T1880298793_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 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 CLIPPING_T1109313910_H #define CLIPPING_T1109313910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIDrawCall/Clipping struct Clipping_t1109313910 { public: // System.Int32 UIDrawCall/Clipping::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Clipping_t1109313910, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLIPPING_T1109313910_H #ifndef PERSONALISETYPE_T2854558504_H #define PERSONALISETYPE_T2854558504_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PersonaliseType struct PersonaliseType_t2854558504 { public: // System.Int32 DMCore.Logic.PersonaliseType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PersonaliseType_t2854558504, ___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 // PERSONALISETYPE_T2854558504_H #ifndef ROOMMAINTYPE_T2481239774_H #define ROOMMAINTYPE_T2481239774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRoomMananger/RoomMainType struct RoomMainType_t2481239774 { public: // System.Int32 DMCore.Logic.CRoomMananger/RoomMainType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RoomMainType_t2481239774, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROOMMAINTYPE_T2481239774_H #ifndef JSONTYPE_T2731125707_H #define JSONTYPE_T2731125707_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonType struct JsonType_t2731125707 { public: // System.Int32 LitJson.JsonType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JsonType_t2731125707, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONTYPE_T2731125707_H #ifndef PERSONALITEMTAG_T4148891433_H #define PERSONALITEMTAG_T4148891433_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PersonalItemTag struct PersonalItemTag_t4148891433 { public: // System.Int32 DMCore.Logic.PersonalItemTag::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PersonalItemTag_t4148891433, ___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 // PERSONALITEMTAG_T4148891433_H #ifndef CHOOSECLOTHTYPE_T488531444_H #define CHOOSECLOTHTYPE_T488531444_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChooseClothType struct ChooseClothType_t488531444 { public: // System.Int32 DMCore.Logic.ChooseClothType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ChooseClothType_t488531444, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHOOSECLOTHTYPE_T488531444_H #ifndef ITEM_SHOP_TYPE_T1196220606_H #define ITEM_SHOP_TYPE_T1196220606_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ITEM_SHOP_TYPE struct ITEM_SHOP_TYPE_t1196220606 { public: // System.Int32 DMCore.Logic.ITEM_SHOP_TYPE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ITEM_SHOP_TYPE_t1196220606, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITEM_SHOP_TYPE_T1196220606_H #ifndef SCALING_T3068739704_H #define SCALING_T3068739704_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIRoot/Scaling struct Scaling_t3068739704 { public: // System.Int32 UIRoot/Scaling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Scaling_t3068739704, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCALING_T3068739704_H #ifndef ENUMERATOR_T2084971872_H #define ENUMERATOR_T2084971872_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_t2084971872 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t130789097 * ___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_t2528461264 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2084971872, ___dictionary_0)); } inline Dictionary_2_t130789097 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t130789097 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t130789097 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2084971872, ___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_t2084971872, ___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_t2084971872, ___current_3)); } inline KeyValuePair_2_t2528461264 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2528461264 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2528461264 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2084971872_H #ifndef ENUMERATOR_T4271020600_H #define ENUMERATOR_T4271020600_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_t4271020600 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t2316837825 * ___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_t419542696 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t4271020600, ___dictionary_0)); } inline Dictionary_2_t2316837825 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2316837825 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2316837825 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t4271020600, ___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_t4271020600, ___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_t4271020600, ___current_3)); } inline KeyValuePair_2_t419542696 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t419542696 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t419542696 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T4271020600_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 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 MENULEVEL_T1030472612_H #define MENULEVEL_T1030472612_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MenuLevel struct MenuLevel_t1030472612 { public: // System.Int32 DMCore.Logic.MenuLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MenuLevel_t1030472612, ___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 // MENULEVEL_T1030472612_H #ifndef PAGETIPSMANAGER_T2228145721_H #define PAGETIPSMANAGER_T2228145721_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PageTipsManager struct PageTipsManager_t2228145721 : public IMonoCtrllor_t1427182583 { public: // DMCore.Logic.PageTipsData DMCore.Logic.PageTipsManager::m_Data PageTipsData_t3428124494 * ___m_Data_1; // System.Boolean DMCore.Logic.PageTipsManager::enableDrag bool ___enableDrag_3; public: inline static int32_t get_offset_of_m_Data_1() { return static_cast(offsetof(PageTipsManager_t2228145721, ___m_Data_1)); } inline PageTipsData_t3428124494 * get_m_Data_1() const { return ___m_Data_1; } inline PageTipsData_t3428124494 ** get_address_of_m_Data_1() { return &___m_Data_1; } inline void set_m_Data_1(PageTipsData_t3428124494 * value) { ___m_Data_1 = value; Il2CppCodeGenWriteBarrier((&___m_Data_1), value); } inline static int32_t get_offset_of_enableDrag_3() { return static_cast(offsetof(PageTipsManager_t2228145721, ___enableDrag_3)); } inline bool get_enableDrag_3() const { return ___enableDrag_3; } inline bool* get_address_of_enableDrag_3() { return &___enableDrag_3; } inline void set_enableDrag_3(bool value) { ___enableDrag_3 = value; } }; struct PageTipsManager_t2228145721_StaticFields { public: // DMCore.Logic.PageTipsManager DMCore.Logic.PageTipsManager::s_instance PageTipsManager_t2228145721 * ___s_instance_2; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(PageTipsManager_t2228145721_StaticFields, ___s_instance_2)); } inline PageTipsManager_t2228145721 * get_s_instance_2() const { return ___s_instance_2; } inline PageTipsManager_t2228145721 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(PageTipsManager_t2228145721 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PAGETIPSMANAGER_T2228145721_H #ifndef LEVELUPAWARDTYPE_T1256344202_H #define LEVELUPAWARDTYPE_T1256344202_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.LevelUpAwardType struct LevelUpAwardType_t1256344202 { public: // System.Byte DMCore.Logic.LevelUpAwardType::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LevelUpAwardType_t1256344202, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEVELUPAWARDTYPE_T1256344202_H #ifndef JSONEXCEPTION_T3682484112_H #define JSONEXCEPTION_T3682484112_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonException struct JsonException_t3682484112 : public ApplicationException_t2339761290 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONEXCEPTION_T3682484112_H #ifndef DEBUGINFO_T1488047028_H #define DEBUGINFO_T1488047028_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIPanel/DebugInfo struct DebugInfo_t1488047028 { public: // System.Int32 UIPanel/DebugInfo::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DebugInfo_t1488047028, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEBUGINFO_T1488047028_H #ifndef PERSONALBUYRESULT_T211226758_H #define PERSONALBUYRESULT_T211226758_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PersonalBuyResult struct PersonalBuyResult_t211226758 { public: // System.Int32 DMCore.Logic.PersonalBuyResult::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PersonalBuyResult_t211226758, ___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 // PERSONALBUYRESULT_T211226758_H #ifndef ENUMERATOR_T3793841859_H #define ENUMERATOR_T3793841859_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_t3793841859 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1839659084 * ___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_t4237331251 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3793841859, ___dictionary_0)); } inline Dictionary_2_t1839659084 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1839659084 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1839659084 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3793841859, ___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_t3793841859, ___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_t3793841859, ___current_3)); } inline KeyValuePair_2_t4237331251 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t4237331251 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t4237331251 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3793841859_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 MENUITEMID_T1544304036_H #define MENUITEMID_T1544304036_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MenuItemID struct MenuItemID_t1544304036 { public: // System.Int32 DMCore.Logic.MenuItemID::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MenuItemID_t1544304036, ___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 // MENUITEMID_T1544304036_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 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 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 ENUMERATOR_T1742692456_H #define ENUMERATOR_T1742692456_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_t1742692456 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t4083476977 * ___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_t2186181848 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1742692456, ___dictionary_0)); } inline Dictionary_2_t4083476977 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4083476977 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4083476977 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1742692456, ___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_t1742692456, ___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_t1742692456, ___current_3)); } inline KeyValuePair_2_t2186181848 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2186181848 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2186181848 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1742692456_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 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 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 TYPE_T547875860_H #define TYPE_T547875860_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UISprite/Type struct Type_t547875860 { public: // System.Int32 UISprite/Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Type_t547875860, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T547875860_H #ifndef PUBLISHCASHTYPE_T1928790069_H #define PUBLISHCASHTYPE_T1928790069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PublishCashType struct PublishCashType_t1928790069 { public: // System.Int32 DMCore.Logic.PublishCashType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PublishCashType_t1928790069, ___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 // PUBLISHCASHTYPE_T1928790069_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 QUESTIONHANDLESTATE_T2978480731_H #define QUESTIONHANDLESTATE_T2978480731_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.QuestionHandleState struct QuestionHandleState_t2978480731 { public: // System.Int32 DMCore.Logic.QuestionHandleState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(QuestionHandleState_t2978480731, ___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 // QUESTIONHANDLESTATE_T2978480731_H #ifndef FILLDIRECTION_T3695735197_H #define FILLDIRECTION_T3695735197_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UISprite/FillDirection struct FillDirection_t3695735197 { public: // System.Int32 UISprite/FillDirection::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FillDirection_t3695735197, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILLDIRECTION_T3695735197_H #ifndef RANKPHOTOSIZE_T1561485896_H #define RANKPHOTOSIZE_T1561485896_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RankPhotoSize struct RankPhotoSize_t1561485896 { public: // System.Int32 DMCore.Logic.RankPhotoSize::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RankPhotoSize_t1561485896, ___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 // RANKPHOTOSIZE_T1561485896_H #ifndef ITEMTYPE_T3187498833_H #define ITEMTYPE_T3187498833_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ItemType struct ItemType_t3187498833 { public: // System.Int32 DMCore.Logic.ItemType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ItemType_t3187498833, ___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 // ITEMTYPE_T3187498833_H #ifndef ENUMERATOR_T3113502895_H #define ENUMERATOR_T3113502895_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_t3113502895 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1159320120 * ___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_t3556992287 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3113502895, ___dictionary_0)); } inline Dictionary_2_t1159320120 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1159320120 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1159320120 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3113502895, ___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_t3113502895, ___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_t3113502895, ___current_3)); } inline KeyValuePair_2_t3556992287 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3556992287 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3556992287 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3113502895_H #ifndef ENUMCHECKSTATE_T333749984_H #define ENUMCHECKSTATE_T333749984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumCheckState struct enumCheckState_t333749984 { public: // System.Int32 DMCore.Logic.enumCheckState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumCheckState_t333749984, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCHECKSTATE_T333749984_H #ifndef 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 ENUMCUSTOMIZATIONTYPE_T1934748586_H #define ENUMCUSTOMIZATIONTYPE_T1934748586_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumCustomizationType struct enumCustomizationType_t1934748586 { public: // System.Int32 DMCore.Logic.enumCustomizationType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumCustomizationType_t1934748586, ___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 // ENUMCUSTOMIZATIONTYPE_T1934748586_H #ifndef ENUMDIFFICUTYLEVEL_T1570580530_H #define ENUMDIFFICUTYLEVEL_T1570580530_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumDifficutyLevel struct enumDifficutyLevel_t1570580530 { public: // System.Int32 DMCore.Logic.enumDifficutyLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumDifficutyLevel_t1570580530, ___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 // ENUMDIFFICUTYLEVEL_T1570580530_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 ENUMFEETYPE_T1630959682_H #define ENUMFEETYPE_T1630959682_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumFeeType struct enumFeeType_t1630959682 { public: // System.Int32 DMCore.Logic.enumFeeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumFeeType_t1630959682, ___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 // ENUMFEETYPE_T1630959682_H #ifndef ENUMFRIENDPAGE_T2158881769_H #define ENUMFRIENDPAGE_T2158881769_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumFriendPage struct enumFriendPage_t2158881769 { public: // System.Int32 DMCore.Logic.enumFriendPage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumFriendPage_t2158881769, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMFRIENDPAGE_T2158881769_H #ifndef 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 ENUMGIFT_T1261896706_H #define ENUMGIFT_T1261896706_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumGift struct enumGift_t1261896706 { public: // System.Int32 DMCore.Logic.enumGift::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumGift_t1261896706, ___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 // ENUMGIFT_T1261896706_H #ifndef ENUMCHATMESSAGETYPE_T1713743275_H #define ENUMCHATMESSAGETYPE_T1713743275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChatMessageType struct enumChatMessageType_t1713743275 { public: // System.Int32 DMCore.Logic.enumChatMessageType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChatMessageType_t1713743275, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCHATMESSAGETYPE_T1713743275_H #ifndef ENUMBLESS_T2086059254_H #define ENUMBLESS_T2086059254_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumBless struct enumBless_t2086059254 { public: // System.Int32 DMCore.Logic.enumBless::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumBless_t2086059254, ___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 // ENUMBLESS_T2086059254_H #ifndef ENUMBUYRESULT_T1576934687_H #define ENUMBUYRESULT_T1576934687_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumBuyResult struct enumBuyResult_t1576934687 { public: // System.Int32 DMCore.Logic.enumBuyResult::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumBuyResult_t1576934687, ___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 // ENUMBUYRESULT_T1576934687_H #ifndef ENUMCARDPARAMS_T2008948082_H #define ENUMCARDPARAMS_T2008948082_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumCardParams struct enumCardParams_t2008948082 { public: // System.Int32 DMCore.Logic.enumCardParams::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumCardParams_t2008948082, ___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 // ENUMCARDPARAMS_T2008948082_H #ifndef ENUMCDKEY_T2396619988_H #define ENUMCDKEY_T2396619988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumCDKey struct enumCDKey_t2396619988 { public: // System.Int32 DMCore.Logic.enumCDKey::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumCDKey_t2396619988, ___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 // ENUMCDKEY_T2396619988_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 ENUMCHANGEROOMINFOTYPE_T2265914804_H #define ENUMCHANGEROOMINFOTYPE_T2265914804_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChangeRoomInfoType struct enumChangeRoomInfoType_t2265914804 { public: // System.Byte DMCore.Logic.enumChangeRoomInfoType::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChangeRoomInfoType_t2265914804, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCHANGEROOMINFOTYPE_T2265914804_H #ifndef ENUMCHATCHANNEL_T162432249_H #define ENUMCHATCHANNEL_T162432249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChatChannel struct enumChatChannel_t162432249 { public: // System.Int32 DMCore.Logic.enumChatChannel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChatChannel_t162432249, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCHATCHANNEL_T162432249_H #ifndef ENUMCHATCONTACTLABEL_T3805769299_H #define ENUMCHATCONTACTLABEL_T3805769299_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChatContactLabel struct enumChatContactLabel_t3805769299 { public: // System.Int32 DMCore.Logic.enumChatContactLabel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChatContactLabel_t3805769299, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCHATCONTACTLABEL_T3805769299_H #ifndef ENUMCHATMESSAGESTATE_T2020719732_H #define ENUMCHATMESSAGESTATE_T2020719732_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChatMessageState struct enumChatMessageState_t2020719732 { public: // System.Int32 DMCore.Logic.enumChatMessageState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChatMessageState_t2020719732, ___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 // ENUMCHATMESSAGESTATE_T2020719732_H #ifndef ENUMGIFTLISTMODE_T1158525622_H #define ENUMGIFTLISTMODE_T1158525622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumGiftListMode struct enumGiftListMode_t1158525622 { public: // System.Int32 DMCore.Logic.enumGiftListMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumGiftListMode_t1158525622, ___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 // ENUMGIFTLISTMODE_T1158525622_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 ENUMPLAYERMESSAGETYPE_T1874829657_H #define ENUMPLAYERMESSAGETYPE_T1874829657_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumPlayerMessageType struct enumPlayerMessageType_t1874829657 { public: // System.Int32 DMCore.Logic.enumPlayerMessageType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumPlayerMessageType_t1874829657, ___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 // ENUMPLAYERMESSAGETYPE_T1874829657_H #ifndef ENUMPOSTERTYPE_T1180922381_H #define ENUMPOSTERTYPE_T1180922381_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumPosterType struct enumPosterType_t1180922381 { public: // System.Int32 DMCore.Logic.enumPosterType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumPosterType_t1180922381, ___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 // ENUMPOSTERTYPE_T1180922381_H #ifndef ENUMQUERYSTATE_T190383084_H #define ENUMQUERYSTATE_T190383084_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumQueryState struct enumQueryState_t190383084 { public: // System.Int32 DMCore.Logic.enumQueryState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumQueryState_t190383084, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMQUERYSTATE_T190383084_H #ifndef ENUMRANDOMMUSICRANGE_T3300078576_H #define ENUMRANDOMMUSICRANGE_T3300078576_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumRandomMusicRange struct enumRandomMusicRange_t3300078576 { public: // System.Int32 DMCore.Logic.enumRandomMusicRange::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumRandomMusicRange_t3300078576, ___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 // ENUMRANDOMMUSICRANGE_T3300078576_H #ifndef ENUMROOMSTATE_T1756442533_H #define ENUMROOMSTATE_T1756442533_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumRoomState struct enumRoomState_t1756442533 { public: // System.Int32 DMCore.Logic.enumRoomState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumRoomState_t1756442533, ___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 // ENUMROOMSTATE_T1756442533_H #ifndef ENUMSERVERMESSAGETYPE_T649199735_H #define ENUMSERVERMESSAGETYPE_T649199735_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumServerMessageType struct enumServerMessageType_t649199735 { public: // System.Int32 DMCore.Logic.enumServerMessageType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumServerMessageType_t649199735, ___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 // ENUMSERVERMESSAGETYPE_T649199735_H #ifndef ENUMSHOPCLOTHINGTYPE_T3060666702_H #define ENUMSHOPCLOTHINGTYPE_T3060666702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumShopClothingType struct enumShopClothingType_t3060666702 { public: // System.Int32 DMCore.Logic.enumShopClothingType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumShopClothingType_t3060666702, ___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 // ENUMSHOPCLOTHINGTYPE_T3060666702_H #ifndef ENUMSONGGROUP_T305338880_H #define ENUMSONGGROUP_T305338880_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumSongGroup struct enumSongGroup_t305338880 { public: // System.Int32 DMCore.Logic.enumSongGroup::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSongGroup_t305338880, ___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 // ENUMSONGGROUP_T305338880_H #ifndef ENUMMUSICAREA_T189065227_H #define ENUMMUSICAREA_T189065227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumMusicArea struct enumMusicArea_t189065227 { public: // System.Int32 DMCore.Logic.enumMusicArea::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMusicArea_t189065227, ___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 // ENUMMUSICAREA_T189065227_H #ifndef ENUMGUILDINDENTITY_T2673078791_H #define ENUMGUILDINDENTITY_T2673078791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumGuildIndentity struct enumGuildIndentity_t2673078791 { public: // System.Int32 DMCore.Logic.enumGuildIndentity::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumGuildIndentity_t2673078791, ___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 // ENUMGUILDINDENTITY_T2673078791_H #ifndef ENUMGUILDLISTSTATE_T360188906_H #define ENUMGUILDLISTSTATE_T360188906_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumGuildListState struct enumGuildListState_t360188906 { public: // System.Int32 DMCore.Logic.enumGuildListState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumGuildListState_t360188906, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMGUILDLISTSTATE_T360188906_H #ifndef ENUMGUILDLOGTYPE_T854098051_H #define ENUMGUILDLOGTYPE_T854098051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumGuildLogType struct enumGuildLogType_t854098051 { public: // System.Int32 DMCore.Logic.enumGuildLogType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumGuildLogType_t854098051, ___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 // ENUMGUILDLOGTYPE_T854098051_H #ifndef ENUMGUILDRIGHT_T2113732842_H #define ENUMGUILDRIGHT_T2113732842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumGuildRight struct enumGuildRight_t2113732842 { public: // System.Int32 DMCore.Logic.enumGuildRight::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumGuildRight_t2113732842, ___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 // ENUMGUILDRIGHT_T2113732842_H #ifndef ENUMIDOLPRESENTTYPE_T1824446187_H #define ENUMIDOLPRESENTTYPE_T1824446187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumIdolPresentType struct enumIdolPresentType_t1824446187 { public: // System.Int32 DMCore.Logic.enumIdolPresentType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumIdolPresentType_t1824446187, ___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 // ENUMIDOLPRESENTTYPE_T1824446187_H #ifndef ENUMIDOLSHOWPAGE_T3773857292_H #define ENUMIDOLSHOWPAGE_T3773857292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumIdolShowPage struct enumIdolShowPage_t3773857292 { public: // System.Int32 DMCore.Logic.enumIdolShowPage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumIdolShowPage_t3773857292, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMIDOLSHOWPAGE_T3773857292_H #ifndef ENUMINTERACTIVEINFOSTATE_T3546587871_H #define ENUMINTERACTIVEINFOSTATE_T3546587871_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumInteractiveInfoState struct enumInteractiveInfoState_t3546587871 { public: // System.Int32 DMCore.Logic.enumInteractiveInfoState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumInteractiveInfoState_t3546587871, ___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 // ENUMINTERACTIVEINFOSTATE_T3546587871_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 ENUMMAINTYPE_T3741142874_H #define ENUMMAINTYPE_T3741142874_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumMainType struct enumMainType_t3741142874 { public: // System.Int32 DMCore.Logic.enumMainType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMainType_t3741142874, ___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 // ENUMMAINTYPE_T3741142874_H #ifndef ENUMMESSAGETYPE_T3386295787_H #define ENUMMESSAGETYPE_T3386295787_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumMessageType struct enumMessageType_t3386295787 { public: // System.Int32 DMCore.Logic.enumMessageType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMessageType_t3386295787, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMESSAGETYPE_T3386295787_H #ifndef ENUMAWARDSTATE_T2552493366_H #define ENUMAWARDSTATE_T2552493366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumAwardState struct enumAwardState_t2552493366 { public: // System.Int32 DMCore.Logic.enumAwardState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumAwardState_t2552493366, ___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 // ENUMAWARDSTATE_T2552493366_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 SENDMESSAGEOPTIONS_T3580193095_H #define SENDMESSAGEOPTIONS_T3580193095_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.SendMessageOptions struct SendMessageOptions_t3580193095 { public: // System.Int32 UnityEngine.SendMessageOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SendMessageOptions_t3580193095, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SENDMESSAGEOPTIONS_T3580193095_H #ifndef 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 CLEARTYPE_T1303131881_H #define CLEARTYPE_T1303131881_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CWndController/UIWndStack/ClearType struct ClearType_t1303131881 { public: // System.Int32 DMCore.Logic.CWndController/UIWndStack/ClearType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ClearType_t1303131881, ___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 // CLEARTYPE_T1303131881_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 ENUMERATOR_T51994965_H #define ENUMERATOR_T51994965_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_t51994965 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t2392779486 * ___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_t495484357 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t51994965, ___dictionary_0)); } inline Dictionary_2_t2392779486 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2392779486 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2392779486 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t51994965, ___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_t51994965, ___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_t51994965, ___current_3)); } inline KeyValuePair_2_t495484357 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t495484357 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t495484357 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T51994965_H #ifndef DROPCONDTYPE_T2179818318_H #define DROPCONDTYPE_T2179818318_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.DropCondType struct DropCondType_t2179818318 { public: // System.Int32 DMCore.Logic.DropCondType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DropCondType_t2179818318, ___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 // DROPCONDTYPE_T2179818318_H #ifndef IMAGESHOWTYPE_T1535120137_H #define IMAGESHOWTYPE_T1535120137_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ImageShowType struct ImageShowType_t1535120137 { public: // System.Byte DMCore.Logic.ImageShowType::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ImageShowType_t1535120137, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IMAGESHOWTYPE_T1535120137_H #ifndef SIDE_T3584783117_H #define SIDE_T3584783117_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIAnchor/Side struct Side_t3584783117 { public: // System.Int32 UIAnchor/Side::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Side_t3584783117, ___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 // SIDE_T3584783117_H #ifndef ENUMERATOR_T1044837699_H #define ENUMERATOR_T1044837699_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_t1044837699 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t3385622220 * ___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_t1488327091 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1044837699, ___dictionary_0)); } inline Dictionary_2_t3385622220 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3385622220 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3385622220 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1044837699, ___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_t1044837699, ___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_t1044837699, ___current_3)); } inline KeyValuePair_2_t1488327091 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t1488327091 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t1488327091 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1044837699_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 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 ENUMWNDTYPE_T2564359669_H #define ENUMWNDTYPE_T2564359669_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EnumWndType struct EnumWndType_t2564359669 { public: // System.Int32 DMCore.Logic.EnumWndType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnumWndType_t2564359669, ___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 // ENUMWNDTYPE_T2564359669_H #ifndef ENUMMASKTYPE_T1553944222_H #define ENUMMASKTYPE_T1553944222_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EnumMaskType struct EnumMaskType_t1553944222 { public: // System.Int32 DMCore.Logic.EnumMaskType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnumMaskType_t1553944222, ___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 // ENUMMASKTYPE_T1553944222_H #ifndef ENUMERATOR_T3649142374_H #define ENUMERATOR_T3649142374_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_t3649142374 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1694959599 * ___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_t4092631766 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3649142374, ___dictionary_0)); } inline Dictionary_2_t1694959599 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1694959599 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1694959599 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3649142374, ___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_t3649142374, ___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_t3649142374, ___current_3)); } inline KeyValuePair_2_t4092631766 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t4092631766 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t4092631766 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3649142374_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 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 FS_ENUM_T2699067473_H #define FS_ENUM_T2699067473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFunctionSwitchConfig/FS_ENUM struct FS_ENUM_t2699067473 { public: // System.Int32 DMCore.Logic.CFunctionSwitchConfig/FS_ENUM::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FS_ENUM_t2699067473, ___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 // FS_ENUM_T2699067473_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 STYLE_T3184300279_H #define STYLE_T3184300279_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIStretch/Style struct Style_t3184300279 { public: // System.Int32 UIStretch/Style::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Style_t3184300279, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STYLE_T3184300279_H #ifndef EMOTIONANIM_T1455368017_H #define EMOTIONANIM_T1455368017_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EmotionUnit/EmotionAnim struct EmotionAnim_t1455368017 : public RuntimeObject { public: // System.Single DMCore.Logic.EmotionUnit/EmotionAnim::m_Time float ___m_Time_0; // System.String DMCore.Logic.EmotionUnit/EmotionAnim::m_SpriteName String_t* ___m_SpriteName_1; // UnityEngine.Vector2 DMCore.Logic.EmotionUnit/EmotionAnim::m_moveY Vector2_t2156229523 ___m_moveY_2; // System.Single DMCore.Logic.EmotionUnit/EmotionAnim::m_fmoveYTick float ___m_fmoveYTick_3; // UnityEngine.Vector2 DMCore.Logic.EmotionUnit/EmotionAnim::m_rotateRange Vector2_t2156229523 ___m_rotateRange_4; // System.Single DMCore.Logic.EmotionUnit/EmotionAnim::m_rotateTime float ___m_rotateTime_5; public: inline static int32_t get_offset_of_m_Time_0() { return static_cast(offsetof(EmotionAnim_t1455368017, ___m_Time_0)); } inline float get_m_Time_0() const { return ___m_Time_0; } inline float* get_address_of_m_Time_0() { return &___m_Time_0; } inline void set_m_Time_0(float value) { ___m_Time_0 = value; } inline static int32_t get_offset_of_m_SpriteName_1() { return static_cast(offsetof(EmotionAnim_t1455368017, ___m_SpriteName_1)); } inline String_t* get_m_SpriteName_1() const { return ___m_SpriteName_1; } inline String_t** get_address_of_m_SpriteName_1() { return &___m_SpriteName_1; } inline void set_m_SpriteName_1(String_t* value) { ___m_SpriteName_1 = value; Il2CppCodeGenWriteBarrier((&___m_SpriteName_1), value); } inline static int32_t get_offset_of_m_moveY_2() { return static_cast(offsetof(EmotionAnim_t1455368017, ___m_moveY_2)); } inline Vector2_t2156229523 get_m_moveY_2() const { return ___m_moveY_2; } inline Vector2_t2156229523 * get_address_of_m_moveY_2() { return &___m_moveY_2; } inline void set_m_moveY_2(Vector2_t2156229523 value) { ___m_moveY_2 = value; } inline static int32_t get_offset_of_m_fmoveYTick_3() { return static_cast(offsetof(EmotionAnim_t1455368017, ___m_fmoveYTick_3)); } inline float get_m_fmoveYTick_3() const { return ___m_fmoveYTick_3; } inline float* get_address_of_m_fmoveYTick_3() { return &___m_fmoveYTick_3; } inline void set_m_fmoveYTick_3(float value) { ___m_fmoveYTick_3 = value; } inline static int32_t get_offset_of_m_rotateRange_4() { return static_cast(offsetof(EmotionAnim_t1455368017, ___m_rotateRange_4)); } inline Vector2_t2156229523 get_m_rotateRange_4() const { return ___m_rotateRange_4; } inline Vector2_t2156229523 * get_address_of_m_rotateRange_4() { return &___m_rotateRange_4; } inline void set_m_rotateRange_4(Vector2_t2156229523 value) { ___m_rotateRange_4 = value; } inline static int32_t get_offset_of_m_rotateTime_5() { return static_cast(offsetof(EmotionAnim_t1455368017, ___m_rotateTime_5)); } inline float get_m_rotateTime_5() const { return ___m_rotateTime_5; } inline float* get_address_of_m_rotateTime_5() { return &___m_rotateTime_5; } inline void set_m_rotateTime_5(float value) { ___m_rotateTime_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EMOTIONANIM_T1455368017_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 EMTASKSTATE_T2972560238_H #define EMTASKSTATE_T2972560238_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.emTaskState struct emTaskState_t2972560238 { public: // System.Int32 DMCore.Logic.emTaskState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(emTaskState_t2972560238, ___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 // EMTASKSTATE_T2972560238_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 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 ENUMACHIEVEMENTTYPE_T1398225283_H #define ENUMACHIEVEMENTTYPE_T1398225283_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumAchievementType struct enumAchievementType_t1398225283 { public: // System.Int32 DMCore.Logic.enumAchievementType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumAchievementType_t1398225283, ___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 // ENUMACHIEVEMENTTYPE_T1398225283_H #ifndef ENUMACTIVITY_T3078445969_H #define ENUMACTIVITY_T3078445969_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumActivity struct enumActivity_t3078445969 { public: // System.Int32 DMCore.Logic.enumActivity::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumActivity_t3078445969, ___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 // ENUMACTIVITY_T3078445969_H #ifndef ENUMACTIVITYTEMPLETETYPE_T2149834059_H #define ENUMACTIVITYTEMPLETETYPE_T2149834059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumActivityTempleteType struct enumActivityTempleteType_t2149834059 { public: // System.Int32 DMCore.Logic.enumActivityTempleteType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumActivityTempleteType_t2149834059, ___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 // ENUMACTIVITYTEMPLETETYPE_T2149834059_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 EMOTIONANIMSTATE_T841265017_H #define EMOTIONANIMSTATE_T841265017_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EmotionAnimState struct EmotionAnimState_t841265017 : public RuntimeObject { public: // System.Int32 DMCore.Logic.EmotionAnimState::m_lastIndex int32_t ___m_lastIndex_0; // UnityEngine.Vector3 DMCore.Logic.EmotionAnimState::m_posOrg Vector3_t3722313464 ___m_posOrg_1; // UnityEngine.Vector3 DMCore.Logic.EmotionAnimState::m_scaleOrg Vector3_t3722313464 ___m_scaleOrg_2; public: inline static int32_t get_offset_of_m_lastIndex_0() { return static_cast(offsetof(EmotionAnimState_t841265017, ___m_lastIndex_0)); } inline int32_t get_m_lastIndex_0() const { return ___m_lastIndex_0; } inline int32_t* get_address_of_m_lastIndex_0() { return &___m_lastIndex_0; } inline void set_m_lastIndex_0(int32_t value) { ___m_lastIndex_0 = value; } inline static int32_t get_offset_of_m_posOrg_1() { return static_cast(offsetof(EmotionAnimState_t841265017, ___m_posOrg_1)); } inline Vector3_t3722313464 get_m_posOrg_1() const { return ___m_posOrg_1; } inline Vector3_t3722313464 * get_address_of_m_posOrg_1() { return &___m_posOrg_1; } inline void set_m_posOrg_1(Vector3_t3722313464 value) { ___m_posOrg_1 = value; } inline static int32_t get_offset_of_m_scaleOrg_2() { return static_cast(offsetof(EmotionAnimState_t841265017, ___m_scaleOrg_2)); } inline Vector3_t3722313464 get_m_scaleOrg_2() const { return ___m_scaleOrg_2; } inline Vector3_t3722313464 * get_address_of_m_scaleOrg_2() { return &___m_scaleOrg_2; } inline void set_m_scaleOrg_2(Vector3_t3722313464 value) { ___m_scaleOrg_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EMOTIONANIMSTATE_T841265017_H #ifndef EGIFTPACKTYPE_T1426708527_H #define EGIFTPACKTYPE_T1426708527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EGiftPackType struct EGiftPackType_t1426708527 { public: // System.Int32 DMCore.Logic.EGiftPackType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EGiftPackType_t1426708527, ___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 // EGIFTPACKTYPE_T1426708527_H #ifndef EM_ACTIONUNLOCK_TYPE_T905365149_H #define EM_ACTIONUNLOCK_TYPE_T905365149_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EM_Actionunlock_Type struct EM_Actionunlock_Type_t905365149 { public: // System.Int32 DMCore.Logic.EM_Actionunlock_Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_Actionunlock_Type_t905365149, ___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_ACTIONUNLOCK_TYPE_T905365149_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 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 EM_GAME_STATE_T3199502877_H #define EM_GAME_STATE_T3199502877_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EM_Game_State struct EM_Game_State_t3199502877 { public: // System.Int32 DMCore.Logic.EM_Game_State::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_Game_State_t3199502877, ___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_GAME_STATE_T3199502877_H #ifndef EM_GUESS_STATE_T1063275726_H #define EM_GUESS_STATE_T1063275726_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EM_Guess_State struct EM_Guess_State_t1063275726 { public: // System.Int32 DMCore.Logic.EM_Guess_State::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_Guess_State_t1063275726, ___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_GUESS_STATE_T1063275726_H #ifndef EM_INTERACTIVE_SCENE_T2295586972_H #define EM_INTERACTIVE_SCENE_T2295586972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EM_Interactive_Scene struct EM_Interactive_Scene_t2295586972 { public: // System.Int32 DMCore.Logic.EM_Interactive_Scene::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_Interactive_Scene_t2295586972, ___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_INTERACTIVE_SCENE_T2295586972_H #ifndef EM_PLAYER_STATE_T3524950665_H #define EM_PLAYER_STATE_T3524950665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EM_Player_State struct EM_Player_State_t3524950665 { public: // System.Int32 DMCore.Logic.EM_Player_State::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_Player_State_t3524950665, ___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_PLAYER_STATE_T3524950665_H #ifndef EM_PLAYER_TYPE_T2124653937_H #define EM_PLAYER_TYPE_T2124653937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EM_Player_Type struct EM_Player_Type_t2124653937 { public: // System.Int32 DMCore.Logic.EM_Player_Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_Player_Type_t2124653937, ___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_PLAYER_TYPE_T2124653937_H #ifndef EM_RANK_STAGE_T3492617342_H #define EM_RANK_STAGE_T3492617342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EM_Rank_Stage struct EM_Rank_Stage_t3492617342 { public: // System.Int32 DMCore.Logic.EM_Rank_Stage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_Rank_Stage_t3492617342, ___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_RANK_STAGE_T3492617342_H #ifndef ENUMSPECIALNPC_T3408026631_H #define ENUMSPECIALNPC_T3408026631_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumSpecialNPC struct enumSpecialNPC_t3408026631 { public: // System.Int32 DMCore.Logic.enumSpecialNPC::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSpecialNPC_t3408026631, ___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 // ENUMSPECIALNPC_T3408026631_H #ifndef CACTIVITYACCUMULATEUSESPEAKER_T4044246813_H #define CACTIVITYACCUMULATEUSESPEAKER_T4044246813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityAccumulateUseSpeaker struct CActivityAccumulateUseSpeaker_t4044246813 : public CActivityAwardTemplete_t911309464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYACCUMULATEUSESPEAKER_T4044246813_H #ifndef CACTIVITYACCUMULATEGOLDWISH_T2430718643_H #define CACTIVITYACCUMULATEGOLDWISH_T2430718643_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityAccumulateGoldWish struct CActivityAccumulateGoldWish_t2430718643 : public CActivityAwardTemplete_t911309464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYACCUMULATEGOLDWISH_T2430718643_H #ifndef CACTIVITYACCUMULATEDIAMONDWISH_T438278327_H #define CACTIVITYACCUMULATEDIAMONDWISH_T438278327_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityAccumulateDiamondWish struct CActivityAccumulateDiamondWish_t438278327 : public CActivityAwardTemplete_t911309464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYACCUMULATEDIAMONDWISH_T438278327_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 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 ATTACHMENTTYPE_T3361036191_H #define ATTACHMENTTYPE_T3361036191_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.AttachmentType struct AttachmentType_t3361036191 { public: // System.Int32 DMCore.Logic.AttachmentType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AttachmentType_t3361036191, ___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 // ATTACHMENTTYPE_T3361036191_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 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 SHAREMANAGER_T1254576143_H #define SHAREMANAGER_T1254576143_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ShareManager struct ShareManager_t1254576143 : public RuntimeObject { public: // DMCore.Logic.CShareConfig/CShareInfo DMCore.Logic.ShareManager::k__BackingField CShareInfo_t1190539625 * ___U3CShareCfgU3Ek__BackingField_0; // System.Boolean DMCore.Logic.ShareManager::k__BackingField bool ___U3CIsClothesU3Ek__BackingField_1; // DMCore.Logic.CPindanManager/CPindanShop DMCore.Logic.ShareManager::k__BackingField CPindanShop_t4113161522 * ___U3CCurrentPindanInfoU3Ek__BackingField_2; // CDataModelBool DMCore.Logic.ShareManager::IsAvatarTransformResume CDataModelBool_t2269476966 * ___IsAvatarTransformResume_3; // UnityEngine.GameObject DMCore.Logic.ShareManager::_threeDCamera GameObject_t1113636619 * ____threeDCamera_4; // System.Action`1 DMCore.Logic.ShareManager::_ShareOverCallback Action_1_t3252573759 * ____ShareOverCallback_5; // System.Object DMCore.Logic.ShareManager::_ShareOverCallbackParams RuntimeObject * ____ShareOverCallbackParams_6; // UnityEngine.Vector3 DMCore.Logic.ShareManager::k__BackingField Vector3_t3722313464 ___U3CthreeDCameraPositionU3Ek__BackingField_7; // UnityEngine.Vector3 DMCore.Logic.ShareManager::k__BackingField Vector3_t3722313464 ___U3CthreeDCameraRotationU3Ek__BackingField_8; // System.Collections.Generic.List`1 DMCore.Logic.ShareManager::k__BackingField List_1_t128053199 * ___U3CShopTryOnClothesListU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CShareCfgU3Ek__BackingField_0() { return static_cast(offsetof(ShareManager_t1254576143, ___U3CShareCfgU3Ek__BackingField_0)); } inline CShareInfo_t1190539625 * get_U3CShareCfgU3Ek__BackingField_0() const { return ___U3CShareCfgU3Ek__BackingField_0; } inline CShareInfo_t1190539625 ** get_address_of_U3CShareCfgU3Ek__BackingField_0() { return &___U3CShareCfgU3Ek__BackingField_0; } inline void set_U3CShareCfgU3Ek__BackingField_0(CShareInfo_t1190539625 * value) { ___U3CShareCfgU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CShareCfgU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CIsClothesU3Ek__BackingField_1() { return static_cast(offsetof(ShareManager_t1254576143, ___U3CIsClothesU3Ek__BackingField_1)); } inline bool get_U3CIsClothesU3Ek__BackingField_1() const { return ___U3CIsClothesU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsClothesU3Ek__BackingField_1() { return &___U3CIsClothesU3Ek__BackingField_1; } inline void set_U3CIsClothesU3Ek__BackingField_1(bool value) { ___U3CIsClothesU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CCurrentPindanInfoU3Ek__BackingField_2() { return static_cast(offsetof(ShareManager_t1254576143, ___U3CCurrentPindanInfoU3Ek__BackingField_2)); } inline CPindanShop_t4113161522 * get_U3CCurrentPindanInfoU3Ek__BackingField_2() const { return ___U3CCurrentPindanInfoU3Ek__BackingField_2; } inline CPindanShop_t4113161522 ** get_address_of_U3CCurrentPindanInfoU3Ek__BackingField_2() { return &___U3CCurrentPindanInfoU3Ek__BackingField_2; } inline void set_U3CCurrentPindanInfoU3Ek__BackingField_2(CPindanShop_t4113161522 * value) { ___U3CCurrentPindanInfoU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CCurrentPindanInfoU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_IsAvatarTransformResume_3() { return static_cast(offsetof(ShareManager_t1254576143, ___IsAvatarTransformResume_3)); } inline CDataModelBool_t2269476966 * get_IsAvatarTransformResume_3() const { return ___IsAvatarTransformResume_3; } inline CDataModelBool_t2269476966 ** get_address_of_IsAvatarTransformResume_3() { return &___IsAvatarTransformResume_3; } inline void set_IsAvatarTransformResume_3(CDataModelBool_t2269476966 * value) { ___IsAvatarTransformResume_3 = value; Il2CppCodeGenWriteBarrier((&___IsAvatarTransformResume_3), value); } inline static int32_t get_offset_of__threeDCamera_4() { return static_cast(offsetof(ShareManager_t1254576143, ____threeDCamera_4)); } inline GameObject_t1113636619 * get__threeDCamera_4() const { return ____threeDCamera_4; } inline GameObject_t1113636619 ** get_address_of__threeDCamera_4() { return &____threeDCamera_4; } inline void set__threeDCamera_4(GameObject_t1113636619 * value) { ____threeDCamera_4 = value; Il2CppCodeGenWriteBarrier((&____threeDCamera_4), value); } inline static int32_t get_offset_of__ShareOverCallback_5() { return static_cast(offsetof(ShareManager_t1254576143, ____ShareOverCallback_5)); } inline Action_1_t3252573759 * get__ShareOverCallback_5() const { return ____ShareOverCallback_5; } inline Action_1_t3252573759 ** get_address_of__ShareOverCallback_5() { return &____ShareOverCallback_5; } inline void set__ShareOverCallback_5(Action_1_t3252573759 * value) { ____ShareOverCallback_5 = value; Il2CppCodeGenWriteBarrier((&____ShareOverCallback_5), value); } inline static int32_t get_offset_of__ShareOverCallbackParams_6() { return static_cast(offsetof(ShareManager_t1254576143, ____ShareOverCallbackParams_6)); } inline RuntimeObject * get__ShareOverCallbackParams_6() const { return ____ShareOverCallbackParams_6; } inline RuntimeObject ** get_address_of__ShareOverCallbackParams_6() { return &____ShareOverCallbackParams_6; } inline void set__ShareOverCallbackParams_6(RuntimeObject * value) { ____ShareOverCallbackParams_6 = value; Il2CppCodeGenWriteBarrier((&____ShareOverCallbackParams_6), value); } inline static int32_t get_offset_of_U3CthreeDCameraPositionU3Ek__BackingField_7() { return static_cast(offsetof(ShareManager_t1254576143, ___U3CthreeDCameraPositionU3Ek__BackingField_7)); } inline Vector3_t3722313464 get_U3CthreeDCameraPositionU3Ek__BackingField_7() const { return ___U3CthreeDCameraPositionU3Ek__BackingField_7; } inline Vector3_t3722313464 * get_address_of_U3CthreeDCameraPositionU3Ek__BackingField_7() { return &___U3CthreeDCameraPositionU3Ek__BackingField_7; } inline void set_U3CthreeDCameraPositionU3Ek__BackingField_7(Vector3_t3722313464 value) { ___U3CthreeDCameraPositionU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CthreeDCameraRotationU3Ek__BackingField_8() { return static_cast(offsetof(ShareManager_t1254576143, ___U3CthreeDCameraRotationU3Ek__BackingField_8)); } inline Vector3_t3722313464 get_U3CthreeDCameraRotationU3Ek__BackingField_8() const { return ___U3CthreeDCameraRotationU3Ek__BackingField_8; } inline Vector3_t3722313464 * get_address_of_U3CthreeDCameraRotationU3Ek__BackingField_8() { return &___U3CthreeDCameraRotationU3Ek__BackingField_8; } inline void set_U3CthreeDCameraRotationU3Ek__BackingField_8(Vector3_t3722313464 value) { ___U3CthreeDCameraRotationU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CShopTryOnClothesListU3Ek__BackingField_10() { return static_cast(offsetof(ShareManager_t1254576143, ___U3CShopTryOnClothesListU3Ek__BackingField_10)); } inline List_1_t128053199 * get_U3CShopTryOnClothesListU3Ek__BackingField_10() const { return ___U3CShopTryOnClothesListU3Ek__BackingField_10; } inline List_1_t128053199 ** get_address_of_U3CShopTryOnClothesListU3Ek__BackingField_10() { return &___U3CShopTryOnClothesListU3Ek__BackingField_10; } inline void set_U3CShopTryOnClothesListU3Ek__BackingField_10(List_1_t128053199 * value) { ___U3CShopTryOnClothesListU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((&___U3CShopTryOnClothesListU3Ek__BackingField_10), value); } }; struct ShareManager_t1254576143_StaticFields { public: // DMCore.Logic.ShareManager DMCore.Logic.ShareManager::s_Instance ShareManager_t1254576143 * ___s_Instance_9; public: inline static int32_t get_offset_of_s_Instance_9() { return static_cast(offsetof(ShareManager_t1254576143_StaticFields, ___s_Instance_9)); } inline ShareManager_t1254576143 * get_s_Instance_9() const { return ___s_Instance_9; } inline ShareManager_t1254576143 ** get_address_of_s_Instance_9() { return &___s_Instance_9; } inline void set_s_Instance_9(ShareManager_t1254576143 * value) { ___s_Instance_9 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHAREMANAGER_T1254576143_H #ifndef CACTIVITYACCUMULATERECHARGEDISCOUNT_T2971967542_H #define CACTIVITYACCUMULATERECHARGEDISCOUNT_T2971967542_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityAccumulateRechargeDiscount struct CActivityAccumulateRechargeDiscount_t2971967542 : public CActivityAwardSingleLevel_t347963756 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYACCUMULATERECHARGEDISCOUNT_T2971967542_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 GIFTPREVIEWMANAGER_T1802147059_H #define GIFTPREVIEWMANAGER_T1802147059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GiftPreviewManager struct GiftPreviewManager_t1802147059 : public IMonoCtrllor_t1427182583 { public: // CDataModelBool DMCore.Logic.GiftPreviewManager::k__BackingField CDataModelBool_t2269476966 * ___U3CNeedRefreshGiftPackageUIU3Ek__BackingField_1; // CDataModelList DMCore.Logic.GiftPreviewManager::m_giftpackageList CDataModelList_t1133308508 * ___m_giftpackageList_2; public: inline static int32_t get_offset_of_U3CNeedRefreshGiftPackageUIU3Ek__BackingField_1() { return static_cast(offsetof(GiftPreviewManager_t1802147059, ___U3CNeedRefreshGiftPackageUIU3Ek__BackingField_1)); } inline CDataModelBool_t2269476966 * get_U3CNeedRefreshGiftPackageUIU3Ek__BackingField_1() const { return ___U3CNeedRefreshGiftPackageUIU3Ek__BackingField_1; } inline CDataModelBool_t2269476966 ** get_address_of_U3CNeedRefreshGiftPackageUIU3Ek__BackingField_1() { return &___U3CNeedRefreshGiftPackageUIU3Ek__BackingField_1; } inline void set_U3CNeedRefreshGiftPackageUIU3Ek__BackingField_1(CDataModelBool_t2269476966 * value) { ___U3CNeedRefreshGiftPackageUIU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CNeedRefreshGiftPackageUIU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_m_giftpackageList_2() { return static_cast(offsetof(GiftPreviewManager_t1802147059, ___m_giftpackageList_2)); } inline CDataModelList_t1133308508 * get_m_giftpackageList_2() const { return ___m_giftpackageList_2; } inline CDataModelList_t1133308508 ** get_address_of_m_giftpackageList_2() { return &___m_giftpackageList_2; } inline void set_m_giftpackageList_2(CDataModelList_t1133308508 * value) { ___m_giftpackageList_2 = value; Il2CppCodeGenWriteBarrier((&___m_giftpackageList_2), value); } }; struct GiftPreviewManager_t1802147059_StaticFields { public: // DMCore.Logic.GiftPreviewManager DMCore.Logic.GiftPreviewManager::s_instance GiftPreviewManager_t1802147059 * ___s_instance_3; public: inline static int32_t get_offset_of_s_instance_3() { return static_cast(offsetof(GiftPreviewManager_t1802147059_StaticFields, ___s_instance_3)); } inline GiftPreviewManager_t1802147059 * get_s_instance_3() const { return ___s_instance_3; } inline GiftPreviewManager_t1802147059 ** get_address_of_s_instance_3() { return &___s_instance_3; } inline void set_s_instance_3(GiftPreviewManager_t1802147059 * value) { ___s_instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GIFTPREVIEWMANAGER_T1802147059_H #ifndef GUIDETASKID_T2063748326_H #define GUIDETASKID_T2063748326_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GuideTaskID struct GuideTaskID_t2063748326 { public: // System.Int32 DMCore.Logic.GuideTaskID::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(GuideTaskID_t2063748326, ___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 // GUIDETASKID_T2063748326_H #ifndef GUIDETYPE_T1583565177_H #define GUIDETYPE_T1583565177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GuideType struct GuideType_t1583565177 { public: // System.Int32 DMCore.Logic.GuideType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(GuideType_t1583565177, ___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 // GUIDETYPE_T1583565177_H #ifndef CACTIVITYNEWPLAYERAWARD_T1404183044_H #define CACTIVITYNEWPLAYERAWARD_T1404183044_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityNewPlayerAward struct CActivityNewPlayerAward_t1404183044 : public CActivityAwardSingleLevel_t347963756 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYNEWPLAYERAWARD_T1404183044_H #ifndef CACTIVITYLOGINAWARD_T3031667711_H #define CACTIVITYLOGINAWARD_T3031667711_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityLoginAward struct CActivityLoginAward_t3031667711 : public CActivityAwardTemplete_t911309464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYLOGINAWARD_T3031667711_H #ifndef CACTIVITYONLINEAWARD_T2196803351_H #define CACTIVITYONLINEAWARD_T2196803351_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityOnlineAward struct CActivityOnlineAward_t2196803351 : public CActivityAwardTemplete_t911309464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYONLINEAWARD_T2196803351_H #ifndef CACTIVITYITEMEXCHANGE_T3204638597_H #define CACTIVITYITEMEXCHANGE_T3204638597_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityItemExchange struct CActivityItemExchange_t3204638597 : public CActivityAwardTemplete_t911309464 { public: // System.Int32 DMCore.Logic.CActivityItemExchange::m_FragmentID int32_t ___m_FragmentID_17; public: inline static int32_t get_offset_of_m_FragmentID_17() { return static_cast(offsetof(CActivityItemExchange_t3204638597, ___m_FragmentID_17)); } inline int32_t get_m_FragmentID_17() const { return ___m_FragmentID_17; } inline int32_t* get_address_of_m_FragmentID_17() { return &___m_FragmentID_17; } inline void set_m_FragmentID_17(int32_t value) { ___m_FragmentID_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYITEMEXCHANGE_T3204638597_H #ifndef CACTIVITYSINGLERECHARGEDISCOUNT_T4174052191_H #define CACTIVITYSINGLERECHARGEDISCOUNT_T4174052191_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivitySingleRechargeDiscount struct CActivitySingleRechargeDiscount_t4174052191 : public CActivityAwardSingleLevel_t347963756 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYSINGLERECHARGEDISCOUNT_T4174052191_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 ENUMVIPGIFTSTATE_T2903478216_H #define ENUMVIPGIFTSTATE_T2903478216_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumVipGiftState struct enumVipGiftState_t2903478216 { public: // System.Int32 DMCore.Logic.enumVipGiftState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumVipGiftState_t2903478216, ___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 // ENUMVIPGIFTSTATE_T2903478216_H #ifndef FRAGMENTTYPE_COIN_TYPE_T11454109_H #define FRAGMENTTYPE_COIN_TYPE_T11454109_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.FRAGMENTTYPE_COIN_TYPE struct FRAGMENTTYPE_COIN_TYPE_t11454109 { public: // System.Int32 DMCore.Logic.FRAGMENTTYPE_COIN_TYPE::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FRAGMENTTYPE_COIN_TYPE_t11454109, ___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 // FRAGMENTTYPE_COIN_TYPE_T11454109_H #ifndef ENUMTASKTYPE_T1584418477_H #define ENUMTASKTYPE_T1584418477_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumTaskType struct enumTaskType_t1584418477 { public: // System.Int32 DMCore.Logic.enumTaskType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumTaskType_t1584418477, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMTASKTYPE_T1584418477_H #ifndef ENUMTIPSIGN_T3151549784_H #define ENUMTIPSIGN_T3151549784_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumTipSign struct enumTipSign_t3151549784 { public: // System.Int32 DMCore.Logic.enumTipSign::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumTipSign_t3151549784, ___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 // ENUMTIPSIGN_T3151549784_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 ENUMTOPLISTTYPE_T1412929662_H #define ENUMTOPLISTTYPE_T1412929662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumTopListType struct enumTopListType_t1412929662 { public: // System.Int32 DMCore.Logic.enumTopListType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumTopListType_t1412929662, ___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 // ENUMTOPLISTTYPE_T1412929662_H #ifndef ESHARETYPE_T3077108940_H #define ESHARETYPE_T3077108940_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EShareType struct EShareType_t3077108940 { public: // System.Int32 DMCore.Logic.EShareType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EShareType_t3077108940, ___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 // ESHARETYPE_T3077108940_H #ifndef ENUMEFFECTTYPE_T895630196_H #define ENUMEFFECTTYPE_T895630196_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.enumEffectType struct enumEffectType_t895630196 { public: // System.Int32 DMCore.Framework.enumEffectType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumEffectType_t895630196, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMEFFECTTYPE_T895630196_H #ifndef ENUMSYSTEMNOTICETYPE_T345767898_H #define ENUMSYSTEMNOTICETYPE_T345767898_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumSystemNoticeType struct enumSystemNoticeType_t345767898 { public: // System.Int32 DMCore.Logic.enumSystemNoticeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSystemNoticeType_t345767898, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSYSTEMNOTICETYPE_T345767898_H #ifndef ENUMSWEEP_T648686677_H #define ENUMSWEEP_T648686677_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumSweep struct enumSweep_t648686677 { public: // System.Int32 DMCore.Logic.enumSweep::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSweep_t648686677, ___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 // ENUMSWEEP_T648686677_H #ifndef ENUMSTATE_T1817366131_H #define ENUMSTATE_T1817366131_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumState struct enumState_t1817366131 { public: // System.Int32 DMCore.Logic.enumState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumState_t1817366131, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSTATE_T1817366131_H #ifndef ENUMTASKSTATE_T3103322317_H #define ENUMTASKSTATE_T3103322317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumTaskState struct enumTaskState_t3103322317 { public: // System.Int32 DMCore.Logic.enumTaskState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumTaskState_t3103322317, ___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 // ENUMTASKSTATE_T3103322317_H #ifndef PLAYERINFOBASE_T2589801315_H #define PLAYERINFOBASE_T2589801315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PlayerInfoBase struct PlayerInfoBase_t2589801315 : public RuntimeObject { public: // System.Int64 DMCore.Logic.PlayerInfoBase::m_userId int64_t ___m_userId_0; // System.String DMCore.Logic.PlayerInfoBase::m_name String_t* ___m_name_1; // System.Int32 DMCore.Logic.PlayerInfoBase::m_headId int32_t ___m_headId_2; // System.Int32 DMCore.Logic.PlayerInfoBase::m_sex int32_t ___m_sex_3; // DMCore.Logic.EM_Player_State DMCore.Logic.PlayerInfoBase::m_playerState int32_t ___m_playerState_4; public: inline static int32_t get_offset_of_m_userId_0() { return static_cast(offsetof(PlayerInfoBase_t2589801315, ___m_userId_0)); } inline int64_t get_m_userId_0() const { return ___m_userId_0; } inline int64_t* get_address_of_m_userId_0() { return &___m_userId_0; } inline void set_m_userId_0(int64_t value) { ___m_userId_0 = value; } inline static int32_t get_offset_of_m_name_1() { return static_cast(offsetof(PlayerInfoBase_t2589801315, ___m_name_1)); } inline String_t* get_m_name_1() const { return ___m_name_1; } inline String_t** get_address_of_m_name_1() { return &___m_name_1; } inline void set_m_name_1(String_t* value) { ___m_name_1 = value; Il2CppCodeGenWriteBarrier((&___m_name_1), value); } inline static int32_t get_offset_of_m_headId_2() { return static_cast(offsetof(PlayerInfoBase_t2589801315, ___m_headId_2)); } inline int32_t get_m_headId_2() const { return ___m_headId_2; } inline int32_t* get_address_of_m_headId_2() { return &___m_headId_2; } inline void set_m_headId_2(int32_t value) { ___m_headId_2 = value; } inline static int32_t get_offset_of_m_sex_3() { return static_cast(offsetof(PlayerInfoBase_t2589801315, ___m_sex_3)); } inline int32_t get_m_sex_3() const { return ___m_sex_3; } inline int32_t* get_address_of_m_sex_3() { return &___m_sex_3; } inline void set_m_sex_3(int32_t value) { ___m_sex_3 = value; } inline static int32_t get_offset_of_m_playerState_4() { return static_cast(offsetof(PlayerInfoBase_t2589801315, ___m_playerState_4)); } inline int32_t get_m_playerState_4() const { return ___m_playerState_4; } inline int32_t* get_address_of_m_playerState_4() { return &___m_playerState_4; } inline void set_m_playerState_4(int32_t value) { ___m_playerState_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLAYERINFOBASE_T2589801315_H #ifndef POSTERDETAILUNIT_T1057828472_H #define POSTERDETAILUNIT_T1057828472_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PosterDetailUnit struct PosterDetailUnit_t1057828472 : public RuntimeObject { public: // System.Int32 DMCore.Logic.PosterDetailUnit::m_index int32_t ___m_index_0; // DMCore.Logic.enumPosterType DMCore.Logic.PosterDetailUnit::m_type int32_t ___m_type_1; // System.Collections.Generic.List`1 DMCore.Logic.PosterDetailUnit::m_list List_1_t803870918 * ___m_list_2; public: inline static int32_t get_offset_of_m_index_0() { return static_cast(offsetof(PosterDetailUnit_t1057828472, ___m_index_0)); } inline int32_t get_m_index_0() const { return ___m_index_0; } inline int32_t* get_address_of_m_index_0() { return &___m_index_0; } inline void set_m_index_0(int32_t value) { ___m_index_0 = value; } inline static int32_t get_offset_of_m_type_1() { return static_cast(offsetof(PosterDetailUnit_t1057828472, ___m_type_1)); } inline int32_t get_m_type_1() const { return ___m_type_1; } inline int32_t* get_address_of_m_type_1() { return &___m_type_1; } inline void set_m_type_1(int32_t value) { ___m_type_1 = value; } inline static int32_t get_offset_of_m_list_2() { return static_cast(offsetof(PosterDetailUnit_t1057828472, ___m_list_2)); } inline List_1_t803870918 * get_m_list_2() const { return ___m_list_2; } inline List_1_t803870918 ** get_address_of_m_list_2() { return &___m_list_2; } inline void set_m_list_2(List_1_t803870918 * value) { ___m_list_2 = value; Il2CppCodeGenWriteBarrier((&___m_list_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POSTERDETAILUNIT_T1057828472_H #ifndef CWNDBASE_T3050027735_H #define CWNDBASE_T3050027735_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CWndBase struct CWndBase_t3050027735 : public RuntimeObject { public: // DMCore.Logic.enumPersonPage DMCore.Logic.CWndBase::m_pageID int32_t ___m_pageID_0; // DMCore.Logic.CWndDescription DMCore.Logic.CWndBase::m_descrip CWndDescription_t3003093839 * ___m_descrip_1; // System.Collections.Generic.Queue`1 DMCore.Logic.CWndBase::m_customParm Queue_1_t3914457535 * ___m_customParm_2; // System.Single DMCore.Logic.CWndBase::m_depthZ float ___m_depthZ_3; // System.Collections.Generic.List`1 DMCore.Logic.CWndBase::m_animationRoot List_1_t2585711361 * ___m_animationRoot_4; public: inline static int32_t get_offset_of_m_pageID_0() { return static_cast(offsetof(CWndBase_t3050027735, ___m_pageID_0)); } inline int32_t get_m_pageID_0() const { return ___m_pageID_0; } inline int32_t* get_address_of_m_pageID_0() { return &___m_pageID_0; } inline void set_m_pageID_0(int32_t value) { ___m_pageID_0 = value; } inline static int32_t get_offset_of_m_descrip_1() { return static_cast(offsetof(CWndBase_t3050027735, ___m_descrip_1)); } inline CWndDescription_t3003093839 * get_m_descrip_1() const { return ___m_descrip_1; } inline CWndDescription_t3003093839 ** get_address_of_m_descrip_1() { return &___m_descrip_1; } inline void set_m_descrip_1(CWndDescription_t3003093839 * value) { ___m_descrip_1 = value; Il2CppCodeGenWriteBarrier((&___m_descrip_1), value); } inline static int32_t get_offset_of_m_customParm_2() { return static_cast(offsetof(CWndBase_t3050027735, ___m_customParm_2)); } inline Queue_1_t3914457535 * get_m_customParm_2() const { return ___m_customParm_2; } inline Queue_1_t3914457535 ** get_address_of_m_customParm_2() { return &___m_customParm_2; } inline void set_m_customParm_2(Queue_1_t3914457535 * value) { ___m_customParm_2 = value; Il2CppCodeGenWriteBarrier((&___m_customParm_2), value); } inline static int32_t get_offset_of_m_depthZ_3() { return static_cast(offsetof(CWndBase_t3050027735, ___m_depthZ_3)); } inline float get_m_depthZ_3() const { return ___m_depthZ_3; } inline float* get_address_of_m_depthZ_3() { return &___m_depthZ_3; } inline void set_m_depthZ_3(float value) { ___m_depthZ_3 = value; } inline static int32_t get_offset_of_m_animationRoot_4() { return static_cast(offsetof(CWndBase_t3050027735, ___m_animationRoot_4)); } inline List_1_t2585711361 * get_m_animationRoot_4() const { return ___m_animationRoot_4; } inline List_1_t2585711361 ** get_address_of_m_animationRoot_4() { return &___m_animationRoot_4; } inline void set_m_animationRoot_4(List_1_t2585711361 * value) { ___m_animationRoot_4 = value; Il2CppCodeGenWriteBarrier((&___m_animationRoot_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWNDBASE_T3050027735_H #ifndef CWNDDESCRIPTION_T3003093839_H #define CWNDDESCRIPTION_T3003093839_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CWndDescription struct CWndDescription_t3003093839 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CWndDescription::k__BackingField bool ___U3CNeedHoldTypeU3Ek__BackingField_0; // DMCore.Logic.EnumWndType DMCore.Logic.CWndDescription::m_pageType int32_t ___m_pageType_1; // System.Int32 DMCore.Logic.CWndDescription::m_isShow3DModel int32_t ___m_isShow3DModel_2; // System.Boolean DMCore.Logic.CWndDescription::m_isShowReturnBtn bool ___m_isShowReturnBtn_3; // DMCore.Logic.EnumMaskType DMCore.Logic.CWndDescription::m_maskType int32_t ___m_maskType_4; // System.String DMCore.Logic.CWndDescription::m_maskName String_t* ___m_maskName_5; public: inline static int32_t get_offset_of_U3CNeedHoldTypeU3Ek__BackingField_0() { return static_cast(offsetof(CWndDescription_t3003093839, ___U3CNeedHoldTypeU3Ek__BackingField_0)); } inline bool get_U3CNeedHoldTypeU3Ek__BackingField_0() const { return ___U3CNeedHoldTypeU3Ek__BackingField_0; } inline bool* get_address_of_U3CNeedHoldTypeU3Ek__BackingField_0() { return &___U3CNeedHoldTypeU3Ek__BackingField_0; } inline void set_U3CNeedHoldTypeU3Ek__BackingField_0(bool value) { ___U3CNeedHoldTypeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_pageType_1() { return static_cast(offsetof(CWndDescription_t3003093839, ___m_pageType_1)); } inline int32_t get_m_pageType_1() const { return ___m_pageType_1; } inline int32_t* get_address_of_m_pageType_1() { return &___m_pageType_1; } inline void set_m_pageType_1(int32_t value) { ___m_pageType_1 = value; } inline static int32_t get_offset_of_m_isShow3DModel_2() { return static_cast(offsetof(CWndDescription_t3003093839, ___m_isShow3DModel_2)); } inline int32_t get_m_isShow3DModel_2() const { return ___m_isShow3DModel_2; } inline int32_t* get_address_of_m_isShow3DModel_2() { return &___m_isShow3DModel_2; } inline void set_m_isShow3DModel_2(int32_t value) { ___m_isShow3DModel_2 = value; } inline static int32_t get_offset_of_m_isShowReturnBtn_3() { return static_cast(offsetof(CWndDescription_t3003093839, ___m_isShowReturnBtn_3)); } inline bool get_m_isShowReturnBtn_3() const { return ___m_isShowReturnBtn_3; } inline bool* get_address_of_m_isShowReturnBtn_3() { return &___m_isShowReturnBtn_3; } inline void set_m_isShowReturnBtn_3(bool value) { ___m_isShowReturnBtn_3 = value; } inline static int32_t get_offset_of_m_maskType_4() { return static_cast(offsetof(CWndDescription_t3003093839, ___m_maskType_4)); } inline int32_t get_m_maskType_4() const { return ___m_maskType_4; } inline int32_t* get_address_of_m_maskType_4() { return &___m_maskType_4; } inline void set_m_maskType_4(int32_t value) { ___m_maskType_4 = value; } inline static int32_t get_offset_of_m_maskName_5() { return static_cast(offsetof(CWndDescription_t3003093839, ___m_maskName_5)); } inline String_t* get_m_maskName_5() const { return ___m_maskName_5; } inline String_t** get_address_of_m_maskName_5() { return &___m_maskName_5; } inline void set_m_maskName_5(String_t* value) { ___m_maskName_5 = value; Il2CppCodeGenWriteBarrier((&___m_maskName_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWNDDESCRIPTION_T3003093839_H #ifndef CAWARDINFO_1_T3416460893_H #define CAWARDINFO_1_T3416460893_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAwardInfo`1 struct CAwardInfo_1_t3416460893 : public RuntimeObject { public: // T DMCore.Logic.CAwardInfo`1::m_currentValue int32_t ___m_currentValue_0; // T DMCore.Logic.CAwardInfo`1::m_condition int32_t ___m_condition_1; // DMCore.Logic.enumAwardState DMCore.Logic.CAwardInfo`1::m_award_state int32_t ___m_award_state_2; // DMCore.Logic.CAwardList DMCore.Logic.CAwardInfo`1::m_award_array CAwardList_t4094041907 * ___m_award_array_3; public: inline static int32_t get_offset_of_m_currentValue_0() { return static_cast(offsetof(CAwardInfo_1_t3416460893, ___m_currentValue_0)); } inline int32_t get_m_currentValue_0() const { return ___m_currentValue_0; } inline int32_t* get_address_of_m_currentValue_0() { return &___m_currentValue_0; } inline void set_m_currentValue_0(int32_t value) { ___m_currentValue_0 = value; } inline static int32_t get_offset_of_m_condition_1() { return static_cast(offsetof(CAwardInfo_1_t3416460893, ___m_condition_1)); } inline int32_t get_m_condition_1() const { return ___m_condition_1; } inline int32_t* get_address_of_m_condition_1() { return &___m_condition_1; } inline void set_m_condition_1(int32_t value) { ___m_condition_1 = value; } inline static int32_t get_offset_of_m_award_state_2() { return static_cast(offsetof(CAwardInfo_1_t3416460893, ___m_award_state_2)); } inline int32_t get_m_award_state_2() const { return ___m_award_state_2; } inline int32_t* get_address_of_m_award_state_2() { return &___m_award_state_2; } inline void set_m_award_state_2(int32_t value) { ___m_award_state_2 = value; } inline static int32_t get_offset_of_m_award_array_3() { return static_cast(offsetof(CAwardInfo_1_t3416460893, ___m_award_array_3)); } inline CAwardList_t4094041907 * get_m_award_array_3() const { return ___m_award_array_3; } inline CAwardList_t4094041907 ** get_address_of_m_award_array_3() { return &___m_award_array_3; } inline void set_m_award_array_3(CAwardList_t4094041907 * value) { ___m_award_array_3 = value; Il2CppCodeGenWriteBarrier((&___m_award_array_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAWARDINFO_1_T3416460893_H #ifndef KEYVALUEPAIR_2_T3596575632_H #define KEYVALUEPAIR_2_T3596575632_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_t3596575632 { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint8_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value LevelUpAwardList_t2065957067 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3596575632, ___key_0)); } inline uint8_t get_key_0() const { return ___key_0; } inline uint8_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint8_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3596575632, ___value_1)); } inline LevelUpAwardList_t2065957067 * get_value_1() const { return ___value_1; } inline LevelUpAwardList_t2065957067 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(LevelUpAwardList_t2065957067 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3596575632_H #ifndef LOGICACTIVITYPIC_T3113258227_H #define LOGICACTIVITYPIC_T3113258227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicActivityPic struct logicActivityPic_t3113258227 : public RuntimeObject { public: // DMCore.Logic.logicActivityPic/enumCheckState DMCore.Logic.logicActivityPic::m_checkState int32_t ___m_checkState_1; // BetterList`1 DMCore.Logic.logicActivityPic::m_listTextures BetterList_1_t3192665299 * ___m_listTextures_2; // System.Int32 DMCore.Logic.logicActivityPic::m_currentIndex int32_t ___m_currentIndex_3; // System.Int32 DMCore.Logic.logicActivityPic::m_serverCount int32_t ___m_serverCount_4; // System.Int32 DMCore.Logic.logicActivityPic::m_localCount int32_t ___m_localCount_5; // System.Boolean DMCore.Logic.logicActivityPic::m_bInited bool ___m_bInited_6; // System.Boolean DMCore.Logic.logicActivityPic::m_bJson bool ___m_bJson_7; public: inline static int32_t get_offset_of_m_checkState_1() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_checkState_1)); } inline int32_t get_m_checkState_1() const { return ___m_checkState_1; } inline int32_t* get_address_of_m_checkState_1() { return &___m_checkState_1; } inline void set_m_checkState_1(int32_t value) { ___m_checkState_1 = value; } inline static int32_t get_offset_of_m_listTextures_2() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_listTextures_2)); } inline BetterList_1_t3192665299 * get_m_listTextures_2() const { return ___m_listTextures_2; } inline BetterList_1_t3192665299 ** get_address_of_m_listTextures_2() { return &___m_listTextures_2; } inline void set_m_listTextures_2(BetterList_1_t3192665299 * value) { ___m_listTextures_2 = value; Il2CppCodeGenWriteBarrier((&___m_listTextures_2), value); } inline static int32_t get_offset_of_m_currentIndex_3() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_currentIndex_3)); } inline int32_t get_m_currentIndex_3() const { return ___m_currentIndex_3; } inline int32_t* get_address_of_m_currentIndex_3() { return &___m_currentIndex_3; } inline void set_m_currentIndex_3(int32_t value) { ___m_currentIndex_3 = value; } inline static int32_t get_offset_of_m_serverCount_4() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_serverCount_4)); } inline int32_t get_m_serverCount_4() const { return ___m_serverCount_4; } inline int32_t* get_address_of_m_serverCount_4() { return &___m_serverCount_4; } inline void set_m_serverCount_4(int32_t value) { ___m_serverCount_4 = value; } inline static int32_t get_offset_of_m_localCount_5() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_localCount_5)); } inline int32_t get_m_localCount_5() const { return ___m_localCount_5; } inline int32_t* get_address_of_m_localCount_5() { return &___m_localCount_5; } inline void set_m_localCount_5(int32_t value) { ___m_localCount_5 = value; } inline static int32_t get_offset_of_m_bInited_6() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_bInited_6)); } inline bool get_m_bInited_6() const { return ___m_bInited_6; } inline bool* get_address_of_m_bInited_6() { return &___m_bInited_6; } inline void set_m_bInited_6(bool value) { ___m_bInited_6 = value; } inline static int32_t get_offset_of_m_bJson_7() { return static_cast(offsetof(logicActivityPic_t3113258227, ___m_bJson_7)); } inline bool get_m_bJson_7() const { return ___m_bJson_7; } inline bool* get_address_of_m_bJson_7() { return &___m_bJson_7; } inline void set_m_bJson_7(bool value) { ___m_bJson_7 = value; } }; struct logicActivityPic_t3113258227_StaticFields { public: // DMCore.Logic.logicActivityPic DMCore.Logic.logicActivityPic::s_Instance logicActivityPic_t3113258227 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(logicActivityPic_t3113258227_StaticFields, ___s_Instance_0)); } inline logicActivityPic_t3113258227 * get_s_Instance_0() const { return ___s_Instance_0; } inline logicActivityPic_t3113258227 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(logicActivityPic_t3113258227 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICACTIVITYPIC_T3113258227_H #ifndef GAMEOBJECT_T1113636619_H #define GAMEOBJECT_T1113636619_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GameObject struct GameObject_t1113636619 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMEOBJECT_T1113636619_H #ifndef TEXTURE_T3661962703_H #define TEXTURE_T3661962703_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Texture struct Texture_t3661962703 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTURE_T3661962703_H #ifndef KEYVALUEPAIR_2_T315757433_H #define KEYVALUEPAIR_2_T315757433_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_t315757433 { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint8_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_t315757433, ___key_0)); } inline uint8_t get_key_0() const { return ___key_0; } inline uint8_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint8_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t315757433, ___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_T315757433_H #ifndef KEYVALUEPAIR_2_T2132401683_H #define KEYVALUEPAIR_2_T2132401683_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_t2132401683 { 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_t2132401683, ___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_t2132401683, ___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_T2132401683_H #ifndef KEYVALUEPAIR_2_T2102323254_H #define KEYVALUEPAIR_2_T2102323254_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_t2102323254 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value CWndBase_t3050027735 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2102323254, ___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_t2102323254, ___value_1)); } inline CWndBase_t3050027735 * get_value_1() const { return ___value_1; } inline CWndBase_t3050027735 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(CWndBase_t3050027735 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2102323254_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 CROOMMANANGER_T1058696229_H #define CROOMMANANGER_T1058696229_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRoomMananger struct CRoomMananger_t1058696229 : public ITextBase_t660344599 { public: // System.Int32 DMCore.Logic.CRoomMananger::k__BackingField int32_t ___U3Cm_CurRoomTypeU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CRoomMananger::m_onlyShowFree bool ___m_onlyShowFree_3; // System.Boolean DMCore.Logic.CRoomMananger::m_IsNeedRefreshRoomList bool ___m_IsNeedRefreshRoomList_4; // System.Boolean DMCore.Logic.CRoomMananger::m_IsNeedRefreshChallengeRoomList bool ___m_IsNeedRefreshChallengeRoomList_5; // System.Boolean DMCore.Logic.CRoomMananger::m_waitingCreateResult bool ___m_waitingCreateResult_6; // System.Boolean DMCore.Logic.CRoomMananger::m_waitingRoomDetail bool ___m_waitingRoomDetail_7; // System.Boolean DMCore.Logic.CRoomMananger::m_waitingJoinDetail bool ___m_waitingJoinDetail_8; // System.Boolean DMCore.Logic.CRoomMananger::m_waitingRoomList bool ___m_waitingRoomList_9; // System.Double DMCore.Logic.CRoomMananger::m_lastRequstTimePos double ___m_lastRequstTimePos_10; // DMCore.Logic.CRoomMananger/RoomMainType DMCore.Logic.CRoomMananger::m_current_room_main_type int32_t ___m_current_room_main_type_11; // DMCore.Logic.CRoomMananger/RoomType DMCore.Logic.CRoomMananger::m_current_room_type int32_t ___m_current_room_type_12; // System.Int32 DMCore.Logic.CRoomMananger::m_current_room_ID int32_t ___m_current_room_ID_13; // System.String DMCore.Logic.CRoomMananger::m_current_room_password String_t* ___m_current_room_password_14; // System.Int32 DMCore.Logic.CRoomMananger::m_curPage int32_t ___m_curPage_15; // DMCore.Logic.CRoomMananger/RoomDetail DMCore.Logic.CRoomMananger::m_roomDetail RoomDetail_t2805919052 * ___m_roomDetail_16; // System.Collections.Generic.List`1 DMCore.Logic.CRoomMananger::m_roomArr List_1_t3609756528 * ___m_roomArr_17; // System.Collections.Generic.List`1 DMCore.Logic.CRoomMananger::m_CurModeList List_1_t128053199 * ___m_CurModeList_18; // System.Collections.Generic.List`1 DMCore.Logic.CRoomMananger::m_AllModeList List_1_t128053199 * ___m_AllModeList_19; public: inline static int32_t get_offset_of_U3Cm_CurRoomTypeU3Ek__BackingField_2() { return static_cast(offsetof(CRoomMananger_t1058696229, ___U3Cm_CurRoomTypeU3Ek__BackingField_2)); } inline int32_t get_U3Cm_CurRoomTypeU3Ek__BackingField_2() const { return ___U3Cm_CurRoomTypeU3Ek__BackingField_2; } inline int32_t* get_address_of_U3Cm_CurRoomTypeU3Ek__BackingField_2() { return &___U3Cm_CurRoomTypeU3Ek__BackingField_2; } inline void set_U3Cm_CurRoomTypeU3Ek__BackingField_2(int32_t value) { ___U3Cm_CurRoomTypeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_m_onlyShowFree_3() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_onlyShowFree_3)); } inline bool get_m_onlyShowFree_3() const { return ___m_onlyShowFree_3; } inline bool* get_address_of_m_onlyShowFree_3() { return &___m_onlyShowFree_3; } inline void set_m_onlyShowFree_3(bool value) { ___m_onlyShowFree_3 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshRoomList_4() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_IsNeedRefreshRoomList_4)); } inline bool get_m_IsNeedRefreshRoomList_4() const { return ___m_IsNeedRefreshRoomList_4; } inline bool* get_address_of_m_IsNeedRefreshRoomList_4() { return &___m_IsNeedRefreshRoomList_4; } inline void set_m_IsNeedRefreshRoomList_4(bool value) { ___m_IsNeedRefreshRoomList_4 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshChallengeRoomList_5() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_IsNeedRefreshChallengeRoomList_5)); } inline bool get_m_IsNeedRefreshChallengeRoomList_5() const { return ___m_IsNeedRefreshChallengeRoomList_5; } inline bool* get_address_of_m_IsNeedRefreshChallengeRoomList_5() { return &___m_IsNeedRefreshChallengeRoomList_5; } inline void set_m_IsNeedRefreshChallengeRoomList_5(bool value) { ___m_IsNeedRefreshChallengeRoomList_5 = value; } inline static int32_t get_offset_of_m_waitingCreateResult_6() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_waitingCreateResult_6)); } inline bool get_m_waitingCreateResult_6() const { return ___m_waitingCreateResult_6; } inline bool* get_address_of_m_waitingCreateResult_6() { return &___m_waitingCreateResult_6; } inline void set_m_waitingCreateResult_6(bool value) { ___m_waitingCreateResult_6 = value; } inline static int32_t get_offset_of_m_waitingRoomDetail_7() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_waitingRoomDetail_7)); } inline bool get_m_waitingRoomDetail_7() const { return ___m_waitingRoomDetail_7; } inline bool* get_address_of_m_waitingRoomDetail_7() { return &___m_waitingRoomDetail_7; } inline void set_m_waitingRoomDetail_7(bool value) { ___m_waitingRoomDetail_7 = value; } inline static int32_t get_offset_of_m_waitingJoinDetail_8() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_waitingJoinDetail_8)); } inline bool get_m_waitingJoinDetail_8() const { return ___m_waitingJoinDetail_8; } inline bool* get_address_of_m_waitingJoinDetail_8() { return &___m_waitingJoinDetail_8; } inline void set_m_waitingJoinDetail_8(bool value) { ___m_waitingJoinDetail_8 = value; } inline static int32_t get_offset_of_m_waitingRoomList_9() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_waitingRoomList_9)); } inline bool get_m_waitingRoomList_9() const { return ___m_waitingRoomList_9; } inline bool* get_address_of_m_waitingRoomList_9() { return &___m_waitingRoomList_9; } inline void set_m_waitingRoomList_9(bool value) { ___m_waitingRoomList_9 = value; } inline static int32_t get_offset_of_m_lastRequstTimePos_10() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_lastRequstTimePos_10)); } inline double get_m_lastRequstTimePos_10() const { return ___m_lastRequstTimePos_10; } inline double* get_address_of_m_lastRequstTimePos_10() { return &___m_lastRequstTimePos_10; } inline void set_m_lastRequstTimePos_10(double value) { ___m_lastRequstTimePos_10 = value; } inline static int32_t get_offset_of_m_current_room_main_type_11() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_current_room_main_type_11)); } inline int32_t get_m_current_room_main_type_11() const { return ___m_current_room_main_type_11; } inline int32_t* get_address_of_m_current_room_main_type_11() { return &___m_current_room_main_type_11; } inline void set_m_current_room_main_type_11(int32_t value) { ___m_current_room_main_type_11 = value; } inline static int32_t get_offset_of_m_current_room_type_12() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_current_room_type_12)); } inline int32_t get_m_current_room_type_12() const { return ___m_current_room_type_12; } inline int32_t* get_address_of_m_current_room_type_12() { return &___m_current_room_type_12; } inline void set_m_current_room_type_12(int32_t value) { ___m_current_room_type_12 = value; } inline static int32_t get_offset_of_m_current_room_ID_13() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_current_room_ID_13)); } inline int32_t get_m_current_room_ID_13() const { return ___m_current_room_ID_13; } inline int32_t* get_address_of_m_current_room_ID_13() { return &___m_current_room_ID_13; } inline void set_m_current_room_ID_13(int32_t value) { ___m_current_room_ID_13 = value; } inline static int32_t get_offset_of_m_current_room_password_14() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_current_room_password_14)); } inline String_t* get_m_current_room_password_14() const { return ___m_current_room_password_14; } inline String_t** get_address_of_m_current_room_password_14() { return &___m_current_room_password_14; } inline void set_m_current_room_password_14(String_t* value) { ___m_current_room_password_14 = value; Il2CppCodeGenWriteBarrier((&___m_current_room_password_14), value); } inline static int32_t get_offset_of_m_curPage_15() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_curPage_15)); } inline int32_t get_m_curPage_15() const { return ___m_curPage_15; } inline int32_t* get_address_of_m_curPage_15() { return &___m_curPage_15; } inline void set_m_curPage_15(int32_t value) { ___m_curPage_15 = value; } inline static int32_t get_offset_of_m_roomDetail_16() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_roomDetail_16)); } inline RoomDetail_t2805919052 * get_m_roomDetail_16() const { return ___m_roomDetail_16; } inline RoomDetail_t2805919052 ** get_address_of_m_roomDetail_16() { return &___m_roomDetail_16; } inline void set_m_roomDetail_16(RoomDetail_t2805919052 * value) { ___m_roomDetail_16 = value; Il2CppCodeGenWriteBarrier((&___m_roomDetail_16), value); } inline static int32_t get_offset_of_m_roomArr_17() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_roomArr_17)); } inline List_1_t3609756528 * get_m_roomArr_17() const { return ___m_roomArr_17; } inline List_1_t3609756528 ** get_address_of_m_roomArr_17() { return &___m_roomArr_17; } inline void set_m_roomArr_17(List_1_t3609756528 * value) { ___m_roomArr_17 = value; Il2CppCodeGenWriteBarrier((&___m_roomArr_17), value); } inline static int32_t get_offset_of_m_CurModeList_18() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_CurModeList_18)); } inline List_1_t128053199 * get_m_CurModeList_18() const { return ___m_CurModeList_18; } inline List_1_t128053199 ** get_address_of_m_CurModeList_18() { return &___m_CurModeList_18; } inline void set_m_CurModeList_18(List_1_t128053199 * value) { ___m_CurModeList_18 = value; Il2CppCodeGenWriteBarrier((&___m_CurModeList_18), value); } inline static int32_t get_offset_of_m_AllModeList_19() { return static_cast(offsetof(CRoomMananger_t1058696229, ___m_AllModeList_19)); } inline List_1_t128053199 * get_m_AllModeList_19() const { return ___m_AllModeList_19; } inline List_1_t128053199 ** get_address_of_m_AllModeList_19() { return &___m_AllModeList_19; } inline void set_m_AllModeList_19(List_1_t128053199 * value) { ___m_AllModeList_19 = value; Il2CppCodeGenWriteBarrier((&___m_AllModeList_19), value); } }; struct CRoomMananger_t1058696229_StaticFields { public: // DMCore.Logic.CRoomMananger DMCore.Logic.CRoomMananger::s_instance CRoomMananger_t1058696229 * ___s_instance_1; // System.Boolean DMCore.Logic.CRoomMananger::s_bCanInvite bool ___s_bCanInvite_20; public: inline static int32_t get_offset_of_s_instance_1() { return static_cast(offsetof(CRoomMananger_t1058696229_StaticFields, ___s_instance_1)); } inline CRoomMananger_t1058696229 * get_s_instance_1() const { return ___s_instance_1; } inline CRoomMananger_t1058696229 ** get_address_of_s_instance_1() { return &___s_instance_1; } inline void set_s_instance_1(CRoomMananger_t1058696229 * value) { ___s_instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_instance_1), value); } inline static int32_t get_offset_of_s_bCanInvite_20() { return static_cast(offsetof(CRoomMananger_t1058696229_StaticFields, ___s_bCanInvite_20)); } inline bool get_s_bCanInvite_20() const { return ___s_bCanInvite_20; } inline bool* get_address_of_s_bCanInvite_20() { return &___s_bCanInvite_20; } inline void set_s_bCanInvite_20(bool value) { ___s_bCanInvite_20 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROOMMANANGER_T1058696229_H #ifndef UIWNDSTACK_T3738908003_H #define UIWNDSTACK_T3738908003_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CWndController/UIWndStack struct UIWndStack_t3738908003 : public RuntimeObject { public: // BetterList`1 DMCore.Logic.CWndController/UIWndStack::m_Data BetterList_1_t1319896726 * ___m_Data_0; // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController/UIWndStack::m_CurMain int32_t ___m_CurMain_1; public: inline static int32_t get_offset_of_m_Data_0() { return static_cast(offsetof(UIWndStack_t3738908003, ___m_Data_0)); } inline BetterList_1_t1319896726 * get_m_Data_0() const { return ___m_Data_0; } inline BetterList_1_t1319896726 ** get_address_of_m_Data_0() { return &___m_Data_0; } inline void set_m_Data_0(BetterList_1_t1319896726 * value) { ___m_Data_0 = value; Il2CppCodeGenWriteBarrier((&___m_Data_0), value); } inline static int32_t get_offset_of_m_CurMain_1() { return static_cast(offsetof(UIWndStack_t3738908003, ___m_CurMain_1)); } inline int32_t get_m_CurMain_1() const { return ___m_CurMain_1; } inline int32_t* get_address_of_m_CurMain_1() { return &___m_CurMain_1; } inline void set_m_CurMain_1(int32_t value) { ___m_CurMain_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIWNDSTACK_T3738908003_H #ifndef ENUMERATOR_T2150996479_H #define ENUMERATOR_T2150996479_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/KeyCollection/Enumerator struct Enumerator_t2150996479 { public: // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::host_enumerator Enumerator_t3923002270 ___host_enumerator_0; public: inline static int32_t get_offset_of_host_enumerator_0() { return static_cast(offsetof(Enumerator_t2150996479, ___host_enumerator_0)); } inline Enumerator_t3923002270 get_host_enumerator_0() const { return ___host_enumerator_0; } inline Enumerator_t3923002270 * get_address_of_host_enumerator_0() { return &___host_enumerator_0; } inline void set_host_enumerator_0(Enumerator_t3923002270 value) { ___host_enumerator_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2150996479_H #ifndef ENUMERATOR_T1877136583_H #define ENUMERATOR_T1877136583_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/KeyCollection/Enumerator struct Enumerator_t1877136583 { public: // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::host_enumerator Enumerator_t3649142374 ___host_enumerator_0; public: inline static int32_t get_offset_of_host_enumerator_0() { return static_cast(offsetof(Enumerator_t1877136583, ___host_enumerator_0)); } inline Enumerator_t3649142374 get_host_enumerator_0() const { return ___host_enumerator_0; } inline Enumerator_t3649142374 * get_address_of_host_enumerator_0() { return &___host_enumerator_0; } inline void set_host_enumerator_0(Enumerator_t3649142374 value) { ___host_enumerator_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1877136583_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 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 CSINGLERECHARGE_T1836391149_H #define CSINGLERECHARGE_T1836391149_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSingleRecharge struct CSingleRecharge_t1836391149 : public IActivityDetail_t2848416189 { public: // DMCore.Logic.CSingleRecharge/ESingleRechargeType DMCore.Logic.CSingleRecharge::k__BackingField int32_t ___U3CSingleRechargeTypeU3Ek__BackingField_11; // DMCore.Logic.CSingleRecharge/SingleRechargeGear[] DMCore.Logic.CSingleRecharge::m_SingleRechargeGears SingleRechargeGearU5BU5D_t3409885172* ___m_SingleRechargeGears_12; public: inline static int32_t get_offset_of_U3CSingleRechargeTypeU3Ek__BackingField_11() { return static_cast(offsetof(CSingleRecharge_t1836391149, ___U3CSingleRechargeTypeU3Ek__BackingField_11)); } inline int32_t get_U3CSingleRechargeTypeU3Ek__BackingField_11() const { return ___U3CSingleRechargeTypeU3Ek__BackingField_11; } inline int32_t* get_address_of_U3CSingleRechargeTypeU3Ek__BackingField_11() { return &___U3CSingleRechargeTypeU3Ek__BackingField_11; } inline void set_U3CSingleRechargeTypeU3Ek__BackingField_11(int32_t value) { ___U3CSingleRechargeTypeU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_m_SingleRechargeGears_12() { return static_cast(offsetof(CSingleRecharge_t1836391149, ___m_SingleRechargeGears_12)); } inline SingleRechargeGearU5BU5D_t3409885172* get_m_SingleRechargeGears_12() const { return ___m_SingleRechargeGears_12; } inline SingleRechargeGearU5BU5D_t3409885172** get_address_of_m_SingleRechargeGears_12() { return &___m_SingleRechargeGears_12; } inline void set_m_SingleRechargeGears_12(SingleRechargeGearU5BU5D_t3409885172* value) { ___m_SingleRechargeGears_12 = value; Il2CppCodeGenWriteBarrier((&___m_SingleRechargeGears_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSINGLERECHARGE_T1836391149_H #ifndef MOTION_T1110556653_H #define MOTION_T1110556653_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Motion struct Motion_t1110556653 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOTION_T1110556653_H #ifndef DYNAMICIMAGEUNIT_T734954258_H #define DYNAMICIMAGEUNIT_T734954258_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.DynamicImageUnit struct DynamicImageUnit_t734954258 : public RuntimeObject { public: // System.String DMCore.Logic.DynamicImageUnit::Path String_t* ___Path_0; // UIAnchor/Side DMCore.Logic.DynamicImageUnit::AnchorType int32_t ___AnchorType_1; // UIStretch/Style DMCore.Logic.DynamicImageUnit::StretchType int32_t ___StretchType_2; public: inline static int32_t get_offset_of_Path_0() { return static_cast(offsetof(DynamicImageUnit_t734954258, ___Path_0)); } inline String_t* get_Path_0() const { return ___Path_0; } inline String_t** get_address_of_Path_0() { return &___Path_0; } inline void set_Path_0(String_t* value) { ___Path_0 = value; Il2CppCodeGenWriteBarrier((&___Path_0), value); } inline static int32_t get_offset_of_AnchorType_1() { return static_cast(offsetof(DynamicImageUnit_t734954258, ___AnchorType_1)); } inline int32_t get_AnchorType_1() const { return ___AnchorType_1; } inline int32_t* get_address_of_AnchorType_1() { return &___AnchorType_1; } inline void set_AnchorType_1(int32_t value) { ___AnchorType_1 = value; } inline static int32_t get_offset_of_StretchType_2() { return static_cast(offsetof(DynamicImageUnit_t734954258, ___StretchType_2)); } inline int32_t get_StretchType_2() const { return ___StretchType_2; } inline int32_t* get_address_of_StretchType_2() { return &___StretchType_2; } inline void set_StretchType_2(int32_t value) { ___StretchType_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DYNAMICIMAGEUNIT_T734954258_H #ifndef CAWARDINFO_1_T1862781914_H #define CAWARDINFO_1_T1862781914_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAwardInfo`1 struct CAwardInfo_1_t1862781914 : public RuntimeObject { public: // T DMCore.Logic.CAwardInfo`1::m_currentValue float ___m_currentValue_0; // T DMCore.Logic.CAwardInfo`1::m_condition float ___m_condition_1; // DMCore.Logic.enumAwardState DMCore.Logic.CAwardInfo`1::m_award_state int32_t ___m_award_state_2; // DMCore.Logic.CAwardList DMCore.Logic.CAwardInfo`1::m_award_array CAwardList_t4094041907 * ___m_award_array_3; public: inline static int32_t get_offset_of_m_currentValue_0() { return static_cast(offsetof(CAwardInfo_1_t1862781914, ___m_currentValue_0)); } inline float get_m_currentValue_0() const { return ___m_currentValue_0; } inline float* get_address_of_m_currentValue_0() { return &___m_currentValue_0; } inline void set_m_currentValue_0(float value) { ___m_currentValue_0 = value; } inline static int32_t get_offset_of_m_condition_1() { return static_cast(offsetof(CAwardInfo_1_t1862781914, ___m_condition_1)); } inline float get_m_condition_1() const { return ___m_condition_1; } inline float* get_address_of_m_condition_1() { return &___m_condition_1; } inline void set_m_condition_1(float value) { ___m_condition_1 = value; } inline static int32_t get_offset_of_m_award_state_2() { return static_cast(offsetof(CAwardInfo_1_t1862781914, ___m_award_state_2)); } inline int32_t get_m_award_state_2() const { return ___m_award_state_2; } inline int32_t* get_address_of_m_award_state_2() { return &___m_award_state_2; } inline void set_m_award_state_2(int32_t value) { ___m_award_state_2 = value; } inline static int32_t get_offset_of_m_award_array_3() { return static_cast(offsetof(CAwardInfo_1_t1862781914, ___m_award_array_3)); } inline CAwardList_t4094041907 * get_m_award_array_3() const { return ___m_award_array_3; } inline CAwardList_t4094041907 ** get_address_of_m_award_array_3() { return &___m_award_array_3; } inline void set_m_award_array_3(CAwardList_t4094041907 * value) { ___m_award_array_3 = value; Il2CppCodeGenWriteBarrier((&___m_award_array_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAWARDINFO_1_T1862781914_H #ifndef PVESWEEPMANAGER_T2545045145_H #define PVESWEEPMANAGER_T2545045145_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PveSweepManager struct PveSweepManager_t2545045145 : public RuntimeObject { public: // DMCore.Logic.enumSweep DMCore.Logic.PveSweepManager::mSweepType int32_t ___mSweepType_0; // System.Int32 DMCore.Logic.PveSweepManager::mSweepEnergy int32_t ___mSweepEnergy_1; // System.Int32 DMCore.Logic.PveSweepManager::mStageId int32_t ___mStageId_2; // uiPveSweep DMCore.Logic.PveSweepManager::mUIPveSweep uiPveSweep_t639168811 * ___mUIPveSweep_3; public: inline static int32_t get_offset_of_mSweepType_0() { return static_cast(offsetof(PveSweepManager_t2545045145, ___mSweepType_0)); } inline int32_t get_mSweepType_0() const { return ___mSweepType_0; } inline int32_t* get_address_of_mSweepType_0() { return &___mSweepType_0; } inline void set_mSweepType_0(int32_t value) { ___mSweepType_0 = value; } inline static int32_t get_offset_of_mSweepEnergy_1() { return static_cast(offsetof(PveSweepManager_t2545045145, ___mSweepEnergy_1)); } inline int32_t get_mSweepEnergy_1() const { return ___mSweepEnergy_1; } inline int32_t* get_address_of_mSweepEnergy_1() { return &___mSweepEnergy_1; } inline void set_mSweepEnergy_1(int32_t value) { ___mSweepEnergy_1 = value; } inline static int32_t get_offset_of_mStageId_2() { return static_cast(offsetof(PveSweepManager_t2545045145, ___mStageId_2)); } inline int32_t get_mStageId_2() const { return ___mStageId_2; } inline int32_t* get_address_of_mStageId_2() { return &___mStageId_2; } inline void set_mStageId_2(int32_t value) { ___mStageId_2 = value; } inline static int32_t get_offset_of_mUIPveSweep_3() { return static_cast(offsetof(PveSweepManager_t2545045145, ___mUIPveSweep_3)); } inline uiPveSweep_t639168811 * get_mUIPveSweep_3() const { return ___mUIPveSweep_3; } inline uiPveSweep_t639168811 ** get_address_of_mUIPveSweep_3() { return &___mUIPveSweep_3; } inline void set_mUIPveSweep_3(uiPveSweep_t639168811 * value) { ___mUIPveSweep_3 = value; Il2CppCodeGenWriteBarrier((&___mUIPveSweep_3), value); } }; struct PveSweepManager_t2545045145_StaticFields { public: // DMCore.Logic.PveSweepManager DMCore.Logic.PveSweepManager::s_Instance PveSweepManager_t2545045145 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(PveSweepManager_t2545045145_StaticFields, ___s_Instance_4)); } inline PveSweepManager_t2545045145 * get_s_Instance_4() const { return ___s_Instance_4; } inline PveSweepManager_t2545045145 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(PveSweepManager_t2545045145 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PVESWEEPMANAGER_T2545045145_H #ifndef DYNAMICIMAGEGROUP_T2338416375_H #define DYNAMICIMAGEGROUP_T2338416375_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.DynamicImageGroup struct DynamicImageGroup_t2338416375 : public RuntimeObject { public: // System.String DMCore.Logic.DynamicImageGroup::ID String_t* ___ID_0; // DMCore.Logic.ImageShowType DMCore.Logic.DynamicImageGroup::ShowType uint8_t ___ShowType_1; // System.Collections.Generic.List`1 DMCore.Logic.DynamicImageGroup::ImageGroup List_1_t2207029000 * ___ImageGroup_2; public: inline static int32_t get_offset_of_ID_0() { return static_cast(offsetof(DynamicImageGroup_t2338416375, ___ID_0)); } inline String_t* get_ID_0() const { return ___ID_0; } inline String_t** get_address_of_ID_0() { return &___ID_0; } inline void set_ID_0(String_t* value) { ___ID_0 = value; Il2CppCodeGenWriteBarrier((&___ID_0), value); } inline static int32_t get_offset_of_ShowType_1() { return static_cast(offsetof(DynamicImageGroup_t2338416375, ___ShowType_1)); } inline uint8_t get_ShowType_1() const { return ___ShowType_1; } inline uint8_t* get_address_of_ShowType_1() { return &___ShowType_1; } inline void set_ShowType_1(uint8_t value) { ___ShowType_1 = value; } inline static int32_t get_offset_of_ImageGroup_2() { return static_cast(offsetof(DynamicImageGroup_t2338416375, ___ImageGroup_2)); } inline List_1_t2207029000 * get_ImageGroup_2() const { return ___ImageGroup_2; } inline List_1_t2207029000 ** get_address_of_ImageGroup_2() { return &___ImageGroup_2; } inline void set_ImageGroup_2(List_1_t2207029000 * value) { ___ImageGroup_2 = value; Il2CppCodeGenWriteBarrier((&___ImageGroup_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DYNAMICIMAGEGROUP_T2338416375_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 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 CSIGNSMANAGER_T1825583579_H #define CSIGNSMANAGER_T1825583579_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CSignsManager struct CSignsManager_t1825583579 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 CSignsManager::m_ReminderData Dictionary_2_t1492992253 * ___m_ReminderData_1; // System.Collections.Generic.List`1 CSignsManager::m_ServerGetReminderList List_1_t4136974863 * ___m_ServerGetReminderList_2; // System.Collections.Generic.List`1 CSignsManager::m_ShownData List_1_t3172176916 * ___m_ShownData_3; // System.Collections.Generic.List`1 CSignsManager::m_CurrentFoundPathList List_1_t3172176916 * ___m_CurrentFoundPathList_4; // DMCore.Logic.enumPersonPage CSignsManager::m_CurrentPage int32_t ___m_CurrentPage_5; public: inline static int32_t get_offset_of_m_ReminderData_1() { return static_cast(offsetof(CSignsManager_t1825583579, ___m_ReminderData_1)); } inline Dictionary_2_t1492992253 * get_m_ReminderData_1() const { return ___m_ReminderData_1; } inline Dictionary_2_t1492992253 ** get_address_of_m_ReminderData_1() { return &___m_ReminderData_1; } inline void set_m_ReminderData_1(Dictionary_2_t1492992253 * value) { ___m_ReminderData_1 = value; Il2CppCodeGenWriteBarrier((&___m_ReminderData_1), value); } inline static int32_t get_offset_of_m_ServerGetReminderList_2() { return static_cast(offsetof(CSignsManager_t1825583579, ___m_ServerGetReminderList_2)); } inline List_1_t4136974863 * get_m_ServerGetReminderList_2() const { return ___m_ServerGetReminderList_2; } inline List_1_t4136974863 ** get_address_of_m_ServerGetReminderList_2() { return &___m_ServerGetReminderList_2; } inline void set_m_ServerGetReminderList_2(List_1_t4136974863 * value) { ___m_ServerGetReminderList_2 = value; Il2CppCodeGenWriteBarrier((&___m_ServerGetReminderList_2), value); } inline static int32_t get_offset_of_m_ShownData_3() { return static_cast(offsetof(CSignsManager_t1825583579, ___m_ShownData_3)); } inline List_1_t3172176916 * get_m_ShownData_3() const { return ___m_ShownData_3; } inline List_1_t3172176916 ** get_address_of_m_ShownData_3() { return &___m_ShownData_3; } inline void set_m_ShownData_3(List_1_t3172176916 * value) { ___m_ShownData_3 = value; Il2CppCodeGenWriteBarrier((&___m_ShownData_3), value); } inline static int32_t get_offset_of_m_CurrentFoundPathList_4() { return static_cast(offsetof(CSignsManager_t1825583579, ___m_CurrentFoundPathList_4)); } inline List_1_t3172176916 * get_m_CurrentFoundPathList_4() const { return ___m_CurrentFoundPathList_4; } inline List_1_t3172176916 ** get_address_of_m_CurrentFoundPathList_4() { return &___m_CurrentFoundPathList_4; } inline void set_m_CurrentFoundPathList_4(List_1_t3172176916 * value) { ___m_CurrentFoundPathList_4 = value; Il2CppCodeGenWriteBarrier((&___m_CurrentFoundPathList_4), value); } inline static int32_t get_offset_of_m_CurrentPage_5() { return static_cast(offsetof(CSignsManager_t1825583579, ___m_CurrentPage_5)); } inline int32_t get_m_CurrentPage_5() const { return ___m_CurrentPage_5; } inline int32_t* get_address_of_m_CurrentPage_5() { return &___m_CurrentPage_5; } inline void set_m_CurrentPage_5(int32_t value) { ___m_CurrentPage_5 = value; } }; struct CSignsManager_t1825583579_StaticFields { public: // CSignsManager CSignsManager::_instance CSignsManager_t1825583579 * ____instance_0; public: inline static int32_t get_offset_of__instance_0() { return static_cast(offsetof(CSignsManager_t1825583579_StaticFields, ____instance_0)); } inline CSignsManager_t1825583579 * get__instance_0() const { return ____instance_0; } inline CSignsManager_t1825583579 ** get_address_of__instance_0() { return &____instance_0; } inline void set__instance_0(CSignsManager_t1825583579 * value) { ____instance_0 = value; Il2CppCodeGenWriteBarrier((&____instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSIGNSMANAGER_T1825583579_H #ifndef CBROADCASTREALURLMSG_T3667388934_H #define CBROADCASTREALURLMSG_T3667388934_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicLoginBroadCast/CBroadCastRealURLMsg struct CBroadCastRealURLMsg_t3667388934 : public CThreadMsgWebGet_t2224858682 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBROADCASTREALURLMSG_T3667388934_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 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 CMENUMANAGER_T3869721565_H #define CMENUMANAGER_T3869721565_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMenuManager struct CMenuManager_t3869721565 : public RuntimeObject { public: // DMCore.Logic.MainMenuType DMCore.Logic.CMenuManager::_menu_type int32_t ____menu_type_0; // DMCore.Logic.MenuLevel DMCore.Logic.CMenuManager::_menu_list_type int32_t ____menu_list_type_1; // DMCore.CDataArray DMCore.Logic.CMenuManager::_menu_param CDataArray_t4068198041 * ____menu_param_2; // DMCore.Logic.OnItemClickBefore DMCore.Logic.CMenuManager::_callback_before OnItemClickBefore_t888674743 * ____callback_before_3; // DMCore.Logic.OnItemClickEnd DMCore.Logic.CMenuManager::_callback_End OnItemClickEnd_t3682481633 * ____callback_End_4; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CMenuManager::_menu_observer_list Dictionary_2_t976235305 * ____menu_observer_list_5; public: inline static int32_t get_offset_of__menu_type_0() { return static_cast(offsetof(CMenuManager_t3869721565, ____menu_type_0)); } inline int32_t get__menu_type_0() const { return ____menu_type_0; } inline int32_t* get_address_of__menu_type_0() { return &____menu_type_0; } inline void set__menu_type_0(int32_t value) { ____menu_type_0 = value; } inline static int32_t get_offset_of__menu_list_type_1() { return static_cast(offsetof(CMenuManager_t3869721565, ____menu_list_type_1)); } inline int32_t get__menu_list_type_1() const { return ____menu_list_type_1; } inline int32_t* get_address_of__menu_list_type_1() { return &____menu_list_type_1; } inline void set__menu_list_type_1(int32_t value) { ____menu_list_type_1 = value; } inline static int32_t get_offset_of__menu_param_2() { return static_cast(offsetof(CMenuManager_t3869721565, ____menu_param_2)); } inline CDataArray_t4068198041 * get__menu_param_2() const { return ____menu_param_2; } inline CDataArray_t4068198041 ** get_address_of__menu_param_2() { return &____menu_param_2; } inline void set__menu_param_2(CDataArray_t4068198041 * value) { ____menu_param_2 = value; Il2CppCodeGenWriteBarrier((&____menu_param_2), value); } inline static int32_t get_offset_of__callback_before_3() { return static_cast(offsetof(CMenuManager_t3869721565, ____callback_before_3)); } inline OnItemClickBefore_t888674743 * get__callback_before_3() const { return ____callback_before_3; } inline OnItemClickBefore_t888674743 ** get_address_of__callback_before_3() { return &____callback_before_3; } inline void set__callback_before_3(OnItemClickBefore_t888674743 * value) { ____callback_before_3 = value; Il2CppCodeGenWriteBarrier((&____callback_before_3), value); } inline static int32_t get_offset_of__callback_End_4() { return static_cast(offsetof(CMenuManager_t3869721565, ____callback_End_4)); } inline OnItemClickEnd_t3682481633 * get__callback_End_4() const { return ____callback_End_4; } inline OnItemClickEnd_t3682481633 ** get_address_of__callback_End_4() { return &____callback_End_4; } inline void set__callback_End_4(OnItemClickEnd_t3682481633 * value) { ____callback_End_4 = value; Il2CppCodeGenWriteBarrier((&____callback_End_4), value); } inline static int32_t get_offset_of__menu_observer_list_5() { return static_cast(offsetof(CMenuManager_t3869721565, ____menu_observer_list_5)); } inline Dictionary_2_t976235305 * get__menu_observer_list_5() const { return ____menu_observer_list_5; } inline Dictionary_2_t976235305 ** get_address_of__menu_observer_list_5() { return &____menu_observer_list_5; } inline void set__menu_observer_list_5(Dictionary_2_t976235305 * value) { ____menu_observer_list_5 = value; Il2CppCodeGenWriteBarrier((&____menu_observer_list_5), value); } }; struct CMenuManager_t3869721565_StaticFields { public: // DMCore.Logic.CMenuManager DMCore.Logic.CMenuManager::s_instance CMenuManager_t3869721565 * ___s_instance_6; public: inline static int32_t get_offset_of_s_instance_6() { return static_cast(offsetof(CMenuManager_t3869721565_StaticFields, ___s_instance_6)); } inline CMenuManager_t3869721565 * get_s_instance_6() const { return ___s_instance_6; } inline CMenuManager_t3869721565 ** get_address_of_s_instance_6() { return &___s_instance_6; } inline void set_s_instance_6(CMenuManager_t3869721565 * value) { ___s_instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_instance_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMENUMANAGER_T3869721565_H #ifndef GIFTINFONODE_T966312645_H #define GIFTINFONODE_T966312645_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GiftInfoNode struct GiftInfoNode_t966312645 : public RuntimeObject { public: // System.Int32 DMCore.Logic.GiftInfoNode::Index int32_t ___Index_0; // System.Collections.Generic.List`1> DMCore.Logic.GiftInfoNode::GiftSet List_1_t1414438697 * ___GiftSet_1; // DMCore.Logic.enumVipGiftState DMCore.Logic.GiftInfoNode::State int32_t ___State_2; public: inline static int32_t get_offset_of_Index_0() { return static_cast(offsetof(GiftInfoNode_t966312645, ___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_GiftSet_1() { return static_cast(offsetof(GiftInfoNode_t966312645, ___GiftSet_1)); } inline List_1_t1414438697 * get_GiftSet_1() const { return ___GiftSet_1; } inline List_1_t1414438697 ** get_address_of_GiftSet_1() { return &___GiftSet_1; } inline void set_GiftSet_1(List_1_t1414438697 * value) { ___GiftSet_1 = value; Il2CppCodeGenWriteBarrier((&___GiftSet_1), value); } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(GiftInfoNode_t966312645, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GIFTINFONODE_T966312645_H #ifndef GIFTPACK_T4141643335_H #define GIFTPACK_T4141643335_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GiftPack struct GiftPack_t4141643335 : public RuntimeObject { public: // System.Int32 DMCore.Logic.GiftPack::nBagId int32_t ___nBagId_0; // System.Int32 DMCore.Logic.GiftPack::ConfigID int32_t ___ConfigID_1; // DMCore.Logic.EGiftPackType DMCore.Logic.GiftPack::Type int32_t ___Type_2; // System.Collections.Generic.List`1 DMCore.Logic.GiftPack::ItemList List_1_t3948706452 * ___ItemList_3; // System.Collections.Generic.List`1 DMCore.Logic.GiftPack::CondList List_1_t3115654357 * ___CondList_4; // System.Int32 DMCore.Logic.GiftPack::WeightTotal int32_t ___WeightTotal_5; // System.Int32 DMCore.Logic.GiftPack::SelectedCount int32_t ___SelectedCount_6; public: inline static int32_t get_offset_of_nBagId_0() { return static_cast(offsetof(GiftPack_t4141643335, ___nBagId_0)); } inline int32_t get_nBagId_0() const { return ___nBagId_0; } inline int32_t* get_address_of_nBagId_0() { return &___nBagId_0; } inline void set_nBagId_0(int32_t value) { ___nBagId_0 = value; } inline static int32_t get_offset_of_ConfigID_1() { return static_cast(offsetof(GiftPack_t4141643335, ___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_Type_2() { return static_cast(offsetof(GiftPack_t4141643335, ___Type_2)); } inline int32_t get_Type_2() const { return ___Type_2; } inline int32_t* get_address_of_Type_2() { return &___Type_2; } inline void set_Type_2(int32_t value) { ___Type_2 = value; } inline static int32_t get_offset_of_ItemList_3() { return static_cast(offsetof(GiftPack_t4141643335, ___ItemList_3)); } inline List_1_t3948706452 * get_ItemList_3() const { return ___ItemList_3; } inline List_1_t3948706452 ** get_address_of_ItemList_3() { return &___ItemList_3; } inline void set_ItemList_3(List_1_t3948706452 * value) { ___ItemList_3 = value; Il2CppCodeGenWriteBarrier((&___ItemList_3), value); } inline static int32_t get_offset_of_CondList_4() { return static_cast(offsetof(GiftPack_t4141643335, ___CondList_4)); } inline List_1_t3115654357 * get_CondList_4() const { return ___CondList_4; } inline List_1_t3115654357 ** get_address_of_CondList_4() { return &___CondList_4; } inline void set_CondList_4(List_1_t3115654357 * value) { ___CondList_4 = value; Il2CppCodeGenWriteBarrier((&___CondList_4), value); } inline static int32_t get_offset_of_WeightTotal_5() { return static_cast(offsetof(GiftPack_t4141643335, ___WeightTotal_5)); } inline int32_t get_WeightTotal_5() const { return ___WeightTotal_5; } inline int32_t* get_address_of_WeightTotal_5() { return &___WeightTotal_5; } inline void set_WeightTotal_5(int32_t value) { ___WeightTotal_5 = value; } inline static int32_t get_offset_of_SelectedCount_6() { return static_cast(offsetof(GiftPack_t4141643335, ___SelectedCount_6)); } inline int32_t get_SelectedCount_6() const { return ___SelectedCount_6; } inline int32_t* get_address_of_SelectedCount_6() { return &___SelectedCount_6; } inline void set_SelectedCount_6(int32_t value) { ___SelectedCount_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GIFTPACK_T4141643335_H #ifndef GIFTPACKAGEITEMCOND_T1643579615_H #define GIFTPACKAGEITEMCOND_T1643579615_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GiftPackageItemCond struct GiftPackageItemCond_t1643579615 : public RuntimeObject { public: // DMCore.Logic.DropCondType DMCore.Logic.GiftPackageItemCond::type int32_t ___type_0; // System.Int32 DMCore.Logic.GiftPackageItemCond::target int32_t ___target_1; // System.Int32 DMCore.Logic.GiftPackageItemCond::current int32_t ___current_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(GiftPackageItemCond_t1643579615, ___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_target_1() { return static_cast(offsetof(GiftPackageItemCond_t1643579615, ___target_1)); } inline int32_t get_target_1() const { return ___target_1; } inline int32_t* get_address_of_target_1() { return &___target_1; } inline void set_target_1(int32_t value) { ___target_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(GiftPackageItemCond_t1643579615, ___current_2)); } inline int32_t get_current_2() const { return ___current_2; } inline int32_t* get_address_of_current_2() { return &___current_2; } inline void set_current_2(int32_t value) { ___current_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GIFTPACKAGEITEMCOND_T1643579615_H #ifndef MENUITEMUNIT_T3997586157_H #define MENUITEMUNIT_T3997586157_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MenuItemUnit struct MenuItemUnit_t3997586157 : public RuntimeObject { public: // DMCore.Logic.MenuItemID DMCore.Logic.MenuItemUnit::item_id int32_t ___item_id_0; // System.String DMCore.Logic.MenuItemUnit::item_icon_name String_t* ___item_icon_name_1; // System.String DMCore.Logic.MenuItemUnit::item_desc String_t* ___item_desc_2; // System.Int32 DMCore.Logic.MenuItemUnit::item_sign_level int32_t ___item_sign_level_3; // System.Boolean DMCore.Logic.MenuItemUnit::item_enable bool ___item_enable_4; public: inline static int32_t get_offset_of_item_id_0() { return static_cast(offsetof(MenuItemUnit_t3997586157, ___item_id_0)); } inline int32_t get_item_id_0() const { return ___item_id_0; } inline int32_t* get_address_of_item_id_0() { return &___item_id_0; } inline void set_item_id_0(int32_t value) { ___item_id_0 = value; } inline static int32_t get_offset_of_item_icon_name_1() { return static_cast(offsetof(MenuItemUnit_t3997586157, ___item_icon_name_1)); } inline String_t* get_item_icon_name_1() const { return ___item_icon_name_1; } inline String_t** get_address_of_item_icon_name_1() { return &___item_icon_name_1; } inline void set_item_icon_name_1(String_t* value) { ___item_icon_name_1 = value; Il2CppCodeGenWriteBarrier((&___item_icon_name_1), value); } inline static int32_t get_offset_of_item_desc_2() { return static_cast(offsetof(MenuItemUnit_t3997586157, ___item_desc_2)); } inline String_t* get_item_desc_2() const { return ___item_desc_2; } inline String_t** get_address_of_item_desc_2() { return &___item_desc_2; } inline void set_item_desc_2(String_t* value) { ___item_desc_2 = value; Il2CppCodeGenWriteBarrier((&___item_desc_2), value); } inline static int32_t get_offset_of_item_sign_level_3() { return static_cast(offsetof(MenuItemUnit_t3997586157, ___item_sign_level_3)); } inline int32_t get_item_sign_level_3() const { return ___item_sign_level_3; } inline int32_t* get_address_of_item_sign_level_3() { return &___item_sign_level_3; } inline void set_item_sign_level_3(int32_t value) { ___item_sign_level_3 = value; } inline static int32_t get_offset_of_item_enable_4() { return static_cast(offsetof(MenuItemUnit_t3997586157, ___item_enable_4)); } inline bool get_item_enable_4() const { return ___item_enable_4; } inline bool* get_address_of_item_enable_4() { return &___item_enable_4; } inline void set_item_enable_4(bool value) { ___item_enable_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MENUITEMUNIT_T3997586157_H #ifndef JSONDATA_T1524858407_H #define JSONDATA_T1524858407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonData struct JsonData_t1524858407 : public RuntimeObject { public: // System.Collections.Generic.IList`1 LitJson.JsonData::inst_array RuntimeObject* ___inst_array_0; // System.Boolean LitJson.JsonData::inst_boolean bool ___inst_boolean_1; // System.Double LitJson.JsonData::inst_double double ___inst_double_2; // System.Int32 LitJson.JsonData::inst_int int32_t ___inst_int_3; // System.Int64 LitJson.JsonData::inst_long int64_t ___inst_long_4; // System.Collections.Generic.IDictionary`2 LitJson.JsonData::inst_object RuntimeObject* ___inst_object_5; // System.String LitJson.JsonData::inst_string String_t* ___inst_string_6; // System.String LitJson.JsonData::json String_t* ___json_7; // LitJson.JsonType LitJson.JsonData::type int32_t ___type_8; // System.Collections.Generic.IList`1> LitJson.JsonData::object_list RuntimeObject* ___object_list_9; public: inline static int32_t get_offset_of_inst_array_0() { return static_cast(offsetof(JsonData_t1524858407, ___inst_array_0)); } inline RuntimeObject* get_inst_array_0() const { return ___inst_array_0; } inline RuntimeObject** get_address_of_inst_array_0() { return &___inst_array_0; } inline void set_inst_array_0(RuntimeObject* value) { ___inst_array_0 = value; Il2CppCodeGenWriteBarrier((&___inst_array_0), value); } inline static int32_t get_offset_of_inst_boolean_1() { return static_cast(offsetof(JsonData_t1524858407, ___inst_boolean_1)); } inline bool get_inst_boolean_1() const { return ___inst_boolean_1; } inline bool* get_address_of_inst_boolean_1() { return &___inst_boolean_1; } inline void set_inst_boolean_1(bool value) { ___inst_boolean_1 = value; } inline static int32_t get_offset_of_inst_double_2() { return static_cast(offsetof(JsonData_t1524858407, ___inst_double_2)); } inline double get_inst_double_2() const { return ___inst_double_2; } inline double* get_address_of_inst_double_2() { return &___inst_double_2; } inline void set_inst_double_2(double value) { ___inst_double_2 = value; } inline static int32_t get_offset_of_inst_int_3() { return static_cast(offsetof(JsonData_t1524858407, ___inst_int_3)); } inline int32_t get_inst_int_3() const { return ___inst_int_3; } inline int32_t* get_address_of_inst_int_3() { return &___inst_int_3; } inline void set_inst_int_3(int32_t value) { ___inst_int_3 = value; } inline static int32_t get_offset_of_inst_long_4() { return static_cast(offsetof(JsonData_t1524858407, ___inst_long_4)); } inline int64_t get_inst_long_4() const { return ___inst_long_4; } inline int64_t* get_address_of_inst_long_4() { return &___inst_long_4; } inline void set_inst_long_4(int64_t value) { ___inst_long_4 = value; } inline static int32_t get_offset_of_inst_object_5() { return static_cast(offsetof(JsonData_t1524858407, ___inst_object_5)); } inline RuntimeObject* get_inst_object_5() const { return ___inst_object_5; } inline RuntimeObject** get_address_of_inst_object_5() { return &___inst_object_5; } inline void set_inst_object_5(RuntimeObject* value) { ___inst_object_5 = value; Il2CppCodeGenWriteBarrier((&___inst_object_5), value); } inline static int32_t get_offset_of_inst_string_6() { return static_cast(offsetof(JsonData_t1524858407, ___inst_string_6)); } inline String_t* get_inst_string_6() const { return ___inst_string_6; } inline String_t** get_address_of_inst_string_6() { return &___inst_string_6; } inline void set_inst_string_6(String_t* value) { ___inst_string_6 = value; Il2CppCodeGenWriteBarrier((&___inst_string_6), value); } inline static int32_t get_offset_of_json_7() { return static_cast(offsetof(JsonData_t1524858407, ___json_7)); } inline String_t* get_json_7() const { return ___json_7; } inline String_t** get_address_of_json_7() { return &___json_7; } inline void set_json_7(String_t* value) { ___json_7 = value; Il2CppCodeGenWriteBarrier((&___json_7), value); } inline static int32_t get_offset_of_type_8() { return static_cast(offsetof(JsonData_t1524858407, ___type_8)); } inline int32_t get_type_8() const { return ___type_8; } inline int32_t* get_address_of_type_8() { return &___type_8; } inline void set_type_8(int32_t value) { ___type_8 = value; } inline static int32_t get_offset_of_object_list_9() { return static_cast(offsetof(JsonData_t1524858407, ___object_list_9)); } inline RuntimeObject* get_object_list_9() const { return ___object_list_9; } inline RuntimeObject** get_address_of_object_list_9() { return &___object_list_9; } inline void set_object_list_9(RuntimeObject* value) { ___object_list_9 = value; Il2CppCodeGenWriteBarrier((&___object_list_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONDATA_T1524858407_H #ifndef CACTIVITYPICLOCALLOADIMAGEMSG_T3362388355_H #define CACTIVITYPICLOCALLOADIMAGEMSG_T3362388355_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicActivityPic/CActivityPicLocalLoadImageMsg struct CActivityPicLocalLoadImageMsg_t3362388355 : public CThreadMsgWebGet_t2224858682 { public: // DMCore.Logic.logicActivityPic/CActivityPicData DMCore.Logic.logicActivityPic/CActivityPicLocalLoadImageMsg::m_data CActivityPicData_t4037644981 * ___m_data_5; // System.String DMCore.Logic.logicActivityPic/CActivityPicLocalLoadImageMsg::m_fileName String_t* ___m_fileName_6; // System.Byte[] DMCore.Logic.logicActivityPic/CActivityPicLocalLoadImageMsg::result ByteU5BU5D_t4116647657* ___result_7; public: inline static int32_t get_offset_of_m_data_5() { return static_cast(offsetof(CActivityPicLocalLoadImageMsg_t3362388355, ___m_data_5)); } inline CActivityPicData_t4037644981 * get_m_data_5() const { return ___m_data_5; } inline CActivityPicData_t4037644981 ** get_address_of_m_data_5() { return &___m_data_5; } inline void set_m_data_5(CActivityPicData_t4037644981 * value) { ___m_data_5 = value; Il2CppCodeGenWriteBarrier((&___m_data_5), value); } inline static int32_t get_offset_of_m_fileName_6() { return static_cast(offsetof(CActivityPicLocalLoadImageMsg_t3362388355, ___m_fileName_6)); } inline String_t* get_m_fileName_6() const { return ___m_fileName_6; } inline String_t** get_address_of_m_fileName_6() { return &___m_fileName_6; } inline void set_m_fileName_6(String_t* value) { ___m_fileName_6 = value; Il2CppCodeGenWriteBarrier((&___m_fileName_6), value); } inline static int32_t get_offset_of_result_7() { return static_cast(offsetof(CActivityPicLocalLoadImageMsg_t3362388355, ___result_7)); } inline ByteU5BU5D_t4116647657* get_result_7() const { return ___result_7; } inline ByteU5BU5D_t4116647657** get_address_of_result_7() { return &___result_7; } inline void set_result_7(ByteU5BU5D_t4116647657* value) { ___result_7 = value; Il2CppCodeGenWriteBarrier((&___result_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYPICLOCALLOADIMAGEMSG_T3362388355_H #ifndef NOTICETASKDETAIL_T2956906147_H #define NOTICETASKDETAIL_T2956906147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.NoticeTaskDetail struct NoticeTaskDetail_t2956906147 : public RuntimeObject { public: // System.Int32 DMCore.Logic.NoticeTaskDetail::mainTaskID int32_t ___mainTaskID_0; // System.Int32 DMCore.Logic.NoticeTaskDetail::subTaskID int32_t ___subTaskID_1; // DMCore.Logic.emTaskState DMCore.Logic.NoticeTaskDetail::taskState int32_t ___taskState_2; // System.Int32 DMCore.Logic.NoticeTaskDetail::expendPower int32_t ___expendPower_3; // System.Int32 DMCore.Logic.NoticeTaskDetail::totalPower int32_t ___totalPower_4; // System.Int32 DMCore.Logic.NoticeTaskDetail::expendTime int32_t ___expendTime_5; // System.Int32 DMCore.Logic.NoticeTaskDetail::surplusTime int32_t ___surplusTime_6; // System.Int32 DMCore.Logic.NoticeTaskDetail::taskIntegral int32_t ___taskIntegral_7; // System.Int32 DMCore.Logic.NoticeTaskDetail::taskExp int32_t ___taskExp_8; // System.Int64 DMCore.Logic.NoticeTaskDetail::firendID int64_t ___firendID_9; // System.String DMCore.Logic.NoticeTaskDetail::firendName String_t* ___firendName_10; // System.Collections.Generic.List`1 DMCore.Logic.NoticeTaskDetail::m_expecAward List_1_t3149535657 * ___m_expecAward_11; // System.Collections.Generic.List`1 DMCore.Logic.NoticeTaskDetail::m_extraAward List_1_t3149535657 * ___m_extraAward_12; public: inline static int32_t get_offset_of_mainTaskID_0() { return static_cast(offsetof(NoticeTaskDetail_t2956906147, ___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_subTaskID_1() { return static_cast(offsetof(NoticeTaskDetail_t2956906147, ___subTaskID_1)); } inline int32_t get_subTaskID_1() const { return ___subTaskID_1; } inline int32_t* get_address_of_subTaskID_1() { return &___subTaskID_1; } inline void set_subTaskID_1(int32_t value) { ___subTaskID_1 = value; } inline static int32_t get_offset_of_taskState_2() { return static_cast(offsetof(NoticeTaskDetail_t2956906147, ___taskState_2)); } inline int32_t get_taskState_2() const { return ___taskState_2; } inline int32_t* get_address_of_taskState_2() { return &___taskState_2; } inline void set_taskState_2(int32_t value) { ___taskState_2 = value; } inline static int32_t get_offset_of_expendPower_3() { return static_cast(offsetof(NoticeTaskDetail_t2956906147, ___expendPower_3)); } inline int32_t get_expendPower_3() const { return ___expendPower_3; } inline int32_t* get_address_of_expendPower_3() { return &___expendPower_3; } inline void set_expendPower_3(int32_t value) { ___expendPower_3 = value; } inline static int32_t get_offset_of_totalPower_4() { return static_cast(offsetof(NoticeTaskDetail_t2956906147, ___totalPower_4)); } inline int32_t get_totalPower_4() const { return ___totalPower_4; } inline int32_t* get_address_of_totalPower_4() { return &___totalPower_4; } inline void set_totalPower_4(int32_t value) { ___totalPower_4 = value; } inline static int32_t get_offset_of_expendTime_5() { return static_cast(offsetof(NoticeTaskDetail_t2956906147, ___expendTime_5)); } inline int32_t get_expendTime_5() const { return ___expendTime_5; } inline int32_t* get_address_of_expendTime_5() { return &___expendTime_5; } inline void set_expendTime_5(int32_t value) { ___expendTime_5 = value; } inline static int32_t get_offset_of_surplusTime_6() { return static_cast(offsetof(NoticeTaskDetail_t2956906147, ___surplusTime_6)); } inline int32_t get_surplusTime_6() const { return ___surplusTime_6; } inline int32_t* get_address_of_surplusTime_6() { return &___surplusTime_6; } inline void set_surplusTime_6(int32_t value) { ___surplusTime_6 = value; } inline static int32_t get_offset_of_taskIntegral_7() { return static_cast(offsetof(NoticeTaskDetail_t2956906147, ___taskIntegral_7)); } inline int32_t get_taskIntegral_7() const { return ___taskIntegral_7; } inline int32_t* get_address_of_taskIntegral_7() { return &___taskIntegral_7; } inline void set_taskIntegral_7(int32_t value) { ___taskIntegral_7 = value; } inline static int32_t get_offset_of_taskExp_8() { return static_cast(offsetof(NoticeTaskDetail_t2956906147, ___taskExp_8)); } inline int32_t get_taskExp_8() const { return ___taskExp_8; } inline int32_t* get_address_of_taskExp_8() { return &___taskExp_8; } inline void set_taskExp_8(int32_t value) { ___taskExp_8 = value; } inline static int32_t get_offset_of_firendID_9() { return static_cast(offsetof(NoticeTaskDetail_t2956906147, ___firendID_9)); } inline int64_t get_firendID_9() const { return ___firendID_9; } inline int64_t* get_address_of_firendID_9() { return &___firendID_9; } inline void set_firendID_9(int64_t value) { ___firendID_9 = value; } inline static int32_t get_offset_of_firendName_10() { return static_cast(offsetof(NoticeTaskDetail_t2956906147, ___firendName_10)); } inline String_t* get_firendName_10() const { return ___firendName_10; } inline String_t** get_address_of_firendName_10() { return &___firendName_10; } inline void set_firendName_10(String_t* value) { ___firendName_10 = value; Il2CppCodeGenWriteBarrier((&___firendName_10), value); } inline static int32_t get_offset_of_m_expecAward_11() { return static_cast(offsetof(NoticeTaskDetail_t2956906147, ___m_expecAward_11)); } inline List_1_t3149535657 * get_m_expecAward_11() const { return ___m_expecAward_11; } inline List_1_t3149535657 ** get_address_of_m_expecAward_11() { return &___m_expecAward_11; } inline void set_m_expecAward_11(List_1_t3149535657 * value) { ___m_expecAward_11 = value; Il2CppCodeGenWriteBarrier((&___m_expecAward_11), value); } inline static int32_t get_offset_of_m_extraAward_12() { return static_cast(offsetof(NoticeTaskDetail_t2956906147, ___m_extraAward_12)); } inline List_1_t3149535657 * get_m_extraAward_12() const { return ___m_extraAward_12; } inline List_1_t3149535657 ** get_address_of_m_extraAward_12() { return &___m_extraAward_12; } inline void set_m_extraAward_12(List_1_t3149535657 * value) { ___m_extraAward_12 = value; Il2CppCodeGenWriteBarrier((&___m_extraAward_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTICETASKDETAIL_T2956906147_H #ifndef CBROADCASTTEXTMSG_T2743237920_H #define CBROADCASTTEXTMSG_T2743237920_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicLoginBroadCast/CBroadCastTextMsg struct CBroadCastTextMsg_t2743237920 : public CThreadMsgWebGet_t2224858682 { public: // System.String DMCore.Logic.logicLoginBroadCast/CBroadCastTextMsg::m_fileName String_t* ___m_fileName_5; public: inline static int32_t get_offset_of_m_fileName_5() { return static_cast(offsetof(CBroadCastTextMsg_t2743237920, ___m_fileName_5)); } inline String_t* get_m_fileName_5() const { return ___m_fileName_5; } inline String_t** get_address_of_m_fileName_5() { return &___m_fileName_5; } inline void set_m_fileName_5(String_t* value) { ___m_fileName_5 = value; Il2CppCodeGenWriteBarrier((&___m_fileName_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBROADCASTTEXTMSG_T2743237920_H #ifndef MAGICWORKSHOPMAINMANAGER_T420038521_H #define MAGICWORKSHOPMAINMANAGER_T420038521_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MagicWorkShopMainManager struct MagicWorkShopMainManager_t420038521 : public IMonoCtrllor_t1427182583 { public: // DMCore.Logic.MagicWorkShopMainManager/OnConfirmChooseCloth DMCore.Logic.MagicWorkShopMainManager::k__BackingField OnConfirmChooseCloth_t3730002751 * ___U3CGetCurCallBackU3Ek__BackingField_1; // System.Boolean DMCore.Logic.MagicWorkShopMainManager::k__BackingField bool ___U3CisChooseClothU3Ek__BackingField_2; // DMCore.Logic.ChooseClothType DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CCurrenChooseClothTypeU3Ek__BackingField_3; // System.Int32 DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CGetCurrentServerIDU3Ek__BackingField_4; // System.Int32 DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CGetCurrentSavedServerIDU3Ek__BackingField_5; // System.String DMCore.Logic.MagicWorkShopMainManager::k__BackingField String_t* ___U3CGetCurrentHammerNameU3Ek__BackingField_6; // System.Int32 DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CGetCurrentHammerIDU3Ek__BackingField_7; // System.Int32 DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CCurrentSavedClothServerIDU3Ek__BackingField_8; // System.Int32 DMCore.Logic.MagicWorkShopMainManager::k__BackingField int32_t ___U3CCurrentSavedJewelServerIDU3Ek__BackingField_9; // System.Boolean DMCore.Logic.MagicWorkShopMainManager::k__BackingField bool ___U3CRequestRemoveJewelU3Ek__BackingField_10; // CDataModelInt DMCore.Logic.MagicWorkShopMainManager::HandBookJewelId CDataModelInt_t3463393640 * ___HandBookJewelId_11; // CDataModelInt DMCore.Logic.MagicWorkShopMainManager::HandBookJewelType CDataModelInt_t3463393640 * ___HandBookJewelType_12; // CDataModelBool DMCore.Logic.MagicWorkShopMainManager::k__BackingField CDataModelBool_t2269476966 * ___U3CbNeedGetMaterialCfgU3Ek__BackingField_13; // CDataModelBool DMCore.Logic.MagicWorkShopMainManager::k__BackingField CDataModelBool_t2269476966 * ___U3CIsAlreadyMaxLevelU3Ek__BackingField_14; // CDataModelBool DMCore.Logic.MagicWorkShopMainManager::IsNeedShowHandBookBtn CDataModelBool_t2269476966 * ___IsNeedShowHandBookBtn_15; // CDataModelMap DMCore.Logic.MagicWorkShopMainManager::materialCfg CDataModelMap_t1093164792 * ___materialCfg_16; // CDataModelInt DMCore.Logic.MagicWorkShopMainManager::wearClothConfigId CDataModelInt_t3463393640 * ___wearClothConfigId_17; // System.Collections.Generic.List`1 DMCore.Logic.MagicWorkShopMainManager::m_UpgradeCloth List_1_t4014798088 * ___m_UpgradeCloth_19; // DMCore.Framework.Scene.ISceneRole DMCore.Logic.MagicWorkShopMainManager::magWorkShopModel ISceneRole_t2394225724 * ___magWorkShopModel_20; public: inline static int32_t get_offset_of_U3CGetCurCallBackU3Ek__BackingField_1() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CGetCurCallBackU3Ek__BackingField_1)); } inline OnConfirmChooseCloth_t3730002751 * get_U3CGetCurCallBackU3Ek__BackingField_1() const { return ___U3CGetCurCallBackU3Ek__BackingField_1; } inline OnConfirmChooseCloth_t3730002751 ** get_address_of_U3CGetCurCallBackU3Ek__BackingField_1() { return &___U3CGetCurCallBackU3Ek__BackingField_1; } inline void set_U3CGetCurCallBackU3Ek__BackingField_1(OnConfirmChooseCloth_t3730002751 * value) { ___U3CGetCurCallBackU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CGetCurCallBackU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CisChooseClothU3Ek__BackingField_2() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CisChooseClothU3Ek__BackingField_2)); } inline bool get_U3CisChooseClothU3Ek__BackingField_2() const { return ___U3CisChooseClothU3Ek__BackingField_2; } inline bool* get_address_of_U3CisChooseClothU3Ek__BackingField_2() { return &___U3CisChooseClothU3Ek__BackingField_2; } inline void set_U3CisChooseClothU3Ek__BackingField_2(bool value) { ___U3CisChooseClothU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CCurrenChooseClothTypeU3Ek__BackingField_3() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CCurrenChooseClothTypeU3Ek__BackingField_3)); } inline int32_t get_U3CCurrenChooseClothTypeU3Ek__BackingField_3() const { return ___U3CCurrenChooseClothTypeU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CCurrenChooseClothTypeU3Ek__BackingField_3() { return &___U3CCurrenChooseClothTypeU3Ek__BackingField_3; } inline void set_U3CCurrenChooseClothTypeU3Ek__BackingField_3(int32_t value) { ___U3CCurrenChooseClothTypeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CGetCurrentServerIDU3Ek__BackingField_4() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CGetCurrentServerIDU3Ek__BackingField_4)); } inline int32_t get_U3CGetCurrentServerIDU3Ek__BackingField_4() const { return ___U3CGetCurrentServerIDU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CGetCurrentServerIDU3Ek__BackingField_4() { return &___U3CGetCurrentServerIDU3Ek__BackingField_4; } inline void set_U3CGetCurrentServerIDU3Ek__BackingField_4(int32_t value) { ___U3CGetCurrentServerIDU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CGetCurrentSavedServerIDU3Ek__BackingField_5() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CGetCurrentSavedServerIDU3Ek__BackingField_5)); } inline int32_t get_U3CGetCurrentSavedServerIDU3Ek__BackingField_5() const { return ___U3CGetCurrentSavedServerIDU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CGetCurrentSavedServerIDU3Ek__BackingField_5() { return &___U3CGetCurrentSavedServerIDU3Ek__BackingField_5; } inline void set_U3CGetCurrentSavedServerIDU3Ek__BackingField_5(int32_t value) { ___U3CGetCurrentSavedServerIDU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CGetCurrentHammerNameU3Ek__BackingField_6() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CGetCurrentHammerNameU3Ek__BackingField_6)); } inline String_t* get_U3CGetCurrentHammerNameU3Ek__BackingField_6() const { return ___U3CGetCurrentHammerNameU3Ek__BackingField_6; } inline String_t** get_address_of_U3CGetCurrentHammerNameU3Ek__BackingField_6() { return &___U3CGetCurrentHammerNameU3Ek__BackingField_6; } inline void set_U3CGetCurrentHammerNameU3Ek__BackingField_6(String_t* value) { ___U3CGetCurrentHammerNameU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CGetCurrentHammerNameU3Ek__BackingField_6), value); } inline static int32_t get_offset_of_U3CGetCurrentHammerIDU3Ek__BackingField_7() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CGetCurrentHammerIDU3Ek__BackingField_7)); } inline int32_t get_U3CGetCurrentHammerIDU3Ek__BackingField_7() const { return ___U3CGetCurrentHammerIDU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CGetCurrentHammerIDU3Ek__BackingField_7() { return &___U3CGetCurrentHammerIDU3Ek__BackingField_7; } inline void set_U3CGetCurrentHammerIDU3Ek__BackingField_7(int32_t value) { ___U3CGetCurrentHammerIDU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CCurrentSavedClothServerIDU3Ek__BackingField_8() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CCurrentSavedClothServerIDU3Ek__BackingField_8)); } inline int32_t get_U3CCurrentSavedClothServerIDU3Ek__BackingField_8() const { return ___U3CCurrentSavedClothServerIDU3Ek__BackingField_8; } inline int32_t* get_address_of_U3CCurrentSavedClothServerIDU3Ek__BackingField_8() { return &___U3CCurrentSavedClothServerIDU3Ek__BackingField_8; } inline void set_U3CCurrentSavedClothServerIDU3Ek__BackingField_8(int32_t value) { ___U3CCurrentSavedClothServerIDU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CCurrentSavedJewelServerIDU3Ek__BackingField_9() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CCurrentSavedJewelServerIDU3Ek__BackingField_9)); } inline int32_t get_U3CCurrentSavedJewelServerIDU3Ek__BackingField_9() const { return ___U3CCurrentSavedJewelServerIDU3Ek__BackingField_9; } inline int32_t* get_address_of_U3CCurrentSavedJewelServerIDU3Ek__BackingField_9() { return &___U3CCurrentSavedJewelServerIDU3Ek__BackingField_9; } inline void set_U3CCurrentSavedJewelServerIDU3Ek__BackingField_9(int32_t value) { ___U3CCurrentSavedJewelServerIDU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CRequestRemoveJewelU3Ek__BackingField_10() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CRequestRemoveJewelU3Ek__BackingField_10)); } inline bool get_U3CRequestRemoveJewelU3Ek__BackingField_10() const { return ___U3CRequestRemoveJewelU3Ek__BackingField_10; } inline bool* get_address_of_U3CRequestRemoveJewelU3Ek__BackingField_10() { return &___U3CRequestRemoveJewelU3Ek__BackingField_10; } inline void set_U3CRequestRemoveJewelU3Ek__BackingField_10(bool value) { ___U3CRequestRemoveJewelU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_HandBookJewelId_11() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___HandBookJewelId_11)); } inline CDataModelInt_t3463393640 * get_HandBookJewelId_11() const { return ___HandBookJewelId_11; } inline CDataModelInt_t3463393640 ** get_address_of_HandBookJewelId_11() { return &___HandBookJewelId_11; } inline void set_HandBookJewelId_11(CDataModelInt_t3463393640 * value) { ___HandBookJewelId_11 = value; Il2CppCodeGenWriteBarrier((&___HandBookJewelId_11), value); } inline static int32_t get_offset_of_HandBookJewelType_12() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___HandBookJewelType_12)); } inline CDataModelInt_t3463393640 * get_HandBookJewelType_12() const { return ___HandBookJewelType_12; } inline CDataModelInt_t3463393640 ** get_address_of_HandBookJewelType_12() { return &___HandBookJewelType_12; } inline void set_HandBookJewelType_12(CDataModelInt_t3463393640 * value) { ___HandBookJewelType_12 = value; Il2CppCodeGenWriteBarrier((&___HandBookJewelType_12), value); } inline static int32_t get_offset_of_U3CbNeedGetMaterialCfgU3Ek__BackingField_13() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CbNeedGetMaterialCfgU3Ek__BackingField_13)); } inline CDataModelBool_t2269476966 * get_U3CbNeedGetMaterialCfgU3Ek__BackingField_13() const { return ___U3CbNeedGetMaterialCfgU3Ek__BackingField_13; } inline CDataModelBool_t2269476966 ** get_address_of_U3CbNeedGetMaterialCfgU3Ek__BackingField_13() { return &___U3CbNeedGetMaterialCfgU3Ek__BackingField_13; } inline void set_U3CbNeedGetMaterialCfgU3Ek__BackingField_13(CDataModelBool_t2269476966 * value) { ___U3CbNeedGetMaterialCfgU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((&___U3CbNeedGetMaterialCfgU3Ek__BackingField_13), value); } inline static int32_t get_offset_of_U3CIsAlreadyMaxLevelU3Ek__BackingField_14() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___U3CIsAlreadyMaxLevelU3Ek__BackingField_14)); } inline CDataModelBool_t2269476966 * get_U3CIsAlreadyMaxLevelU3Ek__BackingField_14() const { return ___U3CIsAlreadyMaxLevelU3Ek__BackingField_14; } inline CDataModelBool_t2269476966 ** get_address_of_U3CIsAlreadyMaxLevelU3Ek__BackingField_14() { return &___U3CIsAlreadyMaxLevelU3Ek__BackingField_14; } inline void set_U3CIsAlreadyMaxLevelU3Ek__BackingField_14(CDataModelBool_t2269476966 * value) { ___U3CIsAlreadyMaxLevelU3Ek__BackingField_14 = value; Il2CppCodeGenWriteBarrier((&___U3CIsAlreadyMaxLevelU3Ek__BackingField_14), value); } inline static int32_t get_offset_of_IsNeedShowHandBookBtn_15() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___IsNeedShowHandBookBtn_15)); } inline CDataModelBool_t2269476966 * get_IsNeedShowHandBookBtn_15() const { return ___IsNeedShowHandBookBtn_15; } inline CDataModelBool_t2269476966 ** get_address_of_IsNeedShowHandBookBtn_15() { return &___IsNeedShowHandBookBtn_15; } inline void set_IsNeedShowHandBookBtn_15(CDataModelBool_t2269476966 * value) { ___IsNeedShowHandBookBtn_15 = value; Il2CppCodeGenWriteBarrier((&___IsNeedShowHandBookBtn_15), value); } inline static int32_t get_offset_of_materialCfg_16() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___materialCfg_16)); } inline CDataModelMap_t1093164792 * get_materialCfg_16() const { return ___materialCfg_16; } inline CDataModelMap_t1093164792 ** get_address_of_materialCfg_16() { return &___materialCfg_16; } inline void set_materialCfg_16(CDataModelMap_t1093164792 * value) { ___materialCfg_16 = value; Il2CppCodeGenWriteBarrier((&___materialCfg_16), value); } inline static int32_t get_offset_of_wearClothConfigId_17() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___wearClothConfigId_17)); } inline CDataModelInt_t3463393640 * get_wearClothConfigId_17() const { return ___wearClothConfigId_17; } inline CDataModelInt_t3463393640 ** get_address_of_wearClothConfigId_17() { return &___wearClothConfigId_17; } inline void set_wearClothConfigId_17(CDataModelInt_t3463393640 * value) { ___wearClothConfigId_17 = value; Il2CppCodeGenWriteBarrier((&___wearClothConfigId_17), value); } inline static int32_t get_offset_of_m_UpgradeCloth_19() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___m_UpgradeCloth_19)); } inline List_1_t4014798088 * get_m_UpgradeCloth_19() const { return ___m_UpgradeCloth_19; } inline List_1_t4014798088 ** get_address_of_m_UpgradeCloth_19() { return &___m_UpgradeCloth_19; } inline void set_m_UpgradeCloth_19(List_1_t4014798088 * value) { ___m_UpgradeCloth_19 = value; Il2CppCodeGenWriteBarrier((&___m_UpgradeCloth_19), value); } inline static int32_t get_offset_of_magWorkShopModel_20() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521, ___magWorkShopModel_20)); } inline ISceneRole_t2394225724 * get_magWorkShopModel_20() const { return ___magWorkShopModel_20; } inline ISceneRole_t2394225724 ** get_address_of_magWorkShopModel_20() { return &___magWorkShopModel_20; } inline void set_magWorkShopModel_20(ISceneRole_t2394225724 * value) { ___magWorkShopModel_20 = value; Il2CppCodeGenWriteBarrier((&___magWorkShopModel_20), value); } }; struct MagicWorkShopMainManager_t420038521_StaticFields { public: // DMCore.Logic.MagicWorkShopMainManager DMCore.Logic.MagicWorkShopMainManager::s_Instance MagicWorkShopMainManager_t420038521 * ___s_Instance_18; // ScenePersonalWndShop/OnClickMsgCallBack DMCore.Logic.MagicWorkShopMainManager::<>f__mg$cache0 OnClickMsgCallBack_t2526724959 * ___U3CU3Ef__mgU24cache0_21; public: inline static int32_t get_offset_of_s_Instance_18() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521_StaticFields, ___s_Instance_18)); } inline MagicWorkShopMainManager_t420038521 * get_s_Instance_18() const { return ___s_Instance_18; } inline MagicWorkShopMainManager_t420038521 ** get_address_of_s_Instance_18() { return &___s_Instance_18; } inline void set_s_Instance_18(MagicWorkShopMainManager_t420038521 * value) { ___s_Instance_18 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_18), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_21() { return static_cast(offsetof(MagicWorkShopMainManager_t420038521_StaticFields, ___U3CU3Ef__mgU24cache0_21)); } inline OnClickMsgCallBack_t2526724959 * get_U3CU3Ef__mgU24cache0_21() const { return ___U3CU3Ef__mgU24cache0_21; } inline OnClickMsgCallBack_t2526724959 ** get_address_of_U3CU3Ef__mgU24cache0_21() { return &___U3CU3Ef__mgU24cache0_21; } inline void set_U3CU3Ef__mgU24cache0_21(OnClickMsgCallBack_t2526724959 * value) { ___U3CU3Ef__mgU24cache0_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MAGICWORKSHOPMAINMANAGER_T420038521_H #ifndef 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 FRAGMENTSHOPITEM_T3036111334_H #define FRAGMENTSHOPITEM_T3036111334_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.FragmentShopItem struct FragmentShopItem_t3036111334 : public RuntimeObject { public: // System.Int32 DMCore.Logic.FragmentShopItem::nConfigId int32_t ___nConfigId_0; // System.Int32 DMCore.Logic.FragmentShopItem::nModel int32_t ___nModel_1; // System.Int32 DMCore.Logic.FragmentShopItem::nLabel int32_t ___nLabel_2; // System.Int32 DMCore.Logic.FragmentShopItem::nTimeLimit int32_t ___nTimeLimit_3; // System.Int32 DMCore.Logic.FragmentShopItem::nLimitType int32_t ___nLimitType_4; // System.Int32 DMCore.Logic.FragmentShopItem::nLimitValue int32_t ___nLimitValue_5; // DMCore.Logic.FRAGMENTTYPE_COIN_TYPE DMCore.Logic.FragmentShopItem::eCoinType1 int32_t ___eCoinType1_6; // System.Int32 DMCore.Logic.FragmentShopItem::nPrice1 int32_t ___nPrice1_7; // DMCore.Logic.FRAGMENTTYPE_COIN_TYPE DMCore.Logic.FragmentShopItem::eCoinType int32_t ___eCoinType_8; // System.Int32 DMCore.Logic.FragmentShopItem::nPrice int32_t ___nPrice_9; // DMCore.Logic.FRAGMENTTYPE_COIN_TYPE DMCore.Logic.FragmentShopItem::eCoinType3 int32_t ___eCoinType3_10; // System.Int32 DMCore.Logic.FragmentShopItem::nPrice3 int32_t ___nPrice3_11; // System.Int32 DMCore.Logic.FragmentShopItem::nNumLimitType int32_t ___nNumLimitType_12; // System.Int32 DMCore.Logic.FragmentShopItem::nNumLimitValue int32_t ___nNumLimitValue_13; // CDataModelBool DMCore.Logic.FragmentShopItem::bIsOwn CDataModelBool_t2269476966 * ___bIsOwn_14; // System.Int32 DMCore.Logic.FragmentShopItem::nOrderID int32_t ___nOrderID_15; public: inline static int32_t get_offset_of_nConfigId_0() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___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_nModel_1() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___nModel_1)); } inline int32_t get_nModel_1() const { return ___nModel_1; } inline int32_t* get_address_of_nModel_1() { return &___nModel_1; } inline void set_nModel_1(int32_t value) { ___nModel_1 = value; } inline static int32_t get_offset_of_nLabel_2() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___nLabel_2)); } inline int32_t get_nLabel_2() const { return ___nLabel_2; } inline int32_t* get_address_of_nLabel_2() { return &___nLabel_2; } inline void set_nLabel_2(int32_t value) { ___nLabel_2 = value; } inline static int32_t get_offset_of_nTimeLimit_3() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___nTimeLimit_3)); } inline int32_t get_nTimeLimit_3() const { return ___nTimeLimit_3; } inline int32_t* get_address_of_nTimeLimit_3() { return &___nTimeLimit_3; } inline void set_nTimeLimit_3(int32_t value) { ___nTimeLimit_3 = value; } inline static int32_t get_offset_of_nLimitType_4() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___nLimitType_4)); } inline int32_t get_nLimitType_4() const { return ___nLimitType_4; } inline int32_t* get_address_of_nLimitType_4() { return &___nLimitType_4; } inline void set_nLimitType_4(int32_t value) { ___nLimitType_4 = value; } inline static int32_t get_offset_of_nLimitValue_5() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___nLimitValue_5)); } inline int32_t get_nLimitValue_5() const { return ___nLimitValue_5; } inline int32_t* get_address_of_nLimitValue_5() { return &___nLimitValue_5; } inline void set_nLimitValue_5(int32_t value) { ___nLimitValue_5 = value; } inline static int32_t get_offset_of_eCoinType1_6() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___eCoinType1_6)); } inline int32_t get_eCoinType1_6() const { return ___eCoinType1_6; } inline int32_t* get_address_of_eCoinType1_6() { return &___eCoinType1_6; } inline void set_eCoinType1_6(int32_t value) { ___eCoinType1_6 = value; } inline static int32_t get_offset_of_nPrice1_7() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___nPrice1_7)); } inline int32_t get_nPrice1_7() const { return ___nPrice1_7; } inline int32_t* get_address_of_nPrice1_7() { return &___nPrice1_7; } inline void set_nPrice1_7(int32_t value) { ___nPrice1_7 = value; } inline static int32_t get_offset_of_eCoinType_8() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___eCoinType_8)); } inline int32_t get_eCoinType_8() const { return ___eCoinType_8; } inline int32_t* get_address_of_eCoinType_8() { return &___eCoinType_8; } inline void set_eCoinType_8(int32_t value) { ___eCoinType_8 = value; } inline static int32_t get_offset_of_nPrice_9() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___nPrice_9)); } inline int32_t get_nPrice_9() const { return ___nPrice_9; } inline int32_t* get_address_of_nPrice_9() { return &___nPrice_9; } inline void set_nPrice_9(int32_t value) { ___nPrice_9 = value; } inline static int32_t get_offset_of_eCoinType3_10() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___eCoinType3_10)); } inline int32_t get_eCoinType3_10() const { return ___eCoinType3_10; } inline int32_t* get_address_of_eCoinType3_10() { return &___eCoinType3_10; } inline void set_eCoinType3_10(int32_t value) { ___eCoinType3_10 = value; } inline static int32_t get_offset_of_nPrice3_11() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___nPrice3_11)); } inline int32_t get_nPrice3_11() const { return ___nPrice3_11; } inline int32_t* get_address_of_nPrice3_11() { return &___nPrice3_11; } inline void set_nPrice3_11(int32_t value) { ___nPrice3_11 = value; } inline static int32_t get_offset_of_nNumLimitType_12() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___nNumLimitType_12)); } inline int32_t get_nNumLimitType_12() const { return ___nNumLimitType_12; } inline int32_t* get_address_of_nNumLimitType_12() { return &___nNumLimitType_12; } inline void set_nNumLimitType_12(int32_t value) { ___nNumLimitType_12 = value; } inline static int32_t get_offset_of_nNumLimitValue_13() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___nNumLimitValue_13)); } inline int32_t get_nNumLimitValue_13() const { return ___nNumLimitValue_13; } inline int32_t* get_address_of_nNumLimitValue_13() { return &___nNumLimitValue_13; } inline void set_nNumLimitValue_13(int32_t value) { ___nNumLimitValue_13 = value; } inline static int32_t get_offset_of_bIsOwn_14() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___bIsOwn_14)); } inline CDataModelBool_t2269476966 * get_bIsOwn_14() const { return ___bIsOwn_14; } inline CDataModelBool_t2269476966 ** get_address_of_bIsOwn_14() { return &___bIsOwn_14; } inline void set_bIsOwn_14(CDataModelBool_t2269476966 * value) { ___bIsOwn_14 = value; Il2CppCodeGenWriteBarrier((&___bIsOwn_14), value); } inline static int32_t get_offset_of_nOrderID_15() { return static_cast(offsetof(FragmentShopItem_t3036111334, ___nOrderID_15)); } inline int32_t get_nOrderID_15() const { return ___nOrderID_15; } inline int32_t* get_address_of_nOrderID_15() { return &___nOrderID_15; } inline void set_nOrderID_15(int32_t value) { ___nOrderID_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FRAGMENTSHOPITEM_T3036111334_H #ifndef CLOGICSERVERLISTDOWNLOAD_T4239573039_H #define CLOGICSERVERLISTDOWNLOAD_T4239573039_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicServerList/CLogicServerListDownload struct CLogicServerListDownload_t4239573039 : public CThreadMsgWebGet_t2224858682 { public: // System.Byte[] DMCore.Logic.logicServerList/CLogicServerListDownload::result ByteU5BU5D_t4116647657* ___result_5; public: inline static int32_t get_offset_of_result_5() { return static_cast(offsetof(CLogicServerListDownload_t4239573039, ___result_5)); } inline ByteU5BU5D_t4116647657* get_result_5() const { return ___result_5; } inline ByteU5BU5D_t4116647657** get_address_of_result_5() { return &___result_5; } inline void set_result_5(ByteU5BU5D_t4116647657* value) { ___result_5 = value; Il2CppCodeGenWriteBarrier((&___result_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOGICSERVERLISTDOWNLOAD_T4239573039_H #ifndef CFORMULA_T380767654_H #define CFORMULA_T380767654_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFormula struct CFormula_t380767654 : public RuntimeObject { public: // System.Collections.Generic.List`1> DMCore.Logic.CFormula::m_FragmentList List_1_t169148262 * ___m_FragmentList_0; // DMCore.Logic.enumCurrencyType DMCore.Logic.CFormula::m_FeeType int32_t ___m_FeeType_1; // System.Int32 DMCore.Logic.CFormula::m_FeeCount int32_t ___m_FeeCount_2; // System.Int32 DMCore.Logic.CFormula::m_TargetItemID int32_t ___m_TargetItemID_3; public: inline static int32_t get_offset_of_m_FragmentList_0() { return static_cast(offsetof(CFormula_t380767654, ___m_FragmentList_0)); } inline List_1_t169148262 * get_m_FragmentList_0() const { return ___m_FragmentList_0; } inline List_1_t169148262 ** get_address_of_m_FragmentList_0() { return &___m_FragmentList_0; } inline void set_m_FragmentList_0(List_1_t169148262 * value) { ___m_FragmentList_0 = value; Il2CppCodeGenWriteBarrier((&___m_FragmentList_0), value); } inline static int32_t get_offset_of_m_FeeType_1() { return static_cast(offsetof(CFormula_t380767654, ___m_FeeType_1)); } inline int32_t get_m_FeeType_1() const { return ___m_FeeType_1; } inline int32_t* get_address_of_m_FeeType_1() { return &___m_FeeType_1; } inline void set_m_FeeType_1(int32_t value) { ___m_FeeType_1 = value; } inline static int32_t get_offset_of_m_FeeCount_2() { return static_cast(offsetof(CFormula_t380767654, ___m_FeeCount_2)); } inline int32_t get_m_FeeCount_2() const { return ___m_FeeCount_2; } inline int32_t* get_address_of_m_FeeCount_2() { return &___m_FeeCount_2; } inline void set_m_FeeCount_2(int32_t value) { ___m_FeeCount_2 = value; } inline static int32_t get_offset_of_m_TargetItemID_3() { return static_cast(offsetof(CFormula_t380767654, ___m_TargetItemID_3)); } inline int32_t get_m_TargetItemID_3() const { return ___m_TargetItemID_3; } inline int32_t* get_address_of_m_TargetItemID_3() { return &___m_TargetItemID_3; } inline void set_m_TargetItemID_3(int32_t value) { ___m_TargetItemID_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFORMULA_T380767654_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 DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef CBROADCASTSERVERSTATEMSG_T956703417_H #define CBROADCASTSERVERSTATEMSG_T956703417_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicServerList/CBroadcastServerStateMsg struct CBroadcastServerStateMsg_t956703417 : public CThreadMsgWebGet_t2224858682 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBROADCASTSERVERSTATEMSG_T956703417_H #ifndef LOGICSERVERLIST_T796012166_H #define LOGICSERVERLIST_T796012166_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicServerList struct logicServerList_t796012166 : public RuntimeObject { public: // System.Boolean DMCore.Logic.logicServerList::k__BackingField bool ___U3CIsCheckListDoneU3Ek__BackingField_0; // DMCore.Logic.enumCheckState DMCore.Logic.logicServerList::m_checkState int32_t ___m_checkState_1; // System.Int32 DMCore.Logic.logicServerList::m_linkNum int32_t ___m_linkNum_3; public: inline static int32_t get_offset_of_U3CIsCheckListDoneU3Ek__BackingField_0() { return static_cast(offsetof(logicServerList_t796012166, ___U3CIsCheckListDoneU3Ek__BackingField_0)); } inline bool get_U3CIsCheckListDoneU3Ek__BackingField_0() const { return ___U3CIsCheckListDoneU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsCheckListDoneU3Ek__BackingField_0() { return &___U3CIsCheckListDoneU3Ek__BackingField_0; } inline void set_U3CIsCheckListDoneU3Ek__BackingField_0(bool value) { ___U3CIsCheckListDoneU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_checkState_1() { return static_cast(offsetof(logicServerList_t796012166, ___m_checkState_1)); } inline int32_t get_m_checkState_1() const { return ___m_checkState_1; } inline int32_t* get_address_of_m_checkState_1() { return &___m_checkState_1; } inline void set_m_checkState_1(int32_t value) { ___m_checkState_1 = value; } inline static int32_t get_offset_of_m_linkNum_3() { return static_cast(offsetof(logicServerList_t796012166, ___m_linkNum_3)); } inline int32_t get_m_linkNum_3() const { return ___m_linkNum_3; } inline int32_t* get_address_of_m_linkNum_3() { return &___m_linkNum_3; } inline void set_m_linkNum_3(int32_t value) { ___m_linkNum_3 = value; } }; struct logicServerList_t796012166_StaticFields { public: // DMCore.Logic.logicServerList DMCore.Logic.logicServerList::s_Instance logicServerList_t796012166 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(logicServerList_t796012166_StaticFields, ___s_Instance_2)); } inline logicServerList_t796012166 * get_s_Instance_2() const { return ___s_Instance_2; } inline logicServerList_t796012166 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(logicServerList_t796012166 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGICSERVERLIST_T796012166_H #ifndef GOODSCONFIG_T1565846780_H #define GOODSCONFIG_T1565846780_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CShopConfig/GoodsConfig struct GoodsConfig_t1565846780 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CShopConfig/GoodsConfig::_modelId int32_t ____modelId_0; // System.Int32 DMCore.Logic.CShopConfig/GoodsConfig::_price int32_t ____price_1; // System.Int32 DMCore.Logic.CShopConfig/GoodsConfig::_diamond int32_t ____diamond_2; // System.Int32 DMCore.Logic.CShopConfig/GoodsConfig::_valid int32_t ____valid_3; // System.Int32 DMCore.Logic.CShopConfig/GoodsConfig::_fashion int32_t ____fashion_4; // DMCore.Logic.ItemTag DMCore.Logic.CShopConfig/GoodsConfig::_tag int32_t ____tag_5; // System.Int32 DMCore.Logic.CShopConfig/GoodsConfig::_amount int32_t ____amount_6; // System.Boolean DMCore.Logic.CShopConfig/GoodsConfig::_onlyForVip bool ____onlyForVip_7; // System.Int32 DMCore.Logic.CShopConfig/GoodsConfig::_buyLimited int32_t ____buyLimited_8; // DMCore.Logic.ItemQuality DMCore.Logic.CShopConfig/GoodsConfig::_qualityLevel int32_t ____qualityLevel_9; // System.Int32 DMCore.Logic.CShopConfig/GoodsConfig::_permanentCoinPrise int32_t ____permanentCoinPrise_10; // System.Int32 DMCore.Logic.CShopConfig/GoodsConfig::_permanentDiamondPrise int32_t ____permanentDiamondPrise_11; // System.Int32 DMCore.Logic.CShopConfig/GoodsConfig::_canBeUseBindDiamond int32_t ____canBeUseBindDiamond_12; // System.Int32 DMCore.Logic.CShopConfig/GoodsConfig::DeductBindDiamond int32_t ___DeductBindDiamond_13; // System.Single DMCore.Logic.CShopConfig/GoodsConfig::DisCount float ___DisCount_14; public: inline static int32_t get_offset_of__modelId_0() { return static_cast(offsetof(GoodsConfig_t1565846780, ____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__price_1() { return static_cast(offsetof(GoodsConfig_t1565846780, ____price_1)); } inline int32_t get__price_1() const { return ____price_1; } inline int32_t* get_address_of__price_1() { return &____price_1; } inline void set__price_1(int32_t value) { ____price_1 = value; } inline static int32_t get_offset_of__diamond_2() { return static_cast(offsetof(GoodsConfig_t1565846780, ____diamond_2)); } inline int32_t get__diamond_2() const { return ____diamond_2; } inline int32_t* get_address_of__diamond_2() { return &____diamond_2; } inline void set__diamond_2(int32_t value) { ____diamond_2 = value; } inline static int32_t get_offset_of__valid_3() { return static_cast(offsetof(GoodsConfig_t1565846780, ____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(GoodsConfig_t1565846780, ____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; } inline static int32_t get_offset_of__tag_5() { return static_cast(offsetof(GoodsConfig_t1565846780, ____tag_5)); } inline int32_t get__tag_5() const { return ____tag_5; } inline int32_t* get_address_of__tag_5() { return &____tag_5; } inline void set__tag_5(int32_t value) { ____tag_5 = value; } inline static int32_t get_offset_of__amount_6() { return static_cast(offsetof(GoodsConfig_t1565846780, ____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__onlyForVip_7() { return static_cast(offsetof(GoodsConfig_t1565846780, ____onlyForVip_7)); } inline bool get__onlyForVip_7() const { return ____onlyForVip_7; } inline bool* get_address_of__onlyForVip_7() { return &____onlyForVip_7; } inline void set__onlyForVip_7(bool value) { ____onlyForVip_7 = value; } inline static int32_t get_offset_of__buyLimited_8() { return static_cast(offsetof(GoodsConfig_t1565846780, ____buyLimited_8)); } inline int32_t get__buyLimited_8() const { return ____buyLimited_8; } inline int32_t* get_address_of__buyLimited_8() { return &____buyLimited_8; } inline void set__buyLimited_8(int32_t value) { ____buyLimited_8 = value; } inline static int32_t get_offset_of__qualityLevel_9() { return static_cast(offsetof(GoodsConfig_t1565846780, ____qualityLevel_9)); } inline int32_t get__qualityLevel_9() const { return ____qualityLevel_9; } inline int32_t* get_address_of__qualityLevel_9() { return &____qualityLevel_9; } inline void set__qualityLevel_9(int32_t value) { ____qualityLevel_9 = value; } inline static int32_t get_offset_of__permanentCoinPrise_10() { return static_cast(offsetof(GoodsConfig_t1565846780, ____permanentCoinPrise_10)); } inline int32_t get__permanentCoinPrise_10() const { return ____permanentCoinPrise_10; } inline int32_t* get_address_of__permanentCoinPrise_10() { return &____permanentCoinPrise_10; } inline void set__permanentCoinPrise_10(int32_t value) { ____permanentCoinPrise_10 = value; } inline static int32_t get_offset_of__permanentDiamondPrise_11() { return static_cast(offsetof(GoodsConfig_t1565846780, ____permanentDiamondPrise_11)); } inline int32_t get__permanentDiamondPrise_11() const { return ____permanentDiamondPrise_11; } inline int32_t* get_address_of__permanentDiamondPrise_11() { return &____permanentDiamondPrise_11; } inline void set__permanentDiamondPrise_11(int32_t value) { ____permanentDiamondPrise_11 = value; } inline static int32_t get_offset_of__canBeUseBindDiamond_12() { return static_cast(offsetof(GoodsConfig_t1565846780, ____canBeUseBindDiamond_12)); } inline int32_t get__canBeUseBindDiamond_12() const { return ____canBeUseBindDiamond_12; } inline int32_t* get_address_of__canBeUseBindDiamond_12() { return &____canBeUseBindDiamond_12; } inline void set__canBeUseBindDiamond_12(int32_t value) { ____canBeUseBindDiamond_12 = value; } inline static int32_t get_offset_of_DeductBindDiamond_13() { return static_cast(offsetof(GoodsConfig_t1565846780, ___DeductBindDiamond_13)); } inline int32_t get_DeductBindDiamond_13() const { return ___DeductBindDiamond_13; } inline int32_t* get_address_of_DeductBindDiamond_13() { return &___DeductBindDiamond_13; } inline void set_DeductBindDiamond_13(int32_t value) { ___DeductBindDiamond_13 = value; } inline static int32_t get_offset_of_DisCount_14() { return static_cast(offsetof(GoodsConfig_t1565846780, ___DisCount_14)); } inline float get_DisCount_14() const { return ___DisCount_14; } inline float* get_address_of_DisCount_14() { return &___DisCount_14; } inline void set_DisCount_14(float value) { ___DisCount_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GOODSCONFIG_T1565846780_H #ifndef CHOOSEBUYUSEBOXINFO_T2600922063_H #define CHOOSEBUYUSEBOXINFO_T2600922063_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChooseBuyUseBoxInfo struct ChooseBuyUseBoxInfo_t2600922063 : public RuntimeObject { public: // System.String DMCore.Logic.ChooseBuyUseBoxInfo::Titlename String_t* ___Titlename_0; // System.Int32 DMCore.Logic.ChooseBuyUseBoxInfo::Configid int32_t ___Configid_1; // System.Int32 DMCore.Logic.ChooseBuyUseBoxInfo::Price int32_t ___Price_2; // System.Int32 DMCore.Logic.ChooseBuyUseBoxInfo::Count int32_t ___Count_3; // System.Int32 DMCore.Logic.ChooseBuyUseBoxInfo::MaxCount int32_t ___MaxCount_4; // System.String DMCore.Logic.ChooseBuyUseBoxInfo::Name String_t* ___Name_5; // System.String DMCore.Logic.ChooseBuyUseBoxInfo::IconPath String_t* ___IconPath_6; // System.Boolean DMCore.Logic.ChooseBuyUseBoxInfo::isContribShop bool ___isContribShop_7; // System.Boolean DMCore.Logic.ChooseBuyUseBoxInfo::isGift bool ___isGift_8; // System.String DMCore.Logic.ChooseBuyUseBoxInfo::giftDesc String_t* ___giftDesc_9; // System.String DMCore.Logic.ChooseBuyUseBoxInfo::giftNotice String_t* ___giftNotice_10; // System.Boolean DMCore.Logic.ChooseBuyUseBoxInfo::isDiamond bool ___isDiamond_11; // System.Boolean DMCore.Logic.ChooseBuyUseBoxInfo::IsBuyOrUse bool ___IsBuyOrUse_12; // System.Boolean DMCore.Logic.ChooseBuyUseBoxInfo::IsBangzuan bool ___IsBangzuan_13; // DMCore.Logic.ItemTag DMCore.Logic.ChooseBuyUseBoxInfo::Itemtag int32_t ___Itemtag_14; // System.Int32 DMCore.Logic.ChooseBuyUseBoxInfo::LimtnCount int32_t ___LimtnCount_15; // System.Int32 DMCore.Logic.ChooseBuyUseBoxInfo::CashType int32_t ___CashType_16; // System.Int32 DMCore.Logic.ChooseBuyUseBoxInfo::BagID int32_t ___BagID_17; public: inline static int32_t get_offset_of_Titlename_0() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___Titlename_0)); } inline String_t* get_Titlename_0() const { return ___Titlename_0; } inline String_t** get_address_of_Titlename_0() { return &___Titlename_0; } inline void set_Titlename_0(String_t* value) { ___Titlename_0 = value; Il2CppCodeGenWriteBarrier((&___Titlename_0), value); } inline static int32_t get_offset_of_Configid_1() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___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_Price_2() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___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_Count_3() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___Count_3)); } inline int32_t get_Count_3() const { return ___Count_3; } inline int32_t* get_address_of_Count_3() { return &___Count_3; } inline void set_Count_3(int32_t value) { ___Count_3 = value; } inline static int32_t get_offset_of_MaxCount_4() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___MaxCount_4)); } inline int32_t get_MaxCount_4() const { return ___MaxCount_4; } inline int32_t* get_address_of_MaxCount_4() { return &___MaxCount_4; } inline void set_MaxCount_4(int32_t value) { ___MaxCount_4 = value; } inline static int32_t get_offset_of_Name_5() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___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_IconPath_6() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___IconPath_6)); } inline String_t* get_IconPath_6() const { return ___IconPath_6; } inline String_t** get_address_of_IconPath_6() { return &___IconPath_6; } inline void set_IconPath_6(String_t* value) { ___IconPath_6 = value; Il2CppCodeGenWriteBarrier((&___IconPath_6), value); } inline static int32_t get_offset_of_isContribShop_7() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___isContribShop_7)); } inline bool get_isContribShop_7() const { return ___isContribShop_7; } inline bool* get_address_of_isContribShop_7() { return &___isContribShop_7; } inline void set_isContribShop_7(bool value) { ___isContribShop_7 = value; } inline static int32_t get_offset_of_isGift_8() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___isGift_8)); } inline bool get_isGift_8() const { return ___isGift_8; } inline bool* get_address_of_isGift_8() { return &___isGift_8; } inline void set_isGift_8(bool value) { ___isGift_8 = value; } inline static int32_t get_offset_of_giftDesc_9() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___giftDesc_9)); } inline String_t* get_giftDesc_9() const { return ___giftDesc_9; } inline String_t** get_address_of_giftDesc_9() { return &___giftDesc_9; } inline void set_giftDesc_9(String_t* value) { ___giftDesc_9 = value; Il2CppCodeGenWriteBarrier((&___giftDesc_9), value); } inline static int32_t get_offset_of_giftNotice_10() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___giftNotice_10)); } inline String_t* get_giftNotice_10() const { return ___giftNotice_10; } inline String_t** get_address_of_giftNotice_10() { return &___giftNotice_10; } inline void set_giftNotice_10(String_t* value) { ___giftNotice_10 = value; Il2CppCodeGenWriteBarrier((&___giftNotice_10), value); } inline static int32_t get_offset_of_isDiamond_11() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___isDiamond_11)); } inline bool get_isDiamond_11() const { return ___isDiamond_11; } inline bool* get_address_of_isDiamond_11() { return &___isDiamond_11; } inline void set_isDiamond_11(bool value) { ___isDiamond_11 = value; } inline static int32_t get_offset_of_IsBuyOrUse_12() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___IsBuyOrUse_12)); } inline bool get_IsBuyOrUse_12() const { return ___IsBuyOrUse_12; } inline bool* get_address_of_IsBuyOrUse_12() { return &___IsBuyOrUse_12; } inline void set_IsBuyOrUse_12(bool value) { ___IsBuyOrUse_12 = value; } inline static int32_t get_offset_of_IsBangzuan_13() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___IsBangzuan_13)); } inline bool get_IsBangzuan_13() const { return ___IsBangzuan_13; } inline bool* get_address_of_IsBangzuan_13() { return &___IsBangzuan_13; } inline void set_IsBangzuan_13(bool value) { ___IsBangzuan_13 = value; } inline static int32_t get_offset_of_Itemtag_14() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___Itemtag_14)); } inline int32_t get_Itemtag_14() const { return ___Itemtag_14; } inline int32_t* get_address_of_Itemtag_14() { return &___Itemtag_14; } inline void set_Itemtag_14(int32_t value) { ___Itemtag_14 = value; } inline static int32_t get_offset_of_LimtnCount_15() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___LimtnCount_15)); } inline int32_t get_LimtnCount_15() const { return ___LimtnCount_15; } inline int32_t* get_address_of_LimtnCount_15() { return &___LimtnCount_15; } inline void set_LimtnCount_15(int32_t value) { ___LimtnCount_15 = value; } inline static int32_t get_offset_of_CashType_16() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___CashType_16)); } inline int32_t get_CashType_16() const { return ___CashType_16; } inline int32_t* get_address_of_CashType_16() { return &___CashType_16; } inline void set_CashType_16(int32_t value) { ___CashType_16 = value; } inline static int32_t get_offset_of_BagID_17() { return static_cast(offsetof(ChooseBuyUseBoxInfo_t2600922063, ___BagID_17)); } inline int32_t get_BagID_17() const { return ___BagID_17; } inline int32_t* get_address_of_BagID_17() { return &___BagID_17; } inline void set_BagID_17(int32_t value) { ___BagID_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHOOSEBUYUSEBOXINFO_T2600922063_H #ifndef CACTIVITYPICREALURLMSG_T473978612_H #define CACTIVITYPICREALURLMSG_T473978612_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicActivityPic/CActivityPicRealURLMsg struct CActivityPicRealURLMsg_t473978612 : public CThreadMsgWebGet_t2224858682 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYPICREALURLMSG_T473978612_H #ifndef CACTIVITYPICDOWNIMAGEMSG_T2092007834_H #define CACTIVITYPICDOWNIMAGEMSG_T2092007834_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.logicActivityPic/CActivityPicDownImageMsg struct CActivityPicDownImageMsg_t2092007834 : public CThreadMsgWebGet_t2224858682 { public: // DMCore.Logic.logicActivityPic/CActivityPicData DMCore.Logic.logicActivityPic/CActivityPicDownImageMsg::m_data CActivityPicData_t4037644981 * ___m_data_5; // System.String DMCore.Logic.logicActivityPic/CActivityPicDownImageMsg::m_fileName String_t* ___m_fileName_6; // System.Byte[] DMCore.Logic.logicActivityPic/CActivityPicDownImageMsg::result ByteU5BU5D_t4116647657* ___result_7; public: inline static int32_t get_offset_of_m_data_5() { return static_cast(offsetof(CActivityPicDownImageMsg_t2092007834, ___m_data_5)); } inline CActivityPicData_t4037644981 * get_m_data_5() const { return ___m_data_5; } inline CActivityPicData_t4037644981 ** get_address_of_m_data_5() { return &___m_data_5; } inline void set_m_data_5(CActivityPicData_t4037644981 * value) { ___m_data_5 = value; Il2CppCodeGenWriteBarrier((&___m_data_5), value); } inline static int32_t get_offset_of_m_fileName_6() { return static_cast(offsetof(CActivityPicDownImageMsg_t2092007834, ___m_fileName_6)); } inline String_t* get_m_fileName_6() const { return ___m_fileName_6; } inline String_t** get_address_of_m_fileName_6() { return &___m_fileName_6; } inline void set_m_fileName_6(String_t* value) { ___m_fileName_6 = value; Il2CppCodeGenWriteBarrier((&___m_fileName_6), value); } inline static int32_t get_offset_of_result_7() { return static_cast(offsetof(CActivityPicDownImageMsg_t2092007834, ___result_7)); } inline ByteU5BU5D_t4116647657* get_result_7() const { return ___result_7; } inline ByteU5BU5D_t4116647657** get_address_of_result_7() { return &___result_7; } inline void set_result_7(ByteU5BU5D_t4116647657* value) { ___result_7 = value; Il2CppCodeGenWriteBarrier((&___result_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYPICDOWNIMAGEMSG_T2092007834_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 ANIMATIONCLIP_T2318505987_H #define ANIMATIONCLIP_T2318505987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AnimationClip struct AnimationClip_t2318505987 : public Motion_t1110556653 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATIONCLIP_T2318505987_H #ifndef BEHAVIOUR_T1437897464_H #define BEHAVIOUR_T1437897464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Behaviour struct Behaviour_t1437897464 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BEHAVIOUR_T1437897464_H #ifndef ENUMERATOR_T3153086240_H #define ENUMERATOR_T3153086240_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_t3153086240 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1198903465 * ___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_t3596575632 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3153086240, ___dictionary_0)); } inline Dictionary_2_t1198903465 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1198903465 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1198903465 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3153086240, ___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_t3153086240, ___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_t3153086240, ___current_3)); } inline KeyValuePair_2_t3596575632 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3596575632 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3596575632 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3153086240_H #ifndef ONCONFIRMBUYAMOUNT_T3515310033_H #define ONCONFIRMBUYAMOUNT_T3515310033_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount struct OnConfirmBuyAmount_t3515310033 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCONFIRMBUYAMOUNT_T3515310033_H #ifndef ONCANCELANDEXIT_T3571001794_H #define ONCANCELANDEXIT_T3571001794_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit struct OnCancelAndExit_t3571001794 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCANCELANDEXIT_T3571001794_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 ACTION_2_T105723657_H #define ACTION_2_T105723657_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_t105723657 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T105723657_H #ifndef ONCLICKMSGCALLBACK_T2526724959_H #define ONCLICKMSGCALLBACK_T2526724959_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndShop/OnClickMsgCallBack struct OnClickMsgCallBack_t2526724959 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCLICKMSGCALLBACK_T2526724959_H #ifndef COLLIDER_T1773347010_H #define COLLIDER_T1773347010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Collider struct Collider_t1773347010 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLIDER_T1773347010_H #ifndef ENUMERATOR_T1688912291_H #define ENUMERATOR_T1688912291_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_t1688912291 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t4029696812 * ___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_t2132401683 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1688912291, ___dictionary_0)); } inline Dictionary_2_t4029696812 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4029696812 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4029696812 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1688912291, ___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_t1688912291, ___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_t1688912291, ___current_3)); } inline KeyValuePair_2_t2132401683 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2132401683 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2132401683 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1688912291_H #ifndef ENUMERATOR_T1658833862_H #define ENUMERATOR_T1658833862_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_t1658833862 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t3999618383 * ___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_t2102323254 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t1658833862, ___dictionary_0)); } inline Dictionary_2_t3999618383 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t3999618383 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t3999618383 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1658833862, ___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_t1658833862, ___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_t1658833862, ___current_3)); } inline KeyValuePair_2_t2102323254 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2102323254 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2102323254 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1658833862_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 ONSHOPLISTCHANGED_T2776790831_H #define ONSHOPLISTCHANGED_T2776790831_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CWishFountainMgr/OnShopListChanged struct OnShopListChanged_t2776790831 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONSHOPLISTCHANGED_T2776790831_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 ONCONFIRMCHOOSECLOTH_T3730002751_H #define ONCONFIRMCHOOSECLOTH_T3730002751_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.MagicWorkShopMainManager/OnConfirmChooseCloth struct OnConfirmChooseCloth_t3730002751 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCONFIRMCHOOSECLOTH_T3730002751_H #ifndef CITEMDATA_T3599323914_H #define CITEMDATA_T3599323914_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CItemData struct CItemData_t3599323914 : public CItemBase_t2436786639 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CITEMDATA_T3599323914_H #ifndef GUESSPLAYERINFO_T1172249346_H #define GUESSPLAYERINFO_T1172249346_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GuessPlayerInfo struct GuessPlayerInfo_t1172249346 : public PlayerInfoBase_t2589801315 { public: // System.Int32 DMCore.Logic.GuessPlayerInfo::m_score int32_t ___m_score_5; // System.Int32 DMCore.Logic.GuessPlayerInfo::m_totalScore int32_t ___m_totalScore_6; // System.String DMCore.Logic.GuessPlayerInfo::m_answer String_t* ___m_answer_7; // DMCore.Logic.EM_Player_Type DMCore.Logic.GuessPlayerInfo::m_type int32_t ___m_type_8; public: inline static int32_t get_offset_of_m_score_5() { return static_cast(offsetof(GuessPlayerInfo_t1172249346, ___m_score_5)); } inline int32_t get_m_score_5() const { return ___m_score_5; } inline int32_t* get_address_of_m_score_5() { return &___m_score_5; } inline void set_m_score_5(int32_t value) { ___m_score_5 = value; } inline static int32_t get_offset_of_m_totalScore_6() { return static_cast(offsetof(GuessPlayerInfo_t1172249346, ___m_totalScore_6)); } inline int32_t get_m_totalScore_6() const { return ___m_totalScore_6; } inline int32_t* get_address_of_m_totalScore_6() { return &___m_totalScore_6; } inline void set_m_totalScore_6(int32_t value) { ___m_totalScore_6 = value; } inline static int32_t get_offset_of_m_answer_7() { return static_cast(offsetof(GuessPlayerInfo_t1172249346, ___m_answer_7)); } inline String_t* get_m_answer_7() const { return ___m_answer_7; } inline String_t** get_address_of_m_answer_7() { return &___m_answer_7; } inline void set_m_answer_7(String_t* value) { ___m_answer_7 = value; Il2CppCodeGenWriteBarrier((&___m_answer_7), value); } inline static int32_t get_offset_of_m_type_8() { return static_cast(offsetof(GuessPlayerInfo_t1172249346, ___m_type_8)); } inline int32_t get_m_type_8() const { return ___m_type_8; } inline int32_t* get_address_of_m_type_8() { return &___m_type_8; } inline void set_m_type_8(int32_t value) { ___m_type_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUESSPLAYERINFO_T1172249346_H #ifndef ACTION_1_T19143634_H #define ACTION_1_T19143634_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_t19143634 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T19143634_H #ifndef ACTION_4_T3484037049_H #define ACTION_4_T3484037049_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`4> struct Action_4_t3484037049 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_4_T3484037049_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 PREDICATE_1_T2502755039_H #define PREDICATE_1_T2502755039_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_t2502755039 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2502755039_H #ifndef ACTION_T1264377477_H #define ACTION_T1264377477_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action struct Action_t1264377477 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_T1264377477_H #ifndef TEXTURE2D_T3840446185_H #define TEXTURE2D_T3840446185_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Texture2D struct Texture2D_t3840446185 : public Texture_t3661962703 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTURE2D_T3840446185_H #ifndef TRANSFORM_T3600365921_H #define TRANSFORM_T3600365921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Transform struct Transform_t3600365921 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSFORM_T3600365921_H #ifndef ITEMCLICKCALLBACK_T457583679_H #define ITEMCLICKCALLBACK_T457583679_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ItemClickCallBack struct ItemClickCallBack_t457583679 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITEMCLICKCALLBACK_T457583679_H #ifndef TIMERCALLBACKPROCCP_T1342316376_H #define TIMERCALLBACKPROCCP_T1342316376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.TimerCallbackProcCP struct TimerCallbackProcCP_t1342316376 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMERCALLBACKPROCCP_T1342316376_H #ifndef PREDICATE_1_T3741635434_H #define PREDICATE_1_T3741635434_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_t3741635434 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3741635434_H #ifndef PRIVATEMSGARRIVA_T1101012311_H #define PRIVATEMSGARRIVA_T1101012311_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.privateMsgArriva struct privateMsgArriva_t1101012311 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRIVATEMSGARRIVA_T1101012311_H #ifndef ONTIPSWNDVISIBLECHANGED_T2417932079_H #define ONTIPSWNDVISIBLECHANGED_T2417932079_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.OnTipsWndVisibleChanged struct OnTipsWndVisibleChanged_t2417932079 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONTIPSWNDVISIBLECHANGED_T2417932079_H #ifndef ONRECIEVEGUIDE_T1603197003_H #define ONRECIEVEGUIDE_T1603197003_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.OnRecieveGuide struct OnRecieveGuide_t1603197003 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONRECIEVEGUIDE_T1603197003_H #ifndef PREDICATE_1_T157090300_H #define PREDICATE_1_T157090300_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_t157090300 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T157090300_H #ifndef EMOTICONSELECTEDCALLBACK_T2213980693_H #define EMOTICONSELECTEDCALLBACK_T2213980693_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.EmoticonSelectedCallback struct EmoticonSelectedCallback_t2213980693 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EMOTICONSELECTEDCALLBACK_T2213980693_H #ifndef PREDICATE_1_T1883122596_H #define PREDICATE_1_T1883122596_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_t1883122596 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T1883122596_H #ifndef ONACCETPGIFTSCALLBACK_T3618620664_H #define ONACCETPGIFTSCALLBACK_T3618620664_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.OnAccetpGiftsCallback struct OnAccetpGiftsCallback_t3618620664 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONACCETPGIFTSCALLBACK_T3618620664_H #ifndef ACTION_1_T269755560_H #define ACTION_1_T269755560_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_t269755560 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T269755560_H #ifndef ENUMERATOR_T4167235337_H #define ENUMERATOR_T4167235337_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_t4167235337 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t2213052562 * ___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_t315757433 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t4167235337, ___dictionary_0)); } inline Dictionary_2_t2213052562 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2213052562 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2213052562 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t4167235337, ___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_t4167235337, ___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_t4167235337, ___current_3)); } inline KeyValuePair_2_t315757433 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t315757433 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t315757433 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T4167235337_H #ifndef ONITEMCLICKEND_T3682481633_H #define ONITEMCLICKEND_T3682481633_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.OnItemClickEnd struct OnItemClickEnd_t3682481633 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONITEMCLICKEND_T3682481633_H #ifndef ONSYSBROADCASTEND_T3794690773_H #define ONSYSBROADCASTEND_T3794690773_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiSysBroadcast/OnSysBroadcastEnd struct OnSysBroadcastEnd_t3794690773 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONSYSBROADCASTEND_T3794690773_H #ifndef ONITEMCLICKBEFORE_T888674743_H #define ONITEMCLICKBEFORE_T888674743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.OnItemClickBefore struct OnItemClickBefore_t888674743 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONITEMCLICKBEFORE_T888674743_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 COMPARISON_1_T1939807587_H #define COMPARISON_1_T1939807587_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_t1939807587 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T1939807587_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 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 BOXCOLLIDER_T1640800422_H #define BOXCOLLIDER_T1640800422_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.BoxCollider struct BoxCollider_t1640800422 : public Collider_t1773347010 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOXCOLLIDER_T1640800422_H #ifndef 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 CMAINROLE_T4200562839_H #define CMAINROLE_T4200562839_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839 : public ISceneRole_t2394225724 { public: // System.Boolean DMCore.Framework.Scene.CMainRole::IslevelChange bool ___IslevelChange_59; public: inline static int32_t get_offset_of_IslevelChange_59() { return static_cast(offsetof(CMainRole_t4200562839, ___IslevelChange_59)); } inline bool get_IslevelChange_59() const { return ___IslevelChange_59; } inline bool* get_address_of_IslevelChange_59() { return &___IslevelChange_59; } inline void set_IslevelChange_59(bool value) { ___IslevelChange_59 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMAINROLE_T4200562839_H #ifndef MONOBEHAVIOUR_T3962482529_H #define MONOBEHAVIOUR_T3962482529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOBEHAVIOUR_T3962482529_H #ifndef 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 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 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 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 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 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 SCENEPERSONALSHOPITEM_T2394540890_H #define SCENEPERSONALSHOPITEM_T2394540890_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalShopItem struct ScenePersonalShopItem_t2394540890 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject ScenePersonalShopItem::m_UIRoot GameObject_t1113636619 * ___m_UIRoot_2; // UITexture ScenePersonalShopItem::m_TextureIcon UITexture_t3471168817 * ___m_TextureIcon_3; // UILabel ScenePersonalShopItem::m_LabelName UILabel_t3248798549 * ___m_LabelName_4; // UILabel ScenePersonalShopItem::m_LabePrice UILabel_t3248798549 * ___m_LabePrice_5; // UISprite ScenePersonalShopItem::m_IfOwned UISprite_t194114938 * ___m_IfOwned_6; // UILabel ScenePersonalShopItem::m_Ownedlabel UILabel_t3248798549 * ___m_Ownedlabel_7; // UISprite ScenePersonalShopItem::m_BackGround UISprite_t194114938 * ___m_BackGround_8; // UnityEngine.Transform ScenePersonalShopItem::m_ItemAcitveLight Transform_t3600365921 * ___m_ItemAcitveLight_9; // UISprite ScenePersonalShopItem::m_CashIcon UISprite_t194114938 * ___m_CashIcon_10; // UILabel ScenePersonalShopItem::m_Fashion UILabel_t3248798549 * ___m_Fashion_11; // UnityEngine.GameObject ScenePersonalShopItem::m_Empty GameObject_t1113636619 * ___m_Empty_12; // UnityEngine.GameObject ScenePersonalShopItem::m_ActiveRoot GameObject_t1113636619 * ___m_ActiveRoot_13; // UnityEngine.GameObject ScenePersonalShopItem::m_BtnShopCart GameObject_t1113636619 * ___m_BtnShopCart_14; // UnityEngine.GameObject ScenePersonalShopItem::m_BtnDetail GameObject_t1113636619 * ___m_BtnDetail_15; // System.Single ScenePersonalShopItem::m_nBtnDetailPosY float ___m_nBtnDetailPosY_16; // UnityEngine.GameObject ScenePersonalShopItem::m_btnBuyInEntityShop GameObject_t1113636619 * ___m_btnBuyInEntityShop_17; // UnityEngine.GameObject ScenePersonalShopItem::m_FashionTag GameObject_t1113636619 * ___m_FashionTag_18; // UITexture ScenePersonalShopItem::m_uiVip UITexture_t3471168817 * ___m_uiVip_19; // UILabel ScenePersonalShopItem::m_VipLabel UILabel_t3248798549 * ___m_VipLabel_20; // UnityEngine.GameObject[] ScenePersonalShopItem::m_QualitySign GameObjectU5BU5D_t3328599146* ___m_QualitySign_21; // UnityEngine.GameObject ScenePersonalShopItem::m_uiTimeobj GameObject_t1113636619 * ___m_uiTimeobj_22; // UILabel ScenePersonalShopItem::m_Labeltime UILabel_t3248798549 * ___m_Labeltime_23; // UILabel ScenePersonalShopItem::m_LabelCount UILabel_t3248798549 * ___m_LabelCount_24; // UISprite ScenePersonalShopItem::m_uiTagBg UISprite_t194114938 * ___m_uiTagBg_25; // UnityEngine.GameObject ScenePersonalShopItem::m_uiStart GameObject_t1113636619 * ___m_uiStart_26; // UnityEngine.GameObject ScenePersonalShopItem::m_CornerNewRoot GameObject_t1113636619 * ___m_CornerNewRoot_27; // UnityEngine.GameObject ScenePersonalShopItem::m_CornerHOTRoot GameObject_t1113636619 * ___m_CornerHOTRoot_28; // UnityEngine.GameObject ScenePersonalShopItem::m_CornerTimeRoot GameObject_t1113636619 * ___m_CornerTimeRoot_29; // UnityEngine.GameObject ScenePersonalShopItem::m_CornerLimitRoot GameObject_t1113636619 * ___m_CornerLimitRoot_30; // UnityEngine.GameObject ScenePersonalShopItem::m_CornerGroupRoot GameObject_t1113636619 * ___m_CornerGroupRoot_31; // UnityEngine.GameObject ScenePersonalShopItem::m_CornerLimitPRoot GameObject_t1113636619 * ___m_CornerLimitPRoot_32; // UnityEngine.GameObject ScenePersonalShopItem::m_TimeSeven GameObject_t1113636619 * ___m_TimeSeven_33; // UnityEngine.GameObject ScenePersonalShopItem::m_TimeThirty GameObject_t1113636619 * ___m_TimeThirty_34; // UnityEngine.GameObject ScenePersonalShopItem::m_TimeForever GameObject_t1113636619 * ___m_TimeForever_35; // UnityEngine.Transform ScenePersonalShopItem::m_discountroot Transform_t3600365921 * ___m_discountroot_36; // UILabel ScenePersonalShopItem::m_discountlabel UILabel_t3248798549 * ___m_discountlabel_37; // UILabel ScenePersonalShopItem::m_curPrice UILabel_t3248798549 * ___m_curPrice_38; // UILabel ScenePersonalShopItem::m_couponlabel UILabel_t3248798549 * ___m_couponlabel_39; // UnityEngine.Transform ScenePersonalShopItem::m_TimeRoot Transform_t3600365921 * ___m_TimeRoot_40; // System.Int32 ScenePersonalShopItem::shopItemId int32_t ___shopItemId_41; // System.Boolean ScenePersonalShopItem::m_bChangeTime bool ___m_bChangeTime_42; // System.Int64 ScenePersonalShopItem::m_leftTime int64_t ___m_leftTime_43; // System.Boolean ScenePersonalShopItem::isPageInit bool ___isPageInit_44; // UnityEngine.Transform ScenePersonalShopItem::m_magicTag Transform_t3600365921 * ___m_magicTag_45; // UnityEngine.Transform ScenePersonalShopItem::CanEmbed Transform_t3600365921 * ___CanEmbed_46; // UITexture ScenePersonalShopItem::m_JewelIcon UITexture_t3471168817 * ___m_JewelIcon_47; // UILabel ScenePersonalShopItem::m_JewelLevel UILabel_t3248798549 * ___m_JewelLevel_48; // UnityEngine.Transform ScenePersonalShopItem::m_composeTag Transform_t3600365921 * ___m_composeTag_49; // UnityEngine.Transform ScenePersonalShopItem::m_newTagEffectRoot Transform_t3600365921 * ___m_newTagEffectRoot_50; // DMCore.Logic.CShopItemData ScenePersonalShopItem::m_ItemData CShopItemData_t2542723346 * ___m_ItemData_51; // System.Boolean ScenePersonalShopItem::m_bTextureDone bool ___m_bTextureDone_52; // System.Int32 ScenePersonalShopItem::m_Type int32_t ___m_Type_53; // System.Int32 ScenePersonalShopItem::m_Index int32_t ___m_Index_54; // System.Int32 ScenePersonalShopItem::m_OldFashion int32_t ___m_OldFashion_55; public: inline static int32_t get_offset_of_m_UIRoot_2() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_UIRoot_2)); } inline GameObject_t1113636619 * get_m_UIRoot_2() const { return ___m_UIRoot_2; } inline GameObject_t1113636619 ** get_address_of_m_UIRoot_2() { return &___m_UIRoot_2; } inline void set_m_UIRoot_2(GameObject_t1113636619 * value) { ___m_UIRoot_2 = value; Il2CppCodeGenWriteBarrier((&___m_UIRoot_2), value); } inline static int32_t get_offset_of_m_TextureIcon_3() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_TextureIcon_3)); } inline UITexture_t3471168817 * get_m_TextureIcon_3() const { return ___m_TextureIcon_3; } inline UITexture_t3471168817 ** get_address_of_m_TextureIcon_3() { return &___m_TextureIcon_3; } inline void set_m_TextureIcon_3(UITexture_t3471168817 * value) { ___m_TextureIcon_3 = value; Il2CppCodeGenWriteBarrier((&___m_TextureIcon_3), value); } inline static int32_t get_offset_of_m_LabelName_4() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_LabelName_4)); } inline UILabel_t3248798549 * get_m_LabelName_4() const { return ___m_LabelName_4; } inline UILabel_t3248798549 ** get_address_of_m_LabelName_4() { return &___m_LabelName_4; } inline void set_m_LabelName_4(UILabel_t3248798549 * value) { ___m_LabelName_4 = value; Il2CppCodeGenWriteBarrier((&___m_LabelName_4), value); } inline static int32_t get_offset_of_m_LabePrice_5() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_LabePrice_5)); } inline UILabel_t3248798549 * get_m_LabePrice_5() const { return ___m_LabePrice_5; } inline UILabel_t3248798549 ** get_address_of_m_LabePrice_5() { return &___m_LabePrice_5; } inline void set_m_LabePrice_5(UILabel_t3248798549 * value) { ___m_LabePrice_5 = value; Il2CppCodeGenWriteBarrier((&___m_LabePrice_5), value); } inline static int32_t get_offset_of_m_IfOwned_6() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_IfOwned_6)); } inline UISprite_t194114938 * get_m_IfOwned_6() const { return ___m_IfOwned_6; } inline UISprite_t194114938 ** get_address_of_m_IfOwned_6() { return &___m_IfOwned_6; } inline void set_m_IfOwned_6(UISprite_t194114938 * value) { ___m_IfOwned_6 = value; Il2CppCodeGenWriteBarrier((&___m_IfOwned_6), value); } inline static int32_t get_offset_of_m_Ownedlabel_7() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_Ownedlabel_7)); } inline UILabel_t3248798549 * get_m_Ownedlabel_7() const { return ___m_Ownedlabel_7; } inline UILabel_t3248798549 ** get_address_of_m_Ownedlabel_7() { return &___m_Ownedlabel_7; } inline void set_m_Ownedlabel_7(UILabel_t3248798549 * value) { ___m_Ownedlabel_7 = value; Il2CppCodeGenWriteBarrier((&___m_Ownedlabel_7), value); } inline static int32_t get_offset_of_m_BackGround_8() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_BackGround_8)); } inline UISprite_t194114938 * get_m_BackGround_8() const { return ___m_BackGround_8; } inline UISprite_t194114938 ** get_address_of_m_BackGround_8() { return &___m_BackGround_8; } inline void set_m_BackGround_8(UISprite_t194114938 * value) { ___m_BackGround_8 = value; Il2CppCodeGenWriteBarrier((&___m_BackGround_8), value); } inline static int32_t get_offset_of_m_ItemAcitveLight_9() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_ItemAcitveLight_9)); } inline Transform_t3600365921 * get_m_ItemAcitveLight_9() const { return ___m_ItemAcitveLight_9; } inline Transform_t3600365921 ** get_address_of_m_ItemAcitveLight_9() { return &___m_ItemAcitveLight_9; } inline void set_m_ItemAcitveLight_9(Transform_t3600365921 * value) { ___m_ItemAcitveLight_9 = value; Il2CppCodeGenWriteBarrier((&___m_ItemAcitveLight_9), value); } inline static int32_t get_offset_of_m_CashIcon_10() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_CashIcon_10)); } inline UISprite_t194114938 * get_m_CashIcon_10() const { return ___m_CashIcon_10; } inline UISprite_t194114938 ** get_address_of_m_CashIcon_10() { return &___m_CashIcon_10; } inline void set_m_CashIcon_10(UISprite_t194114938 * value) { ___m_CashIcon_10 = value; Il2CppCodeGenWriteBarrier((&___m_CashIcon_10), value); } inline static int32_t get_offset_of_m_Fashion_11() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_Fashion_11)); } inline UILabel_t3248798549 * get_m_Fashion_11() const { return ___m_Fashion_11; } inline UILabel_t3248798549 ** get_address_of_m_Fashion_11() { return &___m_Fashion_11; } inline void set_m_Fashion_11(UILabel_t3248798549 * value) { ___m_Fashion_11 = value; Il2CppCodeGenWriteBarrier((&___m_Fashion_11), value); } inline static int32_t get_offset_of_m_Empty_12() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_Empty_12)); } inline GameObject_t1113636619 * get_m_Empty_12() const { return ___m_Empty_12; } inline GameObject_t1113636619 ** get_address_of_m_Empty_12() { return &___m_Empty_12; } inline void set_m_Empty_12(GameObject_t1113636619 * value) { ___m_Empty_12 = value; Il2CppCodeGenWriteBarrier((&___m_Empty_12), value); } inline static int32_t get_offset_of_m_ActiveRoot_13() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_ActiveRoot_13)); } inline GameObject_t1113636619 * get_m_ActiveRoot_13() const { return ___m_ActiveRoot_13; } inline GameObject_t1113636619 ** get_address_of_m_ActiveRoot_13() { return &___m_ActiveRoot_13; } inline void set_m_ActiveRoot_13(GameObject_t1113636619 * value) { ___m_ActiveRoot_13 = value; Il2CppCodeGenWriteBarrier((&___m_ActiveRoot_13), value); } inline static int32_t get_offset_of_m_BtnShopCart_14() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_BtnShopCart_14)); } inline GameObject_t1113636619 * get_m_BtnShopCart_14() const { return ___m_BtnShopCart_14; } inline GameObject_t1113636619 ** get_address_of_m_BtnShopCart_14() { return &___m_BtnShopCart_14; } inline void set_m_BtnShopCart_14(GameObject_t1113636619 * value) { ___m_BtnShopCart_14 = value; Il2CppCodeGenWriteBarrier((&___m_BtnShopCart_14), value); } inline static int32_t get_offset_of_m_BtnDetail_15() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_BtnDetail_15)); } inline GameObject_t1113636619 * get_m_BtnDetail_15() const { return ___m_BtnDetail_15; } inline GameObject_t1113636619 ** get_address_of_m_BtnDetail_15() { return &___m_BtnDetail_15; } inline void set_m_BtnDetail_15(GameObject_t1113636619 * value) { ___m_BtnDetail_15 = value; Il2CppCodeGenWriteBarrier((&___m_BtnDetail_15), value); } inline static int32_t get_offset_of_m_nBtnDetailPosY_16() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_nBtnDetailPosY_16)); } inline float get_m_nBtnDetailPosY_16() const { return ___m_nBtnDetailPosY_16; } inline float* get_address_of_m_nBtnDetailPosY_16() { return &___m_nBtnDetailPosY_16; } inline void set_m_nBtnDetailPosY_16(float value) { ___m_nBtnDetailPosY_16 = value; } inline static int32_t get_offset_of_m_btnBuyInEntityShop_17() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_btnBuyInEntityShop_17)); } inline GameObject_t1113636619 * get_m_btnBuyInEntityShop_17() const { return ___m_btnBuyInEntityShop_17; } inline GameObject_t1113636619 ** get_address_of_m_btnBuyInEntityShop_17() { return &___m_btnBuyInEntityShop_17; } inline void set_m_btnBuyInEntityShop_17(GameObject_t1113636619 * value) { ___m_btnBuyInEntityShop_17 = value; Il2CppCodeGenWriteBarrier((&___m_btnBuyInEntityShop_17), value); } inline static int32_t get_offset_of_m_FashionTag_18() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_FashionTag_18)); } inline GameObject_t1113636619 * get_m_FashionTag_18() const { return ___m_FashionTag_18; } inline GameObject_t1113636619 ** get_address_of_m_FashionTag_18() { return &___m_FashionTag_18; } inline void set_m_FashionTag_18(GameObject_t1113636619 * value) { ___m_FashionTag_18 = value; Il2CppCodeGenWriteBarrier((&___m_FashionTag_18), value); } inline static int32_t get_offset_of_m_uiVip_19() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_uiVip_19)); } inline UITexture_t3471168817 * get_m_uiVip_19() const { return ___m_uiVip_19; } inline UITexture_t3471168817 ** get_address_of_m_uiVip_19() { return &___m_uiVip_19; } inline void set_m_uiVip_19(UITexture_t3471168817 * value) { ___m_uiVip_19 = value; Il2CppCodeGenWriteBarrier((&___m_uiVip_19), value); } inline static int32_t get_offset_of_m_VipLabel_20() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_VipLabel_20)); } inline UILabel_t3248798549 * get_m_VipLabel_20() const { return ___m_VipLabel_20; } inline UILabel_t3248798549 ** get_address_of_m_VipLabel_20() { return &___m_VipLabel_20; } inline void set_m_VipLabel_20(UILabel_t3248798549 * value) { ___m_VipLabel_20 = value; Il2CppCodeGenWriteBarrier((&___m_VipLabel_20), value); } inline static int32_t get_offset_of_m_QualitySign_21() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_QualitySign_21)); } inline GameObjectU5BU5D_t3328599146* get_m_QualitySign_21() const { return ___m_QualitySign_21; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_QualitySign_21() { return &___m_QualitySign_21; } inline void set_m_QualitySign_21(GameObjectU5BU5D_t3328599146* value) { ___m_QualitySign_21 = value; Il2CppCodeGenWriteBarrier((&___m_QualitySign_21), value); } inline static int32_t get_offset_of_m_uiTimeobj_22() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_uiTimeobj_22)); } inline GameObject_t1113636619 * get_m_uiTimeobj_22() const { return ___m_uiTimeobj_22; } inline GameObject_t1113636619 ** get_address_of_m_uiTimeobj_22() { return &___m_uiTimeobj_22; } inline void set_m_uiTimeobj_22(GameObject_t1113636619 * value) { ___m_uiTimeobj_22 = value; Il2CppCodeGenWriteBarrier((&___m_uiTimeobj_22), value); } inline static int32_t get_offset_of_m_Labeltime_23() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_Labeltime_23)); } inline UILabel_t3248798549 * get_m_Labeltime_23() const { return ___m_Labeltime_23; } inline UILabel_t3248798549 ** get_address_of_m_Labeltime_23() { return &___m_Labeltime_23; } inline void set_m_Labeltime_23(UILabel_t3248798549 * value) { ___m_Labeltime_23 = value; Il2CppCodeGenWriteBarrier((&___m_Labeltime_23), value); } inline static int32_t get_offset_of_m_LabelCount_24() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_LabelCount_24)); } inline UILabel_t3248798549 * get_m_LabelCount_24() const { return ___m_LabelCount_24; } inline UILabel_t3248798549 ** get_address_of_m_LabelCount_24() { return &___m_LabelCount_24; } inline void set_m_LabelCount_24(UILabel_t3248798549 * value) { ___m_LabelCount_24 = value; Il2CppCodeGenWriteBarrier((&___m_LabelCount_24), value); } inline static int32_t get_offset_of_m_uiTagBg_25() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_uiTagBg_25)); } inline UISprite_t194114938 * get_m_uiTagBg_25() const { return ___m_uiTagBg_25; } inline UISprite_t194114938 ** get_address_of_m_uiTagBg_25() { return &___m_uiTagBg_25; } inline void set_m_uiTagBg_25(UISprite_t194114938 * value) { ___m_uiTagBg_25 = value; Il2CppCodeGenWriteBarrier((&___m_uiTagBg_25), value); } inline static int32_t get_offset_of_m_uiStart_26() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_uiStart_26)); } inline GameObject_t1113636619 * get_m_uiStart_26() const { return ___m_uiStart_26; } inline GameObject_t1113636619 ** get_address_of_m_uiStart_26() { return &___m_uiStart_26; } inline void set_m_uiStart_26(GameObject_t1113636619 * value) { ___m_uiStart_26 = value; Il2CppCodeGenWriteBarrier((&___m_uiStart_26), value); } inline static int32_t get_offset_of_m_CornerNewRoot_27() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_CornerNewRoot_27)); } inline GameObject_t1113636619 * get_m_CornerNewRoot_27() const { return ___m_CornerNewRoot_27; } inline GameObject_t1113636619 ** get_address_of_m_CornerNewRoot_27() { return &___m_CornerNewRoot_27; } inline void set_m_CornerNewRoot_27(GameObject_t1113636619 * value) { ___m_CornerNewRoot_27 = value; Il2CppCodeGenWriteBarrier((&___m_CornerNewRoot_27), value); } inline static int32_t get_offset_of_m_CornerHOTRoot_28() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_CornerHOTRoot_28)); } inline GameObject_t1113636619 * get_m_CornerHOTRoot_28() const { return ___m_CornerHOTRoot_28; } inline GameObject_t1113636619 ** get_address_of_m_CornerHOTRoot_28() { return &___m_CornerHOTRoot_28; } inline void set_m_CornerHOTRoot_28(GameObject_t1113636619 * value) { ___m_CornerHOTRoot_28 = value; Il2CppCodeGenWriteBarrier((&___m_CornerHOTRoot_28), value); } inline static int32_t get_offset_of_m_CornerTimeRoot_29() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_CornerTimeRoot_29)); } inline GameObject_t1113636619 * get_m_CornerTimeRoot_29() const { return ___m_CornerTimeRoot_29; } inline GameObject_t1113636619 ** get_address_of_m_CornerTimeRoot_29() { return &___m_CornerTimeRoot_29; } inline void set_m_CornerTimeRoot_29(GameObject_t1113636619 * value) { ___m_CornerTimeRoot_29 = value; Il2CppCodeGenWriteBarrier((&___m_CornerTimeRoot_29), value); } inline static int32_t get_offset_of_m_CornerLimitRoot_30() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_CornerLimitRoot_30)); } inline GameObject_t1113636619 * get_m_CornerLimitRoot_30() const { return ___m_CornerLimitRoot_30; } inline GameObject_t1113636619 ** get_address_of_m_CornerLimitRoot_30() { return &___m_CornerLimitRoot_30; } inline void set_m_CornerLimitRoot_30(GameObject_t1113636619 * value) { ___m_CornerLimitRoot_30 = value; Il2CppCodeGenWriteBarrier((&___m_CornerLimitRoot_30), value); } inline static int32_t get_offset_of_m_CornerGroupRoot_31() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_CornerGroupRoot_31)); } inline GameObject_t1113636619 * get_m_CornerGroupRoot_31() const { return ___m_CornerGroupRoot_31; } inline GameObject_t1113636619 ** get_address_of_m_CornerGroupRoot_31() { return &___m_CornerGroupRoot_31; } inline void set_m_CornerGroupRoot_31(GameObject_t1113636619 * value) { ___m_CornerGroupRoot_31 = value; Il2CppCodeGenWriteBarrier((&___m_CornerGroupRoot_31), value); } inline static int32_t get_offset_of_m_CornerLimitPRoot_32() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_CornerLimitPRoot_32)); } inline GameObject_t1113636619 * get_m_CornerLimitPRoot_32() const { return ___m_CornerLimitPRoot_32; } inline GameObject_t1113636619 ** get_address_of_m_CornerLimitPRoot_32() { return &___m_CornerLimitPRoot_32; } inline void set_m_CornerLimitPRoot_32(GameObject_t1113636619 * value) { ___m_CornerLimitPRoot_32 = value; Il2CppCodeGenWriteBarrier((&___m_CornerLimitPRoot_32), value); } inline static int32_t get_offset_of_m_TimeSeven_33() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_TimeSeven_33)); } inline GameObject_t1113636619 * get_m_TimeSeven_33() const { return ___m_TimeSeven_33; } inline GameObject_t1113636619 ** get_address_of_m_TimeSeven_33() { return &___m_TimeSeven_33; } inline void set_m_TimeSeven_33(GameObject_t1113636619 * value) { ___m_TimeSeven_33 = value; Il2CppCodeGenWriteBarrier((&___m_TimeSeven_33), value); } inline static int32_t get_offset_of_m_TimeThirty_34() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_TimeThirty_34)); } inline GameObject_t1113636619 * get_m_TimeThirty_34() const { return ___m_TimeThirty_34; } inline GameObject_t1113636619 ** get_address_of_m_TimeThirty_34() { return &___m_TimeThirty_34; } inline void set_m_TimeThirty_34(GameObject_t1113636619 * value) { ___m_TimeThirty_34 = value; Il2CppCodeGenWriteBarrier((&___m_TimeThirty_34), value); } inline static int32_t get_offset_of_m_TimeForever_35() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_TimeForever_35)); } inline GameObject_t1113636619 * get_m_TimeForever_35() const { return ___m_TimeForever_35; } inline GameObject_t1113636619 ** get_address_of_m_TimeForever_35() { return &___m_TimeForever_35; } inline void set_m_TimeForever_35(GameObject_t1113636619 * value) { ___m_TimeForever_35 = value; Il2CppCodeGenWriteBarrier((&___m_TimeForever_35), value); } inline static int32_t get_offset_of_m_discountroot_36() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_discountroot_36)); } inline Transform_t3600365921 * get_m_discountroot_36() const { return ___m_discountroot_36; } inline Transform_t3600365921 ** get_address_of_m_discountroot_36() { return &___m_discountroot_36; } inline void set_m_discountroot_36(Transform_t3600365921 * value) { ___m_discountroot_36 = value; Il2CppCodeGenWriteBarrier((&___m_discountroot_36), value); } inline static int32_t get_offset_of_m_discountlabel_37() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_discountlabel_37)); } inline UILabel_t3248798549 * get_m_discountlabel_37() const { return ___m_discountlabel_37; } inline UILabel_t3248798549 ** get_address_of_m_discountlabel_37() { return &___m_discountlabel_37; } inline void set_m_discountlabel_37(UILabel_t3248798549 * value) { ___m_discountlabel_37 = value; Il2CppCodeGenWriteBarrier((&___m_discountlabel_37), value); } inline static int32_t get_offset_of_m_curPrice_38() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_curPrice_38)); } inline UILabel_t3248798549 * get_m_curPrice_38() const { return ___m_curPrice_38; } inline UILabel_t3248798549 ** get_address_of_m_curPrice_38() { return &___m_curPrice_38; } inline void set_m_curPrice_38(UILabel_t3248798549 * value) { ___m_curPrice_38 = value; Il2CppCodeGenWriteBarrier((&___m_curPrice_38), value); } inline static int32_t get_offset_of_m_couponlabel_39() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_couponlabel_39)); } inline UILabel_t3248798549 * get_m_couponlabel_39() const { return ___m_couponlabel_39; } inline UILabel_t3248798549 ** get_address_of_m_couponlabel_39() { return &___m_couponlabel_39; } inline void set_m_couponlabel_39(UILabel_t3248798549 * value) { ___m_couponlabel_39 = value; Il2CppCodeGenWriteBarrier((&___m_couponlabel_39), value); } inline static int32_t get_offset_of_m_TimeRoot_40() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_TimeRoot_40)); } inline Transform_t3600365921 * get_m_TimeRoot_40() const { return ___m_TimeRoot_40; } inline Transform_t3600365921 ** get_address_of_m_TimeRoot_40() { return &___m_TimeRoot_40; } inline void set_m_TimeRoot_40(Transform_t3600365921 * value) { ___m_TimeRoot_40 = value; Il2CppCodeGenWriteBarrier((&___m_TimeRoot_40), value); } inline static int32_t get_offset_of_shopItemId_41() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___shopItemId_41)); } inline int32_t get_shopItemId_41() const { return ___shopItemId_41; } inline int32_t* get_address_of_shopItemId_41() { return &___shopItemId_41; } inline void set_shopItemId_41(int32_t value) { ___shopItemId_41 = value; } inline static int32_t get_offset_of_m_bChangeTime_42() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_bChangeTime_42)); } inline bool get_m_bChangeTime_42() const { return ___m_bChangeTime_42; } inline bool* get_address_of_m_bChangeTime_42() { return &___m_bChangeTime_42; } inline void set_m_bChangeTime_42(bool value) { ___m_bChangeTime_42 = value; } inline static int32_t get_offset_of_m_leftTime_43() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_leftTime_43)); } inline int64_t get_m_leftTime_43() const { return ___m_leftTime_43; } inline int64_t* get_address_of_m_leftTime_43() { return &___m_leftTime_43; } inline void set_m_leftTime_43(int64_t value) { ___m_leftTime_43 = value; } inline static int32_t get_offset_of_isPageInit_44() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___isPageInit_44)); } inline bool get_isPageInit_44() const { return ___isPageInit_44; } inline bool* get_address_of_isPageInit_44() { return &___isPageInit_44; } inline void set_isPageInit_44(bool value) { ___isPageInit_44 = value; } inline static int32_t get_offset_of_m_magicTag_45() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_magicTag_45)); } inline Transform_t3600365921 * get_m_magicTag_45() const { return ___m_magicTag_45; } inline Transform_t3600365921 ** get_address_of_m_magicTag_45() { return &___m_magicTag_45; } inline void set_m_magicTag_45(Transform_t3600365921 * value) { ___m_magicTag_45 = value; Il2CppCodeGenWriteBarrier((&___m_magicTag_45), value); } inline static int32_t get_offset_of_CanEmbed_46() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___CanEmbed_46)); } inline Transform_t3600365921 * get_CanEmbed_46() const { return ___CanEmbed_46; } inline Transform_t3600365921 ** get_address_of_CanEmbed_46() { return &___CanEmbed_46; } inline void set_CanEmbed_46(Transform_t3600365921 * value) { ___CanEmbed_46 = value; Il2CppCodeGenWriteBarrier((&___CanEmbed_46), value); } inline static int32_t get_offset_of_m_JewelIcon_47() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_JewelIcon_47)); } inline UITexture_t3471168817 * get_m_JewelIcon_47() const { return ___m_JewelIcon_47; } inline UITexture_t3471168817 ** get_address_of_m_JewelIcon_47() { return &___m_JewelIcon_47; } inline void set_m_JewelIcon_47(UITexture_t3471168817 * value) { ___m_JewelIcon_47 = value; Il2CppCodeGenWriteBarrier((&___m_JewelIcon_47), value); } inline static int32_t get_offset_of_m_JewelLevel_48() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_JewelLevel_48)); } inline UILabel_t3248798549 * get_m_JewelLevel_48() const { return ___m_JewelLevel_48; } inline UILabel_t3248798549 ** get_address_of_m_JewelLevel_48() { return &___m_JewelLevel_48; } inline void set_m_JewelLevel_48(UILabel_t3248798549 * value) { ___m_JewelLevel_48 = value; Il2CppCodeGenWriteBarrier((&___m_JewelLevel_48), value); } inline static int32_t get_offset_of_m_composeTag_49() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_composeTag_49)); } inline Transform_t3600365921 * get_m_composeTag_49() const { return ___m_composeTag_49; } inline Transform_t3600365921 ** get_address_of_m_composeTag_49() { return &___m_composeTag_49; } inline void set_m_composeTag_49(Transform_t3600365921 * value) { ___m_composeTag_49 = value; Il2CppCodeGenWriteBarrier((&___m_composeTag_49), value); } inline static int32_t get_offset_of_m_newTagEffectRoot_50() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_newTagEffectRoot_50)); } inline Transform_t3600365921 * get_m_newTagEffectRoot_50() const { return ___m_newTagEffectRoot_50; } inline Transform_t3600365921 ** get_address_of_m_newTagEffectRoot_50() { return &___m_newTagEffectRoot_50; } inline void set_m_newTagEffectRoot_50(Transform_t3600365921 * value) { ___m_newTagEffectRoot_50 = value; Il2CppCodeGenWriteBarrier((&___m_newTagEffectRoot_50), value); } inline static int32_t get_offset_of_m_ItemData_51() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_ItemData_51)); } inline CShopItemData_t2542723346 * get_m_ItemData_51() const { return ___m_ItemData_51; } inline CShopItemData_t2542723346 ** get_address_of_m_ItemData_51() { return &___m_ItemData_51; } inline void set_m_ItemData_51(CShopItemData_t2542723346 * value) { ___m_ItemData_51 = value; Il2CppCodeGenWriteBarrier((&___m_ItemData_51), value); } inline static int32_t get_offset_of_m_bTextureDone_52() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_bTextureDone_52)); } inline bool get_m_bTextureDone_52() const { return ___m_bTextureDone_52; } inline bool* get_address_of_m_bTextureDone_52() { return &___m_bTextureDone_52; } inline void set_m_bTextureDone_52(bool value) { ___m_bTextureDone_52 = value; } inline static int32_t get_offset_of_m_Type_53() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_Type_53)); } inline int32_t get_m_Type_53() const { return ___m_Type_53; } inline int32_t* get_address_of_m_Type_53() { return &___m_Type_53; } inline void set_m_Type_53(int32_t value) { ___m_Type_53 = value; } inline static int32_t get_offset_of_m_Index_54() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_Index_54)); } inline int32_t get_m_Index_54() const { return ___m_Index_54; } inline int32_t* get_address_of_m_Index_54() { return &___m_Index_54; } inline void set_m_Index_54(int32_t value) { ___m_Index_54 = value; } inline static int32_t get_offset_of_m_OldFashion_55() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890, ___m_OldFashion_55)); } inline int32_t get_m_OldFashion_55() const { return ___m_OldFashion_55; } inline int32_t* get_address_of_m_OldFashion_55() { return &___m_OldFashion_55; } inline void set_m_OldFashion_55(int32_t value) { ___m_OldFashion_55 = value; } }; struct ScenePersonalShopItem_t2394540890_StaticFields { public: // DMCore.OnMsgBoxClkCallBack ScenePersonalShopItem::<>f__mg$cache0 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache0_56; // ScenePersonalWndShop/OnClickMsgCallBack ScenePersonalShopItem::<>f__mg$cache1 OnClickMsgCallBack_t2526724959 * ___U3CU3Ef__mgU24cache1_57; // ScenePersonalWndShop/OnClickMsgCallBack ScenePersonalShopItem::<>f__mg$cache2 OnClickMsgCallBack_t2526724959 * ___U3CU3Ef__mgU24cache2_58; // ScenePersonalWndShop/OnClickMsgCallBack ScenePersonalShopItem::<>f__mg$cache3 OnClickMsgCallBack_t2526724959 * ___U3CU3Ef__mgU24cache3_59; // DMCore.OnMsgBoxClkCallBack ScenePersonalShopItem::<>f__mg$cache4 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache4_60; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_56() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890_StaticFields, ___U3CU3Ef__mgU24cache0_56)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache0_56() const { return ___U3CU3Ef__mgU24cache0_56; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache0_56() { return &___U3CU3Ef__mgU24cache0_56; } inline void set_U3CU3Ef__mgU24cache0_56(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache0_56 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_56), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_57() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890_StaticFields, ___U3CU3Ef__mgU24cache1_57)); } inline OnClickMsgCallBack_t2526724959 * get_U3CU3Ef__mgU24cache1_57() const { return ___U3CU3Ef__mgU24cache1_57; } inline OnClickMsgCallBack_t2526724959 ** get_address_of_U3CU3Ef__mgU24cache1_57() { return &___U3CU3Ef__mgU24cache1_57; } inline void set_U3CU3Ef__mgU24cache1_57(OnClickMsgCallBack_t2526724959 * value) { ___U3CU3Ef__mgU24cache1_57 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_57), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_58() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890_StaticFields, ___U3CU3Ef__mgU24cache2_58)); } inline OnClickMsgCallBack_t2526724959 * get_U3CU3Ef__mgU24cache2_58() const { return ___U3CU3Ef__mgU24cache2_58; } inline OnClickMsgCallBack_t2526724959 ** get_address_of_U3CU3Ef__mgU24cache2_58() { return &___U3CU3Ef__mgU24cache2_58; } inline void set_U3CU3Ef__mgU24cache2_58(OnClickMsgCallBack_t2526724959 * value) { ___U3CU3Ef__mgU24cache2_58 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_58), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_59() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890_StaticFields, ___U3CU3Ef__mgU24cache3_59)); } inline OnClickMsgCallBack_t2526724959 * get_U3CU3Ef__mgU24cache3_59() const { return ___U3CU3Ef__mgU24cache3_59; } inline OnClickMsgCallBack_t2526724959 ** get_address_of_U3CU3Ef__mgU24cache3_59() { return &___U3CU3Ef__mgU24cache3_59; } inline void set_U3CU3Ef__mgU24cache3_59(OnClickMsgCallBack_t2526724959 * value) { ___U3CU3Ef__mgU24cache3_59 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_59), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_60() { return static_cast(offsetof(ScenePersonalShopItem_t2394540890_StaticFields, ___U3CU3Ef__mgU24cache4_60)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache4_60() const { return ___U3CU3Ef__mgU24cache4_60; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache4_60() { return &___U3CU3Ef__mgU24cache4_60; } inline void set_U3CU3Ef__mgU24cache4_60(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache4_60 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_60), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALSHOPITEM_T2394540890_H #ifndef BALANCEWND_T506785226_H #define BALANCEWND_T506785226_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BalanceWnd struct BalanceWnd_t506785226 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform BalanceWnd::m_DressWnd Transform_t3600365921 * ___m_DressWnd_2; // UnityEngine.Transform BalanceWnd::m_ToolWnd Transform_t3600365921 * ___m_ToolWnd_3; // UILabel BalanceWnd::m_DressPrice UILabel_t3248798549 * ___m_DressPrice_4; // UILabel BalanceWnd::m_DressBuyConfirm UILabel_t3248798549 * ___m_DressBuyConfirm_5; // UILabel BalanceWnd::m_DressPriceName UILabel_t3248798549 * ___m_DressPriceName_6; // UILabel BalanceWnd::m_ToolUnitPrice UILabel_t3248798549 * ___m_ToolUnitPrice_7; // UILabel BalanceWnd::m_ToolAmount UILabel_t3248798549 * ___m_ToolAmount_8; // UILabel BalanceWnd::m_ToolTotal UILabel_t3248798549 * ___m_ToolTotal_9; // UILabel BalanceWnd::m_ToolBuyConfirm UILabel_t3248798549 * ___m_ToolBuyConfirm_10; // UILabel BalanceWnd::m_ToolUnitPriceeName UILabel_t3248798549 * ___m_ToolUnitPriceeName_11; // UILabel BalanceWnd::m_ToolAmountName UILabel_t3248798549 * ___m_ToolAmountName_12; // UILabel BalanceWnd::m_ToolTotalName UILabel_t3248798549 * ___m_ToolTotalName_13; // UISprite BalanceWnd::m_DressIcon UISprite_t194114938 * ___m_DressIcon_14; // UISprite BalanceWnd::m_ToolIcon1 UISprite_t194114938 * ___m_ToolIcon1_15; // UISprite BalanceWnd::m_ToolIcon2 UISprite_t194114938 * ___m_ToolIcon2_16; // System.Int32 BalanceWnd::m_price int32_t ___m_price_17; // System.Int32 BalanceWnd::m_Diamond int32_t ___m_Diamond_18; // System.Int32 BalanceWnd::m_count int32_t ___m_count_19; // System.Int32 BalanceWnd::m_configId int32_t ___m_configId_20; // System.Int32 BalanceWnd::m_valid int32_t ___m_valid_21; // ScenePersonalWndShop/OnClickMsgCallBack BalanceWnd::m_CallBack OnClickMsgCallBack_t2526724959 * ___m_CallBack_22; // DMCore.CDataArray BalanceWnd::m_data CDataArray_t4068198041 * ___m_data_23; // System.Boolean BalanceWnd::isPageInit bool ___isPageInit_24; public: inline static int32_t get_offset_of_m_DressWnd_2() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_DressWnd_2)); } inline Transform_t3600365921 * get_m_DressWnd_2() const { return ___m_DressWnd_2; } inline Transform_t3600365921 ** get_address_of_m_DressWnd_2() { return &___m_DressWnd_2; } inline void set_m_DressWnd_2(Transform_t3600365921 * value) { ___m_DressWnd_2 = value; Il2CppCodeGenWriteBarrier((&___m_DressWnd_2), value); } inline static int32_t get_offset_of_m_ToolWnd_3() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolWnd_3)); } inline Transform_t3600365921 * get_m_ToolWnd_3() const { return ___m_ToolWnd_3; } inline Transform_t3600365921 ** get_address_of_m_ToolWnd_3() { return &___m_ToolWnd_3; } inline void set_m_ToolWnd_3(Transform_t3600365921 * value) { ___m_ToolWnd_3 = value; Il2CppCodeGenWriteBarrier((&___m_ToolWnd_3), value); } inline static int32_t get_offset_of_m_DressPrice_4() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_DressPrice_4)); } inline UILabel_t3248798549 * get_m_DressPrice_4() const { return ___m_DressPrice_4; } inline UILabel_t3248798549 ** get_address_of_m_DressPrice_4() { return &___m_DressPrice_4; } inline void set_m_DressPrice_4(UILabel_t3248798549 * value) { ___m_DressPrice_4 = value; Il2CppCodeGenWriteBarrier((&___m_DressPrice_4), value); } inline static int32_t get_offset_of_m_DressBuyConfirm_5() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_DressBuyConfirm_5)); } inline UILabel_t3248798549 * get_m_DressBuyConfirm_5() const { return ___m_DressBuyConfirm_5; } inline UILabel_t3248798549 ** get_address_of_m_DressBuyConfirm_5() { return &___m_DressBuyConfirm_5; } inline void set_m_DressBuyConfirm_5(UILabel_t3248798549 * value) { ___m_DressBuyConfirm_5 = value; Il2CppCodeGenWriteBarrier((&___m_DressBuyConfirm_5), value); } inline static int32_t get_offset_of_m_DressPriceName_6() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_DressPriceName_6)); } inline UILabel_t3248798549 * get_m_DressPriceName_6() const { return ___m_DressPriceName_6; } inline UILabel_t3248798549 ** get_address_of_m_DressPriceName_6() { return &___m_DressPriceName_6; } inline void set_m_DressPriceName_6(UILabel_t3248798549 * value) { ___m_DressPriceName_6 = value; Il2CppCodeGenWriteBarrier((&___m_DressPriceName_6), value); } inline static int32_t get_offset_of_m_ToolUnitPrice_7() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolUnitPrice_7)); } inline UILabel_t3248798549 * get_m_ToolUnitPrice_7() const { return ___m_ToolUnitPrice_7; } inline UILabel_t3248798549 ** get_address_of_m_ToolUnitPrice_7() { return &___m_ToolUnitPrice_7; } inline void set_m_ToolUnitPrice_7(UILabel_t3248798549 * value) { ___m_ToolUnitPrice_7 = value; Il2CppCodeGenWriteBarrier((&___m_ToolUnitPrice_7), value); } inline static int32_t get_offset_of_m_ToolAmount_8() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolAmount_8)); } inline UILabel_t3248798549 * get_m_ToolAmount_8() const { return ___m_ToolAmount_8; } inline UILabel_t3248798549 ** get_address_of_m_ToolAmount_8() { return &___m_ToolAmount_8; } inline void set_m_ToolAmount_8(UILabel_t3248798549 * value) { ___m_ToolAmount_8 = value; Il2CppCodeGenWriteBarrier((&___m_ToolAmount_8), value); } inline static int32_t get_offset_of_m_ToolTotal_9() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolTotal_9)); } inline UILabel_t3248798549 * get_m_ToolTotal_9() const { return ___m_ToolTotal_9; } inline UILabel_t3248798549 ** get_address_of_m_ToolTotal_9() { return &___m_ToolTotal_9; } inline void set_m_ToolTotal_9(UILabel_t3248798549 * value) { ___m_ToolTotal_9 = value; Il2CppCodeGenWriteBarrier((&___m_ToolTotal_9), value); } inline static int32_t get_offset_of_m_ToolBuyConfirm_10() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolBuyConfirm_10)); } inline UILabel_t3248798549 * get_m_ToolBuyConfirm_10() const { return ___m_ToolBuyConfirm_10; } inline UILabel_t3248798549 ** get_address_of_m_ToolBuyConfirm_10() { return &___m_ToolBuyConfirm_10; } inline void set_m_ToolBuyConfirm_10(UILabel_t3248798549 * value) { ___m_ToolBuyConfirm_10 = value; Il2CppCodeGenWriteBarrier((&___m_ToolBuyConfirm_10), value); } inline static int32_t get_offset_of_m_ToolUnitPriceeName_11() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolUnitPriceeName_11)); } inline UILabel_t3248798549 * get_m_ToolUnitPriceeName_11() const { return ___m_ToolUnitPriceeName_11; } inline UILabel_t3248798549 ** get_address_of_m_ToolUnitPriceeName_11() { return &___m_ToolUnitPriceeName_11; } inline void set_m_ToolUnitPriceeName_11(UILabel_t3248798549 * value) { ___m_ToolUnitPriceeName_11 = value; Il2CppCodeGenWriteBarrier((&___m_ToolUnitPriceeName_11), value); } inline static int32_t get_offset_of_m_ToolAmountName_12() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolAmountName_12)); } inline UILabel_t3248798549 * get_m_ToolAmountName_12() const { return ___m_ToolAmountName_12; } inline UILabel_t3248798549 ** get_address_of_m_ToolAmountName_12() { return &___m_ToolAmountName_12; } inline void set_m_ToolAmountName_12(UILabel_t3248798549 * value) { ___m_ToolAmountName_12 = value; Il2CppCodeGenWriteBarrier((&___m_ToolAmountName_12), value); } inline static int32_t get_offset_of_m_ToolTotalName_13() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolTotalName_13)); } inline UILabel_t3248798549 * get_m_ToolTotalName_13() const { return ___m_ToolTotalName_13; } inline UILabel_t3248798549 ** get_address_of_m_ToolTotalName_13() { return &___m_ToolTotalName_13; } inline void set_m_ToolTotalName_13(UILabel_t3248798549 * value) { ___m_ToolTotalName_13 = value; Il2CppCodeGenWriteBarrier((&___m_ToolTotalName_13), value); } inline static int32_t get_offset_of_m_DressIcon_14() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_DressIcon_14)); } inline UISprite_t194114938 * get_m_DressIcon_14() const { return ___m_DressIcon_14; } inline UISprite_t194114938 ** get_address_of_m_DressIcon_14() { return &___m_DressIcon_14; } inline void set_m_DressIcon_14(UISprite_t194114938 * value) { ___m_DressIcon_14 = value; Il2CppCodeGenWriteBarrier((&___m_DressIcon_14), value); } inline static int32_t get_offset_of_m_ToolIcon1_15() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolIcon1_15)); } inline UISprite_t194114938 * get_m_ToolIcon1_15() const { return ___m_ToolIcon1_15; } inline UISprite_t194114938 ** get_address_of_m_ToolIcon1_15() { return &___m_ToolIcon1_15; } inline void set_m_ToolIcon1_15(UISprite_t194114938 * value) { ___m_ToolIcon1_15 = value; Il2CppCodeGenWriteBarrier((&___m_ToolIcon1_15), value); } inline static int32_t get_offset_of_m_ToolIcon2_16() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_ToolIcon2_16)); } inline UISprite_t194114938 * get_m_ToolIcon2_16() const { return ___m_ToolIcon2_16; } inline UISprite_t194114938 ** get_address_of_m_ToolIcon2_16() { return &___m_ToolIcon2_16; } inline void set_m_ToolIcon2_16(UISprite_t194114938 * value) { ___m_ToolIcon2_16 = value; Il2CppCodeGenWriteBarrier((&___m_ToolIcon2_16), value); } inline static int32_t get_offset_of_m_price_17() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_price_17)); } inline int32_t get_m_price_17() const { return ___m_price_17; } inline int32_t* get_address_of_m_price_17() { return &___m_price_17; } inline void set_m_price_17(int32_t value) { ___m_price_17 = value; } inline static int32_t get_offset_of_m_Diamond_18() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_Diamond_18)); } inline int32_t get_m_Diamond_18() const { return ___m_Diamond_18; } inline int32_t* get_address_of_m_Diamond_18() { return &___m_Diamond_18; } inline void set_m_Diamond_18(int32_t value) { ___m_Diamond_18 = value; } inline static int32_t get_offset_of_m_count_19() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_count_19)); } inline int32_t get_m_count_19() const { return ___m_count_19; } inline int32_t* get_address_of_m_count_19() { return &___m_count_19; } inline void set_m_count_19(int32_t value) { ___m_count_19 = value; } inline static int32_t get_offset_of_m_configId_20() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_configId_20)); } inline int32_t get_m_configId_20() const { return ___m_configId_20; } inline int32_t* get_address_of_m_configId_20() { return &___m_configId_20; } inline void set_m_configId_20(int32_t value) { ___m_configId_20 = value; } inline static int32_t get_offset_of_m_valid_21() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_valid_21)); } inline int32_t get_m_valid_21() const { return ___m_valid_21; } inline int32_t* get_address_of_m_valid_21() { return &___m_valid_21; } inline void set_m_valid_21(int32_t value) { ___m_valid_21 = value; } inline static int32_t get_offset_of_m_CallBack_22() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_CallBack_22)); } inline OnClickMsgCallBack_t2526724959 * get_m_CallBack_22() const { return ___m_CallBack_22; } inline OnClickMsgCallBack_t2526724959 ** get_address_of_m_CallBack_22() { return &___m_CallBack_22; } inline void set_m_CallBack_22(OnClickMsgCallBack_t2526724959 * value) { ___m_CallBack_22 = value; Il2CppCodeGenWriteBarrier((&___m_CallBack_22), value); } inline static int32_t get_offset_of_m_data_23() { return static_cast(offsetof(BalanceWnd_t506785226, ___m_data_23)); } inline CDataArray_t4068198041 * get_m_data_23() const { return ___m_data_23; } inline CDataArray_t4068198041 ** get_address_of_m_data_23() { return &___m_data_23; } inline void set_m_data_23(CDataArray_t4068198041 * value) { ___m_data_23 = value; Il2CppCodeGenWriteBarrier((&___m_data_23), value); } inline static int32_t get_offset_of_isPageInit_24() { return static_cast(offsetof(BalanceWnd_t506785226, ___isPageInit_24)); } inline bool get_isPageInit_24() const { return ___isPageInit_24; } inline bool* get_address_of_isPageInit_24() { return &___isPageInit_24; } inline void set_isPageInit_24(bool value) { ___isPageInit_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BALANCEWND_T506785226_H #ifndef SCENEPERSONALWNDMYPACKAGE_T3287570987_H #define SCENEPERSONALWNDMYPACKAGE_T3287570987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndMyPackage struct ScenePersonalWndMyPackage_t3287570987 : public MonoBehaviour_t3962482529 { public: // uiBtnList ScenePersonalWndMyPackage::m_btnList uiBtnList_t3771050923 * ___m_btnList_3; // ItemPageGroup ScenePersonalWndMyPackage::m_pageArea ItemPageGroup_t3769455068 * ___m_pageArea_4; // DetailWnd ScenePersonalWndMyPackage::m_WndDetail DetailWnd_t3732401977 * ___m_WndDetail_5; // ScenePersonalPkgList ScenePersonalWndMyPackage::m_PkgList ScenePersonalPkgList_t4044424073 * ___m_PkgList_6; // UILabel ScenePersonalWndMyPackage::m_starNumber UILabel_t3248798549 * ___m_starNumber_7; // UnityEngine.GameObject ScenePersonalWndMyPackage::m_arrowTop GameObject_t1113636619 * ___m_arrowTop_8; // UnityEngine.GameObject ScenePersonalWndMyPackage::m_arrowBottom GameObject_t1113636619 * ___m_arrowBottom_9; // AmountWnd ScenePersonalWndMyPackage::m_WndAmount AmountWnd_t1885830546 * ___m_WndAmount_10; // UILabel ScenePersonalWndMyPackage::m_shareLabel UILabel_t3248798549 * ___m_shareLabel_11; // System.Int32 ScenePersonalWndMyPackage::m_subType int32_t ___m_subType_12; // System.Int32 ScenePersonalWndMyPackage::m_index int32_t ___m_index_13; // System.Boolean ScenePersonalWndMyPackage::isPageInit bool ___isPageInit_14; // UITexture ScenePersonalWndMyPackage::m_Yulanbg UITexture_t3471168817 * ___m_Yulanbg_15; // UITexture ScenePersonalWndMyPackage::m_Head UITexture_t3471168817 * ___m_Head_16; // System.Boolean ScenePersonalWndMyPackage::isPhotoReady bool ___isPhotoReady_17; // UnityEngine.GameObject ScenePersonalWndMyPackage::m_Daojishi GameObject_t1113636619 * ___m_Daojishi_18; // UILabel ScenePersonalWndMyPackage::m_time UILabel_t3248798549 * ___m_time_19; // UILabel ScenePersonalWndMyPackage::m_time2 UILabel_t3248798549 * ___m_time2_20; // System.Single ScenePersonalWndMyPackage::lefttime float ___lefttime_21; // UnityEngine.Transform ScenePersonalWndMyPackage::m_ScoreBtn Transform_t3600365921 * ___m_ScoreBtn_22; // UILabel ScenePersonalWndMyPackage::m_ScoreDes UILabel_t3248798549 * ___m_ScoreDes_23; // UnityEngine.Transform ScenePersonalWndMyPackage::m_Title Transform_t3600365921 * ___m_Title_24; // UnityEngine.Transform ScenePersonalWndMyPackage::m_ToShop Transform_t3600365921 * ___m_ToShop_25; // UnityEngine.Transform ScenePersonalWndMyPackage::m_Select Transform_t3600365921 * ___m_Select_26; // UnityEngine.Transform ScenePersonalWndMyPackage::m_CancelSelect Transform_t3600365921 * ___m_CancelSelect_27; // System.Collections.Generic.List`1 ScenePersonalWndMyPackage::m_data List_1_t2959980932 * ___m_data_28; // UnityEngine.Transform ScenePersonalWndMyPackage::m_Voulumtrans Transform_t3600365921 * ___m_Voulumtrans_29; // UILabel ScenePersonalWndMyPackage::m_VoulumLabel UILabel_t3248798549 * ___m_VoulumLabel_30; // UnityEngine.Transform ScenePersonalWndMyPackage::m_btnShare Transform_t3600365921 * ___m_btnShare_31; // System.Boolean ScenePersonalWndMyPackage::m_bFirstOpen bool ___m_bFirstOpen_32; // System.Int32 ScenePersonalWndMyPackage::m_nMyFashionOld int32_t ___m_nMyFashionOld_33; public: inline static int32_t get_offset_of_m_btnList_3() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_btnList_3)); } inline uiBtnList_t3771050923 * get_m_btnList_3() const { return ___m_btnList_3; } inline uiBtnList_t3771050923 ** get_address_of_m_btnList_3() { return &___m_btnList_3; } inline void set_m_btnList_3(uiBtnList_t3771050923 * value) { ___m_btnList_3 = value; Il2CppCodeGenWriteBarrier((&___m_btnList_3), value); } inline static int32_t get_offset_of_m_pageArea_4() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_pageArea_4)); } inline ItemPageGroup_t3769455068 * get_m_pageArea_4() const { return ___m_pageArea_4; } inline ItemPageGroup_t3769455068 ** get_address_of_m_pageArea_4() { return &___m_pageArea_4; } inline void set_m_pageArea_4(ItemPageGroup_t3769455068 * value) { ___m_pageArea_4 = value; Il2CppCodeGenWriteBarrier((&___m_pageArea_4), value); } inline static int32_t get_offset_of_m_WndDetail_5() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_WndDetail_5)); } inline DetailWnd_t3732401977 * get_m_WndDetail_5() const { return ___m_WndDetail_5; } inline DetailWnd_t3732401977 ** get_address_of_m_WndDetail_5() { return &___m_WndDetail_5; } inline void set_m_WndDetail_5(DetailWnd_t3732401977 * value) { ___m_WndDetail_5 = value; Il2CppCodeGenWriteBarrier((&___m_WndDetail_5), value); } inline static int32_t get_offset_of_m_PkgList_6() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_PkgList_6)); } inline ScenePersonalPkgList_t4044424073 * get_m_PkgList_6() const { return ___m_PkgList_6; } inline ScenePersonalPkgList_t4044424073 ** get_address_of_m_PkgList_6() { return &___m_PkgList_6; } inline void set_m_PkgList_6(ScenePersonalPkgList_t4044424073 * value) { ___m_PkgList_6 = value; Il2CppCodeGenWriteBarrier((&___m_PkgList_6), value); } inline static int32_t get_offset_of_m_starNumber_7() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_starNumber_7)); } inline UILabel_t3248798549 * get_m_starNumber_7() const { return ___m_starNumber_7; } inline UILabel_t3248798549 ** get_address_of_m_starNumber_7() { return &___m_starNumber_7; } inline void set_m_starNumber_7(UILabel_t3248798549 * value) { ___m_starNumber_7 = value; Il2CppCodeGenWriteBarrier((&___m_starNumber_7), value); } inline static int32_t get_offset_of_m_arrowTop_8() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_arrowTop_8)); } inline GameObject_t1113636619 * get_m_arrowTop_8() const { return ___m_arrowTop_8; } inline GameObject_t1113636619 ** get_address_of_m_arrowTop_8() { return &___m_arrowTop_8; } inline void set_m_arrowTop_8(GameObject_t1113636619 * value) { ___m_arrowTop_8 = value; Il2CppCodeGenWriteBarrier((&___m_arrowTop_8), value); } inline static int32_t get_offset_of_m_arrowBottom_9() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_arrowBottom_9)); } inline GameObject_t1113636619 * get_m_arrowBottom_9() const { return ___m_arrowBottom_9; } inline GameObject_t1113636619 ** get_address_of_m_arrowBottom_9() { return &___m_arrowBottom_9; } inline void set_m_arrowBottom_9(GameObject_t1113636619 * value) { ___m_arrowBottom_9 = value; Il2CppCodeGenWriteBarrier((&___m_arrowBottom_9), value); } inline static int32_t get_offset_of_m_WndAmount_10() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_WndAmount_10)); } inline AmountWnd_t1885830546 * get_m_WndAmount_10() const { return ___m_WndAmount_10; } inline AmountWnd_t1885830546 ** get_address_of_m_WndAmount_10() { return &___m_WndAmount_10; } inline void set_m_WndAmount_10(AmountWnd_t1885830546 * value) { ___m_WndAmount_10 = value; Il2CppCodeGenWriteBarrier((&___m_WndAmount_10), value); } inline static int32_t get_offset_of_m_shareLabel_11() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_shareLabel_11)); } inline UILabel_t3248798549 * get_m_shareLabel_11() const { return ___m_shareLabel_11; } inline UILabel_t3248798549 ** get_address_of_m_shareLabel_11() { return &___m_shareLabel_11; } inline void set_m_shareLabel_11(UILabel_t3248798549 * value) { ___m_shareLabel_11 = value; Il2CppCodeGenWriteBarrier((&___m_shareLabel_11), value); } inline static int32_t get_offset_of_m_subType_12() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_subType_12)); } inline int32_t get_m_subType_12() const { return ___m_subType_12; } inline int32_t* get_address_of_m_subType_12() { return &___m_subType_12; } inline void set_m_subType_12(int32_t value) { ___m_subType_12 = value; } inline static int32_t get_offset_of_m_index_13() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_index_13)); } inline int32_t get_m_index_13() const { return ___m_index_13; } inline int32_t* get_address_of_m_index_13() { return &___m_index_13; } inline void set_m_index_13(int32_t value) { ___m_index_13 = value; } inline static int32_t get_offset_of_isPageInit_14() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___isPageInit_14)); } inline bool get_isPageInit_14() const { return ___isPageInit_14; } inline bool* get_address_of_isPageInit_14() { return &___isPageInit_14; } inline void set_isPageInit_14(bool value) { ___isPageInit_14 = value; } inline static int32_t get_offset_of_m_Yulanbg_15() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_Yulanbg_15)); } inline UITexture_t3471168817 * get_m_Yulanbg_15() const { return ___m_Yulanbg_15; } inline UITexture_t3471168817 ** get_address_of_m_Yulanbg_15() { return &___m_Yulanbg_15; } inline void set_m_Yulanbg_15(UITexture_t3471168817 * value) { ___m_Yulanbg_15 = value; Il2CppCodeGenWriteBarrier((&___m_Yulanbg_15), value); } inline static int32_t get_offset_of_m_Head_16() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_Head_16)); } inline UITexture_t3471168817 * get_m_Head_16() const { return ___m_Head_16; } inline UITexture_t3471168817 ** get_address_of_m_Head_16() { return &___m_Head_16; } inline void set_m_Head_16(UITexture_t3471168817 * value) { ___m_Head_16 = value; Il2CppCodeGenWriteBarrier((&___m_Head_16), value); } inline static int32_t get_offset_of_isPhotoReady_17() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___isPhotoReady_17)); } inline bool get_isPhotoReady_17() const { return ___isPhotoReady_17; } inline bool* get_address_of_isPhotoReady_17() { return &___isPhotoReady_17; } inline void set_isPhotoReady_17(bool value) { ___isPhotoReady_17 = value; } inline static int32_t get_offset_of_m_Daojishi_18() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_Daojishi_18)); } inline GameObject_t1113636619 * get_m_Daojishi_18() const { return ___m_Daojishi_18; } inline GameObject_t1113636619 ** get_address_of_m_Daojishi_18() { return &___m_Daojishi_18; } inline void set_m_Daojishi_18(GameObject_t1113636619 * value) { ___m_Daojishi_18 = value; Il2CppCodeGenWriteBarrier((&___m_Daojishi_18), value); } inline static int32_t get_offset_of_m_time_19() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_time_19)); } inline UILabel_t3248798549 * get_m_time_19() const { return ___m_time_19; } inline UILabel_t3248798549 ** get_address_of_m_time_19() { return &___m_time_19; } inline void set_m_time_19(UILabel_t3248798549 * value) { ___m_time_19 = value; Il2CppCodeGenWriteBarrier((&___m_time_19), value); } inline static int32_t get_offset_of_m_time2_20() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_time2_20)); } inline UILabel_t3248798549 * get_m_time2_20() const { return ___m_time2_20; } inline UILabel_t3248798549 ** get_address_of_m_time2_20() { return &___m_time2_20; } inline void set_m_time2_20(UILabel_t3248798549 * value) { ___m_time2_20 = value; Il2CppCodeGenWriteBarrier((&___m_time2_20), value); } inline static int32_t get_offset_of_lefttime_21() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___lefttime_21)); } inline float get_lefttime_21() const { return ___lefttime_21; } inline float* get_address_of_lefttime_21() { return &___lefttime_21; } inline void set_lefttime_21(float value) { ___lefttime_21 = value; } inline static int32_t get_offset_of_m_ScoreBtn_22() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_ScoreBtn_22)); } inline Transform_t3600365921 * get_m_ScoreBtn_22() const { return ___m_ScoreBtn_22; } inline Transform_t3600365921 ** get_address_of_m_ScoreBtn_22() { return &___m_ScoreBtn_22; } inline void set_m_ScoreBtn_22(Transform_t3600365921 * value) { ___m_ScoreBtn_22 = value; Il2CppCodeGenWriteBarrier((&___m_ScoreBtn_22), value); } inline static int32_t get_offset_of_m_ScoreDes_23() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_ScoreDes_23)); } inline UILabel_t3248798549 * get_m_ScoreDes_23() const { return ___m_ScoreDes_23; } inline UILabel_t3248798549 ** get_address_of_m_ScoreDes_23() { return &___m_ScoreDes_23; } inline void set_m_ScoreDes_23(UILabel_t3248798549 * value) { ___m_ScoreDes_23 = value; Il2CppCodeGenWriteBarrier((&___m_ScoreDes_23), value); } inline static int32_t get_offset_of_m_Title_24() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_Title_24)); } inline Transform_t3600365921 * get_m_Title_24() const { return ___m_Title_24; } inline Transform_t3600365921 ** get_address_of_m_Title_24() { return &___m_Title_24; } inline void set_m_Title_24(Transform_t3600365921 * value) { ___m_Title_24 = value; Il2CppCodeGenWriteBarrier((&___m_Title_24), value); } inline static int32_t get_offset_of_m_ToShop_25() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_ToShop_25)); } inline Transform_t3600365921 * get_m_ToShop_25() const { return ___m_ToShop_25; } inline Transform_t3600365921 ** get_address_of_m_ToShop_25() { return &___m_ToShop_25; } inline void set_m_ToShop_25(Transform_t3600365921 * value) { ___m_ToShop_25 = value; Il2CppCodeGenWriteBarrier((&___m_ToShop_25), value); } inline static int32_t get_offset_of_m_Select_26() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_Select_26)); } inline Transform_t3600365921 * get_m_Select_26() const { return ___m_Select_26; } inline Transform_t3600365921 ** get_address_of_m_Select_26() { return &___m_Select_26; } inline void set_m_Select_26(Transform_t3600365921 * value) { ___m_Select_26 = value; Il2CppCodeGenWriteBarrier((&___m_Select_26), value); } inline static int32_t get_offset_of_m_CancelSelect_27() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_CancelSelect_27)); } inline Transform_t3600365921 * get_m_CancelSelect_27() const { return ___m_CancelSelect_27; } inline Transform_t3600365921 ** get_address_of_m_CancelSelect_27() { return &___m_CancelSelect_27; } inline void set_m_CancelSelect_27(Transform_t3600365921 * value) { ___m_CancelSelect_27 = value; Il2CppCodeGenWriteBarrier((&___m_CancelSelect_27), value); } inline static int32_t get_offset_of_m_data_28() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_data_28)); } inline List_1_t2959980932 * get_m_data_28() const { return ___m_data_28; } inline List_1_t2959980932 ** get_address_of_m_data_28() { return &___m_data_28; } inline void set_m_data_28(List_1_t2959980932 * value) { ___m_data_28 = value; Il2CppCodeGenWriteBarrier((&___m_data_28), value); } inline static int32_t get_offset_of_m_Voulumtrans_29() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_Voulumtrans_29)); } inline Transform_t3600365921 * get_m_Voulumtrans_29() const { return ___m_Voulumtrans_29; } inline Transform_t3600365921 ** get_address_of_m_Voulumtrans_29() { return &___m_Voulumtrans_29; } inline void set_m_Voulumtrans_29(Transform_t3600365921 * value) { ___m_Voulumtrans_29 = value; Il2CppCodeGenWriteBarrier((&___m_Voulumtrans_29), value); } inline static int32_t get_offset_of_m_VoulumLabel_30() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_VoulumLabel_30)); } inline UILabel_t3248798549 * get_m_VoulumLabel_30() const { return ___m_VoulumLabel_30; } inline UILabel_t3248798549 ** get_address_of_m_VoulumLabel_30() { return &___m_VoulumLabel_30; } inline void set_m_VoulumLabel_30(UILabel_t3248798549 * value) { ___m_VoulumLabel_30 = value; Il2CppCodeGenWriteBarrier((&___m_VoulumLabel_30), value); } inline static int32_t get_offset_of_m_btnShare_31() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_btnShare_31)); } inline Transform_t3600365921 * get_m_btnShare_31() const { return ___m_btnShare_31; } inline Transform_t3600365921 ** get_address_of_m_btnShare_31() { return &___m_btnShare_31; } inline void set_m_btnShare_31(Transform_t3600365921 * value) { ___m_btnShare_31 = value; Il2CppCodeGenWriteBarrier((&___m_btnShare_31), value); } inline static int32_t get_offset_of_m_bFirstOpen_32() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_bFirstOpen_32)); } inline bool get_m_bFirstOpen_32() const { return ___m_bFirstOpen_32; } inline bool* get_address_of_m_bFirstOpen_32() { return &___m_bFirstOpen_32; } inline void set_m_bFirstOpen_32(bool value) { ___m_bFirstOpen_32 = value; } inline static int32_t get_offset_of_m_nMyFashionOld_33() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987, ___m_nMyFashionOld_33)); } inline int32_t get_m_nMyFashionOld_33() const { return ___m_nMyFashionOld_33; } inline int32_t* get_address_of_m_nMyFashionOld_33() { return &___m_nMyFashionOld_33; } inline void set_m_nMyFashionOld_33(int32_t value) { ___m_nMyFashionOld_33 = value; } }; struct ScenePersonalWndMyPackage_t3287570987_StaticFields { public: // ScenePersonalWndMyPackage ScenePersonalWndMyPackage::s_instance ScenePersonalWndMyPackage_t3287570987 * ___s_instance_2; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(ScenePersonalWndMyPackage_t3287570987_StaticFields, ___s_instance_2)); } inline ScenePersonalWndMyPackage_t3287570987 * get_s_instance_2() const { return ___s_instance_2; } inline ScenePersonalWndMyPackage_t3287570987 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(ScenePersonalWndMyPackage_t3287570987 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDMYPACKAGE_T3287570987_H #ifndef UIMONOITEMGET_T3694640406_H #define UIMONOITEMGET_T3694640406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiMonoItemGet struct uiMonoItemGet_t3694640406 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform uiMonoItemGet::m_BeginGetItemWnd Transform_t3600365921 * ___m_BeginGetItemWnd_2; // UnityEngine.Transform uiMonoItemGet::m_OddRoot Transform_t3600365921 * ___m_OddRoot_3; // UnityEngine.Transform uiMonoItemGet::m_EvenRoot Transform_t3600365921 * ___m_EvenRoot_4; // UnityEngine.Transform[] uiMonoItemGet::m_OddObjs TransformU5BU5D_t807237628* ___m_OddObjs_5; // UnityEngine.Transform[] uiMonoItemGet::m_EvenObjs TransformU5BU5D_t807237628* ___m_EvenObjs_6; // UnityEngine.AudioClip uiMonoItemGet::m_midi AudioClip_t3680889665 * ___m_midi_7; // System.Boolean uiMonoItemGet::isPageInit bool ___isPageInit_8; // UnityEngine.Transform[] uiMonoItemGet::m_RootObjs TransformU5BU5D_t807237628* ___m_RootObjs_9; public: inline static int32_t get_offset_of_m_BeginGetItemWnd_2() { return static_cast(offsetof(uiMonoItemGet_t3694640406, ___m_BeginGetItemWnd_2)); } inline Transform_t3600365921 * get_m_BeginGetItemWnd_2() const { return ___m_BeginGetItemWnd_2; } inline Transform_t3600365921 ** get_address_of_m_BeginGetItemWnd_2() { return &___m_BeginGetItemWnd_2; } inline void set_m_BeginGetItemWnd_2(Transform_t3600365921 * value) { ___m_BeginGetItemWnd_2 = value; Il2CppCodeGenWriteBarrier((&___m_BeginGetItemWnd_2), value); } inline static int32_t get_offset_of_m_OddRoot_3() { return static_cast(offsetof(uiMonoItemGet_t3694640406, ___m_OddRoot_3)); } inline Transform_t3600365921 * get_m_OddRoot_3() const { return ___m_OddRoot_3; } inline Transform_t3600365921 ** get_address_of_m_OddRoot_3() { return &___m_OddRoot_3; } inline void set_m_OddRoot_3(Transform_t3600365921 * value) { ___m_OddRoot_3 = value; Il2CppCodeGenWriteBarrier((&___m_OddRoot_3), value); } inline static int32_t get_offset_of_m_EvenRoot_4() { return static_cast(offsetof(uiMonoItemGet_t3694640406, ___m_EvenRoot_4)); } inline Transform_t3600365921 * get_m_EvenRoot_4() const { return ___m_EvenRoot_4; } inline Transform_t3600365921 ** get_address_of_m_EvenRoot_4() { return &___m_EvenRoot_4; } inline void set_m_EvenRoot_4(Transform_t3600365921 * value) { ___m_EvenRoot_4 = value; Il2CppCodeGenWriteBarrier((&___m_EvenRoot_4), value); } inline static int32_t get_offset_of_m_OddObjs_5() { return static_cast(offsetof(uiMonoItemGet_t3694640406, ___m_OddObjs_5)); } inline TransformU5BU5D_t807237628* get_m_OddObjs_5() const { return ___m_OddObjs_5; } inline TransformU5BU5D_t807237628** get_address_of_m_OddObjs_5() { return &___m_OddObjs_5; } inline void set_m_OddObjs_5(TransformU5BU5D_t807237628* value) { ___m_OddObjs_5 = value; Il2CppCodeGenWriteBarrier((&___m_OddObjs_5), value); } inline static int32_t get_offset_of_m_EvenObjs_6() { return static_cast(offsetof(uiMonoItemGet_t3694640406, ___m_EvenObjs_6)); } inline TransformU5BU5D_t807237628* get_m_EvenObjs_6() const { return ___m_EvenObjs_6; } inline TransformU5BU5D_t807237628** get_address_of_m_EvenObjs_6() { return &___m_EvenObjs_6; } inline void set_m_EvenObjs_6(TransformU5BU5D_t807237628* value) { ___m_EvenObjs_6 = value; Il2CppCodeGenWriteBarrier((&___m_EvenObjs_6), value); } inline static int32_t get_offset_of_m_midi_7() { return static_cast(offsetof(uiMonoItemGet_t3694640406, ___m_midi_7)); } inline AudioClip_t3680889665 * get_m_midi_7() const { return ___m_midi_7; } inline AudioClip_t3680889665 ** get_address_of_m_midi_7() { return &___m_midi_7; } inline void set_m_midi_7(AudioClip_t3680889665 * value) { ___m_midi_7 = value; Il2CppCodeGenWriteBarrier((&___m_midi_7), value); } inline static int32_t get_offset_of_isPageInit_8() { return static_cast(offsetof(uiMonoItemGet_t3694640406, ___isPageInit_8)); } inline bool get_isPageInit_8() const { return ___isPageInit_8; } inline bool* get_address_of_isPageInit_8() { return &___isPageInit_8; } inline void set_isPageInit_8(bool value) { ___isPageInit_8 = value; } inline static int32_t get_offset_of_m_RootObjs_9() { return static_cast(offsetof(uiMonoItemGet_t3694640406, ___m_RootObjs_9)); } inline TransformU5BU5D_t807237628* get_m_RootObjs_9() const { return ___m_RootObjs_9; } inline TransformU5BU5D_t807237628** get_address_of_m_RootObjs_9() { return &___m_RootObjs_9; } inline void set_m_RootObjs_9(TransformU5BU5D_t807237628* value) { ___m_RootObjs_9 = value; Il2CppCodeGenWriteBarrier((&___m_RootObjs_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIMONOITEMGET_T3694640406_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 UIATLAS_T3195533529_H #define UIATLAS_T3195533529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIAtlas struct UIAtlas_t3195533529 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Material UIAtlas::material Material_t340375123 * ___material_2; // System.Collections.Generic.List`1 UIAtlas::sprites List_1_t72704565 * ___sprites_3; // UIAtlas/Coordinates UIAtlas::mCoordinates int32_t ___mCoordinates_4; // System.Single UIAtlas::mPixelSize float ___mPixelSize_5; // UIAtlas UIAtlas::mReplacement UIAtlas_t3195533529 * ___mReplacement_6; // System.Int32 UIAtlas::mPMA int32_t ___mPMA_7; // UnityEngine.Material UIAtlas::m_runtimeMat Material_t340375123 * ___m_runtimeMat_8; public: inline static int32_t get_offset_of_material_2() { return static_cast(offsetof(UIAtlas_t3195533529, ___material_2)); } inline Material_t340375123 * get_material_2() const { return ___material_2; } inline Material_t340375123 ** get_address_of_material_2() { return &___material_2; } inline void set_material_2(Material_t340375123 * value) { ___material_2 = value; Il2CppCodeGenWriteBarrier((&___material_2), value); } inline static int32_t get_offset_of_sprites_3() { return static_cast(offsetof(UIAtlas_t3195533529, ___sprites_3)); } inline List_1_t72704565 * get_sprites_3() const { return ___sprites_3; } inline List_1_t72704565 ** get_address_of_sprites_3() { return &___sprites_3; } inline void set_sprites_3(List_1_t72704565 * value) { ___sprites_3 = value; Il2CppCodeGenWriteBarrier((&___sprites_3), value); } inline static int32_t get_offset_of_mCoordinates_4() { return static_cast(offsetof(UIAtlas_t3195533529, ___mCoordinates_4)); } inline int32_t get_mCoordinates_4() const { return ___mCoordinates_4; } inline int32_t* get_address_of_mCoordinates_4() { return &___mCoordinates_4; } inline void set_mCoordinates_4(int32_t value) { ___mCoordinates_4 = value; } inline static int32_t get_offset_of_mPixelSize_5() { return static_cast(offsetof(UIAtlas_t3195533529, ___mPixelSize_5)); } inline float get_mPixelSize_5() const { return ___mPixelSize_5; } inline float* get_address_of_mPixelSize_5() { return &___mPixelSize_5; } inline void set_mPixelSize_5(float value) { ___mPixelSize_5 = value; } inline static int32_t get_offset_of_mReplacement_6() { return static_cast(offsetof(UIAtlas_t3195533529, ___mReplacement_6)); } inline UIAtlas_t3195533529 * get_mReplacement_6() const { return ___mReplacement_6; } inline UIAtlas_t3195533529 ** get_address_of_mReplacement_6() { return &___mReplacement_6; } inline void set_mReplacement_6(UIAtlas_t3195533529 * value) { ___mReplacement_6 = value; Il2CppCodeGenWriteBarrier((&___mReplacement_6), value); } inline static int32_t get_offset_of_mPMA_7() { return static_cast(offsetof(UIAtlas_t3195533529, ___mPMA_7)); } inline int32_t get_mPMA_7() const { return ___mPMA_7; } inline int32_t* get_address_of_mPMA_7() { return &___mPMA_7; } inline void set_mPMA_7(int32_t value) { ___mPMA_7 = value; } inline static int32_t get_offset_of_m_runtimeMat_8() { return static_cast(offsetof(UIAtlas_t3195533529, ___m_runtimeMat_8)); } inline Material_t340375123 * get_m_runtimeMat_8() const { return ___m_runtimeMat_8; } inline Material_t340375123 ** get_address_of_m_runtimeMat_8() { return &___m_runtimeMat_8; } inline void set_m_runtimeMat_8(Material_t340375123 * value) { ___m_runtimeMat_8 = value; Il2CppCodeGenWriteBarrier((&___m_runtimeMat_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIATLAS_T3195533529_H #ifndef UIPANEL_T1716472341_H #define UIPANEL_T1716472341_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIPanel struct UIPanel_t1716472341 : public MonoBehaviour_t3962482529 { public: // System.Boolean UIPanel::showInPanelTool bool ___showInPanelTool_2; // System.Boolean UIPanel::generateNormals bool ___generateNormals_3; // System.Boolean UIPanel::depthPass bool ___depthPass_4; // System.Boolean UIPanel::widgetsAreStatic bool ___widgetsAreStatic_5; // System.Single UIPanel::mAlpha float ___mAlpha_6; // UIPanel/DebugInfo UIPanel::mDebugInfo int32_t ___mDebugInfo_7; // UIDrawCall/Clipping UIPanel::mClipping int32_t ___mClipping_8; // UnityEngine.Vector4 UIPanel::mClipRange Vector4_t3319028937 ___mClipRange_9; // UnityEngine.Vector2 UIPanel::mClipSoftness Vector2_t2156229523 ___mClipSoftness_10; // System.Collections.Specialized.OrderedDictionary UIPanel::mChildren OrderedDictionary_t2617496293 * ___mChildren_11; // BetterList`1 UIPanel::mWidgets BetterList_1_t2693542243 * ___mWidgets_12; // BetterList`1 UIPanel::mChanged BetterList_1_t3790362737 * ___mChanged_13; // BetterList`1 UIPanel::mDrawCalls BetterList_1_t448425637 * ___mDrawCalls_14; // BetterList`1 UIPanel::mVerts BetterList_1_t2877333782 * ___mVerts_15; // BetterList`1 UIPanel::mNorms BetterList_1_t2877333782 * ___mNorms_16; // BetterList`1 UIPanel::mTans BetterList_1_t2474049255 * ___mTans_17; // BetterList`1 UIPanel::mUvs BetterList_1_t1311249841 * ___mUvs_18; // BetterList`1 UIPanel::mCols BetterList_1_t1755521610 * ___mCols_19; // UnityEngine.Transform UIPanel::mTrans Transform_t3600365921 * ___mTrans_20; // UnityEngine.Camera UIPanel::mCam Camera_t4157153871 * ___mCam_21; // System.Int32 UIPanel::mLayer int32_t ___mLayer_22; // System.Boolean UIPanel::mDepthChanged bool ___mDepthChanged_23; // System.Boolean UIPanel::mRebuildAll bool ___mRebuildAll_24; // System.Boolean UIPanel::mChangedLastFrame bool ___mChangedLastFrame_25; // System.Boolean UIPanel::mWidgetsAdded bool ___mWidgetsAdded_26; // System.Single UIPanel::mUpdateTime float ___mUpdateTime_27; // System.Single UIPanel::mMatrixTime float ___mMatrixTime_28; // UnityEngine.Matrix4x4 UIPanel::mWorldToLocal Matrix4x4_t1817901843 ___mWorldToLocal_29; // UnityEngine.Vector2 UIPanel::mMin Vector2_t2156229523 ___mMin_31; // UnityEngine.Vector2 UIPanel::mMax Vector2_t2156229523 ___mMax_32; // System.Collections.Generic.List`1 UIPanel::mRemoved List_1_t777473367 * ___mRemoved_33; // UIPanel[] UIPanel::mChildPanels UIPanelU5BU5D_t1463265784* ___mChildPanels_34; // System.Boolean UIPanel::mCheckVisibility bool ___mCheckVisibility_35; // System.Single UIPanel::mCullTime float ___mCullTime_36; // System.Boolean UIPanel::mCulled bool ___mCulled_37; public: inline static int32_t get_offset_of_showInPanelTool_2() { return static_cast(offsetof(UIPanel_t1716472341, ___showInPanelTool_2)); } inline bool get_showInPanelTool_2() const { return ___showInPanelTool_2; } inline bool* get_address_of_showInPanelTool_2() { return &___showInPanelTool_2; } inline void set_showInPanelTool_2(bool value) { ___showInPanelTool_2 = value; } inline static int32_t get_offset_of_generateNormals_3() { return static_cast(offsetof(UIPanel_t1716472341, ___generateNormals_3)); } inline bool get_generateNormals_3() const { return ___generateNormals_3; } inline bool* get_address_of_generateNormals_3() { return &___generateNormals_3; } inline void set_generateNormals_3(bool value) { ___generateNormals_3 = value; } inline static int32_t get_offset_of_depthPass_4() { return static_cast(offsetof(UIPanel_t1716472341, ___depthPass_4)); } inline bool get_depthPass_4() const { return ___depthPass_4; } inline bool* get_address_of_depthPass_4() { return &___depthPass_4; } inline void set_depthPass_4(bool value) { ___depthPass_4 = value; } inline static int32_t get_offset_of_widgetsAreStatic_5() { return static_cast(offsetof(UIPanel_t1716472341, ___widgetsAreStatic_5)); } inline bool get_widgetsAreStatic_5() const { return ___widgetsAreStatic_5; } inline bool* get_address_of_widgetsAreStatic_5() { return &___widgetsAreStatic_5; } inline void set_widgetsAreStatic_5(bool value) { ___widgetsAreStatic_5 = value; } inline static int32_t get_offset_of_mAlpha_6() { return static_cast(offsetof(UIPanel_t1716472341, ___mAlpha_6)); } inline float get_mAlpha_6() const { return ___mAlpha_6; } inline float* get_address_of_mAlpha_6() { return &___mAlpha_6; } inline void set_mAlpha_6(float value) { ___mAlpha_6 = value; } inline static int32_t get_offset_of_mDebugInfo_7() { return static_cast(offsetof(UIPanel_t1716472341, ___mDebugInfo_7)); } inline int32_t get_mDebugInfo_7() const { return ___mDebugInfo_7; } inline int32_t* get_address_of_mDebugInfo_7() { return &___mDebugInfo_7; } inline void set_mDebugInfo_7(int32_t value) { ___mDebugInfo_7 = value; } inline static int32_t get_offset_of_mClipping_8() { return static_cast(offsetof(UIPanel_t1716472341, ___mClipping_8)); } inline int32_t get_mClipping_8() const { return ___mClipping_8; } inline int32_t* get_address_of_mClipping_8() { return &___mClipping_8; } inline void set_mClipping_8(int32_t value) { ___mClipping_8 = value; } inline static int32_t get_offset_of_mClipRange_9() { return static_cast(offsetof(UIPanel_t1716472341, ___mClipRange_9)); } inline Vector4_t3319028937 get_mClipRange_9() const { return ___mClipRange_9; } inline Vector4_t3319028937 * get_address_of_mClipRange_9() { return &___mClipRange_9; } inline void set_mClipRange_9(Vector4_t3319028937 value) { ___mClipRange_9 = value; } inline static int32_t get_offset_of_mClipSoftness_10() { return static_cast(offsetof(UIPanel_t1716472341, ___mClipSoftness_10)); } inline Vector2_t2156229523 get_mClipSoftness_10() const { return ___mClipSoftness_10; } inline Vector2_t2156229523 * get_address_of_mClipSoftness_10() { return &___mClipSoftness_10; } inline void set_mClipSoftness_10(Vector2_t2156229523 value) { ___mClipSoftness_10 = value; } inline static int32_t get_offset_of_mChildren_11() { return static_cast(offsetof(UIPanel_t1716472341, ___mChildren_11)); } inline OrderedDictionary_t2617496293 * get_mChildren_11() const { return ___mChildren_11; } inline OrderedDictionary_t2617496293 ** get_address_of_mChildren_11() { return &___mChildren_11; } inline void set_mChildren_11(OrderedDictionary_t2617496293 * value) { ___mChildren_11 = value; Il2CppCodeGenWriteBarrier((&___mChildren_11), value); } inline static int32_t get_offset_of_mWidgets_12() { return static_cast(offsetof(UIPanel_t1716472341, ___mWidgets_12)); } inline BetterList_1_t2693542243 * get_mWidgets_12() const { return ___mWidgets_12; } inline BetterList_1_t2693542243 ** get_address_of_mWidgets_12() { return &___mWidgets_12; } inline void set_mWidgets_12(BetterList_1_t2693542243 * value) { ___mWidgets_12 = value; Il2CppCodeGenWriteBarrier((&___mWidgets_12), value); } inline static int32_t get_offset_of_mChanged_13() { return static_cast(offsetof(UIPanel_t1716472341, ___mChanged_13)); } inline BetterList_1_t3790362737 * get_mChanged_13() const { return ___mChanged_13; } inline BetterList_1_t3790362737 ** get_address_of_mChanged_13() { return &___mChanged_13; } inline void set_mChanged_13(BetterList_1_t3790362737 * value) { ___mChanged_13 = value; Il2CppCodeGenWriteBarrier((&___mChanged_13), value); } inline static int32_t get_offset_of_mDrawCalls_14() { return static_cast(offsetof(UIPanel_t1716472341, ___mDrawCalls_14)); } inline BetterList_1_t448425637 * get_mDrawCalls_14() const { return ___mDrawCalls_14; } inline BetterList_1_t448425637 ** get_address_of_mDrawCalls_14() { return &___mDrawCalls_14; } inline void set_mDrawCalls_14(BetterList_1_t448425637 * value) { ___mDrawCalls_14 = value; Il2CppCodeGenWriteBarrier((&___mDrawCalls_14), value); } inline static int32_t get_offset_of_mVerts_15() { return static_cast(offsetof(UIPanel_t1716472341, ___mVerts_15)); } inline BetterList_1_t2877333782 * get_mVerts_15() const { return ___mVerts_15; } inline BetterList_1_t2877333782 ** get_address_of_mVerts_15() { return &___mVerts_15; } inline void set_mVerts_15(BetterList_1_t2877333782 * value) { ___mVerts_15 = value; Il2CppCodeGenWriteBarrier((&___mVerts_15), value); } inline static int32_t get_offset_of_mNorms_16() { return static_cast(offsetof(UIPanel_t1716472341, ___mNorms_16)); } inline BetterList_1_t2877333782 * get_mNorms_16() const { return ___mNorms_16; } inline BetterList_1_t2877333782 ** get_address_of_mNorms_16() { return &___mNorms_16; } inline void set_mNorms_16(BetterList_1_t2877333782 * value) { ___mNorms_16 = value; Il2CppCodeGenWriteBarrier((&___mNorms_16), value); } inline static int32_t get_offset_of_mTans_17() { return static_cast(offsetof(UIPanel_t1716472341, ___mTans_17)); } inline BetterList_1_t2474049255 * get_mTans_17() const { return ___mTans_17; } inline BetterList_1_t2474049255 ** get_address_of_mTans_17() { return &___mTans_17; } inline void set_mTans_17(BetterList_1_t2474049255 * value) { ___mTans_17 = value; Il2CppCodeGenWriteBarrier((&___mTans_17), value); } inline static int32_t get_offset_of_mUvs_18() { return static_cast(offsetof(UIPanel_t1716472341, ___mUvs_18)); } inline BetterList_1_t1311249841 * get_mUvs_18() const { return ___mUvs_18; } inline BetterList_1_t1311249841 ** get_address_of_mUvs_18() { return &___mUvs_18; } inline void set_mUvs_18(BetterList_1_t1311249841 * value) { ___mUvs_18 = value; Il2CppCodeGenWriteBarrier((&___mUvs_18), value); } inline static int32_t get_offset_of_mCols_19() { return static_cast(offsetof(UIPanel_t1716472341, ___mCols_19)); } inline BetterList_1_t1755521610 * get_mCols_19() const { return ___mCols_19; } inline BetterList_1_t1755521610 ** get_address_of_mCols_19() { return &___mCols_19; } inline void set_mCols_19(BetterList_1_t1755521610 * value) { ___mCols_19 = value; Il2CppCodeGenWriteBarrier((&___mCols_19), value); } inline static int32_t get_offset_of_mTrans_20() { return static_cast(offsetof(UIPanel_t1716472341, ___mTrans_20)); } inline Transform_t3600365921 * get_mTrans_20() const { return ___mTrans_20; } inline Transform_t3600365921 ** get_address_of_mTrans_20() { return &___mTrans_20; } inline void set_mTrans_20(Transform_t3600365921 * value) { ___mTrans_20 = value; Il2CppCodeGenWriteBarrier((&___mTrans_20), value); } inline static int32_t get_offset_of_mCam_21() { return static_cast(offsetof(UIPanel_t1716472341, ___mCam_21)); } inline Camera_t4157153871 * get_mCam_21() const { return ___mCam_21; } inline Camera_t4157153871 ** get_address_of_mCam_21() { return &___mCam_21; } inline void set_mCam_21(Camera_t4157153871 * value) { ___mCam_21 = value; Il2CppCodeGenWriteBarrier((&___mCam_21), value); } inline static int32_t get_offset_of_mLayer_22() { return static_cast(offsetof(UIPanel_t1716472341, ___mLayer_22)); } inline int32_t get_mLayer_22() const { return ___mLayer_22; } inline int32_t* get_address_of_mLayer_22() { return &___mLayer_22; } inline void set_mLayer_22(int32_t value) { ___mLayer_22 = value; } inline static int32_t get_offset_of_mDepthChanged_23() { return static_cast(offsetof(UIPanel_t1716472341, ___mDepthChanged_23)); } inline bool get_mDepthChanged_23() const { return ___mDepthChanged_23; } inline bool* get_address_of_mDepthChanged_23() { return &___mDepthChanged_23; } inline void set_mDepthChanged_23(bool value) { ___mDepthChanged_23 = value; } inline static int32_t get_offset_of_mRebuildAll_24() { return static_cast(offsetof(UIPanel_t1716472341, ___mRebuildAll_24)); } inline bool get_mRebuildAll_24() const { return ___mRebuildAll_24; } inline bool* get_address_of_mRebuildAll_24() { return &___mRebuildAll_24; } inline void set_mRebuildAll_24(bool value) { ___mRebuildAll_24 = value; } inline static int32_t get_offset_of_mChangedLastFrame_25() { return static_cast(offsetof(UIPanel_t1716472341, ___mChangedLastFrame_25)); } inline bool get_mChangedLastFrame_25() const { return ___mChangedLastFrame_25; } inline bool* get_address_of_mChangedLastFrame_25() { return &___mChangedLastFrame_25; } inline void set_mChangedLastFrame_25(bool value) { ___mChangedLastFrame_25 = value; } inline static int32_t get_offset_of_mWidgetsAdded_26() { return static_cast(offsetof(UIPanel_t1716472341, ___mWidgetsAdded_26)); } inline bool get_mWidgetsAdded_26() const { return ___mWidgetsAdded_26; } inline bool* get_address_of_mWidgetsAdded_26() { return &___mWidgetsAdded_26; } inline void set_mWidgetsAdded_26(bool value) { ___mWidgetsAdded_26 = value; } inline static int32_t get_offset_of_mUpdateTime_27() { return static_cast(offsetof(UIPanel_t1716472341, ___mUpdateTime_27)); } inline float get_mUpdateTime_27() const { return ___mUpdateTime_27; } inline float* get_address_of_mUpdateTime_27() { return &___mUpdateTime_27; } inline void set_mUpdateTime_27(float value) { ___mUpdateTime_27 = value; } inline static int32_t get_offset_of_mMatrixTime_28() { return static_cast(offsetof(UIPanel_t1716472341, ___mMatrixTime_28)); } inline float get_mMatrixTime_28() const { return ___mMatrixTime_28; } inline float* get_address_of_mMatrixTime_28() { return &___mMatrixTime_28; } inline void set_mMatrixTime_28(float value) { ___mMatrixTime_28 = value; } inline static int32_t get_offset_of_mWorldToLocal_29() { return static_cast(offsetof(UIPanel_t1716472341, ___mWorldToLocal_29)); } inline Matrix4x4_t1817901843 get_mWorldToLocal_29() const { return ___mWorldToLocal_29; } inline Matrix4x4_t1817901843 * get_address_of_mWorldToLocal_29() { return &___mWorldToLocal_29; } inline void set_mWorldToLocal_29(Matrix4x4_t1817901843 value) { ___mWorldToLocal_29 = value; } inline static int32_t get_offset_of_mMin_31() { return static_cast(offsetof(UIPanel_t1716472341, ___mMin_31)); } inline Vector2_t2156229523 get_mMin_31() const { return ___mMin_31; } inline Vector2_t2156229523 * get_address_of_mMin_31() { return &___mMin_31; } inline void set_mMin_31(Vector2_t2156229523 value) { ___mMin_31 = value; } inline static int32_t get_offset_of_mMax_32() { return static_cast(offsetof(UIPanel_t1716472341, ___mMax_32)); } inline Vector2_t2156229523 get_mMax_32() const { return ___mMax_32; } inline Vector2_t2156229523 * get_address_of_mMax_32() { return &___mMax_32; } inline void set_mMax_32(Vector2_t2156229523 value) { ___mMax_32 = value; } inline static int32_t get_offset_of_mRemoved_33() { return static_cast(offsetof(UIPanel_t1716472341, ___mRemoved_33)); } inline List_1_t777473367 * get_mRemoved_33() const { return ___mRemoved_33; } inline List_1_t777473367 ** get_address_of_mRemoved_33() { return &___mRemoved_33; } inline void set_mRemoved_33(List_1_t777473367 * value) { ___mRemoved_33 = value; Il2CppCodeGenWriteBarrier((&___mRemoved_33), value); } inline static int32_t get_offset_of_mChildPanels_34() { return static_cast(offsetof(UIPanel_t1716472341, ___mChildPanels_34)); } inline UIPanelU5BU5D_t1463265784* get_mChildPanels_34() const { return ___mChildPanels_34; } inline UIPanelU5BU5D_t1463265784** get_address_of_mChildPanels_34() { return &___mChildPanels_34; } inline void set_mChildPanels_34(UIPanelU5BU5D_t1463265784* value) { ___mChildPanels_34 = value; Il2CppCodeGenWriteBarrier((&___mChildPanels_34), value); } inline static int32_t get_offset_of_mCheckVisibility_35() { return static_cast(offsetof(UIPanel_t1716472341, ___mCheckVisibility_35)); } inline bool get_mCheckVisibility_35() const { return ___mCheckVisibility_35; } inline bool* get_address_of_mCheckVisibility_35() { return &___mCheckVisibility_35; } inline void set_mCheckVisibility_35(bool value) { ___mCheckVisibility_35 = value; } inline static int32_t get_offset_of_mCullTime_36() { return static_cast(offsetof(UIPanel_t1716472341, ___mCullTime_36)); } inline float get_mCullTime_36() const { return ___mCullTime_36; } inline float* get_address_of_mCullTime_36() { return &___mCullTime_36; } inline void set_mCullTime_36(float value) { ___mCullTime_36 = value; } inline static int32_t get_offset_of_mCulled_37() { return static_cast(offsetof(UIPanel_t1716472341, ___mCulled_37)); } inline bool get_mCulled_37() const { return ___mCulled_37; } inline bool* get_address_of_mCulled_37() { return &___mCulled_37; } inline void set_mCulled_37(bool value) { ___mCulled_37 = value; } }; struct UIPanel_t1716472341_StaticFields { public: // System.Single[] UIPanel::mTemp SingleU5BU5D_t1444911251* ___mTemp_30; // BetterList`1 UIPanel::mHierarchy BetterList_1_t1563739553 * ___mHierarchy_38; // System.Comparison`1 UIPanel::<>f__mg$cache0 Comparison_1_t3313453104 * ___U3CU3Ef__mgU24cache0_39; public: inline static int32_t get_offset_of_mTemp_30() { return static_cast(offsetof(UIPanel_t1716472341_StaticFields, ___mTemp_30)); } inline SingleU5BU5D_t1444911251* get_mTemp_30() const { return ___mTemp_30; } inline SingleU5BU5D_t1444911251** get_address_of_mTemp_30() { return &___mTemp_30; } inline void set_mTemp_30(SingleU5BU5D_t1444911251* value) { ___mTemp_30 = value; Il2CppCodeGenWriteBarrier((&___mTemp_30), value); } inline static int32_t get_offset_of_mHierarchy_38() { return static_cast(offsetof(UIPanel_t1716472341_StaticFields, ___mHierarchy_38)); } inline BetterList_1_t1563739553 * get_mHierarchy_38() const { return ___mHierarchy_38; } inline BetterList_1_t1563739553 ** get_address_of_mHierarchy_38() { return &___mHierarchy_38; } inline void set_mHierarchy_38(BetterList_1_t1563739553 * value) { ___mHierarchy_38 = value; Il2CppCodeGenWriteBarrier((&___mHierarchy_38), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_39() { return static_cast(offsetof(UIPanel_t1716472341_StaticFields, ___U3CU3Ef__mgU24cache0_39)); } inline Comparison_1_t3313453104 * get_U3CU3Ef__mgU24cache0_39() const { return ___U3CU3Ef__mgU24cache0_39; } inline Comparison_1_t3313453104 ** get_address_of_U3CU3Ef__mgU24cache0_39() { return &___U3CU3Ef__mgU24cache0_39; } inline void set_U3CU3Ef__mgU24cache0_39(Comparison_1_t3313453104 * value) { ___U3CU3Ef__mgU24cache0_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_39), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIPANEL_T1716472341_H #ifndef UIPVESWEEP_T639168811_H #define UIPVESWEEP_T639168811_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiPveSweep struct uiPveSweep_t639168811 : public MonoBehaviour_t3962482529 { public: // UILabel uiPveSweep::mLabelEnergy1 UILabel_t3248798549 * ___mLabelEnergy1_2; // UILabel uiPveSweep::mLabelEnergy2 UILabel_t3248798549 * ___mLabelEnergy2_3; // UILabel uiPveSweep::mLabelCard1 UILabel_t3248798549 * ___mLabelCard1_4; // UILabel uiPveSweep::mLabelCard2 UILabel_t3248798549 * ___mLabelCard2_5; // UnityEngine.GameObject uiPveSweep::mSweepContainer GameObject_t1113636619 * ___mSweepContainer_6; // UnityEngine.GameObject uiPveSweep::mSweepDetailContainer GameObject_t1113636619 * ___mSweepDetailContainer_7; // UILabel uiPveSweep::mLabelEnergyDetail UILabel_t3248798549 * ___mLabelEnergyDetail_8; // UILabel uiPveSweep::mLabelCardDetail UILabel_t3248798549 * ___mLabelCardDetail_9; // UnityEngine.GameObject uiPveSweep::mRewardOne GameObject_t1113636619 * ___mRewardOne_10; // UnityEngine.GameObject[] uiPveSweep::mRewardOneIcons GameObjectU5BU5D_t3328599146* ___mRewardOneIcons_11; // UnityEngine.GameObject uiPveSweep::mRewardFive GameObject_t1113636619 * ___mRewardFive_12; // UnityEngine.GameObject[] uiPveSweep::mRewardFiveIcons GameObjectU5BU5D_t3328599146* ___mRewardFiveIcons_13; // UnityEngine.GameObject uiPveSweep::mDetailCloseAndAgain GameObject_t1113636619 * ___mDetailCloseAndAgain_14; // System.Boolean uiPveSweep::mEnergyOne bool ___mEnergyOne_15; // System.Boolean uiPveSweep::mEnergyFive bool ___mEnergyFive_16; // System.Boolean uiPveSweep::mCardOne bool ___mCardOne_17; // System.Boolean uiPveSweep::mCardFive bool ___mCardFive_18; // System.Int32 uiPveSweep::mEnergyMaxOld int32_t ___mEnergyMaxOld_19; // System.Collections.Generic.Dictionary`2 uiPveSweep::mPos Dictionary_2_t2611026795 * ___mPos_20; // System.Collections.Generic.List`1 uiPveSweep::mStateDic List_1_t3319525431 * ___mStateDic_21; public: inline static int32_t get_offset_of_mLabelEnergy1_2() { return static_cast(offsetof(uiPveSweep_t639168811, ___mLabelEnergy1_2)); } inline UILabel_t3248798549 * get_mLabelEnergy1_2() const { return ___mLabelEnergy1_2; } inline UILabel_t3248798549 ** get_address_of_mLabelEnergy1_2() { return &___mLabelEnergy1_2; } inline void set_mLabelEnergy1_2(UILabel_t3248798549 * value) { ___mLabelEnergy1_2 = value; Il2CppCodeGenWriteBarrier((&___mLabelEnergy1_2), value); } inline static int32_t get_offset_of_mLabelEnergy2_3() { return static_cast(offsetof(uiPveSweep_t639168811, ___mLabelEnergy2_3)); } inline UILabel_t3248798549 * get_mLabelEnergy2_3() const { return ___mLabelEnergy2_3; } inline UILabel_t3248798549 ** get_address_of_mLabelEnergy2_3() { return &___mLabelEnergy2_3; } inline void set_mLabelEnergy2_3(UILabel_t3248798549 * value) { ___mLabelEnergy2_3 = value; Il2CppCodeGenWriteBarrier((&___mLabelEnergy2_3), value); } inline static int32_t get_offset_of_mLabelCard1_4() { return static_cast(offsetof(uiPveSweep_t639168811, ___mLabelCard1_4)); } inline UILabel_t3248798549 * get_mLabelCard1_4() const { return ___mLabelCard1_4; } inline UILabel_t3248798549 ** get_address_of_mLabelCard1_4() { return &___mLabelCard1_4; } inline void set_mLabelCard1_4(UILabel_t3248798549 * value) { ___mLabelCard1_4 = value; Il2CppCodeGenWriteBarrier((&___mLabelCard1_4), value); } inline static int32_t get_offset_of_mLabelCard2_5() { return static_cast(offsetof(uiPveSweep_t639168811, ___mLabelCard2_5)); } inline UILabel_t3248798549 * get_mLabelCard2_5() const { return ___mLabelCard2_5; } inline UILabel_t3248798549 ** get_address_of_mLabelCard2_5() { return &___mLabelCard2_5; } inline void set_mLabelCard2_5(UILabel_t3248798549 * value) { ___mLabelCard2_5 = value; Il2CppCodeGenWriteBarrier((&___mLabelCard2_5), value); } inline static int32_t get_offset_of_mSweepContainer_6() { return static_cast(offsetof(uiPveSweep_t639168811, ___mSweepContainer_6)); } inline GameObject_t1113636619 * get_mSweepContainer_6() const { return ___mSweepContainer_6; } inline GameObject_t1113636619 ** get_address_of_mSweepContainer_6() { return &___mSweepContainer_6; } inline void set_mSweepContainer_6(GameObject_t1113636619 * value) { ___mSweepContainer_6 = value; Il2CppCodeGenWriteBarrier((&___mSweepContainer_6), value); } inline static int32_t get_offset_of_mSweepDetailContainer_7() { return static_cast(offsetof(uiPveSweep_t639168811, ___mSweepDetailContainer_7)); } inline GameObject_t1113636619 * get_mSweepDetailContainer_7() const { return ___mSweepDetailContainer_7; } inline GameObject_t1113636619 ** get_address_of_mSweepDetailContainer_7() { return &___mSweepDetailContainer_7; } inline void set_mSweepDetailContainer_7(GameObject_t1113636619 * value) { ___mSweepDetailContainer_7 = value; Il2CppCodeGenWriteBarrier((&___mSweepDetailContainer_7), value); } inline static int32_t get_offset_of_mLabelEnergyDetail_8() { return static_cast(offsetof(uiPveSweep_t639168811, ___mLabelEnergyDetail_8)); } inline UILabel_t3248798549 * get_mLabelEnergyDetail_8() const { return ___mLabelEnergyDetail_8; } inline UILabel_t3248798549 ** get_address_of_mLabelEnergyDetail_8() { return &___mLabelEnergyDetail_8; } inline void set_mLabelEnergyDetail_8(UILabel_t3248798549 * value) { ___mLabelEnergyDetail_8 = value; Il2CppCodeGenWriteBarrier((&___mLabelEnergyDetail_8), value); } inline static int32_t get_offset_of_mLabelCardDetail_9() { return static_cast(offsetof(uiPveSweep_t639168811, ___mLabelCardDetail_9)); } inline UILabel_t3248798549 * get_mLabelCardDetail_9() const { return ___mLabelCardDetail_9; } inline UILabel_t3248798549 ** get_address_of_mLabelCardDetail_9() { return &___mLabelCardDetail_9; } inline void set_mLabelCardDetail_9(UILabel_t3248798549 * value) { ___mLabelCardDetail_9 = value; Il2CppCodeGenWriteBarrier((&___mLabelCardDetail_9), value); } inline static int32_t get_offset_of_mRewardOne_10() { return static_cast(offsetof(uiPveSweep_t639168811, ___mRewardOne_10)); } inline GameObject_t1113636619 * get_mRewardOne_10() const { return ___mRewardOne_10; } inline GameObject_t1113636619 ** get_address_of_mRewardOne_10() { return &___mRewardOne_10; } inline void set_mRewardOne_10(GameObject_t1113636619 * value) { ___mRewardOne_10 = value; Il2CppCodeGenWriteBarrier((&___mRewardOne_10), value); } inline static int32_t get_offset_of_mRewardOneIcons_11() { return static_cast(offsetof(uiPveSweep_t639168811, ___mRewardOneIcons_11)); } inline GameObjectU5BU5D_t3328599146* get_mRewardOneIcons_11() const { return ___mRewardOneIcons_11; } inline GameObjectU5BU5D_t3328599146** get_address_of_mRewardOneIcons_11() { return &___mRewardOneIcons_11; } inline void set_mRewardOneIcons_11(GameObjectU5BU5D_t3328599146* value) { ___mRewardOneIcons_11 = value; Il2CppCodeGenWriteBarrier((&___mRewardOneIcons_11), value); } inline static int32_t get_offset_of_mRewardFive_12() { return static_cast(offsetof(uiPveSweep_t639168811, ___mRewardFive_12)); } inline GameObject_t1113636619 * get_mRewardFive_12() const { return ___mRewardFive_12; } inline GameObject_t1113636619 ** get_address_of_mRewardFive_12() { return &___mRewardFive_12; } inline void set_mRewardFive_12(GameObject_t1113636619 * value) { ___mRewardFive_12 = value; Il2CppCodeGenWriteBarrier((&___mRewardFive_12), value); } inline static int32_t get_offset_of_mRewardFiveIcons_13() { return static_cast(offsetof(uiPveSweep_t639168811, ___mRewardFiveIcons_13)); } inline GameObjectU5BU5D_t3328599146* get_mRewardFiveIcons_13() const { return ___mRewardFiveIcons_13; } inline GameObjectU5BU5D_t3328599146** get_address_of_mRewardFiveIcons_13() { return &___mRewardFiveIcons_13; } inline void set_mRewardFiveIcons_13(GameObjectU5BU5D_t3328599146* value) { ___mRewardFiveIcons_13 = value; Il2CppCodeGenWriteBarrier((&___mRewardFiveIcons_13), value); } inline static int32_t get_offset_of_mDetailCloseAndAgain_14() { return static_cast(offsetof(uiPveSweep_t639168811, ___mDetailCloseAndAgain_14)); } inline GameObject_t1113636619 * get_mDetailCloseAndAgain_14() const { return ___mDetailCloseAndAgain_14; } inline GameObject_t1113636619 ** get_address_of_mDetailCloseAndAgain_14() { return &___mDetailCloseAndAgain_14; } inline void set_mDetailCloseAndAgain_14(GameObject_t1113636619 * value) { ___mDetailCloseAndAgain_14 = value; Il2CppCodeGenWriteBarrier((&___mDetailCloseAndAgain_14), value); } inline static int32_t get_offset_of_mEnergyOne_15() { return static_cast(offsetof(uiPveSweep_t639168811, ___mEnergyOne_15)); } inline bool get_mEnergyOne_15() const { return ___mEnergyOne_15; } inline bool* get_address_of_mEnergyOne_15() { return &___mEnergyOne_15; } inline void set_mEnergyOne_15(bool value) { ___mEnergyOne_15 = value; } inline static int32_t get_offset_of_mEnergyFive_16() { return static_cast(offsetof(uiPveSweep_t639168811, ___mEnergyFive_16)); } inline bool get_mEnergyFive_16() const { return ___mEnergyFive_16; } inline bool* get_address_of_mEnergyFive_16() { return &___mEnergyFive_16; } inline void set_mEnergyFive_16(bool value) { ___mEnergyFive_16 = value; } inline static int32_t get_offset_of_mCardOne_17() { return static_cast(offsetof(uiPveSweep_t639168811, ___mCardOne_17)); } inline bool get_mCardOne_17() const { return ___mCardOne_17; } inline bool* get_address_of_mCardOne_17() { return &___mCardOne_17; } inline void set_mCardOne_17(bool value) { ___mCardOne_17 = value; } inline static int32_t get_offset_of_mCardFive_18() { return static_cast(offsetof(uiPveSweep_t639168811, ___mCardFive_18)); } inline bool get_mCardFive_18() const { return ___mCardFive_18; } inline bool* get_address_of_mCardFive_18() { return &___mCardFive_18; } inline void set_mCardFive_18(bool value) { ___mCardFive_18 = value; } inline static int32_t get_offset_of_mEnergyMaxOld_19() { return static_cast(offsetof(uiPveSweep_t639168811, ___mEnergyMaxOld_19)); } inline int32_t get_mEnergyMaxOld_19() const { return ___mEnergyMaxOld_19; } inline int32_t* get_address_of_mEnergyMaxOld_19() { return &___mEnergyMaxOld_19; } inline void set_mEnergyMaxOld_19(int32_t value) { ___mEnergyMaxOld_19 = value; } inline static int32_t get_offset_of_mPos_20() { return static_cast(offsetof(uiPveSweep_t639168811, ___mPos_20)); } inline Dictionary_2_t2611026795 * get_mPos_20() const { return ___mPos_20; } inline Dictionary_2_t2611026795 ** get_address_of_mPos_20() { return &___mPos_20; } inline void set_mPos_20(Dictionary_2_t2611026795 * value) { ___mPos_20 = value; Il2CppCodeGenWriteBarrier((&___mPos_20), value); } inline static int32_t get_offset_of_mStateDic_21() { return static_cast(offsetof(uiPveSweep_t639168811, ___mStateDic_21)); } inline List_1_t3319525431 * get_mStateDic_21() const { return ___mStateDic_21; } inline List_1_t3319525431 ** get_address_of_mStateDic_21() { return &___mStateDic_21; } inline void set_mStateDic_21(List_1_t3319525431 * value) { ___mStateDic_21 = value; Il2CppCodeGenWriteBarrier((&___mStateDic_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIPVESWEEP_T639168811_H #ifndef UIROOT_T4022971450_H #define UIROOT_T4022971450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIRoot struct UIRoot_t4022971450 : public MonoBehaviour_t3962482529 { public: // UIRoot/Scaling UIRoot::scalingStyle int32_t ___scalingStyle_3; // System.Boolean UIRoot::automatic bool ___automatic_4; // System.Int32 UIRoot::manualHeight int32_t ___manualHeight_5; // System.Int32 UIRoot::minimumHeight int32_t ___minimumHeight_6; // System.Int32 UIRoot::maximumHeight int32_t ___maximumHeight_7; // UnityEngine.Transform UIRoot::mTrans Transform_t3600365921 * ___mTrans_8; public: inline static int32_t get_offset_of_scalingStyle_3() { return static_cast(offsetof(UIRoot_t4022971450, ___scalingStyle_3)); } inline int32_t get_scalingStyle_3() const { return ___scalingStyle_3; } inline int32_t* get_address_of_scalingStyle_3() { return &___scalingStyle_3; } inline void set_scalingStyle_3(int32_t value) { ___scalingStyle_3 = value; } inline static int32_t get_offset_of_automatic_4() { return static_cast(offsetof(UIRoot_t4022971450, ___automatic_4)); } inline bool get_automatic_4() const { return ___automatic_4; } inline bool* get_address_of_automatic_4() { return &___automatic_4; } inline void set_automatic_4(bool value) { ___automatic_4 = value; } inline static int32_t get_offset_of_manualHeight_5() { return static_cast(offsetof(UIRoot_t4022971450, ___manualHeight_5)); } inline int32_t get_manualHeight_5() const { return ___manualHeight_5; } inline int32_t* get_address_of_manualHeight_5() { return &___manualHeight_5; } inline void set_manualHeight_5(int32_t value) { ___manualHeight_5 = value; } inline static int32_t get_offset_of_minimumHeight_6() { return static_cast(offsetof(UIRoot_t4022971450, ___minimumHeight_6)); } inline int32_t get_minimumHeight_6() const { return ___minimumHeight_6; } inline int32_t* get_address_of_minimumHeight_6() { return &___minimumHeight_6; } inline void set_minimumHeight_6(int32_t value) { ___minimumHeight_6 = value; } inline static int32_t get_offset_of_maximumHeight_7() { return static_cast(offsetof(UIRoot_t4022971450, ___maximumHeight_7)); } inline int32_t get_maximumHeight_7() const { return ___maximumHeight_7; } inline int32_t* get_address_of_maximumHeight_7() { return &___maximumHeight_7; } inline void set_maximumHeight_7(int32_t value) { ___maximumHeight_7 = value; } inline static int32_t get_offset_of_mTrans_8() { return static_cast(offsetof(UIRoot_t4022971450, ___mTrans_8)); } inline Transform_t3600365921 * get_mTrans_8() const { return ___mTrans_8; } inline Transform_t3600365921 ** get_address_of_mTrans_8() { return &___mTrans_8; } inline void set_mTrans_8(Transform_t3600365921 * value) { ___mTrans_8 = value; Il2CppCodeGenWriteBarrier((&___mTrans_8), value); } }; struct UIRoot_t4022971450_StaticFields { public: // System.Collections.Generic.List`1 UIRoot::mRoots List_1_t1200078896 * ___mRoots_2; public: inline static int32_t get_offset_of_mRoots_2() { return static_cast(offsetof(UIRoot_t4022971450_StaticFields, ___mRoots_2)); } inline List_1_t1200078896 * get_mRoots_2() const { return ___mRoots_2; } inline List_1_t1200078896 ** get_address_of_mRoots_2() { return &___mRoots_2; } inline void set_mRoots_2(List_1_t1200078896 * value) { ___mRoots_2 = value; Il2CppCodeGenWriteBarrier((&___mRoots_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIROOT_T4022971450_H #ifndef UIANCHOR_T2527798900_H #define UIANCHOR_T2527798900_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIAnchor struct UIAnchor_t2527798900 : public MonoBehaviour_t3962482529 { public: // System.Boolean UIAnchor::mNeedsHalfPixelOffset bool ___mNeedsHalfPixelOffset_2; // UnityEngine.Camera UIAnchor::uiCamera Camera_t4157153871 * ___uiCamera_3; // UIWidget UIAnchor::widgetContainer UIWidget_t3538521925 * ___widgetContainer_4; // UIPanel UIAnchor::panelContainer UIPanel_t1716472341 * ___panelContainer_5; // UIAnchor/Side UIAnchor::side int32_t ___side_6; // System.Boolean UIAnchor::halfPixelOffset bool ___halfPixelOffset_7; // UnityEngine.Vector2 UIAnchor::relativeOffset Vector2_t2156229523 ___relativeOffset_8; // UnityEngine.Transform UIAnchor::mTrans Transform_t3600365921 * ___mTrans_9; // UnityEngine.Animation UIAnchor::mAnim Animation_t3648466861 * ___mAnim_10; // UnityEngine.Rect UIAnchor::mRect Rect_t2360479859 ___mRect_11; // UIRoot UIAnchor::mRoot UIRoot_t4022971450 * ___mRoot_12; // System.Boolean UIAnchor::mType bool ___mType_13; // System.Int32 UIAnchor::mLeft int32_t ___mLeft_14; // System.Int32 UIAnchor::mBottom int32_t ___mBottom_15; public: inline static int32_t get_offset_of_mNeedsHalfPixelOffset_2() { return static_cast(offsetof(UIAnchor_t2527798900, ___mNeedsHalfPixelOffset_2)); } inline bool get_mNeedsHalfPixelOffset_2() const { return ___mNeedsHalfPixelOffset_2; } inline bool* get_address_of_mNeedsHalfPixelOffset_2() { return &___mNeedsHalfPixelOffset_2; } inline void set_mNeedsHalfPixelOffset_2(bool value) { ___mNeedsHalfPixelOffset_2 = value; } inline static int32_t get_offset_of_uiCamera_3() { return static_cast(offsetof(UIAnchor_t2527798900, ___uiCamera_3)); } inline Camera_t4157153871 * get_uiCamera_3() const { return ___uiCamera_3; } inline Camera_t4157153871 ** get_address_of_uiCamera_3() { return &___uiCamera_3; } inline void set_uiCamera_3(Camera_t4157153871 * value) { ___uiCamera_3 = value; Il2CppCodeGenWriteBarrier((&___uiCamera_3), value); } inline static int32_t get_offset_of_widgetContainer_4() { return static_cast(offsetof(UIAnchor_t2527798900, ___widgetContainer_4)); } inline UIWidget_t3538521925 * get_widgetContainer_4() const { return ___widgetContainer_4; } inline UIWidget_t3538521925 ** get_address_of_widgetContainer_4() { return &___widgetContainer_4; } inline void set_widgetContainer_4(UIWidget_t3538521925 * value) { ___widgetContainer_4 = value; Il2CppCodeGenWriteBarrier((&___widgetContainer_4), value); } inline static int32_t get_offset_of_panelContainer_5() { return static_cast(offsetof(UIAnchor_t2527798900, ___panelContainer_5)); } inline UIPanel_t1716472341 * get_panelContainer_5() const { return ___panelContainer_5; } inline UIPanel_t1716472341 ** get_address_of_panelContainer_5() { return &___panelContainer_5; } inline void set_panelContainer_5(UIPanel_t1716472341 * value) { ___panelContainer_5 = value; Il2CppCodeGenWriteBarrier((&___panelContainer_5), value); } inline static int32_t get_offset_of_side_6() { return static_cast(offsetof(UIAnchor_t2527798900, ___side_6)); } inline int32_t get_side_6() const { return ___side_6; } inline int32_t* get_address_of_side_6() { return &___side_6; } inline void set_side_6(int32_t value) { ___side_6 = value; } inline static int32_t get_offset_of_halfPixelOffset_7() { return static_cast(offsetof(UIAnchor_t2527798900, ___halfPixelOffset_7)); } inline bool get_halfPixelOffset_7() const { return ___halfPixelOffset_7; } inline bool* get_address_of_halfPixelOffset_7() { return &___halfPixelOffset_7; } inline void set_halfPixelOffset_7(bool value) { ___halfPixelOffset_7 = value; } inline static int32_t get_offset_of_relativeOffset_8() { return static_cast(offsetof(UIAnchor_t2527798900, ___relativeOffset_8)); } inline Vector2_t2156229523 get_relativeOffset_8() const { return ___relativeOffset_8; } inline Vector2_t2156229523 * get_address_of_relativeOffset_8() { return &___relativeOffset_8; } inline void set_relativeOffset_8(Vector2_t2156229523 value) { ___relativeOffset_8 = value; } inline static int32_t get_offset_of_mTrans_9() { return static_cast(offsetof(UIAnchor_t2527798900, ___mTrans_9)); } inline Transform_t3600365921 * get_mTrans_9() const { return ___mTrans_9; } inline Transform_t3600365921 ** get_address_of_mTrans_9() { return &___mTrans_9; } inline void set_mTrans_9(Transform_t3600365921 * value) { ___mTrans_9 = value; Il2CppCodeGenWriteBarrier((&___mTrans_9), value); } inline static int32_t get_offset_of_mAnim_10() { return static_cast(offsetof(UIAnchor_t2527798900, ___mAnim_10)); } inline Animation_t3648466861 * get_mAnim_10() const { return ___mAnim_10; } inline Animation_t3648466861 ** get_address_of_mAnim_10() { return &___mAnim_10; } inline void set_mAnim_10(Animation_t3648466861 * value) { ___mAnim_10 = value; Il2CppCodeGenWriteBarrier((&___mAnim_10), value); } inline static int32_t get_offset_of_mRect_11() { return static_cast(offsetof(UIAnchor_t2527798900, ___mRect_11)); } inline Rect_t2360479859 get_mRect_11() const { return ___mRect_11; } inline Rect_t2360479859 * get_address_of_mRect_11() { return &___mRect_11; } inline void set_mRect_11(Rect_t2360479859 value) { ___mRect_11 = value; } inline static int32_t get_offset_of_mRoot_12() { return static_cast(offsetof(UIAnchor_t2527798900, ___mRoot_12)); } inline UIRoot_t4022971450 * get_mRoot_12() const { return ___mRoot_12; } inline UIRoot_t4022971450 ** get_address_of_mRoot_12() { return &___mRoot_12; } inline void set_mRoot_12(UIRoot_t4022971450 * value) { ___mRoot_12 = value; Il2CppCodeGenWriteBarrier((&___mRoot_12), value); } inline static int32_t get_offset_of_mType_13() { return static_cast(offsetof(UIAnchor_t2527798900, ___mType_13)); } inline bool get_mType_13() const { return ___mType_13; } inline bool* get_address_of_mType_13() { return &___mType_13; } inline void set_mType_13(bool value) { ___mType_13 = value; } inline static int32_t get_offset_of_mLeft_14() { return static_cast(offsetof(UIAnchor_t2527798900, ___mLeft_14)); } inline int32_t get_mLeft_14() const { return ___mLeft_14; } inline int32_t* get_address_of_mLeft_14() { return &___mLeft_14; } inline void set_mLeft_14(int32_t value) { ___mLeft_14 = value; } inline static int32_t get_offset_of_mBottom_15() { return static_cast(offsetof(UIAnchor_t2527798900, ___mBottom_15)); } inline int32_t get_mBottom_15() const { return ___mBottom_15; } inline int32_t* get_address_of_mBottom_15() { return &___mBottom_15; } inline void set_mBottom_15(int32_t value) { ___mBottom_15 = value; } }; struct UIAnchor_t2527798900_StaticFields { public: // UnityEngine.ScreenOrientation UIAnchor::mDirection int32_t ___mDirection_16; public: inline static int32_t get_offset_of_mDirection_16() { return static_cast(offsetof(UIAnchor_t2527798900_StaticFields, ___mDirection_16)); } inline int32_t get_mDirection_16() const { return ___mDirection_16; } inline int32_t* get_address_of_mDirection_16() { return &___mDirection_16; } inline void set_mDirection_16(int32_t value) { ___mDirection_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIANCHOR_T2527798900_H #ifndef UISTRETCH_T3058335968_H #define UISTRETCH_T3058335968_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIStretch struct UIStretch_t3058335968 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Camera UIStretch::uiCamera Camera_t4157153871 * ___uiCamera_2; // UIWidget UIStretch::widgetContainer UIWidget_t3538521925 * ___widgetContainer_3; // UIPanel UIStretch::panelContainer UIPanel_t1716472341 * ___panelContainer_4; // UIStretch/Style UIStretch::style int32_t ___style_5; // UnityEngine.Vector2 UIStretch::relativeSize Vector2_t2156229523 ___relativeSize_6; // UnityEngine.Transform UIStretch::mTrans Transform_t3600365921 * ___mTrans_7; // UIRoot UIStretch::mRoot UIRoot_t4022971450 * ___mRoot_8; // UnityEngine.Animation UIStretch::mAnim Animation_t3648466861 * ___mAnim_9; // UnityEngine.Rect UIStretch::mRect Rect_t2360479859 ___mRect_10; public: inline static int32_t get_offset_of_uiCamera_2() { return static_cast(offsetof(UIStretch_t3058335968, ___uiCamera_2)); } inline Camera_t4157153871 * get_uiCamera_2() const { return ___uiCamera_2; } inline Camera_t4157153871 ** get_address_of_uiCamera_2() { return &___uiCamera_2; } inline void set_uiCamera_2(Camera_t4157153871 * value) { ___uiCamera_2 = value; Il2CppCodeGenWriteBarrier((&___uiCamera_2), value); } inline static int32_t get_offset_of_widgetContainer_3() { return static_cast(offsetof(UIStretch_t3058335968, ___widgetContainer_3)); } inline UIWidget_t3538521925 * get_widgetContainer_3() const { return ___widgetContainer_3; } inline UIWidget_t3538521925 ** get_address_of_widgetContainer_3() { return &___widgetContainer_3; } inline void set_widgetContainer_3(UIWidget_t3538521925 * value) { ___widgetContainer_3 = value; Il2CppCodeGenWriteBarrier((&___widgetContainer_3), value); } inline static int32_t get_offset_of_panelContainer_4() { return static_cast(offsetof(UIStretch_t3058335968, ___panelContainer_4)); } inline UIPanel_t1716472341 * get_panelContainer_4() const { return ___panelContainer_4; } inline UIPanel_t1716472341 ** get_address_of_panelContainer_4() { return &___panelContainer_4; } inline void set_panelContainer_4(UIPanel_t1716472341 * value) { ___panelContainer_4 = value; Il2CppCodeGenWriteBarrier((&___panelContainer_4), value); } inline static int32_t get_offset_of_style_5() { return static_cast(offsetof(UIStretch_t3058335968, ___style_5)); } inline int32_t get_style_5() const { return ___style_5; } inline int32_t* get_address_of_style_5() { return &___style_5; } inline void set_style_5(int32_t value) { ___style_5 = value; } inline static int32_t get_offset_of_relativeSize_6() { return static_cast(offsetof(UIStretch_t3058335968, ___relativeSize_6)); } inline Vector2_t2156229523 get_relativeSize_6() const { return ___relativeSize_6; } inline Vector2_t2156229523 * get_address_of_relativeSize_6() { return &___relativeSize_6; } inline void set_relativeSize_6(Vector2_t2156229523 value) { ___relativeSize_6 = value; } inline static int32_t get_offset_of_mTrans_7() { return static_cast(offsetof(UIStretch_t3058335968, ___mTrans_7)); } inline Transform_t3600365921 * get_mTrans_7() const { return ___mTrans_7; } inline Transform_t3600365921 ** get_address_of_mTrans_7() { return &___mTrans_7; } inline void set_mTrans_7(Transform_t3600365921 * value) { ___mTrans_7 = value; Il2CppCodeGenWriteBarrier((&___mTrans_7), value); } inline static int32_t get_offset_of_mRoot_8() { return static_cast(offsetof(UIStretch_t3058335968, ___mRoot_8)); } inline UIRoot_t4022971450 * get_mRoot_8() const { return ___mRoot_8; } inline UIRoot_t4022971450 ** get_address_of_mRoot_8() { return &___mRoot_8; } inline void set_mRoot_8(UIRoot_t4022971450 * value) { ___mRoot_8 = value; Il2CppCodeGenWriteBarrier((&___mRoot_8), value); } inline static int32_t get_offset_of_mAnim_9() { return static_cast(offsetof(UIStretch_t3058335968, ___mAnim_9)); } inline Animation_t3648466861 * get_mAnim_9() const { return ___mAnim_9; } inline Animation_t3648466861 ** get_address_of_mAnim_9() { return &___mAnim_9; } inline void set_mAnim_9(Animation_t3648466861 * value) { ___mAnim_9 = value; Il2CppCodeGenWriteBarrier((&___mAnim_9), value); } inline static int32_t get_offset_of_mRect_10() { return static_cast(offsetof(UIStretch_t3058335968, ___mRect_10)); } inline Rect_t2360479859 get_mRect_10() const { return ___mRect_10; } inline Rect_t2360479859 * get_address_of_mRect_10() { return &___mRect_10; } inline void set_mRect_10(Rect_t2360479859 value) { ___mRect_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UISTRETCH_T3058335968_H #ifndef UISPRITE_T194114938_H #define UISPRITE_T194114938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UISprite struct UISprite_t194114938 : public UIWidget_t3538521925 { public: // UIAtlas UISprite::mAtlas UIAtlas_t3195533529 * ___mAtlas_14; // System.String UISprite::mSpriteName String_t* ___mSpriteName_15; // System.Boolean UISprite::mHoldScale bool ___mHoldScale_16; // System.Boolean UISprite::mFillCenter bool ___mFillCenter_17; // UISprite/Type UISprite::mType int32_t ___mType_18; // UISprite/FillDirection UISprite::mFillDirection int32_t ___mFillDirection_19; // System.Single UISprite::mFillAmount float ___mFillAmount_20; // System.Boolean UISprite::mInvert bool ___mInvert_21; // UIAtlas/Sprite UISprite::mSprite Sprite_t2895597119 * ___mSprite_22; // UnityEngine.Rect UISprite::mInner Rect_t2360479859 ___mInner_23; // UnityEngine.Rect UISprite::mInnerUV Rect_t2360479859 ___mInnerUV_24; // UnityEngine.Rect UISprite::mOuter Rect_t2360479859 ___mOuter_25; // UnityEngine.Rect UISprite::mOuterUV Rect_t2360479859 ___mOuterUV_26; // UnityEngine.Vector3 UISprite::mScale Vector3_t3722313464 ___mScale_27; // System.Single UISprite::m_OldFillAmount float ___m_OldFillAmount_28; // System.Boolean UISprite::mSpriteSet bool ___mSpriteSet_29; public: inline static int32_t get_offset_of_mAtlas_14() { return static_cast(offsetof(UISprite_t194114938, ___mAtlas_14)); } inline UIAtlas_t3195533529 * get_mAtlas_14() const { return ___mAtlas_14; } inline UIAtlas_t3195533529 ** get_address_of_mAtlas_14() { return &___mAtlas_14; } inline void set_mAtlas_14(UIAtlas_t3195533529 * value) { ___mAtlas_14 = value; Il2CppCodeGenWriteBarrier((&___mAtlas_14), value); } inline static int32_t get_offset_of_mSpriteName_15() { return static_cast(offsetof(UISprite_t194114938, ___mSpriteName_15)); } inline String_t* get_mSpriteName_15() const { return ___mSpriteName_15; } inline String_t** get_address_of_mSpriteName_15() { return &___mSpriteName_15; } inline void set_mSpriteName_15(String_t* value) { ___mSpriteName_15 = value; Il2CppCodeGenWriteBarrier((&___mSpriteName_15), value); } inline static int32_t get_offset_of_mHoldScale_16() { return static_cast(offsetof(UISprite_t194114938, ___mHoldScale_16)); } inline bool get_mHoldScale_16() const { return ___mHoldScale_16; } inline bool* get_address_of_mHoldScale_16() { return &___mHoldScale_16; } inline void set_mHoldScale_16(bool value) { ___mHoldScale_16 = value; } inline static int32_t get_offset_of_mFillCenter_17() { return static_cast(offsetof(UISprite_t194114938, ___mFillCenter_17)); } inline bool get_mFillCenter_17() const { return ___mFillCenter_17; } inline bool* get_address_of_mFillCenter_17() { return &___mFillCenter_17; } inline void set_mFillCenter_17(bool value) { ___mFillCenter_17 = value; } inline static int32_t get_offset_of_mType_18() { return static_cast(offsetof(UISprite_t194114938, ___mType_18)); } inline int32_t get_mType_18() const { return ___mType_18; } inline int32_t* get_address_of_mType_18() { return &___mType_18; } inline void set_mType_18(int32_t value) { ___mType_18 = value; } inline static int32_t get_offset_of_mFillDirection_19() { return static_cast(offsetof(UISprite_t194114938, ___mFillDirection_19)); } inline int32_t get_mFillDirection_19() const { return ___mFillDirection_19; } inline int32_t* get_address_of_mFillDirection_19() { return &___mFillDirection_19; } inline void set_mFillDirection_19(int32_t value) { ___mFillDirection_19 = value; } inline static int32_t get_offset_of_mFillAmount_20() { return static_cast(offsetof(UISprite_t194114938, ___mFillAmount_20)); } inline float get_mFillAmount_20() const { return ___mFillAmount_20; } inline float* get_address_of_mFillAmount_20() { return &___mFillAmount_20; } inline void set_mFillAmount_20(float value) { ___mFillAmount_20 = value; } inline static int32_t get_offset_of_mInvert_21() { return static_cast(offsetof(UISprite_t194114938, ___mInvert_21)); } inline bool get_mInvert_21() const { return ___mInvert_21; } inline bool* get_address_of_mInvert_21() { return &___mInvert_21; } inline void set_mInvert_21(bool value) { ___mInvert_21 = value; } inline static int32_t get_offset_of_mSprite_22() { return static_cast(offsetof(UISprite_t194114938, ___mSprite_22)); } inline Sprite_t2895597119 * get_mSprite_22() const { return ___mSprite_22; } inline Sprite_t2895597119 ** get_address_of_mSprite_22() { return &___mSprite_22; } inline void set_mSprite_22(Sprite_t2895597119 * value) { ___mSprite_22 = value; Il2CppCodeGenWriteBarrier((&___mSprite_22), value); } inline static int32_t get_offset_of_mInner_23() { return static_cast(offsetof(UISprite_t194114938, ___mInner_23)); } inline Rect_t2360479859 get_mInner_23() const { return ___mInner_23; } inline Rect_t2360479859 * get_address_of_mInner_23() { return &___mInner_23; } inline void set_mInner_23(Rect_t2360479859 value) { ___mInner_23 = value; } inline static int32_t get_offset_of_mInnerUV_24() { return static_cast(offsetof(UISprite_t194114938, ___mInnerUV_24)); } inline Rect_t2360479859 get_mInnerUV_24() const { return ___mInnerUV_24; } inline Rect_t2360479859 * get_address_of_mInnerUV_24() { return &___mInnerUV_24; } inline void set_mInnerUV_24(Rect_t2360479859 value) { ___mInnerUV_24 = value; } inline static int32_t get_offset_of_mOuter_25() { return static_cast(offsetof(UISprite_t194114938, ___mOuter_25)); } inline Rect_t2360479859 get_mOuter_25() const { return ___mOuter_25; } inline Rect_t2360479859 * get_address_of_mOuter_25() { return &___mOuter_25; } inline void set_mOuter_25(Rect_t2360479859 value) { ___mOuter_25 = value; } inline static int32_t get_offset_of_mOuterUV_26() { return static_cast(offsetof(UISprite_t194114938, ___mOuterUV_26)); } inline Rect_t2360479859 get_mOuterUV_26() const { return ___mOuterUV_26; } inline Rect_t2360479859 * get_address_of_mOuterUV_26() { return &___mOuterUV_26; } inline void set_mOuterUV_26(Rect_t2360479859 value) { ___mOuterUV_26 = value; } inline static int32_t get_offset_of_mScale_27() { return static_cast(offsetof(UISprite_t194114938, ___mScale_27)); } inline Vector3_t3722313464 get_mScale_27() const { return ___mScale_27; } inline Vector3_t3722313464 * get_address_of_mScale_27() { return &___mScale_27; } inline void set_mScale_27(Vector3_t3722313464 value) { ___mScale_27 = value; } inline static int32_t get_offset_of_m_OldFillAmount_28() { return static_cast(offsetof(UISprite_t194114938, ___m_OldFillAmount_28)); } inline float get_m_OldFillAmount_28() const { return ___m_OldFillAmount_28; } inline float* get_address_of_m_OldFillAmount_28() { return &___m_OldFillAmount_28; } inline void set_m_OldFillAmount_28(float value) { ___m_OldFillAmount_28 = value; } inline static int32_t get_offset_of_mSpriteSet_29() { return static_cast(offsetof(UISprite_t194114938, ___mSpriteSet_29)); } inline bool get_mSpriteSet_29() const { return ___mSpriteSet_29; } inline bool* get_address_of_mSpriteSet_29() { return &___mSpriteSet_29; } inline void set_mSpriteSet_29(bool value) { ___mSpriteSet_29 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UISPRITE_T194114938_H // 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); } }; // UIStretch[] struct UIStretchU5BU5D_t1913257889 : public RuntimeArray { public: ALIGN_FIELD (8) UIStretch_t3058335968 * m_Items[1]; public: inline UIStretch_t3058335968 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UIStretch_t3058335968 ** 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, UIStretch_t3058335968 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline UIStretch_t3058335968 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UIStretch_t3058335968 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UIStretch_t3058335968 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UIAnchor[] struct UIAnchorU5BU5D_t1879526717 : public RuntimeArray { public: ALIGN_FIELD (8) UIAnchor_t2527798900 * m_Items[1]; public: inline UIAnchor_t2527798900 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UIAnchor_t2527798900 ** 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, UIAnchor_t2527798900 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline UIAnchor_t2527798900 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UIAnchor_t2527798900 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UIAnchor_t2527798900 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // 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; } }; // DMCore.Logic.LevelupStarInfo/StarTak[] struct StarTakU5BU5D_t3735320407 : public RuntimeArray { public: ALIGN_FIELD (8) StarTak_t765179618 m_Items[1]; public: inline StarTak_t765179618 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline StarTak_t765179618 * 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, StarTak_t765179618 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline StarTak_t765179618 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline StarTak_t765179618 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, StarTak_t765179618 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; } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Void System.Collections.Generic.Queue`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void Queue_1__ctor_m3749217910_gshared (Queue_1_t2926365658 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m445033979_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::GetChildrenComponentRecursively(UnityEngine.Transform,BetterList`1) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_GetChildrenComponentRecursively_TisRuntimeObject_m1161224796_gshared (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___root0, BetterList_1_t2235126482 * ___listResult1, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BetterList_1_get_Item_m1187708413_gshared (BetterList_1_t2235126482 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) extern "C" IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m1868480850_gshared (Queue_1_t2926365658 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m2496300460_gshared (Queue_1_t2926365658 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Queue`1::Dequeue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_Dequeue_m3550993416_gshared (Queue_1_t2926365658 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_m2654125393_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2601736566_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.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); // !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.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3398155861_gshared (Enumerator_t3923002270 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() extern "C" IL2CPP_METHOD_ATTR KeyCollection_t2158494966 * Dictionary_2_get_Keys_m1840317613_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.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m212974362_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::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_m3019364208_gshared (Dictionary_2_t4029696812 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2150996479 KeyCollection_GetEnumerator_m906000493_gshared (KeyCollection_t2158494966 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m1416701090_gshared (Enumerator_t2150996479 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1204173971_gshared (Dictionary_2_t4029696812 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1127886695_gshared (Enumerator_t2150996479 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m1951681556_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t1688912291 Dictionary_2_GetEnumerator_m2079296410_gshared (Dictionary_2_t4029696812 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t2132401683 Enumerator_get_Current_m3746483493_gshared (Enumerator_t1688912291 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m2509819204_gshared (KeyValuePair_2_t2132401683 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2126669600_gshared (Enumerator_t1688912291 * __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.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m1250705507_gshared (Dictionary_2_t4029696812 * __this, int32_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponentsInChildren() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* GameObject_GetComponentsInChildren_TisRuntimeObject_m1982918030_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m3980159581_gshared (Action_2_t2072193202 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_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); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m1328507389_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.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 BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m1597451403_gshared (BetterList_1_t1319896726 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_get_Item_m960213304_gshared (BetterList_1_t1319896726 * __this, int32_t p0, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m2355985310_gshared (BetterList_1_t1319896726 * __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_m1851185854_gshared (Comparison_1_t1939807587 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m3908694908_gshared (BetterList_1_t1319896726 * __this, Comparison_1_t1939807587 * p0, const RuntimeMethod* method); // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m1591687420_gshared (BetterList_1_t1319896726 * __this, int32_t p0, const RuntimeMethod* method); // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m1569920014_gshared (BetterList_1_t1319896726 * __this, int32_t p0, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m3805180168_gshared (BetterList_1_t1319896726 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1628857705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // System.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.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.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m3697625829_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2059424751_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m3641213752_gshared (List_1_t128053199 * __this, RuntimeObject* p0, 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); // !!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.Queue`1::Clear() extern "C" IL2CPP_METHOD_ATTR void Queue_1_Clear_m4070494218_gshared (Queue_1_t2926365658 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m3591709643_gshared (List_1_t1414438697 * __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1933767679_gshared (Action_1_t269755560 * __this, bool p0, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m327447107_gshared (Predicate_1_t3905400288 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_Find_m2048854920_gshared (List_1_t257213610 * __this, Predicate_1_t3905400288 * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Remove_m1416767016_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::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.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`4::Invoke(!0,!1,!2,!3) extern "C" IL2CPP_METHOD_ATTR void Action_4_Invoke_m2795184707_gshared (Action_4_t2141122718 * __this, int32_t p0, int64_t p1, int32_t p2, RuntimeObject * p3, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m2461023210_gshared (Action_1_t3252573759 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2382293057_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m107019914_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Insert_m814893238_gshared (List_1_t257213610 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // DMCore.Logic.enumAwardState DMCore.Logic.CAwardInfo`1::get_AwardState() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardInfo_1_get_AwardState_m1600705444_gshared (CAwardInfo_1_t3416460893 * __this, 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); // T DMCore.Logic.CAwardInfo`1::get_Condition() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardInfo_1_get_Condition_m4201108481_gshared (CAwardInfo_1_t3416460893 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor2(DMCore.Logic.SortKeyInfo`1,DMCore.Logic.SortKeyInfo`1) extern "C" IL2CPP_METHOD_ATTR int32_t CSortTemplete_SortFunctor2_TisInt32_t2950945753_m1838322212_gshared (RuntimeObject * __this /* static, unused */, SortKeyInfo_1_t3619707304 * ___keyFirst0, SortKeyInfo_1_t3619707304 * ___keySecond1, const RuntimeMethod* method); // DMCore.Logic.enumAwardState DMCore.Logic.CAwardInfo`1::get_AwardState() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardInfo_1_get_AwardState_m4085009958_gshared (CAwardInfo_1_t1862781914 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SortKeyInfo_1__ctor_m3852685757_gshared (SortKeyInfo_1_t2066028325 * __this, float p0, float p1, bool p2, const RuntimeMethod* method); // T DMCore.Logic.CAwardInfo`1::get_Condition() extern "C" IL2CPP_METHOD_ATTR float CAwardInfo_1_get_Condition_m808477994_gshared (CAwardInfo_1_t1862781914 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor2(DMCore.Logic.SortKeyInfo`1,DMCore.Logic.SortKeyInfo`1) extern "C" IL2CPP_METHOD_ATTR int32_t CSortTemplete_SortFunctor2_TisSingle_t1397266774_m3073952757_gshared (RuntimeObject * __this /* static, unused */, SortKeyInfo_1_t2066028325 * ___keyFirst0, SortKeyInfo_1_t2066028325 * ___keySecond1, 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::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m1746769275_gshared (Dictionary_2_t4142745948 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m1218653627_gshared (Dictionary_2_t4142745948 * __this, int64_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m1107143448_gshared (Dictionary_2_t4142745948 * __this, int64_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3741534516_gshared (Dictionary_2_t4142745948 * __this, int64_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m938263239_gshared (Dictionary_2_t4142745948 * __this, int64_t p0, RuntimeObject * p1, const RuntimeMethod* method); // 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.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m2051403347_gshared (Dictionary_2_t4142745948 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.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.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m2358343581_gshared (Dictionary_2_t2625280635 * __this, int32_t p0, int64_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m636942458_gshared (Dictionary_2_t1839659084 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t3793841859 Dictionary_2_GetEnumerator_m722743141_gshared (Dictionary_2_t1839659084 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t4237331251 Enumerator_get_Current_m46612669_gshared (Enumerator_t3793841859 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m2295844663_gshared (KeyValuePair_2_t4237331251 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Value_m1665413869_gshared (KeyValuePair_2_t4237331251 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3739686686_gshared (Enumerator_t3793841859 * __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::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.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2435722584_gshared (Dictionary_2_t2213052562 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2849304583_gshared (Dictionary_2_t2213052562 * __this, uint8_t p0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m3777429894_gshared (Dictionary_2_t2213052562 * __this, uint8_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_m2884945281_gshared (Dictionary_2_t2213052562 * __this, uint8_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t4167235337 Dictionary_2_GetEnumerator_m4141745445_gshared (Dictionary_2_t2213052562 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t315757433 Enumerator_get_Current_m590576300_gshared (Enumerator_t4167235337 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m1337333630_gshared (KeyValuePair_2_t315757433 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2362065643_gshared (Enumerator_t4167235337 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m1651686297_gshared (Dictionary_2_t2213052562 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m483119393_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m1521034418_gshared (BetterList_1_t2235126482 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void 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::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.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::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m2269680114_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___local0, String_t* ___path1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2253601317_gshared (Dictionary_2_t3384741 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Resources_Load_TisRuntimeObject_m597869152_gshared (RuntimeObject * __this /* static, unused */, String_t* p0, 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.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m2931667922_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m1050940064_gshared (List_1_t803870918 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2810022022_gshared (List_1_t803870918 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR EquipUnit_t3626763472 List_1_get_Item_m1536432682_gshared (List_1_t803870918 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_m2399988474_gshared (Predicate_1_t157090300 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Collections.Generic.List`1 System.Collections.Generic.List`1::FindAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR List_1_t803870918 * List_1_FindAll_m297993536_gshared (List_1_t803870918 * __this, Predicate_1_t157090300 * p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR EquipUnit_t3626763472 List_1_Find_m2600642978_gshared (List_1_t803870918 * __this, Predicate_1_t157090300 * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m738170584_gshared (List_1_t803870918 * __this, EquipUnit_t3626763472 p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m141861189_gshared (List_1_t803870918 * __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 DMCore.Logic.CWishFountainMgr/OnShopListChanged::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnShopListChanged_Invoke_m1963542738 (OnShopListChanged_t2776790831 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() #define Queue_1__ctor_m420899349(__this, method) (( void (*) (Queue_1_t3914457535 *, const RuntimeMethod*))Queue_1__ctor_m3749217910_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3526297712(__this, method) (( void (*) (List_1_t2585711361 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // UnityEngine.Camera DMCore.IHelp::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * IHelp_GetUICamera_m2281890991 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Equality_m1810815630 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.String DMCore.Logic.CWndBase::GetWndName() extern "C" IL2CPP_METHOD_ATTR String_t* CWndBase_GetWndName_m2795522574 (CWndBase_t3050027735 * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // DMCore.Logic.CWndController DMCore.Logic.CWndController::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWndController_t749709641 * CWndController_GetInstance_m4155889192 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndController::LogPageError(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndController_LogPageError_m2045038614 (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); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4071470834 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * Component_get_gameObject_m442555142 (Component_t1923634451 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.CWndBase::GetPrefabName() extern "C" IL2CPP_METHOD_ATTR String_t* CWndBase_GetPrefabName_m315662110 (CWndBase_t3050027735 * __this, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Misc.CMiscHelp::Instantiate(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CMiscHelp_Instantiate_m170606278 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method); // UIRoot CUIHelp::GetUIRoot() extern "C" IL2CPP_METHOD_ATTR UIRoot_t4022971450 * CUIHelp_GetUIRoot_m1788309885 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_height() extern "C" IL2CPP_METHOD_ATTR int32_t Screen_get_height_m1623532518 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 UIRoot::get_activeHeight() extern "C" IL2CPP_METHOD_ATTR int32_t UIRoot_get_activeHeight_m4207044870 (UIRoot_t4022971450 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m2421856840(__this, method) (( void (*) (BetterList_1_t2213356286 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // UnityEngine.Transform UnityEngine.GameObject::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * GameObject_get_transform_m1369836730 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::GetChildrenComponentRecursively(UnityEngine.Transform,BetterList`1) #define CMiscHelp_GetChildrenComponentRecursively_TisUIStretch_t3058335968_m1611398864(__this /* static, unused */, ___root0, ___listResult1, method) (( void (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, BetterList_1_t2213356286 *, const RuntimeMethod*))CMiscHelp_GetChildrenComponentRecursively_TisRuntimeObject_m1161224796_gshared)(__this /* static, unused */, ___root0, ___listResult1, method) // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m3877373980(__this, p0, method) (( UIStretch_t3058335968 * (*) (BetterList_1_t2213356286 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void Transform_set_parent_m786917804 (Transform_t3600365921 * __this, Transform_t3600365921 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3__ctor_m3353183577 (Vector3_t3722313464 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localPosition_m4128471975 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_get_identity_m3722672781 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localRotation_m19445462 (Transform_t3600365921 * __this, Quaternion_t2301928331 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_one() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_one_m1629952498 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localScale_m3053443106 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_name(System.String) extern "C" IL2CPP_METHOD_ATTR void Object_set_name_m291480324 (Object_t631007953 * __this, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::Destroy(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_Destroy_m3726802780 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___target0, const RuntimeMethod* method); // DMCore.Framework.Resource.IResourceManager DMCore.IHelp::GetResManager() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IHelp_GetResManager_m1508557610 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.CUIPkgService::IfEnableUIPkg() extern "C" IL2CPP_METHOD_ATTR bool CUIPkgService_IfEnableUIPkg_m2923996538 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Resource.CUIPkgService DMCore.Framework.Resource.CUIPkgService::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUIPkgService_t1582475416 * CUIPkgService_GetInstance_m2423209090 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.CUIPkgService::CloseUIPage(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CUIPkgService_CloseUIPage_m1393179793 (CUIPkgService_t1582475416 * __this, int32_t ___pageID0, const RuntimeMethod* method); // DMCore.Logic.CWndConfig DMCore.Logic.CWndConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWndConfig_t982602484 * CWndConfig_GetInstance_m481647544 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.CWndConfig::GetWndName(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR String_t* CWndConfig_GetWndName_m3733023709 (CWndConfig_t982602484 * __this, int32_t ___pageID0, const RuntimeMethod* method); // System.String DMCore.Logic.CWndConfig::GetPrefabName(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR String_t* CWndConfig_GetPrefabName_m1418292420 (CWndConfig_t982602484 * __this, int32_t ___pageID0, const RuntimeMethod* method); // System.String DMCore.Logic.CWndConfig::GetScriptName(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR String_t* CWndConfig_GetScriptName_m2438910670 (CWndConfig_t982602484 * __this, int32_t ___pageID0, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndDescription::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWndDescription__ctor_m1345213544 (CWndDescription_t3003093839 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndConfig::GetWndDescription(DMCore.Logic.enumPersonPage,DMCore.Logic.CWndDescription&) extern "C" IL2CPP_METHOD_ATTR bool CWndConfig_GetWndDescription_m1405716486 (CWndConfig_t982602484 * __this, int32_t ___pageID0, CWndDescription_t3003093839 ** ___pageDesc1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) #define Queue_1_Enqueue_m278417841(__this, p0, method) (( void (*) (Queue_1_t3914457535 *, CDataArray_t4068198041 *, const RuntimeMethod*))Queue_1_Enqueue_m1868480850_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.Queue`1::get_Count() #define Queue_1_get_Count_m812928177(__this, method) (( int32_t (*) (Queue_1_t3914457535 *, const RuntimeMethod*))Queue_1_get_Count_m2496300460_gshared)(__this, method) // !0 System.Collections.Generic.Queue`1::Dequeue() #define Queue_1_Dequeue_m6356120(__this, method) (( CDataArray_t4068198041 * (*) (Queue_1_t3914457535 *, const RuntimeMethod*))Queue_1_Dequeue_m3550993416_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m4222374550(__this, p0, method) (( bool (*) (List_1_t2585711361 *, GameObject_t1113636619 *, const RuntimeMethod*))List_1_Contains_m2654125393_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m989991498(__this, p0, method) (( void (*) (List_1_t2585711361 *, GameObject_t1113636619 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void 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) // 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.Logic.CWndConfig::_LoadFromLocal(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CWndConfig__LoadFromLocal_m3417922943 (CWndConfig_t982602484 * __this, String_t* ___configPath0, int32_t ___userData1, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWndConfig__ctor_m2038115704 (CWndConfig_t982602484 * __this, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Logic.CWndConfig::_GetPageInfo(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CWndConfig__GetPageInfo_m1585972863 (CWndConfig_t982602484 * __this, int32_t ___pageID0, const RuntimeMethod* method); // System.Int32 DMCore.CDataProperty::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDataProperty_GetInt_m1935343217 (CDataProperty_t2806246268 * __this, String_t* ___key0, int32_t ___nDefault1, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndDescription::set_pageType(DMCore.Logic.EnumWndType) extern "C" IL2CPP_METHOD_ATTR void CWndDescription_set_pageType_m813923260 (CWndDescription_t3003093839 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndDescription::set_isShow3DModel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CWndDescription_set_isShow3DModel_m214713281 (CWndDescription_t3003093839 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndDescription::set_isShowReturnBtn(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWndDescription_set_isShowReturnBtn_m2364013827 (CWndDescription_t3003093839 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndDescription::set_maskType(DMCore.Logic.EnumMaskType) extern "C" IL2CPP_METHOD_ATTR void CWndDescription_set_maskType_m2618681048 (CWndDescription_t3003093839 * __this, int32_t ___value0, const RuntimeMethod* method); // System.String DMCore.CDataProperty::GetWideStr(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CDataProperty_GetWideStr_m3656006276 (CDataProperty_t2806246268 * __this, String_t* ___key0, String_t* ___strDefault1, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndDescription::set_maskName(System.String) extern "C" IL2CPP_METHOD_ATTR void CWndDescription_set_maskName_m2111609705 (CWndDescription_t3003093839 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndDescription::set_NeedHoldType(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWndDescription_set_NeedHoldType_m66421704 (CWndDescription_t3003093839 * __this, bool ___value0, 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.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m2239874652(__this, method) (( Enumerator_t3649142374 (*) (Dictionary_2_t1694959599 *, 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_m426899978(__this, method) (( KeyValuePair_2_t4092631766 (*) (Enumerator_t3649142374 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m1412358281(__this, method) (( CDataProperty_t2806246268 * (*) (KeyValuePair_2_t4092631766 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Int32 System.String::CompareTo(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareTo_m3414379165 (String_t* __this, String_t* p0, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m4207901721(__this, method) (( int32_t (*) (KeyValuePair_2_t4092631766 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1839753989_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m1038192287(__this, method) (( bool (*) (Enumerator_t3649142374 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m706204246(__this, method) (( void (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1685793073(__this, p0, method) (( void (*) (List_1_t3319525431 *, String_t*, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() #define Dictionary_2_get_Keys_m3423292848(__this, method) (( KeyCollection_t1884635070 * (*) (Dictionary_2_t1694959599 *, const RuntimeMethod*))Dictionary_2_get_Keys_m1840317613_gshared)(__this, 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) // UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * IResourceManager_CreateResource_m3145560403 (IResourceManager_t3165642952 * __this, String_t* ___sourcePath0, const RuntimeMethod* method); // System.String UnityEngine.TextAsset::get_text() extern "C" IL2CPP_METHOD_ATTR String_t* TextAsset_get_text_m2027878391 (TextAsset_t3022178571 * __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndConfig::_OnLoad(UnityEngine.TextAsset,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CWndConfig__OnLoad_m568120624 (CWndConfig_t982602484 * __this, TextAsset_t3022178571 * ___loadedObj0, int32_t ___userData1, const RuntimeMethod* method); // DMCore.Framework.Misc.CLogHelp DMCore.IHelp::GetLogManager() extern "C" IL2CPP_METHOD_ATTR CLogHelp_t779629444 * IHelp_GetLogManager_m2114192212 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::LogError(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogError_m609093992 (CLogHelp_t779629444 * __this, String_t* ___message0, 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.Void System.Xml.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m664597982 (XmlDocument_t2837193595 * __this, const RuntimeMethod* 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.Int32 DMCore.Framework.Misc.CMiscHelp::GetXmlElemInt(System.Xml.XmlElement,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetXmlElemInt_m3192643185 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, int32_t ___nDefault2, const RuntimeMethod* method); // System.Void DMCore.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.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_m161680736(__this, method) (( void (*) (Dictionary_2_t3999618383 *, const RuntimeMethod*))Dictionary_2__ctor_m3019364208_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/KeyCollection DMCore.Logic.CWndConfig::get_WndIDList() extern "C" IL2CPP_METHOD_ATTR KeyCollection_t1884635070 * CWndConfig_get_WndIDList_m4171569753 (CWndConfig_t982602484 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() #define KeyCollection_GetEnumerator_m1471352627(__this, method) (( Enumerator_t1877136583 (*) (KeyCollection_t1884635070 *, const RuntimeMethod*))KeyCollection_GetEnumerator_m906000493_gshared)(__this, method) // !0 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::get_Current() #define Enumerator_get_Current_m3590314930(__this, method) (( int32_t (*) (Enumerator_t1877136583 *, const RuntimeMethod*))Enumerator_get_Current_m1416701090_gshared)(__this, method) // System.Void DMCore.Logic.CWndBase::.ctor(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndBase__ctor_m373953814 (CWndBase_t3050027735 * __this, int32_t ___pageID0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2778089198(__this, p0, p1, method) (( void (*) (Dictionary_2_t3999618383 *, int32_t, CWndBase_t3050027735 *, const RuntimeMethod*))Dictionary_2_Add_m1204173971_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::MoveNext() #define Enumerator_MoveNext_m2657681812(__this, method) (( bool (*) (Enumerator_t1877136583 *, const RuntimeMethod*))Enumerator_MoveNext_m1127886695_gshared)(__this, method) // System.Void DMCore.Logic.CWndController/UIWndStack::.ctor() extern "C" IL2CPP_METHOD_ATTR void UIWndStack__ctor_m2627482954 (UIWndStack_t3738908003 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4193547877(__this, method) (( void (*) (Dictionary_2_t3385622220 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void DMCore.Logic.CWndController::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWndController__ctor_m3998243365 (CWndController_t749709641 * __this, const RuntimeMethod* method); // DMCore.Logic.CFunctionSwitchConfig DMCore.Logic.CFunctionSwitchConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFunctionSwitchConfig_t2078484928 * CFunctionSwitchConfig_GetInstance_m3858206373 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CFunctionSwitchConfig::IsOpen(DMCore.Logic.CFunctionSwitchConfig/FS_ENUM) extern "C" IL2CPP_METHOD_ATTR bool CFunctionSwitchConfig_IsOpen_m1875464689 (CFunctionSwitchConfig_t2078484928 * __this, int32_t ___e0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::ShowMessageBox(DMCore.enumMsgBoxType,System.String,DMCore.OnMsgBoxClkCallBack) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_ShowMessageBox_m686064934 (RuntimeObject * __this /* static, unused */, int32_t ___type0, String_t* ___appendDesc1, OnMsgBoxClkCallBack_t3229751541 * ___callBack2, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController::ChangePage(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_ChangePage_m2787250430 (CWndController_t749709641 * __this, int32_t ___destPage0, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndController::set_CustomReturnPage(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndController_set_CustomReturnPage_m119343810 (CWndController_t749709641 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController/UIWndStack::Pop(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool UIWndStack_Pop_m344706053 (UIWndStack_t3738908003 * __this, int32_t ___page0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController::IsProcessByOwn(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_IsProcessByOwn_m910077031 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // DMCore.Logic.CWndDescription DMCore.Logic.CWndController::GetDescription(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR CWndDescription_t3003093839 * CWndController_GetDescription_m2808589300 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // DMCore.Logic.EnumWndType DMCore.Logic.CWndDescription::get_pageType() extern "C" IL2CPP_METHOD_ATTR int32_t CWndDescription_get_pageType_m1253605596 (CWndDescription_t3003093839 * __this, const RuntimeMethod* method); // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::get_CustomReturnPage() extern "C" IL2CPP_METHOD_ATTR int32_t CWndController_get_CustomReturnPage_m2097740777 (CWndController_t749709641 * __this, const RuntimeMethod* method); // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController/UIWndStack::get_Top() extern "C" IL2CPP_METHOD_ATTR int32_t UIWndStack_get_Top_m4133647772 (UIWndStack_t3738908003 * __this, const RuntimeMethod* method); // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::get_RootPage() extern "C" IL2CPP_METHOD_ATTR int32_t CWndController_get_RootPage_m145909665 (CWndController_t749709641 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndController/UIWndStack::SetAllVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UIWndStack_SetAllVisible_m3466958186 (UIWndStack_t3738908003 * __this, bool ___visible0, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndController/UIWndStack::PopAll() extern "C" IL2CPP_METHOD_ATTR void UIWndStack_PopAll_m1271262479 (UIWndStack_t3738908003 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m1120947885(__this, method) (( void (*) (Dictionary_2_t3385622220 *, 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_m2997287878(__this, method) (( Enumerator_t1658833862 (*) (Dictionary_2_t3999618383 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m2079296410_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m1594297018(__this, method) (( KeyValuePair_2_t2102323254 (*) (Enumerator_t1658833862 *, const RuntimeMethod*))Enumerator_get_Current_m3746483493_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m179891610(__this, method) (( CWndBase_t3050027735 * (*) (KeyValuePair_2_t2102323254 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m2509819204_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m1822191345(__this, method) (( bool (*) (Enumerator_t1658833862 *, const RuntimeMethod*))Enumerator_MoveNext_m2126669600_gshared)(__this, method) // System.Boolean DMCore.Logic.CWndController/UIWndStack::IsExist(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool UIWndStack_IsExist_m3606385611 (UIWndStack_t3738908003 * __this, int32_t ___page0, const RuntimeMethod* method); // UnityEngine.GameObject DMCore.Logic.CWndController::FindDelayBindWndUI(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CWndController_FindDelayBindWndUI_m2842226314 (CWndController_t749709641 * __this, int32_t ___page0, 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); // DMCore.Logic.CWndBase DMCore.Logic.CWndController::FindDelayBindWnd(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR CWndBase_t3050027735 * CWndController_FindDelayBindWnd_m1596504395 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndBase::SetAnimationRoot(UnityEngine.GameObject[]) extern "C" IL2CPP_METHOD_ATTR void CWndBase_SetAnimationRoot_m230946585 (CWndBase_t3050027735 * __this, GameObjectU5BU5D_t3328599146* ___root0, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndBase::SetCustomParam(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CWndBase_SetCustomParam_m845516219 (CWndBase_t3050027735 * __this, CDataArray_t4068198041 * ___param0, const RuntimeMethod* method); // DMCore.CDataArray DMCore.Logic.CWndBase::GetCustomParam() extern "C" IL2CPP_METHOD_ATTR CDataArray_t4068198041 * CWndBase_GetCustomParam_m1799879963 (CWndBase_t3050027735 * __this, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() extern "C" IL2CPP_METHOD_ATTR String_t* Object_get_name_m4211327027 (Object_t631007953 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m3184925404(__this, p0, p1, method) (( void (*) (Dictionary_2_t3385622220 *, String_t*, Transform_t3600365921 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3902732185(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3999618383 *, int32_t, CWndBase_t3050027735 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m1250705507_gshared)(__this, p0, p1, method) // DMCore.Logic.CWndDescription DMCore.Logic.CWndBase::GetDescription() extern "C" IL2CPP_METHOD_ATTR CWndDescription_t3003093839 * CWndBase_GetDescription_m2909989618 (CWndBase_t3050027735 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResHelp::PushCache(System.String) extern "C" IL2CPP_METHOD_ATTR void IResHelp_PushCache_m1948052935 (RuntimeObject * __this /* static, unused */, String_t* ___resName0, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndController::HideUI(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndController_HideUI_m732482071 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponentsInChildren() #define GameObject_GetComponentsInChildren_TisUIStretch_t3058335968_m1115373642(__this, method) (( UIStretchU5BU5D_t1913257889* (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_m1982918030_gshared)(__this, method) // System.Void UIStretch::CheckStretch() extern "C" IL2CPP_METHOD_ATTR void UIStretch_CheckStretch_m4040707222 (UIStretch_t3058335968 * __this, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponentsInChildren() #define GameObject_GetComponentsInChildren_TisUIAnchor_t2527798900_m2230085053(__this, method) (( UIAnchorU5BU5D_t1879526717* (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_m1982918030_gshared)(__this, method) // System.Void UIAnchor::CheckAnchor() extern "C" IL2CPP_METHOD_ATTR void UIAnchor_CheckAnchor_m3642567992 (UIAnchor_t2527798900 * __this, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) #define Action_2_Invoke_m3372764685(__this, p0, p1, method) (( void (*) (Action_2_t105723657 *, int32_t, GameObject_t1113636619 *, const RuntimeMethod*))Action_2_Invoke_m3980159581_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CWndController/UIWndStack::ChangeMainPage(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void UIWndStack_ChangeMainPage_m1215969198 (UIWndStack_t3738908003 * __this, int32_t ___mainPage0, 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.Void DMCore.Logic.CWndController::DoOpenNewPage(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndController_DoOpenNewPage_m308019260 (CWndController_t749709641 * __this, int32_t ___newPage0, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndController::DoOpenNewPageEnd(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndController_DoOpenNewPageEnd_m1199809479 (CWndController_t749709641 * __this, int32_t ___newPage0, 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); // 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.CWndController::DoWithWndEnable(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CWndController_DoWithWndEnable_m2191996108 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController::Notify(DMCore.Logic.enumPersonPage,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWndController_Notify_m3766668363 (CWndController_t749709641 * __this, int32_t ___destPage0, bool ___isHide1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController::PlayWndEffect(DMCore.Logic.enumPersonPage,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWndController_PlayWndEffect_m3144106729 (CWndController_t749709641 * __this, int32_t ___destPage0, bool ___isHide1, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndController/UIWndStack::Push(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void UIWndStack_Push_m3605013023 (UIWndStack_t3738908003 * __this, int32_t ___page0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m629123126(__this, method) (( Enumerator_t1044837699 (*) (Dictionary_2_t3385622220 *, 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_m767911462(__this, method) (( KeyValuePair_2_t1488327091 (*) (Enumerator_t1044837699 *, const RuntimeMethod*))Enumerator_get_Current_m2655181939_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m607252328(__this, method) (( Transform_t3600365921 * (*) (KeyValuePair_2_t1488327091 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, method) // System.String DMCore.Logic.CWndDescription::get_maskName() extern "C" IL2CPP_METHOD_ATTR String_t* CWndDescription_get_maskName_m198987096 (CWndDescription_t3003093839 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m2892137574(__this, method) (( String_t* (*) (KeyValuePair_2_t1488327091 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, 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 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 System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m1720589227(__this, method) (( bool (*) (Enumerator_t1044837699 *, const RuntimeMethod*))Enumerator_MoveNext_m1107569389_gshared)(__this, method) // System.Boolean DMCore.Logic.CWndDescription::get_isShowReturnBtn() extern "C" IL2CPP_METHOD_ATTR bool CWndDescription_get_isShowReturnBtn_m1761035090 (CWndDescription_t3003093839 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void GameObject_SendMessage_m3720186693 (GameObject_t1113636619 * __this, String_t* p0, RuntimeObject * p1, int32_t p2, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CWndDescription::get_isShow3DModel() extern "C" IL2CPP_METHOD_ATTR int32_t CWndDescription_get_isShow3DModel_m3333961736 (CWndDescription_t3003093839 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetAvatarVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetAvatarVisible_m2509149113 (RuntimeObject * __this /* static, unused */, bool ___bShow0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetPetVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetPetVisible_m3979938917 (RuntimeObject * __this /* static, unused */, bool ___bShow0, const RuntimeMethod* method); // DMCore.Logic.EnumMaskType DMCore.Logic.CWndDescription::get_maskType() extern "C" IL2CPP_METHOD_ATTR int32_t CWndDescription_get_maskType_m934260092 (CWndDescription_t3003093839 * __this, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Logic.CWndController::get_RootScene() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CWndController_get_RootScene_m1166533669 (CWndController_t749709641 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CAppOSHelp::IsHighQuality() extern "C" IL2CPP_METHOD_ATTR bool CAppOSHelp_IsHighQuality_m3319450917 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_zero_m1409827619 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CSystemBroadCast DMCore.Logic.CSystemBroadCast::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSystemBroadCast_t3934508125 * CSystemBroadCast_GetInstance_m1023529546 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CSystemBroadCast::GetBroadCastPos(UnityEngine.Vector3&,UnityEngine.Vector3&) extern "C" IL2CPP_METHOD_ATTR void CSystemBroadCast_GetBroadCastPos_m1246914633 (CSystemBroadCast_t3934508125 * __this, Vector3_t3722313464 * ___left0, Vector3_t3722313464 * ___right1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CSystemBroadCast::TryMove(UnityEngine.Vector3,UnityEngine.Vector3,uiSysBroadcast/OnSysBroadcastEnd) extern "C" IL2CPP_METHOD_ATTR bool CSystemBroadCast_TryMove_m3507204403 (CSystemBroadCast_t3934508125 * __this, Vector3_t3722313464 ___left0, Vector3_t3722313464 ___right1, OnSysBroadcastEnd_t3794690773 * ___ptrCallBack2, const RuntimeMethod* method); // CSignsManager CSignsManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSignsManager_t1825583579 * CSignsManager_GetInstance_m3077300453 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CSignsManager::RefreshSigns() extern "C" IL2CPP_METHOD_ATTR void CSignsManager_RefreshSigns_m3266895297 (CSignsManager_t1825583579 * __this, const RuntimeMethod* method); // DMCore.Logic.EnumWndType DMCore.Logic.CWndController::GetWndTypeSafe(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR int32_t CWndController_GetWndTypeSafe_m2351216305 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController::Notify(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWndController_Notify_m3898823830 (CWndController_t749709641 * __this, GameObject_t1113636619 * ___destObj0, bool ___isHide1, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SendMessage(System.String,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void GameObject_SendMessage_m1121218340 (GameObject_t1113636619 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Logic.CWndBase::GetAnimationRoot() extern "C" IL2CPP_METHOD_ATTR List_1_t2585711361 * CWndBase_GetAnimationRoot_m3881954996 (CWndBase_t3050027735 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m77021858(__this, method) (( int32_t (*) (List_1_t2585711361 *, 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_m2491728134(__this, p0, method) (( GameObject_t1113636619 * (*) (List_1_t2585711361 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean DMCore.Framework.Misc.CMiscHelp::PlayUIFadeOutAnim(UnityEngine.GameObject,DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_PlayUIFadeOutAnim_m1005460571 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___target0, int32_t ___page1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::PlayUIFadeInAnim(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_PlayUIFadeInAnim_m3782047047 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___target0, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m1597451403(__this, method) (( void (*) (BetterList_1_t1319896726 *, const RuntimeMethod*))BetterList_1__ctor_m1597451403_gshared)(__this, method) // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m960213304(__this, p0, method) (( int32_t (*) (BetterList_1_t1319896726 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m960213304_gshared)(__this, p0, method) // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m2355985310(__this, p0, method) (( void (*) (BetterList_1_t1319896726 *, int32_t, const RuntimeMethod*))BetterList_1_Add_m2355985310_gshared)(__this, p0, method) // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) #define Comparison_1__ctor_m1851185854(__this, p0, p1, method) (( void (*) (Comparison_1_t1939807587 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m1851185854_gshared)(__this, p0, p1, method) // System.Void BetterList`1::Sort(System.Comparison`1) #define BetterList_1_Sort_m3908694908(__this, p0, method) (( void (*) (BetterList_1_t1319896726 *, Comparison_1_t1939807587 *, const RuntimeMethod*))BetterList_1_Sort_m3908694908_gshared)(__this, p0, method) // System.Void DMCore.Logic.CWndBase::AdjustWndDepth(System.Single) extern "C" IL2CPP_METHOD_ATTR void CWndBase_AdjustWndDepth_m334771164 (CWndBase_t3050027735 * __this, float ___depth0, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndController/UIWndStack::ClearInternal(DMCore.Logic.enumPersonPage,DMCore.Logic.CWndController/UIWndStack/ClearType) extern "C" IL2CPP_METHOD_ATTR void UIWndStack_ClearInternal_m3220556915 (UIWndStack_t3738908003 * __this, int32_t ___page0, int32_t ___type1, const RuntimeMethod* method); // System.Boolean BetterList`1::Remove(T) #define BetterList_1_Remove_m1591687420(__this, p0, method) (( bool (*) (BetterList_1_t1319896726 *, int32_t, const RuntimeMethod*))BetterList_1_Remove_m1591687420_gshared)(__this, p0, method) // System.Void BetterList`1::RemoveAt(System.Int32) #define BetterList_1_RemoveAt_m1569920014(__this, p0, method) (( void (*) (BetterList_1_t1319896726 *, int32_t, const RuntimeMethod*))BetterList_1_RemoveAt_m1569920014_gshared)(__this, p0, method) // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m3805180168(__this, method) (( void (*) (BetterList_1_t1319896726 *, const RuntimeMethod*))BetterList_1_Clear_m3805180168_gshared)(__this, method) // System.Boolean DMCore.Logic.CWndDescription::get_NeedHoldType() extern "C" IL2CPP_METHOD_ATTR bool CWndDescription_get_NeedHoldType_m2067325286 (CWndDescription_t3003093839 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController::DestroyDelayWnd(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_DestroyDelayWnd_m4056018409 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndController::OnCloseWndAnimationEnd(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CWndController_OnCloseWndAnimationEnd_m3031988752 (CWndController_t749709641 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___pageVal2, 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.DailyAdGiftManager::set_timesObserver(CDataModelInt) extern "C" IL2CPP_METHOD_ATTR void DailyAdGiftManager_set_timesObserver_m403637345 (DailyAdGiftManager_t4283495990 * __this, CDataModelInt_t3463393640 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.DailyAdGiftManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void DailyAdGiftManager__ctor_m852174777 (DailyAdGiftManager_t4283495990 * __this, 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.Int32 DMCore.CDataArray::GetInt(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDataArray_GetInt_m1111369473 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, int32_t ___defaultVal1, const RuntimeMethod* method); // DMCore.Framework.Misc.CTextHelp DMCore.Framework.Misc.CTextHelp::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTextHelp_t3119637808 * CTextHelp_GetInstance_m3392996374 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CTextHelp::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CTextHelp_GetText_m372251958 (CTextHelp_t3119637808 * __this, String_t* ___val0, const RuntimeMethod* method); // DMCore.CMsgManager DMCore.CMsgManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMsgManager_t455955613 * CMsgManager_GetInstance_m3446755799 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.CMsgManager::PushHint(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMsgManager_PushHint_m1231354654 (CMsgManager_t455955613 * __this, String_t* ___str0, bool ___bInsertHead1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_LogError_m2850623458 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // CDataModelInt DMCore.Logic.DailyAdGiftManager::get_timesObserver() extern "C" IL2CPP_METHOD_ATTR CDataModelInt_t3463393640 * DailyAdGiftManager_get_timesObserver_m2438088882 (DailyAdGiftManager_t4283495990 * __this, const RuntimeMethod* method); // System.Void CDataModelInt::set_Data(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataModelInt_set_Data_m3794751788 (CDataModelInt_t3463393640 * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Int32 DMCore.CDataArray::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CDataArray_GetCount_m3616072297 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.ITextBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void ITextBase__ctor_m91730659 (ITextBase_t660344599 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m199432366(__this, method) (( void (*) (List_1_t876647579 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.DanceSceneManager::set_ActiveWaitingRoomIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DanceSceneManager_set_ActiveWaitingRoomIndex_m449122074 (DanceSceneManager_t2271493662 * __this, int32_t ___value0, const RuntimeMethod* 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.DanceSceneManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void DanceSceneManager__ctor_m238653290 (DanceSceneManager_t2271493662 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3681248901(__this, method) (( int32_t (*) (List_1_t876647579 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1628857705(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1__ctor_m1628857705_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2563726809(__this, p0, method) (( DanceSceneNode_t3699540133 * (*) (List_1_t876647579 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_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.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m186164705(__this, method) (( int32_t (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_get_Count_m186164705_gshared)(__this, method) // System.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_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.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.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 System.Collections.Generic.List`1::Clear() #define List_1_Clear_m559895114(__this, method) (( void (*) (List_1_t876647579 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(System.Xml.XmlElement,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m926144416 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(System.Xml.XmlElement,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m3447431122 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, String_t* ___defaultVal2, const RuntimeMethod* method); // System.Void DMCore.Logic.DanceSceneManager/DanceSceneNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void DanceSceneNode__ctor_m767155991 (DanceSceneNode_t3699540133 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m38749794(__this, p0, method) (( void (*) (List_1_t876647579 *, DanceSceneNode_t3699540133 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m2718510314(__this, method) (( void (*) (Dictionary_2_t2392779486 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2181272462(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2392779486 *, int32_t, List_1_t3504066155 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1413971899(__this, method) (( void (*) (List_1_t3504066155 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) #define Dictionary_2_Add_m3875909350(__this, p0, p1, method) (( void (*) (Dictionary_2_t2392779486 *, int32_t, List_1_t3504066155 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m4263693711(__this, p0, method) (( void (*) (List_1_t3504066155 *, ItemData_t2031991413 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2>::get_Keys() #define Dictionary_2_get_Keys_m81772567(__this, method) (( KeyCollection_t2582454957 * (*) (Dictionary_2_t2392779486 *, const RuntimeMethod*))Dictionary_2_get_Keys_m1840317613_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) #define List_1__ctor_m3641213752(__this, p0, method) (( void (*) (List_1_t128053199 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m3641213752_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1902213985(__this, method) (( int32_t (*) (List_1_t3504066155 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2>::GetEnumerator() #define Dictionary_2_GetEnumerator_m1124127163(__this, method) (( Enumerator_t51994965 (*) (Dictionary_2_t2392779486 *, 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_m2738989270(__this, method) (( KeyValuePair_2_t495484357 (*) (Enumerator_t51994965 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2>::get_Value() #define KeyValuePair_2_get_Value_m2095509361(__this, method) (( List_1_t3504066155 * (*) (KeyValuePair_2_t495484357 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator>::MoveNext() #define Enumerator_MoveNext_m2211205075(__this, method) (( bool (*) (Enumerator_t51994965 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2/Enumerator>::Dispose() #define Enumerator_Dispose_m916878861(__this, method) (( void (*) (Enumerator_t51994965 *, const RuntimeMethod*))Enumerator_Dispose_m562365603_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m11794484(__this, p0, method) (( ItemData_t2031991413 * (*) (List_1_t3504066155 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1533191995(__this, method) (( void (*) (List_1_t2207029000 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m377944293(__this, method) (( void (*) (List_1_t2207029000 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.DynamicImageUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void DynamicImageUnit__ctor_m2139619619 (DynamicImageUnit_t734954258 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.DynamicImageUnit::Deserial(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR bool DynamicImageUnit_Deserial_m3860163920 (DynamicImageUnit_t734954258 * __this, XmlElement_t561603118 * ___root0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3425470909(__this, p0, method) (( void (*) (List_1_t2207029000 *, DynamicImageUnit_t734954258 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m666695078(__this, method) (( int32_t (*) (List_1_t2207029000 *, 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_m2295356724(__this, p0, method) (( DynamicImageUnit_t734954258 * (*) (List_1_t2207029000 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_m2756574208 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // DMCore.Logic.DynamicImageUnit DMCore.Logic.DynamicImageGroup::GetImageUnitByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR DynamicImageUnit_t734954258 * DynamicImageGroup_GetImageUnitByIndex_m3021708800 (DynamicImageGroup_t2338416375 * __this, int32_t ___index0, const RuntimeMethod* method); // UIAnchor/Side DMCore.Framework.Misc.CMiscHelp::ConvertAnchorSideFromStr(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_ConvertAnchorSideFromStr_m3003778198 (RuntimeObject * __this /* static, unused */, String_t* ___strSide0, const RuntimeMethod* method); // UIStretch/Style DMCore.Framework.Misc.CMiscHelp::ConvertStretchStyleFromStr(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_ConvertStretchStyleFromStr_m3522018936 (RuntimeObject * __this /* static, unused */, String_t* ___strStyle0, const RuntimeMethod* method); // System.Void DMCore.Logic.EmoticonSelectedCallback::Invoke(System.String) extern "C" IL2CPP_METHOD_ATTR void EmoticonSelectedCallback_Invoke_m678248675 (EmoticonSelectedCallback_t2213980693 * __this, String_t* ___selected_emoticon0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localPosition_m4234289348 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localScale() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localScale_m129152068 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1573853544(__this, method) (( int32_t (*) (List_1_t2927442759 *, 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_m331339614(__this, p0, method) (( EmotionAnim_t1455368017 * (*) (List_1_t2927442759 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DMCore.Logic.EmotionUnit/EmotionAnim::OnTick(DMCore.Logic.EmotionAnimState,UnityEngine.Transform,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR void EmotionAnim_OnTick_m3064866283 (EmotionAnim_t1455368017 * __this, EmotionAnimState_t841265017 * ___stateVal0, Transform_t3600365921 * ___transVal1, bool ___isFirst2, float ___timeVal3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m59729525(__this, method) (( void (*) (List_1_t2927442759 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.EmotionUnit/EmotionAnim::.ctor() extern "C" IL2CPP_METHOD_ATTR void EmotionAnim__ctor_m3609542194 (EmotionAnim_t1455368017 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.EmotionUnit/EmotionAnim::ParseXml(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR void EmotionAnim_ParseXml_m3693626490 (EmotionAnim_t1455368017 * __this, XmlElement_t561603118 * ___animElem0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m4036466285(__this, p0, method) (( void (*) (List_1_t2927442759 *, EmotionAnim_t1455368017 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUISprite_t194114938_m2812077901(__this, method) (( UISprite_t194114938 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void UISprite::set_spriteName(System.String) extern "C" IL2CPP_METHOD_ATTR void UISprite_set_spriteName_m1616245412 (UISprite_t194114938 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void UIWidget::set_pivot(UIWidget/Pivot) extern "C" IL2CPP_METHOD_ATTR void UIWidget_set_pivot_m951060879 (UIWidget_t3538521925 * __this, int32_t ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisBoxCollider_t1640800422_m4104100802(__this, method) (( BoxCollider_t1640800422 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // UnityEngine.Vector3 UnityEngine.BoxCollider::get_center() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 BoxCollider_get_center_m3697516117 (BoxCollider_t1640800422 * __this, const RuntimeMethod* method); // System.Void UnityEngine.BoxCollider::set_center(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void BoxCollider_set_center_m1086194996 (BoxCollider_t1640800422 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CMathHelp::GetPingPong(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float CMathHelp_GetPingPong_m3554504360 (RuntimeObject * __this /* static, unused */, float ___fBegin0, float ___fEnd1, float ___step2, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Euler_m3049309462 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::SetObjectPositionY(UnityEngine.GameObject,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_SetObjectPositionY_m1240832168 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___destObj0, float ___newPosY1, 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.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); // 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.Boolean DMCore.Framework.Misc.CMiscHelp::ToFloat(System.String,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_ToFloat_m1277019218 (RuntimeObject * __this /* static, unused */, String_t* ___strValue0, float* ___fResult1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void CPropItem__ctor_m238114891 (CPropItem_t1455887095 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.EquipUnit::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void EquipUnit__ctor_m2006722430 (EquipUnit_t3626763472 * __this, int32_t ____nSex0, int32_t ____configId1, int32_t ____originPrice2, int32_t ____salePrice3, int32_t ____payType4, 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.Void DMCore.Logic.CAwardList::Clear() extern "C" IL2CPP_METHOD_ATTR void CAwardList_Clear_m3107368241 (CAwardList_t4094041907 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadLock::.ctor() extern "C" IL2CPP_METHOD_ATTR void CThreadLock__ctor_m2708615033 (CThreadLock_t3315856551 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.GetItemWndManager::set_IsItemEffectShowing(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GetItemWndManager_set_IsItemEffectShowing_m1046373157 (GetItemWndManager_t2644942713 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.GetItemWndManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void GetItemWndManager__ctor_m1870837532 (GetItemWndManager_t2644942713 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Thread.CThreadLock::Lock() extern "C" IL2CPP_METHOD_ATTR bool CThreadLock_Lock_m3448296176 (CThreadLock_t3315856551 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Thread.CThreadLock::UnLock() extern "C" IL2CPP_METHOD_ATTR void CThreadLock_UnLock_m2922388906 (CThreadLock_t3315856551 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.GetItemWndManager::GetItemShowCount() extern "C" IL2CPP_METHOD_ATTR int32_t GetItemWndManager_GetItemShowCount_m3789829154 (GetItemWndManager_t2644942713 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1631382779(__this, method) (( void (*) (List_1_t1245305487 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3433441791(__this, p0, method) (( void (*) (List_1_t1245305487 *, CDataArray_t4068198041 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Queue`1::Clear() #define Queue_1_Clear_m318233176(__this, method) (( void (*) (Queue_1_t3914457535 *, const RuntimeMethod*))Queue_1_Clear_m4070494218_gshared)(__this, method) // System.Boolean DMCore.Logic.GetItemWndManager::get_IsItemEffectShowing() extern "C" IL2CPP_METHOD_ATTR bool GetItemWndManager_get_IsItemEffectShowing_m2580351790 (GetItemWndManager_t2644942713 * __this, const RuntimeMethod* method); // DMCore.CRoot DMCore.CRoot::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoot_t1043641654 * CRoot_GetInstance_m3627548531 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.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.Framework.Level.CLevelManager DMCore.Framework.Level.CLevelManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLevelManager_t3077608201 * CLevelManager_GetInstance_m3233027795 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Level.CLevelManager::IsLevel(System.String) extern "C" IL2CPP_METHOD_ATTR bool CLevelManager_IsLevel_m3139716542 (CLevelManager_t3077608201 * __this, String_t* ___levelName0, const RuntimeMethod* method); // System.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); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisuiMonoItemGet_t3694640406_m1900648848(__this, method) (( uiMonoItemGet_t3694640406 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void uiMonoItemGet::Init() extern "C" IL2CPP_METHOD_ATTR void uiMonoItemGet_Init_m3990569278 (uiMonoItemGet_t3694640406 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Min_m18103608 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::.ctor() #define List_1__ctor_m3591709643(__this, method) (( void (*) (List_1_t1414438697 *, const RuntimeMethod*))List_1__ctor_m3591709643_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3385312625(__this, method) (( int32_t (*) (List_1_t3948706452 *, 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_m946151057(__this, p0, method) (( GiftPackageItemUnit_t2476631710 * (*) (List_1_t3948706452 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // DMCore.Logic.GiftPackManager DMCore.Logic.GiftPackManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR GiftPackManager_t105297562 * GiftPackManager_GetInstance_m1502918467 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.GiftPack DMCore.Logic.GiftPackManager::FindGiftPackItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR GiftPack_t4141643335 * GiftPackManager_FindGiftPackItem_m1413737438 (GiftPackManager_t105297562 * __this, int32_t ___bagId0, const RuntimeMethod* method); // System.Void DMCore.Logic.GiftPack::.ctor() extern "C" IL2CPP_METHOD_ATTR void GiftPack__ctor_m3443173128 (GiftPack_t4141643335 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2684960471(__this, method) (( void (*) (Dictionary_2_t3030356666 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.GiftPackManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void GiftPackManager__ctor_m2039755730 (GiftPackManager_t105297562 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CShopManager::IsClothing(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CShopManager_IsClothing_m480793725 (RuntimeObject * __this /* static, unused */, int32_t ___configID0, const RuntimeMethod* method); // DMCore.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); // DMCore.Logic.CShopConfig DMCore.Logic.CShopConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CShopConfig_t202154353 * CShopConfig_GetInstance_m4264820349 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.CShopConfig::GetName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CShopConfig_GetName_m2272590700 (CShopConfig_t202154353 * __this, int32_t ___id0, const RuntimeMethod* method); // DMCore.Logic.CPropManager DMCore.Logic.CPropManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropManager_t2238730194 * CPropManager_GetInstance_m2519469083 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // 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); // ScenePersonalWndMyPackage ScenePersonalWndMyPackage::GetInstance() extern "C" IL2CPP_METHOD_ATTR ScenePersonalWndMyPackage_t3287570987 * ScenePersonalWndMyPackage_GetInstance_m1174771918 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 ScenePersonalWndMyPackage::GetCurPkgAmount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ScenePersonalWndMyPackage_GetCurPkgAmount_m145361877 (ScenePersonalWndMyPackage_t3287570987 * __this, int32_t ___configID0, const RuntimeMethod* method); // DMCore.Logic.GiftPack DMCore.Logic.GiftPackManager::get_CurGiftPack() extern "C" IL2CPP_METHOD_ATTR GiftPack_t4141643335 * GiftPackManager_get_CurGiftPack_m3004900887 (GiftPackManager_t105297562 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.GiftPackManager::set_NeedOpenBtn(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_set_NeedOpenBtn_m2297794829 (GiftPackManager_t105297562 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.GiftPackManager::set_CurGiftPack(DMCore.Logic.GiftPack) extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_set_CurGiftPack_m1021335899 (GiftPackManager_t105297562 * __this, GiftPack_t4141643335 * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m810526549(__this, method) (( void (*) (List_1_t93448756 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.GiftPackManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3COnChooseU3Ec__AnonStorey0__ctor_m110571470 (U3COnChooseU3Ec__AnonStorey0_t2357546869 * __this, const RuntimeMethod* method); // DMCore.Logic.GiftPack DMCore.Logic.GiftPackManager::GetCurrentGiftPackInfo() extern "C" IL2CPP_METHOD_ATTR GiftPack_t4141643335 * GiftPackManager_GetCurrentGiftPackInfo_m3389194133 (GiftPackManager_t105297562 * __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m1933767679(__this, p0, method) (( void (*) (Action_1_t269755560 *, bool, const RuntimeMethod*))Action_1_Invoke_m1933767679_gshared)(__this, p0, method) // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m3642906406(__this, p0, p1, method) (( void (*) (Predicate_1_t3741635434 *, 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_m1174588338(__this, p0, method) (( OpenGiftCellCache_t2916341310 * (*) (List_1_t93448756 *, Predicate_1_t3741635434 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m1511768143(__this, p0, method) (( bool (*) (List_1_t93448756 *, OpenGiftCellCache_t2916341310 *, const RuntimeMethod*))List_1_Remove_m1416767016_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m634062642(__this, method) (( int32_t (*) (List_1_t93448756 *, 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_m671893200(__this, p0, method) (( OpenGiftCellCache_t2916341310 * (*) (List_1_t93448756 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Action`1 DMCore.Logic.GiftPackManager/OpenGiftCellCache::get_Callback() extern "C" IL2CPP_METHOD_ATTR Action_1_t269755560 * OpenGiftCellCache_get_Callback_m1733819843 (OpenGiftCellCache_t2916341310 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m435304123(__this, p0, method) (( void (*) (List_1_t93448756 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // System.Void DMCore.Logic.GiftPackManager/OpenGiftCellCache::.ctor(System.Int32,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void OpenGiftCellCache__ctor_m3757693002 (OpenGiftCellCache_t2916341310 * __this, int32_t ___selectedID0, Action_1_t269755560 * ___callback1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m299325911(__this, p0, method) (( void (*) (List_1_t93448756 *, OpenGiftCellCache_t2916341310 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m2384019349(__this, method) (( Enumerator_t1982692633 (*) (List_1_t93448756 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m1220181548(__this, method) (( OpenGiftCellCache_t2916341310 * (*) (Enumerator_t1982692633 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Int32 DMCore.Logic.GiftPackManager/OpenGiftCellCache::get_SelectedID() extern "C" IL2CPP_METHOD_ATTR int32_t OpenGiftCellCache_get_SelectedID_m2424130969 (OpenGiftCellCache_t2916341310 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m34704373(__this, method) (( bool (*) (Enumerator_t1982692633 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m819972640(__this, method) (( void (*) (Enumerator_t1982692633 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Void System.Action`4>::Invoke(!0,!1,!2,!3) #define Action_4_Invoke_m3586767312(__this, p0, p1, p2, p3, method) (( void (*) (Action_4_t3484037049 *, int32_t, int64_t, int32_t, List_1_t128053199 *, const RuntimeMethod*))Action_4_Invoke_m2795184707_gshared)(__this, p0, p1, p2, p3, method) // System.Void System.Action::Invoke() extern "C" IL2CPP_METHOD_ATTR void Action_Invoke_m937035532 (Action_t1264377477 * __this, const RuntimeMethod* method); // DMCore.Logic.GiftPackageItemUnit DMCore.Logic.GiftPack::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR GiftPackageItemUnit_t2476631710 * GiftPack_GetItem_m2764282186 (GiftPack_t4141643335 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m3455714062(__this, p0, method) (( void (*) (Action_1_t19143634 *, GiftPack_t4141643335 *, const RuntimeMethod*))Action_1_Invoke_m2461023210_gshared)(__this, p0, method) // System.Void DMCore.Logic.GiftPackManager::RequestGiftPackageInfo() extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_RequestGiftPackageInfo_m3385271479 (GiftPackManager_t105297562 * __this, const RuntimeMethod* method); // DMCore.Logic.GiftPreviewManager DMCore.Logic.GiftPreviewManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR GiftPreviewManager_t1802147059 * GiftPreviewManager_GetInstance_m2370763973 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.GiftPreviewManager::RequestGiftPackageInfo(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void GiftPreviewManager_RequestGiftPackageInfo_m2921700475 (GiftPreviewManager_t1802147059 * __this, int32_t ___giftConfigID0, int32_t ___bagID1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m2573018510(__this, p0, method) (( bool (*) (Dictionary_2_t3030356666 *, 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_m2489995766(__this, p0, method) (( GiftPack_t4141643335 * (*) (Dictionary_2_t3030356666 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1553271430(__this, p0, p1, method) (( void (*) (Dictionary_2_t3030356666 *, int32_t, GiftPack_t4141643335 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3522443055(__this, method) (( void (*) (List_1_t3948706452 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.GiftPackageItemUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void GiftPackageItemUnit__ctor_m808343044 (GiftPackageItemUnit_t2476631710 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3734009763(__this, p0, method) (( void (*) (List_1_t3948706452 *, GiftPackageItemUnit_t2476631710 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) #define List_1_Insert_m606765397(__this, p0, p1, method) (( void (*) (List_1_t3948706452 *, int32_t, GiftPackageItemUnit_t2476631710 *, const RuntimeMethod*))List_1_Insert_m814893238_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3960357953(__this, method) (( void (*) (List_1_t3115654357 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.GiftPackageItemCond::.ctor() extern "C" IL2CPP_METHOD_ATTR void GiftPackageItemCond__ctor_m840790001 (GiftPackageItemCond_t1643579615 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m4016680573(__this, p0, method) (( void (*) (List_1_t3115654357 *, GiftPackageItemCond_t1643579615 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.GiftPackManager::AddGiftPackItemInfo(DMCore.Logic.GiftPack) extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_AddGiftPackItemInfo_m1047681245 (GiftPackManager_t105297562 * __this, GiftPack_t4141643335 * ___giftPack0, const RuntimeMethod* 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 DMCore.Logic.GiftPackManager/OpenGiftCellCache::set_SelectedID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void OpenGiftCellCache_set_SelectedID_m4054766012 (OpenGiftCellCache_t2916341310 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.GiftPackManager/OpenGiftCellCache::set_Callback(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void OpenGiftCellCache_set_Callback_m2915445239 (OpenGiftCellCache_t2916341310 * __this, Action_1_t269755560 * ___value0, const RuntimeMethod* method); // System.Void IMonoCtrllor::.ctor() extern "C" IL2CPP_METHOD_ATTR void IMonoCtrllor__ctor_m471545973 (IMonoCtrllor_t1427182583 * __this, const RuntimeMethod* method); // System.Void CDataModelList::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelList__ctor_m3914079479 (CDataModelList_t1133308508 * __this, const RuntimeMethod* method); // System.Void CDataModelBool::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelBool__ctor_m1721054774 (CDataModelBool_t2269476966 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.GiftPreviewManager::set_NeedRefreshGiftPackageUI(CDataModelBool) extern "C" IL2CPP_METHOD_ATTR void GiftPreviewManager_set_NeedRefreshGiftPackageUI_m3133334366 (GiftPreviewManager_t1802147059 * __this, CDataModelBool_t2269476966 * ___value0, const RuntimeMethod* method); // CDataModelBool DMCore.Logic.GiftPreviewManager::get_NeedRefreshGiftPackageUI() extern "C" IL2CPP_METHOD_ATTR CDataModelBool_t2269476966 * GiftPreviewManager_get_NeedRefreshGiftPackageUI_m1345131716 (GiftPreviewManager_t1802147059 * __this, const RuntimeMethod* method); // System.Void CDataModelBool::set_Data(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CDataModelBool_set_Data_m838892248 (CDataModelBool_t2269476966 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.GiftPreviewManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void GiftPreviewManager__ctor_m3945211011 (GiftPreviewManager_t1802147059 * __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 DMCore.Logic.PlayerInfoBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void PlayerInfoBase__ctor_m432492775 (PlayerInfoBase_t2589801315 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.IActivityDetail::set_ActivityType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_ActivityType_m4242591287 (IActivityDetail_t2848416189 * __this, int32_t ___value0, const RuntimeMethod* method); // DMCore.Logic.IActivityDetail DMCore.Logic.IActivityDetail::Create(System.Int32,System.Int32,System.String,System.Collections.Generic.List`1,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR IActivityDetail_t2848416189 * IActivityDetail_Create_m4169221339 (RuntimeObject * __this /* static, unused */, int32_t ___activity_id0, int32_t ___activityNew_id1, String_t* ___activityName2, List_1_t128053199 * ___timeStart3, List_1_t128053199 * ___timeEnd4, const RuntimeMethod* method); // System.Void DMCore.Logic.CWaitForMore::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWaitForMore__ctor_m4167069970 (CWaitForMore_t666167450 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityGiftExchange::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityGiftExchange__ctor_m2770931354 (CActivityGiftExchange_t3688160743 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityFstRechargeAward::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityFstRechargeAward__ctor_m2983280751 (CActivityFstRechargeAward_t3016216232 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityNewPlayerAward::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityNewPlayerAward__ctor_m3867351154 (CActivityNewPlayerAward_t1404183044 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityLoginAward::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityLoginAward__ctor_m740307563 (CActivityLoginAward_t3031667711 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityOnlineAward::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityOnlineAward__ctor_m4024512394 (CActivityOnlineAward_t2196803351 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityFirstWinAward::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityFirstWinAward__ctor_m3772542845 (CActivityFirstWinAward_t3247053799 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityDoubleAward::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityDoubleAward__ctor_m1647647205 (CActivityDoubleAward_t4125973165 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CCardActivity::.ctor() extern "C" IL2CPP_METHOD_ATTR void CCardActivity__ctor_m765114511 (CCardActivity_t3069918458 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CSignActivity::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSignActivity__ctor_m2168296810 (CSignActivity_t1266033543 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CLevelActivity::.ctor() extern "C" IL2CPP_METHOD_ATTR void CLevelActivity__ctor_m611377593 (CLevelActivity_t548503325 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CValentineDayActivity::.ctor() extern "C" IL2CPP_METHOD_ATTR void CValentineDayActivity__ctor_m821209751 (CValentineDayActivity_t113172419 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CNewYearEveActivity::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNewYearEveActivity__ctor_m2263384613 (CNewYearEveActivity_t2183115469 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CSignInOldActivity::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSignInOldActivity__ctor_m1630759366 (CSignInOldActivity_t331747599 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CSignInNewActivity::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSignInNewActivity__ctor_m1223530231 (CSignInNewActivity_t3409025969 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityDayRechargeAward::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityDayRechargeAward__ctor_m1165077898 (CActivityDayRechargeAward_t82265295 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityInGuild::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityInGuild__ctor_m192042381 (CActivityInGuild_t1757525966 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityComulRechargeAward::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityComulRechargeAward__ctor_m1664261834 (CActivityComulRechargeAward_t2785293014 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityItemExchange::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityItemExchange__ctor_m3994054421 (CActivityItemExchange_t3204638597 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityTreviDiscount::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityTreviDiscount__ctor_m1655793431 (CActivityTreviDiscount_t158506824 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivitySingleRechargeDiscount::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivitySingleRechargeDiscount__ctor_m4190498110 (CActivitySingleRechargeDiscount_t4174052191 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityAccumulateRechargeDiscount::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityAccumulateRechargeDiscount__ctor_m3874301834 (CActivityAccumulateRechargeDiscount_t2971967542 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityAccumulateUseSpeaker::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityAccumulateUseSpeaker__ctor_m2176038104 (CActivityAccumulateUseSpeaker_t4044246813 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityAccumulateGoldWish::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityAccumulateGoldWish__ctor_m651982844 (CActivityAccumulateGoldWish_t2430718643 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityAccumulateDiamondWish::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityAccumulateDiamondWish__ctor_m599070906 (CActivityAccumulateDiamondWish_t438278327 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityMember::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityMember__ctor_m2289789857 (CActivityMember_t197843331 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityBuyGiftPackage::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityBuyGiftPackage__ctor_m3423287025 (CActivityBuyGiftPackage_t3637356948 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityGrowthFund::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityGrowthFund__ctor_m1093735139 (CActivityGrowthFund_t4140851644 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityGroupBuyAward::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityGroupBuyAward__ctor_m2384902969 (CActivityGroupBuyAward_t3359834676 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityFortuneCat::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityFortuneCat__ctor_m533711256 (CActivityFortuneCat_t237126772 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityRechargeRebate::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityRechargeRebate__ctor_m1496593081 (CActivityRechargeRebate_t3881262342 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityKeepLogin::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityKeepLogin__ctor_m2045591932 (CActivityKeepLogin_t2171871959 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CNewPlayerShop::.ctor() extern "C" IL2CPP_METHOD_ATTR void CNewPlayerShop__ctor_m3455489808 (CNewPlayerShop_t3427367769 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CProExchange::.ctor() extern "C" IL2CPP_METHOD_ATTR void CProExchange__ctor_m2670261464 (CProExchange_t1749490918 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CSingleRecharge::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSingleRecharge__ctor_m496452805 (CSingleRecharge_t1836391149 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityRankList::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityRankList__ctor_m3142685127 (CActivityRankList_t2479161682 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityContinuousRecharge::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityContinuousRecharge__ctor_m778734273 (CActivityContinuousRecharge_t3949446369 * __this, const RuntimeMethod* method); // DMCore.Logic.CActivityConfig DMCore.Logic.CActivityConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CActivityConfig_t3711341450 * CActivityConfig_GetInstance_m222384876 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.enumActivityTempleteType DMCore.Logic.CActivityConfig::GetTempleteType(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CActivityConfig_GetTempleteType_m911838293 (CActivityConfig_t3711341450 * __this, int32_t ___activityID0, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityAwardSingleLevel::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityAwardSingleLevel__ctor_m1943656101 (CActivityAwardSingleLevel_t347963756 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityAwardTemplete::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityAwardTemplete__ctor_m4287015014 (CActivityAwardTemplete_t911309464 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityAwardTempleteWithMoney::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityAwardTempleteWithMoney__ctor_m1896429360 (CActivityAwardTempleteWithMoney_t3414704044 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityAdvertiseModel::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityAdvertiseModel__ctor_m4197233165 (CActivityAdvertiseModel_t1405265788 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.IActivityDetail::set_ActivityID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_ActivityID_m4100827884 (IActivityDetail_t2848416189 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.IActivityDetail::set_ActivityNewID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_ActivityNewID_m3343988860 (IActivityDetail_t2848416189 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.IActivityDetail::set_startTime(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_startTime_m3577708398 (IActivityDetail_t2848416189 * __this, List_1_t128053199 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.IActivityDetail::set_endTime(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_endTime_m1100276116 (IActivityDetail_t2848416189 * __this, List_1_t128053199 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.IActivityDetail::set_ActivityName(System.String) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_ActivityName_m936376104 (IActivityDetail_t2848416189 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.IActivityDetail::set_IsNewUpdate(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_IsNewUpdate_m176409430 (IActivityDetail_t2848416189 * __this, bool ___value0, const RuntimeMethod* method); // DMCore.Logic.enumAwardState DMCore.Logic.CAwardInfo`1::get_AwardState() #define CAwardInfo_1_get_AwardState_m1600705444(__this, method) (( int32_t (*) (CAwardInfo_1_t3416460893 *, const RuntimeMethod*))CAwardInfo_1_get_AwardState_m1600705444_gshared)(__this, 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) // T DMCore.Logic.CAwardInfo`1::get_Condition() #define CAwardInfo_1_get_Condition_m4201108481(__this, method) (( int32_t (*) (CAwardInfo_1_t3416460893 *, const RuntimeMethod*))CAwardInfo_1_get_Condition_m4201108481_gshared)(__this, method) // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor2(DMCore.Logic.SortKeyInfo`1,DMCore.Logic.SortKeyInfo`1) #define CSortTemplete_SortFunctor2_TisInt32_t2950945753_m1838322212(__this /* static, unused */, ___keyFirst0, ___keySecond1, method) (( int32_t (*) (RuntimeObject * /* static, unused */, SortKeyInfo_1_t3619707304 *, SortKeyInfo_1_t3619707304 *, const RuntimeMethod*))CSortTemplete_SortFunctor2_TisInt32_t2950945753_m1838322212_gshared)(__this /* static, unused */, ___keyFirst0, ___keySecond1, method) // DMCore.Logic.enumAwardState DMCore.Logic.CAwardInfo`1::get_AwardState() #define CAwardInfo_1_get_AwardState_m4085009958(__this, method) (( int32_t (*) (CAwardInfo_1_t1862781914 *, const RuntimeMethod*))CAwardInfo_1_get_AwardState_m4085009958_gshared)(__this, method) // System.Void DMCore.Logic.SortKeyInfo`1::.ctor(T,T,System.Boolean) #define SortKeyInfo_1__ctor_m3852685757(__this, p0, p1, p2, method) (( void (*) (SortKeyInfo_1_t2066028325 *, float, float, bool, const RuntimeMethod*))SortKeyInfo_1__ctor_m3852685757_gshared)(__this, p0, p1, p2, method) // T DMCore.Logic.CAwardInfo`1::get_Condition() #define CAwardInfo_1_get_Condition_m808477994(__this, method) (( float (*) (CAwardInfo_1_t1862781914 *, const RuntimeMethod*))CAwardInfo_1_get_Condition_m808477994_gshared)(__this, method) // System.Int32 DMCore.Logic.CSortTemplete::SortFunctor2(DMCore.Logic.SortKeyInfo`1,DMCore.Logic.SortKeyInfo`1) #define CSortTemplete_SortFunctor2_TisSingle_t1397266774_m3073952757(__this /* static, unused */, ___keyFirst0, ___keySecond1, method) (( int32_t (*) (RuntimeObject * /* static, unused */, SortKeyInfo_1_t2066028325 *, SortKeyInfo_1_t2066028325 *, const RuntimeMethod*))CSortTemplete_SortFunctor2_TisSingle_t1397266774_m3073952757_gshared)(__this /* static, unused */, ___keyFirst0, ___keySecond1, method) // System.Void DMCore.Logic.CAttachMentGoods::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAttachMentGoods__ctor_m2890469146 (CAttachMentGoods_t4204413466 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CAttachMentGold::.ctor() extern "C" IL2CPP_METHOD_ATTR void CAttachMentGold__ctor_m3008021835 (CAttachMentGold_t1776976439 * __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 System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1060150506(__this, method) (( void (*) (Dictionary_2_t2735467829 *, const RuntimeMethod*))Dictionary_2__ctor_m1746769275_gshared)(__this, method) // System.Void DMCore.Logic.IdleActionManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdleActionManager__ctor_m4229015629 (IdleActionManager_t2375494644 * __this, const RuntimeMethod* method); // DMCore.Logic.ShareManager DMCore.Logic.ShareManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR ShareManager_t1254576143 * ShareManager_GetInstance_m207955360 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.ShareManager::IsShareMode() extern "C" IL2CPP_METHOD_ATTR bool ShareManager_IsShareMode_m1461773954 (ShareManager_t1254576143 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.IdleActionManager::get_IsRandomAinEnable() extern "C" IL2CPP_METHOD_ATTR bool IdleActionManager_get_IsRandomAinEnable_m45695532 (IdleActionManager_t2375494644 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CSceneService DMCore.IHelp::GetSceneManager() extern "C" IL2CPP_METHOD_ATTR CSceneService_t551449725 * IHelp_GetSceneManager_m309394095 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // 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.Framework.Scene.CProperty DMCore.Framework.Scene.ISceneBaseObj::GetNetProperty() extern "C" IL2CPP_METHOD_ATTR CProperty_t963755051 * ISceneBaseObj_GetNetProperty_m1709069404 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CProperty::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CProperty_GetInt_m2680341236 (CProperty_t963755051 * __this, String_t* ___propname0, int32_t ___nDefault1, const RuntimeMethod* method); // DMCore.Logic.clothingScoreManager DMCore.Logic.clothingScoreManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR clothingScoreManager_t2332349169 * clothingScoreManager_GetInstance_m3636347577 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.clothingScoreManager::get_IsInClothingScore() extern "C" IL2CPP_METHOD_ATTR bool clothingScoreManager_get_IsInClothingScore_m3480906168 (clothingScoreManager_t2332349169 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m1794472936(__this, p0, method) (( bool (*) (Dictionary_2_t2735467829 *, int64_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m1218653627_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m591299754(__this, p0, method) (( bool (*) (Dictionary_2_t2735467829 *, int64_t, const RuntimeMethod*))Dictionary_2_Remove_m1107143448_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2064903583(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2735467829 *, int64_t, CRoleIdleData_t1672828045 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3741534516_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.IdleActionManager/CRoleIdleData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleIdleData__ctor_m2871188381 (CRoleIdleData_t1672828045 * __this, const RuntimeMethod* method); // System.Single DMCore.Logic.IdleActionManager::GetNextTime(System.Int64) extern "C" IL2CPP_METHOD_ATTR float IdleActionManager_GetNextTime_m1917245924 (IdleActionManager_t2375494644 * __this, int64_t ___userId0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m690252675(__this, p0, p1, method) (( void (*) (Dictionary_2_t2735467829 *, int64_t, CRoleIdleData_t1672828045 *, const RuntimeMethod*))Dictionary_2_Add_m938263239_gshared)(__this, p0, p1, method) // DMCore.Framework.Scene.enumRoleState DMCore.Framework.Scene.ISceneBaseObj::GetRoleState() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneBaseObj_GetRoleState_m635995718 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_deltaTime_m372706562 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.IdleActionManager DMCore.Logic.IdleActionManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR IdleActionManager_t2375494644 * IdleActionManager_GetInstance_m1506258501 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.IdleActionManager::PlayRolesRandomIdleAction(DMCore.Framework.Scene.ISceneBaseObj) extern "C" IL2CPP_METHOD_ATTR bool IdleActionManager_PlayRolesRandomIdleAction_m646549414 (IdleActionManager_t2375494644 * __this, ISceneBaseObj_t858622483 * ___destRole0, 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) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m4198844318(__this, method) (( void (*) (Dictionary_2_t2735467829 *, const RuntimeMethod*))Dictionary_2_Clear_m2051403347_gshared)(__this, method) // UnityEngine.AnimationClip DMCore.CAnimManager::GetAnimClip(System.String) extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * CAnimManager_GetAnimClip_m1783282542 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::StopAnim() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_StopAnim_m821603361 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneRole::GetIsPlayingEnterRoomAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_GetIsPlayingEnterRoomAnim_m2063552211 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::SetIdleAnim(System.String) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_SetIdleAnim_m1936918694 (ISceneBaseObj_t858622483 * __this, String_t* ___animName0, const RuntimeMethod* method); // System.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) // DMCore.CEventManager DMCore.IHelp::GetEventManager() extern "C" IL2CPP_METHOD_ATTR CEventManager_t474365641 * IHelp_GetEventManager_m2071002582 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.AnimationClip::get_length() extern "C" IL2CPP_METHOD_ATTR float AnimationClip_get_length_m3296085482 (AnimationClip_t2318505987 * __this, const RuntimeMethod* method); // System.Void DMCore.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::PushOnce(System.Single,DMCore.OnEventCall,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CEventManager_PushOnce_m2143949090 (CEventManager_t474365641 * __this, float ___fTimeDelay0, OnEventCall_t3758354630 * ___ptr1, int32_t ___userData2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2358343581(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2625280635 *, int32_t, int64_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m2358343581_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Scene.ISceneBaseObj::StopSpecifiesTypeEffect(DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_StopSpecifiesTypeEffect_m2561336552 (ISceneBaseObj_t858622483 * __this, int32_t ___type0, const RuntimeMethod* method); // DMCore.Framework.Scene.CMainRole DMCore.IHelp::GetMainRole() extern "C" IL2CPP_METHOD_ATTR CMainRole_t4200562839 * IHelp_GetMainRole_m2281323414 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.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); // DMCore.Logic.RoleActionConfig DMCore.Logic.RoleActionConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR RoleActionConfig_t1403548228 * RoleActionConfig_GetInstance_m1562956930 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single DMCore.Logic.RoleActionConfig::GetChangeTime() extern "C" IL2CPP_METHOD_ATTR float RoleActionConfig_GetChangeTime_m3312934990 (RoleActionConfig_t1403548228 * __this, 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.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1914676108(__this, method) (( void (*) (List_1_t3149535657 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.IdolAwardUnit/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CAddAwardU3Ec__AnonStorey0__ctor_m535447637 (U3CAddAwardU3Ec__AnonStorey0_t649206353 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m178013857(__this, p0, p1, method) (( void (*) (Predicate_1_t2502755039 *, 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_m995118229(__this, p0, method) (( CAwardItem_t1677460915 * (*) (List_1_t3149535657 *, Predicate_1_t2502755039 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, 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_m1312316922(__this, p0, method) (( void (*) (List_1_t3149535657 *, CAwardItem_t1677460915 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m4066367249(__this, method) (( int32_t (*) (List_1_t3149535657 *, 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_m1292331707(__this, p0, method) (( CAwardItem_t1677460915 * (*) (List_1_t3149535657 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, 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.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.CAwardItem::get_Valid() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardItem_get_Valid_m2657630422 (CAwardItem_t1677460915 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3937875529(__this, method) (( int32_t (*) (List_1_t395442325 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2740049394(__this, method) (( void (*) (List_1_t900854338 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3731704339(__this, method) (( void (*) (List_1_t900854338 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4192695759(__this, method) (( void (*) (Dictionary_2_t777561387 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3750915828(__this, p0, method) (( bool (*) (Dictionary_2_t777561387 *, 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_m3876238097(__this, p0, method) (( IdolTaskUnit_t1888848056 * (*) (Dictionary_2_t777561387 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void DMCore.Logic.IdolTaskUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolTaskUnit__ctor_m3767892923 (IdolTaskUnit_t1888848056 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m2316298930(__this, p0, p1, method) (( void (*) (Dictionary_2_t777561387 *, int32_t, IdolTaskUnit_t1888848056 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // DMCore.Logic.CRoomMananger DMCore.Logic.CRoomMananger::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoomMananger_t1058696229 * CRoomMananger_GetInstance_m3659614095 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CRoomMananger::ClearCurModeList() extern "C" IL2CPP_METHOD_ATTR void CRoomMananger_ClearCurModeList_m3395593010 (CRoomMananger_t1058696229 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Logic.CRoomMananger::GetALlMode() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * CRoomMananger_GetALlMode_m1806875612 (CRoomMananger_t1058696229 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CRoomMananger::SetCurModeList(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoomMananger_SetCurModeList_m2867269945 (CRoomMananger_t1058696229 * __this, int32_t ___modeId0, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CDanceModeManager::MakeDanceMode(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDanceModeManager_MakeDanceMode_m17578433 (RuntimeObject * __this /* static, unused */, int32_t ___keyMode0, int32_t ___playMode1, const RuntimeMethod* method); // System.Void DMCore.Logic.CRoomMananger::set_CurRoomType(DMCore.Logic.CRoomMananger/RoomType) extern "C" IL2CPP_METHOD_ATTR void CRoomMananger_set_CurRoomType_m3518981580 (CRoomMananger_t1058696229 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CRoomMananger::QuickJoin() extern "C" IL2CPP_METHOD_ATTR void CRoomMananger_QuickJoin_m3023352318 (CRoomMananger_t1058696229 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.ItemClickCallBack::Invoke(DMCore.CDataArray,DMCore.Logic.OnItemClickBefore,DMCore.Logic.OnItemClickEnd) extern "C" IL2CPP_METHOD_ATTR void ItemClickCallBack_Invoke_m1408692239 (ItemClickCallBack_t457583679 * __this, CDataArray_t4068198041 * ___data0, OnItemClickBefore_t888674743 * ___cbBefore1, OnItemClickEnd_t3682481633 * ___cbEnd2, const RuntimeMethod* method); // System.Int64 DMCore.Logic.CKDDeviceService::GetFitfunID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t CKDDeviceService_GetFitfunID_m3767961297 (RuntimeObject * __this /* static, unused */, int32_t ___kdID0, const RuntimeMethod* method); // 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 DMCore.Logic.LevelConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void LevelConfig__ctor_m4231403815 (LevelConfig_t3691592466 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m722743141(__this, method) (( Enumerator_t3793841859 (*) (Dictionary_2_t1839659084 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m722743141_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m46612669(__this, method) (( KeyValuePair_2_t4237331251 (*) (Enumerator_t3793841859 *, const RuntimeMethod*))Enumerator_get_Current_m46612669_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m2295844663(__this, method) (( int32_t (*) (KeyValuePair_2_t4237331251 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m2295844663_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m1665413869(__this, method) (( int32_t (*) (KeyValuePair_2_t4237331251 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m1665413869_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m3739686686(__this, method) (( bool (*) (Enumerator_t3793841859 *, const RuntimeMethod*))Enumerator_MoveNext_m3739686686_gshared)(__this, 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::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.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m191279975(__this, method) (( void (*) (Dictionary_2_t1198903465 *, const RuntimeMethod*))Dictionary_2__ctor_m2435722584_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3237628819(__this, p0, method) (( bool (*) (Dictionary_2_t1198903465 *, uint8_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m2849304583_gshared)(__this, p0, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2706144680(__this, p0, method) (( LevelUpAwardList_t2065957067 * (*) (Dictionary_2_t1198903465 *, uint8_t, const RuntimeMethod*))Dictionary_2_get_Item_m3777429894_gshared)(__this, p0, method) // System.Void DMCore.Logic.LevelUpAwardList::.ctor() extern "C" IL2CPP_METHOD_ATTR void LevelUpAwardList__ctor_m2010692992 (LevelUpAwardList_t2065957067 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m822667241(__this, p0, p1, method) (( void (*) (Dictionary_2_t1198903465 *, uint8_t, LevelUpAwardList_t2065957067 *, const RuntimeMethod*))Dictionary_2_set_Item_m2884945281_gshared)(__this, p0, p1, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m1376521294(__this, method) (( Enumerator_t3153086240 (*) (Dictionary_2_t1198903465 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m4141745445_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m395962987(__this, method) (( KeyValuePair_2_t3596575632 (*) (Enumerator_t3153086240 *, const RuntimeMethod*))Enumerator_get_Current_m590576300_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m1748463018(__this, method) (( LevelUpAwardList_t2065957067 * (*) (KeyValuePair_2_t3596575632 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m1337333630_gshared)(__this, method) // System.Void DMCore.Logic.LevelUpAwardList::Clear() extern "C" IL2CPP_METHOD_ATTR void LevelUpAwardList_Clear_m2230822749 (LevelUpAwardList_t2065957067 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m3703307997(__this, method) (( bool (*) (Enumerator_t3153086240 *, const RuntimeMethod*))Enumerator_MoveNext_m2362065643_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m2822410775(__this, method) (( void (*) (Dictionary_2_t1198903465 *, const RuntimeMethod*))Dictionary_2_Clear_m1651686297_gshared)(__this, method) // System.Void DMCore.Logic.LevelUpAwardList/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CAddU3Ec__AnonStorey0__ctor_m2166102062 (U3CAddU3Ec__AnonStorey0_t1076161066 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.logicActivityPic::.ctor() extern "C" IL2CPP_METHOD_ATTR void logicActivityPic__ctor_m1940561578 (logicActivityPic_t3113258227 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m3899348379(__this, p0, method) (( CActivityPicData_t4037644981 * (*) (BetterList_1_t3192665299 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // System.Void DMCore.Logic.logicActivityPic/CActivityPicData::Destroy() extern "C" IL2CPP_METHOD_ATTR void CActivityPicData_Destroy_m3436643778 (CActivityPicData_t4037644981 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Release() #define BetterList_1_Release_m4218759849(__this, method) (( void (*) (BetterList_1_t3192665299 *, const RuntimeMethod*))BetterList_1_Release_m483119393_gshared)(__this, method) // System.Int32 DMCore.Logic.logicActivityPic::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t logicActivityPic_GetCount_m3640953955 (logicActivityPic_t3113258227 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.logicActivityPic/CActivityPicData::ClearTexture() extern "C" IL2CPP_METHOD_ATTR void CActivityPicData_ClearTexture_m1271607218 (CActivityPicData_t4037644981 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.logicActivityPic::DestroyAll() extern "C" IL2CPP_METHOD_ATTR void logicActivityPic_DestroyAll_m1582276722 (logicActivityPic_t3113258227 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m3534779500(__this, method) (( void (*) (BetterList_1_t3192665299 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // DMCore.Net.CNetServerConfig DMCore.Net.CNetServerConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CNetServerConfig_t202072970 * CNetServerConfig_GetInstance_m1865421617 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Net.CNetServerConfig::IsValidProxy() extern "C" IL2CPP_METHOD_ATTR bool CNetServerConfig_IsValidProxy_m4030729817 (CNetServerConfig_t202072970 * __this, const RuntimeMethod* method); // System.String DMCore.Net.CNetServerConfig::GetConfigString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CNetServerConfig_GetConfigString_m1508055105 (CNetServerConfig_t202072970 * __this, String_t* ___key0, String_t* ___defaultVal1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m2676535141 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_Combine_m3389272516 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void DMCore.Logic.logicActivityPic/CActivityPicRealURLMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityPicRealURLMsg__ctor_m3052081389 (CActivityPicRealURLMsg_t473978612 * __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 BetterList`1::Add(T) #define BetterList_1_Add_m1410301284(__this, p0, method) (( void (*) (BetterList_1_t3192665299 *, CActivityPicData_t4037644981 *, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // UnityEngine.Texture2D DMCore.Logic.logicActivityPic/CActivityPicData::get_texture2d() extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CActivityPicData_get_texture2d_m1755156155 (CActivityPicData_t4037644981 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Texture2D__ctor_m2862217990 (Texture2D_t3840446185 * __this, int32_t p0, int32_t p1, int32_t p2, bool p3, const RuntimeMethod* method); // System.Boolean UnityEngine.ImageConversion::LoadImage(UnityEngine.Texture2D,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool ImageConversion_LoadImage_m2182108104 (RuntimeObject * __this /* static, unused */, Texture2D_t3840446185 * p0, ByteU5BU5D_t4116647657* p1, const RuntimeMethod* method); // System.Void DMCore.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.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_WriteFile_m799854996 (RuntimeObject * __this /* static, unused */, String_t* ___path0, ByteU5BU5D_t4116647657* ___fileBytes1, int32_t ___offset2, int32_t ___length3, bool ___bCreateNew4, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m1988217701 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeArray * p1, int32_t p2, const RuntimeMethod* method); // System.Void DMCore.Logic.logicActivityPic/CActivityPicData::SetTextureBytes(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void CActivityPicData_SetTextureBytes_m1018423642 (CActivityPicData_t4037644981 * __this, ByteU5BU5D_t4116647657* ___bytes0, const RuntimeMethod* method); // DMCore.Logic.logicActivityPic DMCore.Logic.logicActivityPic::GetInstance() extern "C" IL2CPP_METHOD_ATTR logicActivityPic_t3113258227 * logicActivityPic_GetInstance_m2809592046 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.logicActivityPic::PushImage(DMCore.Logic.logicActivityPic/CActivityPicData) extern "C" IL2CPP_METHOD_ATTR void logicActivityPic_PushImage_m1658322599 (logicActivityPic_t3113258227 * __this, CActivityPicData_t4037644981 * ___texPtr0, 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.Byte[] DMCore.Framework.IO.CReadVar::ReadFile(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CReadVar_ReadFile_m2302192807 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m4012214409(__this, method) (( void (*) (List_1_t1214752427 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // LitJson.JsonData LitJson.JsonMapper::ToObject(System.String) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonMapper_ToObject_m537038487 (RuntimeObject * __this /* static, unused */, String_t* ___json0, const RuntimeMethod* method); // System.Boolean LitJson.JsonData::get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool JsonData_get_IsArray_m341185705 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.String LitJson.JsonData::ToJson() extern "C" IL2CPP_METHOD_ATTR String_t* JsonData_ToJson_m692076605 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // LitJson.JsonData LitJson.JsonData::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_get_Item_m594638490 (JsonData_t1524858407 * __this, int32_t ___index0, const RuntimeMethod* method); // LitJson.JsonData LitJson.JsonData::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR JsonData_t1524858407 * JsonData_get_Item_m147413252 (JsonData_t1524858407 * __this, String_t* ___prop_name0, const RuntimeMethod* method); // System.Void DMCore.Logic.logicActivityPic/CActivityPicData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityPicData__ctor_m3829392586 (CActivityPicData_t4037644981 * __this, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m1033611559 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m671947551(__this, p0, method) (( void (*) (List_1_t1214752427 *, CActivityPicData_t4037644981 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 LitJson.JsonData::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t JsonData_get_Count_m487704605 (JsonData_t1524858407 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m1524948975 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m4204182260(__this, method) (( int32_t (*) (List_1_t1214752427 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Boolean DMCore.Framework.IO.CWriteVar::CreateDirectory(System.String) extern "C" IL2CPP_METHOD_ATTR bool CWriteVar_CreateDirectory_m944121244 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.String DMCore.Framework.IO.CIOVar::GetUserRootPath() extern "C" IL2CPP_METHOD_ATTR String_t* CIOVar_GetUserRootPath_m2302064020 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String[] System.IO.Directory::GetFiles(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetFiles_m932257245 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar p0, Il2CppChar p1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m3451222878 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3173594115(__this, p0, method) (( CActivityPicData_t4037644981 * (*) (List_1_t1214752427 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.IO.File::Delete(System.String) extern "C" IL2CPP_METHOD_ATTR void File_Delete_m321251800 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.IO.CIOVar::IsFileExist(System.String) extern "C" IL2CPP_METHOD_ATTR bool CIOVar_IsFileExist_m4190802418 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void DMCore.Logic.logicActivityPic/CActivityPicLocalLoadImageMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityPicLocalLoadImageMsg__ctor_m536109174 (CActivityPicLocalLoadImageMsg_t3362388355 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.logicActivityPic/CActivityPicDownImageMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityPicDownImageMsg__ctor_m1602100724 (CActivityPicDownImageMsg_t2092007834 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4055730890(__this, method) (( void (*) (Dictionary_2_t1306535103 *, const RuntimeMethod*))Dictionary_2__ctor_m1746769275_gshared)(__this, method) // System.Void DMCore.Logic.logicCardManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void logicCardManager__ctor_m2335043406 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3129019902(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1306535103 *, int64_t, CUserCardParams_t243895319 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3741534516_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CUserCardParams::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUserCardParams__ctor_m3668201255 (CUserCardParams_t243895319 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m1623825249(__this, p0, p1, method) (( void (*) (Dictionary_2_t1306535103 *, int64_t, CUserCardParams_t243895319 *, const RuntimeMethod*))Dictionary_2_set_Item_m2107733682_gshared)(__this, p0, p1, method) // DMCore.Logic.logicCardManager DMCore.Logic.logicCardManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR logicCardManager_t2956095708 * logicCardManager_GetInstance_m10903635 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.logicCardManager::set_IsNeedRepainMenu(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_set_IsNeedRepainMenu_m1106493720 (logicCardManager_t2956095708 * __this, bool ___value0, const RuntimeMethod* method); // DMCore.Logic.CMenuManager DMCore.Logic.CMenuManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMenuManager_t3869721565 * CMenuManager_GetInstance_m3933304740 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int64 DMCore.Logic.CMenuManager::get_userID() extern "C" IL2CPP_METHOD_ATTR int64_t CMenuManager_get_userID_m1025368932 (CMenuManager_t3869721565 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.logicCardManager::RequestCardInfo(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_RequestCardInfo_m2467832471 (logicCardManager_t2956095708 * __this, int64_t ___targetUserID0, bool ___needRoomInfo1, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m3799896857 (CDataArray_t4068198041 * __this, int64_t ___val0, const RuntimeMethod* method); // System.Void DMCore.Logic.logicCardManager::RequestCardRoomInfo(System.Int64) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_RequestCardRoomInfo_m794906040 (logicCardManager_t2956095708 * __this, int64_t ___targetUserID0, 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); // 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); // DMCore.Logic.CMiscConfig DMCore.Logic.CMiscConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMiscConfig_t1694835947 * CMiscConfig_GetInstance_m3718435439 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CMiscConfig::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscConfig_GetInt_m1183615064 (CMiscConfig_t1694835947 * __this, String_t* ___id0, int32_t ___defaultValue1, const RuntimeMethod* method); // System.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); // 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.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.CDataArray::Push(System.String) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1799687930 (CDataArray_t4068198041 * __this, String_t* ___val0, const RuntimeMethod* 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); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::ShowMessageHint(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_ShowMessageHint_m1547364369 (RuntimeObject * __this /* static, unused */, String_t* ___hintTextID0, bool ___bShowAtOnce1, const RuntimeMethod* method); // System.Void UnityEngine.Component::SendMessage(System.String,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void Component_SendMessage_m1441147224 (Component_t1923634451 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void DMCore.Logic.logicLoginBroadCast/CBroadCastRealURLMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBroadCastRealURLMsg__ctor_m1304232840 (CBroadCastRealURLMsg_t3667388934 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.logicLoginBroadCast::.ctor() extern "C" IL2CPP_METHOD_ATTR void logicLoginBroadCast__ctor_m3581284892 (logicLoginBroadCast_t172751115 * __this, const RuntimeMethod* method); // DMCore.Logic.logicLoginBroadCast DMCore.Logic.logicLoginBroadCast::GetInstance() extern "C" IL2CPP_METHOD_ATTR logicLoginBroadCast_t172751115 * logicLoginBroadCast_GetInstance_m1589026507 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.IO.CIOVar::RemoveDirectory(System.String) extern "C" IL2CPP_METHOD_ATTR void CIOVar_RemoveDirectory_m3632793983 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void DMCore.Logic.logicLoginBroadCast/CBroadCastTextMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBroadCastTextMsg__ctor_m1006798977 (CBroadCastTextMsg_t2743237920 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.logicServerList::set_IsCheckListDone(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void logicServerList_set_IsCheckListDone_m1967171661 (logicServerList_t796012166 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.logicServerList::.ctor() extern "C" IL2CPP_METHOD_ATTR void logicServerList__ctor_m786783391 (logicServerList_t796012166 * __this, const RuntimeMethod* method); // DMCore.Logic.logicServerList DMCore.Logic.logicServerList::GetInstance() extern "C" IL2CPP_METHOD_ATTR logicServerList_t796012166 * logicServerList_GetInstance_m3904653172 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.logicServerList/CBroadcastServerStateMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBroadcastServerStateMsg__ctor_m3170940712 (CBroadcastServerStateMsg_t956703417 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.logicServerList/CLogicServerListDownload::.ctor() extern "C" IL2CPP_METHOD_ATTR void CLogicServerListDownload__ctor_m1591263555 (CLogicServerListDownload_t4239573039 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Now_m1277138875 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m3718521780 (DateTime_t3738529785 * __this, String_t* p0, const RuntimeMethod* method); // DMCore.Logic.CServerChoice DMCore.Logic.CServerChoice::GetInstance() extern "C" IL2CPP_METHOD_ATTR CServerChoice_t1594647161 * CServerChoice_GetInstance_m3223935865 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CServerChoice::DeserialServerStateInfo(System.String[]) extern "C" IL2CPP_METHOD_ATTR void CServerChoice_DeserialServerStateInfo_m1786344827 (CServerChoice_t1594647161 * __this, StringU5BU5D_t1281789340* ___packedServerState0, const RuntimeMethod* method); // System.Void DMCore.Logic.CServerChoice::DeserialServerListInfo(System.String[]) extern "C" IL2CPP_METHOD_ATTR void CServerChoice_DeserialServerListInfo_m1596086115 (CServerChoice_t1594647161 * __this, StringU5BU5D_t1281789340* ___packedServerList0, const RuntimeMethod* method); // System.Void DMCore.Logic.logicServerList::RefreshServerState() extern "C" IL2CPP_METHOD_ATTR void logicServerList_RefreshServerState_m159355337 (logicServerList_t796012166 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3302800229(__this, method) (( void (*) (Dictionary_2_t1632706988 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1206406776(__this, method) (( void (*) (Dictionary_2_t4083476977 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1258589800(__this, method) (( void (*) (List_1_t723336618 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // DMCore.Framework.Resource.CResourceAdapter DMCore.Framework.Resource.CResourceAdapter::GetInstance() extern "C" IL2CPP_METHOD_ATTR CResourceAdapter_t3687212940 * CResourceAdapter_GetInstance_m3328036836 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.CResourceAdapter::IfUsePkgSystem() extern "C" IL2CPP_METHOD_ATTR bool CResourceAdapter_IfUsePkgSystem_m1147199107 (CResourceAdapter_t3687212940 * __this, const RuntimeMethod* method); // DMCore.Framework.Resource.IResourceManager DMCore.Framework.Resource.IResourceManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IResourceManager_GetInstance_m641731805 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResourceManager::PushProtecedRes(System.String) extern "C" IL2CPP_METHOD_ATTR void IResourceManager_PushProtecedRes_m1596221893 (IResourceManager_t3165642952 * __this, String_t* ___resName0, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopConfig__ctor_m4182274176 (MagicWorkShopConfig_t833590401 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWSMatUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void MagicWSMatUnit__ctor_m3816132532 (MagicWSMatUnit_t2365652776 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1171833047(__this, method) (( void (*) (List_1_t2386749172 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.MagicWSMaterialItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void MagicWSMaterialItem__ctor_m1304866130 (MagicWSMaterialItem_t914674430 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2522228238(__this, p0, method) (( void (*) (List_1_t2386749172 *, MagicWSMaterialItem_t914674430 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // DMCore.Logic.MagicWorkShopMainManager DMCore.Logic.MagicWorkShopMainManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR MagicWorkShopMainManager_t420038521 * MagicWorkShopMainManager_GetInstance_m2608188513 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopMainManager::SetMaterialCfg(System.Int32,DMCore.Logic.MagicWSMatUnit) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_SetMaterialCfg_m1688744282 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___barId0, MagicWSMatUnit_t2365652776 * ___dataUnit1, const RuntimeMethod* method); // CDataModelMap DMCore.Logic.MagicWorkShopMainManager::GetMaterialCfg() extern "C" IL2CPP_METHOD_ATTR CDataModelMap_t1093164792 * MagicWorkShopMainManager_GetMaterialCfg_m910618217 (MagicWorkShopMainManager_t420038521 * __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.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1385971864(__this, method) (( int32_t (*) (List_1_t2386749172 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* 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.String System.Int32::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m372259452 (int32_t* __this, String_t* p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3605926023(__this, p0, method) (( HandBookCloth_t3546229172 * (*) (List_1_t723336618 *, 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_m3997944747(__this, method) (( int32_t (*) (List_1_t723336618 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3337302320(__this, p0, method) (( bool (*) (Dictionary_2_t4083476977 *, 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_m5501401(__this, p0, method) (( JewelData_t899796350 * (*) (Dictionary_2_t4083476977 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3693511000(__this, method) (( void (*) (List_1_t2371871092 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m3717782355(__this, method) (( Enumerator_t1742692456 (*) (Dictionary_2_t4083476977 *, 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_m2426020846(__this, method) (( KeyValuePair_2_t2186181848 (*) (Enumerator_t1742692456 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m994461664(__this, method) (( JewelData_t899796350 * (*) (KeyValuePair_2_t2186181848 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m3029579904(__this, p0, method) (( void (*) (List_1_t2371871092 *, JewelData_t899796350 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m326800195(__this, method) (( bool (*) (Enumerator_t1742692456 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2548605071(__this, method) (( int32_t (*) (List_1_t2371871092 *, 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_m3714637583(__this, p0, method) (( JewelData_t899796350 * (*) (List_1_t2371871092 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m2263725670(__this, p0, method) (( bool (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_Contains_m2263725670_gshared)(__this, p0, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m1883005577(__this, method) (( Enumerator_t3586889763 (*) (Dictionary_2_t1632706988 *, 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_m4125185638(__this, method) (( KeyValuePair_2_t4030379155 (*) (Enumerator_t3586889763 *, const RuntimeMethod*))Enumerator_get_Current_m2655181939_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m3938572407(__this, method) (( String_t* (*) (KeyValuePair_2_t4030379155 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, method) // System.Boolean System.Int32::TryParse(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Int32_TryParse_m2404707562 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t* p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m897800495(__this, method) (( bool (*) (Enumerator_t3586889763 *, const RuntimeMethod*))Enumerator_MoveNext_m1107569389_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3119285572(__this, method) (( void (*) (Dictionary_2_t4083476977 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, 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.List`1::Clear() #define List_1_Clear_m3375164841(__this, method) (( void (*) (List_1_t723336618 *, 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) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2799738156(__this, p0, p1, method) (( void (*) (Dictionary_2_t1632706988 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.JewelData::.ctor() extern "C" IL2CPP_METHOD_ATTR void JewelData__ctor_m1813136896 (JewelData_t899796350 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m3635180897(__this, p0, p1, method) (( void (*) (Dictionary_2_t4083476977 *, int32_t, JewelData_t899796350 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.HandBookCloth::.ctor() extern "C" IL2CPP_METHOD_ATTR void HandBookCloth__ctor_m2335284924 (HandBookCloth_t3546229172 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m338945420(__this, p0, method) (( void (*) (List_1_t723336618 *, HandBookCloth_t3546229172 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void DMCore.Logic.MagicWorkShopMainManager::set_GetCurrentServerID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_GetCurrentServerID_m3059296369 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopMainManager::set_GetCurrentSavedServerID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_GetCurrentSavedServerID_m1436714964 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopMainManager::set_GetCurrentHammerID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_GetCurrentHammerID_m2898399725 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopMainManager::set_GetCurrentHammerName(System.String) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_GetCurrentHammerName_m61663107 (MagicWorkShopMainManager_t420038521 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopMainManager::set_CurrentSavedClothServerID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_CurrentSavedClothServerID_m3830650191 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopMainManager::set_CurrentSavedJewelServerID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_CurrentSavedJewelServerID_m4006590553 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopMainManager::set_isChooseCloth(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_isChooseCloth_m639338712 (MagicWorkShopMainManager_t420038521 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopMainManager::set_RequestRemoveJewel(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_RequestRemoveJewel_m2584219509 (MagicWorkShopMainManager_t420038521 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopMainManager::set_CurrenChooseClothType(DMCore.Logic.ChooseClothType) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_CurrenChooseClothType_m2845645448 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void CDataModelMap::.ctor() extern "C" IL2CPP_METHOD_ATTR void CDataModelMap__ctor_m2240469843 (CDataModelMap_t1093164792 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopMainManager::set_bNeedGetMaterialCfg(CDataModelBool) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_bNeedGetMaterialCfg_m2925578463 (MagicWorkShopMainManager_t420038521 * __this, CDataModelBool_t2269476966 * ___value0, const RuntimeMethod* method); // CDataModelBool DMCore.Logic.MagicWorkShopMainManager::get_bNeedGetMaterialCfg() extern "C" IL2CPP_METHOD_ATTR CDataModelBool_t2269476966 * MagicWorkShopMainManager_get_bNeedGetMaterialCfg_m4216916133 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopMainManager::set_IsAlreadyMaxLevel(CDataModelBool) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_IsAlreadyMaxLevel_m559460057 (MagicWorkShopMainManager_t420038521 * __this, CDataModelBool_t2269476966 * ___value0, const RuntimeMethod* method); // CDataModelBool DMCore.Logic.MagicWorkShopMainManager::get_IsAlreadyMaxLevel() extern "C" IL2CPP_METHOD_ATTR CDataModelBool_t2269476966 * MagicWorkShopMainManager_get_IsAlreadyMaxLevel_m1774743555 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopMainManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager__ctor_m2050365605 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CItemBase::get_validation() extern "C" IL2CPP_METHOD_ATTR int32_t CItemBase_get_validation_m2007646470 (CItemBase_t2436786639 * __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.Boolean DMCore.Logic.CShopConfig::CanEmbed_Gem(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CShopConfig_CanEmbed_Gem_m3172339875 (CShopConfig_t202154353 * __this, int32_t ___configId0, const RuntimeMethod* method); // DMCore.Logic.CItemManager DMCore.Logic.CItemManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CItemManager_t2289463753 * CItemManager_GetInstance_m3712629561 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CItemManager::GetPartIDByClothConfigID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CItemManager_GetPartIDByClothConfigID_m1900109964 (CItemManager_t2289463753 * __this, int32_t ___configID0, const RuntimeMethod* 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); // DMCore.Logic.MagicWorkShopConfig DMCore.Logic.MagicWorkShopConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR MagicWorkShopConfig_t833590401 * MagicWorkShopConfig_GetInstance_m2722586947 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.MagicWorkShopConfig::IsJewel(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool MagicWorkShopConfig_IsJewel_m1607171170 (MagicWorkShopConfig_t833590401 * __this, int32_t ___configId0, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.ISceneBaseObj::GetTransform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneBaseObj_GetTransform_m3818769012 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // DMCore.Logic.CItemData DMCore.Logic.CItemManager::GetItemByServerId(System.Int32) extern "C" IL2CPP_METHOD_ATTR CItemData_t3599323914 * CItemManager_GetItemByServerId_m2986832663 (CItemManager_t2289463753 * __this, int32_t ___serverId0, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager DMCore.Framework.Scene.CRoleModelItem_SuitConfigManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_SuitConfigManager_t3017667155 * CRoleModelItem_SuitConfigManager_GetInstance_m3634792590 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 CDataModelInt::get_Data() extern "C" IL2CPP_METHOD_ATTR int32_t CDataModelInt_get_Data_m274101408 (CDataModelInt_t3463393640 * __this, 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.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3016812533(__this, method) (( void (*) (List_1_t2105510702 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Int32 DMCore.Framework.Scene.CRoleModelItem_SuitConfig::GetItemID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_SuitConfig_GetItemID_m2687720188 (CRoleModelItem_SuitConfig_t3912215432 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModelItem_JwelData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_JwelData__ctor_m361622602 (CRoleModelItem_JwelData_t633435960 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1647007137(__this, p0, method) (( void (*) (List_1_t2105510702 *, CRoleModelItem_JwelData_t633435960 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // DMCore.Framework.Scene.CRoleModel_Effect DMCore.Framework.Scene.ISceneRole::GetRoleEffect() extern "C" IL2CPP_METHOD_ATTR CRoleModel_Effect_t71978069 * ISceneRole_GetRoleEffect_m1499277148 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CRoleModel_Effect::FlushJwel(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_FlushJwel_m1906810467 (CRoleModel_Effect_t71978069 * __this, List_1_t2105510702 * ___listJwel0, 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.Void DMCore.Framework.Scene.CRoleModel_Effect::ChangeSingleEffect(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CRoleModel_Effect_ChangeSingleEffect_m1865810908 (CRoleModel_Effect_t71978069 * __this, int32_t ___jewelId0, int32_t ___catogroy1, const RuntimeMethod* method); // DMCore.Logic.CPetManager DMCore.Logic.CPetManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetManager_t2941415134 * CPetManager_GetInstance_m156291089 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::SetCurrentFollowPetVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetManager_SetCurrentFollowPetVisible_m2484997783 (CPetManager_t2941415134 * __this, bool ___bShow0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::ResumeAnim() extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_ResumeAnim_m709162895 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::ResumeSubModels() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_ResumeSubModels_m1744956637 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_GetChild_m1092972975 (Transform_t3600365921 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 UnityEngine.Transform::get_childCount() extern "C" IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_m3145433196 (Transform_t3600365921 * __this, const RuntimeMethod* method); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(__this /* static, unused */, ___local0, ___path1, method) (( Transform_t3600365921 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // DMCore.Logic.CPet DMCore.Logic.CPetManager::GetCurrentFollowPet() extern "C" IL2CPP_METHOD_ATTR CPet_t2667050390 * CPetManager_GetCurrentFollowPet_m4150266697 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // DMCore.Logic.shopModel DMCore.Logic.shopModel::GetInstance() extern "C" IL2CPP_METHOD_ATTR shopModel_t101745799 * shopModel_GetInstance_m2401242541 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::GetCurShopModel() extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * shopModel_GetCurShopModel_m2897736385 (shopModel_t101745799 * __this, 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); // DMCore.Logic.CFragmentManager DMCore.Logic.CFragmentManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFragmentManager_t4020029771 * CFragmentManager_GetInstance_m784900893 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CFormula DMCore.Logic.CFragmentManager::GetFormula(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR CFormula_t380767654 * CFragmentManager_GetFormula_m1169981052 (CFragmentManager_t4020029771 * __this, int32_t ___destID0, bool ___isDecompose1, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CFormula::get_TargetItemID() extern "C" IL2CPP_METHOD_ATTR int32_t CFormula_get_TargetItemID_m286618850 (CFormula_t380767654 * __this, const RuntimeMethod* method); // DMCore.Logic.CShopManager DMCore.Logic.CShopManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CShopManager_t754298620 * CShopManager_GetInstance_m1368729055 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::TryOn(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CShopManager_TryOn_m1322762570 (CShopManager_t754298620 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::EnableModelItem(DMCore.Framework.Scene.enumModelCategory,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_EnableModelItem_m1552532128 (ISceneRole_t2394225724 * __this, int32_t ___category0, bool ___bEnable1, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopMainManager::SetCurrentClothConfigId(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_SetCurrentClothConfigId_m1611996766 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___id0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::SetModelItemBindBone(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetModelItemBindBone_m2196300095 (ISceneRole_t2394225724 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.MagicWorkShopMainManager::get_CurrentSavedJewelServerID() extern "C" IL2CPP_METHOD_ATTR int32_t MagicWorkShopMainManager_get_CurrentSavedJewelServerID_m3057991891 (MagicWorkShopMainManager_t420038521 * __this, 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); // System.Int32 DMCore.Logic.MagicWorkShopConfig::GetJevelLevelById(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t MagicWorkShopConfig_GetJevelLevelById_m1002014654 (MagicWorkShopConfig_t833590401 * __this, int32_t ___jewelId0, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CTextHelp::GetText(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CTextHelp_GetText_m3374553046 (CTextHelp_t3119637808 * __this, String_t* ___val0, String_t* ___defaultVal1, const RuntimeMethod* method); // System.Int32 DMCore.Logic.MagicWorkShopMainManager::get_GetCurrentHammerID() extern "C" IL2CPP_METHOD_ATTR int32_t MagicWorkShopMainManager_get_GetCurrentHammerID_m3863064713 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method); // System.Void DMCore.OnMsgBoxClkCallBack::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnMsgBoxClkCallBack__ctor_m2163616605 (OnMsgBoxClkCallBack_t3229751541 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::QuickBuySingleItem(System.Int32,DMCore.OnMsgBoxClkCallBack) extern "C" IL2CPP_METHOD_ATTR void CShopManager_QuickBuySingleItem_m3993880862 (CShopManager_t754298620 * __this, int32_t ___itemId0, OnMsgBoxClkCallBack_t3229751541 * ___onComfirmNeedBuy1, const RuntimeMethod* method); // DMCore.Logic.CShopConfig/GoodsConfig DMCore.Logic.CShopConfig::GetGoodsConfig(System.Int32) extern "C" IL2CPP_METHOD_ATTR GoodsConfig_t1565846780 * CShopConfig_GetGoodsConfig_m1630978708 (CShopConfig_t202154353 * __this, int32_t ___configId0, const RuntimeMethod* method); // System.Void DMCore.CMsgManager::PushHintUseTextHelp(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMsgManager_PushHintUseTextHelp_m3781284520 (CMsgManager_t455955613 * __this, String_t* ___str0, bool ___bInsertHead1, const RuntimeMethod* method); // System.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); // 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); // System.Void DMCore.Logic.MagicWorkShopMainManager::OpenAmountWnd(System.Int32,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_OpenAmountWnd_m421150111 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___configId0, int32_t ___count1, int32_t ___price2, String_t* ___name3, String_t* ___iconPath4, bool ___isBuyorUse5, bool ___bDiamond6, const RuntimeMethod* method); // System.Void DMCore.Logic.ChooseBuyUseBoxInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseBoxInfo__ctor_m391122298 (ChooseBuyUseBoxInfo_t2600922063 * __this, const RuntimeMethod* method); // DMCore.Logic.ChooseBuyUseNumBoxController DMCore.Logic.ChooseBuyUseNumBoxController::GetInstance() extern "C" IL2CPP_METHOD_ATTR ChooseBuyUseNumBoxController_t2176104285 * ChooseBuyUseNumBoxController_GetInstance_m4030567022 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::SetOpenChooseNumBox(DMCore.Logic.ChooseBuyUseBoxInfo) extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_SetOpenChooseNumBox_m1942328283 (ChooseBuyUseNumBoxController_t2176104285 * __this, ChooseBuyUseBoxInfo_t2600922063 * ____info0, const RuntimeMethod* method); // System.Void DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnConfirmBuyAmount__ctor_m4294857870 (OnConfirmBuyAmount_t3515310033 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnCancelAndExit__ctor_m1256787560 (OnCancelAndExit_t3571001794 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::SetBuyListener(DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount,DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit) extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_SetBuyListener_m160589014 (ChooseBuyUseNumBoxController_t2176104285 * __this, OnConfirmBuyAmount_t3515310033 * ___confirmHandler0, OnCancelAndExit_t3571001794 * ___cancelHandler1, const RuntimeMethod* method); // System.Void DMCore.Logic.ChooseBuyUseNumBoxController::ShowUI() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_ShowUI_m3014004810 (ChooseBuyUseNumBoxController_t2176104285 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Push(System.Single) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1044129115 (CDataArray_t4068198041 * __this, float ___val0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisBalanceWnd_t506785226_m3997475059(__this, method) (( BalanceWnd_t506785226 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void ScenePersonalWndShop/OnClickMsgCallBack::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnClickMsgCallBack__ctor_m3998395667 (OnClickMsgCallBack_t2526724959 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BalanceWnd::OpenWnd(DMCore.CDataArray,ScenePersonalWndShop/OnClickMsgCallBack) extern "C" IL2CPP_METHOD_ATTR void BalanceWnd_OpenWnd_m1467145181 (BalanceWnd_t506785226 * __this, CDataArray_t4068198041 * ___userData0, OnClickMsgCallBack_t2526724959 * ___callBack1, const RuntimeMethod* method); // System.Void DMCore.Logic.MagicWorkShopMainManager::OnCloseAmountWnd() extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_OnCloseAmountWnd_m656575538 (MagicWorkShopMainManager_t420038521 * __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.MagicWorkShopMainManager/OnConfirmChooseCloth::Invoke(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void OnConfirmChooseCloth_Invoke_m1528157138 (OnConfirmChooseCloth_t3730002751 * __this, bool ___bConfirmed0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m404625544(__this, method) (( void (*) (List_1_t2386749172 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m3541269934(__this, method) (( void (*) (Dictionary_2_t1159320120 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.MemberAwardConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemberAwardConfig__ctor_m1343941705 (MemberAwardConfig_t2880806974 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m437181217(__this, method) (( void (*) (List_1_t2270606789 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1890817753(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1159320120 *, int32_t, List_1_t2270606789 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.MemberAwardUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemberAwardUnit__ctor_m367061338 (MemberAwardUnit_t798532047 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1326808721(__this, p0, method) (( void (*) (List_1_t2270606789 *, MemberAwardUnit_t798532047 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) #define Dictionary_2_Add_m218206095(__this, p0, p1, method) (( void (*) (Dictionary_2_t1159320120 *, int32_t, List_1_t2270606789 *, 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_m351631239(__this, method) (( Enumerator_t3113502895 (*) (Dictionary_2_t1159320120 *, 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_m2966435117(__this, method) (( KeyValuePair_2_t3556992287 (*) (Enumerator_t3113502895 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2>::get_Value() #define KeyValuePair_2_get_Value_m71869077(__this, method) (( List_1_t2270606789 * (*) (KeyValuePair_2_t3556992287 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m671426984(__this, method) (( void (*) (List_1_t2270606789 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator>::MoveNext() #define Enumerator_MoveNext_m1745824183(__this, method) (( bool (*) (Enumerator_t3113502895 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::Clear() #define Dictionary_2_Clear_m1589895009(__this, method) (( void (*) (Dictionary_2_t1159320120 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void DMCore.Logic.OnAccetpGiftsCallback::Invoke(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void OnAccetpGiftsCallback_Invoke_m158276991 (OnAccetpGiftsCallback_t3618620664 * __this, CDataArray_t4068198041 * ___data0, const RuntimeMethod* method); // System.Void DMCore.Logic.OnChangeNameCallback::Invoke(DMCore.Logic.enumChangeNameModule,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void OnChangeNameCallback_Invoke_m203711548 (OnChangeNameCallback_t2458829697 * __this, int32_t ___moduleID0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method); // System.Void DMCore.Logic.OnItemClickBefore::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnItemClickBefore_Invoke_m1367467035 (OnItemClickBefore_t888674743 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.OnItemClickEnd::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnItemClickEnd_Invoke_m2003930919 (OnItemClickEnd_t3682481633 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.OnRecieveGuide::Invoke(DMCore.Logic.MenuItemID) extern "C" IL2CPP_METHOD_ATTR void OnRecieveGuide_Invoke_m1719663774 (OnRecieveGuide_t1603197003 * __this, int32_t ___id0, const RuntimeMethod* method); // System.Void DMCore.Logic.OnTipsWndVisibleChanged::Invoke(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void OnTipsWndVisibleChanged_Invoke_m142761103 (OnTipsWndVisibleChanged_t2417932079 * __this, bool ___visible0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1667506780(__this, method) (( void (*) (Dictionary_2_t2316837825 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Logic.PageTipsConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void PageTipsConfig__ctor_m804536965 (PageTipsConfig_t1306579670 * __this, const RuntimeMethod* method); // DMCore.Logic.PageTipsData DMCore.Logic.PageTipsConfig::GetTipInfo(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR PageTipsData_t3428124494 * PageTipsConfig_GetTipInfo_m2386850776 (PageTipsConfig_t1306579670 * __this, Int32U5BU5D_t385246372* ___keySet0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.PageTipsConfig::GetCombineKey(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR int32_t PageTipsConfig_GetCombineKey_m4092355831 (PageTipsConfig_t1306579670 * __this, Int32U5BU5D_t385246372* ___keySet0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3619671503(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2316837825 *, int32_t, PageTipsData_t3428124494 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m4095103323(__this, method) (( Enumerator_t4271020600 (*) (Dictionary_2_t2316837825 *, 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_m4003978306(__this, method) (( KeyValuePair_2_t419542696 (*) (Enumerator_t4271020600 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m1058152565(__this, method) (( PageTipsData_t3428124494 * (*) (KeyValuePair_2_t419542696 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Void DMCore.Logic.PageTipsData::Clear() extern "C" IL2CPP_METHOD_ATTR void PageTipsData_Clear_m2505475360 (PageTipsData_t3428124494 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m1699960854(__this, method) (( bool (*) (Enumerator_t4271020600 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m3924890523(__this, method) (( void (*) (Dictionary_2_t2316837825 *, const RuntimeMethod*))Dictionary_2_Clear_m212974362_gshared)(__this, method) // System.Void DMCore.Logic.PageTipsData::.ctor() extern "C" IL2CPP_METHOD_ATTR void PageTipsData__ctor_m1336253267 (PageTipsData_t3428124494 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.PageTipsData::DeserialFromXml(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR bool PageTipsData_DeserialFromXml_m2311692763 (PageTipsData_t3428124494 * __this, XmlElement_t561603118 * ___root0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m1017462755(__this, p0, p1, method) (( void (*) (Dictionary_2_t2316837825 *, int32_t, PageTipsData_t3428124494 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m2548850424(__this, method) (( void (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DMCore.Logic.PageTipsManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void PageTipsManager__ctor_m2014455511 (PageTipsManager_t2228145721 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.PageTipsManager::ShowTipWnd(DMCore.Logic.enumPersonPage,DMCore.Logic.OnTipsWndVisibleChanged) extern "C" IL2CPP_METHOD_ATTR void PageTipsManager_ShowTipWnd_m2658883675 (PageTipsManager_t2228145721 * __this, int32_t ___callerPage0, OnTipsWndVisibleChanged_t2417932079 * ___changeCallback1, const RuntimeMethod* method); // DMCore.Logic.PageTipsConfig DMCore.Logic.PageTipsConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR PageTipsConfig_t1306579670 * PageTipsConfig_GetInstance_m4230604295 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.PageTipsData DMCore.Logic.PageTipsConfig::GetTipInfo(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR PageTipsData_t3428124494 * PageTipsConfig_GetTipInfo_m1953159887 (PageTipsConfig_t1306579670 * __this, int32_t ___callerPage0, const RuntimeMethod* method); // System.Void DMCore.Logic.PageTipsManager::set_InformationContainer(DMCore.Logic.PageTipsData) extern "C" IL2CPP_METHOD_ATTR void PageTipsManager_set_InformationContainer_m2728130116 (PageTipsManager_t2228145721 * __this, PageTipsData_t3428124494 * ___value0, const RuntimeMethod* method); // DMCore.Logic.PageTipsData DMCore.Logic.PageTipsManager::get_InformationContainer() extern "C" IL2CPP_METHOD_ATTR PageTipsData_t3428124494 * PageTipsManager_get_InformationContainer_m3044517494 (PageTipsManager_t2228145721 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.PersonaliseConfig::set_ColliderUnderControl(UnityEngine.BoxCollider) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_set_ColliderUnderControl_m1091728798 (PersonaliseConfig_t2812043406 * __this, BoxCollider_t1640800422 * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m3871325936(__this, method) (( void (*) (Dictionary_2_t3314469724 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3200964102(__this, method) (( void (*) (Dictionary_2_t2736202052 *, const RuntimeMethod*))Dictionary_2__ctor_m2253601317_gshared)(__this, method) // System.Void DMCore.Logic.PersonaliseConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig__ctor_m2626552664 (PersonaliseConfig_t2812043406 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2044499938(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3314469724 *, int32_t, Dictionary_2_t130789097 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m3282977004(__this, method) (( Enumerator_t2084971872 (*) (Dictionary_2_t130789097 *, 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_m2803766201(__this, method) (( KeyValuePair_2_t2528461264 (*) (Enumerator_t2084971872 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m2582900878(__this, method) (( PersonaliseNode_t1242075766 * (*) (KeyValuePair_2_t2528461264 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, 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 System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m1157941205(__this, method) (( bool (*) (Enumerator_t2084971872 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() #define Enumerator_Dispose_m3738201638(__this, method) (( void (*) (Enumerator_t2084971872 *, const RuntimeMethod*))Enumerator_Dispose_m562365603_gshared)(__this, method) // DMCore.Framework.XML.DMXmlDocument DMCore.Framework.XML.DMXmlDocument::LoadXml(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlDocument_t2468531415 * DMXmlDocument_LoadXml_m2953623357 (RuntimeObject * __this /* static, unused */, String_t* ___content0, const RuntimeMethod* method); // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNode::get_FirstChild() extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNode_get_FirstChild_m4174520049 (DMXmlNode_t3958967524 * __this, const RuntimeMethod* method); // DMCore.Framework.XML.DMXmlNode DMCore.Framework.XML.DMXmlNode::FindChild(System.String) extern "C" IL2CPP_METHOD_ATTR DMXmlNode_t3958967524 * DMXmlNode_FindChild_m3609051302 (DMXmlNode_t3958967524 * __this, String_t* ___nodeName0, const RuntimeMethod* method); // 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); // 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.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.Collections.Generic.Dictionary`2 DMCore.Logic.PersonaliseConfig::GetPersonaliseData(System.Int32) extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t130789097 * PersonaliseConfig_GetPersonaliseData_m40167258 (PersonaliseConfig_t2812043406 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void DMCore.Logic.PersonaliseNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void PersonaliseNode__ctor_m4058049681 (PersonaliseNode_t1242075766 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(DMCore.Framework.XML.DMXmlNode,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m1058230318 (RuntimeObject * __this /* static, unused */, DMXmlNode_t3958967524 * ___elemNode0, String_t* ___key1, String_t* ___defaultVal2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1846569255(__this, p0, p1, method) (( void (*) (Dictionary_2_t130789097 *, int32_t, PersonaliseNode_t1242075766 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, 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.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); // 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.List`1::Add(!0) #define List_1_Add_m1162679381(__this, p0, method) (( void (*) (List_1_t1538660838 *, EquipPropInfo_t66586096 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 DMCore.Framework.XML.DMXmlNodeList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t DMXmlNodeList_get_Count_m1776804761 (DMXmlNodeList_t795971656 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.PersonaliseConfig::PrepareShowTimeResources() extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_PrepareShowTimeResources_m3947219313 (PersonaliseConfig_t2812043406 * __this, const RuntimeMethod* method); // DMCore.Logic.PersonaliseNode DMCore.Logic.PersonaliseConfig::getPersonaliseNode(System.Int32) extern "C" IL2CPP_METHOD_ATTR PersonaliseNode_t1242075766 * PersonaliseConfig_getPersonaliseNode_m1548441009 (PersonaliseConfig_t2812043406 * __this, int32_t ___id0, const RuntimeMethod* method); // System.String DMCore.Logic.PersonaliseConfig::GetSpriteNameByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* PersonaliseConfig_GetSpriteNameByID_m4123909883 (PersonaliseConfig_t2812043406 * __this, int32_t ___id0, 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); // !!0 UnityEngine.Resources::Load(System.String) #define Resources_Load_TisGameObject_t1113636619_m1734345100(__this /* static, unused */, p0, method) (( GameObject_t1113636619 * (*) (RuntimeObject * /* static, unused */, String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m597869152_gshared)(__this /* static, unused */, p0, method) // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934(__this, method) (( UIAtlas_t3195533529 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // UIAtlas UISprite::get_atlas() extern "C" IL2CPP_METHOD_ATTR UIAtlas_t3195533529 * UISprite_get_atlas_m3153393136 (UISprite_t194114938 * __this, const RuntimeMethod* method); // System.String UISprite::get_spriteName() extern "C" IL2CPP_METHOD_ATTR String_t* UISprite_get_spriteName_m1681755067 (UISprite_t194114938 * __this, const RuntimeMethod* method); // System.Void UISprite::set_atlas(UIAtlas) extern "C" IL2CPP_METHOD_ATTR void UISprite_set_atlas_m2864119219 (UISprite_t194114938 * __this, UIAtlas_t3195533529 * ___value0, const RuntimeMethod* method); // System.String DMCore.Logic.PersonaliseConfig::GetHeadBoxNameByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* PersonaliseConfig_GetHeadBoxNameByID_m3981880383 (PersonaliseConfig_t2812043406 * __this, int32_t ___headBoxID0, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m4232594429(__this, method) (( int32_t (*) (KeyValuePair_2_t2528461264 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1839753989_gshared)(__this, method) // System.Boolean DMCore.Logic.PersonaliseConfig::IsUIEffect(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool PersonaliseConfig_IsUIEffect_m3242307210 (PersonaliseConfig_t2812043406 * __this, int32_t ___configID0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1013208020(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.PersonaliseConfig::RemoveUIEffect(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_RemoveUIEffect_m1185234988 (PersonaliseConfig_t2812043406 * __this, CDataArray_t4068198041 * ___cd0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m2305447852(__this, p0, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m2931667922_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.TimerCallbackProcCP::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TimerCallbackProcCP__ctor_m699400032 (TimerCallbackProcCP_t1342316376 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CTimerManager::CreateTimer(System.Single,DMCore.Logic.TimerCallbackProcCP,DMCore.CDataArray,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CTimerManager_CreateTimer_m2946832708 (CTimerManager_t4186675208 * __this, float ___timeSpan0, TimerCallbackProcCP_t1342316376 * ___timerProcCP1, CDataArray_t4068198041 * ___cd2, int32_t ___runTimes3, const RuntimeMethod* 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.String DMCore.Logic.PersonaliseConfig::GetAnimNameByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* PersonaliseConfig_GetAnimNameByID_m3019749223 (PersonaliseConfig_t2812043406 * __this, int32_t ___id0, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.ISceneRole::get_PreEnterRoomAnimName() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneRole_get_PreEnterRoomAnimName_m2146111078 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::StopEffect(System.String,DMCore.Framework.enumEffectType) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_StopEffect_m879461206 (ISceneBaseObj_t858622483 * __this, String_t* ___name0, int32_t ___type1, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.ISceneRole::GetTransformByCategoryID(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneRole_GetTransformByCategoryID_m4165463785 (ISceneRole_t2394225724 * __this, int32_t ___categoryID0, const RuntimeMethod* method); // System.String DMCore.Logic.PersonaliseConfig::GetSoleEffectName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* PersonaliseConfig_GetSoleEffectName_m3525489228 (PersonaliseConfig_t2812043406 * __this, int32_t ___SoleEffectID0, const RuntimeMethod* method); // System.Single DMCore.Logic.CMiscConfig::GetFloat(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR float CMiscConfig_GetFloat_m1675196209 (CMiscConfig_t1694835947 * __this, String_t* ___id0, float ___defaultValue1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::PlayEffect(System.String,DMCore.Framework.enumEffectType,System.Single) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_PlayEffect_m4006788978 (ISceneBaseObj_t858622483 * __this, String_t* ___name0, int32_t ___type1, float ___fTimeTotal2, const RuntimeMethod* method); // System.Void DMCore.Logic.PersonaliseConfig::PlayUIEffect(System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_PlayUIEffect_m2607227782 (PersonaliseConfig_t2812043406 * __this, int64_t ___userid0, int32_t ___configID1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::PlayAnimClip(UnityEngine.AnimationClip,System.String,System.Single,System.Single,System.Single,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_PlayAnimClip_m3190763634 (ISceneBaseObj_t858622483 * __this, AnimationClip_t2318505987 * ___clip0, String_t* ___name1, float ___fSpeed2, float ___fPlayTime3, float ___fDelay4, bool ___bHighPriority5, float ___fadeInTime6, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::SetNeedPlayEnterRoomAnim(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetNeedPlayEnterRoomAnim_m3225743564 (ISceneRole_t2394225724 * __this, bool ___b0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::SetIsPlayingEnterRoomAnim(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_SetIsPlayingEnterRoomAnim_m2517870298 (ISceneRole_t2394225724 * __this, bool ___b0, const RuntimeMethod* method); // System.String DMCore.Framework.Scene.ISceneRole::get_PreSoleEffectName() extern "C" IL2CPP_METHOD_ATTR String_t* ISceneRole_get_PreSoleEffectName_m2433624042 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::set_PreSoleEffectName(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_set_PreSoleEffectName_m2316176871 (ISceneRole_t2394225724 * __this, String_t* ___value0, const RuntimeMethod* method); // UnityEngine.BoxCollider DMCore.Logic.PersonaliseConfig::get_ColliderUnderControl() extern "C" IL2CPP_METHOD_ATTR BoxCollider_t1640800422 * PersonaliseConfig_get_ColliderUnderControl_m3535506279 (PersonaliseConfig_t2812043406 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Collider::set_enabled(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Collider_set_enabled_m1517463283 (Collider_t1773347010 * __this, bool p0, const RuntimeMethod* method); // System.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.Collections.IEnumerator UnityEngine.Transform::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Transform_GetEnumerator_m2717073726 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Object_Destroy_m565254235 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Void DMCore.Logic.PersonaliseConfig::SetHeadBoxEffect(UnityEngine.Transform,System.Int32,UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_SetHeadBoxEffect_m938980418 (PersonaliseConfig_t2812043406 * __this, Transform_t3600365921 * ___headbox0, int32_t ___effectID1, Vector3_t3722313464 ___position2, Vector3_t3722313464 ___scale3, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetLayer(UnityEngine.GameObject,System.String) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetLayer_m3570770946 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, String_t* ___layerName1, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector3::op_Equality(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool Vector3_op_Equality_m4231250055 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::set_PreEnterRoomAnimName(System.String) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_set_PreEnterRoomAnimName_m1207106764 (ISceneRole_t2394225724 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1337073420(__this, method) (( void (*) (Dictionary_2_t130789097 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) #define Dictionary_2_Add_m3133252103(__this, p0, p1, method) (( void (*) (Dictionary_2_t3314469724 *, int32_t, Dictionary_2_t130789097 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m230297005(__this, p0, p1, method) (( bool (*) (Dictionary_2_t130789097 *, int32_t, PersonaliseNode_t1242075766 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3968356031(__this, method) (( void (*) (List_1_t2529903214 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DMCore.Logic.PosterDetail/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetInternalUnitU3Ec__AnonStorey0__ctor_m156673716 (U3CGetInternalUnitU3Ec__AnonStorey0_t1041192399 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m3320772349(__this, p0, p1, method) (( void (*) (Predicate_1_t1883122596 *, 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_m3399640197(__this, p0, method) (( PosterDetailUnit_t1057828472 * (*) (List_1_t2529903214 *, Predicate_1_t1883122596 *, const RuntimeMethod*))List_1_Find_m2048854920_gshared)(__this, p0, method) // System.Void DMCore.Logic.PosterDetailUnit::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PosterDetailUnit__ctor_m2831568191 (PosterDetailUnit_t1057828472 * __this, int32_t ____num0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m531540925(__this, p0, method) (( void (*) (List_1_t2529903214 *, PosterDetailUnit_t1057828472 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // DMCore.Logic.PosterDetailUnit DMCore.Logic.PosterDetail::GetInternalUnit(System.Int32) extern "C" IL2CPP_METHOD_ATTR PosterDetailUnit_t1057828472 * PosterDetail_GetInternalUnit_m2597761591 (PosterDetail_t3313515474 * __this, int32_t ____nIndex0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3282766693(__this, method) (( int32_t (*) (List_1_t2529903214 *, 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_m3707968350(__this, p0, method) (( PosterDetailUnit_t1057828472 * (*) (List_1_t2529903214 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DMCore.Logic.PosterDetailUnit::Clear() extern "C" IL2CPP_METHOD_ATTR void PosterDetailUnit_Clear_m3950207736 (PosterDetailUnit_t1057828472 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m495842935(__this, method) (( void (*) (List_1_t2529903214 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Int32 DMCore.Logic.PosterDetailUnit::get_Index() extern "C" IL2CPP_METHOD_ATTR int32_t PosterDetailUnit_get_Index_m4287607985 (PosterDetailUnit_t1057828472 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1050940064(__this, method) (( void (*) (List_1_t803870918 *, const RuntimeMethod*))List_1__ctor_m1050940064_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2810022022(__this, method) (( int32_t (*) (List_1_t803870918 *, const RuntimeMethod*))List_1_get_Count_m2810022022_gshared)(__this, method) // System.Collections.Generic.List`1 DMCore.Logic.PosterDetailUnit::GetEquipListBySex(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t803870918 * PosterDetailUnit_GetEquipListBySex_m3268363539 (PosterDetailUnit_t1057828472 * __this, int32_t ____nSex0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1536432682(__this, p0, method) (( EquipUnit_t3626763472 (*) (List_1_t803870918 *, int32_t, const RuntimeMethod*))List_1_get_Item_m1536432682_gshared)(__this, p0, method) // System.Void DMCore.Logic.PosterDetailUnit/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEquipListBySexU3Ec__AnonStorey0__ctor_m502027699 (U3CGetEquipListBySexU3Ec__AnonStorey0_t4007384085 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) #define Predicate_1__ctor_m2399988474(__this, p0, p1, method) (( void (*) (Predicate_1_t157090300 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m2399988474_gshared)(__this, p0, p1, method) // System.Collections.Generic.List`1 System.Collections.Generic.List`1::FindAll(System.Predicate`1) #define List_1_FindAll_m297993536(__this, p0, method) (( List_1_t803870918 * (*) (List_1_t803870918 *, Predicate_1_t157090300 *, const RuntimeMethod*))List_1_FindAll_m297993536_gshared)(__this, p0, method) // DMCore.Logic.enumPosterType DMCore.Logic.PosterDetailUnit::get_Type() extern "C" IL2CPP_METHOD_ATTR int32_t PosterDetailUnit_get_Type_m4105038769 (PosterDetailUnit_t1057828472 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.PosterDetailUnit/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CAddDataU3Ec__AnonStorey1__ctor_m804804450 (U3CAddDataU3Ec__AnonStorey1_t1142538239 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) #define List_1_Find_m2600642978(__this, p0, method) (( EquipUnit_t3626763472 (*) (List_1_t803870918 *, Predicate_1_t157090300 *, const RuntimeMethod*))List_1_Find_m2600642978_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m738170584(__this, p0, method) (( void (*) (List_1_t803870918 *, EquipUnit_t3626763472 , const RuntimeMethod*))List_1_Add_m738170584_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m141861189(__this, method) (( void (*) (List_1_t803870918 *, const RuntimeMethod*))List_1_Clear_m141861189_gshared)(__this, 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 DMCore.Logic.privateMsgArriva::Invoke(DMCore.Logic.CChatInfo,System.Int64) extern "C" IL2CPP_METHOD_ATTR void privateMsgArriva_Invoke_m1008073338 (privateMsgArriva_t1101012311 * __this, CChatInfo_t4292626735 * ___info0, int64_t ___conversationKey1, const RuntimeMethod* method); // System.Void DMCore.Logic.PveSweepManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void PveSweepManager__ctor_m2785887460 (PveSweepManager_t2545045145 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController::IsExist(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_IsExist_m1254965977 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisuiPveSweep_t639168811_m2137686325(__this, method) (( uiPveSweep_t639168811 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void uiPveSweep::ShowSweepDetail(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void uiPveSweep_ShowSweepDetail_m3160466667 (uiPveSweep_t639168811 * __this, List_1_t3319525431 * ___data0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2276455407(__this, method) (( int32_t (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Boolean DMCore.Logic.QuickChatConfig::_LoadConfig() extern "C" IL2CPP_METHOD_ATTR bool QuickChatConfig__LoadConfig_m1651158581 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3729392029(__this, p0, method) (( String_t* (*) (List_1_t3319525431 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2617240901(__this, method) (( void (*) (List_1_t3682870713 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3794010569(__this, method) (( void (*) (List_1_t2571181400 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m4262527884(__this, method) (( int32_t (*) (List_1_t3768456446 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void DMCore.Logic.RoleActionConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void RoleActionConfig__ctor_m2960307083 (RoleActionConfig_t1403548228 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator System.Xml.XmlNode::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNode_GetEnumerator_m3569868351 (XmlNode_t3767805227 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1185325717(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1632706988 *, String_t*, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Single System.Single::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR float Single_Parse_m364357836 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.RoleActionConfig::GetActionNum() extern "C" IL2CPP_METHOD_ATTR int32_t RoleActionConfig_GetActionNum_m3819630744 (RoleActionConfig_t1403548228 * __this, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnShopListChanged_t2776790831 (OnShopListChanged_t2776790831 * __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.CWishFountainMgr/OnShopListChanged::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnShopListChanged__ctor_m4094901147 (OnShopListChanged_t2776790831 * __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.CWishFountainMgr/OnShopListChanged::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnShopListChanged_Invoke_m1963542738 (OnShopListChanged_t2776790831 * __this, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnShopListChanged_Invoke_m1963542738((OnShopListChanged_t2776790831 *)__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.CWishFountainMgr/OnShopListChanged::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnShopListChanged_BeginInvoke_m1377931623 (OnShopListChanged_t2776790831 * __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.CWishFountainMgr/OnShopListChanged::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnShopListChanged_EndInvoke_m1904450894 (OnShopListChanged_t2776790831 * __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.CWndBase::.ctor(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndBase__ctor_m373953814 (CWndBase_t3050027735 * __this, int32_t ___pageID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndBase__ctor_m373953814_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___pageID0; __this->set_m_pageID_0(L_0); __this->set_m_descrip_1((CWndDescription_t3003093839 *)NULL); Queue_1_t3914457535 * L_1 = (Queue_1_t3914457535 *)il2cpp_codegen_object_new(Queue_1_t3914457535_il2cpp_TypeInfo_var); Queue_1__ctor_m420899349(L_1, /*hidden argument*/Queue_1__ctor_m420899349_RuntimeMethod_var); __this->set_m_customParm_2(L_1); __this->set_m_depthZ_3((0.0f)); List_1_t2585711361 * L_2 = (List_1_t2585711361 *)il2cpp_codegen_object_new(List_1_t2585711361_il2cpp_TypeInfo_var); List_1__ctor_m3526297712(L_2, /*hidden argument*/List_1__ctor_m3526297712_RuntimeMethod_var); __this->set_m_animationRoot_4(L_2); return; } } // UnityEngine.GameObject DMCore.Logic.CWndBase::GetUI() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CWndBase_GetUI_m751530230 (CWndBase_t3050027735 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndBase_GetUI_m751530230_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; String_t* V_1 = NULL; Transform_t3600365921 * V_2 = NULL; GameObject_t1113636619 * G_B7_0 = NULL; { Camera_t4157153871 * L_0 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; Camera_t4157153871 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0014; } } { return (GameObject_t1113636619 *)NULL; } IL_0014: { String_t* L_3 = CWndBase_GetWndName_m2795522574(__this, /*hidden argument*/NULL); V_1 = L_3; String_t* L_4 = V_1; 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_0038; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_6 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(7 /* DMCore.Logic.enumPersonPage DMCore.Logic.CWndBase::GetWndPageID() */, __this); NullCheck(L_6); CWndController_LogPageError_m2045038614(L_6, L_7, /*hidden argument*/NULL); return (GameObject_t1113636619 *)NULL; } IL_0038: { Camera_t4157153871 * L_8 = V_0; NullCheck(L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(L_8, /*hidden argument*/NULL); String_t* L_10 = V_1; NullCheck(L_9); Transform_t3600365921 * L_11 = Transform_Find_m1729760951(L_9, L_10, /*hidden argument*/NULL); V_2 = L_11; Transform_t3600365921 * L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_13 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_005c; } } { Transform_t3600365921 * L_14 = V_2; NullCheck(L_14); GameObject_t1113636619 * L_15 = Component_get_gameObject_m442555142(L_14, /*hidden argument*/NULL); G_B7_0 = L_15; goto IL_005d; } IL_005c: { G_B7_0 = ((GameObject_t1113636619 *)(NULL)); } IL_005d: { return G_B7_0; } } // UnityEngine.GameObject DMCore.Logic.CWndBase::InitUI() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CWndBase_InitUI_m244439596 (CWndBase_t3050027735 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndBase_InitUI_m244439596_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; GameObject_t1113636619 * V_3 = NULL; UIRoot_t4022971450 * V_4 = NULL; BetterList_1_t2213356286 * V_5 = NULL; int32_t V_6 = 0; { Camera_t4157153871 * L_0 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; Camera_t4157153871 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0014; } } { return (GameObject_t1113636619 *)NULL; } IL_0014: { String_t* L_3 = CWndBase_GetPrefabName_m315662110(__this, /*hidden argument*/NULL); V_1 = L_3; String_t* L_4 = CWndBase_GetWndName_m2795522574(__this, /*hidden argument*/NULL); V_2 = L_4; String_t* L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0038; } } { String_t* L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004a; } } IL_0038: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_9 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(7 /* DMCore.Logic.enumPersonPage DMCore.Logic.CWndBase::GetWndPageID() */, __this); NullCheck(L_9); CWndController_LogPageError_m2045038614(L_9, L_10, /*hidden argument*/NULL); return (GameObject_t1113636619 *)NULL; } IL_004a: { GameObject_t1113636619 * L_11 = VirtFuncInvoker0< GameObject_t1113636619 * >::Invoke(4 /* UnityEngine.GameObject DMCore.Logic.CWndBase::GetUI() */, __this); V_3 = L_11; GameObject_t1113636619 * L_12 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_13 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_013a; } } { String_t* L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_15 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); V_3 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_15, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_16 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_17 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0077; } } { return (GameObject_t1113636619 *)NULL; } IL_0077: { IL2CPP_RUNTIME_CLASS_INIT(CUIHelp_t1606002733_il2cpp_TypeInfo_var); UIRoot_t4022971450 * L_18 = CUIHelp_GetUIRoot_m1788309885(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_18; UIRoot_t4022971450 * L_19 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_20 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00dd; } } { int32_t L_21 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); UIRoot_t4022971450 * L_22 = V_4; NullCheck(L_22); int32_t L_23 = UIRoot_get_activeHeight_m4207044870(L_22, /*hidden argument*/NULL); if ((!(((float)(((float)((float)L_21)))) > ((float)(((float)((float)L_23))))))) { goto IL_00dd; } } { BetterList_1_t2213356286 * L_24 = (BetterList_1_t2213356286 *)il2cpp_codegen_object_new(BetterList_1_t2213356286_il2cpp_TypeInfo_var); BetterList_1__ctor_m2421856840(L_24, /*hidden argument*/BetterList_1__ctor_m2421856840_RuntimeMethod_var); V_5 = L_24; GameObject_t1113636619 * L_25 = V_3; NullCheck(L_25); Transform_t3600365921 * L_26 = GameObject_get_transform_m1369836730(L_25, /*hidden argument*/NULL); BetterList_1_t2213356286 * L_27 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_GetChildrenComponentRecursively_TisUIStretch_t3058335968_m1611398864(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/CMiscHelp_GetChildrenComponentRecursively_TisUIStretch_t3058335968_m1611398864_RuntimeMethod_var); V_6 = 0; goto IL_00cf; } IL_00ba: { BetterList_1_t2213356286 * L_28 = V_5; int32_t L_29 = V_6; NullCheck(L_28); UIStretch_t3058335968 * L_30 = BetterList_1_get_Item_m3877373980(L_28, L_29, /*hidden argument*/BetterList_1_get_Item_m3877373980_RuntimeMethod_var); NullCheck(L_30); L_30->set_panelContainer_4((UIPanel_t1716472341 *)NULL); int32_t L_31 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00cf: { int32_t L_32 = V_6; BetterList_1_t2213356286 * L_33 = V_5; NullCheck(L_33); int32_t L_34 = L_33->get_size_1(); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_00ba; } } IL_00dd: { GameObject_t1113636619 * L_35 = V_3; NullCheck(L_35); Transform_t3600365921 * L_36 = GameObject_get_transform_m1369836730(L_35, /*hidden argument*/NULL); Camera_t4157153871 * L_37 = V_0; NullCheck(L_37); Transform_t3600365921 * L_38 = Component_get_transform_m3162698980(L_37, /*hidden argument*/NULL); NullCheck(L_36); Transform_set_parent_m786917804(L_36, L_38, /*hidden argument*/NULL); GameObject_t1113636619 * L_39 = V_3; NullCheck(L_39); Transform_t3600365921 * L_40 = GameObject_get_transform_m1369836730(L_39, /*hidden argument*/NULL); float L_41 = __this->get_m_depthZ_3(); Vector3_t3722313464 L_42; memset(&L_42, 0, sizeof(L_42)); Vector3__ctor_m3353183577((&L_42), (0.0f), (0.0f), L_41, /*hidden argument*/NULL); NullCheck(L_40); Transform_set_localPosition_m4128471975(L_40, L_42, /*hidden argument*/NULL); GameObject_t1113636619 * L_43 = V_3; NullCheck(L_43); Transform_t3600365921 * L_44 = GameObject_get_transform_m1369836730(L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_45 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); Transform_set_localRotation_m19445462(L_44, L_45, /*hidden argument*/NULL); GameObject_t1113636619 * L_46 = V_3; NullCheck(L_46); Transform_t3600365921 * L_47 = GameObject_get_transform_m1369836730(L_46, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_48 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_47); Transform_set_localScale_m3053443106(L_47, L_48, /*hidden argument*/NULL); GameObject_t1113636619 * L_49 = V_3; String_t* L_50 = V_2; NullCheck(L_49); Object_set_name_m291480324(L_49, L_50, /*hidden argument*/NULL); goto IL_015a; } IL_013a: { GameObject_t1113636619 * L_51 = V_3; NullCheck(L_51); Transform_t3600365921 * L_52 = GameObject_get_transform_m1369836730(L_51, /*hidden argument*/NULL); float L_53 = __this->get_m_depthZ_3(); Vector3_t3722313464 L_54; memset(&L_54, 0, sizeof(L_54)); Vector3__ctor_m3353183577((&L_54), (0.0f), (0.0f), L_53, /*hidden argument*/NULL); NullCheck(L_52); Transform_set_localPosition_m4128471975(L_52, L_54, /*hidden argument*/NULL); } IL_015a: { GameObject_t1113636619 * L_55 = V_3; return L_55; } } // System.Void DMCore.Logic.CWndBase::DestroyUI() extern "C" IL2CPP_METHOD_ATTR void CWndBase_DestroyUI_m1647922688 (CWndBase_t3050027735 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndBase_DestroyUI_m1647922688_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { GameObject_t1113636619 * L_0 = VirtFuncInvoker0< GameObject_t1113636619 * >::Invoke(4 /* UnityEngine.GameObject DMCore.Logic.CWndBase::GetUI() */, __this); V_0 = L_0; GameObject_t1113636619 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0014; } } { return; } IL_0014: { 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_set_parent_m786917804(L_4, (Transform_t3600365921 *)NULL, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_0 = (GameObject_t1113636619 *)NULL; IResourceManager_t3165642952 * L_6 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_7 = CWndBase_GetPrefabName_m315662110(__this, /*hidden argument*/NULL); NullCheck(L_6); VirtFuncInvoker1< bool, String_t* >::Invoke(7 /* System.Boolean DMCore.Framework.Resource.IResourceManager::ClearCache(System.String) */, L_6, L_7); IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_8 = CUIPkgService_IfEnableUIPkg_m2923996538(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_8) { goto IL_0053; } } { IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); CUIPkgService_t1582475416 * L_9 = CUIPkgService_GetInstance_m2423209090(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(7 /* DMCore.Logic.enumPersonPage DMCore.Logic.CWndBase::GetWndPageID() */, __this); NullCheck(L_9); CUIPkgService_CloseUIPage_m1393179793(L_9, L_10, /*hidden argument*/NULL); } IL_0053: { return; } } // DMCore.Logic.enumPersonPage DMCore.Logic.CWndBase::GetWndPageID() extern "C" IL2CPP_METHOD_ATTR int32_t CWndBase_GetWndPageID_m3805190387 (CWndBase_t3050027735 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_pageID_0(); return L_0; } } // System.String DMCore.Logic.CWndBase::GetWndName() extern "C" IL2CPP_METHOD_ATTR String_t* CWndBase_GetWndName_m2795522574 (CWndBase_t3050027735 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndBase_GetWndName_m2795522574_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndConfig_t982602484_il2cpp_TypeInfo_var); CWndConfig_t982602484 * L_0 = CWndConfig_GetInstance_m481647544(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(7 /* DMCore.Logic.enumPersonPage DMCore.Logic.CWndBase::GetWndPageID() */, __this); NullCheck(L_0); String_t* L_2 = CWndConfig_GetWndName_m3733023709(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String DMCore.Logic.CWndBase::GetPrefabName() extern "C" IL2CPP_METHOD_ATTR String_t* CWndBase_GetPrefabName_m315662110 (CWndBase_t3050027735 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndBase_GetPrefabName_m315662110_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndConfig_t982602484_il2cpp_TypeInfo_var); CWndConfig_t982602484 * L_0 = CWndConfig_GetInstance_m481647544(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(7 /* DMCore.Logic.enumPersonPage DMCore.Logic.CWndBase::GetWndPageID() */, __this); NullCheck(L_0); String_t* L_2 = CWndConfig_GetPrefabName_m1418292420(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String DMCore.Logic.CWndBase::GetMonoScriptName() extern "C" IL2CPP_METHOD_ATTR String_t* CWndBase_GetMonoScriptName_m3183643141 (CWndBase_t3050027735 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndBase_GetMonoScriptName_m3183643141_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndConfig_t982602484_il2cpp_TypeInfo_var); CWndConfig_t982602484 * L_0 = CWndConfig_GetInstance_m481647544(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(7 /* DMCore.Logic.enumPersonPage DMCore.Logic.CWndBase::GetWndPageID() */, __this); NullCheck(L_0); String_t* L_2 = CWndConfig_GetScriptName_m2438910670(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void DMCore.Logic.CWndBase::AdjustWndDepth(System.Single) extern "C" IL2CPP_METHOD_ATTR void CWndBase_AdjustWndDepth_m334771164 (CWndBase_t3050027735 * __this, float ___depth0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndBase_AdjustWndDepth_m334771164_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { float L_0 = ___depth0; __this->set_m_depthZ_3(L_0); GameObject_t1113636619 * L_1 = VirtFuncInvoker0< GameObject_t1113636619 * >::Invoke(4 /* UnityEngine.GameObject DMCore.Logic.CWndBase::GetUI() */, __this); V_0 = L_1; GameObject_t1113636619 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_003a; } } { GameObject_t1113636619 * L_4 = V_0; NullCheck(L_4); Transform_t3600365921 * L_5 = GameObject_get_transform_m1369836730(L_4, /*hidden argument*/NULL); float L_6 = __this->get_m_depthZ_3(); Vector3_t3722313464 L_7; memset(&L_7, 0, sizeof(L_7)); Vector3__ctor_m3353183577((&L_7), (0.0f), (0.0f), L_6, /*hidden argument*/NULL); NullCheck(L_5); Transform_set_localPosition_m4128471975(L_5, L_7, /*hidden argument*/NULL); } IL_003a: { return; } } // DMCore.Logic.CWndDescription DMCore.Logic.CWndBase::GetDescription() extern "C" IL2CPP_METHOD_ATTR CWndDescription_t3003093839 * CWndBase_GetDescription_m2909989618 (CWndBase_t3050027735 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndBase_GetDescription_m2909989618_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CWndDescription_t3003093839 * L_0 = __this->get_m_descrip_1(); if (L_0) { goto IL_002d; } } { CWndDescription_t3003093839 * L_1 = (CWndDescription_t3003093839 *)il2cpp_codegen_object_new(CWndDescription_t3003093839_il2cpp_TypeInfo_var); CWndDescription__ctor_m1345213544(L_1, /*hidden argument*/NULL); __this->set_m_descrip_1(L_1); IL2CPP_RUNTIME_CLASS_INIT(CWndConfig_t982602484_il2cpp_TypeInfo_var); CWndConfig_t982602484 * L_2 = CWndConfig_GetInstance_m481647544(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(7 /* DMCore.Logic.enumPersonPage DMCore.Logic.CWndBase::GetWndPageID() */, __this); CWndDescription_t3003093839 ** L_4 = __this->get_address_of_m_descrip_1(); NullCheck(L_2); CWndConfig_GetWndDescription_m1405716486(L_2, L_3, L_4, /*hidden argument*/NULL); } IL_002d: { CWndDescription_t3003093839 * L_5 = __this->get_m_descrip_1(); return L_5; } } // System.Void DMCore.Logic.CWndBase::SetCustomParam(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CWndBase_SetCustomParam_m845516219 (CWndBase_t3050027735 * __this, CDataArray_t4068198041 * ___param0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndBase_SetCustomParam_m845516219_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataArray_t4068198041 * L_0 = ___param0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { Queue_1_t3914457535 * L_1 = __this->get_m_customParm_2(); CDataArray_t4068198041 * L_2 = ___param0; NullCheck(L_1); Queue_1_Enqueue_m278417841(L_1, L_2, /*hidden argument*/Queue_1_Enqueue_m278417841_RuntimeMethod_var); return; } } // DMCore.CDataArray DMCore.Logic.CWndBase::GetCustomParam() extern "C" IL2CPP_METHOD_ATTR CDataArray_t4068198041 * CWndBase_GetCustomParam_m1799879963 (CWndBase_t3050027735 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndBase_GetCustomParam_m1799879963_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * G_B3_0 = NULL; { Queue_1_t3914457535 * L_0 = __this->get_m_customParm_2(); NullCheck(L_0); int32_t L_1 = Queue_1_get_Count_m812928177(L_0, /*hidden argument*/Queue_1_get_Count_m812928177_RuntimeMethod_var); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0021; } } { Queue_1_t3914457535 * L_2 = __this->get_m_customParm_2(); NullCheck(L_2); CDataArray_t4068198041 * L_3 = Queue_1_Dequeue_m6356120(L_2, /*hidden argument*/Queue_1_Dequeue_m6356120_RuntimeMethod_var); G_B3_0 = L_3; goto IL_0022; } IL_0021: { G_B3_0 = ((CDataArray_t4068198041 *)(NULL)); } IL_0022: { return G_B3_0; } } // System.Void DMCore.Logic.CWndBase::SetAnimationRoot(UnityEngine.GameObject[]) extern "C" IL2CPP_METHOD_ATTR void CWndBase_SetAnimationRoot_m230946585 (CWndBase_t3050027735 * __this, GameObjectU5BU5D_t3328599146* ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndBase_SetAnimationRoot_m230946585_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0031; } IL_0007: { List_1_t2585711361 * L_0 = __this->get_m_animationRoot_4(); GameObjectU5BU5D_t3328599146* L_1 = ___root0; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; GameObject_t1113636619 * L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_0); bool L_5 = List_1_Contains_m4222374550(L_0, L_4, /*hidden argument*/List_1_Contains_m4222374550_RuntimeMethod_var); if (!L_5) { goto IL_001f; } } { goto IL_002d; } IL_001f: { List_1_t2585711361 * L_6 = __this->get_m_animationRoot_4(); GameObjectU5BU5D_t3328599146* L_7 = ___root0; int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; GameObject_t1113636619 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_6); List_1_Add_m989991498(L_6, L_10, /*hidden argument*/List_1_Add_m989991498_RuntimeMethod_var); } IL_002d: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0031: { int32_t L_12 = V_0; GameObjectU5BU5D_t3328599146* L_13 = ___root0; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_0007; } } { return; } } // System.Collections.Generic.List`1 DMCore.Logic.CWndBase::GetAnimationRoot() extern "C" IL2CPP_METHOD_ATTR List_1_t2585711361 * CWndBase_GetAnimationRoot_m3881954996 (CWndBase_t3050027735 * __this, const RuntimeMethod* method) { { List_1_t2585711361 * L_0 = __this->get_m_animationRoot_4(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.CWndConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWndConfig__ctor_m2038115704 (CWndConfig_t982602484 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndConfig__ctor_m2038115704_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__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_ConfigLib_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_1 = CLocalizationManager_GetInstance_m2075678818(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = CLocalizationManager_GetLocalizePath_m3024801825(L_1, _stringLiteral1279988817, /*hidden argument*/NULL); CWndConfig__LoadFromLocal_m3417922943(__this, L_2, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.CWndConfig DMCore.Logic.CWndConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWndConfig_t982602484 * CWndConfig_GetInstance_m481647544 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndConfig_GetInstance_m481647544_MetadataUsageId); s_Il2CppMethodInitialized = true; } CWndConfig_t982602484 * G_B2_0 = NULL; CWndConfig_t982602484 * G_B1_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CWndConfig_t982602484_il2cpp_TypeInfo_var); CWndConfig_t982602484 * L_0 = ((CWndConfig_t982602484_StaticFields*)il2cpp_codegen_static_fields_for(CWndConfig_t982602484_il2cpp_TypeInfo_var))->get_s_Instance_1(); CWndConfig_t982602484 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0017; } } { CWndConfig_t982602484 * L_2 = (CWndConfig_t982602484 *)il2cpp_codegen_object_new(CWndConfig_t982602484_il2cpp_TypeInfo_var); CWndConfig__ctor_m2038115704(L_2, /*hidden argument*/NULL); CWndConfig_t982602484 * L_3 = L_2; IL2CPP_RUNTIME_CLASS_INIT(CWndConfig_t982602484_il2cpp_TypeInfo_var); ((CWndConfig_t982602484_StaticFields*)il2cpp_codegen_static_fields_for(CWndConfig_t982602484_il2cpp_TypeInfo_var))->set_s_Instance_1(L_3); G_B2_0 = L_3; } IL_0017: { return G_B2_0; } } // System.Boolean DMCore.Logic.CWndConfig::GetWndDescription(DMCore.Logic.enumPersonPage,DMCore.Logic.CWndDescription&) extern "C" IL2CPP_METHOD_ATTR bool CWndConfig_GetWndDescription_m1405716486 (CWndConfig_t982602484 * __this, int32_t ___pageID0, CWndDescription_t3003093839 ** ___pageDesc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndConfig_GetWndDescription_m1405716486_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; CWndDescription_t3003093839 * G_B4_0 = NULL; CWndDescription_t3003093839 * G_B3_0 = NULL; int32_t G_B5_0 = 0; CWndDescription_t3003093839 * G_B5_1 = NULL; CWndDescription_t3003093839 * G_B7_0 = NULL; CWndDescription_t3003093839 * G_B6_0 = NULL; int32_t G_B8_0 = 0; CWndDescription_t3003093839 * G_B8_1 = NULL; { int32_t L_0 = ___pageID0; CDataProperty_t2806246268 * L_1 = CWndConfig__GetPageInfo_m1585972863(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CDataProperty_t2806246268 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (bool)0; } IL_0010: { CWndDescription_t3003093839 ** L_3 = ___pageDesc1; CWndDescription_t3003093839 * L_4 = *((CWndDescription_t3003093839 **)L_3); CDataProperty_t2806246268 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = CDataProperty_GetInt_m1935343217(L_5, _stringLiteral772496043, 1, /*hidden argument*/NULL); NullCheck(L_4); CWndDescription_set_pageType_m813923260(L_4, L_6, /*hidden argument*/NULL); CWndDescription_t3003093839 ** L_7 = ___pageDesc1; CWndDescription_t3003093839 * L_8 = *((CWndDescription_t3003093839 **)L_7); CDataProperty_t2806246268 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = CDataProperty_GetInt_m1935343217(L_9, _stringLiteral4009191806, 0, /*hidden argument*/NULL); NullCheck(L_8); CWndDescription_set_isShow3DModel_m214713281(L_8, L_10, /*hidden argument*/NULL); CWndDescription_t3003093839 ** L_11 = ___pageDesc1; CWndDescription_t3003093839 * L_12 = *((CWndDescription_t3003093839 **)L_11); CDataProperty_t2806246268 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = CDataProperty_GetInt_m1935343217(L_13, _stringLiteral3102179997, 1, /*hidden argument*/NULL); G_B3_0 = L_12; if (!L_14) { G_B4_0 = L_12; goto IL_004f; } } { G_B5_0 = 1; G_B5_1 = G_B3_0; goto IL_0050; } IL_004f: { G_B5_0 = 0; G_B5_1 = G_B4_0; } IL_0050: { NullCheck(G_B5_1); CWndDescription_set_isShowReturnBtn_m2364013827(G_B5_1, (bool)G_B5_0, /*hidden argument*/NULL); CWndDescription_t3003093839 ** L_15 = ___pageDesc1; CWndDescription_t3003093839 * L_16 = *((CWndDescription_t3003093839 **)L_15); CDataProperty_t2806246268 * L_17 = V_0; NullCheck(L_17); int32_t L_18 = CDataProperty_GetInt_m1935343217(L_17, _stringLiteral1632515126, 0, /*hidden argument*/NULL); NullCheck(L_16); CWndDescription_set_maskType_m2618681048(L_16, L_18, /*hidden argument*/NULL); CWndDescription_t3003093839 ** L_19 = ___pageDesc1; CWndDescription_t3003093839 * L_20 = *((CWndDescription_t3003093839 **)L_19); CDataProperty_t2806246268 * L_21 = V_0; NullCheck(L_21); String_t* L_22 = CDataProperty_GetWideStr_m3656006276(L_21, _stringLiteral2814027983, _stringLiteral446681799, /*hidden argument*/NULL); NullCheck(L_20); CWndDescription_set_maskName_m2111609705(L_20, L_22, /*hidden argument*/NULL); CWndDescription_t3003093839 ** L_23 = ___pageDesc1; CWndDescription_t3003093839 * L_24 = *((CWndDescription_t3003093839 **)L_23); int32_t L_25 = ___pageID0; G_B6_0 = L_24; if (L_25) { G_B7_0 = L_24; goto IL_008d; } } { G_B8_0 = 1; G_B8_1 = G_B6_0; goto IL_008e; } IL_008d: { G_B8_0 = 0; G_B8_1 = G_B7_0; } IL_008e: { NullCheck(G_B8_1); CWndDescription_set_NeedHoldType_m66421704(G_B8_1, (bool)G_B8_0, /*hidden argument*/NULL); return (bool)1; } } // System.String DMCore.Logic.CWndConfig::GetWndName(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR String_t* CWndConfig_GetWndName_m3733023709 (CWndConfig_t982602484 * __this, int32_t ___pageID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndConfig_GetWndName_m3733023709_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; String_t* G_B3_0 = NULL; { int32_t L_0 = ___pageID0; CDataProperty_t2806246268 * L_1 = CWndConfig__GetPageInfo_m1585972863(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CDataProperty_t2806246268 * L_2 = V_0; if (!L_2) { goto IL_0023; } } { 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, _stringLiteral3892425034, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_0028; } IL_0023: { 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_0028: { return G_B3_0; } } // System.String DMCore.Logic.CWndConfig::GetPrefabName(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CWndConfig_GetPrefabName_m3637433337 (CWndConfig_t982602484 * __this, String_t* ___prefabName0, String_t* ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndConfig_GetPrefabName_m3637433337_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t3649142374 V_0; memset(&V_0, 0, sizeof(V_0)); CDataProperty_t2806246268 * V_1 = NULL; KeyValuePair_2_t4092631766 V_2; memset(&V_2, 0, sizeof(V_2)); String_t* V_3 = NULL; String_t* V_4 = NULL; KeyValuePair_2_t4092631766 V_5; memset(&V_5, 0, sizeof(V_5)); { String_t* L_0 = ___prefabName0; NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); ___prefabName0 = L_1; Dictionary_2_t1694959599 * L_2 = __this->get_m_ConfigLib_0(); NullCheck(L_2); Enumerator_t3649142374 L_3 = Dictionary_2_GetEnumerator_m2239874652(L_2, /*hidden argument*/Dictionary_2_GetEnumerator_m2239874652_RuntimeMethod_var); V_0 = L_3; goto IL_008c; } IL_0019: { KeyValuePair_2_t4092631766 L_4 = Enumerator_get_Current_m426899978((&V_0), /*hidden argument*/Enumerator_get_Current_m426899978_RuntimeMethod_var); V_2 = L_4; CDataProperty_t2806246268 * L_5 = KeyValuePair_2_get_Value_m1412358281((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m1412358281_RuntimeMethod_var); V_1 = L_5; CDataProperty_t2806246268 * L_6 = V_1; if (L_6) { goto IL_0034; } } { goto IL_008c; } IL_0034: { CDataProperty_t2806246268 * L_7 = V_1; 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(); NullCheck(L_7); String_t* L_9 = CDataProperty_GetWideStr_m3656006276(L_7, _stringLiteral3892425034, L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = String_ToLower_m2029374922(L_9, /*hidden argument*/NULL); V_3 = L_10; CDataProperty_t2806246268 * L_11 = V_1; String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_11); String_t* L_13 = CDataProperty_GetWideStr_m3656006276(L_11, _stringLiteral3243520166, L_12, /*hidden argument*/NULL); V_4 = L_13; String_t* L_14 = V_3; String_t* L_15 = ___prefabName0; NullCheck(L_14); int32_t L_16 = String_CompareTo_m3414379165(L_14, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_008c; } } { String_t* L_17 = V_4; String_t* L_18 = ___type1; NullCheck(L_17); int32_t L_19 = String_CompareTo_m3414379165(L_17, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_008c; } } { KeyValuePair_2_t4092631766 L_20 = Enumerator_get_Current_m426899978((&V_0), /*hidden argument*/Enumerator_get_Current_m426899978_RuntimeMethod_var); V_5 = L_20; int32_t L_21 = KeyValuePair_2_get_Key_m4207901721((&V_5), /*hidden argument*/KeyValuePair_2_get_Key_m4207901721_RuntimeMethod_var); String_t* L_22 = CWndConfig_GetPrefabName_m1418292420(__this, L_21, /*hidden argument*/NULL); return L_22; } IL_008c: { bool L_23 = Enumerator_MoveNext_m1038192287((&V_0), /*hidden argument*/Enumerator_MoveNext_m1038192287_RuntimeMethod_var); if (L_23) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_24; } } // System.String DMCore.Logic.CWndConfig::GetPrefabName(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR String_t* CWndConfig_GetPrefabName_m1418292420 (CWndConfig_t982602484 * __this, int32_t ___pageID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndConfig_GetPrefabName_m1418292420_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; String_t* V_1 = NULL; { int32_t L_0 = ___pageID0; CDataProperty_t2806246268 * L_1 = CWndConfig__GetPageInfo_m1585972863(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CDataProperty_t2806246268 * L_2 = V_0; if (L_2) { goto IL_0014; } } { 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_0014: { CDataProperty_t2806246268 * L_4 = V_0; 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(); NullCheck(L_4); String_t* L_6 = CDataProperty_GetWideStr_m3656006276(L_4, _stringLiteral3977388916, L_5, /*hidden argument*/NULL); V_1 = L_6; CDataProperty_t2806246268 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = CDataProperty_GetInt_m1935343217(L_7, _stringLiteral1179590645, 0, /*hidden argument*/NULL); if (!L_8) { goto IL_004d; } } { String_t* L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_004d; } } { IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_11 = CLocalizationManager_GetInstance_m2075678818(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_12 = V_1; NullCheck(L_11); String_t* L_13 = CLocalizationManager_GetLocalizePath_m3024801825(L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; } IL_004d: { String_t* L_14 = V_1; return L_14; } } // System.String DMCore.Logic.CWndConfig::GetScriptName(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR String_t* CWndConfig_GetScriptName_m2438910670 (CWndConfig_t982602484 * __this, int32_t ___pageID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndConfig_GetScriptName_m2438910670_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; { int32_t L_0 = ___pageID0; CDataProperty_t2806246268 * L_1 = CWndConfig__GetPageInfo_m1585972863(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CDataProperty_t2806246268 * L_2 = V_0; if (L_2) { goto IL_0014; } } { 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_0014: { CDataProperty_t2806246268 * L_4 = V_0; 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(); NullCheck(L_4); String_t* L_6 = CDataProperty_GetWideStr_m3656006276(L_4, _stringLiteral4086615427, L_5, /*hidden argument*/NULL); return L_6; } } // System.Collections.Generic.List`1 DMCore.Logic.CWndConfig::GetLocalizedPrefabList() extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * CWndConfig_GetLocalizedPrefabList_m2130500666 (CWndConfig_t982602484 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndConfig_GetLocalizedPrefabList_m2130500666_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3319525431 * V_0 = NULL; Enumerator_t3649142374 V_1; memset(&V_1, 0, sizeof(V_1)); CDataProperty_t2806246268 * V_2 = NULL; KeyValuePair_2_t4092631766 V_3; memset(&V_3, 0, sizeof(V_3)); String_t* V_4 = NULL; { List_1_t3319525431 * L_0 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_0, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_0 = L_0; Dictionary_2_t1694959599 * L_1 = __this->get_m_ConfigLib_0(); NullCheck(L_1); Enumerator_t3649142374 L_2 = Dictionary_2_GetEnumerator_m2239874652(L_1, /*hidden argument*/Dictionary_2_GetEnumerator_m2239874652_RuntimeMethod_var); V_1 = L_2; goto IL_006d; } IL_0017: { KeyValuePair_2_t4092631766 L_3 = Enumerator_get_Current_m426899978((&V_1), /*hidden argument*/Enumerator_get_Current_m426899978_RuntimeMethod_var); V_3 = L_3; int32_t L_4 = KeyValuePair_2_get_Key_m4207901721((&V_3), /*hidden argument*/KeyValuePair_2_get_Key_m4207901721_RuntimeMethod_var); CDataProperty_t2806246268 * L_5 = CWndConfig__GetPageInfo_m1585972863(__this, L_4, /*hidden argument*/NULL); V_2 = L_5; CDataProperty_t2806246268 * L_6 = V_2; if (L_6) { goto IL_0038; } } { goto IL_006d; } IL_0038: { CDataProperty_t2806246268 * L_7 = V_2; NullCheck(L_7); int32_t L_8 = CDataProperty_GetInt_m1935343217(L_7, _stringLiteral1179590645, 0, /*hidden argument*/NULL); if (!L_8) { goto IL_006d; } } { CDataProperty_t2806246268 * L_9 = V_2; 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_9); String_t* L_11 = CDataProperty_GetWideStr_m3656006276(L_9, _stringLiteral3977388916, L_10, /*hidden argument*/NULL); V_4 = L_11; List_1_t3319525431 * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_13 = CLocalizationManager_GetInstance_m2075678818(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_14 = V_4; NullCheck(L_13); String_t* L_15 = CLocalizationManager_GetLocalizePath_m3024801825(L_13, L_14, /*hidden argument*/NULL); NullCheck(L_12); List_1_Add_m1685793073(L_12, L_15, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_006d: { bool L_16 = Enumerator_MoveNext_m1038192287((&V_1), /*hidden argument*/Enumerator_MoveNext_m1038192287_RuntimeMethod_var); if (L_16) { goto IL_0017; } } { List_1_t3319525431 * L_17 = V_0; return L_17; } } // System.Collections.Generic.Dictionary`2/KeyCollection DMCore.Logic.CWndConfig::get_WndIDList() extern "C" IL2CPP_METHOD_ATTR KeyCollection_t1884635070 * CWndConfig_get_WndIDList_m4171569753 (CWndConfig_t982602484 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndConfig_get_WndIDList_m4171569753_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1694959599 * L_0 = __this->get_m_ConfigLib_0(); NullCheck(L_0); KeyCollection_t1884635070 * L_1 = Dictionary_2_get_Keys_m3423292848(L_0, /*hidden argument*/Dictionary_2_get_Keys_m3423292848_RuntimeMethod_var); return L_1; } } // DMCore.CDataProperty DMCore.Logic.CWndConfig::_GetPageInfo(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * CWndConfig__GetPageInfo_m1585972863 (CWndConfig_t982602484 * __this, int32_t ___pageID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndConfig__GetPageInfo_m1585972863_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; int32_t V_1 = 0; { V_0 = (CDataProperty_t2806246268 *)NULL; int32_t L_0 = ___pageID0; V_1 = L_0; Dictionary_2_t1694959599 * L_1 = __this->get_m_ConfigLib_0(); int32_t L_2 = V_1; NullCheck(L_1); bool L_3 = Dictionary_2_TryGetValue_m1644877753(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1644877753_RuntimeMethod_var); if (!L_3) { goto IL_001d; } } { CDataProperty_t2806246268 * L_4 = V_0; if (L_4) { goto IL_0028; } } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_5 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = ___pageID0; NullCheck(L_5); CWndController_LogPageError_m2045038614(L_5, L_6, /*hidden argument*/NULL); } IL_0028: { CDataProperty_t2806246268 * L_7 = V_0; return L_7; } } // System.Void DMCore.Logic.CWndConfig::_LoadFromLocal(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CWndConfig__LoadFromLocal_m3417922943 (CWndConfig_t982602484 * __this, String_t* ___configPath0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndConfig__LoadFromLocal_m3417922943_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextAsset_t3022178571 * V_0 = NULL; { IResourceManager_t3165642952 * L_0 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___configPath0; NullCheck(L_0); Object_t631007953 * L_2 = IResourceManager_CreateResource_m3145560403(L_0, L_1, /*hidden argument*/NULL); V_0 = ((TextAsset_t3022178571 *)IsInstClass((RuntimeObject*)L_2, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0053; } } { TextAsset_t3022178571 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = TextAsset_get_text_m2027878391(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0042; } } { TextAsset_t3022178571 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = TextAsset_get_text_m2027878391(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_9))) { goto IL_0042; } } { TextAsset_t3022178571 * L_10 = V_0; int32_t L_11 = ___userData1; CWndConfig__OnLoad_m568120624(__this, L_10, L_11, /*hidden argument*/NULL); } IL_0042: { IResourceManager_t3165642952 * L_12 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_13 = ___configPath0; NullCheck(L_12); VirtFuncInvoker1< bool, String_t* >::Invoke(7 /* System.Boolean DMCore.Framework.Resource.IResourceManager::ClearCache(System.String) */, L_12, L_13); goto IL_0068; } IL_0053: { CLogHelp_t779629444 * L_14 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_15 = ___configPath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3348867592, L_15, /*hidden argument*/NULL); NullCheck(L_14); CLogHelp_LogError_m609093992(L_14, L_16, /*hidden argument*/NULL); } IL_0068: { return; } } // System.Boolean DMCore.Logic.CWndConfig::_OnLoad(UnityEngine.TextAsset,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CWndConfig__OnLoad_m568120624 (CWndConfig_t982602484 * __this, TextAsset_t3022178571 * ___loadedObj0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndConfig__OnLoad_m568120624_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_B5_0 = NULL; { TextAsset_t3022178571 * L_0 = ___loadedObj0; 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_001d; } } { CLogHelp_t779629444 * L_2 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CLogHelp_Log_m386290467(L_2, _stringLiteral2949236148, /*hidden argument*/NULL); return (bool)0; } IL_001d: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_3 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_3, /*hidden argument*/NULL); V_0 = L_3; XmlDocument_t2837193595 * L_4 = V_0; TextAsset_t3022178571 * L_5 = ___loadedObj0; NullCheck(L_5); String_t* L_6 = TextAsset_get_text_m2027878391(L_5, /*hidden argument*/NULL); NullCheck(L_4); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_4, L_6); XmlDocument_t2837193595 * L_7 = V_0; if (!L_7) { goto IL_0045; } } IL_0035: { XmlDocument_t2837193595 * L_8 = V_0; NullCheck(L_8); XmlNode_t3767805227 * L_9 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_8); G_B5_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_9, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0046; } IL_0045: { G_B5_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0046: { V_1 = G_B5_0; 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); V_2 = L_11; XmlNodeList_t2551693786 * L_12 = V_2; if (L_12) { goto IL_005b; } } IL_0054: { V_3 = (bool)0; goto IL_00dd; } IL_005b: { Dictionary_2_t1694959599 * L_13 = __this->get_m_ConfigLib_0(); NullCheck(L_13); Dictionary_2_Clear_m4112985529(L_13, /*hidden argument*/Dictionary_2_Clear_m4112985529_RuntimeMethod_var); V_4 = 0; goto IL_00b1; } IL_006e: { XmlNodeList_t2551693786 * L_14 = V_2; int32_t L_15 = V_4; 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); V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_16, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_17 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_18 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_17, _stringLiteral3456546791, 0, /*hidden argument*/NULL); V_6 = L_18; CDataProperty_t2806246268 * L_19 = (CDataProperty_t2806246268 *)il2cpp_codegen_object_new(CDataProperty_t2806246268_il2cpp_TypeInfo_var); CDataProperty__ctor_m4247268200(L_19, /*hidden argument*/NULL); V_7 = L_19; CDataProperty_t2806246268 * L_20 = V_7; XmlElement_t561603118 * L_21 = V_5; NullCheck(L_20); CDataProperty_DeserialFromXml_m1844093992(L_20, L_21, /*hidden argument*/NULL); Dictionary_2_t1694959599 * L_22 = __this->get_m_ConfigLib_0(); int32_t L_23 = V_6; CDataProperty_t2806246268 * L_24 = V_7; NullCheck(L_22); Dictionary_2_set_Item_m602988468(L_22, L_23, L_24, /*hidden argument*/Dictionary_2_set_Item_m602988468_RuntimeMethod_var); int32_t L_25 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00b1: { int32_t L_26 = V_4; XmlNodeList_t2551693786 * L_27 = V_2; NullCheck(L_27); int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_27); if ((((int32_t)L_26) < ((int32_t)L_28))) { goto IL_006e; } } IL_00be: { goto IL_00db; } } // 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_00c3; throw e; } CATCH_00c3: { // begin catch(System.Exception) V_8 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_29 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_30 = V_8; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30); NullCheck(L_29); CLogHelp_LogFile_m4227814860(L_29, L_31, /*hidden argument*/NULL); goto IL_00db; } // end catch (depth: 1) IL_00db: { return (bool)1; } IL_00dd: { bool L_32 = V_3; return L_32; } } // System.Void DMCore.Logic.CWndConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void CWndConfig__cctor_m1729118991 (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.CWndController::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWndController__ctor_m3998243365 (CWndController_t749709641 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController__ctor_m3998243365_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyCollection_t1884635070 * V_0 = NULL; Enumerator_t1877136583 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; CWndBase_t3050027735 * V_3 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t3999618383 * L_0 = (Dictionary_2_t3999618383 *)il2cpp_codegen_object_new(Dictionary_2_t3999618383_il2cpp_TypeInfo_var); Dictionary_2__ctor_m161680736(L_0, /*hidden argument*/Dictionary_2__ctor_m161680736_RuntimeMethod_var); __this->set_m_dictionary_5(L_0); IL2CPP_RUNTIME_CLASS_INIT(CWndConfig_t982602484_il2cpp_TypeInfo_var); CWndConfig_t982602484 * L_1 = CWndConfig_GetInstance_m481647544(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); KeyCollection_t1884635070 * L_2 = CWndConfig_get_WndIDList_m4171569753(L_1, /*hidden argument*/NULL); V_0 = L_2; KeyCollection_t1884635070 * L_3 = V_0; NullCheck(L_3); Enumerator_t1877136583 L_4 = KeyCollection_GetEnumerator_m1471352627(L_3, /*hidden argument*/KeyCollection_GetEnumerator_m1471352627_RuntimeMethod_var); V_1 = L_4; goto IL_0054; } IL_0028: { int32_t L_5 = Enumerator_get_Current_m3590314930((&V_1), /*hidden argument*/Enumerator_get_Current_m3590314930_RuntimeMethod_var); V_2 = L_5; int32_t L_6 = V_2; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)1000))))) { goto IL_0040; } } { goto IL_0054; } IL_0040: { int32_t L_7 = V_2; CWndBase_t3050027735 * L_8 = (CWndBase_t3050027735 *)il2cpp_codegen_object_new(CWndBase_t3050027735_il2cpp_TypeInfo_var); CWndBase__ctor_m373953814(L_8, L_7, /*hidden argument*/NULL); V_3 = L_8; Dictionary_2_t3999618383 * L_9 = __this->get_m_dictionary_5(); int32_t L_10 = V_2; CWndBase_t3050027735 * L_11 = V_3; NullCheck(L_9); Dictionary_2_Add_m2778089198(L_9, L_10, L_11, /*hidden argument*/Dictionary_2_Add_m2778089198_RuntimeMethod_var); } IL_0054: { bool L_12 = Enumerator_MoveNext_m2657681812((&V_1), /*hidden argument*/Enumerator_MoveNext_m2657681812_RuntimeMethod_var); if (L_12) { goto IL_0028; } } { __this->set_m_lastActivePage_7(((int32_t)1000)); __this->set_m_activePage_6(((int32_t)1000)); __this->set_m_NeedShowTaskPage_8(((int32_t)1000)); UIWndStack_t3738908003 * L_13 = (UIWndStack_t3738908003 *)il2cpp_codegen_object_new(UIWndStack_t3738908003_il2cpp_TypeInfo_var); UIWndStack__ctor_m2627482954(L_13, /*hidden argument*/NULL); __this->set_m_ShowWndStack_0(L_13); __this->set_m_rootPage_2(((int32_t)1000)); __this->set_m_customReturnPage_3(((int32_t)1000)); Dictionary_2_t3385622220 * L_14 = (Dictionary_2_t3385622220 *)il2cpp_codegen_object_new(Dictionary_2_t3385622220_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4193547877(L_14, /*hidden argument*/Dictionary_2__ctor_m4193547877_RuntimeMethod_var); __this->set_m_SceneBGGroup_4(L_14); return; } } // DMCore.Logic.CWndController DMCore.Logic.CWndController::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWndController_t749709641 * CWndController_GetInstance_m4155889192 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_GetInstance_m4155889192_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = ((CWndController_t749709641_StaticFields*)il2cpp_codegen_static_fields_for(CWndController_t749709641_il2cpp_TypeInfo_var))->get_s_Instance_9(); if (L_0) { goto IL_0014; } } { CWndController_t749709641 * L_1 = (CWndController_t749709641 *)il2cpp_codegen_object_new(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController__ctor_m3998243365(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); ((CWndController_t749709641_StaticFields*)il2cpp_codegen_static_fields_for(CWndController_t749709641_il2cpp_TypeInfo_var))->set_s_Instance_9(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_2 = ((CWndController_t749709641_StaticFields*)il2cpp_codegen_static_fields_for(CWndController_t749709641_il2cpp_TypeInfo_var))->get_s_Instance_9(); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_ShowUI_m3552255067_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___page0; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)22))))) { goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(CFunctionSwitchConfig_t2078484928_il2cpp_TypeInfo_var); CFunctionSwitchConfig_t2078484928 * L_1 = CFunctionSwitchConfig_GetInstance_m3858206373(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = CFunctionSwitchConfig_IsOpen_m1875464689(L_1, ((int32_t)43), /*hidden argument*/NULL); if (L_2) { goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m686064934(NULL /*static, unused*/, 1, _stringLiteral2235429914, (OnMsgBoxClkCallBack_t3229751541 *)NULL, /*hidden argument*/NULL); return (bool)0; } IL_0027: { int32_t L_3 = ___page0; bool L_4 = CWndController_ChangePage_m2787250430(__this, L_3, /*hidden argument*/NULL); return L_4; } } // 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) { { int32_t L_0 = ___returnPage1; CWndController_set_CustomReturnPage_m119343810(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___destPage0; bool L_2 = CWndController_ChangePage_m2787250430(__this, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { int32_t V_0 = 0; CWndDescription_t3003093839 * V_1 = NULL; { UIWndStack_t3738908003 * L_0 = __this->get_m_ShowWndStack_0(); int32_t L_1 = ___page0; NullCheck(L_0); UIWndStack_Pop_m344706053(L_0, L_1, /*hidden argument*/NULL); int32_t L_2 = ___page0; bool L_3 = CWndController_IsProcessByOwn_m910077031(__this, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001a; } } { return; } IL_001a: { V_0 = ((int32_t)1000); int32_t L_4 = ___page0; CWndDescription_t3003093839 * L_5 = CWndController_GetDescription_m2808589300(__this, L_4, /*hidden argument*/NULL); V_1 = L_5; CWndDescription_t3003093839 * L_6 = V_1; if (!L_6) { goto IL_0041; } } { CWndDescription_t3003093839 * L_7 = V_1; NullCheck(L_7); int32_t L_8 = CWndDescription_get_pageType_m1253605596(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0041; } } { int32_t L_9 = CWndController_get_CustomReturnPage_m2097740777(__this, /*hidden argument*/NULL); V_0 = L_9; } IL_0041: { int32_t L_10 = V_0; if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)1000))))) { goto IL_0058; } } { UIWndStack_t3738908003 * L_11 = __this->get_m_ShowWndStack_0(); NullCheck(L_11); int32_t L_12 = UIWndStack_get_Top_m4133647772(L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_0058: { int32_t L_13 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)1000))))) { goto IL_006a; } } { int32_t L_14 = CWndController_get_RootPage_m145909665(__this, /*hidden argument*/NULL); V_0 = L_14; } IL_006a: { int32_t L_15 = __this->get_m_activePage_6(); int32_t L_16 = ___page0; if ((!(((uint32_t)L_15) == ((uint32_t)L_16)))) { goto IL_0081; } } { __this->set_m_activePage_6(((int32_t)1000)); } IL_0081: { int32_t L_17 = V_0; CWndController_ChangePage_m2787250430(__this, L_17, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CWndController::ShowAll() extern "C" IL2CPP_METHOD_ATTR void CWndController_ShowAll_m3337976037 (CWndController_t749709641 * __this, const RuntimeMethod* method) { { UIWndStack_t3738908003 * L_0 = __this->get_m_ShowWndStack_0(); NullCheck(L_0); UIWndStack_SetAllVisible_m3466958186(L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CWndController::HideAll() extern "C" IL2CPP_METHOD_ATTR void CWndController_HideAll_m3296345680 (CWndController_t749709641 * __this, const RuntimeMethod* method) { { UIWndStack_t3738908003 * L_0 = __this->get_m_ShowWndStack_0(); NullCheck(L_0); UIWndStack_SetAllVisible_m3466958186(L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CWndController::Clear() extern "C" IL2CPP_METHOD_ATTR void CWndController_Clear_m205881840 (CWndController_t749709641 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_Clear_m205881840_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t1658833862 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t2102323254 V_1; memset(&V_1, 0, sizeof(V_1)); { UIWndStack_t3738908003 * L_0 = __this->get_m_ShowWndStack_0(); NullCheck(L_0); UIWndStack_PopAll_m1271262479(L_0, /*hidden argument*/NULL); Dictionary_2_t3385622220 * L_1 = __this->get_m_SceneBGGroup_4(); NullCheck(L_1); Dictionary_2_Clear_m1120947885(L_1, /*hidden argument*/Dictionary_2_Clear_m1120947885_RuntimeMethod_var); Dictionary_2_t3999618383 * L_2 = __this->get_m_dictionary_5(); NullCheck(L_2); Enumerator_t1658833862 L_3 = Dictionary_2_GetEnumerator_m2997287878(L_2, /*hidden argument*/Dictionary_2_GetEnumerator_m2997287878_RuntimeMethod_var); V_0 = L_3; goto IL_003b; } IL_0027: { KeyValuePair_2_t2102323254 L_4 = Enumerator_get_Current_m1594297018((&V_0), /*hidden argument*/Enumerator_get_Current_m1594297018_RuntimeMethod_var); V_1 = L_4; CWndBase_t3050027735 * L_5 = KeyValuePair_2_get_Value_m179891610((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m179891610_RuntimeMethod_var); NullCheck(L_5); VirtActionInvoker0::Invoke(6 /* System.Void DMCore.Logic.CWndBase::DestroyUI() */, L_5); } IL_003b: { bool L_6 = Enumerator_MoveNext_m1822191345((&V_0), /*hidden argument*/Enumerator_MoveNext_m1822191345_RuntimeMethod_var); if (L_6) { goto IL_0027; } } { __this->set_m_lastActivePage_7(((int32_t)1000)); __this->set_m_activePage_6(((int32_t)1000)); __this->set_m_rootScene_1((Transform_t3600365921 *)NULL); __this->set_m_rootPage_2(((int32_t)1000)); __this->set_m_customReturnPage_3(((int32_t)1000)); return; } } // System.Boolean DMCore.Logic.CWndController::IsExist(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_IsExist_m1254965977 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method) { { UIWndStack_t3738908003 * L_0 = __this->get_m_ShowWndStack_0(); int32_t L_1 = ___page0; NullCheck(L_0); bool L_2 = UIWndStack_IsExist_m3606385611(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean DMCore.Logic.CWndController::IsExistEx(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_IsExistEx_m3924165208 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_IsExistEx_m3924165208_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; GameObject_t1113636619 * V_1 = NULL; { UIWndStack_t3738908003 * L_0 = __this->get_m_ShowWndStack_0(); int32_t L_1 = ___page0; NullCheck(L_0); bool L_2 = UIWndStack_IsExist_m3606385611(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_0050; } } { int32_t L_4 = ___page0; GameObject_t1113636619 * L_5 = CWndController_FindDelayBindWndUI_m2842226314(__this, L_4, /*hidden argument*/NULL); V_1 = L_5; GameObject_t1113636619 * L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_7 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0036; } } { UIWndStack_t3738908003 * L_8 = __this->get_m_ShowWndStack_0(); int32_t L_9 = ___page0; NullCheck(L_8); UIWndStack_Pop_m344706053(L_8, L_9, /*hidden argument*/NULL); return (bool)0; } IL_0036: { GameObject_t1113636619 * L_10 = V_1; NullCheck(L_10); bool L_11 = GameObject_get_activeInHierarchy_m2006396688(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0050; } } { UIWndStack_t3738908003 * L_12 = __this->get_m_ShowWndStack_0(); int32_t L_13 = ___page0; NullCheck(L_12); UIWndStack_Pop_m344706053(L_12, L_13, /*hidden argument*/NULL); return (bool)0; } IL_0050: { bool L_14 = V_0; return L_14; } } // System.Boolean DMCore.Logic.CWndController::IsReady() extern "C" IL2CPP_METHOD_ATTR bool CWndController_IsReady_m1137062684 (CWndController_t749709641 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean DMCore.Logic.CWndController::SetAnimationRoot(DMCore.Logic.enumPersonPage,UnityEngine.GameObject[]) extern "C" IL2CPP_METHOD_ATTR bool CWndController_SetAnimationRoot_m629649345 (CWndController_t749709641 * __this, int32_t ___page0, GameObjectU5BU5D_t3328599146* ___root1, const RuntimeMethod* method) { CWndBase_t3050027735 * V_0 = NULL; { int32_t L_0 = ___page0; CWndBase_t3050027735 * L_1 = CWndController_FindDelayBindWnd_m1596504395(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CWndBase_t3050027735 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return (bool)0; } IL_0010: { CWndBase_t3050027735 * L_3 = V_0; GameObjectU5BU5D_t3328599146* L_4 = ___root1; NullCheck(L_3); CWndBase_SetAnimationRoot_m230946585(L_3, L_4, /*hidden argument*/NULL); return (bool)1; } } // 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) { CWndBase_t3050027735 * V_0 = NULL; { CWndBase_t3050027735 * L_0 = CWndController_FindDelayBindWnd_m1596504395(__this, 6, /*hidden argument*/NULL); V_0 = L_0; CWndBase_t3050027735 * L_1 = V_0; if (!L_1) { goto IL_0015; } } { CWndBase_t3050027735 * L_2 = V_0; CDataArray_t4068198041 * L_3 = ___param1; NullCheck(L_2); CWndBase_SetCustomParam_m845516219(L_2, L_3, /*hidden argument*/NULL); } IL_0015: { return; } } // DMCore.CDataArray DMCore.Logic.CWndController::GetCustomParam(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR CDataArray_t4068198041 * CWndController_GetCustomParam_m2005932831 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method) { CWndBase_t3050027735 * V_0 = NULL; CDataArray_t4068198041 * G_B3_0 = NULL; { CWndBase_t3050027735 * L_0 = CWndController_FindDelayBindWnd_m1596504395(__this, 6, /*hidden argument*/NULL); V_0 = L_0; CWndBase_t3050027735 * L_1 = V_0; if (!L_1) { goto IL_0019; } } { CWndBase_t3050027735 * L_2 = V_0; NullCheck(L_2); CDataArray_t4068198041 * L_3 = CWndBase_GetCustomParam_m1799879963(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_001a; } IL_0019: { G_B3_0 = ((CDataArray_t4068198041 *)(NULL)); } IL_001a: { return G_B3_0; } } // System.Void DMCore.Logic.CWndController::AddSceneBG(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CWndController_AddSceneBG_m2951648699 (CWndController_t749709641 * __this, Transform_t3600365921 * ___bg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_AddSceneBG_m2951648699_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = ___bg0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return; } IL_000d: { Dictionary_2_t3385622220 * L_2 = __this->get_m_SceneBGGroup_4(); Transform_t3600365921 * L_3 = ___bg0; NullCheck(L_3); String_t* L_4 = Object_get_name_m4211327027(L_3, /*hidden argument*/NULL); Transform_t3600365921 * L_5 = ___bg0; NullCheck(L_2); Dictionary_2_Add_m3184925404(L_2, L_4, L_5, /*hidden argument*/Dictionary_2_Add_m3184925404_RuntimeMethod_var); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_CreateDelayBindWnd_m1486584967_MetadataUsageId); s_Il2CppMethodInitialized = true; } CWndBase_t3050027735 * V_0 = NULL; { V_0 = (CWndBase_t3050027735 *)NULL; Dictionary_2_t3999618383 * L_0 = __this->get_m_dictionary_5(); int32_t L_1 = ___page0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m3902732185(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3902732185_RuntimeMethod_var); if (!L_2) { goto IL_0022; } } { CWndBase_t3050027735 * L_3 = V_0; if (!L_3) { goto IL_0022; } } { CWndBase_t3050027735 * L_4 = V_0; NullCheck(L_4); GameObject_t1113636619 * L_5 = VirtFuncInvoker0< GameObject_t1113636619 * >::Invoke(5 /* UnityEngine.GameObject DMCore.Logic.CWndBase::InitUI() */, L_4); return L_5; } IL_0022: { return (GameObject_t1113636619 *)NULL; } } // DMCore.Logic.CWndDescription DMCore.Logic.CWndController::GetDescription(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR CWndDescription_t3003093839 * CWndController_GetDescription_m2808589300 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method) { CWndBase_t3050027735 * V_0 = NULL; { int32_t L_0 = ___page0; CWndBase_t3050027735 * L_1 = CWndController_FindDelayBindWnd_m1596504395(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CWndBase_t3050027735 * L_2 = V_0; if (!L_2) { goto IL_0015; } } { CWndBase_t3050027735 * L_3 = V_0; NullCheck(L_3); CWndDescription_t3003093839 * L_4 = CWndBase_GetDescription_m2909989618(L_3, /*hidden argument*/NULL); return L_4; } IL_0015: { return (CWndDescription_t3003093839 *)NULL; } } // System.Void DMCore.Logic.CWndController::PushPageCache(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndController_PushPageCache_m2902029322 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_PushPageCache_m2902029322_MetadataUsageId); s_Il2CppMethodInitialized = true; } CWndBase_t3050027735 * V_0 = NULL; { V_0 = (CWndBase_t3050027735 *)NULL; Dictionary_2_t3999618383 * L_0 = __this->get_m_dictionary_5(); int32_t L_1 = ___page0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m3902732185(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3902732185_RuntimeMethod_var); if (!L_2) { goto IL_0026; } } { CWndBase_t3050027735 * L_3 = V_0; if (!L_3) { goto IL_0026; } } { CWndBase_t3050027735 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = CWndBase_GetPrefabName_m315662110(L_4, /*hidden argument*/NULL); IResHelp_PushCache_m1948052935(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); } IL_0026: { return; } } // System.Void DMCore.Logic.CWndController::OnCloseWndAnimationEnd(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CWndController_OnCloseWndAnimationEnd_m3031988752 (CWndController_t749709641 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___pageVal2, const RuntimeMethod* method) { { int32_t L_0 = ___pageVal2; CWndController_HideUI_m732482071(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.CWndController::DoWithWndEnable(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void CWndController_DoWithWndEnable_m2191996108 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_DoWithWndEnable_m2191996108_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; UIStretchU5BU5D_t1913257889* V_1 = NULL; int32_t V_2 = 0; UIAnchorU5BU5D_t1879526717* V_3 = NULL; int32_t V_4 = 0; { GameObject_t1113636619 * L_0 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return; } IL_000d: { Camera_t4157153871 * L_2 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*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*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0020; } } { return; } IL_0020: { GameObject_t1113636619 * L_5 = ___obj0; NullCheck(L_5); UIStretchU5BU5D_t1913257889* L_6 = GameObject_GetComponentsInChildren_TisUIStretch_t3058335968_m1115373642(L_5, /*hidden argument*/GameObject_GetComponentsInChildren_TisUIStretch_t3058335968_m1115373642_RuntimeMethod_var); V_1 = L_6; V_2 = 0; goto IL_0043; } IL_002e: { UIStretchU5BU5D_t1913257889* L_7 = V_1; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; UIStretch_t3058335968 * L_10 = (L_7)->GetAt(static_cast(L_9)); Camera_t4157153871 * L_11 = V_0; NullCheck(L_10); L_10->set_uiCamera_2(L_11); UIStretchU5BU5D_t1913257889* L_12 = V_1; int32_t L_13 = V_2; NullCheck(L_12); int32_t L_14 = L_13; UIStretch_t3058335968 * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); UIStretch_CheckStretch_m4040707222(L_15, /*hidden argument*/NULL); int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0043: { int32_t L_17 = V_2; UIStretchU5BU5D_t1913257889* L_18 = V_1; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_002e; } } { V_1 = (UIStretchU5BU5D_t1913257889*)NULL; GameObject_t1113636619 * L_19 = ___obj0; NullCheck(L_19); UIAnchorU5BU5D_t1879526717* L_20 = GameObject_GetComponentsInChildren_TisUIAnchor_t2527798900_m2230085053(L_19, /*hidden argument*/GameObject_GetComponentsInChildren_TisUIAnchor_t2527798900_m2230085053_RuntimeMethod_var); V_3 = L_20; V_4 = 0; goto IL_0076; } IL_005d: { UIAnchorU5BU5D_t1879526717* L_21 = V_3; int32_t L_22 = V_4; NullCheck(L_21); int32_t L_23 = L_22; UIAnchor_t2527798900 * L_24 = (L_21)->GetAt(static_cast(L_23)); Camera_t4157153871 * L_25 = V_0; NullCheck(L_24); L_24->set_uiCamera_3(L_25); UIAnchorU5BU5D_t1879526717* L_26 = V_3; int32_t L_27 = V_4; NullCheck(L_26); int32_t L_28 = L_27; UIAnchor_t2527798900 * L_29 = (L_26)->GetAt(static_cast(L_28)); NullCheck(L_29); UIAnchor_CheckAnchor_m3642567992(L_29, /*hidden argument*/NULL); int32_t L_30 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0076: { int32_t L_31 = V_4; UIAnchorU5BU5D_t1879526717* L_32 = V_3; NullCheck(L_32); if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length))))))) { goto IL_005d; } } { V_3 = (UIAnchorU5BU5D_t1879526717*)NULL; return; } } // System.Void DMCore.Logic.CWndController::LogPageError(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndController_LogPageError_m2045038614 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method) { { return; } } // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::get_LastActivePage() extern "C" IL2CPP_METHOD_ATTR int32_t CWndController_get_LastActivePage_m458314983 (CWndController_t749709641 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_lastActivePage_7(); return L_0; } } // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::get_ActivePage() extern "C" IL2CPP_METHOD_ATTR int32_t CWndController_get_ActivePage_m2720187282 (CWndController_t749709641 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_activePage_6(); return L_0; } } // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::get_NeedShowPage() extern "C" IL2CPP_METHOD_ATTR int32_t CWndController_get_NeedShowPage_m3624160226 (CWndController_t749709641 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_NeedShowTaskPage_8(); return L_0; } } // System.Void DMCore.Logic.CWndController::set_RootScene(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void CWndController_set_RootScene_m789173572 (CWndController_t749709641 * __this, Transform_t3600365921 * ___value0, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = ___value0; __this->set_m_rootScene_1(L_0); return; } } // UnityEngine.Transform DMCore.Logic.CWndController::get_RootScene() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CWndController_get_RootScene_m1166533669 (CWndController_t749709641 * __this, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = __this->get_m_rootScene_1(); return L_0; } } // System.Void DMCore.Logic.CWndController::set_RootPage(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndController_set_RootPage_m2358917180 (CWndController_t749709641 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_rootPage_2(L_0); return; } } // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::get_RootPage() extern "C" IL2CPP_METHOD_ATTR int32_t CWndController_get_RootPage_m145909665 (CWndController_t749709641 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_rootPage_2(); return L_0; } } // System.Void DMCore.Logic.CWndController::set_CustomReturnPage(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndController_set_CustomReturnPage_m119343810 (CWndController_t749709641 * __this, int32_t ___value0, const RuntimeMethod* method) { CWndController_t749709641 * G_B2_0 = NULL; CWndController_t749709641 * G_B1_0 = NULL; int32_t G_B3_0 = 0; CWndController_t749709641 * G_B3_1 = NULL; { int32_t L_0 = ___value0; int32_t L_1 = CWndController_get_RootPage_m145909665(__this, /*hidden argument*/NULL); G_B1_0 = __this; if ((((int32_t)L_0) == ((int32_t)L_1))) { G_B2_0 = __this; goto IL_0013; } } { int32_t L_2 = ___value0; G_B3_0 = ((int32_t)(L_2)); G_B3_1 = G_B1_0; goto IL_0018; } IL_0013: { G_B3_0 = ((int32_t)1000); G_B3_1 = G_B2_0; } IL_0018: { NullCheck(G_B3_1); G_B3_1->set_m_customReturnPage_3(G_B3_0); return; } } // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::get_CustomReturnPage() extern "C" IL2CPP_METHOD_ATTR int32_t CWndController_get_CustomReturnPage_m2097740777 (CWndController_t749709641 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_customReturnPage_3(); return L_0; } } // System.Void DMCore.Logic.CWndController::ForEachExistWnd(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void CWndController_ForEachExistWnd_m3749110966 (CWndController_t749709641 * __this, Action_2_t105723657 * ___func0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_ForEachExistWnd_m3749110966_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t1658833862 V_0; memset(&V_0, 0, sizeof(V_0)); GameObject_t1113636619 * V_1 = NULL; KeyValuePair_2_t2102323254 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t2102323254 V_3; memset(&V_3, 0, sizeof(V_3)); { Dictionary_2_t3999618383 * L_0 = __this->get_m_dictionary_5(); NullCheck(L_0); Enumerator_t1658833862 L_1 = Dictionary_2_GetEnumerator_m2997287878(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m2997287878_RuntimeMethod_var); V_0 = L_1; goto IL_004d; } IL_0011: { KeyValuePair_2_t2102323254 L_2 = Enumerator_get_Current_m1594297018((&V_0), /*hidden argument*/Enumerator_get_Current_m1594297018_RuntimeMethod_var); V_2 = L_2; CWndBase_t3050027735 * L_3 = KeyValuePair_2_get_Value_m179891610((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m179891610_RuntimeMethod_var); NullCheck(L_3); GameObject_t1113636619 * L_4 = VirtFuncInvoker0< GameObject_t1113636619 * >::Invoke(4 /* UnityEngine.GameObject DMCore.Logic.CWndBase::GetUI() */, L_3); V_1 = L_4; GameObject_t1113636619 * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_004d; } } { Action_2_t105723657 * L_7 = ___func0; KeyValuePair_2_t2102323254 L_8 = Enumerator_get_Current_m1594297018((&V_0), /*hidden argument*/Enumerator_get_Current_m1594297018_RuntimeMethod_var); V_3 = L_8; CWndBase_t3050027735 * L_9 = KeyValuePair_2_get_Value_m179891610((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m179891610_RuntimeMethod_var); NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(7 /* DMCore.Logic.enumPersonPage DMCore.Logic.CWndBase::GetWndPageID() */, L_9); GameObject_t1113636619 * L_11 = V_1; NullCheck(L_7); Action_2_Invoke_m3372764685(L_7, L_10, L_11, /*hidden argument*/Action_2_Invoke_m3372764685_RuntimeMethod_var); } IL_004d: { bool L_12 = Enumerator_MoveNext_m1822191345((&V_0), /*hidden argument*/Enumerator_MoveNext_m1822191345_RuntimeMethod_var); if (L_12) { goto IL_0011; } } { return; } } // System.Boolean DMCore.Logic.CWndController::ChangePage(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_ChangePage_m2787250430 (CWndController_t749709641 * __this, int32_t ___destPage0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_ChangePage_m2787250430_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; CWndDescription_t3003093839 * V_1 = NULL; { int32_t L_0 = ___destPage0; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)1000))))) { goto IL_000d; } } { return (bool)0; } IL_000d: { Camera_t4157153871 * L_1 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_1; Camera_t4157153871 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0021; } } { return (bool)0; } IL_0021: { int32_t L_4 = ___destPage0; __this->set_m_NeedShowTaskPage_8(L_4); int32_t L_5 = __this->get_m_activePage_6(); int32_t L_6 = ___destPage0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0036; } } { return (bool)1; } IL_0036: { int32_t L_7 = ___destPage0; CWndDescription_t3003093839 * L_8 = CWndController_GetDescription_m2808589300(__this, L_7, /*hidden argument*/NULL); V_1 = L_8; CWndDescription_t3003093839 * L_9 = V_1; if (L_9) { goto IL_0046; } } { return (bool)0; } IL_0046: { CWndDescription_t3003093839 * L_10 = V_1; NullCheck(L_10); int32_t L_11 = CWndDescription_get_pageType_m1253605596(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_007c; } } { UIWndStack_t3738908003 * L_12 = __this->get_m_ShowWndStack_0(); int32_t L_13 = ___destPage0; NullCheck(L_12); UIWndStack_ChangeMainPage_m1215969198(L_12, L_13, /*hidden argument*/NULL); int32_t L_14 = ___destPage0; int32_t L_15 = CWndController_get_RootPage_m145909665(__this, /*hidden argument*/NULL); if ((((int32_t)L_14) == ((int32_t)L_15))) { goto IL_007c; } } { int32_t L_16 = CWndController_get_RootPage_m145909665(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_17 = CWndController_FindDelayBindWndUI_m2842226314(__this, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_17, (bool)0, /*hidden argument*/NULL); } IL_007c: { int32_t L_18 = ___destPage0; CWndController_DoOpenNewPage_m308019260(__this, L_18, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Logic.CWndController::DoOpenNewPage(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndController_DoOpenNewPage_m308019260 (CWndController_t749709641 * __this, int32_t ___newPage0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_DoOpenNewPage_m308019260_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; { int32_t L_0 = __this->get_m_activePage_6(); int32_t L_1 = ___newPage0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000d; } } { return; } IL_000d: { int32_t L_2 = ___newPage0; GameObject_t1113636619 * L_3 = CWndController_FindDelayBindWndUI_m2842226314(__this, L_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_002d; } } { int32_t L_6 = ___newPage0; CWndController_DoOpenNewPageEnd_m1199809479(__this, L_6, /*hidden argument*/NULL); goto IL_0040; } IL_002d: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_7 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_8 = ___newPage0; NullCheck(L_7); GameObject_t1113636619 * L_9 = CWndController_CreateDelayBindWnd_m1486584967(L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; int32_t L_10 = ___newPage0; CWndController_DoOpenNewPageEnd_m1199809479(__this, L_10, /*hidden argument*/NULL); } IL_0040: { return; } } // System.Void DMCore.Logic.CWndController::DoOpenNewPageEnd(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndController_DoOpenNewPageEnd_m1199809479 (CWndController_t749709641 * __this, int32_t ___newPage0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_DoOpenNewPageEnd_m1199809479_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; bool V_1 = false; CWndDescription_t3003093839 * V_2 = NULL; Camera_t4157153871 * V_3 = NULL; Enumerator_t1044837699 V_4; memset(&V_4, 0, sizeof(V_4)); KeyValuePair_2_t1488327091 V_5; memset(&V_5, 0, sizeof(V_5)); KeyValuePair_2_t1488327091 V_6; memset(&V_6, 0, sizeof(V_6)); int32_t V_7 = 0; GameObject_t1113636619 * V_8 = NULL; Vector3_t3722313464 V_9; memset(&V_9, 0, sizeof(V_9)); Vector3_t3722313464 V_10; memset(&V_10, 0, sizeof(V_10)); int32_t G_B27_0 = 0; { int32_t L_0 = __this->get_m_activePage_6(); __this->set_m_lastActivePage_7(L_0); int32_t L_1 = ___newPage0; bool L_2 = CWndController_IsProcessByOwn_m910077031(__this, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001f; } } { int32_t L_3 = ___newPage0; __this->set_m_activePage_6(L_3); } IL_001f: { int32_t L_4 = CWndController_get_CustomReturnPage_m2097740777(__this, /*hidden argument*/NULL); int32_t L_5 = __this->get_m_activePage_6(); if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_003b; } } { CWndController_set_CustomReturnPage_m119343810(__this, ((int32_t)1000), /*hidden argument*/NULL); } IL_003b: { int32_t L_6 = ___newPage0; GameObject_t1113636619 * L_7 = CWndController_CreateDelayBindWnd_m1486584967(__this, L_6, /*hidden argument*/NULL); V_0 = L_7; GameObject_t1113636619 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0096; } } { GameObject_t1113636619 * L_10 = V_0; NullCheck(L_10); bool L_11 = GameObject_get_activeSelf_m1767405923(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0061; } } { GameObject_t1113636619 * L_12 = V_0; NullCheck(L_12); GameObject_SetActive_m796801857(L_12, (bool)1, /*hidden argument*/NULL); } IL_0061: { GameObject_t1113636619 * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_DoWithWndEnable_m2191996108(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); UIWndStack_t3738908003 * L_14 = __this->get_m_ShowWndStack_0(); int32_t L_15 = ___newPage0; NullCheck(L_14); bool L_16 = UIWndStack_IsExist_m3606385611(L_14, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_008a; } } { int32_t L_17 = ___newPage0; CWndController_Notify_m3766668363(__this, L_17, (bool)0, /*hidden argument*/NULL); int32_t L_18 = ___newPage0; CWndController_PlayWndEffect_m3144106729(__this, L_18, (bool)0, /*hidden argument*/NULL); } IL_008a: { UIWndStack_t3738908003 * L_19 = __this->get_m_ShowWndStack_0(); int32_t L_20 = ___newPage0; NullCheck(L_19); UIWndStack_Push_m3605013023(L_19, L_20, /*hidden argument*/NULL); } IL_0096: { V_1 = (bool)1; int32_t L_21 = ___newPage0; CWndDescription_t3003093839 * L_22 = CWndController_GetDescription_m2808589300(__this, L_21, /*hidden argument*/NULL); V_2 = L_22; CWndDescription_t3003093839 * L_23 = V_2; if (!L_23) { goto IL_01c3; } } { Camera_t4157153871 * L_24 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = L_24; Camera_t4157153871 * L_25 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_26 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_012e; } } { CWndDescription_t3003093839 * L_27 = V_2; NullCheck(L_27); int32_t L_28 = CWndDescription_get_pageType_m1253605596(L_27, /*hidden argument*/NULL); if ((!(((uint32_t)L_28) == ((uint32_t)1)))) { goto IL_012e; } } { Dictionary_2_t3385622220 * L_29 = __this->get_m_SceneBGGroup_4(); NullCheck(L_29); Enumerator_t1044837699 L_30 = Dictionary_2_GetEnumerator_m629123126(L_29, /*hidden argument*/Dictionary_2_GetEnumerator_m629123126_RuntimeMethod_var); V_4 = L_30; goto IL_0106; } IL_00d6: { KeyValuePair_2_t1488327091 L_31 = Enumerator_get_Current_m767911462((&V_4), /*hidden argument*/Enumerator_get_Current_m767911462_RuntimeMethod_var); V_5 = L_31; Transform_t3600365921 * L_32 = KeyValuePair_2_get_Value_m607252328((&V_5), /*hidden argument*/KeyValuePair_2_get_Value_m607252328_RuntimeMethod_var); CWndDescription_t3003093839 * L_33 = V_2; NullCheck(L_33); String_t* L_34 = CWndDescription_get_maskName_m198987096(L_33, /*hidden argument*/NULL); KeyValuePair_2_t1488327091 L_35 = Enumerator_get_Current_m767911462((&V_4), /*hidden argument*/Enumerator_get_Current_m767911462_RuntimeMethod_var); V_6 = L_35; String_t* L_36 = KeyValuePair_2_get_Key_m2892137574((&V_6), /*hidden argument*/KeyValuePair_2_get_Key_m2892137574_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_37 = String_op_Equality_m920492651(NULL /*static, unused*/, L_34, L_36, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_32, L_37, /*hidden argument*/NULL); } IL_0106: { bool L_38 = Enumerator_MoveNext_m1720589227((&V_4), /*hidden argument*/Enumerator_MoveNext_m1720589227_RuntimeMethod_var); if (L_38) { goto IL_00d6; } } { Camera_t4157153871 * L_39 = V_3; NullCheck(L_39); GameObject_t1113636619 * L_40 = Component_get_gameObject_m442555142(L_39, /*hidden argument*/NULL); CWndDescription_t3003093839 * L_41 = V_2; NullCheck(L_41); bool L_42 = CWndDescription_get_isShowReturnBtn_m1761035090(L_41, /*hidden argument*/NULL); bool L_43 = L_42; RuntimeObject * L_44 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_43); NullCheck(L_40); GameObject_SendMessage_m3720186693(L_40, _stringLiteral3044938454, L_44, 1, /*hidden argument*/NULL); } IL_012e: { CWndDescription_t3003093839 * L_45 = V_2; NullCheck(L_45); int32_t L_46 = CWndDescription_get_isShow3DModel_m3333961736(L_45, /*hidden argument*/NULL); V_7 = L_46; int32_t L_47 = V_7; switch (L_47) { case 0: { goto IL_0166; } case 1: { goto IL_0177; } case 2: { goto IL_0188; } case 3: { goto IL_01af; } case 4: { goto IL_018d; } case 5: { goto IL_01af; } case 6: { goto IL_01af; } case 7: { goto IL_01af; } case 8: { goto IL_019e; } } } { goto IL_01af; } IL_0166: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); CMiscHelp_SetPetVisible_m3979938917(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); goto IL_01af; } IL_0177: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); CMiscHelp_SetPetVisible_m3979938917(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); goto IL_01af; } IL_0188: { goto IL_01af; } IL_018d: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); CMiscHelp_SetPetVisible_m3979938917(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); goto IL_01af; } IL_019e: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); CMiscHelp_SetPetVisible_m3979938917(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); goto IL_01af; } IL_01af: { CWndDescription_t3003093839 * L_48 = V_2; NullCheck(L_48); int32_t L_49 = CWndDescription_get_maskType_m934260092(L_48, /*hidden argument*/NULL); if ((!(((uint32_t)L_49) == ((uint32_t)5)))) { goto IL_01c1; } } { G_B27_0 = 0; goto IL_01c2; } IL_01c1: { G_B27_0 = 1; } IL_01c2: { V_1 = (bool)G_B27_0; } IL_01c3: { CWndDescription_t3003093839 * L_50 = V_2; NullCheck(L_50); int32_t L_51 = CWndDescription_get_pageType_m1253605596(L_50, /*hidden argument*/NULL); if ((!(((uint32_t)L_51) == ((uint32_t)1)))) { goto IL_01db; } } { Transform_t3600365921 * L_52 = CWndController_get_RootScene_m1166533669(__this, /*hidden argument*/NULL); bool L_53 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL); } IL_01db: { GameObject_t1113636619 * L_54 = CWndController_FindDelayBindWndUI_m2842226314(__this, ((int32_t)200), /*hidden argument*/NULL); V_8 = L_54; GameObject_t1113636619 * L_55 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_56 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0201; } } { GameObject_t1113636619 * L_57 = V_8; IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_58 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_57); GameObject_SetActive_m796801857(L_57, L_58, /*hidden argument*/NULL); } IL_0201: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_59 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_9 = L_59; Vector3_t3722313464 L_60 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); V_10 = L_60; CSystemBroadCast_t3934508125 * L_61 = CSystemBroadCast_GetInstance_m1023529546(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_61); CSystemBroadCast_GetBroadCastPos_m1246914633(L_61, (&V_9), (&V_10), /*hidden argument*/NULL); CSystemBroadCast_t3934508125 * L_62 = CSystemBroadCast_GetInstance_m1023529546(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_63 = V_9; Vector3_t3722313464 L_64 = V_10; NullCheck(L_62); CSystemBroadCast_TryMove_m3507204403(L_62, L_63, L_64, (OnSysBroadcastEnd_t3794690773 *)NULL, /*hidden argument*/NULL); int32_t L_65 = ___newPage0; if ((((int32_t)L_65) == ((int32_t)((int32_t)69)))) { goto IL_0247; } } { int32_t L_66 = ___newPage0; if ((((int32_t)L_66) == ((int32_t)((int32_t)70)))) { goto IL_0247; } } { IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_67 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_67); CSignsManager_RefreshSigns_m3266895297(L_67, /*hidden argument*/NULL); } IL_0247: { return; } } // DMCore.Logic.CWndBase DMCore.Logic.CWndController::FindDelayBindWnd(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR CWndBase_t3050027735 * CWndController_FindDelayBindWnd_m1596504395 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_FindDelayBindWnd_m1596504395_MetadataUsageId); s_Il2CppMethodInitialized = true; } CWndBase_t3050027735 * V_0 = NULL; { V_0 = (CWndBase_t3050027735 *)NULL; Dictionary_2_t3999618383 * L_0 = __this->get_m_dictionary_5(); int32_t L_1 = ___page0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m3902732185(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3902732185_RuntimeMethod_var); if (!L_2) { goto IL_001d; } } { CWndBase_t3050027735 * L_3 = V_0; if (!L_3) { goto IL_001d; } } { CWndBase_t3050027735 * L_4 = V_0; return L_4; } IL_001d: { return (CWndBase_t3050027735 *)NULL; } } // UnityEngine.GameObject DMCore.Logic.CWndController::FindDelayBindWndUI(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CWndController_FindDelayBindWndUI_m2842226314 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method) { CWndBase_t3050027735 * V_0 = NULL; { int32_t L_0 = ___page0; CWndBase_t3050027735 * L_1 = CWndController_FindDelayBindWnd_m1596504395(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CWndBase_t3050027735 * L_2 = V_0; if (!L_2) { goto IL_0015; } } { CWndBase_t3050027735 * L_3 = V_0; NullCheck(L_3); GameObject_t1113636619 * L_4 = VirtFuncInvoker0< GameObject_t1113636619 * >::Invoke(4 /* UnityEngine.GameObject DMCore.Logic.CWndBase::GetUI() */, L_3); return L_4; } IL_0015: { return (GameObject_t1113636619 *)NULL; } } // System.Boolean DMCore.Logic.CWndController::DestroyDelayWnd(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_DestroyDelayWnd_m4056018409 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method) { CWndBase_t3050027735 * V_0 = NULL; { int32_t L_0 = ___page0; CWndBase_t3050027735 * L_1 = CWndController_FindDelayBindWnd_m1596504395(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CWndBase_t3050027735 * L_2 = V_0; if (!L_2) { goto IL_001f; } } { int32_t L_3 = ___page0; CWndController_Notify_m3766668363(__this, L_3, (bool)1, /*hidden argument*/NULL); CWndBase_t3050027735 * L_4 = V_0; NullCheck(L_4); VirtActionInvoker0::Invoke(6 /* System.Void DMCore.Logic.CWndBase::DestroyUI() */, L_4); return (bool)1; } IL_001f: { return (bool)0; } } // DMCore.Logic.EnumWndType DMCore.Logic.CWndController::GetWndTypeSafe(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR int32_t CWndController_GetWndTypeSafe_m2351216305 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_GetWndTypeSafe_m2351216305_MetadataUsageId); s_Il2CppMethodInitialized = true; } CWndDescription_t3003093839 * V_0 = NULL; int32_t G_B3_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___page0; NullCheck(L_0); CWndDescription_t3003093839 * L_2 = CWndController_GetDescription_m2808589300(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; CWndDescription_t3003093839 * L_3 = V_0; if (!L_3) { goto IL_001d; } } { CWndDescription_t3003093839 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = CWndDescription_get_pageType_m1253605596(L_4, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_5)); goto IL_001e; } IL_001d: { G_B3_0 = 0; } IL_001e: { return (int32_t)(G_B3_0); } } // System.Boolean DMCore.Logic.CWndController::IsProcessByOwn(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_IsProcessByOwn_m910077031 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___page0; int32_t L_1 = CWndController_GetWndTypeSafe_m2351216305(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_0016; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)8)))) { goto IL_0018; } } IL_0016: { return (bool)1; } IL_0018: { return (bool)0; } } // System.Boolean DMCore.Logic.CWndController::Notify(DMCore.Logic.enumPersonPage,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWndController_Notify_m3766668363 (CWndController_t749709641 * __this, int32_t ___destPage0, bool ___isHide1, const RuntimeMethod* method) { { int32_t L_0 = ___destPage0; GameObject_t1113636619 * L_1 = CWndController_FindDelayBindWndUI_m2842226314(__this, L_0, /*hidden argument*/NULL); bool L_2 = ___isHide1; bool L_3 = CWndController_Notify_m3898823830(__this, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean DMCore.Logic.CWndController::Notify(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWndController_Notify_m3898823830 (CWndController_t749709641 * __this, GameObject_t1113636619 * ___destObj0, bool ___isHide1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_Notify_m3898823830_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = ___destObj0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { return (bool)0; } IL_000e: { bool L_2 = ___isHide1; if (!L_2) { goto IL_0025; } } { GameObject_t1113636619 * L_3 = ___destObj0; NullCheck(L_3); GameObject_SendMessage_m1121218340(L_3, _stringLiteral1021638907, 1, /*hidden argument*/NULL); goto IL_0031; } IL_0025: { GameObject_t1113636619 * L_4 = ___destObj0; NullCheck(L_4); GameObject_SendMessage_m1121218340(L_4, _stringLiteral3856504287, 1, /*hidden argument*/NULL); } IL_0031: { return (bool)1; } } // System.Boolean DMCore.Logic.CWndController::PlayWndEffect(DMCore.Logic.enumPersonPage,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CWndController_PlayWndEffect_m3144106729 (CWndController_t749709641 * __this, int32_t ___destPage0, bool ___isHide1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndController_PlayWndEffect_m3144106729_MetadataUsageId); s_Il2CppMethodInitialized = true; } CWndBase_t3050027735 * V_0 = NULL; List_1_t2585711361 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; List_1_t2585711361 * G_B3_0 = NULL; int32_t G_B6_0 = 0; { int32_t L_0 = ___destPage0; CWndBase_t3050027735 * L_1 = CWndController_FindDelayBindWnd_m1596504395(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; CWndBase_t3050027735 * L_2 = V_0; if (!L_2) { goto IL_0019; } } { CWndBase_t3050027735 * L_3 = V_0; NullCheck(L_3); List_1_t2585711361 * L_4 = CWndBase_GetAnimationRoot_m3881954996(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_001a; } IL_0019: { G_B3_0 = ((List_1_t2585711361 *)(NULL)); } IL_001a: { V_1 = G_B3_0; List_1_t2585711361 * L_5 = V_1; if (!L_5) { goto IL_002c; } } { List_1_t2585711361 * L_6 = V_1; NullCheck(L_6); int32_t L_7 = List_1_get_Count_m77021858(L_6, /*hidden argument*/List_1_get_Count_m77021858_RuntimeMethod_var); G_B6_0 = L_7; goto IL_002d; } IL_002c: { G_B6_0 = 0; } IL_002d: { V_2 = G_B6_0; int32_t L_8 = V_2; if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_0037; } } { return (bool)0; } IL_0037: { bool L_9 = ___isHide1; if (!L_9) { goto IL_0062; } } { V_3 = 0; goto IL_0056; } IL_0044: { List_1_t2585711361 * L_10 = V_1; int32_t L_11 = V_3; NullCheck(L_10); GameObject_t1113636619 * L_12 = List_1_get_Item_m2491728134(L_10, L_11, /*hidden argument*/List_1_get_Item_m2491728134_RuntimeMethod_var); int32_t L_13 = ___destPage0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_PlayUIFadeOutAnim_m1005460571(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); int32_t L_14 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0056: { int32_t L_15 = V_3; int32_t L_16 = V_2; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0044; } } { goto IL_0086; } IL_0062: { V_4 = 0; goto IL_007e; } IL_006a: { List_1_t2585711361 * L_17 = V_1; int32_t L_18 = V_4; NullCheck(L_17); GameObject_t1113636619 * L_19 = List_1_get_Item_m2491728134(L_17, L_18, /*hidden argument*/List_1_get_Item_m2491728134_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_PlayUIFadeInAnim_m3782047047(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); int32_t L_20 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007e: { int32_t L_21 = V_4; int32_t L_22 = V_2; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_006a; } } IL_0086: { return (bool)1; } } // System.Void DMCore.Logic.CWndController::.cctor() extern "C" IL2CPP_METHOD_ATTR void CWndController__cctor_m1505512352 (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.CWndController/UIWndStack::.ctor() extern "C" IL2CPP_METHOD_ATTR void UIWndStack__ctor_m2627482954 (UIWndStack_t3738908003 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIWndStack__ctor_m2627482954_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); BetterList_1_t1319896726 * L_0 = (BetterList_1_t1319896726 *)il2cpp_codegen_object_new(BetterList_1_t1319896726_il2cpp_TypeInfo_var); BetterList_1__ctor_m1597451403(L_0, /*hidden argument*/BetterList_1__ctor_m1597451403_RuntimeMethod_var); __this->set_m_Data_0(L_0); return; } } // System.Boolean DMCore.Logic.CWndController/UIWndStack::IsExist(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool UIWndStack_IsExist_m3606385611 (UIWndStack_t3738908003 * __this, int32_t ___page0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIWndStack_IsExist_m3606385611_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_001f; } IL_0007: { BetterList_1_t1319896726 * L_0 = __this->get_m_Data_0(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = BetterList_1_get_Item_m960213304(L_0, L_1, /*hidden argument*/BetterList_1_get_Item_m960213304_RuntimeMethod_var); int32_t L_3 = ___page0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_001b; } } { return (bool)1; } IL_001b: { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001f: { int32_t L_5 = V_0; BetterList_1_t1319896726 * L_6 = __this->get_m_Data_0(); NullCheck(L_6); int32_t L_7 = L_6->get_size_1(); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0007; } } { return (bool)0; } } // System.Void DMCore.Logic.CWndController/UIWndStack::Push(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void UIWndStack_Push_m3605013023 (UIWndStack_t3738908003 * __this, int32_t ___page0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIWndStack_Push_m3605013023_MetadataUsageId); s_Il2CppMethodInitialized = true; } CWndBase_t3050027735 * V_0 = NULL; CWndDescription_t3003093839 * V_1 = NULL; int32_t V_2 = 0; CWndBase_t3050027735 * V_3 = NULL; CWndDescription_t3003093839 * G_B3_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___page0; NullCheck(L_0); CWndBase_t3050027735 * L_2 = CWndController_FindDelayBindWnd_m1596504395(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; CWndBase_t3050027735 * L_3 = V_0; if (!L_3) { goto IL_001d; } } { CWndBase_t3050027735 * L_4 = V_0; NullCheck(L_4); CWndDescription_t3003093839 * L_5 = CWndBase_GetDescription_m2909989618(L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_001e; } IL_001d: { G_B3_0 = ((CWndDescription_t3003093839 *)(NULL)); } IL_001e: { V_1 = G_B3_0; CWndDescription_t3003093839 * L_6 = V_1; if (L_6) { goto IL_0026; } } { return; } IL_0026: { int32_t L_7 = ___page0; bool L_8 = UIWndStack_IsExist_m3606385611(__this, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_003e; } } { BetterList_1_t1319896726 * L_9 = __this->get_m_Data_0(); int32_t L_10 = ___page0; NullCheck(L_9); BetterList_1_Add_m2355985310(L_9, L_10, /*hidden argument*/BetterList_1_Add_m2355985310_RuntimeMethod_var); } IL_003e: { BetterList_1_t1319896726 * L_11 = __this->get_m_Data_0(); intptr_t L_12 = (intptr_t)UIWndStack_SortFunctor_m3425688177_RuntimeMethod_var; Comparison_1_t1939807587 * L_13 = (Comparison_1_t1939807587 *)il2cpp_codegen_object_new(Comparison_1_t1939807587_il2cpp_TypeInfo_var); Comparison_1__ctor_m1851185854(L_13, __this, L_12, /*hidden argument*/Comparison_1__ctor_m1851185854_RuntimeMethod_var); NullCheck(L_11); BetterList_1_Sort_m3908694908(L_11, L_13, /*hidden argument*/BetterList_1_Sort_m3908694908_RuntimeMethod_var); V_2 = 0; goto IL_008d; } IL_005c: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_14 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); BetterList_1_t1319896726 * L_15 = __this->get_m_Data_0(); int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = BetterList_1_get_Item_m960213304(L_15, L_16, /*hidden argument*/BetterList_1_get_Item_m960213304_RuntimeMethod_var); NullCheck(L_14); CWndBase_t3050027735 * L_18 = CWndController_FindDelayBindWnd_m1596504395(L_14, L_17, /*hidden argument*/NULL); V_3 = L_18; CWndBase_t3050027735 * L_19 = V_3; if (!L_19) { goto IL_0089; } } { CWndBase_t3050027735 * L_20 = V_3; int32_t L_21 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Common_t3802143103_il2cpp_TypeInfo_var); float L_22 = ((Common_t3802143103_StaticFields*)il2cpp_codegen_static_fields_for(Common_t3802143103_il2cpp_TypeInfo_var))->get_SINGLE_PAGE_DEPTH_31(); NullCheck(L_20); CWndBase_AdjustWndDepth_m334771164(L_20, ((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1))))), (float)L_22)), /*hidden argument*/NULL); } IL_0089: { int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008d: { int32_t L_24 = V_2; BetterList_1_t1319896726 * L_25 = __this->get_m_Data_0(); NullCheck(L_25); int32_t L_26 = L_25->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_26))) { goto IL_005c; } } { return; } } // System.Int32 DMCore.Logic.CWndController/UIWndStack::SortFunctor(DMCore.Logic.enumPersonPage,DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR int32_t UIWndStack_SortFunctor_m3425688177 (UIWndStack_t3738908003 * __this, int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIWndStack_SortFunctor_m3425688177_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___left0; NullCheck(L_0); CWndDescription_t3003093839 * L_2 = CWndController_GetDescription_m2808589300(L_0, L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CWndDescription_get_pageType_m1253605596(L_2, /*hidden argument*/NULL); V_0 = L_3; CWndController_t749709641 * L_4 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = ___right1; NullCheck(L_4); CWndDescription_t3003093839 * L_6 = CWndController_GetDescription_m2808589300(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CWndDescription_get_pageType_m1253605596(L_6, /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_0; int32_t L_9 = V_1; if ((((int32_t)L_8) <= ((int32_t)L_9))) { goto IL_002b; } } { return 1; } IL_002b: { int32_t L_10 = V_0; int32_t L_11 = V_1; if ((((int32_t)L_10) >= ((int32_t)L_11))) { goto IL_0034; } } { return (-1); } IL_0034: { return 0; } } // System.Boolean DMCore.Logic.CWndController/UIWndStack::Pop(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool UIWndStack_Pop_m344706053 (UIWndStack_t3738908003 * __this, int32_t ___page0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIWndStack_Pop_m344706053_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___page0; UIWndStack_ClearInternal_m3220556915(__this, L_0, 1, /*hidden argument*/NULL); BetterList_1_t1319896726 * L_1 = __this->get_m_Data_0(); int32_t L_2 = ___page0; NullCheck(L_1); bool L_3 = BetterList_1_Remove_m1591687420(L_1, L_2, /*hidden argument*/BetterList_1_Remove_m1591687420_RuntimeMethod_var); return L_3; } } // System.Void DMCore.Logic.CWndController/UIWndStack::ChangeMainPage(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void UIWndStack_ChangeMainPage_m1215969198 (UIWndStack_t3738908003 * __this, int32_t ___mainPage0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIWndStack_ChangeMainPage_m1215969198_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_m_CurMain_1(); if ((((int32_t)L_0) == ((int32_t)((int32_t)1000)))) { goto IL_0072; } } { V_0 = 0; goto IL_0061; } IL_0017: { BetterList_1_t1319896726 * L_1 = __this->get_m_Data_0(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = BetterList_1_get_Item_m960213304(L_1, L_2, /*hidden argument*/BetterList_1_get_Item_m960213304_RuntimeMethod_var); V_1 = L_3; int32_t L_4 = V_1; int32_t L_5 = ___mainPage0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0034; } } { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); goto IL_0061; } IL_0034: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_7 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_8 = V_1; NullCheck(L_7); bool L_9 = CWndController_IsProcessByOwn_m910077031(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_004d; } } { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); goto IL_0061; } IL_004d: { int32_t L_11 = V_1; UIWndStack_ClearInternal_m3220556915(__this, L_11, 1, /*hidden argument*/NULL); BetterList_1_t1319896726 * L_12 = __this->get_m_Data_0(); int32_t L_13 = V_0; NullCheck(L_12); BetterList_1_RemoveAt_m1569920014(L_12, L_13, /*hidden argument*/BetterList_1_RemoveAt_m1569920014_RuntimeMethod_var); } IL_0061: { int32_t L_14 = V_0; BetterList_1_t1319896726 * L_15 = __this->get_m_Data_0(); NullCheck(L_15); int32_t L_16 = L_15->get_size_1(); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0017; } } IL_0072: { int32_t L_17 = ___mainPage0; __this->set_m_CurMain_1(L_17); return; } } // System.Void DMCore.Logic.CWndController/UIWndStack::PopAll() extern "C" IL2CPP_METHOD_ATTR void UIWndStack_PopAll_m1271262479 (UIWndStack_t3738908003 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIWndStack_PopAll_m1271262479_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { __this->set_m_CurMain_1(((int32_t)1000)); V_0 = 0; goto IL_0029; } IL_0012: { BetterList_1_t1319896726 * L_0 = __this->get_m_Data_0(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = BetterList_1_get_Item_m960213304(L_0, L_1, /*hidden argument*/BetterList_1_get_Item_m960213304_RuntimeMethod_var); UIWndStack_ClearInternal_m3220556915(__this, L_2, 1, /*hidden argument*/NULL); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0029: { int32_t L_4 = V_0; BetterList_1_t1319896726 * L_5 = __this->get_m_Data_0(); NullCheck(L_5); int32_t L_6 = L_5->get_size_1(); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0012; } } { BetterList_1_t1319896726 * L_7 = __this->get_m_Data_0(); NullCheck(L_7); BetterList_1_Clear_m3805180168(L_7, /*hidden argument*/BetterList_1_Clear_m3805180168_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.CWndController/UIWndStack::SetAllVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UIWndStack_SetAllVisible_m3466958186 (UIWndStack_t3738908003 * __this, bool ___visible0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIWndStack_SetAllVisible_m3466958186_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_001e; } IL_0007: { BetterList_1_t1319896726 * L_0 = __this->get_m_Data_0(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = BetterList_1_get_Item_m960213304(L_0, L_1, /*hidden argument*/BetterList_1_get_Item_m960213304_RuntimeMethod_var); UIWndStack_ClearInternal_m3220556915(__this, L_2, 0, /*hidden argument*/NULL); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_001e: { int32_t L_4 = V_0; BetterList_1_t1319896726 * L_5 = __this->get_m_Data_0(); NullCheck(L_5); int32_t L_6 = L_5->get_size_1(); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0007; } } { return; } } // System.Void DMCore.Logic.CWndController/UIWndStack::ClearInternal(DMCore.Logic.enumPersonPage,DMCore.Logic.CWndController/UIWndStack/ClearType) extern "C" IL2CPP_METHOD_ATTR void UIWndStack_ClearInternal_m3220556915 (UIWndStack_t3738908003 * __this, int32_t ___page0, int32_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIWndStack_ClearInternal_m3220556915_MetadataUsageId); s_Il2CppMethodInitialized = true; } CWndDescription_t3003093839 * V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; { int32_t L_0 = ___type1; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_005a; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_1 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = ___page0; NullCheck(L_1); CWndDescription_t3003093839 * L_3 = CWndController_GetDescription_m2808589300(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; CWndDescription_t3003093839 * L_4 = V_0; if (!L_4) { goto IL_0049; } } { CWndDescription_t3003093839 * L_5 = V_0; NullCheck(L_5); bool L_6 = CWndDescription_get_NeedHoldType_m2067325286(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0049; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_7 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_8 = ___page0; NullCheck(L_7); CWndController_Notify_m3766668363(L_7, L_8, (bool)1, /*hidden argument*/NULL); CWndController_t749709641 * L_9 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = ___page0; NullCheck(L_9); GameObject_t1113636619 * L_11 = CWndController_FindDelayBindWndUI_m2842226314(L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; GameObject_t1113636619 * L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_12, (bool)0, /*hidden argument*/NULL); goto IL_0055; } IL_0049: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_13 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_14 = ___page0; NullCheck(L_13); CWndController_DestroyDelayWnd_m4056018409(L_13, L_14, /*hidden argument*/NULL); } IL_0055: { goto IL_007c; } IL_005a: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_15 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_16 = ___page0; NullCheck(L_15); bool L_17 = CWndController_PlayWndEffect_m3144106729(L_15, L_16, (bool)1, /*hidden argument*/NULL); if (L_17) { goto IL_007c; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_18 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_19 = ___page0; NullCheck(L_18); CWndController_OnCloseWndAnimationEnd_m3031988752(L_18, (bool)0, (0.0f), L_19, /*hidden argument*/NULL); } IL_007c: { return; } } // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController/UIWndStack::get_Top() extern "C" IL2CPP_METHOD_ATTR int32_t UIWndStack_get_Top_m4133647772 (UIWndStack_t3738908003 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UIWndStack_get_Top_m4133647772_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { BetterList_1_t1319896726 * L_0 = __this->get_m_Data_0(); NullCheck(L_0); int32_t L_1 = L_0->get_size_1(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); goto IL_0044; } IL_0013: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_2 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); BetterList_1_t1319896726 * L_3 = __this->get_m_Data_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = BetterList_1_get_Item_m960213304(L_3, L_4, /*hidden argument*/BetterList_1_get_Item_m960213304_RuntimeMethod_var); NullCheck(L_2); bool L_6 = CWndController_IsProcessByOwn_m910077031(L_2, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0033; } } { goto IL_0040; } IL_0033: { BetterList_1_t1319896726 * L_7 = __this->get_m_Data_0(); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = BetterList_1_get_Item_m960213304(L_7, L_8, /*hidden argument*/BetterList_1_get_Item_m960213304_RuntimeMethod_var); return L_9; } IL_0040: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); } IL_0044: { int32_t L_11 = V_0; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_0013; } } { return (int32_t)(((int32_t)1000)); } } #ifdef __clang__ #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.CWndDescription::.ctor() extern "C" IL2CPP_METHOD_ATTR void CWndDescription__ctor_m1345213544 (CWndDescription_t3003093839 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CWndDescription__ctor_m1345213544_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CWndDescription_set_pageType_m813923260(__this, 1, /*hidden argument*/NULL); CWndDescription_set_isShow3DModel_m214713281(__this, 0, /*hidden argument*/NULL); CWndDescription_set_isShowReturnBtn_m2364013827(__this, (bool)1, /*hidden argument*/NULL); CWndDescription_set_maskType_m2618681048(__this, 0, /*hidden argument*/NULL); CWndDescription_set_maskName_m2111609705(__this, _stringLiteral446681799, /*hidden argument*/NULL); CWndDescription_set_NeedHoldType_m66421704(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.CWndDescription::get_NeedHoldType() extern "C" IL2CPP_METHOD_ATTR bool CWndDescription_get_NeedHoldType_m2067325286 (CWndDescription_t3003093839 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CNeedHoldTypeU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.CWndDescription::set_NeedHoldType(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWndDescription_set_NeedHoldType_m66421704 (CWndDescription_t3003093839 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CNeedHoldTypeU3Ek__BackingField_0(L_0); return; } } // System.Void DMCore.Logic.CWndDescription::set_pageType(DMCore.Logic.EnumWndType) extern "C" IL2CPP_METHOD_ATTR void CWndDescription_set_pageType_m813923260 (CWndDescription_t3003093839 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_pageType_1(L_0); return; } } // DMCore.Logic.EnumWndType DMCore.Logic.CWndDescription::get_pageType() extern "C" IL2CPP_METHOD_ATTR int32_t CWndDescription_get_pageType_m1253605596 (CWndDescription_t3003093839 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_pageType_1(); return L_0; } } // System.Void DMCore.Logic.CWndDescription::set_isShow3DModel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CWndDescription_set_isShow3DModel_m214713281 (CWndDescription_t3003093839 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_isShow3DModel_2(L_0); return; } } // System.Int32 DMCore.Logic.CWndDescription::get_isShow3DModel() extern "C" IL2CPP_METHOD_ATTR int32_t CWndDescription_get_isShow3DModel_m3333961736 (CWndDescription_t3003093839 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_isShow3DModel_2(); return L_0; } } // System.Void DMCore.Logic.CWndDescription::set_isShowReturnBtn(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CWndDescription_set_isShowReturnBtn_m2364013827 (CWndDescription_t3003093839 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_isShowReturnBtn_3(L_0); return; } } // System.Boolean DMCore.Logic.CWndDescription::get_isShowReturnBtn() extern "C" IL2CPP_METHOD_ATTR bool CWndDescription_get_isShowReturnBtn_m1761035090 (CWndDescription_t3003093839 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_isShowReturnBtn_3(); return L_0; } } // System.Void DMCore.Logic.CWndDescription::set_maskType(DMCore.Logic.EnumMaskType) extern "C" IL2CPP_METHOD_ATTR void CWndDescription_set_maskType_m2618681048 (CWndDescription_t3003093839 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_maskType_4(L_0); return; } } // DMCore.Logic.EnumMaskType DMCore.Logic.CWndDescription::get_maskType() extern "C" IL2CPP_METHOD_ATTR int32_t CWndDescription_get_maskType_m934260092 (CWndDescription_t3003093839 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_maskType_4(); return L_0; } } // System.Void DMCore.Logic.CWndDescription::set_maskName(System.String) extern "C" IL2CPP_METHOD_ATTR void CWndDescription_set_maskName_m2111609705 (CWndDescription_t3003093839 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_maskName_5(L_0); return; } } // System.String DMCore.Logic.CWndDescription::get_maskName() extern "C" IL2CPP_METHOD_ATTR String_t* CWndDescription_get_maskName_m198987096 (CWndDescription_t3003093839 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_maskName_5(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.DailyAdGiftManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void DailyAdGiftManager__ctor_m852174777 (DailyAdGiftManager_t4283495990 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DailyAdGiftManager__ctor_m852174777_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CDataModelInt_t3463393640 * L_0 = (CDataModelInt_t3463393640 *)il2cpp_codegen_object_new(CDataModelInt_t3463393640_il2cpp_TypeInfo_var); CDataModelInt__ctor_m420760675(L_0, /*hidden argument*/NULL); DailyAdGiftManager_set_timesObserver_m403637345(__this, L_0, /*hidden argument*/NULL); return; } } // DMCore.Logic.DailyAdGiftManager DMCore.Logic.DailyAdGiftManager::get_Instance() extern "C" IL2CPP_METHOD_ATTR DailyAdGiftManager_t4283495990 * DailyAdGiftManager_get_Instance_m1800354374 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DailyAdGiftManager_get_Instance_m1800354374_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var); DailyAdGiftManager_t4283495990 * L_0 = ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var); DailyAdGiftManager_t4283495990 * L_1 = ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_1; } IL_0010: { DailyAdGiftManager_t4283495990 * L_2 = (DailyAdGiftManager_t4283495990 *)il2cpp_codegen_object_new(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var); DailyAdGiftManager__ctor_m852174777(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var); ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->set_s_Instance_0(L_2); DailyAdGiftManager_t4283495990 * L_3 = ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_3; } } // CDataModelInt DMCore.Logic.DailyAdGiftManager::get_timesObserver() extern "C" IL2CPP_METHOD_ATTR CDataModelInt_t3463393640 * DailyAdGiftManager_get_timesObserver_m2438088882 (DailyAdGiftManager_t4283495990 * __this, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_U3CtimesObserverU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.DailyAdGiftManager::set_timesObserver(CDataModelInt) extern "C" IL2CPP_METHOD_ATTR void DailyAdGiftManager_set_timesObserver_m403637345 (DailyAdGiftManager_t4283495990 * __this, CDataModelInt_t3463393640 * ___value0, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = ___value0; __this->set_U3CtimesObserverU3Ek__BackingField_3(L_0); return; } } // CDataModelInt DMCore.Logic.DailyAdGiftManager::get_secondsObserver() extern "C" IL2CPP_METHOD_ATTR CDataModelInt_t3463393640 * DailyAdGiftManager_get_secondsObserver_m3225846726 (DailyAdGiftManager_t4283495990 * __this, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_U3CsecondsObserverU3Ek__BackingField_4(); return L_0; } } // System.Void DMCore.Logic.DailyAdGiftManager::set_secondsObserver(CDataModelInt) extern "C" IL2CPP_METHOD_ATTR void DailyAdGiftManager_set_secondsObserver_m1115931375 (DailyAdGiftManager_t4283495990 * __this, CDataModelInt_t3463393640 * ___value0, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = ___value0; __this->set_U3CsecondsObserverU3Ek__BackingField_4(L_0); return; } } // System.Void DMCore.Logic.DailyAdGiftManager::ResAward(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void DailyAdGiftManager_ResAward_m2354455138 (DailyAdGiftManager_t4283495990 * __this, CDataArray_t4068198041 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DailyAdGiftManager_ResAward_m2354455138_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral2726805279, /*hidden argument*/NULL); V_0 = 0; CDataArray_t4068198041 * L_0 = ___data0; 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 (L_4) { goto IL_0096; } } { 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(); V_2 = L_5; CDataArray_t4068198041 * L_6 = ___data0; int32_t L_7 = V_0; int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); V_0 = L_8; NullCheck(L_6); int32_t L_9 = CDataArray_GetInt_m1111369473(L_6, L_8, 0, /*hidden argument*/NULL); V_3 = L_9; int32_t L_10 = V_3; if (L_10) { goto IL_004d; } } { CTextHelp_t3119637808 * L_11 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12 = CTextHelp_GetText_m372251958(L_11, _stringLiteral3404604511, /*hidden argument*/NULL); V_2 = L_12; goto IL_0079; } IL_004d: { int32_t L_13 = V_3; if ((!(((uint32_t)L_13) == ((uint32_t)2)))) { goto IL_0069; } } { CTextHelp_t3119637808 * L_14 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = CTextHelp_GetText_m372251958(L_14, _stringLiteral3318889030, /*hidden argument*/NULL); V_2 = L_15; goto IL_0079; } IL_0069: { CTextHelp_t3119637808 * L_16 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17 = CTextHelp_GetText_m372251958(L_16, _stringLiteral313001647, /*hidden argument*/NULL); V_2 = L_17; } IL_0079: { CMsgManager_t455955613 * L_18 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_19 = V_2; NullCheck(L_18); CMsgManager_PushHint_m1231354654(L_18, L_19, (bool)1, /*hidden argument*/NULL); String_t* L_20 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral164869235, L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); return; } IL_0096: { int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); CDataArray_t4068198041 * L_23 = ___data0; 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); IL2CPP_RUNTIME_CLASS_INIT(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var); ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->set_remainingSeconds_2(L_26); CDataArray_t4068198041 * L_27 = ___data0; 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); ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->set_remainingTimes_1(L_30); int32_t L_31 = ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->get_remainingTimes_1(); if ((((int32_t)L_31) > ((int32_t)0))) { goto IL_00d1; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral612649235, /*hidden argument*/NULL); } IL_00d1: { CDataModelInt_t3463393640 * L_32 = DailyAdGiftManager_get_timesObserver_m2438088882(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var); int32_t L_33 = ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->get_remainingTimes_1(); NullCheck(L_32); CDataModelInt_set_Data_m3794751788(L_32, L_33, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_34 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_34); ArrayElementTypeCheck (L_34, _stringLiteral781642223); (L_34)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral781642223); ObjectU5BU5D_t2843939325* L_35 = L_34; int32_t L_36 = ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->get_remainingTimes_1(); int32_t L_37 = L_36; RuntimeObject * L_38 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_37); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_38); (L_35)->SetAt(static_cast(1), (RuntimeObject *)L_38); ObjectU5BU5D_t2843939325* L_39 = L_35; NullCheck(L_39); ArrayElementTypeCheck (L_39, _stringLiteral232902786); (L_39)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral232902786); ObjectU5BU5D_t2843939325* L_40 = L_39; int32_t L_41 = ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->get_remainingSeconds_2(); int32_t L_42 = L_41; RuntimeObject * L_43 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_42); NullCheck(L_40); ArrayElementTypeCheck (L_40, L_43); (L_40)->SetAt(static_cast(3), (RuntimeObject *)L_43); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_44 = String_Concat_m2971454694(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); V_4 = 0; goto IL_0164; } IL_0123: { ObjectU5BU5D_t2843939325* L_45 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_45); ArrayElementTypeCheck (L_45, _stringLiteral3787497745); (L_45)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3787497745); ObjectU5BU5D_t2843939325* L_46 = L_45; int32_t L_47 = V_4; int32_t L_48 = L_47; RuntimeObject * L_49 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_48); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_49); (L_46)->SetAt(static_cast(1), (RuntimeObject *)L_49); ObjectU5BU5D_t2843939325* L_50 = L_46; NullCheck(L_50); ArrayElementTypeCheck (L_50, _stringLiteral3162256314); (L_50)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3162256314); ObjectU5BU5D_t2843939325* L_51 = L_50; CDataArray_t4068198041 * L_52 = ___data0; int32_t L_53 = V_4; NullCheck(L_52); int32_t L_54 = CDataArray_GetInt_m1111369473(L_52, L_53, 0, /*hidden argument*/NULL); int32_t L_55 = L_54; RuntimeObject * L_56 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_55); NullCheck(L_51); ArrayElementTypeCheck (L_51, L_56); (L_51)->SetAt(static_cast(3), (RuntimeObject *)L_56); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_57 = String_Concat_m2971454694(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); int32_t L_58 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0164: { int32_t L_59 = V_4; CDataArray_t4068198041 * L_60 = ___data0; NullCheck(L_60); int32_t L_61 = CDataArray_GetCount_m3616072297(L_60, /*hidden argument*/NULL); if ((((int32_t)L_59) < ((int32_t)L_61))) { goto IL_0123; } } { return; } } // System.Void DMCore.Logic.DailyAdGiftManager::ResDailyGiftInfo(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void DailyAdGiftManager_ResDailyGiftInfo_m356389102 (DailyAdGiftManager_t4283495990 * __this, CDataArray_t4068198041 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DailyAdGiftManager_ResDailyGiftInfo_m356389102_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; CDataArray_t4068198041 * L_0 = ___data0; 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); IL2CPP_RUNTIME_CLASS_INIT(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var); ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->set_remainingTimes_1(L_3); CDataArray_t4068198041 * L_4 = ___data0; NullCheck(L_4); int32_t L_5 = CDataArray_GetCount_m3616072297(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)2))) { goto IL_0035; } } { CDataArray_t4068198041 * L_6 = ___data0; int32_t L_7 = V_0; int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); V_0 = L_8; NullCheck(L_6); int32_t L_9 = CDataArray_GetInt_m1111369473(L_6, L_8, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var); ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->set_remainingSeconds_2(L_9); goto IL_0045; } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral2721070335, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var); ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->set_remainingSeconds_2(0); } IL_0045: { return; } } // System.Int32 DMCore.Logic.DailyAdGiftManager::GetRemainingTimes() extern "C" IL2CPP_METHOD_ATTR int32_t DailyAdGiftManager_GetRemainingTimes_m3761249050 (DailyAdGiftManager_t4283495990 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DailyAdGiftManager_GetRemainingTimes_m3761249050_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var); int32_t L_0 = ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->get_remainingTimes_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral1059908597, /*hidden argument*/NULL); } IL_0015: { IL2CPP_RUNTIME_CLASS_INIT(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var); int32_t L_1 = ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->get_remainingTimes_1(); if ((((int32_t)L_1) <= ((int32_t)((int32_t)9520)))) { goto IL_0024; } } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var); int32_t L_2 = ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->get_remainingTimes_1(); return L_2; } } // System.Int32 DMCore.Logic.DailyAdGiftManager::GetRemainingSeconds() extern "C" IL2CPP_METHOD_ATTR int32_t DailyAdGiftManager_GetRemainingSeconds_m3222005225 (DailyAdGiftManager_t4283495990 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DailyAdGiftManager_GetRemainingSeconds_m3222005225_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var); int32_t L_0 = ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->get_remainingSeconds_2(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000b; } } IL_000b: { IL2CPP_RUNTIME_CLASS_INIT(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var); int32_t L_1 = ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->get_remainingSeconds_2(); return L_1; } } // System.Void DMCore.Logic.DailyAdGiftManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void DailyAdGiftManager__cctor_m682209121 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DailyAdGiftManager__cctor_m682209121_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->set_remainingTimes_1(((int32_t)9527)); ((DailyAdGiftManager_t4283495990_StaticFields*)il2cpp_codegen_static_fields_for(DailyAdGiftManager_t4283495990_il2cpp_TypeInfo_var))->set_remainingSeconds_2((-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.DanceSceneManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void DanceSceneManager__ctor_m238653290 (DanceSceneManager_t2271493662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager__ctor_m238653290_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); List_1_t876647579 * L_0 = (List_1_t876647579 *)il2cpp_codegen_object_new(List_1_t876647579_il2cpp_TypeInfo_var); List_1__ctor_m199432366(L_0, /*hidden argument*/List_1__ctor_m199432366_RuntimeMethod_var); __this->set_m_DanceSceneList_4(L_0); List_1_t876647579 * L_1 = (List_1_t876647579 *)il2cpp_codegen_object_new(List_1_t876647579_il2cpp_TypeInfo_var); List_1__ctor_m199432366(L_1, /*hidden argument*/List_1__ctor_m199432366_RuntimeMethod_var); __this->set_m_WaitingRoomList_5(L_1); DanceSceneManager_set_ActiveWaitingRoomIndex_m449122074(__this, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_ModifyDirectory_6(L_2); ITextBase_PushTask_m2878137237(__this, _stringLiteral2042736727, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.DanceSceneManager DMCore.Logic.DanceSceneManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR DanceSceneManager_t2271493662 * DanceSceneManager_GetInstance_m2797443555 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_GetInstance_m2797443555_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); DanceSceneManager_t2271493662 * L_0 = ((DanceSceneManager_t2271493662_StaticFields*)il2cpp_codegen_static_fields_for(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var))->get_s_Instance_8(); if (L_0) { goto IL_0014; } } { DanceSceneManager_t2271493662 * L_1 = (DanceSceneManager_t2271493662 *)il2cpp_codegen_object_new(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); DanceSceneManager__ctor_m238653290(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); ((DanceSceneManager_t2271493662_StaticFields*)il2cpp_codegen_static_fields_for(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var))->set_s_Instance_8(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); DanceSceneManager_t2271493662 * L_2 = ((DanceSceneManager_t2271493662_StaticFields*)il2cpp_codegen_static_fields_for(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var))->get_s_Instance_8(); return L_2; } } // System.Int32 DMCore.Logic.DanceSceneManager::GetWaitingRoomCount() extern "C" IL2CPP_METHOD_ATTR int32_t DanceSceneManager_GetWaitingRoomCount_m2768799282 (DanceSceneManager_t2271493662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_GetWaitingRoomCount_m2768799282_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t876647579 * L_0 = __this->get_m_WaitingRoomList_5(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m3681248901(L_0, /*hidden argument*/List_1_get_Count_m3681248901_RuntimeMethod_var); if (!L_1) { goto IL_0020; } } { List_1_t876647579 * L_2 = __this->get_m_WaitingRoomList_5(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m3681248901(L_2, /*hidden argument*/List_1_get_Count_m3681248901_RuntimeMethod_var); G_B3_0 = L_3; goto IL_0021; } IL_0020: { G_B3_0 = 1; } IL_0021: { return G_B3_0; } } // System.Int32 DMCore.Logic.DanceSceneManager::get_ActiveWaitingRoomIndex() extern "C" IL2CPP_METHOD_ATTR int32_t DanceSceneManager_get_ActiveWaitingRoomIndex_m109078092 (DanceSceneManager_t2271493662 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CActiveWaitingRoomIndexU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.DanceSceneManager::set_ActiveWaitingRoomIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DanceSceneManager_set_ActiveWaitingRoomIndex_m449122074 (DanceSceneManager_t2271493662 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CActiveWaitingRoomIndexU3Ek__BackingField_1(L_0); return; } } // System.Int32 DMCore.Logic.DanceSceneManager::GetRamdonChatRoomIndex() extern "C" IL2CPP_METHOD_ATTR int32_t DanceSceneManager_GetRamdonChatRoomIndex_m90766515 (DanceSceneManager_t2271493662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_GetRamdonChatRoomIndex_m90766515_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t128053199 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_0, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_0 = L_0; V_1 = 0; goto IL_002f; } IL_000d: { List_1_t876647579 * L_1 = __this->get_m_WaitingRoomList_5(); int32_t L_2 = V_1; NullCheck(L_1); DanceSceneNode_t3699540133 * L_3 = List_1_get_Item_m2563726809(L_1, L_2, /*hidden argument*/List_1_get_Item_m2563726809_RuntimeMethod_var); NullCheck(L_3); int32_t L_4 = L_3->get_CanUseInChatRoom_3(); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_002b; } } { List_1_t128053199 * L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); List_1_Add_m697420525(L_5, L_6, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_002b: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002f: { int32_t L_8 = V_1; List_1_t876647579 * L_9 = __this->get_m_WaitingRoomList_5(); NullCheck(L_9); int32_t L_10 = List_1_get_Count_m3681248901(L_9, /*hidden argument*/List_1_get_Count_m3681248901_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_000d; } } { List_1_t128053199 * L_11 = V_0; NullCheck(L_11); int32_t L_12 = List_1_get_Count_m186164705(L_11, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_0061; } } { List_1_t128053199 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = List_1_get_Count_m186164705(L_13, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); int32_t L_15 = Random_Range_m4054026115(NULL /*static, unused*/, 0, L_14, /*hidden argument*/NULL); V_2 = L_15; List_1_t128053199 * L_16 = V_0; int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = List_1_get_Item_m888956288(L_16, L_17, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); return L_18; } IL_0061: { return (-1); } } // System.Boolean DMCore.Logic.DanceSceneManager::IsCurrenChatRoomScene(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DanceSceneManager_IsCurrenChatRoomScene_m3266751411 (DanceSceneManager_t2271493662 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_IsCurrenChatRoomScene_m3266751411_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0031; } } { int32_t L_1 = ___index0; List_1_t876647579 * L_2 = __this->get_m_WaitingRoomList_5(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m3681248901(L_2, /*hidden argument*/List_1_get_Count_m3681248901_RuntimeMethod_var); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0031; } } { List_1_t876647579 * L_4 = __this->get_m_WaitingRoomList_5(); int32_t L_5 = ___index0; NullCheck(L_4); DanceSceneNode_t3699540133 * L_6 = List_1_get_Item_m2563726809(L_4, L_5, /*hidden argument*/List_1_get_Item_m2563726809_RuntimeMethod_var); NullCheck(L_6); int32_t L_7 = L_6->get_CanUseInChatRoom_3(); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0031; } } { return (bool)1; } IL_0031: { return (bool)0; } } // System.Int32 DMCore.Logic.DanceSceneManager::GetWaitingRoomInfo(System.Int32,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR int32_t DanceSceneManager_GetWaitingRoomInfo_m2027725903 (DanceSceneManager_t2271493662 * __this, int32_t ___index0, String_t** ___imagePath1, String_t** ___sceneName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_GetWaitingRoomInfo_m2027725903_MetadataUsageId); s_Il2CppMethodInitialized = true; } DanceSceneNode_t3699540133 * V_0 = NULL; { List_1_t876647579 * L_0 = __this->get_m_WaitingRoomList_5(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m3681248901(L_0, /*hidden argument*/List_1_get_Count_m3681248901_RuntimeMethod_var); if (!L_1) { goto IL_0028; } } { int32_t L_2 = ___index0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0028; } } { List_1_t876647579 * L_3 = __this->get_m_WaitingRoomList_5(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m3681248901(L_3, /*hidden argument*/List_1_get_Count_m3681248901_RuntimeMethod_var); int32_t L_5 = ___index0; if ((((int32_t)L_4) > ((int32_t)L_5))) { goto IL_003c; } } IL_0028: { String_t** L_6 = ___imagePath1; *((RuntimeObject **)(L_6)) = (RuntimeObject *)_stringLiteral2795995192; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_6), (RuntimeObject *)_stringLiteral2795995192); String_t** L_7 = ___sceneName2; 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(); *((RuntimeObject **)(L_7)) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_7), (RuntimeObject *)L_8); return ((int32_t)2000); } IL_003c: { List_1_t876647579 * L_9 = __this->get_m_WaitingRoomList_5(); int32_t L_10 = ___index0; NullCheck(L_9); DanceSceneNode_t3699540133 * L_11 = List_1_get_Item_m2563726809(L_9, L_10, /*hidden argument*/List_1_get_Item_m2563726809_RuntimeMethod_var); V_0 = L_11; String_t** L_12 = ___imagePath1; DanceSceneNode_t3699540133 * L_13 = V_0; NullCheck(L_13); String_t* L_14 = L_13->get_ImagePath_2(); *((RuntimeObject **)(L_12)) = (RuntimeObject *)L_14; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_12), (RuntimeObject *)L_14); String_t** L_15 = ___sceneName2; DanceSceneNode_t3699540133 * L_16 = V_0; NullCheck(L_16); String_t* L_17 = L_16->get_SceneName_1(); *((RuntimeObject **)(L_15)) = (RuntimeObject *)L_17; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_15), (RuntimeObject *)L_17); DanceSceneNode_t3699540133 * L_18 = V_0; NullCheck(L_18); int32_t L_19 = L_18->get_SceneID_0(); return L_19; } } // System.Int32 DMCore.Logic.DanceSceneManager::CheckWaittingSceneID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DanceSceneManager_CheckWaittingSceneID_m1141461945 (DanceSceneManager_t2271493662 * __this, int32_t ___sceneID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_CheckWaittingSceneID_m1141461945_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; DanceSceneNode_t3699540133 * V_2 = NULL; { int32_t L_0 = ___sceneID0; if ((((int32_t)((int32_t)2000)) > ((int32_t)L_0))) { goto IL_0064; } } { int32_t L_1 = ___sceneID0; if ((((int32_t)L_1) >= ((int32_t)((int32_t)3000)))) { goto IL_0064; } } { V_0 = 0; V_1 = 0; goto IL_004b; } IL_001f: { List_1_t876647579 * L_2 = __this->get_m_WaitingRoomList_5(); int32_t L_3 = V_1; NullCheck(L_2); DanceSceneNode_t3699540133 * L_4 = List_1_get_Item_m2563726809(L_2, L_3, /*hidden argument*/List_1_get_Item_m2563726809_RuntimeMethod_var); V_2 = L_4; DanceSceneNode_t3699540133 * L_5 = V_2; NullCheck(L_5); int32_t L_6 = L_5->get_SceneID_0(); int32_t L_7 = ___sceneID0; if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_003a; } } { int32_t L_8 = ___sceneID0; return L_8; } IL_003a: { int32_t L_9 = V_0; if (L_9) { goto IL_0047; } } { DanceSceneNode_t3699540133 * L_10 = V_2; NullCheck(L_10); int32_t L_11 = L_10->get_SceneID_0(); V_0 = L_11; } IL_0047: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004b: { int32_t L_13 = V_1; List_1_t876647579 * L_14 = __this->get_m_WaitingRoomList_5(); NullCheck(L_14); int32_t L_15 = List_1_get_Count_m3681248901(L_14, /*hidden argument*/List_1_get_Count_m3681248901_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_001f; } } { int32_t L_16 = V_0; if (!L_16) { goto IL_0064; } } { int32_t L_17 = V_0; return L_17; } IL_0064: { int32_t L_18 = ___sceneID0; return L_18; } } // System.Int32 DMCore.Logic.DanceSceneManager::CheckDanceSceneID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DanceSceneManager_CheckDanceSceneID_m2578942959 (DanceSceneManager_t2271493662 * __this, int32_t ___sceneID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_CheckDanceSceneID_m2578942959_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; DanceSceneNode_t3699540133 * V_2 = NULL; { V_0 = 0; V_1 = 0; goto IL_0045; } IL_0009: { List_1_t876647579 * L_0 = __this->get_m_DanceSceneList_4(); int32_t L_1 = V_1; NullCheck(L_0); DanceSceneNode_t3699540133 * L_2 = List_1_get_Item_m2563726809(L_0, L_1, /*hidden argument*/List_1_get_Item_m2563726809_RuntimeMethod_var); V_2 = L_2; DanceSceneNode_t3699540133 * L_3 = V_2; NullCheck(L_3); int32_t L_4 = L_3->get_SceneID_0(); int32_t L_5 = ___sceneID0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0024; } } { int32_t L_6 = ___sceneID0; return L_6; } IL_0024: { int32_t L_7 = V_0; if (L_7) { goto IL_0041; } } { DanceSceneNode_t3699540133 * L_8 = V_2; NullCheck(L_8); int32_t L_9 = L_8->get_SceneID_0(); if ((((int32_t)L_9) >= ((int32_t)((int32_t)2000)))) { goto IL_0041; } } { DanceSceneNode_t3699540133 * L_10 = V_2; NullCheck(L_10); int32_t L_11 = L_10->get_SceneID_0(); V_0 = L_11; } IL_0041: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0045: { int32_t L_13 = V_1; List_1_t876647579 * L_14 = __this->get_m_DanceSceneList_4(); NullCheck(L_14); int32_t L_15 = List_1_get_Count_m3681248901(L_14, /*hidden argument*/List_1_get_Count_m3681248901_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0009; } } { int32_t L_16 = V_0; if (!L_16) { goto IL_005e; } } { int32_t L_17 = V_0; return L_17; } IL_005e: { int32_t L_18 = ___sceneID0; return L_18; } } // System.Int32 DMCore.Logic.DanceSceneManager::GetSceneCount() extern "C" IL2CPP_METHOD_ATTR int32_t DanceSceneManager_GetSceneCount_m691711407 (DanceSceneManager_t2271493662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_GetSceneCount_m691711407_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t876647579 * L_0 = __this->get_m_DanceSceneList_4(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m3681248901(L_0, /*hidden argument*/List_1_get_Count_m3681248901_RuntimeMethod_var); return L_1; } } // System.Int32 DMCore.Logic.DanceSceneManager::GetSceneIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DanceSceneManager_GetSceneIndex_m2945287405 (DanceSceneManager_t2271493662 * __this, int32_t ___sceneID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_GetSceneIndex_m2945287405_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0035; } IL_0007: { List_1_t876647579 * L_0 = __this->get_m_DanceSceneList_4(); int32_t L_1 = V_0; NullCheck(L_0); DanceSceneNode_t3699540133 * L_2 = List_1_get_Item_m2563726809(L_0, L_1, /*hidden argument*/List_1_get_Item_m2563726809_RuntimeMethod_var); if (!L_2) { goto IL_0031; } } { List_1_t876647579 * L_3 = __this->get_m_DanceSceneList_4(); int32_t L_4 = V_0; NullCheck(L_3); DanceSceneNode_t3699540133 * L_5 = List_1_get_Item_m2563726809(L_3, L_4, /*hidden argument*/List_1_get_Item_m2563726809_RuntimeMethod_var); NullCheck(L_5); int32_t L_6 = L_5->get_SceneID_0(); int32_t L_7 = ___sceneID0; if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_0031; } } { int32_t L_8 = V_0; return L_8; } IL_0031: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0035: { int32_t L_10 = V_0; List_1_t876647579 * L_11 = __this->get_m_DanceSceneList_4(); NullCheck(L_11); int32_t L_12 = List_1_get_Count_m3681248901(L_11, /*hidden argument*/List_1_get_Count_m3681248901_RuntimeMethod_var); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0007; } } { return (-1); } } // System.Int32 DMCore.Logic.DanceSceneManager::GetSceneID(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DanceSceneManager_GetSceneID_m1657241878 (DanceSceneManager_t2271493662 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_GetSceneID_m1657241878_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_1 = ___index0; List_1_t876647579 * L_2 = __this->get_m_DanceSceneList_4(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m3681248901(L_2, /*hidden argument*/List_1_get_Count_m3681248901_RuntimeMethod_var); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001a; } } IL_0018: { return 0; } IL_001a: { List_1_t876647579 * L_4 = __this->get_m_DanceSceneList_4(); int32_t L_5 = ___index0; NullCheck(L_4); DanceSceneNode_t3699540133 * L_6 = List_1_get_Item_m2563726809(L_4, L_5, /*hidden argument*/List_1_get_Item_m2563726809_RuntimeMethod_var); NullCheck(L_6); int32_t L_7 = L_6->get_SceneID_0(); return L_7; } } // System.String DMCore.Logic.DanceSceneManager::GetSceneName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* DanceSceneManager_GetSceneName_m1670518986 (DanceSceneManager_t2271493662 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_GetSceneName_m1670518986_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_1 = ___index0; List_1_t876647579 * L_2 = __this->get_m_DanceSceneList_4(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m3681248901(L_2, /*hidden argument*/List_1_get_Count_m3681248901_RuntimeMethod_var); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001e; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_001e: { List_1_t876647579 * L_5 = __this->get_m_DanceSceneList_4(); int32_t L_6 = ___index0; NullCheck(L_5); DanceSceneNode_t3699540133 * L_7 = List_1_get_Item_m2563726809(L_5, L_6, /*hidden argument*/List_1_get_Item_m2563726809_RuntimeMethod_var); NullCheck(L_7); String_t* L_8 = L_7->get_SceneName_1(); return L_8; } } // System.String DMCore.Logic.DanceSceneManager::GetSceneNameByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* DanceSceneManager_GetSceneNameByID_m3688363352 (DanceSceneManager_t2271493662 * __this, int32_t ___sceneID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_GetSceneNameByID_m3688363352_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0034; } IL_0007: { int32_t L_0 = ___sceneID0; List_1_t876647579 * L_1 = __this->get_m_DanceSceneList_4(); int32_t L_2 = V_0; NullCheck(L_1); DanceSceneNode_t3699540133 * L_3 = List_1_get_Item_m2563726809(L_1, L_2, /*hidden argument*/List_1_get_Item_m2563726809_RuntimeMethod_var); NullCheck(L_3); int32_t L_4 = L_3->get_SceneID_0(); if ((!(((uint32_t)L_0) == ((uint32_t)L_4)))) { goto IL_0030; } } { List_1_t876647579 * L_5 = __this->get_m_DanceSceneList_4(); int32_t L_6 = V_0; NullCheck(L_5); DanceSceneNode_t3699540133 * L_7 = List_1_get_Item_m2563726809(L_5, L_6, /*hidden argument*/List_1_get_Item_m2563726809_RuntimeMethod_var); NullCheck(L_7); String_t* L_8 = L_7->get_SceneName_1(); return L_8; } IL_0030: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0034: { int32_t L_10 = V_0; List_1_t876647579 * L_11 = __this->get_m_DanceSceneList_4(); NullCheck(L_11); int32_t L_12 = List_1_get_Count_m3681248901(L_11, /*hidden argument*/List_1_get_Count_m3681248901_RuntimeMethod_var); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0007; } } { V_0 = 0; goto IL_0079; } IL_004c: { int32_t L_13 = ___sceneID0; List_1_t876647579 * L_14 = __this->get_m_WaitingRoomList_5(); int32_t L_15 = V_0; NullCheck(L_14); DanceSceneNode_t3699540133 * L_16 = List_1_get_Item_m2563726809(L_14, L_15, /*hidden argument*/List_1_get_Item_m2563726809_RuntimeMethod_var); NullCheck(L_16); int32_t L_17 = L_16->get_SceneID_0(); if ((!(((uint32_t)L_13) == ((uint32_t)L_17)))) { goto IL_0075; } } { List_1_t876647579 * L_18 = __this->get_m_WaitingRoomList_5(); int32_t L_19 = V_0; NullCheck(L_18); DanceSceneNode_t3699540133 * L_20 = List_1_get_Item_m2563726809(L_18, L_19, /*hidden argument*/List_1_get_Item_m2563726809_RuntimeMethod_var); NullCheck(L_20); String_t* L_21 = L_20->get_SceneName_1(); return L_21; } IL_0075: { int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0079: { int32_t L_23 = V_0; List_1_t876647579 * L_24 = __this->get_m_WaitingRoomList_5(); NullCheck(L_24); int32_t L_25 = List_1_get_Count_m3681248901(L_24, /*hidden argument*/List_1_get_Count_m3681248901_RuntimeMethod_var); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_004c; } } { 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(); return L_26; } } // System.String DMCore.Logic.DanceSceneManager::GetSceneImagePath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* DanceSceneManager_GetSceneImagePath_m1711519686 (DanceSceneManager_t2271493662 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_GetSceneImagePath_m1711519686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_1 = ___index0; List_1_t876647579 * L_2 = __this->get_m_DanceSceneList_4(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m3681248901(L_2, /*hidden argument*/List_1_get_Count_m3681248901_RuntimeMethod_var); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001e; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_001e: { List_1_t876647579 * L_5 = __this->get_m_DanceSceneList_4(); int32_t L_6 = ___index0; NullCheck(L_5); DanceSceneNode_t3699540133 * L_7 = List_1_get_Item_m2563726809(L_5, L_6, /*hidden argument*/List_1_get_Item_m2563726809_RuntimeMethod_var); NullCheck(L_7); String_t* L_8 = L_7->get_ImagePath_2(); return L_8; } } // System.String DMCore.Logic.DanceSceneManager::GetModifiedSceneResPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DanceSceneManager_GetModifiedSceneResPath_m1618400470 (DanceSceneManager_t2271493662 * __this, String_t* ___rowSceneResPath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_GetModifiedSceneResPath_m1618400470_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_m_ModifyDirectory_6(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { String_t* L_2 = ___rowSceneResPath0; return L_2; } IL_0012: { String_t* L_3 = ___rowSceneResPath0; NullCheck(L_3); bool L_4 = String_StartsWith_m1759067526(L_3, _stringLiteral3452614529, /*hidden argument*/NULL); if (!L_4) { goto IL_0034; } } { String_t* L_5 = __this->get_m_ModifyDirectory_6(); String_t* L_6 = ___rowSceneResPath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2708045721, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_0034: { String_t* L_8 = __this->get_m_ModifyDirectory_6(); String_t* L_9 = ___rowSceneResPath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral2708045721, L_8, _stringLiteral3452614529, L_9, /*hidden argument*/NULL); return L_10; } } // System.Void DMCore.Logic.DanceSceneManager::Clear() extern "C" IL2CPP_METHOD_ATTR void DanceSceneManager_Clear_m3633389686 (DanceSceneManager_t2271493662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_Clear_m3633389686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t876647579 * L_0 = __this->get_m_DanceSceneList_4(); if (!L_0) { goto IL_0016; } } { List_1_t876647579 * L_1 = __this->get_m_DanceSceneList_4(); NullCheck(L_1); List_1_Clear_m559895114(L_1, /*hidden argument*/List_1_Clear_m559895114_RuntimeMethod_var); } IL_0016: { List_1_t876647579 * L_2 = __this->get_m_WaitingRoomList_5(); if (!L_2) { goto IL_002c; } } { List_1_t876647579 * L_3 = __this->get_m_WaitingRoomList_5(); NullCheck(L_3); List_1_Clear_m559895114(L_3, /*hidden argument*/List_1_Clear_m559895114_RuntimeMethod_var); } IL_002c: { return; } } // System.Boolean DMCore.Logic.DanceSceneManager::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DanceSceneManager_OnLoad_m3716105752 (DanceSceneManager_t2271493662 * __this, String_t* ___loadedObj0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_OnLoad_m3716105752_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t561603118 * V_0 = NULL; XmlNodeList_t2551693786 * V_1 = NULL; XmlDocument_t2837193595 * V_2 = NULL; bool V_3 = false; 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; DanceSceneNode_t3699540133 * V_9 = NULL; bool V_10 = false; Exception_t * V_11 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlNodeList_t2551693786 * G_B4_0 = NULL; int32_t G_B11_0 = 0; IL_0000: try { // begin try (depth: 1) { V_0 = (XmlElement_t561603118 *)NULL; V_1 = (XmlNodeList_t2551693786 *)NULL; XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_0, /*hidden argument*/NULL); V_2 = L_0; XmlDocument_t2837193595 * L_1 = V_2; if (!L_1) { goto IL_0036; } } IL_0010: { XmlDocument_t2837193595 * L_2 = V_2; String_t* L_3 = ___loadedObj0; 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_2; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); V_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_6 = V_0; if (!L_6) { goto IL_0034; } } IL_0029: { XmlElement_t561603118 * L_7 = V_0; NullCheck(L_7); XmlNodeList_t2551693786 * L_8 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_7); G_B4_0 = L_8; goto IL_0035; } IL_0034: { G_B4_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_0035: { V_1 = G_B4_0; } IL_0036: { XmlNodeList_t2551693786 * L_9 = V_1; if (L_9) { goto IL_0043; } } IL_003c: { V_3 = (bool)0; goto IL_01a1; } IL_0043: { XmlElement_t561603118 * L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_11 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_10, _stringLiteral774905659, /*hidden argument*/NULL); __this->set_m_ModifyDirectory_6(L_11); V_4 = 0; XmlNodeList_t2551693786 * L_12 = V_1; NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_12); V_5 = L_13; goto IL_0179; } IL_0064: { XmlNodeList_t2551693786 * L_14 = V_1; int32_t L_15 = V_4; NullCheck(L_14); XmlNode_t3767805227 * L_16 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_14, L_15); V_6 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_16, XmlElement_t561603118_il2cpp_TypeInfo_var)); 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, _stringLiteral3454449607, (-1), /*hidden argument*/NULL); V_7 = L_18; 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(); String_t* L_21 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_19, _stringLiteral62725243, L_20, /*hidden argument*/NULL); V_8 = L_21; DanceSceneNode_t3699540133 * L_22 = (DanceSceneNode_t3699540133 *)il2cpp_codegen_object_new(DanceSceneNode_t3699540133_il2cpp_TypeInfo_var); DanceSceneNode__ctor_m767155991(L_22, /*hidden argument*/NULL); V_9 = L_22; DanceSceneNode_t3699540133 * L_23 = V_9; int32_t L_24 = V_7; NullCheck(L_23); L_23->set_SceneID_0(L_24); DanceSceneNode_t3699540133 * L_25 = V_9; CTextHelp_t3119637808 * L_26 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_27 = V_8; NullCheck(L_26); String_t* L_28 = CTextHelp_GetText_m372251958(L_26, L_27, /*hidden argument*/NULL); NullCheck(L_25); L_25->set_SceneName_1(L_28); DanceSceneNode_t3699540133 * L_29 = V_9; XmlElement_t561603118 * L_30 = V_6; String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_32 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_30, _stringLiteral3202063575, L_31, /*hidden argument*/NULL); NullCheck(L_29); L_29->set_ImagePath_2(L_32); XmlElement_t561603118 * L_33 = V_6; NullCheck(L_33); bool L_34 = VirtFuncInvoker1< bool, String_t* >::Invoke(46 /* System.Boolean System.Xml.XmlElement::HasAttribute(System.String) */, L_33, _stringLiteral1567578470); if (!L_34) { goto IL_00f6; } } IL_00e1: { XmlElement_t561603118 * L_35 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_36 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_35, _stringLiteral1567578470, 0, /*hidden argument*/NULL); G_B11_0 = ((((int32_t)1) == ((int32_t)L_36))? 1 : 0); goto IL_00f7; } IL_00f6: { G_B11_0 = 0; } IL_00f7: { V_10 = (bool)G_B11_0; bool L_37 = V_10; if (!L_37) { goto IL_0118; } } IL_0100: { DanceSceneNode_t3699540133 * L_38 = V_9; IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_39 = CLocalizationManager_GetInstance_m2075678818(NULL /*static, unused*/, /*hidden argument*/NULL); DanceSceneNode_t3699540133 * L_40 = V_9; NullCheck(L_40); String_t* L_41 = L_40->get_ImagePath_2(); NullCheck(L_39); String_t* L_42 = CLocalizationManager_GetLocalizePath_m3024801825(L_39, L_41, /*hidden argument*/NULL); NullCheck(L_38); L_38->set_ImagePath_2(L_42); } IL_0118: { int32_t L_43 = V_7; if ((((int32_t)0) > ((int32_t)L_43))) { goto IL_0132; } } IL_0120: { List_1_t876647579 * L_44 = __this->get_m_DanceSceneList_4(); DanceSceneNode_t3699540133 * L_45 = V_9; NullCheck(L_44); List_1_Add_m38749794(L_44, L_45, /*hidden argument*/List_1_Add_m38749794_RuntimeMethod_var); goto IL_0173; } IL_0132: { XmlElement_t561603118 * L_46 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_47 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_46, _stringLiteral2570825119, (-1), /*hidden argument*/NULL); V_7 = L_47; int32_t L_48 = V_7; if ((((int32_t)0) > ((int32_t)L_48))) { goto IL_0173; } } IL_0149: { DanceSceneNode_t3699540133 * L_49 = V_9; int32_t L_50 = V_7; NullCheck(L_49); L_49->set_SceneID_0(L_50); DanceSceneNode_t3699540133 * L_51 = V_9; XmlElement_t561603118 * L_52 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_53 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_52, _stringLiteral1834347427, 0, /*hidden argument*/NULL); NullCheck(L_51); L_51->set_CanUseInChatRoom_3(L_53); List_1_t876647579 * L_54 = __this->get_m_WaitingRoomList_5(); DanceSceneNode_t3699540133 * L_55 = V_9; NullCheck(L_54); List_1_Add_m38749794(L_54, L_55, /*hidden argument*/List_1_Add_m38749794_RuntimeMethod_var); } IL_0173: { int32_t L_56 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0179: { int32_t L_57 = V_4; int32_t L_58 = V_5; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_0064; } } IL_0182: { goto IL_019f; } } // 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_0187; throw e; } CATCH_0187: { // begin catch(System.Exception) V_11 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_59 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_60 = V_11; NullCheck(L_60); String_t* L_61 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_60); NullCheck(L_59); CLogHelp_LogFile_m4227814860(L_59, L_61, /*hidden argument*/NULL); goto IL_019f; } // end catch (depth: 1) IL_019f: { return (bool)1; } IL_01a1: { bool L_62 = V_3; return L_62; } } // System.Void DMCore.Logic.DanceSceneManager::set_ModifyDirectory(System.String) extern "C" IL2CPP_METHOD_ATTR void DanceSceneManager_set_ModifyDirectory_m2220577395 (DanceSceneManager_t2271493662 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_ModifyDirectory_6(L_0); return; } } // System.String DMCore.Logic.DanceSceneManager::get_ModifyDirectory() extern "C" IL2CPP_METHOD_ATTR String_t* DanceSceneManager_get_ModifyDirectory_m3160050687 (DanceSceneManager_t2271493662 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_ModifyDirectory_6(); return L_0; } } // System.Void DMCore.Logic.DanceSceneManager::set_IsRandomSuccess(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DanceSceneManager_set_IsRandomSuccess_m1948583432 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_set_IsRandomSuccess_m1948583432_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); ((DanceSceneManager_t2271493662_StaticFields*)il2cpp_codegen_static_fields_for(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var))->set_U3CIsRandomSuccessU3Ek__BackingField_2(L_0); return; } } // System.Boolean DMCore.Logic.DanceSceneManager::get_IsRandomSuccess() extern "C" IL2CPP_METHOD_ATTR bool DanceSceneManager_get_IsRandomSuccess_m2864300750 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_get_IsRandomSuccess_m2864300750_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); bool L_0 = ((DanceSceneManager_t2271493662_StaticFields*)il2cpp_codegen_static_fields_for(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var))->get_U3CIsRandomSuccessU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.DanceSceneManager::set_IsRandomLocal(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DanceSceneManager_set_IsRandomLocal_m924394366 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_set_IsRandomLocal_m924394366_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); ((DanceSceneManager_t2271493662_StaticFields*)il2cpp_codegen_static_fields_for(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var))->set_U3CIsRandomLocalU3Ek__BackingField_3(L_0); return; } } // System.Boolean DMCore.Logic.DanceSceneManager::get_IsRandomLocal() extern "C" IL2CPP_METHOD_ATTR bool DanceSceneManager_get_IsRandomLocal_m3976810516 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_get_IsRandomLocal_m3976810516_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); bool L_0 = ((DanceSceneManager_t2271493662_StaticFields*)il2cpp_codegen_static_fields_for(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var))->get_U3CIsRandomLocalU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.DanceSceneManager::set_ActiveIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DanceSceneManager_set_ActiveIndex_m1220863014 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_set_ActiveIndex_m1220863014_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); ((DanceSceneManager_t2271493662_StaticFields*)il2cpp_codegen_static_fields_for(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var))->set_s_ActiveIndex_7(L_0); return; } } // System.Int32 DMCore.Logic.DanceSceneManager::get_ActiveIndex() extern "C" IL2CPP_METHOD_ATTR int32_t DanceSceneManager_get_ActiveIndex_m730377439 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager_get_ActiveIndex_m730377439_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var); int32_t L_0 = ((DanceSceneManager_t2271493662_StaticFields*)il2cpp_codegen_static_fields_for(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var))->get_s_ActiveIndex_7(); return L_0; } } // System.Void DMCore.Logic.DanceSceneManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void DanceSceneManager__cctor_m1778111201 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneManager__cctor_m1778111201_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((DanceSceneManager_t2271493662_StaticFields*)il2cpp_codegen_static_fields_for(DanceSceneManager_t2271493662_il2cpp_TypeInfo_var))->set_s_ActiveIndex_7((-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.DanceSceneManager/DanceSceneNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void DanceSceneNode__ctor_m767155991 (DanceSceneNode_t3699540133 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DanceSceneNode__ctor_m767155991_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_SceneID_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_SceneName_1(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_ImagePath_2(L_1); __this->set_CanUseInChatRoom_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.DisplayData::.ctor() extern "C" IL2CPP_METHOD_ATTR void DisplayData__ctor_m3848236099 (DisplayData_t3919051086 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DisplayData__ctor_m3848236099_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t2392779486 * L_0 = (Dictionary_2_t2392779486 *)il2cpp_codegen_object_new(Dictionary_2_t2392779486_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2718510314(L_0, /*hidden argument*/Dictionary_2__ctor_m2718510314_RuntimeMethod_var); __this->set_m_data_0(L_0); return; } } // System.Void DMCore.Logic.DisplayData::AddItemData(System.Int32,DMCore.Logic.ItemData) extern "C" IL2CPP_METHOD_ATTR void DisplayData_AddItemData_m2116531372 (DisplayData_t3919051086 * __this, int32_t ___group0, ItemData_t2031991413 * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DisplayData_AddItemData_m2116531372_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3504066155 * V_0 = NULL; { V_0 = (List_1_t3504066155 *)NULL; Dictionary_2_t2392779486 * L_0 = __this->get_m_data_0(); int32_t L_1 = ___group0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m2181272462(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2181272462_RuntimeMethod_var); if (L_2) { goto IL_0028; } } { List_1_t3504066155 * L_3 = (List_1_t3504066155 *)il2cpp_codegen_object_new(List_1_t3504066155_il2cpp_TypeInfo_var); List_1__ctor_m1413971899(L_3, /*hidden argument*/List_1__ctor_m1413971899_RuntimeMethod_var); V_0 = L_3; Dictionary_2_t2392779486 * L_4 = __this->get_m_data_0(); int32_t L_5 = ___group0; List_1_t3504066155 * L_6 = V_0; NullCheck(L_4); Dictionary_2_Add_m3875909350(L_4, L_5, L_6, /*hidden argument*/Dictionary_2_Add_m3875909350_RuntimeMethod_var); } IL_0028: { List_1_t3504066155 * L_7 = V_0; ItemData_t2031991413 * L_8 = ___data1; NullCheck(L_7); List_1_Add_m4263693711(L_7, L_8, /*hidden argument*/List_1_Add_m4263693711_RuntimeMethod_var); return; } } // System.Collections.Generic.List`1 DMCore.Logic.DisplayData::getKeys() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * DisplayData_getKeys_m3248739239 (DisplayData_t3919051086 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DisplayData_getKeys_m3248739239_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t2392779486 * L_0 = __this->get_m_data_0(); NullCheck(L_0); KeyCollection_t2582454957 * L_1 = Dictionary_2_get_Keys_m81772567(L_0, /*hidden argument*/Dictionary_2_get_Keys_m81772567_RuntimeMethod_var); List_1_t128053199 * L_2 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m3641213752(L_2, L_1, /*hidden argument*/List_1__ctor_m3641213752_RuntimeMethod_var); return L_2; } } // System.Int32 DMCore.Logic.DisplayData::GetListCount(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DisplayData_GetListCount_m4197885781 (DisplayData_t3919051086 * __this, int32_t ___group0, int32_t ___len1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DisplayData_GetListCount_m4197885781_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3504066155 * V_0 = NULL; { V_0 = (List_1_t3504066155 *)NULL; Dictionary_2_t2392779486 * L_0 = __this->get_m_data_0(); int32_t L_1 = ___group0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m2181272462(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2181272462_RuntimeMethod_var); if (!L_2) { goto IL_0022; } } { List_1_t3504066155 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = List_1_get_Count_m1902213985(L_3, /*hidden argument*/List_1_get_Count_m1902213985_RuntimeMethod_var); int32_t L_5 = ___len1; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))/(int32_t)L_5)), (int32_t)1)); } IL_0022: { return 0; } } // System.Int32 DMCore.Logic.DisplayData::GetAllCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DisplayData_GetAllCount_m2603568661 (DisplayData_t3919051086 * __this, int32_t ___len0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DisplayData_GetAllCount_m2603568661_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; KeyValuePair_2_t495484357 V_1; memset(&V_1, 0, sizeof(V_1)); Enumerator_t51994965 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); { V_0 = 0; Dictionary_2_t2392779486 * L_0 = __this->get_m_data_0(); NullCheck(L_0); Enumerator_t51994965 L_1 = Dictionary_2_GetEnumerator_m1124127163(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m1124127163_RuntimeMethod_var); V_2 = L_1; } IL_000e: try { // begin try (depth: 1) { goto IL_0030; } IL_0013: { KeyValuePair_2_t495484357 L_2 = Enumerator_get_Current_m2738989270((&V_2), /*hidden argument*/Enumerator_get_Current_m2738989270_RuntimeMethod_var); V_1 = L_2; int32_t L_3 = V_0; List_1_t3504066155 * L_4 = KeyValuePair_2_get_Value_m2095509361((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m2095509361_RuntimeMethod_var); NullCheck(L_4); int32_t L_5 = List_1_get_Count_m1902213985(L_4, /*hidden argument*/List_1_get_Count_m1902213985_RuntimeMethod_var); int32_t L_6 = ___len0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))/(int32_t)L_6)), (int32_t)1)))); } IL_0030: { bool L_7 = Enumerator_MoveNext_m2211205075((&V_2), /*hidden argument*/Enumerator_MoveNext_m2211205075_RuntimeMethod_var); if (L_7) { goto IL_0013; } } 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_m916878861((&V_2), /*hidden argument*/Enumerator_Dispose_m916878861_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: { int32_t L_8 = V_0; return L_8; } } // DMCore.Logic.ItemData DMCore.Logic.DisplayData::GetItem(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ItemData_t2031991413 * DisplayData_GetItem_m1238220570 (DisplayData_t3919051086 * __this, int32_t ___group0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DisplayData_GetItem_m1238220570_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3504066155 * V_0 = NULL; { V_0 = (List_1_t3504066155 *)NULL; Dictionary_2_t2392779486 * L_0 = __this->get_m_data_0(); int32_t L_1 = ___group0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m2181272462(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2181272462_RuntimeMethod_var); if (!L_2) { goto IL_0032; } } { int32_t L_3 = ___index1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0028; } } { int32_t L_4 = ___index1; List_1_t3504066155 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = List_1_get_Count_m1902213985(L_5, /*hidden argument*/List_1_get_Count_m1902213985_RuntimeMethod_var); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_002a; } } IL_0028: { return (ItemData_t2031991413 *)NULL; } IL_002a: { List_1_t3504066155 * L_7 = V_0; int32_t L_8 = ___index1; NullCheck(L_7); ItemData_t2031991413 * L_9 = List_1_get_Item_m11794484(L_7, L_8, /*hidden argument*/List_1_get_Item_m11794484_RuntimeMethod_var); return L_9; } IL_0032: { return (ItemData_t2031991413 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang 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.DynamicImageGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void DynamicImageGroup__ctor_m1806332429 (DynamicImageGroup_t2338416375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicImageGroup__ctor_m1806332429_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_ID_0(L_0); __this->set_ShowType_1(3); List_1_t2207029000 * L_1 = (List_1_t2207029000 *)il2cpp_codegen_object_new(List_1_t2207029000_il2cpp_TypeInfo_var); List_1__ctor_m1533191995(L_1, /*hidden argument*/List_1__ctor_m1533191995_RuntimeMethod_var); __this->set_ImageGroup_2(L_1); return; } } // System.Void DMCore.Logic.DynamicImageGroup::Clear() extern "C" IL2CPP_METHOD_ATTR void DynamicImageGroup_Clear_m2436617999 (DynamicImageGroup_t2338416375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicImageGroup_Clear_m2436617999_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_ID_0(L_0); __this->set_ShowType_1(3); List_1_t2207029000 * L_1 = __this->get_ImageGroup_2(); NullCheck(L_1); List_1_Clear_m377944293(L_1, /*hidden argument*/List_1_Clear_m377944293_RuntimeMethod_var); return; } } // System.Boolean DMCore.Logic.DynamicImageGroup::Deserial(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR bool DynamicImageGroup_Deserial_m3458748229 (DynamicImageGroup_t2338416375 * __this, XmlElement_t561603118 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicImageGroup_Deserial_m3458748229_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeList_t2551693786 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; XmlElement_t561603118 * V_3 = NULL; DynamicImageUnit_t734954258 * V_4 = 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(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_3 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_1, _stringLiteral3454449607, L_2, /*hidden argument*/NULL); __this->set_ID_0(L_3); String_t* L_4 = __this->get_ID_0(); bool L_5 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0030; } } { return (bool)0; } IL_0030: { XmlElement_t561603118 * L_6 = ___root0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_7 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_6, _stringLiteral758055268, 0, /*hidden argument*/NULL); __this->set_ShowType_1((((int32_t)((uint8_t)L_7)))); XmlElement_t561603118 * L_8 = ___root0; NullCheck(L_8); XmlNodeList_t2551693786 * L_9 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_8); V_0 = L_9; V_1 = 0; XmlNodeList_t2551693786 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_10); V_2 = L_11; goto IL_0095; } IL_0058: { XmlNodeList_t2551693786 * L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_12); XmlNode_t3767805227 * L_14 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_12, L_13); V_3 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_14, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_15 = V_3; if (L_15) { goto IL_0070; } } { goto IL_0091; } IL_0070: { DynamicImageUnit_t734954258 * L_16 = (DynamicImageUnit_t734954258 *)il2cpp_codegen_object_new(DynamicImageUnit_t734954258_il2cpp_TypeInfo_var); DynamicImageUnit__ctor_m2139619619(L_16, /*hidden argument*/NULL); V_4 = L_16; DynamicImageUnit_t734954258 * L_17 = V_4; XmlElement_t561603118 * L_18 = V_3; NullCheck(L_17); bool L_19 = DynamicImageUnit_Deserial_m3860163920(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0091; } } { List_1_t2207029000 * L_20 = __this->get_ImageGroup_2(); DynamicImageUnit_t734954258 * L_21 = V_4; NullCheck(L_20); List_1_Add_m3425470909(L_20, L_21, /*hidden argument*/List_1_Add_m3425470909_RuntimeMethod_var); } IL_0091: { int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0095: { int32_t L_23 = V_1; int32_t L_24 = V_2; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0058; } } { return (bool)1; } } // System.Int32 DMCore.Logic.DynamicImageGroup::GetImageCount() extern "C" IL2CPP_METHOD_ATTR int32_t DynamicImageGroup_GetImageCount_m938571176 (DynamicImageGroup_t2338416375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicImageGroup_GetImageCount_m938571176_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2207029000 * L_0 = __this->get_ImageGroup_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m666695078(L_0, /*hidden argument*/List_1_get_Count_m666695078_RuntimeMethod_var); return L_1; } } // DMCore.Logic.DynamicImageUnit DMCore.Logic.DynamicImageGroup::GetImageUnitByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR DynamicImageUnit_t734954258 * DynamicImageGroup_GetImageUnitByIndex_m3021708800 (DynamicImageGroup_t2338416375 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicImageGroup_GetImageUnitByIndex_m3021708800_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_1 = ___index0; List_1_t2207029000 * L_2 = __this->get_ImageGroup_2(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m666695078(L_2, /*hidden argument*/List_1_get_Count_m666695078_RuntimeMethod_var); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001a; } } IL_0018: { return (DynamicImageUnit_t734954258 *)NULL; } IL_001a: { List_1_t2207029000 * L_4 = __this->get_ImageGroup_2(); int32_t L_5 = ___index0; NullCheck(L_4); DynamicImageUnit_t734954258 * L_6 = List_1_get_Item_m2295356724(L_4, L_5, /*hidden argument*/List_1_get_Item_m2295356724_RuntimeMethod_var); return L_6; } } // DMCore.Logic.DynamicImageUnit DMCore.Logic.DynamicImageGroup::GetRandomImageUnit() extern "C" IL2CPP_METHOD_ATTR DynamicImageUnit_t734954258 * DynamicImageGroup_GetRandomImageUnit_m49610753 (DynamicImageGroup_t2338416375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicImageGroup_GetRandomImageUnit_m49610753_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { List_1_t2207029000 * L_0 = __this->get_ImageGroup_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m666695078(L_0, /*hidden argument*/List_1_get_Count_m666695078_RuntimeMethod_var); int32_t L_2 = Random_Range_m4054026115(NULL /*static, unused*/, 0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; List_1_t2207029000 * L_4 = __this->get_ImageGroup_2(); NullCheck(L_4); int32_t L_5 = List_1_get_Count_m666695078(L_4, /*hidden argument*/List_1_get_Count_m666695078_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_3, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; DynamicImageUnit_t734954258 * L_8 = DynamicImageGroup_GetImageUnitByIndex_m3021708800(__this, L_7, /*hidden argument*/NULL); return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.DynamicImageUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void DynamicImageUnit__ctor_m2139619619 (DynamicImageUnit_t734954258 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicImageUnit__ctor_m2139619619_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_Path_0(L_0); __this->set_AnchorType_1(8); __this->set_StretchType_2(0); return; } } // System.Boolean DMCore.Logic.DynamicImageUnit::Deserial(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR bool DynamicImageUnit_Deserial_m3860163920 (DynamicImageUnit_t734954258 * __this, XmlElement_t561603118 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicImageUnit_Deserial_m3860163920_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(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_3 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_1, _stringLiteral1610285846, L_2, /*hidden argument*/NULL); __this->set_Path_0(L_3); String_t* L_4 = __this->get_Path_0(); bool L_5 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0030; } } { return (bool)0; } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(CLocalizationManager_t2604768345_il2cpp_TypeInfo_var); CLocalizationManager_t2604768345 * L_6 = CLocalizationManager_GetInstance_m2075678818(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_7 = __this->get_Path_0(); NullCheck(L_6); String_t* L_8 = CLocalizationManager_GetLocalizePath_m3024801825(L_6, L_7, /*hidden argument*/NULL); __this->set_Path_0(L_8); XmlElement_t561603118 * L_9 = ___root0; 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(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_11 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_9, _stringLiteral2708901991, L_10, /*hidden argument*/NULL); int32_t L_12 = CMiscHelp_ConvertAnchorSideFromStr_m3003778198(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); __this->set_AnchorType_1(L_12); XmlElement_t561603118 * L_13 = ___root0; String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_15 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_13, _stringLiteral1208762989, L_14, /*hidden argument*/NULL); int32_t L_16 = CMiscHelp_ConvertStretchStyleFromStr_m3522018936(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); __this->set_StretchType_2(L_16); return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_EmoticonSelectedCallback_t2213980693 (EmoticonSelectedCallback_t2213980693 * __this, String_t* ___selected_emoticon0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___selected_emoticon0' to native representation char* ____selected_emoticon0_marshaled = NULL; ____selected_emoticon0_marshaled = il2cpp_codegen_marshal_string(___selected_emoticon0); // Native function invocation il2cppPInvokeFunc(____selected_emoticon0_marshaled); // Marshaling cleanup of parameter '___selected_emoticon0' native representation il2cpp_codegen_marshal_free(____selected_emoticon0_marshaled); ____selected_emoticon0_marshaled = NULL; } // System.Void DMCore.Logic.EmoticonSelectedCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EmoticonSelectedCallback__ctor_m485908707 (EmoticonSelectedCallback_t2213980693 * __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.EmoticonSelectedCallback::Invoke(System.String) extern "C" IL2CPP_METHOD_ATTR void EmoticonSelectedCallback_Invoke_m678248675 (EmoticonSelectedCallback_t2213980693 * __this, String_t* ___selected_emoticon0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { EmoticonSelectedCallback_Invoke_m678248675((EmoticonSelectedCallback_t2213980693 *)__this->get_prev_9(), ___selected_emoticon0, 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, ___selected_emoticon0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___selected_emoticon0, 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, ___selected_emoticon0); else GenericVirtActionInvoker1< String_t* >::Invoke(targetMethod, targetThis, ___selected_emoticon0); } 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, ___selected_emoticon0); else VirtActionInvoker1< String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___selected_emoticon0); } } else { typedef void (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___selected_emoticon0, 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, ___selected_emoticon0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___selected_emoticon0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___selected_emoticon0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___selected_emoticon0); } } else { typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___selected_emoticon0, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.EmoticonSelectedCallback::BeginInvoke(System.String,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EmoticonSelectedCallback_BeginInvoke_m1938878656 (EmoticonSelectedCallback_t2213980693 * __this, String_t* ___selected_emoticon0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___selected_emoticon0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Logic.EmoticonSelectedCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void EmoticonSelectedCallback_EndInvoke_m2020027156 (EmoticonSelectedCallback_t2213980693 * __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.EmotionAnimState::.ctor(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void EmotionAnimState__ctor_m1448347113 (EmotionAnimState_t841265017 * __this, Transform_t3600365921 * ___trans0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_lastIndex_0((-1)); Transform_t3600365921 * L_0 = ___trans0; NullCheck(L_0); Vector3_t3722313464 L_1 = Transform_get_localPosition_m4234289348(L_0, /*hidden argument*/NULL); __this->set_m_posOrg_1(L_1); Transform_t3600365921 * L_2 = ___trans0; NullCheck(L_2); Vector3_t3722313464 L_3 = Transform_get_localScale_m129152068(L_2, /*hidden argument*/NULL); __this->set_m_scaleOrg_2(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.EmotionData::.ctor() extern "C" IL2CPP_METHOD_ATTR void EmotionData__ctor_m3094200013 (EmotionData_t2437801269 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmotionData__ctor_m3094200013_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_textType_0((bool)1); __this->set_posX_1((0.0f)); __this->set_posY_2((0.0f)); 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_strVal_3(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.EmotionUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void EmotionUnit__ctor_m1991717262 (EmotionUnit_t3148034429 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.EmotionUnit::IfExistAnim() extern "C" IL2CPP_METHOD_ATTR bool EmotionUnit_IfExistAnim_m2005143404 (EmotionUnit_t3148034429 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmotionUnit_IfExistAnim_m2005143404_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; { List_1_t2927442759 * L_0 = __this->get_m_listVal_2(); if (!L_0) { goto IL_0021; } } { List_1_t2927442759 * L_1 = __this->get_m_listVal_2(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m1573853544(L_1, /*hidden argument*/List_1_get_Count_m1573853544_RuntimeMethod_var); if (!L_2) { goto IL_0021; } } { G_B4_0 = 1; goto IL_0022; } IL_0021: { G_B4_0 = 0; } IL_0022: { return (bool)G_B4_0; } } // System.Void DMCore.Logic.EmotionUnit::OnTick(DMCore.Logic.EmotionAnimState,UnityEngine.Transform,System.Single) extern "C" IL2CPP_METHOD_ATTR void EmotionUnit_OnTick_m1597822141 (EmotionUnit_t3148034429 * __this, EmotionAnimState_t841265017 * ___stateVal0, Transform_t3600365921 * ___transVal1, float ___timeVal2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmotionUnit_OnTick_m1597822141_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; int32_t V_3 = 0; EmotionAnim_t1455368017 * V_4 = NULL; bool V_5 = false; int32_t G_B15_0 = 0; { List_1_t2927442759 * L_0 = __this->get_m_listVal_2(); if (!L_0) { goto IL_001b; } } { List_1_t2927442759 * L_1 = __this->get_m_listVal_2(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m1573853544(L_1, /*hidden argument*/List_1_get_Count_m1573853544_RuntimeMethod_var); if (L_2) { goto IL_001c; } } IL_001b: { return; } IL_001c: { V_0 = (-1); V_1 = (-1.0f); V_2 = (0.0f); float L_3 = __this->get_m_timeTotal_3(); if ((!(((float)(0.001f)) < ((float)L_3)))) { goto IL_0044; } } { float L_4 = ___timeVal2; float L_5 = __this->get_m_timeTotal_3(); ___timeVal2 = (fmodf(L_4, L_5)); } IL_0044: { V_3 = 0; goto IL_009d; } IL_004b: { List_1_t2927442759 * L_6 = __this->get_m_listVal_2(); int32_t L_7 = V_3; NullCheck(L_6); EmotionAnim_t1455368017 * L_8 = List_1_get_Item_m331339614(L_6, L_7, /*hidden argument*/List_1_get_Item_m331339614_RuntimeMethod_var); V_4 = L_8; EmotionAnim_t1455368017 * L_9 = V_4; NullCheck(L_9); float L_10 = L_9->get_m_Time_0(); if ((!(((float)(0.0f)) > ((float)L_10)))) { goto IL_0075; } } { int32_t L_11 = V_3; V_0 = L_11; float L_12 = ___timeVal2; float L_13 = V_2; V_1 = ((float)il2cpp_codegen_subtract((float)L_12, (float)L_13)); goto IL_00ae; } IL_0075: { float L_14 = V_2; EmotionAnim_t1455368017 * L_15 = V_4; NullCheck(L_15); float L_16 = L_15->get_m_Time_0(); V_2 = ((float)il2cpp_codegen_add((float)L_14, (float)L_16)); float L_17 = ___timeVal2; float L_18 = V_2; if ((!(((float)L_17) < ((float)L_18)))) { goto IL_0099; } } { int32_t L_19 = V_3; V_0 = L_19; float L_20 = ___timeVal2; float L_21 = V_2; EmotionAnim_t1455368017 * L_22 = V_4; NullCheck(L_22); float L_23 = L_22->get_m_Time_0(); V_1 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_20, (float)L_21)), (float)L_23)); goto IL_00ae; } IL_0099: { int32_t L_24 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_009d: { int32_t L_25 = V_3; List_1_t2927442759 * L_26 = __this->get_m_listVal_2(); NullCheck(L_26); int32_t L_27 = List_1_get_Count_m1573853544(L_26, /*hidden argument*/List_1_get_Count_m1573853544_RuntimeMethod_var); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_004b; } } IL_00ae: { int32_t L_28 = V_0; EmotionAnimState_t841265017 * L_29 = ___stateVal0; NullCheck(L_29); int32_t L_30 = L_29->get_m_lastIndex_0(); if ((((int32_t)L_28) == ((int32_t)L_30))) { goto IL_00c0; } } { G_B15_0 = 1; goto IL_00c1; } IL_00c0: { G_B15_0 = 0; } IL_00c1: { V_5 = (bool)G_B15_0; EmotionAnimState_t841265017 * L_31 = ___stateVal0; int32_t L_32 = V_0; NullCheck(L_31); L_31->set_m_lastIndex_0(L_32); int32_t L_33 = V_0; if ((((int32_t)0) > ((int32_t)L_33))) { goto IL_00e7; } } { List_1_t2927442759 * L_34 = __this->get_m_listVal_2(); int32_t L_35 = V_0; NullCheck(L_34); EmotionAnim_t1455368017 * L_36 = List_1_get_Item_m331339614(L_34, L_35, /*hidden argument*/List_1_get_Item_m331339614_RuntimeMethod_var); EmotionAnimState_t841265017 * L_37 = ___stateVal0; Transform_t3600365921 * L_38 = ___transVal1; bool L_39 = V_5; float L_40 = V_1; NullCheck(L_36); EmotionAnim_OnTick_m3064866283(L_36, L_37, L_38, L_39, L_40, /*hidden argument*/NULL); } IL_00e7: { return; } } // System.Void DMCore.Logic.EmotionUnit::ParseAnimList(System.Xml.XmlNodeList) extern "C" IL2CPP_METHOD_ATTR void EmotionUnit_ParseAnimList_m1350451622 (EmotionUnit_t3148034429 * __this, XmlNodeList_t2551693786 * ___animNodelist0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmotionUnit_ParseAnimList_m1350451622_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; XmlElement_t561603118 * V_2 = NULL; EmotionAnim_t1455368017 * V_3 = NULL; { XmlNodeList_t2551693786 * L_0 = ___animNodelist0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)0) < ((int32_t)L_2))) { goto IL_000f; } } { return; } IL_000f: { __this->set_m_timeTotal_3((0.0f)); List_1_t2927442759 * L_3 = (List_1_t2927442759 *)il2cpp_codegen_object_new(List_1_t2927442759_il2cpp_TypeInfo_var); List_1__ctor_m59729525(L_3, /*hidden argument*/List_1__ctor_m59729525_RuntimeMethod_var); __this->set_m_listVal_2(L_3); V_1 = 0; goto IL_00a4; } IL_002c: { XmlNodeList_t2551693786 * L_4 = ___animNodelist0; int32_t L_5 = V_1; NullCheck(L_4); XmlNode_t3767805227 * L_6 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_4, L_5); V_2 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_6, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_7 = V_2; if (L_7) { goto IL_0044; } } { goto IL_00a0; } IL_0044: { EmotionAnim_t1455368017 * L_8 = (EmotionAnim_t1455368017 *)il2cpp_codegen_object_new(EmotionAnim_t1455368017_il2cpp_TypeInfo_var); EmotionAnim__ctor_m3609542194(L_8, /*hidden argument*/NULL); V_3 = L_8; EmotionAnim_t1455368017 * L_9 = V_3; XmlElement_t561603118 * L_10 = V_2; NullCheck(L_9); EmotionAnim_ParseXml_m3693626490(L_9, L_10, /*hidden argument*/NULL); List_1_t2927442759 * L_11 = __this->get_m_listVal_2(); EmotionAnim_t1455368017 * L_12 = V_3; NullCheck(L_11); List_1_Add_m4036466285(L_11, L_12, /*hidden argument*/List_1_Add_m4036466285_RuntimeMethod_var); float L_13 = __this->get_m_timeTotal_3(); if ((((float)L_13) < ((float)(-0.5f)))) { goto IL_007d; } } { EmotionAnim_t1455368017 * L_14 = V_3; NullCheck(L_14); float L_15 = L_14->get_m_Time_0(); if ((!(((float)L_15) < ((float)(-0.5f))))) { goto IL_008d; } } IL_007d: { __this->set_m_timeTotal_3((-1.0f)); goto IL_00a0; } IL_008d: { float L_16 = __this->get_m_timeTotal_3(); EmotionAnim_t1455368017 * L_17 = V_3; NullCheck(L_17); float L_18 = L_17->get_m_Time_0(); __this->set_m_timeTotal_3(((float)il2cpp_codegen_add((float)L_16, (float)L_18))); } IL_00a0: { int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_00a4: { int32_t L_20 = V_1; int32_t L_21 = V_0; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_002c; } } { int32_t L_22 = V_0; if ((!(((uint32_t)L_22) == ((uint32_t)1)))) { goto IL_00bd; } } { __this->set_m_timeTotal_3((-1.0f)); } 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.EmotionUnit/EmotionAnim::.ctor() extern "C" IL2CPP_METHOD_ATTR void EmotionAnim__ctor_m3609542194 (EmotionAnim_t1455368017 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmotionAnim__ctor_m3609542194_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_SpriteName_1(L_0); __this->set_m_Time_0((-1.0f)); return; } } // System.Void DMCore.Logic.EmotionUnit/EmotionAnim::OnTick(DMCore.Logic.EmotionAnimState,UnityEngine.Transform,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR void EmotionAnim_OnTick_m3064866283 (EmotionAnim_t1455368017 * __this, EmotionAnimState_t841265017 * ___stateVal0, Transform_t3600365921 * ___transVal1, bool ___isFirst2, float ___timeVal3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmotionAnim_OnTick_m3064866283_MetadataUsageId); s_Il2CppMethodInitialized = true; } UISprite_t194114938 * V_0 = NULL; BoxCollider_t1640800422 * V_1 = NULL; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; { bool L_0 = ___isFirst2; if (!L_0) { goto IL_00b5; } } { Transform_t3600365921 * L_1 = ___transVal1; NullCheck(L_1); UISprite_t194114938 * L_2 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_1, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); V_0 = L_2; String_t* L_3 = __this->get_m_SpriteName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0035; } } { UISprite_t194114938 * 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_0035; } } { UISprite_t194114938 * L_7 = V_0; String_t* L_8 = __this->get_m_SpriteName_1(); NullCheck(L_7); UISprite_set_spriteName_m1616245412(L_7, L_8, /*hidden argument*/NULL); } IL_0035: { Transform_t3600365921 * L_9 = ___transVal1; EmotionAnimState_t841265017 * L_10 = ___stateVal0; NullCheck(L_10); Vector3_t3722313464 L_11 = L_10->get_m_scaleOrg_2(); NullCheck(L_9); Transform_set_localScale_m3053443106(L_9, L_11, /*hidden argument*/NULL); Transform_t3600365921 * L_12 = ___transVal1; EmotionAnimState_t841265017 * L_13 = ___stateVal0; NullCheck(L_13); Vector3_t3722313464 L_14 = L_13->get_m_posOrg_1(); NullCheck(L_12); Transform_set_localPosition_m4128471975(L_12, L_14, /*hidden argument*/NULL); float L_15 = __this->get_m_rotateTime_5(); if ((!(((float)(0.0f)) < ((float)L_15)))) { goto IL_00b5; } } { UISprite_t194114938 * L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_17 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00b5; } } { UISprite_t194114938 * L_18 = V_0; NullCheck(L_18); UIWidget_set_pivot_m951060879(L_18, 4, /*hidden argument*/NULL); Transform_t3600365921 * L_19 = ___transVal1; NullCheck(L_19); BoxCollider_t1640800422 * L_20 = Component_GetComponent_TisBoxCollider_t1640800422_m4104100802(L_19, /*hidden argument*/Component_GetComponent_TisBoxCollider_t1640800422_m4104100802_RuntimeMethod_var); V_1 = L_20; BoxCollider_t1640800422 * L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_22 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00a9; } } { BoxCollider_t1640800422 * L_23 = V_1; NullCheck(L_23); Vector3_t3722313464 L_24 = BoxCollider_get_center_m3697516117(L_23, /*hidden argument*/NULL); V_2 = L_24; (&V_2)->set_x_1((0.0f)); (&V_2)->set_y_2((0.0f)); BoxCollider_t1640800422 * L_25 = V_1; Vector3_t3722313464 L_26 = V_2; NullCheck(L_25); BoxCollider_set_center_m1086194996(L_25, L_26, /*hidden argument*/NULL); } IL_00a9: { EmotionAnimState_t841265017 * L_27 = ___stateVal0; Transform_t3600365921 * L_28 = ___transVal1; NullCheck(L_28); Vector3_t3722313464 L_29 = Transform_get_localPosition_m4234289348(L_28, /*hidden argument*/NULL); NullCheck(L_27); L_27->set_m_posOrg_1(L_29); } IL_00b5: { float L_30 = __this->get_m_rotateTime_5(); if ((!(((float)(0.0f)) < ((float)L_30)))) { goto IL_0107; } } { Vector2_t2156229523 * L_31 = __this->get_address_of_m_rotateRange_4(); float L_32 = L_31->get_x_0(); Vector2_t2156229523 * L_33 = __this->get_address_of_m_rotateRange_4(); float L_34 = L_33->get_y_1(); float L_35 = ___timeVal3; float L_36 = __this->get_m_rotateTime_5(); float L_37 = __this->get_m_rotateTime_5(); float L_38 = CMathHelp_GetPingPong_m3554504360(NULL /*static, unused*/, L_32, L_34, ((float)((float)(fmodf(L_35, L_36))/(float)L_37)), /*hidden argument*/NULL); V_3 = L_38; Transform_t3600365921 * L_39 = ___transVal1; float L_40 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_41 = Quaternion_Euler_m3049309462(NULL /*static, unused*/, (0.0f), (0.0f), L_40, /*hidden argument*/NULL); NullCheck(L_39); Transform_set_localRotation_m19445462(L_39, L_41, /*hidden argument*/NULL); } IL_0107: { float L_42 = __this->get_m_fmoveYTick_3(); if ((!(((float)(0.0f)) < ((float)L_42)))) { goto IL_0162; } } { float L_43 = ___timeVal3; float L_44 = __this->get_m_fmoveYTick_3(); float L_45 = __this->get_m_fmoveYTick_3(); V_4 = ((float)((float)(fmodf(L_43, L_44))/(float)L_45)); Vector2_t2156229523 * L_46 = __this->get_address_of_m_moveY_2(); float L_47 = L_46->get_x_0(); Vector2_t2156229523 * L_48 = __this->get_address_of_m_moveY_2(); float L_49 = L_48->get_y_1(); float L_50 = V_4; float L_51 = CMathHelp_GetPingPong_m3554504360(NULL /*static, unused*/, L_47, L_49, L_50, /*hidden argument*/NULL); V_5 = L_51; Transform_t3600365921 * L_52 = ___transVal1; NullCheck(L_52); GameObject_t1113636619 * L_53 = Component_get_gameObject_m442555142(L_52, /*hidden argument*/NULL); EmotionAnimState_t841265017 * L_54 = ___stateVal0; NullCheck(L_54); Vector3_t3722313464 * L_55 = L_54->get_address_of_m_posOrg_1(); float L_56 = L_55->get_y_2(); float L_57 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectPositionY_m1240832168(NULL /*static, unused*/, L_53, ((float)il2cpp_codegen_add((float)L_56, (float)L_57)), /*hidden argument*/NULL); } IL_0162: { return; } } // System.Void DMCore.Logic.EmotionUnit/EmotionAnim::ParseXml(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR void EmotionAnim_ParseXml_m3693626490 (EmotionAnim_t1455368017 * __this, XmlElement_t561603118 * ___animElem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmotionAnim_ParseXml_m3693626490_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; String_t* V_2 = NULL; StringU5BU5D_t1281789340* V_3 = NULL; StringU5BU5D_t1281789340* G_B4_0 = NULL; StringU5BU5D_t1281789340* G_B15_0 = NULL; { XmlElement_t561603118 * L_0 = ___animElem0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_1 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_0, _stringLiteral1244386375, /*hidden argument*/NULL); __this->set_m_SpriteName_1(L_1); XmlElement_t561603118 * L_2 = ___animElem0; float L_3 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_2, _stringLiteral63249541, (-1.0f), /*hidden argument*/NULL); __this->set_m_Time_0(L_3); XmlElement_t561603118 * L_4 = ___animElem0; float L_5 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_4, _stringLiteral265182918, (-1.0f), /*hidden argument*/NULL); __this->set_m_fmoveYTick_3(L_5); float L_6 = __this->get_m_fmoveYTick_3(); if ((!(((float)(0.0f)) < ((float)L_6)))) { goto IL_00f5; } } { XmlElement_t561603118 * L_7 = ___animElem0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_8 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_7, _stringLiteral1245816270, /*hidden argument*/NULL); V_0 = L_8; String_t* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_006a; } } { G_B4_0 = ((StringU5BU5D_t1281789340*)(NULL)); goto IL_007b; } IL_006a: { String_t* L_11 = V_0; CharU5BU5D_t3528271667* L_12 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_12); (L_12)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_11); StringU5BU5D_t1281789340* L_13 = String_Split_m3646115398(L_11, L_12, /*hidden argument*/NULL); G_B4_0 = L_13; } IL_007b: { V_1 = G_B4_0; StringU5BU5D_t1281789340* L_14 = V_1; if (!L_14) { goto IL_00e0; } } { StringU5BU5D_t1281789340* L_15 = V_1; NullCheck(L_15); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))) == ((uint32_t)2)))) { goto IL_00e0; } } { IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_16 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_moveY_2(L_16); StringU5BU5D_t1281789340* L_17 = V_1; NullCheck(L_17); int32_t L_18 = 0; String_t* L_19 = (L_17)->GetAt(static_cast(L_18)); Vector2_t2156229523 * L_20 = __this->get_address_of_m_moveY_2(); float* L_21 = L_20->get_address_of_x_0(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_22 = CMiscHelp_ToFloat_m1277019218(NULL /*static, unused*/, L_19, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00c6; } } { StringU5BU5D_t1281789340* L_23 = V_1; NullCheck(L_23); int32_t L_24 = 1; String_t* L_25 = (L_23)->GetAt(static_cast(L_24)); Vector2_t2156229523 * L_26 = __this->get_address_of_m_moveY_2(); float* L_27 = L_26->get_address_of_y_1(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_28 = CMiscHelp_ToFloat_m1277019218(NULL /*static, unused*/, L_25, L_27, /*hidden argument*/NULL); if (L_28) { goto IL_00db; } } IL_00c6: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral3347243203, /*hidden argument*/NULL); __this->set_m_fmoveYTick_3((-1.0f)); } IL_00db: { goto IL_00f5; } IL_00e0: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral3347243203, /*hidden argument*/NULL); __this->set_m_fmoveYTick_3((-1.0f)); } IL_00f5: { XmlElement_t561603118 * L_29 = ___animElem0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); float L_30 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_29, _stringLiteral3655972018, (-1.0f), /*hidden argument*/NULL); __this->set_m_rotateTime_5(L_30); float L_31 = __this->get_m_rotateTime_5(); if ((!(((float)(0.0f)) < ((float)L_31)))) { goto IL_01c3; } } { XmlElement_t561603118 * L_32 = ___animElem0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_33 = CMiscHelp_GetXmlElemString_m926144416(NULL /*static, unused*/, L_32, _stringLiteral1757920701, /*hidden argument*/NULL); V_2 = L_33; String_t* L_34 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_35 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_0138; } } { G_B15_0 = ((StringU5BU5D_t1281789340*)(NULL)); goto IL_0149; } IL_0138: { String_t* L_36 = V_2; CharU5BU5D_t3528271667* L_37 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_37); (L_37)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_36); StringU5BU5D_t1281789340* L_38 = String_Split_m3646115398(L_36, L_37, /*hidden argument*/NULL); G_B15_0 = L_38; } IL_0149: { V_3 = G_B15_0; StringU5BU5D_t1281789340* L_39 = V_3; if (!L_39) { goto IL_01ae; } } { StringU5BU5D_t1281789340* L_40 = V_3; NullCheck(L_40); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_40)->max_length))))) == ((uint32_t)2)))) { goto IL_01ae; } } { IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_41 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_rotateRange_4(L_41); StringU5BU5D_t1281789340* L_42 = V_3; NullCheck(L_42); int32_t L_43 = 0; String_t* L_44 = (L_42)->GetAt(static_cast(L_43)); Vector2_t2156229523 * L_45 = __this->get_address_of_m_rotateRange_4(); float* L_46 = L_45->get_address_of_x_0(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_47 = CMiscHelp_ToFloat_m1277019218(NULL /*static, unused*/, L_44, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_0194; } } { StringU5BU5D_t1281789340* L_48 = V_3; NullCheck(L_48); int32_t L_49 = 1; String_t* L_50 = (L_48)->GetAt(static_cast(L_49)); Vector2_t2156229523 * L_51 = __this->get_address_of_m_rotateRange_4(); float* L_52 = L_51->get_address_of_y_1(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_53 = CMiscHelp_ToFloat_m1277019218(NULL /*static, unused*/, L_50, L_52, /*hidden argument*/NULL); if (L_53) { goto IL_01a9; } } IL_0194: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral2796726644, /*hidden argument*/NULL); __this->set_m_rotateTime_5((-1.0f)); } IL_01a9: { goto IL_01c3; } IL_01ae: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral2796726644, /*hidden argument*/NULL); __this->set_m_rotateTime_5((-1.0f)); } IL_01c3: { 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.EndAnimType::.ctor() extern "C" IL2CPP_METHOD_ATTR void EndAnimType__ctor_m749763674 (EndAnimType_t83088423 * __this, const RuntimeMethod* method) { { CPropItem__ctor_m238114891(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.EndAnimType::DoUsePropItem() extern "C" IL2CPP_METHOD_ATTR void EndAnimType_DoUsePropItem_m3355099824 (EndAnimType_t83088423 * __this, const RuntimeMethod* method) { { return; } } // DMCore.Logic.enumPropType DMCore.Logic.EndAnimType::GetPropType() extern "C" IL2CPP_METHOD_ATTR int32_t EndAnimType_GetPropType_m1719524207 (EndAnimType_t83088423 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)89)); } } #ifdef __clang__ #pragma clang 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.EnterRoomAnimInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void EnterRoomAnimInfo__ctor_m3038177814 (EnterRoomAnimInfo_t1215699366 * __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.EnterRoomAnimType::.ctor() extern "C" IL2CPP_METHOD_ATTR void EnterRoomAnimType__ctor_m3896209961 (EnterRoomAnimType_t924653319 * __this, const RuntimeMethod* method) { { CPropItem__ctor_m238114891(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.EnterRoomAnimType::DoUsePropItem() extern "C" IL2CPP_METHOD_ATTR void EnterRoomAnimType_DoUsePropItem_m216158639 (EnterRoomAnimType_t924653319 * __this, const RuntimeMethod* method) { { return; } } // DMCore.Logic.enumPropType DMCore.Logic.EnterRoomAnimType::GetPropType() extern "C" IL2CPP_METHOD_ATTR int32_t EnterRoomAnimType_GetPropType_m839512184 (EnterRoomAnimType_t924653319 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)84)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.EquipUnit::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void EquipUnit__ctor_m2006722430 (EquipUnit_t3626763472 * __this, int32_t ____nSex0, int32_t ____configId1, int32_t ____originPrice2, int32_t ____salePrice3, int32_t ____payType4, const RuntimeMethod* method) { { int32_t L_0 = ____nSex0; __this->set_nSex_0(L_0); int32_t L_1 = ____configId1; __this->set_configId_1(L_1); int32_t L_2 = ____originPrice2; __this->set_originPrice_2(L_2); int32_t L_3 = ____salePrice3; __this->set_salePrice_3(L_3); int32_t L_4 = ____payType4; __this->set_payType_4(L_4); return; } } extern "C" void EquipUnit__ctor_m2006722430_AdjustorThunk (RuntimeObject * __this, int32_t ____nSex0, int32_t ____configId1, int32_t ____originPrice2, int32_t ____salePrice3, int32_t ____payType4, const RuntimeMethod* method) { EquipUnit_t3626763472 * _thisAdjusted = reinterpret_cast(__this + 1); EquipUnit__ctor_m2006722430(_thisAdjusted, ____nSex0, ____configId1, ____originPrice2, ____salePrice3, ____payType4, method); } #ifdef __clang__ #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.FragmentShopItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void FragmentShopItem__ctor_m4020191822 (FragmentShopItem_t3036111334 * __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 #ifdef __clang__ #pragma clang 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.FunctionPropItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void FunctionPropItem__ctor_m1856090808 (FunctionPropItem_t2337231142 * __this, const RuntimeMethod* method) { { CPropItem__ctor_m238114891(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.FunctionPropItem::DoUsePropItem() extern "C" IL2CPP_METHOD_ATTR void FunctionPropItem_DoUsePropItem_m3771483613 (FunctionPropItem_t2337231142 * __this, const RuntimeMethod* method) { { return; } } // DMCore.Logic.enumPropType DMCore.Logic.FunctionPropItem::GetPropType() extern "C" IL2CPP_METHOD_ATTR int32_t FunctionPropItem_GetPropType_m4054656325 (FunctionPropItem_t2337231142 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)35)); } } #ifdef __clang__ #pragma clang 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.GamePageInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void GamePageInfo__ctor_m1293215723 (GamePageInfo_t1487906190 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_ThemeId_0(0); __this->set_m_ThemeStage_1(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.GameRewardInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void GameRewardInfo__ctor_m3054583983 (GameRewardInfo_t1982501205 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GameRewardInfo__ctor_m3054583983_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_GiveStage_0(0); __this->set_m_GiveSituation_1(0); __this->set_m_Ceiling_2(0); __this->set_m_Offline_3(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_list_4(L_0); return; } } // System.Void DMCore.Logic.GameRewardInfo::Clear() extern "C" IL2CPP_METHOD_ATTR void GameRewardInfo_Clear_m3224633844 (GameRewardInfo_t1982501205 * __this, const RuntimeMethod* method) { { CAwardList_t4094041907 * L_0 = __this->get_m_list_4(); NullCheck(L_0); CAwardList_Clear_m3107368241(L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.GetItemWndManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void GetItemWndManager__ctor_m1870837532 (GetItemWndManager_t2644942713 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetItemWndManager__ctor_m1870837532_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Queue_1_t3914457535 * L_0 = (Queue_1_t3914457535 *)il2cpp_codegen_object_new(Queue_1_t3914457535_il2cpp_TypeInfo_var); Queue_1__ctor_m420899349(L_0, /*hidden argument*/Queue_1__ctor_m420899349_RuntimeMethod_var); __this->set_m_itemWndList_1(L_0); CThreadLock_t3315856551 * L_1 = (CThreadLock_t3315856551 *)il2cpp_codegen_object_new(CThreadLock_t3315856551_il2cpp_TypeInfo_var); CThreadLock__ctor_m2708615033(L_1, /*hidden argument*/NULL); __this->set_m_queueLock_2(L_1); GetItemWndManager_set_IsItemEffectShowing_m1046373157(__this, (bool)0, /*hidden argument*/NULL); return; } } // DMCore.Logic.GetItemWndManager DMCore.Logic.GetItemWndManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR GetItemWndManager_t2644942713 * GetItemWndManager_GetInstance_m3443230042 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetItemWndManager_GetInstance_m3443230042_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(GetItemWndManager_t2644942713_il2cpp_TypeInfo_var); GetItemWndManager_t2644942713 * L_0 = ((GetItemWndManager_t2644942713_StaticFields*)il2cpp_codegen_static_fields_for(GetItemWndManager_t2644942713_il2cpp_TypeInfo_var))->get_s_instance_3(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(GetItemWndManager_t2644942713_il2cpp_TypeInfo_var); GetItemWndManager_t2644942713 * L_1 = ((GetItemWndManager_t2644942713_StaticFields*)il2cpp_codegen_static_fields_for(GetItemWndManager_t2644942713_il2cpp_TypeInfo_var))->get_s_instance_3(); return L_1; } IL_0010: { GetItemWndManager_t2644942713 * L_2 = (GetItemWndManager_t2644942713 *)il2cpp_codegen_object_new(GetItemWndManager_t2644942713_il2cpp_TypeInfo_var); GetItemWndManager__ctor_m1870837532(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(GetItemWndManager_t2644942713_il2cpp_TypeInfo_var); ((GetItemWndManager_t2644942713_StaticFields*)il2cpp_codegen_static_fields_for(GetItemWndManager_t2644942713_il2cpp_TypeInfo_var))->set_s_instance_3(L_2); GetItemWndManager_t2644942713 * L_3 = ((GetItemWndManager_t2644942713_StaticFields*)il2cpp_codegen_static_fields_for(GetItemWndManager_t2644942713_il2cpp_TypeInfo_var))->get_s_instance_3(); return L_3; } } // System.Void DMCore.Logic.GetItemWndManager::Push(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void GetItemWndManager_Push_m3265675404 (GetItemWndManager_t2644942713 * __this, CDataArray_t4068198041 * ___item_data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetItemWndManager_Push_m3265675404_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CThreadLock_t3315856551 * L_0 = __this->get_m_queueLock_2(); NullCheck(L_0); CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); Queue_1_t3914457535 * L_1 = __this->get_m_itemWndList_1(); CDataArray_t4068198041 * L_2 = ___item_data0; NullCheck(L_1); Queue_1_Enqueue_m278417841(L_1, L_2, /*hidden argument*/Queue_1_Enqueue_m278417841_RuntimeMethod_var); CThreadLock_t3315856551 * L_3 = __this->get_m_queueLock_2(); NullCheck(L_3); CThreadLock_UnLock_m2922388906(L_3, /*hidden argument*/NULL); return; } } // System.Collections.Generic.List`1 DMCore.Logic.GetItemWndManager::Pop() extern "C" IL2CPP_METHOD_ATTR List_1_t1245305487 * GetItemWndManager_Pop_m1460094763 (GetItemWndManager_t2644942713 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetItemWndManager_Pop_m1460094763_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t1245305487 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = (List_1_t1245305487 *)NULL; CThreadLock_t3315856551 * L_0 = __this->get_m_queueLock_2(); NullCheck(L_0); CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); int32_t L_1 = GetItemWndManager_GetItemShowCount_m3789829154(__this, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0045; } } { List_1_t1245305487 * L_3 = (List_1_t1245305487 *)il2cpp_codegen_object_new(List_1_t1245305487_il2cpp_TypeInfo_var); List_1__ctor_m1631382779(L_3, /*hidden argument*/List_1__ctor_m1631382779_RuntimeMethod_var); V_0 = L_3; V_2 = 0; goto IL_003e; } IL_0029: { List_1_t1245305487 * L_4 = V_0; Queue_1_t3914457535 * L_5 = __this->get_m_itemWndList_1(); NullCheck(L_5); CDataArray_t4068198041 * L_6 = Queue_1_Dequeue_m6356120(L_5, /*hidden argument*/Queue_1_Dequeue_m6356120_RuntimeMethod_var); NullCheck(L_4); List_1_Add_m3433441791(L_4, L_6, /*hidden argument*/List_1_Add_m3433441791_RuntimeMethod_var); int32_t L_7 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_003e: { int32_t L_8 = V_2; int32_t L_9 = V_1; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0029; } } IL_0045: { CThreadLock_t3315856551 * L_10 = __this->get_m_queueLock_2(); NullCheck(L_10); CThreadLock_UnLock_m2922388906(L_10, /*hidden argument*/NULL); List_1_t1245305487 * L_11 = V_0; return L_11; } } // System.Void DMCore.Logic.GetItemWndManager::Clear() extern "C" IL2CPP_METHOD_ATTR void GetItemWndManager_Clear_m841362722 (GetItemWndManager_t2644942713 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetItemWndManager_Clear_m841362722_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CThreadLock_t3315856551 * L_0 = __this->get_m_queueLock_2(); NullCheck(L_0); CThreadLock_Lock_m3448296176(L_0, /*hidden argument*/NULL); Queue_1_t3914457535 * L_1 = __this->get_m_itemWndList_1(); NullCheck(L_1); int32_t L_2 = Queue_1_get_Count_m812928177(L_1, /*hidden argument*/Queue_1_get_Count_m812928177_RuntimeMethod_var); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0028; } } { Queue_1_t3914457535 * L_3 = __this->get_m_itemWndList_1(); NullCheck(L_3); Queue_1_Clear_m318233176(L_3, /*hidden argument*/Queue_1_Clear_m318233176_RuntimeMethod_var); } IL_0028: { CThreadLock_t3315856551 * L_4 = __this->get_m_queueLock_2(); NullCheck(L_4); CThreadLock_UnLock_m2922388906(L_4, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.GetItemWndManager::OnTryExecuteHead() extern "C" IL2CPP_METHOD_ATTR bool GetItemWndManager_OnTryExecuteHead_m4152955412 (GetItemWndManager_t2644942713 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetItemWndManager_OnTryExecuteHead_m4152955412_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; uiMonoItemGet_t3694640406 * V_2 = NULL; int32_t V_3 = 0; uiMonoItemGet_t3694640406 * G_B11_0 = NULL; { bool L_0 = GetItemWndManager_get_IsItemEffectShowing_m2580351790(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { Queue_1_t3914457535 * L_1 = __this->get_m_itemWndList_1(); NullCheck(L_1); int32_t L_2 = Queue_1_get_Count_m812928177(L_1, /*hidden argument*/Queue_1_get_Count_m812928177_RuntimeMethod_var); if (L_2) { goto IL_001f; } } { return (bool)0; } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_3 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); ICameraBase_t3615533728 * L_4 = CRoot_GetCamera_m3179746689(L_3, /*hidden argument*/NULL); NullCheck(L_4); Camera_t4157153871 * L_5 = ICameraBase_GetUICamera_m3997251255(L_4, /*hidden argument*/NULL); V_0 = L_5; Camera_t4157153871 * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_7 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_6, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_003d; } } { return (bool)0; } IL_003d: { CLevelManager_t3077608201 * L_8 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); bool L_9 = CLevelManager_IsLevel_m3139716542(L_8, _stringLiteral840214861, /*hidden argument*/NULL); if (!L_9) { goto IL_0053; } } { return (bool)0; } IL_0053: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_10 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CWndController_ShowUI_m3552255067(L_10, ((int32_t)83), /*hidden argument*/NULL); CWndController_t749709641 * L_11 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); GameObject_t1113636619 * L_12 = CWndController_CreateDelayBindWnd_m1486584967(L_11, ((int32_t)83), /*hidden argument*/NULL); V_1 = L_12; GameObject_t1113636619 * L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0084; } } { GameObject_t1113636619 * L_15 = V_1; NullCheck(L_15); uiMonoItemGet_t3694640406 * L_16 = GameObject_GetComponent_TisuiMonoItemGet_t3694640406_m1900648848(L_15, /*hidden argument*/GameObject_GetComponent_TisuiMonoItemGet_t3694640406_m1900648848_RuntimeMethod_var); G_B11_0 = L_16; goto IL_0085; } IL_0084: { G_B11_0 = ((uiMonoItemGet_t3694640406 *)(NULL)); } IL_0085: { V_2 = G_B11_0; uiMonoItemGet_t3694640406 * L_17 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_18 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_17, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_18) { goto IL_0094; } } { return (bool)0; } IL_0094: { Queue_1_t3914457535 * L_19 = __this->get_m_itemWndList_1(); NullCheck(L_19); int32_t L_20 = Queue_1_get_Count_m812928177(L_19, /*hidden argument*/Queue_1_get_Count_m812928177_RuntimeMethod_var); V_3 = L_20; uiMonoItemGet_t3694640406 * L_21 = V_2; NullCheck(L_21); uiMonoItemGet_Init_m3990569278(L_21, /*hidden argument*/NULL); return (bool)1; } } // System.Int32 DMCore.Logic.GetItemWndManager::GetItemShowCount() extern "C" IL2CPP_METHOD_ATTR int32_t GetItemWndManager_GetItemShowCount_m3789829154 (GetItemWndManager_t2644942713 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetItemWndManager_GetItemShowCount_m3789829154_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(GetItemWndManager_t2644942713_il2cpp_TypeInfo_var); int32_t L_0 = ((GetItemWndManager_t2644942713_StaticFields*)il2cpp_codegen_static_fields_for(GetItemWndManager_t2644942713_il2cpp_TypeInfo_var))->get_UP_LIMITED_4(); Queue_1_t3914457535 * L_1 = __this->get_m_itemWndList_1(); NullCheck(L_1); int32_t L_2 = Queue_1_get_Count_m812928177(L_1, /*hidden argument*/Queue_1_get_Count_m812928177_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_3 = Mathf_Min_m18103608(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean DMCore.Logic.GetItemWndManager::get_IsItemEffectShowing() extern "C" IL2CPP_METHOD_ATTR bool GetItemWndManager_get_IsItemEffectShowing_m2580351790 (GetItemWndManager_t2644942713 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsItemEffectShowingU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.GetItemWndManager::set_IsItemEffectShowing(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GetItemWndManager_set_IsItemEffectShowing_m1046373157 (GetItemWndManager_t2644942713 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsItemEffectShowingU3Ek__BackingField_0(L_0); return; } } // System.Void DMCore.Logic.GetItemWndManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void GetItemWndManager__cctor_m3612154369 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GetItemWndManager__cctor_m3612154369_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((GetItemWndManager_t2644942713_StaticFields*)il2cpp_codegen_static_fields_for(GetItemWndManager_t2644942713_il2cpp_TypeInfo_var))->set_UP_LIMITED_4(5); 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.GiftInfoNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void GiftInfoNode__ctor_m1125999439 (GiftInfoNode_t966312645 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftInfoNode__ctor_m1125999439_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_Index_0(0); List_1_t1414438697 * L_0 = (List_1_t1414438697 *)il2cpp_codegen_object_new(List_1_t1414438697_il2cpp_TypeInfo_var); List_1__ctor_m3591709643(L_0, /*hidden argument*/List_1__ctor_m3591709643_RuntimeMethod_var); __this->set_GiftSet_1(L_0); __this->set_State_2(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.GiftPack::.ctor() extern "C" IL2CPP_METHOD_ATTR void GiftPack__ctor_m3443173128 (GiftPack_t4141643335 * __this, const RuntimeMethod* method) { { __this->set_nBagId_0((-1)); __this->set_ConfigID_1((-1)); __this->set_WeightTotal_5((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Logic.GiftPackageItemUnit DMCore.Logic.GiftPack::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR GiftPackageItemUnit_t2476631710 * GiftPack_GetItem_m2764282186 (GiftPack_t4141643335 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPack_GetItem_m2764282186_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3948706452 * L_0 = __this->get_ItemList_3(); if (L_0) { goto IL_000d; } } { return (GiftPackageItemUnit_t2476631710 *)NULL; } IL_000d: { int32_t L_1 = ___index0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0025; } } { int32_t L_2 = ___index0; List_1_t3948706452 * L_3 = __this->get_ItemList_3(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m3385312625(L_3, /*hidden argument*/List_1_get_Count_m3385312625_RuntimeMethod_var); if ((((int32_t)L_2) < ((int32_t)L_4))) { goto IL_0027; } } IL_0025: { return (GiftPackageItemUnit_t2476631710 *)NULL; } IL_0027: { List_1_t3948706452 * L_5 = __this->get_ItemList_3(); int32_t L_6 = ___index0; NullCheck(L_5); GiftPackageItemUnit_t2476631710 * L_7 = List_1_get_Item_m946151057(L_5, L_6, /*hidden argument*/List_1_get_Item_m946151057_RuntimeMethod_var); return L_7; } } // DMCore.Logic.GiftPack DMCore.Logic.GiftPack::Create(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR GiftPack_t4141643335 * GiftPack_Create_m2756921634 (RuntimeObject * __this /* static, unused */, int32_t ___configid0, int32_t ___bagid1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPack_Create_m2756921634_MetadataUsageId); s_Il2CppMethodInitialized = true; } GiftPack_t4141643335 * V_0 = NULL; GiftPack_t4141643335 * V_1 = NULL; { GiftPackManager_t105297562 * L_0 = GiftPackManager_GetInstance_m1502918467(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___bagid1; NullCheck(L_0); GiftPack_t4141643335 * L_2 = GiftPackManager_FindGiftPackItem_m1413737438(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; GiftPack_t4141643335 * L_3 = V_0; if (!L_3) { goto IL_0014; } } { GiftPack_t4141643335 * L_4 = V_0; return L_4; } IL_0014: { GiftPack_t4141643335 * L_5 = (GiftPack_t4141643335 *)il2cpp_codegen_object_new(GiftPack_t4141643335_il2cpp_TypeInfo_var); GiftPack__ctor_m3443173128(L_5, /*hidden argument*/NULL); V_1 = L_5; GiftPack_t4141643335 * L_6 = V_1; int32_t L_7 = ___configid0; NullCheck(L_6); L_6->set_ConfigID_1(L_7); GiftPack_t4141643335 * L_8 = V_1; int32_t L_9 = ___bagid1; NullCheck(L_8); L_8->set_nBagId_0(L_9); GiftPack_t4141643335 * L_10 = V_1; 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.GiftPackageItemCond::.ctor() extern "C" IL2CPP_METHOD_ATTR void GiftPackageItemCond__ctor_m840790001 (GiftPackageItemCond_t1643579615 * __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.GiftPackageItemUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void GiftPackageItemUnit__ctor_m808343044 (GiftPackageItemUnit_t2476631710 * __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.GiftPackManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void GiftPackManager__ctor_m2039755730 (GiftPackManager_t105297562 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPackManager__ctor_m2039755730_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3030356666 * L_0 = (Dictionary_2_t3030356666 *)il2cpp_codegen_object_new(Dictionary_2_t3030356666_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2684960471(L_0, /*hidden argument*/Dictionary_2__ctor_m2684960471_RuntimeMethod_var); __this->set_m_giftPackItemList_4(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Logic.GiftPackManager DMCore.Logic.GiftPackManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR GiftPackManager_t105297562 * GiftPackManager_GetInstance_m1502918467 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPackManager_GetInstance_m1502918467_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GiftPackManager_t105297562 * L_0 = ((GiftPackManager_t105297562_StaticFields*)il2cpp_codegen_static_fields_for(GiftPackManager_t105297562_il2cpp_TypeInfo_var))->get_s_instance_0(); if (L_0) { goto IL_0014; } } { GiftPackManager_t105297562 * L_1 = (GiftPackManager_t105297562 *)il2cpp_codegen_object_new(GiftPackManager_t105297562_il2cpp_TypeInfo_var); GiftPackManager__ctor_m2039755730(L_1, /*hidden argument*/NULL); ((GiftPackManager_t105297562_StaticFields*)il2cpp_codegen_static_fields_for(GiftPackManager_t105297562_il2cpp_TypeInfo_var))->set_s_instance_0(L_1); } IL_0014: { GiftPackManager_t105297562 * L_2 = ((GiftPackManager_t105297562_StaticFields*)il2cpp_codegen_static_fields_for(GiftPackManager_t105297562_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_2; } } // System.Boolean DMCore.Logic.GiftPackManager::WhetherGiftConfigID(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool GiftPackManager_WhetherGiftConfigID_m1163201836 (GiftPackManager_t105297562 * __this, int32_t ___configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPackManager_WhetherGiftConfigID_m1163201836_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; { int32_t L_0 = ___configID0; IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); bool L_1 = CShopManager_IsClothing_m480793725(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { int32_t L_2 = ___configID0; if ((!(((uint32_t)((int32_t)((int32_t)L_2/(int32_t)((int32_t)10000)))) == ((uint32_t)8)))) { goto IL_001a; } } IL_0018: { return (bool)0; } IL_001a: { int32_t L_3 = ___configID0; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CDataProperty_t2806246268 * L_4 = CPropManager_GetLocalProperty_m690455163(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_0 = L_4; CDataProperty_t2806246268 * L_5 = V_0; if (!L_5) { goto IL_003b; } } { CDataProperty_t2806246268 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = CDataProperty_GetInt_m1935343217(L_6, _stringLiteral3698826037, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_003b; } } { return (bool)1; } IL_003b: { return (bool)0; } } // System.String DMCore.Logic.GiftPackManager::GetItemDesc(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* GiftPackManager_GetItemDesc_m2894438800 (GiftPackManager_t105297562 * __this, int32_t ___configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPackManager_GetItemDesc_m2894438800_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; { int32_t L_0 = ___configID0; IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); bool L_1 = CShopManager_IsClothing_m480793725(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { CShopConfig_t202154353 * L_2 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = ___configID0; NullCheck(L_2); String_t* L_4 = CShopConfig_GetName_m2272590700(L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0017: { int32_t L_5 = ___configID0; if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0024; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_6; } IL_0024: { int32_t L_7 = ___configID0; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CDataProperty_t2806246268 * L_8 = CPropManager_GetLocalProperty_m690455163(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_0 = L_8; CDataProperty_t2806246268 * L_9 = V_0; if (!L_9) { goto IL_0042; } } { CDataProperty_t2806246268 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = CDataProperty_GetWideStr_m3656006276(L_10, _stringLiteral3220737639, _stringLiteral3220737639, /*hidden argument*/NULL); return L_11; } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_12; } } // System.Int32 DMCore.Logic.GiftPackManager::GetItemOwnAmount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t GiftPackManager_GetItemOwnAmount_m2362470272 (GiftPackManager_t105297562 * __this, int32_t ___configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPackManager_GetItemOwnAmount_m2362470272_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_0 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___configID0; NullCheck(L_0); int32_t L_2 = CPropManager_GetPropAmount_m271193511(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 DMCore.Logic.GiftPackManager::GetCurPkgAmount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t GiftPackManager_GetCurPkgAmount_m1995050138 (GiftPackManager_t105297562 * __this, int32_t ___configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPackManager_GetCurPkgAmount_m1995050138_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndMyPackage_t3287570987_il2cpp_TypeInfo_var); ScenePersonalWndMyPackage_t3287570987 * L_0 = ScenePersonalWndMyPackage_GetInstance_m1174771918(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___configID0; NullCheck(L_0); int32_t L_2 = ScenePersonalWndMyPackage_GetCurPkgAmount_m145361877(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // DMCore.Logic.GiftPack DMCore.Logic.GiftPackManager::GetCurrentGiftPackInfo() extern "C" IL2CPP_METHOD_ATTR GiftPack_t4141643335 * GiftPackManager_GetCurrentGiftPackInfo_m3389194133 (GiftPackManager_t105297562 * __this, const RuntimeMethod* method) { { GiftPack_t4141643335 * L_0 = GiftPackManager_get_CurGiftPack_m3004900887(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean DMCore.Logic.GiftPackManager::get_NeedOpenBtn() extern "C" IL2CPP_METHOD_ATTR bool GiftPackManager_get_NeedOpenBtn_m975317428 (GiftPackManager_t105297562 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CNeedOpenBtnU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.GiftPackManager::set_NeedOpenBtn(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_set_NeedOpenBtn_m2297794829 (GiftPackManager_t105297562 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CNeedOpenBtnU3Ek__BackingField_1(L_0); return; } } // System.Void DMCore.Logic.GiftPackManager::OpenGiftInfoPanel(DMCore.Logic.GiftPack,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_OpenGiftInfoPanel_m3462154806 (GiftPackManager_t105297562 * __this, GiftPack_t4141643335 * ___item0, bool ___needOpenBtn1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPackManager_OpenGiftInfoPanel_m3462154806_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___needOpenBtn1; GiftPackManager_set_NeedOpenBtn_m2297794829(__this, L_0, /*hidden argument*/NULL); GiftPack_t4141643335 * L_1 = ___item0; GiftPackManager_set_CurGiftPack_m1021335899(__this, 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)218), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.GiftPackManager::OpenOpenGiftPanel(DMCore.Logic.GiftPack) extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_OpenOpenGiftPanel_m3345527190 (GiftPackManager_t105297562 * __this, GiftPack_t4141643335 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPackManager_OpenOpenGiftPanel_m3345527190_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GiftPack_t4141643335 * L_0 = ___item0; GiftPackManager_set_CurGiftPack_m1021335899(__this, L_0, /*hidden argument*/NULL); List_1_t93448756 * L_1 = (List_1_t93448756 *)il2cpp_codegen_object_new(List_1_t93448756_il2cpp_TypeInfo_var); List_1__ctor_m810526549(L_1, /*hidden argument*/List_1__ctor_m810526549_RuntimeMethod_var); __this->set_m_CustomSelectedID_6(L_1); 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)219), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.GiftPackManager::OnChoose(System.Int32,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_OnChoose_m3487049126 (GiftPackManager_t105297562 * __this, int32_t ___configID0, Action_1_t269755560 * ___callback1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPackManager_OnChoose_m3487049126_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3COnChooseU3Ec__AnonStorey0_t2357546869 * V_0 = NULL; GiftPack_t4141643335 * V_1 = NULL; OpenGiftCellCache_t2916341310 * V_2 = NULL; OpenGiftCellCache_t2916341310 * V_3 = NULL; { U3COnChooseU3Ec__AnonStorey0_t2357546869 * L_0 = (U3COnChooseU3Ec__AnonStorey0_t2357546869 *)il2cpp_codegen_object_new(U3COnChooseU3Ec__AnonStorey0_t2357546869_il2cpp_TypeInfo_var); U3COnChooseU3Ec__AnonStorey0__ctor_m110571470(L_0, /*hidden argument*/NULL); V_0 = L_0; U3COnChooseU3Ec__AnonStorey0_t2357546869 * L_1 = V_0; int32_t L_2 = ___configID0; NullCheck(L_1); L_1->set_configID_0(L_2); GiftPack_t4141643335 * L_3 = GiftPackManager_GetCurrentGiftPackInfo_m3389194133(__this, /*hidden argument*/NULL); V_1 = L_3; GiftPack_t4141643335 * L_4 = V_1; if (L_4) { goto IL_0022; } } { Action_1_t269755560 * L_5 = ___callback1; NullCheck(L_5); Action_1_Invoke_m1933767679(L_5, (bool)0, /*hidden argument*/Action_1_Invoke_m1933767679_RuntimeMethod_var); return; } IL_0022: { List_1_t93448756 * L_6 = __this->get_m_CustomSelectedID_6(); U3COnChooseU3Ec__AnonStorey0_t2357546869 * L_7 = V_0; intptr_t L_8 = (intptr_t)U3COnChooseU3Ec__AnonStorey0_U3CU3Em__0_m3853933362_RuntimeMethod_var; Predicate_1_t3741635434 * L_9 = (Predicate_1_t3741635434 *)il2cpp_codegen_object_new(Predicate_1_t3741635434_il2cpp_TypeInfo_var); Predicate_1__ctor_m3642906406(L_9, L_7, L_8, /*hidden argument*/Predicate_1__ctor_m3642906406_RuntimeMethod_var); NullCheck(L_6); OpenGiftCellCache_t2916341310 * L_10 = List_1_Find_m1174588338(L_6, L_9, /*hidden argument*/List_1_Find_m1174588338_RuntimeMethod_var); V_2 = L_10; OpenGiftCellCache_t2916341310 * L_11 = V_2; if (!L_11) { goto IL_0056; } } { Action_1_t269755560 * L_12 = ___callback1; List_1_t93448756 * L_13 = __this->get_m_CustomSelectedID_6(); OpenGiftCellCache_t2916341310 * L_14 = V_2; NullCheck(L_13); bool L_15 = List_1_Remove_m1511768143(L_13, L_14, /*hidden argument*/List_1_Remove_m1511768143_RuntimeMethod_var); NullCheck(L_12); Action_1_Invoke_m1933767679(L_12, (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0), /*hidden argument*/Action_1_Invoke_m1933767679_RuntimeMethod_var); return; } IL_0056: { List_1_t93448756 * L_16 = __this->get_m_CustomSelectedID_6(); NullCheck(L_16); int32_t L_17 = List_1_get_Count_m634062642(L_16, /*hidden argument*/List_1_get_Count_m634062642_RuntimeMethod_var); GiftPack_t4141643335 * L_18 = V_1; NullCheck(L_18); int32_t L_19 = L_18->get_SelectedCount_6(); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_00a8; } } { List_1_t93448756 * L_20 = __this->get_m_CustomSelectedID_6(); NullCheck(L_20); int32_t L_21 = List_1_get_Count_m634062642(L_20, /*hidden argument*/List_1_get_Count_m634062642_RuntimeMethod_var); if ((((int32_t)L_21) <= ((int32_t)0))) { goto IL_00a7; } } { List_1_t93448756 * L_22 = __this->get_m_CustomSelectedID_6(); NullCheck(L_22); OpenGiftCellCache_t2916341310 * L_23 = List_1_get_Item_m671893200(L_22, 0, /*hidden argument*/List_1_get_Item_m671893200_RuntimeMethod_var); V_3 = L_23; OpenGiftCellCache_t2916341310 * L_24 = V_3; NullCheck(L_24); Action_1_t269755560 * L_25 = OpenGiftCellCache_get_Callback_m1733819843(L_24, /*hidden argument*/NULL); NullCheck(L_25); Action_1_Invoke_m1933767679(L_25, (bool)0, /*hidden argument*/Action_1_Invoke_m1933767679_RuntimeMethod_var); List_1_t93448756 * L_26 = __this->get_m_CustomSelectedID_6(); NullCheck(L_26); List_1_RemoveAt_m435304123(L_26, 0, /*hidden argument*/List_1_RemoveAt_m435304123_RuntimeMethod_var); goto IL_00a8; } IL_00a7: { return; } IL_00a8: { List_1_t93448756 * L_27 = __this->get_m_CustomSelectedID_6(); U3COnChooseU3Ec__AnonStorey0_t2357546869 * L_28 = V_0; NullCheck(L_28); int32_t L_29 = L_28->get_configID_0(); Action_1_t269755560 * L_30 = ___callback1; OpenGiftCellCache_t2916341310 * L_31 = (OpenGiftCellCache_t2916341310 *)il2cpp_codegen_object_new(OpenGiftCellCache_t2916341310_il2cpp_TypeInfo_var); OpenGiftCellCache__ctor_m3757693002(L_31, L_29, L_30, /*hidden argument*/NULL); NullCheck(L_27); List_1_Add_m299325911(L_27, L_31, /*hidden argument*/List_1_Add_m299325911_RuntimeMethod_var); Action_1_t269755560 * L_32 = ___callback1; NullCheck(L_32); Action_1_Invoke_m1933767679(L_32, (bool)1, /*hidden argument*/Action_1_Invoke_m1933767679_RuntimeMethod_var); return; } } // System.Boolean DMCore.Logic.GiftPackManager::OpenGift(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool GiftPackManager_OpenGift_m3139793284 (GiftPackManager_t105297562 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPackManager_OpenGift_m3139793284_MetadataUsageId); s_Il2CppMethodInitialized = true; } GiftPack_t4141643335 * V_0 = NULL; List_1_t128053199 * V_1 = NULL; OpenGiftCellCache_t2916341310 * V_2 = NULL; Enumerator_t1982692633 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); { Action_4_t3484037049 * L_0 = __this->get_ConfirmHandler_2(); if (!L_0) { goto IL_00cd; } } { GiftPack_t4141643335 * L_1 = GiftPackManager_GetCurrentGiftPackInfo_m3389194133(__this, /*hidden argument*/NULL); V_0 = L_1; GiftPack_t4141643335 * L_2 = V_0; if (!L_2) { goto IL_00cd; } } { GiftPack_t4141643335 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_Type_2(); if ((!(((uint32_t)L_4) == ((uint32_t)3)))) { goto IL_005d; } } { List_1_t93448756 * L_5 = __this->get_m_CustomSelectedID_6(); if (!L_5) { goto IL_0045; } } { List_1_t93448756 * L_6 = __this->get_m_CustomSelectedID_6(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m634062642(L_6, /*hidden argument*/List_1_get_Count_m634062642_RuntimeMethod_var); GiftPack_t4141643335 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_SelectedCount_6(); if ((((int32_t)L_7) == ((int32_t)L_9))) { goto IL_005d; } } IL_0045: { CTextHelp_t3119637808 * L_10 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11 = CTextHelp_GetText_m372251958(L_10, _stringLiteral3342716985, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m686064934(NULL /*static, unused*/, 0, L_11, (OnMsgBoxClkCallBack_t3229751541 *)NULL, /*hidden argument*/NULL); return (bool)0; } IL_005d: { List_1_t128053199 * L_12 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_12, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_1 = L_12; List_1_t93448756 * L_13 = __this->get_m_CustomSelectedID_6(); NullCheck(L_13); Enumerator_t1982692633 L_14 = List_1_GetEnumerator_m2384019349(L_13, /*hidden argument*/List_1_GetEnumerator_m2384019349_RuntimeMethod_var); V_3 = L_14; } IL_006f: try { // begin try (depth: 1) { goto IL_0088; } IL_0074: { OpenGiftCellCache_t2916341310 * L_15 = Enumerator_get_Current_m1220181548((&V_3), /*hidden argument*/Enumerator_get_Current_m1220181548_RuntimeMethod_var); V_2 = L_15; List_1_t128053199 * L_16 = V_1; OpenGiftCellCache_t2916341310 * L_17 = V_2; NullCheck(L_17); int32_t L_18 = OpenGiftCellCache_get_SelectedID_m2424130969(L_17, /*hidden argument*/NULL); NullCheck(L_16); List_1_Add_m697420525(L_16, L_18, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_0088: { bool L_19 = Enumerator_MoveNext_m34704373((&V_3), /*hidden argument*/Enumerator_MoveNext_m34704373_RuntimeMethod_var); if (L_19) { goto IL_0074; } } IL_0094: { IL2CPP_LEAVE(0xA7, FINALLY_0099); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0099; } FINALLY_0099: { // begin finally (depth: 1) Enumerator_Dispose_m819972640((&V_3), /*hidden argument*/Enumerator_Dispose_m819972640_RuntimeMethod_var); IL2CPP_END_FINALLY(153) } // end finally (depth: 1) IL2CPP_CLEANUP(153) { IL2CPP_JUMP_TBL(0xA7, IL_00a7) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a7: { Action_4_t3484037049 * L_20 = __this->get_ConfirmHandler_2(); GiftPack_t4141643335 * L_21 = GiftPackManager_get_CurGiftPack_m3004900887(__this, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = L_21->get_ConfigID_1(); int32_t L_23 = ___count0; GiftPack_t4141643335 * L_24 = GiftPackManager_get_CurGiftPack_m3004900887(__this, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = L_24->get_nBagId_0(); List_1_t128053199 * L_26 = V_1; NullCheck(L_20); Action_4_Invoke_m3586767312(L_20, L_22, (((int64_t)((int64_t)L_23))), L_25, L_26, /*hidden argument*/Action_4_Invoke_m3586767312_RuntimeMethod_var); return (bool)1; } IL_00cd: { return (bool)0; } } // System.Void DMCore.Logic.GiftPackManager::HideOpenGiftPanel() extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_HideOpenGiftPanel_m3733017410 (GiftPackManager_t105297562 * __this, const RuntimeMethod* method) { { Action_t1264377477 * L_0 = __this->get_CancelHandler_3(); if (!L_0) { goto IL_0016; } } { Action_t1264377477 * L_1 = __this->get_CancelHandler_3(); NullCheck(L_1); Action_Invoke_m937035532(L_1, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Void DMCore.Logic.GiftPackManager::SetUseListener(System.Action`4>,System.Action) extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_SetUseListener_m406851686 (GiftPackManager_t105297562 * __this, Action_4_t3484037049 * ___confirmHandler0, Action_t1264377477 * ___cancelHandler1, const RuntimeMethod* method) { { Action_4_t3484037049 * L_0 = ___confirmHandler0; __this->set_ConfirmHandler_2(L_0); Action_t1264377477 * L_1 = ___cancelHandler1; __this->set_CancelHandler_3(L_1); return; } } // System.Void DMCore.Logic.GiftPackManager::ShowGiftInfo(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_ShowGiftInfo_m239472186 (GiftPackManager_t105297562 * __this, Action_1_t19143634 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPackManager_ShowGiftInfo_m239472186_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GiftPack_t4141643335 * L_0 = GiftPackManager_get_CurGiftPack_m3004900887(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return; } IL_000c: { GiftPack_t4141643335 * L_1 = GiftPackManager_get_CurGiftPack_m3004900887(__this, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = L_1->get_Type_2(); if (!L_2) { goto IL_004f; } } { GiftPack_t4141643335 * L_3 = GiftPackManager_get_CurGiftPack_m3004900887(__this, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = L_3->get_Type_2(); if ((((int32_t)L_4) == ((int32_t)4))) { goto IL_004f; } } { GiftPack_t4141643335 * L_5 = GiftPackManager_get_CurGiftPack_m3004900887(__this, /*hidden argument*/NULL); NullCheck(L_5); GiftPackageItemUnit_t2476631710 * L_6 = GiftPack_GetItem_m2764282186(L_5, 0, /*hidden argument*/NULL); if (!L_6) { goto IL_004f; } } { Action_1_t19143634 * L_7 = ___callback0; GiftPack_t4141643335 * L_8 = GiftPackManager_get_CurGiftPack_m3004900887(__this, /*hidden argument*/NULL); NullCheck(L_7); Action_1_Invoke_m3455714062(L_7, L_8, /*hidden argument*/Action_1_Invoke_m3455714062_RuntimeMethod_var); goto IL_005c; } IL_004f: { Action_1_t19143634 * L_9 = ___callback0; __this->set_m_Callback_7(L_9); GiftPackManager_RequestGiftPackageInfo_m3385271479(__this, /*hidden argument*/NULL); } IL_005c: { return; } } // System.Void DMCore.Logic.GiftPackManager::RequestGiftPackageInfo() extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_RequestGiftPackageInfo_m3385271479 (GiftPackManager_t105297562 * __this, const RuntimeMethod* method) { { GiftPreviewManager_t1802147059 * L_0 = GiftPreviewManager_GetInstance_m2370763973(NULL /*static, unused*/, /*hidden argument*/NULL); GiftPack_t4141643335 * L_1 = GiftPackManager_get_CurGiftPack_m3004900887(__this, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = L_1->get_ConfigID_1(); GiftPack_t4141643335 * L_3 = GiftPackManager_get_CurGiftPack_m3004900887(__this, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = L_3->get_nBagId_0(); NullCheck(L_0); GiftPreviewManager_RequestGiftPackageInfo_m2921700475(L_0, L_2, L_4, /*hidden argument*/NULL); return; } } // DMCore.Logic.GiftPack DMCore.Logic.GiftPackManager::FindGiftPackItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR GiftPack_t4141643335 * GiftPackManager_FindGiftPackItem_m1413737438 (GiftPackManager_t105297562 * __this, int32_t ___bagId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPackManager_FindGiftPackItem_m1413737438_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3030356666 * L_0 = __this->get_m_giftPackItemList_4(); int32_t L_1 = ___bagId0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m2573018510(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m2573018510_RuntimeMethod_var); if (L_2) { goto IL_0013; } } { return (GiftPack_t4141643335 *)NULL; } IL_0013: { Dictionary_2_t3030356666 * L_3 = __this->get_m_giftPackItemList_4(); int32_t L_4 = ___bagId0; NullCheck(L_3); GiftPack_t4141643335 * L_5 = Dictionary_2_get_Item_m2489995766(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m2489995766_RuntimeMethod_var); return L_5; } } // System.Void DMCore.Logic.GiftPackManager::AddGiftPackItemInfo(DMCore.Logic.GiftPack) extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_AddGiftPackItemInfo_m1047681245 (GiftPackManager_t105297562 * __this, GiftPack_t4141643335 * ___giftPack0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPackManager_AddGiftPackItemInfo_m1047681245_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3030356666 * L_0 = __this->get_m_giftPackItemList_4(); GiftPack_t4141643335 * L_1 = ___giftPack0; NullCheck(L_1); int32_t L_2 = L_1->get_nBagId_0(); NullCheck(L_0); bool L_3 = Dictionary_2_ContainsKey_m2573018510(L_0, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m2573018510_RuntimeMethod_var); if (L_3) { goto IL_0028; } } { Dictionary_2_t3030356666 * L_4 = __this->get_m_giftPackItemList_4(); GiftPack_t4141643335 * L_5 = ___giftPack0; NullCheck(L_5); int32_t L_6 = L_5->get_nBagId_0(); GiftPack_t4141643335 * L_7 = ___giftPack0; NullCheck(L_4); Dictionary_2_Add_m1553271430(L_4, L_6, L_7, /*hidden argument*/Dictionary_2_Add_m1553271430_RuntimeMethod_var); } IL_0028: { GiftPack_t4141643335 * L_8 = GiftPackManager_get_CurGiftPack_m3004900887(__this, /*hidden argument*/NULL); if (L_8) { goto IL_005d; } } { GiftPack_t4141643335 * L_9 = ___giftPack0; GiftPackManager_set_CurGiftPack_m1021335899(__this, L_9, /*hidden argument*/NULL); Action_1_t19143634 * L_10 = __this->get_m_Callback_7(); if (!L_10) { goto IL_0058; } } { Action_1_t19143634 * L_11 = __this->get_m_Callback_7(); GiftPack_t4141643335 * L_12 = ___giftPack0; NullCheck(L_11); Action_1_Invoke_m3455714062(L_11, L_12, /*hidden argument*/Action_1_Invoke_m3455714062_RuntimeMethod_var); __this->set_m_Callback_7((Action_1_t19143634 *)NULL); } IL_0058: { goto IL_00ff; } IL_005d: { GiftPack_t4141643335 * L_13 = GiftPackManager_get_CurGiftPack_m3004900887(__this, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = L_13->get_nBagId_0(); if ((!(((uint32_t)L_14) == ((uint32_t)(-1))))) { goto IL_00ae; } } { GiftPack_t4141643335 * L_15 = GiftPackManager_get_CurGiftPack_m3004900887(__this, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = L_15->get_ConfigID_1(); GiftPack_t4141643335 * L_17 = ___giftPack0; NullCheck(L_17); int32_t L_18 = L_17->get_ConfigID_1(); if ((!(((uint32_t)L_16) == ((uint32_t)L_18)))) { goto IL_00ae; } } { GiftPack_t4141643335 * L_19 = ___giftPack0; GiftPackManager_set_CurGiftPack_m1021335899(__this, L_19, /*hidden argument*/NULL); Action_1_t19143634 * L_20 = __this->get_m_Callback_7(); if (!L_20) { goto IL_00a9; } } { Action_1_t19143634 * L_21 = __this->get_m_Callback_7(); GiftPack_t4141643335 * L_22 = ___giftPack0; NullCheck(L_21); Action_1_Invoke_m3455714062(L_21, L_22, /*hidden argument*/Action_1_Invoke_m3455714062_RuntimeMethod_var); __this->set_m_Callback_7((Action_1_t19143634 *)NULL); } IL_00a9: { goto IL_00ff; } IL_00ae: { GiftPack_t4141643335 * L_23 = GiftPackManager_get_CurGiftPack_m3004900887(__this, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24 = L_23->get_nBagId_0(); GiftPack_t4141643335 * L_25 = ___giftPack0; NullCheck(L_25); int32_t L_26 = L_25->get_nBagId_0(); if ((!(((uint32_t)L_24) == ((uint32_t)L_26)))) { goto IL_00ff; } } { GiftPack_t4141643335 * L_27 = GiftPackManager_get_CurGiftPack_m3004900887(__this, /*hidden argument*/NULL); NullCheck(L_27); int32_t L_28 = L_27->get_ConfigID_1(); GiftPack_t4141643335 * L_29 = ___giftPack0; NullCheck(L_29); int32_t L_30 = L_29->get_ConfigID_1(); if ((!(((uint32_t)L_28) == ((uint32_t)L_30)))) { goto IL_00ff; } } { GiftPack_t4141643335 * L_31 = ___giftPack0; GiftPackManager_set_CurGiftPack_m1021335899(__this, L_31, /*hidden argument*/NULL); Action_1_t19143634 * L_32 = __this->get_m_Callback_7(); if (!L_32) { goto IL_00ff; } } { Action_1_t19143634 * L_33 = __this->get_m_Callback_7(); GiftPack_t4141643335 * L_34 = ___giftPack0; NullCheck(L_33); Action_1_Invoke_m3455714062(L_33, L_34, /*hidden argument*/Action_1_Invoke_m3455714062_RuntimeMethod_var); __this->set_m_Callback_7((Action_1_t19143634 *)NULL); } IL_00ff: { return; } } // System.Void DMCore.Logic.GiftPackManager::HideGiftInfo() extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_HideGiftInfo_m3371940181 (GiftPackManager_t105297562 * __this, const RuntimeMethod* method) { { __this->set_m_Callback_7((Action_1_t19143634 *)NULL); return; } } // DMCore.Logic.GiftPack DMCore.Logic.GiftPackManager::get_CurGiftPack() extern "C" IL2CPP_METHOD_ATTR GiftPack_t4141643335 * GiftPackManager_get_CurGiftPack_m3004900887 (GiftPackManager_t105297562 * __this, const RuntimeMethod* method) { { GiftPack_t4141643335 * L_0 = __this->get_U3CCurGiftPackU3Ek__BackingField_5(); return L_0; } } // System.Void DMCore.Logic.GiftPackManager::set_CurGiftPack(DMCore.Logic.GiftPack) extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_set_CurGiftPack_m1021335899 (GiftPackManager_t105297562 * __this, GiftPack_t4141643335 * ___value0, const RuntimeMethod* method) { { GiftPack_t4141643335 * L_0 = ___value0; __this->set_U3CCurGiftPackU3Ek__BackingField_5(L_0); return; } } // System.Void DMCore.Logic.GiftPackManager::ResponseGiftPackData(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void GiftPackManager_ResponseGiftPackData_m3971814867 (GiftPackManager_t105297562 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPackManager_ResponseGiftPackData_m3971814867_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GiftPack_t4141643335 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; GiftPackageItemUnit_t2476631710 * V_5 = NULL; int32_t V_6 = 0; GiftPackageItemUnit_t2476631710 * V_7 = NULL; int32_t V_8 = 0; GiftPackageItemUnit_t2476631710 * V_9 = NULL; int32_t V_10 = 0; GiftPackageItemUnit_t2476631710 * V_11 = NULL; int32_t V_12 = 0; GiftPackageItemCond_t1643579615 * V_13 = NULL; { V_0 = 0; GiftPack_t4141643335 * L_0 = (GiftPack_t4141643335 *)il2cpp_codegen_object_new(GiftPack_t4141643335_il2cpp_TypeInfo_var); GiftPack__ctor_m3443173128(L_0, /*hidden argument*/NULL); V_1 = L_0; GiftPack_t4141643335 * L_1 = V_1; CDataArray_t4068198041 * L_2 = ___msg0; int32_t L_3 = V_0; int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); V_0 = L_4; NullCheck(L_2); int32_t L_5 = CDataArray_GetInt_m1111369473(L_2, L_4, 0, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_ConfigID_1(L_5); GiftPack_t4141643335 * L_6 = V_1; 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_nBagId_0(L_10); GiftPack_t4141643335 * L_11 = V_1; 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, 1, /*hidden argument*/NULL); NullCheck(L_11); L_11->set_Type_2(L_15); GiftPack_t4141643335 * L_16 = V_1; 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, 1, /*hidden argument*/NULL); NullCheck(L_16); L_16->set_SelectedCount_6(L_20); GiftPack_t4141643335 * L_21 = V_1; 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, 1, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_WeightTotal_5(L_25); CDataArray_t4068198041 * L_26 = ___msg0; int32_t L_27 = V_0; int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); V_0 = L_28; NullCheck(L_26); int32_t L_29 = CDataArray_GetInt_m1111369473(L_26, L_28, (-1), /*hidden argument*/NULL); V_2 = L_29; GiftPack_t4141643335 * L_30 = V_1; List_1_t3948706452 * L_31 = (List_1_t3948706452 *)il2cpp_codegen_object_new(List_1_t3948706452_il2cpp_TypeInfo_var); List_1__ctor_m3522443055(L_31, /*hidden argument*/List_1__ctor_m3522443055_RuntimeMethod_var); NullCheck(L_30); L_30->set_ItemList_3(L_31); GiftPack_t4141643335 * L_32 = V_1; NullCheck(L_32); int32_t L_33 = L_32->get_Type_2(); V_3 = L_33; int32_t L_34 = V_3; switch (L_34) { case 0: { goto IL_00a0; } case 1: { goto IL_00a1; } case 2: { goto IL_011c; } case 3: { goto IL_011c; } case 4: { goto IL_0184; } } } { goto IL_02fe; } IL_00a0: { return; } IL_00a1: { V_4 = 0; goto IL_010f; } IL_00a9: { GiftPackageItemUnit_t2476631710 * L_35 = (GiftPackageItemUnit_t2476631710 *)il2cpp_codegen_object_new(GiftPackageItemUnit_t2476631710_il2cpp_TypeInfo_var); GiftPackageItemUnit__ctor_m808343044(L_35, /*hidden argument*/NULL); V_5 = L_35; GiftPackageItemUnit_t2476631710 * L_36 = V_5; CDataArray_t4068198041 * L_37 = ___msg0; int32_t L_38 = V_0; int32_t L_39 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); V_0 = L_39; NullCheck(L_37); int32_t L_40 = CDataArray_GetInt_m1111369473(L_37, L_39, 0, /*hidden argument*/NULL); NullCheck(L_36); L_36->set_configID_0(L_40); GiftPackageItemUnit_t2476631710 * L_41 = V_5; CDataArray_t4068198041 * L_42 = ___msg0; int32_t L_43 = V_0; int32_t L_44 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); V_0 = L_44; NullCheck(L_42); int32_t L_45 = CDataArray_GetInt_m1111369473(L_42, L_44, 0, /*hidden argument*/NULL); NullCheck(L_41); L_41->set_count_1(L_45); GiftPackageItemUnit_t2476631710 * L_46 = V_5; CDataArray_t4068198041 * L_47 = ___msg0; int32_t L_48 = V_0; int32_t L_49 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); V_0 = L_49; NullCheck(L_47); int32_t L_50 = CDataArray_GetInt_m1111369473(L_47, L_49, 0, /*hidden argument*/NULL); NullCheck(L_46); L_46->set_vaild_2(L_50); GiftPackageItemUnit_t2476631710 * L_51 = V_5; CDataArray_t4068198041 * L_52 = ___msg0; int32_t L_53 = V_0; int32_t L_54 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); V_0 = L_54; NullCheck(L_52); int32_t L_55 = CDataArray_GetInt_m1111369473(L_52, L_54, 0, /*hidden argument*/NULL); NullCheck(L_51); L_51->set_weight_3(L_55); GiftPack_t4141643335 * L_56 = V_1; NullCheck(L_56); List_1_t3948706452 * L_57 = L_56->get_ItemList_3(); GiftPackageItemUnit_t2476631710 * L_58 = V_5; NullCheck(L_57); List_1_Add_m3734009763(L_57, L_58, /*hidden argument*/List_1_Add_m3734009763_RuntimeMethod_var); int32_t L_59 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_010f: { int32_t L_60 = V_4; int32_t L_61 = V_2; if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_00a9; } } { goto IL_02ff; } IL_011c: { V_6 = 0; goto IL_0177; } IL_0124: { GiftPackageItemUnit_t2476631710 * L_62 = (GiftPackageItemUnit_t2476631710 *)il2cpp_codegen_object_new(GiftPackageItemUnit_t2476631710_il2cpp_TypeInfo_var); GiftPackageItemUnit__ctor_m808343044(L_62, /*hidden argument*/NULL); V_7 = L_62; GiftPackageItemUnit_t2476631710 * L_63 = V_7; CDataArray_t4068198041 * L_64 = ___msg0; int32_t L_65 = V_0; int32_t L_66 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); V_0 = 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_configID_0(L_67); GiftPackageItemUnit_t2476631710 * L_68 = V_7; CDataArray_t4068198041 * L_69 = ___msg0; int32_t L_70 = V_0; int32_t L_71 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); V_0 = 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_count_1(L_72); GiftPackageItemUnit_t2476631710 * L_73 = V_7; CDataArray_t4068198041 * L_74 = ___msg0; int32_t L_75 = V_0; int32_t L_76 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); V_0 = 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_vaild_2(L_77); GiftPack_t4141643335 * L_78 = V_1; NullCheck(L_78); List_1_t3948706452 * L_79 = L_78->get_ItemList_3(); GiftPackageItemUnit_t2476631710 * L_80 = V_7; NullCheck(L_79); List_1_Add_m3734009763(L_79, L_80, /*hidden argument*/List_1_Add_m3734009763_RuntimeMethod_var); int32_t L_81 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); } IL_0177: { int32_t L_82 = V_6; int32_t L_83 = V_2; if ((((int32_t)L_82) < ((int32_t)L_83))) { goto IL_0124; } } { goto IL_02ff; } IL_0184: { V_8 = 0; goto IL_01f2; } IL_018c: { GiftPackageItemUnit_t2476631710 * L_84 = (GiftPackageItemUnit_t2476631710 *)il2cpp_codegen_object_new(GiftPackageItemUnit_t2476631710_il2cpp_TypeInfo_var); GiftPackageItemUnit__ctor_m808343044(L_84, /*hidden argument*/NULL); V_9 = L_84; GiftPackageItemUnit_t2476631710 * L_85 = V_9; CDataArray_t4068198041 * L_86 = ___msg0; int32_t L_87 = V_0; int32_t L_88 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1)); V_0 = L_88; NullCheck(L_86); int32_t L_89 = CDataArray_GetInt_m1111369473(L_86, L_88, 0, /*hidden argument*/NULL); NullCheck(L_85); L_85->set_configID_0(L_89); GiftPackageItemUnit_t2476631710 * L_90 = V_9; CDataArray_t4068198041 * L_91 = ___msg0; int32_t L_92 = V_0; int32_t L_93 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); V_0 = L_93; NullCheck(L_91); int32_t L_94 = CDataArray_GetInt_m1111369473(L_91, L_93, 0, /*hidden argument*/NULL); NullCheck(L_90); L_90->set_count_1(L_94); GiftPackageItemUnit_t2476631710 * L_95 = V_9; CDataArray_t4068198041 * L_96 = ___msg0; int32_t L_97 = V_0; int32_t L_98 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)); V_0 = L_98; NullCheck(L_96); int32_t L_99 = CDataArray_GetInt_m1111369473(L_96, L_98, 0, /*hidden argument*/NULL); NullCheck(L_95); L_95->set_vaild_2(L_99); GiftPackageItemUnit_t2476631710 * L_100 = V_9; CDataArray_t4068198041 * L_101 = ___msg0; int32_t L_102 = V_0; int32_t L_103 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)1)); V_0 = L_103; NullCheck(L_101); int32_t L_104 = CDataArray_GetInt_m1111369473(L_101, L_103, 0, /*hidden argument*/NULL); NullCheck(L_100); L_100->set_weight_3(L_104); GiftPack_t4141643335 * L_105 = V_1; NullCheck(L_105); List_1_t3948706452 * L_106 = L_105->get_ItemList_3(); GiftPackageItemUnit_t2476631710 * L_107 = V_9; NullCheck(L_106); List_1_Add_m3734009763(L_106, L_107, /*hidden argument*/List_1_Add_m3734009763_RuntimeMethod_var); int32_t L_108 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); } IL_01f2: { int32_t L_109 = V_8; int32_t L_110 = V_2; if ((((int32_t)L_109) < ((int32_t)L_110))) { goto IL_018c; } } { CDataArray_t4068198041 * L_111 = ___msg0; int32_t L_112 = V_0; int32_t L_113 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)); V_0 = L_113; NullCheck(L_111); int32_t L_114 = CDataArray_GetInt_m1111369473(L_111, L_113, 0, /*hidden argument*/NULL); V_2 = L_114; V_10 = 0; goto IL_0276; } IL_020f: { GiftPackageItemUnit_t2476631710 * L_115 = (GiftPackageItemUnit_t2476631710 *)il2cpp_codegen_object_new(GiftPackageItemUnit_t2476631710_il2cpp_TypeInfo_var); GiftPackageItemUnit__ctor_m808343044(L_115, /*hidden argument*/NULL); V_11 = L_115; GiftPackageItemUnit_t2476631710 * L_116 = V_11; CDataArray_t4068198041 * L_117 = ___msg0; int32_t L_118 = V_0; int32_t L_119 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)1)); V_0 = L_119; NullCheck(L_117); int32_t L_120 = CDataArray_GetInt_m1111369473(L_117, L_119, 0, /*hidden argument*/NULL); NullCheck(L_116); L_116->set_configID_0(L_120); GiftPackageItemUnit_t2476631710 * L_121 = V_11; CDataArray_t4068198041 * L_122 = ___msg0; int32_t L_123 = V_0; int32_t L_124 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1)); V_0 = L_124; NullCheck(L_122); int32_t L_125 = CDataArray_GetInt_m1111369473(L_122, L_124, 0, /*hidden argument*/NULL); NullCheck(L_121); L_121->set_count_1(L_125); GiftPackageItemUnit_t2476631710 * L_126 = V_11; 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); NullCheck(L_126); L_126->set_vaild_2(L_130); GiftPackageItemUnit_t2476631710 * L_131 = V_11; CDataArray_t4068198041 * L_132 = ___msg0; int32_t L_133 = V_0; int32_t L_134 = ((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)1)); V_0 = L_134; NullCheck(L_132); int32_t L_135 = CDataArray_GetInt_m1111369473(L_132, L_134, 0, /*hidden argument*/NULL); NullCheck(L_131); L_131->set_weight_3(L_135); GiftPack_t4141643335 * L_136 = V_1; NullCheck(L_136); List_1_t3948706452 * L_137 = L_136->get_ItemList_3(); GiftPackageItemUnit_t2476631710 * L_138 = V_11; NullCheck(L_137); List_1_Insert_m606765397(L_137, 0, L_138, /*hidden argument*/List_1_Insert_m606765397_RuntimeMethod_var); int32_t L_139 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1)); } IL_0276: { int32_t L_140 = V_10; int32_t L_141 = V_2; if ((((int32_t)L_140) < ((int32_t)L_141))) { goto IL_020f; } } { CDataArray_t4068198041 * L_142 = ___msg0; int32_t L_143 = V_0; int32_t L_144 = ((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)1)); V_0 = L_144; NullCheck(L_142); int32_t L_145 = CDataArray_GetInt_m1111369473(L_142, L_144, 0, /*hidden argument*/NULL); V_2 = L_145; GiftPack_t4141643335 * L_146 = V_1; List_1_t3115654357 * L_147 = (List_1_t3115654357 *)il2cpp_codegen_object_new(List_1_t3115654357_il2cpp_TypeInfo_var); List_1__ctor_m3960357953(L_147, /*hidden argument*/List_1__ctor_m3960357953_RuntimeMethod_var); NullCheck(L_146); L_146->set_CondList_4(L_147); V_12 = 0; goto IL_02f1; } IL_029e: { GiftPackageItemCond_t1643579615 * L_148 = (GiftPackageItemCond_t1643579615 *)il2cpp_codegen_object_new(GiftPackageItemCond_t1643579615_il2cpp_TypeInfo_var); GiftPackageItemCond__ctor_m840790001(L_148, /*hidden argument*/NULL); V_13 = L_148; GiftPackageItemCond_t1643579615 * L_149 = V_13; CDataArray_t4068198041 * L_150 = ___msg0; int32_t L_151 = V_0; int32_t L_152 = ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)1)); V_0 = L_152; NullCheck(L_150); int32_t L_153 = CDataArray_GetInt_m1111369473(L_150, L_152, 0, /*hidden argument*/NULL); NullCheck(L_149); L_149->set_type_0(L_153); GiftPackageItemCond_t1643579615 * L_154 = V_13; CDataArray_t4068198041 * L_155 = ___msg0; int32_t L_156 = V_0; int32_t L_157 = ((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)1)); V_0 = L_157; NullCheck(L_155); int32_t L_158 = CDataArray_GetInt_m1111369473(L_155, L_157, 0, /*hidden argument*/NULL); NullCheck(L_154); L_154->set_target_1(L_158); GiftPackageItemCond_t1643579615 * L_159 = V_13; 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); NullCheck(L_159); L_159->set_current_2(L_163); GiftPack_t4141643335 * L_164 = V_1; NullCheck(L_164); List_1_t3115654357 * L_165 = L_164->get_CondList_4(); GiftPackageItemCond_t1643579615 * L_166 = V_13; NullCheck(L_165); List_1_Add_m4016680573(L_165, L_166, /*hidden argument*/List_1_Add_m4016680573_RuntimeMethod_var); int32_t L_167 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)1)); } IL_02f1: { int32_t L_168 = V_12; int32_t L_169 = V_2; if ((((int32_t)L_168) < ((int32_t)L_169))) { goto IL_029e; } } { goto IL_02ff; } IL_02fe: { return; } IL_02ff: { GiftPack_t4141643335 * L_170 = V_1; GiftPackManager_AddGiftPackItemInfo_m1047681245(__this, L_170, /*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.GiftPackManager/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3COnChooseU3Ec__AnonStorey0__ctor_m110571470 (U3COnChooseU3Ec__AnonStorey0_t2357546869 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.GiftPackManager/c__AnonStorey0::<>m__0(DMCore.Logic.GiftPackManager/OpenGiftCellCache) extern "C" IL2CPP_METHOD_ATTR bool U3COnChooseU3Ec__AnonStorey0_U3CU3Em__0_m3853933362 (U3COnChooseU3Ec__AnonStorey0_t2357546869 * __this, OpenGiftCellCache_t2916341310 * ____0, const RuntimeMethod* method) { int32_t V_0 = 0; { OpenGiftCellCache_t2916341310 * L_0 = ____0; NullCheck(L_0); int32_t L_1 = OpenGiftCellCache_get_SelectedID_m2424130969(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = __this->get_configID_0(); bool L_3 = Int32_Equals_m2976157357((&V_0), 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.GiftPackManager/OpenGiftCellCache::.ctor(System.Int32,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void OpenGiftCellCache__ctor_m3757693002 (OpenGiftCellCache_t2916341310 * __this, int32_t ___selectedID0, Action_1_t269755560 * ___callback1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___selectedID0; OpenGiftCellCache_set_SelectedID_m4054766012(__this, L_0, /*hidden argument*/NULL); Action_1_t269755560 * L_1 = ___callback1; OpenGiftCellCache_set_Callback_m2915445239(__this, L_1, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.GiftPackManager/OpenGiftCellCache::get_SelectedID() extern "C" IL2CPP_METHOD_ATTR int32_t OpenGiftCellCache_get_SelectedID_m2424130969 (OpenGiftCellCache_t2916341310 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CSelectedIDU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.GiftPackManager/OpenGiftCellCache::set_SelectedID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void OpenGiftCellCache_set_SelectedID_m4054766012 (OpenGiftCellCache_t2916341310 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CSelectedIDU3Ek__BackingField_0(L_0); return; } } // System.Action`1 DMCore.Logic.GiftPackManager/OpenGiftCellCache::get_Callback() extern "C" IL2CPP_METHOD_ATTR Action_1_t269755560 * OpenGiftCellCache_get_Callback_m1733819843 (OpenGiftCellCache_t2916341310 * __this, const RuntimeMethod* method) { { Action_1_t269755560 * L_0 = __this->get_U3CCallbackU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.GiftPackManager/OpenGiftCellCache::set_Callback(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void OpenGiftCellCache_set_Callback_m2915445239 (OpenGiftCellCache_t2916341310 * __this, Action_1_t269755560 * ___value0, const RuntimeMethod* method) { { Action_1_t269755560 * L_0 = ___value0; __this->set_U3CCallbackU3Ek__BackingField_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.GiftPreviewManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void GiftPreviewManager__ctor_m3945211011 (GiftPreviewManager_t1802147059 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPreviewManager__ctor_m3945211011_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IMonoCtrllor__ctor_m471545973(__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_giftpackageList_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); GiftPreviewManager_set_NeedRefreshGiftPackageUI_m3133334366(__this, L_1, /*hidden argument*/NULL); CDataModelBool_t2269476966 * L_2 = GiftPreviewManager_get_NeedRefreshGiftPackageUI_m1345131716(__this, /*hidden argument*/NULL); NullCheck(L_2); CDataModelBool_set_Data_m838892248(L_2, (bool)0, /*hidden argument*/NULL); return; } } // DMCore.Logic.GiftPreviewManager DMCore.Logic.GiftPreviewManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR GiftPreviewManager_t1802147059 * GiftPreviewManager_GetInstance_m2370763973 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPreviewManager_GetInstance_m2370763973_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GiftPreviewManager_t1802147059 * L_0 = ((GiftPreviewManager_t1802147059_StaticFields*)il2cpp_codegen_static_fields_for(GiftPreviewManager_t1802147059_il2cpp_TypeInfo_var))->get_s_instance_3(); if (L_0) { goto IL_001a; } } { GiftPreviewManager_t1802147059 * L_1 = (GiftPreviewManager_t1802147059 *)il2cpp_codegen_object_new(GiftPreviewManager_t1802147059_il2cpp_TypeInfo_var); GiftPreviewManager__ctor_m3945211011(L_1, /*hidden argument*/NULL); ((GiftPreviewManager_t1802147059_StaticFields*)il2cpp_codegen_static_fields_for(GiftPreviewManager_t1802147059_il2cpp_TypeInfo_var))->set_s_instance_3(L_1); GiftPreviewManager_t1802147059 * L_2 = ((GiftPreviewManager_t1802147059_StaticFields*)il2cpp_codegen_static_fields_for(GiftPreviewManager_t1802147059_il2cpp_TypeInfo_var))->get_s_instance_3(); return L_2; } IL_001a: { GiftPreviewManager_t1802147059 * L_3 = ((GiftPreviewManager_t1802147059_StaticFields*)il2cpp_codegen_static_fields_for(GiftPreviewManager_t1802147059_il2cpp_TypeInfo_var))->get_s_instance_3(); return L_3; } } // System.Void DMCore.Logic.GiftPreviewManager::ShowGiftPreviewUI() extern "C" IL2CPP_METHOD_ATTR void GiftPreviewManager_ShowGiftPreviewUI_m3684653406 (GiftPreviewManager_t1802147059 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPreviewManager_ShowGiftPreviewUI_m3684653406_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CWndController_ShowUI_m3552255067(L_0, ((int32_t)169), /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.GiftPreviewManager::WhetherGiftConfigID(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool GiftPreviewManager_WhetherGiftConfigID_m1182202545 (GiftPreviewManager_t1802147059 * __this, int32_t ___configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPreviewManager_WhetherGiftConfigID_m1182202545_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataProperty_t2806246268 * V_0 = NULL; { int32_t L_0 = ___configID0; IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); bool L_1 = CShopManager_IsClothing_m480793725(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { int32_t L_2 = ___configID0; if ((!(((uint32_t)((int32_t)((int32_t)L_2/(int32_t)((int32_t)10000)))) == ((uint32_t)8)))) { goto IL_001a; } } IL_0018: { return (bool)0; } IL_001a: { int32_t L_3 = ___configID0; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CDataProperty_t2806246268 * L_4 = CPropManager_GetLocalProperty_m690455163(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_0 = L_4; CDataProperty_t2806246268 * L_5 = V_0; if (!L_5) { goto IL_003b; } } { CDataProperty_t2806246268 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = CDataProperty_GetInt_m1935343217(L_6, _stringLiteral3698826037, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_003b; } } { return (bool)1; } IL_003b: { return (bool)0; } } // System.Void DMCore.Logic.GiftPreviewManager::RequestGiftPackageInfo(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void GiftPreviewManager_RequestGiftPackageInfo_m2921700475 (GiftPreviewManager_t1802147059 * __this, int32_t ___giftConfigID0, int32_t ___bagID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GiftPreviewManager_RequestGiftPackageInfo_m2921700475_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)896), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___giftConfigID0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, L_3, /*hidden argument*/NULL); int32_t L_4 = ___bagID1; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0026; } } { CDataArray_t4068198041 * L_5 = V_0; int32_t L_6 = ___bagID1; NullCheck(L_5); CDataArray_Push_m3820844360(L_5, L_6, /*hidden argument*/NULL); } IL_0026: { CDataArray_t4068198041 * L_7 = V_0; NullCheck(L_7); CDataArray_Flush_m1077150699(L_7, /*hidden argument*/NULL); return; } } // CDataModelList DMCore.Logic.GiftPreviewManager::GetCurGiftPackageList() extern "C" IL2CPP_METHOD_ATTR CDataModelList_t1133308508 * GiftPreviewManager_GetCurGiftPackageList_m3462644116 (GiftPreviewManager_t1802147059 * __this, const RuntimeMethod* method) { { CDataModelList_t1133308508 * L_0 = __this->get_m_giftpackageList_2(); return L_0; } } // CDataModelBool DMCore.Logic.GiftPreviewManager::get_NeedRefreshGiftPackageUI() extern "C" IL2CPP_METHOD_ATTR CDataModelBool_t2269476966 * GiftPreviewManager_get_NeedRefreshGiftPackageUI_m1345131716 (GiftPreviewManager_t1802147059 * __this, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_U3CNeedRefreshGiftPackageUIU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.GiftPreviewManager::set_NeedRefreshGiftPackageUI(CDataModelBool) extern "C" IL2CPP_METHOD_ATTR void GiftPreviewManager_set_NeedRefreshGiftPackageUI_m3133334366 (GiftPreviewManager_t1802147059 * __this, CDataModelBool_t2269476966 * ___value0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = ___value0; __this->set_U3CNeedRefreshGiftPackageUIU3Ek__BackingField_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.GuessPlayerInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void GuessPlayerInfo__ctor_m3278339825 (GuessPlayerInfo_t1172249346 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GuessPlayerInfo__ctor_m3278339825_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PlayerInfoBase__ctor_m432492775(__this, /*hidden argument*/NULL); __this->set_m_score_5(0); __this->set_m_totalScore_6(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_m_answer_7(L_0); __this->set_m_type_8(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 #ifdef __clang__ #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.GuildBaseInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void GuildBaseInfo__ctor_m728860848 (GuildBaseInfo_t407575901 * __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.HandBookCloth::.ctor() extern "C" IL2CPP_METHOD_ATTR void HandBookCloth__ctor_m2335284924 (HandBookCloth_t3546229172 * __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.HeadBoxInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void HeadBoxInfo__ctor_m3553215241 (HeadBoxInfo_t3911505238 * __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.HeadBoxType::.ctor() extern "C" IL2CPP_METHOD_ATTR void HeadBoxType__ctor_m1866967056 (HeadBoxType_t346163273 * __this, const RuntimeMethod* method) { { CPropItem__ctor_m238114891(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.HeadBoxType::DoUsePropItem() extern "C" IL2CPP_METHOD_ATTR void HeadBoxType_DoUsePropItem_m3674701456 (HeadBoxType_t346163273 * __this, const RuntimeMethod* method) { { return; } } // DMCore.Logic.enumPropType DMCore.Logic.HeadBoxType::GetPropType() extern "C" IL2CPP_METHOD_ATTR int32_t HeadBoxType_GetPropType_m2749264707 (HeadBoxType_t346163273 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)81)); } } #ifdef __clang__ #pragma clang 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.IActivityDetail::.ctor() extern "C" IL2CPP_METHOD_ATTR void IActivityDetail__ctor_m388126163 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IActivityDetail__ctor_m388126163_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_activityID_0((-1)); __this->set_m_activityNewlID_1(0); __this->set_m_isNewUpdate_2((bool)0); __this->set_m_isDataReady_3((bool)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_m_activityName_4(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_activityTitle_5(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_activityDesc_6(L_2); 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_startTime_7(L_3); List_1_t128053199 * L_4 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_4, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); __this->set_m_endTime_8(L_4); __this->set_m_needSort_9((bool)0); IActivityDetail_set_ActivityType_m4242591287(__this, 0, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.IActivityDetail::get_ActivityType() extern "C" IL2CPP_METHOD_ATTR int32_t IActivityDetail_get_ActivityType_m861392706 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_nActivityType_10(); return L_0; } } // System.Void DMCore.Logic.IActivityDetail::set_ActivityType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_ActivityType_m4242591287 (IActivityDetail_t2848416189 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_nActivityType_10(L_0); return; } } // DMCore.Logic.IActivityDetail DMCore.Logic.IActivityDetail::Create(System.Int32,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR IActivityDetail_t2848416189 * IActivityDetail_Create_m3744018068 (RuntimeObject * __this /* static, unused */, int32_t ___activity_id0, int32_t ___activityNew_id1, String_t* ___activityName2, const RuntimeMethod* method) { { int32_t L_0 = ___activity_id0; int32_t L_1 = ___activityNew_id1; String_t* L_2 = ___activityName2; IActivityDetail_t2848416189 * L_3 = IActivityDetail_Create_m4169221339(NULL /*static, unused*/, L_0, L_1, L_2, (List_1_t128053199 *)NULL, (List_1_t128053199 *)NULL, /*hidden argument*/NULL); return L_3; } } // DMCore.Logic.IActivityDetail DMCore.Logic.IActivityDetail::Create(System.Int32,System.Int32,System.String,System.Collections.Generic.List`1,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR IActivityDetail_t2848416189 * IActivityDetail_Create_m4169221339 (RuntimeObject * __this /* static, unused */, int32_t ___activity_id0, int32_t ___activityNew_id1, String_t* ___activityName2, List_1_t128053199 * ___timeStart3, List_1_t128053199 * ___timeEnd4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IActivityDetail_Create_m4169221339_MetadataUsageId); s_Il2CppMethodInitialized = true; } IActivityDetail_t2848416189 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = (IActivityDetail_t2848416189 *)NULL; int32_t L_0 = ___activity_id0; V_1 = L_0; int32_t L_1 = V_1; switch (((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_013c; } case 1: { goto IL_00b0; } case 2: { goto IL_0147; } case 3: { goto IL_0152; } case 4: { goto IL_015d; } case 5: { goto IL_0168; } case 6: { goto IL_0173; } case 7: { goto IL_017e; } case 8: { goto IL_0189; } case 9: { goto IL_0194; } case 10: { goto IL_019f; } case 11: { goto IL_01aa; } case 12: { goto IL_01b5; } case 13: { goto IL_01c0; } case 14: { goto IL_01cb; } case 15: { goto IL_01e1; } case 16: { goto IL_00b0; } case 17: { goto IL_00b0; } case 18: { goto IL_020d; } case 19: { goto IL_01ec; } case 20: { goto IL_00b0; } case 21: { goto IL_00b0; } case 22: { goto IL_00b0; } case 23: { goto IL_01f7; } case 24: { goto IL_00b0; } case 25: { goto IL_0202; } case 26: { goto IL_00b0; } case 27: { goto IL_00b0; } case 28: { goto IL_0218; } case 29: { goto IL_0223; } case 30: { goto IL_00b0; } case 31: { goto IL_00b0; } case 32: { goto IL_00b0; } case 33: { goto IL_00b0; } case 34: { goto IL_00b0; } case 35: { goto IL_00b0; } case 36: { goto IL_00b0; } case 37: { goto IL_00b0; } case 38: { goto IL_022e; } case 39: { goto IL_0239; } case 40: { goto IL_0244; } } } IL_00b0: { int32_t L_2 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)49)))) { case 0: { goto IL_025a; } case 1: { goto IL_027b; } case 2: { goto IL_0265; } case 3: { goto IL_0270; } case 4: { goto IL_0121; } case 5: { goto IL_0121; } case 6: { goto IL_0121; } case 7: { goto IL_0286; } case 8: { goto IL_0291; } case 9: { goto IL_0121; } case 10: { goto IL_0202; } case 11: { goto IL_0202; } case 12: { goto IL_02a7; } case 13: { goto IL_0121; } case 14: { goto IL_0121; } case 15: { goto IL_0121; } case 16: { goto IL_02de; } case 17: { goto IL_02b2; } case 18: { goto IL_02bd; } case 19: { goto IL_02c8; } case 20: { goto IL_0121; } case 21: { goto IL_02d3; } case 22: { goto IL_02d3; } case 23: { goto IL_02d3; } case 24: { goto IL_02d3; } case 25: { goto IL_01d6; } } } IL_0121: { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)999)))) { goto IL_029c; } } { int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)((int32_t)1000)))) { goto IL_024f; } } { goto IL_02e9; } IL_013c: { CWaitForMore_t666167450 * L_5 = (CWaitForMore_t666167450 *)il2cpp_codegen_object_new(CWaitForMore_t666167450_il2cpp_TypeInfo_var); CWaitForMore__ctor_m4167069970(L_5, /*hidden argument*/NULL); V_0 = L_5; goto IL_02ee; } IL_0147: { CActivityGiftExchange_t3688160743 * L_6 = (CActivityGiftExchange_t3688160743 *)il2cpp_codegen_object_new(CActivityGiftExchange_t3688160743_il2cpp_TypeInfo_var); CActivityGiftExchange__ctor_m2770931354(L_6, /*hidden argument*/NULL); V_0 = L_6; goto IL_02ee; } IL_0152: { CActivityFstRechargeAward_t3016216232 * L_7 = (CActivityFstRechargeAward_t3016216232 *)il2cpp_codegen_object_new(CActivityFstRechargeAward_t3016216232_il2cpp_TypeInfo_var); CActivityFstRechargeAward__ctor_m2983280751(L_7, /*hidden argument*/NULL); V_0 = L_7; goto IL_02ee; } IL_015d: { CActivityNewPlayerAward_t1404183044 * L_8 = (CActivityNewPlayerAward_t1404183044 *)il2cpp_codegen_object_new(CActivityNewPlayerAward_t1404183044_il2cpp_TypeInfo_var); CActivityNewPlayerAward__ctor_m3867351154(L_8, /*hidden argument*/NULL); V_0 = L_8; goto IL_02ee; } IL_0168: { CActivityLoginAward_t3031667711 * L_9 = (CActivityLoginAward_t3031667711 *)il2cpp_codegen_object_new(CActivityLoginAward_t3031667711_il2cpp_TypeInfo_var); CActivityLoginAward__ctor_m740307563(L_9, /*hidden argument*/NULL); V_0 = L_9; goto IL_02ee; } IL_0173: { CActivityOnlineAward_t2196803351 * L_10 = (CActivityOnlineAward_t2196803351 *)il2cpp_codegen_object_new(CActivityOnlineAward_t2196803351_il2cpp_TypeInfo_var); CActivityOnlineAward__ctor_m4024512394(L_10, /*hidden argument*/NULL); V_0 = L_10; goto IL_02ee; } IL_017e: { CActivityFirstWinAward_t3247053799 * L_11 = (CActivityFirstWinAward_t3247053799 *)il2cpp_codegen_object_new(CActivityFirstWinAward_t3247053799_il2cpp_TypeInfo_var); CActivityFirstWinAward__ctor_m3772542845(L_11, /*hidden argument*/NULL); V_0 = L_11; goto IL_02ee; } IL_0189: { CActivityDoubleAward_t4125973165 * L_12 = (CActivityDoubleAward_t4125973165 *)il2cpp_codegen_object_new(CActivityDoubleAward_t4125973165_il2cpp_TypeInfo_var); CActivityDoubleAward__ctor_m1647647205(L_12, /*hidden argument*/NULL); V_0 = L_12; goto IL_02ee; } IL_0194: { CCardActivity_t3069918458 * L_13 = (CCardActivity_t3069918458 *)il2cpp_codegen_object_new(CCardActivity_t3069918458_il2cpp_TypeInfo_var); CCardActivity__ctor_m765114511(L_13, /*hidden argument*/NULL); V_0 = L_13; goto IL_02ee; } IL_019f: { CSignActivity_t1266033543 * L_14 = (CSignActivity_t1266033543 *)il2cpp_codegen_object_new(CSignActivity_t1266033543_il2cpp_TypeInfo_var); CSignActivity__ctor_m2168296810(L_14, /*hidden argument*/NULL); V_0 = L_14; goto IL_02ee; } IL_01aa: { CLevelActivity_t548503325 * L_15 = (CLevelActivity_t548503325 *)il2cpp_codegen_object_new(CLevelActivity_t548503325_il2cpp_TypeInfo_var); CLevelActivity__ctor_m611377593(L_15, /*hidden argument*/NULL); V_0 = L_15; goto IL_02ee; } IL_01b5: { CValentineDayActivity_t113172419 * L_16 = (CValentineDayActivity_t113172419 *)il2cpp_codegen_object_new(CValentineDayActivity_t113172419_il2cpp_TypeInfo_var); CValentineDayActivity__ctor_m821209751(L_16, /*hidden argument*/NULL); V_0 = L_16; goto IL_02ee; } IL_01c0: { CNewYearEveActivity_t2183115469 * L_17 = (CNewYearEveActivity_t2183115469 *)il2cpp_codegen_object_new(CNewYearEveActivity_t2183115469_il2cpp_TypeInfo_var); CNewYearEveActivity__ctor_m2263384613(L_17, /*hidden argument*/NULL); V_0 = L_17; goto IL_02ee; } IL_01cb: { CSignInOldActivity_t331747599 * L_18 = (CSignInOldActivity_t331747599 *)il2cpp_codegen_object_new(CSignInOldActivity_t331747599_il2cpp_TypeInfo_var); CSignInOldActivity__ctor_m1630759366(L_18, /*hidden argument*/NULL); V_0 = L_18; goto IL_02ee; } IL_01d6: { CSignInNewActivity_t3409025969 * L_19 = (CSignInNewActivity_t3409025969 *)il2cpp_codegen_object_new(CSignInNewActivity_t3409025969_il2cpp_TypeInfo_var); CSignInNewActivity__ctor_m1223530231(L_19, /*hidden argument*/NULL); V_0 = L_19; goto IL_02ee; } IL_01e1: { CActivityDayRechargeAward_t82265295 * L_20 = (CActivityDayRechargeAward_t82265295 *)il2cpp_codegen_object_new(CActivityDayRechargeAward_t82265295_il2cpp_TypeInfo_var); CActivityDayRechargeAward__ctor_m1165077898(L_20, /*hidden argument*/NULL); V_0 = L_20; goto IL_02ee; } IL_01ec: { CActivityInGuild_t1757525966 * L_21 = (CActivityInGuild_t1757525966 *)il2cpp_codegen_object_new(CActivityInGuild_t1757525966_il2cpp_TypeInfo_var); CActivityInGuild__ctor_m192042381(L_21, /*hidden argument*/NULL); V_0 = L_21; goto IL_02ee; } IL_01f7: { CActivityComulRechargeAward_t2785293014 * L_22 = (CActivityComulRechargeAward_t2785293014 *)il2cpp_codegen_object_new(CActivityComulRechargeAward_t2785293014_il2cpp_TypeInfo_var); CActivityComulRechargeAward__ctor_m1664261834(L_22, /*hidden argument*/NULL); V_0 = L_22; goto IL_02ee; } IL_0202: { CActivityItemExchange_t3204638597 * L_23 = (CActivityItemExchange_t3204638597 *)il2cpp_codegen_object_new(CActivityItemExchange_t3204638597_il2cpp_TypeInfo_var); CActivityItemExchange__ctor_m3994054421(L_23, /*hidden argument*/NULL); V_0 = L_23; goto IL_02ee; } IL_020d: { CActivityTreviDiscount_t158506824 * L_24 = (CActivityTreviDiscount_t158506824 *)il2cpp_codegen_object_new(CActivityTreviDiscount_t158506824_il2cpp_TypeInfo_var); CActivityTreviDiscount__ctor_m1655793431(L_24, /*hidden argument*/NULL); V_0 = L_24; goto IL_02ee; } IL_0218: { CActivitySingleRechargeDiscount_t4174052191 * L_25 = (CActivitySingleRechargeDiscount_t4174052191 *)il2cpp_codegen_object_new(CActivitySingleRechargeDiscount_t4174052191_il2cpp_TypeInfo_var); CActivitySingleRechargeDiscount__ctor_m4190498110(L_25, /*hidden argument*/NULL); V_0 = L_25; goto IL_02ee; } IL_0223: { CActivityAccumulateRechargeDiscount_t2971967542 * L_26 = (CActivityAccumulateRechargeDiscount_t2971967542 *)il2cpp_codegen_object_new(CActivityAccumulateRechargeDiscount_t2971967542_il2cpp_TypeInfo_var); CActivityAccumulateRechargeDiscount__ctor_m3874301834(L_26, /*hidden argument*/NULL); V_0 = L_26; goto IL_02ee; } IL_022e: { CActivityAccumulateUseSpeaker_t4044246813 * L_27 = (CActivityAccumulateUseSpeaker_t4044246813 *)il2cpp_codegen_object_new(CActivityAccumulateUseSpeaker_t4044246813_il2cpp_TypeInfo_var); CActivityAccumulateUseSpeaker__ctor_m2176038104(L_27, /*hidden argument*/NULL); V_0 = L_27; goto IL_02ee; } IL_0239: { CActivityAccumulateGoldWish_t2430718643 * L_28 = (CActivityAccumulateGoldWish_t2430718643 *)il2cpp_codegen_object_new(CActivityAccumulateGoldWish_t2430718643_il2cpp_TypeInfo_var); CActivityAccumulateGoldWish__ctor_m651982844(L_28, /*hidden argument*/NULL); V_0 = L_28; goto IL_02ee; } IL_0244: { CActivityAccumulateDiamondWish_t438278327 * L_29 = (CActivityAccumulateDiamondWish_t438278327 *)il2cpp_codegen_object_new(CActivityAccumulateDiamondWish_t438278327_il2cpp_TypeInfo_var); CActivityAccumulateDiamondWish__ctor_m599070906(L_29, /*hidden argument*/NULL); V_0 = L_29; goto IL_02ee; } IL_024f: { CActivityMember_t197843331 * L_30 = (CActivityMember_t197843331 *)il2cpp_codegen_object_new(CActivityMember_t197843331_il2cpp_TypeInfo_var); CActivityMember__ctor_m2289789857(L_30, /*hidden argument*/NULL); V_0 = L_30; goto IL_02ee; } IL_025a: { CActivityBuyGiftPackage_t3637356948 * L_31 = (CActivityBuyGiftPackage_t3637356948 *)il2cpp_codegen_object_new(CActivityBuyGiftPackage_t3637356948_il2cpp_TypeInfo_var); CActivityBuyGiftPackage__ctor_m3423287025(L_31, /*hidden argument*/NULL); V_0 = L_31; goto IL_02ee; } IL_0265: { CActivityGrowthFund_t4140851644 * L_32 = (CActivityGrowthFund_t4140851644 *)il2cpp_codegen_object_new(CActivityGrowthFund_t4140851644_il2cpp_TypeInfo_var); CActivityGrowthFund__ctor_m1093735139(L_32, /*hidden argument*/NULL); V_0 = L_32; goto IL_02ee; } IL_0270: { CActivityGroupBuyAward_t3359834676 * L_33 = (CActivityGroupBuyAward_t3359834676 *)il2cpp_codegen_object_new(CActivityGroupBuyAward_t3359834676_il2cpp_TypeInfo_var); CActivityGroupBuyAward__ctor_m2384902969(L_33, /*hidden argument*/NULL); V_0 = L_33; goto IL_02ee; } IL_027b: { CActivityFortuneCat_t237126772 * L_34 = (CActivityFortuneCat_t237126772 *)il2cpp_codegen_object_new(CActivityFortuneCat_t237126772_il2cpp_TypeInfo_var); CActivityFortuneCat__ctor_m533711256(L_34, /*hidden argument*/NULL); V_0 = L_34; goto IL_02ee; } IL_0286: { CActivityRechargeRebate_t3881262342 * L_35 = (CActivityRechargeRebate_t3881262342 *)il2cpp_codegen_object_new(CActivityRechargeRebate_t3881262342_il2cpp_TypeInfo_var); CActivityRechargeRebate__ctor_m1496593081(L_35, /*hidden argument*/NULL); V_0 = L_35; goto IL_02ee; } IL_0291: { CActivityKeepLogin_t2171871959 * L_36 = (CActivityKeepLogin_t2171871959 *)il2cpp_codegen_object_new(CActivityKeepLogin_t2171871959_il2cpp_TypeInfo_var); CActivityKeepLogin__ctor_m2045591932(L_36, /*hidden argument*/NULL); V_0 = L_36; goto IL_02ee; } IL_029c: { CNewPlayerShop_t3427367769 * L_37 = (CNewPlayerShop_t3427367769 *)il2cpp_codegen_object_new(CNewPlayerShop_t3427367769_il2cpp_TypeInfo_var); CNewPlayerShop__ctor_m3455489808(L_37, /*hidden argument*/NULL); V_0 = L_37; goto IL_02ee; } IL_02a7: { CProExchange_t1749490918 * L_38 = (CProExchange_t1749490918 *)il2cpp_codegen_object_new(CProExchange_t1749490918_il2cpp_TypeInfo_var); CProExchange__ctor_m2670261464(L_38, /*hidden argument*/NULL); V_0 = L_38; goto IL_02ee; } IL_02b2: { CSingleRecharge_t1836391149 * L_39 = (CSingleRecharge_t1836391149 *)il2cpp_codegen_object_new(CSingleRecharge_t1836391149_il2cpp_TypeInfo_var); CSingleRecharge__ctor_m496452805(L_39, /*hidden argument*/NULL); V_0 = L_39; goto IL_02ee; } IL_02bd: { CSingleRecharge_t1836391149 * L_40 = (CSingleRecharge_t1836391149 *)il2cpp_codegen_object_new(CSingleRecharge_t1836391149_il2cpp_TypeInfo_var); CSingleRecharge__ctor_m496452805(L_40, /*hidden argument*/NULL); V_0 = L_40; goto IL_02ee; } IL_02c8: { CSingleRecharge_t1836391149 * L_41 = (CSingleRecharge_t1836391149 *)il2cpp_codegen_object_new(CSingleRecharge_t1836391149_il2cpp_TypeInfo_var); CSingleRecharge__ctor_m496452805(L_41, /*hidden argument*/NULL); V_0 = L_41; goto IL_02ee; } IL_02d3: { CActivityRankList_t2479161682 * L_42 = (CActivityRankList_t2479161682 *)il2cpp_codegen_object_new(CActivityRankList_t2479161682_il2cpp_TypeInfo_var); CActivityRankList__ctor_m3142685127(L_42, /*hidden argument*/NULL); V_0 = L_42; goto IL_02ee; } IL_02de: { CActivityContinuousRecharge_t3949446369 * L_43 = (CActivityContinuousRecharge_t3949446369 *)il2cpp_codegen_object_new(CActivityContinuousRecharge_t3949446369_il2cpp_TypeInfo_var); CActivityContinuousRecharge__ctor_m778734273(L_43, /*hidden argument*/NULL); V_0 = L_43; goto IL_02ee; } IL_02e9: { goto IL_02ee; } IL_02ee: { IActivityDetail_t2848416189 * L_44 = V_0; if (L_44) { goto IL_0349; } } { IL2CPP_RUNTIME_CLASS_INIT(CActivityConfig_t3711341450_il2cpp_TypeInfo_var); CActivityConfig_t3711341450 * L_45 = CActivityConfig_GetInstance_m222384876(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_46 = ___activity_id0; NullCheck(L_45); int32_t L_47 = CActivityConfig_GetTempleteType_m911838293(L_45, L_46, /*hidden argument*/NULL); V_2 = L_47; int32_t L_48 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)1))) { case 0: { goto IL_031d; } case 1: { goto IL_0328; } case 2: { goto IL_033e; } case 3: { goto IL_0333; } } } { goto IL_0349; } IL_031d: { CActivityAwardSingleLevel_t347963756 * L_49 = (CActivityAwardSingleLevel_t347963756 *)il2cpp_codegen_object_new(CActivityAwardSingleLevel_t347963756_il2cpp_TypeInfo_var); CActivityAwardSingleLevel__ctor_m1943656101(L_49, /*hidden argument*/NULL); V_0 = L_49; goto IL_0349; } IL_0328: { CActivityAwardTemplete_t911309464 * L_50 = (CActivityAwardTemplete_t911309464 *)il2cpp_codegen_object_new(CActivityAwardTemplete_t911309464_il2cpp_TypeInfo_var); CActivityAwardTemplete__ctor_m4287015014(L_50, /*hidden argument*/NULL); V_0 = L_50; goto IL_0349; } IL_0333: { CActivityAwardTempleteWithMoney_t3414704044 * L_51 = (CActivityAwardTempleteWithMoney_t3414704044 *)il2cpp_codegen_object_new(CActivityAwardTempleteWithMoney_t3414704044_il2cpp_TypeInfo_var); CActivityAwardTempleteWithMoney__ctor_m1896429360(L_51, /*hidden argument*/NULL); V_0 = L_51; goto IL_0349; } IL_033e: { CActivityAdvertiseModel_t1405265788 * L_52 = (CActivityAdvertiseModel_t1405265788 *)il2cpp_codegen_object_new(CActivityAdvertiseModel_t1405265788_il2cpp_TypeInfo_var); CActivityAdvertiseModel__ctor_m4197233165(L_52, /*hidden argument*/NULL); V_0 = L_52; goto IL_0349; } IL_0349: { IActivityDetail_t2848416189 * L_53 = V_0; if (!L_53) { goto IL_0373; } } { IActivityDetail_t2848416189 * L_54 = V_0; int32_t L_55 = ___activity_id0; NullCheck(L_54); IActivityDetail_set_ActivityID_m4100827884(L_54, L_55, /*hidden argument*/NULL); IActivityDetail_t2848416189 * L_56 = V_0; int32_t L_57 = ___activityNew_id1; NullCheck(L_56); IActivityDetail_set_ActivityNewID_m3343988860(L_56, L_57, /*hidden argument*/NULL); IActivityDetail_t2848416189 * L_58 = V_0; List_1_t128053199 * L_59 = ___timeStart3; NullCheck(L_58); IActivityDetail_set_startTime_m3577708398(L_58, L_59, /*hidden argument*/NULL); IActivityDetail_t2848416189 * L_60 = V_0; List_1_t128053199 * L_61 = ___timeEnd4; NullCheck(L_60); IActivityDetail_set_endTime_m1100276116(L_60, L_61, /*hidden argument*/NULL); IActivityDetail_t2848416189 * L_62 = V_0; String_t* L_63 = ___activityName2; NullCheck(L_62); IActivityDetail_set_ActivityName_m936376104(L_62, L_63, /*hidden argument*/NULL); } IL_0373: { IActivityDetail_t2848416189 * L_64 = V_0; return L_64; } } // System.Void DMCore.Logic.IActivityDetail::OnFreshData(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_OnFreshData_m2764217551 (IActivityDetail_t2848416189 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { { CDataArray_t4068198041 * L_0 = ___msg0; bool L_1 = VirtFuncInvoker1< bool, CDataArray_t4068198041 * >::Invoke(8 /* System.Boolean DMCore.Logic.IActivityDetail::Deserial(DMCore.CDataArray) */, __this, L_0); __this->set_m_isDataReady_3(L_1); bool L_2 = __this->get_m_isDataReady_3(); IActivityDetail_set_IsNewUpdate_m176409430(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.IActivityDetail::FreshLocalData() extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_FreshLocalData_m1384510331 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Logic.IActivityDetail::FreshAwardState(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_FreshAwardState_m968797860 (IActivityDetail_t2848416189 * __this, int32_t ___index0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Logic.IActivityDetail::FreshAwardState(System.Single) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_FreshAwardState_m2292263699 (IActivityDetail_t2848416189 * __this, float ___index0, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Logic.IActivityDetail::AchieveConditionFunction() extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_AchieveConditionFunction_m3878444058 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method) { { return; } } // System.Int32 DMCore.Logic.IActivityDetail::SortFunctor_Int(DMCore.Logic.CAwardInfo`1,DMCore.Logic.CAwardInfo`1) extern "C" IL2CPP_METHOD_ATTR int32_t IActivityDetail_SortFunctor_Int_m1636188121 (IActivityDetail_t2848416189 * __this, CAwardInfo_1_t3416460893 * ___lth0, CAwardInfo_1_t3416460893 * ___rth1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IActivityDetail_SortFunctor_Int_m1636188121_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CAwardInfo_1_t3416460893 * L_0 = ___lth0; NullCheck(L_0); int32_t L_1 = CAwardInfo_1_get_AwardState_m1600705444(L_0, /*hidden argument*/CAwardInfo_1_get_AwardState_m1600705444_RuntimeMethod_var); int32_t L_2 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(11 /* System.Int32 DMCore.Logic.IActivityDetail::GetStatePriority(DMCore.Logic.enumAwardState) */, __this, L_1); CAwardInfo_1_t3416460893 * L_3 = ___rth1; NullCheck(L_3); int32_t L_4 = CAwardInfo_1_get_AwardState_m1600705444(L_3, /*hidden argument*/CAwardInfo_1_get_AwardState_m1600705444_RuntimeMethod_var); int32_t L_5 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(11 /* System.Int32 DMCore.Logic.IActivityDetail::GetStatePriority(DMCore.Logic.enumAwardState) */, __this, L_4); SortKeyInfo_1_t3619707304 * L_6 = (SortKeyInfo_1_t3619707304 *)il2cpp_codegen_object_new(SortKeyInfo_1_t3619707304_il2cpp_TypeInfo_var); SortKeyInfo_1__ctor_m1394869830(L_6, L_2, L_5, (bool)1, /*hidden argument*/SortKeyInfo_1__ctor_m1394869830_RuntimeMethod_var); CAwardInfo_1_t3416460893 * L_7 = ___lth0; NullCheck(L_7); int32_t L_8 = CAwardInfo_1_get_Condition_m4201108481(L_7, /*hidden argument*/CAwardInfo_1_get_Condition_m4201108481_RuntimeMethod_var); CAwardInfo_1_t3416460893 * L_9 = ___rth1; NullCheck(L_9); int32_t L_10 = CAwardInfo_1_get_Condition_m4201108481(L_9, /*hidden argument*/CAwardInfo_1_get_Condition_m4201108481_RuntimeMethod_var); SortKeyInfo_1_t3619707304 * L_11 = (SortKeyInfo_1_t3619707304 *)il2cpp_codegen_object_new(SortKeyInfo_1_t3619707304_il2cpp_TypeInfo_var); SortKeyInfo_1__ctor_m1394869830(L_11, L_8, L_10, (bool)1, /*hidden argument*/SortKeyInfo_1__ctor_m1394869830_RuntimeMethod_var); int32_t L_12 = CSortTemplete_SortFunctor2_TisInt32_t2950945753_m1838322212(NULL /*static, unused*/, L_6, L_11, /*hidden argument*/CSortTemplete_SortFunctor2_TisInt32_t2950945753_m1838322212_RuntimeMethod_var); return L_12; } } // System.Int32 DMCore.Logic.IActivityDetail::SortFunctor_Float(DMCore.Logic.CAwardInfo`1,DMCore.Logic.CAwardInfo`1) extern "C" IL2CPP_METHOD_ATTR int32_t IActivityDetail_SortFunctor_Float_m1270804705 (IActivityDetail_t2848416189 * __this, CAwardInfo_1_t1862781914 * ___lth0, CAwardInfo_1_t1862781914 * ___rth1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IActivityDetail_SortFunctor_Float_m1270804705_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CAwardInfo_1_t1862781914 * L_0 = ___lth0; NullCheck(L_0); int32_t L_1 = CAwardInfo_1_get_AwardState_m4085009958(L_0, /*hidden argument*/CAwardInfo_1_get_AwardState_m4085009958_RuntimeMethod_var); int32_t L_2 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(11 /* System.Int32 DMCore.Logic.IActivityDetail::GetStatePriority(DMCore.Logic.enumAwardState) */, __this, L_1); CAwardInfo_1_t1862781914 * L_3 = ___rth1; NullCheck(L_3); int32_t L_4 = CAwardInfo_1_get_AwardState_m4085009958(L_3, /*hidden argument*/CAwardInfo_1_get_AwardState_m4085009958_RuntimeMethod_var); int32_t L_5 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(11 /* System.Int32 DMCore.Logic.IActivityDetail::GetStatePriority(DMCore.Logic.enumAwardState) */, __this, L_4); SortKeyInfo_1_t2066028325 * L_6 = (SortKeyInfo_1_t2066028325 *)il2cpp_codegen_object_new(SortKeyInfo_1_t2066028325_il2cpp_TypeInfo_var); SortKeyInfo_1__ctor_m3852685757(L_6, (((float)((float)L_2))), (((float)((float)L_5))), (bool)1, /*hidden argument*/SortKeyInfo_1__ctor_m3852685757_RuntimeMethod_var); CAwardInfo_1_t1862781914 * L_7 = ___lth0; NullCheck(L_7); float L_8 = CAwardInfo_1_get_Condition_m808477994(L_7, /*hidden argument*/CAwardInfo_1_get_Condition_m808477994_RuntimeMethod_var); CAwardInfo_1_t1862781914 * L_9 = ___rth1; NullCheck(L_9); float L_10 = CAwardInfo_1_get_Condition_m808477994(L_9, /*hidden argument*/CAwardInfo_1_get_Condition_m808477994_RuntimeMethod_var); SortKeyInfo_1_t2066028325 * L_11 = (SortKeyInfo_1_t2066028325 *)il2cpp_codegen_object_new(SortKeyInfo_1_t2066028325_il2cpp_TypeInfo_var); SortKeyInfo_1__ctor_m3852685757(L_11, L_8, L_10, (bool)1, /*hidden argument*/SortKeyInfo_1__ctor_m3852685757_RuntimeMethod_var); int32_t L_12 = CSortTemplete_SortFunctor2_TisSingle_t1397266774_m3073952757(NULL /*static, unused*/, L_6, L_11, /*hidden argument*/CSortTemplete_SortFunctor2_TisSingle_t1397266774_m3073952757_RuntimeMethod_var); return L_12; } } // System.Int32 DMCore.Logic.IActivityDetail::GetStatePriority(DMCore.Logic.enumAwardState) extern "C" IL2CPP_METHOD_ATTR int32_t IActivityDetail_GetStatePriority_m4242380907 (IActivityDetail_t2848416189 * __this, int32_t ___state0, const RuntimeMethod* method) { { int32_t L_0 = ___state0; switch (L_0) { case 0: { goto IL_001b; } case 1: { goto IL_0017; } case 2: { goto IL_0019; } } } { goto IL_001d; } IL_0017: { return 0; } IL_0019: { return 1; } IL_001b: { return 2; } IL_001d: { return ((int32_t)2147483647LL); } } // System.Void DMCore.Logic.IActivityDetail::set_ActivityID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_ActivityID_m4100827884 (IActivityDetail_t2848416189 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_activityID_0(L_0); return; } } // System.Int32 DMCore.Logic.IActivityDetail::get_ActivityID() extern "C" IL2CPP_METHOD_ATTR int32_t IActivityDetail_get_ActivityID_m2495650087 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_activityID_0(); return L_0; } } // System.Void DMCore.Logic.IActivityDetail::set_ActivityNewID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_ActivityNewID_m3343988860 (IActivityDetail_t2848416189 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_activityNewlID_1(L_0); return; } } // System.Int32 DMCore.Logic.IActivityDetail::get_ActivityNewID() extern "C" IL2CPP_METHOD_ATTR int32_t IActivityDetail_get_ActivityNewID_m3451007657 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_activityNewlID_1(); return L_0; } } // System.Void DMCore.Logic.IActivityDetail::set_ActivityName(System.String) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_ActivityName_m936376104 (IActivityDetail_t2848416189 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_activityName_4(L_0); return; } } // System.String DMCore.Logic.IActivityDetail::get_ActivityName() extern "C" IL2CPP_METHOD_ATTR String_t* IActivityDetail_get_ActivityName_m2697968521 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_activityName_4(); return L_0; } } // System.Void DMCore.Logic.IActivityDetail::set_ActivityTitle(System.String) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_ActivityTitle_m4188190273 (IActivityDetail_t2848416189 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_activityTitle_5(L_0); return; } } // System.String DMCore.Logic.IActivityDetail::get_ActivityTitle() extern "C" IL2CPP_METHOD_ATTR String_t* IActivityDetail_get_ActivityTitle_m950561326 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_activityTitle_5(); return L_0; } } // System.Void DMCore.Logic.IActivityDetail::set_ActivityDesc(System.String) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_ActivityDesc_m4266300381 (IActivityDetail_t2848416189 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_activityDesc_6(L_0); return; } } // System.String DMCore.Logic.IActivityDetail::get_ActivityDesc() extern "C" IL2CPP_METHOD_ATTR String_t* IActivityDetail_get_ActivityDesc_m2809532585 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_activityDesc_6(); return L_0; } } // System.Void DMCore.Logic.IActivityDetail::set_IsDataReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_IsDataReady_m714333451 (IActivityDetail_t2848416189 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_isDataReady_3(L_0); return; } } // System.Boolean DMCore.Logic.IActivityDetail::get_IsDataReady() extern "C" IL2CPP_METHOD_ATTR bool IActivityDetail_get_IsDataReady_m67484584 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_isDataReady_3(); return L_0; } } // System.Void DMCore.Logic.IActivityDetail::set_IsNewUpdate(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_IsNewUpdate_m176409430 (IActivityDetail_t2848416189 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_isNewUpdate_2(L_0); return; } } // System.Boolean DMCore.Logic.IActivityDetail::get_IsNewUpdate() extern "C" IL2CPP_METHOD_ATTR bool IActivityDetail_get_IsNewUpdate_m3510163353 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_isNewUpdate_2(); return L_0; } } // System.Void DMCore.Logic.IActivityDetail::set_startTime(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_startTime_m3577708398 (IActivityDetail_t2848416189 * __this, List_1_t128053199 * ___value0, const RuntimeMethod* method) { { List_1_t128053199 * L_0 = ___value0; __this->set_m_startTime_7(L_0); return; } } // System.Collections.Generic.List`1 DMCore.Logic.IActivityDetail::get_startTime() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * IActivityDetail_get_startTime_m1300601434 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method) { { List_1_t128053199 * L_0 = __this->get_m_startTime_7(); return L_0; } } // System.Void DMCore.Logic.IActivityDetail::set_endTime(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_endTime_m1100276116 (IActivityDetail_t2848416189 * __this, List_1_t128053199 * ___value0, const RuntimeMethod* method) { { List_1_t128053199 * L_0 = ___value0; __this->set_m_endTime_8(L_0); return; } } // System.Collections.Generic.List`1 DMCore.Logic.IActivityDetail::get_endTime() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * IActivityDetail_get_endTime_m1727713147 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method) { { List_1_t128053199 * L_0 = __this->get_m_endTime_8(); return L_0; } } // System.Void DMCore.Logic.IActivityDetail::set_needSort(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IActivityDetail_set_needSort_m577623526 (IActivityDetail_t2848416189 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_needSort_9(L_0); return; } } // System.Boolean DMCore.Logic.IActivityDetail::get_needSort() extern "C" IL2CPP_METHOD_ATTR bool IActivityDetail_get_needSort_m3500347631 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_needSort_9(); 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.IAttachMent::.ctor() extern "C" IL2CPP_METHOD_ATTR void IAttachMent__ctor_m3039947234 (IAttachMent_t1542359345 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // DMCore.Logic.IAttachMent DMCore.Logic.IAttachMent::Alloc(DMCore.Logic.AttachmentType) extern "C" IL2CPP_METHOD_ATTR IAttachMent_t1542359345 * IAttachMent_Alloc_m98142390 (RuntimeObject * __this /* static, unused */, int32_t ___Type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IAttachMent_Alloc_m98142390_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___Type0; if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0013; } } { int32_t L_1 = ___Type0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0019; } } { goto IL_001f; } IL_0013: { CAttachMentGoods_t4204413466 * L_2 = (CAttachMentGoods_t4204413466 *)il2cpp_codegen_object_new(CAttachMentGoods_t4204413466_il2cpp_TypeInfo_var); CAttachMentGoods__ctor_m2890469146(L_2, /*hidden argument*/NULL); return L_2; } IL_0019: { CAttachMentGold_t1776976439 * L_3 = (CAttachMentGold_t1776976439 *)il2cpp_codegen_object_new(CAttachMentGold_t1776976439_il2cpp_TypeInfo_var); CAttachMentGold__ctor_m3008021835(L_3, /*hidden argument*/NULL); return L_3; } IL_001f: { goto IL_0024; } IL_0024: { return (IAttachMent_t1542359345 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.IdleActionManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdleActionManager__ctor_m4229015629 (IdleActionManager_t2375494644 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdleActionManager__ctor_m4229015629_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_IsRandomAinEnable_0((bool)1); Dictionary_2_t2625280635 * L_0 = (Dictionary_2_t2625280635 *)il2cpp_codegen_object_new(Dictionary_2_t2625280635_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2807742409(L_0, /*hidden argument*/Dictionary_2__ctor_m2807742409_RuntimeMethod_var); __this->set_m_TaskArray_3(L_0); Dictionary_2_t2735467829 * L_1 = (Dictionary_2_t2735467829 *)il2cpp_codegen_object_new(Dictionary_2_t2735467829_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1060150506(L_1, /*hidden argument*/Dictionary_2__ctor_m1060150506_RuntimeMethod_var); __this->set_rolesDictionary_4(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IdleActionManager_t2375494644_il2cpp_TypeInfo_var); float L_2 = ((IdleActionManager_t2375494644_StaticFields*)il2cpp_codegen_static_fields_for(IdleActionManager_t2375494644_il2cpp_TypeInfo_var))->get_s_IntervalTime_5(); __this->set_m_ElapsedTime_1(L_2); return; } } // DMCore.Logic.IdleActionManager DMCore.Logic.IdleActionManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR IdleActionManager_t2375494644 * IdleActionManager_GetInstance_m1506258501 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdleActionManager_GetInstance_m1506258501_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(IdleActionManager_t2375494644_il2cpp_TypeInfo_var); IdleActionManager_t2375494644 * L_0 = ((IdleActionManager_t2375494644_StaticFields*)il2cpp_codegen_static_fields_for(IdleActionManager_t2375494644_il2cpp_TypeInfo_var))->get_s_Instance_6(); if (L_0) { goto IL_0014; } } { IdleActionManager_t2375494644 * L_1 = (IdleActionManager_t2375494644 *)il2cpp_codegen_object_new(IdleActionManager_t2375494644_il2cpp_TypeInfo_var); IdleActionManager__ctor_m4229015629(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IdleActionManager_t2375494644_il2cpp_TypeInfo_var); ((IdleActionManager_t2375494644_StaticFields*)il2cpp_codegen_static_fields_for(IdleActionManager_t2375494644_il2cpp_TypeInfo_var))->set_s_Instance_6(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(IdleActionManager_t2375494644_il2cpp_TypeInfo_var); IdleActionManager_t2375494644 * L_2 = ((IdleActionManager_t2375494644_StaticFields*)il2cpp_codegen_static_fields_for(IdleActionManager_t2375494644_il2cpp_TypeInfo_var))->get_s_Instance_6(); return L_2; } } // System.Void DMCore.Logic.IdleActionManager::OnTick(System.Int64) extern "C" IL2CPP_METHOD_ATTR void IdleActionManager_OnTick_m920841233 (IdleActionManager_t2375494644 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdleActionManager_OnTick_m920841233_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneBaseObj_t858622483 * V_0 = NULL; ISceneBaseObj_t858622483 * V_1 = NULL; CRoleIdleData_t1672828045 * V_2 = NULL; { ShareManager_t1254576143 * L_0 = ShareManager_GetInstance_m207955360(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = ShareManager_IsShareMode_m1461773954(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { return; } IL_0010: { CLevelManager_t3077608201 * L_2 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = CLevelManager_IsLevel_m3139716542(L_2, _stringLiteral2601265189, /*hidden argument*/NULL); if (L_3) { goto IL_002f; } } { bool L_4 = IdleActionManager_get_IsRandomAinEnable_m45695532(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0030; } } IL_002f: { return; } IL_0030: { CSceneService_t551449725 * L_5 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_6 = ___userID0; NullCheck(L_5); ISceneBaseObj_t858622483 * L_7 = CSceneService_GetSceneBaseObj_m1922388889(L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; ISceneBaseObj_t858622483 * L_8 = V_0; if (!L_8) { goto IL_005a; } } { ISceneBaseObj_t858622483 * L_9 = V_0; NullCheck(L_9); CProperty_t963755051 * L_10 = ISceneBaseObj_GetNetProperty_m1709069404(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = CProperty_GetInt_m2680341236(L_10, _stringLiteral809494744, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_005a; } } { return; } IL_005a: { clothingScoreManager_t2332349169 * L_12 = clothingScoreManager_GetInstance_m3636347577(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); bool L_13 = clothingScoreManager_get_IsInClothingScore_m3480906168(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_006a; } } { return; } IL_006a: { CSceneService_t551449725 * L_14 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_15 = ___userID0; NullCheck(L_14); ISceneBaseObj_t858622483 * L_16 = CSceneService_GetSceneBaseObj_m1922388889(L_14, L_15, /*hidden argument*/NULL); V_1 = L_16; ISceneBaseObj_t858622483 * L_17 = V_1; if (L_17) { goto IL_009b; } } { Dictionary_2_t2735467829 * L_18 = __this->get_rolesDictionary_4(); int64_t L_19 = ___userID0; NullCheck(L_18); bool L_20 = Dictionary_2_ContainsKey_m1794472936(L_18, L_19, /*hidden argument*/Dictionary_2_ContainsKey_m1794472936_RuntimeMethod_var); if (!L_20) { goto IL_009a; } } { Dictionary_2_t2735467829 * L_21 = __this->get_rolesDictionary_4(); int64_t L_22 = ___userID0; NullCheck(L_21); Dictionary_2_Remove_m591299754(L_21, L_22, /*hidden argument*/Dictionary_2_Remove_m591299754_RuntimeMethod_var); } IL_009a: { return; } IL_009b: { V_2 = (CRoleIdleData_t1672828045 *)NULL; Dictionary_2_t2735467829 * L_23 = __this->get_rolesDictionary_4(); int64_t L_24 = ___userID0; NullCheck(L_23); bool L_25 = Dictionary_2_TryGetValue_m2064903583(L_23, L_24, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m2064903583_RuntimeMethod_var); if (L_25) { goto IL_00e4; } } { CRoleIdleData_t1672828045 * L_26 = (CRoleIdleData_t1672828045 *)il2cpp_codegen_object_new(CRoleIdleData_t1672828045_il2cpp_TypeInfo_var); CRoleIdleData__ctor_m2871188381(L_26, /*hidden argument*/NULL); V_2 = L_26; CRoleIdleData_t1672828045 * L_27 = V_2; NullCheck(L_27); L_27->set_m_playingRandomIdle_0((bool)0); CRoleIdleData_t1672828045 * L_28 = V_2; int64_t L_29 = ___userID0; float L_30 = IdleActionManager_GetNextTime_m1917245924(__this, L_29, /*hidden argument*/NULL); NullCheck(L_28); L_28->set_m_nextTime_1(L_30); CRoleIdleData_t1672828045 * L_31 = V_2; CRoleIdleData_t1672828045 * L_32 = V_2; NullCheck(L_32); float L_33 = L_32->get_m_nextTime_1(); NullCheck(L_31); L_31->set_m_timeLabor_2(L_33); Dictionary_2_t2735467829 * L_34 = __this->get_rolesDictionary_4(); int64_t L_35 = ___userID0; CRoleIdleData_t1672828045 * L_36 = V_2; NullCheck(L_34); Dictionary_2_Add_m690252675(L_34, L_35, L_36, /*hidden argument*/Dictionary_2_Add_m690252675_RuntimeMethod_var); return; } IL_00e4: { ISceneBaseObj_t858622483 * L_37 = V_1; NullCheck(L_37); int32_t L_38 = ISceneBaseObj_GetRoleState_m635995718(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0107; } } { CRoleIdleData_t1672828045 * L_39 = V_2; NullCheck(L_39); bool L_40 = L_39->get_m_playingRandomIdle_0(); if (L_40) { goto IL_0106; } } { CRoleIdleData_t1672828045 * L_41 = V_2; CRoleIdleData_t1672828045 * L_42 = V_2; NullCheck(L_42); float L_43 = L_42->get_m_nextTime_1(); NullCheck(L_41); L_41->set_m_timeLabor_2(L_43); } IL_0106: { return; } IL_0107: { CRoleIdleData_t1672828045 * L_44 = V_2; NullCheck(L_44); bool L_45 = L_44->get_m_playingRandomIdle_0(); if (!L_45) { goto IL_0113; } } { return; } IL_0113: { CRoleIdleData_t1672828045 * L_46 = V_2; CRoleIdleData_t1672828045 * L_47 = L_46; NullCheck(L_47); float L_48 = L_47->get_m_timeLabor_2(); float L_49 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_47); L_47->set_m_timeLabor_2(((float)il2cpp_codegen_subtract((float)L_48, (float)L_49))); CRoleIdleData_t1672828045 * L_50 = V_2; NullCheck(L_50); float L_51 = L_50->get_m_timeLabor_2(); if ((!(((float)(0.0f)) > ((float)L_51)))) { goto IL_0171; } } { IL2CPP_RUNTIME_CLASS_INIT(IdleActionManager_t2375494644_il2cpp_TypeInfo_var); IdleActionManager_t2375494644 * L_52 = IdleActionManager_GetInstance_m1506258501(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneBaseObj_t858622483 * L_53 = V_1; NullCheck(L_52); bool L_54 = IdleActionManager_PlayRolesRandomIdleAction_m646549414(L_52, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0151; } } { CRoleIdleData_t1672828045 * L_55 = V_2; NullCheck(L_55); L_55->set_m_playingRandomIdle_0((bool)1); goto IL_0171; } IL_0151: { CRoleIdleData_t1672828045 * L_56 = V_2; NullCheck(L_56); L_56->set_m_playingRandomIdle_0((bool)0); CRoleIdleData_t1672828045 * L_57 = V_2; int64_t L_58 = ___userID0; float L_59 = IdleActionManager_GetNextTime_m1917245924(__this, L_58, /*hidden argument*/NULL); NullCheck(L_57); L_57->set_m_nextTime_1(L_59); CRoleIdleData_t1672828045 * L_60 = V_2; CRoleIdleData_t1672828045 * L_61 = V_2; NullCheck(L_61); float L_62 = L_61->get_m_nextTime_1(); NullCheck(L_60); L_60->set_m_timeLabor_2(L_62); } IL_0171: { return; } } // System.Void DMCore.Logic.IdleActionManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void IdleActionManager_ClearAll_m2160872868 (IdleActionManager_t2375494644 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdleActionManager_ClearAll_m2160872868_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_indexLabor_2(0); Dictionary_2_t2625280635 * L_0 = __this->get_m_TaskArray_3(); NullCheck(L_0); Dictionary_2_Clear_m4293935587(L_0, /*hidden argument*/Dictionary_2_Clear_m4293935587_RuntimeMethod_var); Dictionary_2_t2735467829 * L_1 = __this->get_rolesDictionary_4(); NullCheck(L_1); Dictionary_2_Clear_m4198844318(L_1, /*hidden argument*/Dictionary_2_Clear_m4198844318_RuntimeMethod_var); return; } } // System.Boolean DMCore.Logic.IdleActionManager::PlayRolesRandomIdleAction(DMCore.Framework.Scene.ISceneBaseObj) extern "C" IL2CPP_METHOD_ATTR bool IdleActionManager_PlayRolesRandomIdleAction_m646549414 (IdleActionManager_t2375494644 * __this, ISceneBaseObj_t858622483 * ___destRole0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdleActionManager_PlayRolesRandomIdleAction_m646549414_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; String_t* V_1 = NULL; int64_t V_2 = 0; String_t* V_3 = NULL; AnimationClip_t2318505987 * V_4 = NULL; int32_t V_5 = 0; CEventManager_t474365641 * G_B8_0 = NULL; CEventManager_t474365641 * G_B7_0 = NULL; float G_B9_0 = 0.0f; CEventManager_t474365641 * G_B9_1 = NULL; { V_0 = (-1.0f); ISceneBaseObj_t858622483 * L_0 = ___destRole0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker1< String_t*, float* >::Invoke(29 /* System.String DMCore.Framework.Scene.ISceneBaseObj::GetRalaxAnimName(System.Single&) */, L_0, (&V_0)); V_1 = L_1; ISceneBaseObj_t858622483 * L_2 = ___destRole0; NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_2); V_2 = L_3; String_t* L_4 = V_1; V_3 = L_4; String_t* L_5 = V_3; AnimationClip_t2318505987 * L_6 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_4 = L_6; AnimationClip_t2318505987 * L_7 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_002f; } } { return (bool)0; } IL_002f: { ISceneBaseObj_t858622483 * L_9 = ___destRole0; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(13 /* DMCore.Framework.Scene.enumSceneObjType DMCore.Framework.Scene.ISceneBaseObj::GetObjType() */, L_9); V_5 = L_10; int32_t L_11 = V_5; if ((!(((uint32_t)L_11) == ((uint32_t)5)))) { goto IL_004a; } } { ISceneBaseObj_t858622483 * L_12 = ___destRole0; NullCheck(L_12); ISceneBaseObj_StopAnim_m821603361(L_12, /*hidden argument*/NULL); goto IL_0060; } IL_004a: { ISceneBaseObj_t858622483 * L_13 = ___destRole0; NullCheck(((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_13, ISceneRole_t2394225724_il2cpp_TypeInfo_var))); bool L_14 = ISceneRole_GetIsPlayingEnterRoomAnim_m2063552211(((ISceneRole_t2394225724 *)CastclassClass((RuntimeObject*)L_13, ISceneRole_t2394225724_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_14) { goto IL_0060; } } { ISceneBaseObj_t858622483 * L_15 = ___destRole0; NullCheck(L_15); ISceneBaseObj_StopAnim_m821603361(L_15, /*hidden argument*/NULL); } IL_0060: { ISceneBaseObj_t858622483 * L_16 = ___destRole0; String_t* L_17 = V_3; NullCheck(L_16); ISceneBaseObj_SetIdleAnim_m1936918694(L_16, L_17, /*hidden argument*/NULL); int32_t L_18 = __this->get_m_indexLabor_2(); __this->set_m_indexLabor_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); Dictionary_2_t2625280635 * L_19 = __this->get_m_TaskArray_3(); int32_t L_20 = __this->get_m_indexLabor_2(); int64_t L_21 = V_2; NullCheck(L_19); Dictionary_2_Add_m2099378411(L_19, L_20, L_21, /*hidden argument*/Dictionary_2_Add_m2099378411_RuntimeMethod_var); CEventManager_t474365641 * L_22 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); AnimationClip_t2318505987 * L_23 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_23, /*hidden argument*/NULL); G_B7_0 = L_22; if (!L_24) { G_B8_0 = L_22; goto IL_00a6; } } { AnimationClip_t2318505987 * L_25 = V_4; NullCheck(L_25); float L_26 = AnimationClip_get_length_m3296085482(L_25, /*hidden argument*/NULL); G_B9_0 = L_26; G_B9_1 = G_B7_0; goto IL_00ab; } IL_00a6: { G_B9_0 = (0.001f); G_B9_1 = G_B8_0; } IL_00ab: { intptr_t L_27 = (intptr_t)IdleActionManager_OnRolesIdleAnimEnd_m3299864328_RuntimeMethod_var; OnEventCall_t3758354630 * L_28 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_28, __this, L_27, /*hidden argument*/NULL); int32_t L_29 = __this->get_m_indexLabor_2(); NullCheck(G_B9_1); CEventManager_PushOnce_m2143949090(G_B9_1, G_B9_0, L_28, L_29, /*hidden argument*/NULL); return (bool)1; } } // System.Void DMCore.Logic.IdleActionManager::OnRolesIdleAnimEnd(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void IdleActionManager_OnRolesIdleAnimEnd_m3299864328 (IdleActionManager_t2375494644 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdleActionManager_OnRolesIdleAnimEnd_m3299864328_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; CRoleIdleData_t1672828045 * V_1 = NULL; ISceneBaseObj_t858622483 * V_2 = NULL; { V_0 = (((int64_t)((int64_t)(-1)))); Dictionary_2_t2625280635 * L_0 = __this->get_m_TaskArray_3(); int32_t L_1 = ___userData2; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m2358343581(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2358343581_RuntimeMethod_var); if (L_2) { goto IL_0017; } } { return; } IL_0017: { V_1 = (CRoleIdleData_t1672828045 *)NULL; Dictionary_2_t2735467829 * L_3 = __this->get_rolesDictionary_4(); int64_t L_4 = V_0; NullCheck(L_3); bool L_5 = Dictionary_2_TryGetValue_m2064903583(L_3, L_4, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m2064903583_RuntimeMethod_var); if (!L_5) { goto IL_004c; } } { CRoleIdleData_t1672828045 * L_6 = V_1; NullCheck(L_6); L_6->set_m_playingRandomIdle_0((bool)0); CRoleIdleData_t1672828045 * L_7 = V_1; int64_t L_8 = V_0; float L_9 = IdleActionManager_GetNextTime_m1917245924(__this, L_8, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_m_nextTime_1(L_9); CRoleIdleData_t1672828045 * L_10 = V_1; CRoleIdleData_t1672828045 * L_11 = V_1; NullCheck(L_11); float L_12 = L_11->get_m_nextTime_1(); NullCheck(L_10); L_10->set_m_timeLabor_2(L_12); } IL_004c: { CSceneService_t551449725 * L_13 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_14 = V_0; NullCheck(L_13); ISceneBaseObj_t858622483 * L_15 = CSceneService_GetSceneBaseObj_m1922388889(L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; ISceneBaseObj_t858622483 * L_16 = V_2; if (!L_16) { goto IL_006a; } } { ISceneBaseObj_t858622483 * L_17 = V_2; NullCheck(L_17); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_17); goto IL_007d; } IL_006a: { CRoleIdleData_t1672828045 * L_18 = V_1; if (!L_18) { goto IL_007d; } } { Dictionary_2_t2735467829 * L_19 = __this->get_rolesDictionary_4(); int64_t L_20 = V_0; NullCheck(L_19); Dictionary_2_Remove_m591299754(L_19, L_20, /*hidden argument*/Dictionary_2_Remove_m591299754_RuntimeMethod_var); } IL_007d: { return; } } // System.Void DMCore.Logic.IdleActionManager::OnIdleAnimEnd(System.Int64) extern "C" IL2CPP_METHOD_ATTR void IdleActionManager_OnIdleAnimEnd_m2172677994 (IdleActionManager_t2375494644 * __this, int64_t ____userId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdleActionManager_OnIdleAnimEnd_m2172677994_MetadataUsageId); s_Il2CppMethodInitialized = true; } CRoleIdleData_t1672828045 * V_0 = NULL; ISceneBaseObj_t858622483 * V_1 = NULL; { V_0 = (CRoleIdleData_t1672828045 *)NULL; Dictionary_2_t2735467829 * L_0 = __this->get_rolesDictionary_4(); if (!L_0) { goto IL_0045; } } { Dictionary_2_t2735467829 * L_1 = __this->get_rolesDictionary_4(); int64_t L_2 = ____userId0; NullCheck(L_1); bool L_3 = Dictionary_2_TryGetValue_m2064903583(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2064903583_RuntimeMethod_var); if (!L_3) { goto IL_0045; } } { CRoleIdleData_t1672828045 * L_4 = V_0; NullCheck(L_4); L_4->set_m_playingRandomIdle_0((bool)0); CRoleIdleData_t1672828045 * L_5 = V_0; int64_t L_6 = ____userId0; float L_7 = IdleActionManager_GetNextTime_m1917245924(__this, L_6, /*hidden argument*/NULL); NullCheck(L_5); L_5->set_m_nextTime_1(L_7); CRoleIdleData_t1672828045 * L_8 = V_0; CRoleIdleData_t1672828045 * L_9 = V_0; NullCheck(L_9); float L_10 = L_9->get_m_nextTime_1(); NullCheck(L_8); L_8->set_m_timeLabor_2(L_10); goto IL_0046; } IL_0045: { return; } IL_0046: { CSceneService_t551449725 * L_11 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_12 = ____userId0; NullCheck(L_11); ISceneBaseObj_t858622483 * L_13 = CSceneService_GetSceneBaseObj_m1922388889(L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; ISceneBaseObj_t858622483 * L_14 = V_1; if (L_14) { goto IL_007b; } } { Dictionary_2_t2735467829 * L_15 = __this->get_rolesDictionary_4(); if (!L_15) { goto IL_0076; } } { CRoleIdleData_t1672828045 * L_16 = V_0; if (!L_16) { goto IL_0076; } } { Dictionary_2_t2735467829 * L_17 = __this->get_rolesDictionary_4(); int64_t L_18 = ____userId0; NullCheck(L_17); Dictionary_2_Remove_m591299754(L_17, L_18, /*hidden argument*/Dictionary_2_Remove_m591299754_RuntimeMethod_var); } IL_0076: { goto IL_0089; } IL_007b: { ISceneBaseObj_t858622483 * L_19 = V_1; NullCheck(L_19); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_19); ISceneBaseObj_t858622483 * L_20 = V_1; NullCheck(L_20); ISceneBaseObj_StopSpecifiesTypeEffect_m2561336552(L_20, 2, /*hidden argument*/NULL); } IL_0089: { return; } } // System.Single DMCore.Logic.IdleActionManager::GetNextTime(System.Int64) extern "C" IL2CPP_METHOD_ATTR float IdleActionManager_GetNextTime_m1917245924 (IdleActionManager_t2375494644 * __this, int64_t ___userId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdleActionManager_GetNextTime_m1917245924_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; ISceneRole_t2394225724 * V_1 = NULL; { V_0 = (0.0f); int64_t L_0 = ___userId0; 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); if ((!(((uint64_t)L_0) == ((uint64_t)L_2)))) { goto IL_0021; } } { IL2CPP_RUNTIME_CLASS_INIT(IdleActionManager_t2375494644_il2cpp_TypeInfo_var); float L_3 = ((IdleActionManager_t2375494644_StaticFields*)il2cpp_codegen_static_fields_for(IdleActionManager_t2375494644_il2cpp_TypeInfo_var))->get_s_IntervalTime_5(); V_0 = L_3; goto IL_0030; } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(IdleActionManager_t2375494644_il2cpp_TypeInfo_var); float L_4 = ((IdleActionManager_t2375494644_StaticFields*)il2cpp_codegen_static_fields_for(IdleActionManager_t2375494644_il2cpp_TypeInfo_var))->get_s_IntervalTime_5(); int32_t L_5 = Random_Range_m4054026115(NULL /*static, unused*/, 2, 5, /*hidden argument*/NULL); V_0 = ((float)il2cpp_codegen_add((float)L_4, (float)(((float)((float)L_5))))); } IL_0030: { CSceneService_t551449725 * L_6 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_7 = ___userId0; NullCheck(L_6); ISceneRole_t2394225724 * L_8 = CSceneService_FindRoleByUserID_m4171044813(L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; ISceneRole_t2394225724 * L_9 = V_1; if (!L_9) { goto IL_004a; } } { ISceneRole_t2394225724 * L_10 = V_1; float L_11 = V_0; NullCheck(L_10); float L_12 = VirtFuncInvoker1< float, float >::Invoke(30 /* System.Single DMCore.Framework.Scene.ISceneBaseObj::GetNextRalaxTime(System.Single) */, L_10, L_11); return L_12; } IL_004a: { float L_13 = V_0; return L_13; } } // System.Void DMCore.Logic.IdleActionManager::set_ElapsedTime(System.Single) extern "C" IL2CPP_METHOD_ATTR void IdleActionManager_set_ElapsedTime_m4206654441 (IdleActionManager_t2375494644 * __this, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; __this->set_m_ElapsedTime_1(L_0); return; } } // System.Single DMCore.Logic.IdleActionManager::get_ElapsedTime() extern "C" IL2CPP_METHOD_ATTR float IdleActionManager_get_ElapsedTime_m78278704 (IdleActionManager_t2375494644 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_m_ElapsedTime_1(); return L_0; } } // System.Void DMCore.Logic.IdleActionManager::set_IsRandomAinEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IdleActionManager_set_IsRandomAinEnable_m3502970697 (IdleActionManager_t2375494644 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsRandomAinEnable_0(L_0); return; } } // System.Boolean DMCore.Logic.IdleActionManager::get_IsRandomAinEnable() extern "C" IL2CPP_METHOD_ATTR bool IdleActionManager_get_IsRandomAinEnable_m45695532 (IdleActionManager_t2375494644 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsRandomAinEnable_0(); return L_0; } } // System.Void DMCore.Logic.IdleActionManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void IdleActionManager__cctor_m2880021680 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdleActionManager__cctor_m2880021680_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RoleActionConfig_t1403548228_il2cpp_TypeInfo_var); RoleActionConfig_t1403548228 * L_0 = RoleActionConfig_GetInstance_m1562956930(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); float L_1 = RoleActionConfig_GetChangeTime_m3312934990(L_0, /*hidden argument*/NULL); ((IdleActionManager_t2375494644_StaticFields*)il2cpp_codegen_static_fields_for(IdleActionManager_t2375494644_il2cpp_TypeInfo_var))->set_s_IntervalTime_5(L_1); ((IdleActionManager_t2375494644_StaticFields*)il2cpp_codegen_static_fields_for(IdleActionManager_t2375494644_il2cpp_TypeInfo_var))->set_s_Instance_6((IdleActionManager_t2375494644 *)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.IdleActionManager/CRoleIdleData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CRoleIdleData__ctor_m2871188381 (CRoleIdleData_t1672828045 * __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.IdolAwardListItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolAwardListItem__ctor_m3262986748 (IdolAwardListItem_t3723746892 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdolAwardListItem__ctor_m3262986748_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_title_0(L_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_configId_1(L_1); List_1_t3319525431 * L_2 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_2, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); __this->set_numList_2(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.IdolAwardUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolAwardUnit__ctor_m1570197238 (IdolAwardUnit_t568575365 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdolAwardUnit__ctor_m1570197238_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_curLevel_0(0); __this->set_m_bCanGet_1((bool)0); List_1_t3149535657 * L_0 = (List_1_t3149535657 *)il2cpp_codegen_object_new(List_1_t3149535657_il2cpp_TypeInfo_var); List_1__ctor_m4254788256(L_0, /*hidden argument*/List_1__ctor_m4254788256_RuntimeMethod_var); __this->set_m_Award_2(L_0); return; } } // System.Void DMCore.Logic.IdolAwardUnit::Clear() extern "C" IL2CPP_METHOD_ATTR void IdolAwardUnit_Clear_m3553956196 (IdolAwardUnit_t568575365 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdolAwardUnit_Clear_m3553956196_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3149535657 * L_0 = __this->get_m_Award_2(); NullCheck(L_0); List_1_Clear_m1914676108(L_0, /*hidden argument*/List_1_Clear_m1914676108_RuntimeMethod_var); return; } } // System.Void DMCore.Logic.IdolAwardUnit::AddAward(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void IdolAwardUnit_AddAward_m98934405 (IdolAwardUnit_t568575365 * __this, int32_t ___configId0, int32_t ___count1, int32_t ___validation2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdolAwardUnit_AddAward_m98934405_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CAddAwardU3Ec__AnonStorey0_t649206353 * V_0 = NULL; CAwardItem_t1677460915 * V_1 = NULL; { U3CAddAwardU3Ec__AnonStorey0_t649206353 * L_0 = (U3CAddAwardU3Ec__AnonStorey0_t649206353 *)il2cpp_codegen_object_new(U3CAddAwardU3Ec__AnonStorey0_t649206353_il2cpp_TypeInfo_var); U3CAddAwardU3Ec__AnonStorey0__ctor_m535447637(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CAddAwardU3Ec__AnonStorey0_t649206353 * L_1 = V_0; int32_t L_2 = ___configId0; NullCheck(L_1); L_1->set_configId_0(L_2); U3CAddAwardU3Ec__AnonStorey0_t649206353 * L_3 = V_0; int32_t L_4 = ___count1; NullCheck(L_3); L_3->set_count_1(L_4); U3CAddAwardU3Ec__AnonStorey0_t649206353 * L_5 = V_0; int32_t L_6 = ___validation2; NullCheck(L_5); L_5->set_validation_2(L_6); List_1_t3149535657 * L_7 = __this->get_m_Award_2(); U3CAddAwardU3Ec__AnonStorey0_t649206353 * L_8 = V_0; intptr_t L_9 = (intptr_t)U3CAddAwardU3Ec__AnonStorey0_U3CU3Em__0_m1791500512_RuntimeMethod_var; Predicate_1_t2502755039 * L_10 = (Predicate_1_t2502755039 *)il2cpp_codegen_object_new(Predicate_1_t2502755039_il2cpp_TypeInfo_var); Predicate_1__ctor_m178013857(L_10, L_8, L_9, /*hidden argument*/Predicate_1__ctor_m178013857_RuntimeMethod_var); NullCheck(L_7); CAwardItem_t1677460915 * L_11 = List_1_Find_m995118229(L_7, L_10, /*hidden argument*/List_1_Find_m995118229_RuntimeMethod_var); V_1 = L_11; CAwardItem_t1677460915 * L_12 = V_1; if (!L_12) { goto IL_003a; } } { return; } IL_003a: { U3CAddAwardU3Ec__AnonStorey0_t649206353 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = L_13->get_configId_0(); U3CAddAwardU3Ec__AnonStorey0_t649206353 * L_15 = V_0; NullCheck(L_15); int32_t L_16 = L_15->get_count_1(); U3CAddAwardU3Ec__AnonStorey0_t649206353 * L_17 = V_0; NullCheck(L_17); int32_t L_18 = L_17->get_validation_2(); CAwardItem_t1677460915 * L_19 = (CAwardItem_t1677460915 *)il2cpp_codegen_object_new(CAwardItem_t1677460915_il2cpp_TypeInfo_var); CAwardItem__ctor_m4013977086(L_19, L_14, L_16, L_18, /*hidden argument*/NULL); V_1 = L_19; List_1_t3149535657 * L_20 = __this->get_m_Award_2(); CAwardItem_t1677460915 * L_21 = V_1; NullCheck(L_20); List_1_Add_m1312316922(L_20, L_21, /*hidden argument*/List_1_Add_m1312316922_RuntimeMethod_var); return; } } // DMCore.Logic.CAwardItem DMCore.Logic.IdolAwardUnit::GetItemByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CAwardItem_t1677460915 * IdolAwardUnit_GetItemByIndex_m2754425377 (IdolAwardUnit_t568575365 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdolAwardUnit_GetItemByIndex_m2754425377_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_1 = ___index0; List_1_t3149535657 * L_2 = __this->get_m_Award_2(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m4066367249(L_2, /*hidden argument*/List_1_get_Count_m4066367249_RuntimeMethod_var); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001a; } } IL_0018: { return (CAwardItem_t1677460915 *)NULL; } IL_001a: { List_1_t3149535657 * L_4 = __this->get_m_Award_2(); int32_t L_5 = ___index0; NullCheck(L_4); CAwardItem_t1677460915 * L_6 = List_1_get_Item_m1292331707(L_4, L_5, /*hidden argument*/List_1_get_Item_m1292331707_RuntimeMethod_var); return L_6; } } // System.Int32 DMCore.Logic.IdolAwardUnit::GetAwardCount() extern "C" IL2CPP_METHOD_ATTR int32_t IdolAwardUnit_GetAwardCount_m2194050054 (IdolAwardUnit_t568575365 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdolAwardUnit_GetAwardCount_m2194050054_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3149535657 * L_0 = __this->get_m_Award_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m4066367249(L_0, /*hidden argument*/List_1_get_Count_m4066367249_RuntimeMethod_var); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.IdolAwardUnit/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CAddAwardU3Ec__AnonStorey0__ctor_m535447637 (U3CAddAwardU3Ec__AnonStorey0_t649206353 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.IdolAwardUnit/c__AnonStorey0::<>m__0(DMCore.Logic.CAwardItem) extern "C" IL2CPP_METHOD_ATTR bool U3CAddAwardU3Ec__AnonStorey0_U3CU3Em__0_m1791500512 (U3CAddAwardU3Ec__AnonStorey0_t649206353 * __this, CAwardItem_t1677460915 * ___curItem0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { CAwardItem_t1677460915 * L_0 = ___curItem0; NullCheck(L_0); int32_t L_1 = CAwardItem_get_ConfigId_m576905535(L_0, /*hidden argument*/NULL); int32_t L_2 = __this->get_configId_0(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0032; } } { CAwardItem_t1677460915 * L_3 = ___curItem0; NullCheck(L_3); int32_t L_4 = CAwardItem_get_Amount_m2607280859(L_3, /*hidden argument*/NULL); int32_t L_5 = __this->get_count_1(); if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0032; } } { CAwardItem_t1677460915 * L_6 = ___curItem0; NullCheck(L_6); int32_t L_7 = CAwardItem_get_Valid_m2657630422(L_6, /*hidden argument*/NULL); int32_t L_8 = __this->get_validation_2(); G_B4_0 = ((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0); goto IL_0033; } IL_0032: { G_B4_0 = 0; } IL_0033: { return (bool)G_B4_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.IdolCardType::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolCardType__ctor_m3879356467 (IdolCardType_t677825537 * __this, const RuntimeMethod* method) { { CPropItem__ctor_m238114891(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.IdolCardType::DoUsePropItem() extern "C" IL2CPP_METHOD_ATTR void IdolCardType_DoUsePropItem_m2425541294 (IdolCardType_t677825537 * __this, const RuntimeMethod* method) { { return; } } // DMCore.Logic.enumPropType DMCore.Logic.IdolCardType::GetPropType() extern "C" IL2CPP_METHOD_ATTR int32_t IdolCardType_GetPropType_m1756529108 (IdolCardType_t677825537 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)63)); } } #ifdef __clang__ #pragma clang 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.IdolData::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolData__ctor_m889254239 (IdolData_t118514082 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_Level_0(0); __this->set_m_LevelUpExp_1(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.IdolLevelCount::.ctor(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void IdolLevelCount__ctor_m3971443795 (IdolLevelCount_t694126592 * __this, int32_t ___abilityIndex0, int32_t ___abilityLevel1, int32_t ___abilityValue2, List_1_t395442325 * ___curAbilityData3, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___abilityIndex0; __this->set_m_AbilityIndex_0(L_0); int32_t L_1 = ___abilityLevel1; __this->set_m_AbilityLevel_1(L_1); int32_t L_2 = ___abilityValue2; __this->set_m_AbilityValue_2(L_2); List_1_t395442325 * L_3 = ___curAbilityData3; __this->set_m_curAbilityData_3(L_3); return; } } // System.Int32 DMCore.Logic.IdolLevelCount::get_curAbilityDataCount() extern "C" IL2CPP_METHOD_ATTR int32_t IdolLevelCount_get_curAbilityDataCount_m1137121408 (IdolLevelCount_t694126592 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdolLevelCount_get_curAbilityDataCount_m1137121408_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t395442325 * L_0 = __this->get_m_curAbilityData_3(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m3937875529(L_0, /*hidden argument*/List_1_get_Count_m3937875529_RuntimeMethod_var); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.IdolPlayerData::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolPlayerData__ctor_m1048048310 (IdolPlayerData_t1126670343 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_IdolLevel_0(0); __this->set_m_IdolMaxLevel_1(0); __this->set_m_IdolValue_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.IdolRule::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolRule__ctor_m247886374 (IdolRule_t1690125706 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdolRule__ctor_m247886374_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_top10ListDesc_0(L_0); List_1_t900854338 * L_1 = (List_1_t900854338 *)il2cpp_codegen_object_new(List_1_t900854338_il2cpp_TypeInfo_var); List_1__ctor_m2740049394(L_1, /*hidden argument*/List_1__ctor_m2740049394_RuntimeMethod_var); __this->set_top10AwardtemList_1(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_everyDaydesc_2(L_2); List_1_t900854338 * L_3 = (List_1_t900854338 *)il2cpp_codegen_object_new(List_1_t900854338_il2cpp_TypeInfo_var); List_1__ctor_m2740049394(L_3, /*hidden argument*/List_1__ctor_m2740049394_RuntimeMethod_var); __this->set_everydayAwardList_3(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_otherdesc_4(L_4); return; } } // System.Void DMCore.Logic.IdolRule::Clear() extern "C" IL2CPP_METHOD_ATTR void IdolRule_Clear_m4254400319 (IdolRule_t1690125706 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdolRule_Clear_m4254400319_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_top10ListDesc_0(L_0); List_1_t900854338 * L_1 = __this->get_top10AwardtemList_1(); NullCheck(L_1); List_1_Clear_m3731704339(L_1, /*hidden argument*/List_1_Clear_m3731704339_RuntimeMethod_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_everyDaydesc_2(L_2); List_1_t900854338 * L_3 = __this->get_everydayAwardList_3(); NullCheck(L_3); List_1_Clear_m3731704339(L_3, /*hidden argument*/List_1_Clear_m3731704339_RuntimeMethod_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_otherdesc_4(L_4); 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.IdolTaskGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolTaskGroup__ctor_m2939404310 (IdolTaskGroup_t2323648883 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdolTaskGroup__ctor_m2939404310_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t777561387 * L_0 = (Dictionary_2_t777561387 *)il2cpp_codegen_object_new(Dictionary_2_t777561387_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4192695759(L_0, /*hidden argument*/Dictionary_2__ctor_m4192695759_RuntimeMethod_var); __this->set_m_dic_0(L_0); return; } } // DMCore.Logic.IdolTaskUnit DMCore.Logic.IdolTaskGroup::GetTaskUnit(System.Int32) extern "C" IL2CPP_METHOD_ATTR IdolTaskUnit_t1888848056 * IdolTaskGroup_GetTaskUnit_m142920294 (IdolTaskGroup_t2323648883 * __this, int32_t ___taskId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdolTaskGroup_GetTaskUnit_m142920294_MetadataUsageId); s_Il2CppMethodInitialized = true; } IdolTaskUnit_t1888848056 * V_0 = NULL; { V_0 = (IdolTaskUnit_t1888848056 *)NULL; Dictionary_2_t777561387 * L_0 = __this->get_m_dic_0(); int32_t L_1 = ___taskId0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3750915828(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3750915828_RuntimeMethod_var); if (!L_2) { goto IL_0025; } } { Dictionary_2_t777561387 * L_3 = __this->get_m_dic_0(); int32_t L_4 = ___taskId0; NullCheck(L_3); IdolTaskUnit_t1888848056 * L_5 = Dictionary_2_get_Item_m3876238097(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m3876238097_RuntimeMethod_var); V_0 = L_5; goto IL_0038; } IL_0025: { IdolTaskUnit_t1888848056 * L_6 = (IdolTaskUnit_t1888848056 *)il2cpp_codegen_object_new(IdolTaskUnit_t1888848056_il2cpp_TypeInfo_var); IdolTaskUnit__ctor_m3767892923(L_6, /*hidden argument*/NULL); V_0 = L_6; Dictionary_2_t777561387 * L_7 = __this->get_m_dic_0(); int32_t L_8 = ___taskId0; IdolTaskUnit_t1888848056 * L_9 = V_0; NullCheck(L_7); Dictionary_2_set_Item_m2316298930(L_7, L_8, L_9, /*hidden argument*/Dictionary_2_set_Item_m2316298930_RuntimeMethod_var); } IL_0038: { IdolTaskUnit_t1888848056 * L_10 = V_0; 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.IdolTaskUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void IdolTaskUnit__ctor_m3767892923 (IdolTaskUnit_t1888848056 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IdolTaskUnit__ctor_m3767892923_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_taskDescription_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.IEffectWndBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void IEffectWndBase__ctor_m2852557663 (IEffectWndBase_t3445273495 * __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 #ifdef __clang__ #pragma clang 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.IntegralShopItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void IntegralShopItem__ctor_m3712808184 (IntegralShopItem_t1896983926 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_nConfigId_0(0); __this->set_nLevel_1(0); __this->set_nPrice_2(0); __this->set_nValid_3(0); __this->set_nLimit_4(0); __this->set_nBuyCnt_5(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.InteractionPropItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void InteractionPropItem__ctor_m801631456 (InteractionPropItem_t3972394905 * __this, const RuntimeMethod* method) { { CPropItem__ctor_m238114891(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.InteractionPropItem::DoUsePropItem() extern "C" IL2CPP_METHOD_ATTR void InteractionPropItem_DoUsePropItem_m34531532 (InteractionPropItem_t3972394905 * __this, const RuntimeMethod* method) { { return; } } // DMCore.Logic.enumPropType DMCore.Logic.InteractionPropItem::GetPropType() extern "C" IL2CPP_METHOD_ATTR int32_t InteractionPropItem_GetPropType_m1163430528 (InteractionPropItem_t3972394905 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)34)); } } #ifdef __clang__ #pragma clang 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.InviteInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void InviteInfo__ctor_m1336856956 (InviteInfo_t51784531 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_firendId_0((((int64_t)((int64_t)0)))); __this->set_taskLv_1(0); __this->set_subTime_2(0); __this->set_bInvited_3((bool)0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.ITaskNavigatorBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void ITaskNavigatorBase__ctor_m1682257230 (ITaskNavigatorBase_t660573273 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.ITaskNavigatorBase::EnableOpen() extern "C" IL2CPP_METHOD_ATTR bool ITaskNavigatorBase_EnableOpen_m1697514223 (ITaskNavigatorBase_t660573273 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void DMCore.Logic.ITaskNavigatorBase::ShowTargetUI(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void ITaskNavigatorBase_ShowTargetUI_m3501659180 (ITaskNavigatorBase_t660573273 * __this, int32_t ___pageID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ITaskNavigatorBase_ShowTargetUI_m3501659180_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___pageID0; NullCheck(L_0); CWndController_ShowUI_m3552255067(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.ITaskNavigatorBase::EnterDanceRoom(DMCore.DanceMode.ENUM_PLAY_MODE,DMCore.DanceMode.ENUM_KEY_MODE) extern "C" IL2CPP_METHOD_ATTR void ITaskNavigatorBase_EnterDanceRoom_m3879537981 (ITaskNavigatorBase_t660573273 * __this, int32_t ___playMode0, int32_t ___keyMode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ITaskNavigatorBase_EnterDanceRoom_m3879537981_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t128053199 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = ___playMode0; if ((!(((uint32_t)L_0) == ((uint32_t)5)))) { goto IL_000a; } } { ___playMode0 = 3; } IL_000a: { IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_t1058696229 * L_1 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CRoomMananger_ClearCurModeList_m3395593010(L_1, /*hidden argument*/NULL); int32_t L_2 = ___playMode0; if ((!(((uint32_t)L_2) == ((uint32_t)5)))) { goto IL_0082; } } { int32_t L_3 = ___keyMode1; if ((!(((uint32_t)L_3) == ((uint32_t)3)))) { goto IL_005a; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_t1058696229 * L_4 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); List_1_t128053199 * L_5 = CRoomMananger_GetALlMode_m1806875612(L_4, /*hidden argument*/NULL); V_0 = L_5; V_1 = 0; goto IL_0049; } IL_0034: { IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_t1058696229 * L_6 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); List_1_t128053199 * L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = List_1_get_Item_m888956288(L_7, L_8, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); NullCheck(L_6); CRoomMananger_SetCurModeList_m2867269945(L_6, L_9, /*hidden argument*/NULL); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; List_1_t128053199 * L_12 = V_0; 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_0034; } } { goto IL_007d; } IL_005a: { V_2 = 0; goto IL_0076; } IL_0061: { IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_t1058696229 * L_14 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_15 = ___keyMode1; int32_t L_16 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_17 = CDanceModeManager_MakeDanceMode_m17578433(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); NullCheck(L_14); CRoomMananger_SetCurModeList_m2867269945(L_14, L_17, /*hidden argument*/NULL); int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0076: { int32_t L_19 = V_2; if ((((int32_t)L_19) < ((int32_t)5))) { goto IL_0061; } } IL_007d: { goto IL_00c2; } IL_0082: { int32_t L_20 = ___keyMode1; if ((!(((uint32_t)L_20) == ((uint32_t)3)))) { goto IL_00b1; } } { V_3 = 0; goto IL_00a5; } IL_0090: { IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_t1058696229 * L_21 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_22 = V_3; int32_t L_23 = ___playMode0; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_24 = CDanceModeManager_MakeDanceMode_m17578433(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); NullCheck(L_21); CRoomMananger_SetCurModeList_m2867269945(L_21, L_24, /*hidden argument*/NULL); int32_t L_25 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00a5: { int32_t L_26 = V_3; if ((((int32_t)L_26) < ((int32_t)3))) { goto IL_0090; } } { goto IL_00c2; } IL_00b1: { IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_t1058696229 * L_27 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_28 = ___keyMode1; int32_t L_29 = ___playMode0; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); int32_t L_30 = CDanceModeManager_MakeDanceMode_m17578433(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); NullCheck(L_27); CRoomMananger_SetCurModeList_m2867269945(L_27, L_30, /*hidden argument*/NULL); } IL_00c2: { IL2CPP_RUNTIME_CLASS_INIT(CRoomMananger_t1058696229_il2cpp_TypeInfo_var); CRoomMananger_t1058696229 * L_31 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); CRoomMananger_set_CurRoomType_m3518981580(L_31, 2, /*hidden argument*/NULL); CRoomMananger_t1058696229 * L_32 = CRoomMananger_GetInstance_m3659614095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_32); CRoomMananger_QuickJoin_m3023352318(L_32, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.ItemClickCallBack::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ItemClickCallBack__ctor_m4018917450 (ItemClickCallBack_t457583679 * __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.ItemClickCallBack::Invoke(DMCore.CDataArray,DMCore.Logic.OnItemClickBefore,DMCore.Logic.OnItemClickEnd) extern "C" IL2CPP_METHOD_ATTR void ItemClickCallBack_Invoke_m1408692239 (ItemClickCallBack_t457583679 * __this, CDataArray_t4068198041 * ___data0, OnItemClickBefore_t888674743 * ___cbBefore1, OnItemClickEnd_t3682481633 * ___cbEnd2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ItemClickCallBack_Invoke_m1408692239((ItemClickCallBack_t457583679 *)__this->get_prev_9(), ___data0, ___cbBefore1, ___cbEnd2, 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 *, CDataArray_t4068198041 *, OnItemClickBefore_t888674743 *, OnItemClickEnd_t3682481633 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___data0, ___cbBefore1, ___cbEnd2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, CDataArray_t4068198041 *, OnItemClickBefore_t888674743 *, OnItemClickEnd_t3682481633 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___data0, ___cbBefore1, ___cbEnd2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< CDataArray_t4068198041 *, OnItemClickBefore_t888674743 *, OnItemClickEnd_t3682481633 * >::Invoke(targetMethod, targetThis, ___data0, ___cbBefore1, ___cbEnd2); else GenericVirtActionInvoker3< CDataArray_t4068198041 *, OnItemClickBefore_t888674743 *, OnItemClickEnd_t3682481633 * >::Invoke(targetMethod, targetThis, ___data0, ___cbBefore1, ___cbEnd2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< CDataArray_t4068198041 *, OnItemClickBefore_t888674743 *, OnItemClickEnd_t3682481633 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___data0, ___cbBefore1, ___cbEnd2); else VirtActionInvoker3< CDataArray_t4068198041 *, OnItemClickBefore_t888674743 *, OnItemClickEnd_t3682481633 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___data0, ___cbBefore1, ___cbEnd2); } } else { typedef void (*FunctionPointerType) (void*, CDataArray_t4068198041 *, OnItemClickBefore_t888674743 *, OnItemClickEnd_t3682481633 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___cbBefore1, ___cbEnd2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< OnItemClickBefore_t888674743 *, OnItemClickEnd_t3682481633 * >::Invoke(targetMethod, ___data0, ___cbBefore1, ___cbEnd2); else GenericVirtActionInvoker2< OnItemClickBefore_t888674743 *, OnItemClickEnd_t3682481633 * >::Invoke(targetMethod, ___data0, ___cbBefore1, ___cbEnd2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< OnItemClickBefore_t888674743 *, OnItemClickEnd_t3682481633 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___data0, ___cbBefore1, ___cbEnd2); else VirtActionInvoker2< OnItemClickBefore_t888674743 *, OnItemClickEnd_t3682481633 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___data0, ___cbBefore1, ___cbEnd2); } } else { typedef void (*FunctionPointerType) (CDataArray_t4068198041 *, OnItemClickBefore_t888674743 *, OnItemClickEnd_t3682481633 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___data0, ___cbBefore1, ___cbEnd2, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.ItemClickCallBack::BeginInvoke(DMCore.CDataArray,DMCore.Logic.OnItemClickBefore,DMCore.Logic.OnItemClickEnd,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ItemClickCallBack_BeginInvoke_m3134628001 (ItemClickCallBack_t457583679 * __this, CDataArray_t4068198041 * ___data0, OnItemClickBefore_t888674743 * ___cbBefore1, OnItemClickEnd_t3682481633 * ___cbEnd2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { void *__d_args[4] = {0}; __d_args[0] = ___data0; __d_args[1] = ___cbBefore1; __d_args[2] = ___cbEnd2; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void DMCore.Logic.ItemClickCallBack::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ItemClickCallBack_EndInvoke_m231133938 (ItemClickCallBack_t457583679 * __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.ItemData::.ctor() extern "C" IL2CPP_METHOD_ATTR void ItemData__ctor_m3715481727 (ItemData_t2031991413 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_nItemID_0(0); __this->set_nNum_1(0); __this->set_nValid_2(0); __this->set_nLevel_3(0); __this->set_nGroup_4(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.ITopListItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void ITopListItem__ctor_m661232891 (ITopListItem_t2042395262 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int64 DMCore.Logic.ITopListItem::get__userID() extern "C" IL2CPP_METHOD_ATTR int64_t ITopListItem_get__userID_m2298822713 (ITopListItem_t2042395262 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ITopListItem_get__userID_m2298822713_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = __this->get__realUsrID_2(); if ((!(((uint64_t)L_0) == ((uint64_t)(((int64_t)((int64_t)0))))))) { goto IL_001e; } } { int32_t L_1 = __this->get__kdID_0(); IL2CPP_RUNTIME_CLASS_INIT(CKDDeviceService_t1823984140_il2cpp_TypeInfo_var); int64_t L_2 = CKDDeviceService_GetFitfunID_m3767961297(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set__realUsrID_2(L_2); } IL_001e: { int64_t L_3 = __this->get__realUsrID_2(); return L_3; } } // System.Void DMCore.Logic.ITopListItem::set__userID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ITopListItem_set__userID_m2305241167 (ITopListItem_t2042395262 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set__realUsrID_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.JewelData::.ctor() extern "C" IL2CPP_METHOD_ATTR void JewelData__ctor_m1813136896 (JewelData_t899796350 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JewelData__ctor_m1813136896_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_Level_3((-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_EffectNme_4(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.LevelConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void LevelConfig__ctor_m4231403815 (LevelConfig_t3691592466 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LevelConfig__ctor_m4231403815_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__level_exp_dic_3(L_0); Dictionary_2_t1839659084 * L_1 = (Dictionary_2_t1839659084 *)il2cpp_codegen_object_new(Dictionary_2_t1839659084_il2cpp_TypeInfo_var); Dictionary_2__ctor_m636942458(L_1, /*hidden argument*/Dictionary_2__ctor_m636942458_RuntimeMethod_var); __this->set__guild_level_dic_4(L_1); ITextBase_PushTask_m2878137237(__this, _stringLiteral3867376395, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.LevelConfig DMCore.Logic.LevelConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR LevelConfig_t3691592466 * LevelConfig_GetInstance_m3605955231 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LevelConfig_GetInstance_m3605955231_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LevelConfig_t3691592466 * L_0 = ((LevelConfig_t3691592466_StaticFields*)il2cpp_codegen_static_fields_for(LevelConfig_t3691592466_il2cpp_TypeInfo_var))->get_s_Instance_5(); if (!L_0) { goto IL_0010; } } { LevelConfig_t3691592466 * L_1 = ((LevelConfig_t3691592466_StaticFields*)il2cpp_codegen_static_fields_for(LevelConfig_t3691592466_il2cpp_TypeInfo_var))->get_s_Instance_5(); return L_1; } IL_0010: { LevelConfig_t3691592466 * L_2 = (LevelConfig_t3691592466 *)il2cpp_codegen_object_new(LevelConfig_t3691592466_il2cpp_TypeInfo_var); LevelConfig__ctor_m4231403815(L_2, /*hidden argument*/NULL); ((LevelConfig_t3691592466_StaticFields*)il2cpp_codegen_static_fields_for(LevelConfig_t3691592466_il2cpp_TypeInfo_var))->set_s_Instance_5(L_2); LevelConfig_t3691592466 * L_3 = ((LevelConfig_t3691592466_StaticFields*)il2cpp_codegen_static_fields_for(LevelConfig_t3691592466_il2cpp_TypeInfo_var))->get_s_Instance_5(); return L_3; } } // System.Int32 DMCore.Logic.LevelConfig::GetLevelFromExp(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t LevelConfig_GetLevelFromExp_m2250634703 (LevelConfig_t3691592466 * __this, int64_t ___exp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LevelConfig_GetLevelFromExp_m2250634703_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t3793841859 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; KeyValuePair_2_t4237331251 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t4237331251 V_3; memset(&V_3, 0, sizeof(V_3)); KeyValuePair_2_t4237331251 V_4; memset(&V_4, 0, sizeof(V_4)); KeyValuePair_2_t4237331251 V_5; memset(&V_5, 0, sizeof(V_5)); int32_t G_B6_0 = 0; { Dictionary_2_t1839659084 * L_0 = __this->get__level_exp_dic_3(); NullCheck(L_0); Enumerator_t3793841859 L_1 = Dictionary_2_GetEnumerator_m722743141(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m722743141_RuntimeMethod_var); V_0 = L_1; V_1 = 0; goto IL_0072; } IL_0013: { int64_t L_2 = ___exp0; int32_t L_3 = V_1; if ((((int64_t)L_2) < ((int64_t)(((int64_t)((int64_t)L_3)))))) { goto IL_0061; } } { int64_t L_4 = ___exp0; KeyValuePair_2_t4237331251 L_5 = Enumerator_get_Current_m46612669((&V_0), /*hidden argument*/Enumerator_get_Current_m46612669_RuntimeMethod_var); V_2 = L_5; int32_t L_6 = KeyValuePair_2_get_Key_m2295844663((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)L_6)))))) { goto IL_0061; } } { KeyValuePair_2_t4237331251 L_7 = Enumerator_get_Current_m46612669((&V_0), /*hidden argument*/Enumerator_get_Current_m46612669_RuntimeMethod_var); V_3 = L_7; int32_t L_8 = KeyValuePair_2_get_Value_m1665413869((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m1665413869_RuntimeMethod_var); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))) < ((int32_t)0))) { goto IL_005f; } } { KeyValuePair_2_t4237331251 L_9 = Enumerator_get_Current_m46612669((&V_0), /*hidden argument*/Enumerator_get_Current_m46612669_RuntimeMethod_var); V_4 = L_9; int32_t L_10 = KeyValuePair_2_get_Value_m1665413869((&V_4), /*hidden argument*/KeyValuePair_2_get_Value_m1665413869_RuntimeMethod_var); G_B6_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); goto IL_0060; } IL_005f: { G_B6_0 = 0; } IL_0060: { return G_B6_0; } IL_0061: { KeyValuePair_2_t4237331251 L_11 = Enumerator_get_Current_m46612669((&V_0), /*hidden argument*/Enumerator_get_Current_m46612669_RuntimeMethod_var); V_5 = L_11; int32_t L_12 = KeyValuePair_2_get_Key_m2295844663((&V_5), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); V_1 = L_12; } IL_0072: { bool L_13 = Enumerator_MoveNext_m3739686686((&V_0), /*hidden argument*/Enumerator_MoveNext_m3739686686_RuntimeMethod_var); if (L_13) { goto IL_0013; } } { int32_t L_14 = __this->get_max_role_level_1(); return L_14; } } // System.Int32 DMCore.Logic.LevelConfig::GetGuildLevelFromExp(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t LevelConfig_GetGuildLevelFromExp_m554796823 (LevelConfig_t3691592466 * __this, int64_t ___exp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LevelConfig_GetGuildLevelFromExp_m554796823_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t3793841859 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; KeyValuePair_2_t4237331251 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t4237331251 V_3; memset(&V_3, 0, sizeof(V_3)); KeyValuePair_2_t4237331251 V_4; memset(&V_4, 0, sizeof(V_4)); KeyValuePair_2_t4237331251 V_5; memset(&V_5, 0, sizeof(V_5)); int32_t G_B6_0 = 0; { Dictionary_2_t1839659084 * L_0 = __this->get__guild_level_dic_4(); NullCheck(L_0); Enumerator_t3793841859 L_1 = Dictionary_2_GetEnumerator_m722743141(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m722743141_RuntimeMethod_var); V_0 = L_1; V_1 = 0; goto IL_0072; } IL_0013: { int64_t L_2 = ___exp0; int32_t L_3 = V_1; if ((((int64_t)L_2) < ((int64_t)(((int64_t)((int64_t)L_3)))))) { goto IL_0061; } } { int64_t L_4 = ___exp0; KeyValuePair_2_t4237331251 L_5 = Enumerator_get_Current_m46612669((&V_0), /*hidden argument*/Enumerator_get_Current_m46612669_RuntimeMethod_var); V_2 = L_5; int32_t L_6 = KeyValuePair_2_get_Key_m2295844663((&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)L_6)))))) { goto IL_0061; } } { KeyValuePair_2_t4237331251 L_7 = Enumerator_get_Current_m46612669((&V_0), /*hidden argument*/Enumerator_get_Current_m46612669_RuntimeMethod_var); V_3 = L_7; int32_t L_8 = KeyValuePair_2_get_Value_m1665413869((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m1665413869_RuntimeMethod_var); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))) < ((int32_t)0))) { goto IL_005f; } } { KeyValuePair_2_t4237331251 L_9 = Enumerator_get_Current_m46612669((&V_0), /*hidden argument*/Enumerator_get_Current_m46612669_RuntimeMethod_var); V_4 = L_9; int32_t L_10 = KeyValuePair_2_get_Value_m1665413869((&V_4), /*hidden argument*/KeyValuePair_2_get_Value_m1665413869_RuntimeMethod_var); G_B6_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); goto IL_0060; } IL_005f: { G_B6_0 = 0; } IL_0060: { return G_B6_0; } IL_0061: { KeyValuePair_2_t4237331251 L_11 = Enumerator_get_Current_m46612669((&V_0), /*hidden argument*/Enumerator_get_Current_m46612669_RuntimeMethod_var); V_5 = L_11; int32_t L_12 = KeyValuePair_2_get_Key_m2295844663((&V_5), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); V_1 = L_12; } IL_0072: { bool L_13 = Enumerator_MoveNext_m3739686686((&V_0), /*hidden argument*/Enumerator_MoveNext_m3739686686_RuntimeMethod_var); if (L_13) { goto IL_0013; } } { int32_t L_14 = __this->get_max_guild_level_2(); return L_14; } } // System.Void DMCore.Logic.LevelConfig::Clear() extern "C" IL2CPP_METHOD_ATTR void LevelConfig_Clear_m1495906169 (LevelConfig_t3691592466 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LevelConfig_Clear_m1495906169_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1839659084 * L_0 = __this->get__level_exp_dic_3(); if (!L_0) { goto IL_0016; } } { Dictionary_2_t1839659084 * L_1 = __this->get__level_exp_dic_3(); NullCheck(L_1); Dictionary_2_Clear_m1702443365(L_1, /*hidden argument*/Dictionary_2_Clear_m1702443365_RuntimeMethod_var); } IL_0016: { Dictionary_2_t1839659084 * L_2 = __this->get__guild_level_dic_4(); if (!L_2) { goto IL_002c; } } { Dictionary_2_t1839659084 * L_3 = __this->get__guild_level_dic_4(); NullCheck(L_3); Dictionary_2_Clear_m1702443365(L_3, /*hidden argument*/Dictionary_2_Clear_m1702443365_RuntimeMethod_var); } IL_002c: { return; } } // System.Boolean DMCore.Logic.LevelConfig::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool LevelConfig_OnLoad_m2561078745 (LevelConfig_t3691592466 * __this, String_t* ___text_asset0, int32_t ___UnUsed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LevelConfig_OnLoad_m2561078745_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; String_t* V_5 = NULL; XmlNodeList_t2551693786 * V_6 = NULL; int32_t V_7 = 0; XmlElement_t561603118 * V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; XmlNodeList_t2551693786 * V_11 = NULL; int32_t V_12 = 0; XmlElement_t561603118 * V_13 = NULL; int32_t V_14 = 0; int32_t V_15 = 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_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 = ___text_asset0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_1, L_2); ___text_asset0 = (String_t*)NULL; XmlDocument_t2837193595 * L_3 = V_0; if (!L_3) { goto IL_0026; } } IL_0016: { XmlDocument_t2837193595 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); G_B3_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0027; } IL_0026: { G_B3_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0027: { V_1 = G_B3_0; XmlElement_t561603118 * L_6 = V_1; 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_003c; } } IL_0035: { V_3 = (bool)0; goto IL_019d; } IL_003c: { V_4 = 0; goto IL_0181; } IL_0044: { 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); NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_11); V_5 = L_12; String_t* L_13 = V_5; NullCheck(L_13); int32_t L_14 = String_CompareTo_m3414379165(L_13, _stringLiteral1628940268, /*hidden argument*/NULL); if (L_14) { goto IL_00e7; } } IL_0064: { XmlNodeList_t2551693786 * L_15 = V_2; int32_t L_16 = V_4; NullCheck(L_15); XmlNode_t3767805227 * L_17 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_15, L_16); NullCheck(L_17); XmlNodeList_t2551693786 * L_18 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_17); V_6 = L_18; XmlNodeList_t2551693786 * L_19 = V_6; NullCheck(L_19); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_19); __this->set_max_role_level_1(L_20); V_7 = 0; goto IL_00d9; } IL_0088: { XmlNodeList_t2551693786 * L_21 = V_6; int32_t L_22 = V_7; NullCheck(L_21); XmlNode_t3767805227 * L_23 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_21, L_22); V_8 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_23, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_24 = V_8; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_25 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_24, _stringLiteral1232840130, 0, /*hidden argument*/NULL); V_9 = L_25; XmlElement_t561603118 * L_26 = V_8; int32_t L_27 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_26, _stringLiteral229519509, 0, /*hidden argument*/NULL); V_10 = L_27; int32_t L_28 = V_9; if (!L_28) { goto IL_00d3; } } IL_00bd: { int32_t L_29 = V_10; if (!L_29) { goto IL_00d3; } } IL_00c4: { Dictionary_2_t1839659084 * L_30 = __this->get__level_exp_dic_3(); int32_t L_31 = V_10; int32_t L_32 = V_9; NullCheck(L_30); Dictionary_2_Add_m1535364901(L_30, L_31, L_32, /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); } IL_00d3: { int32_t L_33 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00d9: { int32_t L_34 = V_7; XmlNodeList_t2551693786 * L_35 = V_6; NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_35); if ((((int32_t)L_34) < ((int32_t)L_36))) { goto IL_0088; } } IL_00e7: { String_t* L_37 = V_5; NullCheck(L_37); int32_t L_38 = String_CompareTo_m3414379165(L_37, _stringLiteral437191192, /*hidden argument*/NULL); if (L_38) { goto IL_017b; } } IL_00f8: { XmlNodeList_t2551693786 * L_39 = V_2; int32_t L_40 = V_4; NullCheck(L_39); XmlNode_t3767805227 * L_41 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_39, L_40); NullCheck(L_41); XmlNodeList_t2551693786 * L_42 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_41); V_11 = L_42; XmlNodeList_t2551693786 * L_43 = V_11; NullCheck(L_43); int32_t L_44 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_43); __this->set_max_guild_level_2(L_44); V_12 = 0; goto IL_016d; } IL_011c: { XmlNodeList_t2551693786 * L_45 = V_11; int32_t L_46 = V_12; NullCheck(L_45); XmlNode_t3767805227 * L_47 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_45, L_46); V_13 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_47, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_48 = V_13; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_49 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_48, _stringLiteral1232840130, 0, /*hidden argument*/NULL); V_14 = L_49; XmlElement_t561603118 * L_50 = V_13; int32_t L_51 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_50, _stringLiteral229519509, 0, /*hidden argument*/NULL); V_15 = L_51; int32_t L_52 = V_14; if (!L_52) { goto IL_0167; } } IL_0151: { int32_t L_53 = V_15; if (!L_53) { goto IL_0167; } } IL_0158: { Dictionary_2_t1839659084 * L_54 = __this->get__guild_level_dic_4(); int32_t L_55 = V_15; int32_t L_56 = V_14; NullCheck(L_54); Dictionary_2_Add_m1535364901(L_54, L_55, L_56, /*hidden argument*/Dictionary_2_Add_m1535364901_RuntimeMethod_var); } IL_0167: { int32_t L_57 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); } IL_016d: { int32_t L_58 = V_12; XmlNodeList_t2551693786 * L_59 = V_11; NullCheck(L_59); int32_t L_60 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_59); if ((((int32_t)L_58) < ((int32_t)L_60))) { goto IL_011c; } } IL_017b: { int32_t L_61 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_0181: { int32_t L_62 = V_4; XmlNodeList_t2551693786 * L_63 = V_2; NullCheck(L_63); int32_t L_64 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_63); if ((((int32_t)L_62) < ((int32_t)L_64))) { goto IL_0044; } } IL_018e: { goto IL_019b; } } // 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_0193; throw e; } CATCH_0193: { // begin catch(System.Object) V_3 = (bool)0; goto IL_019d; } // end catch (depth: 1) IL_019b: { return (bool)1; } IL_019d: { bool L_65 = V_3; return L_65; } } #ifdef __clang__ #pragma clang 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.LevelUpAwardGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void LevelUpAwardGroup__ctor_m543198407 (LevelUpAwardGroup_t3168541245 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LevelUpAwardGroup__ctor_m543198407_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Dictionary_2_t1198903465 * L_0 = (Dictionary_2_t1198903465 *)il2cpp_codegen_object_new(Dictionary_2_t1198903465_il2cpp_TypeInfo_var); Dictionary_2__ctor_m191279975(L_0, /*hidden argument*/Dictionary_2__ctor_m191279975_RuntimeMethod_var); __this->set_AwardInfo_0(L_0); return; } } // DMCore.Logic.LevelUpAwardList DMCore.Logic.LevelUpAwardGroup::GetAwardList(DMCore.Logic.LevelUpAwardType) extern "C" IL2CPP_METHOD_ATTR LevelUpAwardList_t2065957067 * LevelUpAwardGroup_GetAwardList_m50656227 (LevelUpAwardGroup_t3168541245 * __this, uint8_t ___destType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LevelUpAwardGroup_GetAwardList_m50656227_MetadataUsageId); s_Il2CppMethodInitialized = true; } LevelUpAwardList_t2065957067 * V_0 = NULL; { V_0 = (LevelUpAwardList_t2065957067 *)NULL; Dictionary_2_t1198903465 * L_0 = __this->get_AwardInfo_0(); uint8_t L_1 = ___destType0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3237628819(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3237628819_RuntimeMethod_var); if (!L_2) { goto IL_0025; } } { Dictionary_2_t1198903465 * L_3 = __this->get_AwardInfo_0(); uint8_t L_4 = ___destType0; NullCheck(L_3); LevelUpAwardList_t2065957067 * L_5 = Dictionary_2_get_Item_m2706144680(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m2706144680_RuntimeMethod_var); V_0 = L_5; goto IL_0038; } IL_0025: { LevelUpAwardList_t2065957067 * L_6 = (LevelUpAwardList_t2065957067 *)il2cpp_codegen_object_new(LevelUpAwardList_t2065957067_il2cpp_TypeInfo_var); LevelUpAwardList__ctor_m2010692992(L_6, /*hidden argument*/NULL); V_0 = L_6; Dictionary_2_t1198903465 * L_7 = __this->get_AwardInfo_0(); uint8_t L_8 = ___destType0; LevelUpAwardList_t2065957067 * L_9 = V_0; NullCheck(L_7); Dictionary_2_set_Item_m822667241(L_7, L_8, L_9, /*hidden argument*/Dictionary_2_set_Item_m822667241_RuntimeMethod_var); } IL_0038: { LevelUpAwardList_t2065957067 * L_10 = V_0; return L_10; } } // System.Void DMCore.Logic.LevelUpAwardGroup::Clear() extern "C" IL2CPP_METHOD_ATTR void LevelUpAwardGroup_Clear_m1510346729 (LevelUpAwardGroup_t3168541245 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LevelUpAwardGroup_Clear_m1510346729_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t3153086240 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t3596575632 V_1; memset(&V_1, 0, sizeof(V_1)); { Dictionary_2_t1198903465 * L_0 = __this->get_AwardInfo_0(); NullCheck(L_0); Enumerator_t3153086240 L_1 = Dictionary_2_GetEnumerator_m1376521294(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m1376521294_RuntimeMethod_var); V_0 = L_1; goto IL_0025; } IL_0011: { KeyValuePair_2_t3596575632 L_2 = Enumerator_get_Current_m395962987((&V_0), /*hidden argument*/Enumerator_get_Current_m395962987_RuntimeMethod_var); V_1 = L_2; LevelUpAwardList_t2065957067 * L_3 = KeyValuePair_2_get_Value_m1748463018((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m1748463018_RuntimeMethod_var); NullCheck(L_3); LevelUpAwardList_Clear_m2230822749(L_3, /*hidden argument*/NULL); } IL_0025: { bool L_4 = Enumerator_MoveNext_m3703307997((&V_0), /*hidden argument*/Enumerator_MoveNext_m3703307997_RuntimeMethod_var); if (L_4) { goto IL_0011; } } { Dictionary_2_t1198903465 * L_5 = __this->get_AwardInfo_0(); NullCheck(L_5); Dictionary_2_Clear_m2822410775(L_5, /*hidden argument*/Dictionary_2_Clear_m2822410775_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.LevelUpAwardList::.ctor() extern "C" IL2CPP_METHOD_ATTR void LevelUpAwardList__ctor_m2010692992 (LevelUpAwardList_t2065957067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LevelUpAwardList__ctor_m2010692992_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t3149535657 * L_0 = (List_1_t3149535657 *)il2cpp_codegen_object_new(List_1_t3149535657_il2cpp_TypeInfo_var); List_1__ctor_m4254788256(L_0, /*hidden argument*/List_1__ctor_m4254788256_RuntimeMethod_var); __this->set_AwardList_0(L_0); return; } } // System.Void DMCore.Logic.LevelUpAwardList::Add(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LevelUpAwardList_Add_m338225837 (LevelUpAwardList_t2065957067 * __this, int32_t ___configId0, int32_t ___count1, int32_t ___validation2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LevelUpAwardList_Add_m338225837_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CAddU3Ec__AnonStorey0_t1076161066 * V_0 = NULL; CAwardItem_t1677460915 * V_1 = NULL; { U3CAddU3Ec__AnonStorey0_t1076161066 * L_0 = (U3CAddU3Ec__AnonStorey0_t1076161066 *)il2cpp_codegen_object_new(U3CAddU3Ec__AnonStorey0_t1076161066_il2cpp_TypeInfo_var); U3CAddU3Ec__AnonStorey0__ctor_m2166102062(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CAddU3Ec__AnonStorey0_t1076161066 * L_1 = V_0; int32_t L_2 = ___configId0; NullCheck(L_1); L_1->set_configId_0(L_2); U3CAddU3Ec__AnonStorey0_t1076161066 * L_3 = V_0; int32_t L_4 = ___count1; NullCheck(L_3); L_3->set_count_1(L_4); U3CAddU3Ec__AnonStorey0_t1076161066 * L_5 = V_0; int32_t L_6 = ___validation2; NullCheck(L_5); L_5->set_validation_2(L_6); List_1_t3149535657 * L_7 = __this->get_AwardList_0(); U3CAddU3Ec__AnonStorey0_t1076161066 * L_8 = V_0; intptr_t L_9 = (intptr_t)U3CAddU3Ec__AnonStorey0_U3CU3Em__0_m1755569819_RuntimeMethod_var; Predicate_1_t2502755039 * L_10 = (Predicate_1_t2502755039 *)il2cpp_codegen_object_new(Predicate_1_t2502755039_il2cpp_TypeInfo_var); Predicate_1__ctor_m178013857(L_10, L_8, L_9, /*hidden argument*/Predicate_1__ctor_m178013857_RuntimeMethod_var); NullCheck(L_7); CAwardItem_t1677460915 * L_11 = List_1_Find_m995118229(L_7, L_10, /*hidden argument*/List_1_Find_m995118229_RuntimeMethod_var); V_1 = L_11; CAwardItem_t1677460915 * L_12 = V_1; if (!L_12) { goto IL_003a; } } { return; } IL_003a: { U3CAddU3Ec__AnonStorey0_t1076161066 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = L_13->get_configId_0(); U3CAddU3Ec__AnonStorey0_t1076161066 * L_15 = V_0; NullCheck(L_15); int32_t L_16 = L_15->get_count_1(); U3CAddU3Ec__AnonStorey0_t1076161066 * L_17 = V_0; NullCheck(L_17); int32_t L_18 = L_17->get_validation_2(); CAwardItem_t1677460915 * L_19 = (CAwardItem_t1677460915 *)il2cpp_codegen_object_new(CAwardItem_t1677460915_il2cpp_TypeInfo_var); CAwardItem__ctor_m4013977086(L_19, L_14, L_16, L_18, /*hidden argument*/NULL); V_1 = L_19; List_1_t3149535657 * L_20 = __this->get_AwardList_0(); CAwardItem_t1677460915 * L_21 = V_1; NullCheck(L_20); List_1_Add_m1312316922(L_20, L_21, /*hidden argument*/List_1_Add_m1312316922_RuntimeMethod_var); return; } } // DMCore.Logic.CAwardItem DMCore.Logic.LevelUpAwardList::GetItemByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR CAwardItem_t1677460915 * LevelUpAwardList_GetItemByID_m2447851493 (LevelUpAwardList_t2065957067 * __this, int32_t ___id0, const RuntimeMethod* method) { { return (CAwardItem_t1677460915 *)NULL; } } // DMCore.Logic.CAwardItem DMCore.Logic.LevelUpAwardList::GetItemByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CAwardItem_t1677460915 * LevelUpAwardList_GetItemByIndex_m500783209 (LevelUpAwardList_t2065957067 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LevelUpAwardList_GetItemByIndex_m500783209_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3149535657 * L_0 = __this->get_AwardList_0(); int32_t L_1 = ___index0; NullCheck(L_0); CAwardItem_t1677460915 * L_2 = List_1_get_Item_m1292331707(L_0, L_1, /*hidden argument*/List_1_get_Item_m1292331707_RuntimeMethod_var); return L_2; } } // System.Void DMCore.Logic.LevelUpAwardList::Clear() extern "C" IL2CPP_METHOD_ATTR void LevelUpAwardList_Clear_m2230822749 (LevelUpAwardList_t2065957067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LevelUpAwardList_Clear_m2230822749_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3149535657 * L_0 = __this->get_AwardList_0(); NullCheck(L_0); List_1_Clear_m1914676108(L_0, /*hidden argument*/List_1_Clear_m1914676108_RuntimeMethod_var); return; } } // System.Int32 DMCore.Logic.LevelUpAwardList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t LevelUpAwardList_get_Count_m1515959147 (LevelUpAwardList_t2065957067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LevelUpAwardList_get_Count_m1515959147_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3149535657 * L_0 = __this->get_AwardList_0(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m4066367249(L_0, /*hidden argument*/List_1_get_Count_m4066367249_RuntimeMethod_var); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.LevelUpAwardList/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CAddU3Ec__AnonStorey0__ctor_m2166102062 (U3CAddU3Ec__AnonStorey0_t1076161066 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.LevelUpAwardList/c__AnonStorey0::<>m__0(DMCore.Logic.CAwardItem) extern "C" IL2CPP_METHOD_ATTR bool U3CAddU3Ec__AnonStorey0_U3CU3Em__0_m1755569819 (U3CAddU3Ec__AnonStorey0_t1076161066 * __this, CAwardItem_t1677460915 * ___curItem0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { CAwardItem_t1677460915 * L_0 = ___curItem0; NullCheck(L_0); int32_t L_1 = CAwardItem_get_ConfigId_m576905535(L_0, /*hidden argument*/NULL); int32_t L_2 = __this->get_configId_0(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0032; } } { CAwardItem_t1677460915 * L_3 = ___curItem0; NullCheck(L_3); int32_t L_4 = CAwardItem_get_Amount_m2607280859(L_3, /*hidden argument*/NULL); int32_t L_5 = __this->get_count_1(); if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0032; } } { CAwardItem_t1677460915 * L_6 = ___curItem0; NullCheck(L_6); int32_t L_7 = CAwardItem_get_Valid_m2657630422(L_6, /*hidden argument*/NULL); int32_t L_8 = __this->get_validation_2(); G_B4_0 = ((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0); goto IL_0033; } IL_0032: { G_B4_0 = 0; } IL_0033: { return (bool)G_B4_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang 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.LevelupStarInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void LevelupStarInfo__ctor_m887449489 (LevelupStarInfo_t831176484 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_pinjielevel_0(0); __this->set_starLevel_1(0); __this->set_curIdolValue_2(0); __this->set_needIdolValue_3(0); __this->set_bCanLevelUpStar_4((bool)0); __this->set_needGold_6(0); __this->set_taskArr_7((StarTakU5BU5D_t3735320407*)NULL); __this->set_bunlockTask_5((bool)0); return; } } // DMCore.Logic.LevelupStarInfo/StarTak[] DMCore.Logic.LevelupStarInfo::GetStarTaskGroup() extern "C" IL2CPP_METHOD_ATTR StarTakU5BU5D_t3735320407* LevelupStarInfo_GetStarTaskGroup_m1140401900 (LevelupStarInfo_t831176484 * __this, const RuntimeMethod* method) { { StarTakU5BU5D_t3735320407* L_0 = __this->get_taskArr_7(); if (!L_0) { goto IL_0012; } } { StarTakU5BU5D_t3735320407* L_1 = __this->get_taskArr_7(); return L_1; } IL_0012: { return (StarTakU5BU5D_t3735320407*)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: DMCore.Logic.LevelupStarInfo/StarTak extern "C" void StarTak_t765179618_marshal_pinvoke(const StarTak_t765179618& unmarshaled, StarTak_t765179618_marshaled_pinvoke& marshaled) { marshaled.___taskID_0 = unmarshaled.get_taskID_0(); marshaled.___taskParam_1 = il2cpp_codegen_marshal_string(unmarshaled.get_taskParam_1()); marshaled.___curValue_2 = unmarshaled.get_curValue_2(); marshaled.___targetValue_3 = unmarshaled.get_targetValue_3(); marshaled.___bFinish_4 = static_cast(unmarshaled.get_bFinish_4()); } extern "C" void StarTak_t765179618_marshal_pinvoke_back(const StarTak_t765179618_marshaled_pinvoke& marshaled, StarTak_t765179618& unmarshaled) { int32_t unmarshaled_taskID_temp_0 = 0; unmarshaled_taskID_temp_0 = marshaled.___taskID_0; unmarshaled.set_taskID_0(unmarshaled_taskID_temp_0); unmarshaled.set_taskParam_1(il2cpp_codegen_marshal_string_result(marshaled.___taskParam_1)); int32_t unmarshaled_curValue_temp_2 = 0; unmarshaled_curValue_temp_2 = marshaled.___curValue_2; unmarshaled.set_curValue_2(unmarshaled_curValue_temp_2); int32_t unmarshaled_targetValue_temp_3 = 0; unmarshaled_targetValue_temp_3 = marshaled.___targetValue_3; unmarshaled.set_targetValue_3(unmarshaled_targetValue_temp_3); bool unmarshaled_bFinish_temp_4 = false; unmarshaled_bFinish_temp_4 = static_cast(marshaled.___bFinish_4); unmarshaled.set_bFinish_4(unmarshaled_bFinish_temp_4); } // Conversion method for clean up from marshalling of: DMCore.Logic.LevelupStarInfo/StarTak extern "C" void StarTak_t765179618_marshal_pinvoke_cleanup(StarTak_t765179618_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___taskParam_1); marshaled.___taskParam_1 = NULL; } // Conversion methods for marshalling of: DMCore.Logic.LevelupStarInfo/StarTak extern "C" void StarTak_t765179618_marshal_com(const StarTak_t765179618& unmarshaled, StarTak_t765179618_marshaled_com& marshaled) { marshaled.___taskID_0 = unmarshaled.get_taskID_0(); marshaled.___taskParam_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_taskParam_1()); marshaled.___curValue_2 = unmarshaled.get_curValue_2(); marshaled.___targetValue_3 = unmarshaled.get_targetValue_3(); marshaled.___bFinish_4 = static_cast(unmarshaled.get_bFinish_4()); } extern "C" void StarTak_t765179618_marshal_com_back(const StarTak_t765179618_marshaled_com& marshaled, StarTak_t765179618& unmarshaled) { int32_t unmarshaled_taskID_temp_0 = 0; unmarshaled_taskID_temp_0 = marshaled.___taskID_0; unmarshaled.set_taskID_0(unmarshaled_taskID_temp_0); unmarshaled.set_taskParam_1(il2cpp_codegen_marshal_bstring_result(marshaled.___taskParam_1)); int32_t unmarshaled_curValue_temp_2 = 0; unmarshaled_curValue_temp_2 = marshaled.___curValue_2; unmarshaled.set_curValue_2(unmarshaled_curValue_temp_2); int32_t unmarshaled_targetValue_temp_3 = 0; unmarshaled_targetValue_temp_3 = marshaled.___targetValue_3; unmarshaled.set_targetValue_3(unmarshaled_targetValue_temp_3); bool unmarshaled_bFinish_temp_4 = false; unmarshaled_bFinish_temp_4 = static_cast(marshaled.___bFinish_4); unmarshaled.set_bFinish_4(unmarshaled_bFinish_temp_4); } // Conversion method for clean up from marshalling of: DMCore.Logic.LevelupStarInfo/StarTak extern "C" void StarTak_t765179618_marshal_com_cleanup(StarTak_t765179618_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___taskParam_1); marshaled.___taskParam_1 = NULL; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.logicActivityPic::.ctor() extern "C" IL2CPP_METHOD_ATTR void logicActivityPic__ctor_m1940561578 (logicActivityPic_t3113258227 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_bInited_6((bool)0); __this->set_m_currentIndex_3(0); return; } } // DMCore.Logic.logicActivityPic DMCore.Logic.logicActivityPic::GetInstance() extern "C" IL2CPP_METHOD_ATTR logicActivityPic_t3113258227 * logicActivityPic_GetInstance_m2809592046 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicActivityPic_GetInstance_m2809592046_MetadataUsageId); s_Il2CppMethodInitialized = true; } { logicActivityPic_t3113258227 * L_0 = ((logicActivityPic_t3113258227_StaticFields*)il2cpp_codegen_static_fields_for(logicActivityPic_t3113258227_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (!L_0) { goto IL_0010; } } { logicActivityPic_t3113258227 * L_1 = ((logicActivityPic_t3113258227_StaticFields*)il2cpp_codegen_static_fields_for(logicActivityPic_t3113258227_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_1; } IL_0010: { logicActivityPic_t3113258227 * L_2 = (logicActivityPic_t3113258227 *)il2cpp_codegen_object_new(logicActivityPic_t3113258227_il2cpp_TypeInfo_var); logicActivityPic__ctor_m1940561578(L_2, /*hidden argument*/NULL); ((logicActivityPic_t3113258227_StaticFields*)il2cpp_codegen_static_fields_for(logicActivityPic_t3113258227_il2cpp_TypeInfo_var))->set_s_Instance_0(L_2); logicActivityPic_t3113258227 * L_3 = ((logicActivityPic_t3113258227_StaticFields*)il2cpp_codegen_static_fields_for(logicActivityPic_t3113258227_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_3; } } // System.Boolean DMCore.Logic.logicActivityPic::IsReady() extern "C" IL2CPP_METHOD_ATTR bool logicActivityPic_IsReady_m2523677137 (logicActivityPic_t3113258227 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_m_checkState_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)10))))) { goto IL_0013; } } { G_B3_0 = 1; goto IL_0014; } IL_0013: { G_B3_0 = 0; } IL_0014: { return (bool)G_B3_0; } } // System.Void DMCore.Logic.logicActivityPic::DestroyAll() extern "C" IL2CPP_METHOD_ATTR void logicActivityPic_DestroyAll_m1582276722 (logicActivityPic_t3113258227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicActivityPic_DestroyAll_m1582276722_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { BetterList_1_t3192665299 * L_0 = __this->get_m_listTextures_2(); if (!L_0) { goto IL_0054; } } { V_0 = 0; goto IL_0038; } IL_0012: { BetterList_1_t3192665299 * L_1 = __this->get_m_listTextures_2(); int32_t L_2 = V_0; NullCheck(L_1); CActivityPicData_t4037644981 * L_3 = BetterList_1_get_Item_m3899348379(L_1, L_2, /*hidden argument*/BetterList_1_get_Item_m3899348379_RuntimeMethod_var); if (!L_3) { goto IL_0034; } } { BetterList_1_t3192665299 * L_4 = __this->get_m_listTextures_2(); int32_t L_5 = V_0; NullCheck(L_4); CActivityPicData_t4037644981 * L_6 = BetterList_1_get_Item_m3899348379(L_4, L_5, /*hidden argument*/BetterList_1_get_Item_m3899348379_RuntimeMethod_var); NullCheck(L_6); CActivityPicData_Destroy_m3436643778(L_6, /*hidden argument*/NULL); } IL_0034: { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0038: { int32_t L_8 = V_0; BetterList_1_t3192665299 * L_9 = __this->get_m_listTextures_2(); NullCheck(L_9); int32_t L_10 = L_9->get_size_1(); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_0012; } } { BetterList_1_t3192665299 * L_11 = __this->get_m_listTextures_2(); NullCheck(L_11); BetterList_1_Release_m4218759849(L_11, /*hidden argument*/BetterList_1_Release_m4218759849_RuntimeMethod_var); } IL_0054: { return; } } // System.Int32 DMCore.Logic.logicActivityPic::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t logicActivityPic_GetCount_m3640953955 (logicActivityPic_t3113258227 * __this, const RuntimeMethod* method) { { BetterList_1_t3192665299 * L_0 = __this->get_m_listTextures_2(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { BetterList_1_t3192665299 * L_1 = __this->get_m_listTextures_2(); NullCheck(L_1); int32_t L_2 = L_1->get_size_1(); return L_2; } } // System.Boolean DMCore.Logic.logicActivityPic::NextIndex() extern "C" IL2CPP_METHOD_ATTR bool logicActivityPic_NextIndex_m3038646844 (logicActivityPic_t3113258227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicActivityPic_NextIndex_m3038646844_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CActivityPicData_t4037644981 * V_1 = NULL; { int32_t L_0 = logicActivityPic_GetCount_m3640953955(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = __this->get_m_currentIndex_3(); int32_t L_2 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))) >= ((int32_t)L_2))) { goto IL_0043; } } { BetterList_1_t3192665299 * L_3 = __this->get_m_listTextures_2(); int32_t L_4 = __this->get_m_currentIndex_3(); NullCheck(L_3); CActivityPicData_t4037644981 * L_5 = BetterList_1_get_Item_m3899348379(L_3, L_4, /*hidden argument*/BetterList_1_get_Item_m3899348379_RuntimeMethod_var); V_1 = L_5; CActivityPicData_t4037644981 * L_6 = V_1; if (!L_6) { goto IL_0033; } } { CActivityPicData_t4037644981 * L_7 = V_1; NullCheck(L_7); CActivityPicData_ClearTexture_m1271607218(L_7, /*hidden argument*/NULL); } IL_0033: { int32_t L_8 = __this->get_m_currentIndex_3(); __this->set_m_currentIndex_3(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); return (bool)1; } IL_0043: { int32_t L_9 = __this->get_m_currentIndex_3(); int32_t L_10 = V_0; if ((((int32_t)L_9) >= ((int32_t)L_10))) { goto IL_005d; } } { int32_t L_11 = __this->get_m_currentIndex_3(); __this->set_m_currentIndex_3(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); } IL_005d: { return (bool)0; } } // System.Int32 DMCore.Logic.logicActivityPic::GetCurrentIndex() extern "C" IL2CPP_METHOD_ATTR int32_t logicActivityPic_GetCurrentIndex_m1368352212 (logicActivityPic_t3113258227 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_currentIndex_3(); return L_0; } } // System.Boolean DMCore.Logic.logicActivityPic::IsOver() extern "C" IL2CPP_METHOD_ATTR bool logicActivityPic_IsOver_m3262047398 (logicActivityPic_t3113258227 * __this, const RuntimeMethod* method) { { BetterList_1_t3192665299 * L_0 = __this->get_m_listTextures_2(); if (!L_0) { goto IL_001b; } } { BetterList_1_t3192665299 * L_1 = __this->get_m_listTextures_2(); NullCheck(L_1); int32_t L_2 = L_1->get_size_1(); if (L_2) { goto IL_001d; } } IL_001b: { return (bool)1; } IL_001d: { BetterList_1_t3192665299 * L_3 = __this->get_m_listTextures_2(); NullCheck(L_3); int32_t L_4 = L_3->get_size_1(); int32_t L_5 = __this->get_m_currentIndex_3(); return (bool)((((int32_t)((((int32_t)L_4) > ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // DMCore.Logic.logicActivityPic/CActivityPicData DMCore.Logic.logicActivityPic::GetTexture(System.Int32) extern "C" IL2CPP_METHOD_ATTR CActivityPicData_t4037644981 * logicActivityPic_GetTexture_m3839946057 (logicActivityPic_t3113258227 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicActivityPic_GetTexture_m3839946057_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)0) > ((int32_t)L_0))) { goto IL_0018; } } { BetterList_1_t3192665299 * L_1 = __this->get_m_listTextures_2(); NullCheck(L_1); int32_t L_2 = L_1->get_size_1(); int32_t L_3 = ___index0; if ((((int32_t)L_2) > ((int32_t)L_3))) { goto IL_001a; } } IL_0018: { return (CActivityPicData_t4037644981 *)NULL; } IL_001a: { BetterList_1_t3192665299 * L_4 = __this->get_m_listTextures_2(); int32_t L_5 = ___index0; NullCheck(L_4); CActivityPicData_t4037644981 * L_6 = BetterList_1_get_Item_m3899348379(L_4, L_5, /*hidden argument*/BetterList_1_get_Item_m3899348379_RuntimeMethod_var); return L_6; } } // System.Void DMCore.Logic.logicActivityPic::Reset() extern "C" IL2CPP_METHOD_ATTR void logicActivityPic_Reset_m3692368178 (logicActivityPic_t3113258227 * __this, const RuntimeMethod* method) { { __this->set_m_bInited_6((bool)0); __this->set_m_currentIndex_3(0); logicActivityPic_DestroyAll_m1582276722(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.logicActivityPic::Init() extern "C" IL2CPP_METHOD_ATTR void logicActivityPic_Init_m2740441171 (logicActivityPic_t3113258227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicActivityPic_Init_m2740441171_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; StringU5BU5D_t1281789340* V_9 = NULL; String_t* V_10 = NULL; CActivityPicRealURLMsg_t473978612 * V_11 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = __this->get_m_bInited_6(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_m_bInited_6((bool)1); __this->set_m_checkState_1(1); __this->set_m_serverCount_4(0); __this->set_m_localCount_5(0); BetterList_1_t3192665299 * L_1 = (BetterList_1_t3192665299 *)il2cpp_codegen_object_new(BetterList_1_t3192665299_il2cpp_TypeInfo_var); BetterList_1__ctor_m3534779500(L_1, /*hidden argument*/BetterList_1__ctor_m3534779500_RuntimeMethod_var); __this->set_m_listTextures_2(L_1); logicActivityPic_DestroyAll_m1582276722(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_2 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = CNetServerConfig_IsValidProxy_m4030729817(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0051; } } { __this->set_m_checkState_1(((int32_t)10)); return; } IL_0051: { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_4 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_4); String_t* L_6 = CNetServerConfig_GetConfigString_m1508055105(L_4, _stringLiteral1159150451, L_5, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = V_0; bool L_8 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0163; } } { String_t* L_9 = V_0; NullCheck(L_9); String_t* L_10 = String_ToLower_m2029374922(L_9, /*hidden argument*/NULL); V_0 = L_10; V_1 = _stringLiteral839197554; String_t* L_11 = V_0; String_t* L_12 = V_1; NullCheck(L_11); int32_t L_13 = String_LastIndexOf_m2676535141(L_11, L_12, /*hidden argument*/NULL); V_2 = L_13; int32_t L_14 = V_2; if ((((int32_t)0) >= ((int32_t)L_14))) { goto IL_015d; } } { String_t* L_15 = V_0; NullCheck(L_15); int32_t L_16 = String_LastIndexOf_m2676535141(L_15, _stringLiteral1627501618, /*hidden argument*/NULL); V_3 = L_16; int32_t L_17 = V_3; if ((((int32_t)0) >= ((int32_t)L_17))) { goto IL_0152; } } IL_00a0: try { // begin try (depth: 1) String_t* L_18 = V_0; int32_t L_19 = V_2; String_t* L_20 = V_1; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); int32_t L_22 = V_3; int32_t L_23 = V_2; String_t* L_24 = V_1; NullCheck(L_24); int32_t L_25 = String_get_Length_m3847582255(L_24, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_26 = String_Substring_m1610150815(L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_21)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23)), (int32_t)L_25)), /*hidden argument*/NULL); V_4 = L_26; IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_27 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); 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(); NullCheck(L_27); String_t* L_29 = CNetServerConfig_GetConfigString_m1508055105(L_27, _stringLiteral671283288, L_28, /*hidden argument*/NULL); V_5 = L_29; String_t* L_30 = V_5; NullCheck(L_30); String_t* L_31 = String_Replace_m1273907647(L_30, _stringLiteral1153482922, _stringLiteral2854568379, /*hidden argument*/NULL); V_5 = L_31; V_6 = _stringLiteral3452614529; CNetServerConfig_t202072970 * L_32 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_32); String_t* L_34 = CNetServerConfig_GetConfigString_m1508055105(L_32, _stringLiteral1159150451, L_33, /*hidden argument*/NULL); V_8 = L_34; String_t* L_35 = V_8; CharU5BU5D_t3528271667* L_36 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_36); (L_36)->SetAt(static_cast(0), (Il2CppChar)((int32_t)47)); NullCheck(L_35); StringU5BU5D_t1281789340* L_37 = String_Split_m3646115398(L_35, L_36, /*hidden argument*/NULL); V_9 = L_37; StringU5BU5D_t1281789340* L_38 = V_9; StringU5BU5D_t1281789340* L_39 = V_9; NullCheck(L_39); NullCheck(L_38); int32_t L_40 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length)))), (int32_t)1)); String_t* L_41 = (L_38)->GetAt(static_cast(L_40)); V_10 = L_41; String_t* L_42 = V_10; NullCheck(L_42); String_t* L_43 = String_Replace_m1273907647(L_42, _stringLiteral2374614011, _stringLiteral2854568379, /*hidden argument*/NULL); V_7 = L_43; String_t* L_44 = V_5; String_t* L_45 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_46 = Path_Combine_m3389272516(NULL /*static, unused*/, L_44, L_45, /*hidden argument*/NULL); V_0 = L_46; goto IL_014d; } // 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_0141; throw e; } CATCH_0141: { // begin catch(System.Object) 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(); V_0 = L_47; goto IL_014d; } // end catch (depth: 1) IL_014d: { goto IL_0158; } IL_0152: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_48; } IL_0158: { goto IL_0163; } IL_015d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_49 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_49; } IL_0163: { String_t* L_50 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_51 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_017b; } } { __this->set_m_checkState_1(((int32_t)10)); goto IL_019e; } IL_017b: { __this->set_m_checkState_1(1); CActivityPicRealURLMsg_t473978612 * L_52 = (CActivityPicRealURLMsg_t473978612 *)il2cpp_codegen_object_new(CActivityPicRealURLMsg_t473978612_il2cpp_TypeInfo_var); CActivityPicRealURLMsg__ctor_m3052081389(L_52, /*hidden argument*/NULL); V_11 = L_52; CActivityPicRealURLMsg_t473978612 * L_53 = V_11; String_t* L_54 = V_0; NullCheck(L_53); IWebGetMsgBase_SetUrl_m3512145757(L_53, L_54, /*hidden argument*/NULL); CThreadManager_t1155338034 * L_55 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); CActivityPicRealURLMsg_t473978612 * L_56 = V_11; NullCheck(L_55); CThreadManager_PushMsg_m3098333431(L_55, 0, L_56, /*hidden argument*/NULL); } IL_019e: { return; } } // System.Void DMCore.Logic.logicActivityPic::PushImage(DMCore.Logic.logicActivityPic/CActivityPicData) extern "C" IL2CPP_METHOD_ATTR void logicActivityPic_PushImage_m1658322599 (logicActivityPic_t3113258227 * __this, CActivityPicData_t4037644981 * ___texPtr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicActivityPic_PushImage_m1658322599_MetadataUsageId); s_Il2CppMethodInitialized = true; } Texture2D_t3840446185 * V_0 = NULL; { int32_t L_0 = __this->get_m_localCount_5(); __this->set_m_localCount_5(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_m_serverCount_4(); int32_t L_2 = __this->get_m_localCount_5(); if ((((int32_t)L_1) > ((int32_t)L_2))) { goto IL_0027; } } { __this->set_m_checkState_1(((int32_t)10)); } IL_0027: { CActivityPicData_t4037644981 * L_3 = ___texPtr0; if (!L_3) { goto IL_0051; } } { BetterList_1_t3192665299 * L_4 = __this->get_m_listTextures_2(); CActivityPicData_t4037644981 * L_5 = ___texPtr0; NullCheck(L_4); BetterList_1_Add_m1410301284(L_4, L_5, /*hidden argument*/BetterList_1_Add_m1410301284_RuntimeMethod_var); BetterList_1_t3192665299 * L_6 = __this->get_m_listTextures_2(); NullCheck(L_6); int32_t L_7 = L_6->get_size_1(); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0051; } } { CActivityPicData_t4037644981 * L_8 = ___texPtr0; NullCheck(L_8); Texture2D_t3840446185 * L_9 = CActivityPicData_get_texture2d_m1755156155(L_8, /*hidden argument*/NULL); V_0 = L_9; } IL_0051: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.logicActivityPic/CActivityPicData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityPicData__ctor_m3829392586 (CActivityPicData_t4037644981 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.logicActivityPic/CActivityPicData::SetTextureBytes(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void CActivityPicData_SetTextureBytes_m1018423642 (CActivityPicData_t4037644981 * __this, ByteU5BU5D_t4116647657* ___bytes0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___bytes0; __this->set_m_bytesVal_4(L_0); return; } } // System.Void DMCore.Logic.logicActivityPic/CActivityPicData::ClearTexture() extern "C" IL2CPP_METHOD_ATTR void CActivityPicData_ClearTexture_m1271607218 (CActivityPicData_t4037644981 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CActivityPicData_ClearTexture_m1271607218_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Texture2D_t3840446185 * L_0 = __this->get_m_texture_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { Texture2D_t3840446185 * L_2 = __this->get_m_texture_5(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_001c: { __this->set_m_texture_5((Texture2D_t3840446185 *)NULL); return; } } // System.Void DMCore.Logic.logicActivityPic/CActivityPicData::Destroy() extern "C" IL2CPP_METHOD_ATTR void CActivityPicData_Destroy_m3436643778 (CActivityPicData_t4037644981 * __this, const RuntimeMethod* method) { { CActivityPicData_ClearTexture_m1271607218(__this, /*hidden argument*/NULL); __this->set_m_bytesVal_4((ByteU5BU5D_t4116647657*)NULL); return; } } // UnityEngine.Texture2D DMCore.Logic.logicActivityPic/CActivityPicData::get_texture2d() extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * CActivityPicData_get_texture2d_m1755156155 (CActivityPicData_t4037644981 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CActivityPicData_get_texture2d_m1755156155_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Texture2D_t3840446185 * L_0 = __this->get_m_texture_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { Texture2D_t3840446185 * L_2 = __this->get_m_texture_5(); return L_2; } IL_0018: { ByteU5BU5D_t4116647657* L_3 = __this->get_m_bytesVal_4(); if (!L_3) { goto IL_0064; } } { ByteU5BU5D_t4116647657* L_4 = __this->get_m_bytesVal_4(); NullCheck(L_4); if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_0064; } } IL_0031: 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_texture_5(L_5); Texture2D_t3840446185 * L_6 = __this->get_m_texture_5(); ByteU5BU5D_t4116647657* L_7 = __this->get_m_bytesVal_4(); ImageConversion_LoadImage_m2182108104(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); goto IL_0064; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0057; throw e; } CATCH_0057: { // begin catch(System.Object) __this->set_m_texture_5((Texture2D_t3840446185 *)NULL); goto IL_0064; } // end catch (depth: 1) IL_0064: { Texture2D_t3840446185 * L_8 = __this->get_m_texture_5(); return L_8; } } // System.Void DMCore.Logic.logicActivityPic/CActivityPicData::set_texture2d(UnityEngine.Texture2D) extern "C" IL2CPP_METHOD_ATTR void CActivityPicData_set_texture2d_m3201159787 (CActivityPicData_t4037644981 * __this, Texture2D_t3840446185 * ___value0, 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.logicActivityPic/CActivityPicDownImageMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityPicDownImageMsg__ctor_m1602100724 (CActivityPicDownImageMsg_t2092007834 * __this, const RuntimeMethod* method) { { CThreadMsgWebGet__ctor_m3027652583(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.logicActivityPic/CActivityPicDownImageMsg::OnBackGroundExcuteEnd() extern "C" IL2CPP_METHOD_ATTR void CActivityPicDownImageMsg_OnBackGroundExcuteEnd_m572360300 (CActivityPicDownImageMsg_t2092007834 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CActivityPicDownImageMsg_OnBackGroundExcuteEnd_m572360300_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); V_0 = L_0; __this->set_result_7((ByteU5BU5D_t4116647657*)NULL); bool L_1 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_007f; } } { int32_t L_2 = V_0; if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_007f; } } { String_t* L_3 = __this->get_m_fileName_6(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_004f; } } { String_t* L_5 = __this->get_m_fileName_6(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral720914292, L_5, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_7 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] DMCore.Framework.Thread.IWebGetMsgBase::GetBuffer() */, __this); int32_t L_8 = V_0; CWriteVar_WriteFile_m799854996(NULL /*static, unused*/, L_6, L_7, 0, L_8, (bool)1, /*hidden argument*/NULL); } IL_004f: try { // begin try (depth: 1) int32_t L_9 = V_0; __this->set_result_7(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_9))); ByteU5BU5D_t4116647657* L_10 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] DMCore.Framework.Thread.IWebGetMsgBase::GetBuffer() */, __this); ByteU5BU5D_t4116647657* L_11 = __this->get_result_7(); int32_t L_12 = V_0; Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_10, (RuntimeArray *)(RuntimeArray *)L_11, L_12, /*hidden argument*/NULL); goto IL_007f; } // 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_0072; throw e; } CATCH_0072: { // begin catch(System.Object) __this->set_result_7((ByteU5BU5D_t4116647657*)NULL); goto IL_007f; } // end catch (depth: 1) IL_007f: { return; } } // System.Void DMCore.Logic.logicActivityPic/CActivityPicDownImageMsg::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CActivityPicDownImageMsg_OnEndExcute_m793280163 (CActivityPicDownImageMsg_t2092007834 * __this, const RuntimeMethod* method) { { bool L_0 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_004a; } } { ByteU5BU5D_t4116647657* L_1 = __this->get_result_7(); if (!L_1) { goto IL_004a; } } { ByteU5BU5D_t4116647657* L_2 = __this->get_result_7(); NullCheck(L_2); if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_004a; } } { CActivityPicData_t4037644981 * L_3 = __this->get_m_data_5(); ByteU5BU5D_t4116647657* L_4 = __this->get_result_7(); NullCheck(L_3); CActivityPicData_SetTextureBytes_m1018423642(L_3, L_4, /*hidden argument*/NULL); logicActivityPic_t3113258227 * L_5 = logicActivityPic_GetInstance_m2809592046(NULL /*static, unused*/, /*hidden argument*/NULL); CActivityPicData_t4037644981 * L_6 = __this->get_m_data_5(); NullCheck(L_5); logicActivityPic_PushImage_m1658322599(L_5, L_6, /*hidden argument*/NULL); goto IL_0055; } IL_004a: { logicActivityPic_t3113258227 * L_7 = logicActivityPic_GetInstance_m2809592046(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); logicActivityPic_PushImage_m1658322599(L_7, (CActivityPicData_t4037644981 *)NULL, /*hidden argument*/NULL); } IL_0055: { __this->set_result_7((ByteU5BU5D_t4116647657*)NULL); __this->set_m_data_5((CActivityPicData_t4037644981 *)NULL); 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.logicActivityPic/CActivityPicLocalLoadImageMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityPicLocalLoadImageMsg__ctor_m536109174 (CActivityPicLocalLoadImageMsg_t3362388355 * __this, const RuntimeMethod* method) { { CThreadMsgWebGet__ctor_m3027652583(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.logicActivityPic/CActivityPicLocalLoadImageMsg::OnBackGroundExcuteEnd() extern "C" IL2CPP_METHOD_ATTR void CActivityPicLocalLoadImageMsg_OnBackGroundExcuteEnd_m4002422757 (CActivityPicLocalLoadImageMsg_t3362388355 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CActivityPicLocalLoadImageMsg_OnBackGroundExcuteEnd_m4002422757_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { __this->set_result_7((ByteU5BU5D_t4116647657*)NULL); } IL_0007: try { // begin try (depth: 1) String_t* L_0 = __this->get_m_fileName_6(); ByteU5BU5D_t4116647657* L_1 = CReadVar_ReadFile_m2302192807(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); __this->set_result_7(L_1); goto IL_002a; } // 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_001d; throw e; } CATCH_001d: { // begin catch(System.Object) __this->set_result_7((ByteU5BU5D_t4116647657*)NULL); goto IL_002a; } // end catch (depth: 1) IL_002a: { return; } } // System.Void DMCore.Logic.logicActivityPic/CActivityPicLocalLoadImageMsg::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CActivityPicLocalLoadImageMsg_OnEndExcute_m674518777 (CActivityPicLocalLoadImageMsg_t3362388355 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_result_7(); if (!L_0) { goto IL_003f; } } { ByteU5BU5D_t4116647657* L_1 = __this->get_result_7(); NullCheck(L_1); if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))) { goto IL_003f; } } { CActivityPicData_t4037644981 * L_2 = __this->get_m_data_5(); ByteU5BU5D_t4116647657* L_3 = __this->get_result_7(); NullCheck(L_2); CActivityPicData_SetTextureBytes_m1018423642(L_2, L_3, /*hidden argument*/NULL); logicActivityPic_t3113258227 * L_4 = logicActivityPic_GetInstance_m2809592046(NULL /*static, unused*/, /*hidden argument*/NULL); CActivityPicData_t4037644981 * L_5 = __this->get_m_data_5(); NullCheck(L_4); logicActivityPic_PushImage_m1658322599(L_4, L_5, /*hidden argument*/NULL); goto IL_004a; } IL_003f: { logicActivityPic_t3113258227 * L_6 = logicActivityPic_GetInstance_m2809592046(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); logicActivityPic_PushImage_m1658322599(L_6, (CActivityPicData_t4037644981 *)NULL, /*hidden argument*/NULL); } IL_004a: { __this->set_m_data_5((CActivityPicData_t4037644981 *)NULL); __this->set_result_7((ByteU5BU5D_t4116647657*)NULL); 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.logicActivityPic/CActivityPicRealURLMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CActivityPicRealURLMsg__ctor_m3052081389 (CActivityPicRealURLMsg_t473978612 * __this, const RuntimeMethod* method) { { CThreadMsgWebGet__ctor_m3027652583(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.logicActivityPic/CActivityPicRealURLMsg::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CActivityPicRealURLMsg_OnEndExcute_m1255507761 (CActivityPicRealURLMsg_t473978612 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CActivityPicRealURLMsg_OnEndExcute_m1255507761_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; List_1_t1214752427 * V_1 = NULL; bool V_2 = false; JsonData_t1524858407 * V_3 = NULL; JsonException_t3682484112 * V_4 = NULL; String_t* V_5 = NULL; int32_t V_6 = 0; JsonData_t1524858407 * V_7 = NULL; String_t* V_8 = NULL; CActivityPicData_t4037644981 * V_9 = NULL; int32_t V_10 = 0; StringU5BU5D_t1281789340* V_11 = NULL; int32_t V_12 = 0; String_t* V_13 = NULL; CActivityPicData_t4037644981 * V_14 = NULL; String_t* V_15 = NULL; StringU5BU5D_t1281789340* V_16 = NULL; int32_t V_17 = 0; bool V_18 = false; String_t* V_19 = NULL; int32_t V_20 = 0; int32_t V_21 = 0; String_t* V_22 = NULL; int32_t V_23 = 0; int32_t V_24 = 0; String_t* V_25 = NULL; CActivityPicLocalLoadImageMsg_t3362388355 * V_26 = NULL; CActivityPicDownImageMsg_t2092007834 * V_27 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); String_t* G_B5_0 = NULL; CActivityPicData_t4037644981 * G_B14_0 = NULL; CActivityPicData_t4037644981 * G_B13_0 = NULL; int32_t G_B15_0 = 0; CActivityPicData_t4037644981 * G_B15_1 = NULL; { bool L_0 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (L_0) { goto IL_001e; } } { logicActivityPic_t3113258227 * L_1 = logicActivityPic_GetInstance_m2809592046(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_m_checkState_1(((int32_t)10)); CThreadMsgWebGet_OnEndExcute_m1512998207(__this, /*hidden argument*/NULL); return; } IL_001e: { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); if ((((int32_t)0) < ((int32_t)L_2))) { goto IL_0034; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B5_0 = L_3; goto IL_004b; } IL_0034: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_4 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_5 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] DMCore.Framework.Thread.IWebGetMsgBase::GetBuffer() */, __this); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); NullCheck(L_4); String_t* L_7 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, L_6); G_B5_0 = L_7; } IL_004b: { V_0 = G_B5_0; CThreadMsgWebGet_OnEndExcute_m1512998207(__this, /*hidden argument*/NULL); List_1_t1214752427 * L_8 = (List_1_t1214752427 *)il2cpp_codegen_object_new(List_1_t1214752427_il2cpp_TypeInfo_var); List_1__ctor_m4012214409(L_8, /*hidden argument*/List_1__ctor_m4012214409_RuntimeMethod_var); V_1 = L_8; String_t* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_01e5; } } { V_2 = (bool)0; V_3 = (JsonData_t1524858407 *)NULL; } IL_0067: try { // begin try (depth: 1) String_t* L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_t3815285241_il2cpp_TypeInfo_var); JsonData_t1524858407 * L_12 = JsonMapper_ToObject_m537038487(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); V_3 = L_12; V_2 = (bool)1; goto IL_007e; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (JsonException_t3682484112_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0075; throw e; } CATCH_0075: { // begin catch(LitJson.JsonException) V_4 = ((JsonException_t3682484112 *)__exception_local); V_2 = (bool)0; goto IL_007e; } // end catch (depth: 1) IL_007e: { logicActivityPic_t3113258227 * L_13 = logicActivityPic_GetInstance_m2809592046(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_14 = V_2; NullCheck(L_13); L_13->set_m_bJson_7(L_14); logicActivityPic_t3113258227 * L_15 = logicActivityPic_GetInstance_m2809592046(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); bool L_16 = L_15->get_m_bJson_7(); if (!L_16) { goto IL_015f; } } { JsonData_t1524858407 * L_17 = V_3; NullCheck(L_17); bool L_18 = JsonData_get_IsArray_m341185705(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_015f; } } { JsonData_t1524858407 * L_19 = V_3; NullCheck(L_19); String_t* L_20 = JsonData_ToJson_m692076605(L_19, /*hidden argument*/NULL); V_5 = L_20; V_6 = 0; goto IL_014d; } IL_00b3: { JsonData_t1524858407 * L_21 = V_3; int32_t L_22 = V_6; NullCheck(L_21); JsonData_t1524858407 * L_23 = JsonData_get_Item_m594638490(L_21, L_22, /*hidden argument*/NULL); V_7 = L_23; JsonData_t1524858407 * L_24 = V_7; NullCheck(L_24); JsonData_t1524858407 * L_25 = JsonData_get_Item_m147413252(L_24, _stringLiteral3243520166, /*hidden argument*/NULL); NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25); V_8 = L_26; CActivityPicData_t4037644981 * L_27 = (CActivityPicData_t4037644981 *)il2cpp_codegen_object_new(CActivityPicData_t4037644981_il2cpp_TypeInfo_var); CActivityPicData__ctor_m3829392586(L_27, /*hidden argument*/NULL); V_9 = L_27; CActivityPicData_t4037644981 * L_28 = V_9; String_t* L_29 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); G_B13_0 = L_28; if (!L_30) { G_B14_0 = L_28; goto IL_00eb; } } { G_B15_0 = 0; G_B15_1 = G_B13_0; goto IL_00f2; } IL_00eb: { String_t* L_31 = V_8; int32_t L_32 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); G_B15_0 = L_32; G_B15_1 = G_B14_0; } IL_00f2: { NullCheck(G_B15_1); G_B15_1->set_type_0(G_B15_0); CActivityPicData_t4037644981 * L_33 = V_9; JsonData_t1524858407 * L_34 = V_7; NullCheck(L_34); JsonData_t1524858407 * L_35 = JsonData_get_Item_m147413252(L_34, _stringLiteral62725243, /*hidden argument*/NULL); NullCheck(L_35); String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_35); NullCheck(L_33); L_33->set_name_1(L_36); CActivityPicData_t4037644981 * L_37 = V_9; JsonData_t1524858407 * L_38 = V_7; NullCheck(L_38); JsonData_t1524858407 * L_39 = JsonData_get_Item_m147413252(L_38, _stringLiteral820750591, /*hidden argument*/NULL); NullCheck(L_39); String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_39); NullCheck(L_37); L_37->set_image_2(L_40); CActivityPicData_t4037644981 * L_41 = V_9; JsonData_t1524858407 * L_42 = V_7; NullCheck(L_42); JsonData_t1524858407 * L_43 = JsonData_get_Item_m147413252(L_42, _stringLiteral1988566213, /*hidden argument*/NULL); NullCheck(L_43); String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_43); NullCheck(L_41); L_41->set_typeParams_3(L_44); List_1_t1214752427 * L_45 = V_1; CActivityPicData_t4037644981 * L_46 = V_9; NullCheck(L_45); List_1_Add_m671947551(L_45, L_46, /*hidden argument*/List_1_Add_m671947551_RuntimeMethod_var); int32_t L_47 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_014d: { int32_t L_48 = V_6; JsonData_t1524858407 * L_49 = V_3; NullCheck(L_49); int32_t L_50 = JsonData_get_Count_m487704605(L_49, /*hidden argument*/NULL); if ((((int32_t)L_48) < ((int32_t)L_50))) { goto IL_00b3; } } { goto IL_01e5; } IL_015f: { String_t* L_51 = V_0; NullCheck(L_51); int32_t L_52 = String_IndexOf_m363431711(L_51, ((int32_t)10), /*hidden argument*/NULL); V_10 = L_52; int32_t L_53 = V_10; if ((((int32_t)0) >= ((int32_t)L_53))) { goto IL_017a; } } { String_t* L_54 = V_0; int32_t L_55 = V_10; NullCheck(L_54); String_t* L_56 = String_Remove_m1524948975(L_54, L_55, /*hidden argument*/NULL); V_0 = L_56; } IL_017a: { String_t* L_57 = V_0; CharU5BU5D_t3528271667* L_58 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_58); (L_58)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_57); StringU5BU5D_t1281789340* L_59 = String_Split_m3646115398(L_57, L_58, /*hidden argument*/NULL); V_11 = L_59; V_12 = 0; goto IL_01da; } IL_0195: { StringU5BU5D_t1281789340* L_60 = V_11; int32_t L_61 = V_12; NullCheck(L_60); int32_t L_62 = L_61; String_t* L_63 = (L_60)->GetAt(static_cast(L_62)); V_13 = L_63; CActivityPicData_t4037644981 * L_64 = (CActivityPicData_t4037644981 *)il2cpp_codegen_object_new(CActivityPicData_t4037644981_il2cpp_TypeInfo_var); CActivityPicData__ctor_m3829392586(L_64, /*hidden argument*/NULL); V_14 = L_64; CActivityPicData_t4037644981 * L_65 = V_14; NullCheck(L_65); L_65->set_type_0(0); CActivityPicData_t4037644981 * L_66 = V_14; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_67 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_66); L_66->set_name_1(L_67); CActivityPicData_t4037644981 * L_68 = V_14; String_t* L_69 = V_13; NullCheck(L_68); L_68->set_image_2(L_69); CActivityPicData_t4037644981 * L_70 = V_14; String_t* L_71 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_70); L_70->set_typeParams_3(L_71); List_1_t1214752427 * L_72 = V_1; CActivityPicData_t4037644981 * L_73 = V_14; NullCheck(L_72); List_1_Add_m671947551(L_72, L_73, /*hidden argument*/List_1_Add_m671947551_RuntimeMethod_var); int32_t L_74 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); } IL_01da: { int32_t L_75 = V_12; StringU5BU5D_t1281789340* L_76 = V_11; NullCheck(L_76); if ((((int32_t)L_75) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_76)->max_length))))))) { goto IL_0195; } } IL_01e5: { List_1_t1214752427 * L_77 = V_1; if (!L_77) { goto IL_0457; } } { List_1_t1214752427 * L_78 = V_1; NullCheck(L_78); int32_t L_79 = List_1_get_Count_m4204182260(L_78, /*hidden argument*/List_1_get_Count_m4204182260_RuntimeMethod_var); if ((((int32_t)0) >= ((int32_t)L_79))) { goto IL_0457; } } { CWriteVar_CreateDirectory_m944121244(NULL /*static, unused*/, _stringLiteral1351698292, /*hidden argument*/NULL); logicActivityPic_t3113258227 * L_80 = logicActivityPic_GetInstance_m2809592046(NULL /*static, unused*/, /*hidden argument*/NULL); List_1_t1214752427 * L_81 = V_1; NullCheck(L_81); int32_t L_82 = List_1_get_Count_m4204182260(L_81, /*hidden argument*/List_1_get_Count_m4204182260_RuntimeMethod_var); NullCheck(L_80); L_80->set_m_serverCount_4(L_82); } IL_0212: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); String_t* L_83 = CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_84 = String_Concat_m3937257545(NULL /*static, unused*/, L_83, _stringLiteral3043802053, /*hidden argument*/NULL); V_15 = L_84; String_t* L_85 = V_15; StringU5BU5D_t1281789340* L_86 = Directory_GetFiles_m932257245(NULL /*static, unused*/, L_85, /*hidden argument*/NULL); V_16 = L_86; StringU5BU5D_t1281789340* L_87 = V_16; if (!L_87) { goto IL_02f1; } } IL_0233: { V_17 = 0; goto IL_02e3; } IL_023b: { V_18 = (bool)0; bool L_88 = V_18; if (L_88) { goto IL_02c1; } } IL_0245: { StringU5BU5D_t1281789340* L_89 = V_16; int32_t L_90 = V_17; NullCheck(L_89); int32_t L_91 = L_90; String_t* L_92 = (L_89)->GetAt(static_cast(L_91)); V_19 = L_92; String_t* L_93 = V_19; NullCheck(L_93); String_t* L_94 = String_Replace_m3726209165(L_93, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL); V_19 = L_94; String_t* L_95 = V_19; NullCheck(L_95); int32_t L_96 = String_LastIndexOf_m3451222878(L_95, ((int32_t)47), /*hidden argument*/NULL); V_20 = L_96; int32_t L_97 = V_20; if ((((int32_t)0) >= ((int32_t)L_97))) { goto IL_0285; } } IL_026c: { String_t* L_98 = V_19; int32_t L_99 = V_20; String_t* L_100 = V_19; NullCheck(L_100); int32_t L_101 = String_get_Length_m3847582255(L_100, /*hidden argument*/NULL); int32_t L_102 = V_20; NullCheck(L_98); String_t* L_103 = String_Substring_m1610150815(L_98, ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_101, (int32_t)1)), (int32_t)L_102)), /*hidden argument*/NULL); V_19 = L_103; } IL_0285: { V_21 = 0; goto IL_02b4; } IL_028d: { List_1_t1214752427 * L_104 = V_1; int32_t L_105 = V_21; NullCheck(L_104); CActivityPicData_t4037644981 * L_106 = List_1_get_Item_m3173594115(L_104, L_105, /*hidden argument*/List_1_get_Item_m3173594115_RuntimeMethod_var); NullCheck(L_106); String_t* L_107 = L_106->get_image_2(); String_t* L_108 = V_19; NullCheck(L_107); int32_t L_109 = String_CompareTo_m3414379165(L_107, L_108, /*hidden argument*/NULL); if (L_109) { goto IL_02ae; } } IL_02a6: { V_18 = (bool)1; goto IL_02c1; } IL_02ae: { int32_t L_110 = V_21; V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)1)); } IL_02b4: { int32_t L_111 = V_21; List_1_t1214752427 * L_112 = V_1; NullCheck(L_112); int32_t L_113 = List_1_get_Count_m4204182260(L_112, /*hidden argument*/List_1_get_Count_m4204182260_RuntimeMethod_var); if ((((int32_t)L_111) < ((int32_t)L_113))) { goto IL_028d; } } IL_02c1: { bool L_114 = V_18; if (L_114) { goto IL_02dd; } } IL_02c8: try { // begin try (depth: 2) StringU5BU5D_t1281789340* L_115 = V_16; int32_t L_116 = V_17; NullCheck(L_115); int32_t L_117 = L_116; String_t* L_118 = (L_115)->GetAt(static_cast(L_117)); File_Delete_m321251800(NULL /*static, unused*/, L_118, /*hidden argument*/NULL); goto IL_02dd; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_02d7; throw e; } CATCH_02d7: { // begin catch(System.Object) goto IL_02dd; } // end catch (depth: 2) IL_02dd: { int32_t L_119 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)1)); } IL_02e3: { int32_t L_120 = V_17; StringU5BU5D_t1281789340* L_121 = V_16; NullCheck(L_121); if ((((int32_t)L_120) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_121)->max_length))))))) { goto IL_023b; } } IL_02ee: { V_16 = (StringU5BU5D_t1281789340*)NULL; } IL_02f1: { goto IL_02fc; } } // 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_02f6; throw e; } CATCH_02f6: { // begin catch(System.Object) goto IL_02fc; } // end catch (depth: 1) IL_02fc: { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_122 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_123 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_122); String_t* L_124 = CNetServerConfig_GetConfigString_m1508055105(L_122, _stringLiteral4058231383, L_123, /*hidden argument*/NULL); V_22 = L_124; String_t* L_125 = V_22; bool L_126 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_125, /*hidden argument*/NULL); if (L_126) { goto IL_035f; } } { String_t* L_127 = V_22; NullCheck(L_127); String_t* L_128 = String_ToLower_m2029374922(L_127, /*hidden argument*/NULL); V_22 = L_128; String_t* L_129 = V_22; NullCheck(L_129); int32_t L_130 = String_LastIndexOf_m2676535141(L_129, _stringLiteral2229341054, /*hidden argument*/NULL); V_23 = L_130; int32_t L_131 = V_23; if ((((int32_t)0) >= ((int32_t)L_131))) { goto IL_0358; } } { String_t* L_132 = V_22; int32_t L_133 = V_23; NullCheck(L_132); String_t* L_134 = String_Substring_m1610150815(L_132, 0, L_133, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_135 = String_Concat_m3937257545(NULL /*static, unused*/, L_134, _stringLiteral2391261500, /*hidden argument*/NULL); V_22 = L_135; goto IL_035f; } IL_0358: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_136 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_22 = L_136; } IL_035f: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); CIOVar_GetUserRootPath_m2302064020(NULL /*static, unused*/, /*hidden argument*/NULL); V_24 = 0; goto IL_0443; } IL_036d: { List_1_t1214752427 * L_137 = V_1; int32_t L_138 = V_24; NullCheck(L_137); CActivityPicData_t4037644981 * L_139 = List_1_get_Item_m3173594115(L_137, L_138, /*hidden argument*/List_1_get_Item_m3173594115_RuntimeMethod_var); NullCheck(L_139); String_t* L_140 = L_139->get_image_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_141 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral720914292, L_140, /*hidden argument*/NULL); V_25 = L_141; String_t* L_142 = V_25; IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); bool L_143 = CIOVar_IsFileExist_m4190802418(NULL /*static, unused*/, L_142, /*hidden argument*/NULL); if (!L_143) { goto IL_03cf; } } { CActivityPicLocalLoadImageMsg_t3362388355 * L_144 = (CActivityPicLocalLoadImageMsg_t3362388355 *)il2cpp_codegen_object_new(CActivityPicLocalLoadImageMsg_t3362388355_il2cpp_TypeInfo_var); CActivityPicLocalLoadImageMsg__ctor_m536109174(L_144, /*hidden argument*/NULL); V_26 = L_144; CActivityPicLocalLoadImageMsg_t3362388355 * L_145 = V_26; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_146 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_145); IWebGetMsgBase_SetUrl_m3512145757(L_145, L_146, /*hidden argument*/NULL); CActivityPicLocalLoadImageMsg_t3362388355 * L_147 = V_26; List_1_t1214752427 * L_148 = V_1; int32_t L_149 = V_24; NullCheck(L_148); CActivityPicData_t4037644981 * L_150 = List_1_get_Item_m3173594115(L_148, L_149, /*hidden argument*/List_1_get_Item_m3173594115_RuntimeMethod_var); NullCheck(L_147); L_147->set_m_data_5(L_150); CActivityPicLocalLoadImageMsg_t3362388355 * L_151 = V_26; String_t* L_152 = V_25; NullCheck(L_151); L_151->set_m_fileName_6(L_152); CThreadManager_t1155338034 * L_153 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); CActivityPicLocalLoadImageMsg_t3362388355 * L_154 = V_26; NullCheck(L_153); CThreadManager_PushMsg_m3098333431(L_153, 0, L_154, /*hidden argument*/NULL); goto IL_043d; } IL_03cf: { String_t* L_155 = V_22; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_156 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_155, /*hidden argument*/NULL); if (!L_156) { goto IL_03eb; } } { logicActivityPic_t3113258227 * L_157 = logicActivityPic_GetInstance_m2809592046(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_157); logicActivityPic_PushImage_m1658322599(L_157, (CActivityPicData_t4037644981 *)NULL, /*hidden argument*/NULL); goto IL_043d; } IL_03eb: { CActivityPicDownImageMsg_t2092007834 * L_158 = (CActivityPicDownImageMsg_t2092007834 *)il2cpp_codegen_object_new(CActivityPicDownImageMsg_t2092007834_il2cpp_TypeInfo_var); CActivityPicDownImageMsg__ctor_m1602100724(L_158, /*hidden argument*/NULL); V_27 = L_158; CActivityPicDownImageMsg_t2092007834 * L_159 = V_27; List_1_t1214752427 * L_160 = V_1; int32_t L_161 = V_24; NullCheck(L_160); CActivityPicData_t4037644981 * L_162 = List_1_get_Item_m3173594115(L_160, L_161, /*hidden argument*/List_1_get_Item_m3173594115_RuntimeMethod_var); NullCheck(L_162); String_t* L_163 = L_162->get_image_2(); NullCheck(L_159); L_159->set_m_fileName_6(L_163); CActivityPicDownImageMsg_t2092007834 * L_164 = V_27; String_t* L_165 = V_22; List_1_t1214752427 * L_166 = V_1; int32_t L_167 = V_24; NullCheck(L_166); CActivityPicData_t4037644981 * L_168 = List_1_get_Item_m3173594115(L_166, L_167, /*hidden argument*/List_1_get_Item_m3173594115_RuntimeMethod_var); NullCheck(L_168); String_t* L_169 = L_168->get_image_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_170 = String_Concat_m3937257545(NULL /*static, unused*/, L_165, L_169, /*hidden argument*/NULL); NullCheck(L_164); IWebGetMsgBase_SetUrl_m3512145757(L_164, L_170, /*hidden argument*/NULL); CActivityPicDownImageMsg_t2092007834 * L_171 = V_27; List_1_t1214752427 * L_172 = V_1; int32_t L_173 = V_24; NullCheck(L_172); CActivityPicData_t4037644981 * L_174 = List_1_get_Item_m3173594115(L_172, L_173, /*hidden argument*/List_1_get_Item_m3173594115_RuntimeMethod_var); NullCheck(L_171); L_171->set_m_data_5(L_174); CThreadManager_t1155338034 * L_175 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); CActivityPicDownImageMsg_t2092007834 * L_176 = V_27; NullCheck(L_175); CThreadManager_PushMsg_m3098333431(L_175, 0, L_176, /*hidden argument*/NULL); } IL_043d: { int32_t L_177 = V_24; V_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_177, (int32_t)1)); } IL_0443: { int32_t L_178 = V_24; List_1_t1214752427 * L_179 = V_1; NullCheck(L_179); int32_t L_180 = List_1_get_Count_m4204182260(L_179, /*hidden argument*/List_1_get_Count_m4204182260_RuntimeMethod_var); if ((((int32_t)L_178) < ((int32_t)L_180))) { goto IL_036d; } } { V_1 = (List_1_t1214752427 *)NULL; goto IL_0463; } IL_0457: { logicActivityPic_t3113258227 * L_181 = logicActivityPic_GetInstance_m2809592046(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_181); L_181->set_m_checkState_1(((int32_t)10)); } IL_0463: { 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.logicCardManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void logicCardManager__ctor_m2335043406 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicCardManager__ctor_m2335043406_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_mIsLover_13((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_Changed_9((bool)0); __this->set_m_bMyself_7((bool)1); __this->set_m_bIsInEdit_10((bool)0); __this->set_m_ChangedEditCard_11((bool)0); __this->set_m_UserID_8((((int64_t)((int64_t)0)))); Dictionary_2_t1306535103 * L_0 = (Dictionary_2_t1306535103 *)il2cpp_codegen_object_new(Dictionary_2_t1306535103_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4055730890(L_0, /*hidden argument*/Dictionary_2__ctor_m4055730890_RuntimeMethod_var); __this->set_m_CardArray_16(L_0); __this->set_m_IsNeedRepainMenu_6((bool)0); return; } } // DMCore.Logic.logicCardManager DMCore.Logic.logicCardManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR logicCardManager_t2956095708 * logicCardManager_GetInstance_m10903635 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicCardManager_GetInstance_m10903635_MetadataUsageId); s_Il2CppMethodInitialized = true; } { logicCardManager_t2956095708 * L_0 = ((logicCardManager_t2956095708_StaticFields*)il2cpp_codegen_static_fields_for(logicCardManager_t2956095708_il2cpp_TypeInfo_var))->get_s_Instance_17(); if (!L_0) { goto IL_0010; } } { logicCardManager_t2956095708 * L_1 = ((logicCardManager_t2956095708_StaticFields*)il2cpp_codegen_static_fields_for(logicCardManager_t2956095708_il2cpp_TypeInfo_var))->get_s_Instance_17(); return L_1; } IL_0010: { logicCardManager_t2956095708 * L_2 = (logicCardManager_t2956095708 *)il2cpp_codegen_object_new(logicCardManager_t2956095708_il2cpp_TypeInfo_var); logicCardManager__ctor_m2335043406(L_2, /*hidden argument*/NULL); ((logicCardManager_t2956095708_StaticFields*)il2cpp_codegen_static_fields_for(logicCardManager_t2956095708_il2cpp_TypeInfo_var))->set_s_Instance_17(L_2); logicCardManager_t2956095708 * L_3 = ((logicCardManager_t2956095708_StaticFields*)il2cpp_codegen_static_fields_for(logicCardManager_t2956095708_il2cpp_TypeInfo_var))->get_s_Instance_17(); return L_3; } } // DMCore.Logic.CUserCardParams DMCore.Logic.logicCardManager::AllocUserCard(System.Int64) extern "C" IL2CPP_METHOD_ATTR CUserCardParams_t243895319 * logicCardManager_AllocUserCard_m233663967 (logicCardManager_t2956095708 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicCardManager_AllocUserCard_m233663967_MetadataUsageId); s_Il2CppMethodInitialized = true; } CUserCardParams_t243895319 * V_0 = NULL; { V_0 = (CUserCardParams_t243895319 *)NULL; Dictionary_2_t1306535103 * L_0 = __this->get_m_CardArray_16(); int64_t L_1 = ___userID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m3129019902(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3129019902_RuntimeMethod_var); if (!L_2) { goto IL_0017; } } { CUserCardParams_t243895319 * L_3 = V_0; return L_3; } IL_0017: { CUserCardParams_t243895319 * L_4 = (CUserCardParams_t243895319 *)il2cpp_codegen_object_new(CUserCardParams_t243895319_il2cpp_TypeInfo_var); CUserCardParams__ctor_m3668201255(L_4, /*hidden argument*/NULL); V_0 = L_4; Dictionary_2_t1306535103 * L_5 = __this->get_m_CardArray_16(); int64_t L_6 = ___userID0; CUserCardParams_t243895319 * L_7 = V_0; NullCheck(L_5); Dictionary_2_set_Item_m1623825249(L_5, L_6, L_7, /*hidden argument*/Dictionary_2_set_Item_m1623825249_RuntimeMethod_var); CUserCardParams_t243895319 * L_8 = V_0; return L_8; } } // DMCore.Logic.CUserCardParams DMCore.Logic.logicCardManager::AllocUserCardMenu(System.Int64) extern "C" IL2CPP_METHOD_ATTR CUserCardParams_t243895319 * logicCardManager_AllocUserCardMenu_m1652626151 (logicCardManager_t2956095708 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicCardManager_AllocUserCardMenu_m1652626151_MetadataUsageId); s_Il2CppMethodInitialized = true; } CUserCardParams_t243895319 * V_0 = NULL; { V_0 = (CUserCardParams_t243895319 *)NULL; Dictionary_2_t1306535103 * L_0 = __this->get_m_CardArray_16(); int64_t L_1 = ___userID0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m3129019902(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3129019902_RuntimeMethod_var); if (!L_2) { goto IL_0017; } } { CUserCardParams_t243895319 * L_3 = V_0; return L_3; } IL_0017: { logicCardManager_t2956095708 * L_4 = logicCardManager_GetInstance_m10903635(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); logicCardManager_set_IsNeedRepainMenu_m1106493720(L_4, (bool)1, /*hidden argument*/NULL); logicCardManager_t2956095708 * L_5 = logicCardManager_GetInstance_m10903635(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMenuManager_t3869721565_il2cpp_TypeInfo_var); CMenuManager_t3869721565 * L_6 = CMenuManager_GetInstance_m3933304740(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); int64_t L_7 = CMenuManager_get_userID_m1025368932(L_6, /*hidden argument*/NULL); NullCheck(L_5); logicCardManager_RequestCardInfo_m2467832471(L_5, L_7, (bool)1, /*hidden argument*/NULL); CUserCardParams_t243895319 * L_8 = (CUserCardParams_t243895319 *)il2cpp_codegen_object_new(CUserCardParams_t243895319_il2cpp_TypeInfo_var); CUserCardParams__ctor_m3668201255(L_8, /*hidden argument*/NULL); V_0 = L_8; Dictionary_2_t1306535103 * L_9 = __this->get_m_CardArray_16(); int64_t L_10 = ___userID0; CUserCardParams_t243895319 * L_11 = V_0; NullCheck(L_9); Dictionary_2_set_Item_m1623825249(L_9, L_10, L_11, /*hidden argument*/Dictionary_2_set_Item_m1623825249_RuntimeMethod_var); CUserCardParams_t243895319 * L_12 = V_0; return L_12; } } // DMCore.Logic.CUserCardParams DMCore.Logic.logicCardManager::GetUserCardInfo(System.Int64) extern "C" IL2CPP_METHOD_ATTR CUserCardParams_t243895319 * logicCardManager_GetUserCardInfo_m575868701 (logicCardManager_t2956095708 * __this, int64_t ___userID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicCardManager_GetUserCardInfo_m575868701_MetadataUsageId); s_Il2CppMethodInitialized = true; } CUserCardParams_t243895319 * V_0 = NULL; { V_0 = (CUserCardParams_t243895319 *)NULL; Dictionary_2_t1306535103 * L_0 = __this->get_m_CardArray_16(); int64_t L_1 = ___userID0; NullCheck(L_0); Dictionary_2_TryGetValue_m3129019902(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3129019902_RuntimeMethod_var); CUserCardParams_t243895319 * L_2 = V_0; return L_2; } } // System.Void DMCore.Logic.logicCardManager::BeginEdit() extern "C" IL2CPP_METHOD_ATTR void logicCardManager_BeginEdit_m3951330691 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { { __this->set_m_bIsInEdit_10((bool)1); return; } } // System.Void DMCore.Logic.logicCardManager::EndEdit() extern "C" IL2CPP_METHOD_ATTR void logicCardManager_EndEdit_m1324210765 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { { __this->set_m_bIsInEdit_10((bool)0); return; } } // System.Boolean DMCore.Logic.logicCardManager::IsInEdit() extern "C" IL2CPP_METHOD_ATTR bool logicCardManager_IsInEdit_m3326872752 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bIsInEdit_10(); return L_0; } } // System.Void DMCore.Logic.logicCardManager::SetChangedEditCard(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_SetChangedEditCard_m3175087409 (logicCardManager_t2956095708 * __this, bool ___bChanged0, const RuntimeMethod* method) { { bool L_0 = ___bChanged0; __this->set_m_ChangedEditCard_11(L_0); return; } } // System.Boolean DMCore.Logic.logicCardManager::GetChangedEditCard() extern "C" IL2CPP_METHOD_ATTR bool logicCardManager_GetChangedEditCard_m2965322647 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_ChangedEditCard_11(); return L_0; } } // System.Void DMCore.Logic.logicCardManager::SetChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_SetChanged_m2144239199 (logicCardManager_t2956095708 * __this, bool ___bChanged0, const RuntimeMethod* method) { { bool L_0 = ___bChanged0; __this->set_m_Changed_9(L_0); return; } } // System.Boolean DMCore.Logic.logicCardManager::IfChanged() extern "C" IL2CPP_METHOD_ATTR bool logicCardManager_IfChanged_m1961191431 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Changed_9(); return L_0; } } // System.Void DMCore.Logic.logicCardManager::SetTarget(System.Int64) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_SetTarget_m2059779652 (logicCardManager_t2956095708 * __this, int64_t ___userID0, const RuntimeMethod* method) { logicCardManager_t2956095708 * G_B2_0 = NULL; logicCardManager_t2956095708 * G_B1_0 = NULL; int32_t G_B3_0 = 0; logicCardManager_t2956095708 * G_B3_1 = NULL; { int64_t L_0 = ___userID0; __this->set_m_UserID_8(L_0); int64_t L_1 = ___userID0; CMainRole_t4200562839 * L_2 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_2); G_B1_0 = __this; if ((!(((uint64_t)L_1) == ((uint64_t)L_3)))) { G_B2_0 = __this; 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); G_B3_1->set_m_bMyself_7((bool)G_B3_0); return; } } // System.Int64 DMCore.Logic.logicCardManager::GetTargetUserID() extern "C" IL2CPP_METHOD_ATTR int64_t logicCardManager_GetTargetUserID_m97245200 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_UserID_8(); return L_0; } } // System.Boolean DMCore.Logic.logicCardManager::IfTargetMySelf() extern "C" IL2CPP_METHOD_ATTR bool logicCardManager_IfTargetMySelf_m3419846671 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_bMyself_7(); return L_0; } } // System.Void DMCore.Logic.logicCardManager::RequestCardInfo(System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_RequestCardInfo_m2467832471 (logicCardManager_t2956095708 * __this, int64_t ___targetUserID0, bool ___needRoomInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicCardManager_RequestCardInfo_m2467832471_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)1011), /*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); bool L_5 = ___needRoomInfo1; if (!L_5) { goto IL_003b; } } { int64_t L_6 = ___targetUserID0; CMainRole_t4200562839 * L_7 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); int64_t L_8 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_7); if ((((int64_t)L_6) == ((int64_t)L_8))) { goto IL_003b; } } { int64_t L_9 = ___targetUserID0; logicCardManager_RequestCardRoomInfo_m794906040(__this, L_9, /*hidden argument*/NULL); } IL_003b: { return; } } // System.Void DMCore.Logic.logicCardManager::RequestCardRoomInfo(System.Int64) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_RequestCardRoomInfo_m794906040 (logicCardManager_t2956095708 * __this, int64_t ___targetUserID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicCardManager_RequestCardRoomInfo_m794906040_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)957), /*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; } } // DMCore.Logic.CChangeNameInfo DMCore.Logic.logicCardManager::get_ChangeNameInitializer() extern "C" IL2CPP_METHOD_ATTR CChangeNameInfo_t1998310127 * logicCardManager_get_ChangeNameInitializer_m1354829760 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicCardManager_get_ChangeNameInitializer_m1354829760_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(0); CChangeNameInfo_t1998310127 * L_3 = V_0; CMainRole_t4200562839 * L_4 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_4); String_t* L_6 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(23 /* System.String DMCore.Framework.Scene.ISceneBaseObj::GetRoleName(System.String) */, L_4, L_5); NullCheck(L_3); L_3->set_CurrentName_1(L_6); CChangeNameInfo_t1998310127 * L_7 = V_0; 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, _stringLiteral453518891, ((int32_t)499), /*hidden argument*/NULL); NullCheck(L_7); L_7->set_DiamondCount_4(L_9); CChangeNameInfo_t1998310127 * L_10 = V_0; NullCheck(L_10); L_10->set_CardID_2(6); CChangeNameInfo_t1998310127 * L_11 = V_0; NullCheck(L_11); L_11->set_IsRandomType_5((bool)1); CChangeNameInfo_t1998310127 * L_12 = V_0; NullCheck(L_12); L_12->set_IsUnique_7((bool)1); CChangeNameInfo_t1998310127 * L_13 = V_0; intptr_t L_14 = (intptr_t)logicCardManager_RequestChangeName_m1253578351_RuntimeMethod_var; OnChangeNameCallback_t2458829697 * L_15 = (OnChangeNameCallback_t2458829697 *)il2cpp_codegen_object_new(OnChangeNameCallback_t2458829697_il2cpp_TypeInfo_var); OnChangeNameCallback__ctor_m285383472(L_15, __this, L_14, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_Requestor_11(L_15); CChangeNameInfo_t1998310127 * L_16 = V_0; intptr_t L_17 = (intptr_t)logicCardManager_ResponseChangeName_m3054367288_RuntimeMethod_var; OnChangeNameCallback_t2458829697 * L_18 = (OnChangeNameCallback_t2458829697 *)il2cpp_codegen_object_new(OnChangeNameCallback_t2458829697_il2cpp_TypeInfo_var); OnChangeNameCallback__ctor_m285383472(L_18, __this, L_17, /*hidden argument*/NULL); NullCheck(L_16); L_16->set_Responsor_12(L_18); CChangeNameInfo_t1998310127 * L_19 = V_0; NullCheck(L_19); CDataArray_t4068198041 * L_20 = L_19->get_CustomParams_14(); CChangeNameInfo_t1998310127 * L_21 = V_0; NullCheck(L_21); int32_t L_22 = L_21->get_CardID_2(); NullCheck(L_20); CDataArray_Push_m3820844360(L_20, L_22, /*hidden argument*/NULL); CChangeNameInfo_t1998310127 * L_23 = V_0; CMiscConfig_t1694835947 * L_24 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); String_t* L_25 = CMiscConfig_GetValue_m1810403399(L_24, _stringLiteral2843559141, _stringLiteral3073857316, /*hidden argument*/NULL); NullCheck(L_23); L_23->set_MaxCharNum_10(L_25); CChangeNameInfo_t1998310127 * L_26 = V_0; return L_26; } } // System.Void DMCore.Logic.logicCardManager::RequestChangeName(DMCore.Logic.enumChangeNameModule,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_RequestChangeName_m1253578351 (logicCardManager_t2956095708 * __this, int32_t ___type0, CDataArray_t4068198041 * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicCardManager_RequestChangeName_m1253578351_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)944), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CChangeNameManager_t2068867582_il2cpp_TypeInfo_var); CChangeNameManager_t2068867582 * L_3 = CChangeNameManager_GetInstance_m85489895(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = CChangeNameManager_get_NewName_m2498047757(L_3, /*hidden argument*/NULL); NullCheck(L_2); CDataArray_Push_m1799687930(L_2, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; CDataArray_t4068198041 * L_6 = ___data1; NullCheck(L_6); int32_t L_7 = CDataArray_GetInt_m1111369473(L_6, 0, 0, /*hidden argument*/NULL); NullCheck(L_5); CDataArray_Push_m3820844360(L_5, 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.logicCardManager::ResponseChangeName(DMCore.Logic.enumChangeNameModule,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_ResponseChangeName_m3054367288 (logicCardManager_t2956095708 * __this, int32_t ___type0, CDataArray_t4068198041 * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicCardManager_ResponseChangeName_m3054367288_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Camera_t4157153871 * V_2 = NULL; Transform_t3600365921 * V_3 = NULL; Transform_t3600365921 * G_B6_0 = NULL; { CDataArray_t4068198041 * L_0 = ___data1; if (L_0) { goto IL_0007; } } { return; } IL_0007: { V_0 = 0; CDataArray_t4068198041 * L_1 = ___data1; 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; 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_1); String_t* L_5 = CDataArray_GetWideStr_m3532563229(L_1, L_3, L_4, /*hidden argument*/NULL); __this->set_newName_15(L_5); CDataArray_t4068198041 * L_6 = ___data1; int32_t L_7 = V_0; int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); V_0 = L_8; NullCheck(L_6); int32_t L_9 = CDataArray_GetInt_m1111369473(L_6, L_8, (-1), /*hidden argument*/NULL); V_1 = L_9; int32_t L_10 = V_1; if (L_10) { goto IL_009f; } } { __this->set_isNeedChangeName_12((bool)1); int32_t L_11 = V_1; int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral327568019, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, L_14, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_15 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); ICameraBase_t3615533728 * L_16 = CRoot_GetCamera_m3179746689(L_15, /*hidden argument*/NULL); NullCheck(L_16); Camera_t4157153871 * L_17 = ICameraBase_GetUICamera_m3997251255(L_16, /*hidden argument*/NULL); V_2 = L_17; Camera_t4157153871 * L_18 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_19 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_18, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_19) { goto IL_0071; } } { G_B6_0 = ((Transform_t3600365921 *)(NULL)); goto IL_0081; } IL_0071: { Camera_t4157153871 * L_20 = V_2; NullCheck(L_20); Transform_t3600365921 * L_21 = Component_get_transform_m3162698980(L_20, /*hidden argument*/NULL); NullCheck(L_21); Transform_t3600365921 * L_22 = Transform_Find_m1729760951(L_21, _stringLiteral2185225845, /*hidden argument*/NULL); G_B6_0 = L_22; } IL_0081: { V_3 = G_B6_0; Transform_t3600365921 * L_23 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_23, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_24) { goto IL_009a; } } { Transform_t3600365921 * L_25 = V_3; NullCheck(L_25); Component_SendMessage_m1441147224(L_25, _stringLiteral1974385202, 1, /*hidden argument*/NULL); } IL_009a: { goto IL_00b5; } IL_009f: { int32_t L_26 = V_1; int32_t L_27 = L_26; RuntimeObject * L_28 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_27); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral327568019, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, L_29, (bool)1, /*hidden argument*/NULL); } IL_00b5: { return; } } // System.Int64 DMCore.Logic.logicCardManager::get_RoomInfoHost() extern "C" IL2CPP_METHOD_ATTR int64_t logicCardManager_get_RoomInfoHost_m2430877932 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_U3CRoomInfoHostU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.logicCardManager::set_RoomInfoHost(System.Int64) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_set_RoomInfoHost_m4051253339 (logicCardManager_t2956095708 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_U3CRoomInfoHostU3Ek__BackingField_0(L_0); return; } } // System.Int32 DMCore.Logic.logicCardManager::get_RoomID() extern "C" IL2CPP_METHOD_ATTR int32_t logicCardManager_get_RoomID_m1007752816 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CRoomIDU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.logicCardManager::set_RoomID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_set_RoomID_m3714467667 (logicCardManager_t2956095708 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CRoomIDU3Ek__BackingField_1(L_0); return; } } // System.Int32 DMCore.Logic.logicCardManager::get_RoomType() extern "C" IL2CPP_METHOD_ATTR int32_t logicCardManager_get_RoomType_m1328294156 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CRoomTypeU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.logicCardManager::set_RoomType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_set_RoomType_m2170554393 (logicCardManager_t2956095708 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CRoomTypeU3Ek__BackingField_2(L_0); return; } } // System.Boolean DMCore.Logic.logicCardManager::get_NeedPassword() extern "C" IL2CPP_METHOD_ATTR bool logicCardManager_get_NeedPassword_m1633142125 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CNeedPasswordU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.logicCardManager::set_NeedPassword(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_set_NeedPassword_m2813081044 (logicCardManager_t2956095708 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CNeedPasswordU3Ek__BackingField_3(L_0); return; } } // System.Int32 DMCore.Logic.logicCardManager::get_MainRoomType() extern "C" IL2CPP_METHOD_ATTR int32_t logicCardManager_get_MainRoomType_m1436440764 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CMainRoomTypeU3Ek__BackingField_4(); return L_0; } } // System.Void DMCore.Logic.logicCardManager::set_MainRoomType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_set_MainRoomType_m738710588 (logicCardManager_t2956095708 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CMainRoomTypeU3Ek__BackingField_4(L_0); return; } } // System.Boolean DMCore.Logic.logicCardManager::get_IsCardRoomInfoChanged() extern "C" IL2CPP_METHOD_ATTR bool logicCardManager_get_IsCardRoomInfoChanged_m1633252912 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsCardRoomInfoChangedU3Ek__BackingField_5(); return L_0; } } // System.Void DMCore.Logic.logicCardManager::set_IsCardRoomInfoChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_set_IsCardRoomInfoChanged_m3593288912 (logicCardManager_t2956095708 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsCardRoomInfoChangedU3Ek__BackingField_5(L_0); return; } } // System.Int32 DMCore.Logic.logicCardManager::get_Islover() extern "C" IL2CPP_METHOD_ATTR int32_t logicCardManager_get_Islover_m145197873 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mIsLover_13(); return L_0; } } // System.Void DMCore.Logic.logicCardManager::set_Islover(System.Int32) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_set_Islover_m2912431767 (logicCardManager_t2956095708 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_mIsLover_13(L_0); return; } } // System.Boolean DMCore.Logic.logicCardManager::get_IsNeedRepainMenu() extern "C" IL2CPP_METHOD_ATTR bool logicCardManager_get_IsNeedRepainMenu_m162682811 (logicCardManager_t2956095708 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_IsNeedRepainMenu_6(); return L_0; } } // System.Void DMCore.Logic.logicCardManager::set_IsNeedRepainMenu(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void logicCardManager_set_IsNeedRepainMenu_m1106493720 (logicCardManager_t2956095708 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_IsNeedRepainMenu_6(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.logicLoginBroadCast::.ctor() extern "C" IL2CPP_METHOD_ATTR void logicLoginBroadCast__ctor_m3581284892 (logicLoginBroadCast_t172751115 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicLoginBroadCast__ctor_m3581284892_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CBroadCastRealURLMsg_t3667388934 * V_1 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_lastBroadCast_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_1 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_1); String_t* L_3 = CNetServerConfig_GetConfigString_m1508055105(L_1, _stringLiteral1159150451, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; bool L_5 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003e; } } { __this->set_m_checkState_1(((int32_t)10)); goto IL_0065; } IL_003e: { __this->set_m_checkState_1(1); String_t* L_6 = V_0; NullCheck(L_6); String_t* L_7 = String_ToLower_m2029374922(L_6, /*hidden argument*/NULL); V_0 = L_7; CBroadCastRealURLMsg_t3667388934 * L_8 = (CBroadCastRealURLMsg_t3667388934 *)il2cpp_codegen_object_new(CBroadCastRealURLMsg_t3667388934_il2cpp_TypeInfo_var); CBroadCastRealURLMsg__ctor_m1304232840(L_8, /*hidden argument*/NULL); V_1 = L_8; CBroadCastRealURLMsg_t3667388934 * L_9 = V_1; String_t* L_10 = V_0; NullCheck(L_9); IWebGetMsgBase_SetUrl_m3512145757(L_9, L_10, /*hidden argument*/NULL); CThreadManager_t1155338034 * L_11 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); CBroadCastRealURLMsg_t3667388934 * L_12 = V_1; NullCheck(L_11); CThreadManager_PushMsg_m3098333431(L_11, 0, L_12, /*hidden argument*/NULL); } IL_0065: { return; } } // DMCore.Logic.logicLoginBroadCast DMCore.Logic.logicLoginBroadCast::GetInstance() extern "C" IL2CPP_METHOD_ATTR logicLoginBroadCast_t172751115 * logicLoginBroadCast_GetInstance_m1589026507 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicLoginBroadCast_GetInstance_m1589026507_MetadataUsageId); s_Il2CppMethodInitialized = true; } { logicLoginBroadCast_t172751115 * L_0 = ((logicLoginBroadCast_t172751115_StaticFields*)il2cpp_codegen_static_fields_for(logicLoginBroadCast_t172751115_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (!L_0) { goto IL_0010; } } { logicLoginBroadCast_t172751115 * L_1 = ((logicLoginBroadCast_t172751115_StaticFields*)il2cpp_codegen_static_fields_for(logicLoginBroadCast_t172751115_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_1; } IL_0010: { logicLoginBroadCast_t172751115 * L_2 = (logicLoginBroadCast_t172751115 *)il2cpp_codegen_object_new(logicLoginBroadCast_t172751115_il2cpp_TypeInfo_var); logicLoginBroadCast__ctor_m3581284892(L_2, /*hidden argument*/NULL); ((logicLoginBroadCast_t172751115_StaticFields*)il2cpp_codegen_static_fields_for(logicLoginBroadCast_t172751115_il2cpp_TypeInfo_var))->set_s_Instance_2(L_2); logicLoginBroadCast_t172751115 * L_3 = ((logicLoginBroadCast_t172751115_StaticFields*)il2cpp_codegen_static_fields_for(logicLoginBroadCast_t172751115_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_3; } } // System.Boolean DMCore.Logic.logicLoginBroadCast::IsReady(System.String&) extern "C" IL2CPP_METHOD_ATTR bool logicLoginBroadCast_IsReady_m402345676 (logicLoginBroadCast_t172751115 * __this, String_t** ___result0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_checkState_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)10))))) { goto IL_0017; } } { String_t** L_1 = ___result0; String_t* L_2 = __this->get_m_lastBroadCast_0(); *((RuntimeObject **)(L_1)) = (RuntimeObject *)L_2; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)L_2); return (bool)1; } IL_0017: { return (bool)0; } } // System.String DMCore.Logic.logicLoginBroadCast::getBroadCast() extern "C" IL2CPP_METHOD_ATTR String_t* logicLoginBroadCast_getBroadCast_m447352457 (logicLoginBroadCast_t172751115 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_lastBroadCast_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.logicLoginBroadCast/CBroadCastRealURLMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBroadCastRealURLMsg__ctor_m1304232840 (CBroadCastRealURLMsg_t3667388934 * __this, const RuntimeMethod* method) { { CThreadMsgWebGet__ctor_m3027652583(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.logicLoginBroadCast/CBroadCastRealURLMsg::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CBroadCastRealURLMsg_OnEndExcute_m818295415 (CBroadCastRealURLMsg_t3667388934 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CBroadCastRealURLMsg_OnEndExcute_m818295415_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; String_t* V_3 = NULL; CBroadCastTextMsg_t2743237920 * V_4 = NULL; String_t* G_B5_0 = NULL; logicLoginBroadCast_t172751115 * G_B10_0 = NULL; logicLoginBroadCast_t172751115 * G_B8_0 = NULL; logicLoginBroadCast_t172751115 * G_B9_0 = NULL; String_t* G_B11_0 = NULL; logicLoginBroadCast_t172751115 * G_B11_1 = NULL; { bool L_0 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (L_0) { goto IL_002d; } } { logicLoginBroadCast_t172751115 * L_1 = logicLoginBroadCast_GetInstance_m1589026507(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_1); L_1->set_m_lastBroadCast_0(L_2); logicLoginBroadCast_t172751115 * L_3 = logicLoginBroadCast_GetInstance_m1589026507(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_m_checkState_1(((int32_t)10)); CThreadMsgWebGet_OnEndExcute_m1512998207(__this, /*hidden argument*/NULL); return; } IL_002d: { int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); if ((((int32_t)0) < ((int32_t)L_4))) { goto IL_0043; } } { 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(); G_B5_0 = L_5; goto IL_005a; } IL_0043: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_6 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_7 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] DMCore.Framework.Thread.IWebGetMsgBase::GetBuffer() */, __this); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); NullCheck(L_6); String_t* L_9 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_6, L_7, 0, L_8); G_B5_0 = L_9; } IL_005a: { V_0 = G_B5_0; String_t* L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0155; } } { String_t* L_12 = V_0; NullCheck(L_12); String_t* L_13 = String_ToLower_m2029374922(L_12, /*hidden argument*/NULL); V_0 = L_13; String_t* L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3906931028, L_14, /*hidden argument*/NULL); V_1 = L_15; String_t* L_16 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); bool L_17 = CIOVar_IsFileExist_m4190802418(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00ca; } } { String_t* L_18 = V_1; ByteU5BU5D_t4116647657* L_19 = CReadVar_ReadFile_m2302192807(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); V_2 = L_19; logicLoginBroadCast_t172751115 * L_20 = logicLoginBroadCast_GetInstance_m1589026507(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); L_20->set_m_checkState_1(((int32_t)10)); logicLoginBroadCast_t172751115 * L_21 = logicLoginBroadCast_GetInstance_m1589026507(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_22 = V_2; G_B8_0 = L_21; if (!L_22) { G_B10_0 = L_21; goto IL_00bb; } } { ByteU5BU5D_t4116647657* L_23 = V_2; NullCheck(L_23); G_B9_0 = G_B8_0; if ((((int32_t)0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))))) { G_B10_0 = G_B8_0; goto IL_00bb; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_24 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_25 = V_2; NullCheck(L_24); String_t* L_26 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_24, L_25); G_B11_0 = L_26; G_B11_1 = G_B9_0; goto IL_00c0; } IL_00bb: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B11_0 = L_27; G_B11_1 = G_B10_0; } IL_00c0: { NullCheck(G_B11_1); G_B11_1->set_m_lastBroadCast_0(G_B11_0); goto IL_0150; } IL_00ca: { IL2CPP_RUNTIME_CLASS_INIT(CIOVar_t2470797383_il2cpp_TypeInfo_var); CIOVar_RemoveDirectory_m3632793983(NULL /*static, unused*/, _stringLiteral3905554772, /*hidden argument*/NULL); CWriteVar_CreateDirectory_m944121244(NULL /*static, unused*/, _stringLiteral3905554772, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_28 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_28); String_t* L_30 = CNetServerConfig_GetConfigString_m1508055105(L_28, _stringLiteral4058231383, L_29, /*hidden argument*/NULL); V_3 = L_30; String_t* L_31 = V_3; bool L_32 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_011f; } } { logicLoginBroadCast_t172751115 * L_33 = logicLoginBroadCast_GetInstance_m1589026507(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); L_33->set_m_checkState_1(((int32_t)10)); logicLoginBroadCast_t172751115 * L_34 = logicLoginBroadCast_GetInstance_m1589026507(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_34); L_34->set_m_lastBroadCast_0(L_35); goto IL_0150; } IL_011f: { String_t* L_36 = V_3; NullCheck(L_36); String_t* L_37 = String_ToLower_m2029374922(L_36, /*hidden argument*/NULL); String_t* L_38 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = String_Concat_m3937257545(NULL /*static, unused*/, L_37, L_38, /*hidden argument*/NULL); V_3 = L_39; CBroadCastTextMsg_t2743237920 * L_40 = (CBroadCastTextMsg_t2743237920 *)il2cpp_codegen_object_new(CBroadCastTextMsg_t2743237920_il2cpp_TypeInfo_var); CBroadCastTextMsg__ctor_m1006798977(L_40, /*hidden argument*/NULL); V_4 = L_40; CBroadCastTextMsg_t2743237920 * L_41 = V_4; String_t* L_42 = V_0; NullCheck(L_41); L_41->set_m_fileName_5(L_42); CBroadCastTextMsg_t2743237920 * L_43 = V_4; String_t* L_44 = V_3; NullCheck(L_43); IWebGetMsgBase_SetUrl_m3512145757(L_43, L_44, /*hidden argument*/NULL); CThreadManager_t1155338034 * L_45 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); CBroadCastTextMsg_t2743237920 * L_46 = V_4; NullCheck(L_45); CThreadManager_PushMsg_m3098333431(L_45, 0, L_46, /*hidden argument*/NULL); } IL_0150: { goto IL_0170; } IL_0155: { logicLoginBroadCast_t172751115 * L_47 = logicLoginBroadCast_GetInstance_m1589026507(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_47); L_47->set_m_lastBroadCast_0(L_48); logicLoginBroadCast_t172751115 * L_49 = logicLoginBroadCast_GetInstance_m1589026507(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_49); L_49->set_m_checkState_1(((int32_t)10)); } IL_0170: { 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.logicLoginBroadCast/CBroadCastTextMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBroadCastTextMsg__ctor_m1006798977 (CBroadCastTextMsg_t2743237920 * __this, const RuntimeMethod* method) { { CThreadMsgWebGet__ctor_m3027652583(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.logicLoginBroadCast/CBroadCastTextMsg::OnBackGroundExcuteEnd() extern "C" IL2CPP_METHOD_ATTR void CBroadCastTextMsg_OnBackGroundExcuteEnd_m1708636187 (CBroadCastTextMsg_t2743237920 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CBroadCastTextMsg_OnBackGroundExcuteEnd_m1708636187_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_003b; } } { 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_003b; } } { String_t* L_2 = __this->get_m_fileName_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3906931028, L_2, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_4 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] DMCore.Framework.Thread.IWebGetMsgBase::GetBuffer() */, __this); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); CWriteVar_WriteFile_m799854996(NULL /*static, unused*/, L_3, L_4, 0, L_5, (bool)1, /*hidden argument*/NULL); } IL_003b: { return; } } // System.Void DMCore.Logic.logicLoginBroadCast/CBroadCastTextMsg::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CBroadCastTextMsg_OnEndExcute_m1399943769 (CBroadCastTextMsg_t2743237920 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CBroadCastTextMsg_OnEndExcute_m1399943769_MetadataUsageId); s_Il2CppMethodInitialized = true; } { logicLoginBroadCast_t172751115 * L_0 = logicLoginBroadCast_GetInstance_m1589026507(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); L_0->set_m_checkState_1(((int32_t)10)); bool L_1 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (L_1) { goto IL_002d; } } { logicLoginBroadCast_t172751115 * L_2 = logicLoginBroadCast_GetInstance_m1589026507(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_2); L_2->set_m_lastBroadCast_0(L_3); CThreadMsgWebGet_OnEndExcute_m1512998207(__this, /*hidden argument*/NULL); return; } IL_002d: { int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); if ((((int32_t)0) >= ((int32_t)L_4))) { goto IL_005f; } } { logicLoginBroadCast_t172751115 * L_5 = logicLoginBroadCast_GetInstance_m1589026507(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_6 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_7 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] DMCore.Framework.Thread.IWebGetMsgBase::GetBuffer() */, __this); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); NullCheck(L_6); String_t* L_9 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_6, L_7, 0, L_8); NullCheck(L_5); L_5->set_m_lastBroadCast_0(L_9); goto IL_006e; } IL_005f: { logicLoginBroadCast_t172751115 * L_10 = logicLoginBroadCast_GetInstance_m1589026507(NULL /*static, unused*/, /*hidden argument*/NULL); 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_10); L_10->set_m_lastBroadCast_0(L_11); } IL_006e: { 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.logicServerList::.ctor() extern "C" IL2CPP_METHOD_ATTR void logicServerList__ctor_m786783391 (logicServerList_t796012166 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_checkState_1(0); logicServerList_set_IsCheckListDone_m1967171661(__this, (bool)0, /*hidden argument*/NULL); return; } } // DMCore.Logic.logicServerList DMCore.Logic.logicServerList::GetInstance() extern "C" IL2CPP_METHOD_ATTR logicServerList_t796012166 * logicServerList_GetInstance_m3904653172 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicServerList_GetInstance_m3904653172_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(logicServerList_t796012166_il2cpp_TypeInfo_var); logicServerList_t796012166 * L_0 = ((logicServerList_t796012166_StaticFields*)il2cpp_codegen_static_fields_for(logicServerList_t796012166_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (L_0) { goto IL_0014; } } { logicServerList_t796012166 * L_1 = (logicServerList_t796012166 *)il2cpp_codegen_object_new(logicServerList_t796012166_il2cpp_TypeInfo_var); logicServerList__ctor_m786783391(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(logicServerList_t796012166_il2cpp_TypeInfo_var); ((logicServerList_t796012166_StaticFields*)il2cpp_codegen_static_fields_for(logicServerList_t796012166_il2cpp_TypeInfo_var))->set_s_Instance_2(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(logicServerList_t796012166_il2cpp_TypeInfo_var); logicServerList_t796012166 * L_2 = ((logicServerList_t796012166_StaticFields*)il2cpp_codegen_static_fields_for(logicServerList_t796012166_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_2; } } // System.Boolean DMCore.Logic.logicServerList::IsReady() extern "C" IL2CPP_METHOD_ATTR bool logicServerList_IsReady_m1205508327 (logicServerList_t796012166 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_checkState_1(); return (bool)((((int32_t)((int32_t)10)) == ((int32_t)L_0))? 1 : 0); } } // System.Boolean DMCore.Logic.logicServerList::IsFailed() extern "C" IL2CPP_METHOD_ATTR bool logicServerList_IsFailed_m908163993 (logicServerList_t796012166 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_checkState_1(); return (bool)((((int32_t)2) == ((int32_t)L_0))? 1 : 0); } } // System.Boolean DMCore.Logic.logicServerList::get_IsCheckListDone() extern "C" IL2CPP_METHOD_ATTR bool logicServerList_get_IsCheckListDone_m3308911871 (logicServerList_t796012166 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsCheckListDoneU3Ek__BackingField_0(); return L_0; } } // System.Void DMCore.Logic.logicServerList::set_IsCheckListDone(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void logicServerList_set_IsCheckListDone_m1967171661 (logicServerList_t796012166 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsCheckListDoneU3Ek__BackingField_0(L_0); return; } } // System.Void DMCore.Logic.logicServerList::RefreshServerState() extern "C" IL2CPP_METHOD_ATTR void logicServerList_RefreshServerState_m159355337 (logicServerList_t796012166 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicServerList_RefreshServerState_m159355337_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CBroadcastServerStateMsg_t956703417 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_0 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_0); String_t* L_2 = CNetServerConfig_GetConfigString_m1508055105(L_0, _stringLiteral3614591045, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(logicServerList_t796012166_il2cpp_TypeInfo_var); logicServerList_t796012166 * L_5 = logicServerList_GetInstance_m3904653172(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); L_5->set_m_checkState_1(((int32_t)10)); goto IL_004a; } IL_0031: { CBroadcastServerStateMsg_t956703417 * L_6 = (CBroadcastServerStateMsg_t956703417 *)il2cpp_codegen_object_new(CBroadcastServerStateMsg_t956703417_il2cpp_TypeInfo_var); CBroadcastServerStateMsg__ctor_m3170940712(L_6, /*hidden argument*/NULL); V_1 = L_6; CBroadcastServerStateMsg_t956703417 * L_7 = V_1; String_t* L_8 = V_0; NullCheck(L_7); IWebGetMsgBase_SetUrl_m3512145757(L_7, L_8, /*hidden argument*/NULL); CThreadManager_t1155338034 * L_9 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); CBroadcastServerStateMsg_t956703417 * L_10 = V_1; NullCheck(L_9); CThreadManager_PushMsg_m3098333431(L_9, 0, L_10, /*hidden argument*/NULL); } IL_004a: { return; } } // System.Void DMCore.Logic.logicServerList::OnDownLoadServerList(System.String) extern "C" IL2CPP_METHOD_ATTR void logicServerList_OnDownLoadServerList_m1949366319 (logicServerList_t796012166 * __this, String_t* ____url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (logicServerList_OnDownLoadServerList_m1949366319_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CLogicServerListDownload_t4239573039 * V_1 = NULL; DateTime_t3738529785 V_2; memset(&V_2, 0, sizeof(V_2)); { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_0 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_0); String_t* L_2 = CNetServerConfig_GetConfigString_m1508055105(L_0, _stringLiteral1169142167, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_5 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = CNetServerConfig_IsValidProxy_m4030729817(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003c; } } { __this->set_m_checkState_1(((int32_t)10)); goto IL_0093; } IL_003c: { String_t* L_7 = ____url0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0054; } } { __this->set_m_checkState_1(((int32_t)10)); goto IL_0093; } IL_0054: { CLogicServerListDownload_t4239573039 * L_9 = (CLogicServerListDownload_t4239573039 *)il2cpp_codegen_object_new(CLogicServerListDownload_t4239573039_il2cpp_TypeInfo_var); CLogicServerListDownload__ctor_m1591263555(L_9, /*hidden argument*/NULL); V_1 = L_9; __this->set_m_checkState_1(1); String_t* L_10 = ____url0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_11 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_11; String_t* L_12 = DateTime_ToString_m3718521780((&V_2), _stringLiteral4078136661, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3755062657(NULL /*static, unused*/, L_10, _stringLiteral3481729370, L_12, /*hidden argument*/NULL); ____url0 = L_13; CLogicServerListDownload_t4239573039 * L_14 = V_1; String_t* L_15 = ____url0; NullCheck(L_14); IWebGetMsgBase_SetUrl_m3512145757(L_14, L_15, /*hidden argument*/NULL); CThreadManager_t1155338034 * L_16 = CThreadManager_GetInstance_m98901248(NULL /*static, unused*/, /*hidden argument*/NULL); CLogicServerListDownload_t4239573039 * L_17 = V_1; NullCheck(L_16); CThreadManager_PushMsg_m3098333431(L_16, 0, L_17, /*hidden argument*/NULL); } IL_0093: { return; } } // System.Int32 DMCore.Logic.logicServerList::get_LinkNum() extern "C" IL2CPP_METHOD_ATTR int32_t logicServerList_get_LinkNum_m698130892 (logicServerList_t796012166 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_linkNum_3(); return L_0; } } // System.Void DMCore.Logic.logicServerList::set_LinkNum(System.Int32) extern "C" IL2CPP_METHOD_ATTR void logicServerList_set_LinkNum_m1639408057 (logicServerList_t796012166 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_linkNum_3(L_0); return; } } // System.Void DMCore.Logic.logicServerList::.cctor() extern "C" IL2CPP_METHOD_ATTR void logicServerList__cctor_m883277012 (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.logicServerList/CBroadcastServerStateMsg::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBroadcastServerStateMsg__ctor_m3170940712 (CBroadcastServerStateMsg_t956703417 * __this, const RuntimeMethod* method) { { CThreadMsgWebGet__ctor_m3027652583(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.logicServerList/CBroadcastServerStateMsg::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CBroadcastServerStateMsg_OnEndExcute_m2982518112 (CBroadcastServerStateMsg_t956703417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CBroadcastServerStateMsg_OnEndExcute_m2982518112_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; String_t* G_B5_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(logicServerList_t796012166_il2cpp_TypeInfo_var); logicServerList_t796012166 * L_0 = logicServerList_GetInstance_m3904653172(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); L_0->set_m_checkState_1(((int32_t)10)); bool L_1 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (L_1) { goto IL_001e; } } { CThreadMsgWebGet_OnEndExcute_m1512998207(__this, /*hidden argument*/NULL); return; } IL_001e: { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); if ((((int32_t)0) < ((int32_t)L_2))) { goto IL_0034; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B5_0 = L_3; goto IL_004b; } IL_0034: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_4 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_5 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] DMCore.Framework.Thread.IWebGetMsgBase::GetBuffer() */, __this); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); NullCheck(L_4); String_t* L_7 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, L_6); G_B5_0 = L_7; } IL_004b: { V_0 = G_B5_0; String_t* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005e; } } { CThreadMsgWebGet_OnEndExcute_m1512998207(__this, /*hidden argument*/NULL); return; } IL_005e: { String_t* L_10 = V_0; CharU5BU5D_t3528271667* L_11 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_11); (L_11)->SetAt(static_cast(0), (Il2CppChar)((int32_t)10)); NullCheck(L_10); StringU5BU5D_t1281789340* L_12 = String_Split_m3646115398(L_10, L_11, /*hidden argument*/NULL); V_1 = L_12; IL2CPP_RUNTIME_CLASS_INIT(CServerChoice_t1594647161_il2cpp_TypeInfo_var); CServerChoice_t1594647161 * L_13 = CServerChoice_GetInstance_m3223935865(NULL /*static, unused*/, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_14 = V_1; NullCheck(L_13); CServerChoice_DeserialServerStateInfo_m1786344827(L_13, L_14, /*hidden argument*/NULL); 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.logicServerList/CLogicServerListDownload::.ctor() extern "C" IL2CPP_METHOD_ATTR void CLogicServerListDownload__ctor_m1591263555 (CLogicServerListDownload_t4239573039 * __this, const RuntimeMethod* method) { { CThreadMsgWebGet__ctor_m3027652583(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.logicServerList/CLogicServerListDownload::OnBackGroundExcuteEnd() extern "C" IL2CPP_METHOD_ATTR void CLogicServerListDownload_OnBackGroundExcuteEnd_m2171269160 (CLogicServerListDownload_t4239573039 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLogicServerListDownload_OnBackGroundExcuteEnd_m2171269160_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 DMCore.Framework.Thread.IWebGetMsgBase::GetSize() */, __this); V_0 = L_0; __this->set_result_5((ByteU5BU5D_t4116647657*)NULL); bool L_1 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0050; } } { int32_t L_2 = V_0; if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0050; } } IL_0020: try { // begin try (depth: 1) int32_t L_3 = V_0; __this->set_result_5(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_3))); ByteU5BU5D_t4116647657* L_4 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] DMCore.Framework.Thread.IWebGetMsgBase::GetBuffer() */, __this); ByteU5BU5D_t4116647657* L_5 = __this->get_result_5(); int32_t L_6 = V_0; Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); goto IL_0050; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0043; throw e; } CATCH_0043: { // begin catch(System.Object) __this->set_result_5((ByteU5BU5D_t4116647657*)NULL); goto IL_0050; } // end catch (depth: 1) IL_0050: { return; } } // System.Void DMCore.Logic.logicServerList/CLogicServerListDownload::OnEndExcute() extern "C" IL2CPP_METHOD_ATTR void CLogicServerListDownload_OnEndExcute_m4016132448 (CLogicServerListDownload_t4239573039 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CLogicServerListDownload_OnEndExcute_m4016132448_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; { bool L_0 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0048; } } { IL2CPP_RUNTIME_CLASS_INIT(logicServerList_t796012166_il2cpp_TypeInfo_var); logicServerList_t796012166 * L_1 = logicServerList_GetInstance_m3904653172(NULL /*static, unused*/, /*hidden argument*/NULL); logicServerList_t796012166 * L_2 = L_1; NullCheck(L_2); int32_t L_3 = L_2->get_m_linkNum_3(); NullCheck(L_2); L_2->set_m_linkNum_3(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); logicServerList_t796012166 * L_4 = logicServerList_GetInstance_m3904653172(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = L_4->get_m_linkNum_3(); if ((!(((uint32_t)L_5) == ((uint32_t)3)))) { goto IL_003d; } } { IL2CPP_RUNTIME_CLASS_INIT(logicServerList_t796012166_il2cpp_TypeInfo_var); logicServerList_t796012166 * L_6 = logicServerList_GetInstance_m3904653172(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_m_checkState_1(2); goto IL_0048; } IL_003d: { IL2CPP_RUNTIME_CLASS_INIT(logicServerList_t796012166_il2cpp_TypeInfo_var); logicServerList_t796012166 * L_7 = logicServerList_GetInstance_m3904653172(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); logicServerList_set_IsCheckListDone_m1967171661(L_7, (bool)0, /*hidden argument*/NULL); } IL_0048: { bool L_8 = IThreadMsg_IsSuccess_m186262284(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_00b6; } } { ByteU5BU5D_t4116647657* L_9 = __this->get_result_5(); if (!L_9) { goto IL_00b6; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_10 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_11 = __this->get_result_5(); ByteU5BU5D_t4116647657* L_12 = __this->get_result_5(); NullCheck(L_12); NullCheck(L_10); String_t* L_13 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(21 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_10, L_11, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))); V_0 = L_13; String_t* L_14 = V_0; 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_00b6; } } { String_t* L_16 = V_0; CharU5BU5D_t3528271667* L_17 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_17); (L_17)->SetAt(static_cast(0), (Il2CppChar)((int32_t)10)); NullCheck(L_16); StringU5BU5D_t1281789340* L_18 = String_Split_m3646115398(L_16, L_17, /*hidden argument*/NULL); V_1 = L_18; IL2CPP_RUNTIME_CLASS_INIT(CServerChoice_t1594647161_il2cpp_TypeInfo_var); CServerChoice_t1594647161 * L_19 = CServerChoice_GetInstance_m3223935865(NULL /*static, unused*/, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_20 = V_1; NullCheck(L_19); CServerChoice_DeserialServerListInfo_m1596086115(L_19, L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(logicServerList_t796012166_il2cpp_TypeInfo_var); logicServerList_t796012166 * L_21 = logicServerList_GetInstance_m3904653172(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); logicServerList_RefreshServerState_m159355337(L_21, /*hidden argument*/NULL); logicServerList_t796012166 * L_22 = logicServerList_GetInstance_m3904653172(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_m_checkState_1(((int32_t)10)); } IL_00b6: { __this->set_result_5((ByteU5BU5D_t4116647657*)NULL); 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.MagicWorkShopConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopConfig__ctor_m4182274176 (MagicWorkShopConfig_t833590401 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig__ctor_m4182274176_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t1632706988 * L_0 = (Dictionary_2_t1632706988 *)il2cpp_codegen_object_new(Dictionary_2_t1632706988_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3302800229(L_0, /*hidden argument*/Dictionary_2__ctor_m3302800229_RuntimeMethod_var); __this->set_categoryBoneNameCfg_2(L_0); Dictionary_2_t4083476977 * L_1 = (Dictionary_2_t4083476977 *)il2cpp_codegen_object_new(Dictionary_2_t4083476977_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1206406776(L_1, /*hidden argument*/Dictionary_2__ctor_m1206406776_RuntimeMethod_var); __this->set_jewelEffectCfg_1(L_1); List_1_t723336618 * L_2 = (List_1_t723336618 *)il2cpp_codegen_object_new(List_1_t723336618_il2cpp_TypeInfo_var); List_1__ctor_m1258589800(L_2, /*hidden argument*/List_1__ctor_m1258589800_RuntimeMethod_var); __this->set_handBookClothCfg_4(L_2); 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_upstepMaterials_3(L_3); V_0 = _stringLiteral1413134270; String_t* L_4 = V_0; ITextBase_PushTask_m2878137237(__this, L_4, 1, /*hidden argument*/NULL); CResourceAdapter_t3687212940 * L_5 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_005a; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_7 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = V_0; NullCheck(L_7); IResourceManager_PushProtecedRes_m1596221893(L_7, L_8, /*hidden argument*/NULL); } IL_005a: { return; } } // DMCore.Logic.MagicWorkShopConfig DMCore.Logic.MagicWorkShopConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR MagicWorkShopConfig_t833590401 * MagicWorkShopConfig_GetInstance_m2722586947 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_GetInstance_m2722586947_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MagicWorkShopConfig_t833590401 * L_0 = ((MagicWorkShopConfig_t833590401_StaticFields*)il2cpp_codegen_static_fields_for(MagicWorkShopConfig_t833590401_il2cpp_TypeInfo_var))->get_s_Instance_5(); if (!L_0) { goto IL_0010; } } { MagicWorkShopConfig_t833590401 * L_1 = ((MagicWorkShopConfig_t833590401_StaticFields*)il2cpp_codegen_static_fields_for(MagicWorkShopConfig_t833590401_il2cpp_TypeInfo_var))->get_s_Instance_5(); return L_1; } IL_0010: { MagicWorkShopConfig_t833590401 * L_2 = (MagicWorkShopConfig_t833590401 *)il2cpp_codegen_object_new(MagicWorkShopConfig_t833590401_il2cpp_TypeInfo_var); MagicWorkShopConfig__ctor_m4182274176(L_2, /*hidden argument*/NULL); ((MagicWorkShopConfig_t833590401_StaticFields*)il2cpp_codegen_static_fields_for(MagicWorkShopConfig_t833590401_il2cpp_TypeInfo_var))->set_s_Instance_5(L_2); MagicWorkShopConfig_t833590401 * L_3 = ((MagicWorkShopConfig_t833590401_StaticFields*)il2cpp_codegen_static_fields_for(MagicWorkShopConfig_t833590401_il2cpp_TypeInfo_var))->get_s_Instance_5(); return L_3; } } // System.Void DMCore.Logic.MagicWorkShopConfig::Clear() extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopConfig_Clear_m1384678818 (MagicWorkShopConfig_t833590401 * __this, const RuntimeMethod* method) { { return; } } // System.Void DMCore.Logic.MagicWorkShopConfig::RequestUpstepMaterial(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopConfig_RequestUpstepMaterial_m1753216667 (MagicWorkShopConfig_t833590401 * __this, int32_t ___barid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_RequestUpstepMaterial_m1753216667_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)984), /*hidden argument*/NULL); CDataArray_t4068198041 * L_2 = V_0; int32_t L_3 = ___barid0; 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.MagicWorkShopConfig::ReceiveClothUpstepMaterial(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopConfig_ReceiveClothUpstepMaterial_m1241041931 (MagicWorkShopConfig_t833590401 * __this, CDataArray_t4068198041 * ___cd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_ReceiveClothUpstepMaterial_m1241041931_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; MagicWSMatUnit_t2365652776 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; MagicWSMaterialItem_t914674430 * V_10 = NULL; { V_0 = 1; CDataArray_t4068198041 * L_0 = ___cd0; int32_t L_1 = V_0; int32_t L_2 = L_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, (-1), /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_0017; } } { return; } IL_0017: { MagicWSMatUnit_t2365652776 * L_5 = (MagicWSMatUnit_t2365652776 *)il2cpp_codegen_object_new(MagicWSMatUnit_t2365652776_il2cpp_TypeInfo_var); MagicWSMatUnit__ctor_m3816132532(L_5, /*hidden argument*/NULL); V_2 = L_5; CDataArray_t4068198041 * L_6 = ___cd0; int32_t L_7 = V_0; int32_t L_8 = L_7; V_0 = ((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, (-1), /*hidden argument*/NULL); V_3 = L_9; CDataArray_t4068198041 * L_10 = ___cd0; int32_t L_11 = V_0; int32_t L_12 = L_11; V_0 = ((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, (-1), /*hidden argument*/NULL); V_4 = L_13; MagicWSMatUnit_t2365652776 * L_14 = V_2; int32_t L_15 = V_3; NullCheck(L_14); L_14->set_NextLevelJewelId_0(L_15); MagicWSMatUnit_t2365652776 * L_16 = V_2; NullCheck(L_16); List_1_t2386749172 * L_17 = L_16->get_materialInventory_1(); NullCheck(L_17); List_1_Clear_m1171833047(L_17, /*hidden argument*/List_1_Clear_m1171833047_RuntimeMethod_var); CDataArray_t4068198041 * L_18 = ___cd0; int32_t L_19 = V_0; int32_t L_20 = L_19; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); NullCheck(L_18); int32_t L_21 = CDataArray_GetInt_m1111369473(L_18, L_20, (-1), /*hidden argument*/NULL); V_5 = L_21; V_6 = 0; goto IL_00b5; } IL_0060: { int32_t L_22 = V_0; int32_t L_23 = V_6; int32_t L_24 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)L_24)))); CDataArray_t4068198041 * L_25 = ___cd0; int32_t L_26 = V_7; int32_t L_27 = L_26; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); NullCheck(L_25); int32_t L_28 = CDataArray_GetInt_m1111369473(L_25, L_27, (-1), /*hidden argument*/NULL); V_8 = L_28; CDataArray_t4068198041 * L_29 = ___cd0; int32_t L_30 = V_7; int32_t L_31 = L_30; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); NullCheck(L_29); int32_t L_32 = CDataArray_GetInt_m1111369473(L_29, L_31, (-1), /*hidden argument*/NULL); V_9 = L_32; MagicWSMaterialItem_t914674430 * L_33 = (MagicWSMaterialItem_t914674430 *)il2cpp_codegen_object_new(MagicWSMaterialItem_t914674430_il2cpp_TypeInfo_var); MagicWSMaterialItem__ctor_m1304866130(L_33, /*hidden argument*/NULL); V_10 = L_33; MagicWSMaterialItem_t914674430 * L_34 = V_10; int32_t L_35 = V_8; NullCheck(L_34); L_34->set_ConfigId_0(L_35); MagicWSMaterialItem_t914674430 * L_36 = V_10; int32_t L_37 = V_9; NullCheck(L_36); L_36->set_Num_1(L_37); MagicWSMatUnit_t2365652776 * L_38 = V_2; NullCheck(L_38); List_1_t2386749172 * L_39 = L_38->get_materialInventory_1(); MagicWSMaterialItem_t914674430 * L_40 = V_10; NullCheck(L_39); List_1_Add_m2522228238(L_39, L_40, /*hidden argument*/List_1_Add_m2522228238_RuntimeMethod_var); int32_t L_41 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b5: { int32_t L_42 = V_6; int32_t L_43 = V_4; if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_0060; } } { IL2CPP_RUNTIME_CLASS_INIT(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var); MagicWorkShopMainManager_t420038521 * L_44 = MagicWorkShopMainManager_GetInstance_m2608188513(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_45 = V_1; MagicWSMatUnit_t2365652776 * L_46 = V_2; NullCheck(L_44); MagicWorkShopMainManager_SetMaterialCfg_m1688744282(L_44, L_45, L_46, /*hidden argument*/NULL); return; } } // System.Collections.Generic.List`1 DMCore.Logic.MagicWorkShopConfig::GetMaterialList(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t2386749172 * MagicWorkShopConfig_GetMaterialList_m1923206579 (MagicWorkShopConfig_t833590401 * __this, int32_t ___barId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_GetMaterialList_m1923206579_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2386749172 * V_0 = NULL; MagicWSMatUnit_t2365652776 * V_1 = NULL; List_1_t2386749172 * V_2 = NULL; { V_0 = (List_1_t2386749172 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var); MagicWorkShopMainManager_t420038521 * L_0 = MagicWorkShopMainManager_GetInstance_m2608188513(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CDataModelMap_t1093164792 * L_1 = MagicWorkShopMainManager_GetMaterialCfg_m910618217(L_0, /*hidden argument*/NULL); int32_t L_2 = ___barId0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); NullCheck(L_1); RuntimeObject * L_5 = CDataModelMap_GetValue_m2959219901(L_1, L_4, /*hidden argument*/NULL); V_1 = ((MagicWSMatUnit_t2365652776 *)CastclassClass((RuntimeObject*)L_5, MagicWSMatUnit_t2365652776_il2cpp_TypeInfo_var)); MagicWSMatUnit_t2365652776 * L_6 = V_1; if (!L_6) { goto IL_0038; } } { MagicWSMatUnit_t2365652776 * L_7 = V_1; NullCheck(L_7); List_1_t2386749172 * L_8 = L_7->get_materialInventory_1(); V_2 = L_8; List_1_t2386749172 * L_9 = V_2; NullCheck(L_9); int32_t L_10 = List_1_get_Count_m1385971864(L_9, /*hidden argument*/List_1_get_Count_m1385971864_RuntimeMethod_var); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0038; } } { List_1_t2386749172 * L_11 = V_2; V_0 = L_11; } IL_0038: { List_1_t2386749172 * L_12 = V_0; return L_12; } } // System.String DMCore.Logic.MagicWorkShopConfig::GetPartNameByCategory(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* MagicWorkShopConfig_GetPartNameByCategory_m3850815379 (MagicWorkShopConfig_t833590401 * __this, int32_t ___cateGory0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_GetPartNameByCategory_m3850815379_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = Int32_ToString_m141394615((&___cateGory0), /*hidden argument*/NULL); V_0 = L_0; Dictionary_2_t1632706988 * L_1 = __this->get_categoryBoneNameCfg_2(); String_t* L_2 = V_0; NullCheck(L_1); bool L_3 = Dictionary_2_ContainsKey_m2249167092(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m2249167092_RuntimeMethod_var); if (!L_3) { goto IL_002c; } } { Dictionary_2_t1632706988 * L_4 = __this->get_categoryBoneNameCfg_2(); String_t* L_5 = V_0; NullCheck(L_4); String_t* L_6 = Dictionary_2_get_Item_m2643467469(L_4, L_5, /*hidden argument*/Dictionary_2_get_Item_m2643467469_RuntimeMethod_var); return L_6; } IL_002c: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_7; } } // System.String DMCore.Logic.MagicWorkShopConfig::GetEffectPathByJewelId(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* MagicWorkShopConfig_GetEffectPathByJewelId_m3668742739 (MagicWorkShopConfig_t833590401 * __this, int32_t ___efftctId0, int32_t ___category1, int32_t ___level2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_GetEffectPathByJewelId_m3668742739_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; int32_t L_1 = ___efftctId0; if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0014; } } { int32_t L_2 = ___level2; if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_001a; } } IL_0014: { 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_001a: { CResourceAdapter_t3687212940 * L_4 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_00d9; } } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_6 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_6) { goto IL_0086; } } { ObjectU5BU5D_t2843939325* L_7 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)7)); int32_t L_8 = ___efftctId0; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_10); ObjectU5BU5D_t2843939325* L_11 = L_7; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral3452614529); (L_11)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3452614529); ObjectU5BU5D_t2843939325* L_12 = L_11; String_t* L_13 = Int32_ToString_m372259452((&___category1), _stringLiteral3451565968, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(2), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_12; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral3452614529); (L_14)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3452614529); ObjectU5BU5D_t2843939325* L_15 = L_14; int32_t L_16 = ___level2; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(4), (RuntimeObject *)L_18); ObjectU5BU5D_t2843939325* L_19 = L_15; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral3452614529); (L_19)->SetAt(static_cast(5), (RuntimeObject *)_stringLiteral3452614529); ObjectU5BU5D_t2843939325* L_20 = L_19; int32_t L_21 = ___level2; int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_22); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(6), (RuntimeObject *)L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m2971454694(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); V_0 = L_24; goto IL_00d4; } IL_0086: { ObjectU5BU5D_t2843939325* L_25 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)7)); int32_t L_26 = ___efftctId0; int32_t L_27 = L_26; RuntimeObject * L_28 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_27); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_28); (L_25)->SetAt(static_cast(0), (RuntimeObject *)L_28); ObjectU5BU5D_t2843939325* L_29 = L_25; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral3452614529); (L_29)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3452614529); ObjectU5BU5D_t2843939325* L_30 = L_29; String_t* L_31 = Int32_ToString_m372259452((&___category1), _stringLiteral3451565968, /*hidden argument*/NULL); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_31); (L_30)->SetAt(static_cast(2), (RuntimeObject *)L_31); ObjectU5BU5D_t2843939325* L_32 = L_30; NullCheck(L_32); ArrayElementTypeCheck (L_32, _stringLiteral3452614529); (L_32)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3452614529); ObjectU5BU5D_t2843939325* L_33 = L_32; int32_t L_34 = ___level2; int32_t L_35 = L_34; RuntimeObject * L_36 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_35); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_36); (L_33)->SetAt(static_cast(4), (RuntimeObject *)L_36); ObjectU5BU5D_t2843939325* L_37 = L_33; NullCheck(L_37); ArrayElementTypeCheck (L_37, _stringLiteral2718807609); (L_37)->SetAt(static_cast(5), (RuntimeObject *)_stringLiteral2718807609); ObjectU5BU5D_t2843939325* L_38 = L_37; int32_t L_39 = ___level2; int32_t L_40 = L_39; RuntimeObject * L_41 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_40); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_41); (L_38)->SetAt(static_cast(6), (RuntimeObject *)L_41); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = String_Concat_m2971454694(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); V_0 = L_42; } IL_00d4: { goto IL_016a; } IL_00d9: { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); bool L_43 = CAppOSHelp_IsHighQuality_m3319450917(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_43) { goto IL_012d; } } { ObjectU5BU5D_t2843939325* L_44 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6)); int32_t L_45 = ___efftctId0; int32_t L_46 = L_45; RuntimeObject * L_47 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_46); NullCheck(L_44); ArrayElementTypeCheck (L_44, L_47); (L_44)->SetAt(static_cast(0), (RuntimeObject *)L_47); ObjectU5BU5D_t2843939325* L_48 = L_44; NullCheck(L_48); ArrayElementTypeCheck (L_48, _stringLiteral3452614529); (L_48)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3452614529); ObjectU5BU5D_t2843939325* L_49 = L_48; String_t* L_50 = Int32_ToString_m372259452((&___category1), _stringLiteral3451565968, /*hidden argument*/NULL); NullCheck(L_49); ArrayElementTypeCheck (L_49, L_50); (L_49)->SetAt(static_cast(2), (RuntimeObject *)L_50); ObjectU5BU5D_t2843939325* L_51 = L_49; NullCheck(L_51); ArrayElementTypeCheck (L_51, _stringLiteral3452614529); (L_51)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3452614529); ObjectU5BU5D_t2843939325* L_52 = L_51; int32_t L_53 = ___level2; int32_t L_54 = L_53; RuntimeObject * L_55 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_54); NullCheck(L_52); ArrayElementTypeCheck (L_52, L_55); (L_52)->SetAt(static_cast(4), (RuntimeObject *)L_55); ObjectU5BU5D_t2843939325* L_56 = L_52; NullCheck(L_56); ArrayElementTypeCheck (L_56, _stringLiteral2150326491); (L_56)->SetAt(static_cast(5), (RuntimeObject *)_stringLiteral2150326491); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_57 = String_Concat_m2971454694(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); V_0 = L_57; goto IL_016a; } IL_012d: { ObjectU5BU5D_t2843939325* L_58 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); int32_t L_59 = ___efftctId0; int32_t L_60 = L_59; RuntimeObject * L_61 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_60); NullCheck(L_58); ArrayElementTypeCheck (L_58, L_61); (L_58)->SetAt(static_cast(0), (RuntimeObject *)L_61); ObjectU5BU5D_t2843939325* L_62 = L_58; NullCheck(L_62); ArrayElementTypeCheck (L_62, _stringLiteral3452614529); (L_62)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3452614529); ObjectU5BU5D_t2843939325* L_63 = L_62; String_t* L_64 = Int32_ToString_m372259452((&___category1), _stringLiteral3451565968, /*hidden argument*/NULL); NullCheck(L_63); ArrayElementTypeCheck (L_63, L_64); (L_63)->SetAt(static_cast(2), (RuntimeObject *)L_64); ObjectU5BU5D_t2843939325* L_65 = L_63; NullCheck(L_65); ArrayElementTypeCheck (L_65, _stringLiteral3452614529); (L_65)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3452614529); ObjectU5BU5D_t2843939325* L_66 = L_65; int32_t L_67 = ___level2; int32_t L_68 = L_67; RuntimeObject * L_69 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_68); NullCheck(L_66); ArrayElementTypeCheck (L_66, L_69); (L_66)->SetAt(static_cast(4), (RuntimeObject *)L_69); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_70 = String_Concat_m2971454694(NULL /*static, unused*/, L_66, /*hidden argument*/NULL); V_0 = L_70; } IL_016a: { String_t* L_71 = V_0; return L_71; } } // System.Int32 DMCore.Logic.MagicWorkShopConfig::GetHandbookShowClothIdBySex(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t MagicWorkShopConfig_GetHandbookShowClothIdBySex_m1968290043 (MagicWorkShopConfig_t833590401 * __this, int32_t ___sex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_GetHandbookShowClothIdBySex_m1968290043_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t128053199 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { List_1_t128053199 * L_0 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_0, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_0 = L_0; V_1 = 0; goto IL_003f; } IL_000d: { List_1_t723336618 * L_1 = __this->get_handBookClothCfg_4(); int32_t L_2 = V_1; NullCheck(L_1); HandBookCloth_t3546229172 * L_3 = List_1_get_Item_m3605926023(L_1, L_2, /*hidden argument*/List_1_get_Item_m3605926023_RuntimeMethod_var); NullCheck(L_3); int32_t L_4 = L_3->get_Sex_1(); int32_t L_5 = ___sex0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_003b; } } { List_1_t128053199 * L_6 = V_0; List_1_t723336618 * L_7 = __this->get_handBookClothCfg_4(); int32_t L_8 = V_1; NullCheck(L_7); HandBookCloth_t3546229172 * L_9 = List_1_get_Item_m3605926023(L_7, L_8, /*hidden argument*/List_1_get_Item_m3605926023_RuntimeMethod_var); NullCheck(L_9); int32_t L_10 = L_9->get_ClothId_0(); NullCheck(L_6); List_1_Add_m697420525(L_6, L_10, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_003b: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_003f: { int32_t L_12 = V_1; List_1_t723336618 * L_13 = __this->get_handBookClothCfg_4(); NullCheck(L_13); int32_t L_14 = List_1_get_Count_m3997944747(L_13, /*hidden argument*/List_1_get_Count_m3997944747_RuntimeMethod_var); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_000d; } } { List_1_t128053199 * L_15 = V_0; NullCheck(L_15); int32_t L_16 = List_1_get_Count_m186164705(L_15, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_0071; } } { List_1_t128053199 * L_17 = V_0; NullCheck(L_17); int32_t L_18 = List_1_get_Count_m186164705(L_17, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); int32_t L_19 = Random_Range_m4054026115(NULL /*static, unused*/, 0, L_18, /*hidden argument*/NULL); V_2 = L_19; List_1_t128053199 * L_20 = V_0; int32_t L_21 = V_2; NullCheck(L_20); int32_t L_22 = List_1_get_Item_m888956288(L_20, L_21, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); return L_22; } IL_0071: { return (-1); } } // DMCore.Logic.JewelData DMCore.Logic.MagicWorkShopConfig::GetJewelDataByJewId(System.Int32) extern "C" IL2CPP_METHOD_ATTR JewelData_t899796350 * MagicWorkShopConfig_GetJewelDataByJewId_m1010733542 (MagicWorkShopConfig_t833590401 * __this, int32_t ___jewelId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_GetJewelDataByJewId_m1010733542_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t4083476977 * L_0 = __this->get_jewelEffectCfg_1(); int32_t L_1 = ___jewelId0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3337302320(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3337302320_RuntimeMethod_var); if (!L_2) { goto IL_001e; } } { Dictionary_2_t4083476977 * L_3 = __this->get_jewelEffectCfg_1(); int32_t L_4 = ___jewelId0; NullCheck(L_3); JewelData_t899796350 * L_5 = Dictionary_2_get_Item_m5501401(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m5501401_RuntimeMethod_var); return L_5; } IL_001e: { return (JewelData_t899796350 *)NULL; } } // DMCore.Logic.JewelData DMCore.Logic.MagicWorkShopConfig::GetJewelEffectByTypeAndIndex(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR JewelData_t899796350 * MagicWorkShopConfig_GetJewelEffectByTypeAndIndex_m2690676828 (MagicWorkShopConfig_t833590401 * __this, int32_t ___type0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_GetJewelEffectByTypeAndIndex_m2690676828_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2371871092 * V_0 = NULL; Enumerator_t1742692456 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t2186181848 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t2186181848 V_3; memset(&V_3, 0, sizeof(V_3)); JewelData_t899796350 * V_4 = NULL; { List_1_t2371871092 * L_0 = (List_1_t2371871092 *)il2cpp_codegen_object_new(List_1_t2371871092_il2cpp_TypeInfo_var); List_1__ctor_m3693511000(L_0, /*hidden argument*/List_1__ctor_m3693511000_RuntimeMethod_var); V_0 = L_0; Dictionary_2_t4083476977 * L_1 = __this->get_jewelEffectCfg_1(); NullCheck(L_1); Enumerator_t1742692456 L_2 = Dictionary_2_GetEnumerator_m3717782355(L_1, /*hidden argument*/Dictionary_2_GetEnumerator_m3717782355_RuntimeMethod_var); V_1 = L_2; goto IL_0046; } IL_0017: { KeyValuePair_2_t2186181848 L_3 = Enumerator_get_Current_m2426020846((&V_1), /*hidden argument*/Enumerator_get_Current_m2426020846_RuntimeMethod_var); V_2 = L_3; JewelData_t899796350 * L_4 = KeyValuePair_2_get_Value_m994461664((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m994461664_RuntimeMethod_var); NullCheck(L_4); int32_t L_5 = L_4->get_Type_5(); int32_t L_6 = ___type0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0046; } } { List_1_t2371871092 * L_7 = V_0; KeyValuePair_2_t2186181848 L_8 = Enumerator_get_Current_m2426020846((&V_1), /*hidden argument*/Enumerator_get_Current_m2426020846_RuntimeMethod_var); V_3 = L_8; JewelData_t899796350 * L_9 = KeyValuePair_2_get_Value_m994461664((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m994461664_RuntimeMethod_var); NullCheck(L_7); List_1_Add_m3029579904(L_7, L_9, /*hidden argument*/List_1_Add_m3029579904_RuntimeMethod_var); } IL_0046: { bool L_10 = Enumerator_MoveNext_m326800195((&V_1), /*hidden argument*/Enumerator_MoveNext_m326800195_RuntimeMethod_var); if (L_10) { goto IL_0017; } } { V_4 = (JewelData_t899796350 *)NULL; int32_t L_11 = ___index1; if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_0071; } } { int32_t L_12 = ___index1; List_1_t2371871092 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = List_1_get_Count_m2548605071(L_13, /*hidden argument*/List_1_get_Count_m2548605071_RuntimeMethod_var); if ((((int32_t)L_12) >= ((int32_t)L_14))) { goto IL_0071; } } { List_1_t2371871092 * L_15 = V_0; int32_t L_16 = ___index1; NullCheck(L_15); JewelData_t899796350 * L_17 = List_1_get_Item_m3714637583(L_15, L_16, /*hidden argument*/List_1_get_Item_m3714637583_RuntimeMethod_var); V_4 = L_17; } IL_0071: { JewelData_t899796350 * L_18 = V_4; return L_18; } } // System.Int32 DMCore.Logic.MagicWorkShopConfig::GetJevelLevelById(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t MagicWorkShopConfig_GetJevelLevelById_m1002014654 (MagicWorkShopConfig_t833590401 * __this, int32_t ___jewelId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_GetJevelLevelById_m1002014654_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Enumerator_t1742692456 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t2186181848 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t2186181848 V_3; memset(&V_3, 0, sizeof(V_3)); { V_0 = 0; Dictionary_2_t4083476977 * L_0 = __this->get_jewelEffectCfg_1(); NullCheck(L_0); Enumerator_t1742692456 L_1 = Dictionary_2_GetEnumerator_m3717782355(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m3717782355_RuntimeMethod_var); V_1 = L_1; goto IL_0047; } IL_0013: { KeyValuePair_2_t2186181848 L_2 = Enumerator_get_Current_m2426020846((&V_1), /*hidden argument*/Enumerator_get_Current_m2426020846_RuntimeMethod_var); V_2 = L_2; JewelData_t899796350 * L_3 = KeyValuePair_2_get_Value_m994461664((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m994461664_RuntimeMethod_var); NullCheck(L_3); int32_t L_4 = L_3->get_JewelId_0(); int32_t L_5 = ___jewelId0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0047; } } { KeyValuePair_2_t2186181848 L_6 = Enumerator_get_Current_m2426020846((&V_1), /*hidden argument*/Enumerator_get_Current_m2426020846_RuntimeMethod_var); V_3 = L_6; JewelData_t899796350 * L_7 = KeyValuePair_2_get_Value_m994461664((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m994461664_RuntimeMethod_var); NullCheck(L_7); int32_t L_8 = L_7->get_Level_3(); V_0 = L_8; goto IL_0053; } IL_0047: { bool L_9 = Enumerator_MoveNext_m326800195((&V_1), /*hidden argument*/Enumerator_MoveNext_m326800195_RuntimeMethod_var); if (L_9) { goto IL_0013; } } IL_0053: { int32_t L_10 = V_0; return L_10; } } // System.Boolean DMCore.Logic.MagicWorkShopConfig::IsJevelMaxLevelById(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool MagicWorkShopConfig_IsJevelMaxLevelById_m3019533583 (MagicWorkShopConfig_t833590401 * __this, int32_t ___jewelId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_IsJevelMaxLevelById_m3019533583_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Enumerator_t1742692456 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t2186181848 V_2; memset(&V_2, 0, sizeof(V_2)); KeyValuePair_2_t2186181848 V_3; memset(&V_3, 0, sizeof(V_3)); { V_0 = (bool)0; Dictionary_2_t4083476977 * L_0 = __this->get_jewelEffectCfg_1(); NullCheck(L_0); Enumerator_t1742692456 L_1 = Dictionary_2_GetEnumerator_m3717782355(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m3717782355_RuntimeMethod_var); V_1 = L_1; goto IL_0058; } IL_0013: { KeyValuePair_2_t2186181848 L_2 = Enumerator_get_Current_m2426020846((&V_1), /*hidden argument*/Enumerator_get_Current_m2426020846_RuntimeMethod_var); V_2 = L_2; JewelData_t899796350 * L_3 = KeyValuePair_2_get_Value_m994461664((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m994461664_RuntimeMethod_var); NullCheck(L_3); int32_t L_4 = L_3->get_JewelId_0(); int32_t L_5 = ___jewelId0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0058; } } { KeyValuePair_2_t2186181848 L_6 = Enumerator_get_Current_m2426020846((&V_1), /*hidden argument*/Enumerator_get_Current_m2426020846_RuntimeMethod_var); V_3 = L_6; JewelData_t899796350 * L_7 = KeyValuePair_2_get_Value_m994461664((&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m994461664_RuntimeMethod_var); NullCheck(L_7); int32_t L_8 = L_7->get_Level_3(); IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_9 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = CMiscConfig_GetInt_m1183615064(L_9, _stringLiteral3089943459, 8, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)L_10)))) { goto IL_0058; } } { V_0 = (bool)1; } IL_0058: { bool L_11 = Enumerator_MoveNext_m326800195((&V_1), /*hidden argument*/Enumerator_MoveNext_m326800195_RuntimeMethod_var); if (L_11) { goto IL_0013; } } { bool L_12 = V_0; return L_12; } } // System.Int32 DMCore.Logic.MagicWorkShopConfig::GetMaxLevel() extern "C" IL2CPP_METHOD_ATTR int32_t MagicWorkShopConfig_GetMaxLevel_m1373311044 (MagicWorkShopConfig_t833590401 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_GetMaxLevel_m1373311044_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_0 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CMiscConfig_GetInt_m1183615064(L_0, _stringLiteral3089943459, 8, /*hidden argument*/NULL); return L_1; } } // System.Boolean DMCore.Logic.MagicWorkShopConfig::IsUpstepMaterials(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool MagicWorkShopConfig_IsUpstepMaterials_m1765700425 (MagicWorkShopConfig_t833590401 * __this, int32_t ___configId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_IsUpstepMaterials_m1765700425_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { V_0 = (bool)0; List_1_t128053199 * L_0 = __this->get_upstepMaterials_3(); int32_t L_1 = ___configId0; 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_0015; } } { V_0 = (bool)1; } IL_0015: { bool L_3 = V_0; return L_3; } } // System.Boolean DMCore.Logic.MagicWorkShopConfig::IsJewel(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool MagicWorkShopConfig_IsJewel_m1607171170 (MagicWorkShopConfig_t833590401 * __this, int32_t ___configId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_IsJewel_m1607171170_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Enumerator_t1742692456 V_1; memset(&V_1, 0, sizeof(V_1)); KeyValuePair_2_t2186181848 V_2; memset(&V_2, 0, sizeof(V_2)); { V_0 = (bool)0; Dictionary_2_t4083476977 * L_0 = __this->get_jewelEffectCfg_1(); NullCheck(L_0); Enumerator_t1742692456 L_1 = Dictionary_2_GetEnumerator_m3717782355(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m3717782355_RuntimeMethod_var); V_1 = L_1; goto IL_0034; } IL_0013: { KeyValuePair_2_t2186181848 L_2 = Enumerator_get_Current_m2426020846((&V_1), /*hidden argument*/Enumerator_get_Current_m2426020846_RuntimeMethod_var); V_2 = L_2; JewelData_t899796350 * L_3 = KeyValuePair_2_get_Value_m994461664((&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m994461664_RuntimeMethod_var); NullCheck(L_3); int32_t L_4 = L_3->get_JewelId_0(); int32_t L_5 = ___configId0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0034; } } { V_0 = (bool)1; goto IL_0040; } IL_0034: { bool L_6 = Enumerator_MoveNext_m326800195((&V_1), /*hidden argument*/Enumerator_MoveNext_m326800195_RuntimeMethod_var); if (L_6) { goto IL_0013; } } IL_0040: { bool L_7 = V_0; return L_7; } } // System.Collections.Generic.List`1 DMCore.Logic.MagicWorkShopConfig::GetCategoryList() extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * MagicWorkShopConfig_GetCategoryList_m2268545883 (MagicWorkShopConfig_t833590401 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_GetCategoryList_m2268545883_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t128053199 * V_0 = NULL; Enumerator_t3586889763 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; KeyValuePair_2_t4030379155 V_3; memset(&V_3, 0, sizeof(V_3)); { 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_t1632706988 * L_1 = __this->get_categoryBoneNameCfg_2(); NullCheck(L_1); Enumerator_t3586889763 L_2 = Dictionary_2_GetEnumerator_m1883005577(L_1, /*hidden argument*/Dictionary_2_GetEnumerator_m1883005577_RuntimeMethod_var); V_1 = L_2; goto IL_003d; } IL_0017: { V_2 = 0; KeyValuePair_2_t4030379155 L_3 = Enumerator_get_Current_m4125185638((&V_1), /*hidden argument*/Enumerator_get_Current_m4125185638_RuntimeMethod_var); V_3 = L_3; String_t* L_4 = KeyValuePair_2_get_Key_m3938572407((&V_3), /*hidden argument*/KeyValuePair_2_get_Key_m3938572407_RuntimeMethod_var); Int32_TryParse_m2404707562(NULL /*static, unused*/, L_4, (&V_2), /*hidden argument*/NULL); int32_t L_5 = V_2; if (!L_5) { goto IL_003d; } } { List_1_t128053199 * L_6 = V_0; int32_t L_7 = V_2; NullCheck(L_6); List_1_Add_m697420525(L_6, L_7, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_003d: { bool L_8 = Enumerator_MoveNext_m897800495((&V_1), /*hidden argument*/Enumerator_MoveNext_m897800495_RuntimeMethod_var); if (L_8) { goto IL_0017; } } { List_1_t128053199 * L_9 = V_0; return L_9; } } // System.Boolean DMCore.Logic.MagicWorkShopConfig::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool MagicWorkShopConfig_OnLoad_m939742983 (MagicWorkShopConfig_t833590401 * __this, String_t* ___texAsset0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopConfig_OnLoad_m939742983_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; XmlNode_t3767805227 * V_4 = NULL; XmlElement_t561603118 * V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; String_t* V_8 = NULL; JewelData_t899796350 * V_9 = NULL; HandBookCloth_t3546229172 * V_10 = NULL; Exception_t * V_11 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlNode_t3767805227 * G_B4_0 = NULL; IL_0000: try { // begin try (depth: 1) { int32_t L_0 = ___userData1; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0245; } } IL_0007: { Dictionary_2_t4083476977 * L_1 = __this->get_jewelEffectCfg_1(); NullCheck(L_1); Dictionary_2_Clear_m3119285572(L_1, /*hidden argument*/Dictionary_2_Clear_m3119285572_RuntimeMethod_var); Dictionary_2_t1632706988 * L_2 = __this->get_categoryBoneNameCfg_2(); NullCheck(L_2); Dictionary_2_Clear_m1279106658(L_2, /*hidden argument*/Dictionary_2_Clear_m1279106658_RuntimeMethod_var); List_1_t723336618 * L_3 = __this->get_handBookClothCfg_4(); NullCheck(L_3); List_1_Clear_m3375164841(L_3, /*hidden argument*/List_1_Clear_m3375164841_RuntimeMethod_var); List_1_t128053199 * L_4 = __this->get_upstepMaterials_3(); NullCheck(L_4); List_1_Clear_m2269680114(L_4, /*hidden argument*/List_1_Clear_m2269680114_RuntimeMethod_var); XmlDocument_t2837193595 * L_5 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_5, /*hidden argument*/NULL); V_0 = L_5; XmlDocument_t2837193595 * L_6 = V_0; String_t* L_7 = ___texAsset0; NullCheck(L_6); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_6, L_7); XmlDocument_t2837193595 * L_8 = V_0; if (!L_8) { goto IL_0051; } } IL_0046: { XmlDocument_t2837193595 * L_9 = V_0; NullCheck(L_9); XmlNode_t3767805227 * L_10 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_9); G_B4_0 = L_10; goto IL_0052; } IL_0051: { G_B4_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_0052: { V_1 = G_B4_0; XmlNode_t3767805227 * L_11 = V_1; if (!L_11) { goto IL_0064; } } IL_0059: { XmlNode_t3767805227 * L_12 = V_1; NullCheck(L_12); XmlNodeList_t2551693786 * L_13 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_12); if (L_13) { goto IL_006b; } } IL_0064: { V_2 = (bool)0; goto IL_0266; } IL_006b: { V_3 = 0; goto IL_0234; } IL_0072: { XmlNode_t3767805227 * L_14 = V_1; NullCheck(L_14); XmlNodeList_t2551693786 * L_15 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_14); int32_t L_16 = V_3; NullCheck(L_15); XmlNode_t3767805227 * L_17 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_15, L_16); V_4 = L_17; XmlNode_t3767805227 * L_18 = V_4; if (!L_18) { goto IL_0094; } } IL_0087: { XmlNode_t3767805227 * L_19 = V_4; 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)8)))) { goto IL_0099; } } IL_0094: { goto IL_0230; } IL_0099: { XmlNode_t3767805227 * L_21 = V_4; V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_21, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_22 = V_4; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3541063450, /*hidden argument*/NULL); if (!L_24) { goto IL_00dc; } } IL_00b8: { XmlElement_t561603118 * L_25 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_26 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_25, _stringLiteral1727185502, (-1), /*hidden argument*/NULL); V_6 = L_26; int32_t L_27 = V_6; if ((((int32_t)L_27) == ((int32_t)(-1)))) { goto IL_00dc; } } IL_00cf: { List_1_t128053199 * L_28 = __this->get_upstepMaterials_3(); int32_t L_29 = V_6; NullCheck(L_28); List_1_Add_m697420525(L_28, L_29, /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); } IL_00dc: { XmlNode_t3767805227 * L_30 = V_4; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_30); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_32 = String_op_Equality_m920492651(NULL /*static, unused*/, L_31, _stringLiteral443755345, /*hidden argument*/NULL); if (!L_32) { goto IL_012c; } } IL_00f2: { XmlElement_t561603118 * L_33 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_35 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_33, _stringLiteral105393956, L_34, /*hidden argument*/NULL); V_7 = L_35; XmlElement_t561603118 * L_36 = V_5; String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_38 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_36, _stringLiteral1293992015, L_37, /*hidden argument*/NULL); V_8 = L_38; Dictionary_2_t1632706988 * L_39 = __this->get_categoryBoneNameCfg_2(); String_t* L_40 = V_7; String_t* L_41 = V_8; NullCheck(L_39); Dictionary_2_Add_m2799738156(L_39, L_40, L_41, /*hidden argument*/Dictionary_2_Add_m2799738156_RuntimeMethod_var); goto IL_0230; } IL_012c: { XmlNode_t3767805227 * L_42 = V_4; NullCheck(L_42); String_t* L_43 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_42); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_44 = String_op_Equality_m920492651(NULL /*static, unused*/, L_43, _stringLiteral1949155672, /*hidden argument*/NULL); if (!L_44) { goto IL_01de; } } IL_0142: { JewelData_t899796350 * L_45 = (JewelData_t899796350 *)il2cpp_codegen_object_new(JewelData_t899796350_il2cpp_TypeInfo_var); JewelData__ctor_m1813136896(L_45, /*hidden argument*/NULL); V_9 = L_45; JewelData_t899796350 * L_46 = V_9; XmlElement_t561603118 * L_47 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_48 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_47, _stringLiteral3886445785, 0, /*hidden argument*/NULL); NullCheck(L_46); L_46->set_JewelId_0(L_48); JewelData_t899796350 * L_49 = V_9; XmlElement_t561603118 * L_50 = V_5; int32_t L_51 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_50, _stringLiteral1232841122, 0, /*hidden argument*/NULL); NullCheck(L_49); L_49->set_Level_3(L_51); JewelData_t899796350 * L_52 = V_9; XmlElement_t561603118 * L_53 = V_5; int32_t L_54 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_53, _stringLiteral870153169, 0, /*hidden argument*/NULL); NullCheck(L_52); L_52->set_EffectId_1(L_54); JewelData_t899796350 * L_55 = V_9; XmlElement_t561603118 * L_56 = V_5; int32_t L_57 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_56, _stringLiteral665392167, 0, /*hidden argument*/NULL); NullCheck(L_55); L_55->set_IsCombineEffect_2(L_57); JewelData_t899796350 * L_58 = V_9; XmlElement_t561603118 * L_59 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_60 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_61 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_59, _stringLiteral1511854562, L_60, /*hidden argument*/NULL); NullCheck(L_58); L_58->set_EffectNme_4(L_61); JewelData_t899796350 * L_62 = V_9; XmlElement_t561603118 * L_63 = V_5; int32_t L_64 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_63, _stringLiteral3243520198, (-1), /*hidden argument*/NULL); NullCheck(L_62); L_62->set_Type_5(L_64); Dictionary_2_t4083476977 * L_65 = __this->get_jewelEffectCfg_1(); JewelData_t899796350 * L_66 = V_9; NullCheck(L_66); int32_t L_67 = L_66->get_JewelId_0(); JewelData_t899796350 * L_68 = V_9; NullCheck(L_65); Dictionary_2_Add_m3635180897(L_65, L_67, L_68, /*hidden argument*/Dictionary_2_Add_m3635180897_RuntimeMethod_var); goto IL_0230; } IL_01de: { XmlNode_t3767805227 * L_69 = V_4; NullCheck(L_69); String_t* L_70 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_69); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_71 = String_op_Equality_m920492651(NULL /*static, unused*/, L_70, _stringLiteral1144832538, /*hidden argument*/NULL); if (!L_71) { goto IL_0230; } } IL_01f4: { HandBookCloth_t3546229172 * L_72 = (HandBookCloth_t3546229172 *)il2cpp_codegen_object_new(HandBookCloth_t3546229172_il2cpp_TypeInfo_var); HandBookCloth__ctor_m2335284924(L_72, /*hidden argument*/NULL); V_10 = L_72; HandBookCloth_t3546229172 * L_73 = V_10; XmlElement_t561603118 * L_74 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_75 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_74, _stringLiteral3454449607, (-1), /*hidden argument*/NULL); NullCheck(L_73); L_73->set_ClothId_0(L_75); HandBookCloth_t3546229172 * L_76 = V_10; XmlElement_t561603118 * L_77 = V_5; int32_t L_78 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_77, _stringLiteral4166355919, (-1), /*hidden argument*/NULL); NullCheck(L_76); L_76->set_Sex_1(L_78); List_1_t723336618 * L_79 = __this->get_handBookClothCfg_4(); HandBookCloth_t3546229172 * L_80 = V_10; NullCheck(L_79); List_1_Add_m338945420(L_79, L_80, /*hidden argument*/List_1_Add_m338945420_RuntimeMethod_var); } IL_0230: { int32_t L_81 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); } IL_0234: { int32_t L_82 = V_3; XmlNode_t3767805227 * L_83 = V_1; NullCheck(L_83); XmlNodeList_t2551693786 * L_84 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_83); NullCheck(L_84); int32_t L_85 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_84); if ((((int32_t)L_82) < ((int32_t)L_85))) { goto IL_0072; } } IL_0245: { V_2 = (bool)1; goto IL_0266; } } // 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_024c; throw e; } CATCH_024c: { // begin catch(System.Exception) V_11 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_86 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_87 = V_11; NullCheck(L_87); String_t* L_88 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_87); NullCheck(L_86); CLogHelp_LogFile_m4227814860(L_86, L_88, /*hidden argument*/NULL); goto IL_0264; } // end catch (depth: 1) IL_0264: { return (bool)0; } IL_0266: { bool L_89 = V_2; return L_89; } } #ifdef __clang__ #pragma clang 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.MagicWorkShopMainManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager__ctor_m2050365605 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopMainManager__ctor_m2050365605_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IMonoCtrllor__ctor_m471545973(__this, /*hidden argument*/NULL); MagicWorkShopMainManager_set_GetCurrentServerID_m3059296369(__this, (-1), /*hidden argument*/NULL); MagicWorkShopMainManager_set_GetCurrentSavedServerID_m1436714964(__this, (-1), /*hidden argument*/NULL); MagicWorkShopMainManager_set_GetCurrentHammerID_m2898399725(__this, (-1), /*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(); MagicWorkShopMainManager_set_GetCurrentHammerName_m61663107(__this, L_0, /*hidden argument*/NULL); MagicWorkShopMainManager_set_CurrentSavedClothServerID_m3830650191(__this, (-1), /*hidden argument*/NULL); MagicWorkShopMainManager_set_CurrentSavedJewelServerID_m4006590553(__this, (-1), /*hidden argument*/NULL); MagicWorkShopMainManager_set_isChooseCloth_m639338712(__this, (bool)0, /*hidden argument*/NULL); MagicWorkShopMainManager_set_RequestRemoveJewel_m2584219509(__this, (bool)0, /*hidden argument*/NULL); MagicWorkShopMainManager_set_CurrenChooseClothType_m2845645448(__this, 0, /*hidden argument*/NULL); CDataModelInt_t3463393640 * L_1 = (CDataModelInt_t3463393640 *)il2cpp_codegen_object_new(CDataModelInt_t3463393640_il2cpp_TypeInfo_var); CDataModelInt__ctor_m420760675(L_1, /*hidden argument*/NULL); __this->set_HandBookJewelId_11(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_HandBookJewelType_12(L_2); CDataModelMap_t1093164792 * L_3 = (CDataModelMap_t1093164792 *)il2cpp_codegen_object_new(CDataModelMap_t1093164792_il2cpp_TypeInfo_var); CDataModelMap__ctor_m2240469843(L_3, /*hidden argument*/NULL); __this->set_materialCfg_16(L_3); CDataModelBool_t2269476966 * L_4 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_4, /*hidden argument*/NULL); MagicWorkShopMainManager_set_bNeedGetMaterialCfg_m2925578463(__this, L_4, /*hidden argument*/NULL); CDataModelBool_t2269476966 * L_5 = MagicWorkShopMainManager_get_bNeedGetMaterialCfg_m4216916133(__this, /*hidden argument*/NULL); NullCheck(L_5); CDataModelBool_set_Data_m838892248(L_5, (bool)0, /*hidden argument*/NULL); CDataModelBool_t2269476966 * L_6 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_6, /*hidden argument*/NULL); __this->set_IsNeedShowHandBookBtn_15(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_wearClothConfigId_17(L_7); __this->set_magWorkShopModel_20((ISceneRole_t2394225724 *)NULL); CDataModelBool_t2269476966 * L_8 = (CDataModelBool_t2269476966 *)il2cpp_codegen_object_new(CDataModelBool_t2269476966_il2cpp_TypeInfo_var); CDataModelBool__ctor_m1721054774(L_8, /*hidden argument*/NULL); MagicWorkShopMainManager_set_IsAlreadyMaxLevel_m559460057(__this, L_8, /*hidden argument*/NULL); CDataModelBool_t2269476966 * L_9 = MagicWorkShopMainManager_get_IsAlreadyMaxLevel_m1774743555(__this, /*hidden argument*/NULL); NullCheck(L_9); CDataModelBool_set_Data_m838892248(L_9, (bool)0, /*hidden argument*/NULL); return; } } // DMCore.Logic.MagicWorkShopMainManager DMCore.Logic.MagicWorkShopMainManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR MagicWorkShopMainManager_t420038521 * MagicWorkShopMainManager_GetInstance_m2608188513 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopMainManager_GetInstance_m2608188513_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var); MagicWorkShopMainManager_t420038521 * L_0 = ((MagicWorkShopMainManager_t420038521_StaticFields*)il2cpp_codegen_static_fields_for(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var))->get_s_Instance_18(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var); MagicWorkShopMainManager_t420038521 * L_1 = ((MagicWorkShopMainManager_t420038521_StaticFields*)il2cpp_codegen_static_fields_for(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var))->get_s_Instance_18(); return L_1; } IL_0010: { MagicWorkShopMainManager_t420038521 * L_2 = (MagicWorkShopMainManager_t420038521 *)il2cpp_codegen_object_new(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var); MagicWorkShopMainManager__ctor_m2050365605(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var); ((MagicWorkShopMainManager_t420038521_StaticFields*)il2cpp_codegen_static_fields_for(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var))->set_s_Instance_18(L_2); MagicWorkShopMainManager_t420038521 * L_3 = ((MagicWorkShopMainManager_t420038521_StaticFields*)il2cpp_codegen_static_fields_for(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var))->get_s_Instance_18(); return L_3; } } // DMCore.Logic.MagicWorkShopMainManager/OnConfirmChooseCloth DMCore.Logic.MagicWorkShopMainManager::get_GetCurCallBack() extern "C" IL2CPP_METHOD_ATTR OnConfirmChooseCloth_t3730002751 * MagicWorkShopMainManager_get_GetCurCallBack_m3204894558 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { { OnConfirmChooseCloth_t3730002751 * L_0 = __this->get_U3CGetCurCallBackU3Ek__BackingField_1(); return L_0; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::set_GetCurCallBack(DMCore.Logic.MagicWorkShopMainManager/OnConfirmChooseCloth) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_GetCurCallBack_m1581516950 (MagicWorkShopMainManager_t420038521 * __this, OnConfirmChooseCloth_t3730002751 * ___value0, const RuntimeMethod* method) { { OnConfirmChooseCloth_t3730002751 * L_0 = ___value0; __this->set_U3CGetCurCallBackU3Ek__BackingField_1(L_0); return; } } // System.Boolean DMCore.Logic.MagicWorkShopMainManager::get_isChooseCloth() extern "C" IL2CPP_METHOD_ATTR bool MagicWorkShopMainManager_get_isChooseCloth_m4243622340 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CisChooseClothU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::set_isChooseCloth(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_isChooseCloth_m639338712 (MagicWorkShopMainManager_t420038521 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CisChooseClothU3Ek__BackingField_2(L_0); return; } } // DMCore.Logic.ChooseClothType DMCore.Logic.MagicWorkShopMainManager::get_CurrenChooseClothType() extern "C" IL2CPP_METHOD_ATTR int32_t MagicWorkShopMainManager_get_CurrenChooseClothType_m435762214 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrenChooseClothTypeU3Ek__BackingField_3(); return L_0; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::set_CurrenChooseClothType(DMCore.Logic.ChooseClothType) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_CurrenChooseClothType_m2845645448 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrenChooseClothTypeU3Ek__BackingField_3(L_0); return; } } // System.Int32 DMCore.Logic.MagicWorkShopMainManager::get_GetCurrentServerID() extern "C" IL2CPP_METHOD_ATTR int32_t MagicWorkShopMainManager_get_GetCurrentServerID_m3007911759 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CGetCurrentServerIDU3Ek__BackingField_4(); return L_0; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::set_GetCurrentServerID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_GetCurrentServerID_m3059296369 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CGetCurrentServerIDU3Ek__BackingField_4(L_0); return; } } // System.Int32 DMCore.Logic.MagicWorkShopMainManager::get_GetCurrentSavedServerID() extern "C" IL2CPP_METHOD_ATTR int32_t MagicWorkShopMainManager_get_GetCurrentSavedServerID_m3757452914 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CGetCurrentSavedServerIDU3Ek__BackingField_5(); return L_0; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::set_GetCurrentSavedServerID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_GetCurrentSavedServerID_m1436714964 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CGetCurrentSavedServerIDU3Ek__BackingField_5(L_0); return; } } // System.String DMCore.Logic.MagicWorkShopMainManager::get_GetCurrentHammerName() extern "C" IL2CPP_METHOD_ATTR String_t* MagicWorkShopMainManager_get_GetCurrentHammerName_m3693955274 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CGetCurrentHammerNameU3Ek__BackingField_6(); return L_0; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::set_GetCurrentHammerName(System.String) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_GetCurrentHammerName_m61663107 (MagicWorkShopMainManager_t420038521 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CGetCurrentHammerNameU3Ek__BackingField_6(L_0); return; } } // System.Int32 DMCore.Logic.MagicWorkShopMainManager::get_GetCurrentHammerID() extern "C" IL2CPP_METHOD_ATTR int32_t MagicWorkShopMainManager_get_GetCurrentHammerID_m3863064713 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CGetCurrentHammerIDU3Ek__BackingField_7(); return L_0; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::set_GetCurrentHammerID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_GetCurrentHammerID_m2898399725 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CGetCurrentHammerIDU3Ek__BackingField_7(L_0); return; } } // System.Int32 DMCore.Logic.MagicWorkShopMainManager::get_CurrentSavedClothServerID() extern "C" IL2CPP_METHOD_ATTR int32_t MagicWorkShopMainManager_get_CurrentSavedClothServerID_m4212833339 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentSavedClothServerIDU3Ek__BackingField_8(); return L_0; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::set_CurrentSavedClothServerID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_CurrentSavedClothServerID_m3830650191 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentSavedClothServerIDU3Ek__BackingField_8(L_0); return; } } // System.Int32 DMCore.Logic.MagicWorkShopMainManager::get_CurrentSavedJewelServerID() extern "C" IL2CPP_METHOD_ATTR int32_t MagicWorkShopMainManager_get_CurrentSavedJewelServerID_m3057991891 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentSavedJewelServerIDU3Ek__BackingField_9(); return L_0; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::set_CurrentSavedJewelServerID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_CurrentSavedJewelServerID_m4006590553 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentSavedJewelServerIDU3Ek__BackingField_9(L_0); return; } } // System.Boolean DMCore.Logic.MagicWorkShopMainManager::get_RequestRemoveJewel() extern "C" IL2CPP_METHOD_ATTR bool MagicWorkShopMainManager_get_RequestRemoveJewel_m2741178370 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CRequestRemoveJewelU3Ek__BackingField_10(); return L_0; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::set_RequestRemoveJewel(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_RequestRemoveJewel_m2584219509 (MagicWorkShopMainManager_t420038521 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CRequestRemoveJewelU3Ek__BackingField_10(L_0); return; } } // DMCore.Logic.CItemData DMCore.Logic.MagicWorkShopMainManager::FiltrateItemData(DMCore.Logic.CItemData,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR CItemData_t3599323914 * MagicWorkShopMainManager_FiltrateItemData_m2972884726 (MagicWorkShopMainManager_t420038521 * __this, CItemData_t3599323914 * ___itemData0, CDataArray_t4068198041 * ___cd1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopMainManager_FiltrateItemData_m2972884726_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; { CDataArray_t4068198041 * L_0 = ___cd1; NullCheck(L_0); int32_t L_1 = CDataArray_GetCount_m3616072297(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = (-1); CDataArray_t4068198041 * L_2 = ___cd1; int32_t L_3 = V_1; int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); V_1 = L_4; NullCheck(L_2); int32_t L_5 = CDataArray_GetInt_m1111369473(L_2, L_4, (-1), /*hidden argument*/NULL); V_2 = L_5; CDataArray_t4068198041 * L_6 = ___cd1; int32_t L_7 = V_1; int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); V_1 = L_8; NullCheck(L_6); int32_t L_9 = CDataArray_GetInt_m1111369473(L_6, L_8, (-1), /*hidden argument*/NULL); V_3 = L_9; int32_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)1))) { goto IL_0036; } } { int32_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)2))) { goto IL_00ab; } } { goto IL_013d; } IL_0036: { int32_t L_12 = V_2; if ((((int32_t)L_12) == ((int32_t)(-1)))) { goto IL_00a6; } } { CItemData_t3599323914 * L_13 = ___itemData0; NullCheck(L_13); int32_t L_14 = CItemBase_get_validation_m2007646470(L_13, /*hidden argument*/NULL); int32_t L_15 = V_2; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_00a6; } } { CShopConfig_t202154353 * L_16 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); CItemData_t3599323914 * L_17 = ___itemData0; NullCheck(L_17); int32_t L_18 = CItemBase_get_configID_m837654758(L_17, /*hidden argument*/NULL); NullCheck(L_16); bool L_19 = CShopConfig_CanEmbed_Gem_m3172339875(L_16, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00a6; } } { IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_20 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); CItemData_t3599323914 * L_21 = ___itemData0; NullCheck(L_21); int32_t L_22 = CItemBase_get_configID_m837654758(L_21, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_23 = CItemManager_GetPartIDByClothConfigID_m1900109964(L_20, L_22, /*hidden argument*/NULL); V_4 = L_23; int32_t L_24 = V_4; if ((((int32_t)L_24) == ((int32_t)2))) { goto IL_00a4; } } { int32_t L_25 = V_4; if ((((int32_t)L_25) == ((int32_t)7))) { goto IL_00a4; } } { int32_t L_26 = V_4; if ((((int32_t)L_26) == ((int32_t)((int32_t)13)))) { goto IL_00a4; } } { int32_t L_27 = V_4; if ((((int32_t)L_27) == ((int32_t)((int32_t)15)))) { goto IL_00a4; } } { int32_t L_28 = V_4; if ((((int32_t)L_28) == ((int32_t)((int32_t)80)))) { goto IL_00a4; } } { int32_t L_29 = V_4; if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)81))))) { goto IL_00a6; } } IL_00a4: { CItemData_t3599323914 * L_30 = ___itemData0; return L_30; } IL_00a6: { goto IL_013f; } IL_00ab: { int32_t L_31 = V_2; if ((((int32_t)L_31) == ((int32_t)(-1)))) { goto IL_0138; } } { int32_t L_32 = V_3; if ((!(((uint32_t)L_32) == ((uint32_t)1)))) { goto IL_0138; } } { CItemData_t3599323914 * L_33 = ___itemData0; NullCheck(L_33); int32_t L_34 = CItemBase_get_validation_m2007646470(L_33, /*hidden argument*/NULL); int32_t L_35 = V_2; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0138; } } { CShopConfig_t202154353 * L_36 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); CItemData_t3599323914 * L_37 = ___itemData0; NullCheck(L_37); int32_t L_38 = CItemBase_get_configID_m837654758(L_37, /*hidden argument*/NULL); NullCheck(L_36); bool L_39 = CShopConfig_CanEmbed_Gem_m3172339875(L_36, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_0138; } } { IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_40 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); CItemData_t3599323914 * L_41 = ___itemData0; NullCheck(L_41); int32_t L_42 = CItemBase_get_configID_m837654758(L_41, /*hidden argument*/NULL); NullCheck(L_40); int32_t L_43 = CItemManager_GetPartIDByClothConfigID_m1900109964(L_40, L_42, /*hidden argument*/NULL); V_5 = L_43; int32_t L_44 = V_5; if ((((int32_t)L_44) == ((int32_t)2))) { goto IL_0120; } } { int32_t L_45 = V_5; if ((((int32_t)L_45) == ((int32_t)7))) { goto IL_0120; } } { int32_t L_46 = V_5; if ((((int32_t)L_46) == ((int32_t)((int32_t)13)))) { goto IL_0120; } } { int32_t L_47 = V_5; if ((((int32_t)L_47) == ((int32_t)((int32_t)15)))) { goto IL_0120; } } { int32_t L_48 = V_5; if ((((int32_t)L_48) == ((int32_t)((int32_t)80)))) { goto IL_0120; } } { int32_t L_49 = V_5; if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)81))))) { goto IL_0138; } } IL_0120: { CItemData_t3599323914 * L_50 = ___itemData0; NullCheck(L_50); CDataProperty_t2806246268 * L_51 = CItemBase_get_property_m1472717397(L_50, /*hidden argument*/NULL); NullCheck(L_51); int32_t L_52 = CDataProperty_GetInt_m1935343217(L_51, _stringLiteral2473323190, 0, /*hidden argument*/NULL); if (!L_52) { goto IL_0138; } } { CItemData_t3599323914 * L_53 = ___itemData0; return L_53; } IL_0138: { goto IL_013f; } IL_013d: { return (CItemData_t3599323914 *)NULL; } IL_013f: { return (CItemData_t3599323914 *)NULL; } } // System.Int32 DMCore.Logic.MagicWorkShopMainManager::FiltratePropData(System.Int32,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR int32_t MagicWorkShopMainManager_FiltratePropData_m3281931605 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___id0, CDataArray_t4068198041 * ___cd1, const RuntimeMethod* method) { { MagicWorkShopConfig_t833590401 * L_0 = MagicWorkShopConfig_GetInstance_m2722586947(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___id0; NullCheck(L_0); bool L_2 = MagicWorkShopConfig_IsJewel_m1607171170(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0012; } } { int32_t L_3 = ___id0; return L_3; } IL_0012: { return (-1); } } // System.Void DMCore.Logic.MagicWorkShopMainManager::RequestFlood(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_RequestFlood_m3880218019 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___ClothServerID0, int32_t ___MaterialServerID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopMainManager_RequestFlood_m3880218019_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { int32_t L_0 = ___ClothServerID0; if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_000e; } } { int32_t L_1 = ___MaterialServerID1; if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_000f; } } IL_000e: { return; } IL_000f: { CDataArray_t4068198041 * L_2 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_2, /*hidden argument*/NULL); V_0 = L_2; CDataArray_t4068198041 * L_3 = V_0; NullCheck(L_3); CDataArray_Push_m3820844360(L_3, ((int32_t)986), /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ___ClothServerID0; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; int32_t L_7 = ___MaterialServerID1; 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.MagicWorkShopMainManager::RequestUpgrade(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_RequestUpgrade_m1204793203 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___ClothServerID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopMainManager_RequestUpgrade_m1204793203_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { int32_t L_0 = ___ClothServerID0; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { 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)985), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; int32_t L_4 = ___ClothServerID0; 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.MagicWorkShopMainManager::ShowEffectPreview(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_ShowEffectPreview_m1565680575 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___clothServerId0, int32_t ___jewelConfigid1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopMainManager_ShowEffectPreview_m1565680575_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; CItemData_t3599323914 * V_1 = NULL; int32_t V_2 = 0; CRoleModelItem_SuitConfig_t3912215432 * V_3 = NULL; List_1_t2105510702 * V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; CRoleModelItem_JwelData_t633435960 * V_7 = NULL; { int32_t L_0 = ___clothServerId0; if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_0012; } } { ISceneRole_t2394225724 * L_1 = __this->get_magWorkShopModel_20(); if (L_1) { goto IL_0013; } } IL_0012: { return; } IL_0013: { ISceneRole_t2394225724 * L_2 = __this->get_magWorkShopModel_20(); NullCheck(L_2); Transform_t3600365921 * L_3 = ISceneBaseObj_GetTransform_m3818769012(L_2, /*hidden argument*/NULL); V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_4 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = ___clothServerId0; NullCheck(L_4); CItemData_t3599323914 * L_6 = CItemManager_GetItemByServerId_m2986832663(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = ___jewelConfigid1; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_005b; } } { CItemData_t3599323914 * L_8 = V_1; NullCheck(L_8); CDataProperty_t2806246268 * L_9 = CItemBase_get_property_m1472717397(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = CDataProperty_GetInt_m1935343217(L_9, _stringLiteral2473323190, 0, /*hidden argument*/NULL); if (!L_10) { goto IL_005b; } } { CItemData_t3599323914 * L_11 = V_1; NullCheck(L_11); CDataProperty_t2806246268 * L_12 = CItemBase_get_property_m1472717397(L_11, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = CDataProperty_GetInt_m1935343217(L_12, _stringLiteral2473323190, 0, /*hidden argument*/NULL); ___jewelConfigid1 = L_13; } IL_005b: { IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_14 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); CItemData_t3599323914 * L_15 = V_1; NullCheck(L_15); int32_t L_16 = CItemBase_get_configID_m837654758(L_15, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_17 = CItemManager_GetPartIDByClothConfigID_m1900109964(L_14, L_16, /*hidden argument*/NULL); V_2 = L_17; int32_t L_18 = V_2; if ((((int32_t)L_18) == ((int32_t)((int32_t)80)))) { goto IL_007c; } } { int32_t L_19 = V_2; if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)81))))) { goto IL_0102; } } IL_007c: { CRoleModelItem_SuitConfigManager_t3017667155 * L_20 = CRoleModelItem_SuitConfigManager_GetInstance_m3634792590(NULL /*static, unused*/, /*hidden argument*/NULL); CDataModelInt_t3463393640 * L_21 = __this->get_wearClothConfigId_17(); NullCheck(L_21); int32_t L_22 = CDataModelInt_get_Data_m274101408(L_21, /*hidden argument*/NULL); NullCheck(L_20); CRoleModelItem_SuitConfig_t3912215432 * L_23 = CRoleModelItem_SuitConfigManager_GetSuitCfg_m1986407399(L_20, L_22, /*hidden argument*/NULL); V_3 = L_23; CRoleModelItem_SuitConfig_t3912215432 * L_24 = V_3; if (!L_24) { goto IL_0101; } } { List_1_t2105510702 * L_25 = (List_1_t2105510702 *)il2cpp_codegen_object_new(List_1_t2105510702_il2cpp_TypeInfo_var); List_1__ctor_m3016812533(L_25, /*hidden argument*/List_1__ctor_m3016812533_RuntimeMethod_var); V_4 = L_25; V_5 = 0; goto IL_00f4; } IL_00a7: { IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_26 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleModelItem_SuitConfig_t3912215432 * L_27 = V_3; int32_t L_28 = V_5; NullCheck(L_27); int32_t L_29 = CRoleModelItem_SuitConfig_GetItemID_m2687720188(L_27, L_28, /*hidden argument*/NULL); NullCheck(L_26); int32_t L_30 = CItemManager_GetPartIDByClothConfigID_m1900109964(L_26, L_29, /*hidden argument*/NULL); V_6 = L_30; CRoleModelItem_JwelData_t633435960 * L_31 = (CRoleModelItem_JwelData_t633435960 *)il2cpp_codegen_object_new(CRoleModelItem_JwelData_t633435960_il2cpp_TypeInfo_var); CRoleModelItem_JwelData__ctor_m361622602(L_31, /*hidden argument*/NULL); V_7 = L_31; CRoleModelItem_JwelData_t633435960 * L_32 = V_7; int32_t L_33 = ___jewelConfigid1; NullCheck(L_32); L_32->set_m_jewelId_1(L_33); CRoleModelItem_JwelData_t633435960 * L_34 = V_7; int32_t L_35 = V_6; NullCheck(L_34); L_34->set_m_catogroy_0(L_35); List_1_t2105510702 * L_36 = V_4; CRoleModelItem_JwelData_t633435960 * L_37 = V_7; NullCheck(L_36); List_1_Add_m1647007137(L_36, L_37, /*hidden argument*/List_1_Add_m1647007137_RuntimeMethod_var); ISceneRole_t2394225724 * L_38 = __this->get_magWorkShopModel_20(); NullCheck(L_38); CRoleModel_Effect_t71978069 * L_39 = ISceneRole_GetRoleEffect_m1499277148(L_38, /*hidden argument*/NULL); List_1_t2105510702 * L_40 = V_4; NullCheck(L_39); CRoleModel_Effect_FlushJwel_m1906810467(L_39, L_40, /*hidden argument*/NULL); int32_t L_41 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00f4: { int32_t L_42 = V_5; CRoleModelItem_SuitConfig_t3912215432 * L_43 = V_3; NullCheck(L_43); int32_t L_44 = CRoleModelItem_SuitConfig_GetItemCount_m225672488(L_43, /*hidden argument*/NULL); if ((((int32_t)L_42) < ((int32_t)L_44))) { goto IL_00a7; } } IL_0101: { return; } IL_0102: { ISceneRole_t2394225724 * L_45 = __this->get_magWorkShopModel_20(); NullCheck(L_45); CRoleModel_Effect_t71978069 * L_46 = ISceneRole_GetRoleEffect_m1499277148(L_45, /*hidden argument*/NULL); int32_t L_47 = ___jewelConfigid1; int32_t L_48 = V_2; NullCheck(L_46); CRoleModel_Effect_ChangeSingleEffect_m1865810908(L_46, L_47, L_48, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::RestoreMainRoleEffect() extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_RestoreMainRoleEffect_m2360917868 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopMainManager_RestoreMainRoleEffect_m2360917868_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; int32_t V_1 = 0; Transform_t3600365921 * V_2 = NULL; Transform_t3600365921 * V_3 = NULL; int32_t V_4 = 0; Transform_t3600365921 * V_5 = NULL; { ISceneRole_t2394225724 * L_0 = __this->get_magWorkShopModel_20(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_1 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CPetManager_SetCurrentFollowPetVisible_m2484997783(L_1, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_2 = __this->get_magWorkShopModel_20(); NullCheck(L_2); ISceneBaseObj_ResumeAnim_m709162895(L_2, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_3 = __this->get_magWorkShopModel_20(); NullCheck(L_3); ISceneRole_ResumeSubModels_m1744956637(L_3, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_4 = __this->get_magWorkShopModel_20(); NullCheck(L_4); Transform_t3600365921 * L_5 = ISceneBaseObj_GetTransform_m3818769012(L_4, /*hidden argument*/NULL); V_0 = L_5; Transform_t3600365921 * L_6 = V_0; Vector3_t3722313464 L_7; memset(&L_7, 0, sizeof(L_7)); Vector3__ctor_m3353183577((&L_7), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_6); Transform_set_localScale_m3053443106(L_6, L_7, /*hidden argument*/NULL); V_1 = 0; goto IL_0073; } IL_0060: { Transform_t3600365921 * L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); Transform_t3600365921 * L_10 = Transform_GetChild_m1092972975(L_8, L_9, /*hidden argument*/NULL); V_2 = L_10; Transform_t3600365921 * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_11, (bool)1, /*hidden argument*/NULL); int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0073: { int32_t L_13 = V_1; Transform_t3600365921 * L_14 = V_0; NullCheck(L_14); int32_t L_15 = Transform_get_childCount_m3145433196(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0060; } } { Transform_t3600365921 * L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Transform_t3600365921 * L_17 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_16, _stringLiteral5946188, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); V_3 = L_17; Transform_t3600365921 * L_18 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_19 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_18, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_19) { goto IL_00d0; } } { Transform_t3600365921 * L_20 = V_3; NullCheck(L_20); int32_t L_21 = Transform_get_childCount_m3145433196(L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) <= ((int32_t)0))) { goto IL_00d0; } } { V_4 = 0; goto IL_00c3; } IL_00ab: { Transform_t3600365921 * L_22 = V_3; int32_t L_23 = V_4; NullCheck(L_22); Transform_t3600365921 * L_24 = Transform_GetChild_m1092972975(L_22, L_23, /*hidden argument*/NULL); V_5 = L_24; Transform_t3600365921 * L_25 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_25, (bool)1, /*hidden argument*/NULL); int32_t L_26 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_00c3: { int32_t L_27 = V_4; Transform_t3600365921 * L_28 = V_3; NullCheck(L_28); int32_t L_29 = Transform_get_childCount_m3145433196(L_28, /*hidden argument*/NULL); if ((((int32_t)L_27) < ((int32_t)L_29))) { goto IL_00ab; } } IL_00d0: { return; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::ChangeCurSelectClothPart(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_ChangeCurSelectClothPart_m4255920713 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___clothServerID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopMainManager_ChangeCurSelectClothPart_m4255920713_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; CItemData_t3599323914 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; CRoleModelItem_t1608531946 * V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CFormula_t380767654 * V_8 = NULL; { int32_t L_0 = ___clothServerID0; if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_0012; } } { ISceneRole_t2394225724 * L_1 = __this->get_magWorkShopModel_20(); if (L_1) { goto IL_0013; } } IL_0012: { return; } IL_0013: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_2 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CPet_t2667050390 * L_3 = CPetManager_GetCurrentFollowPet_m4150266697(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_4 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CPetManager_SetCurrentFollowPetVisible_m2484997783(L_4, (bool)0, /*hidden argument*/NULL); } IL_002d: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_5 = __this->get_magWorkShopModel_20(); NullCheck(L_5); Transform_t3600365921 * L_6 = ISceneBaseObj_GetTransform_m3818769012(L_5, /*hidden argument*/NULL); V_0 = L_6; Transform_t3600365921 * L_7 = V_0; Vector3_t3722313464 L_8; memset(&L_8, 0, sizeof(L_8)); Vector3__ctor_m3353183577((&L_8), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_7); Transform_set_localScale_m3053443106(L_7, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_9 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = ___clothServerID0; NullCheck(L_9); CItemData_t3599323914 * L_11 = CItemManager_GetItemByServerId_m2986832663(L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; CItemData_t3599323914 * L_12 = V_1; NullCheck(L_12); int32_t L_13 = CItemBase_get_configID_m837654758(L_12, /*hidden argument*/NULL); V_2 = L_13; CItemManager_t2289463753 * L_14 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = CItemManager_GetPartIDByClothConfigID_m1900109964(L_14, L_15, /*hidden argument*/NULL); V_3 = L_16; shopModel_t101745799 * L_17 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); ISceneRole_t2394225724 * L_18 = shopModel_GetCurShopModel_m2897736385(L_17, /*hidden argument*/NULL); int32_t L_19 = V_3; NullCheck(L_18); CRoleModelItem_t1608531946 * L_20 = ISceneRole_GetModelItem_m2229619929(L_18, L_19, /*hidden argument*/NULL); V_4 = L_20; V_5 = 0; V_6 = 0; V_7 = 0; CRoleModelItem_t1608531946 * L_21 = V_4; if (!L_21) { goto IL_00b8; } } { CRoleModelItem_t1608531946 * L_22 = V_4; NullCheck(L_22); int32_t L_23 = CRoleModelItem_GetSexVal_m394469669(L_22, /*hidden argument*/NULL); V_5 = L_23; CRoleModelItem_t1608531946 * L_24 = V_4; NullCheck(L_24); int32_t L_25 = CRoleModelItem_GetSubModelItemIndex_m1516327529(L_24, /*hidden argument*/NULL); V_6 = L_25; int32_t L_26 = V_5; int32_t L_27 = V_3; int32_t L_28 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); int32_t L_29 = CItemManager_GetSubModelID_m1275366725(NULL /*static, unused*/, L_26, L_27, L_28, /*hidden argument*/NULL); V_7 = L_29; } IL_00b8: { int32_t L_30 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); bool L_31 = CShopManager_IsClothing_m480793725(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00ef; } } { int32_t L_32 = V_2; if ((((int32_t)((int32_t)((int32_t)L_32/(int32_t)((int32_t)10000)))) == ((int32_t)8))) { goto IL_00d1; } } { return; } IL_00d1: { CFragmentManager_t4020029771 * L_33 = CFragmentManager_GetInstance_m784900893(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_34 = V_2; NullCheck(L_33); CFormula_t380767654 * L_35 = CFragmentManager_GetFormula_m1169981052(L_33, L_34, (bool)0, /*hidden argument*/NULL); V_8 = L_35; CFormula_t380767654 * L_36 = V_8; if (L_36) { goto IL_00e7; } } { return; } IL_00e7: { CFormula_t380767654 * L_37 = V_8; NullCheck(L_37); int32_t L_38 = CFormula_get_TargetItemID_m286618850(L_37, /*hidden argument*/NULL); V_2 = L_38; } IL_00ef: { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_39 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_40 = V_2; NullCheck(L_39); CShopManager_TryOn_m1322762570(L_39, L_40, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_41 = __this->get_magWorkShopModel_20(); NullCheck(L_41); ISceneRole_EnableModelItem_m1552532128(L_41, 5, (bool)0, /*hidden argument*/NULL); int32_t L_42 = V_3; if ((((int32_t)L_42) == ((int32_t)((int32_t)80)))) { goto IL_0122; } } { int32_t L_43 = V_3; if ((((int32_t)L_43) == ((int32_t)((int32_t)81)))) { goto IL_0122; } } { IL2CPP_RUNTIME_CLASS_INIT(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var); MagicWorkShopMainManager_t420038521 * L_44 = MagicWorkShopMainManager_GetInstance_m2608188513(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_45 = V_2; NullCheck(L_44); MagicWorkShopMainManager_SetCurrentClothConfigId_m1611996766(L_44, L_45, /*hidden argument*/NULL); } IL_0122: { ISceneRole_t2394225724 * L_46 = __this->get_magWorkShopModel_20(); NullCheck(L_46); ISceneRole_SetModelItemBindBone_m2196300095(L_46, (bool)0, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::ShowAvatarPart(System.Int32,System.Int32,DMCore.Logic.ChooseClothType) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_ShowAvatarPart_m643124606 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___clothBarId0, int32_t ___nModelItemSubCategory1, int32_t ___CurChooseClothType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopMainManager_ShowAvatarPart_m643124606_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; String_t* V_1 = NULL; bool V_2 = false; CRoleModelItem_SuitConfig_t3912215432 * V_3 = NULL; int32_t V_4 = 0; Transform_t3600365921 * V_5 = NULL; List_1_t2105510702 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; Transform_t3600365921 * V_10 = NULL; CRoleModelItem_JwelData_t633435960 * V_11 = NULL; int32_t V_12 = 0; CItemData_t3599323914 * V_13 = NULL; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; CItemData_t3599323914 * V_18 = NULL; int32_t V_19 = 0; int32_t V_20 = 0; int32_t V_21 = 0; int32_t V_22 = 0; Transform_t3600365921 * V_23 = NULL; { ISceneRole_t2394225724 * L_0 = __this->get_magWorkShopModel_20(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { ISceneRole_t2394225724 * L_1 = __this->get_magWorkShopModel_20(); 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; 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_0025; } } { return; } IL_0025: { 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(); V_1 = L_5; V_2 = (bool)0; int32_t L_6 = ___nModelItemSubCategory1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)13)))) { case 0: { goto IL_007b; } case 1: { goto IL_0042; } case 2: { goto IL_0086; } } } IL_0042: { int32_t L_7 = ___nModelItemSubCategory1; if ((((int32_t)L_7) == ((int32_t)((int32_t)80)))) { goto IL_0091; } } { int32_t L_8 = ___nModelItemSubCategory1; if ((((int32_t)L_8) == ((int32_t)((int32_t)81)))) { goto IL_0091; } } { int32_t L_9 = ___nModelItemSubCategory1; if ((((int32_t)L_9) == ((int32_t)2))) { goto IL_0065; } } { int32_t L_10 = ___nModelItemSubCategory1; if ((((int32_t)L_10) == ((int32_t)7))) { goto IL_0070; } } { goto IL_0098; } IL_0065: { V_1 = _stringLiteral3451434896; goto IL_009d; } IL_0070: { V_1 = _stringLiteral3451107216; goto IL_009d; } IL_007b: { V_1 = _stringLiteral3451369359; goto IL_009d; } IL_0086: { V_1 = _stringLiteral3451238287; goto IL_009d; } IL_0091: { V_2 = (bool)1; goto IL_009d; } IL_0098: { goto IL_009d; } IL_009d: { bool L_11 = V_2; if (!L_11) { goto IL_02b4; } } { CRoleModelItem_SuitConfigManager_t3017667155 * L_12 = CRoleModelItem_SuitConfigManager_GetInstance_m3634792590(NULL /*static, unused*/, /*hidden argument*/NULL); CDataModelInt_t3463393640 * L_13 = __this->get_wearClothConfigId_17(); NullCheck(L_13); int32_t L_14 = CDataModelInt_get_Data_m274101408(L_13, /*hidden argument*/NULL); NullCheck(L_12); CRoleModelItem_SuitConfig_t3912215432 * L_15 = CRoleModelItem_SuitConfigManager_GetSuitCfg_m1986407399(L_12, L_14, /*hidden argument*/NULL); V_3 = L_15; V_4 = 0; goto IL_0112; } IL_00c1: { Transform_t3600365921 * L_16 = V_0; int32_t L_17 = V_4; NullCheck(L_16); Transform_t3600365921 * L_18 = Transform_GetChild_m1092972975(L_16, L_17, /*hidden argument*/NULL); V_5 = L_18; Transform_t3600365921 * L_19 = V_5; NullCheck(L_19); String_t* L_20 = Object_get_name_m4211327027(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_op_Equality_m920492651(NULL /*static, unused*/, L_20, _stringLiteral5946188, /*hidden argument*/NULL); if (L_21) { goto IL_00f7; } } { Transform_t3600365921 * L_22 = V_5; NullCheck(L_22); String_t* L_23 = Object_get_name_m4211327027(L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral287567133, /*hidden argument*/NULL); if (!L_24) { goto IL_0104; } } IL_00f7: { Transform_t3600365921 * L_25 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_25, (bool)1, /*hidden argument*/NULL); goto IL_010c; } IL_0104: { Transform_t3600365921 * L_26 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_26, (bool)0, /*hidden argument*/NULL); } IL_010c: { int32_t L_27 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0112: { int32_t L_28 = V_4; Transform_t3600365921 * L_29 = V_0; NullCheck(L_29); int32_t L_30 = Transform_get_childCount_m3145433196(L_29, /*hidden argument*/NULL); if ((((int32_t)L_28) < ((int32_t)L_30))) { goto IL_00c1; } } { List_1_t2105510702 * L_31 = (List_1_t2105510702 *)il2cpp_codegen_object_new(List_1_t2105510702_il2cpp_TypeInfo_var); List_1__ctor_m3016812533(L_31, /*hidden argument*/List_1__ctor_m3016812533_RuntimeMethod_var); V_6 = L_31; V_7 = 0; goto IL_0290; } IL_012e: { IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_32 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); CRoleModelItem_SuitConfig_t3912215432 * L_33 = V_3; int32_t L_34 = V_7; NullCheck(L_33); int32_t L_35 = CRoleModelItem_SuitConfig_GetItemID_m2687720188(L_33, L_34, /*hidden argument*/NULL); NullCheck(L_32); int32_t L_36 = CItemManager_GetPartIDByClothConfigID_m1900109964(L_32, L_35, /*hidden argument*/NULL); V_8 = L_36; Transform_t3600365921 * L_37 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_37, (bool)1, /*hidden argument*/NULL); V_9 = 0; goto IL_0186; } IL_0151: { Transform_t3600365921 * L_38 = V_0; int32_t L_39 = V_9; NullCheck(L_38); Transform_t3600365921 * L_40 = Transform_GetChild_m1092972975(L_38, L_39, /*hidden argument*/NULL); V_10 = L_40; Transform_t3600365921 * L_41 = V_10; NullCheck(L_41); String_t* L_42 = Object_get_name_m4211327027(L_41, /*hidden argument*/NULL); String_t* L_43 = Int32_ToString_m372259452((&V_8), _stringLiteral3451565968, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_44 = String_op_Equality_m920492651(NULL /*static, unused*/, L_42, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_0180; } } { Transform_t3600365921 * L_45 = V_10; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_45, (bool)1, /*hidden argument*/NULL); } IL_0180: { int32_t L_46 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_0186: { int32_t L_47 = V_9; Transform_t3600365921 * L_48 = V_0; NullCheck(L_48); int32_t L_49 = Transform_get_childCount_m3145433196(L_48, /*hidden argument*/NULL); if ((((int32_t)L_47) < ((int32_t)L_49))) { goto IL_0151; } } { CRoleModelItem_JwelData_t633435960 * L_50 = (CRoleModelItem_JwelData_t633435960 *)il2cpp_codegen_object_new(CRoleModelItem_JwelData_t633435960_il2cpp_TypeInfo_var); CRoleModelItem_JwelData__ctor_m361622602(L_50, /*hidden argument*/NULL); V_11 = L_50; CRoleModelItem_JwelData_t633435960 * L_51 = V_11; int32_t L_52 = V_8; NullCheck(L_51); L_51->set_m_catogroy_0(L_52); int32_t L_53 = MagicWorkShopMainManager_get_CurrentSavedJewelServerID_m3057991891(__this, /*hidden argument*/NULL); if ((((int32_t)L_53) == ((int32_t)(-1)))) { goto IL_01dd; } } { IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_54 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_55 = MagicWorkShopMainManager_get_CurrentSavedJewelServerID_m3057991891(__this, /*hidden argument*/NULL); NullCheck(L_54); CPropItem_t1455887095 * L_56 = CPropManager_GetPropItem_m1006552476(L_54, L_55, /*hidden argument*/NULL); NullCheck(L_56); int32_t L_57 = CItemBase_get_configID_m837654758(L_56, /*hidden argument*/NULL); V_12 = L_57; CRoleModelItem_JwelData_t633435960 * L_58 = V_11; int32_t L_59 = V_12; NullCheck(L_58); L_58->set_m_jewelId_1(L_59); List_1_t2105510702 * L_60 = V_6; CRoleModelItem_JwelData_t633435960 * L_61 = V_11; NullCheck(L_60); List_1_Add_m1647007137(L_60, L_61, /*hidden argument*/List_1_Add_m1647007137_RuntimeMethod_var); goto IL_028a; } IL_01dd: { IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_62 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_63 = ___clothBarId0; NullCheck(L_62); CItemData_t3599323914 * L_64 = CItemManager_GetItemByServerId_m2986832663(L_62, L_63, /*hidden argument*/NULL); V_13 = L_64; CItemData_t3599323914 * L_65 = V_13; if (!L_65) { goto IL_0281; } } { CItemData_t3599323914 * L_66 = V_13; NullCheck(L_66); CDataProperty_t2806246268 * L_67 = CItemBase_get_property_m1472717397(L_66, /*hidden argument*/NULL); NullCheck(L_67); int32_t L_68 = CDataProperty_GetInt_m1935343217(L_67, _stringLiteral2473323190, 0, /*hidden argument*/NULL); if (!L_68) { goto IL_0281; } } { CItemData_t3599323914 * L_69 = V_13; NullCheck(L_69); CDataProperty_t2806246268 * L_70 = CItemBase_get_property_m1472717397(L_69, /*hidden argument*/NULL); NullCheck(L_70); int32_t L_71 = CDataProperty_GetInt_m1935343217(L_70, _stringLiteral2473323190, 0, /*hidden argument*/NULL); V_14 = L_71; int32_t L_72 = ___CurChooseClothType2; if ((!(((uint32_t)L_72) == ((uint32_t)2)))) { goto IL_0278; } } { MagicWorkShopConfig_t833590401 * L_73 = MagicWorkShopConfig_GetInstance_m2722586947(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_74 = V_14; NullCheck(L_73); int32_t L_75 = MagicWorkShopConfig_GetJevelLevelById_m1002014654(L_73, L_74, /*hidden argument*/NULL); V_15 = L_75; CTextHelp_t3119637808 * L_76 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_76); String_t* L_77 = CTextHelp_GetText_m3374553046(L_76, _stringLiteral376086488, _stringLiteral3452614552, /*hidden argument*/NULL); int32_t L_78 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_77, /*hidden argument*/NULL); V_16 = L_78; int32_t L_79 = V_15; int32_t L_80 = V_16; if ((((int32_t)L_79) < ((int32_t)L_80))) { goto IL_0266; } } { CDataModelBool_t2269476966 * L_81 = MagicWorkShopMainManager_get_IsAlreadyMaxLevel_m1774743555(__this, /*hidden argument*/NULL); NullCheck(L_81); CDataModelBool_set_Data_m838892248(L_81, (bool)1, /*hidden argument*/NULL); goto IL_0278; } IL_0266: { CDataModelBool_t2269476966 * L_82 = MagicWorkShopMainManager_get_IsAlreadyMaxLevel_m1774743555(__this, /*hidden argument*/NULL); NullCheck(L_82); CDataModelBool_set_Data_m838892248(L_82, (bool)0, /*hidden argument*/NULL); int32_t L_83 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); } IL_0278: { CRoleModelItem_JwelData_t633435960 * L_84 = V_11; int32_t L_85 = V_14; NullCheck(L_84); L_84->set_m_jewelId_1(L_85); } IL_0281: { List_1_t2105510702 * L_86 = V_6; CRoleModelItem_JwelData_t633435960 * L_87 = V_11; NullCheck(L_86); List_1_Add_m1647007137(L_86, L_87, /*hidden argument*/List_1_Add_m1647007137_RuntimeMethod_var); } IL_028a: { int32_t L_88 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); } IL_0290: { int32_t L_89 = V_7; CRoleModelItem_SuitConfig_t3912215432 * L_90 = V_3; NullCheck(L_90); int32_t L_91 = CRoleModelItem_SuitConfig_GetItemCount_m225672488(L_90, /*hidden argument*/NULL); if ((((int32_t)L_89) < ((int32_t)L_91))) { goto IL_012e; } } { ISceneRole_t2394225724 * L_92 = __this->get_magWorkShopModel_20(); NullCheck(L_92); CRoleModel_Effect_t71978069 * L_93 = ISceneRole_GetRoleEffect_m1499277148(L_92, /*hidden argument*/NULL); List_1_t2105510702 * L_94 = V_6; NullCheck(L_93); CRoleModel_Effect_FlushJwel_m1906810467(L_93, L_94, /*hidden argument*/NULL); goto IL_040e; } IL_02b4: { int32_t L_95 = MagicWorkShopMainManager_get_CurrentSavedJewelServerID_m3057991891(__this, /*hidden argument*/NULL); if ((((int32_t)L_95) == ((int32_t)(-1)))) { goto IL_02ef; } } { IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_96 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_97 = MagicWorkShopMainManager_get_CurrentSavedJewelServerID_m3057991891(__this, /*hidden argument*/NULL); NullCheck(L_96); CPropItem_t1455887095 * L_98 = CPropManager_GetPropItem_m1006552476(L_96, L_97, /*hidden argument*/NULL); NullCheck(L_98); int32_t L_99 = CItemBase_get_configID_m837654758(L_98, /*hidden argument*/NULL); V_17 = L_99; ISceneRole_t2394225724 * L_100 = __this->get_magWorkShopModel_20(); NullCheck(L_100); CRoleModel_Effect_t71978069 * L_101 = ISceneRole_GetRoleEffect_m1499277148(L_100, /*hidden argument*/NULL); int32_t L_102 = V_17; int32_t L_103 = ___nModelItemSubCategory1; NullCheck(L_101); CRoleModel_Effect_ChangeSingleEffect_m1865810908(L_101, L_102, L_103, /*hidden argument*/NULL); goto IL_0396; } IL_02ef: { IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_t2289463753 * L_104 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_105 = ___clothBarId0; NullCheck(L_104); CItemData_t3599323914 * L_106 = CItemManager_GetItemByServerId_m2986832663(L_104, L_105, /*hidden argument*/NULL); V_18 = L_106; CItemData_t3599323914 * L_107 = V_18; NullCheck(L_107); CDataProperty_t2806246268 * L_108 = CItemBase_get_property_m1472717397(L_107, /*hidden argument*/NULL); NullCheck(L_108); int32_t L_109 = CDataProperty_GetInt_m1935343217(L_108, _stringLiteral2473323190, 0, /*hidden argument*/NULL); if (!L_109) { goto IL_0396; } } { CItemData_t3599323914 * L_110 = V_18; NullCheck(L_110); CDataProperty_t2806246268 * L_111 = CItemBase_get_property_m1472717397(L_110, /*hidden argument*/NULL); NullCheck(L_111); int32_t L_112 = CDataProperty_GetInt_m1935343217(L_111, _stringLiteral2473323190, 0, /*hidden argument*/NULL); V_19 = L_112; int32_t L_113 = ___CurChooseClothType2; if ((!(((uint32_t)L_113) == ((uint32_t)2)))) { goto IL_0383; } } { MagicWorkShopConfig_t833590401 * L_114 = MagicWorkShopConfig_GetInstance_m2722586947(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_115 = V_19; NullCheck(L_114); int32_t L_116 = MagicWorkShopConfig_GetJevelLevelById_m1002014654(L_114, L_115, /*hidden argument*/NULL); V_20 = L_116; CTextHelp_t3119637808 * L_117 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_117); String_t* L_118 = CTextHelp_GetText_m3374553046(L_117, _stringLiteral376086488, _stringLiteral3452614552, /*hidden argument*/NULL); int32_t L_119 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_118, /*hidden argument*/NULL); V_21 = L_119; int32_t L_120 = V_20; int32_t L_121 = V_21; if ((((int32_t)L_120) < ((int32_t)L_121))) { goto IL_0371; } } { CDataModelBool_t2269476966 * L_122 = MagicWorkShopMainManager_get_IsAlreadyMaxLevel_m1774743555(__this, /*hidden argument*/NULL); NullCheck(L_122); CDataModelBool_set_Data_m838892248(L_122, (bool)1, /*hidden argument*/NULL); goto IL_0383; } IL_0371: { CDataModelBool_t2269476966 * L_123 = MagicWorkShopMainManager_get_IsAlreadyMaxLevel_m1774743555(__this, /*hidden argument*/NULL); NullCheck(L_123); CDataModelBool_set_Data_m838892248(L_123, (bool)0, /*hidden argument*/NULL); int32_t L_124 = V_19; V_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)); } IL_0383: { ISceneRole_t2394225724 * L_125 = __this->get_magWorkShopModel_20(); NullCheck(L_125); CRoleModel_Effect_t71978069 * L_126 = ISceneRole_GetRoleEffect_m1499277148(L_125, /*hidden argument*/NULL); int32_t L_127 = V_19; int32_t L_128 = ___nModelItemSubCategory1; NullCheck(L_126); CRoleModel_Effect_ChangeSingleEffect_m1865810908(L_126, L_127, L_128, /*hidden argument*/NULL); } IL_0396: { V_22 = 0; goto IL_0401; } IL_039e: { Transform_t3600365921 * L_129 = V_0; int32_t L_130 = V_22; NullCheck(L_129); Transform_t3600365921 * L_131 = Transform_GetChild_m1092972975(L_129, L_130, /*hidden argument*/NULL); V_23 = L_131; Transform_t3600365921 * L_132 = V_23; NullCheck(L_132); String_t* L_133 = Object_get_name_m4211327027(L_132, /*hidden argument*/NULL); String_t* L_134 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_135 = String_op_Equality_m920492651(NULL /*static, unused*/, L_133, L_134, /*hidden argument*/NULL); if (L_135) { goto IL_03e6; } } { Transform_t3600365921 * L_136 = V_23; NullCheck(L_136); String_t* L_137 = Object_get_name_m4211327027(L_136, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_138 = String_op_Equality_m920492651(NULL /*static, unused*/, L_137, _stringLiteral5946188, /*hidden argument*/NULL); if (L_138) { goto IL_03e6; } } { Transform_t3600365921 * L_139 = V_23; NullCheck(L_139); String_t* L_140 = Object_get_name_m4211327027(L_139, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_141 = String_op_Equality_m920492651(NULL /*static, unused*/, L_140, _stringLiteral287567133, /*hidden argument*/NULL); if (!L_141) { goto IL_03f3; } } IL_03e6: { Transform_t3600365921 * L_142 = V_23; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_142, (bool)1, /*hidden argument*/NULL); goto IL_03fb; } IL_03f3: { Transform_t3600365921 * L_143 = V_23; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_143, (bool)0, /*hidden argument*/NULL); } IL_03fb: { int32_t L_144 = V_22; V_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)1)); } IL_0401: { int32_t L_145 = V_22; Transform_t3600365921 * L_146 = V_0; NullCheck(L_146); int32_t L_147 = Transform_get_childCount_m3145433196(L_146, /*hidden argument*/NULL); if ((((int32_t)L_145) < ((int32_t)L_147))) { goto IL_039e; } } IL_040e: { return; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::MagicWorkShopToBuy() extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_MagicWorkShopToBuy_m4020623867 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopMainManager_MagicWorkShopToBuy_m4020623867_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_0 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = MagicWorkShopMainManager_get_GetCurrentHammerID_m3863064713(__this, /*hidden argument*/NULL); intptr_t L_2 = (intptr_t)MagicWorkShopMainManager_OnByConfirmCallback_m3970873926_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_3 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_3, __this, L_2, /*hidden argument*/NULL); NullCheck(L_0); CShopManager_QuickBuySingleItem_m3993880862(L_0, L_1, L_3, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::OnByConfirmCallback(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_OnByConfirmCallback_m3970873926 (MagicWorkShopMainManager_t420038521 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopMainManager_OnByConfirmCallback_m3970873926_MetadataUsageId); s_Il2CppMethodInitialized = true; } GoodsConfig_t1565846780 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t G_B7_0 = 0; { bool L_0 = ___bConfirmed0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { CShopConfig_t202154353 * L_1 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = MagicWorkShopMainManager_get_GetCurrentHammerID_m3863064713(__this, /*hidden argument*/NULL); NullCheck(L_1); GoodsConfig_t1565846780 * L_3 = CShopConfig_GetGoodsConfig_m1630978708(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; GoodsConfig_t1565846780 * L_4 = V_0; if (L_4) { goto IL_002f; } } { CMsgManager_t455955613 * L_5 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CMsgManager_PushHintUseTextHelp_m3781284520(L_5, _stringLiteral383132282, (bool)0, /*hidden argument*/NULL); return; } IL_002f: { GoodsConfig_t1565846780 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = L_6->get__permanentDiamondPrise_11(); V_1 = (bool)((((int32_t)((((int32_t)L_7) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_8 = V_1; if (!L_8) { goto IL_004d; } } { GoodsConfig_t1565846780 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = L_9->get__permanentDiamondPrise_11(); G_B7_0 = L_10; goto IL_0053; } IL_004d: { GoodsConfig_t1565846780 * L_11 = V_0; NullCheck(L_11); int32_t L_12 = L_11->get__permanentCoinPrise_10(); G_B7_0 = L_12; } IL_0053: { V_2 = G_B7_0; GoodsConfig_t1565846780 * L_13 = V_0; NullCheck(L_13); float L_14 = L_13->get_DisCount_14(); if ((!(((float)L_14) > ((float)(0.0f))))) { goto IL_00ac; } } { GoodsConfig_t1565846780 * L_15 = V_0; NullCheck(L_15); float L_16 = L_15->get_DisCount_14(); if ((!(((float)L_16) < ((float)(1.0f))))) { goto IL_00ac; } } { int32_t L_17 = V_2; GoodsConfig_t1565846780 * L_18 = V_0; NullCheck(L_18); int32_t L_19 = L_18->get__permanentDiamondPrise_11(); if ((!(((uint32_t)L_17) == ((uint32_t)L_19)))) { goto IL_0090; } } { GoodsConfig_t1565846780 * L_20 = V_0; NullCheck(L_20); int32_t L_21 = L_20->get__permanentDiamondPrise_11(); GoodsConfig_t1565846780 * L_22 = V_0; NullCheck(L_22); float L_23 = L_22->get_DisCount_14(); V_2 = (((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_21))), (float)L_23))))); } IL_0090: { int32_t L_24 = V_2; GoodsConfig_t1565846780 * L_25 = V_0; NullCheck(L_25); int32_t L_26 = L_25->get__permanentCoinPrise_10(); if ((!(((uint32_t)L_24) == ((uint32_t)L_26)))) { goto IL_00ac; } } { GoodsConfig_t1565846780 * L_27 = V_0; NullCheck(L_27); int32_t L_28 = L_27->get__permanentCoinPrise_10(); GoodsConfig_t1565846780 * L_29 = V_0; NullCheck(L_29); float L_30 = L_29->get_DisCount_14(); V_2 = (((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_28))), (float)L_30))))); } IL_00ac: { int32_t L_31 = MagicWorkShopMainManager_get_GetCurrentHammerID_m3863064713(__this, /*hidden argument*/NULL); int32_t L_32 = V_2; int32_t L_33 = MagicWorkShopMainManager_get_GetCurrentHammerID_m3863064713(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); String_t* L_34 = CPropManager_GetName_m3847477158(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); int32_t L_35 = MagicWorkShopMainManager_get_GetCurrentHammerID_m3863064713(__this, /*hidden argument*/NULL); String_t* L_36 = CPropManager_GetIconPath_m739451308(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); bool L_37 = V_1; MagicWorkShopMainManager_OpenAmountWnd_m421150111(__this, L_31, 1, L_32, L_34, L_36, (bool)1, L_37, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::OpenAmountWnd(System.Int32,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_OpenAmountWnd_m421150111 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___configId0, int32_t ___count1, int32_t ___price2, String_t* ___name3, String_t* ___iconPath4, bool ___isBuyorUse5, bool ___bDiamond6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopMainManager_OpenAmountWnd_m421150111_MetadataUsageId); s_Il2CppMethodInitialized = true; } ChooseBuyUseBoxInfo_t2600922063 * V_0 = NULL; { ChooseBuyUseBoxInfo_t2600922063 * L_0 = (ChooseBuyUseBoxInfo_t2600922063 *)il2cpp_codegen_object_new(ChooseBuyUseBoxInfo_t2600922063_il2cpp_TypeInfo_var); ChooseBuyUseBoxInfo__ctor_m391122298(L_0, /*hidden argument*/NULL); V_0 = L_0; ChooseBuyUseBoxInfo_t2600922063 * L_1 = V_0; NullCheck(L_1); L_1->set_Titlename_0(_stringLiteral2742764646); ChooseBuyUseBoxInfo_t2600922063 * L_2 = V_0; int32_t L_3 = ___configId0; NullCheck(L_2); L_2->set_Configid_1(L_3); ChooseBuyUseBoxInfo_t2600922063 * L_4 = V_0; int32_t L_5 = ___count1; NullCheck(L_4); L_4->set_Count_3(L_5); ChooseBuyUseBoxInfo_t2600922063 * L_6 = V_0; int32_t L_7 = ___price2; NullCheck(L_6); L_6->set_Price_2(L_7); ChooseBuyUseBoxInfo_t2600922063 * L_8 = V_0; String_t* L_9 = ___name3; NullCheck(L_8); L_8->set_Name_5(L_9); ChooseBuyUseBoxInfo_t2600922063 * L_10 = V_0; String_t* L_11 = ___iconPath4; NullCheck(L_10); L_10->set_IconPath_6(L_11); ChooseBuyUseBoxInfo_t2600922063 * L_12 = V_0; int32_t L_13 = ___configId0; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CDataProperty_t2806246268 * L_14 = CPropManager_GetLocalProperty_m690455163(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = CDataProperty_GetWideStr_m3656006276(L_14, _stringLiteral3220737639, _stringLiteral3220737639, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_giftDesc_9(L_15); ChooseBuyUseBoxInfo_t2600922063 * L_16 = V_0; NullCheck(L_16); L_16->set_giftNotice_10(_stringLiteral2511313399); ChooseBuyUseBoxInfo_t2600922063 * L_17 = V_0; bool L_18 = ___bDiamond6; NullCheck(L_17); L_17->set_isDiamond_11(L_18); ChooseBuyUseBoxInfo_t2600922063 * L_19 = V_0; bool L_20 = ___isBuyorUse5; NullCheck(L_19); L_19->set_IsBuyOrUse_12(L_20); ChooseBuyUseBoxInfo_t2600922063 * L_21 = V_0; NullCheck(L_21); L_21->set_IsBangzuan_13((bool)0); ChooseBuyUseBoxInfo_t2600922063 * L_22 = V_0; NullCheck(L_22); L_22->set_MaxCount_4(((int32_t)999)); IL2CPP_RUNTIME_CLASS_INIT(ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var); ChooseBuyUseNumBoxController_t2176104285 * L_23 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); ChooseBuyUseBoxInfo_t2600922063 * L_24 = V_0; NullCheck(L_23); ChooseBuyUseNumBoxController_SetOpenChooseNumBox_m1942328283(L_23, L_24, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_25 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_26 = (intptr_t)MagicWorkShopMainManager_OnConfirmAmount_m26800564_RuntimeMethod_var; OnConfirmBuyAmount_t3515310033 * L_27 = (OnConfirmBuyAmount_t3515310033 *)il2cpp_codegen_object_new(OnConfirmBuyAmount_t3515310033_il2cpp_TypeInfo_var); OnConfirmBuyAmount__ctor_m4294857870(L_27, __this, L_26, /*hidden argument*/NULL); intptr_t L_28 = (intptr_t)MagicWorkShopMainManager_OnCloseAmountWnd_m656575538_RuntimeMethod_var; OnCancelAndExit_t3571001794 * L_29 = (OnCancelAndExit_t3571001794 *)il2cpp_codegen_object_new(OnCancelAndExit_t3571001794_il2cpp_TypeInfo_var); OnCancelAndExit__ctor_m1256787560(L_29, __this, L_28, /*hidden argument*/NULL); NullCheck(L_25); ChooseBuyUseNumBoxController_SetBuyListener_m160589014(L_25, L_27, L_29, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_30 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); ChooseBuyUseNumBoxController_ShowUI_m3014004810(L_30, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::OnConfirmAmount(System.Int32,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_OnConfirmAmount_m26800564 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___index2, int32_t ___cashType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopMainManager_OnConfirmAmount_m26800564_MetadataUsageId); s_Il2CppMethodInitialized = true; } GoodsConfig_t1565846780 * V_0 = NULL; CDataArray_t4068198041 * V_1 = NULL; BalanceWnd_t506785226 * V_2 = NULL; CDataArray_t4068198041 * G_B16_0 = NULL; BalanceWnd_t506785226 * G_B16_1 = NULL; CDataArray_t4068198041 * G_B15_0 = NULL; BalanceWnd_t506785226 * G_B15_1 = NULL; { CShopConfig_t202154353 * L_0 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___configId0; NullCheck(L_0); GoodsConfig_t1565846780 * L_2 = CShopConfig_GetGoodsConfig_m1630978708(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; GoodsConfig_t1565846780 * L_3 = V_0; if (L_3) { goto IL_0013; } } { return; } IL_0013: { CDataArray_t4068198041 * L_4 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_4, /*hidden argument*/NULL); V_1 = L_4; CDataArray_t4068198041 * L_5 = V_1; int32_t L_6 = ___configId0; NullCheck(L_5); CDataArray_Push_m3820844360(L_5, L_6, /*hidden argument*/NULL); CDataArray_t4068198041 * L_7 = V_1; int64_t L_8 = ___amount1; NullCheck(L_7); CDataArray_Push_m3820844360(L_7, (((int32_t)((int32_t)L_8))), /*hidden argument*/NULL); CDataArray_t4068198041 * L_9 = V_1; GoodsConfig_t1565846780 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get__valid_3(); NullCheck(L_9); CDataArray_Push_m3820844360(L_9, L_11, /*hidden argument*/NULL); GoodsConfig_t1565846780 * L_12 = V_0; NullCheck(L_12); float L_13 = L_12->get_DisCount_14(); if ((!(((float)L_13) > ((float)(0.0f))))) { goto IL_0081; } } { GoodsConfig_t1565846780 * L_14 = V_0; NullCheck(L_14); float L_15 = L_14->get_DisCount_14(); if ((!(((float)L_15) < ((float)(1.0f))))) { goto IL_0081; } } { CDataArray_t4068198041 * L_16 = V_1; GoodsConfig_t1565846780 * L_17 = V_0; NullCheck(L_17); int32_t L_18 = L_17->get__permanentCoinPrise_10(); GoodsConfig_t1565846780 * L_19 = V_0; NullCheck(L_19); float L_20 = L_19->get_DisCount_14(); NullCheck(L_16); CDataArray_Push_m1044129115(L_16, ((float)il2cpp_codegen_multiply((float)(((float)((float)L_18))), (float)L_20)), /*hidden argument*/NULL); CDataArray_t4068198041 * L_21 = V_1; GoodsConfig_t1565846780 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = L_22->get__permanentDiamondPrise_11(); GoodsConfig_t1565846780 * L_24 = V_0; NullCheck(L_24); float L_25 = L_24->get_DisCount_14(); NullCheck(L_21); CDataArray_Push_m1044129115(L_21, ((float)il2cpp_codegen_multiply((float)(((float)((float)L_23))), (float)L_25)), /*hidden argument*/NULL); goto IL_0099; } IL_0081: { CDataArray_t4068198041 * L_26 = V_1; GoodsConfig_t1565846780 * L_27 = V_0; NullCheck(L_27); int32_t L_28 = L_27->get__permanentCoinPrise_10(); NullCheck(L_26); CDataArray_Push_m3820844360(L_26, L_28, /*hidden argument*/NULL); CDataArray_t4068198041 * L_29 = V_1; GoodsConfig_t1565846780 * L_30 = V_0; NullCheck(L_30); int32_t L_31 = L_30->get__permanentDiamondPrise_11(); NullCheck(L_29); CDataArray_Push_m3820844360(L_29, L_31, /*hidden argument*/NULL); } IL_0099: { int32_t L_32 = ___cashType3; if (L_32) { goto IL_00d1; } } { GoodsConfig_t1565846780 * L_33 = V_0; NullCheck(L_33); int32_t L_34 = L_33->get__permanentCoinPrise_10(); if (!L_34) { goto IL_00ae; } } { ___cashType3 = 1; } IL_00ae: { GoodsConfig_t1565846780 * L_35 = V_0; NullCheck(L_35); int32_t L_36 = L_35->get__permanentDiamondPrise_11(); if (!L_36) { goto IL_00d1; } } { GoodsConfig_t1565846780 * L_37 = V_0; NullCheck(L_37); int32_t L_38 = L_37->get__canBeUseBindDiamond_12(); if ((!(((uint32_t)L_38) == ((uint32_t)1)))) { goto IL_00ce; } } { ___cashType3 = ((int32_t)14); goto IL_00d1; } IL_00ce: { ___cashType3 = 5; } IL_00d1: { CDataArray_t4068198041 * L_39 = V_1; int32_t L_40 = ___cashType3; NullCheck(L_39); CDataArray_Push_m3820844360(L_39, L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_41 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_41); CWndController_ShowUI_m3552255067(L_41, ((int32_t)109), /*hidden argument*/NULL); CWndController_t749709641 * L_42 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_42); GameObject_t1113636619 * L_43 = CWndController_CreateDelayBindWnd_m1486584967(L_42, ((int32_t)109), /*hidden argument*/NULL); NullCheck(L_43); BalanceWnd_t506785226 * L_44 = GameObject_GetComponent_TisBalanceWnd_t506785226_m3997475059(L_43, /*hidden argument*/GameObject_GetComponent_TisBalanceWnd_t506785226_m3997475059_RuntimeMethod_var); V_2 = L_44; BalanceWnd_t506785226 * L_45 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_46 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_0128; } } { BalanceWnd_t506785226 * L_47 = V_2; CDataArray_t4068198041 * L_48 = V_1; IL2CPP_RUNTIME_CLASS_INIT(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var); OnClickMsgCallBack_t2526724959 * L_49 = ((MagicWorkShopMainManager_t420038521_StaticFields*)il2cpp_codegen_static_fields_for(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_21(); G_B15_0 = L_48; G_B15_1 = L_47; if (L_49) { G_B16_0 = L_48; G_B16_1 = L_47; goto IL_011e; } } { intptr_t L_50 = (intptr_t)ScenePersonalShopItem_OnBuyToolResult_m3180099931_RuntimeMethod_var; OnClickMsgCallBack_t2526724959 * L_51 = (OnClickMsgCallBack_t2526724959 *)il2cpp_codegen_object_new(OnClickMsgCallBack_t2526724959_il2cpp_TypeInfo_var); OnClickMsgCallBack__ctor_m3998395667(L_51, NULL, L_50, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var); ((MagicWorkShopMainManager_t420038521_StaticFields*)il2cpp_codegen_static_fields_for(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_21(L_51); G_B16_0 = G_B15_0; G_B16_1 = G_B15_1; } IL_011e: { IL2CPP_RUNTIME_CLASS_INIT(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var); OnClickMsgCallBack_t2526724959 * L_52 = ((MagicWorkShopMainManager_t420038521_StaticFields*)il2cpp_codegen_static_fields_for(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_21(); NullCheck(G_B16_1); BalanceWnd_OpenWnd_m1467145181(G_B16_1, G_B16_0, L_52, /*hidden argument*/NULL); } IL_0128: { MagicWorkShopMainManager_OnCloseAmountWnd_m656575538(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::OnCloseAmountWnd() extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_OnCloseAmountWnd_m656575538 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopMainManager_OnCloseAmountWnd_m656575538_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CWndController_HideUI_m732482071(L_0, ((int32_t)86), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::MagicWorkShopResult(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_MagicWorkShopResult_m2369630951 (MagicWorkShopMainManager_t420038521 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___useData1, const RuntimeMethod* method) { { return; } } // CDataModelBool DMCore.Logic.MagicWorkShopMainManager::get_bNeedGetMaterialCfg() extern "C" IL2CPP_METHOD_ATTR CDataModelBool_t2269476966 * MagicWorkShopMainManager_get_bNeedGetMaterialCfg_m4216916133 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_U3CbNeedGetMaterialCfgU3Ek__BackingField_13(); return L_0; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::set_bNeedGetMaterialCfg(CDataModelBool) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_bNeedGetMaterialCfg_m2925578463 (MagicWorkShopMainManager_t420038521 * __this, CDataModelBool_t2269476966 * ___value0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = ___value0; __this->set_U3CbNeedGetMaterialCfgU3Ek__BackingField_13(L_0); return; } } // CDataModelMap DMCore.Logic.MagicWorkShopMainManager::GetMaterialCfg() extern "C" IL2CPP_METHOD_ATTR CDataModelMap_t1093164792 * MagicWorkShopMainManager_GetMaterialCfg_m910618217 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { { CDataModelMap_t1093164792 * L_0 = __this->get_materialCfg_16(); return L_0; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::SetMaterialCfg(System.Int32,DMCore.Logic.MagicWSMatUnit) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_SetMaterialCfg_m1688744282 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___barId0, MagicWSMatUnit_t2365652776 * ___dataUnit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWorkShopMainManager_SetMaterialCfg_m1688744282_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CDataModelMap_t1093164792 * L_0 = __this->get_materialCfg_16(); int32_t L_1 = ___barId0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); MagicWSMatUnit_t2365652776 * L_4 = ___dataUnit1; NullCheck(L_0); CDataModelMap_Set_m186491749(L_0, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::SetMagicWorkShopModel(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_SetMagicWorkShopModel_m528365583 (MagicWorkShopMainManager_t420038521 * __this, ISceneRole_t2394225724 * ___role0, const RuntimeMethod* method) { { ISceneRole_t2394225724 * L_0 = ___role0; __this->set_magWorkShopModel_20(L_0); return; } } // DMCore.Framework.Scene.ISceneRole DMCore.Logic.MagicWorkShopMainManager::GetMagicWorkShopModel() extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * MagicWorkShopMainManager_GetMagicWorkShopModel_m1176638969 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { { ISceneRole_t2394225724 * L_0 = __this->get_magWorkShopModel_20(); return L_0; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::SetCurrentClothConfigId(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_SetCurrentClothConfigId_m1611996766 (MagicWorkShopMainManager_t420038521 * __this, int32_t ___id0, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_wearClothConfigId_17(); int32_t L_1 = ___id0; NullCheck(L_0); CDataModelInt_set_Data_m3794751788(L_0, L_1, /*hidden argument*/NULL); return; } } // CDataModelInt DMCore.Logic.MagicWorkShopMainManager::GetCurrentClothConfigId() extern "C" IL2CPP_METHOD_ATTR CDataModelInt_t3463393640 * MagicWorkShopMainManager_GetCurrentClothConfigId_m4294586652 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { { CDataModelInt_t3463393640 * L_0 = __this->get_wearClothConfigId_17(); return L_0; } } // CDataModelBool DMCore.Logic.MagicWorkShopMainManager::get_IsAlreadyMaxLevel() extern "C" IL2CPP_METHOD_ATTR CDataModelBool_t2269476966 * MagicWorkShopMainManager_get_IsAlreadyMaxLevel_m1774743555 (MagicWorkShopMainManager_t420038521 * __this, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = __this->get_U3CIsAlreadyMaxLevelU3Ek__BackingField_14(); return L_0; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::set_IsAlreadyMaxLevel(CDataModelBool) extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager_set_IsAlreadyMaxLevel_m559460057 (MagicWorkShopMainManager_t420038521 * __this, CDataModelBool_t2269476966 * ___value0, const RuntimeMethod* method) { { CDataModelBool_t2269476966 * L_0 = ___value0; __this->set_U3CIsAlreadyMaxLevelU3Ek__BackingField_14(L_0); return; } } // System.Void DMCore.Logic.MagicWorkShopMainManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void MagicWorkShopMainManager__cctor_m4170668918 (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_OnConfirmChooseCloth_t3730002751 (OnConfirmChooseCloth_t3730002751 * __this, bool ___bConfirmed0, 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(___bConfirmed0)); } // System.Void DMCore.Logic.MagicWorkShopMainManager/OnConfirmChooseCloth::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnConfirmChooseCloth__ctor_m263117622 (OnConfirmChooseCloth_t3730002751 * __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.MagicWorkShopMainManager/OnConfirmChooseCloth::Invoke(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void OnConfirmChooseCloth_Invoke_m1528157138 (OnConfirmChooseCloth_t3730002751 * __this, bool ___bConfirmed0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnConfirmChooseCloth_Invoke_m1528157138((OnConfirmChooseCloth_t3730002751 *)__this->get_prev_9(), ___bConfirmed0, 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, ___bConfirmed0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___bConfirmed0, 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, ___bConfirmed0); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___bConfirmed0); } 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, ___bConfirmed0); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___bConfirmed0); } } else { typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___bConfirmed0, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.MagicWorkShopMainManager/OnConfirmChooseCloth::BeginInvoke(System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnConfirmChooseCloth_BeginInvoke_m2655420683 (OnConfirmChooseCloth_t3730002751 * __this, bool ___bConfirmed0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnConfirmChooseCloth_BeginInvoke_m2655420683_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___bConfirmed0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Logic.MagicWorkShopMainManager/OnConfirmChooseCloth::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnConfirmChooseCloth_EndInvoke_m1117151674 (OnConfirmChooseCloth_t3730002751 * __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.MagicWSMaterialItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void MagicWSMaterialItem__ctor_m1304866130 (MagicWSMaterialItem_t914674430 * __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.MagicWSMatUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void MagicWSMatUnit__ctor_m3816132532 (MagicWSMatUnit_t2365652776 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MagicWSMatUnit__ctor_m3816132532_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_NextLevelJewelId_0((-1)); List_1_t2386749172 * L_0 = (List_1_t2386749172 *)il2cpp_codegen_object_new(List_1_t2386749172_il2cpp_TypeInfo_var); List_1__ctor_m404625544(L_0, /*hidden argument*/List_1__ctor_m404625544_RuntimeMethod_var); __this->set_materialInventory_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.MayThemeInfo::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MayThemeInfo__ctor_m1197289090 (MayThemeInfo_t2325968778 * __this, int32_t ___themeId0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___themeId0; __this->set_m_ThemeId_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.MedalItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void MedalItem__ctor_m118940789 (MedalItem_t720471580 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_groupId_0(0); __this->set_medalId_1(0); __this->set_state_2((-1)); __this->set_wear_3((-1)); return; } } // System.Int32 DMCore.Logic.MedalItem::get_GroupID() extern "C" IL2CPP_METHOD_ATTR int32_t MedalItem_get_GroupID_m1724750264 (MedalItem_t720471580 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_groupId_0(); return L_0; } } // System.Void DMCore.Logic.MedalItem::set_GroupID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MedalItem_set_GroupID_m279121215 (MedalItem_t720471580 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_groupId_0(L_0); return; } } // System.Int32 DMCore.Logic.MedalItem::get_MedalID() extern "C" IL2CPP_METHOD_ATTR int32_t MedalItem_get_MedalID_m271961835 (MedalItem_t720471580 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_medalId_1(); return L_0; } } // System.Void DMCore.Logic.MedalItem::set_MedalID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MedalItem_set_MedalID_m2905894547 (MedalItem_t720471580 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_medalId_1(L_0); return; } } // System.Int32 DMCore.Logic.MedalItem::get_State() extern "C" IL2CPP_METHOD_ATTR int32_t MedalItem_get_State_m931712026 (MedalItem_t720471580 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_state_2(); return L_0; } } // System.Void DMCore.Logic.MedalItem::set_State(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MedalItem_set_State_m3305354320 (MedalItem_t720471580 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_state_2(L_0); return; } } // System.Int32 DMCore.Logic.MedalItem::get_Wear() extern "C" IL2CPP_METHOD_ATTR int32_t MedalItem_get_Wear_m3215122372 (MedalItem_t720471580 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_wear_3(); return L_0; } } // System.Void DMCore.Logic.MedalItem::set_Wear(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MedalItem_set_Wear_m3731347329 (MedalItem_t720471580 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_wear_3(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.MedalState::.ctor() extern "C" IL2CPP_METHOD_ATTR void MedalState__ctor_m3809589761 (MedalState_t493540488 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_groupId_0(0); __this->set_medalId_1(0); __this->set_wear_2((-1)); return; } } // System.Int32 DMCore.Logic.MedalState::get_GroupID() extern "C" IL2CPP_METHOD_ATTR int32_t MedalState_get_GroupID_m943713003 (MedalState_t493540488 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_groupId_0(); return L_0; } } // System.Void DMCore.Logic.MedalState::set_GroupID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MedalState_set_GroupID_m4119090056 (MedalState_t493540488 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_groupId_0(L_0); return; } } // System.Int32 DMCore.Logic.MedalState::get_MedalID() extern "C" IL2CPP_METHOD_ATTR int32_t MedalState_get_MedalID_m2080605228 (MedalState_t493540488 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_medalId_1(); return L_0; } } // System.Void DMCore.Logic.MedalState::set_MedalID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MedalState_set_MedalID_m592729908 (MedalState_t493540488 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_medalId_1(L_0); return; } } // System.Int32 DMCore.Logic.MedalState::get_WearState() extern "C" IL2CPP_METHOD_ATTR int32_t MedalState_get_WearState_m939005910 (MedalState_t493540488 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_wear_2(); return L_0; } } // System.Void DMCore.Logic.MedalState::set_WearState(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MedalState_set_WearState_m3617050657 (MedalState_t493540488 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_wear_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.MemberAwardConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemberAwardConfig__ctor_m1343941705 (MemberAwardConfig_t2880806974 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberAwardConfig__ctor_m1343941705_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t1159320120 * L_0 = (Dictionary_2_t1159320120 *)il2cpp_codegen_object_new(Dictionary_2_t1159320120_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3541269934(L_0, /*hidden argument*/Dictionary_2__ctor_m3541269934_RuntimeMethod_var); __this->set_m_MemberAwardData_1(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral572112919, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.MemberAwardConfig DMCore.Logic.MemberAwardConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR MemberAwardConfig_t2880806974 * MemberAwardConfig_GetInstance_m2050582586 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberAwardConfig_GetInstance_m2050582586_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemberAwardConfig_t2880806974 * L_0 = ((MemberAwardConfig_t2880806974_StaticFields*)il2cpp_codegen_static_fields_for(MemberAwardConfig_t2880806974_il2cpp_TypeInfo_var))->get__instance_2(); if (L_0) { goto IL_0014; } } { MemberAwardConfig_t2880806974 * L_1 = (MemberAwardConfig_t2880806974 *)il2cpp_codegen_object_new(MemberAwardConfig_t2880806974_il2cpp_TypeInfo_var); MemberAwardConfig__ctor_m1343941705(L_1, /*hidden argument*/NULL); ((MemberAwardConfig_t2880806974_StaticFields*)il2cpp_codegen_static_fields_for(MemberAwardConfig_t2880806974_il2cpp_TypeInfo_var))->set__instance_2(L_1); } IL_0014: { MemberAwardConfig_t2880806974 * L_2 = ((MemberAwardConfig_t2880806974_StaticFields*)il2cpp_codegen_static_fields_for(MemberAwardConfig_t2880806974_il2cpp_TypeInfo_var))->get__instance_2(); return L_2; } } // System.Collections.Generic.List`1 DMCore.Logic.MemberAwardConfig::GetMemberAward(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t2270606789 * MemberAwardConfig_GetMemberAward_m3013343745 (MemberAwardConfig_t2880806974 * __this, int32_t ___memberAwardLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberAwardConfig_GetMemberAward_m3013343745_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2270606789 * V_0 = NULL; { List_1_t2270606789 * L_0 = (List_1_t2270606789 *)il2cpp_codegen_object_new(List_1_t2270606789_il2cpp_TypeInfo_var); List_1__ctor_m437181217(L_0, /*hidden argument*/List_1__ctor_m437181217_RuntimeMethod_var); V_0 = L_0; Dictionary_2_t1159320120 * L_1 = __this->get_m_MemberAwardData_1(); int32_t L_2 = ___memberAwardLevel0; NullCheck(L_1); Dictionary_2_TryGetValue_m1890817753(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1890817753_RuntimeMethod_var); List_1_t2270606789 * L_3 = V_0; return L_3; } } // System.Boolean DMCore.Logic.MemberAwardConfig::OnLoad(System.Xml.XmlElement,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool MemberAwardConfig_OnLoad_m3477357418 (MemberAwardConfig_t2880806974 * __this, XmlElement_t561603118 * ___rootNode0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberAwardConfig_OnLoad_m3477357418_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeList_t2551693786 * V_0 = NULL; int32_t V_1 = 0; XmlElement_t561603118 * V_2 = NULL; int32_t V_3 = 0; XmlNodeList_t2551693786 * V_4 = NULL; List_1_t2270606789 * V_5 = NULL; int32_t V_6 = 0; XmlElement_t561603118 * V_7 = NULL; MemberAwardUnit_t798532047 * V_8 = NULL; String_t* V_9 = NULL; String_t* V_10 = NULL; bool V_11 = false; Exception_t * V_12 = 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 * L_0 = ___rootNode0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: try { // begin try (depth: 1) { XmlElement_t561603118 * L_1 = ___rootNode0; 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; goto IL_00ee; } IL_0016: { XmlNodeList_t2551693786 * L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); XmlNode_t3767805227 * L_5 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_3, L_4); V_2 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_6 = V_2; if (L_6) { goto IL_002e; } } IL_0029: { goto IL_00ea; } IL_002e: { XmlElement_t561603118 * L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_8 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_7, _stringLiteral2839880173, (-1), /*hidden argument*/NULL); V_3 = L_8; XmlElement_t561603118 * L_9 = V_2; NullCheck(L_9); XmlNodeList_t2551693786 * L_10 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_9); V_4 = L_10; List_1_t2270606789 * L_11 = (List_1_t2270606789 *)il2cpp_codegen_object_new(List_1_t2270606789_il2cpp_TypeInfo_var); List_1__ctor_m437181217(L_11, /*hidden argument*/List_1__ctor_m437181217_RuntimeMethod_var); V_5 = L_11; V_6 = 0; goto IL_00ce; } IL_0052: { XmlNodeList_t2551693786 * L_12 = V_4; int32_t L_13 = V_6; NullCheck(L_12); XmlNode_t3767805227 * L_14 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_12, L_13); V_7 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_14, XmlElement_t561603118_il2cpp_TypeInfo_var)); MemberAwardUnit_t798532047 * L_15 = (MemberAwardUnit_t798532047 *)il2cpp_codegen_object_new(MemberAwardUnit_t798532047_il2cpp_TypeInfo_var); MemberAwardUnit__ctor_m367061338(L_15, /*hidden argument*/NULL); V_8 = L_15; int32_t L_16 = V_6; int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); 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*/, _stringLiteral2700781366, L_18, _stringLiteral2343273825, /*hidden argument*/NULL); V_9 = L_19; int32_t L_20 = V_6; int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); RuntimeObject * L_22 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_21); String_t* L_23 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral2700781366, L_22, _stringLiteral2002596872, /*hidden argument*/NULL); V_10 = L_23; MemberAwardUnit_t798532047 * L_24 = V_8; XmlElement_t561603118 * L_25 = V_7; String_t* L_26 = V_9; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_27 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_25, L_26, (-1), /*hidden argument*/NULL); NullCheck(L_24); L_24->set_AwardConfigID_0(L_27); MemberAwardUnit_t798532047 * L_28 = V_8; XmlElement_t561603118 * L_29 = V_7; String_t* L_30 = V_10; int32_t L_31 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_29, L_30, (-1), /*hidden argument*/NULL); NullCheck(L_28); L_28->set_AwardCount_1(L_31); List_1_t2270606789 * L_32 = V_5; MemberAwardUnit_t798532047 * L_33 = V_8; NullCheck(L_32); List_1_Add_m1326808721(L_32, L_33, /*hidden argument*/List_1_Add_m1326808721_RuntimeMethod_var); int32_t L_34 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00ce: { int32_t L_35 = V_6; XmlNodeList_t2551693786 * L_36 = V_4; NullCheck(L_36); int32_t L_37 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_36); if ((((int32_t)L_35) < ((int32_t)L_37))) { goto IL_0052; } } IL_00dc: { Dictionary_2_t1159320120 * L_38 = __this->get_m_MemberAwardData_1(); int32_t L_39 = V_3; List_1_t2270606789 * L_40 = V_5; NullCheck(L_38); Dictionary_2_Add_m218206095(L_38, L_39, L_40, /*hidden argument*/Dictionary_2_Add_m218206095_RuntimeMethod_var); } IL_00ea: { int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00ee: { int32_t L_42 = V_1; XmlNodeList_t2551693786 * L_43 = V_0; 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_42) < ((int32_t)L_44))) { goto IL_0016; } } IL_00fa: { V_11 = (bool)1; goto IL_011c; } } // 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_0102; throw e; } CATCH_0102: { // begin catch(System.Exception) V_12 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_45 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_46 = V_12; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_46); NullCheck(L_45); CLogHelp_LogFile_m4227814860(L_45, L_47, /*hidden argument*/NULL); goto IL_011a; } // end catch (depth: 1) IL_011a: { return (bool)0; } IL_011c: { bool L_48 = V_11; return L_48; } } // System.Void DMCore.Logic.MemberAwardConfig::Clear() extern "C" IL2CPP_METHOD_ATTR void MemberAwardConfig_Clear_m3992939215 (MemberAwardConfig_t2880806974 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberAwardConfig_Clear_m3992939215_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t3113502895 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t3556992287 V_1; memset(&V_1, 0, sizeof(V_1)); { Dictionary_2_t1159320120 * L_0 = __this->get_m_MemberAwardData_1(); NullCheck(L_0); Enumerator_t3113502895 L_1 = Dictionary_2_GetEnumerator_m351631239(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m351631239_RuntimeMethod_var); V_0 = L_1; goto IL_0025; } IL_0011: { KeyValuePair_2_t3556992287 L_2 = Enumerator_get_Current_m2966435117((&V_0), /*hidden argument*/Enumerator_get_Current_m2966435117_RuntimeMethod_var); V_1 = L_2; List_1_t2270606789 * L_3 = KeyValuePair_2_get_Value_m71869077((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m71869077_RuntimeMethod_var); NullCheck(L_3); List_1_Clear_m671426984(L_3, /*hidden argument*/List_1_Clear_m671426984_RuntimeMethod_var); } IL_0025: { bool L_4 = Enumerator_MoveNext_m1745824183((&V_0), /*hidden argument*/Enumerator_MoveNext_m1745824183_RuntimeMethod_var); if (L_4) { goto IL_0011; } } { Dictionary_2_t1159320120 * L_5 = __this->get_m_MemberAwardData_1(); NullCheck(L_5); Dictionary_2_Clear_m1589895009(L_5, /*hidden argument*/Dictionary_2_Clear_m1589895009_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.MemberAwardUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemberAwardUnit__ctor_m367061338 (MemberAwardUnit_t798532047 * __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 #ifdef __clang__ #pragma clang 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.MenuItemUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void MenuItemUnit__ctor_m1738407357 (MenuItemUnit_t3997586157 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MenuItemUnit__ctor_m1738407357_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_item_id_0(((int32_t)10009)); __this->set_item_icon_name_1(_stringLiteral345825936); __this->set_item_desc_2(_stringLiteral345825936); __this->set_item_sign_level_3(0); __this->set_item_enable_4((bool)1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang 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.MessageLogInfoUnit::.ctor() extern "C" IL2CPP_METHOD_ATTR void MessageLogInfoUnit__ctor_m2197320020 (MessageLogInfoUnit_t4080848674 * __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.MiscPropItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void MiscPropItem__ctor_m471995687 (MiscPropItem_t2188545016 * __this, const RuntimeMethod* method) { { CPropItem__ctor_m238114891(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.MiscPropItem::DoUsePropItem() extern "C" IL2CPP_METHOD_ATTR void MiscPropItem_DoUsePropItem_m480486319 (MiscPropItem_t2188545016 * __this, const RuntimeMethod* method) { { return; } } // DMCore.Logic.enumPropType DMCore.Logic.MiscPropItem::GetPropType() extern "C" IL2CPP_METHOD_ATTR int32_t MiscPropItem_GetPropType_m1218117914 (MiscPropItem_t2188545016 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)30)); } } #ifdef __clang__ #pragma clang 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.NoticeShopItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void NoticeShopItem__ctor_m294611534 (NoticeShopItem_t89006282 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_nConfigId_0(0); __this->set_nLevel_1(0); __this->set_nPrice_2(0); __this->set_nValid_3(0); __this->set_nLimit_4(0); __this->set_nBuyCnt_5(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.NoticeTask::.ctor() extern "C" IL2CPP_METHOD_ATTR void NoticeTask__ctor_m2671463552 (NoticeTask_t2932161791 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_mainTaskID_0(0); __this->set_mainTaskLV_1(0); __this->set_currentEXP_2(0); __this->set_maxEXP_3(0); __this->set_bunlock_4((bool)0); __this->set_unlockLevel_5(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.NoticeTaskDetail::.ctor() extern "C" IL2CPP_METHOD_ATTR void NoticeTaskDetail__ctor_m271010864 (NoticeTaskDetail_t2956906147 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTaskDetail__ctor_m271010864_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_mainTaskID_0(0); __this->set_subTaskID_1(0); __this->set_taskState_2(3); __this->set_expendPower_3(0); __this->set_totalPower_4(0); __this->set_expendTime_5(0); __this->set_surplusTime_6(0); __this->set_taskIntegral_7(0); __this->set_taskExp_8(0); __this->set_firendID_9((((int64_t)((int64_t)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_firendName_10(L_0); List_1_t3149535657 * L_1 = (List_1_t3149535657 *)il2cpp_codegen_object_new(List_1_t3149535657_il2cpp_TypeInfo_var); List_1__ctor_m4254788256(L_1, /*hidden argument*/List_1__ctor_m4254788256_RuntimeMethod_var); __this->set_m_expecAward_11(L_1); List_1_t3149535657 * L_2 = (List_1_t3149535657 *)il2cpp_codegen_object_new(List_1_t3149535657_il2cpp_TypeInfo_var); List_1__ctor_m4254788256(L_2, /*hidden argument*/List_1__ctor_m4254788256_RuntimeMethod_var); __this->set_m_extraAward_12(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.OnAccetpGiftsCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnAccetpGiftsCallback__ctor_m4111670958 (OnAccetpGiftsCallback_t3618620664 * __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.OnAccetpGiftsCallback::Invoke(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void OnAccetpGiftsCallback_Invoke_m158276991 (OnAccetpGiftsCallback_t3618620664 * __this, CDataArray_t4068198041 * ___data0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnAccetpGiftsCallback_Invoke_m158276991((OnAccetpGiftsCallback_t3618620664 *)__this->get_prev_9(), ___data0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___data0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___data0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___data0); else GenericVirtActionInvoker1< CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___data0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___data0); else VirtActionInvoker1< CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___data0); } } else { typedef void (*FunctionPointerType) (void*, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, 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, ___data0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___data0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___data0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___data0); } } else { typedef void (*FunctionPointerType) (CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___data0, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.OnAccetpGiftsCallback::BeginInvoke(DMCore.CDataArray,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnAccetpGiftsCallback_BeginInvoke_m3850917688 (OnAccetpGiftsCallback_t3618620664 * __this, CDataArray_t4068198041 * ___data0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___data0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Logic.OnAccetpGiftsCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnAccetpGiftsCallback_EndInvoke_m3295629864 (OnAccetpGiftsCallback_t3618620664 * __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.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) { __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.OnChangeNameCallback::Invoke(DMCore.Logic.enumChangeNameModule,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void OnChangeNameCallback_Invoke_m203711548 (OnChangeNameCallback_t2458829697 * __this, int32_t ___moduleID0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnChangeNameCallback_Invoke_m203711548((OnChangeNameCallback_t2458829697 *)__this->get_prev_9(), ___moduleID0, ___userData1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___moduleID0, ___userData1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___moduleID0, ___userData1, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___moduleID0, ___userData1); else GenericVirtActionInvoker2< int32_t, CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___moduleID0, ___userData1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___moduleID0, ___userData1); else VirtActionInvoker2< int32_t, CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___moduleID0, ___userData1); } } else { typedef void (*FunctionPointerType) (void*, int32_t, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___moduleID0, ___userData1, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.OnChangeNameCallback::BeginInvoke(DMCore.Logic.enumChangeNameModule,DMCore.CDataArray,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnChangeNameCallback_BeginInvoke_m3282466464 (OnChangeNameCallback_t2458829697 * __this, int32_t ___moduleID0, CDataArray_t4068198041 * ___userData1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnChangeNameCallback_BeginInvoke_m3282466464_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(enumChangeNameModule_t2604365515_il2cpp_TypeInfo_var, &___moduleID0); __d_args[1] = ___userData1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void DMCore.Logic.OnChangeNameCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnChangeNameCallback_EndInvoke_m52377342 (OnChangeNameCallback_t2458829697 * __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_OnItemClickBefore_t888674743 (OnItemClickBefore_t888674743 * __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.OnItemClickBefore::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnItemClickBefore__ctor_m2465299355 (OnItemClickBefore_t888674743 * __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.OnItemClickBefore::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnItemClickBefore_Invoke_m1367467035 (OnItemClickBefore_t888674743 * __this, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnItemClickBefore_Invoke_m1367467035((OnItemClickBefore_t888674743 *)__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.OnItemClickBefore::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnItemClickBefore_BeginInvoke_m4105705923 (OnItemClickBefore_t888674743 * __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.OnItemClickBefore::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnItemClickBefore_EndInvoke_m3910604179 (OnItemClickBefore_t888674743 * __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_OnItemClickEnd_t3682481633 (OnItemClickEnd_t3682481633 * __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.OnItemClickEnd::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnItemClickEnd__ctor_m2577808822 (OnItemClickEnd_t3682481633 * __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.OnItemClickEnd::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnItemClickEnd_Invoke_m2003930919 (OnItemClickEnd_t3682481633 * __this, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnItemClickEnd_Invoke_m2003930919((OnItemClickEnd_t3682481633 *)__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.OnItemClickEnd::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnItemClickEnd_BeginInvoke_m3961441485 (OnItemClickEnd_t3682481633 * __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.OnItemClickEnd::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnItemClickEnd_EndInvoke_m1095016947 (OnItemClickEnd_t3682481633 * __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_OnRecieveGuide_t1603197003 (OnRecieveGuide_t1603197003 * __this, int32_t ___id0, 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(___id0); } // System.Void DMCore.Logic.OnRecieveGuide::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnRecieveGuide__ctor_m1012548107 (OnRecieveGuide_t1603197003 * __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.OnRecieveGuide::Invoke(DMCore.Logic.MenuItemID) extern "C" IL2CPP_METHOD_ATTR void OnRecieveGuide_Invoke_m1719663774 (OnRecieveGuide_t1603197003 * __this, int32_t ___id0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnRecieveGuide_Invoke_m1719663774((OnRecieveGuide_t1603197003 *)__this->get_prev_9(), ___id0, 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, ___id0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___id0, 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, ___id0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___id0); } 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, ___id0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___id0); } } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___id0, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.OnRecieveGuide::BeginInvoke(DMCore.Logic.MenuItemID,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnRecieveGuide_BeginInvoke_m4265305835 (OnRecieveGuide_t1603197003 * __this, int32_t ___id0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnRecieveGuide_BeginInvoke_m4265305835_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(MenuItemID_t1544304036_il2cpp_TypeInfo_var, &___id0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Logic.OnRecieveGuide::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnRecieveGuide_EndInvoke_m1382670418 (OnRecieveGuide_t1603197003 * __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_OnTipsWndVisibleChanged_t2417932079 (OnTipsWndVisibleChanged_t2417932079 * __this, bool ___visible0, 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(___visible0)); } // System.Void DMCore.Logic.OnTipsWndVisibleChanged::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnTipsWndVisibleChanged__ctor_m4217628524 (OnTipsWndVisibleChanged_t2417932079 * __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.OnTipsWndVisibleChanged::Invoke(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void OnTipsWndVisibleChanged_Invoke_m142761103 (OnTipsWndVisibleChanged_t2417932079 * __this, bool ___visible0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnTipsWndVisibleChanged_Invoke_m142761103((OnTipsWndVisibleChanged_t2417932079 *)__this->get_prev_9(), ___visible0, 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, ___visible0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___visible0, 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, ___visible0); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___visible0); } 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, ___visible0); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___visible0); } } else { typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___visible0, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.OnTipsWndVisibleChanged::BeginInvoke(System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnTipsWndVisibleChanged_BeginInvoke_m1895115304 (OnTipsWndVisibleChanged_t2417932079 * __this, bool ___visible0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnTipsWndVisibleChanged_BeginInvoke_m1895115304_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___visible0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DMCore.Logic.OnTipsWndVisibleChanged::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnTipsWndVisibleChanged_EndInvoke_m2760847671 (OnTipsWndVisibleChanged_t2417932079 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.PageTipsConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void PageTipsConfig__ctor_m804536965 (PageTipsConfig_t1306579670 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PageTipsConfig__ctor_m804536965_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t2316837825 * L_0 = (Dictionary_2_t2316837825 *)il2cpp_codegen_object_new(Dictionary_2_t2316837825_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1667506780(L_0, /*hidden argument*/Dictionary_2__ctor_m1667506780_RuntimeMethod_var); __this->set_m_Data_1(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral2806655305, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.PageTipsConfig DMCore.Logic.PageTipsConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR PageTipsConfig_t1306579670 * PageTipsConfig_GetInstance_m4230604295 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PageTipsConfig_GetInstance_m4230604295_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PageTipsConfig_t1306579670_il2cpp_TypeInfo_var); PageTipsConfig_t1306579670 * L_0 = ((PageTipsConfig_t1306579670_StaticFields*)il2cpp_codegen_static_fields_for(PageTipsConfig_t1306579670_il2cpp_TypeInfo_var))->get_s_Instance_2(); if (L_0) { goto IL_0014; } } { PageTipsConfig_t1306579670 * L_1 = (PageTipsConfig_t1306579670 *)il2cpp_codegen_object_new(PageTipsConfig_t1306579670_il2cpp_TypeInfo_var); PageTipsConfig__ctor_m804536965(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PageTipsConfig_t1306579670_il2cpp_TypeInfo_var); ((PageTipsConfig_t1306579670_StaticFields*)il2cpp_codegen_static_fields_for(PageTipsConfig_t1306579670_il2cpp_TypeInfo_var))->set_s_Instance_2(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(PageTipsConfig_t1306579670_il2cpp_TypeInfo_var); PageTipsConfig_t1306579670 * L_2 = ((PageTipsConfig_t1306579670_StaticFields*)il2cpp_codegen_static_fields_for(PageTipsConfig_t1306579670_il2cpp_TypeInfo_var))->get_s_Instance_2(); return L_2; } } // DMCore.Logic.PageTipsData DMCore.Logic.PageTipsConfig::GetTipInfo(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR PageTipsData_t3428124494 * PageTipsConfig_GetTipInfo_m1953159887 (PageTipsConfig_t1306579670 * __this, int32_t ___callerPage0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PageTipsConfig_GetTipInfo_m1953159887_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t385246372* L_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); int32_t L_1 = ___callerPage0; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)L_1); PageTipsData_t3428124494 * L_2 = PageTipsConfig_GetTipInfo_m2386850776(__this, L_0, /*hidden argument*/NULL); return L_2; } } // DMCore.Logic.PageTipsData DMCore.Logic.PageTipsConfig::GetTipInfo(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR PageTipsData_t3428124494 * PageTipsConfig_GetTipInfo_m2386850776 (PageTipsConfig_t1306579670 * __this, Int32U5BU5D_t385246372* ___keySet0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PageTipsConfig_GetTipInfo_m2386850776_MetadataUsageId); s_Il2CppMethodInitialized = true; } PageTipsData_t3428124494 * V_0 = NULL; { V_0 = (PageTipsData_t3428124494 *)NULL; Dictionary_2_t2316837825 * L_0 = __this->get_m_Data_1(); Int32U5BU5D_t385246372* L_1 = ___keySet0; int32_t L_2 = PageTipsConfig_GetCombineKey_m4092355831(__this, L_1, /*hidden argument*/NULL); NullCheck(L_0); Dictionary_2_TryGetValue_m3619671503(L_0, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3619671503_RuntimeMethod_var); PageTipsData_t3428124494 * L_3 = V_0; return L_3; } } // System.Void DMCore.Logic.PageTipsConfig::Clear() extern "C" IL2CPP_METHOD_ATTR void PageTipsConfig_Clear_m3113731096 (PageTipsConfig_t1306579670 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PageTipsConfig_Clear_m3113731096_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t4271020600 V_0; memset(&V_0, 0, sizeof(V_0)); KeyValuePair_2_t419542696 V_1; memset(&V_1, 0, sizeof(V_1)); { Dictionary_2_t2316837825 * L_0 = __this->get_m_Data_1(); NullCheck(L_0); Enumerator_t4271020600 L_1 = Dictionary_2_GetEnumerator_m4095103323(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m4095103323_RuntimeMethod_var); V_0 = L_1; goto IL_0025; } IL_0011: { KeyValuePair_2_t419542696 L_2 = Enumerator_get_Current_m4003978306((&V_0), /*hidden argument*/Enumerator_get_Current_m4003978306_RuntimeMethod_var); V_1 = L_2; PageTipsData_t3428124494 * L_3 = KeyValuePair_2_get_Value_m1058152565((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m1058152565_RuntimeMethod_var); NullCheck(L_3); PageTipsData_Clear_m2505475360(L_3, /*hidden argument*/NULL); } IL_0025: { bool L_4 = Enumerator_MoveNext_m1699960854((&V_0), /*hidden argument*/Enumerator_MoveNext_m1699960854_RuntimeMethod_var); if (L_4) { goto IL_0011; } } { Dictionary_2_t2316837825 * L_5 = __this->get_m_Data_1(); NullCheck(L_5); Dictionary_2_Clear_m3924890523(L_5, /*hidden argument*/Dictionary_2_Clear_m3924890523_RuntimeMethod_var); return; } } // System.Boolean DMCore.Logic.PageTipsConfig::OnLoad(System.Xml.XmlElement,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool PageTipsConfig_OnLoad_m721459641 (PageTipsConfig_t1306579670 * __this, XmlElement_t561603118 * ___rootNode0, int32_t ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PageTipsConfig_OnLoad_m721459641_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeList_t2551693786 * V_0 = NULL; int32_t V_1 = 0; XmlElement_t561603118 * V_2 = NULL; int32_t V_3 = 0; XmlNodeList_t2551693786 * V_4 = NULL; PageTipsData_t3428124494 * V_5 = NULL; int32_t V_6 = 0; XmlElement_t561603118 * V_7 = NULL; PageTipsData_t3428124494 * V_8 = NULL; int32_t V_9 = 0; bool V_10 = false; Exception_t * V_11 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlElement_t561603118 * L_0 = ___rootNode0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: try { // begin try (depth: 1) { XmlElement_t561603118 * L_1 = ___rootNode0; 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; goto IL_010c; } IL_0016: { XmlNodeList_t2551693786 * L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); XmlNode_t3767805227 * L_5 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_3, L_4); V_2 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_6 = V_2; if (L_6) { goto IL_002e; } } IL_0029: { goto IL_0108; } IL_002e: { XmlElement_t561603118 * L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_8 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_7, _stringLiteral3454449607, ((int32_t)1000), /*hidden argument*/NULL); V_3 = L_8; int32_t L_9 = V_3; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)1000))))) { goto IL_004f; } } IL_004a: { goto IL_0108; } IL_004f: { XmlElement_t561603118 * L_10 = V_2; NullCheck(L_10); XmlNodeList_t2551693786 * L_11 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_10); V_4 = L_11; XmlNodeList_t2551693786 * L_12 = V_4; NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_12); if (L_13) { goto IL_008a; } } IL_0063: { PageTipsData_t3428124494 * L_14 = (PageTipsData_t3428124494 *)il2cpp_codegen_object_new(PageTipsData_t3428124494_il2cpp_TypeInfo_var); PageTipsData__ctor_m1336253267(L_14, /*hidden argument*/NULL); V_5 = L_14; PageTipsData_t3428124494 * L_15 = V_5; XmlElement_t561603118 * L_16 = V_2; NullCheck(L_15); bool L_17 = PageTipsData_DeserialFromXml_m2311692763(L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0085; } } IL_0077: { Dictionary_2_t2316837825 * L_18 = __this->get_m_Data_1(); int32_t L_19 = V_3; PageTipsData_t3428124494 * L_20 = V_5; NullCheck(L_18); Dictionary_2_set_Item_m1017462755(L_18, L_19, L_20, /*hidden argument*/Dictionary_2_set_Item_m1017462755_RuntimeMethod_var); } IL_0085: { goto IL_0108; } IL_008a: { V_6 = 0; goto IL_00fa; } IL_0092: { XmlNodeList_t2551693786 * L_21 = V_4; int32_t L_22 = V_6; 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_7 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_23, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_24 = V_7; if (L_24) { goto IL_00ae; } } IL_00a9: { goto IL_00f4; } IL_00ae: { PageTipsData_t3428124494 * L_25 = (PageTipsData_t3428124494 *)il2cpp_codegen_object_new(PageTipsData_t3428124494_il2cpp_TypeInfo_var); PageTipsData__ctor_m1336253267(L_25, /*hidden argument*/NULL); V_8 = L_25; PageTipsData_t3428124494 * L_26 = V_8; XmlElement_t561603118 * L_27 = V_7; NullCheck(L_26); bool L_28 = PageTipsData_DeserialFromXml_m2311692763(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00f4; } } IL_00c3: { XmlElement_t561603118 * L_29 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_30 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_29, _stringLiteral3454449607, 0, /*hidden argument*/NULL); V_9 = L_30; Dictionary_2_t2316837825 * L_31 = __this->get_m_Data_1(); Int32U5BU5D_t385246372* L_32 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)2)); int32_t L_33 = V_3; NullCheck(L_32); (L_32)->SetAt(static_cast(0), (int32_t)L_33); Int32U5BU5D_t385246372* L_34 = L_32; int32_t L_35 = V_9; NullCheck(L_34); (L_34)->SetAt(static_cast(1), (int32_t)L_35); int32_t L_36 = PageTipsConfig_GetCombineKey_m4092355831(__this, L_34, /*hidden argument*/NULL); PageTipsData_t3428124494 * L_37 = V_8; NullCheck(L_31); Dictionary_2_set_Item_m1017462755(L_31, L_36, L_37, /*hidden argument*/Dictionary_2_set_Item_m1017462755_RuntimeMethod_var); } IL_00f4: { int32_t L_38 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00fa: { int32_t L_39 = V_6; XmlNodeList_t2551693786 * L_40 = V_4; NullCheck(L_40); int32_t L_41 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_40); if ((((int32_t)L_39) < ((int32_t)L_41))) { goto IL_0092; } } IL_0108: { int32_t L_42 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_010c: { int32_t L_43 = V_1; XmlNodeList_t2551693786 * L_44 = V_0; NullCheck(L_44); int32_t L_45 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_44); if ((((int32_t)L_43) < ((int32_t)L_45))) { goto IL_0016; } } IL_0118: { V_10 = (bool)1; goto IL_013a; } } // 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_0120; throw e; } CATCH_0120: { // begin catch(System.Exception) V_11 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_46 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_47 = V_11; 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_0138; } // end catch (depth: 1) IL_0138: { return (bool)0; } IL_013a: { bool L_49 = V_10; return L_49; } } // System.Int32 DMCore.Logic.PageTipsConfig::GetCombineKey(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR int32_t PageTipsConfig_GetCombineKey_m4092355831 (PageTipsConfig_t1306579670 * __this, Int32U5BU5D_t385246372* ___keySet0, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t385246372* L_0 = ___keySet0; if (L_0) { goto IL_0008; } } { return 0; } IL_0008: { Int32U5BU5D_t385246372* L_1 = ___keySet0; NullCheck(L_1); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_001f; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0023; } } { goto IL_0031; } IL_001f: { Int32U5BU5D_t385246372* L_4 = ___keySet0; NullCheck(L_4); int32_t L_5 = 0; int32_t L_6 = (L_4)->GetAt(static_cast(L_5)); return L_6; } IL_0023: { Int32U5BU5D_t385246372* L_7 = ___keySet0; NullCheck(L_7); int32_t L_8 = 0; int32_t L_9 = (L_7)->GetAt(static_cast(L_8)); Int32U5BU5D_t385246372* L_10 = ___keySet0; NullCheck(L_10); int32_t L_11 = 1; int32_t L_12 = (L_10)->GetAt(static_cast(L_11)); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)1000), (int32_t)L_9)), (int32_t)L_12)); } IL_0031: { return 0; } } // System.Void DMCore.Logic.PageTipsConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void PageTipsConfig__cctor_m19332959 (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.PageTipsData::.ctor() extern "C" IL2CPP_METHOD_ATTR void PageTipsData__ctor_m1336253267 (PageTipsData_t3428124494 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PageTipsData__ctor_m1336253267_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_title_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_tipContentFull_1(L_1); List_1_t3319525431 * L_2 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_2, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); __this->set_tipContent_2(L_2); __this->set_cbVisibleChanged_3((OnTipsWndVisibleChanged_t2417932079 *)NULL); return; } } // System.Void DMCore.Logic.PageTipsData::Clear() extern "C" IL2CPP_METHOD_ATTR void PageTipsData_Clear_m2505475360 (PageTipsData_t3428124494 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PageTipsData_Clear_m2505475360_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_title_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_tipContentFull_1(L_1); List_1_t3319525431 * L_2 = __this->get_tipContent_2(); NullCheck(L_2); List_1_Clear_m2548850424(L_2, /*hidden argument*/List_1_Clear_m2548850424_RuntimeMethod_var); __this->set_cbVisibleChanged_3((OnTipsWndVisibleChanged_t2417932079 *)NULL); return; } } // System.Boolean DMCore.Logic.PageTipsData::DeserialFromXml(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR bool PageTipsData_DeserialFromXml_m2311692763 (PageTipsData_t3428124494 * __this, XmlElement_t561603118 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PageTipsData_DeserialFromXml_m2311692763_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; { 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(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_3 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_1, _stringLiteral3963993483, L_2, /*hidden argument*/NULL); V_0 = L_3; CTextHelp_t3119637808 * L_4 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = V_0; NullCheck(L_4); String_t* L_6 = CTextHelp_GetText_m372251958(L_4, L_5, /*hidden argument*/NULL); __this->set_title_0(L_6); XmlElement_t561603118 * L_7 = ___root0; String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_9 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_7, _stringLiteral2519585306, L_8, /*hidden argument*/NULL); __this->set_tipContentFull_1(L_9); V_1 = (StringU5BU5D_t1281789340*)NULL; String_t* L_10 = __this->get_tipContentFull_1(); bool L_11 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0069; } } { String_t* L_12 = __this->get_tipContentFull_1(); CharU5BU5D_t3528271667* L_13 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_13); (L_13)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_12); StringU5BU5D_t1281789340* L_14 = String_Split_m3646115398(L_12, L_13, /*hidden argument*/NULL); V_1 = L_14; } IL_0069: { StringU5BU5D_t1281789340* L_15 = V_1; if (!L_15) { goto IL_009b; } } { V_2 = 0; goto IL_0092; } IL_0076: { List_1_t3319525431 * L_16 = __this->get_tipContent_2(); CTextHelp_t3119637808 * L_17 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_18 = V_1; int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = L_19; String_t* L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck(L_17); String_t* L_22 = CTextHelp_GetText_m372251958(L_17, L_21, /*hidden argument*/NULL); NullCheck(L_16); List_1_Add_m1685793073(L_16, L_22, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0092: { int32_t L_24 = V_2; StringU5BU5D_t1281789340* L_25 = V_1; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length))))))) { goto IL_0076; } } IL_009b: { 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.PageTipsManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void PageTipsManager__ctor_m2014455511 (PageTipsManager_t2228145721 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PageTipsManager__ctor_m2014455511_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_enableDrag_3((bool)1); IMonoCtrllor__ctor_m471545973(__this, /*hidden argument*/NULL); PageTipsData_t3428124494 * L_0 = (PageTipsData_t3428124494 *)il2cpp_codegen_object_new(PageTipsData_t3428124494_il2cpp_TypeInfo_var); PageTipsData__ctor_m1336253267(L_0, /*hidden argument*/NULL); __this->set_m_Data_1(L_0); return; } } // DMCore.Logic.PageTipsManager DMCore.Logic.PageTipsManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR PageTipsManager_t2228145721 * PageTipsManager_GetInstance_m1518232043 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PageTipsManager_GetInstance_m1518232043_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PageTipsManager_t2228145721_il2cpp_TypeInfo_var); PageTipsManager_t2228145721 * L_0 = ((PageTipsManager_t2228145721_StaticFields*)il2cpp_codegen_static_fields_for(PageTipsManager_t2228145721_il2cpp_TypeInfo_var))->get_s_instance_2(); if (L_0) { goto IL_0014; } } { PageTipsManager_t2228145721 * L_1 = (PageTipsManager_t2228145721 *)il2cpp_codegen_object_new(PageTipsManager_t2228145721_il2cpp_TypeInfo_var); PageTipsManager__ctor_m2014455511(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PageTipsManager_t2228145721_il2cpp_TypeInfo_var); ((PageTipsManager_t2228145721_StaticFields*)il2cpp_codegen_static_fields_for(PageTipsManager_t2228145721_il2cpp_TypeInfo_var))->set_s_instance_2(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(PageTipsManager_t2228145721_il2cpp_TypeInfo_var); PageTipsManager_t2228145721 * L_2 = ((PageTipsManager_t2228145721_StaticFields*)il2cpp_codegen_static_fields_for(PageTipsManager_t2228145721_il2cpp_TypeInfo_var))->get_s_instance_2(); return L_2; } } // System.Void DMCore.Logic.PageTipsManager::ShowTipWnd(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void PageTipsManager_ShowTipWnd_m2060964210 (PageTipsManager_t2228145721 * __this, int32_t ___callerPage0, const RuntimeMethod* method) { { int32_t L_0 = ___callerPage0; PageTipsManager_ShowTipWnd_m2658883675(__this, L_0, (OnTipsWndVisibleChanged_t2417932079 *)NULL, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.PageTipsManager::ShowTipWnd(DMCore.Logic.enumPersonPage,DMCore.Logic.OnTipsWndVisibleChanged) extern "C" IL2CPP_METHOD_ATTR void PageTipsManager_ShowTipWnd_m2658883675 (PageTipsManager_t2228145721 * __this, int32_t ___callerPage0, OnTipsWndVisibleChanged_t2417932079 * ___changeCallback1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PageTipsManager_ShowTipWnd_m2658883675_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PageTipsConfig_t1306579670_il2cpp_TypeInfo_var); PageTipsConfig_t1306579670 * L_0 = PageTipsConfig_GetInstance_m4230604295(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___callerPage0; NullCheck(L_0); PageTipsData_t3428124494 * L_2 = PageTipsConfig_GetTipInfo_m1953159887(L_0, L_1, /*hidden argument*/NULL); PageTipsManager_set_InformationContainer_m2728130116(__this, L_2, /*hidden argument*/NULL); PageTipsData_t3428124494 * L_3 = PageTipsManager_get_InformationContainer_m3044517494(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0049; } } { PageTipsData_t3428124494 * L_4 = PageTipsManager_get_InformationContainer_m3044517494(__this, /*hidden argument*/NULL); OnTipsWndVisibleChanged_t2417932079 * L_5 = ___changeCallback1; NullCheck(L_4); L_4->set_cbVisibleChanged_3(L_5); PageTipsData_t3428124494 * L_6 = PageTipsManager_get_InformationContainer_m3044517494(__this, /*hidden argument*/NULL); NullCheck(L_6); OnTipsWndVisibleChanged_t2417932079 * L_7 = L_6->get_cbVisibleChanged_3(); if (!L_7) { goto IL_0049; } } { PageTipsData_t3428124494 * L_8 = PageTipsManager_get_InformationContainer_m3044517494(__this, /*hidden argument*/NULL); NullCheck(L_8); OnTipsWndVisibleChanged_t2417932079 * L_9 = L_8->get_cbVisibleChanged_3(); NullCheck(L_9); OnTipsWndVisibleChanged_Invoke_m142761103(L_9, (bool)1, /*hidden argument*/NULL); } IL_0049: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_10 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CWndController_ShowUI_m3552255067(L_10, ((int32_t)72), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.PageTipsManager::ShowTipWnd(DMCore.Logic.enumPersonPage,System.Int32,DMCore.Logic.OnTipsWndVisibleChanged) extern "C" IL2CPP_METHOD_ATTR void PageTipsManager_ShowTipWnd_m3980979569 (PageTipsManager_t2228145721 * __this, int32_t ___callerPage0, int32_t ___subPageKey1, OnTipsWndVisibleChanged_t2417932079 * ___changeCallback2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PageTipsManager_ShowTipWnd_m3980979569_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PageTipsConfig_t1306579670_il2cpp_TypeInfo_var); PageTipsConfig_t1306579670 * L_0 = PageTipsConfig_GetInstance_m4230604295(NULL /*static, unused*/, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_1 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)2)); int32_t L_2 = ___callerPage0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (int32_t)L_2); Int32U5BU5D_t385246372* L_3 = L_1; int32_t L_4 = ___subPageKey1; NullCheck(L_3); (L_3)->SetAt(static_cast(1), (int32_t)L_4); NullCheck(L_0); PageTipsData_t3428124494 * L_5 = PageTipsConfig_GetTipInfo_m2386850776(L_0, L_3, /*hidden argument*/NULL); PageTipsManager_set_InformationContainer_m2728130116(__this, L_5, /*hidden argument*/NULL); PageTipsData_t3428124494 * L_6 = PageTipsManager_get_InformationContainer_m3044517494(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0056; } } { PageTipsData_t3428124494 * L_7 = PageTipsManager_get_InformationContainer_m3044517494(__this, /*hidden argument*/NULL); OnTipsWndVisibleChanged_t2417932079 * L_8 = ___changeCallback2; NullCheck(L_7); L_7->set_cbVisibleChanged_3(L_8); PageTipsData_t3428124494 * L_9 = PageTipsManager_get_InformationContainer_m3044517494(__this, /*hidden argument*/NULL); NullCheck(L_9); OnTipsWndVisibleChanged_t2417932079 * L_10 = L_9->get_cbVisibleChanged_3(); if (!L_10) { goto IL_0056; } } { PageTipsData_t3428124494 * L_11 = PageTipsManager_get_InformationContainer_m3044517494(__this, /*hidden argument*/NULL); NullCheck(L_11); OnTipsWndVisibleChanged_t2417932079 * L_12 = L_11->get_cbVisibleChanged_3(); NullCheck(L_12); OnTipsWndVisibleChanged_Invoke_m142761103(L_12, (bool)1, /*hidden argument*/NULL); } IL_0056: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_13 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); CWndController_ShowUI_m3552255067(L_13, ((int32_t)72), /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.PageTipsManager::HideTipWnd() extern "C" IL2CPP_METHOD_ATTR void PageTipsManager_HideTipWnd_m2878380487 (PageTipsManager_t2228145721 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PageTipsManager_HideTipWnd_m2878380487_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CWndController_HideUI_m732482071(L_0, ((int32_t)72), /*hidden argument*/NULL); PageTipsData_t3428124494 * L_1 = PageTipsManager_get_InformationContainer_m3044517494(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0038; } } { PageTipsData_t3428124494 * L_2 = PageTipsManager_get_InformationContainer_m3044517494(__this, /*hidden argument*/NULL); NullCheck(L_2); OnTipsWndVisibleChanged_t2417932079 * L_3 = L_2->get_cbVisibleChanged_3(); if (!L_3) { goto IL_0038; } } { PageTipsData_t3428124494 * L_4 = PageTipsManager_get_InformationContainer_m3044517494(__this, /*hidden argument*/NULL); NullCheck(L_4); OnTipsWndVisibleChanged_t2417932079 * L_5 = L_4->get_cbVisibleChanged_3(); NullCheck(L_5); OnTipsWndVisibleChanged_Invoke_m142761103(L_5, (bool)0, /*hidden argument*/NULL); } IL_0038: { return; } } // System.Void DMCore.Logic.PageTipsManager::set_InformationContainer(DMCore.Logic.PageTipsData) extern "C" IL2CPP_METHOD_ATTR void PageTipsManager_set_InformationContainer_m2728130116 (PageTipsManager_t2228145721 * __this, PageTipsData_t3428124494 * ___value0, const RuntimeMethod* method) { { PageTipsData_t3428124494 * L_0 = ___value0; __this->set_m_Data_1(L_0); return; } } // DMCore.Logic.PageTipsData DMCore.Logic.PageTipsManager::get_InformationContainer() extern "C" IL2CPP_METHOD_ATTR PageTipsData_t3428124494 * PageTipsManager_get_InformationContainer_m3044517494 (PageTipsManager_t2228145721 * __this, const RuntimeMethod* method) { { PageTipsData_t3428124494 * L_0 = __this->get_m_Data_1(); return L_0; } } // System.Void DMCore.Logic.PageTipsManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void PageTipsManager__cctor_m1989157556 (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.PersonaliseConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig__ctor_m2626552664 (PersonaliseConfig_t2812043406 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig__ctor_m2626552664_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_headBoxType_1(3); ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); PersonaliseConfig_set_ColliderUnderControl_m1091728798(__this, (BoxCollider_t1640800422 *)NULL, /*hidden argument*/NULL); Dictionary_2_t3314469724 * L_0 = (Dictionary_2_t3314469724 *)il2cpp_codegen_object_new(Dictionary_2_t3314469724_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3871325936(L_0, /*hidden argument*/Dictionary_2__ctor_m3871325936_RuntimeMethod_var); __this->set_m_personaliseData_3(L_0); Dictionary_2_t2736202052 * L_1 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3200964102(L_1, /*hidden argument*/Dictionary_2__ctor_m3200964102_RuntimeMethod_var); __this->set_m_curPlayEffect_4(L_1); ITextBase_PushTask_m2878137237(__this, _stringLiteral1733813897, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.PersonaliseConfig DMCore.Logic.PersonaliseConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR PersonaliseConfig_t2812043406 * PersonaliseConfig_GetInstance_m2421924694 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_GetInstance_m2421924694_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_0 = ((PersonaliseConfig_t2812043406_StaticFields*)il2cpp_codegen_static_fields_for(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var))->get_m_Instance_5(); if (L_0) { goto IL_0014; } } { PersonaliseConfig_t2812043406 * L_1 = (PersonaliseConfig_t2812043406 *)il2cpp_codegen_object_new(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig__ctor_m2626552664(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); ((PersonaliseConfig_t2812043406_StaticFields*)il2cpp_codegen_static_fields_for(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var))->set_m_Instance_5(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_2 = ((PersonaliseConfig_t2812043406_StaticFields*)il2cpp_codegen_static_fields_for(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var))->get_m_Instance_5(); return L_2; } } // System.Void DMCore.Logic.PersonaliseConfig::PrepareShowTimeResources() extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_PrepareShowTimeResources_m3947219313 (PersonaliseConfig_t2812043406 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_PrepareShowTimeResources_m3947219313_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t130789097 * V_0 = NULL; KeyValuePair_2_t2528461264 V_1; memset(&V_1, 0, sizeof(V_1)); Enumerator_t2084971872 V_2; memset(&V_2, 0, sizeof(V_2)); String_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); { V_0 = (Dictionary_2_t130789097 *)NULL; Dictionary_2_t3314469724 * L_0 = __this->get_m_personaliseData_3(); NullCheck(L_0); bool L_1 = Dictionary_2_TryGetValue_m2044499938(L_0, ((int32_t)10), (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2044499938_RuntimeMethod_var); if (!L_1) { goto IL_006d; } } { Dictionary_2_t130789097 * L_2 = V_0; NullCheck(L_2); Enumerator_t2084971872 L_3 = Dictionary_2_GetEnumerator_m3282977004(L_2, /*hidden argument*/Dictionary_2_GetEnumerator_m3282977004_RuntimeMethod_var); V_2 = L_3; } IL_001d: try { // begin try (depth: 1) { goto IL_004e; } IL_0022: { KeyValuePair_2_t2528461264 L_4 = Enumerator_get_Current_m2803766201((&V_2), /*hidden argument*/Enumerator_get_Current_m2803766201_RuntimeMethod_var); V_1 = L_4; PersonaliseNode_t1242075766 * L_5 = KeyValuePair_2_get_Value_m2582900878((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m2582900878_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = L_5->get_animName_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3784223096, L_6, /*hidden argument*/NULL); V_3 = L_7; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_8 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_9 = V_3; NullCheck(L_8); IResourceManager_CreateResource_m1279813597(L_8, L_9, (bool)1, /*hidden argument*/NULL); } IL_004e: { bool L_10 = Enumerator_MoveNext_m1157941205((&V_2), /*hidden argument*/Enumerator_MoveNext_m1157941205_RuntimeMethod_var); if (L_10) { goto IL_0022; } } IL_005a: { IL2CPP_LEAVE(0x6D, FINALLY_005f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005f; } FINALLY_005f: { // begin finally (depth: 1) Enumerator_Dispose_m3738201638((&V_2), /*hidden argument*/Enumerator_Dispose_m3738201638_RuntimeMethod_var); IL2CPP_END_FINALLY(95) } // end finally (depth: 1) IL2CPP_CLEANUP(95) { IL2CPP_JUMP_TBL(0x6D, IL_006d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006d: { return; } } // System.Void DMCore.Logic.PersonaliseConfig::Clear() extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_Clear_m2452644036 (PersonaliseConfig_t2812043406 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DMCore.Logic.PersonaliseConfig::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool PersonaliseConfig_OnLoad_m2455181834 (PersonaliseConfig_t2812043406 * __this, String_t* ___loadedObj0, int32_t ___unUsed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_OnLoad_m2455181834_MetadataUsageId); s_Il2CppMethodInitialized = true; } DMXmlDocument_t2468531415 * V_0 = NULL; DMXmlNode_t3958967524 * V_1 = NULL; DMXmlNode_t3958967524 * V_2 = NULL; DMXmlNodeList_t795971656 * V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; DMXmlNode_t3958967524 * V_6 = NULL; DMXmlNodeList_t795971656 * V_7 = NULL; int32_t V_8 = 0; Dictionary_2_t130789097 * V_9 = NULL; int32_t V_10 = 0; DMXmlNode_t3958967524 * V_11 = NULL; PersonaliseNode_t1242075766 * 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); DMXmlNode_t3958967524 * G_B5_0 = NULL; DMXmlNodeList_t795971656 * G_B8_0 = NULL; { String_t* L_0 = ___loadedObj0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { CLogHelp_t779629444 * L_2 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CLogHelp_Log_m386290467(L_2, _stringLiteral698454384, /*hidden argument*/NULL); return (bool)0; } IL_001c: try { // begin try (depth: 1) { String_t* L_3 = ___loadedObj0; DMXmlDocument_t2468531415 * L_4 = DMXmlDocument_LoadXml_m2953623357(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_0 = L_4; ___loadedObj0 = (String_t*)NULL; DMXmlDocument_t2468531415 * L_5 = V_0; if (!L_5) { goto IL_0037; } } IL_002c: { DMXmlDocument_t2468531415 * L_6 = V_0; NullCheck(L_6); DMXmlNode_t3958967524 * L_7 = DMXmlNode_get_FirstChild_m4174520049(L_6, /*hidden argument*/NULL); G_B5_0 = L_7; goto IL_0038; } IL_0037: { G_B5_0 = ((DMXmlNode_t3958967524 *)(NULL)); } IL_0038: { V_1 = G_B5_0; DMXmlNode_t3958967524 * L_8 = V_1; NullCheck(L_8); DMXmlNode_t3958967524 * L_9 = DMXmlNode_FindChild_m3609051302(L_8, _stringLiteral3071761713, /*hidden argument*/NULL); V_2 = L_9; DMXmlNode_t3958967524 * L_10 = V_2; if (!L_10) { goto IL_0056; } } IL_004b: { DMXmlNode_t3958967524 * L_11 = V_2; NullCheck(L_11); DMXmlNodeList_t795971656 * L_12 = DMXmlNode_get_ChildNodes_m14158511(L_11, /*hidden argument*/NULL); G_B8_0 = L_12; goto IL_0057; } IL_0056: { G_B8_0 = ((DMXmlNodeList_t795971656 *)(NULL)); } IL_0057: { V_3 = G_B8_0; DMXmlNodeList_t795971656 * L_13 = V_3; if (L_13) { goto IL_0066; } } IL_005e: { V_4 = (bool)0; goto IL_01da; } IL_0066: { V_5 = 0; goto IL_01a5; } IL_006e: { DMXmlNodeList_t795971656 * L_14 = V_3; int32_t L_15 = V_5; NullCheck(L_14); DMXmlNode_t3958967524 * L_16 = DMXmlNodeList_Item_m3433089129(L_14, L_15, /*hidden argument*/NULL); V_6 = L_16; DMXmlNode_t3958967524 * L_17 = V_6; NullCheck(L_17); DMXmlNodeList_t795971656 * L_18 = DMXmlNode_get_ChildNodes_m14158511(L_17, /*hidden argument*/NULL); V_7 = L_18; DMXmlNodeList_t795971656 * L_19 = V_7; if (L_19) { goto IL_008d; } } IL_0088: { goto IL_01b2; } IL_008d: { DMXmlNode_t3958967524 * L_20 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_21 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_20, _stringLiteral3243520166, 0, /*hidden argument*/NULL); V_8 = L_21; int32_t L_22 = V_8; Dictionary_2_t130789097 * L_23 = PersonaliseConfig_GetPersonaliseData_m40167258(__this, L_22, /*hidden argument*/NULL); V_9 = L_23; V_10 = 0; goto IL_0191; } IL_00ae: { DMXmlNodeList_t795971656 * L_24 = V_7; int32_t L_25 = V_10; NullCheck(L_24); DMXmlNode_t3958967524 * L_26 = DMXmlNodeList_Item_m3433089129(L_24, L_25, /*hidden argument*/NULL); V_11 = L_26; PersonaliseNode_t1242075766 * L_27 = (PersonaliseNode_t1242075766 *)il2cpp_codegen_object_new(PersonaliseNode_t1242075766_il2cpp_TypeInfo_var); PersonaliseNode__ctor_m4058049681(L_27, /*hidden argument*/NULL); V_12 = L_27; PersonaliseNode_t1242075766 * L_28 = V_12; DMXmlNode_t3958967524 * L_29 = V_11; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_30 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_29, _stringLiteral3454449607, (-1), /*hidden argument*/NULL); NullCheck(L_28); L_28->set_id_0(L_30); PersonaliseNode_t1242075766 * L_31 = V_12; DMXmlNode_t3958967524 * L_32 = V_11; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_34 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_32, _stringLiteral62725275, L_33, /*hidden argument*/NULL); NullCheck(L_31); L_31->set_name_1(L_34); PersonaliseNode_t1242075766 * L_35 = V_12; DMXmlNode_t3958967524 * L_36 = V_11; String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_38 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_36, _stringLiteral1705397749, L_37, /*hidden argument*/NULL); NullCheck(L_35); L_35->set_animName_2(L_38); PersonaliseNode_t1242075766 * L_39 = V_12; DMXmlNode_t3958967524 * L_40 = V_11; String_t* L_41 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_42 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_40, _stringLiteral1511854562, L_41, /*hidden argument*/NULL); NullCheck(L_39); L_39->set_effectName_3(L_42); PersonaliseNode_t1242075766 * L_43 = V_12; DMXmlNode_t3958967524 * L_44 = V_11; String_t* L_45 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_46 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_44, _stringLiteral1167642106, L_45, /*hidden argument*/NULL); NullCheck(L_43); L_43->set_spriteName_5(L_46); PersonaliseNode_t1242075766 * L_47 = V_12; DMXmlNode_t3958967524 * L_48 = V_11; String_t* L_49 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_50 = CMiscHelp_GetXmlElemString_m1058230318(NULL /*static, unused*/, L_48, _stringLiteral165809902, L_49, /*hidden argument*/NULL); NullCheck(L_47); L_47->set_uiEffect_4(L_50); PersonaliseNode_t1242075766 * L_51 = V_12; DMXmlNode_t3958967524 * L_52 = V_11; int32_t L_53 = CMiscHelp_GetXmlElemInt_m1889603049(NULL /*static, unused*/, L_52, _stringLiteral2466466674, 0, /*hidden argument*/NULL); NullCheck(L_51); L_51->set_effectTime_6(L_53); Dictionary_2_t130789097 * L_54 = V_9; PersonaliseNode_t1242075766 * L_55 = V_12; NullCheck(L_55); int32_t L_56 = L_55->get_id_0(); PersonaliseNode_t1242075766 * L_57 = V_12; NullCheck(L_54); Dictionary_2_Add_m1846569255(L_54, L_56, L_57, /*hidden argument*/Dictionary_2_Add_m1846569255_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CPropEquipManager_t729741778_il2cpp_TypeInfo_var); CPropEquipManager_t729741778 * L_58 = CPropEquipManager_GetInstance_m2283608790(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_58); List_1_t1538660838 * L_59 = CPropEquipManager_get_PersonalEquipPropList_m1736074887(L_58, /*hidden argument*/NULL); PersonaliseNode_t1242075766 * L_60 = V_12; NullCheck(L_60); int32_t L_61 = L_60->get_id_0(); EquipPropInfo_t66586096 * L_62 = (EquipPropInfo_t66586096 *)il2cpp_codegen_object_new(EquipPropInfo_t66586096_il2cpp_TypeInfo_var); EquipPropInfo__ctor_m3189790088(L_62, L_61, /*hidden argument*/NULL); NullCheck(L_59); List_1_Add_m1162679381(L_59, L_62, /*hidden argument*/List_1_Add_m1162679381_RuntimeMethod_var); int32_t L_63 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_0191: { int32_t L_64 = V_10; DMXmlNodeList_t795971656 * L_65 = V_7; NullCheck(L_65); int32_t L_66 = DMXmlNodeList_get_Count_m1776804761(L_65, /*hidden argument*/NULL); if ((((int32_t)L_64) < ((int32_t)L_66))) { goto IL_00ae; } } IL_019f: { int32_t L_67 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_01a5: { int32_t L_68 = V_5; DMXmlNodeList_t795971656 * L_69 = V_3; NullCheck(L_69); int32_t L_70 = DMXmlNodeList_get_Count_m1776804761(L_69, /*hidden argument*/NULL); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_006e; } } IL_01b2: { PersonaliseConfig_PrepareShowTimeResources_m3947219313(__this, /*hidden argument*/NULL); V_4 = (bool)1; goto IL_01da; } } // 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_01c0; throw e; } CATCH_01c0: { // begin catch(System.Exception) V_13 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_71 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_72 = V_13; NullCheck(L_72); String_t* L_73 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_72); NullCheck(L_71); CLogHelp_LogFile_m4227814860(L_71, L_73, /*hidden argument*/NULL); goto IL_01d8; } // end catch (depth: 1) IL_01d8: { return (bool)0; } IL_01da: { bool L_74 = V_4; return L_74; } } // System.String DMCore.Logic.PersonaliseConfig::GetSpriteNameByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* PersonaliseConfig_GetSpriteNameByID_m4123909883 (PersonaliseConfig_t2812043406 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_GetSpriteNameByID_m4123909883_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; PersonaliseNode_t1242075766 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; int32_t L_1 = ___id0; if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0022; } } { int32_t L_2 = ___id0; PersonaliseNode_t1242075766 * L_3 = PersonaliseConfig_getPersonaliseNode_m1548441009(__this, L_2, /*hidden argument*/NULL); V_1 = L_3; PersonaliseNode_t1242075766 * L_4 = V_1; if (!L_4) { goto IL_0022; } } { PersonaliseNode_t1242075766 * L_5 = V_1; NullCheck(L_5); String_t* L_6 = L_5->get_spriteName_5(); V_0 = L_6; } IL_0022: { String_t* L_7 = V_0; return L_7; } } // System.String DMCore.Logic.PersonaliseConfig::GetChatBubbleNameByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* PersonaliseConfig_GetChatBubbleNameByID_m4085354352 (PersonaliseConfig_t2812043406 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_GetChatBubbleNameByID_m4085354352_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = _stringLiteral440755076; int32_t L_0 = ___id0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0015; } } { int32_t L_1 = ___id0; String_t* L_2 = PersonaliseConfig_GetSpriteNameByID_m4123909883(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; } IL_0015: { String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0026; } } { V_0 = _stringLiteral440755076; } IL_0026: { String_t* L_5 = V_0; return L_5; } } // System.Boolean DMCore.Logic.PersonaliseConfig::SetChatBubbleNameByID(UISprite,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool PersonaliseConfig_SetChatBubbleNameByID_m2516711826 (PersonaliseConfig_t2812043406 * __this, UISprite_t194114938 * ___spriteTarget0, int32_t ___id1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_SetChatBubbleNameByID_m2516711826_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; GameObject_t1113636619 * V_2 = NULL; UIAtlas_t3195533529 * V_3 = NULL; UIAtlas_t3195533529 * G_B14_0 = NULL; { V_0 = _stringLiteral440755076; int32_t L_0 = ___id1; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0015; } } { int32_t L_1 = ___id1; String_t* L_2 = PersonaliseConfig_GetSpriteNameByID_m4123909883(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; } IL_0015: { String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0026; } } { V_0 = _stringLiteral440755076; } IL_0026: { UISprite_t194114938 * L_5 = ___spriteTarget0; 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_0034; } } { return (bool)0; } IL_0034: { String_t* L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1831135613, L_7, /*hidden argument*/NULL); V_1 = L_8; V_2 = (GameObject_t1113636619 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_9 = CUIPkgService_IfEnableUIPkg_m2923996538(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_9) { goto IL_005d; } } { IResourceManager_t3165642952 * L_10 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_11 = V_1; NullCheck(L_10); GameObject_t1113636619 * L_12 = VirtFuncInvoker1< GameObject_t1113636619 *, String_t* >::Invoke(11 /* UnityEngine.GameObject DMCore.Framework.Resource.IResourceManager::GetGameObj(System.String) */, L_10, L_11); V_2 = L_12; goto IL_0064; } IL_005d: { String_t* L_13 = V_1; GameObject_t1113636619 * L_14 = Resources_Load_TisGameObject_t1113636619_m1734345100(NULL /*static, unused*/, L_13, /*hidden argument*/Resources_Load_TisGameObject_t1113636619_m1734345100_RuntimeMethod_var); V_2 = L_14; } IL_0064: { GameObject_t1113636619 * L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_16 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_15, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_16) { goto IL_0082; } } { String_t* L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4127527242, L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); return (bool)0; } IL_0082: { GameObject_t1113636619 * L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_20 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0099; } } { GameObject_t1113636619 * L_21 = V_2; NullCheck(L_21); UIAtlas_t3195533529 * L_22 = GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934(L_21, /*hidden argument*/GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934_RuntimeMethod_var); G_B14_0 = L_22; goto IL_009a; } IL_0099: { G_B14_0 = ((UIAtlas_t3195533529 *)(NULL)); } IL_009a: { V_3 = G_B14_0; UIAtlas_t3195533529 * L_23 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00db; } } { UISprite_t194114938 * L_25 = ___spriteTarget0; NullCheck(L_25); UIAtlas_t3195533529 * L_26 = UISprite_get_atlas_m3153393136(L_25, /*hidden argument*/NULL); UIAtlas_t3195533529 * L_27 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_28 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00cb; } } { UISprite_t194114938 * L_29 = ___spriteTarget0; NullCheck(L_29); String_t* L_30 = UISprite_get_spriteName_m1681755067(L_29, /*hidden argument*/NULL); String_t* L_31 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_32 = String_op_Equality_m920492651(NULL /*static, unused*/, L_30, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00cb; } } { return (bool)1; } IL_00cb: { UISprite_t194114938 * L_33 = ___spriteTarget0; UIAtlas_t3195533529 * L_34 = V_3; NullCheck(L_33); UISprite_set_atlas_m2864119219(L_33, L_34, /*hidden argument*/NULL); UISprite_t194114938 * L_35 = ___spriteTarget0; String_t* L_36 = V_0; NullCheck(L_35); UISprite_set_spriteName_m1616245412(L_35, L_36, /*hidden argument*/NULL); return (bool)1; } IL_00db: { return (bool)0; } } // System.String DMCore.Logic.PersonaliseConfig::GetHeadBoxNameByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* PersonaliseConfig_GetHeadBoxNameByID_m3981880383 (PersonaliseConfig_t2812043406 * __this, int32_t ___headBoxID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_GetHeadBoxNameByID_m3981880383_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = _stringLiteral1120776975; int32_t L_0 = ___headBoxID0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0015; } } { int32_t L_1 = ___headBoxID0; String_t* L_2 = PersonaliseConfig_GetSpriteNameByID_m4123909883(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; } IL_0015: { String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0026; } } { V_0 = _stringLiteral1120776975; } IL_0026: { String_t* L_5 = V_0; return L_5; } } // System.Boolean DMCore.Logic.PersonaliseConfig::GetUserHeadBoxInfoByID(System.Int32,UISprite) extern "C" IL2CPP_METHOD_ATTR bool PersonaliseConfig_GetUserHeadBoxInfoByID_m1467318277 (PersonaliseConfig_t2812043406 * __this, int32_t ___headbox0, UISprite_t194114938 * ___spriteTarget1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_GetUserHeadBoxInfoByID_m1467318277_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; GameObject_t1113636619 * V_2 = NULL; UIAtlas_t3195533529 * V_3 = NULL; UIAtlas_t3195533529 * G_B10_0 = NULL; { UISprite_t194114938 * L_0 = ___spriteTarget1; 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_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral2108565940, /*hidden argument*/NULL); return (bool)0; } IL_0018: { int32_t L_2 = ___headbox0; String_t* L_3 = PersonaliseConfig_GetHeadBoxNameByID_m3981880383(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral464950376, L_4, /*hidden argument*/NULL); V_1 = L_5; V_2 = (GameObject_t1113636619 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(CUIPkgService_t1582475416_il2cpp_TypeInfo_var); bool L_6 = CUIPkgService_IfEnableUIPkg_m2923996538(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_6) { goto IL_0049; } } { IResourceManager_t3165642952 * L_7 = IHelp_GetResManager_m1508557610(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = V_1; NullCheck(L_7); GameObject_t1113636619 * L_9 = VirtFuncInvoker1< GameObject_t1113636619 *, String_t* >::Invoke(11 /* UnityEngine.GameObject DMCore.Framework.Resource.IResourceManager::GetGameObj(System.String) */, L_7, L_8); V_2 = L_9; goto IL_0050; } IL_0049: { String_t* L_10 = V_1; GameObject_t1113636619 * L_11 = Resources_Load_TisGameObject_t1113636619_m1734345100(NULL /*static, unused*/, L_10, /*hidden argument*/Resources_Load_TisGameObject_t1113636619_m1734345100_RuntimeMethod_var); V_2 = L_11; } IL_0050: { GameObject_t1113636619 * L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_13 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_12, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_13) { goto IL_005e; } } { return (bool)0; } IL_005e: { GameObject_t1113636619 * L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0075; } } { GameObject_t1113636619 * L_16 = V_2; NullCheck(L_16); UIAtlas_t3195533529 * L_17 = GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934(L_16, /*hidden argument*/GameObject_GetComponent_TisUIAtlas_t3195533529_m1062336934_RuntimeMethod_var); G_B10_0 = L_17; goto IL_0076; } IL_0075: { G_B10_0 = ((UIAtlas_t3195533529 *)(NULL)); } IL_0076: { V_3 = G_B10_0; UIAtlas_t3195533529 * L_18 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_19 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0091; } } { UISprite_t194114938 * L_20 = ___spriteTarget1; UIAtlas_t3195533529 * L_21 = V_3; NullCheck(L_20); UISprite_set_atlas_m2864119219(L_20, L_21, /*hidden argument*/NULL); UISprite_t194114938 * L_22 = ___spriteTarget1; String_t* L_23 = V_0; NullCheck(L_22); UISprite_set_spriteName_m1616245412(L_22, L_23, /*hidden argument*/NULL); } IL_0091: { return (bool)1; } } // System.String DMCore.Logic.PersonaliseConfig::GetHeadBoxEffID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* PersonaliseConfig_GetHeadBoxEffID_m797848973 (PersonaliseConfig_t2812043406 * __this, int32_t ___headbox0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_GetHeadBoxEffID_m797848973_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t130789097 * V_0 = NULL; KeyValuePair_2_t2528461264 V_1; memset(&V_1, 0, sizeof(V_1)); Enumerator_t2084971872 V_2; memset(&V_2, 0, sizeof(V_2)); String_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); { Dictionary_2_t3314469724 * L_0 = __this->get_m_personaliseData_3(); if (L_0) { goto IL_0011; } } { 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_0011: { Dictionary_2_t3314469724 * L_2 = __this->get_m_personaliseData_3(); int32_t L_3 = __this->get_headBoxType_1(); NullCheck(L_2); bool L_4 = Dictionary_2_TryGetValue_m2044499938(L_2, L_3, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2044499938_RuntimeMethod_var); if (!L_4) { goto IL_007b; } } { Dictionary_2_t130789097 * L_5 = V_0; NullCheck(L_5); Enumerator_t2084971872 L_6 = Dictionary_2_GetEnumerator_m3282977004(L_5, /*hidden argument*/Dictionary_2_GetEnumerator_m3282977004_RuntimeMethod_var); V_2 = L_6; } IL_0030: try { // begin try (depth: 1) { goto IL_005c; } IL_0035: { KeyValuePair_2_t2528461264 L_7 = Enumerator_get_Current_m2803766201((&V_2), /*hidden argument*/Enumerator_get_Current_m2803766201_RuntimeMethod_var); V_1 = L_7; int32_t L_8 = KeyValuePair_2_get_Key_m4232594429((&V_1), /*hidden argument*/KeyValuePair_2_get_Key_m4232594429_RuntimeMethod_var); int32_t L_9 = ___headbox0; if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_005c; } } IL_004a: { PersonaliseNode_t1242075766 * L_10 = KeyValuePair_2_get_Value_m2582900878((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m2582900878_RuntimeMethod_var); NullCheck(L_10); String_t* L_11 = L_10->get_effectName_3(); V_3 = L_11; IL2CPP_LEAVE(0x81, FINALLY_006d); } IL_005c: { bool L_12 = Enumerator_MoveNext_m1157941205((&V_2), /*hidden argument*/Enumerator_MoveNext_m1157941205_RuntimeMethod_var); if (L_12) { goto IL_0035; } } IL_0068: { IL2CPP_LEAVE(0x7B, FINALLY_006d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006d; } FINALLY_006d: { // begin finally (depth: 1) Enumerator_Dispose_m3738201638((&V_2), /*hidden argument*/Enumerator_Dispose_m3738201638_RuntimeMethod_var); IL2CPP_END_FINALLY(109) } // end finally (depth: 1) IL2CPP_CLEANUP(109) { IL2CPP_JUMP_TBL(0x81, IL_0081) IL2CPP_JUMP_TBL(0x7B, IL_007b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_13; } IL_0081: { String_t* L_14 = V_3; return L_14; } } // DMCore.Logic.PersonaliseNode DMCore.Logic.PersonaliseConfig::GetHeadBoxData(System.Int32) extern "C" IL2CPP_METHOD_ATTR PersonaliseNode_t1242075766 * PersonaliseConfig_GetHeadBoxData_m3248884746 (PersonaliseConfig_t2812043406 * __this, int32_t ___headbox0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_GetHeadBoxData_m3248884746_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t130789097 * V_0 = NULL; KeyValuePair_2_t2528461264 V_1; memset(&V_1, 0, sizeof(V_1)); Enumerator_t2084971872 V_2; memset(&V_2, 0, sizeof(V_2)); PersonaliseNode_t1242075766 * 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); { Dictionary_2_t3314469724 * L_0 = __this->get_m_personaliseData_3(); if (L_0) { goto IL_000d; } } { return (PersonaliseNode_t1242075766 *)NULL; } IL_000d: { Dictionary_2_t3314469724 * L_1 = __this->get_m_personaliseData_3(); int32_t L_2 = __this->get_headBoxType_1(); NullCheck(L_1); bool L_3 = Dictionary_2_TryGetValue_m2044499938(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2044499938_RuntimeMethod_var); if (!L_3) { goto IL_0072; } } { Dictionary_2_t130789097 * L_4 = V_0; NullCheck(L_4); Enumerator_t2084971872 L_5 = Dictionary_2_GetEnumerator_m3282977004(L_4, /*hidden argument*/Dictionary_2_GetEnumerator_m3282977004_RuntimeMethod_var); V_2 = L_5; } IL_002c: try { // begin try (depth: 1) { goto IL_0053; } IL_0031: { KeyValuePair_2_t2528461264 L_6 = Enumerator_get_Current_m2803766201((&V_2), /*hidden argument*/Enumerator_get_Current_m2803766201_RuntimeMethod_var); V_1 = L_6; int32_t L_7 = KeyValuePair_2_get_Key_m4232594429((&V_1), /*hidden argument*/KeyValuePair_2_get_Key_m4232594429_RuntimeMethod_var); int32_t L_8 = ___headbox0; if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_0053; } } IL_0046: { PersonaliseNode_t1242075766 * L_9 = KeyValuePair_2_get_Value_m2582900878((&V_1), /*hidden argument*/KeyValuePair_2_get_Value_m2582900878_RuntimeMethod_var); V_3 = L_9; IL2CPP_LEAVE(0x74, FINALLY_0064); } IL_0053: { bool L_10 = Enumerator_MoveNext_m1157941205((&V_2), /*hidden argument*/Enumerator_MoveNext_m1157941205_RuntimeMethod_var); if (L_10) { goto IL_0031; } } IL_005f: { IL2CPP_LEAVE(0x72, FINALLY_0064); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0064; } FINALLY_0064: { // begin finally (depth: 1) Enumerator_Dispose_m3738201638((&V_2), /*hidden argument*/Enumerator_Dispose_m3738201638_RuntimeMethod_var); IL2CPP_END_FINALLY(100) } // end finally (depth: 1) IL2CPP_CLEANUP(100) { IL2CPP_JUMP_TBL(0x74, IL_0074) IL2CPP_JUMP_TBL(0x72, IL_0072) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0072: { return (PersonaliseNode_t1242075766 *)NULL; } IL_0074: { PersonaliseNode_t1242075766 * L_11 = V_3; return L_11; } } // System.String DMCore.Logic.PersonaliseConfig::GetSoleEffectName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* PersonaliseConfig_GetSoleEffectName_m3525489228 (PersonaliseConfig_t2812043406 * __this, int32_t ___SoleEffectID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_GetSoleEffectName_m3525489228_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; PersonaliseNode_t1242075766 * V_1 = NULL; String_t* G_B3_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; int32_t L_1 = ___SoleEffectID0; PersonaliseNode_t1242075766 * L_2 = PersonaliseConfig_getPersonaliseNode_m1548441009(__this, L_1, /*hidden argument*/NULL); V_1 = L_2; PersonaliseNode_t1242075766 * L_3 = V_1; if (!L_3) { goto IL_001f; } } { PersonaliseNode_t1242075766 * L_4 = V_1; NullCheck(L_4); String_t* L_5 = L_4->get_effectName_3(); G_B3_0 = L_5; goto IL_0024; } IL_001f: { 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_0024: { V_0 = G_B3_0; String_t* L_7 = V_0; return L_7; } } // System.Boolean DMCore.Logic.PersonaliseConfig::IsUIEffect(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool PersonaliseConfig_IsUIEffect_m3242307210 (PersonaliseConfig_t2812043406 * __this, int32_t ___configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_IsUIEffect_m3242307210_MetadataUsageId); s_Il2CppMethodInitialized = true; } PersonaliseNode_t1242075766 * V_0 = NULL; { int32_t L_0 = ___configID0; PersonaliseNode_t1242075766 * L_1 = PersonaliseConfig_getPersonaliseNode_m1548441009(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; PersonaliseNode_t1242075766 * L_2 = V_0; if (!L_2) { goto IL_001e; } } { PersonaliseNode_t1242075766 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_uiEffect_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0020; } } IL_001e: { return (bool)0; } IL_0020: { return (bool)1; } } // System.Void DMCore.Logic.PersonaliseConfig::PlayUIEffect(System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_PlayUIEffect_m2607227782 (PersonaliseConfig_t2812043406 * __this, int64_t ___userid0, int32_t ___configID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_PlayUIEffect_m2607227782_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; PersonaliseNode_t1242075766 * V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; CDataArray_t4068198041 * V_4 = NULL; GameObject_t1113636619 * V_5 = NULL; CDataArray_t4068198041 * V_6 = 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; int32_t L_3 = ___configID1; bool L_4 = PersonaliseConfig_IsUIEffect_m3242307210(__this, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0028; } } { Camera_t4157153871 * L_5 = V_0; 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_0029; } } IL_0028: { return; } IL_0029: { int32_t L_7 = ___configID1; PersonaliseNode_t1242075766 * L_8 = PersonaliseConfig_getPersonaliseNode_m1548441009(__this, L_7, /*hidden argument*/NULL); V_1 = L_8; PersonaliseNode_t1242075766 * L_9 = V_1; NullCheck(L_9); String_t* L_10 = L_9->get_uiEffect_4(); int64_t L_11 = ___userid0; int64_t L_12 = L_11; RuntimeObject * L_13 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m1715369213(NULL /*static, unused*/, L_10, _stringLiteral3452614641, L_13, /*hidden argument*/NULL); V_2 = L_14; V_3 = 0; Dictionary_2_t2736202052 * L_15 = __this->get_m_curPlayEffect_4(); String_t* L_16 = V_2; NullCheck(L_15); bool L_17 = Dictionary_2_TryGetValue_m1013208020(L_15, L_16, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_17) { goto IL_008c; } } { CDataArray_t4068198041 * L_18 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_18, /*hidden argument*/NULL); V_4 = L_18; CDataArray_t4068198041 * L_19 = V_4; String_t* L_20 = V_2; NullCheck(L_19); CDataArray_Push_m1799687930(L_19, L_20, /*hidden argument*/NULL); CDataArray_t4068198041 * L_21 = V_4; PersonaliseConfig_RemoveUIEffect_m1185234988(__this, L_21, /*hidden argument*/NULL); Dictionary_2_t2736202052 * L_22 = __this->get_m_curPlayEffect_4(); String_t* L_23 = V_2; NullCheck(L_22); Dictionary_2_Remove_m2305447852(L_22, L_23, /*hidden argument*/Dictionary_2_Remove_m2305447852_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_24 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_25 = V_3; NullCheck(L_24); CTimerManager_KillTimer_m1432033039(L_24, L_25, /*hidden argument*/NULL); } IL_008c: { PersonaliseNode_t1242075766 * L_26 = V_1; NullCheck(L_26); String_t* L_27 = L_26->get_uiEffect_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_28 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); if (L_28) { goto IL_013e; } } { PersonaliseNode_t1242075766 * L_29 = V_1; NullCheck(L_29); String_t* L_30 = L_29->get_uiEffect_4(); int64_t L_31 = ___userid0; int64_t L_32 = L_31; RuntimeObject * L_33 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_32); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = String_Concat_m1715369213(NULL /*static, unused*/, L_30, _stringLiteral3452614641, L_33, /*hidden argument*/NULL); V_2 = L_34; PersonaliseNode_t1242075766 * L_35 = V_1; NullCheck(L_35); String_t* L_36 = L_35->get_uiEffect_4(); PersonaliseNode_t1242075766 * L_37 = V_1; NullCheck(L_37); String_t* L_38 = L_37->get_uiEffect_4(); String_t* L_39 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral1616650057, L_36, _stringLiteral3452614529, L_38, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_40 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); V_5 = ((GameObject_t1113636619 *)CastclassSealed((RuntimeObject*)L_40, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_41 = V_5; NullCheck(L_41); Transform_t3600365921 * L_42 = GameObject_get_transform_m1369836730(L_41, /*hidden argument*/NULL); Camera_t4157153871 * L_43 = V_0; NullCheck(L_43); Transform_t3600365921 * L_44 = Component_get_transform_m3162698980(L_43, /*hidden argument*/NULL); NullCheck(L_42); Transform_set_parent_m786917804(L_42, L_44, /*hidden argument*/NULL); GameObject_t1113636619 * L_45 = V_5; NullCheck(L_45); Transform_t3600365921 * L_46 = GameObject_get_transform_m1369836730(L_45, /*hidden argument*/NULL); String_t* L_47 = V_2; NullCheck(L_46); Object_set_name_m291480324(L_46, L_47, /*hidden argument*/NULL); GameObject_t1113636619 * L_48 = V_5; NullCheck(L_48); GameObject_SetActive_m796801857(L_48, (bool)1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_49 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_49, /*hidden argument*/NULL); V_6 = L_49; CDataArray_t4068198041 * L_50 = V_6; String_t* L_51 = V_2; NullCheck(L_50); CDataArray_Push_m1799687930(L_50, L_51, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_52 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); PersonaliseNode_t1242075766 * L_53 = V_1; NullCheck(L_53); int32_t L_54 = L_53->get_effectTime_6(); intptr_t L_55 = (intptr_t)PersonaliseConfig_RemoveUIEffect_m1185234988_RuntimeMethod_var; TimerCallbackProcCP_t1342316376 * L_56 = (TimerCallbackProcCP_t1342316376 *)il2cpp_codegen_object_new(TimerCallbackProcCP_t1342316376_il2cpp_TypeInfo_var); TimerCallbackProcCP__ctor_m699400032(L_56, __this, L_55, /*hidden argument*/NULL); CDataArray_t4068198041 * L_57 = V_6; NullCheck(L_52); int32_t L_58 = CTimerManager_CreateTimer_m2946832708(L_52, (((float)((float)L_54))), L_56, L_57, 1, /*hidden argument*/NULL); V_3 = L_58; Dictionary_2_t2736202052 * L_59 = __this->get_m_curPlayEffect_4(); String_t* L_60 = V_2; int32_t L_61 = V_3; NullCheck(L_59); Dictionary_2_Add_m282647386(L_59, L_60, L_61, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); } IL_013e: { return; } } // System.Void DMCore.Logic.PersonaliseConfig::RemoveUIEffect(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_RemoveUIEffect_m1185234988 (PersonaliseConfig_t2812043406 * __this, CDataArray_t4068198041 * ___cd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_RemoveUIEffect_m1185234988_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; String_t* V_1 = NULL; Transform_t3600365921 * V_2 = 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*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001d; } } { return; } IL_001d: { CDataArray_t4068198041 * L_5 = ___cd0; 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 = CDataArray_GetWideStr_m3532563229(L_5, 0, L_6, /*hidden argument*/NULL); V_1 = L_7; Dictionary_2_t2736202052 * L_8 = __this->get_m_curPlayEffect_4(); String_t* L_9 = V_1; NullCheck(L_8); Dictionary_2_Remove_m2305447852(L_8, L_9, /*hidden argument*/Dictionary_2_Remove_m2305447852_RuntimeMethod_var); Camera_t4157153871 * L_10 = V_0; NullCheck(L_10); Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(L_10, /*hidden argument*/NULL); String_t* L_12 = V_1; NullCheck(L_11); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_11, L_12, /*hidden argument*/NULL); V_2 = L_13; Transform_t3600365921 * L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_14, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_15) { goto IL_0067; } } { Transform_t3600365921 * L_16 = V_2; NullCheck(L_16); GameObject_t1113636619 * L_17 = Component_get_gameObject_m442555142(L_16, /*hidden argument*/NULL); NullCheck(L_17); GameObject_SetActive_m796801857(L_17, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_18 = V_2; NullCheck(L_18); GameObject_t1113636619 * L_19 = Component_get_gameObject_m442555142(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); } IL_0067: { return; } } // UnityEngine.BoxCollider DMCore.Logic.PersonaliseConfig::get_ColliderUnderControl() extern "C" IL2CPP_METHOD_ATTR BoxCollider_t1640800422 * PersonaliseConfig_get_ColliderUnderControl_m3535506279 (PersonaliseConfig_t2812043406 * __this, const RuntimeMethod* method) { { BoxCollider_t1640800422 * L_0 = __this->get_U3CColliderUnderControlU3Ek__BackingField_2(); return L_0; } } // System.Void DMCore.Logic.PersonaliseConfig::set_ColliderUnderControl(UnityEngine.BoxCollider) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_set_ColliderUnderControl_m1091728798 (PersonaliseConfig_t2812043406 * __this, BoxCollider_t1640800422 * ___value0, const RuntimeMethod* method) { { BoxCollider_t1640800422 * L_0 = ___value0; __this->set_U3CColliderUnderControlU3Ek__BackingField_2(L_0); return; } } // System.Void DMCore.Logic.PersonaliseConfig::PlayEnterRoomAnim(DMCore.Framework.Scene.ISceneRole,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_PlayEnterRoomAnim_m1784198442 (PersonaliseConfig_t2812043406 * __this, ISceneRole_t2394225724 * ___tempRoleItem0, int32_t ___EnterRoomAnimConfigId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_PlayEnterRoomAnim_m1784198442_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; String_t* V_1 = NULL; AnimationClip_t2318505987 * V_2 = NULL; String_t* V_3 = NULL; Transform_t3600365921 * V_4 = NULL; CDataArray_t4068198041 * V_5 = NULL; String_t* V_6 = NULL; float V_7 = 0.0f; CDataArray_t4068198041 * V_8 = NULL; CDataArray_t4068198041 * V_9 = NULL; { ISceneRole_t2394225724 * L_0 = ___tempRoleItem0; V_0 = L_0; int32_t L_1 = ___EnterRoomAnimConfigId1; String_t* L_2 = PersonaliseConfig_GetAnimNameByID_m3019749223(__this, L_1, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = V_1; AnimationClip_t2318505987 * L_4 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_2 = L_4; ISceneRole_t2394225724 * L_5 = V_0; NullCheck(L_5); bool L_6 = ISceneRole_GetIsPlayingEnterRoomAnim_m2063552211(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_001d; } } { return; } IL_001d: { ISceneRole_t2394225724 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = ISceneRole_get_PreEnterRoomAnimName_m2146111078(L_7, /*hidden argument*/NULL); 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(); bool L_10 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0041; } } { ISceneRole_t2394225724 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = ISceneRole_get_PreEnterRoomAnimName_m2146111078(L_11, /*hidden argument*/NULL); V_3 = L_12; ISceneRole_t2394225724 * L_13 = V_0; String_t* L_14 = V_3; NullCheck(L_13); ISceneBaseObj_StopEffect_m879461206(L_13, L_14, 0, /*hidden argument*/NULL); } IL_0041: { AnimationClip_t2318505987 * L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_16 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_15, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_16) { goto IL_019c; } } { ISceneRole_t2394225724 * L_17 = V_0; NullCheck(L_17); Transform_t3600365921 * L_18 = ISceneRole_GetTransformByCategoryID_m4165463785(L_17, ((int32_t)30), /*hidden argument*/NULL); V_4 = L_18; Transform_t3600365921 * L_19 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_20 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_19, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_20) { goto IL_00a0; } } { Transform_t3600365921 * L_21 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_21, (bool)0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_22 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_22, /*hidden argument*/NULL); V_5 = L_22; CDataArray_t4068198041 * L_23 = V_5; ISceneRole_t2394225724 * L_24 = V_0; NullCheck(L_24); int64_t L_25 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_24); NullCheck(L_23); CDataArray_Push_m3799896857(L_23, L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_26 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); AnimationClip_t2318505987 * L_27 = V_2; NullCheck(L_27); float L_28 = AnimationClip_get_length_m3296085482(L_27, /*hidden argument*/NULL); intptr_t L_29 = (intptr_t)PersonaliseConfig_SetTransActive_m618305414_RuntimeMethod_var; TimerCallbackProcCP_t1342316376 * L_30 = (TimerCallbackProcCP_t1342316376 *)il2cpp_codegen_object_new(TimerCallbackProcCP_t1342316376_il2cpp_TypeInfo_var); TimerCallbackProcCP__ctor_m699400032(L_30, __this, L_29, /*hidden argument*/NULL); CDataArray_t4068198041 * L_31 = V_5; NullCheck(L_26); CTimerManager_CreateTimer_m2946832708(L_26, L_28, L_30, L_31, 1, /*hidden argument*/NULL); } IL_00a0: { int32_t L_32 = ___EnterRoomAnimConfigId1; String_t* L_33 = PersonaliseConfig_GetSoleEffectName_m3525489228(__this, L_32, /*hidden argument*/NULL); V_6 = L_33; String_t* L_34 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_35 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); if (L_35) { goto IL_011a; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_36 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); float L_37 = CMiscConfig_GetFloat_m1675196209(L_36, _stringLiteral3502695630, (1.0f), /*hidden argument*/NULL); V_7 = L_37; ISceneRole_t2394225724 * L_38 = V_0; String_t* L_39 = V_6; AnimationClip_t2318505987 * L_40 = V_2; NullCheck(L_40); float L_41 = AnimationClip_get_length_m3296085482(L_40, /*hidden argument*/NULL); float L_42 = V_7; NullCheck(L_38); ISceneBaseObj_PlayEffect_m4006788978(L_38, L_39, 0, ((float)il2cpp_codegen_add((float)L_41, (float)L_42)), /*hidden argument*/NULL); CDataArray_t4068198041 * L_43 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_43, /*hidden argument*/NULL); V_8 = L_43; CDataArray_t4068198041 * L_44 = V_8; ISceneRole_t2394225724 * L_45 = V_0; NullCheck(L_45); int64_t L_46 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_45); NullCheck(L_44); CDataArray_Push_m3799896857(L_44, L_46, /*hidden argument*/NULL); CDataArray_t4068198041 * L_47 = V_8; String_t* L_48 = V_6; NullCheck(L_47); CDataArray_Push_m1799687930(L_47, L_48, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_49 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); AnimationClip_t2318505987 * L_50 = V_2; NullCheck(L_50); float L_51 = AnimationClip_get_length_m3296085482(L_50, /*hidden argument*/NULL); intptr_t L_52 = (intptr_t)PersonaliseConfig_RemeberPreEffectName_m3916378417_RuntimeMethod_var; TimerCallbackProcCP_t1342316376 * L_53 = (TimerCallbackProcCP_t1342316376 *)il2cpp_codegen_object_new(TimerCallbackProcCP_t1342316376_il2cpp_TypeInfo_var); TimerCallbackProcCP__ctor_m699400032(L_53, __this, L_52, /*hidden argument*/NULL); CDataArray_t4068198041 * L_54 = V_8; NullCheck(L_49); CTimerManager_CreateTimer_m2946832708(L_49, L_51, L_53, L_54, 1, /*hidden argument*/NULL); } IL_011a: { ISceneRole_t2394225724 * L_55 = V_0; NullCheck(L_55); int64_t L_56 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_55); int32_t L_57 = ___EnterRoomAnimConfigId1; PersonaliseConfig_PlayUIEffect_m2607227782(__this, L_56, L_57, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_58 = V_0; AnimationClip_t2318505987 * L_59 = V_2; String_t* L_60 = V_1; AnimationClip_t2318505987 * L_61 = V_2; NullCheck(L_61); float L_62 = AnimationClip_get_length_m3296085482(L_61, /*hidden argument*/NULL); NullCheck(L_58); ISceneBaseObj_PlayAnimClip_m3190763634(L_58, L_59, L_60, (1.0f), L_62, (0.0f), (bool)1, (0.0f), /*hidden argument*/NULL); CLevelManager_t3077608201 * L_63 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_63); bool L_64 = CLevelManager_IsLevel_m3139716542(L_63, _stringLiteral2570825119, /*hidden argument*/NULL); if (!L_64) { goto IL_0161; } } { ISceneRole_t2394225724 * L_65 = V_0; NullCheck(L_65); ISceneRole_SetNeedPlayEnterRoomAnim_m3225743564(L_65, (bool)0, /*hidden argument*/NULL); } IL_0161: { ISceneRole_t2394225724 * L_66 = V_0; NullCheck(L_66); ISceneRole_SetIsPlayingEnterRoomAnim_m2517870298(L_66, (bool)1, /*hidden argument*/NULL); CDataArray_t4068198041 * L_67 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_67, /*hidden argument*/NULL); V_9 = L_67; CDataArray_t4068198041 * L_68 = V_9; ISceneRole_t2394225724 * L_69 = V_0; NullCheck(L_69); int64_t L_70 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_69); NullCheck(L_68); CDataArray_Push_m3799896857(L_68, L_70, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_71 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); AnimationClip_t2318505987 * L_72 = V_2; NullCheck(L_72); float L_73 = AnimationClip_get_length_m3296085482(L_72, /*hidden argument*/NULL); intptr_t L_74 = (intptr_t)PersonaliseConfig_SetIsPlayingAnimBool_m339993138_RuntimeMethod_var; TimerCallbackProcCP_t1342316376 * L_75 = (TimerCallbackProcCP_t1342316376 *)il2cpp_codegen_object_new(TimerCallbackProcCP_t1342316376_il2cpp_TypeInfo_var); TimerCallbackProcCP__ctor_m699400032(L_75, __this, L_74, /*hidden argument*/NULL); CDataArray_t4068198041 * L_76 = V_9; NullCheck(L_71); CTimerManager_CreateTimer_m2946832708(L_71, L_73, L_75, L_76, 1, /*hidden argument*/NULL); } IL_019c: { return; } } // System.Void DMCore.Logic.PersonaliseConfig::PlaySoleEffect(DMCore.Framework.Scene.ISceneRole,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_PlaySoleEffect_m2362964431 (PersonaliseConfig_t2812043406 * __this, ISceneRole_t2394225724 * ___tempRoleItem0, int32_t ___ConfigId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_PlaySoleEffect_m2362964431_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { ISceneRole_t2394225724 * L_0 = ___tempRoleItem0; if (!L_0) { goto IL_004b; } } { ISceneRole_t2394225724 * L_1 = ___tempRoleItem0; NullCheck(L_1); String_t* L_2 = ISceneRole_get_PreSoleEffectName_m2433624042(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0023; } } { ISceneRole_t2394225724 * L_4 = ___tempRoleItem0; ISceneRole_t2394225724 * L_5 = ___tempRoleItem0; NullCheck(L_5); String_t* L_6 = ISceneRole_get_PreSoleEffectName_m2433624042(L_5, /*hidden argument*/NULL); NullCheck(L_4); ISceneBaseObj_StopEffect_m879461206(L_4, L_6, 0, /*hidden argument*/NULL); } IL_0023: { int32_t L_7 = ___ConfigId1; String_t* L_8 = PersonaliseConfig_GetSoleEffectName_m3525489228(__this, L_7, /*hidden argument*/NULL); V_0 = L_8; String_t* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0037; } } { return; } IL_0037: { ISceneRole_t2394225724 * L_11 = ___tempRoleItem0; String_t* L_12 = V_0; NullCheck(L_11); ISceneRole_set_PreSoleEffectName_m2316176871(L_11, L_12, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_13 = ___tempRoleItem0; String_t* L_14 = V_0; NullCheck(L_13); ISceneBaseObj_PlayEffect_m4006788978(L_13, L_14, 0, (-1.0f), /*hidden argument*/NULL); } IL_004b: { return; } } // System.Void DMCore.Logic.PersonaliseConfig::StopSoleEffect(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_StopSoleEffect_m495665110 (PersonaliseConfig_t2812043406 * __this, ISceneRole_t2394225724 * ___tempRoleItem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_StopSoleEffect_m495665110_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ISceneRole_t2394225724 * L_0 = ___tempRoleItem0; if (!L_0) { goto IL_0023; } } { ISceneRole_t2394225724 * L_1 = ___tempRoleItem0; NullCheck(L_1); String_t* L_2 = ISceneRole_get_PreSoleEffectName_m2433624042(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0023; } } { ISceneRole_t2394225724 * L_4 = ___tempRoleItem0; ISceneRole_t2394225724 * L_5 = ___tempRoleItem0; NullCheck(L_5); String_t* L_6 = ISceneRole_get_PreSoleEffectName_m2433624042(L_5, /*hidden argument*/NULL); NullCheck(L_4); ISceneBaseObj_StopEffect_m879461206(L_4, L_6, 0, /*hidden argument*/NULL); } IL_0023: { return; } } // UnityEngine.AnimationClip DMCore.Logic.PersonaliseConfig::GetEnterRoomClipByRoleItem(DMCore.Framework.Scene.ISceneRole) extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * PersonaliseConfig_GetEnterRoomClipByRoleItem_m140929677 (PersonaliseConfig_t2812043406 * __this, ISceneRole_t2394225724 * ___roleItem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_GetEnterRoomClipByRoleItem_m140929677_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; AnimationClip_t2318505987 * V_3 = NULL; { ISceneRole_t2394225724 * L_0 = ___roleItem0; V_0 = L_0; ISceneRole_t2394225724 * L_1 = V_0; NullCheck(L_1); CProperty_t963755051 * L_2 = ISceneBaseObj_GetNetProperty_m1709069404(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CProperty_GetInt_m2680341236(L_2, _stringLiteral2185857664, (-1), /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; String_t* L_5 = PersonaliseConfig_GetAnimNameByID_m3019749223(__this, L_4, /*hidden argument*/NULL); V_2 = L_5; String_t* L_6 = V_2; AnimationClip_t2318505987 * L_7 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_3 = L_7; AnimationClip_t2318505987 * L_8 = V_3; return L_8; } } // System.Void DMCore.Logic.PersonaliseConfig::SetColliderEnableFalse() extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_SetColliderEnableFalse_m633446664 (PersonaliseConfig_t2812043406 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_SetColliderEnableFalse_m633446664_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BoxCollider_t1640800422 * L_0 = PersonaliseConfig_get_ColliderUnderControl_m3535506279(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { BoxCollider_t1640800422 * L_2 = PersonaliseConfig_get_ColliderUnderControl_m3535506279(__this, /*hidden argument*/NULL); NullCheck(L_2); Collider_set_enabled_m1517463283(L_2, (bool)0, /*hidden argument*/NULL); } IL_001d: { return; } } // System.Void DMCore.Logic.PersonaliseConfig::SetTransActive(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_SetTransActive_m618305414 (PersonaliseConfig_t2812043406 * __this, CDataArray_t4068198041 * ___cd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_SetTransActive_m618305414_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; ISceneRole_t2394225724 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; { CDataArray_t4068198041 * L_0 = ___cd0; NullCheck(L_0); int64_t L_1 = CDataArray_GetLong_m4094450536(L_0, 0, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); V_0 = L_1; CSceneService_t551449725 * L_2 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_3 = V_0; NullCheck(L_2); ISceneRole_t2394225724 * L_4 = CSceneService_FindRoleByUserID_m4171044813(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; ISceneRole_t2394225724 * L_5 = V_1; if (!L_5) { goto IL_0038; } } { ISceneRole_t2394225724 * L_6 = V_1; NullCheck(L_6); Transform_t3600365921 * L_7 = ISceneRole_GetTransformByCategoryID_m4165463785(L_6, ((int32_t)30), /*hidden argument*/NULL); V_2 = L_7; Transform_t3600365921 * L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_8, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0038; } } { Transform_t3600365921 * L_10 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_10, (bool)1, /*hidden argument*/NULL); } IL_0038: { return; } } // System.Void DMCore.Logic.PersonaliseConfig::SetHeadBoxEffect(UnityEngine.Transform,System.Int32,UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_SetHeadBoxEffect_m938980418 (PersonaliseConfig_t2812043406 * __this, Transform_t3600365921 * ___headbox0, int32_t ___effectID1, Vector3_t3722313464 ___position2, Vector3_t3722313464 ___scale3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_SetHeadBoxEffect_m938980418_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { Transform_t3600365921 * L_0 = ___headbox0; 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_007a; } } { ObjectU5BU5D_t2843939325* L_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral1908807686); (L_2)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1908807686); ObjectU5BU5D_t2843939325* L_3 = L_2; int32_t L_4 = ___effectID1; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_6); ObjectU5BU5D_t2843939325* L_7 = L_3; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3452614529); (L_7)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3452614529); ObjectU5BU5D_t2843939325* L_8 = L_7; int32_t L_9 = ___effectID1; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(3), (RuntimeObject *)L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m2971454694(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_13 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_0 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_13, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_14, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_15) { goto IL_007a; } } { GameObject_t1113636619 * L_16 = V_0; NullCheck(L_16); Transform_t3600365921 * L_17 = GameObject_get_transform_m1369836730(L_16, /*hidden argument*/NULL); Transform_t3600365921 * L_18 = ___headbox0; NullCheck(L_18); Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(L_18, /*hidden argument*/NULL); NullCheck(L_17); Transform_set_parent_m786917804(L_17, L_19, /*hidden argument*/NULL); GameObject_t1113636619 * L_20 = V_0; NullCheck(L_20); Transform_t3600365921 * L_21 = GameObject_get_transform_m1369836730(L_20, /*hidden argument*/NULL); Vector3_t3722313464 L_22 = ___position2; NullCheck(L_21); Transform_set_localPosition_m4128471975(L_21, L_22, /*hidden argument*/NULL); GameObject_t1113636619 * L_23 = V_0; NullCheck(L_23); Transform_t3600365921 * L_24 = GameObject_get_transform_m1369836730(L_23, /*hidden argument*/NULL); Vector3_t3722313464 L_25 = ___scale3; NullCheck(L_24); Transform_set_localScale_m3053443106(L_24, L_25, /*hidden argument*/NULL); } IL_007a: { return; } } // System.Void DMCore.Logic.PersonaliseConfig::SetUserHeadBoxEffect(UnityEngine.Transform,System.Int32,UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_SetUserHeadBoxEffect_m807502271 (PersonaliseConfig_t2812043406 * __this, Transform_t3600365921 * ___headbox0, int32_t ___effectID1, Vector3_t3722313464 ___position2, Vector3_t3722313464 ___scale3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_SetUserHeadBoxEffect_m807502271_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Transform_t3600365921 * L_0 = ___headbox0; 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_00aa; } } { Transform_t3600365921 * L_2 = ___headbox0; NullCheck(L_2); Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = Transform_get_childCount_m3145433196(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_00aa; } } { Transform_t3600365921 * L_5 = ___headbox0; NullCheck(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(L_5, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject* L_7 = Transform_GetEnumerator_m2717073726(L_6, /*hidden argument*/NULL); V_1 = L_7; } IL_0029: try { // begin try (depth: 1) { goto IL_0086; } IL_002e: { RuntimeObject* L_8 = V_1; NullCheck(L_8); RuntimeObject * L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); V_0 = ((Transform_t3600365921 *)CastclassClass((RuntimeObject*)L_9, Transform_t3600365921_il2cpp_TypeInfo_var)); Transform_t3600365921 * L_10 = V_0; NullCheck(L_10); Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(L_10, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12 = Object_get_name_m4211327027(L_11, /*hidden argument*/NULL); String_t* L_13 = Int32_ToString_m141394615((&___effectID1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m3937257545(NULL /*static, unused*/, L_13, _stringLiteral2488175923, /*hidden argument*/NULL); bool L_15 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_006b; } } IL_0066: { IL2CPP_LEAVE(0xB5, FINALLY_0096); } IL_006b: { Transform_t3600365921 * L_16 = V_0; NullCheck(L_16); GameObject_t1113636619 * L_17 = Component_get_gameObject_m442555142(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); Transform_t3600365921 * L_18 = ___headbox0; int32_t L_19 = ___effectID1; Vector3_t3722313464 L_20 = ___position2; Vector3_t3722313464 L_21 = ___scale3; PersonaliseConfig_SetHeadBoxEffect_m938980418(__this, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); IL2CPP_LEAVE(0xB5, FINALLY_0096); } IL_0086: { RuntimeObject* L_22 = V_1; NullCheck(L_22); bool L_23 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_002e; } } IL_0091: { IL2CPP_LEAVE(0xAA, FINALLY_0096); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0096; } FINALLY_0096: { // begin finally (depth: 1) { RuntimeObject* L_24 = V_1; RuntimeObject* L_25 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_2 = L_25; if (!L_25) { goto IL_00a9; } } IL_00a3: { RuntimeObject* L_26 = V_2; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_26); } IL_00a9: { IL2CPP_END_FINALLY(150) } } // end finally (depth: 1) IL2CPP_CLEANUP(150) { IL2CPP_JUMP_TBL(0xB5, IL_00b5) IL2CPP_JUMP_TBL(0xAA, IL_00aa) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00aa: { Transform_t3600365921 * L_27 = ___headbox0; int32_t L_28 = ___effectID1; Vector3_t3722313464 L_29 = ___position2; Vector3_t3722313464 L_30 = ___scale3; PersonaliseConfig_SetHeadBoxEffect_m938980418(__this, L_27, L_28, L_29, L_30, /*hidden argument*/NULL); } IL_00b5: { return; } } // System.Void DMCore.Logic.PersonaliseConfig::SetUserHeadBoxEffect(UnityEngine.Transform,System.String,UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_SetUserHeadBoxEffect_m2864101133 (PersonaliseConfig_t2812043406 * __this, Transform_t3600365921 * ___headbox0, String_t* ___effectID1, Vector3_t3722313464 ___position2, Vector3_t3722313464 ___scale3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_SetUserHeadBoxEffect_m2864101133_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Transform_t3600365921 * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Transform_t3600365921 * L_0 = ___headbox0; 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_000d; } } { return; } IL_000d: { V_0 = 0; String_t* L_2 = ___effectID1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0021; } } { String_t* L_4 = ___effectID1; int32_t L_5 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_0021: { Transform_t3600365921 * L_6 = ___headbox0; NullCheck(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = Transform_get_childCount_m3145433196(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_00b8; } } { Transform_t3600365921 * L_9 = ___headbox0; NullCheck(L_9); Transform_t3600365921 * L_10 = Component_get_transform_m3162698980(L_9, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject* L_11 = Transform_GetEnumerator_m2717073726(L_10, /*hidden argument*/NULL); V_2 = L_11; } IL_003e: try { // begin try (depth: 1) { goto IL_0094; } IL_0043: { RuntimeObject* L_12 = V_2; NullCheck(L_12); RuntimeObject * L_13 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12); V_1 = ((Transform_t3600365921 *)CastclassClass((RuntimeObject*)L_13, Transform_t3600365921_il2cpp_TypeInfo_var)); Transform_t3600365921 * L_14 = V_1; NullCheck(L_14); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(L_14, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16 = Object_get_name_m4211327027(L_15, /*hidden argument*/NULL); String_t* L_17 = ___effectID1; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m3937257545(NULL /*static, unused*/, L_18, _stringLiteral2488175923, /*hidden argument*/NULL); bool L_20 = String_op_Equality_m920492651(NULL /*static, unused*/, L_16, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0079; } } IL_0074: { IL2CPP_LEAVE(0xC3, FINALLY_00a4); } IL_0079: { Transform_t3600365921 * L_21 = V_1; NullCheck(L_21); GameObject_t1113636619 * L_22 = Component_get_gameObject_m442555142(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); Transform_t3600365921 * L_23 = ___headbox0; int32_t L_24 = V_0; Vector3_t3722313464 L_25 = ___position2; Vector3_t3722313464 L_26 = ___scale3; PersonaliseConfig_SetHeadBoxEffect_m938980418(__this, L_23, L_24, L_25, L_26, /*hidden argument*/NULL); IL2CPP_LEAVE(0xC3, FINALLY_00a4); } IL_0094: { RuntimeObject* L_27 = V_2; NullCheck(L_27); bool L_28 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_27); if (L_28) { goto IL_0043; } } IL_009f: { IL2CPP_LEAVE(0xB8, FINALLY_00a4); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a4; } FINALLY_00a4: { // begin finally (depth: 1) { RuntimeObject* L_29 = V_2; RuntimeObject* L_30 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_3 = L_30; if (!L_30) { goto IL_00b7; } } IL_00b1: { RuntimeObject* L_31 = V_3; NullCheck(L_31); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_31); } IL_00b7: { IL2CPP_END_FINALLY(164) } } // end finally (depth: 1) IL2CPP_CLEANUP(164) { IL2CPP_JUMP_TBL(0xC3, IL_00c3) IL2CPP_JUMP_TBL(0xB8, IL_00b8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b8: { Transform_t3600365921 * L_32 = ___headbox0; int32_t L_33 = V_0; Vector3_t3722313464 L_34 = ___position2; Vector3_t3722313464 L_35 = ___scale3; PersonaliseConfig_SetHeadBoxEffect_m938980418(__this, L_32, L_33, L_34, L_35, /*hidden argument*/NULL); } IL_00c3: { return; } } // System.Void DMCore.Logic.PersonaliseConfig::SetSpeakEffect(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_SetSpeakEffect_m2516084473 (PersonaliseConfig_t2812043406 * __this, Transform_t3600365921 * ___root0, String_t* ___effectName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_SetSpeakEffect_m2516084473_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; GameObject_t1113636619 * 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); { Transform_t3600365921 * L_0 = ___root0; NullCheck(L_0); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = Transform_get_childCount_m3145433196(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_005d; } } { Transform_t3600365921 * L_3 = ___root0; NullCheck(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(L_3, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject* L_5 = Transform_GetEnumerator_m2717073726(L_4, /*hidden argument*/NULL); V_1 = L_5; } IL_001d: try { // begin try (depth: 1) { goto IL_0039; } IL_0022: { RuntimeObject* L_6 = V_1; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); V_0 = ((Transform_t3600365921 *)CastclassClass((RuntimeObject*)L_7, Transform_t3600365921_il2cpp_TypeInfo_var)); Transform_t3600365921 * L_8 = V_0; NullCheck(L_8); GameObject_t1113636619 * L_9 = Component_get_gameObject_m442555142(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); } IL_0039: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0022; } } IL_0044: { IL2CPP_LEAVE(0x5D, 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) { RuntimeObject* L_12 = V_1; RuntimeObject* L_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_2 = L_13; if (!L_13) { goto IL_005c; } } IL_0056: { RuntimeObject* L_14 = V_2; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_14); } IL_005c: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_JUMP_TBL(0x5D, IL_005d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005d: { String_t* L_15 = ___effectName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0069; } } { return; } IL_0069: { String_t* L_17 = ___effectName1; String_t* L_18 = ___effectName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral1908807686, L_17, _stringLiteral3452614529, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_20 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); V_3 = ((GameObject_t1113636619 *)CastclassSealed((RuntimeObject*)L_20, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_21 = V_3; NullCheck(L_21); Transform_t3600365921 * L_22 = GameObject_get_transform_m1369836730(L_21, /*hidden argument*/NULL); Transform_t3600365921 * L_23 = ___root0; NullCheck(L_22); Transform_set_parent_m786917804(L_22, L_23, /*hidden argument*/NULL); GameObject_t1113636619 * L_24 = V_3; CMiscHelp_SetLayer_m3570770946(NULL /*static, unused*/, L_24, _stringLiteral3455170507, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.PersonaliseConfig::GetEffectByHeadBoxID(UnityEngine.Transform,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t PersonaliseConfig_GetEffectByHeadBoxID_m2521822695 (PersonaliseConfig_t2812043406 * __this, Transform_t3600365921 * ___trans0, int32_t ___headBoxID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_GetEffectByHeadBoxID_m2521822695_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; Transform_t3600365921 * L_0 = ___trans0; NullCheck(L_0); Vector3_t3722313464 L_1 = Transform_get_localScale_m129152068(L_0, /*hidden argument*/NULL); Vector3_t3722313464 L_2; memset(&L_2, 0, sizeof(L_2)); Vector3__ctor_m3353183577((&L_2), (94.0f), (94.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_3 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_004a; } } { Transform_t3600365921 * L_4 = ___trans0; NullCheck(L_4); Vector3_t3722313464 L_5 = Transform_get_localScale_m129152068(L_4, /*hidden argument*/NULL); Vector3_t3722313464 L_6; memset(&L_6, 0, sizeof(L_6)); Vector3__ctor_m3353183577((&L_6), (96.0f), (96.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_7 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0097; } } IL_004a: { int32_t L_8 = ___headBoxID1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)62000)))) { case 0: { goto IL_006b; } case 1: { goto IL_0076; } case 2: { goto IL_0081; } case 3: { goto IL_008c; } } } { goto IL_0097; } IL_006b: { V_0 = ((int32_t)1230); goto IL_0097; } IL_0076: { V_0 = ((int32_t)1222); goto IL_0097; } IL_0081: { V_0 = ((int32_t)1238); goto IL_0097; } IL_008c: { V_0 = ((int32_t)1214); goto IL_0097; } IL_0097: { Transform_t3600365921 * L_9 = ___trans0; NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_localScale_m129152068(L_9, /*hidden argument*/NULL); Vector3_t3722313464 L_11; memset(&L_11, 0, sizeof(L_11)); Vector3__ctor_m3353183577((&L_11), (118.0f), (118.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_12 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0108; } } { int32_t L_13 = ___headBoxID1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)62000)))) { case 0: { goto IL_00dc; } case 1: { goto IL_00e7; } case 2: { goto IL_00f2; } case 3: { goto IL_00fd; } } } { goto IL_0108; } IL_00dc: { V_0 = ((int32_t)1231); goto IL_0108; } IL_00e7: { V_0 = ((int32_t)1223); goto IL_0108; } IL_00f2: { V_0 = ((int32_t)1239); goto IL_0108; } IL_00fd: { V_0 = ((int32_t)1215); goto IL_0108; } IL_0108: { Transform_t3600365921 * L_14 = ___trans0; NullCheck(L_14); Vector3_t3722313464 L_15 = Transform_get_localScale_m129152068(L_14, /*hidden argument*/NULL); Vector3_t3722313464 L_16; memset(&L_16, 0, sizeof(L_16)); Vector3__ctor_m3353183577((&L_16), (115.0f), (115.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_17 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0179; } } { int32_t L_18 = ___headBoxID1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)62000)))) { case 0: { goto IL_014d; } case 1: { goto IL_0158; } case 2: { goto IL_0163; } case 3: { goto IL_016e; } } } { goto IL_0179; } IL_014d: { V_0 = ((int32_t)1228); goto IL_0179; } IL_0158: { V_0 = ((int32_t)1220); goto IL_0179; } IL_0163: { V_0 = ((int32_t)1236); goto IL_0179; } IL_016e: { V_0 = ((int32_t)1211); goto IL_0179; } IL_0179: { Transform_t3600365921 * L_19 = ___trans0; NullCheck(L_19); Vector3_t3722313464 L_20 = Transform_get_localScale_m129152068(L_19, /*hidden argument*/NULL); Vector3_t3722313464 L_21; memset(&L_21, 0, sizeof(L_21)); Vector3__ctor_m3353183577((&L_21), (150.0f), (150.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_22 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0209; } } { Transform_t3600365921 * L_23 = ___trans0; NullCheck(L_23); Vector3_t3722313464 L_24 = Transform_get_localScale_m129152068(L_23, /*hidden argument*/NULL); Vector3_t3722313464 L_25; memset(&L_25, 0, sizeof(L_25)); Vector3__ctor_m3353183577((&L_25), (150.0f), (156.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_26 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0209; } } { Transform_t3600365921 * L_27 = ___trans0; NullCheck(L_27); Vector3_t3722313464 L_28 = Transform_get_localScale_m129152068(L_27, /*hidden argument*/NULL); Vector3_t3722313464 L_29; memset(&L_29, 0, sizeof(L_29)); Vector3__ctor_m3353183577((&L_29), (159.0f), (159.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_30 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_0209; } } { Transform_t3600365921 * L_31 = ___trans0; NullCheck(L_31); Vector3_t3722313464 L_32 = Transform_get_localScale_m129152068(L_31, /*hidden argument*/NULL); Vector3_t3722313464 L_33; memset(&L_33, 0, sizeof(L_33)); Vector3__ctor_m3353183577((&L_33), (165.0f), (195.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_34 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0256; } } IL_0209: { int32_t L_35 = ___headBoxID1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)((int32_t)62000)))) { case 0: { goto IL_022a; } case 1: { goto IL_0235; } case 2: { goto IL_0240; } case 3: { goto IL_024b; } } } { goto IL_0256; } IL_022a: { V_0 = ((int32_t)1227); goto IL_0256; } IL_0235: { V_0 = ((int32_t)1219); goto IL_0256; } IL_0240: { V_0 = ((int32_t)1235); goto IL_0256; } IL_024b: { V_0 = ((int32_t)1210); goto IL_0256; } IL_0256: { Transform_t3600365921 * L_36 = ___trans0; NullCheck(L_36); Vector3_t3722313464 L_37 = Transform_get_localScale_m129152068(L_36, /*hidden argument*/NULL); Vector3_t3722313464 L_38; memset(&L_38, 0, sizeof(L_38)); Vector3__ctor_m3353183577((&L_38), (80.0f), (85.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_39 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_37, L_38, /*hidden argument*/NULL); if (L_39) { goto IL_02c2; } } { Transform_t3600365921 * L_40 = ___trans0; NullCheck(L_40); Vector3_t3722313464 L_41 = Transform_get_localScale_m129152068(L_40, /*hidden argument*/NULL); Vector3_t3722313464 L_42; memset(&L_42, 0, sizeof(L_42)); Vector3__ctor_m3353183577((&L_42), (80.0f), (100.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_43 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_41, L_42, /*hidden argument*/NULL); if (L_43) { goto IL_02c2; } } { Transform_t3600365921 * L_44 = ___trans0; NullCheck(L_44); Vector3_t3722313464 L_45 = Transform_get_localScale_m129152068(L_44, /*hidden argument*/NULL); Vector3_t3722313464 L_46; memset(&L_46, 0, sizeof(L_46)); Vector3__ctor_m3353183577((&L_46), (85.0f), (90.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_47 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_45, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_030f; } } IL_02c2: { int32_t L_48 = ___headBoxID1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)((int32_t)62000)))) { case 0: { goto IL_02e3; } case 1: { goto IL_02ee; } case 2: { goto IL_02f9; } case 3: { goto IL_0304; } } } { goto IL_030f; } IL_02e3: { V_0 = ((int32_t)1229); goto IL_030f; } IL_02ee: { V_0 = ((int32_t)1221); goto IL_030f; } IL_02f9: { V_0 = ((int32_t)1237); goto IL_030f; } IL_0304: { V_0 = ((int32_t)1213); goto IL_030f; } IL_030f: { Transform_t3600365921 * L_49 = ___trans0; NullCheck(L_49); Vector3_t3722313464 L_50 = Transform_get_localScale_m129152068(L_49, /*hidden argument*/NULL); Vector3_t3722313464 L_51; memset(&L_51, 0, sizeof(L_51)); Vector3__ctor_m3353183577((&L_51), (160.0f), (160.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_52 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_50, L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_0380; } } { int32_t L_53 = ___headBoxID1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)((int32_t)62000)))) { case 0: { goto IL_0354; } case 1: { goto IL_035f; } case 2: { goto IL_036a; } case 3: { goto IL_0375; } } } { goto IL_0380; } IL_0354: { V_0 = ((int32_t)1232); goto IL_0380; } IL_035f: { V_0 = ((int32_t)1224); goto IL_0380; } IL_036a: { V_0 = ((int32_t)1240); goto IL_0380; } IL_0375: { V_0 = ((int32_t)1216); goto IL_0380; } IL_0380: { int32_t L_54 = V_0; return L_54; } } // System.Void DMCore.Logic.PersonaliseConfig::RemeberPreEffectName(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_RemeberPreEffectName_m3916378417 (PersonaliseConfig_t2812043406 * __this, CDataArray_t4068198041 * ___cd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_RemeberPreEffectName_m3916378417_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; String_t* V_1 = NULL; ISceneRole_t2394225724 * V_2 = NULL; { CDataArray_t4068198041 * L_0 = ___cd0; NullCheck(L_0); int64_t L_1 = CDataArray_GetLong_m4094450536(L_0, 0, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = ___cd0; 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(); NullCheck(L_2); String_t* L_4 = CDataArray_GetWideStr_m3532563229(L_2, 1, L_3, /*hidden argument*/NULL); V_1 = L_4; CSceneService_t551449725 * L_5 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_6 = V_0; NullCheck(L_5); ISceneRole_t2394225724 * L_7 = CSceneService_FindRoleByUserID_m4171044813(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; ISceneRole_t2394225724 * L_8 = V_2; if (!L_8) { goto IL_0040; } } { String_t* L_9 = V_1; 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(); bool L_11 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0040; } } { ISceneRole_t2394225724 * L_12 = V_2; String_t* L_13 = V_1; NullCheck(L_12); ISceneRole_set_PreEnterRoomAnimName_m1207106764(L_12, L_13, /*hidden argument*/NULL); } IL_0040: { return; } } // System.Void DMCore.Logic.PersonaliseConfig::StopPlayEffect(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_StopPlayEffect_m1568541250 (PersonaliseConfig_t2812043406 * __this, CDataArray_t4068198041 * ___cd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_StopPlayEffect_m1568541250_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; String_t* V_1 = NULL; ISceneRole_t2394225724 * V_2 = NULL; { CDataArray_t4068198041 * L_0 = ___cd0; NullCheck(L_0); int64_t L_1 = CDataArray_GetLong_m4094450536(L_0, 0, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = ___cd0; 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(); NullCheck(L_2); String_t* L_4 = CDataArray_GetWideStr_m3532563229(L_2, 1, L_3, /*hidden argument*/NULL); V_1 = L_4; CSceneService_t551449725 * L_5 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_6 = V_0; NullCheck(L_5); ISceneRole_t2394225724 * L_7 = CSceneService_FindRoleByUserID_m4171044813(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; ISceneRole_t2394225724 * L_8 = V_2; if (!L_8) { goto IL_0041; } } { String_t* L_9 = V_1; 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(); bool L_11 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0041; } } { ISceneRole_t2394225724 * L_12 = V_2; String_t* L_13 = V_1; NullCheck(L_12); ISceneBaseObj_StopEffect_m879461206(L_12, L_13, 0, /*hidden argument*/NULL); } IL_0041: { return; } } // System.Void DMCore.Logic.PersonaliseConfig::SetIsPlayingAnimBool(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig_SetIsPlayingAnimBool_m339993138 (PersonaliseConfig_t2812043406 * __this, CDataArray_t4068198041 * ___cd0, const RuntimeMethod* method) { int64_t V_0 = 0; ISceneRole_t2394225724 * V_1 = NULL; { CDataArray_t4068198041 * L_0 = ___cd0; NullCheck(L_0); int64_t L_1 = CDataArray_GetLong_m4094450536(L_0, 0, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); V_0 = L_1; CSceneService_t551449725 * L_2 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_3 = V_0; NullCheck(L_2); ISceneRole_t2394225724 * L_4 = CSceneService_FindRoleByUserID_m4171044813(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; ISceneRole_t2394225724 * L_5 = V_1; if (!L_5) { goto IL_0023; } } { ISceneRole_t2394225724 * L_6 = V_1; NullCheck(L_6); ISceneRole_SetIsPlayingEnterRoomAnim_m2517870298(L_6, (bool)0, /*hidden argument*/NULL); } IL_0023: { return; } } // System.String DMCore.Logic.PersonaliseConfig::GetAnimNameByID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* PersonaliseConfig_GetAnimNameByID_m3019749223 (PersonaliseConfig_t2812043406 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_GetAnimNameByID_m3019749223_MetadataUsageId); s_Il2CppMethodInitialized = true; } PersonaliseNode_t1242075766 * V_0 = NULL; { int32_t L_0 = ___id0; PersonaliseNode_t1242075766 * L_1 = PersonaliseConfig_getPersonaliseNode_m1548441009(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; PersonaliseNode_t1242075766 * L_2 = V_0; if (L_2) { goto IL_0014; } } { 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_0014: { PersonaliseNode_t1242075766 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = L_4->get_animName_2(); return L_5; } } // System.Collections.Generic.Dictionary`2 DMCore.Logic.PersonaliseConfig::GetPersonaliseData(System.Int32) extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t130789097 * PersonaliseConfig_GetPersonaliseData_m40167258 (PersonaliseConfig_t2812043406 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_GetPersonaliseData_m40167258_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t130789097 * V_0 = NULL; { V_0 = (Dictionary_2_t130789097 *)NULL; Dictionary_2_t3314469724 * L_0 = __this->get_m_personaliseData_3(); int32_t L_1 = ___type0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m2044499938(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2044499938_RuntimeMethod_var); if (L_2) { goto IL_0028; } } { Dictionary_2_t130789097 * L_3 = (Dictionary_2_t130789097 *)il2cpp_codegen_object_new(Dictionary_2_t130789097_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1337073420(L_3, /*hidden argument*/Dictionary_2__ctor_m1337073420_RuntimeMethod_var); V_0 = L_3; Dictionary_2_t3314469724 * L_4 = __this->get_m_personaliseData_3(); int32_t L_5 = ___type0; Dictionary_2_t130789097 * L_6 = V_0; NullCheck(L_4); Dictionary_2_Add_m3133252103(L_4, L_5, L_6, /*hidden argument*/Dictionary_2_Add_m3133252103_RuntimeMethod_var); } IL_0028: { Dictionary_2_t130789097 * L_7 = V_0; return L_7; } } // DMCore.Logic.PersonaliseNode DMCore.Logic.PersonaliseConfig::getPersonaliseNode(System.Int32) extern "C" IL2CPP_METHOD_ATTR PersonaliseNode_t1242075766 * PersonaliseConfig_getPersonaliseNode_m1548441009 (PersonaliseConfig_t2812043406 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PersonaliseConfig_getPersonaliseNode_m1548441009_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; PersonaliseNode_t1242075766 * V_1 = NULL; { int32_t L_0 = ___id0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_0/(int32_t)((int32_t)100)))%(int32_t)((int32_t)600))); V_1 = (PersonaliseNode_t1242075766 *)NULL; int32_t L_1 = V_0; Dictionary_2_t130789097 * L_2 = PersonaliseConfig_GetPersonaliseData_m40167258(__this, L_1, /*hidden argument*/NULL); int32_t L_3 = ___id0; NullCheck(L_2); Dictionary_2_TryGetValue_m230297005(L_2, L_3, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m230297005_RuntimeMethod_var); PersonaliseNode_t1242075766 * L_4 = V_1; return L_4; } } // System.Void DMCore.Logic.PersonaliseConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void PersonaliseConfig__cctor_m3450956077 (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.PersonaliseNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void PersonaliseNode__ctor_m4058049681 (PersonaliseNode_t1242075766 * __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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.PetPropType::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetPropType__ctor_m2561614261 (PetPropType_t4007296616 * __this, const RuntimeMethod* method) { { CPropItem__ctor_m238114891(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.PetPropType::DoUsePropItem() extern "C" IL2CPP_METHOD_ATTR void PetPropType_DoUsePropItem_m4236435434 (PetPropType_t4007296616 * __this, const RuntimeMethod* method) { { return; } } // DMCore.Logic.enumPropType DMCore.Logic.PetPropType::GetPropType() extern "C" IL2CPP_METHOD_ATTR int32_t PetPropType_GetPropType_m3475103553 (PetPropType_t4007296616 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)32)); } } #ifdef __clang__ #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 // Conversion methods for marshalling of: DMCore.Logic.PinjieInfo extern "C" void PinjieInfo_t3881645638_marshal_pinvoke(const PinjieInfo_t3881645638& unmarshaled, PinjieInfo_t3881645638_marshaled_pinvoke& marshaled) { marshaled.___name_0 = il2cpp_codegen_marshal_string(unmarshaled.get_name_0()); marshaled.___sprName_1 = il2cpp_codegen_marshal_string(unmarshaled.get_sprName_1()); } extern "C" void PinjieInfo_t3881645638_marshal_pinvoke_back(const PinjieInfo_t3881645638_marshaled_pinvoke& marshaled, PinjieInfo_t3881645638& unmarshaled) { unmarshaled.set_name_0(il2cpp_codegen_marshal_string_result(marshaled.___name_0)); unmarshaled.set_sprName_1(il2cpp_codegen_marshal_string_result(marshaled.___sprName_1)); } // Conversion method for clean up from marshalling of: DMCore.Logic.PinjieInfo extern "C" void PinjieInfo_t3881645638_marshal_pinvoke_cleanup(PinjieInfo_t3881645638_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___name_0); marshaled.___name_0 = NULL; il2cpp_codegen_marshal_free(marshaled.___sprName_1); marshaled.___sprName_1 = NULL; } // Conversion methods for marshalling of: DMCore.Logic.PinjieInfo extern "C" void PinjieInfo_t3881645638_marshal_com(const PinjieInfo_t3881645638& unmarshaled, PinjieInfo_t3881645638_marshaled_com& marshaled) { marshaled.___name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_name_0()); marshaled.___sprName_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_sprName_1()); } extern "C" void PinjieInfo_t3881645638_marshal_com_back(const PinjieInfo_t3881645638_marshaled_com& marshaled, PinjieInfo_t3881645638& unmarshaled) { unmarshaled.set_name_0(il2cpp_codegen_marshal_bstring_result(marshaled.___name_0)); unmarshaled.set_sprName_1(il2cpp_codegen_marshal_bstring_result(marshaled.___sprName_1)); } // Conversion method for clean up from marshalling of: DMCore.Logic.PinjieInfo extern "C" void PinjieInfo_t3881645638_marshal_com_cleanup(PinjieInfo_t3881645638_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___name_0); marshaled.___name_0 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___sprName_1); marshaled.___sprName_1 = NULL; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.PlayerInfoBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void PlayerInfoBase__ctor_m432492775 (PlayerInfoBase_t2589801315 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PlayerInfoBase__ctor_m432492775_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_userId_0((((int64_t)((int64_t)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_m_name_1(L_0); __this->set_m_headId_2(0); __this->set_m_sex_3(0); __this->set_m_playerState_4(((int32_t)10)); 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.PopularInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void PopularInfo__ctor_m1060199571 (PopularInfo_t1929720024 * __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.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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PosterDetail__ctor_m107742562_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ____name0; __this->set_m_userName_0(L_0); int64_t L_1 = ____userId1; __this->set_m_userId_1(L_1); int32_t L_2 = ____userSex2; __this->set_m_userSex_2(L_2); List_1_t2529903214 * L_3 = (List_1_t2529903214 *)il2cpp_codegen_object_new(List_1_t2529903214_il2cpp_TypeInfo_var); List_1__ctor_m3968356031(L_3, /*hidden argument*/List_1__ctor_m3968356031_RuntimeMethod_var); __this->set_m_list_3(L_3); return; } } // System.String DMCore.Logic.PosterDetail::get_UserName() extern "C" IL2CPP_METHOD_ATTR String_t* PosterDetail_get_UserName_m1413735795 (PosterDetail_t3313515474 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_userName_0(); return L_0; } } // System.Int64 DMCore.Logic.PosterDetail::get_UserID() extern "C" IL2CPP_METHOD_ATTR int64_t PosterDetail_get_UserID_m2458807641 (PosterDetail_t3313515474 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_userId_1(); return L_0; } } // System.Int32 DMCore.Logic.PosterDetail::get_UserSex() extern "C" IL2CPP_METHOD_ATTR int32_t PosterDetail_get_UserSex_m968025907 (PosterDetail_t3313515474 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_userSex_2(); return L_0; } } // DMCore.Logic.PosterDetailUnit DMCore.Logic.PosterDetail::GetInternalUnit(System.Int32) extern "C" IL2CPP_METHOD_ATTR PosterDetailUnit_t1057828472 * PosterDetail_GetInternalUnit_m2597761591 (PosterDetail_t3313515474 * __this, int32_t ____nIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PosterDetail_GetInternalUnit_m2597761591_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetInternalUnitU3Ec__AnonStorey0_t1041192399 * V_0 = NULL; PosterDetailUnit_t1057828472 * V_1 = NULL; { U3CGetInternalUnitU3Ec__AnonStorey0_t1041192399 * L_0 = (U3CGetInternalUnitU3Ec__AnonStorey0_t1041192399 *)il2cpp_codegen_object_new(U3CGetInternalUnitU3Ec__AnonStorey0_t1041192399_il2cpp_TypeInfo_var); U3CGetInternalUnitU3Ec__AnonStorey0__ctor_m156673716(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetInternalUnitU3Ec__AnonStorey0_t1041192399 * L_1 = V_0; int32_t L_2 = ____nIndex0; NullCheck(L_1); L_1->set__nIndex_0(L_2); List_1_t2529903214 * L_3 = __this->get_m_list_3(); if (L_3) { goto IL_001a; } } { return (PosterDetailUnit_t1057828472 *)NULL; } IL_001a: { List_1_t2529903214 * L_4 = __this->get_m_list_3(); U3CGetInternalUnitU3Ec__AnonStorey0_t1041192399 * L_5 = V_0; intptr_t L_6 = (intptr_t)U3CGetInternalUnitU3Ec__AnonStorey0_U3CU3Em__0_m3482934432_RuntimeMethod_var; Predicate_1_t1883122596 * L_7 = (Predicate_1_t1883122596 *)il2cpp_codegen_object_new(Predicate_1_t1883122596_il2cpp_TypeInfo_var); Predicate_1__ctor_m3320772349(L_7, L_5, L_6, /*hidden argument*/Predicate_1__ctor_m3320772349_RuntimeMethod_var); NullCheck(L_4); PosterDetailUnit_t1057828472 * L_8 = List_1_Find_m3399640197(L_4, L_7, /*hidden argument*/List_1_Find_m3399640197_RuntimeMethod_var); V_1 = L_8; PosterDetailUnit_t1057828472 * L_9 = V_1; if (L_9) { goto IL_0050; } } { U3CGetInternalUnitU3Ec__AnonStorey0_t1041192399 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get__nIndex_0(); PosterDetailUnit_t1057828472 * L_12 = (PosterDetailUnit_t1057828472 *)il2cpp_codegen_object_new(PosterDetailUnit_t1057828472_il2cpp_TypeInfo_var); PosterDetailUnit__ctor_m2831568191(L_12, L_11, /*hidden argument*/NULL); V_1 = L_12; List_1_t2529903214 * L_13 = __this->get_m_list_3(); PosterDetailUnit_t1057828472 * L_14 = V_1; NullCheck(L_13); List_1_Add_m531540925(L_13, L_14, /*hidden argument*/List_1_Add_m531540925_RuntimeMethod_var); } IL_0050: { PosterDetailUnit_t1057828472 * L_15 = V_1; return L_15; } } // DMCore.Logic.PosterDetailUnit DMCore.Logic.PosterDetail::AppendDetailUnit(System.Int32) extern "C" IL2CPP_METHOD_ATTR PosterDetailUnit_t1057828472 * PosterDetail_AppendDetailUnit_m3477674227 (PosterDetail_t3313515474 * __this, int32_t ____index0, const RuntimeMethod* method) { { int32_t L_0 = ____index0; PosterDetailUnit_t1057828472 * L_1 = PosterDetail_GetInternalUnit_m2597761591(__this, L_0, /*hidden argument*/NULL); return L_1; } } // DMCore.Logic.PosterDetailUnit DMCore.Logic.PosterDetail::GetUnit(System.Int32) extern "C" IL2CPP_METHOD_ATTR PosterDetailUnit_t1057828472 * PosterDetail_GetUnit_m1136952566 (PosterDetail_t3313515474 * __this, int32_t ____idx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PosterDetail_GetUnit_m1136952566_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2529903214 * L_0 = __this->get_m_list_3(); if (!L_0) { goto IL_0030; } } { int32_t L_1 = ____idx0; if ((((int32_t)0) > ((int32_t)L_1))) { goto IL_0030; } } { int32_t L_2 = ____idx0; List_1_t2529903214 * L_3 = __this->get_m_list_3(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m3282766693(L_3, /*hidden argument*/List_1_get_Count_m3282766693_RuntimeMethod_var); if ((((int32_t)L_2) >= ((int32_t)L_4))) { goto IL_0030; } } { List_1_t2529903214 * L_5 = __this->get_m_list_3(); int32_t L_6 = ____idx0; NullCheck(L_5); PosterDetailUnit_t1057828472 * L_7 = List_1_get_Item_m3707968350(L_5, L_6, /*hidden argument*/List_1_get_Item_m3707968350_RuntimeMethod_var); return L_7; } IL_0030: { return (PosterDetailUnit_t1057828472 *)NULL; } } // System.Int32 DMCore.Logic.PosterDetail::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t PosterDetail_get_Count_m4049378849 (PosterDetail_t3313515474 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PosterDetail_get_Count_m4049378849_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t2529903214 * L_0 = __this->get_m_list_3(); if (!L_0) { goto IL_001b; } } { List_1_t2529903214 * L_1 = __this->get_m_list_3(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m3282766693(L_1, /*hidden argument*/List_1_get_Count_m3282766693_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.PosterDetail::Clear() extern "C" IL2CPP_METHOD_ATTR void PosterDetail_Clear_m641062379 (PosterDetail_t3313515474 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PosterDetail_Clear_m641062379_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { List_1_t2529903214 * L_0 = __this->get_m_list_3(); if (!L_0) { goto IL_0043; } } { V_0 = 0; goto IL_0027; } IL_0012: { List_1_t2529903214 * L_1 = __this->get_m_list_3(); int32_t L_2 = V_0; NullCheck(L_1); PosterDetailUnit_t1057828472 * L_3 = List_1_get_Item_m3707968350(L_1, L_2, /*hidden argument*/List_1_get_Item_m3707968350_RuntimeMethod_var); NullCheck(L_3); PosterDetailUnit_Clear_m3950207736(L_3, /*hidden argument*/NULL); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0027: { int32_t L_5 = V_0; List_1_t2529903214 * L_6 = __this->get_m_list_3(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m3282766693(L_6, /*hidden argument*/List_1_get_Count_m3282766693_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0012; } } { List_1_t2529903214 * L_8 = __this->get_m_list_3(); NullCheck(L_8); List_1_Clear_m495842935(L_8, /*hidden argument*/List_1_Clear_m495842935_RuntimeMethod_var); } IL_0043: { 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.PosterDetail/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetInternalUnitU3Ec__AnonStorey0__ctor_m156673716 (U3CGetInternalUnitU3Ec__AnonStorey0_t1041192399 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.PosterDetail/c__AnonStorey0::<>m__0(DMCore.Logic.PosterDetailUnit) extern "C" IL2CPP_METHOD_ATTR bool U3CGetInternalUnitU3Ec__AnonStorey0_U3CU3Em__0_m3482934432 (U3CGetInternalUnitU3Ec__AnonStorey0_t1041192399 * __this, PosterDetailUnit_t1057828472 * ____x0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__nIndex_0(); PosterDetailUnit_t1057828472 * L_1 = ____x0; NullCheck(L_1); int32_t L_2 = PosterDetailUnit_get_Index_m4287607985(L_1, /*hidden argument*/NULL); 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.PosterDetailUnit::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PosterDetailUnit__ctor_m2831568191 (PosterDetailUnit_t1057828472 * __this, int32_t ____num0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PosterDetailUnit__ctor_m2831568191_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ____num0; __this->set_m_index_0(L_0); List_1_t803870918 * L_1 = (List_1_t803870918 *)il2cpp_codegen_object_new(List_1_t803870918_il2cpp_TypeInfo_var); List_1__ctor_m1050940064(L_1, /*hidden argument*/List_1__ctor_m1050940064_RuntimeMethod_var); __this->set_m_list_2(L_1); return; } } // System.Int32 DMCore.Logic.PosterDetailUnit::get_Index() extern "C" IL2CPP_METHOD_ATTR int32_t PosterDetailUnit_get_Index_m4287607985 (PosterDetailUnit_t1057828472 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_index_0(); return L_0; } } // DMCore.Logic.enumPosterType DMCore.Logic.PosterDetailUnit::get_Type() extern "C" IL2CPP_METHOD_ATTR int32_t PosterDetailUnit_get_Type_m4105038769 (PosterDetailUnit_t1057828472 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_type_1(); return L_0; } } // System.Int32 DMCore.Logic.PosterDetailUnit::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t PosterDetailUnit_get_Count_m2597070816 (PosterDetailUnit_t1057828472 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PosterDetailUnit_get_Count_m2597070816_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { List_1_t803870918 * L_0 = __this->get_m_list_2(); if (!L_0) { goto IL_001b; } } { List_1_t803870918 * L_1 = __this->get_m_list_2(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m2810022022(L_1, /*hidden argument*/List_1_get_Count_m2810022022_RuntimeMethod_var); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // DMCore.Logic.EquipUnit DMCore.Logic.PosterDetailUnit::GetUnit(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR EquipUnit_t3626763472 PosterDetailUnit_GetUnit_m2203112355 (PosterDetailUnit_t1057828472 * __this, int32_t ____nSex0, int32_t ____idx1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PosterDetailUnit_GetUnit_m2203112355_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t803870918 * V_0 = NULL; EquipUnit_t3626763472 V_1; memset(&V_1, 0, sizeof(V_1)); EquipUnit_t3626763472 V_2; memset(&V_2, 0, sizeof(V_2)); { int32_t L_0 = ____nSex0; List_1_t803870918 * L_1 = PosterDetailUnit_GetEquipListBySex_m3268363539(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; il2cpp_codegen_initobj((&V_2), sizeof(EquipUnit_t3626763472 )); EquipUnit_t3626763472 L_2 = V_2; V_1 = L_2; List_1_t803870918 * L_3 = V_0; if (!L_3) { goto IL_0033; } } { int32_t L_4 = ____idx1; if ((((int32_t)0) > ((int32_t)L_4))) { goto IL_0033; } } { int32_t L_5 = ____idx1; List_1_t803870918 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = List_1_get_Count_m2810022022(L_6, /*hidden argument*/List_1_get_Count_m2810022022_RuntimeMethod_var); if ((((int32_t)L_5) >= ((int32_t)L_7))) { goto IL_0033; } } { List_1_t803870918 * L_8 = V_0; int32_t L_9 = ____idx1; NullCheck(L_8); EquipUnit_t3626763472 L_10 = List_1_get_Item_m1536432682(L_8, L_9, /*hidden argument*/List_1_get_Item_m1536432682_RuntimeMethod_var); V_1 = L_10; } IL_0033: { EquipUnit_t3626763472 L_11 = V_1; return L_11; } } // System.Collections.Generic.List`1 DMCore.Logic.PosterDetailUnit::GetEquipListBySex(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t803870918 * PosterDetailUnit_GetEquipListBySex_m3268363539 (PosterDetailUnit_t1057828472 * __this, int32_t ____nSex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PosterDetailUnit_GetEquipListBySex_m3268363539_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetEquipListBySexU3Ec__AnonStorey0_t4007384085 * V_0 = NULL; { U3CGetEquipListBySexU3Ec__AnonStorey0_t4007384085 * L_0 = (U3CGetEquipListBySexU3Ec__AnonStorey0_t4007384085 *)il2cpp_codegen_object_new(U3CGetEquipListBySexU3Ec__AnonStorey0_t4007384085_il2cpp_TypeInfo_var); U3CGetEquipListBySexU3Ec__AnonStorey0__ctor_m502027699(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetEquipListBySexU3Ec__AnonStorey0_t4007384085 * L_1 = V_0; int32_t L_2 = ____nSex0; NullCheck(L_1); L_1->set__nSex_0(L_2); List_1_t803870918 * L_3 = __this->get_m_list_2(); if (!L_3) { goto IL_0030; } } { List_1_t803870918 * L_4 = __this->get_m_list_2(); U3CGetEquipListBySexU3Ec__AnonStorey0_t4007384085 * L_5 = V_0; intptr_t L_6 = (intptr_t)U3CGetEquipListBySexU3Ec__AnonStorey0_U3CU3Em__0_m619520827_RuntimeMethod_var; Predicate_1_t157090300 * L_7 = (Predicate_1_t157090300 *)il2cpp_codegen_object_new(Predicate_1_t157090300_il2cpp_TypeInfo_var); Predicate_1__ctor_m2399988474(L_7, L_5, L_6, /*hidden argument*/Predicate_1__ctor_m2399988474_RuntimeMethod_var); NullCheck(L_4); List_1_t803870918 * L_8 = List_1_FindAll_m297993536(L_4, L_7, /*hidden argument*/List_1_FindAll_m297993536_RuntimeMethod_var); return L_8; } IL_0030: { return (List_1_t803870918 *)NULL; } } // System.Boolean DMCore.Logic.PosterDetailUnit::IsExistBySex(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool PosterDetailUnit_IsExistBySex_m3745247766 (PosterDetailUnit_t1057828472 * __this, int32_t ____nSex0, const RuntimeMethod* method) { int32_t G_B6_0 = 0; { List_1_t803870918 * L_0 = __this->get_m_list_2(); if (!L_0) { goto IL_004c; } } { int32_t L_1 = PosterDetailUnit_get_Type_m4105038769(__this, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_1))) { goto IL_004a; } } { int32_t L_2 = PosterDetailUnit_get_Type_m4105038769(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0037; } } { int32_t L_3 = ____nSex0; List_1_t803870918 * L_4 = PosterDetailUnit_GetEquipListBySex_m3268363539(__this, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0035; } } { G_B6_0 = 1; goto IL_0036; } IL_0035: { G_B6_0 = 0; } IL_0036: { return (bool)G_B6_0; } IL_0037: { int32_t L_5 = PosterDetailUnit_get_Type_m4105038769(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_0045; } } { return (bool)1; } IL_0045: { goto IL_004c; } IL_004a: { return (bool)0; } IL_004c: { return (bool)0; } } // System.Void DMCore.Logic.PosterDetailUnit::SetType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PosterDetailUnit_SetType_m1752925405 (PosterDetailUnit_t1057828472 * __this, int32_t ____type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PosterDetailUnit_SetType_m1752925405_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ____type0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_1 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_0, 0, 2, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ____type0; __this->set_m_type_1(L_2); return; } } // System.Void DMCore.Logic.PosterDetailUnit::AddData(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PosterDetailUnit_AddData_m3874118850 (PosterDetailUnit_t1057828472 * __this, int32_t ____nConfigId0, int32_t ____nSex1, int32_t ____nOriginPrice2, int32_t ____nSalePrice3, int32_t ____payType4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PosterDetailUnit_AddData_m3874118850_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CAddDataU3Ec__AnonStorey1_t1142538239 * V_0 = NULL; EquipUnit_t3626763472 V_1; memset(&V_1, 0, sizeof(V_1)); EquipUnit_t3626763472 V_2; memset(&V_2, 0, sizeof(V_2)); { U3CAddDataU3Ec__AnonStorey1_t1142538239 * L_0 = (U3CAddDataU3Ec__AnonStorey1_t1142538239 *)il2cpp_codegen_object_new(U3CAddDataU3Ec__AnonStorey1_t1142538239_il2cpp_TypeInfo_var); U3CAddDataU3Ec__AnonStorey1__ctor_m804804450(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CAddDataU3Ec__AnonStorey1_t1142538239 * L_1 = V_0; int32_t L_2 = ____nConfigId0; NullCheck(L_1); L_1->set__nConfigId_0(L_2); List_1_t803870918 * L_3 = __this->get_m_list_2(); if (!L_3) { goto IL_005c; } } { List_1_t803870918 * L_4 = __this->get_m_list_2(); U3CAddDataU3Ec__AnonStorey1_t1142538239 * L_5 = V_0; intptr_t L_6 = (intptr_t)U3CAddDataU3Ec__AnonStorey1_U3CU3Em__0_m51564218_RuntimeMethod_var; Predicate_1_t157090300 * L_7 = (Predicate_1_t157090300 *)il2cpp_codegen_object_new(Predicate_1_t157090300_il2cpp_TypeInfo_var); Predicate_1__ctor_m2399988474(L_7, L_5, L_6, /*hidden argument*/Predicate_1__ctor_m2399988474_RuntimeMethod_var); NullCheck(L_4); EquipUnit_t3626763472 L_8 = List_1_Find_m2600642978(L_4, L_7, /*hidden argument*/List_1_Find_m2600642978_RuntimeMethod_var); V_1 = L_8; int32_t L_9 = (&V_1)->get_configId_1(); if ((((int32_t)L_9) > ((int32_t)0))) { goto IL_005c; } } { int32_t L_10 = ____nSex1; U3CAddDataU3Ec__AnonStorey1_t1142538239 * L_11 = V_0; NullCheck(L_11); int32_t L_12 = L_11->get__nConfigId_0(); int32_t L_13 = ____nOriginPrice2; int32_t L_14 = ____nSalePrice3; int32_t L_15 = ____payType4; EquipUnit__ctor_m2006722430((&V_2), L_10, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); List_1_t803870918 * L_16 = __this->get_m_list_2(); EquipUnit_t3626763472 L_17 = V_2; NullCheck(L_16); List_1_Add_m738170584(L_16, L_17, /*hidden argument*/List_1_Add_m738170584_RuntimeMethod_var); } IL_005c: { return; } } // System.Void DMCore.Logic.PosterDetailUnit::Clear() extern "C" IL2CPP_METHOD_ATTR void PosterDetailUnit_Clear_m3950207736 (PosterDetailUnit_t1057828472 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PosterDetailUnit_Clear_m3950207736_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t803870918 * L_0 = __this->get_m_list_2(); if (!L_0) { goto IL_0016; } } { List_1_t803870918 * L_1 = __this->get_m_list_2(); NullCheck(L_1); List_1_Clear_m141861189(L_1, /*hidden argument*/List_1_Clear_m141861189_RuntimeMethod_var); } IL_0016: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.PosterDetailUnit/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CAddDataU3Ec__AnonStorey1__ctor_m804804450 (U3CAddDataU3Ec__AnonStorey1_t1142538239 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.PosterDetailUnit/c__AnonStorey1::<>m__0(DMCore.Logic.EquipUnit) extern "C" IL2CPP_METHOD_ATTR bool U3CAddDataU3Ec__AnonStorey1_U3CU3Em__0_m51564218 (U3CAddDataU3Ec__AnonStorey1_t1142538239 * __this, EquipUnit_t3626763472 ____x0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__nConfigId_0(); int32_t L_1 = (&____x0)->get_configId_1(); 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.PosterDetailUnit/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEquipListBySexU3Ec__AnonStorey0__ctor_m502027699 (U3CGetEquipListBySexU3Ec__AnonStorey0_t4007384085 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean DMCore.Logic.PosterDetailUnit/c__AnonStorey0::<>m__0(DMCore.Logic.EquipUnit) extern "C" IL2CPP_METHOD_ATTR bool U3CGetEquipListBySexU3Ec__AnonStorey0_U3CU3Em__0_m619520827 (U3CGetEquipListBySexU3Ec__AnonStorey0_t4007384085 * __this, EquipUnit_t3626763472 ___x0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__nSex_0(); int32_t L_1 = (&___x0)->get_nSex_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.PosterUnit::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PosterUnit__ctor_m934874342 (PosterUnit_t798725687 * __this, int32_t ____id0, const RuntimeMethod* method) { { int32_t L_0 = ____id0; __this->set_id_0(L_0); return; } } extern "C" void PosterUnit__ctor_m934874342_AdjustorThunk (RuntimeObject * __this, int32_t ____id0, const RuntimeMethod* method) { PosterUnit_t798725687 * _thisAdjusted = reinterpret_cast(__this + 1); PosterUnit__ctor_m934874342(_thisAdjusted, ____id0, method); } #ifdef __clang__ #pragma clang 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.PresentPropItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void PresentPropItem__ctor_m4060523457 (PresentPropItem_t3724880295 * __this, const RuntimeMethod* method) { { CPropItem__ctor_m238114891(__this, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.PresentPropItem::DoUsePropItem() extern "C" IL2CPP_METHOD_ATTR void PresentPropItem_DoUsePropItem_m190325175 (PresentPropItem_t3724880295 * __this, const RuntimeMethod* method) { { return; } } // DMCore.Logic.enumPropType DMCore.Logic.PresentPropItem::GetPropType() extern "C" IL2CPP_METHOD_ATTR int32_t PresentPropItem_GetPropType_m3671405722 (PresentPropItem_t3724880295 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)31)); } } #ifdef __clang__ #pragma clang 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.privateMsgArriva::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void privateMsgArriva__ctor_m2758659047 (privateMsgArriva_t1101012311 * __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.privateMsgArriva::Invoke(DMCore.Logic.CChatInfo,System.Int64) extern "C" IL2CPP_METHOD_ATTR void privateMsgArriva_Invoke_m1008073338 (privateMsgArriva_t1101012311 * __this, CChatInfo_t4292626735 * ___info0, int64_t ___conversationKey1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { privateMsgArriva_Invoke_m1008073338((privateMsgArriva_t1101012311 *)__this->get_prev_9(), ___info0, ___conversationKey1, 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 *, CChatInfo_t4292626735 *, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___info0, ___conversationKey1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, CChatInfo_t4292626735 *, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___info0, ___conversationKey1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< CChatInfo_t4292626735 *, int64_t >::Invoke(targetMethod, targetThis, ___info0, ___conversationKey1); else GenericVirtActionInvoker2< CChatInfo_t4292626735 *, int64_t >::Invoke(targetMethod, targetThis, ___info0, ___conversationKey1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< CChatInfo_t4292626735 *, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___info0, ___conversationKey1); else VirtActionInvoker2< CChatInfo_t4292626735 *, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___info0, ___conversationKey1); } } else { typedef void (*FunctionPointerType) (void*, CChatInfo_t4292626735 *, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___info0, ___conversationKey1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int64_t >::Invoke(targetMethod, ___info0, ___conversationKey1); else GenericVirtActionInvoker1< int64_t >::Invoke(targetMethod, ___info0, ___conversationKey1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___info0, ___conversationKey1); else VirtActionInvoker1< int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___info0, ___conversationKey1); } } else { typedef void (*FunctionPointerType) (CChatInfo_t4292626735 *, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___info0, ___conversationKey1, targetMethod); } } } } // System.IAsyncResult DMCore.Logic.privateMsgArriva::BeginInvoke(DMCore.Logic.CChatInfo,System.Int64,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* privateMsgArriva_BeginInvoke_m3742803644 (privateMsgArriva_t1101012311 * __this, CChatInfo_t4292626735 * ___info0, int64_t ___conversationKey1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (privateMsgArriva_BeginInvoke_m3742803644_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___info0; __d_args[1] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___conversationKey1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void DMCore.Logic.privateMsgArriva::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void privateMsgArriva_EndInvoke_m2812828603 (privateMsgArriva_t1101012311 * __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.PublicSpeakerMessage::.ctor(DMCore.Logic.CChatInfo,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void PublicSpeakerMessage__ctor_m2731669263 (PublicSpeakerMessage_t852809025 * __this, CChatInfo_t4292626735 * ___info0, String_t* ___text1, String_t* ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PublicSpeakerMessage__ctor_m2731669263_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_Text_1(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_Count_2(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); CChatInfo_t4292626735 * L_2 = ___info0; __this->set_Info_0(L_2); String_t* L_3 = ___text1; __this->set_Text_1(L_3); String_t* L_4 = ___count2; __this->set_Count_2(L_4); 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.PveSweepManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void PveSweepManager__ctor_m2785887460 (PveSweepManager_t2545045145 * __this, const RuntimeMethod* method) { { __this->set_mSweepType_0(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_mSweepType_0(1); return; } } // DMCore.Logic.PveSweepManager DMCore.Logic.PveSweepManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR PveSweepManager_t2545045145 * PveSweepManager_GetInstance_m2055302674 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PveSweepManager_GetInstance_m2055302674_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PveSweepManager_t2545045145 * L_0 = ((PveSweepManager_t2545045145_StaticFields*)il2cpp_codegen_static_fields_for(PveSweepManager_t2545045145_il2cpp_TypeInfo_var))->get_s_Instance_4(); if (!L_0) { goto IL_0010; } } { PveSweepManager_t2545045145 * L_1 = ((PveSweepManager_t2545045145_StaticFields*)il2cpp_codegen_static_fields_for(PveSweepManager_t2545045145_il2cpp_TypeInfo_var))->get_s_Instance_4(); return L_1; } IL_0010: { PveSweepManager_t2545045145 * L_2 = (PveSweepManager_t2545045145 *)il2cpp_codegen_object_new(PveSweepManager_t2545045145_il2cpp_TypeInfo_var); PveSweepManager__ctor_m2785887460(L_2, /*hidden argument*/NULL); ((PveSweepManager_t2545045145_StaticFields*)il2cpp_codegen_static_fields_for(PveSweepManager_t2545045145_il2cpp_TypeInfo_var))->set_s_Instance_4(L_2); PveSweepManager_t2545045145 * L_3 = ((PveSweepManager_t2545045145_StaticFields*)il2cpp_codegen_static_fields_for(PveSweepManager_t2545045145_il2cpp_TypeInfo_var))->get_s_Instance_4(); return L_3; } } // System.Void DMCore.Logic.PveSweepManager::SetSweepType(DMCore.Logic.enumSweep) extern "C" IL2CPP_METHOD_ATTR void PveSweepManager_SetSweepType_m4267640899 (PveSweepManager_t2545045145 * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; __this->set_mSweepType_0(L_0); return; } } // DMCore.Logic.enumSweep DMCore.Logic.PveSweepManager::GetSweepType() extern "C" IL2CPP_METHOD_ATTR int32_t PveSweepManager_GetSweepType_m2003997892 (PveSweepManager_t2545045145 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mSweepType_0(); return L_0; } } // System.Void DMCore.Logic.PveSweepManager::SetSweepEnergy(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PveSweepManager_SetSweepEnergy_m468455553 (PveSweepManager_t2545045145 * __this, int32_t ___energy0, const RuntimeMethod* method) { { int32_t L_0 = ___energy0; __this->set_mSweepEnergy_1(L_0); return; } } // System.Int32 DMCore.Logic.PveSweepManager::GetSweepEnergy() extern "C" IL2CPP_METHOD_ATTR int32_t PveSweepManager_GetSweepEnergy_m1907066371 (PveSweepManager_t2545045145 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mSweepEnergy_1(); return L_0; } } // System.Void DMCore.Logic.PveSweepManager::SetStageId(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PveSweepManager_SetStageId_m2048161491 (PveSweepManager_t2545045145 * __this, int32_t ___stageId0, const RuntimeMethod* method) { { int32_t L_0 = ___stageId0; __this->set_mStageId_2(L_0); return; } } // System.Int32 DMCore.Logic.PveSweepManager::GetStageId() extern "C" IL2CPP_METHOD_ATTR int32_t PveSweepManager_GetStageId_m134643445 (PveSweepManager_t2545045145 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mStageId_2(); return L_0; } } // System.Void DMCore.Logic.PveSweepManager::RequestSweep(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PveSweepManager_RequestSweep_m2980884016 (PveSweepManager_t2545045145 * __this, int32_t ___stageId0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PveSweepManager_RequestSweep_m2980884016_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)1524), /*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; int32_t L_5 = ___count1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CLogHelp_t779629444 * L_6 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_7 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral1107255271); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1107255271); ObjectU5BU5D_t2843939325* L_8 = L_7; int32_t L_9 = ___stageId0; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = L_8; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral3452614528); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3452614528); ObjectU5BU5D_t2843939325* L_13 = L_12; int32_t L_14 = ___count1; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m2971454694(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_6); CLogHelp_Log_m386290467(L_6, L_17, /*hidden argument*/NULL); CDataArray_t4068198041 * L_18 = V_0; NullCheck(L_18); CDataArray_Flush_m1077150699(L_18, /*hidden argument*/NULL); return; } } // System.Void DMCore.Logic.PveSweepManager::ShowSweepDetail(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void PveSweepManager_ShowSweepDetail_m1096809708 (PveSweepManager_t2545045145 * __this, List_1_t3319525431 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PveSweepManager_ShowSweepDetail_m1096809708_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CWndController_IsExist_m1254965977(L_0, ((int32_t)43), /*hidden argument*/NULL); if (!L_1) { goto IL_0053; } } { 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)43), /*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*/, L_4, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0036; } } { GameObject_t1113636619 * L_6 = V_0; NullCheck(L_6); uiPveSweep_t639168811 * L_7 = GameObject_GetComponent_TisuiPveSweep_t639168811_m2137686325(L_6, /*hidden argument*/GameObject_GetComponent_TisuiPveSweep_t639168811_m2137686325_RuntimeMethod_var); __this->set_mUIPveSweep_3(L_7); } IL_0036: { uiPveSweep_t639168811 * L_8 = __this->get_mUIPveSweep_3(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_8, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0053; } } { uiPveSweep_t639168811 * L_10 = __this->get_mUIPveSweep_3(); List_1_t3319525431 * L_11 = ___data0; NullCheck(L_10); uiPveSweep_ShowSweepDetail_m3160466667(L_10, L_11, /*hidden argument*/NULL); } IL_0053: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.QuickChatConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void QuickChatConfig__ctor_m3373938809 (QuickChatConfig_t655384697 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 DMCore.Logic.QuickChatConfig::GetStaticChatCount() extern "C" IL2CPP_METHOD_ATTR int32_t QuickChatConfig_GetStaticChatCount_m2246739484 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuickChatConfig_GetStaticChatCount_m2246739484_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); List_1_t3319525431 * L_0 = ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->get_s_StaticMessageList_0(); if (!L_0) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); List_1_t3319525431 * L_1 = ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->get_s_StaticMessageList_0(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m2276455407(L_1, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if (L_2) { goto IL_001f; } } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); QuickChatConfig__LoadConfig_m1651158581(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); List_1_t3319525431 * L_3 = ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->get_s_StaticMessageList_0(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m2276455407(L_3, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); return L_4; } } // System.String DMCore.Logic.QuickChatConfig::GetStaticChatContent(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* QuickChatConfig_GetStaticChatContent_m172238923 (RuntimeObject * __this /* static, unused */, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuickChatConfig_GetStaticChatContent_m172238923_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); List_1_t3319525431 * L_0 = ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->get_s_StaticMessageList_0(); if (!L_0) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); List_1_t3319525431 * L_1 = ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->get_s_StaticMessageList_0(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m2276455407(L_1, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if (L_2) { goto IL_001f; } } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); QuickChatConfig__LoadConfig_m1651158581(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_001f: { int32_t L_3 = ___index0; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0036; } } { int32_t L_4 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); List_1_t3319525431 * L_5 = ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->get_s_StaticMessageList_0(); NullCheck(L_5); int32_t L_6 = List_1_get_Count_m2276455407(L_5, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_003c; } } IL_0036: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_7; } IL_003c: { IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); List_1_t3319525431 * L_8 = ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->get_s_StaticMessageList_0(); int32_t L_9 = ___index0; NullCheck(L_8); String_t* L_10 = List_1_get_Item_m3729392029(L_8, L_9, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); return L_10; } } // System.Void DMCore.Logic.QuickChatConfig::set_ActiveIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void QuickChatConfig_set_ActiveIndex_m106299428 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuickChatConfig_set_ActiveIndex_m106299428_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); int32_t L_1 = ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->get_s_ActiveIndex_1(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0011; } } { int32_t L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->set_s_ActiveIndex_1(L_2); } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->set_s_IsMessageSelectedChanged_2((bool)1); return; } } // System.Int32 DMCore.Logic.QuickChatConfig::get_ActiveIndex() extern "C" IL2CPP_METHOD_ATTR int32_t QuickChatConfig_get_ActiveIndex_m2011960013 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuickChatConfig_get_ActiveIndex_m2011960013_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); int32_t L_0 = ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->get_s_ActiveIndex_1(); return L_0; } } // System.Void DMCore.Logic.QuickChatConfig::set_IsMessageSelectedChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void QuickChatConfig_set_IsMessageSelectedChanged_m2065807772 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuickChatConfig_set_IsMessageSelectedChanged_m2065807772_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->set_s_IsMessageSelectedChanged_2(L_0); return; } } // System.Boolean DMCore.Logic.QuickChatConfig::get_IsMessageSelectedChanged() extern "C" IL2CPP_METHOD_ATTR bool QuickChatConfig_get_IsMessageSelectedChanged_m916972258 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuickChatConfig_get_IsMessageSelectedChanged_m916972258_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); bool L_0 = ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->get_s_IsMessageSelectedChanged_2(); return L_0; } } // System.Boolean DMCore.Logic.QuickChatConfig::_LoadConfig() extern "C" IL2CPP_METHOD_ATTR bool QuickChatConfig__LoadConfig_m1651158581 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuickChatConfig__LoadConfig_m1651158581_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextAsset_t3022178571 * V_0 = NULL; XmlNodeList_t2551693786 * V_1 = NULL; XmlDocument_t2837193595 * V_2 = NULL; XmlElement_t561603118 * V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; int32_t V_6 = 0; XmlElement_t561603118 * V_7 = NULL; String_t* 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); XmlNodeList_t2551693786 * G_B6_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); String_t* L_1 = ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->get_CONFIG_PATH_3(); NullCheck(L_0); Object_t631007953 * L_2 = IResourceManager_CreateResource_m1279813597(L_0, L_1, (bool)0, /*hidden argument*/NULL); V_0 = ((TextAsset_t3022178571 *)CastclassClass((RuntimeObject*)L_2, TextAsset_t3022178571_il2cpp_TypeInfo_var)); TextAsset_t3022178571 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0033; } } { CLogHelp_t779629444 * L_5 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CLogHelp_Log_m386290467(L_5, _stringLiteral1746386344, /*hidden argument*/NULL); return (bool)0; } IL_0033: try { // begin try (depth: 1) try { // begin try (depth: 2) { V_1 = (XmlNodeList_t2551693786 *)NULL; XmlDocument_t2837193595 * L_6 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_6, /*hidden argument*/NULL); V_2 = L_6; XmlDocument_t2837193595 * L_7 = V_2; if (!L_7) { goto IL_006c; } } IL_0041: { XmlDocument_t2837193595 * L_8 = V_2; TextAsset_t3022178571 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = TextAsset_get_text_m2027878391(L_9, /*hidden argument*/NULL); NullCheck(L_8); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_8, L_10); XmlDocument_t2837193595 * L_11 = V_2; NullCheck(L_11); XmlNode_t3767805227 * L_12 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_11); V_3 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_12, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_13 = V_3; if (!L_13) { goto IL_006a; } } IL_005f: { XmlElement_t561603118 * L_14 = V_3; NullCheck(L_14); XmlNodeList_t2551693786 * L_15 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_14); G_B6_0 = L_15; goto IL_006b; } IL_006a: { G_B6_0 = ((XmlNodeList_t2551693786 *)(NULL)); } IL_006b: { V_1 = G_B6_0; } IL_006c: { XmlNodeList_t2551693786 * L_16 = V_1; if (L_16) { goto IL_007a; } } IL_0072: { V_4 = (bool)0; IL2CPP_LEAVE(0x135, FINALLY_0122); } IL_007a: { IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); List_1_t3319525431 * L_17 = ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->get_s_StaticMessageList_0(); if (L_17) { goto IL_0093; } } IL_0084: { List_1_t3319525431 * L_18 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_18, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->set_s_StaticMessageList_0(L_18); goto IL_009d; } IL_0093: { IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); List_1_t3319525431 * L_19 = ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->get_s_StaticMessageList_0(); NullCheck(L_19); List_1_Clear_m2548850424(L_19, /*hidden argument*/List_1_Clear_m2548850424_RuntimeMethod_var); } IL_009d: { V_5 = 0; XmlNodeList_t2551693786 * L_20 = V_1; NullCheck(L_20); int32_t L_21 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_20); V_6 = L_21; goto IL_00fc; } IL_00ad: { XmlNodeList_t2551693786 * L_22 = V_1; int32_t L_23 = V_5; NullCheck(L_22); XmlNode_t3767805227 * L_24 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, L_22, L_23); V_7 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_24, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_25 = V_7; 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(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_27 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_25, _stringLiteral1246003195, L_26, /*hidden argument*/NULL); V_8 = L_27; String_t* L_28 = V_8; bool L_29 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00e0; } } IL_00db: { goto IL_00f6; } IL_00e0: { IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); List_1_t3319525431 * L_30 = ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->get_s_StaticMessageList_0(); CTextHelp_t3119637808 * L_31 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_32 = V_8; NullCheck(L_31); String_t* L_33 = CTextHelp_GetText_m372251958(L_31, L_32, /*hidden argument*/NULL); NullCheck(L_30); List_1_Add_m1685793073(L_30, L_33, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_00f6: { int32_t L_34 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00fc: { int32_t L_35 = V_5; int32_t L_36 = V_6; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_00ad; } } IL_0105: { IL2CPP_LEAVE(0x133, FINALLY_0122); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_010a; throw e; } CATCH_010a: { // begin catch(System.Exception) V_9 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_37 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_38 = V_9; NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_38); NullCheck(L_37); CLogHelp_LogFile_m4227814860(L_37, L_39, /*hidden argument*/NULL); IL2CPP_LEAVE(0x133, FINALLY_0122); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0122; } FINALLY_0122: { // begin finally (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_40 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(QuickChatConfig_t655384697_il2cpp_TypeInfo_var); String_t* L_41 = ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->get_CONFIG_PATH_3(); NullCheck(L_40); VirtFuncInvoker1< bool, String_t* >::Invoke(7 /* System.Boolean DMCore.Framework.Resource.IResourceManager::ClearCache(System.String) */, L_40, L_41); IL2CPP_END_FINALLY(290) } // end finally (depth: 1) IL2CPP_CLEANUP(290) { IL2CPP_JUMP_TBL(0x135, IL_0135) IL2CPP_JUMP_TBL(0x133, IL_0133) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0133: { return (bool)1; } IL_0135: { bool L_42 = V_4; return L_42; } } // System.Void DMCore.Logic.QuickChatConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void QuickChatConfig__cctor_m3277647226 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuickChatConfig__cctor_m3277647226_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->set_s_ActiveIndex_1((-1)); ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->set_s_IsMessageSelectedChanged_2((bool)0); 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, _stringLiteral2637167030, /*hidden argument*/NULL); ((QuickChatConfig_t655384697_StaticFields*)il2cpp_codegen_static_fields_for(QuickChatConfig_t655384697_il2cpp_TypeInfo_var))->set_CONFIG_PATH_3(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.RankListInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void RankListInfo__ctor_m3752439059 (RankListInfo_t1858065448 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RankListInfo__ctor_m3752439059_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_Rank_0(0); __this->set_m_UserId_1((((int64_t)((int64_t)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_m_Name_2(L_0); __this->set_m_Sex_3(0); __this->set_m_photoId_4((((int64_t)((int64_t)0)))); __this->set_m_clothGrade_5(0); __this->set_m_ThemeVote_6(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.RecSceneInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void RecSceneInfo__ctor_m2626181337 (RecSceneInfo_t579186702 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RecSceneInfo__ctor_m2626181337_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_sceneID_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_openTimer_1(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_week_time_2(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_day_time_3(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_open_time_4(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_award_5(L_4); __this->set_isOpen_6((bool)0); __this->set_isSelect_7((bool)0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.RedBagInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void RedBagInfo__ctor_m3448502166 (RedBagInfo_t3509930132 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RedBagInfo__ctor_m3448502166_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_RedbagDesc_5(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_SendName_8(L_1); List_1_t3682870713 * L_2 = (List_1_t3682870713 *)il2cpp_codegen_object_new(List_1_t3682870713_il2cpp_TypeInfo_var); List_1__ctor_m2617240901(L_2, /*hidden argument*/List_1__ctor_m2617240901_RuntimeMethod_var); __this->set_userInfo_13(L_2); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.RedBagMine::.ctor() extern "C" IL2CPP_METHOD_ATTR void RedBagMine__ctor_m4002508975 (RedBagMine_t2525936267 * __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.RedBagResult::.ctor() extern "C" IL2CPP_METHOD_ATTR void RedBagResult__ctor_m765600238 (RedBagResult_t3297514483 * __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.RedBagUserInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void RedBagUserInfo__ctor_m2435357785 (RedBagUserInfo_t2210795971 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RedBagUserInfo__ctor_m2435357785_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_GetTime_3(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_UserName_5(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.ReviewInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ReviewInfo__ctor_m3657461703 (ReviewInfo_t914837392 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReviewInfo__ctor_m3657461703_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_playerSign_0(0); __this->set_sex_1(0); List_1_t2571181400 * L_0 = (List_1_t2571181400 *)il2cpp_codegen_object_new(List_1_t2571181400_il2cpp_TypeInfo_var); List_1__ctor_m3794010569(L_0, /*hidden argument*/List_1__ctor_m3794010569_RuntimeMethod_var); __this->set_m_themeInfo_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.RewardCount::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RewardCount__ctor_m2758758781 (RewardCount_t3602402511 * __this, int32_t ___rewardId0, int32_t ___rewardCount1, int32_t ___vaild2, int32_t ___sex3, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___rewardId0; __this->set_m_rewardId_0(L_0); int32_t L_1 = ___rewardCount1; __this->set_m_rewardCount_1(L_1); int32_t L_2 = ___vaild2; __this->set_m_vaild_2(L_2); int32_t L_3 = ___sex3; __this->set_m_sex_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.RewardCountInfo::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RewardCountInfo__ctor_m2278743271 (RewardCountInfo_t2296381704 * __this, int32_t ___rewardId0, int32_t ___rewardCount1, int32_t ___vaild2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___rewardId0; __this->set__rewardId_0(L_0); int32_t L_1 = ___rewardCount1; __this->set__rewardCount_1(L_1); int32_t L_2 = ___vaild2; __this->set__vaild_2(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.RewardLevelInfo::.ctor(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void RewardLevelInfo__ctor_m1289774767 (RewardLevelInfo_t2541679013 * __this, int32_t ___level0, int32_t ___requireExpValue1, int32_t ___isReceived2, List_1_t3768456446 * ___data3, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___level0; __this->set__level_0(L_0); int32_t L_1 = ___requireExpValue1; __this->set__requireExpValue_1(L_1); int32_t L_2 = ___isReceived2; __this->set__isReceived_2(L_2); List_1_t3768456446 * L_3 = ___data3; __this->set_info_3(L_3); return; } } // System.Int32 DMCore.Logic.RewardLevelInfo::get_RewardCount() extern "C" IL2CPP_METHOD_ATTR int32_t RewardLevelInfo_get_RewardCount_m2788901132 (RewardLevelInfo_t2541679013 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RewardLevelInfo_get_RewardCount_m2788901132_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3768456446 * L_0 = __this->get_info_3(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m4262527884(L_0, /*hidden argument*/List_1_get_Count_m4262527884_RuntimeMethod_var); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DMCore.Logic.RoleActionConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void RoleActionConfig__ctor_m2960307083 (RoleActionConfig_t1403548228 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RoleActionConfig__ctor_m2960307083_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1632706988 * L_0 = (Dictionary_2_t1632706988 *)il2cpp_codegen_object_new(Dictionary_2_t1632706988_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3302800229(L_0, /*hidden argument*/Dictionary_2__ctor_m3302800229_RuntimeMethod_var); __this->set_m_configList_1(L_0); ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); ITextBase_PushTask_m2878137237(__this, _stringLiteral324815822, 0, /*hidden argument*/NULL); return; } } // DMCore.Logic.RoleActionConfig DMCore.Logic.RoleActionConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR RoleActionConfig_t1403548228 * RoleActionConfig_GetInstance_m1562956930 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RoleActionConfig_GetInstance_m1562956930_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RoleActionConfig_t1403548228_il2cpp_TypeInfo_var); RoleActionConfig_t1403548228 * L_0 = ((RoleActionConfig_t1403548228_StaticFields*)il2cpp_codegen_static_fields_for(RoleActionConfig_t1403548228_il2cpp_TypeInfo_var))->get_s_instance_2(); if (L_0) { goto IL_0014; } } { RoleActionConfig_t1403548228 * L_1 = (RoleActionConfig_t1403548228 *)il2cpp_codegen_object_new(RoleActionConfig_t1403548228_il2cpp_TypeInfo_var); RoleActionConfig__ctor_m2960307083(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RoleActionConfig_t1403548228_il2cpp_TypeInfo_var); ((RoleActionConfig_t1403548228_StaticFields*)il2cpp_codegen_static_fields_for(RoleActionConfig_t1403548228_il2cpp_TypeInfo_var))->set_s_instance_2(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(RoleActionConfig_t1403548228_il2cpp_TypeInfo_var); RoleActionConfig_t1403548228 * L_2 = ((RoleActionConfig_t1403548228_StaticFields*)il2cpp_codegen_static_fields_for(RoleActionConfig_t1403548228_il2cpp_TypeInfo_var))->get_s_instance_2(); return L_2; } } // System.Void DMCore.Logic.RoleActionConfig::Clear() extern "C" IL2CPP_METHOD_ATTR void RoleActionConfig_Clear_m250202740 (RoleActionConfig_t1403548228 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RoleActionConfig_Clear_m250202740_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1632706988 * L_0 = __this->get_m_configList_1(); NullCheck(L_0); Dictionary_2_Clear_m1279106658(L_0, /*hidden argument*/Dictionary_2_Clear_m1279106658_RuntimeMethod_var); return; } } // System.Boolean DMCore.Logic.RoleActionConfig::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool RoleActionConfig_OnLoad_m1402847770 (RoleActionConfig_t1403548228 * __this, String_t* ___loadedObj0, int32_t ___UnUsed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RoleActionConfig_OnLoad_m1402847770_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; XmlNode_t3767805227 * V_5 = NULL; XmlElement_t561603118 * V_6 = NULL; RuntimeObject* V_7 = NULL; RuntimeObject* 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); 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_00ee; } IL_0039: { V_4 = 0; goto IL_00c2; } 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 = L_11; XmlNode_t3767805227 * L_12 = V_5; NullCheck(L_12); RuntimeObject* L_13 = XmlNode_GetEnumerator_m3569868351(L_12, /*hidden argument*/NULL); V_7 = L_13; } IL_0054: try { // begin try (depth: 2) { goto IL_0094; } IL_0059: { RuntimeObject* L_14 = V_7; NullCheck(L_14); RuntimeObject * L_15 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_14); V_6 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_15, XmlElement_t561603118_il2cpp_TypeInfo_var)); Dictionary_2_t1632706988 * L_16 = __this->get_m_configList_1(); XmlElement_t561603118 * L_17 = V_6; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_17, _stringLiteral62725243); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); XmlElement_t561603118 * L_20 = V_6; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_20, _stringLiteral3493618073); NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); NullCheck(L_16); Dictionary_2_Add_m2799738156(L_16, L_19, L_22, /*hidden argument*/Dictionary_2_Add_m2799738156_RuntimeMethod_var); } IL_0094: { RuntimeObject* L_23 = V_7; NullCheck(L_23); bool L_24 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_23); if (L_24) { goto IL_0059; } } IL_00a0: { IL2CPP_LEAVE(0xBC, FINALLY_00a5); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a5; } FINALLY_00a5: { // begin finally (depth: 2) { RuntimeObject* L_25 = V_7; RuntimeObject* L_26 = ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_8 = L_26; if (!L_26) { goto IL_00bb; } } IL_00b4: { RuntimeObject* L_27 = V_8; NullCheck(L_27); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_27); } IL_00bb: { IL2CPP_END_FINALLY(165) } } // end finally (depth: 2) IL2CPP_CLEANUP(165) { IL2CPP_JUMP_TBL(0xBC, IL_00bc) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00bc: { int32_t L_28 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00c2: { int32_t L_29 = V_4; XmlNodeList_t2551693786 * L_30 = V_2; NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_30); if ((((int32_t)L_29) < ((int32_t)L_31))) { goto IL_0041; } } IL_00cf: { goto IL_00ec; } } // 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_00d4; throw e; } CATCH_00d4: { // begin catch(System.Exception) V_9 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_32 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_33 = V_9; NullCheck(L_33); String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_33); NullCheck(L_32); CLogHelp_LogFile_m4227814860(L_32, L_34, /*hidden argument*/NULL); goto IL_00ec; } // end catch (depth: 1) IL_00ec: { return (bool)1; } IL_00ee: { bool L_35 = V_3; return L_35; } } // System.Single DMCore.Logic.RoleActionConfig::GetChangeTime() extern "C" IL2CPP_METHOD_ATTR float RoleActionConfig_GetChangeTime_m3312934990 (RoleActionConfig_t1403548228 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RoleActionConfig_GetChangeTime_m3312934990_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; float V_1 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; Dictionary_2_t1632706988 * L_1 = __this->get_m_configList_1(); NullCheck(L_1); Dictionary_2_TryGetValue_m1185325717(L_1, _stringLiteral4254885935, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1185325717_RuntimeMethod_var); V_1 = (0.0f); String_t* L_2 = V_0; bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { String_t* L_4 = V_0; float L_5 = Single_Parse_m364357836(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_1 = L_5; } IL_0031: { float L_6 = V_1; return L_6; } } // System.String DMCore.Logic.RoleActionConfig::GetActionName(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* RoleActionConfig_GetActionName_m3628325703 (RoleActionConfig_t1403548228 * __this, bool ___isBoy0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RoleActionConfig_GetActionName_m3628325703_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = RoleActionConfig_GetActionNum_m3819630744(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; int32_t L_2 = Random_Range_m4054026115(NULL /*static, unused*/, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = V_0; if (!L_3) { goto IL_005e; } } { int32_t L_4 = V_1; int32_t L_5 = V_0; if ((((int32_t)L_4) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))))) { goto IL_005e; } } { bool L_6 = ___isBoy0; if (!L_6) { goto IL_0042; } } { Dictionary_2_t1632706988 * L_7 = __this->get_m_configList_1(); int32_t L_8 = V_1; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3975974140, L_10, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_12 = Dictionary_2_get_Item_m2643467469(L_7, L_11, /*hidden argument*/Dictionary_2_get_Item_m2643467469_RuntimeMethod_var); return L_12; } IL_0042: { Dictionary_2_t1632706988 * L_13 = __this->get_m_configList_1(); int32_t L_14 = V_1; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2829467078, L_16, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_18 = Dictionary_2_get_Item_m2643467469(L_13, L_17, /*hidden argument*/Dictionary_2_get_Item_m2643467469_RuntimeMethod_var); return L_18; } IL_005e: { 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(); return L_19; } } // System.Int32 DMCore.Logic.RoleActionConfig::GetActionNum() extern "C" IL2CPP_METHOD_ATTR int32_t RoleActionConfig_GetActionNum_m3819630744 (RoleActionConfig_t1403548228 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RoleActionConfig_GetActionNum_m3819630744_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_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(); V_0 = L_0; Dictionary_2_t1632706988 * L_1 = __this->get_m_configList_1(); NullCheck(L_1); Dictionary_2_TryGetValue_m1185325717(L_1, _stringLiteral2374989456, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1185325717_RuntimeMethod_var); V_1 = 0; String_t* L_2 = V_0; bool L_3 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002d; } } { String_t* L_4 = V_0; int32_t L_5 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_1 = L_5; } IL_002d: { int32_t L_6 = V_1; return L_6; } } // System.Void DMCore.Logic.RoleActionConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void RoleActionConfig__cctor_m3438545031 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif