#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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 InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // ScenePersonalWndLottery struct ScenePersonalWndLottery_t637137187; // CUIBase struct CUIBase_t3255455658; // UnityEngine.Transform struct Transform_t3600365921; // System.String struct String_t; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.GameObject struct GameObject_t1113636619; // uiLotteryItem struct uiLotteryItem_t2769685779; // UILabel struct UILabel_t3248798549; // UISprite struct UISprite_t194114938; // uiLotteryResult struct uiLotteryResult_t3685979930; // uiLotteryAward struct uiLotteryAward_t3594426487; // uiBuyLotteryNum struct uiBuyLotteryNum_t2649912829; // uiBoxItem struct uiBoxItem_t1023674949; // System.Action`1 struct Action_1_t1286104214; // System.Action`1 struct Action_1_t3252573759; // DMCore.Logic.CLotteryNew struct CLotteryNew_t505895158; // DMCore.CDataArray struct CDataArray_t4068198041; // DMCore.CMsgBoxControl struct CMsgBoxControl_t806533544; // DMCore.Framework.Misc.CTextHelp struct CTextHelp_t3119637808; // DMCore.OnMsgBoxClkCallBack struct OnMsgBoxClkCallBack_t3229751541; // DMCore.Logic.CLotteryNew/CJackpotData struct CJackpotData_t469346297; // uiBuyLotteryNum/OnClickMsgCallBack struct OnClickMsgCallBack_t2417972543; // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839; // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483; // DMCore.Framework.Scene.CProperty struct CProperty_t963755051; // DMCore.Framework.Resource.IResourceManager struct IResourceManager_t3165642952; // DMCore.CRoot struct CRoot_t1043641654; // DMCore.ISoundManager struct ISoundManager_t434164892; // UnityEngine.AudioClip struct AudioClip_t3680889665; // DMCore.Logic.PageTipsManager struct PageTipsManager_t2228145721; // DMCore.Camera.ICameraBase struct ICameraBase_t3615533728; // UnityEngine.Camera struct Camera_t4157153871; // UnityEngine.Object struct Object_t631007953; // DMCore.Logic.CWndController struct CWndController_t749709641; // System.Collections.Generic.List`1 struct List_1_t1613031345; // System.Collections.Generic.List`1 struct List_1_t257213610; // DMCore.Logic.CLotteryNew/CReward struct CReward_t140956603; // CSignsManager struct CSignsManager_t1825583579; // DMCore.Logic.CEffectWndManager struct CEffectWndManager_t3902312294; // DMCore.Logic.CLottery struct CLottery_t1855092142; // DMCore.Logic.CLotteryNew/CItemData struct CItemData_t312680354; // DMCore.Logic.CLotteryNew/CLotteryResultData struct CLotteryResultData_t968175401; // System.Collections.Generic.List`1 struct List_1_t128053199; // DMCore.CEventManager struct CEventManager_t474365641; // DMCore.OnEventCall struct OnEventCall_t3758354630; // ScenePersonalWndLottery/OnRouletteEndCallBack struct OnRouletteEndCallBack_t4075122966; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // ScenePersonalWndMessage struct ScenePersonalWndMessage_t4101442169; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // DMListView struct DMListView_t512231514; // UIWidget struct UIWidget_t3538521925; // DMCore.Logic.CMessageManager struct CMessageManager_t3136027633; // DMCore.Logic.shopModel struct shopModel_t101745799; // DMCore.Logic.CMessageData struct CMessageData_t2024175854; // DMCore.Logic.CMenuManager struct CMenuManager_t3869721565; // DMCore.Logic.CGiftManager struct CGiftManager_t2180653355; // DMCore.Logic.IAttachMent struct IAttachMent_t1542359345; // uiMsgCell struct uiMsgCell_t2547504819; // ScenePersonalWndMyPackage struct ScenePersonalWndMyPackage_t3287570987; // DMCore.Logic.CMyPackageManager struct CMyPackageManager_t122981866; // uiBtnList/ChangeHandler struct ChangeHandler_t1870456169; // uiBtnList struct uiBtnList_t3771050923; // ItemPageGroup/PageChangedHandler struct PageChangedHandler_t2100854622; // ItemPageGroup struct ItemPageGroup_t3769455068; // System.Collections.Generic.List`1 struct List_1_t3319525431; // DetailWnd struct DetailWnd_t3732401977; // ScenePersonalPkgList struct ScenePersonalPkgList_t4044424073; // UITexture struct UITexture_t3471168817; // uiMonoMenuArrow struct uiMonoMenuArrow_t4143206342; // UIButtonMessage struct UIButtonMessage_t952534536; // DMCore.Logic.CShopConfig struct CShopConfig_t202154353; // DMCore.Logic.clothingScoreManager struct clothingScoreManager_t2332349169; // AmountWnd struct AmountWnd_t1885830546; // DMCore.Logic.GiftPack struct GiftPack_t4141643335; // DMCore.Logic.GiftPackManager struct GiftPackManager_t105297562; // System.Action`4> struct Action_4_t3484037049; // System.Action`4 struct Action_4_t2141122718; // System.Action struct Action_t1264377477; // DMCore.Logic.CPropManager struct CPropManager_t2238730194; // DMCore.Logic.CPropItem struct CPropItem_t1455887095; // DMCore.Logic.CItemBase struct CItemBase_t2436786639; // DMCore.CDataProperty struct CDataProperty_t2806246268; // DMCore.Logic.ChooseBuyUseBoxInfo struct ChooseBuyUseBoxInfo_t2600922063; // DMCore.Logic.ChooseBuyUseNumBoxController struct ChooseBuyUseNumBoxController_t2176104285; // DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmUseAmount struct OnConfirmUseAmount_t3345112943; // DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit struct OnCancelAndExit_t3571001794; // FashionStarsManager struct FashionStarsManager_t4100381698; // CTabSearchCtr struct CTabSearchCtr_t3498668791; // DMCore.Framework.Level.CLevelManager struct CLevelManager_t3077608201; // DMCore.Net.CNetServerConfig struct CNetServerConfig_t202072970; // DMCore.Logic.PersonaliseConfig struct PersonaliseConfig_t2812043406; // DMCore.Logic.CRenewMsgBoxControl struct CRenewMsgBoxControl_t3836031106; // DMCore.Logic.ShareManager struct ShareManager_t1254576143; // DMCore.Logic.CChangeGameManager struct CChangeGameManager_t2081989347; // ScenePersonalWndMyTraPackage struct ScenePersonalWndMyTraPackage_t1516617923; // ScenePersonalTraPkgList struct ScenePersonalTraPkgList_t2777623657; // ScenePersonalWndNewSignIn struct ScenePersonalWndNewSignIn_t3840300417; // uiItemDetail struct uiItemDetail_t2651173627; // DMCore.Logic.IActivityDetail struct IActivityDetail_t2848416189; // DMCore.Logic.CSignInNewActivity struct CSignInNewActivity_t3409025969; // uiNewSignInGroup struct uiNewSignInGroup_t2596682924; // uiNewSignInItem struct uiNewSignInItem_t2395688482; // DMCore.Logic.CSignInNewActivity/TotalDayData struct TotalDayData_t2684681649; // DMCore.Logic.CActivityManager struct CActivityManager_t1081296145; // DMCore.Logic.CAwardList struct CAwardList_t4094041907; // DMCore.Logic.CGiftListWnd struct CGiftListWnd_t2390808505; // DMCore.Logic.OnAccetpGiftsCallback struct OnAccetpGiftsCallback_t3618620664; // DMCore.Logic.CSignInNewActivity/DayData struct DayData_t3259156977; // DMCore.Logic.CUserGuideHelp struct CUserGuideHelp_t3161639665; // ScenePersonalWndPlayMode struct ScenePersonalWndPlayMode_t320027343; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // LabberBT struct LabberBT_t36101451; // CQualifyingManager struct CQualifyingManager_t954001806; // DMCore.Logic.CLeveluprewardConfig struct CLeveluprewardConfig_t716371407; // ScenePersonalWndPVE struct ScenePersonalWndPVE_t905979410; // DMCore.Logic.CPveManager struct CPveManager_t3058433014; // DMCore.CMsgManager struct CMsgManager_t455955613; // DMCore.Logic.CPveAwardManager struct CPveAwardManager_t3593166514; // DMCore.Logic.PveSweepManager struct PveSweepManager_t2545045145; // DMCore.Logic.CLocalBattle struct CLocalBattle_t1519924991; // DMScrollWnd struct DMScrollWnd_t1110969451; // uiLogicStageInfo struct uiLogicStageInfo_t1995670356; // uiClothingStageInfo struct uiClothingStageInfo_t2729291863; // uiLogicSectionAward struct uiLogicSectionAward_t2863938959; // UnityEngine.Animation struct Animation_t3648466861; // UIButtonScale struct UIButtonScale_t3973287916; // UIEventListener struct UIEventListener_t1665237878; // System.Delegate struct Delegate_t1188392813; // UIBGColor struct UIBGColor_t1323100424; // DMCore.Logic.CPveStage struct CPveStage_t850204332; // UnityEngine.Behaviour struct Behaviour_t1437897464; // uiPVEStory struct uiPVEStory_t2882232527; // UserGuideManager struct UserGuideManager_t2771698115; // DMCore.Logic.CIdolManager struct CIdolManager_t2822338582; // uiLogicSection struct uiLogicSection_t3753063162; // ScenePersonalWndSelectHonor struct ScenePersonalWndSelectHonor_t2362572324; // ScenePersonalWndSelectMode struct ScenePersonalWndSelectMode_t3926146144; // ScenePersonalWndShop struct ScenePersonalWndShop_t78642639; // DMCore.Logic.CGoldWatcher struct CGoldWatcher_t2760796238; // System.Collections.Generic.List`1 struct List_1_t1666189680; // DMCore.Logic.shopSendGiftTarget struct shopSendGiftTarget_t3356455075; // DMCore.Logic.CAvatarEquipManager struct CAvatarEquipManager_t2125372870; // DMCore.Logic.CAvatarInfo struct CAvatarInfo_t2247402650; // DMCore.Logic.logicCardManager struct logicCardManager_t2956095708; // ScenePersonalShopList struct ScenePersonalShopList_t27853008; // ScenePersonalShopListViewAnim struct ScenePersonalShopListViewAnim_t141335317; // ScenePersonalShopGroupbuying struct ScenePersonalShopGroupbuying_t1000467629; // ScenePersonalShopActivitybuying struct ScenePersonalShopActivitybuying_t3880254145; // DMCore.Logic.CShopCartManager struct CShopCartManager_t2478140686; // DMCore.Logic.CShopManager struct CShopManager_t754298620; // DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount struct OnConfirmBuyAmount_t3515310033; // ScenePersonalWndShop/OnClickMsgCallBack struct OnClickMsgCallBack_t2526724959; // BalanceWnd struct BalanceWnd_t506785226; // DMCore.Logic.CShopItemData struct CShopItemData_t2542723346; // uiMessageHint struct uiMessageHint_t1249251163; // ScenePersonalShopbuying struct ScenePersonalShopbuying_t958260052; // DMCore.Logic.CShopConfig/GoodsConfig struct GoodsConfig_t1565846780; // DMCore.Logic.shopRecommend struct shopRecommend_t3195516113; // DMCore.Logic.MagicWorkShopMainManager struct MagicWorkShopMainManager_t420038521; // DMCore.Framework.Scene.ISceneRole struct ISceneRole_t2394225724; // DMCore.Logic.CSpeaker struct CSpeaker_t978472097; // DMCore.Logic.CChatManager struct CChatManager_t1988186574; // DMCore.Logic.CUserCardParams struct CUserCardParams_t243895319; // DMCore.Logic.CItemManager struct CItemManager_t2289463753; // DMCore.Logic.CItemData struct CItemData_t3599323914; // System.Char[] struct CharU5BU5D_t3528271667; // DMCore.Framework.Scene.CRoleModelItem struct CRoleModelItem_t1608531946; // DMCore.Logic.shopQuickBuyManager struct shopQuickBuyManager_t3380475808; // ScenePersonalWndShopCart struct ScenePersonalWndShopCart_t554225594; // System.Collections.Generic.List`1 struct List_1_t1564634078; // System.Action`1 struct Action_1_t1302699353; // uiShopcarConfirm struct uiShopcarConfirm_t2151556946; // UICheckbox struct UICheckbox_t2276134195; // ScenePersonalShopCartItem struct ScenePersonalShopCartItem_t92559336; // IEventBase struct IEventBase_t1130231758; // IDataEvent struct IDataEvent_t1799629657; // IDataModel struct IDataModel_t653005279; // CDataModelBool struct CDataModelBool_t2269476966; // CDataModelInt struct CDataModelInt_t3463393640; // ScenePersonalWndSignIn struct ScenePersonalWndSignIn_t3402646; // DMCore.Logic.CSignInOldActivity struct CSignInOldActivity_t331747599; // uiSignInGroup struct uiSignInGroup_t1608014557; // uiSignInItem struct uiSignInItem_t3961333000; // DMCore.Logic.CSignInOldActivity/DayData struct DayData_t3559000048; // ScenePersonalWndSuitcasePackage struct ScenePersonalWndSuitcasePackage_t1713973624; // uiSuitcasePkgList struct uiSuitcasePkgList_t1807308089; // ThemeRoleData struct ThemeRoleData_t305589676; // IEventDispatcher struct IEventDispatcher_t2294365884; // DMCore.Logic.AssembleInfo struct AssembleInfo_t3236776212; // FashionThemeCfg struct FashionThemeCfg_t420161380; // ScenePersonalWndSystemSet struct ScenePersonalWndSystemSet_t2288660807; // uiManageQuestion struct uiManageQuestion_t3299556974; // DMCore.Framework.Misc.CIconAlign struct CIconAlign_t2187079683; // DMCore.CAccManager struct CAccManager_t1454736772; // DMCore.Framework.Resource.CResourceAdapter struct CResourceAdapter_t3687212940; // DMCore.Logic.CPetManager struct CPetManager_t2941415134; // DMCore.Logic.CPet struct CPet_t2667050390; // DMCore.Framework.Scene.ISceneNpcBase struct ISceneNpcBase_t3974693970; // DMCore.Logic.CMiscConfig struct CMiscConfig_t1694835947; // CLeDouApi struct CLeDouApi_t315808977; // DMCore.Logic.CBulletinManager struct CBulletinManager_t2950394527; // System.String[] struct StringU5BU5D_t1281789340; // ScenePersonalWndTask struct ScenePersonalWndTask_t4092996456; // DMCore.Logic.CTaskConfig struct CTaskConfig_t1143949342; // DMCore.Logic.CTaskManager struct CTaskManager_t4133723725; // UnityEngine.GameObject[] struct GameObjectU5BU5D_t3328599146; // ScenePersonalWndVip struct ScenePersonalWndVip_t1214958997; // DMCore.Logic.CVipManager struct CVipManager_t269477008; // uiPrivilegeCell struct uiPrivilegeCell_t2635402331; // UnityEngine.BoxCollider struct BoxCollider_t1640800422; // UnityEngine.Collider struct Collider_t1773347010; // DMCore.Logic.GiftInfoNode struct GiftInfoNode_t966312645; // System.Collections.Generic.List`1> struct List_1_t1414438697; // ScenePosPlay struct ScenePosPlay_t1905503823; // DMRole struct DMRole_t4013730376; // SceneSexPlay struct SceneSexPlay_t1926351853; // SDKProxyManager struct SDKProxyManager_t1131642099; // System.Action`1 struct Action_1_t2019918284; // LitJson.JsonData struct JsonData_t1524858407; // SelfQualifyPkResultInfo struct SelfQualifyPkResultInfo_t1561294256; // ShopBrandRegionCell struct ShopBrandRegionCell_t2971745871; // DMCore.Logic.ShopBrandRegion struct ShopBrandRegion_t2226231466; // DMCore.Logic.BrandData struct BrandData_t2882930928; // UnityEngine.Texture2D struct Texture2D_t3840446185; // ShuXingAnim struct ShuXingAnim_t3927127128; // System.Action`1 struct Action_1_t3123413348; // UnityEngine.AnimationClip struct AnimationClip_t2318505987; // DMCore.Logic.CIdolAbilityManager struct CIdolAbilityManager_t240297659; // System.Collections.Generic.List`1 struct List_1_t1519036347; // DMCore.Logic.AbilityLevelCount struct AbilityLevelCount_t46961605; // SkinedTrail struct SkinedTrail_t2745576124; // UnityEngine.Mesh struct Mesh_t3648964284; // BetterList`1 struct BetterList_1_t2877333782; // BetterList`1 struct BetterList_1_t1311249841; // BetterList`1 struct BetterList_1_t1710706642; // System.Type struct Type_t; // UnityEngine.MeshFilter struct MeshFilter_t3523625662; // BetterList`1 struct BetterList_1_t2959858834; // BetterList`1 struct BetterList_1_t2235126482; // SkinedTrail/stTrailNode struct stTrailNode_t3804838516; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // UnityEngine.Color[] struct ColorU5BU5D_t941916413; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986; // System.Int32[] struct Int32U5BU5D_t385246372; // SpiritGuideItem struct SpiritGuideItem_t282195262; // DMCore.Logic.SpriteItem struct SpriteItem_t1019312017; // DMCore.Logic.CSpriteGuideCfg struct CSpriteGuideCfg_t2105483911; // DMCore.Logic.SpriteDesc struct SpriteDesc_t3208779560; // ScenePersonalBtnCallBack struct ScenePersonalBtnCallBack_t2666224716; // DMCore.Logic.CFamilyManager struct CFamilyManager_t1901424822; // CHandBookCtr struct CHandBookCtr_t4285066741; // DMCore.Logic.CBeachManager struct CBeachManager_t2929024312; // SpringPanel struct SpringPanel_t277350554; // IgnoreTimeScale struct IgnoreTimeScale_t3381352907; // UIPanel struct UIPanel_t1716472341; // UIDraggablePanel struct UIDraggablePanel_t1628346357; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1839659084; // UISprite[] struct UISpriteU5BU5D_t1415066463; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t687096698; // CQualifyingManager/CallBack struct CallBack_t4012644998; // System.Collections.Generic.List`1 struct List_1_t4281599118; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4066855417; // CurQualifyRankInfo struct CurQualifyRankInfo_t2391125760; // System.Collections.Generic.List`1 struct List_1_t1536066709; // System.Collections.Generic.List`1 struct List_1_t3315527713; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t683098980; // System.Collections.Generic.Stack`1 struct Stack_1_t3794335208; // DMCore.Logic.CItemManager/CItemGroup[] struct CItemGroupU5BU5D_t344250011; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2488037245; // System.Collections.Generic.List`1 struct List_1_t913674750; // System.Collections.Generic.Queue`1 struct Queue_1_t699068519; // DMCore.Logic.stSpeaker struct stSpeaker_t2572138757; // uiSpeakBox struct uiSpeakBox_t2345481508; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t133775218; // DMCore.Logic.CShopGroupBuyingData struct CShopGroupBuyingData_t1345810626; // DMCore.Logic.CShopManager/CShopItemGroup struct CShopItemGroup_t1245061887; // System.Collections.Generic.List`1 struct List_1_t1992424465; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1306535103; // CBetterSet`1 struct CBetterSet_1_t3304831721; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3310042434; // System.Action`1 struct Action_1_t3363021612; // System.Collections.Generic.List`1 struct List_1_t3149535657; // DMCore.Logic.CPropGroup[] struct CPropGroupU5BU5D_t555838530; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2625280635; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3030356666; // System.Collections.Generic.List`1 struct List_1_t93448756; // System.Action`1 struct Action_1_t19143634; // System.Collections.Generic.Queue`1 struct Queue_1_t2142380446; // BetterList`1 struct BetterList_1_t1591806957; // 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; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t462506454; // CBetterSet`1> struct CBetterSet_1_t2914247844; // CBetterSet`1> struct CBetterSet_1_t2134195988; // DMCore.Logic.CChangeGameManager/OnShopListChanged struct OnShopListChanged_t2987809885; // System.Collections.Generic.List`1 struct List_1_t3454575947; // System.Collections.Generic.List`1 struct List_1_t3768009848; // System.Collections.Generic.List`1 struct List_1_t3330140190; // System.Collections.Generic.List`1 struct List_1_t2959980932; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1848694263; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2125489543; // System.Collections.Generic.List`1 struct List_1_t2386912134; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4098518019; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t3580830742; // System.Collections.Generic.List`1 struct List_1_t4158936807; // DMCore.Logic.ThemeInfo struct ThemeInfo_t1099106658; // System.Collections.Generic.List`1 struct List_1_t3369058668; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // UnityEngine.Material struct Material_t340375123; // DMCore.Framework.Scene.CRoleModelItem/stItemState struct stItemState_t244584211; // System.Collections.Generic.List`1 struct List_1_t779509957; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t407749678; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3302194709; // DMCore.Logic.IdolPlayerData struct IdolPlayerData_t1126670343; // System.Collections.Generic.List`1 struct List_1_t395442325; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3228841118; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3311733826; // System.Collections.Generic.List`1 struct List_1_t3172792085; // System.Collections.Generic.Queue`1 struct Queue_1_t1546976837; // DMCore.Logic.AbilityLevelCount[] struct AbilityLevelCountU5BU5D_t3035042696; // SkinedTrail/stTrailNode[] struct stTrailNodeU5BU5D_t510290237; // System.Collections.Generic.List`1 struct List_1_t3662906633; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // System.Collections.Generic.List`1 struct List_1_t891640810; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3625702484; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // CBetterSet`1> struct CBetterSet_1_t1416977057; // ScenePersonalShopCartItem[] struct ScenePersonalShopCartItemU5BU5D_t2959606649; // System.Collections.Generic.List`1 struct List_1_t631885872; // System.Collections.Generic.List`1 struct List_1_t60038374; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t193682082; // UIAtlas struct UIAtlas_t3195533529; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t466139499; // System.Collections.Generic.List`1 struct List_1_t4139125132; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1411863853; // DMCore.Logic.CPetManager/UpgradeEffect struct UpgradeEffect_t3030226768; // DMCore.Logic.CPetManager/GetMaterial struct GetMaterial_t2269987281; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3496360981; // DMCore.Logic.CLotteryNew/CumulativeReward struct CumulativeReward_t2188911381; // System.Collections.Generic.List`1 struct List_1_t622380941; // DMCore.Logic.CLotteryNew/CReward[] struct CRewardU5BU5D_t2056353530; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1380571261; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3277249325; // CBetterSet`1> struct CBetterSet_1_t433888323; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Collections.Generic.List`1 struct List_1_t1839416141; // DMSerial struct DMSerial_t3962411756; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3780318930; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t736164020; // DMCore.Logic.CSignInNewActivity/DayData[] struct DayDataU5BU5D_t71779116; // DMCore.Logic.CSignInNewActivity/TotalDayData[] struct TotalDayDataU5BU5D_t665389164; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3314469724; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2097492891; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1380100090; // DMCore.Logic.CSpriteGuideCfg/OnRefreshList struct OnRefreshList_t1430637965; // System.Void struct Void_t1185182177; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup struct TextUnitGroup_t1441580864; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Collections.Generic.List`1> struct List_1_t1600127941; // UnityEngine.AudioSource struct AudioSource_t3935305588; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3546609324; // DMCore.Logic.CPveManager/CheckEnergyStateCallback struct CheckEnergyStateCallback_t3528280671; // DMCore.Logic.CServerSimulator struct CServerSimulator_t2819548284; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1077746168; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4033884959; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3693168236; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3770330557; // System.Comparison`1 struct Comparison_1_t907937207; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3682058863; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3352828889; // BetterList`1 struct BetterList_1_t3256166455; // DMCore.Logic.CSignInOldActivity/DayData[] struct DayDataU5BU5D_t42117713; // 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; // uiLotteryItem[] struct uiLotteryItemU5BU5D_t112276802; // UnityEngine.Transform[] struct TransformU5BU5D_t807237628; // uiBoxItem[] struct uiBoxItemU5BU5D_t1414951688; // System.Collections.Generic.List`1 struct List_1_t4056803065; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3022086574; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t88127061; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t895854979; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3235388461; // CDataModelAny struct CDataModelAny_t3819624005; // System.Func`2 struct Func_2_t4154244306; // System.Collections.Generic.List`1 struct List_1_t1237090056; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2057254576; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // DMCore.Logic.CShareConfig/CShareInfo struct CShareInfo_t1190539625; // DMCore.Logic.CPindanManager/CPindanShop struct CPindanShop_t4113161522; // DMCore.Logic.PageTipsData struct PageTipsData_t3428124494; // DMCore.Logic.LevelupStarInfo struct LevelupStarInfo_t831176484; // DMCore.Logic.IdolAwardUnit struct IdolAwardUnit_t568575365; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2770358969; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1816109752; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3613805462; // DMCore.Logic.cPingDataList struct cPingDataList_t1861597238; // DMCore.Logic.cFamilyConcludeData struct cFamilyConcludeData_t4171257602; // DMCore.Logic.cPingSelectedData struct cPingSelectedData_t1229964886; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t2657169777; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t2902467086; // DMCore.Logic.cFamilyRewardData struct cFamilyRewardData_t1462483200; // System.Collections.Generic.List`1 struct List_1_t4013753755; // uiPveSweep struct uiPveSweep_t639168811; // 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.Logic.MagicWorkShopMainManager/OnConfirmChooseCloth struct OnConfirmChooseCloth_t3730002751; // CDataModelMap struct CDataModelMap_t1093164792; // System.Collections.Generic.List`1 struct List_1_t4014798088; // System.Collections.Generic.List`1 struct List_1_t777473367; // System.Collections.Generic.List`1 struct List_1_t899420910; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1076210208; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t762262942; // System.Collections.Generic.List`1 struct List_1_t2478563954; // System.Action`2,System.Collections.Generic.List`1> struct Action_2_t814181762; // System.Action`1> struct Action_1_t1302708402; // 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_t3653026924; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1077624712; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3399067577; // 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; // DMCore.Logic.CWndController/UIWndStack struct UIWndStack_t3738908003; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3385622220; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3999618383; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t2525419584; // DMCore.Logic.CTaskDailyAward[] struct CTaskDailyAwardU5BU5D_t108279183; // System.Collections.Generic.List`1 struct List_1_t25523635; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3209204262; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // DMCore.Logic.CGiftManager/OnPlayEffect struct OnPlayEffect_t1177268666; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4239275471; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1296649317; // System.Collections.Generic.List`1 struct List_1_t3948706452; // System.Collections.Generic.List`1 struct List_1_t3115654357; // System.Collections.Generic.List`1 struct List_1_t3014434087; // DMCore.Logic.ClothScoreData struct ClothScoreData_t1911004847; // DMCore.Logic.CPveStoryData struct CPveStoryData_t1324513091; // System.Single[] struct SingleU5BU5D_t1444911251; // System.Collections.Generic.List`1 struct List_1_t3978349119; // System.Collections.Generic.List`1> struct List_1_t3588365150; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t1677636661; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_t1059417452; // DMCore.Logic.OnItemClickBefore struct OnItemClickBefore_t888674743; // DMCore.Logic.OnItemClickEnd struct OnItemClickEnd_t3682481633; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t976235305; // DMCore.Logic.privateMsgArriva struct privateMsgArriva_t1101012311; // System.Collections.Generic.List`1 struct List_1_t1546864881; // DMCore.Logic.CChatGroup struct CChatGroup_t2712975719; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3775615503; // DMCore.Logic.CChannelInfo struct CChannelInfo_t1750800799; // DMCore.Framework.Task.ITaskBase`1 struct ITaskBase_1_t2595950535; // DMCore.Net.CNetService struct CNetService_t1201271315; // DMCore.Framework.Movie.CAnimSystem struct CAnimSystem_t3541144328; // DMCore.Framework.CTimerCtrl struct CTimerCtrl_t297173612; // DMCore.Framework.Scene.CSceneService struct CSceneService_t551449725; // DMCore.Framework.Misc.CLogHelp struct CLogHelp_t779629444; // DMCore.Net.CNetMainLogic struct CNetMainLogic_t857650587; // DMCore.DanceMode.CDanceManager struct CDanceManager_t448141780; // DMCore.Framework.Location.CLocationManager struct CLocationManager_t1346018200; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t863209702; // DMCore.Logic.CMessageManager/CMessageGroup struct CMessageGroup_t2505338100; // DMCore.Framework.Scene.CAvatarSite struct CAvatarSite_t1752665925; // DMCore.Framework.Scene.CRoleModel_Effect struct CRoleModel_Effect_t71978069; // DMCore.Framework.Scene.CRoleModelFace struct CRoleModelFace_t1285730091; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t497245277; // System.Collections.Generic.List`1 struct List_1_t1017553631; // DMCore.Framework.Scene.CPetModel struct CPetModel_t3783790547; // DMCore.Logic.CLocalSimulateRole struct CLocalSimulateRole_t4101146137; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // System.Action`2 struct Action_2_t4266817756; // System.Action`2 struct Action_2_t1271829269; // System.Action`2 struct Action_2_t2030792018; // System.Action`2 struct Action_2_t988199114; // System.Action`2 struct Action_2_t1722013184; // System.Action`2 struct Action_2_t2473856772; // AmountWnd/OnConfirmAmount struct OnConfirmAmount_t1847612891; // AmountWnd/OnConfirmBuyAmount struct OnConfirmBuyAmount_t1541777540; // AmountWnd/OnCancelAndExit struct OnCancelAndExit_t18917141; // uiClothingStageInfo/CAwardUI[] struct CAwardUIU5BU5D_t3369339335; // uiSignInItem[] struct uiSignInItemU5BU5D_t2016263641; // UILabel[] struct UILabelU5BU5D_t595200952; // System.Collections.Generic.List`1 struct List_1_t2374443009; // UICamera/MouseOrTouch struct MouseOrTouch_t3052596533; // System.Collections.Generic.List`1 struct List_1_t2828513613; // System.Collections.Generic.List`1 struct List_1_t2833680200; // UICamera/MouseOrTouch[] struct MouseOrTouchU5BU5D_t3534648920; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1941309864; // System.Comparison`1 struct Comparison_1_t830933145; // System.Comparison`1 struct Comparison_1_t1131370050; // UnityEngine.Texture struct Texture_t3661962703; // UIGeometry struct UIGeometry_t1059483952; // System.Action`1 struct Action_1_t1569734369; // DMProcessBar struct DMProcessBar_t1457963892; // UIAnchor struct UIAnchor_t2527798900; // System.Delegate[] struct DelegateU5BU5D_t1703627840; // DMCore.Logic.CGuideSubStep struct CGuideSubStep_t1332708913; // DMCore.Logic.ITEM_NEW_TYPE[] struct ITEM_NEW_TYPEU5BU5D_t375000505; // DMCore.Logic.CShopCarItemInfo struct CShopCarItemInfo_t520349723; // System.Action`1 struct Action_1_t269755560; // System.Collections.Generic.List`1 struct List_1_t2585711361; // RotateRole struct RotateRole_t1146201425; // UITexture[] struct UITextureU5BU5D_t4250952428; // uiNewSignInItem[] struct uiNewSignInItemU5BU5D_t3566295831; // uiCouponItem struct uiCouponItem_t1157104112; // uiLotteryAwardItem[] struct uiLotteryAwardItemU5BU5D_t2356077314; // System.Collections.Specialized.OrderedDictionary struct OrderedDictionary_t2617496293; // BetterList`1 struct BetterList_1_t2693542243; // BetterList`1 struct BetterList_1_t3790362737; // BetterList`1 struct BetterList_1_t448425637; // BetterList`1 struct BetterList_1_t2474049255; // BetterList`1 struct BetterList_1_t1755521610; // UIPanel[] struct UIPanelU5BU5D_t1463265784; // BetterList`1 struct BetterList_1_t1563739553; // System.Comparison`1 struct Comparison_1_t3313453104; // uiSubmitQuestion struct uiSubmitQuestion_t3630908557; // uiQuestionList struct uiQuestionList_t910700717; // uiChatDetail struct uiChatDetail_t727258998; // UIInput struct UIInput_t421821618; // DMScrollWnd/OnScrollChanged struct OnScrollChanged_t615664828; // UIAtlas/Sprite struct Sprite_t2895597119; // UIFont struct UIFont_t2766063701; // UIScrollBar struct UIScrollBar_t1285772729; // UnityEngine.Shader struct Shader_t4151988712; extern RuntimeClass* CUIBase_t3255455658_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndLottery__ctor_m3228970407_MetadataUsageId; extern RuntimeClass* uiLotteryItemU5BU5D_t112276802_il2cpp_TypeInfo_var; extern RuntimeClass* TransformU5BU5D_t807237628_il2cpp_TypeInfo_var; extern RuntimeClass* UISpriteU5BU5D_t1415066463_il2cpp_TypeInfo_var; extern RuntimeClass* CMiscHelp_t3597884754_il2cpp_TypeInfo_var; extern RuntimeClass* uiBoxItemU5BU5D_t1414951688_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t1286104214_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisuiLotteryResult_t3685979930_m3340141511_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisuiLotteryAward_t3594426487_m3891155267_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisuiBuyLotteryNum_t2649912829_m3052543420_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisuiBoxItem_t1023674949_m646669282_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndLottery_OnbaoxiangClick_m567947147_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m2622589598_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndLottery_OnClotteryOne_m11046183_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndLottery_OnClooteryFive_m3329629757_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndLottery_OnClkHelp_m2793093646_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndLottery_OnClkBindDiamond_m2542785393_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndLottery_OnClkDiamond_m661348926_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndLottery_OnClkClose_m3083438349_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndLottery_OnClkShuijin_m1053152854_RuntimeMethod_var; extern String_t* _stringLiteral997396824; extern String_t* _stringLiteral3220047202; extern String_t* _stringLiteral1646069090; extern String_t* _stringLiteral3602384226; extern String_t* _stringLiteral499058018; extern String_t* _stringLiteral2455373154; extern String_t* _stringLiteral881395042; extern String_t* _stringLiteral2837710178; extern String_t* _stringLiteral2793080162; extern String_t* _stringLiteral454428002; extern String_t* _stringLiteral3846761838; extern String_t* _stringLiteral3846761839; extern String_t* _stringLiteral3846761836; extern String_t* _stringLiteral3846761837; extern String_t* _stringLiteral3846761834; extern String_t* _stringLiteral4014455818; extern String_t* _stringLiteral685391802; extern String_t* _stringLiteral2836328723; extern String_t* _stringLiteral2970099641; extern String_t* _stringLiteral2959417273; extern String_t* _stringLiteral3024043962; extern String_t* _stringLiteral880013587; extern String_t* _stringLiteral3794692802; extern String_t* _stringLiteral3762736461; extern String_t* _stringLiteral3713375621; extern String_t* _stringLiteral4023346430; extern String_t* _stringLiteral3705431294; extern String_t* _stringLiteral3695891917; extern String_t* _stringLiteral729993335; extern String_t* _stringLiteral3927272385; extern String_t* _stringLiteral4112846478; extern String_t* _stringLiteral797362182; extern String_t* _stringLiteral1054018178; extern String_t* _stringLiteral3243871869; extern String_t* _stringLiteral3243806333; extern String_t* _stringLiteral3243740797; extern String_t* _stringLiteral3243675261; extern String_t* _stringLiteral3243609725; extern String_t* _stringLiteral3298106196; extern String_t* _stringLiteral3297909588; extern String_t* _stringLiteral139963103; extern String_t* _stringLiteral4109801633; extern String_t* _stringLiteral3350286746; extern String_t* _stringLiteral1708813031; extern String_t* _stringLiteral3205648022; extern const uint32_t ScenePersonalWndLottery_OnPageInit_m3758648176_MetadataUsageId; extern RuntimeClass* CLotteryNew_t505895158_il2cpp_TypeInfo_var; extern RuntimeClass* CDataArray_t4068198041_il2cpp_TypeInfo_var; extern RuntimeClass* OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScenePersonalWndLottery_OnShowBuyWnd_m1966306898_RuntimeMethod_var; extern String_t* _stringLiteral1869826992; extern const uint32_t ScenePersonalWndLottery_OnClotteryOne_m11046183_MetadataUsageId; extern const uint32_t ScenePersonalWndLottery_OnClooteryFive_m3329629757_MetadataUsageId; extern RuntimeClass* OnClickMsgCallBack_t2417972543_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScenePersonalWndLottery_OnBuyNumCallBack_m1359484959_RuntimeMethod_var; extern String_t* _stringLiteral509857353; extern const uint32_t ScenePersonalWndLottery_OnShowBuyWnd_m1966306898_MetadataUsageId; extern RuntimeClass* CurrencyGetManager_t971236882_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScenePersonalWndLottery_OnBuyCheckCallBack_m2975579580_RuntimeMethod_var; extern String_t* _stringLiteral405384047; extern String_t* _stringLiteral1065451540; extern String_t* _stringLiteral506674996; extern String_t* _stringLiteral4081598260; extern const uint32_t ScenePersonalWndLottery_OnBuyNumCallBack_m1359484959_MetadataUsageId; extern const uint32_t ScenePersonalWndLottery_OnBuyCheckCallBack_m2975579580_MetadataUsageId; extern RuntimeClass* IResourceManager_t3165642952_il2cpp_TypeInfo_var; extern RuntimeClass* CRoot_t1043641654_il2cpp_TypeInfo_var; extern RuntimeClass* PageTipsManager_t2228145721_il2cpp_TypeInfo_var; extern String_t* _stringLiteral743212904; extern const uint32_t ScenePersonalWndLottery_OnClkHelp_m2793093646_MetadataUsageId; extern String_t* _stringLiteral2139244823; extern const uint32_t ScenePersonalWndLottery_OnClkBindDiamond_m2542785393_MetadataUsageId; extern String_t* _stringLiteral1615867505; extern const uint32_t ScenePersonalWndLottery_OnClkDiamond_m661348926_MetadataUsageId; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern String_t* _stringLiteral618579182; extern const uint32_t ScenePersonalWndLottery_OnClkClose_m3083438349_MetadataUsageId; extern RuntimeClass* CWndController_t749709641_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndLottery_OnClkShuijin_m1053152854_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1787055724_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1499601877_RuntimeMethod_var; extern const uint32_t ScenePersonalWndLottery_OnbaoxiangClick_m567947147_MetadataUsageId; extern RuntimeClass* CSignsManager_t1825583579_il2cpp_TypeInfo_var; extern RuntimeClass* SDKEventManager_t864216586_il2cpp_TypeInfo_var; extern String_t* _stringLiteral62725234; extern String_t* _stringLiteral3451500431; extern const uint32_t ScenePersonalWndLottery_OnPageShow_m3847812871_MetadataUsageId; extern const uint32_t ScenePersonalWndLottery_OnPageHide_m3635882444_MetadataUsageId; extern RuntimeClass* CLottery_t1855092142_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2858080704; extern const uint32_t ScenePersonalWndLottery_Update_m1052197189_MetadataUsageId; extern String_t* _stringLiteral128326862; extern String_t* _stringLiteral2623431139; extern const uint32_t ScenePersonalWndLottery_OnRefreshAwardList_m3588700980_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m888956288_RuntimeMethod_var; extern const uint32_t ScenePersonalWndLottery_OnRefreshOwnList_m612110553_MetadataUsageId; extern const uint32_t ScenePersonalWndLottery_OnRefreshBaoxiangData_m2433375630_MetadataUsageId; extern RuntimeClass* OnEventCall_t3758354630_il2cpp_TypeInfo_var; extern RuntimeClass* OnRouletteEndCallBack_t4075122966_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScenePersonalWndLottery_OnTimeOutProc_m446977398_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndLottery_WheelStopCallback_m3477380337_RuntimeMethod_var; extern const uint32_t ScenePersonalWndLottery_OnDoLottery_m1958609063_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern String_t* _stringLiteral331039952; extern const uint32_t ScenePersonalWndLottery_OnUpdateTime_m2506592905_MetadataUsageId; extern const RuntimeMethod* ScenePersonalWndLottery_OnConfirmLotteryCost_m3235707555_RuntimeMethod_var; extern String_t* _stringLiteral3532075700; extern const uint32_t ScenePersonalWndLottery_RequestLotteryResult_m3164009734_MetadataUsageId; extern const uint32_t ScenePersonalWndLottery_OnConfirmLotteryCost_m3235707555_MetadataUsageId; extern String_t* _stringLiteral356113870; extern String_t* _stringLiteral3865808931; extern const uint32_t ScenePersonalWndLottery_GetLotteryNum_m3157662099_MetadataUsageId; extern const uint32_t ScenePersonalWndLottery_WheelStopCallback_m3477380337_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndLottery_OnUpdateCircleShowing_m2430552982_MetadataUsageId; extern const uint32_t ScenePersonalWndLottery_WheelEnd_m919153306_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisDMListView_t512231514_m151075097_RuntimeMethod_var; extern String_t* _stringLiteral3452751330; extern String_t* _stringLiteral4038158085; extern String_t* _stringLiteral2862248431; extern String_t* _stringLiteral1461956127; extern String_t* _stringLiteral571636839; extern String_t* _stringLiteral3024554883; extern String_t* _stringLiteral1199098428; extern String_t* _stringLiteral3819581211; extern String_t* _stringLiteral2862399714; extern String_t* _stringLiteral3947039778; extern String_t* _stringLiteral2341052259; extern String_t* _stringLiteral2079972241; extern String_t* _stringLiteral2205628129; extern String_t* _stringLiteral4081935150; extern String_t* _stringLiteral2886052095; extern String_t* _stringLiteral2482767568; extern String_t* _stringLiteral1438179590; extern String_t* _stringLiteral3004263531; extern String_t* _stringLiteral2510711643; extern const uint32_t ScenePersonalWndMessage_OnPageInit_m96583758_MetadataUsageId; extern RuntimeClass* CMessageManager_t3136027633_il2cpp_TypeInfo_var; extern RuntimeClass* ScenePersonalWndMessage_t4101442169_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndMessage_Update_m2072261567_MetadataUsageId; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern RuntimeClass* CInputHelp_t1757450660_il2cpp_TypeInfo_var; extern RuntimeClass* UICamera_t1356438871_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndMessage_LateUpdate_m2169354107_MetadataUsageId; extern const uint32_t ScenePersonalWndMessage_ChangeList_m4035417535_MetadataUsageId; extern const uint32_t ScenePersonalWndMessage_OnEnable_m1530635341_MetadataUsageId; extern String_t* _stringLiteral2901416965; extern const uint32_t ScenePersonalWndMessage_OnPageShow_m2602120211_MetadataUsageId; extern String_t* _stringLiteral2541477419; extern const uint32_t ScenePersonalWndMessage_OnPageHide_m1848087664_MetadataUsageId; extern String_t* _stringLiteral623318204; extern const uint32_t ScenePersonalWndMessage_OnClkReturn_m3357602748_MetadataUsageId; extern String_t* _stringLiteral2585256216; extern const uint32_t ScenePersonalWndMessage_OnOpenSystemMsgProc_m3298485683_MetadataUsageId; extern const uint32_t ScenePersonalWndMessage_OnOpenPlayerMsgProc_m3519424619_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern RuntimeClass* CMenuManager_t3869721565_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndMessage_OnShowMenu_m309455808_MetadataUsageId; extern RuntimeClass* CAppOSHelp_t338788720_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndMessage_OnShowPlayerInteractiveMenuProc_m3139416909_MetadataUsageId; extern String_t* _stringLiteral2249229000; extern const uint32_t ScenePersonalWndMessage_OnMLCardProc_m1537131848_MetadataUsageId; extern String_t* _stringLiteral767461401; extern const uint32_t ScenePersonalWndMessage_OnMLChatProc_m3211922495_MetadataUsageId; extern const uint32_t ScenePersonalWndMessage_OnMLConcernProc_m3114777288_MetadataUsageId; extern RuntimeClass* CGiftManager_t2180653355_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndMessage_OnMLPresentProc_m3660071030_MetadataUsageId; extern const uint32_t ScenePersonalWndMessage__ChangeSubPage_m627877411_MetadataUsageId; extern RuntimeClass* CShopManager_t754298620_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndMessage__LoadSystemItemIcon_m2372504975_MetadataUsageId; extern const uint32_t ScenePersonalWndMessage__ChangeMessageLabel_m1739052212_MetadataUsageId; extern const uint32_t ScenePersonalWndMessage__SetMessageData_m3148266817_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisuiMsgCell_t2547504819_m454488490_RuntimeMethod_var; extern const uint32_t ScenePersonalWndMessage_OnCloseUnDoDissolveProc_m2984081244_MetadataUsageId; extern const uint32_t ScenePersonalWndMessage_OnScrollPosChanged_m2392094417_MetadataUsageId; extern const uint32_t ScenePersonalWndMessage__cctor_m2635673242_MetadataUsageId; extern RuntimeClass* ScenePersonalWndMyPackage_t3287570987_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndMyPackage_GetInstance_m1174771918_MetadataUsageId; extern RuntimeClass* CMyPackageManager_t122981866_il2cpp_TypeInfo_var; extern RuntimeClass* ChangeHandler_t1870456169_il2cpp_TypeInfo_var; extern RuntimeClass* PageChangedHandler_t2100854622_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScenePersonalPkgList_ChangeListType_m3607207673_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndMyPackage_OnPageChanged_m3072537616_RuntimeMethod_var; extern const uint32_t ScenePersonalWndMyPackage_Awake_m1497173932_MetadataUsageId; extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisuiBtnList_t3771050923_m2370419788_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisItemPageGroup_t3769455068_m1329035802_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisDetailWnd_t3732401977_m3847081229_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisScenePersonalPkgList_t4044424073_m280867213_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisuiMonoMenuArrow_t4143206342_m1669054587_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131_RuntimeMethod_var; extern String_t* _stringLiteral3059639593; extern String_t* _stringLiteral3451670698; extern String_t* _stringLiteral1211046338; extern String_t* _stringLiteral1211051449; extern String_t* _stringLiteral1211052472; extern String_t* _stringLiteral1210926783; extern String_t* _stringLiteral1689750382; extern String_t* _stringLiteral1689755699; extern String_t* _stringLiteral1689756916; extern String_t* _stringLiteral1689761961; extern String_t* _stringLiteral2615678418; extern String_t* _stringLiteral4269867993; extern String_t* _stringLiteral488935399; extern String_t* _stringLiteral897458087; extern String_t* _stringLiteral2264002229; extern String_t* _stringLiteral574385371; extern String_t* _stringLiteral1157384847; extern String_t* _stringLiteral3047603079; extern String_t* _stringLiteral2629898652; extern String_t* _stringLiteral356285873; extern String_t* _stringLiteral1944625593; extern String_t* _stringLiteral972342049; extern String_t* _stringLiteral346742573; extern String_t* _stringLiteral2427405955; extern String_t* _stringLiteral3177587797; extern String_t* _stringLiteral1625582705; extern String_t* _stringLiteral1370894934; extern String_t* _stringLiteral1364803171; extern String_t* _stringLiteral1017912321; extern String_t* _stringLiteral1130398556; extern String_t* _stringLiteral2625918892; extern String_t* _stringLiteral3927677939; extern String_t* _stringLiteral2756990088; extern const uint32_t ScenePersonalWndMyPackage_OnPageInit_m2039848649_MetadataUsageId; extern const uint32_t ScenePersonalWndMyPackage_Destroy_m1694969558_MetadataUsageId; extern const uint32_t ScenePersonalWndMyPackage_Start_m1352832482_MetadataUsageId; extern RuntimeClass* Action_4_t3484037049_il2cpp_TypeInfo_var; extern RuntimeClass* Action_t1264377477_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScenePersonalWndMyPackage_OnConfirmAmount_m4193532926_RuntimeMethod_var; extern const RuntimeMethod* Action_4__ctor_m643750547_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndMyPackage_OnCloseAmountWnd_m2855877140_RuntimeMethod_var; extern const uint32_t ScenePersonalWndMyPackage_OpenOpenGiftWnd_m211997306_MetadataUsageId; extern RuntimeClass* CPropManager_t2238730194_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3102393050; extern const uint32_t ScenePersonalWndMyPackage_GetCurPkgAmount_m145361877_MetadataUsageId; extern RuntimeClass* ChooseBuyUseBoxInfo_t2600922063_il2cpp_TypeInfo_var; extern RuntimeClass* ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var; extern RuntimeClass* OnConfirmUseAmount_t3345112943_il2cpp_TypeInfo_var; extern RuntimeClass* OnCancelAndExit_t3571001794_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScenePersonalWndMyPackage_OnConfirmAmount_m3370481210_RuntimeMethod_var; extern String_t* _stringLiteral2742764646; extern const uint32_t ScenePersonalWndMyPackage_OpenAmountWnd_m2339902972_MetadataUsageId; extern String_t* _stringLiteral2305127668; extern const uint32_t ScenePersonalWndMyPackage_OnConfirmAmount_m3370481210_MetadataUsageId; extern const uint32_t ScenePersonalWndMyPackage_OnConfirmAmount_m4193532926_MetadataUsageId; extern const uint32_t ScenePersonalWndMyPackage_OnCloseAmountWnd_m2855877140_MetadataUsageId; extern const uint32_t ScenePersonalWndMyPackage_OnInitPageMyPackage_m3391762283_MetadataUsageId; extern const uint32_t ScenePersonalWndMyPackage_ShowItemDetailWnd_m2952666299_MetadataUsageId; extern RuntimeClass* cbPackage_t1110821539_il2cpp_TypeInfo_var; extern RuntimeClass* CNetServerConfig_t202072970_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScenePersonalWndMyPackage_OnInitPageMyPackage_m3391762283_RuntimeMethod_var; extern String_t* _stringLiteral3883940818; extern String_t* _stringLiteral2570825119; extern String_t* _stringLiteral2601265189; extern const uint32_t ScenePersonalWndMyPackage_OnPageShow_m1344152888_MetadataUsageId; extern const uint32_t ScenePersonalWndMyPackage_OnClkToShop_m1567793480_MetadataUsageId; extern RuntimeClass* PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var; extern String_t* _stringLiteral350069932; extern const uint32_t ScenePersonalWndMyPackage_ShowYulan_m1369453982_MetadataUsageId; extern const uint32_t ScenePersonalWndMyPackage_SetYulanActive_m4166140953_MetadataUsageId; extern RuntimeClass* CRenewMsgBoxControl_t3836031106_il2cpp_TypeInfo_var; extern RuntimeClass* CChangeGameManager_t2081989347_il2cpp_TypeInfo_var; extern String_t* _stringLiteral165874796; extern const uint32_t ScenePersonalWndMyPackage_Update_m2708612139_MetadataUsageId; extern String_t* _stringLiteral3148528503; extern String_t* _stringLiteral817722968; extern const uint32_t ScenePersonalWndMyPackage_SetTimeRun_m3695113603_MetadataUsageId; extern const uint32_t ScenePersonalWndMyPackage_UpdateMyFashion_m1523326756_MetadataUsageId; extern const uint32_t ScenePersonalWndMyPackage_OnClkScore_m773131838_MetadataUsageId; extern RuntimeClass* ScenePersonalWndMyTraPackage_t1516617923_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndMyTraPackage_GetInstance_m3494341376_MetadataUsageId; extern const RuntimeMethod* ScenePersonalTraPkgList_ChangeListType_m915942748_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndMyTraPackage_OnPageChanged_m1211222995_RuntimeMethod_var; extern const uint32_t ScenePersonalWndMyTraPackage_Awake_m1025839961_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisScenePersonalTraPkgList_t2777623657_m624426714_RuntimeMethod_var; extern const uint32_t ScenePersonalWndMyTraPackage_OnPageInit_m1254146453_MetadataUsageId; extern const uint32_t ScenePersonalWndMyTraPackage_OnPageShow_m2448219129_MetadataUsageId; extern const uint32_t ScenePersonalWndMyTraPackage_Update_m178872606_MetadataUsageId; extern RuntimeClass* ScenePersonalWndNewSignIn_t3840300417_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndNewSignIn_GetInstance_m3829165297_MetadataUsageId; extern RuntimeClass* GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var; extern RuntimeClass* UILabelU5BU5D_t595200952_il2cpp_TypeInfo_var; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisuiItemDetail_t2651173627_m635765916_RuntimeMethod_var; extern String_t* _stringLiteral4111871920; extern String_t* _stringLiteral1179942904; extern String_t* _stringLiteral3402350356; extern String_t* _stringLiteral1044042834; extern String_t* _stringLiteral207190506; extern String_t* _stringLiteral609729268; extern String_t* _stringLiteral911359449; extern String_t* _stringLiteral911424985; extern String_t* _stringLiteral911228377; extern String_t* _stringLiteral911293913; extern String_t* _stringLiteral911621593; extern String_t* _stringLiteral911687129; extern String_t* _stringLiteral2591464167; extern String_t* _stringLiteral235165215; extern String_t* _stringLiteral195177710; extern String_t* _stringLiteral989359833; extern String_t* _stringLiteral2080882202; extern String_t* _stringLiteral2077933082; extern String_t* _stringLiteral2084945434; extern String_t* _stringLiteral2083044890; extern String_t* _stringLiteral2088484378; extern String_t* _stringLiteral2086583834; extern String_t* _stringLiteral3011677026; extern String_t* _stringLiteral3692918314; extern String_t* _stringLiteral450785856; extern const uint32_t ScenePersonalWndNewSignIn_OnPageInit_m2403144059_MetadataUsageId; extern const uint32_t ScenePersonalWndNewSignIn_Awake_m3913740485_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3210248438; extern const uint32_t ScenePersonalWndNewSignIn_Start_m1410436417_MetadataUsageId; extern const uint32_t ScenePersonalWndNewSignIn_OnDestroy_m2619175048_MetadataUsageId; extern RuntimeClass* CActivityManager_t1081296145_il2cpp_TypeInfo_var; extern RuntimeClass* CSignInNewActivity_t3409025969_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndNewSignIn_Update_m423172700_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisuiNewSignInGroup_t2596682924_m2082394909_RuntimeMethod_var; extern const uint32_t ScenePersonalWndNewSignIn_OnFreshPage_m3207980719_MetadataUsageId; extern const uint32_t ScenePersonalWndNewSignIn_UpdateOnlineProgress_m1144335044_MetadataUsageId; extern String_t* _stringLiteral3123925223; extern String_t* _stringLiteral4246919288; extern String_t* _stringLiteral411084527; extern const uint32_t ScenePersonalWndNewSignIn_UpdateAwardState_m643914455_MetadataUsageId; extern const RuntimeMethod* ScenePersonalWndNewSignIn_OnFadeInEnd_m2667171733_RuntimeMethod_var; extern const uint32_t ScenePersonalWndNewSignIn_OnPageShow_m411577164_MetadataUsageId; extern String_t* _stringLiteral52512673; extern const uint32_t ScenePersonalWndNewSignIn_upataMonth_m1065103823_MetadataUsageId; extern const uint32_t ScenePersonalWndNewSignIn_OnFadeInEnd_m2667171733_MetadataUsageId; extern const uint32_t ScenePersonalWndNewSignIn_OnPageHide_m3887457717_MetadataUsageId; extern const uint32_t ScenePersonalWndNewSignIn_OnAcceptAward_m1641464542_MetadataUsageId; extern RuntimeClass* CGiftListWnd_t2390808505_il2cpp_TypeInfo_var; extern RuntimeClass* OnAccetpGiftsCallback_t3618620664_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScenePersonalWndNewSignIn_OnAcceptCallback_m4146304710_RuntimeMethod_var; extern String_t* _stringLiteral796526046; extern String_t* _stringLiteral796460510; extern String_t* _stringLiteral796394974; extern String_t* _stringLiteral796329438; extern String_t* _stringLiteral796263902; extern String_t* _stringLiteral796198366; extern String_t* _stringLiteral2795043686; extern const uint32_t ScenePersonalWndNewSignIn_OnOpenDaetil_m838734500_MetadataUsageId; extern const uint32_t ScenePersonalWndNewSignIn_OnAcceptCallback_m4146304710_MetadataUsageId; extern const uint32_t ScenePersonalWndNewSignIn_GetItemData_m1036810841_MetadataUsageId; extern const uint32_t ScenePersonalWndNewSignIn_GetTotalItemData_m2176854890_MetadataUsageId; extern RuntimeClass* CUserGuideHelp_t3161639665_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndNewSignIn_OnCloseCallBack_m3446175976_MetadataUsageId; extern const uint32_t ScenePersonalWndNewSignIn_OnOpenDescription_m1136788248_MetadataUsageId; extern const uint32_t ScenePersonalWndNewSignIn_OnCloseDescription_m2362315197_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* Transform_t3600365921_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_AddComponent_TisLabberBT_t36101451_m2290225052_RuntimeMethod_var; extern String_t* _stringLiteral3783775924; extern String_t* _stringLiteral493089310; extern const uint32_t ScenePersonalWndPlayMode_Awake_m3929105294_MetadataUsageId; extern const uint32_t ScenePersonalWndPlayMode_OnEnable_m275217063_MetadataUsageId; extern const uint32_t ScenePersonalWndPlayMode_OnDisable_m349743460_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1940543269; extern const uint32_t ScenePersonalWndPlayMode_OnPageShow_m1432117722_MetadataUsageId; extern RuntimeClass* CInputStatistics_t4182964798_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndPlayMode_OnClkStartPVE_m3765630692_MetadataUsageId; extern RuntimeClass* CLeveluprewardConfig_t716371407_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1232841122; extern String_t* _stringLiteral1834980245; extern const uint32_t ScenePersonalWndPlayMode_OnCllStartLabbr_m670684170_MetadataUsageId; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4147163885; extern const uint32_t ScenePersonalWndPlayMode_OnClickBt_m4269648624_MetadataUsageId; extern RuntimeClass* CPveManager_t3058433014_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndPVE_Awake_m1085022566_MetadataUsageId; extern RuntimeClass* CPveAwardManager_t3593166514_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3670584133; extern String_t* _stringLiteral2260012401; extern const uint32_t ScenePersonalWndPVE_DoWithPVESweep_m554636881_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisDMScrollWnd_t1110969451_m2204593250_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisuiLogicStageInfo_t1995670356_m851462254_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisuiClothingStageInfo_t2729291863_m2423000604_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisuiLogicSectionAward_t2863938959_m541305652_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisAnimation_t3648466861_m3125815965_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisUIButtonScale_t3973287916_m1201466901_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndPVE_OnExit_m3279342062_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisUIBGColor_t1323100424_m1516542084_RuntimeMethod_var; extern String_t* _stringLiteral381806519; extern String_t* _stringLiteral4054218676; extern String_t* _stringLiteral2519697669; extern String_t* _stringLiteral937487578; extern String_t* _stringLiteral2364040437; extern String_t* _stringLiteral1767764508; extern String_t* _stringLiteral210667877; extern String_t* _stringLiteral3904437122; extern String_t* _stringLiteral1615957521; extern String_t* _stringLiteral686238703; extern String_t* _stringLiteral746042300; extern String_t* _stringLiteral410549768; extern String_t* _stringLiteral3372486435; extern String_t* _stringLiteral1077944658; extern String_t* _stringLiteral4273338114; extern String_t* _stringLiteral2898646473; extern String_t* _stringLiteral2426278452; extern String_t* _stringLiteral31940241; extern String_t* _stringLiteral3451434895; extern const uint32_t ScenePersonalWndPVE_OnPageInit_m1664904281_MetadataUsageId; extern const uint32_t ScenePersonalWndPVE_ShowPageMain_m944190220_MetadataUsageId; extern const uint32_t ScenePersonalWndPVE_ShowSectionAward_m3394061053_MetadataUsageId; extern String_t* _stringLiteral4191065459; extern const uint32_t ScenePersonalWndPVE_ShowPageStageInfo_m786297973_MetadataUsageId; extern const uint32_t ScenePersonalWndPVE_SetMaskActive_m2786425163_MetadataUsageId; extern const uint32_t ScenePersonalWndPVE_ShowAtlas_m2607051323_MetadataUsageId; extern const uint32_t ScenePersonalWndPVE_ShowFragmentShop_m1507824843_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisuiPVEStory_t2882232527_m3762612137_RuntimeMethod_var; extern const uint32_t ScenePersonalWndPVE_CreateStoryGameobj_m1965598340_MetadataUsageId; extern RuntimeClass* UserGuideManager_t2771698115_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndPVE_Start_m3540279328_MetadataUsageId; extern const uint32_t ScenePersonalWndPVE_Update_m1579534258_MetadataUsageId; extern const uint32_t ScenePersonalWndPVE_HandleWindBaseMessage_m214524474_MetadataUsageId; extern String_t* _stringLiteral1544825496; extern const uint32_t ScenePersonalWndPVE_OnPageShow_m3577471006_MetadataUsageId; extern const uint32_t ScenePersonalWndPVE_OnPageHide_m3041242453_MetadataUsageId; extern RuntimeClass* CIdolManager_t2822338582_il2cpp_TypeInfo_var; extern String_t* _stringLiteral225429302; extern const uint32_t ScenePersonalWndPVE_MoveNextSection_m1973184168_MetadataUsageId; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisuiLogicSection_t3753063162_m3136698533_RuntimeMethod_var; extern String_t* _stringLiteral2913039261; extern String_t* _stringLiteral2887406867; extern String_t* _stringLiteral4054217684; extern String_t* _stringLiteral13109197; extern const uint32_t ScenePersonalWndPVE_UpdateSectionUI_m1893587354_MetadataUsageId; extern String_t* _stringLiteral219740688; extern const uint32_t ScenePersonalWndPVE_OnClkToTask_m1800861653_MetadataUsageId; extern String_t* _stringLiteral1418263782; extern const uint32_t ScenePersonalWndPVE_OnClkToActivity_m1601189137_MetadataUsageId; extern String_t* _stringLiteral2209291447; extern const uint32_t ScenePersonalWndPVE_OnClkReturn_m3754964812_MetadataUsageId; extern const uint32_t ScenePersonalWndPVE_get_MaxSectionIndex_m2744936402_MetadataUsageId; extern String_t* _stringLiteral3932748767; extern const uint32_t ScenePersonalWndPVE__SetButtonState_m2029273454_MetadataUsageId; extern const uint32_t ScenePersonalWndSelectHonor__ctor_m1460820737_MetadataUsageId; extern const RuntimeMethod* ScenePersonalWndSelectHonor_OnClkToTopList_m537497690_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndSelectHonor_OnClkToIdolShow_m2575321634_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndSelectHonor_OnClkClose_m882699708_RuntimeMethod_var; extern String_t* _stringLiteral3602418713; extern String_t* _stringLiteral1646103577; extern const uint32_t ScenePersonalWndSelectHonor_OnPageInit_m1907218506_MetadataUsageId; extern const uint32_t ScenePersonalWndSelectHonor_OnClkToTopList_m537497690_MetadataUsageId; extern const uint32_t ScenePersonalWndSelectHonor_OnClkToIdolShow_m2575321634_MetadataUsageId; extern const uint32_t ScenePersonalWndSelectHonor_OnClkClose_m882699708_MetadataUsageId; extern const uint32_t ScenePersonalWndSelectMode__ctor_m1087997824_MetadataUsageId; extern const RuntimeMethod* ScenePersonalWndSelectMode_OnClkToPVP_m3186996257_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndSelectMode_OnClkToLadder_m344835447_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndSelectMode_OnClkClose_m424804138_RuntimeMethod_var; extern const uint32_t ScenePersonalWndSelectMode_OnPageInit_m3702223642_MetadataUsageId; extern const uint32_t ScenePersonalWndSelectMode_OnClkToPVP_m3186996257_MetadataUsageId; extern String_t* _stringLiteral984227286; extern const uint32_t ScenePersonalWndSelectMode_OnClkToLadder_m344835447_MetadataUsageId; extern const uint32_t ScenePersonalWndSelectMode_OnClkClose_m424804138_MetadataUsageId; extern RuntimeClass* CGoldWatcher_t2760796238_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t1666189680_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1679529104_RuntimeMethod_var; extern const uint32_t ScenePersonalWndShop__ctor_m2812955344_MetadataUsageId; extern RuntimeClass* ScenePersonalWndShop_t78642639_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndShop_GetInstance_m1217643196_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_Awake_m370151311_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnDestroy_m4218866466_MetadataUsageId; extern RuntimeClass* CShareConfig_t1834581091_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3514023836; extern String_t* _stringLiteral3452614541; extern const uint32_t ScenePersonalWndShop_Start_m2204531872_MetadataUsageId; extern RuntimeClass* shopSendGiftTarget_t3356455075_il2cpp_TypeInfo_var; extern RuntimeClass* CAvatarEquipManager_t2125372870_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndShop_SetIdolShowGiveaCloth_m3399807429_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisScenePersonalShopList_t27853008_m428120711_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisScenePersonalShopListViewAnim_t141335317_m952933918_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisScenePersonalShopGroupbuying_t1000467629_m4282944851_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisScenePersonalShopActivitybuying_t3880254145_m1097841852_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalShopList_ChangeList_m3765928993_RuntimeMethod_var; extern String_t* _stringLiteral1902667236; extern String_t* _stringLiteral2675249511; extern String_t* _stringLiteral2531887468; extern String_t* _stringLiteral3348653847; extern String_t* _stringLiteral1954560993; extern String_t* _stringLiteral1928048552; extern String_t* _stringLiteral2463178114; extern String_t* _stringLiteral1871830173; extern String_t* _stringLiteral4073043224; extern String_t* _stringLiteral846232141; extern String_t* _stringLiteral3925744902; extern String_t* _stringLiteral2511427775; extern String_t* _stringLiteral873750764; extern String_t* _stringLiteral4185722446; extern String_t* _stringLiteral3755601353; extern String_t* _stringLiteral2857530627; extern String_t* _stringLiteral4216093077; extern String_t* _stringLiteral2714258779; extern String_t* _stringLiteral4180704207; extern String_t* _stringLiteral3763613829; extern String_t* _stringLiteral2264073609; extern String_t* _stringLiteral1966778315; extern String_t* _stringLiteral3610126794; extern String_t* _stringLiteral442720350; extern String_t* _stringLiteral19126153; extern String_t* _stringLiteral1033683471; extern String_t* _stringLiteral360810400; extern String_t* _stringLiteral482377869; extern String_t* _stringLiteral3337605032; extern String_t* _stringLiteral3757376929; extern String_t* _stringLiteral184992811; extern String_t* _stringLiteral450149320; extern String_t* _stringLiteral3426394644; extern String_t* _stringLiteral1232144466; extern String_t* _stringLiteral1635428993; extern String_t* _stringLiteral69345052; extern String_t* _stringLiteral472629579; extern String_t* _stringLiteral3604797461; extern String_t* _stringLiteral2038713520; extern String_t* _stringLiteral2441998047; extern String_t* _stringLiteral875914106; extern String_t* _stringLiteral133521039; extern String_t* _stringLiteral2404104107; extern String_t* _stringLiteral2340614544; extern String_t* _stringLiteral3179734662; extern String_t* _stringLiteral3306381401; extern String_t* _stringLiteral1619055980; extern String_t* _stringLiteral1583839424; extern const uint32_t ScenePersonalWndShop_OnPageInit_m3576296740_MetadataUsageId; extern String_t* _stringLiteral3028048346; extern const uint32_t ScenePersonalWndShop_Update_m3048469716_MetadataUsageId; extern const RuntimeMethod* Component_GetComponentInChildren_TisUILabel_t3248798549_m3839024558_RuntimeMethod_var; extern String_t* _stringLiteral4199116425; extern String_t* _stringLiteral3595519954; extern const uint32_t ScenePersonalWndShop_ShowNewTime_m2379659470_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_SetTimeRun_m585806542_MetadataUsageId; extern String_t* _stringLiteral547083547; extern const uint32_t ScenePersonalWndShop_OnInitPageShop_m3196203867_MetadataUsageId; extern String_t* _stringLiteral1828273503; extern const uint32_t ScenePersonalWndShop_OnPageFind_m1916498966_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_ShowYulan_m289279895_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_SetYulanActive_m4056699584_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_ShowItemDetailWnd_m529653312_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_PlayShopCartAnim_m857093443_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisAmountWnd_t1885830546_m1645021616_RuntimeMethod_var; extern const uint32_t ScenePersonalWndShop_CreateAmount_m791454477_MetadataUsageId; extern RuntimeClass* OnConfirmBuyAmount_t3515310033_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScenePersonalWndShop_OnConfirmAmount_m4215082379_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndShop_OnCloseAmountWnd_m1497665569_RuntimeMethod_var; extern const uint32_t ScenePersonalWndShop_OpenAmountWnd_m2029443803_MetadataUsageId; extern const RuntimeMethod* ScenePersonalWndShop_OnConfirmAmountInShopCart_m4271374290_RuntimeMethod_var; extern const uint32_t ScenePersonalWndShop_OpenAmountWndInShopCart_m738840676_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisBalanceWnd_t506785226_m3997475059_RuntimeMethod_var; extern const uint32_t ScenePersonalWndShop_OpenBalanceWnd_m3334075506_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisuiMessageHint_t1249251163_m2856046555_RuntimeMethod_var; extern String_t* _stringLiteral3825522523; extern const uint32_t ScenePersonalWndShop_OpenBuyingWnd_m4066712157_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OpenGroupBuyingWnd_m105424016_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OpenActivityBuyingWnd_m4053377331_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OpenBuyingWnd_m1137724636_MetadataUsageId; extern RuntimeClass* OnClickMsgCallBack_t2526724959_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScenePersonalShopItem_OnBuyToolResult_m3180099931_RuntimeMethod_var; extern const uint32_t ScenePersonalWndShop_OnConfirmAmount_m4215082379_MetadataUsageId; extern RuntimeClass* CShopItemData_t2542723346_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndShop_OnConfirmAmountInShopCart_m4271374290_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnCloseAmountWnd_m1497665569_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnOpenAmountWnd_m1355161644_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m186164705_RuntimeMethod_var; extern const uint32_t ScenePersonalWndShop_OnClickItem_m2567797592_MetadataUsageId; extern RuntimeClass* MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var; extern RuntimeClass* CSpeaker_t978472097_il2cpp_TypeInfo_var; extern RuntimeClass* CChatManager_t1988186574_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1968900201; extern const uint32_t ScenePersonalWndShop_OnPageShow_m461508244_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnPageHide_m59240986_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnClkChangeShowModel_m2289227490_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnClkRefreshModel_m3609838626_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnClkReturn_m3057995637_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnShowShopWnd_m1064995543_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnShowShopCartWnd_m2094081692_MetadataUsageId; extern String_t* _stringLiteral4166355951; extern const uint32_t ScenePersonalWndShop_UpdateMyFashion_m350132923_MetadataUsageId; extern RuntimeClass* CItemManager_t2289463753_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Count_m995996543_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1663248861_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisUISprite_t194114938_m299858934_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2778281004_RuntimeMethod_var; extern String_t* _stringLiteral370157738; extern String_t* _stringLiteral3165395286; extern String_t* _stringLiteral1246680135; extern const uint32_t ScenePersonalWndShop_UpdateFashionChange_m339851042_MetadataUsageId; extern RuntimeClass* List_1_t128053199_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1628857705_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m697420525_RuntimeMethod_var; extern const uint32_t ScenePersonalWndShop_OnGuideCommend_m1401006157_MetadataUsageId; extern RuntimeClass* shopQuickBuyManager_t3380475808_il2cpp_TypeInfo_var; extern String_t* _stringLiteral688020701; extern const uint32_t ScenePersonalWndShop_OnClkQuickBuy_m3959368421_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnCallCloseQuickBuyWnd_m498976804_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnClkToShopMainPage_m593744791_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_ChangeMainType_m218486076_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnClkFind_m1207086179_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnShowSelecet_m799103552_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnHideSelect_m1578501174_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnClkSelectShop_m514301065_MetadataUsageId; extern const uint32_t ScenePersonalWndShop_OnClkShopCar_m2420335589_MetadataUsageId; extern RuntimeClass* ScenePersonalShopList_t27853008_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndShop_OnSearchBack_m3561973191_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisScenePersonalShopbuying_t958260052_m4075863452_RuntimeMethod_var; extern const uint32_t ScenePersonalWndShop_CreatShopBuying_m4248578522_MetadataUsageId; extern const uint32_t OnClickMsgCallBack_BeginInvoke_m663319016_MetadataUsageId; extern RuntimeClass* List_1_t1564634078_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1607916668_RuntimeMethod_var; extern const uint32_t ScenePersonalWndShopCart__ctor_m3774845403_MetadataUsageId; extern RuntimeClass* Action_1_t1302699353_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScenePersonalWndShopCart_OnClkBuy_m1253000227_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndShopCart_OnClkDelete_m2131067733_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndShopCart_OnClkClose_m1070397127_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndShopCart_OnClkCheckAll_m3367475412_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndShopCart_NeedRefreshPrice_m247433679_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m504862446_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndShopCart_OnRereshSelectCount_m3393481947_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndShopCart_OnRefreshList_m4105396533_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisDMListView_t512231514_m3155213596_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisuiShopcarConfirm_t2151556946_m594117768_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisUICheckbox_t2276134195_m2001321003_RuntimeMethod_var; extern String_t* _stringLiteral1942904349; extern String_t* _stringLiteral1316432127; extern String_t* _stringLiteral3476790967; extern String_t* _stringLiteral2625569929; extern String_t* _stringLiteral378314438; extern String_t* _stringLiteral2293671187; extern String_t* _stringLiteral3731548162; extern String_t* _stringLiteral2175217146; extern String_t* _stringLiteral2147191529; extern String_t* _stringLiteral3323063730; extern const uint32_t ScenePersonalWndShopCart_OnPageInit_m523604028_MetadataUsageId; extern const uint32_t ScenePersonalWndShopCart_OnPageHide_m4053635716_MetadataUsageId; extern const uint32_t ScenePersonalWndShopCart_OnDestroy_m1855768340_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1224933928_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisScenePersonalShopCartItem_t92559336_m614938044_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m974190272_RuntimeMethod_var; extern const uint32_t ScenePersonalWndShopCart_GenerateShopList_m993783452_MetadataUsageId; extern String_t* _stringLiteral1757372824; extern const uint32_t ScenePersonalWndShopCart_OnClkBuy_m1253000227_MetadataUsageId; extern const uint32_t ScenePersonalWndShopCart_OnClkDelete_m2131067733_MetadataUsageId; extern const uint32_t ScenePersonalWndShopCart_OnClkClose_m1070397127_MetadataUsageId; extern RuntimeClass* IDataEvent_t1799629657_il2cpp_TypeInfo_var; extern RuntimeClass* CDataModelBool_t2269476966_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndShopCart_NeedRefreshPrice_m247433679_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1987002141_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m681168881_RuntimeMethod_var; extern const uint32_t ScenePersonalWndShopCart_SetChildItem_m3305560484_MetadataUsageId; extern RuntimeClass* CDataModelInt_t3463393640_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndShopCart_OnRereshSelectCount_m3393481947_MetadataUsageId; extern RuntimeClass* ScenePersonalWndSignIn_t3402646_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndSignIn_GetInstance_m3808888731_MetadataUsageId; extern const uint32_t ScenePersonalWndSignIn_OnPageInit_m2038196616_MetadataUsageId; extern const uint32_t ScenePersonalWndSignIn_Awake_m3219806141_MetadataUsageId; extern const uint32_t ScenePersonalWndSignIn_Start_m2270058120_MetadataUsageId; extern const uint32_t ScenePersonalWndSignIn_OnDestroy_m2159940738_MetadataUsageId; extern RuntimeClass* CSignInOldActivity_t331747599_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndSignIn_Update_m515336516_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisuiSignInGroup_t1608014557_m3742170200_RuntimeMethod_var; extern const uint32_t ScenePersonalWndSignIn_OnFreshPage_m1657416225_MetadataUsageId; extern const RuntimeMethod* ScenePersonalWndSignIn_OnFadeInEnd_m1062796230_RuntimeMethod_var; extern const uint32_t ScenePersonalWndSignIn_OnPageShow_m3983832864_MetadataUsageId; extern const uint32_t ScenePersonalWndSignIn_upataMonth_m3538352852_MetadataUsageId; extern const uint32_t ScenePersonalWndSignIn_OnFadeInEnd_m1062796230_MetadataUsageId; extern const uint32_t ScenePersonalWndSignIn_OnPageHide_m4294674506_MetadataUsageId; extern const uint32_t ScenePersonalWndSignIn_OnAcceptAward_m552693954_MetadataUsageId; extern const uint32_t ScenePersonalWndSignIn_GetItemData_m3903464664_MetadataUsageId; extern const uint32_t ScenePersonalWndSignIn_OnCloseCallBack_m3304446764_MetadataUsageId; extern const uint32_t ScenePersonalWndSignIn_OnOpenDescription_m195401275_MetadataUsageId; extern const uint32_t ScenePersonalWndSignIn_OnCloseDescription_m806463059_MetadataUsageId; extern const uint32_t ScenePersonalWndSuitcasePackage__ctor_m693886626_MetadataUsageId; extern RuntimeClass* ScenePersonalWndSuitcasePackage_t1713973624_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndSuitcasePackage_GetInstance_m934131983_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisuiSuitcasePkgList_t1807308089_m2463780937_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisThemeRoleData_t305589676_m3099226915_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndSuitcasePackage_OnGetServerMsg_m325725669_RuntimeMethod_var; extern String_t* _stringLiteral3626795605; extern String_t* _stringLiteral1417577555; extern const uint32_t ScenePersonalWndSuitcasePackage_OnPageInit_m820829987_MetadataUsageId; extern const uint32_t ScenePersonalWndSuitcasePackage_OnDestroy_m929539219_MetadataUsageId; extern const RuntimeMethod* uiSuitcasePkgList_ChangeListType_m832230364_RuntimeMethod_var; extern const RuntimeMethod* ScenePersonalWndSuitcasePackage_OnPageChanged_m1867036207_RuntimeMethod_var; extern const uint32_t ScenePersonalWndSuitcasePackage_OnPageShow_m2856604672_MetadataUsageId; extern const uint32_t ScenePersonalWndSuitcasePackage_OnGetServerMsg_m325725669_MetadataUsageId; extern const uint32_t ScenePersonalWndSuitcasePackage_Update_m1138399949_MetadataUsageId; extern RuntimeClass* CIconAlign_t2187079683_il2cpp_TypeInfo_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisuiManageQuestion_t3299556974_m1586010593_RuntimeMethod_var; extern String_t* _stringLiteral2650103776; extern String_t* _stringLiteral2543036221; extern String_t* _stringLiteral3355118869; extern String_t* _stringLiteral883313516; extern String_t* _stringLiteral2325263510; extern String_t* _stringLiteral4008756004; extern String_t* _stringLiteral2586553801; extern String_t* _stringLiteral4058284540; extern String_t* _stringLiteral303713318; extern String_t* _stringLiteral2215126688; extern String_t* _stringLiteral3190996622; extern String_t* _stringLiteral1724457406; extern String_t* _stringLiteral3399482453; extern String_t* _stringLiteral1349524208; extern String_t* _stringLiteral2451252522; extern String_t* _stringLiteral763393879; extern String_t* _stringLiteral4173399550; extern String_t* _stringLiteral419862075; extern String_t* _stringLiteral1851018058; extern String_t* _stringLiteral2564593459; extern String_t* _stringLiteral136136489; extern String_t* _stringLiteral3573987833; extern const uint32_t ScenePersonalWndSystemSet_OnPageInit_m1808414430_MetadataUsageId; extern String_t* _stringLiteral1672626552; extern String_t* _stringLiteral1844922130; extern String_t* _stringLiteral1711148995; extern const uint32_t ScenePersonalWndSystemSet_OnPageShow_m3874063_MetadataUsageId; extern RuntimeClass* CPetManager_t2941415134_il2cpp_TypeInfo_var; extern RuntimeClass* ISceneNpcBase_t3974693970_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndSystemSet_OnPageHide_m3214349606_MetadataUsageId; extern RuntimeClass* CMiscConfig_t1694835947_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2689597995; extern const uint32_t ScenePersonalWndSystemSet_OnClkMidi_m2293920813_MetadataUsageId; extern const uint32_t ScenePersonalWndSystemSet_OnClkGift_m2653640371_MetadataUsageId; extern String_t* _stringLiteral1208990579; extern const uint32_t ScenePersonalWndSystemSet_OnClkMidiBtn_m3927190318_MetadataUsageId; extern const uint32_t ScenePersonalWndSystemSet_OnClkVibratorBtn_m982080809_MetadataUsageId; extern const uint32_t ScenePersonalWndSystemSet_OnClkDownModeBtn_m3797486080_MetadataUsageId; extern const uint32_t ScenePersonalWndSystemSet_OnClkAccept_m198800149_MetadataUsageId; extern const uint32_t ScenePersonalWndSystemSet_OnClkClose_m1327378249_MetadataUsageId; extern RuntimeClass* CLeDouApi_t315808977_il2cpp_TypeInfo_var; extern const RuntimeMethod* CLeDouApi_OnClkLogoutOK_m1924820837_RuntimeMethod_var; extern String_t* _stringLiteral2138707942; extern const uint32_t ScenePersonalWndSystemSet_OnClickChangeAccout_m3688563147_MetadataUsageId; extern RuntimeClass* CBulletinManager_t2950394527_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3592156603; extern String_t* _stringLiteral2374033784; extern String_t* _stringLiteral129972941; extern const uint32_t ScenePersonalWndSystemSet_OnClkIntroduction_m2122638142_MetadataUsageId; extern const uint32_t ScenePersonalWndSystemSet_OnClkPlatform_m4003684335_MetadataUsageId; extern const uint32_t ScenePersonalWndSystemSet_OnClkContact_m1633670645_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3453007782; extern String_t* _stringLiteral2475492147; extern String_t* _stringLiteral3452614566; extern String_t* _stringLiteral3770848205; extern String_t* _stringLiteral2172216886; extern const uint32_t ScenePersonalWndSystemSet_OnClkContactShowMassage_m1252604116_MetadataUsageId; extern const uint32_t ScenePersonalWndSystemSet_OnClkContactUs_m2847971805_MetadataUsageId; extern RuntimeClass* CFullDownController_t1960339117_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndSystemSet_OnClkDownLoadFull_m733288962_MetadataUsageId; extern String_t* _stringLiteral3867711289; extern String_t* _stringLiteral2623605597; extern String_t* _stringLiteral816370845; extern const uint32_t ScenePersonalWndSystemSet_OnClkPromotion_Thai_m3204297413_MetadataUsageId; extern const uint32_t ScenePersonalWndTask__ctor_m3674629954_MetadataUsageId; extern RuntimeClass* CTaskConfig_t1143949342_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScenePersonalWndTask_OnClkClose_m2287730997_RuntimeMethod_var; extern const RuntimeMethod* CUIBase_FindSerialValue_TisDMListView_t512231514_m1262473569_RuntimeMethod_var; extern String_t* _stringLiteral1537567923; extern String_t* _stringLiteral961192379; extern String_t* _stringLiteral2512995173; extern String_t* _stringLiteral1512466188; extern String_t* _stringLiteral115170153; extern String_t* _stringLiteral3125621444; extern String_t* _stringLiteral800730645; extern String_t* _stringLiteral3905319602; extern String_t* _stringLiteral101523040; extern String_t* _stringLiteral1511927232; extern String_t* _stringLiteral2385202064; extern String_t* _stringLiteral3544772100; extern String_t* _stringLiteral1466316733; extern String_t* _stringLiteral4044546360; extern String_t* _stringLiteral810774831; extern String_t* _stringLiteral3447925820; extern String_t* _stringLiteral928800233; extern String_t* _stringLiteral2234847341; extern String_t* _stringLiteral1407724636; extern String_t* _stringLiteral371259678; extern String_t* _stringLiteral2634597644; extern String_t* _stringLiteral1489077176; extern const uint32_t ScenePersonalWndTask_OnPageInit_m1442323898_MetadataUsageId; extern String_t* _stringLiteral3451172751; extern const uint32_t ScenePersonalWndTask_OnPageShow_m2240165194_MetadataUsageId; extern const uint32_t ScenePersonalWndTask_OnPageHide_m328760300_MetadataUsageId; extern const uint32_t ScenePersonalWndTask_OnChangeTaskPage_m2436036221_MetadataUsageId; extern const uint32_t ScenePersonalWndTask_OnClkClose_m2287730997_MetadataUsageId; extern RuntimeClass* ScenePersonalWndTask_t4092996456_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1742747124; extern String_t* _stringLiteral3427737386; extern const uint32_t ScenePersonalWndTask__cctor_m1433538807_MetadataUsageId; extern RuntimeClass* UITextureU5BU5D_t4250952428_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1865406138; extern String_t* _stringLiteral1763124084; extern String_t* _stringLiteral2812088475; extern String_t* _stringLiteral750169090; extern String_t* _stringLiteral3823383156; extern String_t* _stringLiteral3741663509; extern String_t* _stringLiteral1779237246; extern String_t* _stringLiteral3348717816; extern String_t* _stringLiteral1500408063; extern String_t* _stringLiteral1155896991; extern String_t* _stringLiteral3341526573; extern String_t* _stringLiteral2581526361; extern String_t* _stringLiteral1366128954; extern String_t* _stringLiteral356337657; extern String_t* _stringLiteral538041889; extern String_t* _stringLiteral2163128460; extern String_t* _stringLiteral460716038; extern String_t* _stringLiteral2827514772; extern String_t* _stringLiteral1904205680; extern String_t* _stringLiteral2604904046; extern String_t* _stringLiteral3962212996; extern String_t* _stringLiteral2391946273; extern String_t* _stringLiteral2392011809; extern String_t* _stringLiteral2392077345; extern String_t* _stringLiteral2392142881; extern String_t* _stringLiteral2392208417; extern String_t* _stringLiteral2392273953; extern String_t* _stringLiteral2392339489; extern String_t* _stringLiteral2392405025; extern String_t* _stringLiteral3921025800; extern String_t* _stringLiteral3918732040; extern String_t* _stringLiteral3933477640; extern String_t* _stringLiteral3932232456; extern String_t* _stringLiteral3930200840; extern String_t* _stringLiteral3927907080; extern String_t* _stringLiteral3942652680; extern String_t* _stringLiteral3940358920; extern String_t* _stringLiteral825133329; extern String_t* _stringLiteral757958929; extern String_t* _stringLiteral1244694801; extern String_t* _stringLiteral1147111697; extern String_t* _stringLiteral1079675153; extern String_t* _stringLiteral1012500753; extern String_t* _stringLiteral1499236625; extern String_t* _stringLiteral1432062225; extern String_t* _stringLiteral1290440137; extern String_t* _stringLiteral3104804298; extern String_t* _stringLiteral1974242758; extern String_t* _stringLiteral29986246; extern String_t* _stringLiteral2103872963; extern String_t* _stringLiteral3918237124; extern String_t* _stringLiteral2787675600; extern String_t* _stringLiteral912625104; extern const uint32_t ScenePersonalWndVip_OnPageInit_m3376042302_MetadataUsageId; extern RuntimeClass* CVipManager_t269477008_il2cpp_TypeInfo_var; extern const uint32_t ScenePersonalWndVip_Update_m1729308763_MetadataUsageId; extern const uint32_t ScenePersonalWndVip_OnEnable_m3168162789_MetadataUsageId; extern const uint32_t ScenePersonalWndVip_OnPageShow_m2701581689_MetadataUsageId; extern const uint32_t ScenePersonalWndVip_OnPageHide_m1905294558_MetadataUsageId; extern const uint32_t ScenePersonalWndVip_OnClkReturn_m2485761369_MetadataUsageId; extern const uint32_t ScenePersonalWndVip_OnOpenRechargedWndProc_m935466696_MetadataUsageId; extern const uint32_t ScenePersonalWndVip_OnRequestGetGiftProc_m1717108193_MetadataUsageId; extern RuntimeClass* CVipConfig_t3229999091_il2cpp_TypeInfo_var; extern RuntimeClass* ColorMap_t353729970_il2cpp_TypeInfo_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2232194425; extern String_t* _stringLiteral3175737683; extern String_t* _stringLiteral3100548452; extern String_t* _stringLiteral3452614529; extern String_t* _stringLiteral3575924663; extern const uint32_t ScenePersonalWndVip__ChageSubPage_m893387898_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisuiPrivilegeCell_t2635402331_m4174730192_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221_RuntimeMethod_var; extern const uint32_t ScenePersonalWndVip__SetVipPrivilege_m4009580377_MetadataUsageId; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var; extern const uint32_t ScenePersonalWndVip__SetGiftBoxState_m4116623517_MetadataUsageId; extern const uint32_t ScenePersonalWndVip__SetVipGift_m2234534688_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2631462689_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3034076052_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m1665413869_RuntimeMethod_var; extern String_t* _stringLiteral2240226943; extern String_t* _stringLiteral3450517496; extern const uint32_t ScenePersonalWndVip__SetVipGiftIcon_m3855307677_MetadataUsageId; extern String_t* _stringLiteral3073633707; extern String_t* _stringLiteral3073633708; extern String_t* _stringLiteral3073633705; extern String_t* _stringLiteral3073633706; extern String_t* _stringLiteral3073633703; extern String_t* _stringLiteral3073633704; extern String_t* _stringLiteral3073633701; extern String_t* _stringLiteral3073633702; extern const uint32_t ScenePersonalWndVip_OnClickItem_m2313054126_MetadataUsageId; extern const uint32_t ScenePosPlay_Start_m2711618976_MetadataUsageId; extern const uint32_t SceneSexPlay_Start_m29553854_MetadataUsageId; extern RuntimeClass* SDKProxyManager_t1131642099_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t2019918284_il2cpp_TypeInfo_var; extern const uint32_t SDKProxyManager_add_onMsgFromSDKProxy_m897937637_MetadataUsageId; extern const uint32_t SDKProxyManager_remove_onMsgFromSDKProxy_m3234104405_MetadataUsageId; extern const uint32_t SDKProxyManager_Get_m623790032_MetadataUsageId; extern const uint32_t SelfQualifyPkResultInfo__ctor_m356026627_MetadataUsageId; extern String_t* _stringLiteral3004352657; extern String_t* _stringLiteral2482278383; extern String_t* _stringLiteral4056256495; extern String_t* _stringLiteral2099941359; extern String_t* _stringLiteral908300271; extern const uint32_t ShopBrandRegionCell_OnPageInit_m3768398029_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2276455407_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3729392029_RuntimeMethod_var; extern const uint32_t ShopBrandRegionCell_UpDateUI_m3692492003_MetadataUsageId; extern const RuntimeMethod* ShopBrandRegionCell__OnDoConfirmCallBack_m1899837345_RuntimeMethod_var; extern String_t* _stringLiteral4112194583; extern const uint32_t ShopBrandRegionCell_OnClickIntroduce_m360393520_MetadataUsageId; extern const uint32_t ShopBrandRegionCell__OnDoConfirmCallBack_m1899837345_MetadataUsageId; extern String_t* _stringLiteral2328036797; extern String_t* _stringLiteral2568768431; extern String_t* _stringLiteral2332735529; extern String_t* _stringLiteral2332669993; extern String_t* _stringLiteral1992597872; extern const uint32_t ShuXingAnim_OnPageInit_m4099427185_MetadataUsageId; extern RuntimeClass* AnimationClip_t2318505987_il2cpp_TypeInfo_var; extern const RuntimeMethod* ShuXingAnim_CallBackStart_m2517270488_RuntimeMethod_var; extern String_t* _stringLiteral2237924616; extern String_t* _stringLiteral1937363636; extern String_t* _stringLiteral3883939826; extern String_t* _stringLiteral3585470494; extern String_t* _stringLiteral639119457; extern String_t* _stringLiteral2367223495; extern String_t* _stringLiteral1565730197; extern String_t* _stringLiteral2783098107; extern String_t* _stringLiteral1591672228; extern String_t* _stringLiteral3643204394; extern String_t* _stringLiteral1977905146; extern const uint32_t ShuXingAnim_PlayAnim_m2895790427_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m3401007060_RuntimeMethod_var; extern const uint32_t ShuXingAnim_CallBackEnd_m431110157_MetadataUsageId; extern const RuntimeMethod* ShuXingAnim_CallBackEnd_m431110157_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1020503464_RuntimeMethod_var; extern String_t* _stringLiteral2541424771; extern const uint32_t ShuXingAnim_Update_m1514435397_MetadataUsageId; extern const RuntimeType* MeshFilter_t3523625662_0_0_0_var; extern RuntimeClass* Mesh_t3648964284_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t2877333782_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t1311249841_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t1710706642_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* MeshFilter_t3523625662_il2cpp_TypeInfo_var; extern RuntimeClass* BetterList_1_t2959858834_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m18895326_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1__ctor_m163271134_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1__ctor_m3090907367_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1__ctor_m3809045019_RuntimeMethod_var; extern const uint32_t SkinedTrail_Awake_m3616918355_MetadataUsageId; extern RuntimeClass* NGUITools_t1206951095_il2cpp_TypeInfo_var; extern const uint32_t SkinedTrail_OnDestroy_m1416440055_MetadataUsageId; extern const uint32_t SkinedTrail_ClearTail_m96678139_MetadataUsageId; extern RuntimeClass* stTrailNode_t3804838516_il2cpp_TypeInfo_var; extern RuntimeClass* Matrix4x4_t1817901843_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_Add_m3701796372_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Clear_m3888032970_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_get_Item_m3648891194_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Insert_m1116584440_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_RemoveRange_m2735139044_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_set_Item_m669627309_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Clear_m1110557353_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Clear_m966181545_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Clear_m2923267548_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Add_m3823220309_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Add_m3678844501_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_Add_m2929793890_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_ToArray_m1446268266_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_ToArray_m2485675029_RuntimeMethod_var; extern const RuntimeMethod* BetterList_1_ToArray_m2725107919_RuntimeMethod_var; extern const uint32_t SkinedTrail_UpdateTail_m4018746405_MetadataUsageId; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral2833583518; extern String_t* _stringLiteral3535578514; extern String_t* _stringLiteral2154449425; extern String_t* _stringLiteral3169899887; extern String_t* _stringLiteral3356576137; extern String_t* _stringLiteral826316754; extern String_t* _stringLiteral2260486749; extern const uint32_t SpiritGuideItem_OnPageInit_m309685498_MetadataUsageId; extern RuntimeClass* CSpriteGuideCfg_t2105483911_il2cpp_TypeInfo_var; extern RuntimeClass* CFontHelp_t2408739167_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3935337969; extern String_t* _stringLiteral1138292564; extern const uint32_t SpiritGuideItem_SetData_m2089354975_MetadataUsageId; extern RuntimeClass* CBeachManager_t2929024312_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisScenePersonalBtnCallBack_t2666224716_m4288563181_RuntimeMethod_var; extern String_t* _stringLiteral2988584336; extern String_t* _stringLiteral2137673285; extern String_t* _stringLiteral197722302; extern const uint32_t SpiritGuideItem_OnBtnClick_m4232910767_MetadataUsageId; extern const uint32_t SpringPanel__ctor_m1010041651_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisUIDraggablePanel_t1628346357_m3352151309_RuntimeMethod_var; extern const uint32_t SpringPanel_Start_m649902971_MetadataUsageId; extern const uint32_t SpringPanel_Update_m333743932_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisSpringPanel_t277350554_m220738092_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisSpringPanel_t277350554_m1355290217_RuntimeMethod_var; extern const uint32_t SpringPanel_Begin_m1071572848_MetadataUsageId; struct uiLotteryItemU5BU5D_t112276802; struct TransformU5BU5D_t807237628; struct UISpriteU5BU5D_t1415066463; struct uiBoxItemU5BU5D_t1414951688; struct ObjectU5BU5D_t2843939325; struct GameObjectU5BU5D_t3328599146; struct UILabelU5BU5D_t595200952; struct Int32U5BU5D_t385246372; struct CharU5BU5D_t3528271667; struct StringU5BU5D_t1281789340; struct UITextureU5BU5D_t4250952428; struct Vector3U5BU5D_t1718750761; struct ColorU5BU5D_t941916413; struct Vector2U5BU5D_t1457185986; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef CAVATARINFO_T2247402650_H #define CAVATARINFO_T2247402650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAvatarInfo struct CAvatarInfo_t2247402650 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CAvatarInfo::m_SexVal int32_t ___m_SexVal_0; // System.Collections.Generic.List`1 DMCore.Logic.CAvatarInfo::m_EquipList List_1_t128053199 * ___m_EquipList_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CAvatarInfo::m_EquipJewelIdDic Dictionary_2_t1839659084 * ___m_EquipJewelIdDic_2; public: inline static int32_t get_offset_of_m_SexVal_0() { return static_cast(offsetof(CAvatarInfo_t2247402650, ___m_SexVal_0)); } inline int32_t get_m_SexVal_0() const { return ___m_SexVal_0; } inline int32_t* get_address_of_m_SexVal_0() { return &___m_SexVal_0; } inline void set_m_SexVal_0(int32_t value) { ___m_SexVal_0 = value; } inline static int32_t get_offset_of_m_EquipList_1() { return static_cast(offsetof(CAvatarInfo_t2247402650, ___m_EquipList_1)); } inline List_1_t128053199 * get_m_EquipList_1() const { return ___m_EquipList_1; } inline List_1_t128053199 ** get_address_of_m_EquipList_1() { return &___m_EquipList_1; } inline void set_m_EquipList_1(List_1_t128053199 * value) { ___m_EquipList_1 = value; Il2CppCodeGenWriteBarrier((&___m_EquipList_1), value); } inline static int32_t get_offset_of_m_EquipJewelIdDic_2() { return static_cast(offsetof(CAvatarInfo_t2247402650, ___m_EquipJewelIdDic_2)); } inline Dictionary_2_t1839659084 * get_m_EquipJewelIdDic_2() const { return ___m_EquipJewelIdDic_2; } inline Dictionary_2_t1839659084 ** get_address_of_m_EquipJewelIdDic_2() { return &___m_EquipJewelIdDic_2; } inline void set_m_EquipJewelIdDic_2(Dictionary_2_t1839659084 * value) { ___m_EquipJewelIdDic_2 = value; Il2CppCodeGenWriteBarrier((&___m_EquipJewelIdDic_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAVATARINFO_T2247402650_H #ifndef LIST_1_T1666189680_H #define LIST_1_T1666189680_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_t1666189680 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UISpriteU5BU5D_t1415066463* ____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_t1666189680, ____items_1)); } inline UISpriteU5BU5D_t1415066463* get__items_1() const { return ____items_1; } inline UISpriteU5BU5D_t1415066463** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UISpriteU5BU5D_t1415066463* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1666189680, ____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_t1666189680, ____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_t1666189680_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray UISpriteU5BU5D_t1415066463* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1666189680_StaticFields, ___EmptyArray_4)); } inline UISpriteU5BU5D_t1415066463* get_EmptyArray_4() const { return ___EmptyArray_4; } inline UISpriteU5BU5D_t1415066463** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(UISpriteU5BU5D_t1415066463* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1666189680_H #ifndef CGOLDWATCHER_T2760796238_H #define CGOLDWATCHER_T2760796238_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGoldWatcher struct CGoldWatcher_t2760796238 : public RuntimeObject { public: // UILabel DMCore.Logic.CGoldWatcher::m_lbGold UILabel_t3248798549 * ___m_lbGold_0; // System.Int64 DMCore.Logic.CGoldWatcher::m_nLastGold int64_t ___m_nLastGold_1; public: inline static int32_t get_offset_of_m_lbGold_0() { return static_cast(offsetof(CGoldWatcher_t2760796238, ___m_lbGold_0)); } inline UILabel_t3248798549 * get_m_lbGold_0() const { return ___m_lbGold_0; } inline UILabel_t3248798549 ** get_address_of_m_lbGold_0() { return &___m_lbGold_0; } inline void set_m_lbGold_0(UILabel_t3248798549 * value) { ___m_lbGold_0 = value; Il2CppCodeGenWriteBarrier((&___m_lbGold_0), value); } inline static int32_t get_offset_of_m_nLastGold_1() { return static_cast(offsetof(CGoldWatcher_t2760796238, ___m_nLastGold_1)); } inline int64_t get_m_nLastGold_1() const { return ___m_nLastGold_1; } inline int64_t* get_address_of_m_nLastGold_1() { return &___m_nLastGold_1; } inline void set_m_nLastGold_1(int64_t value) { ___m_nLastGold_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGOLDWATCHER_T2760796238_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 CQUALIFYINGMANAGER_T954001806_H #define CQUALIFYINGMANAGER_T954001806_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CQualifyingManager struct CQualifyingManager_t954001806 : public RuntimeObject { public: // CQualifyingManager/CallBack CQualifyingManager::RefrQfModeList CallBack_t4012644998 * ___RefrQfModeList_0; // CQualifyingManager/CallBack CQualifyingManager::RefrQfRankListBaseInfo CallBack_t4012644998 * ___RefrQfRankListBaseInfo_1; // CQualifyingManager/CallBack CQualifyingManager::RefrQfRankList CallBack_t4012644998 * ___RefrQfRankList_2; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchFailed CallBack_t4012644998 * ___RefrQfMatchFailed_3; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchSuccess CallBack_t4012644998 * ___RefrQfMatchSuccess_4; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchRoleInfo CallBack_t4012644998 * ___RefrQfMatchRoleInfo_5; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchSelfInfo CallBack_t4012644998 * ___RefrQfMatchSelfInfo_6; // CQualifyingManager/CallBack CQualifyingManager::RefrQfInMatchQueue CallBack_t4012644998 * ___RefrQfInMatchQueue_7; // CQualifyingManager/CallBack CQualifyingManager::ReturnToLobby CallBack_t4012644998 * ___ReturnToLobby_8; // CQualifyingManager/CallBack CQualifyingManager::RefrQfMatchCd CallBack_t4012644998 * ___RefrQfMatchCd_9; // System.String[] CQualifyingManager::Opentime StringU5BU5D_t1281789340* ___Opentime_10; // System.Int32 CQualifyingManager::OpenLevel int32_t ___OpenLevel_11; // System.Boolean CQualifyingManager::IsFullDownLoad bool ___IsFullDownLoad_12; // System.Boolean CQualifyingManager::RemindOnce bool ___RemindOnce_13; // System.Boolean CQualifyingManager::RemindMatchTimeOnce bool ___RemindMatchTimeOnce_14; // System.Boolean CQualifyingManager::IsQualifyingGame bool ___IsQualifyingGame_15; // System.Boolean CQualifyingManager::IsInMatchQueue bool ___IsInMatchQueue_16; // System.Int32 CQualifyingManager::Mode int32_t ___Mode_17; // System.Int32[] CQualifyingManager::MatchCDTime Int32U5BU5D_t385246372* ___MatchCDTime_18; // System.Int32 CQualifyingManager::qfModeNum int32_t ___qfModeNum_20; // System.Int32 CQualifyingManager::isOpen int32_t ___isOpen_21; // System.Collections.Generic.List`1 CQualifyingManager::selfQualifyInfoList List_1_t4281599118 * ___selfQualifyInfoList_22; // System.Collections.Generic.List`1 CQualifyingManager::qualifyInfoList List_1_t4281599118 * ___qualifyInfoList_23; // System.Collections.Generic.Dictionary`2> CQualifyingManager::matchedQueue Dictionary_2_t4066855417 * ___matchedQueue_24; // CurQualifyRankInfo CQualifyingManager::curQualifyRankInfo CurQualifyRankInfo_t2391125760 * ___curQualifyRankInfo_25; // SelfQualifyPkResultInfo CQualifyingManager::pkResult SelfQualifyPkResultInfo_t1561294256 * ___pkResult_26; // System.Collections.Generic.List`1 CQualifyingManager::allPlayerQualifyInfo List_1_t4281599118 * ___allPlayerQualifyInfo_27; public: inline static int32_t get_offset_of_RefrQfModeList_0() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfModeList_0)); } inline CallBack_t4012644998 * get_RefrQfModeList_0() const { return ___RefrQfModeList_0; } inline CallBack_t4012644998 ** get_address_of_RefrQfModeList_0() { return &___RefrQfModeList_0; } inline void set_RefrQfModeList_0(CallBack_t4012644998 * value) { ___RefrQfModeList_0 = value; Il2CppCodeGenWriteBarrier((&___RefrQfModeList_0), value); } inline static int32_t get_offset_of_RefrQfRankListBaseInfo_1() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfRankListBaseInfo_1)); } inline CallBack_t4012644998 * get_RefrQfRankListBaseInfo_1() const { return ___RefrQfRankListBaseInfo_1; } inline CallBack_t4012644998 ** get_address_of_RefrQfRankListBaseInfo_1() { return &___RefrQfRankListBaseInfo_1; } inline void set_RefrQfRankListBaseInfo_1(CallBack_t4012644998 * value) { ___RefrQfRankListBaseInfo_1 = value; Il2CppCodeGenWriteBarrier((&___RefrQfRankListBaseInfo_1), value); } inline static int32_t get_offset_of_RefrQfRankList_2() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfRankList_2)); } inline CallBack_t4012644998 * get_RefrQfRankList_2() const { return ___RefrQfRankList_2; } inline CallBack_t4012644998 ** get_address_of_RefrQfRankList_2() { return &___RefrQfRankList_2; } inline void set_RefrQfRankList_2(CallBack_t4012644998 * value) { ___RefrQfRankList_2 = value; Il2CppCodeGenWriteBarrier((&___RefrQfRankList_2), value); } inline static int32_t get_offset_of_RefrQfMatchFailed_3() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchFailed_3)); } inline CallBack_t4012644998 * get_RefrQfMatchFailed_3() const { return ___RefrQfMatchFailed_3; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchFailed_3() { return &___RefrQfMatchFailed_3; } inline void set_RefrQfMatchFailed_3(CallBack_t4012644998 * value) { ___RefrQfMatchFailed_3 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchFailed_3), value); } inline static int32_t get_offset_of_RefrQfMatchSuccess_4() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchSuccess_4)); } inline CallBack_t4012644998 * get_RefrQfMatchSuccess_4() const { return ___RefrQfMatchSuccess_4; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchSuccess_4() { return &___RefrQfMatchSuccess_4; } inline void set_RefrQfMatchSuccess_4(CallBack_t4012644998 * value) { ___RefrQfMatchSuccess_4 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchSuccess_4), value); } inline static int32_t get_offset_of_RefrQfMatchRoleInfo_5() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchRoleInfo_5)); } inline CallBack_t4012644998 * get_RefrQfMatchRoleInfo_5() const { return ___RefrQfMatchRoleInfo_5; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchRoleInfo_5() { return &___RefrQfMatchRoleInfo_5; } inline void set_RefrQfMatchRoleInfo_5(CallBack_t4012644998 * value) { ___RefrQfMatchRoleInfo_5 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchRoleInfo_5), value); } inline static int32_t get_offset_of_RefrQfMatchSelfInfo_6() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchSelfInfo_6)); } inline CallBack_t4012644998 * get_RefrQfMatchSelfInfo_6() const { return ___RefrQfMatchSelfInfo_6; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchSelfInfo_6() { return &___RefrQfMatchSelfInfo_6; } inline void set_RefrQfMatchSelfInfo_6(CallBack_t4012644998 * value) { ___RefrQfMatchSelfInfo_6 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchSelfInfo_6), value); } inline static int32_t get_offset_of_RefrQfInMatchQueue_7() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfInMatchQueue_7)); } inline CallBack_t4012644998 * get_RefrQfInMatchQueue_7() const { return ___RefrQfInMatchQueue_7; } inline CallBack_t4012644998 ** get_address_of_RefrQfInMatchQueue_7() { return &___RefrQfInMatchQueue_7; } inline void set_RefrQfInMatchQueue_7(CallBack_t4012644998 * value) { ___RefrQfInMatchQueue_7 = value; Il2CppCodeGenWriteBarrier((&___RefrQfInMatchQueue_7), value); } inline static int32_t get_offset_of_ReturnToLobby_8() { return static_cast(offsetof(CQualifyingManager_t954001806, ___ReturnToLobby_8)); } inline CallBack_t4012644998 * get_ReturnToLobby_8() const { return ___ReturnToLobby_8; } inline CallBack_t4012644998 ** get_address_of_ReturnToLobby_8() { return &___ReturnToLobby_8; } inline void set_ReturnToLobby_8(CallBack_t4012644998 * value) { ___ReturnToLobby_8 = value; Il2CppCodeGenWriteBarrier((&___ReturnToLobby_8), value); } inline static int32_t get_offset_of_RefrQfMatchCd_9() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RefrQfMatchCd_9)); } inline CallBack_t4012644998 * get_RefrQfMatchCd_9() const { return ___RefrQfMatchCd_9; } inline CallBack_t4012644998 ** get_address_of_RefrQfMatchCd_9() { return &___RefrQfMatchCd_9; } inline void set_RefrQfMatchCd_9(CallBack_t4012644998 * value) { ___RefrQfMatchCd_9 = value; Il2CppCodeGenWriteBarrier((&___RefrQfMatchCd_9), value); } inline static int32_t get_offset_of_Opentime_10() { return static_cast(offsetof(CQualifyingManager_t954001806, ___Opentime_10)); } inline StringU5BU5D_t1281789340* get_Opentime_10() const { return ___Opentime_10; } inline StringU5BU5D_t1281789340** get_address_of_Opentime_10() { return &___Opentime_10; } inline void set_Opentime_10(StringU5BU5D_t1281789340* value) { ___Opentime_10 = value; Il2CppCodeGenWriteBarrier((&___Opentime_10), value); } inline static int32_t get_offset_of_OpenLevel_11() { return static_cast(offsetof(CQualifyingManager_t954001806, ___OpenLevel_11)); } inline int32_t get_OpenLevel_11() const { return ___OpenLevel_11; } inline int32_t* get_address_of_OpenLevel_11() { return &___OpenLevel_11; } inline void set_OpenLevel_11(int32_t value) { ___OpenLevel_11 = value; } inline static int32_t get_offset_of_IsFullDownLoad_12() { return static_cast(offsetof(CQualifyingManager_t954001806, ___IsFullDownLoad_12)); } inline bool get_IsFullDownLoad_12() const { return ___IsFullDownLoad_12; } inline bool* get_address_of_IsFullDownLoad_12() { return &___IsFullDownLoad_12; } inline void set_IsFullDownLoad_12(bool value) { ___IsFullDownLoad_12 = value; } inline static int32_t get_offset_of_RemindOnce_13() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RemindOnce_13)); } inline bool get_RemindOnce_13() const { return ___RemindOnce_13; } inline bool* get_address_of_RemindOnce_13() { return &___RemindOnce_13; } inline void set_RemindOnce_13(bool value) { ___RemindOnce_13 = value; } inline static int32_t get_offset_of_RemindMatchTimeOnce_14() { return static_cast(offsetof(CQualifyingManager_t954001806, ___RemindMatchTimeOnce_14)); } inline bool get_RemindMatchTimeOnce_14() const { return ___RemindMatchTimeOnce_14; } inline bool* get_address_of_RemindMatchTimeOnce_14() { return &___RemindMatchTimeOnce_14; } inline void set_RemindMatchTimeOnce_14(bool value) { ___RemindMatchTimeOnce_14 = value; } inline static int32_t get_offset_of_IsQualifyingGame_15() { return static_cast(offsetof(CQualifyingManager_t954001806, ___IsQualifyingGame_15)); } inline bool get_IsQualifyingGame_15() const { return ___IsQualifyingGame_15; } inline bool* get_address_of_IsQualifyingGame_15() { return &___IsQualifyingGame_15; } inline void set_IsQualifyingGame_15(bool value) { ___IsQualifyingGame_15 = value; } inline static int32_t get_offset_of_IsInMatchQueue_16() { return static_cast(offsetof(CQualifyingManager_t954001806, ___IsInMatchQueue_16)); } inline bool get_IsInMatchQueue_16() const { return ___IsInMatchQueue_16; } inline bool* get_address_of_IsInMatchQueue_16() { return &___IsInMatchQueue_16; } inline void set_IsInMatchQueue_16(bool value) { ___IsInMatchQueue_16 = value; } inline static int32_t get_offset_of_Mode_17() { return static_cast(offsetof(CQualifyingManager_t954001806, ___Mode_17)); } inline int32_t get_Mode_17() const { return ___Mode_17; } inline int32_t* get_address_of_Mode_17() { return &___Mode_17; } inline void set_Mode_17(int32_t value) { ___Mode_17 = value; } inline static int32_t get_offset_of_MatchCDTime_18() { return static_cast(offsetof(CQualifyingManager_t954001806, ___MatchCDTime_18)); } inline Int32U5BU5D_t385246372* get_MatchCDTime_18() const { return ___MatchCDTime_18; } inline Int32U5BU5D_t385246372** get_address_of_MatchCDTime_18() { return &___MatchCDTime_18; } inline void set_MatchCDTime_18(Int32U5BU5D_t385246372* value) { ___MatchCDTime_18 = value; Il2CppCodeGenWriteBarrier((&___MatchCDTime_18), value); } inline static int32_t get_offset_of_qfModeNum_20() { return static_cast(offsetof(CQualifyingManager_t954001806, ___qfModeNum_20)); } inline int32_t get_qfModeNum_20() const { return ___qfModeNum_20; } inline int32_t* get_address_of_qfModeNum_20() { return &___qfModeNum_20; } inline void set_qfModeNum_20(int32_t value) { ___qfModeNum_20 = value; } inline static int32_t get_offset_of_isOpen_21() { return static_cast(offsetof(CQualifyingManager_t954001806, ___isOpen_21)); } inline int32_t get_isOpen_21() const { return ___isOpen_21; } inline int32_t* get_address_of_isOpen_21() { return &___isOpen_21; } inline void set_isOpen_21(int32_t value) { ___isOpen_21 = value; } inline static int32_t get_offset_of_selfQualifyInfoList_22() { return static_cast(offsetof(CQualifyingManager_t954001806, ___selfQualifyInfoList_22)); } inline List_1_t4281599118 * get_selfQualifyInfoList_22() const { return ___selfQualifyInfoList_22; } inline List_1_t4281599118 ** get_address_of_selfQualifyInfoList_22() { return &___selfQualifyInfoList_22; } inline void set_selfQualifyInfoList_22(List_1_t4281599118 * value) { ___selfQualifyInfoList_22 = value; Il2CppCodeGenWriteBarrier((&___selfQualifyInfoList_22), value); } inline static int32_t get_offset_of_qualifyInfoList_23() { return static_cast(offsetof(CQualifyingManager_t954001806, ___qualifyInfoList_23)); } inline List_1_t4281599118 * get_qualifyInfoList_23() const { return ___qualifyInfoList_23; } inline List_1_t4281599118 ** get_address_of_qualifyInfoList_23() { return &___qualifyInfoList_23; } inline void set_qualifyInfoList_23(List_1_t4281599118 * value) { ___qualifyInfoList_23 = value; Il2CppCodeGenWriteBarrier((&___qualifyInfoList_23), value); } inline static int32_t get_offset_of_matchedQueue_24() { return static_cast(offsetof(CQualifyingManager_t954001806, ___matchedQueue_24)); } inline Dictionary_2_t4066855417 * get_matchedQueue_24() const { return ___matchedQueue_24; } inline Dictionary_2_t4066855417 ** get_address_of_matchedQueue_24() { return &___matchedQueue_24; } inline void set_matchedQueue_24(Dictionary_2_t4066855417 * value) { ___matchedQueue_24 = value; Il2CppCodeGenWriteBarrier((&___matchedQueue_24), value); } inline static int32_t get_offset_of_curQualifyRankInfo_25() { return static_cast(offsetof(CQualifyingManager_t954001806, ___curQualifyRankInfo_25)); } inline CurQualifyRankInfo_t2391125760 * get_curQualifyRankInfo_25() const { return ___curQualifyRankInfo_25; } inline CurQualifyRankInfo_t2391125760 ** get_address_of_curQualifyRankInfo_25() { return &___curQualifyRankInfo_25; } inline void set_curQualifyRankInfo_25(CurQualifyRankInfo_t2391125760 * value) { ___curQualifyRankInfo_25 = value; Il2CppCodeGenWriteBarrier((&___curQualifyRankInfo_25), value); } inline static int32_t get_offset_of_pkResult_26() { return static_cast(offsetof(CQualifyingManager_t954001806, ___pkResult_26)); } inline SelfQualifyPkResultInfo_t1561294256 * get_pkResult_26() const { return ___pkResult_26; } inline SelfQualifyPkResultInfo_t1561294256 ** get_address_of_pkResult_26() { return &___pkResult_26; } inline void set_pkResult_26(SelfQualifyPkResultInfo_t1561294256 * value) { ___pkResult_26 = value; Il2CppCodeGenWriteBarrier((&___pkResult_26), value); } inline static int32_t get_offset_of_allPlayerQualifyInfo_27() { return static_cast(offsetof(CQualifyingManager_t954001806, ___allPlayerQualifyInfo_27)); } inline List_1_t4281599118 * get_allPlayerQualifyInfo_27() const { return ___allPlayerQualifyInfo_27; } inline List_1_t4281599118 ** get_address_of_allPlayerQualifyInfo_27() { return &___allPlayerQualifyInfo_27; } inline void set_allPlayerQualifyInfo_27(List_1_t4281599118 * value) { ___allPlayerQualifyInfo_27 = value; Il2CppCodeGenWriteBarrier((&___allPlayerQualifyInfo_27), value); } }; struct CQualifyingManager_t954001806_StaticFields { public: // CQualifyingManager CQualifyingManager::s_instance CQualifyingManager_t954001806 * ___s_instance_19; // DMCore.OnEventCall CQualifyingManager::<>f__mg$cache0 OnEventCall_t3758354630 * ___U3CU3Ef__mgU24cache0_28; public: inline static int32_t get_offset_of_s_instance_19() { return static_cast(offsetof(CQualifyingManager_t954001806_StaticFields, ___s_instance_19)); } inline CQualifyingManager_t954001806 * get_s_instance_19() const { return ___s_instance_19; } inline CQualifyingManager_t954001806 ** get_address_of_s_instance_19() { return &___s_instance_19; } inline void set_s_instance_19(CQualifyingManager_t954001806 * value) { ___s_instance_19 = value; Il2CppCodeGenWriteBarrier((&___s_instance_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_28() { return static_cast(offsetof(CQualifyingManager_t954001806_StaticFields, ___U3CU3Ef__mgU24cache0_28)); } inline OnEventCall_t3758354630 * get_U3CU3Ef__mgU24cache0_28() const { return ___U3CU3Ef__mgU24cache0_28; } inline OnEventCall_t3758354630 ** get_address_of_U3CU3Ef__mgU24cache0_28() { return &___U3CU3Ef__mgU24cache0_28; } inline void set_U3CU3Ef__mgU24cache0_28(OnEventCall_t3758354630 * value) { ___U3CU3Ef__mgU24cache0_28 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_28), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CQUALIFYINGMANAGER_T954001806_H #ifndef CUSERGUIDEHELP_T3161639665_H #define CUSERGUIDEHELP_T3161639665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CUserGuideHelp struct CUserGuideHelp_t3161639665 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CUserGuideHelp::k__BackingField bool ___U3CIsNeedRearrangeIconU3Ek__BackingField_7; // System.Int32 DMCore.Logic.CUserGuideHelp::m_nLocalMainStep int32_t ___m_nLocalMainStep_9; // System.Int32 DMCore.Logic.CUserGuideHelp::m_nLocalSubStep int32_t ___m_nLocalSubStep_10; // System.Collections.Generic.List`1 DMCore.Logic.CUserGuideHelp::m_listMainStep List_1_t1536066709 * ___m_listMainStep_12; // System.Collections.Generic.List`1 DMCore.Logic.CUserGuideHelp::m_listLimit List_1_t3315527713 * ___m_listLimit_13; // System.Collections.Generic.List`1 DMCore.Logic.CUserGuideHelp::m_unLockLimit List_1_t3315527713 * ___m_unLockLimit_14; // System.Collections.Generic.LinkedList`1 DMCore.Logic.CUserGuideHelp::m_unLockAnim LinkedList_1_t683098980 * ___m_unLockAnim_15; // System.Collections.Generic.Stack`1 DMCore.Logic.CUserGuideHelp::m_newPlayPopupWnd Stack_1_t3794335208 * ___m_newPlayPopupWnd_16; public: inline static int32_t get_offset_of_U3CIsNeedRearrangeIconU3Ek__BackingField_7() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___U3CIsNeedRearrangeIconU3Ek__BackingField_7)); } inline bool get_U3CIsNeedRearrangeIconU3Ek__BackingField_7() const { return ___U3CIsNeedRearrangeIconU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsNeedRearrangeIconU3Ek__BackingField_7() { return &___U3CIsNeedRearrangeIconU3Ek__BackingField_7; } inline void set_U3CIsNeedRearrangeIconU3Ek__BackingField_7(bool value) { ___U3CIsNeedRearrangeIconU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_m_nLocalMainStep_9() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_nLocalMainStep_9)); } inline int32_t get_m_nLocalMainStep_9() const { return ___m_nLocalMainStep_9; } inline int32_t* get_address_of_m_nLocalMainStep_9() { return &___m_nLocalMainStep_9; } inline void set_m_nLocalMainStep_9(int32_t value) { ___m_nLocalMainStep_9 = value; } inline static int32_t get_offset_of_m_nLocalSubStep_10() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_nLocalSubStep_10)); } inline int32_t get_m_nLocalSubStep_10() const { return ___m_nLocalSubStep_10; } inline int32_t* get_address_of_m_nLocalSubStep_10() { return &___m_nLocalSubStep_10; } inline void set_m_nLocalSubStep_10(int32_t value) { ___m_nLocalSubStep_10 = value; } inline static int32_t get_offset_of_m_listMainStep_12() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_listMainStep_12)); } inline List_1_t1536066709 * get_m_listMainStep_12() const { return ___m_listMainStep_12; } inline List_1_t1536066709 ** get_address_of_m_listMainStep_12() { return &___m_listMainStep_12; } inline void set_m_listMainStep_12(List_1_t1536066709 * value) { ___m_listMainStep_12 = value; Il2CppCodeGenWriteBarrier((&___m_listMainStep_12), value); } inline static int32_t get_offset_of_m_listLimit_13() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_listLimit_13)); } inline List_1_t3315527713 * get_m_listLimit_13() const { return ___m_listLimit_13; } inline List_1_t3315527713 ** get_address_of_m_listLimit_13() { return &___m_listLimit_13; } inline void set_m_listLimit_13(List_1_t3315527713 * value) { ___m_listLimit_13 = value; Il2CppCodeGenWriteBarrier((&___m_listLimit_13), value); } inline static int32_t get_offset_of_m_unLockLimit_14() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_unLockLimit_14)); } inline List_1_t3315527713 * get_m_unLockLimit_14() const { return ___m_unLockLimit_14; } inline List_1_t3315527713 ** get_address_of_m_unLockLimit_14() { return &___m_unLockLimit_14; } inline void set_m_unLockLimit_14(List_1_t3315527713 * value) { ___m_unLockLimit_14 = value; Il2CppCodeGenWriteBarrier((&___m_unLockLimit_14), value); } inline static int32_t get_offset_of_m_unLockAnim_15() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_unLockAnim_15)); } inline LinkedList_1_t683098980 * get_m_unLockAnim_15() const { return ___m_unLockAnim_15; } inline LinkedList_1_t683098980 ** get_address_of_m_unLockAnim_15() { return &___m_unLockAnim_15; } inline void set_m_unLockAnim_15(LinkedList_1_t683098980 * value) { ___m_unLockAnim_15 = value; Il2CppCodeGenWriteBarrier((&___m_unLockAnim_15), value); } inline static int32_t get_offset_of_m_newPlayPopupWnd_16() { return static_cast(offsetof(CUserGuideHelp_t3161639665, ___m_newPlayPopupWnd_16)); } inline Stack_1_t3794335208 * get_m_newPlayPopupWnd_16() const { return ___m_newPlayPopupWnd_16; } inline Stack_1_t3794335208 ** get_address_of_m_newPlayPopupWnd_16() { return &___m_newPlayPopupWnd_16; } inline void set_m_newPlayPopupWnd_16(Stack_1_t3794335208 * value) { ___m_newPlayPopupWnd_16 = value; Il2CppCodeGenWriteBarrier((&___m_newPlayPopupWnd_16), value); } }; struct CUserGuideHelp_t3161639665_StaticFields { public: // DMCore.Logic.CUserGuideHelp DMCore.Logic.CUserGuideHelp::s_Instance CUserGuideHelp_t3161639665 * ___s_Instance_8; // System.Boolean DMCore.Logic.CUserGuideHelp::s_bEnableUsrGuide bool ___s_bEnableUsrGuide_11; public: inline static int32_t get_offset_of_s_Instance_8() { return static_cast(offsetof(CUserGuideHelp_t3161639665_StaticFields, ___s_Instance_8)); } inline CUserGuideHelp_t3161639665 * get_s_Instance_8() const { return ___s_Instance_8; } inline CUserGuideHelp_t3161639665 ** get_address_of_s_Instance_8() { return &___s_Instance_8; } inline void set_s_Instance_8(CUserGuideHelp_t3161639665 * value) { ___s_Instance_8 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_8), value); } inline static int32_t get_offset_of_s_bEnableUsrGuide_11() { return static_cast(offsetof(CUserGuideHelp_t3161639665_StaticFields, ___s_bEnableUsrGuide_11)); } inline bool get_s_bEnableUsrGuide_11() const { return ___s_bEnableUsrGuide_11; } inline bool* get_address_of_s_bEnableUsrGuide_11() { return &___s_bEnableUsrGuide_11; } inline void set_s_bEnableUsrGuide_11(bool value) { ___s_bEnableUsrGuide_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSERGUIDEHELP_T3161639665_H #ifndef DAYDATA_T3259156977_H #define DAYDATA_T3259156977_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSignInNewActivity/DayData struct DayData_t3259156977 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CSignInNewActivity/DayData::nMemberLevel int32_t ___nMemberLevel_0; // System.Int32 DMCore.Logic.CSignInNewActivity/DayData::nItemID int32_t ___nItemID_1; // System.Int32 DMCore.Logic.CSignInNewActivity/DayData::nNum int32_t ___nNum_2; // System.Int32 DMCore.Logic.CSignInNewActivity/DayData::nValid int32_t ___nValid_3; // System.Int32 DMCore.Logic.CSignInNewActivity/DayData::nFashion int32_t ___nFashion_4; // System.Boolean DMCore.Logic.CSignInNewActivity/DayData::bIsReceived bool ___bIsReceived_5; public: inline static int32_t get_offset_of_nMemberLevel_0() { return static_cast(offsetof(DayData_t3259156977, ___nMemberLevel_0)); } inline int32_t get_nMemberLevel_0() const { return ___nMemberLevel_0; } inline int32_t* get_address_of_nMemberLevel_0() { return &___nMemberLevel_0; } inline void set_nMemberLevel_0(int32_t value) { ___nMemberLevel_0 = value; } inline static int32_t get_offset_of_nItemID_1() { return static_cast(offsetof(DayData_t3259156977, ___nItemID_1)); } inline int32_t get_nItemID_1() const { return ___nItemID_1; } inline int32_t* get_address_of_nItemID_1() { return &___nItemID_1; } inline void set_nItemID_1(int32_t value) { ___nItemID_1 = value; } inline static int32_t get_offset_of_nNum_2() { return static_cast(offsetof(DayData_t3259156977, ___nNum_2)); } inline int32_t get_nNum_2() const { return ___nNum_2; } inline int32_t* get_address_of_nNum_2() { return &___nNum_2; } inline void set_nNum_2(int32_t value) { ___nNum_2 = value; } inline static int32_t get_offset_of_nValid_3() { return static_cast(offsetof(DayData_t3259156977, ___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_nFashion_4() { return static_cast(offsetof(DayData_t3259156977, ___nFashion_4)); } inline int32_t get_nFashion_4() const { return ___nFashion_4; } inline int32_t* get_address_of_nFashion_4() { return &___nFashion_4; } inline void set_nFashion_4(int32_t value) { ___nFashion_4 = value; } inline static int32_t get_offset_of_bIsReceived_5() { return static_cast(offsetof(DayData_t3259156977, ___bIsReceived_5)); } inline bool get_bIsReceived_5() const { return ___bIsReceived_5; } inline bool* get_address_of_bIsReceived_5() { return &___bIsReceived_5; } inline void set_bIsReceived_5(bool value) { ___bIsReceived_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DAYDATA_T3259156977_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 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 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 CSPEAKER_T978472097_H #define CSPEAKER_T978472097_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSpeaker struct CSpeaker_t978472097 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CSpeaker::k__BackingField bool ___U3CIsSpeakerShowEndU3Ek__BackingField_0; // System.Single DMCore.Logic.CSpeaker::e_time float ___e_time_1; // System.Single DMCore.Logic.CSpeaker::interval float ___interval_2; // System.Single DMCore.Logic.CSpeaker::max_speaker_life_time float ___max_speaker_life_time_3; // System.Collections.Generic.Queue`1 DMCore.Logic.CSpeaker::speakMessageQueue Queue_1_t699068519 * ___speakMessageQueue_4; // System.Boolean DMCore.Logic.CSpeaker::m_IsOpenChat bool ___m_IsOpenChat_5; // System.Boolean DMCore.Logic.CSpeaker::m_IsEnable bool ___m_IsEnable_6; // DMCore.Logic.stSpeaker DMCore.Logic.CSpeaker::m_SpeakQueue stSpeaker_t2572138757 * ___m_SpeakQueue_7; // uiSpeakBox DMCore.Logic.CSpeaker::m_speakBox uiSpeakBox_t2345481508 * ___m_speakBox_9; // System.Int32 DMCore.Logic.CSpeaker::m_timer int32_t ___m_timer_10; // System.Int32 DMCore.Logic.CSpeaker::nCount int32_t ___nCount_11; public: inline static int32_t get_offset_of_U3CIsSpeakerShowEndU3Ek__BackingField_0() { return static_cast(offsetof(CSpeaker_t978472097, ___U3CIsSpeakerShowEndU3Ek__BackingField_0)); } inline bool get_U3CIsSpeakerShowEndU3Ek__BackingField_0() const { return ___U3CIsSpeakerShowEndU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsSpeakerShowEndU3Ek__BackingField_0() { return &___U3CIsSpeakerShowEndU3Ek__BackingField_0; } inline void set_U3CIsSpeakerShowEndU3Ek__BackingField_0(bool value) { ___U3CIsSpeakerShowEndU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_e_time_1() { return static_cast(offsetof(CSpeaker_t978472097, ___e_time_1)); } inline float get_e_time_1() const { return ___e_time_1; } inline float* get_address_of_e_time_1() { return &___e_time_1; } inline void set_e_time_1(float value) { ___e_time_1 = value; } inline static int32_t get_offset_of_interval_2() { return static_cast(offsetof(CSpeaker_t978472097, ___interval_2)); } inline float get_interval_2() const { return ___interval_2; } inline float* get_address_of_interval_2() { return &___interval_2; } inline void set_interval_2(float value) { ___interval_2 = value; } inline static int32_t get_offset_of_max_speaker_life_time_3() { return static_cast(offsetof(CSpeaker_t978472097, ___max_speaker_life_time_3)); } inline float get_max_speaker_life_time_3() const { return ___max_speaker_life_time_3; } inline float* get_address_of_max_speaker_life_time_3() { return &___max_speaker_life_time_3; } inline void set_max_speaker_life_time_3(float value) { ___max_speaker_life_time_3 = value; } inline static int32_t get_offset_of_speakMessageQueue_4() { return static_cast(offsetof(CSpeaker_t978472097, ___speakMessageQueue_4)); } inline Queue_1_t699068519 * get_speakMessageQueue_4() const { return ___speakMessageQueue_4; } inline Queue_1_t699068519 ** get_address_of_speakMessageQueue_4() { return &___speakMessageQueue_4; } inline void set_speakMessageQueue_4(Queue_1_t699068519 * value) { ___speakMessageQueue_4 = value; Il2CppCodeGenWriteBarrier((&___speakMessageQueue_4), value); } inline static int32_t get_offset_of_m_IsOpenChat_5() { return static_cast(offsetof(CSpeaker_t978472097, ___m_IsOpenChat_5)); } inline bool get_m_IsOpenChat_5() const { return ___m_IsOpenChat_5; } inline bool* get_address_of_m_IsOpenChat_5() { return &___m_IsOpenChat_5; } inline void set_m_IsOpenChat_5(bool value) { ___m_IsOpenChat_5 = value; } inline static int32_t get_offset_of_m_IsEnable_6() { return static_cast(offsetof(CSpeaker_t978472097, ___m_IsEnable_6)); } inline bool get_m_IsEnable_6() const { return ___m_IsEnable_6; } inline bool* get_address_of_m_IsEnable_6() { return &___m_IsEnable_6; } inline void set_m_IsEnable_6(bool value) { ___m_IsEnable_6 = value; } inline static int32_t get_offset_of_m_SpeakQueue_7() { return static_cast(offsetof(CSpeaker_t978472097, ___m_SpeakQueue_7)); } inline stSpeaker_t2572138757 * get_m_SpeakQueue_7() const { return ___m_SpeakQueue_7; } inline stSpeaker_t2572138757 ** get_address_of_m_SpeakQueue_7() { return &___m_SpeakQueue_7; } inline void set_m_SpeakQueue_7(stSpeaker_t2572138757 * value) { ___m_SpeakQueue_7 = value; Il2CppCodeGenWriteBarrier((&___m_SpeakQueue_7), value); } inline static int32_t get_offset_of_m_speakBox_9() { return static_cast(offsetof(CSpeaker_t978472097, ___m_speakBox_9)); } inline uiSpeakBox_t2345481508 * get_m_speakBox_9() const { return ___m_speakBox_9; } inline uiSpeakBox_t2345481508 ** get_address_of_m_speakBox_9() { return &___m_speakBox_9; } inline void set_m_speakBox_9(uiSpeakBox_t2345481508 * value) { ___m_speakBox_9 = value; Il2CppCodeGenWriteBarrier((&___m_speakBox_9), value); } inline static int32_t get_offset_of_m_timer_10() { return static_cast(offsetof(CSpeaker_t978472097, ___m_timer_10)); } inline int32_t get_m_timer_10() const { return ___m_timer_10; } inline int32_t* get_address_of_m_timer_10() { return &___m_timer_10; } inline void set_m_timer_10(int32_t value) { ___m_timer_10 = value; } inline static int32_t get_offset_of_nCount_11() { return static_cast(offsetof(CSpeaker_t978472097, ___nCount_11)); } inline int32_t get_nCount_11() const { return ___nCount_11; } inline int32_t* get_address_of_nCount_11() { return &___nCount_11; } inline void set_nCount_11(int32_t value) { ___nCount_11 = value; } }; struct CSpeaker_t978472097_StaticFields { public: // DMCore.Logic.CSpeaker DMCore.Logic.CSpeaker::s_instance CSpeaker_t978472097 * ___s_instance_8; public: inline static int32_t get_offset_of_s_instance_8() { return static_cast(offsetof(CSpeaker_t978472097_StaticFields, ___s_instance_8)); } inline CSpeaker_t978472097 * get_s_instance_8() const { return ___s_instance_8; } inline CSpeaker_t978472097 ** get_address_of_s_instance_8() { return &___s_instance_8; } inline void set_s_instance_8(CSpeaker_t978472097 * value) { ___s_instance_8 = value; Il2CppCodeGenWriteBarrier((&___s_instance_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSPEAKER_T978472097_H #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 CSHOPCARTMANAGER_T2478140686_H #define CSHOPCARTMANAGER_T2478140686_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CShopCartManager struct CShopCartManager_t2478140686 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CShopCartManager::k__BackingField bool ___U3CIsCheckAllU3Ek__BackingField_0; // System.Int32 DMCore.Logic.CShopCartManager::m_TotalPrice int32_t ___m_TotalPrice_1; // System.Int32 DMCore.Logic.CShopCartManager::m_ActiveIndex int32_t ___m_ActiveIndex_3; // System.Collections.Generic.List`1 DMCore.Logic.CShopCartManager::m_shopcarList List_1_t1992424465 * ___m_shopcarList_4; // System.Int32 DMCore.Logic.CShopCartManager::m_totalGold int32_t ___m_totalGold_5; // System.Int32 DMCore.Logic.CShopCartManager::m_totalDimond int32_t ___m_totalDimond_6; // System.Int32 DMCore.Logic.CShopCartManager::m_totalBindDimond int32_t ___m_totalBindDimond_7; // CDataModelBool DMCore.Logic.CShopCartManager::m_bRefreshPrice CDataModelBool_t2269476966 * ___m_bRefreshPrice_8; // System.Int32 DMCore.Logic.CShopCartManager::m_curSelectCount int32_t ___m_curSelectCount_9; // CDataModelInt DMCore.Logic.CShopCartManager::selectedCnt CDataModelInt_t3463393640 * ___selectedCnt_10; // CDataModelInt DMCore.Logic.CShopCartManager::m_shopCnt CDataModelInt_t3463393640 * ___m_shopCnt_11; public: inline static int32_t get_offset_of_U3CIsCheckAllU3Ek__BackingField_0() { return static_cast(offsetof(CShopCartManager_t2478140686, ___U3CIsCheckAllU3Ek__BackingField_0)); } inline bool get_U3CIsCheckAllU3Ek__BackingField_0() const { return ___U3CIsCheckAllU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsCheckAllU3Ek__BackingField_0() { return &___U3CIsCheckAllU3Ek__BackingField_0; } inline void set_U3CIsCheckAllU3Ek__BackingField_0(bool value) { ___U3CIsCheckAllU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_TotalPrice_1() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_TotalPrice_1)); } inline int32_t get_m_TotalPrice_1() const { return ___m_TotalPrice_1; } inline int32_t* get_address_of_m_TotalPrice_1() { return &___m_TotalPrice_1; } inline void set_m_TotalPrice_1(int32_t value) { ___m_TotalPrice_1 = value; } inline static int32_t get_offset_of_m_ActiveIndex_3() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_ActiveIndex_3)); } inline int32_t get_m_ActiveIndex_3() const { return ___m_ActiveIndex_3; } inline int32_t* get_address_of_m_ActiveIndex_3() { return &___m_ActiveIndex_3; } inline void set_m_ActiveIndex_3(int32_t value) { ___m_ActiveIndex_3 = value; } inline static int32_t get_offset_of_m_shopcarList_4() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_shopcarList_4)); } inline List_1_t1992424465 * get_m_shopcarList_4() const { return ___m_shopcarList_4; } inline List_1_t1992424465 ** get_address_of_m_shopcarList_4() { return &___m_shopcarList_4; } inline void set_m_shopcarList_4(List_1_t1992424465 * value) { ___m_shopcarList_4 = value; Il2CppCodeGenWriteBarrier((&___m_shopcarList_4), value); } inline static int32_t get_offset_of_m_totalGold_5() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_totalGold_5)); } inline int32_t get_m_totalGold_5() const { return ___m_totalGold_5; } inline int32_t* get_address_of_m_totalGold_5() { return &___m_totalGold_5; } inline void set_m_totalGold_5(int32_t value) { ___m_totalGold_5 = value; } inline static int32_t get_offset_of_m_totalDimond_6() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_totalDimond_6)); } inline int32_t get_m_totalDimond_6() const { return ___m_totalDimond_6; } inline int32_t* get_address_of_m_totalDimond_6() { return &___m_totalDimond_6; } inline void set_m_totalDimond_6(int32_t value) { ___m_totalDimond_6 = value; } inline static int32_t get_offset_of_m_totalBindDimond_7() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_totalBindDimond_7)); } inline int32_t get_m_totalBindDimond_7() const { return ___m_totalBindDimond_7; } inline int32_t* get_address_of_m_totalBindDimond_7() { return &___m_totalBindDimond_7; } inline void set_m_totalBindDimond_7(int32_t value) { ___m_totalBindDimond_7 = value; } inline static int32_t get_offset_of_m_bRefreshPrice_8() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_bRefreshPrice_8)); } inline CDataModelBool_t2269476966 * get_m_bRefreshPrice_8() const { return ___m_bRefreshPrice_8; } inline CDataModelBool_t2269476966 ** get_address_of_m_bRefreshPrice_8() { return &___m_bRefreshPrice_8; } inline void set_m_bRefreshPrice_8(CDataModelBool_t2269476966 * value) { ___m_bRefreshPrice_8 = value; Il2CppCodeGenWriteBarrier((&___m_bRefreshPrice_8), value); } inline static int32_t get_offset_of_m_curSelectCount_9() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_curSelectCount_9)); } inline int32_t get_m_curSelectCount_9() const { return ___m_curSelectCount_9; } inline int32_t* get_address_of_m_curSelectCount_9() { return &___m_curSelectCount_9; } inline void set_m_curSelectCount_9(int32_t value) { ___m_curSelectCount_9 = value; } inline static int32_t get_offset_of_selectedCnt_10() { return static_cast(offsetof(CShopCartManager_t2478140686, ___selectedCnt_10)); } inline CDataModelInt_t3463393640 * get_selectedCnt_10() const { return ___selectedCnt_10; } inline CDataModelInt_t3463393640 ** get_address_of_selectedCnt_10() { return &___selectedCnt_10; } inline void set_selectedCnt_10(CDataModelInt_t3463393640 * value) { ___selectedCnt_10 = value; Il2CppCodeGenWriteBarrier((&___selectedCnt_10), value); } inline static int32_t get_offset_of_m_shopCnt_11() { return static_cast(offsetof(CShopCartManager_t2478140686, ___m_shopCnt_11)); } inline CDataModelInt_t3463393640 * get_m_shopCnt_11() const { return ___m_shopCnt_11; } inline CDataModelInt_t3463393640 ** get_address_of_m_shopCnt_11() { return &___m_shopCnt_11; } inline void set_m_shopCnt_11(CDataModelInt_t3463393640 * value) { ___m_shopCnt_11 = value; Il2CppCodeGenWriteBarrier((&___m_shopCnt_11), value); } }; struct CShopCartManager_t2478140686_StaticFields { public: // DMCore.Logic.CShopCartManager DMCore.Logic.CShopCartManager::s_Instance CShopCartManager_t2478140686 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CShopCartManager_t2478140686_StaticFields, ___s_Instance_2)); } inline CShopCartManager_t2478140686 * get_s_Instance_2() const { return ___s_Instance_2; } inline CShopCartManager_t2478140686 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CShopCartManager_t2478140686 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSHOPCARTMANAGER_T2478140686_H #ifndef 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 CAVATAREQUIPMANAGER_T2125372870_H #define CAVATAREQUIPMANAGER_T2125372870_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAvatarEquipManager struct CAvatarEquipManager_t2125372870 : public RuntimeObject { public: // CBetterSet`1 DMCore.Logic.CAvatarEquipManager::m_AvatarInfoChange CBetterSet_1_t3304831721 * ___m_AvatarInfoChange_0; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CAvatarEquipManager::m_RoleEquipCache Dictionary_2_t3310042434 * ___m_RoleEquipCache_1; // System.Int64 DMCore.Logic.CAvatarEquipManager::m_activeRoleUserID int64_t ___m_activeRoleUserID_2; public: inline static int32_t get_offset_of_m_AvatarInfoChange_0() { return static_cast(offsetof(CAvatarEquipManager_t2125372870, ___m_AvatarInfoChange_0)); } inline CBetterSet_1_t3304831721 * get_m_AvatarInfoChange_0() const { return ___m_AvatarInfoChange_0; } inline CBetterSet_1_t3304831721 ** get_address_of_m_AvatarInfoChange_0() { return &___m_AvatarInfoChange_0; } inline void set_m_AvatarInfoChange_0(CBetterSet_1_t3304831721 * value) { ___m_AvatarInfoChange_0 = value; Il2CppCodeGenWriteBarrier((&___m_AvatarInfoChange_0), value); } inline static int32_t get_offset_of_m_RoleEquipCache_1() { return static_cast(offsetof(CAvatarEquipManager_t2125372870, ___m_RoleEquipCache_1)); } inline Dictionary_2_t3310042434 * get_m_RoleEquipCache_1() const { return ___m_RoleEquipCache_1; } inline Dictionary_2_t3310042434 ** get_address_of_m_RoleEquipCache_1() { return &___m_RoleEquipCache_1; } inline void set_m_RoleEquipCache_1(Dictionary_2_t3310042434 * value) { ___m_RoleEquipCache_1 = value; Il2CppCodeGenWriteBarrier((&___m_RoleEquipCache_1), value); } inline static int32_t get_offset_of_m_activeRoleUserID_2() { return static_cast(offsetof(CAvatarEquipManager_t2125372870, ___m_activeRoleUserID_2)); } inline int64_t get_m_activeRoleUserID_2() const { return ___m_activeRoleUserID_2; } inline int64_t* get_address_of_m_activeRoleUserID_2() { return &___m_activeRoleUserID_2; } inline void set_m_activeRoleUserID_2(int64_t value) { ___m_activeRoleUserID_2 = value; } }; struct CAvatarEquipManager_t2125372870_StaticFields { public: // DMCore.Logic.CAvatarEquipManager DMCore.Logic.CAvatarEquipManager::s_Instance CAvatarEquipManager_t2125372870 * ___s_Instance_3; // System.Action`1 DMCore.Logic.CAvatarEquipManager::<>f__am$cache0 Action_1_t3363021612 * ___U3CU3Ef__amU24cache0_4; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CAvatarEquipManager_t2125372870_StaticFields, ___s_Instance_3)); } inline CAvatarEquipManager_t2125372870 * get_s_Instance_3() const { return ___s_Instance_3; } inline CAvatarEquipManager_t2125372870 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CAvatarEquipManager_t2125372870 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_4() { return static_cast(offsetof(CAvatarEquipManager_t2125372870_StaticFields, ___U3CU3Ef__amU24cache0_4)); } inline Action_1_t3363021612 * get_U3CU3Ef__amU24cache0_4() const { return ___U3CU3Ef__amU24cache0_4; } inline Action_1_t3363021612 ** get_address_of_U3CU3Ef__amU24cache0_4() { return &___U3CU3Ef__amU24cache0_4; } inline void set_U3CU3Ef__amU24cache0_4(Action_1_t3363021612 * value) { ___U3CU3Ef__amU24cache0_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAVATAREQUIPMANAGER_T2125372870_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 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 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 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 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 CMYPACKAGEMANAGER_T122981866_H #define CMYPACKAGEMANAGER_T122981866_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMyPackageManager struct CMyPackageManager_t122981866 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CMyPackageManager::k__BackingField bool ___U3CbNeedFreshUIU3Ek__BackingField_0; // System.Boolean DMCore.Logic.CMyPackageManager::k__BackingField bool ___U3CIsSelectU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CMyPackageManager::k__BackingField bool ___U3CIsShowSelectU3Ek__BackingField_2; // System.Int32 DMCore.Logic.CMyPackageManager::m_uiMainType int32_t ___m_uiMainType_3; // System.Int32 DMCore.Logic.CMyPackageManager::m_uiSubType int32_t ___m_uiSubType_4; // System.Int32 DMCore.Logic.CMyPackageManager::m_uiActiveItem int32_t ___m_uiActiveItem_5; // System.Int32 DMCore.Logic.CMyPackageManager::m_LeftTime int32_t ___m_LeftTime_6; // BetterList`1 DMCore.Logic.CMyPackageManager::m_listBianshenCard BetterList_1_t1591806957 * ___m_listBianshenCard_7; // System.Boolean DMCore.Logic.CMyPackageManager::m_IsRenewDataChanged bool ___m_IsRenewDataChanged_8; public: inline static int32_t get_offset_of_U3CbNeedFreshUIU3Ek__BackingField_0() { return static_cast(offsetof(CMyPackageManager_t122981866, ___U3CbNeedFreshUIU3Ek__BackingField_0)); } inline bool get_U3CbNeedFreshUIU3Ek__BackingField_0() const { return ___U3CbNeedFreshUIU3Ek__BackingField_0; } inline bool* get_address_of_U3CbNeedFreshUIU3Ek__BackingField_0() { return &___U3CbNeedFreshUIU3Ek__BackingField_0; } inline void set_U3CbNeedFreshUIU3Ek__BackingField_0(bool value) { ___U3CbNeedFreshUIU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsSelectU3Ek__BackingField_1() { return static_cast(offsetof(CMyPackageManager_t122981866, ___U3CIsSelectU3Ek__BackingField_1)); } inline bool get_U3CIsSelectU3Ek__BackingField_1() const { return ___U3CIsSelectU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsSelectU3Ek__BackingField_1() { return &___U3CIsSelectU3Ek__BackingField_1; } inline void set_U3CIsSelectU3Ek__BackingField_1(bool value) { ___U3CIsSelectU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsShowSelectU3Ek__BackingField_2() { return static_cast(offsetof(CMyPackageManager_t122981866, ___U3CIsShowSelectU3Ek__BackingField_2)); } inline bool get_U3CIsShowSelectU3Ek__BackingField_2() const { return ___U3CIsShowSelectU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsShowSelectU3Ek__BackingField_2() { return &___U3CIsShowSelectU3Ek__BackingField_2; } inline void set_U3CIsShowSelectU3Ek__BackingField_2(bool value) { ___U3CIsShowSelectU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_m_uiMainType_3() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_uiMainType_3)); } inline int32_t get_m_uiMainType_3() const { return ___m_uiMainType_3; } inline int32_t* get_address_of_m_uiMainType_3() { return &___m_uiMainType_3; } inline void set_m_uiMainType_3(int32_t value) { ___m_uiMainType_3 = value; } inline static int32_t get_offset_of_m_uiSubType_4() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_uiSubType_4)); } inline int32_t get_m_uiSubType_4() const { return ___m_uiSubType_4; } inline int32_t* get_address_of_m_uiSubType_4() { return &___m_uiSubType_4; } inline void set_m_uiSubType_4(int32_t value) { ___m_uiSubType_4 = value; } inline static int32_t get_offset_of_m_uiActiveItem_5() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_uiActiveItem_5)); } inline int32_t get_m_uiActiveItem_5() const { return ___m_uiActiveItem_5; } inline int32_t* get_address_of_m_uiActiveItem_5() { return &___m_uiActiveItem_5; } inline void set_m_uiActiveItem_5(int32_t value) { ___m_uiActiveItem_5 = value; } inline static int32_t get_offset_of_m_LeftTime_6() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_LeftTime_6)); } inline int32_t get_m_LeftTime_6() const { return ___m_LeftTime_6; } inline int32_t* get_address_of_m_LeftTime_6() { return &___m_LeftTime_6; } inline void set_m_LeftTime_6(int32_t value) { ___m_LeftTime_6 = value; } inline static int32_t get_offset_of_m_listBianshenCard_7() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_listBianshenCard_7)); } inline BetterList_1_t1591806957 * get_m_listBianshenCard_7() const { return ___m_listBianshenCard_7; } inline BetterList_1_t1591806957 ** get_address_of_m_listBianshenCard_7() { return &___m_listBianshenCard_7; } inline void set_m_listBianshenCard_7(BetterList_1_t1591806957 * value) { ___m_listBianshenCard_7 = value; Il2CppCodeGenWriteBarrier((&___m_listBianshenCard_7), value); } inline static int32_t get_offset_of_m_IsRenewDataChanged_8() { return static_cast(offsetof(CMyPackageManager_t122981866, ___m_IsRenewDataChanged_8)); } inline bool get_m_IsRenewDataChanged_8() const { return ___m_IsRenewDataChanged_8; } inline bool* get_address_of_m_IsRenewDataChanged_8() { return &___m_IsRenewDataChanged_8; } inline void set_m_IsRenewDataChanged_8(bool value) { ___m_IsRenewDataChanged_8 = value; } }; struct CMyPackageManager_t122981866_StaticFields { public: // DMCore.Logic.CMyPackageManager DMCore.Logic.CMyPackageManager::s_Instance CMyPackageManager_t122981866 * ___s_Instance_9; public: inline static int32_t get_offset_of_s_Instance_9() { return static_cast(offsetof(CMyPackageManager_t122981866_StaticFields, ___s_Instance_9)); } inline CMyPackageManager_t122981866 * get_s_Instance_9() const { return ___s_Instance_9; } inline CMyPackageManager_t122981866 ** get_address_of_s_Instance_9() { return &___s_Instance_9; } inline void set_s_Instance_9(CMyPackageManager_t122981866 * value) { ___s_Instance_9 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMYPACKAGEMANAGER_T122981866_H #ifndef 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 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 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 TOTALDAYDATA_T2684681649_H #define TOTALDAYDATA_T2684681649_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSignInNewActivity/TotalDayData struct TotalDayData_t2684681649 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CSignInNewActivity/TotalDayData::nTotalDays int32_t ___nTotalDays_0; // System.Int32 DMCore.Logic.CSignInNewActivity/TotalDayData::nItemID int32_t ___nItemID_1; // System.String DMCore.Logic.CSignInNewActivity/TotalDayData::nAwardName String_t* ___nAwardName_2; // System.Int32 DMCore.Logic.CSignInNewActivity/TotalDayData::nNum int32_t ___nNum_3; // System.Int32 DMCore.Logic.CSignInNewActivity/TotalDayData::nValid int32_t ___nValid_4; // System.Int32 DMCore.Logic.CSignInNewActivity/TotalDayData::nFashion int32_t ___nFashion_5; // System.Boolean DMCore.Logic.CSignInNewActivity/TotalDayData::bCanReceive bool ___bCanReceive_6; // System.Boolean DMCore.Logic.CSignInNewActivity/TotalDayData::bIsReceived bool ___bIsReceived_7; public: inline static int32_t get_offset_of_nTotalDays_0() { return static_cast(offsetof(TotalDayData_t2684681649, ___nTotalDays_0)); } inline int32_t get_nTotalDays_0() const { return ___nTotalDays_0; } inline int32_t* get_address_of_nTotalDays_0() { return &___nTotalDays_0; } inline void set_nTotalDays_0(int32_t value) { ___nTotalDays_0 = value; } inline static int32_t get_offset_of_nItemID_1() { return static_cast(offsetof(TotalDayData_t2684681649, ___nItemID_1)); } inline int32_t get_nItemID_1() const { return ___nItemID_1; } inline int32_t* get_address_of_nItemID_1() { return &___nItemID_1; } inline void set_nItemID_1(int32_t value) { ___nItemID_1 = value; } inline static int32_t get_offset_of_nAwardName_2() { return static_cast(offsetof(TotalDayData_t2684681649, ___nAwardName_2)); } inline String_t* get_nAwardName_2() const { return ___nAwardName_2; } inline String_t** get_address_of_nAwardName_2() { return &___nAwardName_2; } inline void set_nAwardName_2(String_t* value) { ___nAwardName_2 = value; Il2CppCodeGenWriteBarrier((&___nAwardName_2), value); } inline static int32_t get_offset_of_nNum_3() { return static_cast(offsetof(TotalDayData_t2684681649, ___nNum_3)); } inline int32_t get_nNum_3() const { return ___nNum_3; } inline int32_t* get_address_of_nNum_3() { return &___nNum_3; } inline void set_nNum_3(int32_t value) { ___nNum_3 = value; } inline static int32_t get_offset_of_nValid_4() { return static_cast(offsetof(TotalDayData_t2684681649, ___nValid_4)); } inline int32_t get_nValid_4() const { return ___nValid_4; } inline int32_t* get_address_of_nValid_4() { return &___nValid_4; } inline void set_nValid_4(int32_t value) { ___nValid_4 = value; } inline static int32_t get_offset_of_nFashion_5() { return static_cast(offsetof(TotalDayData_t2684681649, ___nFashion_5)); } inline int32_t get_nFashion_5() const { return ___nFashion_5; } inline int32_t* get_address_of_nFashion_5() { return &___nFashion_5; } inline void set_nFashion_5(int32_t value) { ___nFashion_5 = value; } inline static int32_t get_offset_of_bCanReceive_6() { return static_cast(offsetof(TotalDayData_t2684681649, ___bCanReceive_6)); } inline bool get_bCanReceive_6() const { return ___bCanReceive_6; } inline bool* get_address_of_bCanReceive_6() { return &___bCanReceive_6; } inline void set_bCanReceive_6(bool value) { ___bCanReceive_6 = value; } inline static int32_t get_offset_of_bIsReceived_7() { return static_cast(offsetof(TotalDayData_t2684681649, ___bIsReceived_7)); } inline bool get_bIsReceived_7() const { return ___bIsReceived_7; } inline bool* get_address_of_bIsReceived_7() { return &___bIsReceived_7; } inline void set_bIsReceived_7(bool value) { ___bIsReceived_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOTALDAYDATA_T2684681649_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 CCHANGEGAMEMANAGER_T2081989347_H #define CCHANGEGAMEMANAGER_T2081989347_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CChangeGameManager struct CChangeGameManager_t2081989347 : public RuntimeObject { public: // DMCore.Logic.CChangeGameManager/OnShopListChanged DMCore.Logic.CChangeGameManager::ShopListChanged OnShopListChanged_t2987809885 * ___ShopListChanged_0; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_PartRewardList List_1_t3454575947 * ___m_PartRewardList_2; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_finalist List_1_t3454575947 * ___m_finalist_3; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_List List_1_t3768009848 * ___m_List_4; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_rankListInfo List_1_t3330140190 * ___m_rankListInfo_5; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_gamePageInfo List_1_t2959980932 * ___m_gamePageInfo_6; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CChangeGameManager::m_ThemeData Dictionary_2_t1848694263 * ___m_ThemeData_7; // CDataModelBool DMCore.Logic.CChangeGameManager::ThemeGetMsg CDataModelBool_t2269476966 * ___ThemeGetMsg_8; // System.Int32 DMCore.Logic.CChangeGameManager::stage int32_t ___stage_9; // System.Boolean DMCore.Logic.CChangeGameManager::b_isClkRank bool ___b_isClkRank_10; // System.Boolean DMCore.Logic.CChangeGameManager::b_isSign bool ___b_isSign_11; // System.Int32 DMCore.Logic.CChangeGameManager::m_bagMaxCount int32_t ___m_bagMaxCount_12; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_travelBagId List_1_t128053199 * ___m_travelBagId_13; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_propsList List_1_t128053199 * ___m_propsList_14; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_suitcaseList List_1_t128053199 * ___m_suitcaseList_15; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CChangeGameManager::m_assembleListInfo Dictionary_2_t2125489543 * ___m_assembleListInfo_16; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_dressListId List_1_t128053199 * ___m_dressListId_17; // System.Int32 DMCore.Logic.CChangeGameManager::m_selectedTheme int32_t ___m_selectedTheme_18; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_reviewListInfo List_1_t2386912134 * ___m_reviewListInfo_19; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CChangeGameManager::m_themeDressId Dictionary_2_t4098518019 * ___m_themeDressId_20; // System.Collections.Generic.List`1[] DMCore.Logic.CChangeGameManager::GroupAll List_1U5BU5D_t3580830742* ___GroupAll_21; // System.Int32 DMCore.Logic.CChangeGameManager::m_diffTime int32_t ___m_diffTime_22; // System.String DMCore.Logic.CChangeGameManager::m_EndTime String_t* ___m_EndTime_23; // System.Boolean DMCore.Logic.CChangeGameManager::b_isChange bool ___b_isChange_24; // CDataModelBool DMCore.Logic.CChangeGameManager::m_SuitcaseGetMsg CDataModelBool_t2269476966 * ___m_SuitcaseGetMsg_25; // CDataModelBool DMCore.Logic.CChangeGameManager::CStartVoteMsg CDataModelBool_t2269476966 * ___CStartVoteMsg_26; // CDataModelBool DMCore.Logic.CChangeGameManager::CRankState CDataModelBool_t2269476966 * ___CRankState_27; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_awardList List_1_t4158936807 * ___m_awardList_28; // DMCore.Logic.ThemeInfo DMCore.Logic.CChangeGameManager::m_themeInfo ThemeInfo_t1099106658 * ___m_themeInfo_29; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CChangeGameManager::m_submitVoteDic Dictionary_2_t1839659084 * ___m_submitVoteDic_30; // System.Boolean DMCore.Logic.CChangeGameManager::IsDraw bool ___IsDraw_31; // System.Boolean DMCore.Logic.CChangeGameManager::m_IsOpen bool ___m_IsOpen_32; // System.Collections.Generic.List`1 DMCore.Logic.CChangeGameManager::m_shopList List_1_t3369058668 * ___m_shopList_33; public: inline static int32_t get_offset_of_ShopListChanged_0() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___ShopListChanged_0)); } inline OnShopListChanged_t2987809885 * get_ShopListChanged_0() const { return ___ShopListChanged_0; } inline OnShopListChanged_t2987809885 ** get_address_of_ShopListChanged_0() { return &___ShopListChanged_0; } inline void set_ShopListChanged_0(OnShopListChanged_t2987809885 * value) { ___ShopListChanged_0 = value; Il2CppCodeGenWriteBarrier((&___ShopListChanged_0), value); } inline static int32_t get_offset_of_m_PartRewardList_2() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_PartRewardList_2)); } inline List_1_t3454575947 * get_m_PartRewardList_2() const { return ___m_PartRewardList_2; } inline List_1_t3454575947 ** get_address_of_m_PartRewardList_2() { return &___m_PartRewardList_2; } inline void set_m_PartRewardList_2(List_1_t3454575947 * value) { ___m_PartRewardList_2 = value; Il2CppCodeGenWriteBarrier((&___m_PartRewardList_2), value); } inline static int32_t get_offset_of_m_finalist_3() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_finalist_3)); } inline List_1_t3454575947 * get_m_finalist_3() const { return ___m_finalist_3; } inline List_1_t3454575947 ** get_address_of_m_finalist_3() { return &___m_finalist_3; } inline void set_m_finalist_3(List_1_t3454575947 * value) { ___m_finalist_3 = value; Il2CppCodeGenWriteBarrier((&___m_finalist_3), value); } inline static int32_t get_offset_of_m_List_4() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_List_4)); } inline List_1_t3768009848 * get_m_List_4() const { return ___m_List_4; } inline List_1_t3768009848 ** get_address_of_m_List_4() { return &___m_List_4; } inline void set_m_List_4(List_1_t3768009848 * value) { ___m_List_4 = value; Il2CppCodeGenWriteBarrier((&___m_List_4), value); } inline static int32_t get_offset_of_m_rankListInfo_5() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_rankListInfo_5)); } inline List_1_t3330140190 * get_m_rankListInfo_5() const { return ___m_rankListInfo_5; } inline List_1_t3330140190 ** get_address_of_m_rankListInfo_5() { return &___m_rankListInfo_5; } inline void set_m_rankListInfo_5(List_1_t3330140190 * value) { ___m_rankListInfo_5 = value; Il2CppCodeGenWriteBarrier((&___m_rankListInfo_5), value); } inline static int32_t get_offset_of_m_gamePageInfo_6() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_gamePageInfo_6)); } inline List_1_t2959980932 * get_m_gamePageInfo_6() const { return ___m_gamePageInfo_6; } inline List_1_t2959980932 ** get_address_of_m_gamePageInfo_6() { return &___m_gamePageInfo_6; } inline void set_m_gamePageInfo_6(List_1_t2959980932 * value) { ___m_gamePageInfo_6 = value; Il2CppCodeGenWriteBarrier((&___m_gamePageInfo_6), value); } inline static int32_t get_offset_of_m_ThemeData_7() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_ThemeData_7)); } inline Dictionary_2_t1848694263 * get_m_ThemeData_7() const { return ___m_ThemeData_7; } inline Dictionary_2_t1848694263 ** get_address_of_m_ThemeData_7() { return &___m_ThemeData_7; } inline void set_m_ThemeData_7(Dictionary_2_t1848694263 * value) { ___m_ThemeData_7 = value; Il2CppCodeGenWriteBarrier((&___m_ThemeData_7), value); } inline static int32_t get_offset_of_ThemeGetMsg_8() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___ThemeGetMsg_8)); } inline CDataModelBool_t2269476966 * get_ThemeGetMsg_8() const { return ___ThemeGetMsg_8; } inline CDataModelBool_t2269476966 ** get_address_of_ThemeGetMsg_8() { return &___ThemeGetMsg_8; } inline void set_ThemeGetMsg_8(CDataModelBool_t2269476966 * value) { ___ThemeGetMsg_8 = value; Il2CppCodeGenWriteBarrier((&___ThemeGetMsg_8), value); } inline static int32_t get_offset_of_stage_9() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___stage_9)); } inline int32_t get_stage_9() const { return ___stage_9; } inline int32_t* get_address_of_stage_9() { return &___stage_9; } inline void set_stage_9(int32_t value) { ___stage_9 = value; } inline static int32_t get_offset_of_b_isClkRank_10() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___b_isClkRank_10)); } inline bool get_b_isClkRank_10() const { return ___b_isClkRank_10; } inline bool* get_address_of_b_isClkRank_10() { return &___b_isClkRank_10; } inline void set_b_isClkRank_10(bool value) { ___b_isClkRank_10 = value; } inline static int32_t get_offset_of_b_isSign_11() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___b_isSign_11)); } inline bool get_b_isSign_11() const { return ___b_isSign_11; } inline bool* get_address_of_b_isSign_11() { return &___b_isSign_11; } inline void set_b_isSign_11(bool value) { ___b_isSign_11 = value; } inline static int32_t get_offset_of_m_bagMaxCount_12() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_bagMaxCount_12)); } inline int32_t get_m_bagMaxCount_12() const { return ___m_bagMaxCount_12; } inline int32_t* get_address_of_m_bagMaxCount_12() { return &___m_bagMaxCount_12; } inline void set_m_bagMaxCount_12(int32_t value) { ___m_bagMaxCount_12 = value; } inline static int32_t get_offset_of_m_travelBagId_13() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_travelBagId_13)); } inline List_1_t128053199 * get_m_travelBagId_13() const { return ___m_travelBagId_13; } inline List_1_t128053199 ** get_address_of_m_travelBagId_13() { return &___m_travelBagId_13; } inline void set_m_travelBagId_13(List_1_t128053199 * value) { ___m_travelBagId_13 = value; Il2CppCodeGenWriteBarrier((&___m_travelBagId_13), value); } inline static int32_t get_offset_of_m_propsList_14() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_propsList_14)); } inline List_1_t128053199 * get_m_propsList_14() const { return ___m_propsList_14; } inline List_1_t128053199 ** get_address_of_m_propsList_14() { return &___m_propsList_14; } inline void set_m_propsList_14(List_1_t128053199 * value) { ___m_propsList_14 = value; Il2CppCodeGenWriteBarrier((&___m_propsList_14), value); } inline static int32_t get_offset_of_m_suitcaseList_15() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_suitcaseList_15)); } inline List_1_t128053199 * get_m_suitcaseList_15() const { return ___m_suitcaseList_15; } inline List_1_t128053199 ** get_address_of_m_suitcaseList_15() { return &___m_suitcaseList_15; } inline void set_m_suitcaseList_15(List_1_t128053199 * value) { ___m_suitcaseList_15 = value; Il2CppCodeGenWriteBarrier((&___m_suitcaseList_15), value); } inline static int32_t get_offset_of_m_assembleListInfo_16() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_assembleListInfo_16)); } inline Dictionary_2_t2125489543 * get_m_assembleListInfo_16() const { return ___m_assembleListInfo_16; } inline Dictionary_2_t2125489543 ** get_address_of_m_assembleListInfo_16() { return &___m_assembleListInfo_16; } inline void set_m_assembleListInfo_16(Dictionary_2_t2125489543 * value) { ___m_assembleListInfo_16 = value; Il2CppCodeGenWriteBarrier((&___m_assembleListInfo_16), value); } inline static int32_t get_offset_of_m_dressListId_17() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_dressListId_17)); } inline List_1_t128053199 * get_m_dressListId_17() const { return ___m_dressListId_17; } inline List_1_t128053199 ** get_address_of_m_dressListId_17() { return &___m_dressListId_17; } inline void set_m_dressListId_17(List_1_t128053199 * value) { ___m_dressListId_17 = value; Il2CppCodeGenWriteBarrier((&___m_dressListId_17), value); } inline static int32_t get_offset_of_m_selectedTheme_18() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_selectedTheme_18)); } inline int32_t get_m_selectedTheme_18() const { return ___m_selectedTheme_18; } inline int32_t* get_address_of_m_selectedTheme_18() { return &___m_selectedTheme_18; } inline void set_m_selectedTheme_18(int32_t value) { ___m_selectedTheme_18 = value; } inline static int32_t get_offset_of_m_reviewListInfo_19() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_reviewListInfo_19)); } inline List_1_t2386912134 * get_m_reviewListInfo_19() const { return ___m_reviewListInfo_19; } inline List_1_t2386912134 ** get_address_of_m_reviewListInfo_19() { return &___m_reviewListInfo_19; } inline void set_m_reviewListInfo_19(List_1_t2386912134 * value) { ___m_reviewListInfo_19 = value; Il2CppCodeGenWriteBarrier((&___m_reviewListInfo_19), value); } inline static int32_t get_offset_of_m_themeDressId_20() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_themeDressId_20)); } inline Dictionary_2_t4098518019 * get_m_themeDressId_20() const { return ___m_themeDressId_20; } inline Dictionary_2_t4098518019 ** get_address_of_m_themeDressId_20() { return &___m_themeDressId_20; } inline void set_m_themeDressId_20(Dictionary_2_t4098518019 * value) { ___m_themeDressId_20 = value; Il2CppCodeGenWriteBarrier((&___m_themeDressId_20), value); } inline static int32_t get_offset_of_GroupAll_21() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___GroupAll_21)); } inline List_1U5BU5D_t3580830742* get_GroupAll_21() const { return ___GroupAll_21; } inline List_1U5BU5D_t3580830742** get_address_of_GroupAll_21() { return &___GroupAll_21; } inline void set_GroupAll_21(List_1U5BU5D_t3580830742* value) { ___GroupAll_21 = value; Il2CppCodeGenWriteBarrier((&___GroupAll_21), value); } inline static int32_t get_offset_of_m_diffTime_22() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_diffTime_22)); } inline int32_t get_m_diffTime_22() const { return ___m_diffTime_22; } inline int32_t* get_address_of_m_diffTime_22() { return &___m_diffTime_22; } inline void set_m_diffTime_22(int32_t value) { ___m_diffTime_22 = value; } inline static int32_t get_offset_of_m_EndTime_23() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_EndTime_23)); } inline String_t* get_m_EndTime_23() const { return ___m_EndTime_23; } inline String_t** get_address_of_m_EndTime_23() { return &___m_EndTime_23; } inline void set_m_EndTime_23(String_t* value) { ___m_EndTime_23 = value; Il2CppCodeGenWriteBarrier((&___m_EndTime_23), value); } inline static int32_t get_offset_of_b_isChange_24() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___b_isChange_24)); } inline bool get_b_isChange_24() const { return ___b_isChange_24; } inline bool* get_address_of_b_isChange_24() { return &___b_isChange_24; } inline void set_b_isChange_24(bool value) { ___b_isChange_24 = value; } inline static int32_t get_offset_of_m_SuitcaseGetMsg_25() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_SuitcaseGetMsg_25)); } inline CDataModelBool_t2269476966 * get_m_SuitcaseGetMsg_25() const { return ___m_SuitcaseGetMsg_25; } inline CDataModelBool_t2269476966 ** get_address_of_m_SuitcaseGetMsg_25() { return &___m_SuitcaseGetMsg_25; } inline void set_m_SuitcaseGetMsg_25(CDataModelBool_t2269476966 * value) { ___m_SuitcaseGetMsg_25 = value; Il2CppCodeGenWriteBarrier((&___m_SuitcaseGetMsg_25), value); } inline static int32_t get_offset_of_CStartVoteMsg_26() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___CStartVoteMsg_26)); } inline CDataModelBool_t2269476966 * get_CStartVoteMsg_26() const { return ___CStartVoteMsg_26; } inline CDataModelBool_t2269476966 ** get_address_of_CStartVoteMsg_26() { return &___CStartVoteMsg_26; } inline void set_CStartVoteMsg_26(CDataModelBool_t2269476966 * value) { ___CStartVoteMsg_26 = value; Il2CppCodeGenWriteBarrier((&___CStartVoteMsg_26), value); } inline static int32_t get_offset_of_CRankState_27() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___CRankState_27)); } inline CDataModelBool_t2269476966 * get_CRankState_27() const { return ___CRankState_27; } inline CDataModelBool_t2269476966 ** get_address_of_CRankState_27() { return &___CRankState_27; } inline void set_CRankState_27(CDataModelBool_t2269476966 * value) { ___CRankState_27 = value; Il2CppCodeGenWriteBarrier((&___CRankState_27), value); } inline static int32_t get_offset_of_m_awardList_28() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_awardList_28)); } inline List_1_t4158936807 * get_m_awardList_28() const { return ___m_awardList_28; } inline List_1_t4158936807 ** get_address_of_m_awardList_28() { return &___m_awardList_28; } inline void set_m_awardList_28(List_1_t4158936807 * value) { ___m_awardList_28 = value; Il2CppCodeGenWriteBarrier((&___m_awardList_28), value); } inline static int32_t get_offset_of_m_themeInfo_29() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_themeInfo_29)); } inline ThemeInfo_t1099106658 * get_m_themeInfo_29() const { return ___m_themeInfo_29; } inline ThemeInfo_t1099106658 ** get_address_of_m_themeInfo_29() { return &___m_themeInfo_29; } inline void set_m_themeInfo_29(ThemeInfo_t1099106658 * value) { ___m_themeInfo_29 = value; Il2CppCodeGenWriteBarrier((&___m_themeInfo_29), value); } inline static int32_t get_offset_of_m_submitVoteDic_30() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_submitVoteDic_30)); } inline Dictionary_2_t1839659084 * get_m_submitVoteDic_30() const { return ___m_submitVoteDic_30; } inline Dictionary_2_t1839659084 ** get_address_of_m_submitVoteDic_30() { return &___m_submitVoteDic_30; } inline void set_m_submitVoteDic_30(Dictionary_2_t1839659084 * value) { ___m_submitVoteDic_30 = value; Il2CppCodeGenWriteBarrier((&___m_submitVoteDic_30), value); } inline static int32_t get_offset_of_IsDraw_31() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___IsDraw_31)); } inline bool get_IsDraw_31() const { return ___IsDraw_31; } inline bool* get_address_of_IsDraw_31() { return &___IsDraw_31; } inline void set_IsDraw_31(bool value) { ___IsDraw_31 = value; } inline static int32_t get_offset_of_m_IsOpen_32() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_IsOpen_32)); } inline bool get_m_IsOpen_32() const { return ___m_IsOpen_32; } inline bool* get_address_of_m_IsOpen_32() { return &___m_IsOpen_32; } inline void set_m_IsOpen_32(bool value) { ___m_IsOpen_32 = value; } inline static int32_t get_offset_of_m_shopList_33() { return static_cast(offsetof(CChangeGameManager_t2081989347, ___m_shopList_33)); } inline List_1_t3369058668 * get_m_shopList_33() const { return ___m_shopList_33; } inline List_1_t3369058668 ** get_address_of_m_shopList_33() { return &___m_shopList_33; } inline void set_m_shopList_33(List_1_t3369058668 * value) { ___m_shopList_33 = value; Il2CppCodeGenWriteBarrier((&___m_shopList_33), value); } }; struct CChangeGameManager_t2081989347_StaticFields { public: // DMCore.Logic.CChangeGameManager DMCore.Logic.CChangeGameManager::s_Instance CChangeGameManager_t2081989347 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CChangeGameManager_t2081989347_StaticFields, ___s_Instance_1)); } inline CChangeGameManager_t2081989347 * get_s_Instance_1() const { return ___s_Instance_1; } inline CChangeGameManager_t2081989347 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CChangeGameManager_t2081989347 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCHANGEGAMEMANAGER_T2081989347_H #ifndef CRENEWMSGBOXCONTROL_T3836031106_H #define CRENEWMSGBOXCONTROL_T3836031106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CRenewMsgBoxControl struct CRenewMsgBoxControl_t3836031106 : public RuntimeObject { public: // UnityEngine.GameObject DMCore.Logic.CRenewMsgBoxControl::m_renewBoxObj GameObject_t1113636619 * ___m_renewBoxObj_3; // DMCore.CDataArray DMCore.Logic.CRenewMsgBoxControl::m_renewItems CDataArray_t4068198041 * ___m_renewItems_4; public: inline static int32_t get_offset_of_m_renewBoxObj_3() { return static_cast(offsetof(CRenewMsgBoxControl_t3836031106, ___m_renewBoxObj_3)); } inline GameObject_t1113636619 * get_m_renewBoxObj_3() const { return ___m_renewBoxObj_3; } inline GameObject_t1113636619 ** get_address_of_m_renewBoxObj_3() { return &___m_renewBoxObj_3; } inline void set_m_renewBoxObj_3(GameObject_t1113636619 * value) { ___m_renewBoxObj_3 = value; Il2CppCodeGenWriteBarrier((&___m_renewBoxObj_3), value); } inline static int32_t get_offset_of_m_renewItems_4() { return static_cast(offsetof(CRenewMsgBoxControl_t3836031106, ___m_renewItems_4)); } inline CDataArray_t4068198041 * get_m_renewItems_4() const { return ___m_renewItems_4; } inline CDataArray_t4068198041 ** get_address_of_m_renewItems_4() { return &___m_renewItems_4; } inline void set_m_renewItems_4(CDataArray_t4068198041 * value) { ___m_renewItems_4 = value; Il2CppCodeGenWriteBarrier((&___m_renewItems_4), value); } }; struct CRenewMsgBoxControl_t3836031106_StaticFields { public: // DMCore.Logic.CRenewMsgBoxControl DMCore.Logic.CRenewMsgBoxControl::s_intance CRenewMsgBoxControl_t3836031106 * ___s_intance_2; public: inline static int32_t get_offset_of_s_intance_2() { return static_cast(offsetof(CRenewMsgBoxControl_t3836031106_StaticFields, ___s_intance_2)); } inline CRenewMsgBoxControl_t3836031106 * get_s_intance_2() const { return ___s_intance_2; } inline CRenewMsgBoxControl_t3836031106 ** get_address_of_s_intance_2() { return &___s_intance_2; } inline void set_s_intance_2(CRenewMsgBoxControl_t3836031106 * value) { ___s_intance_2 = value; Il2CppCodeGenWriteBarrier((&___s_intance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRENEWMSGBOXCONTROL_T3836031106_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 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 FASHIONSTARSMANAGER_T4100381698_H #define FASHIONSTARSMANAGER_T4100381698_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FashionStarsManager struct FashionStarsManager_t4100381698 : public RuntimeObject { public: // System.Boolean FashionStarsManager::k__BackingField bool ___U3CMainPageFashionChangedU3Ek__BackingField_2; // System.Int32 FashionStarsManager::k__BackingField int32_t ___U3CCurrentFashionStarU3Ek__BackingField_3; // System.Boolean FashionStarsManager::k__BackingField bool ___U3CIsShowingEffectU3Ek__BackingField_4; // System.Boolean FashionStarsManager::k__BackingField bool ___U3CIsInitializedU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CMainPageFashionChangedU3Ek__BackingField_2() { return static_cast(offsetof(FashionStarsManager_t4100381698, ___U3CMainPageFashionChangedU3Ek__BackingField_2)); } inline bool get_U3CMainPageFashionChangedU3Ek__BackingField_2() const { return ___U3CMainPageFashionChangedU3Ek__BackingField_2; } inline bool* get_address_of_U3CMainPageFashionChangedU3Ek__BackingField_2() { return &___U3CMainPageFashionChangedU3Ek__BackingField_2; } inline void set_U3CMainPageFashionChangedU3Ek__BackingField_2(bool value) { ___U3CMainPageFashionChangedU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CCurrentFashionStarU3Ek__BackingField_3() { return static_cast(offsetof(FashionStarsManager_t4100381698, ___U3CCurrentFashionStarU3Ek__BackingField_3)); } inline int32_t get_U3CCurrentFashionStarU3Ek__BackingField_3() const { return ___U3CCurrentFashionStarU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CCurrentFashionStarU3Ek__BackingField_3() { return &___U3CCurrentFashionStarU3Ek__BackingField_3; } inline void set_U3CCurrentFashionStarU3Ek__BackingField_3(int32_t value) { ___U3CCurrentFashionStarU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIsShowingEffectU3Ek__BackingField_4() { return static_cast(offsetof(FashionStarsManager_t4100381698, ___U3CIsShowingEffectU3Ek__BackingField_4)); } inline bool get_U3CIsShowingEffectU3Ek__BackingField_4() const { return ___U3CIsShowingEffectU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsShowingEffectU3Ek__BackingField_4() { return &___U3CIsShowingEffectU3Ek__BackingField_4; } inline void set_U3CIsShowingEffectU3Ek__BackingField_4(bool value) { ___U3CIsShowingEffectU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CIsInitializedU3Ek__BackingField_5() { return static_cast(offsetof(FashionStarsManager_t4100381698, ___U3CIsInitializedU3Ek__BackingField_5)); } inline bool get_U3CIsInitializedU3Ek__BackingField_5() const { return ___U3CIsInitializedU3Ek__BackingField_5; } inline bool* get_address_of_U3CIsInitializedU3Ek__BackingField_5() { return &___U3CIsInitializedU3Ek__BackingField_5; } inline void set_U3CIsInitializedU3Ek__BackingField_5(bool value) { ___U3CIsInitializedU3Ek__BackingField_5 = value; } }; struct FashionStarsManager_t4100381698_StaticFields { public: // FashionStarsManager FashionStarsManager::s_instance FashionStarsManager_t4100381698 * ___s_instance_6; public: inline static int32_t get_offset_of_s_instance_6() { return static_cast(offsetof(FashionStarsManager_t4100381698_StaticFields, ___s_instance_6)); } inline FashionStarsManager_t4100381698 * get_s_instance_6() const { return ___s_instance_6; } inline FashionStarsManager_t4100381698 ** get_address_of_s_instance_6() { return &___s_instance_6; } inline void set_s_instance_6(FashionStarsManager_t4100381698 * value) { ___s_instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_instance_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FASHIONSTARSMANAGER_T4100381698_H #ifndef 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 BETTERLIST_1_T1710706642_H #define BETTERLIST_1_T1710706642_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t1710706642 : public RuntimeObject { public: // T[] BetterList`1::buffer ColorU5BU5D_t941916413* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t1710706642, ___buffer_0)); } inline ColorU5BU5D_t941916413* get_buffer_0() const { return ___buffer_0; } inline ColorU5BU5D_t941916413** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(ColorU5BU5D_t941916413* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1710706642, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T1710706642_H #ifndef BETTERLIST_1_T1311249841_H #define BETTERLIST_1_T1311249841_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t1311249841 : public RuntimeObject { public: // T[] BetterList`1::buffer Vector2U5BU5D_t1457185986* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t1311249841, ___buffer_0)); } inline Vector2U5BU5D_t1457185986* get_buffer_0() const { return ___buffer_0; } inline Vector2U5BU5D_t1457185986** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Vector2U5BU5D_t1457185986* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1311249841, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T1311249841_H #ifndef BETTERLIST_1_T2877333782_H #define BETTERLIST_1_T2877333782_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t2877333782 : public RuntimeObject { public: // T[] BetterList`1::buffer Vector3U5BU5D_t1718750761* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t2877333782, ___buffer_0)); } inline Vector3U5BU5D_t1718750761* get_buffer_0() const { return ___buffer_0; } inline Vector3U5BU5D_t1718750761** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Vector3U5BU5D_t1718750761* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2877333782, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T2877333782_H #ifndef ABILITYLEVELCOUNT_T46961605_H #define ABILITYLEVELCOUNT_T46961605_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.AbilityLevelCount struct AbilityLevelCount_t46961605 : public RuntimeObject { public: // System.Int32 DMCore.Logic.AbilityLevelCount::m_level int32_t ___m_level_0; // System.Int32 DMCore.Logic.AbilityLevelCount::m_levelUpExp int32_t ___m_levelUpExp_1; // System.Collections.Generic.List`1 DMCore.Logic.AbilityLevelCount::m_RewardCount List_1_t779509957 * ___m_RewardCount_2; public: inline static int32_t get_offset_of_m_level_0() { return static_cast(offsetof(AbilityLevelCount_t46961605, ___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(AbilityLevelCount_t46961605, ___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; } inline static int32_t get_offset_of_m_RewardCount_2() { return static_cast(offsetof(AbilityLevelCount_t46961605, ___m_RewardCount_2)); } inline List_1_t779509957 * get_m_RewardCount_2() const { return ___m_RewardCount_2; } inline List_1_t779509957 ** get_address_of_m_RewardCount_2() { return &___m_RewardCount_2; } inline void set_m_RewardCount_2(List_1_t779509957 * value) { ___m_RewardCount_2 = value; Il2CppCodeGenWriteBarrier((&___m_RewardCount_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABILITYLEVELCOUNT_T46961605_H #ifndef CIDOLABILITYMANAGER_T240297659_H #define CIDOLABILITYMANAGER_T240297659_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolAbilityManager struct CIdolAbilityManager_t240297659 : public RuntimeObject { public: // CDataModelBool DMCore.Logic.CIdolAbilityManager::IdolGetMsg CDataModelBool_t2269476966 * ___IdolGetMsg_0; // System.Int32 DMCore.Logic.CIdolAbilityManager::selectedType int32_t ___selectedType_1; // System.Collections.Generic.List`1 DMCore.Logic.CIdolAbilityManager::m_AbilityLevelCount List_1_t1519036347 * ___m_AbilityLevelCount_3; // System.Collections.Generic.List`1 DMCore.Logic.CIdolAbilityManager::m_RewardCount List_1_t779509957 * ___m_RewardCount_4; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CIdolAbilityManager::m_IdolAbilityConfigData Dictionary_2_t407749678 * ___m_IdolAbilityConfigData_5; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CIdolAbilityManager::m_IdolData Dictionary_2_t3302194709 * ___m_IdolData_6; // DMCore.Logic.IdolPlayerData DMCore.Logic.CIdolAbilityManager::m_IdolPlayerData IdolPlayerData_t1126670343 * ___m_IdolPlayerData_7; // System.Collections.Generic.List`1 DMCore.Logic.CIdolAbilityManager::m_CurAbilityData List_1_t395442325 * ___m_CurAbilityData_8; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CIdolAbilityManager::m_IdolAbilityPlayerData Dictionary_2_t3228841118 * ___m_IdolAbilityPlayerData_9; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CIdolAbilityManager::m_data Dictionary_2_t3311733826 * ___m_data_10; // System.Collections.Generic.List`1 DMCore.Logic.CIdolAbilityManager::m_addData List_1_t3172792085 * ___m_addData_11; // System.Collections.Generic.Queue`1 DMCore.Logic.CIdolAbilityManager::m_queAddData Queue_1_t1546976837 * ___m_queAddData_12; // System.Int64 DMCore.Logic.CIdolAbilityManager::m_curUserid int64_t ___m_curUserid_13; // System.Boolean DMCore.Logic.CIdolAbilityManager::m_IsGetReward bool ___m_IsGetReward_14; public: inline static int32_t get_offset_of_IdolGetMsg_0() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___IdolGetMsg_0)); } inline CDataModelBool_t2269476966 * get_IdolGetMsg_0() const { return ___IdolGetMsg_0; } inline CDataModelBool_t2269476966 ** get_address_of_IdolGetMsg_0() { return &___IdolGetMsg_0; } inline void set_IdolGetMsg_0(CDataModelBool_t2269476966 * value) { ___IdolGetMsg_0 = value; Il2CppCodeGenWriteBarrier((&___IdolGetMsg_0), value); } inline static int32_t get_offset_of_selectedType_1() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___selectedType_1)); } inline int32_t get_selectedType_1() const { return ___selectedType_1; } inline int32_t* get_address_of_selectedType_1() { return &___selectedType_1; } inline void set_selectedType_1(int32_t value) { ___selectedType_1 = value; } inline static int32_t get_offset_of_m_AbilityLevelCount_3() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_AbilityLevelCount_3)); } inline List_1_t1519036347 * get_m_AbilityLevelCount_3() const { return ___m_AbilityLevelCount_3; } inline List_1_t1519036347 ** get_address_of_m_AbilityLevelCount_3() { return &___m_AbilityLevelCount_3; } inline void set_m_AbilityLevelCount_3(List_1_t1519036347 * value) { ___m_AbilityLevelCount_3 = value; Il2CppCodeGenWriteBarrier((&___m_AbilityLevelCount_3), value); } inline static int32_t get_offset_of_m_RewardCount_4() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_RewardCount_4)); } inline List_1_t779509957 * get_m_RewardCount_4() const { return ___m_RewardCount_4; } inline List_1_t779509957 ** get_address_of_m_RewardCount_4() { return &___m_RewardCount_4; } inline void set_m_RewardCount_4(List_1_t779509957 * value) { ___m_RewardCount_4 = value; Il2CppCodeGenWriteBarrier((&___m_RewardCount_4), value); } inline static int32_t get_offset_of_m_IdolAbilityConfigData_5() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_IdolAbilityConfigData_5)); } inline Dictionary_2_t407749678 * get_m_IdolAbilityConfigData_5() const { return ___m_IdolAbilityConfigData_5; } inline Dictionary_2_t407749678 ** get_address_of_m_IdolAbilityConfigData_5() { return &___m_IdolAbilityConfigData_5; } inline void set_m_IdolAbilityConfigData_5(Dictionary_2_t407749678 * value) { ___m_IdolAbilityConfigData_5 = value; Il2CppCodeGenWriteBarrier((&___m_IdolAbilityConfigData_5), value); } inline static int32_t get_offset_of_m_IdolData_6() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_IdolData_6)); } inline Dictionary_2_t3302194709 * get_m_IdolData_6() const { return ___m_IdolData_6; } inline Dictionary_2_t3302194709 ** get_address_of_m_IdolData_6() { return &___m_IdolData_6; } inline void set_m_IdolData_6(Dictionary_2_t3302194709 * value) { ___m_IdolData_6 = value; Il2CppCodeGenWriteBarrier((&___m_IdolData_6), value); } inline static int32_t get_offset_of_m_IdolPlayerData_7() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_IdolPlayerData_7)); } inline IdolPlayerData_t1126670343 * get_m_IdolPlayerData_7() const { return ___m_IdolPlayerData_7; } inline IdolPlayerData_t1126670343 ** get_address_of_m_IdolPlayerData_7() { return &___m_IdolPlayerData_7; } inline void set_m_IdolPlayerData_7(IdolPlayerData_t1126670343 * value) { ___m_IdolPlayerData_7 = value; Il2CppCodeGenWriteBarrier((&___m_IdolPlayerData_7), value); } inline static int32_t get_offset_of_m_CurAbilityData_8() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_CurAbilityData_8)); } inline List_1_t395442325 * get_m_CurAbilityData_8() const { return ___m_CurAbilityData_8; } inline List_1_t395442325 ** get_address_of_m_CurAbilityData_8() { return &___m_CurAbilityData_8; } inline void set_m_CurAbilityData_8(List_1_t395442325 * value) { ___m_CurAbilityData_8 = value; Il2CppCodeGenWriteBarrier((&___m_CurAbilityData_8), value); } inline static int32_t get_offset_of_m_IdolAbilityPlayerData_9() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_IdolAbilityPlayerData_9)); } inline Dictionary_2_t3228841118 * get_m_IdolAbilityPlayerData_9() const { return ___m_IdolAbilityPlayerData_9; } inline Dictionary_2_t3228841118 ** get_address_of_m_IdolAbilityPlayerData_9() { return &___m_IdolAbilityPlayerData_9; } inline void set_m_IdolAbilityPlayerData_9(Dictionary_2_t3228841118 * value) { ___m_IdolAbilityPlayerData_9 = value; Il2CppCodeGenWriteBarrier((&___m_IdolAbilityPlayerData_9), value); } inline static int32_t get_offset_of_m_data_10() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_data_10)); } inline Dictionary_2_t3311733826 * get_m_data_10() const { return ___m_data_10; } inline Dictionary_2_t3311733826 ** get_address_of_m_data_10() { return &___m_data_10; } inline void set_m_data_10(Dictionary_2_t3311733826 * value) { ___m_data_10 = value; Il2CppCodeGenWriteBarrier((&___m_data_10), value); } inline static int32_t get_offset_of_m_addData_11() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_addData_11)); } inline List_1_t3172792085 * get_m_addData_11() const { return ___m_addData_11; } inline List_1_t3172792085 ** get_address_of_m_addData_11() { return &___m_addData_11; } inline void set_m_addData_11(List_1_t3172792085 * value) { ___m_addData_11 = value; Il2CppCodeGenWriteBarrier((&___m_addData_11), value); } inline static int32_t get_offset_of_m_queAddData_12() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_queAddData_12)); } inline Queue_1_t1546976837 * get_m_queAddData_12() const { return ___m_queAddData_12; } inline Queue_1_t1546976837 ** get_address_of_m_queAddData_12() { return &___m_queAddData_12; } inline void set_m_queAddData_12(Queue_1_t1546976837 * value) { ___m_queAddData_12 = value; Il2CppCodeGenWriteBarrier((&___m_queAddData_12), value); } inline static int32_t get_offset_of_m_curUserid_13() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_curUserid_13)); } inline int64_t get_m_curUserid_13() const { return ___m_curUserid_13; } inline int64_t* get_address_of_m_curUserid_13() { return &___m_curUserid_13; } inline void set_m_curUserid_13(int64_t value) { ___m_curUserid_13 = value; } inline static int32_t get_offset_of_m_IsGetReward_14() { return static_cast(offsetof(CIdolAbilityManager_t240297659, ___m_IsGetReward_14)); } inline bool get_m_IsGetReward_14() const { return ___m_IsGetReward_14; } inline bool* get_address_of_m_IsGetReward_14() { return &___m_IsGetReward_14; } inline void set_m_IsGetReward_14(bool value) { ___m_IsGetReward_14 = value; } }; struct CIdolAbilityManager_t240297659_StaticFields { public: // DMCore.Logic.CIdolAbilityManager DMCore.Logic.CIdolAbilityManager::s_Instance CIdolAbilityManager_t240297659 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CIdolAbilityManager_t240297659_StaticFields, ___s_Instance_2)); } inline CIdolAbilityManager_t240297659 * get_s_Instance_2() const { return ___s_Instance_2; } inline CIdolAbilityManager_t240297659 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CIdolAbilityManager_t240297659 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIDOLABILITYMANAGER_T240297659_H #ifndef LIST_1_T1519036347_H #define LIST_1_T1519036347_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_t1519036347 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AbilityLevelCountU5BU5D_t3035042696* ____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_t1519036347, ____items_1)); } inline AbilityLevelCountU5BU5D_t3035042696* get__items_1() const { return ____items_1; } inline AbilityLevelCountU5BU5D_t3035042696** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AbilityLevelCountU5BU5D_t3035042696* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1519036347, ____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_t1519036347, ____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_t1519036347_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray AbilityLevelCountU5BU5D_t3035042696* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1519036347_StaticFields, ___EmptyArray_4)); } inline AbilityLevelCountU5BU5D_t3035042696* get_EmptyArray_4() const { return ___EmptyArray_4; } inline AbilityLevelCountU5BU5D_t3035042696** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(AbilityLevelCountU5BU5D_t3035042696* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1519036347_H #ifndef BETTERLIST_1_T2959858834_H #define BETTERLIST_1_T2959858834_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_t2959858834 : public RuntimeObject { public: // T[] BetterList`1::buffer stTrailNodeU5BU5D_t510290237* ___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_t2959858834, ___buffer_0)); } inline stTrailNodeU5BU5D_t510290237* get_buffer_0() const { return ___buffer_0; } inline stTrailNodeU5BU5D_t510290237** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(stTrailNodeU5BU5D_t510290237* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2959858834, ___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_T2959858834_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef 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 ITEXTBASE_T660344599_H #define ITEXTBASE_T660344599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.ITextBase struct ITextBase_t660344599 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.ITextBase::m_listCache Dictionary_2_t4177511560 * ___m_listCache_0; public: inline static int32_t get_offset_of_m_listCache_0() { return static_cast(offsetof(ITextBase_t660344599, ___m_listCache_0)); } inline Dictionary_2_t4177511560 * get_m_listCache_0() const { return ___m_listCache_0; } inline Dictionary_2_t4177511560 ** get_address_of_m_listCache_0() { return &___m_listCache_0; } inline void set_m_listCache_0(Dictionary_2_t4177511560 * value) { ___m_listCache_0 = value; Il2CppCodeGenWriteBarrier((&___m_listCache_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITEXTBASE_T660344599_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef CBEACHMANAGER_T2929024312_H #define CBEACHMANAGER_T2929024312_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CBeachManager struct CBeachManager_t2929024312 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CBeachManager::k__BackingField bool ___U3CIsSelectionChangedU3Ek__BackingField_0; // System.Boolean DMCore.Logic.CBeachManager::k__BackingField bool ___U3CIsSceneInfoChangedU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CBeachManager::m_defaultSceneID int32_t ___m_defaultSceneID_3; // System.Int32 DMCore.Logic.CBeachManager::m_selectedSceneID int32_t ___m_selectedSceneID_4; // System.Boolean DMCore.Logic.CBeachManager::m_bResetDone bool ___m_bResetDone_5; // System.Collections.Generic.List`1 DMCore.Logic.CBeachManager::m_sceneInfoList List_1_t891640810 * ___m_sceneInfoList_6; public: inline static int32_t get_offset_of_U3CIsSelectionChangedU3Ek__BackingField_0() { return static_cast(offsetof(CBeachManager_t2929024312, ___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_U3CIsSceneInfoChangedU3Ek__BackingField_1() { return static_cast(offsetof(CBeachManager_t2929024312, ___U3CIsSceneInfoChangedU3Ek__BackingField_1)); } inline bool get_U3CIsSceneInfoChangedU3Ek__BackingField_1() const { return ___U3CIsSceneInfoChangedU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsSceneInfoChangedU3Ek__BackingField_1() { return &___U3CIsSceneInfoChangedU3Ek__BackingField_1; } inline void set_U3CIsSceneInfoChangedU3Ek__BackingField_1(bool value) { ___U3CIsSceneInfoChangedU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_m_defaultSceneID_3() { return static_cast(offsetof(CBeachManager_t2929024312, ___m_defaultSceneID_3)); } inline int32_t get_m_defaultSceneID_3() const { return ___m_defaultSceneID_3; } inline int32_t* get_address_of_m_defaultSceneID_3() { return &___m_defaultSceneID_3; } inline void set_m_defaultSceneID_3(int32_t value) { ___m_defaultSceneID_3 = value; } inline static int32_t get_offset_of_m_selectedSceneID_4() { return static_cast(offsetof(CBeachManager_t2929024312, ___m_selectedSceneID_4)); } inline int32_t get_m_selectedSceneID_4() const { return ___m_selectedSceneID_4; } inline int32_t* get_address_of_m_selectedSceneID_4() { return &___m_selectedSceneID_4; } inline void set_m_selectedSceneID_4(int32_t value) { ___m_selectedSceneID_4 = value; } inline static int32_t get_offset_of_m_bResetDone_5() { return static_cast(offsetof(CBeachManager_t2929024312, ___m_bResetDone_5)); } inline bool get_m_bResetDone_5() const { return ___m_bResetDone_5; } inline bool* get_address_of_m_bResetDone_5() { return &___m_bResetDone_5; } inline void set_m_bResetDone_5(bool value) { ___m_bResetDone_5 = value; } inline static int32_t get_offset_of_m_sceneInfoList_6() { return static_cast(offsetof(CBeachManager_t2929024312, ___m_sceneInfoList_6)); } inline List_1_t891640810 * get_m_sceneInfoList_6() const { return ___m_sceneInfoList_6; } inline List_1_t891640810 ** get_address_of_m_sceneInfoList_6() { return &___m_sceneInfoList_6; } inline void set_m_sceneInfoList_6(List_1_t891640810 * value) { ___m_sceneInfoList_6 = value; Il2CppCodeGenWriteBarrier((&___m_sceneInfoList_6), value); } }; struct CBeachManager_t2929024312_StaticFields { public: // DMCore.Logic.CBeachManager DMCore.Logic.CBeachManager::m_instance CBeachManager_t2929024312 * ___m_instance_2; public: inline static int32_t get_offset_of_m_instance_2() { return static_cast(offsetof(CBeachManager_t2929024312_StaticFields, ___m_instance_2)); } inline CBeachManager_t2929024312 * get_m_instance_2() const { return ___m_instance_2; } inline CBeachManager_t2929024312 ** get_address_of_m_instance_2() { return &___m_instance_2; } inline void set_m_instance_2(CBeachManager_t2929024312 * value) { ___m_instance_2 = value; Il2CppCodeGenWriteBarrier((&___m_instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEACHMANAGER_T2929024312_H #ifndef SPRITEDESC_T3208779560_H #define SPRITEDESC_T3208779560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SpriteDesc struct SpriteDesc_t3208779560 : public RuntimeObject { public: // System.Int32 DMCore.Logic.SpriteDesc::id int32_t ___id_0; // System.String DMCore.Logic.SpriteDesc::name String_t* ___name_1; // System.String DMCore.Logic.SpriteDesc::description String_t* ___description_2; // System.Int32 DMCore.Logic.SpriteDesc::pageid int32_t ___pageid_3; // System.Int32 DMCore.Logic.SpriteDesc::unLockLevel int32_t ___unLockLevel_4; // System.String DMCore.Logic.SpriteDesc::shoptype String_t* ___shoptype_5; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(SpriteDesc_t3208779560, ___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(SpriteDesc_t3208779560, ___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_description_2() { return static_cast(offsetof(SpriteDesc_t3208779560, ___description_2)); } inline String_t* get_description_2() const { return ___description_2; } inline String_t** get_address_of_description_2() { return &___description_2; } inline void set_description_2(String_t* value) { ___description_2 = value; Il2CppCodeGenWriteBarrier((&___description_2), value); } inline static int32_t get_offset_of_pageid_3() { return static_cast(offsetof(SpriteDesc_t3208779560, ___pageid_3)); } inline int32_t get_pageid_3() const { return ___pageid_3; } inline int32_t* get_address_of_pageid_3() { return &___pageid_3; } inline void set_pageid_3(int32_t value) { ___pageid_3 = value; } inline static int32_t get_offset_of_unLockLevel_4() { return static_cast(offsetof(SpriteDesc_t3208779560, ___unLockLevel_4)); } inline int32_t get_unLockLevel_4() const { return ___unLockLevel_4; } inline int32_t* get_address_of_unLockLevel_4() { return &___unLockLevel_4; } inline void set_unLockLevel_4(int32_t value) { ___unLockLevel_4 = value; } inline static int32_t get_offset_of_shoptype_5() { return static_cast(offsetof(SpriteDesc_t3208779560, ___shoptype_5)); } inline String_t* get_shoptype_5() const { return ___shoptype_5; } inline String_t** get_address_of_shoptype_5() { return &___shoptype_5; } inline void set_shoptype_5(String_t* value) { ___shoptype_5 = value; Il2CppCodeGenWriteBarrier((&___shoptype_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPRITEDESC_T3208779560_H #ifndef SPRITEITEM_T1019312017_H #define SPRITEITEM_T1019312017_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SpriteItem struct SpriteItem_t1019312017 : public RuntimeObject { public: // System.Int32 DMCore.Logic.SpriteItem::id int32_t ___id_0; // System.Int32 DMCore.Logic.SpriteItem::level int32_t ___level_1; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(SpriteItem_t1019312017, ___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_level_1() { return static_cast(offsetof(SpriteItem_t1019312017, ___level_1)); } inline int32_t get_level_1() const { return ___level_1; } inline int32_t* get_address_of_level_1() { return &___level_1; } inline void set_level_1(int32_t value) { ___level_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPRITEITEM_T1019312017_H #ifndef BRANDDATA_T2882930928_H #define BRANDDATA_T2882930928_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.BrandData struct BrandData_t2882930928 : public RuntimeObject { public: // System.String DMCore.Logic.BrandData::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.String DMCore.Logic.BrandData::k__BackingField String_t* ___U3CIDU3Ek__BackingField_1; // System.String DMCore.Logic.BrandData::k__BackingField String_t* ___U3CLogoU3Ek__BackingField_2; // System.Collections.Generic.List`1 DMCore.Logic.BrandData::k__BackingField List_1_t3319525431 * ___U3CIntroduceU3Ek__BackingField_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.BrandData::m_DicImage Dictionary_2_t3625702484 * ___m_DicImage_4; // System.Collections.Generic.Dictionary`2 DMCore.Logic.BrandData::m_DicUrl Dictionary_2_t1632706988 * ___m_DicUrl_5; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(BrandData_t2882930928, ___U3CNameU3Ek__BackingField_0)); } inline String_t* get_U3CNameU3Ek__BackingField_0() const { return ___U3CNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_0() { return &___U3CNameU3Ek__BackingField_0; } inline void set_U3CNameU3Ek__BackingField_0(String_t* value) { ___U3CNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CNameU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CIDU3Ek__BackingField_1() { return static_cast(offsetof(BrandData_t2882930928, ___U3CIDU3Ek__BackingField_1)); } inline String_t* get_U3CIDU3Ek__BackingField_1() const { return ___U3CIDU3Ek__BackingField_1; } inline String_t** get_address_of_U3CIDU3Ek__BackingField_1() { return &___U3CIDU3Ek__BackingField_1; } inline void set_U3CIDU3Ek__BackingField_1(String_t* value) { ___U3CIDU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CIDU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CLogoU3Ek__BackingField_2() { return static_cast(offsetof(BrandData_t2882930928, ___U3CLogoU3Ek__BackingField_2)); } inline String_t* get_U3CLogoU3Ek__BackingField_2() const { return ___U3CLogoU3Ek__BackingField_2; } inline String_t** get_address_of_U3CLogoU3Ek__BackingField_2() { return &___U3CLogoU3Ek__BackingField_2; } inline void set_U3CLogoU3Ek__BackingField_2(String_t* value) { ___U3CLogoU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CLogoU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CIntroduceU3Ek__BackingField_3() { return static_cast(offsetof(BrandData_t2882930928, ___U3CIntroduceU3Ek__BackingField_3)); } inline List_1_t3319525431 * get_U3CIntroduceU3Ek__BackingField_3() const { return ___U3CIntroduceU3Ek__BackingField_3; } inline List_1_t3319525431 ** get_address_of_U3CIntroduceU3Ek__BackingField_3() { return &___U3CIntroduceU3Ek__BackingField_3; } inline void set_U3CIntroduceU3Ek__BackingField_3(List_1_t3319525431 * value) { ___U3CIntroduceU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CIntroduceU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_m_DicImage_4() { return static_cast(offsetof(BrandData_t2882930928, ___m_DicImage_4)); } inline Dictionary_2_t3625702484 * get_m_DicImage_4() const { return ___m_DicImage_4; } inline Dictionary_2_t3625702484 ** get_address_of_m_DicImage_4() { return &___m_DicImage_4; } inline void set_m_DicImage_4(Dictionary_2_t3625702484 * value) { ___m_DicImage_4 = value; Il2CppCodeGenWriteBarrier((&___m_DicImage_4), value); } inline static int32_t get_offset_of_m_DicUrl_5() { return static_cast(offsetof(BrandData_t2882930928, ___m_DicUrl_5)); } inline Dictionary_2_t1632706988 * get_m_DicUrl_5() const { return ___m_DicUrl_5; } inline Dictionary_2_t1632706988 ** get_address_of_m_DicUrl_5() { return &___m_DicUrl_5; } inline void set_m_DicUrl_5(Dictionary_2_t1632706988 * value) { ___m_DicUrl_5 = value; Il2CppCodeGenWriteBarrier((&___m_DicUrl_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BRANDDATA_T2882930928_H #ifndef CACCMANAGER_T1454736772_H #define CACCMANAGER_T1454736772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CAccManager struct CAccManager_t1454736772 : public RuntimeObject { public: // System.String DMCore.CAccManager::m_strAccount String_t* ___m_strAccount_0; // System.String DMCore.CAccManager::m_strSecret String_t* ___m_strSecret_1; // System.String DMCore.CAccManager::m_strWhiteSign String_t* ___m_strWhiteSign_2; // System.Boolean DMCore.CAccManager::m_bVibrator bool ___m_bVibrator_3; // System.Boolean DMCore.CAccManager::m_PlayMidi bool ___m_PlayMidi_4; // System.Boolean DMCore.CAccManager::m_DownMode bool ___m_DownMode_5; // System.Boolean DMCore.CAccManager::m_Accept bool ___m_Accept_6; // System.Boolean DMCore.CAccManager::m_SavedConfig bool ___m_SavedConfig_7; public: inline static int32_t get_offset_of_m_strAccount_0() { return static_cast(offsetof(CAccManager_t1454736772, ___m_strAccount_0)); } inline String_t* get_m_strAccount_0() const { return ___m_strAccount_0; } inline String_t** get_address_of_m_strAccount_0() { return &___m_strAccount_0; } inline void set_m_strAccount_0(String_t* value) { ___m_strAccount_0 = value; Il2CppCodeGenWriteBarrier((&___m_strAccount_0), value); } inline static int32_t get_offset_of_m_strSecret_1() { return static_cast(offsetof(CAccManager_t1454736772, ___m_strSecret_1)); } inline String_t* get_m_strSecret_1() const { return ___m_strSecret_1; } inline String_t** get_address_of_m_strSecret_1() { return &___m_strSecret_1; } inline void set_m_strSecret_1(String_t* value) { ___m_strSecret_1 = value; Il2CppCodeGenWriteBarrier((&___m_strSecret_1), value); } inline static int32_t get_offset_of_m_strWhiteSign_2() { return static_cast(offsetof(CAccManager_t1454736772, ___m_strWhiteSign_2)); } inline String_t* get_m_strWhiteSign_2() const { return ___m_strWhiteSign_2; } inline String_t** get_address_of_m_strWhiteSign_2() { return &___m_strWhiteSign_2; } inline void set_m_strWhiteSign_2(String_t* value) { ___m_strWhiteSign_2 = value; Il2CppCodeGenWriteBarrier((&___m_strWhiteSign_2), value); } inline static int32_t get_offset_of_m_bVibrator_3() { return static_cast(offsetof(CAccManager_t1454736772, ___m_bVibrator_3)); } inline bool get_m_bVibrator_3() const { return ___m_bVibrator_3; } inline bool* get_address_of_m_bVibrator_3() { return &___m_bVibrator_3; } inline void set_m_bVibrator_3(bool value) { ___m_bVibrator_3 = value; } inline static int32_t get_offset_of_m_PlayMidi_4() { return static_cast(offsetof(CAccManager_t1454736772, ___m_PlayMidi_4)); } inline bool get_m_PlayMidi_4() const { return ___m_PlayMidi_4; } inline bool* get_address_of_m_PlayMidi_4() { return &___m_PlayMidi_4; } inline void set_m_PlayMidi_4(bool value) { ___m_PlayMidi_4 = value; } inline static int32_t get_offset_of_m_DownMode_5() { return static_cast(offsetof(CAccManager_t1454736772, ___m_DownMode_5)); } inline bool get_m_DownMode_5() const { return ___m_DownMode_5; } inline bool* get_address_of_m_DownMode_5() { return &___m_DownMode_5; } inline void set_m_DownMode_5(bool value) { ___m_DownMode_5 = value; } inline static int32_t get_offset_of_m_Accept_6() { return static_cast(offsetof(CAccManager_t1454736772, ___m_Accept_6)); } inline bool get_m_Accept_6() const { return ___m_Accept_6; } inline bool* get_address_of_m_Accept_6() { return &___m_Accept_6; } inline void set_m_Accept_6(bool value) { ___m_Accept_6 = value; } inline static int32_t get_offset_of_m_SavedConfig_7() { return static_cast(offsetof(CAccManager_t1454736772, ___m_SavedConfig_7)); } inline bool get_m_SavedConfig_7() const { return ___m_SavedConfig_7; } inline bool* get_address_of_m_SavedConfig_7() { return &___m_SavedConfig_7; } inline void set_m_SavedConfig_7(bool value) { ___m_SavedConfig_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACCMANAGER_T1454736772_H #ifndef ASSEMBLEINFO_T3236776212_H #define ASSEMBLEINFO_T3236776212_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.AssembleInfo struct AssembleInfo_t3236776212 : public RuntimeObject { public: // System.Int32 DMCore.Logic.AssembleInfo::m_themeId int32_t ___m_themeId_0; // System.Int32 DMCore.Logic.AssembleInfo::m_themeStar int32_t ___m_themeStar_1; // System.String DMCore.Logic.AssembleInfo::m_themeDec String_t* ___m_themeDec_2; // System.Collections.Generic.List`1 DMCore.Logic.AssembleInfo::m_dressList List_1_t128053199 * ___m_dressList_3; public: inline static int32_t get_offset_of_m_themeId_0() { return static_cast(offsetof(AssembleInfo_t3236776212, ___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_themeStar_1() { return static_cast(offsetof(AssembleInfo_t3236776212, ___m_themeStar_1)); } inline int32_t get_m_themeStar_1() const { return ___m_themeStar_1; } inline int32_t* get_address_of_m_themeStar_1() { return &___m_themeStar_1; } inline void set_m_themeStar_1(int32_t value) { ___m_themeStar_1 = value; } inline static int32_t get_offset_of_m_themeDec_2() { return static_cast(offsetof(AssembleInfo_t3236776212, ___m_themeDec_2)); } inline String_t* get_m_themeDec_2() const { return ___m_themeDec_2; } inline String_t** get_address_of_m_themeDec_2() { return &___m_themeDec_2; } inline void set_m_themeDec_2(String_t* value) { ___m_themeDec_2 = value; Il2CppCodeGenWriteBarrier((&___m_themeDec_2), value); } inline static int32_t get_offset_of_m_dressList_3() { return static_cast(offsetof(AssembleInfo_t3236776212, ___m_dressList_3)); } inline List_1_t128053199 * get_m_dressList_3() const { return ___m_dressList_3; } inline List_1_t128053199 ** get_address_of_m_dressList_3() { return &___m_dressList_3; } inline void set_m_dressList_3(List_1_t128053199 * value) { ___m_dressList_3 = value; Il2CppCodeGenWriteBarrier((&___m_dressList_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLEINFO_T3236776212_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 DAYDATA_T3559000048_H #define DAYDATA_T3559000048_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSignInOldActivity/DayData struct DayData_t3559000048 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CSignInOldActivity/DayData::nDayIndex int32_t ___nDayIndex_0; // System.Int32 DMCore.Logic.CSignInOldActivity/DayData::nMemberLevel int32_t ___nMemberLevel_1; // System.Int32 DMCore.Logic.CSignInOldActivity/DayData::nDouble int32_t ___nDouble_2; // System.Int32 DMCore.Logic.CSignInOldActivity/DayData::nNormal int32_t ___nNormal_3; // System.Int32 DMCore.Logic.CSignInOldActivity/DayData::nItemID int32_t ___nItemID_4; // System.Int32 DMCore.Logic.CSignInOldActivity/DayData::nNum int32_t ___nNum_5; // System.Int32 DMCore.Logic.CSignInOldActivity/DayData::nValid int32_t ___nValid_6; // System.Int32 DMCore.Logic.CSignInOldActivity/DayData::nFashion int32_t ___nFashion_7; public: inline static int32_t get_offset_of_nDayIndex_0() { return static_cast(offsetof(DayData_t3559000048, ___nDayIndex_0)); } inline int32_t get_nDayIndex_0() const { return ___nDayIndex_0; } inline int32_t* get_address_of_nDayIndex_0() { return &___nDayIndex_0; } inline void set_nDayIndex_0(int32_t value) { ___nDayIndex_0 = value; } inline static int32_t get_offset_of_nMemberLevel_1() { return static_cast(offsetof(DayData_t3559000048, ___nMemberLevel_1)); } inline int32_t get_nMemberLevel_1() const { return ___nMemberLevel_1; } inline int32_t* get_address_of_nMemberLevel_1() { return &___nMemberLevel_1; } inline void set_nMemberLevel_1(int32_t value) { ___nMemberLevel_1 = value; } inline static int32_t get_offset_of_nDouble_2() { return static_cast(offsetof(DayData_t3559000048, ___nDouble_2)); } inline int32_t get_nDouble_2() const { return ___nDouble_2; } inline int32_t* get_address_of_nDouble_2() { return &___nDouble_2; } inline void set_nDouble_2(int32_t value) { ___nDouble_2 = value; } inline static int32_t get_offset_of_nNormal_3() { return static_cast(offsetof(DayData_t3559000048, ___nNormal_3)); } inline int32_t get_nNormal_3() const { return ___nNormal_3; } inline int32_t* get_address_of_nNormal_3() { return &___nNormal_3; } inline void set_nNormal_3(int32_t value) { ___nNormal_3 = value; } inline static int32_t get_offset_of_nItemID_4() { return static_cast(offsetof(DayData_t3559000048, ___nItemID_4)); } inline int32_t get_nItemID_4() const { return ___nItemID_4; } inline int32_t* get_address_of_nItemID_4() { return &___nItemID_4; } inline void set_nItemID_4(int32_t value) { ___nItemID_4 = value; } inline static int32_t get_offset_of_nNum_5() { return static_cast(offsetof(DayData_t3559000048, ___nNum_5)); } inline int32_t get_nNum_5() const { return ___nNum_5; } inline int32_t* get_address_of_nNum_5() { return &___nNum_5; } inline void set_nNum_5(int32_t value) { ___nNum_5 = value; } inline static int32_t get_offset_of_nValid_6() { return static_cast(offsetof(DayData_t3559000048, ___nValid_6)); } inline int32_t get_nValid_6() const { return ___nValid_6; } inline int32_t* get_address_of_nValid_6() { return &___nValid_6; } inline void set_nValid_6(int32_t value) { ___nValid_6 = value; } inline static int32_t get_offset_of_nFashion_7() { return static_cast(offsetof(DayData_t3559000048, ___nFashion_7)); } inline int32_t get_nFashion_7() const { return ___nFashion_7; } inline int32_t* get_address_of_nFashion_7() { return &___nFashion_7; } inline void set_nFashion_7(int32_t value) { ___nFashion_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DAYDATA_T3559000048_H #ifndef IDATAEVENT_T1799629657_H #define IDATAEVENT_T1799629657_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IDataEvent struct IDataEvent_t1799629657 : public RuntimeObject { public: // IDataModel IDataEvent::k__BackingField IDataModel_t653005279 * ___U3CDataModelU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDataModelU3Ek__BackingField_0() { return static_cast(offsetof(IDataEvent_t1799629657, ___U3CDataModelU3Ek__BackingField_0)); } inline IDataModel_t653005279 * get_U3CDataModelU3Ek__BackingField_0() const { return ___U3CDataModelU3Ek__BackingField_0; } inline IDataModel_t653005279 ** get_address_of_U3CDataModelU3Ek__BackingField_0() { return &___U3CDataModelU3Ek__BackingField_0; } inline void set_U3CDataModelU3Ek__BackingField_0(IDataModel_t653005279 * value) { ___U3CDataModelU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CDataModelU3Ek__BackingField_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDATAEVENT_T1799629657_H #ifndef LIST_1_T1564634078_H #define LIST_1_T1564634078_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_t1564634078 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ScenePersonalShopCartItemU5BU5D_t2959606649* ____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_t1564634078, ____items_1)); } inline ScenePersonalShopCartItemU5BU5D_t2959606649* get__items_1() const { return ____items_1; } inline ScenePersonalShopCartItemU5BU5D_t2959606649** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ScenePersonalShopCartItemU5BU5D_t2959606649* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1564634078, ____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_t1564634078, ____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_t1564634078_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ScenePersonalShopCartItemU5BU5D_t2959606649* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1564634078_StaticFields, ___EmptyArray_4)); } inline ScenePersonalShopCartItemU5BU5D_t2959606649* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ScenePersonalShopCartItemU5BU5D_t2959606649** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ScenePersonalShopCartItemU5BU5D_t2959606649* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1564634078_H #ifndef SHOPQUICKBUYMANAGER_T3380475808_H #define SHOPQUICKBUYMANAGER_T3380475808_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.shopQuickBuyManager struct shopQuickBuyManager_t3380475808 : public RuntimeObject { public: // System.Boolean DMCore.Logic.shopQuickBuyManager::m_bChanged bool ___m_bChanged_0; // System.Int64 DMCore.Logic.shopQuickBuyManager::m_TotalGCash int64_t ___m_TotalGCash_1; // System.Int32 DMCore.Logic.shopQuickBuyManager::m_TotalBindDCash int32_t ___m_TotalBindDCash_2; // System.Int32 DMCore.Logic.shopQuickBuyManager::m_TotalDCash int32_t ___m_TotalDCash_3; // System.Int32 DMCore.Logic.shopQuickBuyManager::m_vaild int32_t ___m_vaild_4; // System.Collections.Generic.List`1 DMCore.Logic.shopQuickBuyManager::m_listArray List_1_t631885872 * ___m_listArray_5; public: inline static int32_t get_offset_of_m_bChanged_0() { return static_cast(offsetof(shopQuickBuyManager_t3380475808, ___m_bChanged_0)); } inline bool get_m_bChanged_0() const { return ___m_bChanged_0; } inline bool* get_address_of_m_bChanged_0() { return &___m_bChanged_0; } inline void set_m_bChanged_0(bool value) { ___m_bChanged_0 = value; } inline static int32_t get_offset_of_m_TotalGCash_1() { return static_cast(offsetof(shopQuickBuyManager_t3380475808, ___m_TotalGCash_1)); } inline int64_t get_m_TotalGCash_1() const { return ___m_TotalGCash_1; } inline int64_t* get_address_of_m_TotalGCash_1() { return &___m_TotalGCash_1; } inline void set_m_TotalGCash_1(int64_t value) { ___m_TotalGCash_1 = value; } inline static int32_t get_offset_of_m_TotalBindDCash_2() { return static_cast(offsetof(shopQuickBuyManager_t3380475808, ___m_TotalBindDCash_2)); } inline int32_t get_m_TotalBindDCash_2() const { return ___m_TotalBindDCash_2; } inline int32_t* get_address_of_m_TotalBindDCash_2() { return &___m_TotalBindDCash_2; } inline void set_m_TotalBindDCash_2(int32_t value) { ___m_TotalBindDCash_2 = value; } inline static int32_t get_offset_of_m_TotalDCash_3() { return static_cast(offsetof(shopQuickBuyManager_t3380475808, ___m_TotalDCash_3)); } inline int32_t get_m_TotalDCash_3() const { return ___m_TotalDCash_3; } inline int32_t* get_address_of_m_TotalDCash_3() { return &___m_TotalDCash_3; } inline void set_m_TotalDCash_3(int32_t value) { ___m_TotalDCash_3 = value; } inline static int32_t get_offset_of_m_vaild_4() { return static_cast(offsetof(shopQuickBuyManager_t3380475808, ___m_vaild_4)); } inline int32_t get_m_vaild_4() const { return ___m_vaild_4; } inline int32_t* get_address_of_m_vaild_4() { return &___m_vaild_4; } inline void set_m_vaild_4(int32_t value) { ___m_vaild_4 = value; } inline static int32_t get_offset_of_m_listArray_5() { return static_cast(offsetof(shopQuickBuyManager_t3380475808, ___m_listArray_5)); } inline List_1_t631885872 * get_m_listArray_5() const { return ___m_listArray_5; } inline List_1_t631885872 ** get_address_of_m_listArray_5() { return &___m_listArray_5; } inline void set_m_listArray_5(List_1_t631885872 * value) { ___m_listArray_5 = value; Il2CppCodeGenWriteBarrier((&___m_listArray_5), value); } }; struct shopQuickBuyManager_t3380475808_StaticFields { public: // DMCore.Logic.shopQuickBuyManager DMCore.Logic.shopQuickBuyManager::s_Instance shopQuickBuyManager_t3380475808 * ___s_Instance_6; public: inline static int32_t get_offset_of_s_Instance_6() { return static_cast(offsetof(shopQuickBuyManager_t3380475808_StaticFields, ___s_Instance_6)); } inline shopQuickBuyManager_t3380475808 * get_s_Instance_6() const { return ___s_Instance_6; } inline shopQuickBuyManager_t3380475808 ** get_address_of_s_Instance_6() { return &___s_Instance_6; } inline void set_s_Instance_6(shopQuickBuyManager_t3380475808 * value) { ___s_Instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHOPQUICKBUYMANAGER_T3380475808_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 SHOPBRANDREGION_T2226231466_H #define SHOPBRANDREGION_T2226231466_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ShopBrandRegion struct ShopBrandRegion_t2226231466 : public RuntimeObject { public: // System.Int32 DMCore.Logic.ShopBrandRegion::k__BackingField int32_t ___U3CCurrentUseHeadIndexU3Ek__BackingField_1; // System.String DMCore.Logic.ShopBrandRegion::k__BackingField String_t* ___U3CCurrentUseBrandIDU3Ek__BackingField_2; // System.Boolean DMCore.Logic.ShopBrandRegion::k__BackingField bool ___U3CIsNeedFreshUIU3Ek__BackingField_3; // System.Collections.Generic.List`1 DMCore.Logic.ShopBrandRegion::m_BrandList List_1_t60038374 * ___m_BrandList_4; // System.Collections.Generic.Dictionary`2 DMCore.Logic.ShopBrandRegion::m_GoodsURL Dictionary_2_t1632706988 * ___m_GoodsURL_5; public: inline static int32_t get_offset_of_U3CCurrentUseHeadIndexU3Ek__BackingField_1() { return static_cast(offsetof(ShopBrandRegion_t2226231466, ___U3CCurrentUseHeadIndexU3Ek__BackingField_1)); } inline int32_t get_U3CCurrentUseHeadIndexU3Ek__BackingField_1() const { return ___U3CCurrentUseHeadIndexU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCurrentUseHeadIndexU3Ek__BackingField_1() { return &___U3CCurrentUseHeadIndexU3Ek__BackingField_1; } inline void set_U3CCurrentUseHeadIndexU3Ek__BackingField_1(int32_t value) { ___U3CCurrentUseHeadIndexU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CCurrentUseBrandIDU3Ek__BackingField_2() { return static_cast(offsetof(ShopBrandRegion_t2226231466, ___U3CCurrentUseBrandIDU3Ek__BackingField_2)); } inline String_t* get_U3CCurrentUseBrandIDU3Ek__BackingField_2() const { return ___U3CCurrentUseBrandIDU3Ek__BackingField_2; } inline String_t** get_address_of_U3CCurrentUseBrandIDU3Ek__BackingField_2() { return &___U3CCurrentUseBrandIDU3Ek__BackingField_2; } inline void set_U3CCurrentUseBrandIDU3Ek__BackingField_2(String_t* value) { ___U3CCurrentUseBrandIDU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CCurrentUseBrandIDU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CIsNeedFreshUIU3Ek__BackingField_3() { return static_cast(offsetof(ShopBrandRegion_t2226231466, ___U3CIsNeedFreshUIU3Ek__BackingField_3)); } inline bool get_U3CIsNeedFreshUIU3Ek__BackingField_3() const { return ___U3CIsNeedFreshUIU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsNeedFreshUIU3Ek__BackingField_3() { return &___U3CIsNeedFreshUIU3Ek__BackingField_3; } inline void set_U3CIsNeedFreshUIU3Ek__BackingField_3(bool value) { ___U3CIsNeedFreshUIU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_BrandList_4() { return static_cast(offsetof(ShopBrandRegion_t2226231466, ___m_BrandList_4)); } inline List_1_t60038374 * get_m_BrandList_4() const { return ___m_BrandList_4; } inline List_1_t60038374 ** get_address_of_m_BrandList_4() { return &___m_BrandList_4; } inline void set_m_BrandList_4(List_1_t60038374 * value) { ___m_BrandList_4 = value; Il2CppCodeGenWriteBarrier((&___m_BrandList_4), value); } inline static int32_t get_offset_of_m_GoodsURL_5() { return static_cast(offsetof(ShopBrandRegion_t2226231466, ___m_GoodsURL_5)); } inline Dictionary_2_t1632706988 * get_m_GoodsURL_5() const { return ___m_GoodsURL_5; } inline Dictionary_2_t1632706988 ** get_address_of_m_GoodsURL_5() { return &___m_GoodsURL_5; } inline void set_m_GoodsURL_5(Dictionary_2_t1632706988 * value) { ___m_GoodsURL_5 = value; Il2CppCodeGenWriteBarrier((&___m_GoodsURL_5), value); } }; struct ShopBrandRegion_t2226231466_StaticFields { public: // DMCore.Logic.ShopBrandRegion DMCore.Logic.ShopBrandRegion::s_Instance ShopBrandRegion_t2226231466 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(ShopBrandRegion_t2226231466_StaticFields, ___s_Instance_0)); } inline ShopBrandRegion_t2226231466 * get_s_Instance_0() const { return ___s_Instance_0; } inline ShopBrandRegion_t2226231466 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(ShopBrandRegion_t2226231466 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHOPBRANDREGION_T2226231466_H #ifndef SELFQUALIFYPKRESULTINFO_T1561294256_H #define SELFQUALIFYPKRESULTINFO_T1561294256_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SelfQualifyPkResultInfo struct SelfQualifyPkResultInfo_t1561294256 : public RuntimeObject { public: // System.Int32 SelfQualifyPkResultInfo::Result int32_t ___Result_0; // System.Int32 SelfQualifyPkResultInfo::GameType int32_t ___GameType_1; // System.String SelfQualifyPkResultInfo::GradeName String_t* ___GradeName_2; // System.Int32 SelfQualifyPkResultInfo::QualifyLevel int32_t ___QualifyLevel_3; // System.Int32 SelfQualifyPkResultInfo::StarNum int32_t ___StarNum_4; // System.Int32 SelfQualifyPkResultInfo::StarAll int32_t ___StarAll_5; // System.Int32 SelfQualifyPkResultInfo::OriLevel int32_t ___OriLevel_6; // System.Int32 SelfQualifyPkResultInfo::Grade int32_t ___Grade_7; // System.Int32 SelfQualifyPkResultInfo::oriGrade int32_t ___oriGrade_8; // System.Int32 SelfQualifyPkResultInfo::RankNum int32_t ___RankNum_9; // System.Int32 SelfQualifyPkResultInfo::Score int32_t ___Score_10; // System.Int32 SelfQualifyPkResultInfo::OriSocre int32_t ___OriSocre_11; // System.Int32 SelfQualifyPkResultInfo::WinningStreak int32_t ___WinningStreak_12; public: inline static int32_t get_offset_of_Result_0() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___Result_0)); } inline int32_t get_Result_0() const { return ___Result_0; } inline int32_t* get_address_of_Result_0() { return &___Result_0; } inline void set_Result_0(int32_t value) { ___Result_0 = value; } inline static int32_t get_offset_of_GameType_1() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___GameType_1)); } inline int32_t get_GameType_1() const { return ___GameType_1; } inline int32_t* get_address_of_GameType_1() { return &___GameType_1; } inline void set_GameType_1(int32_t value) { ___GameType_1 = value; } inline static int32_t get_offset_of_GradeName_2() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___GradeName_2)); } inline String_t* get_GradeName_2() const { return ___GradeName_2; } inline String_t** get_address_of_GradeName_2() { return &___GradeName_2; } inline void set_GradeName_2(String_t* value) { ___GradeName_2 = value; Il2CppCodeGenWriteBarrier((&___GradeName_2), value); } inline static int32_t get_offset_of_QualifyLevel_3() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___QualifyLevel_3)); } inline int32_t get_QualifyLevel_3() const { return ___QualifyLevel_3; } inline int32_t* get_address_of_QualifyLevel_3() { return &___QualifyLevel_3; } inline void set_QualifyLevel_3(int32_t value) { ___QualifyLevel_3 = value; } inline static int32_t get_offset_of_StarNum_4() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___StarNum_4)); } inline int32_t get_StarNum_4() const { return ___StarNum_4; } inline int32_t* get_address_of_StarNum_4() { return &___StarNum_4; } inline void set_StarNum_4(int32_t value) { ___StarNum_4 = value; } inline static int32_t get_offset_of_StarAll_5() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___StarAll_5)); } inline int32_t get_StarAll_5() const { return ___StarAll_5; } inline int32_t* get_address_of_StarAll_5() { return &___StarAll_5; } inline void set_StarAll_5(int32_t value) { ___StarAll_5 = value; } inline static int32_t get_offset_of_OriLevel_6() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___OriLevel_6)); } inline int32_t get_OriLevel_6() const { return ___OriLevel_6; } inline int32_t* get_address_of_OriLevel_6() { return &___OriLevel_6; } inline void set_OriLevel_6(int32_t value) { ___OriLevel_6 = value; } inline static int32_t get_offset_of_Grade_7() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___Grade_7)); } inline int32_t get_Grade_7() const { return ___Grade_7; } inline int32_t* get_address_of_Grade_7() { return &___Grade_7; } inline void set_Grade_7(int32_t value) { ___Grade_7 = value; } inline static int32_t get_offset_of_oriGrade_8() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___oriGrade_8)); } inline int32_t get_oriGrade_8() const { return ___oriGrade_8; } inline int32_t* get_address_of_oriGrade_8() { return &___oriGrade_8; } inline void set_oriGrade_8(int32_t value) { ___oriGrade_8 = value; } inline static int32_t get_offset_of_RankNum_9() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___RankNum_9)); } inline int32_t get_RankNum_9() const { return ___RankNum_9; } inline int32_t* get_address_of_RankNum_9() { return &___RankNum_9; } inline void set_RankNum_9(int32_t value) { ___RankNum_9 = value; } inline static int32_t get_offset_of_Score_10() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___Score_10)); } inline int32_t get_Score_10() const { return ___Score_10; } inline int32_t* get_address_of_Score_10() { return &___Score_10; } inline void set_Score_10(int32_t value) { ___Score_10 = value; } inline static int32_t get_offset_of_OriSocre_11() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___OriSocre_11)); } inline int32_t get_OriSocre_11() const { return ___OriSocre_11; } inline int32_t* get_address_of_OriSocre_11() { return &___OriSocre_11; } inline void set_OriSocre_11(int32_t value) { ___OriSocre_11 = value; } inline static int32_t get_offset_of_WinningStreak_12() { return static_cast(offsetof(SelfQualifyPkResultInfo_t1561294256, ___WinningStreak_12)); } inline int32_t get_WinningStreak_12() const { return ___WinningStreak_12; } inline int32_t* get_address_of_WinningStreak_12() { return &___WinningStreak_12; } inline void set_WinningStreak_12(int32_t value) { ___WinningStreak_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELFQUALIFYPKRESULTINFO_T1561294256_H #ifndef DMROLE_T4013730376_H #define DMROLE_T4013730376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMRole struct DMRole_t4013730376 : public RuntimeObject { public: // DMCore.Framework.Scene.ISceneBaseObj DMRole::m_role ISceneBaseObj_t858622483 * ___m_role_2; public: inline static int32_t get_offset_of_m_role_2() { return static_cast(offsetof(DMRole_t4013730376, ___m_role_2)); } inline ISceneBaseObj_t858622483 * get_m_role_2() const { return ___m_role_2; } inline ISceneBaseObj_t858622483 ** get_address_of_m_role_2() { return &___m_role_2; } inline void set_m_role_2(ISceneBaseObj_t858622483 * value) { ___m_role_2 = value; Il2CppCodeGenWriteBarrier((&___m_role_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMROLE_T4013730376_H #ifndef 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 CVIPMANAGER_T269477008_H #define CVIPMANAGER_T269477008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CVipManager struct CVipManager_t269477008 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CVipManager::m_IsNeedRefreshMainPage bool ___m_IsNeedRefreshMainPage_0; // System.Boolean DMCore.Logic.CVipManager::m_IsNeedRefreshGiftPage bool ___m_IsNeedRefreshGiftPage_1; public: inline static int32_t get_offset_of_m_IsNeedRefreshMainPage_0() { return static_cast(offsetof(CVipManager_t269477008, ___m_IsNeedRefreshMainPage_0)); } inline bool get_m_IsNeedRefreshMainPage_0() const { return ___m_IsNeedRefreshMainPage_0; } inline bool* get_address_of_m_IsNeedRefreshMainPage_0() { return &___m_IsNeedRefreshMainPage_0; } inline void set_m_IsNeedRefreshMainPage_0(bool value) { ___m_IsNeedRefreshMainPage_0 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshGiftPage_1() { return static_cast(offsetof(CVipManager_t269477008, ___m_IsNeedRefreshGiftPage_1)); } inline bool get_m_IsNeedRefreshGiftPage_1() const { return ___m_IsNeedRefreshGiftPage_1; } inline bool* get_address_of_m_IsNeedRefreshGiftPage_1() { return &___m_IsNeedRefreshGiftPage_1; } inline void set_m_IsNeedRefreshGiftPage_1(bool value) { ___m_IsNeedRefreshGiftPage_1 = value; } }; struct CVipManager_t269477008_StaticFields { public: // DMCore.Logic.CVipManager DMCore.Logic.CVipManager::s_Instance CVipManager_t269477008 * ___s_Instance_2; // System.String DMCore.Logic.CVipManager::s_Default_State_Value String_t* ___s_Default_State_Value_3; // UIAtlas DMCore.Logic.CVipManager::s_VipAtlasRes UIAtlas_t3195533529 * ___s_VipAtlasRes_4; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CVipManager_t269477008_StaticFields, ___s_Instance_2)); } inline CVipManager_t269477008 * get_s_Instance_2() const { return ___s_Instance_2; } inline CVipManager_t269477008 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CVipManager_t269477008 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } inline static int32_t get_offset_of_s_Default_State_Value_3() { return static_cast(offsetof(CVipManager_t269477008_StaticFields, ___s_Default_State_Value_3)); } inline String_t* get_s_Default_State_Value_3() const { return ___s_Default_State_Value_3; } inline String_t** get_address_of_s_Default_State_Value_3() { return &___s_Default_State_Value_3; } inline void set_s_Default_State_Value_3(String_t* value) { ___s_Default_State_Value_3 = value; Il2CppCodeGenWriteBarrier((&___s_Default_State_Value_3), value); } inline static int32_t get_offset_of_s_VipAtlasRes_4() { return static_cast(offsetof(CVipManager_t269477008_StaticFields, ___s_VipAtlasRes_4)); } inline UIAtlas_t3195533529 * get_s_VipAtlasRes_4() const { return ___s_VipAtlasRes_4; } inline UIAtlas_t3195533529 ** get_address_of_s_VipAtlasRes_4() { return &___s_VipAtlasRes_4; } inline void set_s_VipAtlasRes_4(UIAtlas_t3195533529 * value) { ___s_VipAtlasRes_4 = value; Il2CppCodeGenWriteBarrier((&___s_VipAtlasRes_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CVIPMANAGER_T269477008_H #ifndef CBULLETINMANAGER_T2950394527_H #define CBULLETINMANAGER_T2950394527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CBulletinManager struct CBulletinManager_t2950394527 : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 DMCore.Logic.CBulletinManager::m_list LinkedList_1_t466139499 * ___m_list_0; public: inline static int32_t get_offset_of_m_list_0() { return static_cast(offsetof(CBulletinManager_t2950394527, ___m_list_0)); } inline LinkedList_1_t466139499 * get_m_list_0() const { return ___m_list_0; } inline LinkedList_1_t466139499 ** get_address_of_m_list_0() { return &___m_list_0; } inline void set_m_list_0(LinkedList_1_t466139499 * value) { ___m_list_0 = value; Il2CppCodeGenWriteBarrier((&___m_list_0), value); } }; struct CBulletinManager_t2950394527_StaticFields { public: // DMCore.Logic.CBulletinManager DMCore.Logic.CBulletinManager::s_Instance CBulletinManager_t2950394527 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CBulletinManager_t2950394527_StaticFields, ___s_Instance_1)); } inline CBulletinManager_t2950394527 * get_s_Instance_1() const { return ___s_Instance_1; } inline CBulletinManager_t2950394527 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CBulletinManager_t2950394527 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBULLETINMANAGER_T2950394527_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 CJACKPOTDATA_T469346297_H #define CJACKPOTDATA_T469346297_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLotteryNew/CJackpotData struct CJackpotData_t469346297 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CLotteryNew/CJackpotData::_luckValue int32_t ____luckValue_0; // System.Int32 DMCore.Logic.CLotteryNew/CJackpotData::_lotteryCount int32_t ____lotteryCount_1; // System.Int32 DMCore.Logic.CLotteryNew/CJackpotData::_lastTime int32_t ____lastTime_2; // System.Int32 DMCore.Logic.CLotteryNew/CJackpotData::_configID int32_t ____configID_3; // System.Int32 DMCore.Logic.CLotteryNew/CJackpotData::_onePrice int32_t ____onePrice_4; // System.Int32 DMCore.Logic.CLotteryNew/CJackpotData::_fivePrice int32_t ____fivePrice_5; // System.Int32 DMCore.Logic.CLotteryNew/CJackpotData::_itemCount int32_t ____itemCount_6; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CLotteryNew/CJackpotData::_itemList Dictionary_2_t3496360981 * ____itemList_7; // DMCore.Logic.CLotteryNew/CumulativeReward DMCore.Logic.CLotteryNew/CJackpotData::_rewardData CumulativeReward_t2188911381 * ____rewardData_8; // System.Boolean DMCore.Logic.CLotteryNew/CJackpotData::_isUpdata bool ____isUpdata_9; public: inline static int32_t get_offset_of__luckValue_0() { return static_cast(offsetof(CJackpotData_t469346297, ____luckValue_0)); } inline int32_t get__luckValue_0() const { return ____luckValue_0; } inline int32_t* get_address_of__luckValue_0() { return &____luckValue_0; } inline void set__luckValue_0(int32_t value) { ____luckValue_0 = value; } inline static int32_t get_offset_of__lotteryCount_1() { return static_cast(offsetof(CJackpotData_t469346297, ____lotteryCount_1)); } inline int32_t get__lotteryCount_1() const { return ____lotteryCount_1; } inline int32_t* get_address_of__lotteryCount_1() { return &____lotteryCount_1; } inline void set__lotteryCount_1(int32_t value) { ____lotteryCount_1 = value; } inline static int32_t get_offset_of__lastTime_2() { return static_cast(offsetof(CJackpotData_t469346297, ____lastTime_2)); } inline int32_t get__lastTime_2() const { return ____lastTime_2; } inline int32_t* get_address_of__lastTime_2() { return &____lastTime_2; } inline void set__lastTime_2(int32_t value) { ____lastTime_2 = value; } inline static int32_t get_offset_of__configID_3() { return static_cast(offsetof(CJackpotData_t469346297, ____configID_3)); } inline int32_t get__configID_3() const { return ____configID_3; } inline int32_t* get_address_of__configID_3() { return &____configID_3; } inline void set__configID_3(int32_t value) { ____configID_3 = value; } inline static int32_t get_offset_of__onePrice_4() { return static_cast(offsetof(CJackpotData_t469346297, ____onePrice_4)); } inline int32_t get__onePrice_4() const { return ____onePrice_4; } inline int32_t* get_address_of__onePrice_4() { return &____onePrice_4; } inline void set__onePrice_4(int32_t value) { ____onePrice_4 = value; } inline static int32_t get_offset_of__fivePrice_5() { return static_cast(offsetof(CJackpotData_t469346297, ____fivePrice_5)); } inline int32_t get__fivePrice_5() const { return ____fivePrice_5; } inline int32_t* get_address_of__fivePrice_5() { return &____fivePrice_5; } inline void set__fivePrice_5(int32_t value) { ____fivePrice_5 = value; } inline static int32_t get_offset_of__itemCount_6() { return static_cast(offsetof(CJackpotData_t469346297, ____itemCount_6)); } inline int32_t get__itemCount_6() const { return ____itemCount_6; } inline int32_t* get_address_of__itemCount_6() { return &____itemCount_6; } inline void set__itemCount_6(int32_t value) { ____itemCount_6 = value; } inline static int32_t get_offset_of__itemList_7() { return static_cast(offsetof(CJackpotData_t469346297, ____itemList_7)); } inline Dictionary_2_t3496360981 * get__itemList_7() const { return ____itemList_7; } inline Dictionary_2_t3496360981 ** get_address_of__itemList_7() { return &____itemList_7; } inline void set__itemList_7(Dictionary_2_t3496360981 * value) { ____itemList_7 = value; Il2CppCodeGenWriteBarrier((&____itemList_7), value); } inline static int32_t get_offset_of__rewardData_8() { return static_cast(offsetof(CJackpotData_t469346297, ____rewardData_8)); } inline CumulativeReward_t2188911381 * get__rewardData_8() const { return ____rewardData_8; } inline CumulativeReward_t2188911381 ** get_address_of__rewardData_8() { return &____rewardData_8; } inline void set__rewardData_8(CumulativeReward_t2188911381 * value) { ____rewardData_8 = value; Il2CppCodeGenWriteBarrier((&____rewardData_8), value); } inline static int32_t get_offset_of__isUpdata_9() { return static_cast(offsetof(CJackpotData_t469346297, ____isUpdata_9)); } inline bool get__isUpdata_9() const { return ____isUpdata_9; } inline bool* get_address_of__isUpdata_9() { return &____isUpdata_9; } inline void set__isUpdata_9(bool value) { ____isUpdata_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CJACKPOTDATA_T469346297_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 CLOTTERYRESULTDATA_T968175401_H #define CLOTTERYRESULTDATA_T968175401_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLotteryNew/CLotteryResultData struct CLotteryResultData_t968175401 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CLotteryNew/CLotteryResultData::_lotterType int32_t ____lotterType_0; // System.Int32 DMCore.Logic.CLotteryNew/CLotteryResultData::_luckValue int32_t ____luckValue_1; // System.Int32 DMCore.Logic.CLotteryNew/CLotteryResultData::_lotteryNum int32_t ____lotteryNum_2; // System.Int32 DMCore.Logic.CLotteryNew/CLotteryResultData::_baridNum int32_t ____baridNum_3; // System.Collections.Generic.List`1 DMCore.Logic.CLotteryNew/CLotteryResultData::_baridList List_1_t128053199 * ____baridList_4; // System.Int32 DMCore.Logic.CLotteryNew/CLotteryResultData::_ownNum int32_t ____ownNum_5; // System.Collections.Generic.List`1 DMCore.Logic.CLotteryNew/CLotteryResultData::_ownBardidList List_1_t128053199 * ____ownBardidList_6; public: inline static int32_t get_offset_of__lotterType_0() { return static_cast(offsetof(CLotteryResultData_t968175401, ____lotterType_0)); } inline int32_t get__lotterType_0() const { return ____lotterType_0; } inline int32_t* get_address_of__lotterType_0() { return &____lotterType_0; } inline void set__lotterType_0(int32_t value) { ____lotterType_0 = value; } inline static int32_t get_offset_of__luckValue_1() { return static_cast(offsetof(CLotteryResultData_t968175401, ____luckValue_1)); } inline int32_t get__luckValue_1() const { return ____luckValue_1; } inline int32_t* get_address_of__luckValue_1() { return &____luckValue_1; } inline void set__luckValue_1(int32_t value) { ____luckValue_1 = value; } inline static int32_t get_offset_of__lotteryNum_2() { return static_cast(offsetof(CLotteryResultData_t968175401, ____lotteryNum_2)); } inline int32_t get__lotteryNum_2() const { return ____lotteryNum_2; } inline int32_t* get_address_of__lotteryNum_2() { return &____lotteryNum_2; } inline void set__lotteryNum_2(int32_t value) { ____lotteryNum_2 = value; } inline static int32_t get_offset_of__baridNum_3() { return static_cast(offsetof(CLotteryResultData_t968175401, ____baridNum_3)); } inline int32_t get__baridNum_3() const { return ____baridNum_3; } inline int32_t* get_address_of__baridNum_3() { return &____baridNum_3; } inline void set__baridNum_3(int32_t value) { ____baridNum_3 = value; } inline static int32_t get_offset_of__baridList_4() { return static_cast(offsetof(CLotteryResultData_t968175401, ____baridList_4)); } inline List_1_t128053199 * get__baridList_4() const { return ____baridList_4; } inline List_1_t128053199 ** get_address_of__baridList_4() { return &____baridList_4; } inline void set__baridList_4(List_1_t128053199 * value) { ____baridList_4 = value; Il2CppCodeGenWriteBarrier((&____baridList_4), value); } inline static int32_t get_offset_of__ownNum_5() { return static_cast(offsetof(CLotteryResultData_t968175401, ____ownNum_5)); } inline int32_t get__ownNum_5() const { return ____ownNum_5; } inline int32_t* get_address_of__ownNum_5() { return &____ownNum_5; } inline void set__ownNum_5(int32_t value) { ____ownNum_5 = value; } inline static int32_t get_offset_of__ownBardidList_6() { return static_cast(offsetof(CLotteryResultData_t968175401, ____ownBardidList_6)); } inline List_1_t128053199 * get__ownBardidList_6() const { return ____ownBardidList_6; } inline List_1_t128053199 ** get_address_of__ownBardidList_6() { return &____ownBardidList_6; } inline void set__ownBardidList_6(List_1_t128053199 * value) { ____ownBardidList_6 = value; Il2CppCodeGenWriteBarrier((&____ownBardidList_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOTTERYRESULTDATA_T968175401_H #ifndef CITEMDATA_T312680354_H #define CITEMDATA_T312680354_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLotteryNew/CItemData struct CItemData_t312680354 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CLotteryNew/CItemData::_barid int32_t ____barid_0; // System.Int32 DMCore.Logic.CLotteryNew/CItemData::_configID int32_t ____configID_1; // System.Int32 DMCore.Logic.CLotteryNew/CItemData::_count int32_t ____count_2; // System.Int32 DMCore.Logic.CLotteryNew/CItemData::_valid int32_t ____valid_3; // System.Int32 DMCore.Logic.CLotteryNew/CItemData::_israre int32_t ____israre_4; // System.Int32 DMCore.Logic.CLotteryNew/CItemData::_ishave int32_t ____ishave_5; public: inline static int32_t get_offset_of__barid_0() { return static_cast(offsetof(CItemData_t312680354, ____barid_0)); } inline int32_t get__barid_0() const { return ____barid_0; } inline int32_t* get_address_of__barid_0() { return &____barid_0; } inline void set__barid_0(int32_t value) { ____barid_0 = value; } inline static int32_t get_offset_of__configID_1() { return static_cast(offsetof(CItemData_t312680354, ____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__count_2() { return static_cast(offsetof(CItemData_t312680354, ____count_2)); } inline int32_t get__count_2() const { return ____count_2; } inline int32_t* get_address_of__count_2() { return &____count_2; } inline void set__count_2(int32_t value) { ____count_2 = value; } inline static int32_t get_offset_of__valid_3() { return static_cast(offsetof(CItemData_t312680354, ____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__israre_4() { return static_cast(offsetof(CItemData_t312680354, ____israre_4)); } inline int32_t get__israre_4() const { return ____israre_4; } inline int32_t* get_address_of__israre_4() { return &____israre_4; } inline void set__israre_4(int32_t value) { ____israre_4 = value; } inline static int32_t get_offset_of__ishave_5() { return static_cast(offsetof(CItemData_t312680354, ____ishave_5)); } inline int32_t get__ishave_5() const { return ____ishave_5; } inline int32_t* get_address_of__ishave_5() { return &____ishave_5; } inline void set__ishave_5(int32_t value) { ____ishave_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CITEMDATA_T312680354_H #ifndef CEFFECTWNDMANAGER_T3902312294_H #define CEFFECTWNDMANAGER_T3902312294_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CEffectWndManager struct CEffectWndManager_t3902312294 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CEffectWndManager::m_listArray List_1_t622380941 * ___m_listArray_1; // System.Int32 DMCore.Logic.CEffectWndManager::m_lastFrame int32_t ___m_lastFrame_2; // System.Boolean DMCore.Logic.CEffectWndManager::m_IsPaused bool ___m_IsPaused_3; public: inline static int32_t get_offset_of_m_listArray_1() { return static_cast(offsetof(CEffectWndManager_t3902312294, ___m_listArray_1)); } inline List_1_t622380941 * get_m_listArray_1() const { return ___m_listArray_1; } inline List_1_t622380941 ** get_address_of_m_listArray_1() { return &___m_listArray_1; } inline void set_m_listArray_1(List_1_t622380941 * value) { ___m_listArray_1 = value; Il2CppCodeGenWriteBarrier((&___m_listArray_1), value); } inline static int32_t get_offset_of_m_lastFrame_2() { return static_cast(offsetof(CEffectWndManager_t3902312294, ___m_lastFrame_2)); } inline int32_t get_m_lastFrame_2() const { return ___m_lastFrame_2; } inline int32_t* get_address_of_m_lastFrame_2() { return &___m_lastFrame_2; } inline void set_m_lastFrame_2(int32_t value) { ___m_lastFrame_2 = value; } inline static int32_t get_offset_of_m_IsPaused_3() { return static_cast(offsetof(CEffectWndManager_t3902312294, ___m_IsPaused_3)); } inline bool get_m_IsPaused_3() const { return ___m_IsPaused_3; } inline bool* get_address_of_m_IsPaused_3() { return &___m_IsPaused_3; } inline void set_m_IsPaused_3(bool value) { ___m_IsPaused_3 = value; } }; struct CEffectWndManager_t3902312294_StaticFields { public: // DMCore.Logic.CEffectWndManager DMCore.Logic.CEffectWndManager::s_instance CEffectWndManager_t3902312294 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CEffectWndManager_t3902312294_StaticFields, ___s_instance_0)); } inline CEffectWndManager_t3902312294 * get_s_instance_0() const { return ___s_instance_0; } inline CEffectWndManager_t3902312294 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CEffectWndManager_t3902312294 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CEFFECTWNDMANAGER_T3902312294_H #ifndef IRESOURCEMANAGER_T3165642952_H #define IRESOURCEMANAGER_T3165642952_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.IResourceManager struct IResourceManager_t3165642952 : public RuntimeObject { public: public: }; struct IResourceManager_t3165642952_StaticFields { public: // DMCore.Framework.Resource.IResourceManager DMCore.Framework.Resource.IResourceManager::s_Instance IResourceManager_t3165642952 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(IResourceManager_t3165642952_StaticFields, ___s_Instance_0)); } inline IResourceManager_t3165642952 * get_s_Instance_0() const { return ___s_Instance_0; } inline IResourceManager_t3165642952 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(IResourceManager_t3165642952 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IRESOURCEMANAGER_T3165642952_H #ifndef LIST_1_T1613031345_H #define LIST_1_T1613031345_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_t1613031345 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CRewardU5BU5D_t2056353530* ____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_t1613031345, ____items_1)); } inline CRewardU5BU5D_t2056353530* get__items_1() const { return ____items_1; } inline CRewardU5BU5D_t2056353530** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CRewardU5BU5D_t2056353530* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1613031345, ____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_t1613031345, ____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_t1613031345_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CRewardU5BU5D_t2056353530* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1613031345_StaticFields, ___EmptyArray_4)); } inline CRewardU5BU5D_t2056353530* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CRewardU5BU5D_t2056353530** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CRewardU5BU5D_t2056353530* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1613031345_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 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 CREWARD_T140956603_H #define CREWARD_T140956603_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLotteryNew/CReward struct CReward_t140956603 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CLotteryNew/CReward::_cumulativeCout int32_t ____cumulativeCout_0; // System.Int32 DMCore.Logic.CLotteryNew/CReward::_rewardCount int32_t ____rewardCount_1; // System.Int32 DMCore.Logic.CLotteryNew/CReward::_isDraw int32_t ____isDraw_2; // System.Collections.Generic.List`1 DMCore.Logic.CLotteryNew/CReward::_rewardData List_1_t1839416141 * ____rewardData_3; public: inline static int32_t get_offset_of__cumulativeCout_0() { return static_cast(offsetof(CReward_t140956603, ____cumulativeCout_0)); } inline int32_t get__cumulativeCout_0() const { return ____cumulativeCout_0; } inline int32_t* get_address_of__cumulativeCout_0() { return &____cumulativeCout_0; } inline void set__cumulativeCout_0(int32_t value) { ____cumulativeCout_0 = value; } inline static int32_t get_offset_of__rewardCount_1() { return static_cast(offsetof(CReward_t140956603, ____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__isDraw_2() { return static_cast(offsetof(CReward_t140956603, ____isDraw_2)); } inline int32_t get__isDraw_2() const { return ____isDraw_2; } inline int32_t* get_address_of__isDraw_2() { return &____isDraw_2; } inline void set__isDraw_2(int32_t value) { ____isDraw_2 = value; } inline static int32_t get_offset_of__rewardData_3() { return static_cast(offsetof(CReward_t140956603, ____rewardData_3)); } inline List_1_t1839416141 * get__rewardData_3() const { return ____rewardData_3; } inline List_1_t1839416141 ** get_address_of__rewardData_3() { return &____rewardData_3; } inline void set__rewardData_3(List_1_t1839416141 * value) { ____rewardData_3 = value; Il2CppCodeGenWriteBarrier((&____rewardData_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CREWARD_T140956603_H #ifndef CUMULATIVEREWARD_T2188911381_H #define CUMULATIVEREWARD_T2188911381_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLotteryNew/CumulativeReward struct CumulativeReward_t2188911381 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CLotteryNew/CumulativeReward::_itemCout int32_t ____itemCout_0; // System.Collections.Generic.List`1 DMCore.Logic.CLotteryNew/CumulativeReward::_rewardList List_1_t1613031345 * ____rewardList_1; public: inline static int32_t get_offset_of__itemCout_0() { return static_cast(offsetof(CumulativeReward_t2188911381, ____itemCout_0)); } inline int32_t get__itemCout_0() const { return ____itemCout_0; } inline int32_t* get_address_of__itemCout_0() { return &____itemCout_0; } inline void set__itemCout_0(int32_t value) { ____itemCout_0 = value; } inline static int32_t get_offset_of__rewardList_1() { return static_cast(offsetof(CumulativeReward_t2188911381, ____rewardList_1)); } inline List_1_t1613031345 * get__rewardList_1() const { return ____rewardList_1; } inline List_1_t1613031345 ** get_address_of__rewardList_1() { return &____rewardList_1; } inline void set__rewardList_1(List_1_t1613031345 * value) { ____rewardList_1 = value; Il2CppCodeGenWriteBarrier((&____rewardList_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUMULATIVEREWARD_T2188911381_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 CUIBASE_T3255455658_H #define CUIBASE_T3255455658_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CUIBase struct CUIBase_t3255455658 : public RuntimeObject { public: // System.Int32 CUIBase::k__BackingField int32_t ___U3CUI_IDU3Ek__BackingField_0; // System.String CUIBase::k__BackingField String_t* ___U3CUI_ClassU3Ek__BackingField_1; // UnityEngine.GameObject CUIBase::k__BackingField GameObject_t1113636619 * ___U3CgameObjectU3Ek__BackingField_2; // UnityEngine.Transform CUIBase::k__BackingField Transform_t3600365921 * ___U3CtransformU3Ek__BackingField_3; // System.Boolean CUIBase::m_bRegUpdate bool ___m_bRegUpdate_4; // System.Boolean CUIBase::m_bRegLateUpdate bool ___m_bRegLateUpdate_5; // DMSerial CUIBase::m_serialed DMSerial_t3962411756 * ___m_serialed_6; public: inline static int32_t get_offset_of_U3CUI_IDU3Ek__BackingField_0() { return static_cast(offsetof(CUIBase_t3255455658, ___U3CUI_IDU3Ek__BackingField_0)); } inline int32_t get_U3CUI_IDU3Ek__BackingField_0() const { return ___U3CUI_IDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CUI_IDU3Ek__BackingField_0() { return &___U3CUI_IDU3Ek__BackingField_0; } inline void set_U3CUI_IDU3Ek__BackingField_0(int32_t value) { ___U3CUI_IDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CUI_ClassU3Ek__BackingField_1() { return static_cast(offsetof(CUIBase_t3255455658, ___U3CUI_ClassU3Ek__BackingField_1)); } inline String_t* get_U3CUI_ClassU3Ek__BackingField_1() const { return ___U3CUI_ClassU3Ek__BackingField_1; } inline String_t** get_address_of_U3CUI_ClassU3Ek__BackingField_1() { return &___U3CUI_ClassU3Ek__BackingField_1; } inline void set_U3CUI_ClassU3Ek__BackingField_1(String_t* value) { ___U3CUI_ClassU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CUI_ClassU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CgameObjectU3Ek__BackingField_2() { return static_cast(offsetof(CUIBase_t3255455658, ___U3CgameObjectU3Ek__BackingField_2)); } inline GameObject_t1113636619 * get_U3CgameObjectU3Ek__BackingField_2() const { return ___U3CgameObjectU3Ek__BackingField_2; } inline GameObject_t1113636619 ** get_address_of_U3CgameObjectU3Ek__BackingField_2() { return &___U3CgameObjectU3Ek__BackingField_2; } inline void set_U3CgameObjectU3Ek__BackingField_2(GameObject_t1113636619 * value) { ___U3CgameObjectU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CgameObjectU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CtransformU3Ek__BackingField_3() { return static_cast(offsetof(CUIBase_t3255455658, ___U3CtransformU3Ek__BackingField_3)); } inline Transform_t3600365921 * get_U3CtransformU3Ek__BackingField_3() const { return ___U3CtransformU3Ek__BackingField_3; } inline Transform_t3600365921 ** get_address_of_U3CtransformU3Ek__BackingField_3() { return &___U3CtransformU3Ek__BackingField_3; } inline void set_U3CtransformU3Ek__BackingField_3(Transform_t3600365921 * value) { ___U3CtransformU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CtransformU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_m_bRegUpdate_4() { return static_cast(offsetof(CUIBase_t3255455658, ___m_bRegUpdate_4)); } inline bool get_m_bRegUpdate_4() const { return ___m_bRegUpdate_4; } inline bool* get_address_of_m_bRegUpdate_4() { return &___m_bRegUpdate_4; } inline void set_m_bRegUpdate_4(bool value) { ___m_bRegUpdate_4 = value; } inline static int32_t get_offset_of_m_bRegLateUpdate_5() { return static_cast(offsetof(CUIBase_t3255455658, ___m_bRegLateUpdate_5)); } inline bool get_m_bRegLateUpdate_5() const { return ___m_bRegLateUpdate_5; } inline bool* get_address_of_m_bRegLateUpdate_5() { return &___m_bRegLateUpdate_5; } inline void set_m_bRegLateUpdate_5(bool value) { ___m_bRegLateUpdate_5 = value; } inline static int32_t get_offset_of_m_serialed_6() { return static_cast(offsetof(CUIBase_t3255455658, ___m_serialed_6)); } inline DMSerial_t3962411756 * get_m_serialed_6() const { return ___m_serialed_6; } inline DMSerial_t3962411756 ** get_address_of_m_serialed_6() { return &___m_serialed_6; } inline void set_m_serialed_6(DMSerial_t3962411756 * value) { ___m_serialed_6 = value; Il2CppCodeGenWriteBarrier((&___m_serialed_6), value); } }; struct CUIBase_t3255455658_StaticFields { public: // System.Int32 CUIBase::s_nUILabor int32_t ___s_nUILabor_7; public: inline static int32_t get_offset_of_s_nUILabor_7() { return static_cast(offsetof(CUIBase_t3255455658_StaticFields, ___s_nUILabor_7)); } inline int32_t get_s_nUILabor_7() const { return ___s_nUILabor_7; } inline int32_t* get_address_of_s_nUILabor_7() { return &___s_nUILabor_7; } inline void set_s_nUILabor_7(int32_t value) { ___s_nUILabor_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUIBASE_T3255455658_H #ifndef 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 BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef 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 COLOR_T2555686324_H #define COLOR_T2555686324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color struct Color_t2555686324 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_t2555686324, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_t2555686324, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_t2555686324, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_t2555686324, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR_T2555686324_H #ifndef KEYVALUEPAIR_2_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 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 CTASKCONFIG_T1143949342_H #define CTASKCONFIG_T1143949342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CTaskConfig struct CTaskConfig_t1143949342 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CTaskConfig::m_TaskDescLib Dictionary_2_t3780318930 * ___m_TaskDescLib_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CTaskConfig::m_DescTextLib Dictionary_2_t736164020 * ___m_DescTextLib_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CTaskConfig::m_NameTextLib Dictionary_2_t736164020 * ___m_NameTextLib_3; public: inline static int32_t get_offset_of_m_TaskDescLib_1() { return static_cast(offsetof(CTaskConfig_t1143949342, ___m_TaskDescLib_1)); } inline Dictionary_2_t3780318930 * get_m_TaskDescLib_1() const { return ___m_TaskDescLib_1; } inline Dictionary_2_t3780318930 ** get_address_of_m_TaskDescLib_1() { return &___m_TaskDescLib_1; } inline void set_m_TaskDescLib_1(Dictionary_2_t3780318930 * value) { ___m_TaskDescLib_1 = value; Il2CppCodeGenWriteBarrier((&___m_TaskDescLib_1), value); } inline static int32_t get_offset_of_m_DescTextLib_2() { return static_cast(offsetof(CTaskConfig_t1143949342, ___m_DescTextLib_2)); } inline Dictionary_2_t736164020 * get_m_DescTextLib_2() const { return ___m_DescTextLib_2; } inline Dictionary_2_t736164020 ** get_address_of_m_DescTextLib_2() { return &___m_DescTextLib_2; } inline void set_m_DescTextLib_2(Dictionary_2_t736164020 * value) { ___m_DescTextLib_2 = value; Il2CppCodeGenWriteBarrier((&___m_DescTextLib_2), value); } inline static int32_t get_offset_of_m_NameTextLib_3() { return static_cast(offsetof(CTaskConfig_t1143949342, ___m_NameTextLib_3)); } inline Dictionary_2_t736164020 * get_m_NameTextLib_3() const { return ___m_NameTextLib_3; } inline Dictionary_2_t736164020 ** get_address_of_m_NameTextLib_3() { return &___m_NameTextLib_3; } inline void set_m_NameTextLib_3(Dictionary_2_t736164020 * value) { ___m_NameTextLib_3 = value; Il2CppCodeGenWriteBarrier((&___m_NameTextLib_3), value); } }; struct CTaskConfig_t1143949342_StaticFields { public: // DMCore.Logic.CTaskConfig DMCore.Logic.CTaskConfig::s_Instance CTaskConfig_t1143949342 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CTaskConfig_t1143949342_StaticFields, ___s_Instance_4)); } inline CTaskConfig_t1143949342 * get_s_Instance_4() const { return ___s_Instance_4; } inline CTaskConfig_t1143949342 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CTaskConfig_t1143949342 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTASKCONFIG_T1143949342_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 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 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 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 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 CSPRITEGUIDECFG_T2105483911_H #define CSPRITEGUIDECFG_T2105483911_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSpriteGuideCfg struct CSpriteGuideCfg_t2105483911 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CSpriteGuideCfg::m_spriteDesc Dictionary_2_t2097492891 * ___m_spriteDesc_2; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CSpriteGuideCfg::m_dic Dictionary_2_t1380100090 * ___m_dic_3; // DMCore.Logic.CSpriteGuideCfg/OnRefreshList DMCore.Logic.CSpriteGuideCfg::refreshList OnRefreshList_t1430637965 * ___refreshList_4; public: inline static int32_t get_offset_of_m_spriteDesc_2() { return static_cast(offsetof(CSpriteGuideCfg_t2105483911, ___m_spriteDesc_2)); } inline Dictionary_2_t2097492891 * get_m_spriteDesc_2() const { return ___m_spriteDesc_2; } inline Dictionary_2_t2097492891 ** get_address_of_m_spriteDesc_2() { return &___m_spriteDesc_2; } inline void set_m_spriteDesc_2(Dictionary_2_t2097492891 * value) { ___m_spriteDesc_2 = value; Il2CppCodeGenWriteBarrier((&___m_spriteDesc_2), value); } inline static int32_t get_offset_of_m_dic_3() { return static_cast(offsetof(CSpriteGuideCfg_t2105483911, ___m_dic_3)); } inline Dictionary_2_t1380100090 * get_m_dic_3() const { return ___m_dic_3; } inline Dictionary_2_t1380100090 ** get_address_of_m_dic_3() { return &___m_dic_3; } inline void set_m_dic_3(Dictionary_2_t1380100090 * value) { ___m_dic_3 = value; Il2CppCodeGenWriteBarrier((&___m_dic_3), value); } inline static int32_t get_offset_of_refreshList_4() { return static_cast(offsetof(CSpriteGuideCfg_t2105483911, ___refreshList_4)); } inline OnRefreshList_t1430637965 * get_refreshList_4() const { return ___refreshList_4; } inline OnRefreshList_t1430637965 ** get_address_of_refreshList_4() { return &___refreshList_4; } inline void set_refreshList_4(OnRefreshList_t1430637965 * value) { ___refreshList_4 = value; Il2CppCodeGenWriteBarrier((&___refreshList_4), value); } }; struct CSpriteGuideCfg_t2105483911_StaticFields { public: // DMCore.Logic.CSpriteGuideCfg DMCore.Logic.CSpriteGuideCfg::s_Instance CSpriteGuideCfg_t2105483911 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CSpriteGuideCfg_t2105483911_StaticFields, ___s_Instance_1)); } inline CSpriteGuideCfg_t2105483911 * get_s_Instance_1() const { return ___s_Instance_1; } inline CSpriteGuideCfg_t2105483911 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CSpriteGuideCfg_t2105483911 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSPRITEGUIDECFG_T2105483911_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 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 SCENEPERSONALWNDTASK_T4092996456_H #define SCENEPERSONALWNDTASK_T4092996456_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndTask struct ScenePersonalWndTask_t4092996456 : public CUIBase_t3255455658 { public: // UnityEngine.GameObject ScenePersonalWndTask::m_uiBgInner GameObject_t1113636619 * ___m_uiBgInner_8; // UnityEngine.Transform ScenePersonalWndTask::m_uiDailyTask Transform_t3600365921 * ___m_uiDailyTask_9; // UnityEngine.AudioClip ScenePersonalWndTask::m_StartClip AudioClip_t3680889665 * ___m_StartClip_10; // DMListView ScenePersonalWndTask::m_DailyView DMListView_t512231514 * ___m_DailyView_11; // System.Boolean ScenePersonalWndTask::isPageInit bool ___isPageInit_12; public: inline static int32_t get_offset_of_m_uiBgInner_8() { return static_cast(offsetof(ScenePersonalWndTask_t4092996456, ___m_uiBgInner_8)); } inline GameObject_t1113636619 * get_m_uiBgInner_8() const { return ___m_uiBgInner_8; } inline GameObject_t1113636619 ** get_address_of_m_uiBgInner_8() { return &___m_uiBgInner_8; } inline void set_m_uiBgInner_8(GameObject_t1113636619 * value) { ___m_uiBgInner_8 = value; Il2CppCodeGenWriteBarrier((&___m_uiBgInner_8), value); } inline static int32_t get_offset_of_m_uiDailyTask_9() { return static_cast(offsetof(ScenePersonalWndTask_t4092996456, ___m_uiDailyTask_9)); } inline Transform_t3600365921 * get_m_uiDailyTask_9() const { return ___m_uiDailyTask_9; } inline Transform_t3600365921 ** get_address_of_m_uiDailyTask_9() { return &___m_uiDailyTask_9; } inline void set_m_uiDailyTask_9(Transform_t3600365921 * value) { ___m_uiDailyTask_9 = value; Il2CppCodeGenWriteBarrier((&___m_uiDailyTask_9), value); } inline static int32_t get_offset_of_m_StartClip_10() { return static_cast(offsetof(ScenePersonalWndTask_t4092996456, ___m_StartClip_10)); } inline AudioClip_t3680889665 * get_m_StartClip_10() const { return ___m_StartClip_10; } inline AudioClip_t3680889665 ** get_address_of_m_StartClip_10() { return &___m_StartClip_10; } inline void set_m_StartClip_10(AudioClip_t3680889665 * value) { ___m_StartClip_10 = value; Il2CppCodeGenWriteBarrier((&___m_StartClip_10), value); } inline static int32_t get_offset_of_m_DailyView_11() { return static_cast(offsetof(ScenePersonalWndTask_t4092996456, ___m_DailyView_11)); } inline DMListView_t512231514 * get_m_DailyView_11() const { return ___m_DailyView_11; } inline DMListView_t512231514 ** get_address_of_m_DailyView_11() { return &___m_DailyView_11; } inline void set_m_DailyView_11(DMListView_t512231514 * value) { ___m_DailyView_11 = value; Il2CppCodeGenWriteBarrier((&___m_DailyView_11), value); } inline static int32_t get_offset_of_isPageInit_12() { return static_cast(offsetof(ScenePersonalWndTask_t4092996456, ___isPageInit_12)); } inline bool get_isPageInit_12() const { return ___isPageInit_12; } inline bool* get_address_of_isPageInit_12() { return &___isPageInit_12; } inline void set_isPageInit_12(bool value) { ___isPageInit_12 = value; } }; struct ScenePersonalWndTask_t4092996456_StaticFields { public: // System.Single ScenePersonalWndTask::INNER_SIZE_MAIN float ___INNER_SIZE_MAIN_13; // System.Single ScenePersonalWndTask::INNER_SIZE_DAILY float ___INNER_SIZE_DAILY_14; public: inline static int32_t get_offset_of_INNER_SIZE_MAIN_13() { return static_cast(offsetof(ScenePersonalWndTask_t4092996456_StaticFields, ___INNER_SIZE_MAIN_13)); } inline float get_INNER_SIZE_MAIN_13() const { return ___INNER_SIZE_MAIN_13; } inline float* get_address_of_INNER_SIZE_MAIN_13() { return &___INNER_SIZE_MAIN_13; } inline void set_INNER_SIZE_MAIN_13(float value) { ___INNER_SIZE_MAIN_13 = value; } inline static int32_t get_offset_of_INNER_SIZE_DAILY_14() { return static_cast(offsetof(ScenePersonalWndTask_t4092996456_StaticFields, ___INNER_SIZE_DAILY_14)); } inline float get_INNER_SIZE_DAILY_14() const { return ___INNER_SIZE_DAILY_14; } inline float* get_address_of_INNER_SIZE_DAILY_14() { return &___INNER_SIZE_DAILY_14; } inline void set_INNER_SIZE_DAILY_14(float value) { ___INNER_SIZE_DAILY_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDTASK_T4092996456_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 SCENEPERSONALWNDSHOPCART_T554225594_H #define SCENEPERSONALWNDSHOPCART_T554225594_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndShopCart struct ScenePersonalWndShopCart_t554225594 : public CUIBase_t3255455658 { public: // DMListView ScenePersonalWndShopCart::m_shopCarListView DMListView_t512231514 * ___m_shopCarListView_8; // UILabel ScenePersonalWndShopCart::m_shopCountLab UILabel_t3248798549 * ___m_shopCountLab_9; // UILabel ScenePersonalWndShopCart::m_totalLab UILabel_t3248798549 * ___m_totalLab_10; // UILabel ScenePersonalWndShopCart::m_totalPrice_GoldLab UILabel_t3248798549 * ___m_totalPrice_GoldLab_11; // UILabel ScenePersonalWndShopCart::m_totalPrice_BindDiamondLab UILabel_t3248798549 * ___m_totalPrice_BindDiamondLab_12; // UILabel ScenePersonalWndShopCart::m_totalPrice_DiamondLab UILabel_t3248798549 * ___m_totalPrice_DiamondLab_13; // UICheckbox ScenePersonalWndShopCart::m_checkAll UICheckbox_t2276134195 * ___m_checkAll_14; // System.String ScenePersonalWndShopCart::m_curCheckBoxName String_t* ___m_curCheckBoxName_15; // System.Boolean ScenePersonalWndShopCart::IsPageInit bool ___IsPageInit_16; // UnityEngine.Transform ScenePersonalWndShopCart::m_shopcarConfirm Transform_t3600365921 * ___m_shopcarConfirm_17; // System.Collections.Generic.List`1 ScenePersonalWndShopCart::m_itemList List_1_t1564634078 * ___m_itemList_18; // uiShopcarConfirm ScenePersonalWndShopCart::m_confirm uiShopcarConfirm_t2151556946 * ___m_confirm_19; public: inline static int32_t get_offset_of_m_shopCarListView_8() { return static_cast(offsetof(ScenePersonalWndShopCart_t554225594, ___m_shopCarListView_8)); } inline DMListView_t512231514 * get_m_shopCarListView_8() const { return ___m_shopCarListView_8; } inline DMListView_t512231514 ** get_address_of_m_shopCarListView_8() { return &___m_shopCarListView_8; } inline void set_m_shopCarListView_8(DMListView_t512231514 * value) { ___m_shopCarListView_8 = value; Il2CppCodeGenWriteBarrier((&___m_shopCarListView_8), value); } inline static int32_t get_offset_of_m_shopCountLab_9() { return static_cast(offsetof(ScenePersonalWndShopCart_t554225594, ___m_shopCountLab_9)); } inline UILabel_t3248798549 * get_m_shopCountLab_9() const { return ___m_shopCountLab_9; } inline UILabel_t3248798549 ** get_address_of_m_shopCountLab_9() { return &___m_shopCountLab_9; } inline void set_m_shopCountLab_9(UILabel_t3248798549 * value) { ___m_shopCountLab_9 = value; Il2CppCodeGenWriteBarrier((&___m_shopCountLab_9), value); } inline static int32_t get_offset_of_m_totalLab_10() { return static_cast(offsetof(ScenePersonalWndShopCart_t554225594, ___m_totalLab_10)); } inline UILabel_t3248798549 * get_m_totalLab_10() const { return ___m_totalLab_10; } inline UILabel_t3248798549 ** get_address_of_m_totalLab_10() { return &___m_totalLab_10; } inline void set_m_totalLab_10(UILabel_t3248798549 * value) { ___m_totalLab_10 = value; Il2CppCodeGenWriteBarrier((&___m_totalLab_10), value); } inline static int32_t get_offset_of_m_totalPrice_GoldLab_11() { return static_cast(offsetof(ScenePersonalWndShopCart_t554225594, ___m_totalPrice_GoldLab_11)); } inline UILabel_t3248798549 * get_m_totalPrice_GoldLab_11() const { return ___m_totalPrice_GoldLab_11; } inline UILabel_t3248798549 ** get_address_of_m_totalPrice_GoldLab_11() { return &___m_totalPrice_GoldLab_11; } inline void set_m_totalPrice_GoldLab_11(UILabel_t3248798549 * value) { ___m_totalPrice_GoldLab_11 = value; Il2CppCodeGenWriteBarrier((&___m_totalPrice_GoldLab_11), value); } inline static int32_t get_offset_of_m_totalPrice_BindDiamondLab_12() { return static_cast(offsetof(ScenePersonalWndShopCart_t554225594, ___m_totalPrice_BindDiamondLab_12)); } inline UILabel_t3248798549 * get_m_totalPrice_BindDiamondLab_12() const { return ___m_totalPrice_BindDiamondLab_12; } inline UILabel_t3248798549 ** get_address_of_m_totalPrice_BindDiamondLab_12() { return &___m_totalPrice_BindDiamondLab_12; } inline void set_m_totalPrice_BindDiamondLab_12(UILabel_t3248798549 * value) { ___m_totalPrice_BindDiamondLab_12 = value; Il2CppCodeGenWriteBarrier((&___m_totalPrice_BindDiamondLab_12), value); } inline static int32_t get_offset_of_m_totalPrice_DiamondLab_13() { return static_cast(offsetof(ScenePersonalWndShopCart_t554225594, ___m_totalPrice_DiamondLab_13)); } inline UILabel_t3248798549 * get_m_totalPrice_DiamondLab_13() const { return ___m_totalPrice_DiamondLab_13; } inline UILabel_t3248798549 ** get_address_of_m_totalPrice_DiamondLab_13() { return &___m_totalPrice_DiamondLab_13; } inline void set_m_totalPrice_DiamondLab_13(UILabel_t3248798549 * value) { ___m_totalPrice_DiamondLab_13 = value; Il2CppCodeGenWriteBarrier((&___m_totalPrice_DiamondLab_13), value); } inline static int32_t get_offset_of_m_checkAll_14() { return static_cast(offsetof(ScenePersonalWndShopCart_t554225594, ___m_checkAll_14)); } inline UICheckbox_t2276134195 * get_m_checkAll_14() const { return ___m_checkAll_14; } inline UICheckbox_t2276134195 ** get_address_of_m_checkAll_14() { return &___m_checkAll_14; } inline void set_m_checkAll_14(UICheckbox_t2276134195 * value) { ___m_checkAll_14 = value; Il2CppCodeGenWriteBarrier((&___m_checkAll_14), value); } inline static int32_t get_offset_of_m_curCheckBoxName_15() { return static_cast(offsetof(ScenePersonalWndShopCart_t554225594, ___m_curCheckBoxName_15)); } inline String_t* get_m_curCheckBoxName_15() const { return ___m_curCheckBoxName_15; } inline String_t** get_address_of_m_curCheckBoxName_15() { return &___m_curCheckBoxName_15; } inline void set_m_curCheckBoxName_15(String_t* value) { ___m_curCheckBoxName_15 = value; Il2CppCodeGenWriteBarrier((&___m_curCheckBoxName_15), value); } inline static int32_t get_offset_of_IsPageInit_16() { return static_cast(offsetof(ScenePersonalWndShopCart_t554225594, ___IsPageInit_16)); } inline bool get_IsPageInit_16() const { return ___IsPageInit_16; } inline bool* get_address_of_IsPageInit_16() { return &___IsPageInit_16; } inline void set_IsPageInit_16(bool value) { ___IsPageInit_16 = value; } inline static int32_t get_offset_of_m_shopcarConfirm_17() { return static_cast(offsetof(ScenePersonalWndShopCart_t554225594, ___m_shopcarConfirm_17)); } inline Transform_t3600365921 * get_m_shopcarConfirm_17() const { return ___m_shopcarConfirm_17; } inline Transform_t3600365921 ** get_address_of_m_shopcarConfirm_17() { return &___m_shopcarConfirm_17; } inline void set_m_shopcarConfirm_17(Transform_t3600365921 * value) { ___m_shopcarConfirm_17 = value; Il2CppCodeGenWriteBarrier((&___m_shopcarConfirm_17), value); } inline static int32_t get_offset_of_m_itemList_18() { return static_cast(offsetof(ScenePersonalWndShopCart_t554225594, ___m_itemList_18)); } inline List_1_t1564634078 * get_m_itemList_18() const { return ___m_itemList_18; } inline List_1_t1564634078 ** get_address_of_m_itemList_18() { return &___m_itemList_18; } inline void set_m_itemList_18(List_1_t1564634078 * value) { ___m_itemList_18 = value; Il2CppCodeGenWriteBarrier((&___m_itemList_18), value); } inline static int32_t get_offset_of_m_confirm_19() { return static_cast(offsetof(ScenePersonalWndShopCart_t554225594, ___m_confirm_19)); } inline uiShopcarConfirm_t2151556946 * get_m_confirm_19() const { return ___m_confirm_19; } inline uiShopcarConfirm_t2151556946 ** get_address_of_m_confirm_19() { return &___m_confirm_19; } inline void set_m_confirm_19(uiShopcarConfirm_t2151556946 * value) { ___m_confirm_19 = value; Il2CppCodeGenWriteBarrier((&___m_confirm_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDSHOPCART_T554225594_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 SCENEPERSONALWNDSELECTHONOR_T2362572324_H #define SCENEPERSONALWNDSELECTHONOR_T2362572324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndSelectHonor struct ScenePersonalWndSelectHonor_t2362572324 : public CUIBase_t3255455658 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDSELECTHONOR_T2362572324_H #ifndef SCENEPERSONALWNDSELECTMODE_T3926146144_H #define SCENEPERSONALWNDSELECTMODE_T3926146144_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndSelectMode struct ScenePersonalWndSelectMode_t3926146144 : public CUIBase_t3255455658 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDSELECTMODE_T3926146144_H #ifndef SHOPRECOMMEND_T3195516113_H #define SHOPRECOMMEND_T3195516113_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.shopRecommend struct shopRecommend_t3195516113 : public ITextBase_t660344599 { public: // System.Collections.Generic.List`1> DMCore.Logic.shopRecommend::m_maleList List_1_t1600127941 * ___m_maleList_1; // System.Collections.Generic.List`1> DMCore.Logic.shopRecommend::m_femaleList List_1_t1600127941 * ___m_femaleList_2; // System.Int32 DMCore.Logic.shopRecommend::m_lastMaleIndex int32_t ___m_lastMaleIndex_3; // System.Int32 DMCore.Logic.shopRecommend::m_lastFemaleIndex int32_t ___m_lastFemaleIndex_4; public: inline static int32_t get_offset_of_m_maleList_1() { return static_cast(offsetof(shopRecommend_t3195516113, ___m_maleList_1)); } inline List_1_t1600127941 * get_m_maleList_1() const { return ___m_maleList_1; } inline List_1_t1600127941 ** get_address_of_m_maleList_1() { return &___m_maleList_1; } inline void set_m_maleList_1(List_1_t1600127941 * value) { ___m_maleList_1 = value; Il2CppCodeGenWriteBarrier((&___m_maleList_1), value); } inline static int32_t get_offset_of_m_femaleList_2() { return static_cast(offsetof(shopRecommend_t3195516113, ___m_femaleList_2)); } inline List_1_t1600127941 * get_m_femaleList_2() const { return ___m_femaleList_2; } inline List_1_t1600127941 ** get_address_of_m_femaleList_2() { return &___m_femaleList_2; } inline void set_m_femaleList_2(List_1_t1600127941 * value) { ___m_femaleList_2 = value; Il2CppCodeGenWriteBarrier((&___m_femaleList_2), value); } inline static int32_t get_offset_of_m_lastMaleIndex_3() { return static_cast(offsetof(shopRecommend_t3195516113, ___m_lastMaleIndex_3)); } inline int32_t get_m_lastMaleIndex_3() const { return ___m_lastMaleIndex_3; } inline int32_t* get_address_of_m_lastMaleIndex_3() { return &___m_lastMaleIndex_3; } inline void set_m_lastMaleIndex_3(int32_t value) { ___m_lastMaleIndex_3 = value; } inline static int32_t get_offset_of_m_lastFemaleIndex_4() { return static_cast(offsetof(shopRecommend_t3195516113, ___m_lastFemaleIndex_4)); } inline int32_t get_m_lastFemaleIndex_4() const { return ___m_lastFemaleIndex_4; } inline int32_t* get_address_of_m_lastFemaleIndex_4() { return &___m_lastFemaleIndex_4; } inline void set_m_lastFemaleIndex_4(int32_t value) { ___m_lastFemaleIndex_4 = value; } }; struct shopRecommend_t3195516113_StaticFields { public: // DMCore.Logic.shopRecommend DMCore.Logic.shopRecommend::s_Instance shopRecommend_t3195516113 * ___s_Instance_5; public: inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(shopRecommend_t3195516113_StaticFields, ___s_Instance_5)); } inline shopRecommend_t3195516113 * get_s_Instance_5() const { return ___s_Instance_5; } inline shopRecommend_t3195516113 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(shopRecommend_t3195516113 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHOPRECOMMEND_T3195516113_H #ifndef ISOUNDMANAGER_T434164892_H #define ISOUNDMANAGER_T434164892_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.ISoundManager struct ISoundManager_t434164892 : public ILogicBase_t2190831891 { public: // UnityEngine.AudioSource DMCore.ISoundManager::m_AudioSource AudioSource_t3935305588 * ___m_AudioSource_4; // UnityEngine.AudioSource DMCore.ISoundManager::m_AudioSourceMidi AudioSource_t3935305588 * ___m_AudioSourceMidi_5; // System.Collections.Generic.Dictionary`2 DMCore.ISoundManager::m_AudioTask Dictionary_2_t3546609324 * ___m_AudioTask_6; // System.Collections.Generic.List`1 DMCore.ISoundManager::m_TaskIlleagal List_1_t128053199 * ___m_TaskIlleagal_7; // System.Int32 DMCore.ISoundManager::m_TaskIndex int32_t ___m_TaskIndex_8; // System.Boolean DMCore.ISoundManager::m_bEnable bool ___m_bEnable_9; public: inline static int32_t get_offset_of_m_AudioSource_4() { return static_cast(offsetof(ISoundManager_t434164892, ___m_AudioSource_4)); } inline AudioSource_t3935305588 * get_m_AudioSource_4() const { return ___m_AudioSource_4; } inline AudioSource_t3935305588 ** get_address_of_m_AudioSource_4() { return &___m_AudioSource_4; } inline void set_m_AudioSource_4(AudioSource_t3935305588 * value) { ___m_AudioSource_4 = value; Il2CppCodeGenWriteBarrier((&___m_AudioSource_4), value); } inline static int32_t get_offset_of_m_AudioSourceMidi_5() { return static_cast(offsetof(ISoundManager_t434164892, ___m_AudioSourceMidi_5)); } inline AudioSource_t3935305588 * get_m_AudioSourceMidi_5() const { return ___m_AudioSourceMidi_5; } inline AudioSource_t3935305588 ** get_address_of_m_AudioSourceMidi_5() { return &___m_AudioSourceMidi_5; } inline void set_m_AudioSourceMidi_5(AudioSource_t3935305588 * value) { ___m_AudioSourceMidi_5 = value; Il2CppCodeGenWriteBarrier((&___m_AudioSourceMidi_5), value); } inline static int32_t get_offset_of_m_AudioTask_6() { return static_cast(offsetof(ISoundManager_t434164892, ___m_AudioTask_6)); } inline Dictionary_2_t3546609324 * get_m_AudioTask_6() const { return ___m_AudioTask_6; } inline Dictionary_2_t3546609324 ** get_address_of_m_AudioTask_6() { return &___m_AudioTask_6; } inline void set_m_AudioTask_6(Dictionary_2_t3546609324 * value) { ___m_AudioTask_6 = value; Il2CppCodeGenWriteBarrier((&___m_AudioTask_6), value); } inline static int32_t get_offset_of_m_TaskIlleagal_7() { return static_cast(offsetof(ISoundManager_t434164892, ___m_TaskIlleagal_7)); } inline List_1_t128053199 * get_m_TaskIlleagal_7() const { return ___m_TaskIlleagal_7; } inline List_1_t128053199 ** get_address_of_m_TaskIlleagal_7() { return &___m_TaskIlleagal_7; } inline void set_m_TaskIlleagal_7(List_1_t128053199 * value) { ___m_TaskIlleagal_7 = value; Il2CppCodeGenWriteBarrier((&___m_TaskIlleagal_7), value); } inline static int32_t get_offset_of_m_TaskIndex_8() { return static_cast(offsetof(ISoundManager_t434164892, ___m_TaskIndex_8)); } inline int32_t get_m_TaskIndex_8() const { return ___m_TaskIndex_8; } inline int32_t* get_address_of_m_TaskIndex_8() { return &___m_TaskIndex_8; } inline void set_m_TaskIndex_8(int32_t value) { ___m_TaskIndex_8 = value; } inline static int32_t get_offset_of_m_bEnable_9() { return static_cast(offsetof(ISoundManager_t434164892, ___m_bEnable_9)); } inline bool get_m_bEnable_9() const { return ___m_bEnable_9; } inline bool* get_address_of_m_bEnable_9() { return &___m_bEnable_9; } inline void set_m_bEnable_9(bool value) { ___m_bEnable_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISOUNDMANAGER_T434164892_H #ifndef 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 CPVEMANAGER_T3058433014_H #define CPVEMANAGER_T3058433014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveManager struct CPveManager_t3058433014 : public ITextBase_t660344599 { public: // System.Boolean DMCore.Logic.CPveManager::k__BackingField bool ___U3CIsInitOrPlayeOverU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CPveManager::k__BackingField bool ___U3CIsShowPveStarU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CPveManager::k__BackingField bool ___U3CIsLevelResultU3Ek__BackingField_3; // CDataModelInt DMCore.Logic.CPveManager::k__BackingField CDataModelInt_t3463393640 * ___U3CCDataChapterIdU3Ek__BackingField_4; // DMCore.Logic.CServerSimulator DMCore.Logic.CPveManager::m_pSimulator CServerSimulator_t2819548284 * ___m_pSimulator_6; // System.Boolean DMCore.Logic.CPveManager::m_bPveMode bool ___m_bPveMode_7; // System.Int32 DMCore.Logic.CPveManager::m_nLevel int32_t ___m_nLevel_8; // System.Int32 DMCore.Logic.CPveManager::m_nSubLevel int32_t ___m_nSubLevel_9; // System.Int32 DMCore.Logic.CPveManager::m_pveStoryIdx int32_t ___m_pveStoryIdx_10; // System.Int32 DMCore.Logic.CPveManager::m_PassedMaxLevel int32_t ___m_PassedMaxLevel_11; // System.Int32 DMCore.Logic.CPveManager::m_PassedMaxLevelWhenBegin int32_t ___m_PassedMaxLevelWhenBegin_12; // System.Boolean DMCore.Logic.CPveManager::m_QueryServerPVEList bool ___m_QueryServerPVEList_13; // System.Int32 DMCore.Logic.CPveManager::m_CurChapterId int32_t ___m_CurChapterId_14; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_DictionPassedStar Dictionary_2_t1077746168 * ___m_DictionPassedStar_15; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_dictionStages Dictionary_2_t4033884959 * ___m_dictionStages_16; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_SectionStageCount Dictionary_2_t3693168236 * ___m_SectionStageCount_17; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveManager::m_SectionAtlas Dictionary_2_t3770330557 * ___m_SectionAtlas_18; public: inline static int32_t get_offset_of_U3CIsInitOrPlayeOverU3Ek__BackingField_1() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CIsInitOrPlayeOverU3Ek__BackingField_1)); } inline bool get_U3CIsInitOrPlayeOverU3Ek__BackingField_1() const { return ___U3CIsInitOrPlayeOverU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsInitOrPlayeOverU3Ek__BackingField_1() { return &___U3CIsInitOrPlayeOverU3Ek__BackingField_1; } inline void set_U3CIsInitOrPlayeOverU3Ek__BackingField_1(bool value) { ___U3CIsInitOrPlayeOverU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsShowPveStarU3Ek__BackingField_2() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CIsShowPveStarU3Ek__BackingField_2)); } inline bool get_U3CIsShowPveStarU3Ek__BackingField_2() const { return ___U3CIsShowPveStarU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsShowPveStarU3Ek__BackingField_2() { return &___U3CIsShowPveStarU3Ek__BackingField_2; } inline void set_U3CIsShowPveStarU3Ek__BackingField_2(bool value) { ___U3CIsShowPveStarU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsLevelResultU3Ek__BackingField_3() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CIsLevelResultU3Ek__BackingField_3)); } inline bool get_U3CIsLevelResultU3Ek__BackingField_3() const { return ___U3CIsLevelResultU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsLevelResultU3Ek__BackingField_3() { return &___U3CIsLevelResultU3Ek__BackingField_3; } inline void set_U3CIsLevelResultU3Ek__BackingField_3(bool value) { ___U3CIsLevelResultU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CCDataChapterIdU3Ek__BackingField_4() { return static_cast(offsetof(CPveManager_t3058433014, ___U3CCDataChapterIdU3Ek__BackingField_4)); } inline CDataModelInt_t3463393640 * get_U3CCDataChapterIdU3Ek__BackingField_4() const { return ___U3CCDataChapterIdU3Ek__BackingField_4; } inline CDataModelInt_t3463393640 ** get_address_of_U3CCDataChapterIdU3Ek__BackingField_4() { return &___U3CCDataChapterIdU3Ek__BackingField_4; } inline void set_U3CCDataChapterIdU3Ek__BackingField_4(CDataModelInt_t3463393640 * value) { ___U3CCDataChapterIdU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CCDataChapterIdU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_m_pSimulator_6() { return static_cast(offsetof(CPveManager_t3058433014, ___m_pSimulator_6)); } inline CServerSimulator_t2819548284 * get_m_pSimulator_6() const { return ___m_pSimulator_6; } inline CServerSimulator_t2819548284 ** get_address_of_m_pSimulator_6() { return &___m_pSimulator_6; } inline void set_m_pSimulator_6(CServerSimulator_t2819548284 * value) { ___m_pSimulator_6 = value; Il2CppCodeGenWriteBarrier((&___m_pSimulator_6), value); } inline static int32_t get_offset_of_m_bPveMode_7() { return static_cast(offsetof(CPveManager_t3058433014, ___m_bPveMode_7)); } inline bool get_m_bPveMode_7() const { return ___m_bPveMode_7; } inline bool* get_address_of_m_bPveMode_7() { return &___m_bPveMode_7; } inline void set_m_bPveMode_7(bool value) { ___m_bPveMode_7 = value; } inline static int32_t get_offset_of_m_nLevel_8() { return static_cast(offsetof(CPveManager_t3058433014, ___m_nLevel_8)); } inline int32_t get_m_nLevel_8() const { return ___m_nLevel_8; } inline int32_t* get_address_of_m_nLevel_8() { return &___m_nLevel_8; } inline void set_m_nLevel_8(int32_t value) { ___m_nLevel_8 = value; } inline static int32_t get_offset_of_m_nSubLevel_9() { return static_cast(offsetof(CPveManager_t3058433014, ___m_nSubLevel_9)); } inline int32_t get_m_nSubLevel_9() const { return ___m_nSubLevel_9; } inline int32_t* get_address_of_m_nSubLevel_9() { return &___m_nSubLevel_9; } inline void set_m_nSubLevel_9(int32_t value) { ___m_nSubLevel_9 = value; } inline static int32_t get_offset_of_m_pveStoryIdx_10() { return static_cast(offsetof(CPveManager_t3058433014, ___m_pveStoryIdx_10)); } inline int32_t get_m_pveStoryIdx_10() const { return ___m_pveStoryIdx_10; } inline int32_t* get_address_of_m_pveStoryIdx_10() { return &___m_pveStoryIdx_10; } inline void set_m_pveStoryIdx_10(int32_t value) { ___m_pveStoryIdx_10 = value; } inline static int32_t get_offset_of_m_PassedMaxLevel_11() { return static_cast(offsetof(CPveManager_t3058433014, ___m_PassedMaxLevel_11)); } inline int32_t get_m_PassedMaxLevel_11() const { return ___m_PassedMaxLevel_11; } inline int32_t* get_address_of_m_PassedMaxLevel_11() { return &___m_PassedMaxLevel_11; } inline void set_m_PassedMaxLevel_11(int32_t value) { ___m_PassedMaxLevel_11 = value; } inline static int32_t get_offset_of_m_PassedMaxLevelWhenBegin_12() { return static_cast(offsetof(CPveManager_t3058433014, ___m_PassedMaxLevelWhenBegin_12)); } inline int32_t get_m_PassedMaxLevelWhenBegin_12() const { return ___m_PassedMaxLevelWhenBegin_12; } inline int32_t* get_address_of_m_PassedMaxLevelWhenBegin_12() { return &___m_PassedMaxLevelWhenBegin_12; } inline void set_m_PassedMaxLevelWhenBegin_12(int32_t value) { ___m_PassedMaxLevelWhenBegin_12 = value; } inline static int32_t get_offset_of_m_QueryServerPVEList_13() { return static_cast(offsetof(CPveManager_t3058433014, ___m_QueryServerPVEList_13)); } inline bool get_m_QueryServerPVEList_13() const { return ___m_QueryServerPVEList_13; } inline bool* get_address_of_m_QueryServerPVEList_13() { return &___m_QueryServerPVEList_13; } inline void set_m_QueryServerPVEList_13(bool value) { ___m_QueryServerPVEList_13 = value; } inline static int32_t get_offset_of_m_CurChapterId_14() { return static_cast(offsetof(CPveManager_t3058433014, ___m_CurChapterId_14)); } inline int32_t get_m_CurChapterId_14() const { return ___m_CurChapterId_14; } inline int32_t* get_address_of_m_CurChapterId_14() { return &___m_CurChapterId_14; } inline void set_m_CurChapterId_14(int32_t value) { ___m_CurChapterId_14 = value; } inline static int32_t get_offset_of_m_DictionPassedStar_15() { return static_cast(offsetof(CPveManager_t3058433014, ___m_DictionPassedStar_15)); } inline Dictionary_2_t1077746168 * get_m_DictionPassedStar_15() const { return ___m_DictionPassedStar_15; } inline Dictionary_2_t1077746168 ** get_address_of_m_DictionPassedStar_15() { return &___m_DictionPassedStar_15; } inline void set_m_DictionPassedStar_15(Dictionary_2_t1077746168 * value) { ___m_DictionPassedStar_15 = value; Il2CppCodeGenWriteBarrier((&___m_DictionPassedStar_15), value); } inline static int32_t get_offset_of_m_dictionStages_16() { return static_cast(offsetof(CPveManager_t3058433014, ___m_dictionStages_16)); } inline Dictionary_2_t4033884959 * get_m_dictionStages_16() const { return ___m_dictionStages_16; } inline Dictionary_2_t4033884959 ** get_address_of_m_dictionStages_16() { return &___m_dictionStages_16; } inline void set_m_dictionStages_16(Dictionary_2_t4033884959 * value) { ___m_dictionStages_16 = value; Il2CppCodeGenWriteBarrier((&___m_dictionStages_16), value); } inline static int32_t get_offset_of_m_SectionStageCount_17() { return static_cast(offsetof(CPveManager_t3058433014, ___m_SectionStageCount_17)); } inline Dictionary_2_t3693168236 * get_m_SectionStageCount_17() const { return ___m_SectionStageCount_17; } inline Dictionary_2_t3693168236 ** get_address_of_m_SectionStageCount_17() { return &___m_SectionStageCount_17; } inline void set_m_SectionStageCount_17(Dictionary_2_t3693168236 * value) { ___m_SectionStageCount_17 = value; Il2CppCodeGenWriteBarrier((&___m_SectionStageCount_17), value); } inline static int32_t get_offset_of_m_SectionAtlas_18() { return static_cast(offsetof(CPveManager_t3058433014, ___m_SectionAtlas_18)); } inline Dictionary_2_t3770330557 * get_m_SectionAtlas_18() const { return ___m_SectionAtlas_18; } inline Dictionary_2_t3770330557 ** get_address_of_m_SectionAtlas_18() { return &___m_SectionAtlas_18; } inline void set_m_SectionAtlas_18(Dictionary_2_t3770330557 * value) { ___m_SectionAtlas_18 = value; Il2CppCodeGenWriteBarrier((&___m_SectionAtlas_18), value); } }; struct CPveManager_t3058433014_StaticFields { public: // DMCore.Logic.CPveManager/CheckEnergyStateCallback DMCore.Logic.CPveManager::m_cbCheckEnergyState CheckEnergyStateCallback_t3528280671 * ___m_cbCheckEnergyState_5; // DMCore.Logic.CPveManager DMCore.Logic.CPveManager::s_instance CPveManager_t3058433014 * ___s_instance_19; // System.Comparison`1 DMCore.Logic.CPveManager::<>f__mg$cache0 Comparison_1_t907937207 * ___U3CU3Ef__mgU24cache0_20; public: inline static int32_t get_offset_of_m_cbCheckEnergyState_5() { return static_cast(offsetof(CPveManager_t3058433014_StaticFields, ___m_cbCheckEnergyState_5)); } inline CheckEnergyStateCallback_t3528280671 * get_m_cbCheckEnergyState_5() const { return ___m_cbCheckEnergyState_5; } inline CheckEnergyStateCallback_t3528280671 ** get_address_of_m_cbCheckEnergyState_5() { return &___m_cbCheckEnergyState_5; } inline void set_m_cbCheckEnergyState_5(CheckEnergyStateCallback_t3528280671 * value) { ___m_cbCheckEnergyState_5 = value; Il2CppCodeGenWriteBarrier((&___m_cbCheckEnergyState_5), value); } inline static int32_t get_offset_of_s_instance_19() { return static_cast(offsetof(CPveManager_t3058433014_StaticFields, ___s_instance_19)); } inline CPveManager_t3058433014 * get_s_instance_19() const { return ___s_instance_19; } inline CPveManager_t3058433014 ** get_address_of_s_instance_19() { return &___s_instance_19; } inline void set_s_instance_19(CPveManager_t3058433014 * value) { ___s_instance_19 = value; Il2CppCodeGenWriteBarrier((&___s_instance_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_20() { return static_cast(offsetof(CPveManager_t3058433014_StaticFields, ___U3CU3Ef__mgU24cache0_20)); } inline Comparison_1_t907937207 * get_U3CU3Ef__mgU24cache0_20() const { return ___U3CU3Ef__mgU24cache0_20; } inline Comparison_1_t907937207 ** get_address_of_U3CU3Ef__mgU24cache0_20() { return &___U3CU3Ef__mgU24cache0_20; } inline void set_U3CU3Ef__mgU24cache0_20(Comparison_1_t907937207 * value) { ___U3CU3Ef__mgU24cache0_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPVEMANAGER_T3058433014_H #ifndef 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 CPVEAWARDMANAGER_T3593166514_H #define CPVEAWARDMANAGER_T3593166514_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveAwardManager struct CPveAwardManager_t3593166514 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveAwardManager::m_SectionUnlockLevel Dictionary_2_t1839659084 * ___m_SectionUnlockLevel_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveAwardManager::m_SectionAward Dictionary_2_t736164020 * ___m_SectionAward_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveAwardManager::m_StageEnergy Dictionary_2_t1839659084 * ___m_StageEnergy_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPveAwardManager::m_StageAward Dictionary_2_t3682058863 * ___m_StageAward_4; // System.Collections.Generic.Dictionary`2>> DMCore.Logic.CPveAwardManager::m_StageMaterialMale Dictionary_2_t3352828889 * ___m_StageMaterialMale_5; // System.Collections.Generic.Dictionary`2>> DMCore.Logic.CPveAwardManager::m_StageMaterialFemale Dictionary_2_t3352828889 * ___m_StageMaterialFemale_6; // DMCore.Logic.CAwardList DMCore.Logic.CPveAwardManager::m_pveAward CAwardList_t4094041907 * ___m_pveAward_8; // System.Int32 DMCore.Logic.CPveAwardManager::m_WeightSum int32_t ___m_WeightSum_9; public: inline static int32_t get_offset_of_m_SectionUnlockLevel_1() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_SectionUnlockLevel_1)); } inline Dictionary_2_t1839659084 * get_m_SectionUnlockLevel_1() const { return ___m_SectionUnlockLevel_1; } inline Dictionary_2_t1839659084 ** get_address_of_m_SectionUnlockLevel_1() { return &___m_SectionUnlockLevel_1; } inline void set_m_SectionUnlockLevel_1(Dictionary_2_t1839659084 * value) { ___m_SectionUnlockLevel_1 = value; Il2CppCodeGenWriteBarrier((&___m_SectionUnlockLevel_1), value); } inline static int32_t get_offset_of_m_SectionAward_2() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_SectionAward_2)); } inline Dictionary_2_t736164020 * get_m_SectionAward_2() const { return ___m_SectionAward_2; } inline Dictionary_2_t736164020 ** get_address_of_m_SectionAward_2() { return &___m_SectionAward_2; } inline void set_m_SectionAward_2(Dictionary_2_t736164020 * value) { ___m_SectionAward_2 = value; Il2CppCodeGenWriteBarrier((&___m_SectionAward_2), value); } inline static int32_t get_offset_of_m_StageEnergy_3() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_StageEnergy_3)); } inline Dictionary_2_t1839659084 * get_m_StageEnergy_3() const { return ___m_StageEnergy_3; } inline Dictionary_2_t1839659084 ** get_address_of_m_StageEnergy_3() { return &___m_StageEnergy_3; } inline void set_m_StageEnergy_3(Dictionary_2_t1839659084 * value) { ___m_StageEnergy_3 = value; Il2CppCodeGenWriteBarrier((&___m_StageEnergy_3), value); } inline static int32_t get_offset_of_m_StageAward_4() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_StageAward_4)); } inline Dictionary_2_t3682058863 * get_m_StageAward_4() const { return ___m_StageAward_4; } inline Dictionary_2_t3682058863 ** get_address_of_m_StageAward_4() { return &___m_StageAward_4; } inline void set_m_StageAward_4(Dictionary_2_t3682058863 * value) { ___m_StageAward_4 = value; Il2CppCodeGenWriteBarrier((&___m_StageAward_4), value); } inline static int32_t get_offset_of_m_StageMaterialMale_5() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_StageMaterialMale_5)); } inline Dictionary_2_t3352828889 * get_m_StageMaterialMale_5() const { return ___m_StageMaterialMale_5; } inline Dictionary_2_t3352828889 ** get_address_of_m_StageMaterialMale_5() { return &___m_StageMaterialMale_5; } inline void set_m_StageMaterialMale_5(Dictionary_2_t3352828889 * value) { ___m_StageMaterialMale_5 = value; Il2CppCodeGenWriteBarrier((&___m_StageMaterialMale_5), value); } inline static int32_t get_offset_of_m_StageMaterialFemale_6() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_StageMaterialFemale_6)); } inline Dictionary_2_t3352828889 * get_m_StageMaterialFemale_6() const { return ___m_StageMaterialFemale_6; } inline Dictionary_2_t3352828889 ** get_address_of_m_StageMaterialFemale_6() { return &___m_StageMaterialFemale_6; } inline void set_m_StageMaterialFemale_6(Dictionary_2_t3352828889 * value) { ___m_StageMaterialFemale_6 = value; Il2CppCodeGenWriteBarrier((&___m_StageMaterialFemale_6), value); } inline static int32_t get_offset_of_m_pveAward_8() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_pveAward_8)); } inline CAwardList_t4094041907 * get_m_pveAward_8() const { return ___m_pveAward_8; } inline CAwardList_t4094041907 ** get_address_of_m_pveAward_8() { return &___m_pveAward_8; } inline void set_m_pveAward_8(CAwardList_t4094041907 * value) { ___m_pveAward_8 = value; Il2CppCodeGenWriteBarrier((&___m_pveAward_8), value); } inline static int32_t get_offset_of_m_WeightSum_9() { return static_cast(offsetof(CPveAwardManager_t3593166514, ___m_WeightSum_9)); } inline int32_t get_m_WeightSum_9() const { return ___m_WeightSum_9; } inline int32_t* get_address_of_m_WeightSum_9() { return &___m_WeightSum_9; } inline void set_m_WeightSum_9(int32_t value) { ___m_WeightSum_9 = value; } }; struct CPveAwardManager_t3593166514_StaticFields { public: // DMCore.Logic.CPveAwardManager DMCore.Logic.CPveAwardManager::s_instance CPveAwardManager_t3593166514 * ___s_instance_7; public: inline static int32_t get_offset_of_s_instance_7() { return static_cast(offsetof(CPveAwardManager_t3593166514_StaticFields, ___s_instance_7)); } inline CPveAwardManager_t3593166514 * get_s_instance_7() const { return ___s_instance_7; } inline CPveAwardManager_t3593166514 ** get_address_of_s_instance_7() { return &___s_instance_7; } inline void set_s_instance_7(CPveAwardManager_t3593166514 * value) { ___s_instance_7 = value; Il2CppCodeGenWriteBarrier((&___s_instance_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPVEAWARDMANAGER_T3593166514_H #ifndef CLOCALBATTLE_T1519924991_H #define CLOCALBATTLE_T1519924991_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLocalBattle struct CLocalBattle_t1519924991 : public ITextBase_t660344599 { public: // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CEnableLocalGameU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CEnableDoubleModeU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CUseRandomSceneIDU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CLocalBattle::k__BackingField bool ___U3CUseRandomMusicIDU3Ek__BackingField_4; // System.Int32 DMCore.Logic.CLocalBattle::m_musicID int32_t ___m_musicID_5; // System.Int32 DMCore.Logic.CLocalBattle::m_musicLevel int32_t ___m_musicLevel_6; // CDataModelBool DMCore.Logic.CLocalBattle::m_WSMusic CDataModelBool_t2269476966 * ___m_WSMusic_7; // System.Int32 DMCore.Logic.CLocalBattle::m_sceneID int32_t ___m_sceneID_8; // CDataModelBool DMCore.Logic.CLocalBattle::m_WSScene CDataModelBool_t2269476966 * ___m_WSScene_9; // BetterList`1 DMCore.Logic.CLocalBattle::m_listSimulateRoles BetterList_1_t3256166455 * ___m_listSimulateRoles_10; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CLocalBattle::m_listClothBoy Dictionary_2_t3311733826 * ___m_listClothBoy_11; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CLocalBattle::m_listClothGirl Dictionary_2_t3311733826 * ___m_listClothGirl_12; public: inline static int32_t get_offset_of_U3CEnableLocalGameU3Ek__BackingField_1() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CEnableLocalGameU3Ek__BackingField_1)); } inline bool get_U3CEnableLocalGameU3Ek__BackingField_1() const { return ___U3CEnableLocalGameU3Ek__BackingField_1; } inline bool* get_address_of_U3CEnableLocalGameU3Ek__BackingField_1() { return &___U3CEnableLocalGameU3Ek__BackingField_1; } inline void set_U3CEnableLocalGameU3Ek__BackingField_1(bool value) { ___U3CEnableLocalGameU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CEnableDoubleModeU3Ek__BackingField_2() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CEnableDoubleModeU3Ek__BackingField_2)); } inline bool get_U3CEnableDoubleModeU3Ek__BackingField_2() const { return ___U3CEnableDoubleModeU3Ek__BackingField_2; } inline bool* get_address_of_U3CEnableDoubleModeU3Ek__BackingField_2() { return &___U3CEnableDoubleModeU3Ek__BackingField_2; } inline void set_U3CEnableDoubleModeU3Ek__BackingField_2(bool value) { ___U3CEnableDoubleModeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CUseRandomSceneIDU3Ek__BackingField_3() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CUseRandomSceneIDU3Ek__BackingField_3)); } inline bool get_U3CUseRandomSceneIDU3Ek__BackingField_3() const { return ___U3CUseRandomSceneIDU3Ek__BackingField_3; } inline bool* get_address_of_U3CUseRandomSceneIDU3Ek__BackingField_3() { return &___U3CUseRandomSceneIDU3Ek__BackingField_3; } inline void set_U3CUseRandomSceneIDU3Ek__BackingField_3(bool value) { ___U3CUseRandomSceneIDU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CUseRandomMusicIDU3Ek__BackingField_4() { return static_cast(offsetof(CLocalBattle_t1519924991, ___U3CUseRandomMusicIDU3Ek__BackingField_4)); } inline bool get_U3CUseRandomMusicIDU3Ek__BackingField_4() const { return ___U3CUseRandomMusicIDU3Ek__BackingField_4; } inline bool* get_address_of_U3CUseRandomMusicIDU3Ek__BackingField_4() { return &___U3CUseRandomMusicIDU3Ek__BackingField_4; } inline void set_U3CUseRandomMusicIDU3Ek__BackingField_4(bool value) { ___U3CUseRandomMusicIDU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_m_musicID_5() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_musicID_5)); } inline int32_t get_m_musicID_5() const { return ___m_musicID_5; } inline int32_t* get_address_of_m_musicID_5() { return &___m_musicID_5; } inline void set_m_musicID_5(int32_t value) { ___m_musicID_5 = value; } inline static int32_t get_offset_of_m_musicLevel_6() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_musicLevel_6)); } inline int32_t get_m_musicLevel_6() const { return ___m_musicLevel_6; } inline int32_t* get_address_of_m_musicLevel_6() { return &___m_musicLevel_6; } inline void set_m_musicLevel_6(int32_t value) { ___m_musicLevel_6 = value; } inline static int32_t get_offset_of_m_WSMusic_7() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_WSMusic_7)); } inline CDataModelBool_t2269476966 * get_m_WSMusic_7() const { return ___m_WSMusic_7; } inline CDataModelBool_t2269476966 ** get_address_of_m_WSMusic_7() { return &___m_WSMusic_7; } inline void set_m_WSMusic_7(CDataModelBool_t2269476966 * value) { ___m_WSMusic_7 = value; Il2CppCodeGenWriteBarrier((&___m_WSMusic_7), value); } inline static int32_t get_offset_of_m_sceneID_8() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_sceneID_8)); } inline int32_t get_m_sceneID_8() const { return ___m_sceneID_8; } inline int32_t* get_address_of_m_sceneID_8() { return &___m_sceneID_8; } inline void set_m_sceneID_8(int32_t value) { ___m_sceneID_8 = value; } inline static int32_t get_offset_of_m_WSScene_9() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_WSScene_9)); } inline CDataModelBool_t2269476966 * get_m_WSScene_9() const { return ___m_WSScene_9; } inline CDataModelBool_t2269476966 ** get_address_of_m_WSScene_9() { return &___m_WSScene_9; } inline void set_m_WSScene_9(CDataModelBool_t2269476966 * value) { ___m_WSScene_9 = value; Il2CppCodeGenWriteBarrier((&___m_WSScene_9), value); } inline static int32_t get_offset_of_m_listSimulateRoles_10() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_listSimulateRoles_10)); } inline BetterList_1_t3256166455 * get_m_listSimulateRoles_10() const { return ___m_listSimulateRoles_10; } inline BetterList_1_t3256166455 ** get_address_of_m_listSimulateRoles_10() { return &___m_listSimulateRoles_10; } inline void set_m_listSimulateRoles_10(BetterList_1_t3256166455 * value) { ___m_listSimulateRoles_10 = value; Il2CppCodeGenWriteBarrier((&___m_listSimulateRoles_10), value); } inline static int32_t get_offset_of_m_listClothBoy_11() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_listClothBoy_11)); } inline Dictionary_2_t3311733826 * get_m_listClothBoy_11() const { return ___m_listClothBoy_11; } inline Dictionary_2_t3311733826 ** get_address_of_m_listClothBoy_11() { return &___m_listClothBoy_11; } inline void set_m_listClothBoy_11(Dictionary_2_t3311733826 * value) { ___m_listClothBoy_11 = value; Il2CppCodeGenWriteBarrier((&___m_listClothBoy_11), value); } inline static int32_t get_offset_of_m_listClothGirl_12() { return static_cast(offsetof(CLocalBattle_t1519924991, ___m_listClothGirl_12)); } inline Dictionary_2_t3311733826 * get_m_listClothGirl_12() const { return ___m_listClothGirl_12; } inline Dictionary_2_t3311733826 ** get_address_of_m_listClothGirl_12() { return &___m_listClothGirl_12; } inline void set_m_listClothGirl_12(Dictionary_2_t3311733826 * value) { ___m_listClothGirl_12 = value; Il2CppCodeGenWriteBarrier((&___m_listClothGirl_12), value); } }; struct CLocalBattle_t1519924991_StaticFields { public: // DMCore.Logic.CLocalBattle DMCore.Logic.CLocalBattle::s_instance CLocalBattle_t1519924991 * ___s_instance_13; public: inline static int32_t get_offset_of_s_instance_13() { return static_cast(offsetof(CLocalBattle_t1519924991_StaticFields, ___s_instance_13)); } inline CLocalBattle_t1519924991 * get_s_instance_13() const { return ___s_instance_13; } inline CLocalBattle_t1519924991 ** get_address_of_s_instance_13() { return &___s_instance_13; } inline void set_s_instance_13(CLocalBattle_t1519924991 * value) { ___s_instance_13 = value; Il2CppCodeGenWriteBarrier((&___s_instance_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOCALBATTLE_T1519924991_H #ifndef FASHIONTHEMECFG_T420161380_H #define FASHIONTHEMECFG_T420161380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FashionThemeCfg struct FashionThemeCfg_t420161380 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 FashionThemeCfg::themeIdInfoDic Dictionary_2_t736164020 * ___themeIdInfoDic_2; public: inline static int32_t get_offset_of_themeIdInfoDic_2() { return static_cast(offsetof(FashionThemeCfg_t420161380, ___themeIdInfoDic_2)); } inline Dictionary_2_t736164020 * get_themeIdInfoDic_2() const { return ___themeIdInfoDic_2; } inline Dictionary_2_t736164020 ** get_address_of_themeIdInfoDic_2() { return &___themeIdInfoDic_2; } inline void set_themeIdInfoDic_2(Dictionary_2_t736164020 * value) { ___themeIdInfoDic_2 = value; Il2CppCodeGenWriteBarrier((&___themeIdInfoDic_2), value); } }; struct FashionThemeCfg_t420161380_StaticFields { public: // FashionThemeCfg FashionThemeCfg::s_Instance FashionThemeCfg_t420161380 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(FashionThemeCfg_t420161380_StaticFields, ___s_Instance_1)); } inline FashionThemeCfg_t420161380 * get_s_Instance_1() const { return ___s_Instance_1; } inline FashionThemeCfg_t420161380 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(FashionThemeCfg_t420161380 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FASHIONTHEMECFG_T420161380_H #ifndef 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 SCENEPERSONALWNDSUITCASEPACKAGE_T1713973624_H #define SCENEPERSONALWNDSUITCASEPACKAGE_T1713973624_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndSuitcasePackage struct ScenePersonalWndSuitcasePackage_t1713973624 : public CUIBase_t3255455658 { public: // uiBtnList ScenePersonalWndSuitcasePackage::m_btnList uiBtnList_t3771050923 * ___m_btnList_9; // ItemPageGroup ScenePersonalWndSuitcasePackage::m_pageArea ItemPageGroup_t3769455068 * ___m_pageArea_10; // uiSuitcasePkgList ScenePersonalWndSuitcasePackage::m_PkgList uiSuitcasePkgList_t1807308089 * ___m_PkgList_11; // UnityEngine.GameObject ScenePersonalWndSuitcasePackage::m_arrowTop GameObject_t1113636619 * ___m_arrowTop_12; // UnityEngine.GameObject ScenePersonalWndSuitcasePackage::m_arrowBottom GameObject_t1113636619 * ___m_arrowBottom_13; // UILabel ScenePersonalWndSuitcasePackage::m_themeLabel UILabel_t3248798549 * ___m_themeLabel_14; // ThemeRoleData ScenePersonalWndSuitcasePackage::m_themeRole ThemeRoleData_t305589676 * ___m_themeRole_15; // System.Boolean ScenePersonalWndSuitcasePackage::m_bFirstOpen bool ___m_bFirstOpen_16; public: inline static int32_t get_offset_of_m_btnList_9() { return static_cast(offsetof(ScenePersonalWndSuitcasePackage_t1713973624, ___m_btnList_9)); } inline uiBtnList_t3771050923 * get_m_btnList_9() const { return ___m_btnList_9; } inline uiBtnList_t3771050923 ** get_address_of_m_btnList_9() { return &___m_btnList_9; } inline void set_m_btnList_9(uiBtnList_t3771050923 * value) { ___m_btnList_9 = value; Il2CppCodeGenWriteBarrier((&___m_btnList_9), value); } inline static int32_t get_offset_of_m_pageArea_10() { return static_cast(offsetof(ScenePersonalWndSuitcasePackage_t1713973624, ___m_pageArea_10)); } inline ItemPageGroup_t3769455068 * get_m_pageArea_10() const { return ___m_pageArea_10; } inline ItemPageGroup_t3769455068 ** get_address_of_m_pageArea_10() { return &___m_pageArea_10; } inline void set_m_pageArea_10(ItemPageGroup_t3769455068 * value) { ___m_pageArea_10 = value; Il2CppCodeGenWriteBarrier((&___m_pageArea_10), value); } inline static int32_t get_offset_of_m_PkgList_11() { return static_cast(offsetof(ScenePersonalWndSuitcasePackage_t1713973624, ___m_PkgList_11)); } inline uiSuitcasePkgList_t1807308089 * get_m_PkgList_11() const { return ___m_PkgList_11; } inline uiSuitcasePkgList_t1807308089 ** get_address_of_m_PkgList_11() { return &___m_PkgList_11; } inline void set_m_PkgList_11(uiSuitcasePkgList_t1807308089 * value) { ___m_PkgList_11 = value; Il2CppCodeGenWriteBarrier((&___m_PkgList_11), value); } inline static int32_t get_offset_of_m_arrowTop_12() { return static_cast(offsetof(ScenePersonalWndSuitcasePackage_t1713973624, ___m_arrowTop_12)); } inline GameObject_t1113636619 * get_m_arrowTop_12() const { return ___m_arrowTop_12; } inline GameObject_t1113636619 ** get_address_of_m_arrowTop_12() { return &___m_arrowTop_12; } inline void set_m_arrowTop_12(GameObject_t1113636619 * value) { ___m_arrowTop_12 = value; Il2CppCodeGenWriteBarrier((&___m_arrowTop_12), value); } inline static int32_t get_offset_of_m_arrowBottom_13() { return static_cast(offsetof(ScenePersonalWndSuitcasePackage_t1713973624, ___m_arrowBottom_13)); } inline GameObject_t1113636619 * get_m_arrowBottom_13() const { return ___m_arrowBottom_13; } inline GameObject_t1113636619 ** get_address_of_m_arrowBottom_13() { return &___m_arrowBottom_13; } inline void set_m_arrowBottom_13(GameObject_t1113636619 * value) { ___m_arrowBottom_13 = value; Il2CppCodeGenWriteBarrier((&___m_arrowBottom_13), value); } inline static int32_t get_offset_of_m_themeLabel_14() { return static_cast(offsetof(ScenePersonalWndSuitcasePackage_t1713973624, ___m_themeLabel_14)); } inline UILabel_t3248798549 * get_m_themeLabel_14() const { return ___m_themeLabel_14; } inline UILabel_t3248798549 ** get_address_of_m_themeLabel_14() { return &___m_themeLabel_14; } inline void set_m_themeLabel_14(UILabel_t3248798549 * value) { ___m_themeLabel_14 = value; Il2CppCodeGenWriteBarrier((&___m_themeLabel_14), value); } inline static int32_t get_offset_of_m_themeRole_15() { return static_cast(offsetof(ScenePersonalWndSuitcasePackage_t1713973624, ___m_themeRole_15)); } inline ThemeRoleData_t305589676 * get_m_themeRole_15() const { return ___m_themeRole_15; } inline ThemeRoleData_t305589676 ** get_address_of_m_themeRole_15() { return &___m_themeRole_15; } inline void set_m_themeRole_15(ThemeRoleData_t305589676 * value) { ___m_themeRole_15 = value; Il2CppCodeGenWriteBarrier((&___m_themeRole_15), value); } inline static int32_t get_offset_of_m_bFirstOpen_16() { return static_cast(offsetof(ScenePersonalWndSuitcasePackage_t1713973624, ___m_bFirstOpen_16)); } inline bool get_m_bFirstOpen_16() const { return ___m_bFirstOpen_16; } inline bool* get_address_of_m_bFirstOpen_16() { return &___m_bFirstOpen_16; } inline void set_m_bFirstOpen_16(bool value) { ___m_bFirstOpen_16 = value; } }; struct ScenePersonalWndSuitcasePackage_t1713973624_StaticFields { public: // ScenePersonalWndSuitcasePackage ScenePersonalWndSuitcasePackage::s_instance ScenePersonalWndSuitcasePackage_t1713973624 * ___s_instance_8; public: inline static int32_t get_offset_of_s_instance_8() { return static_cast(offsetof(ScenePersonalWndSuitcasePackage_t1713973624_StaticFields, ___s_instance_8)); } inline ScenePersonalWndSuitcasePackage_t1713973624 * get_s_instance_8() const { return ___s_instance_8; } inline ScenePersonalWndSuitcasePackage_t1713973624 ** get_address_of_s_instance_8() { return &___s_instance_8; } inline void set_s_instance_8(ScenePersonalWndSuitcasePackage_t1713973624 * value) { ___s_instance_8 = value; Il2CppCodeGenWriteBarrier((&___s_instance_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDSUITCASEPACKAGE_T1713973624_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 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 SCENEPERSONALWNDLOTTERY_T637137187_H #define SCENEPERSONALWNDLOTTERY_T637137187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndLottery struct ScenePersonalWndLottery_t637137187 : public CUIBase_t3255455658 { public: // System.Single ScenePersonalWndLottery::fIntervalTime float ___fIntervalTime_8; // UnityEngine.GameObject ScenePersonalWndLottery::m_uiRoot GameObject_t1113636619 * ___m_uiRoot_9; // uiLotteryItem[] ScenePersonalWndLottery::m_uiLotteryItemArr uiLotteryItemU5BU5D_t112276802* ___m_uiLotteryItemArr_10; // UILabel ScenePersonalWndLottery::m_ResetTimeLabel UILabel_t3248798549 * ___m_ResetTimeLabel_11; // UILabel ScenePersonalWndLottery::m_shopName UILabel_t3248798549 * ___m_shopName_12; // UILabel ScenePersonalWndLottery::m_luckValue UILabel_t3248798549 * ___m_luckValue_13; // UISprite ScenePersonalWndLottery::m_baoshi UISprite_t194114938 * ___m_baoshi_14; // UILabel ScenePersonalWndLottery::m_onePriceText UILabel_t3248798549 * ___m_onePriceText_15; // UILabel ScenePersonalWndLottery::m_fivePriceText UILabel_t3248798549 * ___m_fivePriceText_16; // UnityEngine.Transform ScenePersonalWndLottery::m_luckParticle Transform_t3600365921 * ___m_luckParticle_17; // UnityEngine.Transform[] ScenePersonalWndLottery::m_costIcon TransformU5BU5D_t807237628* ___m_costIcon_18; // UISprite[] ScenePersonalWndLottery::m_costSprite UISpriteU5BU5D_t1415066463* ___m_costSprite_19; // UnityEngine.Transform[] ScenePersonalWndLottery::m_unSelectIcon TransformU5BU5D_t807237628* ___m_unSelectIcon_20; // uiLotteryResult ScenePersonalWndLottery::m_resultWnd uiLotteryResult_t3685979930 * ___m_resultWnd_21; // uiLotteryAward ScenePersonalWndLottery::m_AwardWnd uiLotteryAward_t3594426487 * ___m_AwardWnd_22; // UILabel ScenePersonalWndLottery::m_LotteryCount UILabel_t3248798549 * ___m_LotteryCount_23; // uiBoxItem[] ScenePersonalWndLottery::m_baoxiang uiBoxItemU5BU5D_t1414951688* ___m_baoxiang_24; // UILabel ScenePersonalWndLottery::m_labelNum UILabel_t3248798549 * ___m_labelNum_25; // uiBuyLotteryNum ScenePersonalWndLottery::m_buyNumWnd uiBuyLotteryNum_t2649912829 * ___m_buyNumWnd_26; // System.Int64 ScenePersonalWndLottery::m_leftTime int64_t ___m_leftTime_27; // System.Single ScenePersonalWndLottery::m_timeLabor float ___m_timeLabor_28; // System.Single ScenePersonalWndLottery::m_timeLaborSub float ___m_timeLaborSub_29; // System.Single ScenePersonalWndLottery::m_timeRun float ___m_timeRun_30; // System.Single ScenePersonalWndLottery::m_speed float ___m_speed_31; // System.Int32 ScenePersonalWndLottery::m_looteryNum int32_t ___m_looteryNum_33; // System.Int32 ScenePersonalWndLottery::m_count int32_t ___m_count_34; // System.Boolean ScenePersonalWndLottery::m_isRequest bool ___m_isRequest_35; // System.Boolean ScenePersonalWndLottery::m_bRunning bool ___m_bRunning_36; // System.Int32 ScenePersonalWndLottery::m_nCurIndex int32_t ___m_nCurIndex_37; // System.Int32 ScenePersonalWndLottery::m_nTarIndex int32_t ___m_nTarIndex_38; // System.Single ScenePersonalWndLottery::m_fTime float ___m_fTime_39; // System.Single ScenePersonalWndLottery::m_fInterval float ___m_fInterval_40; // System.Int32 ScenePersonalWndLottery::m_lottery_section int32_t ___m_lottery_section_41; // ScenePersonalWndLottery/OnRouletteEndCallBack ScenePersonalWndLottery::m_callback OnRouletteEndCallBack_t4075122966 * ___m_callback_42; // System.Int32 ScenePersonalWndLottery::m_result int32_t ___m_result_43; public: inline static int32_t get_offset_of_fIntervalTime_8() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___fIntervalTime_8)); } inline float get_fIntervalTime_8() const { return ___fIntervalTime_8; } inline float* get_address_of_fIntervalTime_8() { return &___fIntervalTime_8; } inline void set_fIntervalTime_8(float value) { ___fIntervalTime_8 = value; } inline static int32_t get_offset_of_m_uiRoot_9() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_uiRoot_9)); } inline GameObject_t1113636619 * get_m_uiRoot_9() const { return ___m_uiRoot_9; } inline GameObject_t1113636619 ** get_address_of_m_uiRoot_9() { return &___m_uiRoot_9; } inline void set_m_uiRoot_9(GameObject_t1113636619 * value) { ___m_uiRoot_9 = value; Il2CppCodeGenWriteBarrier((&___m_uiRoot_9), value); } inline static int32_t get_offset_of_m_uiLotteryItemArr_10() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_uiLotteryItemArr_10)); } inline uiLotteryItemU5BU5D_t112276802* get_m_uiLotteryItemArr_10() const { return ___m_uiLotteryItemArr_10; } inline uiLotteryItemU5BU5D_t112276802** get_address_of_m_uiLotteryItemArr_10() { return &___m_uiLotteryItemArr_10; } inline void set_m_uiLotteryItemArr_10(uiLotteryItemU5BU5D_t112276802* value) { ___m_uiLotteryItemArr_10 = value; Il2CppCodeGenWriteBarrier((&___m_uiLotteryItemArr_10), value); } inline static int32_t get_offset_of_m_ResetTimeLabel_11() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_ResetTimeLabel_11)); } inline UILabel_t3248798549 * get_m_ResetTimeLabel_11() const { return ___m_ResetTimeLabel_11; } inline UILabel_t3248798549 ** get_address_of_m_ResetTimeLabel_11() { return &___m_ResetTimeLabel_11; } inline void set_m_ResetTimeLabel_11(UILabel_t3248798549 * value) { ___m_ResetTimeLabel_11 = value; Il2CppCodeGenWriteBarrier((&___m_ResetTimeLabel_11), value); } inline static int32_t get_offset_of_m_shopName_12() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_shopName_12)); } inline UILabel_t3248798549 * get_m_shopName_12() const { return ___m_shopName_12; } inline UILabel_t3248798549 ** get_address_of_m_shopName_12() { return &___m_shopName_12; } inline void set_m_shopName_12(UILabel_t3248798549 * value) { ___m_shopName_12 = value; Il2CppCodeGenWriteBarrier((&___m_shopName_12), value); } inline static int32_t get_offset_of_m_luckValue_13() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_luckValue_13)); } inline UILabel_t3248798549 * get_m_luckValue_13() const { return ___m_luckValue_13; } inline UILabel_t3248798549 ** get_address_of_m_luckValue_13() { return &___m_luckValue_13; } inline void set_m_luckValue_13(UILabel_t3248798549 * value) { ___m_luckValue_13 = value; Il2CppCodeGenWriteBarrier((&___m_luckValue_13), value); } inline static int32_t get_offset_of_m_baoshi_14() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_baoshi_14)); } inline UISprite_t194114938 * get_m_baoshi_14() const { return ___m_baoshi_14; } inline UISprite_t194114938 ** get_address_of_m_baoshi_14() { return &___m_baoshi_14; } inline void set_m_baoshi_14(UISprite_t194114938 * value) { ___m_baoshi_14 = value; Il2CppCodeGenWriteBarrier((&___m_baoshi_14), value); } inline static int32_t get_offset_of_m_onePriceText_15() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_onePriceText_15)); } inline UILabel_t3248798549 * get_m_onePriceText_15() const { return ___m_onePriceText_15; } inline UILabel_t3248798549 ** get_address_of_m_onePriceText_15() { return &___m_onePriceText_15; } inline void set_m_onePriceText_15(UILabel_t3248798549 * value) { ___m_onePriceText_15 = value; Il2CppCodeGenWriteBarrier((&___m_onePriceText_15), value); } inline static int32_t get_offset_of_m_fivePriceText_16() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_fivePriceText_16)); } inline UILabel_t3248798549 * get_m_fivePriceText_16() const { return ___m_fivePriceText_16; } inline UILabel_t3248798549 ** get_address_of_m_fivePriceText_16() { return &___m_fivePriceText_16; } inline void set_m_fivePriceText_16(UILabel_t3248798549 * value) { ___m_fivePriceText_16 = value; Il2CppCodeGenWriteBarrier((&___m_fivePriceText_16), value); } inline static int32_t get_offset_of_m_luckParticle_17() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_luckParticle_17)); } inline Transform_t3600365921 * get_m_luckParticle_17() const { return ___m_luckParticle_17; } inline Transform_t3600365921 ** get_address_of_m_luckParticle_17() { return &___m_luckParticle_17; } inline void set_m_luckParticle_17(Transform_t3600365921 * value) { ___m_luckParticle_17 = value; Il2CppCodeGenWriteBarrier((&___m_luckParticle_17), value); } inline static int32_t get_offset_of_m_costIcon_18() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_costIcon_18)); } inline TransformU5BU5D_t807237628* get_m_costIcon_18() const { return ___m_costIcon_18; } inline TransformU5BU5D_t807237628** get_address_of_m_costIcon_18() { return &___m_costIcon_18; } inline void set_m_costIcon_18(TransformU5BU5D_t807237628* value) { ___m_costIcon_18 = value; Il2CppCodeGenWriteBarrier((&___m_costIcon_18), value); } inline static int32_t get_offset_of_m_costSprite_19() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_costSprite_19)); } inline UISpriteU5BU5D_t1415066463* get_m_costSprite_19() const { return ___m_costSprite_19; } inline UISpriteU5BU5D_t1415066463** get_address_of_m_costSprite_19() { return &___m_costSprite_19; } inline void set_m_costSprite_19(UISpriteU5BU5D_t1415066463* value) { ___m_costSprite_19 = value; Il2CppCodeGenWriteBarrier((&___m_costSprite_19), value); } inline static int32_t get_offset_of_m_unSelectIcon_20() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_unSelectIcon_20)); } inline TransformU5BU5D_t807237628* get_m_unSelectIcon_20() const { return ___m_unSelectIcon_20; } inline TransformU5BU5D_t807237628** get_address_of_m_unSelectIcon_20() { return &___m_unSelectIcon_20; } inline void set_m_unSelectIcon_20(TransformU5BU5D_t807237628* value) { ___m_unSelectIcon_20 = value; Il2CppCodeGenWriteBarrier((&___m_unSelectIcon_20), value); } inline static int32_t get_offset_of_m_resultWnd_21() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_resultWnd_21)); } inline uiLotteryResult_t3685979930 * get_m_resultWnd_21() const { return ___m_resultWnd_21; } inline uiLotteryResult_t3685979930 ** get_address_of_m_resultWnd_21() { return &___m_resultWnd_21; } inline void set_m_resultWnd_21(uiLotteryResult_t3685979930 * value) { ___m_resultWnd_21 = value; Il2CppCodeGenWriteBarrier((&___m_resultWnd_21), value); } inline static int32_t get_offset_of_m_AwardWnd_22() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_AwardWnd_22)); } inline uiLotteryAward_t3594426487 * get_m_AwardWnd_22() const { return ___m_AwardWnd_22; } inline uiLotteryAward_t3594426487 ** get_address_of_m_AwardWnd_22() { return &___m_AwardWnd_22; } inline void set_m_AwardWnd_22(uiLotteryAward_t3594426487 * value) { ___m_AwardWnd_22 = value; Il2CppCodeGenWriteBarrier((&___m_AwardWnd_22), value); } inline static int32_t get_offset_of_m_LotteryCount_23() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_LotteryCount_23)); } inline UILabel_t3248798549 * get_m_LotteryCount_23() const { return ___m_LotteryCount_23; } inline UILabel_t3248798549 ** get_address_of_m_LotteryCount_23() { return &___m_LotteryCount_23; } inline void set_m_LotteryCount_23(UILabel_t3248798549 * value) { ___m_LotteryCount_23 = value; Il2CppCodeGenWriteBarrier((&___m_LotteryCount_23), value); } inline static int32_t get_offset_of_m_baoxiang_24() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_baoxiang_24)); } inline uiBoxItemU5BU5D_t1414951688* get_m_baoxiang_24() const { return ___m_baoxiang_24; } inline uiBoxItemU5BU5D_t1414951688** get_address_of_m_baoxiang_24() { return &___m_baoxiang_24; } inline void set_m_baoxiang_24(uiBoxItemU5BU5D_t1414951688* value) { ___m_baoxiang_24 = value; Il2CppCodeGenWriteBarrier((&___m_baoxiang_24), value); } inline static int32_t get_offset_of_m_labelNum_25() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_labelNum_25)); } inline UILabel_t3248798549 * get_m_labelNum_25() const { return ___m_labelNum_25; } inline UILabel_t3248798549 ** get_address_of_m_labelNum_25() { return &___m_labelNum_25; } inline void set_m_labelNum_25(UILabel_t3248798549 * value) { ___m_labelNum_25 = value; Il2CppCodeGenWriteBarrier((&___m_labelNum_25), value); } inline static int32_t get_offset_of_m_buyNumWnd_26() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_buyNumWnd_26)); } inline uiBuyLotteryNum_t2649912829 * get_m_buyNumWnd_26() const { return ___m_buyNumWnd_26; } inline uiBuyLotteryNum_t2649912829 ** get_address_of_m_buyNumWnd_26() { return &___m_buyNumWnd_26; } inline void set_m_buyNumWnd_26(uiBuyLotteryNum_t2649912829 * value) { ___m_buyNumWnd_26 = value; Il2CppCodeGenWriteBarrier((&___m_buyNumWnd_26), value); } inline static int32_t get_offset_of_m_leftTime_27() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_leftTime_27)); } inline int64_t get_m_leftTime_27() const { return ___m_leftTime_27; } inline int64_t* get_address_of_m_leftTime_27() { return &___m_leftTime_27; } inline void set_m_leftTime_27(int64_t value) { ___m_leftTime_27 = value; } inline static int32_t get_offset_of_m_timeLabor_28() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_timeLabor_28)); } inline float get_m_timeLabor_28() const { return ___m_timeLabor_28; } inline float* get_address_of_m_timeLabor_28() { return &___m_timeLabor_28; } inline void set_m_timeLabor_28(float value) { ___m_timeLabor_28 = value; } inline static int32_t get_offset_of_m_timeLaborSub_29() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_timeLaborSub_29)); } inline float get_m_timeLaborSub_29() const { return ___m_timeLaborSub_29; } inline float* get_address_of_m_timeLaborSub_29() { return &___m_timeLaborSub_29; } inline void set_m_timeLaborSub_29(float value) { ___m_timeLaborSub_29 = value; } inline static int32_t get_offset_of_m_timeRun_30() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_timeRun_30)); } inline float get_m_timeRun_30() const { return ___m_timeRun_30; } inline float* get_address_of_m_timeRun_30() { return &___m_timeRun_30; } inline void set_m_timeRun_30(float value) { ___m_timeRun_30 = value; } inline static int32_t get_offset_of_m_speed_31() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_speed_31)); } inline float get_m_speed_31() const { return ___m_speed_31; } inline float* get_address_of_m_speed_31() { return &___m_speed_31; } inline void set_m_speed_31(float value) { ___m_speed_31 = value; } inline static int32_t get_offset_of_m_looteryNum_33() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_looteryNum_33)); } inline int32_t get_m_looteryNum_33() const { return ___m_looteryNum_33; } inline int32_t* get_address_of_m_looteryNum_33() { return &___m_looteryNum_33; } inline void set_m_looteryNum_33(int32_t value) { ___m_looteryNum_33 = value; } inline static int32_t get_offset_of_m_count_34() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_count_34)); } inline int32_t get_m_count_34() const { return ___m_count_34; } inline int32_t* get_address_of_m_count_34() { return &___m_count_34; } inline void set_m_count_34(int32_t value) { ___m_count_34 = value; } inline static int32_t get_offset_of_m_isRequest_35() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_isRequest_35)); } inline bool get_m_isRequest_35() const { return ___m_isRequest_35; } inline bool* get_address_of_m_isRequest_35() { return &___m_isRequest_35; } inline void set_m_isRequest_35(bool value) { ___m_isRequest_35 = value; } inline static int32_t get_offset_of_m_bRunning_36() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_bRunning_36)); } inline bool get_m_bRunning_36() const { return ___m_bRunning_36; } inline bool* get_address_of_m_bRunning_36() { return &___m_bRunning_36; } inline void set_m_bRunning_36(bool value) { ___m_bRunning_36 = value; } inline static int32_t get_offset_of_m_nCurIndex_37() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_nCurIndex_37)); } inline int32_t get_m_nCurIndex_37() const { return ___m_nCurIndex_37; } inline int32_t* get_address_of_m_nCurIndex_37() { return &___m_nCurIndex_37; } inline void set_m_nCurIndex_37(int32_t value) { ___m_nCurIndex_37 = value; } inline static int32_t get_offset_of_m_nTarIndex_38() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_nTarIndex_38)); } inline int32_t get_m_nTarIndex_38() const { return ___m_nTarIndex_38; } inline int32_t* get_address_of_m_nTarIndex_38() { return &___m_nTarIndex_38; } inline void set_m_nTarIndex_38(int32_t value) { ___m_nTarIndex_38 = value; } inline static int32_t get_offset_of_m_fTime_39() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_fTime_39)); } inline float get_m_fTime_39() const { return ___m_fTime_39; } inline float* get_address_of_m_fTime_39() { return &___m_fTime_39; } inline void set_m_fTime_39(float value) { ___m_fTime_39 = value; } inline static int32_t get_offset_of_m_fInterval_40() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_fInterval_40)); } inline float get_m_fInterval_40() const { return ___m_fInterval_40; } inline float* get_address_of_m_fInterval_40() { return &___m_fInterval_40; } inline void set_m_fInterval_40(float value) { ___m_fInterval_40 = value; } inline static int32_t get_offset_of_m_lottery_section_41() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_lottery_section_41)); } inline int32_t get_m_lottery_section_41() const { return ___m_lottery_section_41; } inline int32_t* get_address_of_m_lottery_section_41() { return &___m_lottery_section_41; } inline void set_m_lottery_section_41(int32_t value) { ___m_lottery_section_41 = value; } inline static int32_t get_offset_of_m_callback_42() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_callback_42)); } inline OnRouletteEndCallBack_t4075122966 * get_m_callback_42() const { return ___m_callback_42; } inline OnRouletteEndCallBack_t4075122966 ** get_address_of_m_callback_42() { return &___m_callback_42; } inline void set_m_callback_42(OnRouletteEndCallBack_t4075122966 * value) { ___m_callback_42 = value; Il2CppCodeGenWriteBarrier((&___m_callback_42), value); } inline static int32_t get_offset_of_m_result_43() { return static_cast(offsetof(ScenePersonalWndLottery_t637137187, ___m_result_43)); } inline int32_t get_m_result_43() const { return ___m_result_43; } inline int32_t* get_address_of_m_result_43() { return &___m_result_43; } inline void set_m_result_43(int32_t value) { ___m_result_43 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDLOTTERY_T637137187_H #ifndef LAYERMASK_T3493934918_H #define LAYERMASK_T3493934918_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LayerMask struct LayerMask_t3493934918 { public: // System.Int32 UnityEngine.LayerMask::m_Mask int32_t ___m_Mask_0; public: inline static int32_t get_offset_of_m_Mask_0() { return static_cast(offsetof(LayerMask_t3493934918, ___m_Mask_0)); } inline int32_t get_m_Mask_0() const { return ___m_Mask_0; } inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; } inline void set_m_Mask_0(int32_t value) { ___m_Mask_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LAYERMASK_T3493934918_H #ifndef 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 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 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 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 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 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 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 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 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 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 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 ENUMLOTTERYSTATE_T2276293360_H #define ENUMLOTTERYSTATE_T2276293360_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLotteryNew/enumLotteryState struct enumLotteryState_t2276293360 { public: // System.Int32 DMCore.Logic.CLotteryNew/enumLotteryState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumLotteryState_t2276293360, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMLOTTERYSTATE_T2276293360_H #ifndef 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 ENUMALIGNTYPE_T501496301_H #define ENUMALIGNTYPE_T501496301_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.enumAlignType struct enumAlignType_t501496301 { public: // System.Byte DMCore.Framework.Misc.enumAlignType::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumAlignType_t501496301, ___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 // ENUMALIGNTYPE_T501496301_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 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 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 PLANE_T1000493321_H #define PLANE_T1000493321_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Plane struct Plane_t1000493321 { public: // UnityEngine.Vector3 UnityEngine.Plane::m_Normal Vector3_t3722313464 ___m_Normal_0; // System.Single UnityEngine.Plane::m_Distance float ___m_Distance_1; public: inline static int32_t get_offset_of_m_Normal_0() { return static_cast(offsetof(Plane_t1000493321, ___m_Normal_0)); } inline Vector3_t3722313464 get_m_Normal_0() const { return ___m_Normal_0; } inline Vector3_t3722313464 * get_address_of_m_Normal_0() { return &___m_Normal_0; } inline void set_m_Normal_0(Vector3_t3722313464 value) { ___m_Normal_0 = value; } inline static int32_t get_offset_of_m_Distance_1() { return static_cast(offsetof(Plane_t1000493321, ___m_Distance_1)); } inline float get_m_Distance_1() const { return ___m_Distance_1; } inline float* get_address_of_m_Distance_1() { return &___m_Distance_1; } inline void set_m_Distance_1(float value) { ___m_Distance_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLANE_T1000493321_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 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 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 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 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 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 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 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 ENUMLOTTERYCOSTTYPE_T1237510699_H #define ENUMLOTTERYCOSTTYPE_T1237510699_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLotteryNew/enumLotteryCostType struct enumLotteryCostType_t1237510699 { public: // System.Int32 DMCore.Logic.CLotteryNew/enumLotteryCostType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumLotteryCostType_t1237510699, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMLOTTERYCOSTTYPE_T1237510699_H #ifndef EM_AWARD_TYPE_T1889731639_H #define EM_AWARD_TYPE_T1889731639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolManager/EM_Award_type struct EM_Award_type_t1889731639 { public: // System.Int32 DMCore.Logic.CIdolManager/EM_Award_type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EM_Award_type_t1889731639, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_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_AWARD_TYPE_T1889731639_H #ifndef TYPE_T1981123836_H #define TYPE_T1981123836_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListView/Type struct Type_t1981123836 { public: // System.Int32 DMListView/Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Type_t1981123836, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T1981123836_H #ifndef 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 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 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 ENUMMSGBOXCUSTOMKEY_T633128937_H #define ENUMMSGBOXCUSTOMKEY_T633128937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.enumMsgBoxCustomKey struct enumMsgBoxCustomKey_t633128937 { public: // System.Int32 DMCore.enumMsgBoxCustomKey::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMsgBoxCustomKey_t633128937, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMSGBOXCUSTOMKEY_T633128937_H #ifndef 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 CHANDBOOKCTR_T4285066741_H #define CHANDBOOKCTR_T4285066741_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CHandBookCtr struct CHandBookCtr_t4285066741 : public IMonoCtrllor_t1427182583 { public: // System.Int32 CHandBookCtr::themeid int32_t ___themeid_2; // System.Collections.Generic.Dictionary`2> CHandBookCtr::themesData Dictionary_2_t3022086574 * ___themesData_3; // System.Collections.Generic.Dictionary`2 CHandBookCtr::GetsuitNum Dictionary_2_t88127061 * ___GetsuitNum_4; // System.Collections.Generic.Dictionary`2> CHandBookCtr::mygiftInfo Dictionary_2_t895854979 * ___mygiftInfo_5; // System.Collections.Generic.Dictionary`2 CHandBookCtr::Getsucessinfo Dictionary_2_t3235388461 * ___Getsucessinfo_6; // System.Int32 CHandBookCtr::nowIndex int32_t ___nowIndex_7; // CDataModelInt CHandBookCtr::k__BackingField CDataModelInt_t3463393640 * ___U3CCNowPageIndexU3Ek__BackingField_8; // CDataModelAny CHandBookCtr::k__BackingField CDataModelAny_t3819624005 * ___U3CCThemesDataU3Ek__BackingField_9; public: inline static int32_t get_offset_of_themeid_2() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___themeid_2)); } inline int32_t get_themeid_2() const { return ___themeid_2; } inline int32_t* get_address_of_themeid_2() { return &___themeid_2; } inline void set_themeid_2(int32_t value) { ___themeid_2 = value; } inline static int32_t get_offset_of_themesData_3() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___themesData_3)); } inline Dictionary_2_t3022086574 * get_themesData_3() const { return ___themesData_3; } inline Dictionary_2_t3022086574 ** get_address_of_themesData_3() { return &___themesData_3; } inline void set_themesData_3(Dictionary_2_t3022086574 * value) { ___themesData_3 = value; Il2CppCodeGenWriteBarrier((&___themesData_3), value); } inline static int32_t get_offset_of_GetsuitNum_4() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___GetsuitNum_4)); } inline Dictionary_2_t88127061 * get_GetsuitNum_4() const { return ___GetsuitNum_4; } inline Dictionary_2_t88127061 ** get_address_of_GetsuitNum_4() { return &___GetsuitNum_4; } inline void set_GetsuitNum_4(Dictionary_2_t88127061 * value) { ___GetsuitNum_4 = value; Il2CppCodeGenWriteBarrier((&___GetsuitNum_4), value); } inline static int32_t get_offset_of_mygiftInfo_5() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___mygiftInfo_5)); } inline Dictionary_2_t895854979 * get_mygiftInfo_5() const { return ___mygiftInfo_5; } inline Dictionary_2_t895854979 ** get_address_of_mygiftInfo_5() { return &___mygiftInfo_5; } inline void set_mygiftInfo_5(Dictionary_2_t895854979 * value) { ___mygiftInfo_5 = value; Il2CppCodeGenWriteBarrier((&___mygiftInfo_5), value); } inline static int32_t get_offset_of_Getsucessinfo_6() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___Getsucessinfo_6)); } inline Dictionary_2_t3235388461 * get_Getsucessinfo_6() const { return ___Getsucessinfo_6; } inline Dictionary_2_t3235388461 ** get_address_of_Getsucessinfo_6() { return &___Getsucessinfo_6; } inline void set_Getsucessinfo_6(Dictionary_2_t3235388461 * value) { ___Getsucessinfo_6 = value; Il2CppCodeGenWriteBarrier((&___Getsucessinfo_6), value); } inline static int32_t get_offset_of_nowIndex_7() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___nowIndex_7)); } inline int32_t get_nowIndex_7() const { return ___nowIndex_7; } inline int32_t* get_address_of_nowIndex_7() { return &___nowIndex_7; } inline void set_nowIndex_7(int32_t value) { ___nowIndex_7 = value; } inline static int32_t get_offset_of_U3CCNowPageIndexU3Ek__BackingField_8() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___U3CCNowPageIndexU3Ek__BackingField_8)); } inline CDataModelInt_t3463393640 * get_U3CCNowPageIndexU3Ek__BackingField_8() const { return ___U3CCNowPageIndexU3Ek__BackingField_8; } inline CDataModelInt_t3463393640 ** get_address_of_U3CCNowPageIndexU3Ek__BackingField_8() { return &___U3CCNowPageIndexU3Ek__BackingField_8; } inline void set_U3CCNowPageIndexU3Ek__BackingField_8(CDataModelInt_t3463393640 * value) { ___U3CCNowPageIndexU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((&___U3CCNowPageIndexU3Ek__BackingField_8), value); } inline static int32_t get_offset_of_U3CCThemesDataU3Ek__BackingField_9() { return static_cast(offsetof(CHandBookCtr_t4285066741, ___U3CCThemesDataU3Ek__BackingField_9)); } inline CDataModelAny_t3819624005 * get_U3CCThemesDataU3Ek__BackingField_9() const { return ___U3CCThemesDataU3Ek__BackingField_9; } inline CDataModelAny_t3819624005 ** get_address_of_U3CCThemesDataU3Ek__BackingField_9() { return &___U3CCThemesDataU3Ek__BackingField_9; } inline void set_U3CCThemesDataU3Ek__BackingField_9(CDataModelAny_t3819624005 * value) { ___U3CCThemesDataU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((&___U3CCThemesDataU3Ek__BackingField_9), value); } }; struct CHandBookCtr_t4285066741_StaticFields { public: // CHandBookCtr CHandBookCtr::s_Instance CHandBookCtr_t4285066741 * ___s_Instance_1; // System.Func`2 CHandBookCtr::<>f__am$cache0 Func_2_t4154244306 * ___U3CU3Ef__amU24cache0_10; // System.Func`2 CHandBookCtr::<>f__am$cache1 Func_2_t4154244306 * ___U3CU3Ef__amU24cache1_11; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CHandBookCtr_t4285066741_StaticFields, ___s_Instance_1)); } inline CHandBookCtr_t4285066741 * get_s_Instance_1() const { return ___s_Instance_1; } inline CHandBookCtr_t4285066741 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CHandBookCtr_t4285066741 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_10() { return static_cast(offsetof(CHandBookCtr_t4285066741_StaticFields, ___U3CU3Ef__amU24cache0_10)); } inline Func_2_t4154244306 * get_U3CU3Ef__amU24cache0_10() const { return ___U3CU3Ef__amU24cache0_10; } inline Func_2_t4154244306 ** get_address_of_U3CU3Ef__amU24cache0_10() { return &___U3CU3Ef__amU24cache0_10; } inline void set_U3CU3Ef__amU24cache0_10(Func_2_t4154244306 * value) { ___U3CU3Ef__amU24cache0_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_10), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1_11() { return static_cast(offsetof(CHandBookCtr_t4285066741_StaticFields, ___U3CU3Ef__amU24cache1_11)); } inline Func_2_t4154244306 * get_U3CU3Ef__amU24cache1_11() const { return ___U3CU3Ef__amU24cache1_11; } inline Func_2_t4154244306 ** get_address_of_U3CU3Ef__amU24cache1_11() { return &___U3CU3Ef__amU24cache1_11; } inline void set_U3CU3Ef__amU24cache1_11(Func_2_t4154244306 * value) { ___U3CU3Ef__amU24cache1_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHANDBOOKCTR_T4285066741_H #ifndef 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 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 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 STTRAILNODE_T3804838516_H #define STTRAILNODE_T3804838516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SkinedTrail/stTrailNode struct stTrailNode_t3804838516 : public RuntimeObject { public: // UnityEngine.Vector3 SkinedTrail/stTrailNode::_position Vector3_t3722313464 ____position_0; public: inline static int32_t get_offset_of__position_0() { return static_cast(offsetof(stTrailNode_t3804838516, ____position_0)); } inline Vector3_t3722313464 get__position_0() const { return ____position_0; } inline Vector3_t3722313464 * get_address_of__position_0() { return &____position_0; } inline void set__position_0(Vector3_t3722313464 value) { ____position_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STTRAILNODE_T3804838516_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 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 INSIDEEFFECT_T3952523169_H #define INSIDEEFFECT_T3952523169_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UILabel/InsideEffect struct InsideEffect_t3952523169 { public: // System.Int32 UILabel/InsideEffect::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(InsideEffect_t3952523169, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INSIDEEFFECT_T3952523169_H #ifndef ENUMIDOLPHOTOSUBPAGE_T2530435223_H #define ENUMIDOLPHOTOSUBPAGE_T2530435223_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndIdols/enumIdolPhotoSubPage struct enumIdolPhotoSubPage_t2530435223 { public: // System.Int32 ScenePersonalWndIdols/enumIdolPhotoSubPage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumIdolPhotoSubPage_t2530435223, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMIDOLPHOTOSUBPAGE_T2530435223_H #ifndef SYMBOLSTYLE_T652100663_H #define SYMBOLSTYLE_T652100663_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIFont/SymbolStyle struct SymbolStyle_t652100663 { public: // System.Int32 UIFont/SymbolStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SymbolStyle_t652100663, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYMBOLSTYLE_T652100663_H #ifndef EFFECT_T2533209744_H #define EFFECT_T2533209744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UILabel/Effect struct Effect_t2533209744 { public: // System.Int32 UILabel/Effect::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Effect_t2533209744, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EFFECT_T2533209744_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef 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 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 KEYCODE_T2599294277_H #define KEYCODE_T2599294277_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.KeyCode struct KeyCode_t2599294277 { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(KeyCode_t2599294277, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCODE_T2599294277_H #ifndef 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 ENUMVIPSUBPAGE_T424733706_H #define ENUMVIPSUBPAGE_T424733706_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndVip/enumVipSubPage struct enumVipSubPage_t424733706 { public: // System.Byte ScenePersonalWndVip/enumVipSubPage::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumVipSubPage_t424733706, ___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 // ENUMVIPSUBPAGE_T424733706_H #ifndef RAYCASTHIT_T1056001966_H #define RAYCASTHIT_T1056001966_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RaycastHit struct RaycastHit_t1056001966 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t3722313464 ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t3722313464 ___m_Normal_1; // System.Int32 UnityEngine.RaycastHit::m_FaceID int32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_t2156229523 ___m_UV_4; // UnityEngine.Collider UnityEngine.RaycastHit::m_Collider Collider_t1773347010 * ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Point_0)); } inline Vector3_t3722313464 get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t3722313464 * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t3722313464 value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Normal_1)); } inline Vector3_t3722313464 get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t3722313464 * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t3722313464 value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_FaceID_2)); } inline int32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline int32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(int32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_UV_4)); } inline Vector2_t2156229523 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_t2156229523 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_t2156229523 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Collider_5)); } inline Collider_t1773347010 * get_m_Collider_5() const { return ___m_Collider_5; } inline Collider_t1773347010 ** get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(Collider_t1773347010 * value) { ___m_Collider_5 = value; Il2CppCodeGenWriteBarrier((&___m_Collider_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.RaycastHit struct RaycastHit_t1056001966_marshaled_pinvoke { Vector3_t3722313464 ___m_Point_0; Vector3_t3722313464 ___m_Normal_1; int32_t ___m_FaceID_2; float ___m_Distance_3; Vector2_t2156229523 ___m_UV_4; Collider_t1773347010 * ___m_Collider_5; }; // Native definition for COM marshalling of UnityEngine.RaycastHit struct RaycastHit_t1056001966_marshaled_com { Vector3_t3722313464 ___m_Point_0; Vector3_t3722313464 ___m_Normal_1; int32_t ___m_FaceID_2; float ___m_Distance_3; Vector2_t2156229523 ___m_UV_4; Collider_t1773347010 * ___m_Collider_5; }; #endif // RAYCASTHIT_T1056001966_H #ifndef 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 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 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 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 DRAGEFFECT_T1421595803_H #define DRAGEFFECT_T1421595803_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIDraggablePanel/DragEffect struct DragEffect_t1421595803 { public: // System.Int32 UIDraggablePanel/DragEffect::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DragEffect_t1421595803, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DRAGEFFECT_T1421595803_H #ifndef ENUMLOTTERYSTATE_T769239263_H #define ENUMLOTTERYSTATE_T769239263_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLottery/enumLotteryState struct enumLotteryState_t769239263 { public: // System.Int32 DMCore.Logic.CLottery/enumLotteryState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumLotteryState_t769239263, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMLOTTERYSTATE_T769239263_H #ifndef SHOWCONDITION_T1870891259_H #define SHOWCONDITION_T1870891259_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIDraggablePanel/ShowCondition struct ShowCondition_t1870891259 { public: // System.Int32 UIDraggablePanel/ShowCondition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ShowCondition_t1870891259, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHOWCONDITION_T1870891259_H #ifndef SHOWCONDITION_T3552914792_H #define SHOWCONDITION_T3552914792_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListView/ShowCondition struct ShowCondition_t3552914792 { public: // System.Int32 DMListView/ShowCondition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ShowCondition_t3552914792, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHOWCONDITION_T3552914792_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef SHUXINGTYPE_T2085982059_H #define SHUXINGTYPE_T2085982059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ShuXingType struct ShuXingType_t2085982059 { public: // System.Int32 ShuXingType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ShuXingType_t2085982059, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHUXINGTYPE_T2085982059_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 BOUNDS_T2266837910_H #define BOUNDS_T2266837910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Bounds struct Bounds_t2266837910 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_t3722313464 ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_t3722313464 ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_t2266837910, ___m_Center_0)); } inline Vector3_t3722313464 get_m_Center_0() const { return ___m_Center_0; } inline Vector3_t3722313464 * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_t3722313464 value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_t2266837910, ___m_Extents_1)); } inline Vector3_t3722313464 get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_t3722313464 * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_t3722313464 value) { ___m_Extents_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOUNDS_T2266837910_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 SIT_T2379332389_H #define SIT_T2379332389_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SIT struct SIT_t2379332389 { public: // System.Int32 DMCore.Logic.SIT::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SIT_t2379332389, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIT_T2379332389_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 CLEVELUPREWARDCONFIG_T716371407_H #define CLEVELUPREWARDCONFIG_T716371407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLeveluprewardConfig struct CLeveluprewardConfig_t716371407 : public IMonoCtrllor_t1427182583 { public: // System.Int32 DMCore.Logic.CLeveluprewardConfig::k__BackingField int32_t ___U3CCurrentlevelU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CLeveluprewardConfig::k__BackingField int32_t ___U3COldLevelU3Ek__BackingField_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CLeveluprewardConfig::m_LevelUpAward Dictionary_2_t2057254576 * ___m_LevelUpAward_3; // System.Int32 DMCore.Logic.CLeveluprewardConfig::m_ProcessedLevel int32_t ___m_ProcessedLevel_4; public: inline static int32_t get_offset_of_U3CCurrentlevelU3Ek__BackingField_1() { return static_cast(offsetof(CLeveluprewardConfig_t716371407, ___U3CCurrentlevelU3Ek__BackingField_1)); } inline int32_t get_U3CCurrentlevelU3Ek__BackingField_1() const { return ___U3CCurrentlevelU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCurrentlevelU3Ek__BackingField_1() { return &___U3CCurrentlevelU3Ek__BackingField_1; } inline void set_U3CCurrentlevelU3Ek__BackingField_1(int32_t value) { ___U3CCurrentlevelU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3COldLevelU3Ek__BackingField_2() { return static_cast(offsetof(CLeveluprewardConfig_t716371407, ___U3COldLevelU3Ek__BackingField_2)); } inline int32_t get_U3COldLevelU3Ek__BackingField_2() const { return ___U3COldLevelU3Ek__BackingField_2; } inline int32_t* get_address_of_U3COldLevelU3Ek__BackingField_2() { return &___U3COldLevelU3Ek__BackingField_2; } inline void set_U3COldLevelU3Ek__BackingField_2(int32_t value) { ___U3COldLevelU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_m_LevelUpAward_3() { return static_cast(offsetof(CLeveluprewardConfig_t716371407, ___m_LevelUpAward_3)); } inline Dictionary_2_t2057254576 * get_m_LevelUpAward_3() const { return ___m_LevelUpAward_3; } inline Dictionary_2_t2057254576 ** get_address_of_m_LevelUpAward_3() { return &___m_LevelUpAward_3; } inline void set_m_LevelUpAward_3(Dictionary_2_t2057254576 * value) { ___m_LevelUpAward_3 = value; Il2CppCodeGenWriteBarrier((&___m_LevelUpAward_3), value); } inline static int32_t get_offset_of_m_ProcessedLevel_4() { return static_cast(offsetof(CLeveluprewardConfig_t716371407, ___m_ProcessedLevel_4)); } inline int32_t get_m_ProcessedLevel_4() const { return ___m_ProcessedLevel_4; } inline int32_t* get_address_of_m_ProcessedLevel_4() { return &___m_ProcessedLevel_4; } inline void set_m_ProcessedLevel_4(int32_t value) { ___m_ProcessedLevel_4 = value; } }; struct CLeveluprewardConfig_t716371407_StaticFields { public: // DMCore.Logic.CLeveluprewardConfig DMCore.Logic.CLeveluprewardConfig::s_Instance CLeveluprewardConfig_t716371407 * ___s_Instance_5; public: inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(CLeveluprewardConfig_t716371407_StaticFields, ___s_Instance_5)); } inline CLeveluprewardConfig_t716371407 * get_s_Instance_5() const { return ___s_Instance_5; } inline CLeveluprewardConfig_t716371407 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(CLeveluprewardConfig_t716371407 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLEVELUPREWARDCONFIG_T716371407_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 ENUMSCROLLTYPE_T1664141194_H #define ENUMSCROLLTYPE_T1664141194_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMScrollWnd/enumScrollType struct enumScrollType_t1664141194 { public: // System.Int32 DMScrollWnd/enumScrollType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumScrollType_t1664141194, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSCROLLTYPE_T1664141194_H #ifndef 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 ENUMPVEPAGE_T1333316115_H #define ENUMPVEPAGE_T1333316115_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndPVE/enumPVEPage struct enumPVEPage_t1333316115 { public: // System.Int32 ScenePersonalWndPVE/enumPVEPage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumPVEPage_t1333316115, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMPVEPAGE_T1333316115_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 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 ALLIGN_T3271721594_H #define ALLIGN_T3271721594_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListView/Allign struct Allign_t3271721594 { public: // System.Int32 DMListView/Allign::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Allign_t3271721594, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ALLIGN_T3271721594_H #ifndef 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 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 ENUMMESSAGESUBPAGE_T994376511_H #define ENUMMESSAGESUBPAGE_T994376511_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndMessage/enumMessageSubPage struct enumMessageSubPage_t994376511 { public: // System.Int32 ScenePersonalWndMessage/enumMessageSubPage::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMessageSubPage_t994376511, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMESSAGESUBPAGE_T994376511_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 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 TRIGGER_T148524997_H #define TRIGGER_T148524997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIButtonMessage/Trigger struct Trigger_t148524997 { public: // System.Int32 UIButtonMessage/Trigger::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Trigger_t148524997, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRIGGER_T148524997_H #ifndef 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 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 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 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 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 CIDOLMANAGER_T2822338582_H #define CIDOLMANAGER_T2822338582_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CIdolManager struct CIdolManager_t2822338582 : public ITextBase_t660344599 { public: // DMCore.Logic.CIdolManager/EM_Award_type DMCore.Logic.CIdolManager::m_IdolReward int32_t ___m_IdolReward_1; // System.Int32 DMCore.Logic.CIdolManager::k__BackingField int32_t ___U3CShowItemIndexU3Ek__BackingField_2; // CDataModelBool DMCore.Logic.CIdolManager::m_bRefresh CDataModelBool_t2269476966 * ___m_bRefresh_4; // CDataModelBool DMCore.Logic.CIdolManager::m_levelupSucceed CDataModelBool_t2269476966 * ___m_levelupSucceed_5; // DMCore.Logic.LevelupStarInfo DMCore.Logic.CIdolManager::m_starInfo LevelupStarInfo_t831176484 * ___m_starInfo_6; // DMCore.Logic.IdolAwardUnit DMCore.Logic.CIdolManager::m_starAward IdolAwardUnit_t568575365 * ___m_starAward_7; // DMCore.Logic.IdolAwardUnit DMCore.Logic.CIdolManager::m_dayAward IdolAwardUnit_t568575365 * ___m_dayAward_8; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CIdolManager::m_pinjieDic Dictionary_2_t2770358969 * ___m_pinjieDic_9; // CDataModelInt DMCore.Logic.CIdolManager::m_refreshAward CDataModelInt_t3463393640 * ___m_refreshAward_10; public: inline static int32_t get_offset_of_m_IdolReward_1() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_IdolReward_1)); } inline int32_t get_m_IdolReward_1() const { return ___m_IdolReward_1; } inline int32_t* get_address_of_m_IdolReward_1() { return &___m_IdolReward_1; } inline void set_m_IdolReward_1(int32_t value) { ___m_IdolReward_1 = value; } inline static int32_t get_offset_of_U3CShowItemIndexU3Ek__BackingField_2() { return static_cast(offsetof(CIdolManager_t2822338582, ___U3CShowItemIndexU3Ek__BackingField_2)); } inline int32_t get_U3CShowItemIndexU3Ek__BackingField_2() const { return ___U3CShowItemIndexU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CShowItemIndexU3Ek__BackingField_2() { return &___U3CShowItemIndexU3Ek__BackingField_2; } inline void set_U3CShowItemIndexU3Ek__BackingField_2(int32_t value) { ___U3CShowItemIndexU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_m_bRefresh_4() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_bRefresh_4)); } inline CDataModelBool_t2269476966 * get_m_bRefresh_4() const { return ___m_bRefresh_4; } inline CDataModelBool_t2269476966 ** get_address_of_m_bRefresh_4() { return &___m_bRefresh_4; } inline void set_m_bRefresh_4(CDataModelBool_t2269476966 * value) { ___m_bRefresh_4 = value; Il2CppCodeGenWriteBarrier((&___m_bRefresh_4), value); } inline static int32_t get_offset_of_m_levelupSucceed_5() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_levelupSucceed_5)); } inline CDataModelBool_t2269476966 * get_m_levelupSucceed_5() const { return ___m_levelupSucceed_5; } inline CDataModelBool_t2269476966 ** get_address_of_m_levelupSucceed_5() { return &___m_levelupSucceed_5; } inline void set_m_levelupSucceed_5(CDataModelBool_t2269476966 * value) { ___m_levelupSucceed_5 = value; Il2CppCodeGenWriteBarrier((&___m_levelupSucceed_5), value); } inline static int32_t get_offset_of_m_starInfo_6() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_starInfo_6)); } inline LevelupStarInfo_t831176484 * get_m_starInfo_6() const { return ___m_starInfo_6; } inline LevelupStarInfo_t831176484 ** get_address_of_m_starInfo_6() { return &___m_starInfo_6; } inline void set_m_starInfo_6(LevelupStarInfo_t831176484 * value) { ___m_starInfo_6 = value; Il2CppCodeGenWriteBarrier((&___m_starInfo_6), value); } inline static int32_t get_offset_of_m_starAward_7() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_starAward_7)); } inline IdolAwardUnit_t568575365 * get_m_starAward_7() const { return ___m_starAward_7; } inline IdolAwardUnit_t568575365 ** get_address_of_m_starAward_7() { return &___m_starAward_7; } inline void set_m_starAward_7(IdolAwardUnit_t568575365 * value) { ___m_starAward_7 = value; Il2CppCodeGenWriteBarrier((&___m_starAward_7), value); } inline static int32_t get_offset_of_m_dayAward_8() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_dayAward_8)); } inline IdolAwardUnit_t568575365 * get_m_dayAward_8() const { return ___m_dayAward_8; } inline IdolAwardUnit_t568575365 ** get_address_of_m_dayAward_8() { return &___m_dayAward_8; } inline void set_m_dayAward_8(IdolAwardUnit_t568575365 * value) { ___m_dayAward_8 = value; Il2CppCodeGenWriteBarrier((&___m_dayAward_8), value); } inline static int32_t get_offset_of_m_pinjieDic_9() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_pinjieDic_9)); } inline Dictionary_2_t2770358969 * get_m_pinjieDic_9() const { return ___m_pinjieDic_9; } inline Dictionary_2_t2770358969 ** get_address_of_m_pinjieDic_9() { return &___m_pinjieDic_9; } inline void set_m_pinjieDic_9(Dictionary_2_t2770358969 * value) { ___m_pinjieDic_9 = value; Il2CppCodeGenWriteBarrier((&___m_pinjieDic_9), value); } inline static int32_t get_offset_of_m_refreshAward_10() { return static_cast(offsetof(CIdolManager_t2822338582, ___m_refreshAward_10)); } inline CDataModelInt_t3463393640 * get_m_refreshAward_10() const { return ___m_refreshAward_10; } inline CDataModelInt_t3463393640 ** get_address_of_m_refreshAward_10() { return &___m_refreshAward_10; } inline void set_m_refreshAward_10(CDataModelInt_t3463393640 * value) { ___m_refreshAward_10 = value; Il2CppCodeGenWriteBarrier((&___m_refreshAward_10), value); } }; struct CIdolManager_t2822338582_StaticFields { public: // DMCore.Logic.CIdolManager DMCore.Logic.CIdolManager::m_instance CIdolManager_t2822338582 * ___m_instance_3; public: inline static int32_t get_offset_of_m_instance_3() { return static_cast(offsetof(CIdolManager_t2822338582_StaticFields, ___m_instance_3)); } inline CIdolManager_t2822338582 * get_m_instance_3() const { return ___m_instance_3; } inline CIdolManager_t2822338582 ** get_address_of_m_instance_3() { return &___m_instance_3; } inline void set_m_instance_3(CIdolManager_t2822338582 * value) { ___m_instance_3 = value; Il2CppCodeGenWriteBarrier((&___m_instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIDOLMANAGER_T2822338582_H #ifndef CFAMILYMANAGER_T1901424822_H #define CFAMILYMANAGER_T1901424822_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CFamilyManager struct CFamilyManager_t1901424822 : public RuntimeObject { public: // CDataModelBool DMCore.Logic.CFamilyManager::FlagGetMsg CDataModelBool_t2269476966 * ___FlagGetMsg_0; // CDataModelBool DMCore.Logic.CFamilyManager::CDataflagInfo CDataModelBool_t2269476966 * ___CDataflagInfo_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CFamilyManager::m_FamilyArray Dictionary_2_t1816109752 * ___m_FamilyArray_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CFamilyManager::m_FamilyTypeInfo Dictionary_2_t3613805462 * ___m_FamilyTypeInfo_4; // DMCore.Logic.cPingDataList DMCore.Logic.CFamilyManager::m_curPingData cPingDataList_t1861597238 * ___m_curPingData_5; // DMCore.Logic.cFamilyConcludeData DMCore.Logic.CFamilyManager::m_ConcludeData cFamilyConcludeData_t4171257602 * ___m_ConcludeData_6; // DMCore.Logic.cPingSelectedData DMCore.Logic.CFamilyManager::m_selectedData cPingSelectedData_t1229964886 * ___m_selectedData_7; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CFamilyManager::m_rewardCountInfo Dictionary_2_t2657169777 * ___m_rewardCountInfo_8; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CFamilyManager::m_rewardLevelInfo Dictionary_2_t2902467086 * ___m_rewardLevelInfo_9; // DMCore.Logic.cFamilyRewardData DMCore.Logic.CFamilyManager::m_RewardData cFamilyRewardData_t1462483200 * ___m_RewardData_10; // System.Collections.Generic.List`1 DMCore.Logic.CFamilyManager::ListLevelInfo List_1_t4013753755 * ___ListLevelInfo_11; // DMCore.Logic.enumMainType DMCore.Logic.CFamilyManager::m_curMainType int32_t ___m_curMainType_12; // System.Int64 DMCore.Logic.CFamilyManager::m_curUserid int64_t ___m_curUserid_13; // System.Boolean DMCore.Logic.CFamilyManager::m_bChanged bool ___m_bChanged_14; public: inline static int32_t get_offset_of_FlagGetMsg_0() { return static_cast(offsetof(CFamilyManager_t1901424822, ___FlagGetMsg_0)); } inline CDataModelBool_t2269476966 * get_FlagGetMsg_0() const { return ___FlagGetMsg_0; } inline CDataModelBool_t2269476966 ** get_address_of_FlagGetMsg_0() { return &___FlagGetMsg_0; } inline void set_FlagGetMsg_0(CDataModelBool_t2269476966 * value) { ___FlagGetMsg_0 = value; Il2CppCodeGenWriteBarrier((&___FlagGetMsg_0), value); } inline static int32_t get_offset_of_CDataflagInfo_1() { return static_cast(offsetof(CFamilyManager_t1901424822, ___CDataflagInfo_1)); } inline CDataModelBool_t2269476966 * get_CDataflagInfo_1() const { return ___CDataflagInfo_1; } inline CDataModelBool_t2269476966 ** get_address_of_CDataflagInfo_1() { return &___CDataflagInfo_1; } inline void set_CDataflagInfo_1(CDataModelBool_t2269476966 * value) { ___CDataflagInfo_1 = value; Il2CppCodeGenWriteBarrier((&___CDataflagInfo_1), value); } inline static int32_t get_offset_of_m_FamilyArray_3() { return static_cast(offsetof(CFamilyManager_t1901424822, ___m_FamilyArray_3)); } inline Dictionary_2_t1816109752 * get_m_FamilyArray_3() const { return ___m_FamilyArray_3; } inline Dictionary_2_t1816109752 ** get_address_of_m_FamilyArray_3() { return &___m_FamilyArray_3; } inline void set_m_FamilyArray_3(Dictionary_2_t1816109752 * value) { ___m_FamilyArray_3 = value; Il2CppCodeGenWriteBarrier((&___m_FamilyArray_3), value); } inline static int32_t get_offset_of_m_FamilyTypeInfo_4() { return static_cast(offsetof(CFamilyManager_t1901424822, ___m_FamilyTypeInfo_4)); } inline Dictionary_2_t3613805462 * get_m_FamilyTypeInfo_4() const { return ___m_FamilyTypeInfo_4; } inline Dictionary_2_t3613805462 ** get_address_of_m_FamilyTypeInfo_4() { return &___m_FamilyTypeInfo_4; } inline void set_m_FamilyTypeInfo_4(Dictionary_2_t3613805462 * value) { ___m_FamilyTypeInfo_4 = value; Il2CppCodeGenWriteBarrier((&___m_FamilyTypeInfo_4), value); } inline static int32_t get_offset_of_m_curPingData_5() { return static_cast(offsetof(CFamilyManager_t1901424822, ___m_curPingData_5)); } inline cPingDataList_t1861597238 * get_m_curPingData_5() const { return ___m_curPingData_5; } inline cPingDataList_t1861597238 ** get_address_of_m_curPingData_5() { return &___m_curPingData_5; } inline void set_m_curPingData_5(cPingDataList_t1861597238 * value) { ___m_curPingData_5 = value; Il2CppCodeGenWriteBarrier((&___m_curPingData_5), value); } inline static int32_t get_offset_of_m_ConcludeData_6() { return static_cast(offsetof(CFamilyManager_t1901424822, ___m_ConcludeData_6)); } inline cFamilyConcludeData_t4171257602 * get_m_ConcludeData_6() const { return ___m_ConcludeData_6; } inline cFamilyConcludeData_t4171257602 ** get_address_of_m_ConcludeData_6() { return &___m_ConcludeData_6; } inline void set_m_ConcludeData_6(cFamilyConcludeData_t4171257602 * value) { ___m_ConcludeData_6 = value; Il2CppCodeGenWriteBarrier((&___m_ConcludeData_6), value); } inline static int32_t get_offset_of_m_selectedData_7() { return static_cast(offsetof(CFamilyManager_t1901424822, ___m_selectedData_7)); } inline cPingSelectedData_t1229964886 * get_m_selectedData_7() const { return ___m_selectedData_7; } inline cPingSelectedData_t1229964886 ** get_address_of_m_selectedData_7() { return &___m_selectedData_7; } inline void set_m_selectedData_7(cPingSelectedData_t1229964886 * value) { ___m_selectedData_7 = value; Il2CppCodeGenWriteBarrier((&___m_selectedData_7), value); } inline static int32_t get_offset_of_m_rewardCountInfo_8() { return static_cast(offsetof(CFamilyManager_t1901424822, ___m_rewardCountInfo_8)); } inline Dictionary_2_t2657169777 * get_m_rewardCountInfo_8() const { return ___m_rewardCountInfo_8; } inline Dictionary_2_t2657169777 ** get_address_of_m_rewardCountInfo_8() { return &___m_rewardCountInfo_8; } inline void set_m_rewardCountInfo_8(Dictionary_2_t2657169777 * value) { ___m_rewardCountInfo_8 = value; Il2CppCodeGenWriteBarrier((&___m_rewardCountInfo_8), value); } inline static int32_t get_offset_of_m_rewardLevelInfo_9() { return static_cast(offsetof(CFamilyManager_t1901424822, ___m_rewardLevelInfo_9)); } inline Dictionary_2_t2902467086 * get_m_rewardLevelInfo_9() const { return ___m_rewardLevelInfo_9; } inline Dictionary_2_t2902467086 ** get_address_of_m_rewardLevelInfo_9() { return &___m_rewardLevelInfo_9; } inline void set_m_rewardLevelInfo_9(Dictionary_2_t2902467086 * value) { ___m_rewardLevelInfo_9 = value; Il2CppCodeGenWriteBarrier((&___m_rewardLevelInfo_9), value); } inline static int32_t get_offset_of_m_RewardData_10() { return static_cast(offsetof(CFamilyManager_t1901424822, ___m_RewardData_10)); } inline cFamilyRewardData_t1462483200 * get_m_RewardData_10() const { return ___m_RewardData_10; } inline cFamilyRewardData_t1462483200 ** get_address_of_m_RewardData_10() { return &___m_RewardData_10; } inline void set_m_RewardData_10(cFamilyRewardData_t1462483200 * value) { ___m_RewardData_10 = value; Il2CppCodeGenWriteBarrier((&___m_RewardData_10), value); } inline static int32_t get_offset_of_ListLevelInfo_11() { return static_cast(offsetof(CFamilyManager_t1901424822, ___ListLevelInfo_11)); } inline List_1_t4013753755 * get_ListLevelInfo_11() const { return ___ListLevelInfo_11; } inline List_1_t4013753755 ** get_address_of_ListLevelInfo_11() { return &___ListLevelInfo_11; } inline void set_ListLevelInfo_11(List_1_t4013753755 * value) { ___ListLevelInfo_11 = value; Il2CppCodeGenWriteBarrier((&___ListLevelInfo_11), value); } inline static int32_t get_offset_of_m_curMainType_12() { return static_cast(offsetof(CFamilyManager_t1901424822, ___m_curMainType_12)); } inline int32_t get_m_curMainType_12() const { return ___m_curMainType_12; } inline int32_t* get_address_of_m_curMainType_12() { return &___m_curMainType_12; } inline void set_m_curMainType_12(int32_t value) { ___m_curMainType_12 = value; } inline static int32_t get_offset_of_m_curUserid_13() { return static_cast(offsetof(CFamilyManager_t1901424822, ___m_curUserid_13)); } inline int64_t get_m_curUserid_13() const { return ___m_curUserid_13; } inline int64_t* get_address_of_m_curUserid_13() { return &___m_curUserid_13; } inline void set_m_curUserid_13(int64_t value) { ___m_curUserid_13 = value; } inline static int32_t get_offset_of_m_bChanged_14() { return static_cast(offsetof(CFamilyManager_t1901424822, ___m_bChanged_14)); } inline bool get_m_bChanged_14() const { return ___m_bChanged_14; } inline bool* get_address_of_m_bChanged_14() { return &___m_bChanged_14; } inline void set_m_bChanged_14(bool value) { ___m_bChanged_14 = value; } }; struct CFamilyManager_t1901424822_StaticFields { public: // DMCore.Logic.CFamilyManager DMCore.Logic.CFamilyManager::s_Instance CFamilyManager_t1901424822 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CFamilyManager_t1901424822_StaticFields, ___s_Instance_2)); } inline CFamilyManager_t1901424822 * get_s_Instance_2() const { return ___s_Instance_2; } inline CFamilyManager_t1901424822 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CFamilyManager_t1901424822 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFAMILYMANAGER_T1901424822_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 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 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 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 CICONALIGN_T2187079683_H #define CICONALIGN_T2187079683_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CIconAlign struct CIconAlign_t2187079683 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Framework.Misc.CIconAlign::m_ObjectList List_1_t777473367 * ___m_ObjectList_0; // System.Collections.Generic.List`1 DMCore.Framework.Misc.CIconAlign::m_PositionList List_1_t899420910 * ___m_PositionList_1; // DMCore.Framework.Misc.enumAlignType DMCore.Framework.Misc.CIconAlign::m_AlignType uint8_t ___m_AlignType_2; public: inline static int32_t get_offset_of_m_ObjectList_0() { return static_cast(offsetof(CIconAlign_t2187079683, ___m_ObjectList_0)); } inline List_1_t777473367 * get_m_ObjectList_0() const { return ___m_ObjectList_0; } inline List_1_t777473367 ** get_address_of_m_ObjectList_0() { return &___m_ObjectList_0; } inline void set_m_ObjectList_0(List_1_t777473367 * value) { ___m_ObjectList_0 = value; Il2CppCodeGenWriteBarrier((&___m_ObjectList_0), value); } inline static int32_t get_offset_of_m_PositionList_1() { return static_cast(offsetof(CIconAlign_t2187079683, ___m_PositionList_1)); } inline List_1_t899420910 * get_m_PositionList_1() const { return ___m_PositionList_1; } inline List_1_t899420910 ** get_address_of_m_PositionList_1() { return &___m_PositionList_1; } inline void set_m_PositionList_1(List_1_t899420910 * value) { ___m_PositionList_1 = value; Il2CppCodeGenWriteBarrier((&___m_PositionList_1), value); } inline static int32_t get_offset_of_m_AlignType_2() { return static_cast(offsetof(CIconAlign_t2187079683, ___m_AlignType_2)); } inline uint8_t get_m_AlignType_2() const { return ___m_AlignType_2; } inline uint8_t* get_address_of_m_AlignType_2() { return &___m_AlignType_2; } inline void set_m_AlignType_2(uint8_t value) { ___m_AlignType_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CICONALIGN_T2187079683_H #ifndef CLOTTERY_T1855092142_H #define CLOTTERY_T1855092142_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLottery struct CLottery_t1855092142 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CLottery::m_awardCost Dictionary_2_t1076210208 * ___m_awardCost_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CLottery::m_awardList Dictionary_2_t762262942 * ___m_awardList_2; // System.Collections.Generic.List`1 DMCore.Logic.CLottery::m_awardGetInfo List_1_t2478563954 * ___m_awardGetInfo_3; // System.Collections.Generic.List`1 DMCore.Logic.CLottery::m_HasUsedPlot List_1_t128053199 * ___m_HasUsedPlot_4; // DMCore.Logic.CLottery/enumLotteryState DMCore.Logic.CLottery::m_curState int32_t ___m_curState_5; // System.Int32 DMCore.Logic.CLottery::m_LotteryLevel int32_t ___m_LotteryLevel_6; // System.Int32 DMCore.Logic.CLottery::m_CurLotteryCount int32_t ___m_CurLotteryCount_7; // System.Int32 DMCore.Logic.CLottery::m_ResetLeftTime int32_t ___m_ResetLeftTime_8; // System.Int32 DMCore.Logic.CLottery::m_curDiceIndex int32_t ___m_curDiceIndex_9; // System.Int32 DMCore.Logic.CLottery::m_awardID int32_t ___m_awardID_10; // System.Boolean DMCore.Logic.CLottery::m_isLevelUp bool ___m_isLevelUp_11; // System.Boolean DMCore.Logic.CLottery::m_isLevelChanged bool ___m_isLevelChanged_12; // System.Boolean DMCore.Logic.CLottery::m_isAwardListOK bool ___m_isAwardListOK_13; // System.Boolean DMCore.Logic.CLottery::m_isInfoOK bool ___m_isInfoOK_14; // System.Boolean DMCore.Logic.CLottery::m_isCostConfigOK bool ___m_isCostConfigOK_15; // System.Boolean DMCore.Logic.CLottery::k__BackingField bool ___U3CIsLevelUpFxShowU3Ek__BackingField_16; public: inline static int32_t get_offset_of_m_awardCost_1() { return static_cast(offsetof(CLottery_t1855092142, ___m_awardCost_1)); } inline Dictionary_2_t1076210208 * get_m_awardCost_1() const { return ___m_awardCost_1; } inline Dictionary_2_t1076210208 ** get_address_of_m_awardCost_1() { return &___m_awardCost_1; } inline void set_m_awardCost_1(Dictionary_2_t1076210208 * value) { ___m_awardCost_1 = value; Il2CppCodeGenWriteBarrier((&___m_awardCost_1), value); } inline static int32_t get_offset_of_m_awardList_2() { return static_cast(offsetof(CLottery_t1855092142, ___m_awardList_2)); } inline Dictionary_2_t762262942 * get_m_awardList_2() const { return ___m_awardList_2; } inline Dictionary_2_t762262942 ** get_address_of_m_awardList_2() { return &___m_awardList_2; } inline void set_m_awardList_2(Dictionary_2_t762262942 * value) { ___m_awardList_2 = value; Il2CppCodeGenWriteBarrier((&___m_awardList_2), value); } inline static int32_t get_offset_of_m_awardGetInfo_3() { return static_cast(offsetof(CLottery_t1855092142, ___m_awardGetInfo_3)); } inline List_1_t2478563954 * get_m_awardGetInfo_3() const { return ___m_awardGetInfo_3; } inline List_1_t2478563954 ** get_address_of_m_awardGetInfo_3() { return &___m_awardGetInfo_3; } inline void set_m_awardGetInfo_3(List_1_t2478563954 * value) { ___m_awardGetInfo_3 = value; Il2CppCodeGenWriteBarrier((&___m_awardGetInfo_3), value); } inline static int32_t get_offset_of_m_HasUsedPlot_4() { return static_cast(offsetof(CLottery_t1855092142, ___m_HasUsedPlot_4)); } inline List_1_t128053199 * get_m_HasUsedPlot_4() const { return ___m_HasUsedPlot_4; } inline List_1_t128053199 ** get_address_of_m_HasUsedPlot_4() { return &___m_HasUsedPlot_4; } inline void set_m_HasUsedPlot_4(List_1_t128053199 * value) { ___m_HasUsedPlot_4 = value; Il2CppCodeGenWriteBarrier((&___m_HasUsedPlot_4), value); } inline static int32_t get_offset_of_m_curState_5() { return static_cast(offsetof(CLottery_t1855092142, ___m_curState_5)); } inline int32_t get_m_curState_5() const { return ___m_curState_5; } inline int32_t* get_address_of_m_curState_5() { return &___m_curState_5; } inline void set_m_curState_5(int32_t value) { ___m_curState_5 = value; } inline static int32_t get_offset_of_m_LotteryLevel_6() { return static_cast(offsetof(CLottery_t1855092142, ___m_LotteryLevel_6)); } inline int32_t get_m_LotteryLevel_6() const { return ___m_LotteryLevel_6; } inline int32_t* get_address_of_m_LotteryLevel_6() { return &___m_LotteryLevel_6; } inline void set_m_LotteryLevel_6(int32_t value) { ___m_LotteryLevel_6 = value; } inline static int32_t get_offset_of_m_CurLotteryCount_7() { return static_cast(offsetof(CLottery_t1855092142, ___m_CurLotteryCount_7)); } inline int32_t get_m_CurLotteryCount_7() const { return ___m_CurLotteryCount_7; } inline int32_t* get_address_of_m_CurLotteryCount_7() { return &___m_CurLotteryCount_7; } inline void set_m_CurLotteryCount_7(int32_t value) { ___m_CurLotteryCount_7 = value; } inline static int32_t get_offset_of_m_ResetLeftTime_8() { return static_cast(offsetof(CLottery_t1855092142, ___m_ResetLeftTime_8)); } inline int32_t get_m_ResetLeftTime_8() const { return ___m_ResetLeftTime_8; } inline int32_t* get_address_of_m_ResetLeftTime_8() { return &___m_ResetLeftTime_8; } inline void set_m_ResetLeftTime_8(int32_t value) { ___m_ResetLeftTime_8 = value; } inline static int32_t get_offset_of_m_curDiceIndex_9() { return static_cast(offsetof(CLottery_t1855092142, ___m_curDiceIndex_9)); } inline int32_t get_m_curDiceIndex_9() const { return ___m_curDiceIndex_9; } inline int32_t* get_address_of_m_curDiceIndex_9() { return &___m_curDiceIndex_9; } inline void set_m_curDiceIndex_9(int32_t value) { ___m_curDiceIndex_9 = value; } inline static int32_t get_offset_of_m_awardID_10() { return static_cast(offsetof(CLottery_t1855092142, ___m_awardID_10)); } inline int32_t get_m_awardID_10() const { return ___m_awardID_10; } inline int32_t* get_address_of_m_awardID_10() { return &___m_awardID_10; } inline void set_m_awardID_10(int32_t value) { ___m_awardID_10 = value; } inline static int32_t get_offset_of_m_isLevelUp_11() { return static_cast(offsetof(CLottery_t1855092142, ___m_isLevelUp_11)); } inline bool get_m_isLevelUp_11() const { return ___m_isLevelUp_11; } inline bool* get_address_of_m_isLevelUp_11() { return &___m_isLevelUp_11; } inline void set_m_isLevelUp_11(bool value) { ___m_isLevelUp_11 = value; } inline static int32_t get_offset_of_m_isLevelChanged_12() { return static_cast(offsetof(CLottery_t1855092142, ___m_isLevelChanged_12)); } inline bool get_m_isLevelChanged_12() const { return ___m_isLevelChanged_12; } inline bool* get_address_of_m_isLevelChanged_12() { return &___m_isLevelChanged_12; } inline void set_m_isLevelChanged_12(bool value) { ___m_isLevelChanged_12 = value; } inline static int32_t get_offset_of_m_isAwardListOK_13() { return static_cast(offsetof(CLottery_t1855092142, ___m_isAwardListOK_13)); } inline bool get_m_isAwardListOK_13() const { return ___m_isAwardListOK_13; } inline bool* get_address_of_m_isAwardListOK_13() { return &___m_isAwardListOK_13; } inline void set_m_isAwardListOK_13(bool value) { ___m_isAwardListOK_13 = value; } inline static int32_t get_offset_of_m_isInfoOK_14() { return static_cast(offsetof(CLottery_t1855092142, ___m_isInfoOK_14)); } inline bool get_m_isInfoOK_14() const { return ___m_isInfoOK_14; } inline bool* get_address_of_m_isInfoOK_14() { return &___m_isInfoOK_14; } inline void set_m_isInfoOK_14(bool value) { ___m_isInfoOK_14 = value; } inline static int32_t get_offset_of_m_isCostConfigOK_15() { return static_cast(offsetof(CLottery_t1855092142, ___m_isCostConfigOK_15)); } inline bool get_m_isCostConfigOK_15() const { return ___m_isCostConfigOK_15; } inline bool* get_address_of_m_isCostConfigOK_15() { return &___m_isCostConfigOK_15; } inline void set_m_isCostConfigOK_15(bool value) { ___m_isCostConfigOK_15 = value; } inline static int32_t get_offset_of_U3CIsLevelUpFxShowU3Ek__BackingField_16() { return static_cast(offsetof(CLottery_t1855092142, ___U3CIsLevelUpFxShowU3Ek__BackingField_16)); } inline bool get_U3CIsLevelUpFxShowU3Ek__BackingField_16() const { return ___U3CIsLevelUpFxShowU3Ek__BackingField_16; } inline bool* get_address_of_U3CIsLevelUpFxShowU3Ek__BackingField_16() { return &___U3CIsLevelUpFxShowU3Ek__BackingField_16; } inline void set_U3CIsLevelUpFxShowU3Ek__BackingField_16(bool value) { ___U3CIsLevelUpFxShowU3Ek__BackingField_16 = value; } }; struct CLottery_t1855092142_StaticFields { public: // DMCore.Logic.CLottery DMCore.Logic.CLottery::s_lottery CLottery_t1855092142 * ___s_lottery_0; public: inline static int32_t get_offset_of_s_lottery_0() { return static_cast(offsetof(CLottery_t1855092142_StaticFields, ___s_lottery_0)); } inline CLottery_t1855092142 * get_s_lottery_0() const { return ___s_lottery_0; } inline CLottery_t1855092142 ** get_address_of_s_lottery_0() { return &___s_lottery_0; } inline void set_s_lottery_0(CLottery_t1855092142 * value) { ___s_lottery_0 = value; Il2CppCodeGenWriteBarrier((&___s_lottery_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOTTERY_T1855092142_H #ifndef CTABSEARCHCTR_T3498668791_H #define CTABSEARCHCTR_T3498668791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CTabSearchCtr struct CTabSearchCtr_t3498668791 : public IMonoCtrllor_t1427182583 { public: // System.Action`2,System.Collections.Generic.List`1> CTabSearchCtr::k__BackingField Action_2_t814181762 * ___U3COnGetTagListActionU3Ek__BackingField_2; // System.Action`1> CTabSearchCtr::k__BackingField Action_1_t1302708402 * ___U3COnGetItemListActionU3Ek__BackingField_3; // System.Action CTabSearchCtr::k__BackingField Action_t1264377477 * ___U3COnCloseUIU3Ek__BackingField_4; // DMCore.Logic.ITEM_SHOP_TYPE CTabSearchCtr::k__BackingField int32_t ___U3CTabSearchTypeU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3COnGetTagListActionU3Ek__BackingField_2() { return static_cast(offsetof(CTabSearchCtr_t3498668791, ___U3COnGetTagListActionU3Ek__BackingField_2)); } inline Action_2_t814181762 * get_U3COnGetTagListActionU3Ek__BackingField_2() const { return ___U3COnGetTagListActionU3Ek__BackingField_2; } inline Action_2_t814181762 ** get_address_of_U3COnGetTagListActionU3Ek__BackingField_2() { return &___U3COnGetTagListActionU3Ek__BackingField_2; } inline void set_U3COnGetTagListActionU3Ek__BackingField_2(Action_2_t814181762 * value) { ___U3COnGetTagListActionU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3COnGetTagListActionU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3COnGetItemListActionU3Ek__BackingField_3() { return static_cast(offsetof(CTabSearchCtr_t3498668791, ___U3COnGetItemListActionU3Ek__BackingField_3)); } inline Action_1_t1302708402 * get_U3COnGetItemListActionU3Ek__BackingField_3() const { return ___U3COnGetItemListActionU3Ek__BackingField_3; } inline Action_1_t1302708402 ** get_address_of_U3COnGetItemListActionU3Ek__BackingField_3() { return &___U3COnGetItemListActionU3Ek__BackingField_3; } inline void set_U3COnGetItemListActionU3Ek__BackingField_3(Action_1_t1302708402 * value) { ___U3COnGetItemListActionU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3COnGetItemListActionU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3COnCloseUIU3Ek__BackingField_4() { return static_cast(offsetof(CTabSearchCtr_t3498668791, ___U3COnCloseUIU3Ek__BackingField_4)); } inline Action_t1264377477 * get_U3COnCloseUIU3Ek__BackingField_4() const { return ___U3COnCloseUIU3Ek__BackingField_4; } inline Action_t1264377477 ** get_address_of_U3COnCloseUIU3Ek__BackingField_4() { return &___U3COnCloseUIU3Ek__BackingField_4; } inline void set_U3COnCloseUIU3Ek__BackingField_4(Action_t1264377477 * value) { ___U3COnCloseUIU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3COnCloseUIU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CTabSearchTypeU3Ek__BackingField_5() { return static_cast(offsetof(CTabSearchCtr_t3498668791, ___U3CTabSearchTypeU3Ek__BackingField_5)); } inline int32_t get_U3CTabSearchTypeU3Ek__BackingField_5() const { return ___U3CTabSearchTypeU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CTabSearchTypeU3Ek__BackingField_5() { return &___U3CTabSearchTypeU3Ek__BackingField_5; } inline void set_U3CTabSearchTypeU3Ek__BackingField_5(int32_t value) { ___U3CTabSearchTypeU3Ek__BackingField_5 = value; } }; struct CTabSearchCtr_t3498668791_StaticFields { public: // CTabSearchCtr CTabSearchCtr::s_Instance CTabSearchCtr_t3498668791 * ___s_Instance_1; public: inline static int32_t get_offset_of_s_Instance_1() { return static_cast(offsetof(CTabSearchCtr_t3498668791_StaticFields, ___s_Instance_1)); } inline CTabSearchCtr_t3498668791 * get_s_Instance_1() const { return ___s_Instance_1; } inline CTabSearchCtr_t3498668791 ** get_address_of_s_Instance_1() { return &___s_Instance_1; } inline void set_s_Instance_1(CTabSearchCtr_t3498668791 * value) { ___s_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTABSEARCHCTR_T3498668791_H #ifndef 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 CLOTTERYNEW_T505895158_H #define CLOTTERYNEW_T505895158_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CLotteryNew struct CLotteryNew_t505895158 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CLotteryNew::m_JackpotData Dictionary_2_t3653026924 * ___m_JackpotData_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CLotteryNew::m_CumulativeReward Dictionary_2_t1077624712 * ___m_CumulativeReward_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CLotteryNew::m_ShopData Dictionary_2_t3399067577 * ___m_ShopData_3; // DMCore.Logic.CLotteryNew/CLotteryResultData DMCore.Logic.CLotteryNew::m_lotteryResult CLotteryResultData_t968175401 * ___m_lotteryResult_4; // DMCore.Logic.CLotteryNew/enumLotteryCostType DMCore.Logic.CLotteryNew::m_costType int32_t ___m_costType_5; // DMCore.Logic.CLotteryNew/enumLotteryState DMCore.Logic.CLotteryNew::m_curState int32_t ___m_curState_6; public: inline static int32_t get_offset_of_m_JackpotData_1() { return static_cast(offsetof(CLotteryNew_t505895158, ___m_JackpotData_1)); } inline Dictionary_2_t3653026924 * get_m_JackpotData_1() const { return ___m_JackpotData_1; } inline Dictionary_2_t3653026924 ** get_address_of_m_JackpotData_1() { return &___m_JackpotData_1; } inline void set_m_JackpotData_1(Dictionary_2_t3653026924 * value) { ___m_JackpotData_1 = value; Il2CppCodeGenWriteBarrier((&___m_JackpotData_1), value); } inline static int32_t get_offset_of_m_CumulativeReward_2() { return static_cast(offsetof(CLotteryNew_t505895158, ___m_CumulativeReward_2)); } inline Dictionary_2_t1077624712 * get_m_CumulativeReward_2() const { return ___m_CumulativeReward_2; } inline Dictionary_2_t1077624712 ** get_address_of_m_CumulativeReward_2() { return &___m_CumulativeReward_2; } inline void set_m_CumulativeReward_2(Dictionary_2_t1077624712 * value) { ___m_CumulativeReward_2 = value; Il2CppCodeGenWriteBarrier((&___m_CumulativeReward_2), value); } inline static int32_t get_offset_of_m_ShopData_3() { return static_cast(offsetof(CLotteryNew_t505895158, ___m_ShopData_3)); } inline Dictionary_2_t3399067577 * get_m_ShopData_3() const { return ___m_ShopData_3; } inline Dictionary_2_t3399067577 ** get_address_of_m_ShopData_3() { return &___m_ShopData_3; } inline void set_m_ShopData_3(Dictionary_2_t3399067577 * value) { ___m_ShopData_3 = value; Il2CppCodeGenWriteBarrier((&___m_ShopData_3), value); } inline static int32_t get_offset_of_m_lotteryResult_4() { return static_cast(offsetof(CLotteryNew_t505895158, ___m_lotteryResult_4)); } inline CLotteryResultData_t968175401 * get_m_lotteryResult_4() const { return ___m_lotteryResult_4; } inline CLotteryResultData_t968175401 ** get_address_of_m_lotteryResult_4() { return &___m_lotteryResult_4; } inline void set_m_lotteryResult_4(CLotteryResultData_t968175401 * value) { ___m_lotteryResult_4 = value; Il2CppCodeGenWriteBarrier((&___m_lotteryResult_4), value); } inline static int32_t get_offset_of_m_costType_5() { return static_cast(offsetof(CLotteryNew_t505895158, ___m_costType_5)); } inline int32_t get_m_costType_5() const { return ___m_costType_5; } inline int32_t* get_address_of_m_costType_5() { return &___m_costType_5; } inline void set_m_costType_5(int32_t value) { ___m_costType_5 = value; } inline static int32_t get_offset_of_m_curState_6() { return static_cast(offsetof(CLotteryNew_t505895158, ___m_curState_6)); } inline int32_t get_m_curState_6() const { return ___m_curState_6; } inline int32_t* get_address_of_m_curState_6() { return &___m_curState_6; } inline void set_m_curState_6(int32_t value) { ___m_curState_6 = value; } }; struct CLotteryNew_t505895158_StaticFields { public: // DMCore.Logic.CLotteryNew DMCore.Logic.CLotteryNew::s_lottery CLotteryNew_t505895158 * ___s_lottery_0; public: inline static int32_t get_offset_of_s_lottery_0() { return static_cast(offsetof(CLotteryNew_t505895158_StaticFields, ___s_lottery_0)); } inline CLotteryNew_t505895158 * get_s_lottery_0() const { return ___s_lottery_0; } inline CLotteryNew_t505895158 ** get_address_of_s_lottery_0() { return &___s_lottery_0; } inline void set_s_lottery_0(CLotteryNew_t505895158 * value) { ___s_lottery_0 = value; Il2CppCodeGenWriteBarrier((&___s_lottery_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOTTERYNEW_T505895158_H #ifndef 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 CSHOPITEMDATA_T2542723346_H #define CSHOPITEMDATA_T2542723346_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CShopItemData struct CShopItemData_t2542723346 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CShopItemData::modelID int32_t ___modelID_0; // System.Int32 DMCore.Logic.CShopItemData::itemServerID int32_t ___itemServerID_1; // System.Int32 DMCore.Logic.CShopItemData::itemPrice int32_t ___itemPrice_2; // System.Int32 DMCore.Logic.CShopItemData::itemDiamond int32_t ___itemDiamond_3; // System.Int32 DMCore.Logic.CShopItemData::itemLife int32_t ___itemLife_4; // DMCore.Logic.ItemTag DMCore.Logic.CShopItemData::itemTag int32_t ___itemTag_5; // System.Boolean DMCore.Logic.CShopItemData::itemOwnd bool ___itemOwnd_6; // System.Int32 DMCore.Logic.CShopItemData::itemFashion int32_t ___itemFashion_7; // System.Int32 DMCore.Logic.CShopItemData::itemAmount int32_t ___itemAmount_8; // System.Boolean DMCore.Logic.CShopItemData::itemVip bool ___itemVip_9; // System.Int32 DMCore.Logic.CShopItemData::itemMember int32_t ___itemMember_10; // System.Int32 DMCore.Logic.CShopItemData::buyLimited int32_t ___buyLimited_11; // DMCore.Logic.ItemQuality DMCore.Logic.CShopItemData::qualityLevel int32_t ___qualityLevel_12; // System.Int32 DMCore.Logic.CShopItemData::nleftNum int32_t ___nleftNum_13; // System.Int32 DMCore.Logic.CShopItemData::nLeftTime int32_t ___nLeftTime_14; // System.Int32 DMCore.Logic.CShopItemData::nStartTime int32_t ___nStartTime_15; // System.Int32 DMCore.Logic.CShopItemData::permanentCoinPrise int32_t ___permanentCoinPrise_16; // System.Int32 DMCore.Logic.CShopItemData::permanentDiamondPrise int32_t ___permanentDiamondPrise_17; // System.Boolean DMCore.Logic.CShopItemData::CanBuyInEntityShop bool ___CanBuyInEntityShop_18; // System.Int32 DMCore.Logic.CShopItemData::LimitBuyNum int32_t ___LimitBuyNum_19; // System.Int32 DMCore.Logic.CShopItemData::CanBuyUseBindDiamond int32_t ___CanBuyUseBindDiamond_20; // System.Int32 DMCore.Logic.CShopItemData::DeductBindDiamond int32_t ___DeductBindDiamond_21; // System.Single DMCore.Logic.CShopItemData::DisCount float ___DisCount_22; // System.Int32 DMCore.Logic.CShopItemData::SortID int32_t ___SortID_23; // System.Boolean DMCore.Logic.CShopItemData::isUpdata bool ___isUpdata_24; public: inline static int32_t get_offset_of_modelID_0() { return static_cast(offsetof(CShopItemData_t2542723346, ___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_itemServerID_1() { return static_cast(offsetof(CShopItemData_t2542723346, ___itemServerID_1)); } inline int32_t get_itemServerID_1() const { return ___itemServerID_1; } inline int32_t* get_address_of_itemServerID_1() { return &___itemServerID_1; } inline void set_itemServerID_1(int32_t value) { ___itemServerID_1 = value; } inline static int32_t get_offset_of_itemPrice_2() { return static_cast(offsetof(CShopItemData_t2542723346, ___itemPrice_2)); } inline int32_t get_itemPrice_2() const { return ___itemPrice_2; } inline int32_t* get_address_of_itemPrice_2() { return &___itemPrice_2; } inline void set_itemPrice_2(int32_t value) { ___itemPrice_2 = value; } inline static int32_t get_offset_of_itemDiamond_3() { return static_cast(offsetof(CShopItemData_t2542723346, ___itemDiamond_3)); } inline int32_t get_itemDiamond_3() const { return ___itemDiamond_3; } inline int32_t* get_address_of_itemDiamond_3() { return &___itemDiamond_3; } inline void set_itemDiamond_3(int32_t value) { ___itemDiamond_3 = value; } inline static int32_t get_offset_of_itemLife_4() { return static_cast(offsetof(CShopItemData_t2542723346, ___itemLife_4)); } inline int32_t get_itemLife_4() const { return ___itemLife_4; } inline int32_t* get_address_of_itemLife_4() { return &___itemLife_4; } inline void set_itemLife_4(int32_t value) { ___itemLife_4 = value; } inline static int32_t get_offset_of_itemTag_5() { return static_cast(offsetof(CShopItemData_t2542723346, ___itemTag_5)); } inline int32_t get_itemTag_5() const { return ___itemTag_5; } inline int32_t* get_address_of_itemTag_5() { return &___itemTag_5; } inline void set_itemTag_5(int32_t value) { ___itemTag_5 = value; } inline static int32_t get_offset_of_itemOwnd_6() { return static_cast(offsetof(CShopItemData_t2542723346, ___itemOwnd_6)); } inline bool get_itemOwnd_6() const { return ___itemOwnd_6; } inline bool* get_address_of_itemOwnd_6() { return &___itemOwnd_6; } inline void set_itemOwnd_6(bool value) { ___itemOwnd_6 = value; } inline static int32_t get_offset_of_itemFashion_7() { return static_cast(offsetof(CShopItemData_t2542723346, ___itemFashion_7)); } inline int32_t get_itemFashion_7() const { return ___itemFashion_7; } inline int32_t* get_address_of_itemFashion_7() { return &___itemFashion_7; } inline void set_itemFashion_7(int32_t value) { ___itemFashion_7 = value; } inline static int32_t get_offset_of_itemAmount_8() { return static_cast(offsetof(CShopItemData_t2542723346, ___itemAmount_8)); } inline int32_t get_itemAmount_8() const { return ___itemAmount_8; } inline int32_t* get_address_of_itemAmount_8() { return &___itemAmount_8; } inline void set_itemAmount_8(int32_t value) { ___itemAmount_8 = value; } inline static int32_t get_offset_of_itemVip_9() { return static_cast(offsetof(CShopItemData_t2542723346, ___itemVip_9)); } inline bool get_itemVip_9() const { return ___itemVip_9; } inline bool* get_address_of_itemVip_9() { return &___itemVip_9; } inline void set_itemVip_9(bool value) { ___itemVip_9 = value; } inline static int32_t get_offset_of_itemMember_10() { return static_cast(offsetof(CShopItemData_t2542723346, ___itemMember_10)); } inline int32_t get_itemMember_10() const { return ___itemMember_10; } inline int32_t* get_address_of_itemMember_10() { return &___itemMember_10; } inline void set_itemMember_10(int32_t value) { ___itemMember_10 = value; } inline static int32_t get_offset_of_buyLimited_11() { return static_cast(offsetof(CShopItemData_t2542723346, ___buyLimited_11)); } inline int32_t get_buyLimited_11() const { return ___buyLimited_11; } inline int32_t* get_address_of_buyLimited_11() { return &___buyLimited_11; } inline void set_buyLimited_11(int32_t value) { ___buyLimited_11 = value; } inline static int32_t get_offset_of_qualityLevel_12() { return static_cast(offsetof(CShopItemData_t2542723346, ___qualityLevel_12)); } inline int32_t get_qualityLevel_12() const { return ___qualityLevel_12; } inline int32_t* get_address_of_qualityLevel_12() { return &___qualityLevel_12; } inline void set_qualityLevel_12(int32_t value) { ___qualityLevel_12 = value; } inline static int32_t get_offset_of_nleftNum_13() { return static_cast(offsetof(CShopItemData_t2542723346, ___nleftNum_13)); } inline int32_t get_nleftNum_13() const { return ___nleftNum_13; } inline int32_t* get_address_of_nleftNum_13() { return &___nleftNum_13; } inline void set_nleftNum_13(int32_t value) { ___nleftNum_13 = value; } inline static int32_t get_offset_of_nLeftTime_14() { return static_cast(offsetof(CShopItemData_t2542723346, ___nLeftTime_14)); } inline int32_t get_nLeftTime_14() const { return ___nLeftTime_14; } inline int32_t* get_address_of_nLeftTime_14() { return &___nLeftTime_14; } inline void set_nLeftTime_14(int32_t value) { ___nLeftTime_14 = value; } inline static int32_t get_offset_of_nStartTime_15() { return static_cast(offsetof(CShopItemData_t2542723346, ___nStartTime_15)); } inline int32_t get_nStartTime_15() const { return ___nStartTime_15; } inline int32_t* get_address_of_nStartTime_15() { return &___nStartTime_15; } inline void set_nStartTime_15(int32_t value) { ___nStartTime_15 = value; } inline static int32_t get_offset_of_permanentCoinPrise_16() { return static_cast(offsetof(CShopItemData_t2542723346, ___permanentCoinPrise_16)); } inline int32_t get_permanentCoinPrise_16() const { return ___permanentCoinPrise_16; } inline int32_t* get_address_of_permanentCoinPrise_16() { return &___permanentCoinPrise_16; } inline void set_permanentCoinPrise_16(int32_t value) { ___permanentCoinPrise_16 = value; } inline static int32_t get_offset_of_permanentDiamondPrise_17() { return static_cast(offsetof(CShopItemData_t2542723346, ___permanentDiamondPrise_17)); } inline int32_t get_permanentDiamondPrise_17() const { return ___permanentDiamondPrise_17; } inline int32_t* get_address_of_permanentDiamondPrise_17() { return &___permanentDiamondPrise_17; } inline void set_permanentDiamondPrise_17(int32_t value) { ___permanentDiamondPrise_17 = value; } inline static int32_t get_offset_of_CanBuyInEntityShop_18() { return static_cast(offsetof(CShopItemData_t2542723346, ___CanBuyInEntityShop_18)); } inline bool get_CanBuyInEntityShop_18() const { return ___CanBuyInEntityShop_18; } inline bool* get_address_of_CanBuyInEntityShop_18() { return &___CanBuyInEntityShop_18; } inline void set_CanBuyInEntityShop_18(bool value) { ___CanBuyInEntityShop_18 = value; } inline static int32_t get_offset_of_LimitBuyNum_19() { return static_cast(offsetof(CShopItemData_t2542723346, ___LimitBuyNum_19)); } inline int32_t get_LimitBuyNum_19() const { return ___LimitBuyNum_19; } inline int32_t* get_address_of_LimitBuyNum_19() { return &___LimitBuyNum_19; } inline void set_LimitBuyNum_19(int32_t value) { ___LimitBuyNum_19 = value; } inline static int32_t get_offset_of_CanBuyUseBindDiamond_20() { return static_cast(offsetof(CShopItemData_t2542723346, ___CanBuyUseBindDiamond_20)); } inline int32_t get_CanBuyUseBindDiamond_20() const { return ___CanBuyUseBindDiamond_20; } inline int32_t* get_address_of_CanBuyUseBindDiamond_20() { return &___CanBuyUseBindDiamond_20; } inline void set_CanBuyUseBindDiamond_20(int32_t value) { ___CanBuyUseBindDiamond_20 = value; } inline static int32_t get_offset_of_DeductBindDiamond_21() { return static_cast(offsetof(CShopItemData_t2542723346, ___DeductBindDiamond_21)); } inline int32_t get_DeductBindDiamond_21() const { return ___DeductBindDiamond_21; } inline int32_t* get_address_of_DeductBindDiamond_21() { return &___DeductBindDiamond_21; } inline void set_DeductBindDiamond_21(int32_t value) { ___DeductBindDiamond_21 = value; } inline static int32_t get_offset_of_DisCount_22() { return static_cast(offsetof(CShopItemData_t2542723346, ___DisCount_22)); } inline float get_DisCount_22() const { return ___DisCount_22; } inline float* get_address_of_DisCount_22() { return &___DisCount_22; } inline void set_DisCount_22(float value) { ___DisCount_22 = value; } inline static int32_t get_offset_of_SortID_23() { return static_cast(offsetof(CShopItemData_t2542723346, ___SortID_23)); } inline int32_t get_SortID_23() const { return ___SortID_23; } inline int32_t* get_address_of_SortID_23() { return &___SortID_23; } inline void set_SortID_23(int32_t value) { ___SortID_23 = value; } inline static int32_t get_offset_of_isUpdata_24() { return static_cast(offsetof(CShopItemData_t2542723346, ___isUpdata_24)); } inline bool get_isUpdata_24() const { return ___isUpdata_24; } inline bool* get_address_of_isUpdata_24() { return &___isUpdata_24; } inline void set_isUpdata_24(bool value) { ___isUpdata_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSHOPITEMDATA_T2542723346_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 CGIFTLISTWND_T2390808505_H #define CGIFTLISTWND_T2390808505_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGiftListWnd struct CGiftListWnd_t2390808505 : public RuntimeObject { public: // DMCore.Logic.enumGiftListMode DMCore.Logic.CGiftListWnd::m_mode int32_t ___m_mode_1; // System.String DMCore.Logic.CGiftListWnd::m_desc String_t* ___m_desc_2; // DMCore.Logic.CAwardList DMCore.Logic.CGiftListWnd::m_awardArr CAwardList_t4094041907 * ___m_awardArr_3; // DMCore.CDataArray DMCore.Logic.CGiftListWnd::m_callbackData CDataArray_t4068198041 * ___m_callbackData_4; // DMCore.Logic.OnAccetpGiftsCallback DMCore.Logic.CGiftListWnd::m_acceptCallback OnAccetpGiftsCallback_t3618620664 * ___m_acceptCallback_5; public: inline static int32_t get_offset_of_m_mode_1() { return static_cast(offsetof(CGiftListWnd_t2390808505, ___m_mode_1)); } inline int32_t get_m_mode_1() const { return ___m_mode_1; } inline int32_t* get_address_of_m_mode_1() { return &___m_mode_1; } inline void set_m_mode_1(int32_t value) { ___m_mode_1 = value; } inline static int32_t get_offset_of_m_desc_2() { return static_cast(offsetof(CGiftListWnd_t2390808505, ___m_desc_2)); } inline String_t* get_m_desc_2() const { return ___m_desc_2; } inline String_t** get_address_of_m_desc_2() { return &___m_desc_2; } inline void set_m_desc_2(String_t* value) { ___m_desc_2 = value; Il2CppCodeGenWriteBarrier((&___m_desc_2), value); } inline static int32_t get_offset_of_m_awardArr_3() { return static_cast(offsetof(CGiftListWnd_t2390808505, ___m_awardArr_3)); } inline CAwardList_t4094041907 * get_m_awardArr_3() const { return ___m_awardArr_3; } inline CAwardList_t4094041907 ** get_address_of_m_awardArr_3() { return &___m_awardArr_3; } inline void set_m_awardArr_3(CAwardList_t4094041907 * value) { ___m_awardArr_3 = value; Il2CppCodeGenWriteBarrier((&___m_awardArr_3), value); } inline static int32_t get_offset_of_m_callbackData_4() { return static_cast(offsetof(CGiftListWnd_t2390808505, ___m_callbackData_4)); } inline CDataArray_t4068198041 * get_m_callbackData_4() const { return ___m_callbackData_4; } inline CDataArray_t4068198041 ** get_address_of_m_callbackData_4() { return &___m_callbackData_4; } inline void set_m_callbackData_4(CDataArray_t4068198041 * value) { ___m_callbackData_4 = value; Il2CppCodeGenWriteBarrier((&___m_callbackData_4), value); } inline static int32_t get_offset_of_m_acceptCallback_5() { return static_cast(offsetof(CGiftListWnd_t2390808505, ___m_acceptCallback_5)); } inline OnAccetpGiftsCallback_t3618620664 * get_m_acceptCallback_5() const { return ___m_acceptCallback_5; } inline OnAccetpGiftsCallback_t3618620664 ** get_address_of_m_acceptCallback_5() { return &___m_acceptCallback_5; } inline void set_m_acceptCallback_5(OnAccetpGiftsCallback_t3618620664 * value) { ___m_acceptCallback_5 = value; Il2CppCodeGenWriteBarrier((&___m_acceptCallback_5), value); } }; struct CGiftListWnd_t2390808505_StaticFields { public: // DMCore.Logic.CGiftListWnd DMCore.Logic.CGiftListWnd::s_instance CGiftListWnd_t2390808505 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CGiftListWnd_t2390808505_StaticFields, ___s_instance_0)); } inline CGiftListWnd_t2390808505 * get_s_instance_0() const { return ___s_instance_0; } inline CGiftListWnd_t2390808505 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CGiftListWnd_t2390808505 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGIFTLISTWND_T2390808505_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 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 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 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 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 CTASKMANAGER_T4133723725_H #define CTASKMANAGER_T4133723725_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CTaskManager struct CTaskManager_t4133723725 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CTaskManager::m_CurrentSelectIndex int32_t ___m_CurrentSelectIndex_1; // System.Boolean DMCore.Logic.CTaskManager::m_bIfChanged bool ___m_bIfChanged_2; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CTaskManager::m_TaskDataList Dictionary_2_t2525419584 * ___m_TaskDataList_3; // System.Int32 DMCore.Logic.CTaskManager::m_nTaskNotReadCnt int32_t ___m_nTaskNotReadCnt_4; // System.Int32 DMCore.Logic.CTaskManager::m_activeMainIndex int32_t ___m_activeMainIndex_5; // System.Int32 DMCore.Logic.CTaskManager::m_lastMainIndex int32_t ___m_lastMainIndex_6; // DMCore.Logic.enumTaskType DMCore.Logic.CTaskManager::m_curTaskType int32_t ___m_curTaskType_7; // System.Int32 DMCore.Logic.CTaskManager::m_dailyActiveValue int32_t ___m_dailyActiveValue_8; // System.Int32 DMCore.Logic.CTaskManager::m_dailyActiveLevel int32_t ___m_dailyActiveLevel_9; // DMCore.Logic.CTaskDailyAward[] DMCore.Logic.CTaskManager::m_dailyAwardArr CTaskDailyAwardU5BU5D_t108279183* ___m_dailyAwardArr_10; // System.Boolean DMCore.Logic.CTaskManager::m_isWaitingResult bool ___m_isWaitingResult_11; // System.Boolean DMCore.Logic.CTaskManager::m_isDailyAwardReady bool ___m_isDailyAwardReady_12; // System.Boolean DMCore.Logic.CTaskManager::m_isNeedFreshAward bool ___m_isNeedFreshAward_13; // System.Boolean DMCore.Logic.CTaskManager::m_isNeedFreshGiftList bool ___m_isNeedFreshGiftList_14; // CDataModelInt DMCore.Logic.CTaskManager::m_selectTaskId CDataModelInt_t3463393640 * ___m_selectTaskId_15; // CDataModelBool DMCore.Logic.CTaskManager::m_isRefreshList CDataModelBool_t2269476966 * ___m_isRefreshList_16; // System.Int32 DMCore.Logic.CTaskManager::m_curChooseID int32_t ___m_curChooseID_17; public: inline static int32_t get_offset_of_m_CurrentSelectIndex_1() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_CurrentSelectIndex_1)); } inline int32_t get_m_CurrentSelectIndex_1() const { return ___m_CurrentSelectIndex_1; } inline int32_t* get_address_of_m_CurrentSelectIndex_1() { return &___m_CurrentSelectIndex_1; } inline void set_m_CurrentSelectIndex_1(int32_t value) { ___m_CurrentSelectIndex_1 = value; } inline static int32_t get_offset_of_m_bIfChanged_2() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_bIfChanged_2)); } inline bool get_m_bIfChanged_2() const { return ___m_bIfChanged_2; } inline bool* get_address_of_m_bIfChanged_2() { return &___m_bIfChanged_2; } inline void set_m_bIfChanged_2(bool value) { ___m_bIfChanged_2 = value; } inline static int32_t get_offset_of_m_TaskDataList_3() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_TaskDataList_3)); } inline Dictionary_2_t2525419584 * get_m_TaskDataList_3() const { return ___m_TaskDataList_3; } inline Dictionary_2_t2525419584 ** get_address_of_m_TaskDataList_3() { return &___m_TaskDataList_3; } inline void set_m_TaskDataList_3(Dictionary_2_t2525419584 * value) { ___m_TaskDataList_3 = value; Il2CppCodeGenWriteBarrier((&___m_TaskDataList_3), value); } inline static int32_t get_offset_of_m_nTaskNotReadCnt_4() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_nTaskNotReadCnt_4)); } inline int32_t get_m_nTaskNotReadCnt_4() const { return ___m_nTaskNotReadCnt_4; } inline int32_t* get_address_of_m_nTaskNotReadCnt_4() { return &___m_nTaskNotReadCnt_4; } inline void set_m_nTaskNotReadCnt_4(int32_t value) { ___m_nTaskNotReadCnt_4 = value; } inline static int32_t get_offset_of_m_activeMainIndex_5() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_activeMainIndex_5)); } inline int32_t get_m_activeMainIndex_5() const { return ___m_activeMainIndex_5; } inline int32_t* get_address_of_m_activeMainIndex_5() { return &___m_activeMainIndex_5; } inline void set_m_activeMainIndex_5(int32_t value) { ___m_activeMainIndex_5 = value; } inline static int32_t get_offset_of_m_lastMainIndex_6() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_lastMainIndex_6)); } inline int32_t get_m_lastMainIndex_6() const { return ___m_lastMainIndex_6; } inline int32_t* get_address_of_m_lastMainIndex_6() { return &___m_lastMainIndex_6; } inline void set_m_lastMainIndex_6(int32_t value) { ___m_lastMainIndex_6 = value; } inline static int32_t get_offset_of_m_curTaskType_7() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_curTaskType_7)); } inline int32_t get_m_curTaskType_7() const { return ___m_curTaskType_7; } inline int32_t* get_address_of_m_curTaskType_7() { return &___m_curTaskType_7; } inline void set_m_curTaskType_7(int32_t value) { ___m_curTaskType_7 = value; } inline static int32_t get_offset_of_m_dailyActiveValue_8() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_dailyActiveValue_8)); } inline int32_t get_m_dailyActiveValue_8() const { return ___m_dailyActiveValue_8; } inline int32_t* get_address_of_m_dailyActiveValue_8() { return &___m_dailyActiveValue_8; } inline void set_m_dailyActiveValue_8(int32_t value) { ___m_dailyActiveValue_8 = value; } inline static int32_t get_offset_of_m_dailyActiveLevel_9() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_dailyActiveLevel_9)); } inline int32_t get_m_dailyActiveLevel_9() const { return ___m_dailyActiveLevel_9; } inline int32_t* get_address_of_m_dailyActiveLevel_9() { return &___m_dailyActiveLevel_9; } inline void set_m_dailyActiveLevel_9(int32_t value) { ___m_dailyActiveLevel_9 = value; } inline static int32_t get_offset_of_m_dailyAwardArr_10() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_dailyAwardArr_10)); } inline CTaskDailyAwardU5BU5D_t108279183* get_m_dailyAwardArr_10() const { return ___m_dailyAwardArr_10; } inline CTaskDailyAwardU5BU5D_t108279183** get_address_of_m_dailyAwardArr_10() { return &___m_dailyAwardArr_10; } inline void set_m_dailyAwardArr_10(CTaskDailyAwardU5BU5D_t108279183* value) { ___m_dailyAwardArr_10 = value; Il2CppCodeGenWriteBarrier((&___m_dailyAwardArr_10), value); } inline static int32_t get_offset_of_m_isWaitingResult_11() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_isWaitingResult_11)); } inline bool get_m_isWaitingResult_11() const { return ___m_isWaitingResult_11; } inline bool* get_address_of_m_isWaitingResult_11() { return &___m_isWaitingResult_11; } inline void set_m_isWaitingResult_11(bool value) { ___m_isWaitingResult_11 = value; } inline static int32_t get_offset_of_m_isDailyAwardReady_12() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_isDailyAwardReady_12)); } inline bool get_m_isDailyAwardReady_12() const { return ___m_isDailyAwardReady_12; } inline bool* get_address_of_m_isDailyAwardReady_12() { return &___m_isDailyAwardReady_12; } inline void set_m_isDailyAwardReady_12(bool value) { ___m_isDailyAwardReady_12 = value; } inline static int32_t get_offset_of_m_isNeedFreshAward_13() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_isNeedFreshAward_13)); } inline bool get_m_isNeedFreshAward_13() const { return ___m_isNeedFreshAward_13; } inline bool* get_address_of_m_isNeedFreshAward_13() { return &___m_isNeedFreshAward_13; } inline void set_m_isNeedFreshAward_13(bool value) { ___m_isNeedFreshAward_13 = value; } inline static int32_t get_offset_of_m_isNeedFreshGiftList_14() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_isNeedFreshGiftList_14)); } inline bool get_m_isNeedFreshGiftList_14() const { return ___m_isNeedFreshGiftList_14; } inline bool* get_address_of_m_isNeedFreshGiftList_14() { return &___m_isNeedFreshGiftList_14; } inline void set_m_isNeedFreshGiftList_14(bool value) { ___m_isNeedFreshGiftList_14 = value; } inline static int32_t get_offset_of_m_selectTaskId_15() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_selectTaskId_15)); } inline CDataModelInt_t3463393640 * get_m_selectTaskId_15() const { return ___m_selectTaskId_15; } inline CDataModelInt_t3463393640 ** get_address_of_m_selectTaskId_15() { return &___m_selectTaskId_15; } inline void set_m_selectTaskId_15(CDataModelInt_t3463393640 * value) { ___m_selectTaskId_15 = value; Il2CppCodeGenWriteBarrier((&___m_selectTaskId_15), value); } inline static int32_t get_offset_of_m_isRefreshList_16() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_isRefreshList_16)); } inline CDataModelBool_t2269476966 * get_m_isRefreshList_16() const { return ___m_isRefreshList_16; } inline CDataModelBool_t2269476966 ** get_address_of_m_isRefreshList_16() { return &___m_isRefreshList_16; } inline void set_m_isRefreshList_16(CDataModelBool_t2269476966 * value) { ___m_isRefreshList_16 = value; Il2CppCodeGenWriteBarrier((&___m_isRefreshList_16), value); } inline static int32_t get_offset_of_m_curChooseID_17() { return static_cast(offsetof(CTaskManager_t4133723725, ___m_curChooseID_17)); } inline int32_t get_m_curChooseID_17() const { return ___m_curChooseID_17; } inline int32_t* get_address_of_m_curChooseID_17() { return &___m_curChooseID_17; } inline void set_m_curChooseID_17(int32_t value) { ___m_curChooseID_17 = value; } }; struct CTaskManager_t4133723725_StaticFields { public: // DMCore.Logic.CTaskManager DMCore.Logic.CTaskManager::s_Instance CTaskManager_t4133723725 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CTaskManager_t4133723725_StaticFields, ___s_Instance_0)); } inline CTaskManager_t4133723725 * get_s_Instance_0() const { return ___s_Instance_0; } inline CTaskManager_t4133723725 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CTaskManager_t4133723725 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTASKMANAGER_T4133723725_H #ifndef CACTIVITYMANAGER_T1081296145_H #define CACTIVITYMANAGER_T1081296145_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityManager struct CActivityManager_t1081296145 : public RuntimeObject { public: // DMCore.Logic.enumActivityType DMCore.Logic.CActivityManager::k__BackingField int32_t ___U3CactivityTypeU3Ek__BackingField_4; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CActivityManager::m_dicImage Dictionary_2_t3625702484 * ___m_dicImage_5; // System.Boolean DMCore.Logic.CActivityManager::m_is_in_update bool ___m_is_in_update_6; // System.Boolean DMCore.Logic.CActivityManager::m_is_activity_list_ready bool ___m_is_activity_list_ready_7; // System.Boolean DMCore.Logic.CActivityManager::m_IsNeedRefreshAll bool ___m_IsNeedRefreshAll_8; // System.Collections.Generic.List`1 DMCore.Logic.CActivityManager::m_activity_detail_list List_1_t25523635 * ___m_activity_detail_list_9; // System.Collections.Generic.List`1 DMCore.Logic.CActivityManager::m_independent_activity_list List_1_t25523635 * ___m_independent_activity_list_10; // System.Int32 DMCore.Logic.CActivityManager::m_AnnouceClothCount int32_t ___m_AnnouceClothCount_11; // System.String DMCore.Logic.CActivityManager::m_AnnounceClothInfo String_t* ___m_AnnounceClothInfo_12; // System.Boolean DMCore.Logic.CActivityManager::m_AcceptAwardIng bool ___m_AcceptAwardIng_13; // System.Single DMCore.Logic.CActivityManager::AcceptAwardCDTime float ___AcceptAwardCDTime_14; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CActivityManager::m_ActivityDataDictionary Dictionary_2_t3209204262 * ___m_ActivityDataDictionary_22; public: inline static int32_t get_offset_of_U3CactivityTypeU3Ek__BackingField_4() { return static_cast(offsetof(CActivityManager_t1081296145, ___U3CactivityTypeU3Ek__BackingField_4)); } inline int32_t get_U3CactivityTypeU3Ek__BackingField_4() const { return ___U3CactivityTypeU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CactivityTypeU3Ek__BackingField_4() { return &___U3CactivityTypeU3Ek__BackingField_4; } inline void set_U3CactivityTypeU3Ek__BackingField_4(int32_t value) { ___U3CactivityTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_m_dicImage_5() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_dicImage_5)); } inline Dictionary_2_t3625702484 * get_m_dicImage_5() const { return ___m_dicImage_5; } inline Dictionary_2_t3625702484 ** get_address_of_m_dicImage_5() { return &___m_dicImage_5; } inline void set_m_dicImage_5(Dictionary_2_t3625702484 * value) { ___m_dicImage_5 = value; Il2CppCodeGenWriteBarrier((&___m_dicImage_5), value); } inline static int32_t get_offset_of_m_is_in_update_6() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_is_in_update_6)); } inline bool get_m_is_in_update_6() const { return ___m_is_in_update_6; } inline bool* get_address_of_m_is_in_update_6() { return &___m_is_in_update_6; } inline void set_m_is_in_update_6(bool value) { ___m_is_in_update_6 = value; } inline static int32_t get_offset_of_m_is_activity_list_ready_7() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_is_activity_list_ready_7)); } inline bool get_m_is_activity_list_ready_7() const { return ___m_is_activity_list_ready_7; } inline bool* get_address_of_m_is_activity_list_ready_7() { return &___m_is_activity_list_ready_7; } inline void set_m_is_activity_list_ready_7(bool value) { ___m_is_activity_list_ready_7 = value; } inline static int32_t get_offset_of_m_IsNeedRefreshAll_8() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_IsNeedRefreshAll_8)); } inline bool get_m_IsNeedRefreshAll_8() const { return ___m_IsNeedRefreshAll_8; } inline bool* get_address_of_m_IsNeedRefreshAll_8() { return &___m_IsNeedRefreshAll_8; } inline void set_m_IsNeedRefreshAll_8(bool value) { ___m_IsNeedRefreshAll_8 = value; } inline static int32_t get_offset_of_m_activity_detail_list_9() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_activity_detail_list_9)); } inline List_1_t25523635 * get_m_activity_detail_list_9() const { return ___m_activity_detail_list_9; } inline List_1_t25523635 ** get_address_of_m_activity_detail_list_9() { return &___m_activity_detail_list_9; } inline void set_m_activity_detail_list_9(List_1_t25523635 * value) { ___m_activity_detail_list_9 = value; Il2CppCodeGenWriteBarrier((&___m_activity_detail_list_9), value); } inline static int32_t get_offset_of_m_independent_activity_list_10() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_independent_activity_list_10)); } inline List_1_t25523635 * get_m_independent_activity_list_10() const { return ___m_independent_activity_list_10; } inline List_1_t25523635 ** get_address_of_m_independent_activity_list_10() { return &___m_independent_activity_list_10; } inline void set_m_independent_activity_list_10(List_1_t25523635 * value) { ___m_independent_activity_list_10 = value; Il2CppCodeGenWriteBarrier((&___m_independent_activity_list_10), value); } inline static int32_t get_offset_of_m_AnnouceClothCount_11() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_AnnouceClothCount_11)); } inline int32_t get_m_AnnouceClothCount_11() const { return ___m_AnnouceClothCount_11; } inline int32_t* get_address_of_m_AnnouceClothCount_11() { return &___m_AnnouceClothCount_11; } inline void set_m_AnnouceClothCount_11(int32_t value) { ___m_AnnouceClothCount_11 = value; } inline static int32_t get_offset_of_m_AnnounceClothInfo_12() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_AnnounceClothInfo_12)); } inline String_t* get_m_AnnounceClothInfo_12() const { return ___m_AnnounceClothInfo_12; } inline String_t** get_address_of_m_AnnounceClothInfo_12() { return &___m_AnnounceClothInfo_12; } inline void set_m_AnnounceClothInfo_12(String_t* value) { ___m_AnnounceClothInfo_12 = value; Il2CppCodeGenWriteBarrier((&___m_AnnounceClothInfo_12), value); } inline static int32_t get_offset_of_m_AcceptAwardIng_13() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_AcceptAwardIng_13)); } inline bool get_m_AcceptAwardIng_13() const { return ___m_AcceptAwardIng_13; } inline bool* get_address_of_m_AcceptAwardIng_13() { return &___m_AcceptAwardIng_13; } inline void set_m_AcceptAwardIng_13(bool value) { ___m_AcceptAwardIng_13 = value; } inline static int32_t get_offset_of_AcceptAwardCDTime_14() { return static_cast(offsetof(CActivityManager_t1081296145, ___AcceptAwardCDTime_14)); } inline float get_AcceptAwardCDTime_14() const { return ___AcceptAwardCDTime_14; } inline float* get_address_of_AcceptAwardCDTime_14() { return &___AcceptAwardCDTime_14; } inline void set_AcceptAwardCDTime_14(float value) { ___AcceptAwardCDTime_14 = value; } inline static int32_t get_offset_of_m_ActivityDataDictionary_22() { return static_cast(offsetof(CActivityManager_t1081296145, ___m_ActivityDataDictionary_22)); } inline Dictionary_2_t3209204262 * get_m_ActivityDataDictionary_22() const { return ___m_ActivityDataDictionary_22; } inline Dictionary_2_t3209204262 ** get_address_of_m_ActivityDataDictionary_22() { return &___m_ActivityDataDictionary_22; } inline void set_m_ActivityDataDictionary_22(Dictionary_2_t3209204262 * value) { ___m_ActivityDataDictionary_22 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityDataDictionary_22), value); } }; struct CActivityManager_t1081296145_StaticFields { public: // DMListView DMCore.Logic.CActivityManager::k__BackingField DMListView_t512231514 * ___U3CMemberAwardListU3Ek__BackingField_0; // DMListView DMCore.Logic.CActivityManager::k__BackingField DMListView_t512231514 * ___U3CProExchangeActivityListU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CActivityManager::k__BackingField int32_t ___U3CCurrentActivityNewIDU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CActivityManager::k__BackingField bool ___U3CIsActivityListChangedU3Ek__BackingField_3; // DMListView DMCore.Logic.CActivityManager::m_ActivityAwardList DMListView_t512231514 * ___m_ActivityAwardList_15; // DMListView DMCore.Logic.CActivityManager::m_ActivityAdvertiseList DMListView_t512231514 * ___m_ActivityAdvertiseList_16; // DMListView DMCore.Logic.CActivityManager::m_ActivityKeepLoginList DMListView_t512231514 * ___m_ActivityKeepLoginList_17; // System.Int32 DMCore.Logic.CActivityManager::s_target_activity int32_t ___s_target_activity_18; // System.Boolean DMCore.Logic.CActivityManager::s_has_activity_bill_show_over bool ___s_has_activity_bill_show_over_19; // System.Boolean DMCore.Logic.CActivityManager::s_NeedActiveLastSelection bool ___s_NeedActiveLastSelection_20; // DMCore.Logic.CActivityManager DMCore.Logic.CActivityManager::s_intance CActivityManager_t1081296145 * ___s_intance_21; public: inline static int32_t get_offset_of_U3CMemberAwardListU3Ek__BackingField_0() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CMemberAwardListU3Ek__BackingField_0)); } inline DMListView_t512231514 * get_U3CMemberAwardListU3Ek__BackingField_0() const { return ___U3CMemberAwardListU3Ek__BackingField_0; } inline DMListView_t512231514 ** get_address_of_U3CMemberAwardListU3Ek__BackingField_0() { return &___U3CMemberAwardListU3Ek__BackingField_0; } inline void set_U3CMemberAwardListU3Ek__BackingField_0(DMListView_t512231514 * value) { ___U3CMemberAwardListU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CMemberAwardListU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CProExchangeActivityListU3Ek__BackingField_1() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CProExchangeActivityListU3Ek__BackingField_1)); } inline DMListView_t512231514 * get_U3CProExchangeActivityListU3Ek__BackingField_1() const { return ___U3CProExchangeActivityListU3Ek__BackingField_1; } inline DMListView_t512231514 ** get_address_of_U3CProExchangeActivityListU3Ek__BackingField_1() { return &___U3CProExchangeActivityListU3Ek__BackingField_1; } inline void set_U3CProExchangeActivityListU3Ek__BackingField_1(DMListView_t512231514 * value) { ___U3CProExchangeActivityListU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CProExchangeActivityListU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CCurrentActivityNewIDU3Ek__BackingField_2() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CCurrentActivityNewIDU3Ek__BackingField_2)); } inline int32_t get_U3CCurrentActivityNewIDU3Ek__BackingField_2() const { return ___U3CCurrentActivityNewIDU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CCurrentActivityNewIDU3Ek__BackingField_2() { return &___U3CCurrentActivityNewIDU3Ek__BackingField_2; } inline void set_U3CCurrentActivityNewIDU3Ek__BackingField_2(int32_t value) { ___U3CCurrentActivityNewIDU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsActivityListChangedU3Ek__BackingField_3() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___U3CIsActivityListChangedU3Ek__BackingField_3)); } inline bool get_U3CIsActivityListChangedU3Ek__BackingField_3() const { return ___U3CIsActivityListChangedU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsActivityListChangedU3Ek__BackingField_3() { return &___U3CIsActivityListChangedU3Ek__BackingField_3; } inline void set_U3CIsActivityListChangedU3Ek__BackingField_3(bool value) { ___U3CIsActivityListChangedU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_ActivityAwardList_15() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___m_ActivityAwardList_15)); } inline DMListView_t512231514 * get_m_ActivityAwardList_15() const { return ___m_ActivityAwardList_15; } inline DMListView_t512231514 ** get_address_of_m_ActivityAwardList_15() { return &___m_ActivityAwardList_15; } inline void set_m_ActivityAwardList_15(DMListView_t512231514 * value) { ___m_ActivityAwardList_15 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityAwardList_15), value); } inline static int32_t get_offset_of_m_ActivityAdvertiseList_16() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___m_ActivityAdvertiseList_16)); } inline DMListView_t512231514 * get_m_ActivityAdvertiseList_16() const { return ___m_ActivityAdvertiseList_16; } inline DMListView_t512231514 ** get_address_of_m_ActivityAdvertiseList_16() { return &___m_ActivityAdvertiseList_16; } inline void set_m_ActivityAdvertiseList_16(DMListView_t512231514 * value) { ___m_ActivityAdvertiseList_16 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityAdvertiseList_16), value); } inline static int32_t get_offset_of_m_ActivityKeepLoginList_17() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___m_ActivityKeepLoginList_17)); } inline DMListView_t512231514 * get_m_ActivityKeepLoginList_17() const { return ___m_ActivityKeepLoginList_17; } inline DMListView_t512231514 ** get_address_of_m_ActivityKeepLoginList_17() { return &___m_ActivityKeepLoginList_17; } inline void set_m_ActivityKeepLoginList_17(DMListView_t512231514 * value) { ___m_ActivityKeepLoginList_17 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityKeepLoginList_17), value); } inline static int32_t get_offset_of_s_target_activity_18() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_target_activity_18)); } inline int32_t get_s_target_activity_18() const { return ___s_target_activity_18; } inline int32_t* get_address_of_s_target_activity_18() { return &___s_target_activity_18; } inline void set_s_target_activity_18(int32_t value) { ___s_target_activity_18 = value; } inline static int32_t get_offset_of_s_has_activity_bill_show_over_19() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_has_activity_bill_show_over_19)); } inline bool get_s_has_activity_bill_show_over_19() const { return ___s_has_activity_bill_show_over_19; } inline bool* get_address_of_s_has_activity_bill_show_over_19() { return &___s_has_activity_bill_show_over_19; } inline void set_s_has_activity_bill_show_over_19(bool value) { ___s_has_activity_bill_show_over_19 = value; } inline static int32_t get_offset_of_s_NeedActiveLastSelection_20() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_NeedActiveLastSelection_20)); } inline bool get_s_NeedActiveLastSelection_20() const { return ___s_NeedActiveLastSelection_20; } inline bool* get_address_of_s_NeedActiveLastSelection_20() { return &___s_NeedActiveLastSelection_20; } inline void set_s_NeedActiveLastSelection_20(bool value) { ___s_NeedActiveLastSelection_20 = value; } inline static int32_t get_offset_of_s_intance_21() { return static_cast(offsetof(CActivityManager_t1081296145_StaticFields, ___s_intance_21)); } inline CActivityManager_t1081296145 * get_s_intance_21() const { return ___s_intance_21; } inline CActivityManager_t1081296145 ** get_address_of_s_intance_21() { return &___s_intance_21; } inline void set_s_intance_21(CActivityManager_t1081296145 * value) { ___s_intance_21 = value; Il2CppCodeGenWriteBarrier((&___s_intance_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYMANAGER_T1081296145_H #ifndef MESH_T3648964284_H #define MESH_T3648964284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Mesh struct Mesh_t3648964284 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESH_T3648964284_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef 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 CGIFTMANAGER_T2180653355_H #define CGIFTMANAGER_T2180653355_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CGiftManager struct CGiftManager_t2180653355 : public RuntimeObject { public: // DMCore.Logic.CGiftManager/OnPlayEffect DMCore.Logic.CGiftManager::onPlayEffect OnPlayEffect_t1177268666 * ___onPlayEffect_0; // System.String DMCore.Logic.CGiftManager::m_strUserName String_t* ___m_strUserName_1; // System.Int64 DMCore.Logic.CGiftManager::m_userID int64_t ___m_userID_2; // DMCore.Logic.enumGift DMCore.Logic.CGiftManager::m_ActiveGift int32_t ___m_ActiveGift_3; // System.Int32 DMCore.Logic.CGiftManager::m_targetId int32_t ___m_targetId_4; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CGiftManager::m_AnimateDirRose Dictionary_2_t4239275471 * ___m_AnimateDirRose_7; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CGiftManager::m_AnimateDirLily Dictionary_2_t4239275471 * ___m_AnimateDirLily_8; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CGiftManager::m_AnimateDirPerfume Dictionary_2_t4239275471 * ___m_AnimateDirPerfume_9; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CGiftManager::m_AnimateDirCrystal Dictionary_2_t4239275471 * ___m_AnimateDirCrystal_10; // System.Collections.Generic.LinkedList`1 DMCore.Logic.CGiftManager::m_AnimateList LinkedList_1_t1296649317 * ___m_AnimateList_11; public: inline static int32_t get_offset_of_onPlayEffect_0() { return static_cast(offsetof(CGiftManager_t2180653355, ___onPlayEffect_0)); } inline OnPlayEffect_t1177268666 * get_onPlayEffect_0() const { return ___onPlayEffect_0; } inline OnPlayEffect_t1177268666 ** get_address_of_onPlayEffect_0() { return &___onPlayEffect_0; } inline void set_onPlayEffect_0(OnPlayEffect_t1177268666 * value) { ___onPlayEffect_0 = value; Il2CppCodeGenWriteBarrier((&___onPlayEffect_0), value); } inline static int32_t get_offset_of_m_strUserName_1() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_strUserName_1)); } inline String_t* get_m_strUserName_1() const { return ___m_strUserName_1; } inline String_t** get_address_of_m_strUserName_1() { return &___m_strUserName_1; } inline void set_m_strUserName_1(String_t* value) { ___m_strUserName_1 = value; Il2CppCodeGenWriteBarrier((&___m_strUserName_1), value); } inline static int32_t get_offset_of_m_userID_2() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_userID_2)); } inline int64_t get_m_userID_2() const { return ___m_userID_2; } inline int64_t* get_address_of_m_userID_2() { return &___m_userID_2; } inline void set_m_userID_2(int64_t value) { ___m_userID_2 = value; } inline static int32_t get_offset_of_m_ActiveGift_3() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_ActiveGift_3)); } inline int32_t get_m_ActiveGift_3() const { return ___m_ActiveGift_3; } inline int32_t* get_address_of_m_ActiveGift_3() { return &___m_ActiveGift_3; } inline void set_m_ActiveGift_3(int32_t value) { ___m_ActiveGift_3 = value; } inline static int32_t get_offset_of_m_targetId_4() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_targetId_4)); } inline int32_t get_m_targetId_4() const { return ___m_targetId_4; } inline int32_t* get_address_of_m_targetId_4() { return &___m_targetId_4; } inline void set_m_targetId_4(int32_t value) { ___m_targetId_4 = value; } inline static int32_t get_offset_of_m_AnimateDirRose_7() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_AnimateDirRose_7)); } inline Dictionary_2_t4239275471 * get_m_AnimateDirRose_7() const { return ___m_AnimateDirRose_7; } inline Dictionary_2_t4239275471 ** get_address_of_m_AnimateDirRose_7() { return &___m_AnimateDirRose_7; } inline void set_m_AnimateDirRose_7(Dictionary_2_t4239275471 * value) { ___m_AnimateDirRose_7 = value; Il2CppCodeGenWriteBarrier((&___m_AnimateDirRose_7), value); } inline static int32_t get_offset_of_m_AnimateDirLily_8() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_AnimateDirLily_8)); } inline Dictionary_2_t4239275471 * get_m_AnimateDirLily_8() const { return ___m_AnimateDirLily_8; } inline Dictionary_2_t4239275471 ** get_address_of_m_AnimateDirLily_8() { return &___m_AnimateDirLily_8; } inline void set_m_AnimateDirLily_8(Dictionary_2_t4239275471 * value) { ___m_AnimateDirLily_8 = value; Il2CppCodeGenWriteBarrier((&___m_AnimateDirLily_8), value); } inline static int32_t get_offset_of_m_AnimateDirPerfume_9() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_AnimateDirPerfume_9)); } inline Dictionary_2_t4239275471 * get_m_AnimateDirPerfume_9() const { return ___m_AnimateDirPerfume_9; } inline Dictionary_2_t4239275471 ** get_address_of_m_AnimateDirPerfume_9() { return &___m_AnimateDirPerfume_9; } inline void set_m_AnimateDirPerfume_9(Dictionary_2_t4239275471 * value) { ___m_AnimateDirPerfume_9 = value; Il2CppCodeGenWriteBarrier((&___m_AnimateDirPerfume_9), value); } inline static int32_t get_offset_of_m_AnimateDirCrystal_10() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_AnimateDirCrystal_10)); } inline Dictionary_2_t4239275471 * get_m_AnimateDirCrystal_10() const { return ___m_AnimateDirCrystal_10; } inline Dictionary_2_t4239275471 ** get_address_of_m_AnimateDirCrystal_10() { return &___m_AnimateDirCrystal_10; } inline void set_m_AnimateDirCrystal_10(Dictionary_2_t4239275471 * value) { ___m_AnimateDirCrystal_10 = value; Il2CppCodeGenWriteBarrier((&___m_AnimateDirCrystal_10), value); } inline static int32_t get_offset_of_m_AnimateList_11() { return static_cast(offsetof(CGiftManager_t2180653355, ___m_AnimateList_11)); } inline LinkedList_1_t1296649317 * get_m_AnimateList_11() const { return ___m_AnimateList_11; } inline LinkedList_1_t1296649317 ** get_address_of_m_AnimateList_11() { return &___m_AnimateList_11; } inline void set_m_AnimateList_11(LinkedList_1_t1296649317 * value) { ___m_AnimateList_11 = value; Il2CppCodeGenWriteBarrier((&___m_AnimateList_11), value); } }; struct CGiftManager_t2180653355_StaticFields { public: // System.Int32 DMCore.Logic.CGiftManager::s_SendCount int32_t ___s_SendCount_5; // DMCore.Logic.CGiftManager DMCore.Logic.CGiftManager::s_Instance CGiftManager_t2180653355 * ___s_Instance_6; // System.Boolean DMCore.Logic.CGiftManager::isShow bool ___isShow_12; public: inline static int32_t get_offset_of_s_SendCount_5() { return static_cast(offsetof(CGiftManager_t2180653355_StaticFields, ___s_SendCount_5)); } inline int32_t get_s_SendCount_5() const { return ___s_SendCount_5; } inline int32_t* get_address_of_s_SendCount_5() { return &___s_SendCount_5; } inline void set_s_SendCount_5(int32_t value) { ___s_SendCount_5 = value; } inline static int32_t get_offset_of_s_Instance_6() { return static_cast(offsetof(CGiftManager_t2180653355_StaticFields, ___s_Instance_6)); } inline CGiftManager_t2180653355 * get_s_Instance_6() const { return ___s_Instance_6; } inline CGiftManager_t2180653355 ** get_address_of_s_Instance_6() { return &___s_Instance_6; } inline void set_s_Instance_6(CGiftManager_t2180653355 * value) { ___s_Instance_6 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_6), value); } inline static int32_t get_offset_of_isShow_12() { return static_cast(offsetof(CGiftManager_t2180653355_StaticFields, ___isShow_12)); } inline bool get_isShow_12() const { return ___isShow_12; } inline bool* get_address_of_isShow_12() { return &___isShow_12; } inline void set_isShow_12(bool value) { ___isShow_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CGIFTMANAGER_T2180653355_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 CMESSAGEDATA_T2024175854_H #define CMESSAGEDATA_T2024175854_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMessageData struct CMessageData_t2024175854 : public RuntimeObject { public: // DMCore.Logic.enumMessageType DMCore.Logic.CMessageData::m_Type int32_t ___m_Type_0; // DMCore.Logic.enumPlayerMessageType DMCore.Logic.CMessageData::m_SubType int32_t ___m_SubType_1; // System.Int64 DMCore.Logic.CMessageData::m_SenderPhoto int64_t ___m_SenderPhoto_2; // System.Int64 DMCore.Logic.CMessageData::m_SenderID int64_t ___m_SenderID_3; // System.String DMCore.Logic.CMessageData::m_SenderName String_t* ___m_SenderName_4; // System.Int32 DMCore.Logic.CMessageData::m_SenderSex int32_t ___m_SenderSex_5; // System.String DMCore.Logic.CMessageData::m_Title String_t* ___m_Title_6; // System.String DMCore.Logic.CMessageData::m_Description String_t* ___m_Description_7; // System.String DMCore.Logic.CMessageData::m_Time String_t* ___m_Time_8; // System.Int32 DMCore.Logic.CMessageData::m_CharmValue int32_t ___m_CharmValue_9; // System.Int32 DMCore.Logic.CMessageData::m_MsgID int32_t ___m_MsgID_10; // System.Boolean DMCore.Logic.CMessageData::m_HasAttachment bool ___m_HasAttachment_11; // System.Boolean DMCore.Logic.CMessageData::m_IsReadAlready bool ___m_IsReadAlready_12; // System.Boolean DMCore.Logic.CMessageData::m_IsGetAttachment bool ___m_IsGetAttachment_13; // System.Collections.Generic.List`1 DMCore.Logic.CMessageData::m_listAttachMent List_1_t3014434087 * ___m_listAttachMent_14; public: inline static int32_t get_offset_of_m_Type_0() { return static_cast(offsetof(CMessageData_t2024175854, ___m_Type_0)); } inline int32_t get_m_Type_0() const { return ___m_Type_0; } inline int32_t* get_address_of_m_Type_0() { return &___m_Type_0; } inline void set_m_Type_0(int32_t value) { ___m_Type_0 = value; } inline static int32_t get_offset_of_m_SubType_1() { return static_cast(offsetof(CMessageData_t2024175854, ___m_SubType_1)); } inline int32_t get_m_SubType_1() const { return ___m_SubType_1; } inline int32_t* get_address_of_m_SubType_1() { return &___m_SubType_1; } inline void set_m_SubType_1(int32_t value) { ___m_SubType_1 = value; } inline static int32_t get_offset_of_m_SenderPhoto_2() { return static_cast(offsetof(CMessageData_t2024175854, ___m_SenderPhoto_2)); } inline int64_t get_m_SenderPhoto_2() const { return ___m_SenderPhoto_2; } inline int64_t* get_address_of_m_SenderPhoto_2() { return &___m_SenderPhoto_2; } inline void set_m_SenderPhoto_2(int64_t value) { ___m_SenderPhoto_2 = value; } inline static int32_t get_offset_of_m_SenderID_3() { return static_cast(offsetof(CMessageData_t2024175854, ___m_SenderID_3)); } inline int64_t get_m_SenderID_3() const { return ___m_SenderID_3; } inline int64_t* get_address_of_m_SenderID_3() { return &___m_SenderID_3; } inline void set_m_SenderID_3(int64_t value) { ___m_SenderID_3 = value; } inline static int32_t get_offset_of_m_SenderName_4() { return static_cast(offsetof(CMessageData_t2024175854, ___m_SenderName_4)); } inline String_t* get_m_SenderName_4() const { return ___m_SenderName_4; } inline String_t** get_address_of_m_SenderName_4() { return &___m_SenderName_4; } inline void set_m_SenderName_4(String_t* value) { ___m_SenderName_4 = value; Il2CppCodeGenWriteBarrier((&___m_SenderName_4), value); } inline static int32_t get_offset_of_m_SenderSex_5() { return static_cast(offsetof(CMessageData_t2024175854, ___m_SenderSex_5)); } inline int32_t get_m_SenderSex_5() const { return ___m_SenderSex_5; } inline int32_t* get_address_of_m_SenderSex_5() { return &___m_SenderSex_5; } inline void set_m_SenderSex_5(int32_t value) { ___m_SenderSex_5 = value; } inline static int32_t get_offset_of_m_Title_6() { return static_cast(offsetof(CMessageData_t2024175854, ___m_Title_6)); } inline String_t* get_m_Title_6() const { return ___m_Title_6; } inline String_t** get_address_of_m_Title_6() { return &___m_Title_6; } inline void set_m_Title_6(String_t* value) { ___m_Title_6 = value; Il2CppCodeGenWriteBarrier((&___m_Title_6), value); } inline static int32_t get_offset_of_m_Description_7() { return static_cast(offsetof(CMessageData_t2024175854, ___m_Description_7)); } inline String_t* get_m_Description_7() const { return ___m_Description_7; } inline String_t** get_address_of_m_Description_7() { return &___m_Description_7; } inline void set_m_Description_7(String_t* value) { ___m_Description_7 = value; Il2CppCodeGenWriteBarrier((&___m_Description_7), value); } inline static int32_t get_offset_of_m_Time_8() { return static_cast(offsetof(CMessageData_t2024175854, ___m_Time_8)); } inline String_t* get_m_Time_8() const { return ___m_Time_8; } inline String_t** get_address_of_m_Time_8() { return &___m_Time_8; } inline void set_m_Time_8(String_t* value) { ___m_Time_8 = value; Il2CppCodeGenWriteBarrier((&___m_Time_8), value); } inline static int32_t get_offset_of_m_CharmValue_9() { return static_cast(offsetof(CMessageData_t2024175854, ___m_CharmValue_9)); } inline int32_t get_m_CharmValue_9() const { return ___m_CharmValue_9; } inline int32_t* get_address_of_m_CharmValue_9() { return &___m_CharmValue_9; } inline void set_m_CharmValue_9(int32_t value) { ___m_CharmValue_9 = value; } inline static int32_t get_offset_of_m_MsgID_10() { return static_cast(offsetof(CMessageData_t2024175854, ___m_MsgID_10)); } inline int32_t get_m_MsgID_10() const { return ___m_MsgID_10; } inline int32_t* get_address_of_m_MsgID_10() { return &___m_MsgID_10; } inline void set_m_MsgID_10(int32_t value) { ___m_MsgID_10 = value; } inline static int32_t get_offset_of_m_HasAttachment_11() { return static_cast(offsetof(CMessageData_t2024175854, ___m_HasAttachment_11)); } inline bool get_m_HasAttachment_11() const { return ___m_HasAttachment_11; } inline bool* get_address_of_m_HasAttachment_11() { return &___m_HasAttachment_11; } inline void set_m_HasAttachment_11(bool value) { ___m_HasAttachment_11 = value; } inline static int32_t get_offset_of_m_IsReadAlready_12() { return static_cast(offsetof(CMessageData_t2024175854, ___m_IsReadAlready_12)); } inline bool get_m_IsReadAlready_12() const { return ___m_IsReadAlready_12; } inline bool* get_address_of_m_IsReadAlready_12() { return &___m_IsReadAlready_12; } inline void set_m_IsReadAlready_12(bool value) { ___m_IsReadAlready_12 = value; } inline static int32_t get_offset_of_m_IsGetAttachment_13() { return static_cast(offsetof(CMessageData_t2024175854, ___m_IsGetAttachment_13)); } inline bool get_m_IsGetAttachment_13() const { return ___m_IsGetAttachment_13; } inline bool* get_address_of_m_IsGetAttachment_13() { return &___m_IsGetAttachment_13; } inline void set_m_IsGetAttachment_13(bool value) { ___m_IsGetAttachment_13 = value; } inline static int32_t get_offset_of_m_listAttachMent_14() { return static_cast(offsetof(CMessageData_t2024175854, ___m_listAttachMent_14)); } inline List_1_t3014434087 * get_m_listAttachMent_14() const { return ___m_listAttachMent_14; } inline List_1_t3014434087 ** get_address_of_m_listAttachMent_14() { return &___m_listAttachMent_14; } inline void set_m_listAttachMent_14(List_1_t3014434087 * value) { ___m_listAttachMent_14 = value; Il2CppCodeGenWriteBarrier((&___m_listAttachMent_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMESSAGEDATA_T2024175854_H #ifndef CPVESTAGE_T850204332_H #define CPVESTAGE_T850204332_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveStage struct CPveStage_t850204332 : public RuntimeObject { public: // DMCore.Logic.ENUM_STAGE_TYPE DMCore.Logic.CPveStage::k__BackingField int32_t ___U3CstageTypeU3Ek__BackingField_0; // DMCore.Logic.ClothScoreData DMCore.Logic.CPveStage::m_clothingData ClothScoreData_t1911004847 * ___m_clothingData_1; // DMCore.Logic.CPveStoryData DMCore.Logic.CPveStage::m_storyData CPveStoryData_t1324513091 * ___m_storyData_2; // System.Int32 DMCore.Logic.CPveStage::m_nSceneID int32_t ___m_nSceneID_3; // System.Int32 DMCore.Logic.CPveStage::m_nMusicID int32_t ___m_nMusicID_4; // System.Int32 DMCore.Logic.CPveStage::m_nMusicLevel int32_t ___m_nMusicLevel_5; // System.Boolean DMCore.Logic.CPveStage::m_IsBossLevel bool ___m_IsBossLevel_6; // DMCore.DanceMode.ENUM_KEY_MODE DMCore.Logic.CPveStage::m_KeyMode int32_t ___m_KeyMode_7; // DMCore.DanceMode.ENUM_PLAY_MODE DMCore.Logic.CPveStage::m_PlayMode int32_t ___m_PlayMode_8; // System.Int32 DMCore.Logic.CPveStage::m_stageID int32_t ___m_stageID_9; // System.Single[] DMCore.Logic.CPveStage::m_listWinFactor SingleU5BU5D_t1444911251* ___m_listWinFactor_10; // System.Collections.Generic.List`1 DMCore.Logic.CPveStage::m_listNpc List_1_t3978349119 * ___m_listNpc_11; // System.Collections.Generic.List`1> DMCore.Logic.CPveStage::m_listSectionScore List_1_t3588365150 * ___m_listSectionScore_12; public: inline static int32_t get_offset_of_U3CstageTypeU3Ek__BackingField_0() { return static_cast(offsetof(CPveStage_t850204332, ___U3CstageTypeU3Ek__BackingField_0)); } inline int32_t get_U3CstageTypeU3Ek__BackingField_0() const { return ___U3CstageTypeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CstageTypeU3Ek__BackingField_0() { return &___U3CstageTypeU3Ek__BackingField_0; } inline void set_U3CstageTypeU3Ek__BackingField_0(int32_t value) { ___U3CstageTypeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_clothingData_1() { return static_cast(offsetof(CPveStage_t850204332, ___m_clothingData_1)); } inline ClothScoreData_t1911004847 * get_m_clothingData_1() const { return ___m_clothingData_1; } inline ClothScoreData_t1911004847 ** get_address_of_m_clothingData_1() { return &___m_clothingData_1; } inline void set_m_clothingData_1(ClothScoreData_t1911004847 * value) { ___m_clothingData_1 = value; Il2CppCodeGenWriteBarrier((&___m_clothingData_1), value); } inline static int32_t get_offset_of_m_storyData_2() { return static_cast(offsetof(CPveStage_t850204332, ___m_storyData_2)); } inline CPveStoryData_t1324513091 * get_m_storyData_2() const { return ___m_storyData_2; } inline CPveStoryData_t1324513091 ** get_address_of_m_storyData_2() { return &___m_storyData_2; } inline void set_m_storyData_2(CPveStoryData_t1324513091 * value) { ___m_storyData_2 = value; Il2CppCodeGenWriteBarrier((&___m_storyData_2), value); } inline static int32_t get_offset_of_m_nSceneID_3() { return static_cast(offsetof(CPveStage_t850204332, ___m_nSceneID_3)); } inline int32_t get_m_nSceneID_3() const { return ___m_nSceneID_3; } inline int32_t* get_address_of_m_nSceneID_3() { return &___m_nSceneID_3; } inline void set_m_nSceneID_3(int32_t value) { ___m_nSceneID_3 = value; } inline static int32_t get_offset_of_m_nMusicID_4() { return static_cast(offsetof(CPveStage_t850204332, ___m_nMusicID_4)); } inline int32_t get_m_nMusicID_4() const { return ___m_nMusicID_4; } inline int32_t* get_address_of_m_nMusicID_4() { return &___m_nMusicID_4; } inline void set_m_nMusicID_4(int32_t value) { ___m_nMusicID_4 = value; } inline static int32_t get_offset_of_m_nMusicLevel_5() { return static_cast(offsetof(CPveStage_t850204332, ___m_nMusicLevel_5)); } inline int32_t get_m_nMusicLevel_5() const { return ___m_nMusicLevel_5; } inline int32_t* get_address_of_m_nMusicLevel_5() { return &___m_nMusicLevel_5; } inline void set_m_nMusicLevel_5(int32_t value) { ___m_nMusicLevel_5 = value; } inline static int32_t get_offset_of_m_IsBossLevel_6() { return static_cast(offsetof(CPveStage_t850204332, ___m_IsBossLevel_6)); } inline bool get_m_IsBossLevel_6() const { return ___m_IsBossLevel_6; } inline bool* get_address_of_m_IsBossLevel_6() { return &___m_IsBossLevel_6; } inline void set_m_IsBossLevel_6(bool value) { ___m_IsBossLevel_6 = value; } inline static int32_t get_offset_of_m_KeyMode_7() { return static_cast(offsetof(CPveStage_t850204332, ___m_KeyMode_7)); } inline int32_t get_m_KeyMode_7() const { return ___m_KeyMode_7; } inline int32_t* get_address_of_m_KeyMode_7() { return &___m_KeyMode_7; } inline void set_m_KeyMode_7(int32_t value) { ___m_KeyMode_7 = value; } inline static int32_t get_offset_of_m_PlayMode_8() { return static_cast(offsetof(CPveStage_t850204332, ___m_PlayMode_8)); } inline int32_t get_m_PlayMode_8() const { return ___m_PlayMode_8; } inline int32_t* get_address_of_m_PlayMode_8() { return &___m_PlayMode_8; } inline void set_m_PlayMode_8(int32_t value) { ___m_PlayMode_8 = value; } inline static int32_t get_offset_of_m_stageID_9() { return static_cast(offsetof(CPveStage_t850204332, ___m_stageID_9)); } inline int32_t get_m_stageID_9() const { return ___m_stageID_9; } inline int32_t* get_address_of_m_stageID_9() { return &___m_stageID_9; } inline void set_m_stageID_9(int32_t value) { ___m_stageID_9 = value; } inline static int32_t get_offset_of_m_listWinFactor_10() { return static_cast(offsetof(CPveStage_t850204332, ___m_listWinFactor_10)); } inline SingleU5BU5D_t1444911251* get_m_listWinFactor_10() const { return ___m_listWinFactor_10; } inline SingleU5BU5D_t1444911251** get_address_of_m_listWinFactor_10() { return &___m_listWinFactor_10; } inline void set_m_listWinFactor_10(SingleU5BU5D_t1444911251* value) { ___m_listWinFactor_10 = value; Il2CppCodeGenWriteBarrier((&___m_listWinFactor_10), value); } inline static int32_t get_offset_of_m_listNpc_11() { return static_cast(offsetof(CPveStage_t850204332, ___m_listNpc_11)); } inline List_1_t3978349119 * get_m_listNpc_11() const { return ___m_listNpc_11; } inline List_1_t3978349119 ** get_address_of_m_listNpc_11() { return &___m_listNpc_11; } inline void set_m_listNpc_11(List_1_t3978349119 * value) { ___m_listNpc_11 = value; Il2CppCodeGenWriteBarrier((&___m_listNpc_11), value); } inline static int32_t get_offset_of_m_listSectionScore_12() { return static_cast(offsetof(CPveStage_t850204332, ___m_listSectionScore_12)); } inline List_1_t3588365150 * get_m_listSectionScore_12() const { return ___m_listSectionScore_12; } inline List_1_t3588365150 ** get_address_of_m_listSectionScore_12() { return &___m_listSectionScore_12; } inline void set_m_listSectionScore_12(List_1_t3588365150 * value) { ___m_listSectionScore_12 = value; Il2CppCodeGenWriteBarrier((&___m_listSectionScore_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPVESTAGE_T850204332_H #ifndef AUDIOCLIP_T3680889665_H #define AUDIOCLIP_T3680889665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AudioClip struct AudioClip_t3680889665 : public Object_t631007953 { public: // UnityEngine.AudioClip/PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback PCMReaderCallback_t1677636661 * ___m_PCMReaderCallback_2; // UnityEngine.AudioClip/PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback PCMSetPositionCallback_t1059417452 * ___m_PCMSetPositionCallback_3; public: inline static int32_t get_offset_of_m_PCMReaderCallback_2() { return static_cast(offsetof(AudioClip_t3680889665, ___m_PCMReaderCallback_2)); } inline PCMReaderCallback_t1677636661 * get_m_PCMReaderCallback_2() const { return ___m_PCMReaderCallback_2; } inline PCMReaderCallback_t1677636661 ** get_address_of_m_PCMReaderCallback_2() { return &___m_PCMReaderCallback_2; } inline void set_m_PCMReaderCallback_2(PCMReaderCallback_t1677636661 * value) { ___m_PCMReaderCallback_2 = value; Il2CppCodeGenWriteBarrier((&___m_PCMReaderCallback_2), value); } inline static int32_t get_offset_of_m_PCMSetPositionCallback_3() { return static_cast(offsetof(AudioClip_t3680889665, ___m_PCMSetPositionCallback_3)); } inline PCMSetPositionCallback_t1059417452 * get_m_PCMSetPositionCallback_3() const { return ___m_PCMSetPositionCallback_3; } inline PCMSetPositionCallback_t1059417452 ** get_address_of_m_PCMSetPositionCallback_3() { return &___m_PCMSetPositionCallback_3; } inline void set_m_PCMSetPositionCallback_3(PCMSetPositionCallback_t1059417452 * value) { ___m_PCMSetPositionCallback_3 = value; Il2CppCodeGenWriteBarrier((&___m_PCMSetPositionCallback_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUDIOCLIP_T3680889665_H #ifndef 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 CCHATMANAGER_T1988186574_H #define CCHATMANAGER_T1988186574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CChatManager struct CChatManager_t1988186574 : public RuntimeObject { public: // DMCore.Logic.privateMsgArriva DMCore.Logic.CChatManager::m_privateMsgArriva privateMsgArriva_t1101012311 * ___m_privateMsgArriva_0; // System.Boolean DMCore.Logic.CChatManager::k__BackingField bool ___U3CIsBigPublicU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CChatManager::k__BackingField bool ___U3CIsStopServerU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CChatManager::k__BackingField bool ___U3CIsPrivateU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CChatManager::m_is_open_chat_btn_visible bool ___m_is_open_chat_btn_visible_4; // DMCore.Logic.enumChatChannel DMCore.Logic.CChatManager::m_activeChannel int32_t ___m_activeChannel_5; // DMCore.Logic.enumChatContactLabel DMCore.Logic.CChatManager::m_activeContactLabel int32_t ___m_activeContactLabel_6; // System.Int64 DMCore.Logic.CChatManager::m_privateTargetID int64_t ___m_privateTargetID_7; // System.Int32 DMCore.Logic.CChatManager::m_activeVoiceIndex int32_t ___m_activeVoiceIndex_8; // System.Int32 DMCore.Logic.CChatManager::m_lastActiveVoiceIndex int32_t ___m_lastActiveVoiceIndex_9; // System.String DMCore.Logic.CChatManager::m_ChatVoiceIdentifier String_t* ___m_ChatVoiceIdentifier_10; // System.String DMCore.Logic.CChatManager::m_ChatImageIdentifier String_t* ___m_ChatImageIdentifier_11; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedPlayVoiceAni bool ___m_IsNeedPlayVoiceAni_12; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedStopVoiceAni bool ___m_IsNeedStopVoiceAni_13; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedShowImage bool ___m_IsNeedShowImage_14; // System.Boolean DMCore.Logic.CChatManager::m_IsPrivateTargetChanged bool ___m_IsPrivateTargetChanged_15; // System.Boolean DMCore.Logic.CChatManager::m_IsVoiceIndexChanged bool ___m_IsVoiceIndexChanged_16; // DMCore.Logic.enumPersonPage DMCore.Logic.CChatManager::m_CallerPage int32_t ___m_CallerPage_17; // System.Collections.Generic.List`1 DMCore.Logic.CChatManager::m_ChatUserList List_1_t1546864881 * ___m_ChatUserList_18; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedRefreshContactList bool ___m_IsNeedRefreshContactList_19; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_SumChatList CChatGroup_t2712975719 * ___m_SumChatList_20; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_PublicChatList CChatGroup_t2712975719 * ___m_PublicChatList_21; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_SceneChatList CChatGroup_t2712975719 * ___m_SceneChatList_22; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_GuildChatList CChatGroup_t2712975719 * ___m_GuildChatList_23; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_WorldChatList CChatGroup_t2712975719 * ___m_WorldChatList_24; // DMCore.Logic.CChatGroup DMCore.Logic.CChatManager::m_RedBagList CChatGroup_t2712975719 * ___m_RedBagList_25; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CChatManager::m_PrivateChatList Dictionary_2_t3775615503 * ___m_PrivateChatList_26; // DMCore.Logic.CChannelInfo DMCore.Logic.CChatManager::m_ChannelInfo CChannelInfo_t1750800799 * ___m_ChannelInfo_27; // System.Boolean DMCore.Logic.CChatManager::m_IsChannelDataChanged bool ___m_IsChannelDataChanged_28; // System.Int32 DMCore.Logic.CChatManager::m_lastShortcutIndexOfWC int32_t ___m_lastShortcutIndexOfWC_29; // System.Int32 DMCore.Logic.CChatManager::m_lastShortcutIndexOfPrivate int32_t ___m_lastShortcutIndexOfPrivate_30; // System.String DMCore.Logic.CChatManager::m_worldChannel String_t* ___m_worldChannel_31; // DMCore.Framework.Task.ITaskBase`1 DMCore.Logic.CChatManager::m_TaskController ITaskBase_1_t2595950535 * ___m_TaskController_32; // System.Boolean DMCore.Logic.CChatManager::m_bUpLoadAudio bool ___m_bUpLoadAudio_33; // System.Boolean DMCore.Logic.CChatManager::m_bIsJoinChannel bool ___m_bIsJoinChannel_34; // System.Int32 DMCore.Logic.CChatManager::m_curChannelNum int32_t ___m_curChannelNum_35; // System.String DMCore.Logic.CChatManager::m_publicChatText String_t* ___m_publicChatText_38; // System.Int32 DMCore.Logic.CChatManager::m_lefttime int32_t ___m_lefttime_39; // System.Boolean DMCore.Logic.CChatManager::m_IsNeedRepainMenu bool ___m_IsNeedRepainMenu_40; public: inline static int32_t get_offset_of_m_privateMsgArriva_0() { return static_cast(offsetof(CChatManager_t1988186574, ___m_privateMsgArriva_0)); } inline privateMsgArriva_t1101012311 * get_m_privateMsgArriva_0() const { return ___m_privateMsgArriva_0; } inline privateMsgArriva_t1101012311 ** get_address_of_m_privateMsgArriva_0() { return &___m_privateMsgArriva_0; } inline void set_m_privateMsgArriva_0(privateMsgArriva_t1101012311 * value) { ___m_privateMsgArriva_0 = value; Il2CppCodeGenWriteBarrier((&___m_privateMsgArriva_0), value); } inline static int32_t get_offset_of_U3CIsBigPublicU3Ek__BackingField_1() { return static_cast(offsetof(CChatManager_t1988186574, ___U3CIsBigPublicU3Ek__BackingField_1)); } inline bool get_U3CIsBigPublicU3Ek__BackingField_1() const { return ___U3CIsBigPublicU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsBigPublicU3Ek__BackingField_1() { return &___U3CIsBigPublicU3Ek__BackingField_1; } inline void set_U3CIsBigPublicU3Ek__BackingField_1(bool value) { ___U3CIsBigPublicU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsStopServerU3Ek__BackingField_2() { return static_cast(offsetof(CChatManager_t1988186574, ___U3CIsStopServerU3Ek__BackingField_2)); } inline bool get_U3CIsStopServerU3Ek__BackingField_2() const { return ___U3CIsStopServerU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsStopServerU3Ek__BackingField_2() { return &___U3CIsStopServerU3Ek__BackingField_2; } inline void set_U3CIsStopServerU3Ek__BackingField_2(bool value) { ___U3CIsStopServerU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsPrivateU3Ek__BackingField_3() { return static_cast(offsetof(CChatManager_t1988186574, ___U3CIsPrivateU3Ek__BackingField_3)); } inline bool get_U3CIsPrivateU3Ek__BackingField_3() const { return ___U3CIsPrivateU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsPrivateU3Ek__BackingField_3() { return &___U3CIsPrivateU3Ek__BackingField_3; } inline void set_U3CIsPrivateU3Ek__BackingField_3(bool value) { ___U3CIsPrivateU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_is_open_chat_btn_visible_4() { return static_cast(offsetof(CChatManager_t1988186574, ___m_is_open_chat_btn_visible_4)); } inline bool get_m_is_open_chat_btn_visible_4() const { return ___m_is_open_chat_btn_visible_4; } inline bool* get_address_of_m_is_open_chat_btn_visible_4() { return &___m_is_open_chat_btn_visible_4; } inline void set_m_is_open_chat_btn_visible_4(bool value) { ___m_is_open_chat_btn_visible_4 = value; } inline static int32_t get_offset_of_m_activeChannel_5() { return static_cast(offsetof(CChatManager_t1988186574, ___m_activeChannel_5)); } inline int32_t get_m_activeChannel_5() const { return ___m_activeChannel_5; } inline int32_t* get_address_of_m_activeChannel_5() { return &___m_activeChannel_5; } inline void set_m_activeChannel_5(int32_t value) { ___m_activeChannel_5 = value; } inline static int32_t get_offset_of_m_activeContactLabel_6() { return static_cast(offsetof(CChatManager_t1988186574, ___m_activeContactLabel_6)); } inline int32_t get_m_activeContactLabel_6() const { return ___m_activeContactLabel_6; } inline int32_t* get_address_of_m_activeContactLabel_6() { return &___m_activeContactLabel_6; } inline void set_m_activeContactLabel_6(int32_t value) { ___m_activeContactLabel_6 = value; } inline static int32_t get_offset_of_m_privateTargetID_7() { return static_cast(offsetof(CChatManager_t1988186574, ___m_privateTargetID_7)); } inline int64_t get_m_privateTargetID_7() const { return ___m_privateTargetID_7; } inline int64_t* get_address_of_m_privateTargetID_7() { return &___m_privateTargetID_7; } inline void set_m_privateTargetID_7(int64_t value) { ___m_privateTargetID_7 = value; } inline static int32_t get_offset_of_m_activeVoiceIndex_8() { return static_cast(offsetof(CChatManager_t1988186574, ___m_activeVoiceIndex_8)); } inline int32_t get_m_activeVoiceIndex_8() const { return ___m_activeVoiceIndex_8; } inline int32_t* get_address_of_m_activeVoiceIndex_8() { return &___m_activeVoiceIndex_8; } inline void set_m_activeVoiceIndex_8(int32_t value) { ___m_activeVoiceIndex_8 = value; } inline static int32_t get_offset_of_m_lastActiveVoiceIndex_9() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lastActiveVoiceIndex_9)); } inline int32_t get_m_lastActiveVoiceIndex_9() const { return ___m_lastActiveVoiceIndex_9; } inline int32_t* get_address_of_m_lastActiveVoiceIndex_9() { return &___m_lastActiveVoiceIndex_9; } inline void set_m_lastActiveVoiceIndex_9(int32_t value) { ___m_lastActiveVoiceIndex_9 = value; } inline static int32_t get_offset_of_m_ChatVoiceIdentifier_10() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChatVoiceIdentifier_10)); } inline String_t* get_m_ChatVoiceIdentifier_10() const { return ___m_ChatVoiceIdentifier_10; } inline String_t** get_address_of_m_ChatVoiceIdentifier_10() { return &___m_ChatVoiceIdentifier_10; } inline void set_m_ChatVoiceIdentifier_10(String_t* value) { ___m_ChatVoiceIdentifier_10 = value; Il2CppCodeGenWriteBarrier((&___m_ChatVoiceIdentifier_10), value); } inline static int32_t get_offset_of_m_ChatImageIdentifier_11() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChatImageIdentifier_11)); } inline String_t* get_m_ChatImageIdentifier_11() const { return ___m_ChatImageIdentifier_11; } inline String_t** get_address_of_m_ChatImageIdentifier_11() { return &___m_ChatImageIdentifier_11; } inline void set_m_ChatImageIdentifier_11(String_t* value) { ___m_ChatImageIdentifier_11 = value; Il2CppCodeGenWriteBarrier((&___m_ChatImageIdentifier_11), value); } inline static int32_t get_offset_of_m_IsNeedPlayVoiceAni_12() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedPlayVoiceAni_12)); } inline bool get_m_IsNeedPlayVoiceAni_12() const { return ___m_IsNeedPlayVoiceAni_12; } inline bool* get_address_of_m_IsNeedPlayVoiceAni_12() { return &___m_IsNeedPlayVoiceAni_12; } inline void set_m_IsNeedPlayVoiceAni_12(bool value) { ___m_IsNeedPlayVoiceAni_12 = value; } inline static int32_t get_offset_of_m_IsNeedStopVoiceAni_13() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedStopVoiceAni_13)); } inline bool get_m_IsNeedStopVoiceAni_13() const { return ___m_IsNeedStopVoiceAni_13; } inline bool* get_address_of_m_IsNeedStopVoiceAni_13() { return &___m_IsNeedStopVoiceAni_13; } inline void set_m_IsNeedStopVoiceAni_13(bool value) { ___m_IsNeedStopVoiceAni_13 = value; } inline static int32_t get_offset_of_m_IsNeedShowImage_14() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedShowImage_14)); } inline bool get_m_IsNeedShowImage_14() const { return ___m_IsNeedShowImage_14; } inline bool* get_address_of_m_IsNeedShowImage_14() { return &___m_IsNeedShowImage_14; } inline void set_m_IsNeedShowImage_14(bool value) { ___m_IsNeedShowImage_14 = value; } inline static int32_t get_offset_of_m_IsPrivateTargetChanged_15() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsPrivateTargetChanged_15)); } inline bool get_m_IsPrivateTargetChanged_15() const { return ___m_IsPrivateTargetChanged_15; } inline bool* get_address_of_m_IsPrivateTargetChanged_15() { return &___m_IsPrivateTargetChanged_15; } inline void set_m_IsPrivateTargetChanged_15(bool value) { ___m_IsPrivateTargetChanged_15 = value; } inline static int32_t get_offset_of_m_IsVoiceIndexChanged_16() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsVoiceIndexChanged_16)); } inline bool get_m_IsVoiceIndexChanged_16() const { return ___m_IsVoiceIndexChanged_16; } inline bool* get_address_of_m_IsVoiceIndexChanged_16() { return &___m_IsVoiceIndexChanged_16; } inline void set_m_IsVoiceIndexChanged_16(bool value) { ___m_IsVoiceIndexChanged_16 = value; } inline static int32_t get_offset_of_m_CallerPage_17() { return static_cast(offsetof(CChatManager_t1988186574, ___m_CallerPage_17)); } inline int32_t get_m_CallerPage_17() const { return ___m_CallerPage_17; } inline int32_t* get_address_of_m_CallerPage_17() { return &___m_CallerPage_17; } inline void set_m_CallerPage_17(int32_t value) { ___m_CallerPage_17 = value; } inline static int32_t get_offset_of_m_ChatUserList_18() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChatUserList_18)); } inline List_1_t1546864881 * get_m_ChatUserList_18() const { return ___m_ChatUserList_18; } inline List_1_t1546864881 ** get_address_of_m_ChatUserList_18() { return &___m_ChatUserList_18; } inline void set_m_ChatUserList_18(List_1_t1546864881 * value) { ___m_ChatUserList_18 = value; Il2CppCodeGenWriteBarrier((&___m_ChatUserList_18), value); } inline static int32_t get_offset_of_m_IsNeedRefreshContactList_19() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedRefreshContactList_19)); } inline bool get_m_IsNeedRefreshContactList_19() const { return ___m_IsNeedRefreshContactList_19; } inline bool* get_address_of_m_IsNeedRefreshContactList_19() { return &___m_IsNeedRefreshContactList_19; } inline void set_m_IsNeedRefreshContactList_19(bool value) { ___m_IsNeedRefreshContactList_19 = value; } inline static int32_t get_offset_of_m_SumChatList_20() { return static_cast(offsetof(CChatManager_t1988186574, ___m_SumChatList_20)); } inline CChatGroup_t2712975719 * get_m_SumChatList_20() const { return ___m_SumChatList_20; } inline CChatGroup_t2712975719 ** get_address_of_m_SumChatList_20() { return &___m_SumChatList_20; } inline void set_m_SumChatList_20(CChatGroup_t2712975719 * value) { ___m_SumChatList_20 = value; Il2CppCodeGenWriteBarrier((&___m_SumChatList_20), value); } inline static int32_t get_offset_of_m_PublicChatList_21() { return static_cast(offsetof(CChatManager_t1988186574, ___m_PublicChatList_21)); } inline CChatGroup_t2712975719 * get_m_PublicChatList_21() const { return ___m_PublicChatList_21; } inline CChatGroup_t2712975719 ** get_address_of_m_PublicChatList_21() { return &___m_PublicChatList_21; } inline void set_m_PublicChatList_21(CChatGroup_t2712975719 * value) { ___m_PublicChatList_21 = value; Il2CppCodeGenWriteBarrier((&___m_PublicChatList_21), value); } inline static int32_t get_offset_of_m_SceneChatList_22() { return static_cast(offsetof(CChatManager_t1988186574, ___m_SceneChatList_22)); } inline CChatGroup_t2712975719 * get_m_SceneChatList_22() const { return ___m_SceneChatList_22; } inline CChatGroup_t2712975719 ** get_address_of_m_SceneChatList_22() { return &___m_SceneChatList_22; } inline void set_m_SceneChatList_22(CChatGroup_t2712975719 * value) { ___m_SceneChatList_22 = value; Il2CppCodeGenWriteBarrier((&___m_SceneChatList_22), value); } inline static int32_t get_offset_of_m_GuildChatList_23() { return static_cast(offsetof(CChatManager_t1988186574, ___m_GuildChatList_23)); } inline CChatGroup_t2712975719 * get_m_GuildChatList_23() const { return ___m_GuildChatList_23; } inline CChatGroup_t2712975719 ** get_address_of_m_GuildChatList_23() { return &___m_GuildChatList_23; } inline void set_m_GuildChatList_23(CChatGroup_t2712975719 * value) { ___m_GuildChatList_23 = value; Il2CppCodeGenWriteBarrier((&___m_GuildChatList_23), value); } inline static int32_t get_offset_of_m_WorldChatList_24() { return static_cast(offsetof(CChatManager_t1988186574, ___m_WorldChatList_24)); } inline CChatGroup_t2712975719 * get_m_WorldChatList_24() const { return ___m_WorldChatList_24; } inline CChatGroup_t2712975719 ** get_address_of_m_WorldChatList_24() { return &___m_WorldChatList_24; } inline void set_m_WorldChatList_24(CChatGroup_t2712975719 * value) { ___m_WorldChatList_24 = value; Il2CppCodeGenWriteBarrier((&___m_WorldChatList_24), value); } inline static int32_t get_offset_of_m_RedBagList_25() { return static_cast(offsetof(CChatManager_t1988186574, ___m_RedBagList_25)); } inline CChatGroup_t2712975719 * get_m_RedBagList_25() const { return ___m_RedBagList_25; } inline CChatGroup_t2712975719 ** get_address_of_m_RedBagList_25() { return &___m_RedBagList_25; } inline void set_m_RedBagList_25(CChatGroup_t2712975719 * value) { ___m_RedBagList_25 = value; Il2CppCodeGenWriteBarrier((&___m_RedBagList_25), value); } inline static int32_t get_offset_of_m_PrivateChatList_26() { return static_cast(offsetof(CChatManager_t1988186574, ___m_PrivateChatList_26)); } inline Dictionary_2_t3775615503 * get_m_PrivateChatList_26() const { return ___m_PrivateChatList_26; } inline Dictionary_2_t3775615503 ** get_address_of_m_PrivateChatList_26() { return &___m_PrivateChatList_26; } inline void set_m_PrivateChatList_26(Dictionary_2_t3775615503 * value) { ___m_PrivateChatList_26 = value; Il2CppCodeGenWriteBarrier((&___m_PrivateChatList_26), value); } inline static int32_t get_offset_of_m_ChannelInfo_27() { return static_cast(offsetof(CChatManager_t1988186574, ___m_ChannelInfo_27)); } inline CChannelInfo_t1750800799 * get_m_ChannelInfo_27() const { return ___m_ChannelInfo_27; } inline CChannelInfo_t1750800799 ** get_address_of_m_ChannelInfo_27() { return &___m_ChannelInfo_27; } inline void set_m_ChannelInfo_27(CChannelInfo_t1750800799 * value) { ___m_ChannelInfo_27 = value; Il2CppCodeGenWriteBarrier((&___m_ChannelInfo_27), value); } inline static int32_t get_offset_of_m_IsChannelDataChanged_28() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsChannelDataChanged_28)); } inline bool get_m_IsChannelDataChanged_28() const { return ___m_IsChannelDataChanged_28; } inline bool* get_address_of_m_IsChannelDataChanged_28() { return &___m_IsChannelDataChanged_28; } inline void set_m_IsChannelDataChanged_28(bool value) { ___m_IsChannelDataChanged_28 = value; } inline static int32_t get_offset_of_m_lastShortcutIndexOfWC_29() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lastShortcutIndexOfWC_29)); } inline int32_t get_m_lastShortcutIndexOfWC_29() const { return ___m_lastShortcutIndexOfWC_29; } inline int32_t* get_address_of_m_lastShortcutIndexOfWC_29() { return &___m_lastShortcutIndexOfWC_29; } inline void set_m_lastShortcutIndexOfWC_29(int32_t value) { ___m_lastShortcutIndexOfWC_29 = value; } inline static int32_t get_offset_of_m_lastShortcutIndexOfPrivate_30() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lastShortcutIndexOfPrivate_30)); } inline int32_t get_m_lastShortcutIndexOfPrivate_30() const { return ___m_lastShortcutIndexOfPrivate_30; } inline int32_t* get_address_of_m_lastShortcutIndexOfPrivate_30() { return &___m_lastShortcutIndexOfPrivate_30; } inline void set_m_lastShortcutIndexOfPrivate_30(int32_t value) { ___m_lastShortcutIndexOfPrivate_30 = value; } inline static int32_t get_offset_of_m_worldChannel_31() { return static_cast(offsetof(CChatManager_t1988186574, ___m_worldChannel_31)); } inline String_t* get_m_worldChannel_31() const { return ___m_worldChannel_31; } inline String_t** get_address_of_m_worldChannel_31() { return &___m_worldChannel_31; } inline void set_m_worldChannel_31(String_t* value) { ___m_worldChannel_31 = value; Il2CppCodeGenWriteBarrier((&___m_worldChannel_31), value); } inline static int32_t get_offset_of_m_TaskController_32() { return static_cast(offsetof(CChatManager_t1988186574, ___m_TaskController_32)); } inline ITaskBase_1_t2595950535 * get_m_TaskController_32() const { return ___m_TaskController_32; } inline ITaskBase_1_t2595950535 ** get_address_of_m_TaskController_32() { return &___m_TaskController_32; } inline void set_m_TaskController_32(ITaskBase_1_t2595950535 * value) { ___m_TaskController_32 = value; Il2CppCodeGenWriteBarrier((&___m_TaskController_32), value); } inline static int32_t get_offset_of_m_bUpLoadAudio_33() { return static_cast(offsetof(CChatManager_t1988186574, ___m_bUpLoadAudio_33)); } inline bool get_m_bUpLoadAudio_33() const { return ___m_bUpLoadAudio_33; } inline bool* get_address_of_m_bUpLoadAudio_33() { return &___m_bUpLoadAudio_33; } inline void set_m_bUpLoadAudio_33(bool value) { ___m_bUpLoadAudio_33 = value; } inline static int32_t get_offset_of_m_bIsJoinChannel_34() { return static_cast(offsetof(CChatManager_t1988186574, ___m_bIsJoinChannel_34)); } inline bool get_m_bIsJoinChannel_34() const { return ___m_bIsJoinChannel_34; } inline bool* get_address_of_m_bIsJoinChannel_34() { return &___m_bIsJoinChannel_34; } inline void set_m_bIsJoinChannel_34(bool value) { ___m_bIsJoinChannel_34 = value; } inline static int32_t get_offset_of_m_curChannelNum_35() { return static_cast(offsetof(CChatManager_t1988186574, ___m_curChannelNum_35)); } inline int32_t get_m_curChannelNum_35() const { return ___m_curChannelNum_35; } inline int32_t* get_address_of_m_curChannelNum_35() { return &___m_curChannelNum_35; } inline void set_m_curChannelNum_35(int32_t value) { ___m_curChannelNum_35 = value; } inline static int32_t get_offset_of_m_publicChatText_38() { return static_cast(offsetof(CChatManager_t1988186574, ___m_publicChatText_38)); } inline String_t* get_m_publicChatText_38() const { return ___m_publicChatText_38; } inline String_t** get_address_of_m_publicChatText_38() { return &___m_publicChatText_38; } inline void set_m_publicChatText_38(String_t* value) { ___m_publicChatText_38 = value; Il2CppCodeGenWriteBarrier((&___m_publicChatText_38), value); } inline static int32_t get_offset_of_m_lefttime_39() { return static_cast(offsetof(CChatManager_t1988186574, ___m_lefttime_39)); } inline int32_t get_m_lefttime_39() const { return ___m_lefttime_39; } inline int32_t* get_address_of_m_lefttime_39() { return &___m_lefttime_39; } inline void set_m_lefttime_39(int32_t value) { ___m_lefttime_39 = value; } inline static int32_t get_offset_of_m_IsNeedRepainMenu_40() { return static_cast(offsetof(CChatManager_t1988186574, ___m_IsNeedRepainMenu_40)); } inline bool get_m_IsNeedRepainMenu_40() const { return ___m_IsNeedRepainMenu_40; } inline bool* get_address_of_m_IsNeedRepainMenu_40() { return &___m_IsNeedRepainMenu_40; } inline void set_m_IsNeedRepainMenu_40(bool value) { ___m_IsNeedRepainMenu_40 = value; } }; struct CChatManager_t1988186574_StaticFields { public: // DMCore.Logic.CChatManager DMCore.Logic.CChatManager::s_Instance CChatManager_t1988186574 * ___s_Instance_36; // System.String DMCore.Logic.CChatManager::s_ChatTimeFormat String_t* ___s_ChatTimeFormat_37; public: inline static int32_t get_offset_of_s_Instance_36() { return static_cast(offsetof(CChatManager_t1988186574_StaticFields, ___s_Instance_36)); } inline CChatManager_t1988186574 * get_s_Instance_36() const { return ___s_Instance_36; } inline CChatManager_t1988186574 ** get_address_of_s_Instance_36() { return &___s_Instance_36; } inline void set_s_Instance_36(CChatManager_t1988186574 * value) { ___s_Instance_36 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_36), value); } inline static int32_t get_offset_of_s_ChatTimeFormat_37() { return static_cast(offsetof(CChatManager_t1988186574_StaticFields, ___s_ChatTimeFormat_37)); } inline String_t* get_s_ChatTimeFormat_37() const { return ___s_ChatTimeFormat_37; } inline String_t** get_address_of_s_ChatTimeFormat_37() { return &___s_ChatTimeFormat_37; } inline void set_s_ChatTimeFormat_37(String_t* value) { ___s_ChatTimeFormat_37 = value; Il2CppCodeGenWriteBarrier((&___s_ChatTimeFormat_37), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCHATMANAGER_T1988186574_H #ifndef 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 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 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 SHOPSENDGIFTTARGET_T3356455075_H #define SHOPSENDGIFTTARGET_T3356455075_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.shopSendGiftTarget struct shopSendGiftTarget_t3356455075 : public RuntimeObject { public: // System.String DMCore.Logic.shopSendGiftTarget::t_targetName String_t* ___t_targetName_0; // System.String DMCore.Logic.shopSendGiftTarget::t_giftName String_t* ___t_giftName_1; // DMCore.Logic.enumFriendType DMCore.Logic.shopSendGiftTarget::m_TargetType int32_t ___m_TargetType_2; // System.Boolean DMCore.Logic.shopSendGiftTarget::m_IsTargetTypeChanged bool ___m_IsTargetTypeChanged_3; // System.Int64 DMCore.Logic.shopSendGiftTarget::m_TargetUserID int64_t ___m_TargetUserID_4; // System.String DMCore.Logic.shopSendGiftTarget::m_TargetUserName String_t* ___m_TargetUserName_5; // System.String DMCore.Logic.shopSendGiftTarget::m_TargetGiftName String_t* ___m_TargetGiftName_6; // System.Int32 DMCore.Logic.shopSendGiftTarget::m_TargetGiftID int32_t ___m_TargetGiftID_7; // System.Int32 DMCore.Logic.shopSendGiftTarget::m_TargetGiftCount int32_t ___m_TargetGiftCount_8; // System.Int32 DMCore.Logic.shopSendGiftTarget::m_PriceGolden int32_t ___m_PriceGolden_9; // System.Int32 DMCore.Logic.shopSendGiftTarget::m_PriceDiamond int32_t ___m_PriceDiamond_10; public: inline static int32_t get_offset_of_t_targetName_0() { return static_cast(offsetof(shopSendGiftTarget_t3356455075, ___t_targetName_0)); } inline String_t* get_t_targetName_0() const { return ___t_targetName_0; } inline String_t** get_address_of_t_targetName_0() { return &___t_targetName_0; } inline void set_t_targetName_0(String_t* value) { ___t_targetName_0 = value; Il2CppCodeGenWriteBarrier((&___t_targetName_0), value); } inline static int32_t get_offset_of_t_giftName_1() { return static_cast(offsetof(shopSendGiftTarget_t3356455075, ___t_giftName_1)); } inline String_t* get_t_giftName_1() const { return ___t_giftName_1; } inline String_t** get_address_of_t_giftName_1() { return &___t_giftName_1; } inline void set_t_giftName_1(String_t* value) { ___t_giftName_1 = value; Il2CppCodeGenWriteBarrier((&___t_giftName_1), value); } inline static int32_t get_offset_of_m_TargetType_2() { return static_cast(offsetof(shopSendGiftTarget_t3356455075, ___m_TargetType_2)); } inline int32_t get_m_TargetType_2() const { return ___m_TargetType_2; } inline int32_t* get_address_of_m_TargetType_2() { return &___m_TargetType_2; } inline void set_m_TargetType_2(int32_t value) { ___m_TargetType_2 = value; } inline static int32_t get_offset_of_m_IsTargetTypeChanged_3() { return static_cast(offsetof(shopSendGiftTarget_t3356455075, ___m_IsTargetTypeChanged_3)); } inline bool get_m_IsTargetTypeChanged_3() const { return ___m_IsTargetTypeChanged_3; } inline bool* get_address_of_m_IsTargetTypeChanged_3() { return &___m_IsTargetTypeChanged_3; } inline void set_m_IsTargetTypeChanged_3(bool value) { ___m_IsTargetTypeChanged_3 = value; } inline static int32_t get_offset_of_m_TargetUserID_4() { return static_cast(offsetof(shopSendGiftTarget_t3356455075, ___m_TargetUserID_4)); } inline int64_t get_m_TargetUserID_4() const { return ___m_TargetUserID_4; } inline int64_t* get_address_of_m_TargetUserID_4() { return &___m_TargetUserID_4; } inline void set_m_TargetUserID_4(int64_t value) { ___m_TargetUserID_4 = value; } inline static int32_t get_offset_of_m_TargetUserName_5() { return static_cast(offsetof(shopSendGiftTarget_t3356455075, ___m_TargetUserName_5)); } inline String_t* get_m_TargetUserName_5() const { return ___m_TargetUserName_5; } inline String_t** get_address_of_m_TargetUserName_5() { return &___m_TargetUserName_5; } inline void set_m_TargetUserName_5(String_t* value) { ___m_TargetUserName_5 = value; Il2CppCodeGenWriteBarrier((&___m_TargetUserName_5), value); } inline static int32_t get_offset_of_m_TargetGiftName_6() { return static_cast(offsetof(shopSendGiftTarget_t3356455075, ___m_TargetGiftName_6)); } inline String_t* get_m_TargetGiftName_6() const { return ___m_TargetGiftName_6; } inline String_t** get_address_of_m_TargetGiftName_6() { return &___m_TargetGiftName_6; } inline void set_m_TargetGiftName_6(String_t* value) { ___m_TargetGiftName_6 = value; Il2CppCodeGenWriteBarrier((&___m_TargetGiftName_6), value); } inline static int32_t get_offset_of_m_TargetGiftID_7() { return static_cast(offsetof(shopSendGiftTarget_t3356455075, ___m_TargetGiftID_7)); } inline int32_t get_m_TargetGiftID_7() const { return ___m_TargetGiftID_7; } inline int32_t* get_address_of_m_TargetGiftID_7() { return &___m_TargetGiftID_7; } inline void set_m_TargetGiftID_7(int32_t value) { ___m_TargetGiftID_7 = value; } inline static int32_t get_offset_of_m_TargetGiftCount_8() { return static_cast(offsetof(shopSendGiftTarget_t3356455075, ___m_TargetGiftCount_8)); } inline int32_t get_m_TargetGiftCount_8() const { return ___m_TargetGiftCount_8; } inline int32_t* get_address_of_m_TargetGiftCount_8() { return &___m_TargetGiftCount_8; } inline void set_m_TargetGiftCount_8(int32_t value) { ___m_TargetGiftCount_8 = value; } inline static int32_t get_offset_of_m_PriceGolden_9() { return static_cast(offsetof(shopSendGiftTarget_t3356455075, ___m_PriceGolden_9)); } inline int32_t get_m_PriceGolden_9() const { return ___m_PriceGolden_9; } inline int32_t* get_address_of_m_PriceGolden_9() { return &___m_PriceGolden_9; } inline void set_m_PriceGolden_9(int32_t value) { ___m_PriceGolden_9 = value; } inline static int32_t get_offset_of_m_PriceDiamond_10() { return static_cast(offsetof(shopSendGiftTarget_t3356455075, ___m_PriceDiamond_10)); } inline int32_t get_m_PriceDiamond_10() const { return ___m_PriceDiamond_10; } inline int32_t* get_address_of_m_PriceDiamond_10() { return &___m_PriceDiamond_10; } inline void set_m_PriceDiamond_10(int32_t value) { ___m_PriceDiamond_10 = value; } }; struct shopSendGiftTarget_t3356455075_StaticFields { public: // DMCore.Logic.shopSendGiftTarget DMCore.Logic.shopSendGiftTarget::s_Instance shopSendGiftTarget_t3356455075 * ___s_Instance_11; // System.String DMCore.Logic.shopSendGiftTarget::s_PresentSplit String_t* ___s_PresentSplit_12; // System.Boolean DMCore.Logic.shopSendGiftTarget::s_IsNeedShowAll bool ___s_IsNeedShowAll_13; public: inline static int32_t get_offset_of_s_Instance_11() { return static_cast(offsetof(shopSendGiftTarget_t3356455075_StaticFields, ___s_Instance_11)); } inline shopSendGiftTarget_t3356455075 * get_s_Instance_11() const { return ___s_Instance_11; } inline shopSendGiftTarget_t3356455075 ** get_address_of_s_Instance_11() { return &___s_Instance_11; } inline void set_s_Instance_11(shopSendGiftTarget_t3356455075 * value) { ___s_Instance_11 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_11), value); } inline static int32_t get_offset_of_s_PresentSplit_12() { return static_cast(offsetof(shopSendGiftTarget_t3356455075_StaticFields, ___s_PresentSplit_12)); } inline String_t* get_s_PresentSplit_12() const { return ___s_PresentSplit_12; } inline String_t** get_address_of_s_PresentSplit_12() { return &___s_PresentSplit_12; } inline void set_s_PresentSplit_12(String_t* value) { ___s_PresentSplit_12 = value; Il2CppCodeGenWriteBarrier((&___s_PresentSplit_12), value); } inline static int32_t get_offset_of_s_IsNeedShowAll_13() { return static_cast(offsetof(shopSendGiftTarget_t3356455075_StaticFields, ___s_IsNeedShowAll_13)); } inline bool get_s_IsNeedShowAll_13() const { return ___s_IsNeedShowAll_13; } inline bool* get_address_of_s_IsNeedShowAll_13() { return &___s_IsNeedShowAll_13; } inline void set_s_IsNeedShowAll_13(bool value) { ___s_IsNeedShowAll_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHOPSENDGIFTTARGET_T3356455075_H #ifndef CROOT_T1043641654_H #define CROOT_T1043641654_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CRoot struct CRoot_t1043641654 : public ILogicBase_t2190831891 { public: // DMCore.Net.CNetService DMCore.CRoot::s_NetService CNetService_t1201271315 * ___s_NetService_4; // DMCore.Camera.ICameraBase DMCore.CRoot::s_CameraIns ICameraBase_t3615533728 * ___s_CameraIns_5; // DMCore.Framework.Movie.CAnimSystem DMCore.CRoot::s_MovieService CAnimSystem_t3541144328 * ___s_MovieService_6; // DMCore.Framework.CTimerCtrl DMCore.CRoot::s_TimerService CTimerCtrl_t297173612 * ___s_TimerService_7; // DMCore.Framework.Scene.CSceneService DMCore.CRoot::s_SceneService CSceneService_t551449725 * ___s_SceneService_8; // DMCore.Framework.Misc.CLogHelp DMCore.CRoot::s_LogHelp CLogHelp_t779629444 * ___s_LogHelp_9; // System.String DMCore.CRoot::s_LoadingSceneName String_t* ___s_LoadingSceneName_10; // DMCore.Net.CNetMainLogic DMCore.CRoot::s_NetControl CNetMainLogic_t857650587 * ___s_NetControl_11; // DMCore.CAccManager DMCore.CRoot::s_AccManager CAccManager_t1454736772 * ___s_AccManager_12; // DMCore.ISoundManager DMCore.CRoot::s_SoundManager ISoundManager_t434164892 * ___s_SoundManager_13; // DMCore.DanceMode.CDanceManager DMCore.CRoot::s_DanceManager CDanceManager_t448141780 * ___s_DanceManager_14; // DMCore.CEventManager DMCore.CRoot::s_EventManager CEventManager_t474365641 * ___s_EventManager_15; // DMCore.Framework.Location.CLocationManager DMCore.CRoot::s_LocationManager CLocationManager_t1346018200 * ___s_LocationManager_16; // System.Boolean DMCore.CRoot::m_bLockPosition bool ___m_bLockPosition_17; // DMCore.Logic.enumPersonPage DMCore.CRoot::m_returnPage int32_t ___m_returnPage_18; public: inline static int32_t get_offset_of_s_NetService_4() { return static_cast(offsetof(CRoot_t1043641654, ___s_NetService_4)); } inline CNetService_t1201271315 * get_s_NetService_4() const { return ___s_NetService_4; } inline CNetService_t1201271315 ** get_address_of_s_NetService_4() { return &___s_NetService_4; } inline void set_s_NetService_4(CNetService_t1201271315 * value) { ___s_NetService_4 = value; Il2CppCodeGenWriteBarrier((&___s_NetService_4), value); } inline static int32_t get_offset_of_s_CameraIns_5() { return static_cast(offsetof(CRoot_t1043641654, ___s_CameraIns_5)); } inline ICameraBase_t3615533728 * get_s_CameraIns_5() const { return ___s_CameraIns_5; } inline ICameraBase_t3615533728 ** get_address_of_s_CameraIns_5() { return &___s_CameraIns_5; } inline void set_s_CameraIns_5(ICameraBase_t3615533728 * value) { ___s_CameraIns_5 = value; Il2CppCodeGenWriteBarrier((&___s_CameraIns_5), value); } inline static int32_t get_offset_of_s_MovieService_6() { return static_cast(offsetof(CRoot_t1043641654, ___s_MovieService_6)); } inline CAnimSystem_t3541144328 * get_s_MovieService_6() const { return ___s_MovieService_6; } inline CAnimSystem_t3541144328 ** get_address_of_s_MovieService_6() { return &___s_MovieService_6; } inline void set_s_MovieService_6(CAnimSystem_t3541144328 * value) { ___s_MovieService_6 = value; Il2CppCodeGenWriteBarrier((&___s_MovieService_6), value); } inline static int32_t get_offset_of_s_TimerService_7() { return static_cast(offsetof(CRoot_t1043641654, ___s_TimerService_7)); } inline CTimerCtrl_t297173612 * get_s_TimerService_7() const { return ___s_TimerService_7; } inline CTimerCtrl_t297173612 ** get_address_of_s_TimerService_7() { return &___s_TimerService_7; } inline void set_s_TimerService_7(CTimerCtrl_t297173612 * value) { ___s_TimerService_7 = value; Il2CppCodeGenWriteBarrier((&___s_TimerService_7), value); } inline static int32_t get_offset_of_s_SceneService_8() { return static_cast(offsetof(CRoot_t1043641654, ___s_SceneService_8)); } inline CSceneService_t551449725 * get_s_SceneService_8() const { return ___s_SceneService_8; } inline CSceneService_t551449725 ** get_address_of_s_SceneService_8() { return &___s_SceneService_8; } inline void set_s_SceneService_8(CSceneService_t551449725 * value) { ___s_SceneService_8 = value; Il2CppCodeGenWriteBarrier((&___s_SceneService_8), value); } inline static int32_t get_offset_of_s_LogHelp_9() { return static_cast(offsetof(CRoot_t1043641654, ___s_LogHelp_9)); } inline CLogHelp_t779629444 * get_s_LogHelp_9() const { return ___s_LogHelp_9; } inline CLogHelp_t779629444 ** get_address_of_s_LogHelp_9() { return &___s_LogHelp_9; } inline void set_s_LogHelp_9(CLogHelp_t779629444 * value) { ___s_LogHelp_9 = value; Il2CppCodeGenWriteBarrier((&___s_LogHelp_9), value); } inline static int32_t get_offset_of_s_LoadingSceneName_10() { return static_cast(offsetof(CRoot_t1043641654, ___s_LoadingSceneName_10)); } inline String_t* get_s_LoadingSceneName_10() const { return ___s_LoadingSceneName_10; } inline String_t** get_address_of_s_LoadingSceneName_10() { return &___s_LoadingSceneName_10; } inline void set_s_LoadingSceneName_10(String_t* value) { ___s_LoadingSceneName_10 = value; Il2CppCodeGenWriteBarrier((&___s_LoadingSceneName_10), value); } inline static int32_t get_offset_of_s_NetControl_11() { return static_cast(offsetof(CRoot_t1043641654, ___s_NetControl_11)); } inline CNetMainLogic_t857650587 * get_s_NetControl_11() const { return ___s_NetControl_11; } inline CNetMainLogic_t857650587 ** get_address_of_s_NetControl_11() { return &___s_NetControl_11; } inline void set_s_NetControl_11(CNetMainLogic_t857650587 * value) { ___s_NetControl_11 = value; Il2CppCodeGenWriteBarrier((&___s_NetControl_11), value); } inline static int32_t get_offset_of_s_AccManager_12() { return static_cast(offsetof(CRoot_t1043641654, ___s_AccManager_12)); } inline CAccManager_t1454736772 * get_s_AccManager_12() const { return ___s_AccManager_12; } inline CAccManager_t1454736772 ** get_address_of_s_AccManager_12() { return &___s_AccManager_12; } inline void set_s_AccManager_12(CAccManager_t1454736772 * value) { ___s_AccManager_12 = value; Il2CppCodeGenWriteBarrier((&___s_AccManager_12), value); } inline static int32_t get_offset_of_s_SoundManager_13() { return static_cast(offsetof(CRoot_t1043641654, ___s_SoundManager_13)); } inline ISoundManager_t434164892 * get_s_SoundManager_13() const { return ___s_SoundManager_13; } inline ISoundManager_t434164892 ** get_address_of_s_SoundManager_13() { return &___s_SoundManager_13; } inline void set_s_SoundManager_13(ISoundManager_t434164892 * value) { ___s_SoundManager_13 = value; Il2CppCodeGenWriteBarrier((&___s_SoundManager_13), value); } inline static int32_t get_offset_of_s_DanceManager_14() { return static_cast(offsetof(CRoot_t1043641654, ___s_DanceManager_14)); } inline CDanceManager_t448141780 * get_s_DanceManager_14() const { return ___s_DanceManager_14; } inline CDanceManager_t448141780 ** get_address_of_s_DanceManager_14() { return &___s_DanceManager_14; } inline void set_s_DanceManager_14(CDanceManager_t448141780 * value) { ___s_DanceManager_14 = value; Il2CppCodeGenWriteBarrier((&___s_DanceManager_14), value); } inline static int32_t get_offset_of_s_EventManager_15() { return static_cast(offsetof(CRoot_t1043641654, ___s_EventManager_15)); } inline CEventManager_t474365641 * get_s_EventManager_15() const { return ___s_EventManager_15; } inline CEventManager_t474365641 ** get_address_of_s_EventManager_15() { return &___s_EventManager_15; } inline void set_s_EventManager_15(CEventManager_t474365641 * value) { ___s_EventManager_15 = value; Il2CppCodeGenWriteBarrier((&___s_EventManager_15), value); } inline static int32_t get_offset_of_s_LocationManager_16() { return static_cast(offsetof(CRoot_t1043641654, ___s_LocationManager_16)); } inline CLocationManager_t1346018200 * get_s_LocationManager_16() const { return ___s_LocationManager_16; } inline CLocationManager_t1346018200 ** get_address_of_s_LocationManager_16() { return &___s_LocationManager_16; } inline void set_s_LocationManager_16(CLocationManager_t1346018200 * value) { ___s_LocationManager_16 = value; Il2CppCodeGenWriteBarrier((&___s_LocationManager_16), value); } inline static int32_t get_offset_of_m_bLockPosition_17() { return static_cast(offsetof(CRoot_t1043641654, ___m_bLockPosition_17)); } inline bool get_m_bLockPosition_17() const { return ___m_bLockPosition_17; } inline bool* get_address_of_m_bLockPosition_17() { return &___m_bLockPosition_17; } inline void set_m_bLockPosition_17(bool value) { ___m_bLockPosition_17 = value; } inline static int32_t get_offset_of_m_returnPage_18() { return static_cast(offsetof(CRoot_t1043641654, ___m_returnPage_18)); } inline int32_t get_m_returnPage_18() const { return ___m_returnPage_18; } inline int32_t* get_address_of_m_returnPage_18() { return &___m_returnPage_18; } inline void set_m_returnPage_18(int32_t value) { ___m_returnPage_18 = value; } }; struct CRoot_t1043641654_StaticFields { public: // DMCore.CRoot DMCore.CRoot::s_CRootInstance CRoot_t1043641654 * ___s_CRootInstance_19; // System.Collections.Generic.Dictionary`2 DMCore.CRoot::<>f__switch$map0 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map0_20; public: inline static int32_t get_offset_of_s_CRootInstance_19() { return static_cast(offsetof(CRoot_t1043641654_StaticFields, ___s_CRootInstance_19)); } inline CRoot_t1043641654 * get_s_CRootInstance_19() const { return ___s_CRootInstance_19; } inline CRoot_t1043641654 ** get_address_of_s_CRootInstance_19() { return &___s_CRootInstance_19; } inline void set_s_CRootInstance_19(CRoot_t1043641654 * value) { ___s_CRootInstance_19 = value; Il2CppCodeGenWriteBarrier((&___s_CRootInstance_19), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map0_20() { return static_cast(offsetof(CRoot_t1043641654_StaticFields, ___U3CU3Ef__switchU24map0_20)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map0_20() const { return ___U3CU3Ef__switchU24map0_20; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map0_20() { return &___U3CU3Ef__switchU24map0_20; } inline void set_U3CU3Ef__switchU24map0_20(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map0_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map0_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROOT_T1043641654_H #ifndef CMSGBOXCONTROL_T806533544_H #define CMSGBOXCONTROL_T806533544_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CMsgBoxControl struct CMsgBoxControl_t806533544 : public RuntimeObject { public: // System.Boolean DMCore.CMsgBoxControl::m_bActive bool ___m_bActive_0; // System.Collections.Generic.LinkedList`1 DMCore.CMsgBoxControl::m_listAll LinkedList_1_t863209702 * ___m_listAll_1; // UIWidget/Pivot DMCore.CMsgBoxControl::m_pivot int32_t ___m_pivot_2; public: inline static int32_t get_offset_of_m_bActive_0() { return static_cast(offsetof(CMsgBoxControl_t806533544, ___m_bActive_0)); } inline bool get_m_bActive_0() const { return ___m_bActive_0; } inline bool* get_address_of_m_bActive_0() { return &___m_bActive_0; } inline void set_m_bActive_0(bool value) { ___m_bActive_0 = value; } inline static int32_t get_offset_of_m_listAll_1() { return static_cast(offsetof(CMsgBoxControl_t806533544, ___m_listAll_1)); } inline LinkedList_1_t863209702 * get_m_listAll_1() const { return ___m_listAll_1; } inline LinkedList_1_t863209702 ** get_address_of_m_listAll_1() { return &___m_listAll_1; } inline void set_m_listAll_1(LinkedList_1_t863209702 * value) { ___m_listAll_1 = value; Il2CppCodeGenWriteBarrier((&___m_listAll_1), value); } inline static int32_t get_offset_of_m_pivot_2() { return static_cast(offsetof(CMsgBoxControl_t806533544, ___m_pivot_2)); } inline int32_t get_m_pivot_2() const { return ___m_pivot_2; } inline int32_t* get_address_of_m_pivot_2() { return &___m_pivot_2; } inline void set_m_pivot_2(int32_t value) { ___m_pivot_2 = value; } }; struct CMsgBoxControl_t806533544_StaticFields { public: // DMCore.CMsgBoxControl DMCore.CMsgBoxControl::s_Instance CMsgBoxControl_t806533544 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CMsgBoxControl_t806533544_StaticFields, ___s_Instance_3)); } inline CMsgBoxControl_t806533544 * get_s_Instance_3() const { return ___s_Instance_3; } inline CMsgBoxControl_t806533544 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CMsgBoxControl_t806533544 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMSGBOXCONTROL_T806533544_H #ifndef 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 CMESSAGEMANAGER_T3136027633_H #define CMESSAGEMANAGER_T3136027633_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMessageManager struct CMessageManager_t3136027633 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CMessageManager::k__BackingField bool ___U3CIsSystemMsgChangedU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CMessageManager::k__BackingField bool ___U3CIsPlayerMsgChangedU3Ek__BackingField_3; // DMCore.Logic.enumMessageType DMCore.Logic.CMessageManager::k__BackingField int32_t ___U3CActiveLabelU3Ek__BackingField_4; // System.Int32 DMCore.Logic.CMessageManager::k__BackingField int32_t ___U3CActiveIndexU3Ek__BackingField_5; // UnityEngine.GameObject DMCore.Logic.CMessageManager::k__BackingField GameObject_t1113636619 * ___U3CLastItemU3Ek__BackingField_6; // System.Boolean DMCore.Logic.CMessageManager::k__BackingField bool ___U3CMenuStateValidU3Ek__BackingField_7; // DMCore.Logic.CMessageManager/CMessageGroup DMCore.Logic.CMessageManager::m_SystemMessageData CMessageGroup_t2505338100 * ___m_SystemMessageData_8; // DMCore.Logic.CMessageManager/CMessageGroup DMCore.Logic.CMessageManager::m_PlayerMessageData CMessageGroup_t2505338100 * ___m_PlayerMessageData_9; public: inline static int32_t get_offset_of_U3CIsSystemMsgChangedU3Ek__BackingField_2() { return static_cast(offsetof(CMessageManager_t3136027633, ___U3CIsSystemMsgChangedU3Ek__BackingField_2)); } inline bool get_U3CIsSystemMsgChangedU3Ek__BackingField_2() const { return ___U3CIsSystemMsgChangedU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsSystemMsgChangedU3Ek__BackingField_2() { return &___U3CIsSystemMsgChangedU3Ek__BackingField_2; } inline void set_U3CIsSystemMsgChangedU3Ek__BackingField_2(bool value) { ___U3CIsSystemMsgChangedU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsPlayerMsgChangedU3Ek__BackingField_3() { return static_cast(offsetof(CMessageManager_t3136027633, ___U3CIsPlayerMsgChangedU3Ek__BackingField_3)); } inline bool get_U3CIsPlayerMsgChangedU3Ek__BackingField_3() const { return ___U3CIsPlayerMsgChangedU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsPlayerMsgChangedU3Ek__BackingField_3() { return &___U3CIsPlayerMsgChangedU3Ek__BackingField_3; } inline void set_U3CIsPlayerMsgChangedU3Ek__BackingField_3(bool value) { ___U3CIsPlayerMsgChangedU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CActiveLabelU3Ek__BackingField_4() { return static_cast(offsetof(CMessageManager_t3136027633, ___U3CActiveLabelU3Ek__BackingField_4)); } inline int32_t get_U3CActiveLabelU3Ek__BackingField_4() const { return ___U3CActiveLabelU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CActiveLabelU3Ek__BackingField_4() { return &___U3CActiveLabelU3Ek__BackingField_4; } inline void set_U3CActiveLabelU3Ek__BackingField_4(int32_t value) { ___U3CActiveLabelU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CActiveIndexU3Ek__BackingField_5() { return static_cast(offsetof(CMessageManager_t3136027633, ___U3CActiveIndexU3Ek__BackingField_5)); } inline int32_t get_U3CActiveIndexU3Ek__BackingField_5() const { return ___U3CActiveIndexU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CActiveIndexU3Ek__BackingField_5() { return &___U3CActiveIndexU3Ek__BackingField_5; } inline void set_U3CActiveIndexU3Ek__BackingField_5(int32_t value) { ___U3CActiveIndexU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CLastItemU3Ek__BackingField_6() { return static_cast(offsetof(CMessageManager_t3136027633, ___U3CLastItemU3Ek__BackingField_6)); } inline GameObject_t1113636619 * get_U3CLastItemU3Ek__BackingField_6() const { return ___U3CLastItemU3Ek__BackingField_6; } inline GameObject_t1113636619 ** get_address_of_U3CLastItemU3Ek__BackingField_6() { return &___U3CLastItemU3Ek__BackingField_6; } inline void set_U3CLastItemU3Ek__BackingField_6(GameObject_t1113636619 * value) { ___U3CLastItemU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CLastItemU3Ek__BackingField_6), value); } inline static int32_t get_offset_of_U3CMenuStateValidU3Ek__BackingField_7() { return static_cast(offsetof(CMessageManager_t3136027633, ___U3CMenuStateValidU3Ek__BackingField_7)); } inline bool get_U3CMenuStateValidU3Ek__BackingField_7() const { return ___U3CMenuStateValidU3Ek__BackingField_7; } inline bool* get_address_of_U3CMenuStateValidU3Ek__BackingField_7() { return &___U3CMenuStateValidU3Ek__BackingField_7; } inline void set_U3CMenuStateValidU3Ek__BackingField_7(bool value) { ___U3CMenuStateValidU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_m_SystemMessageData_8() { return static_cast(offsetof(CMessageManager_t3136027633, ___m_SystemMessageData_8)); } inline CMessageGroup_t2505338100 * get_m_SystemMessageData_8() const { return ___m_SystemMessageData_8; } inline CMessageGroup_t2505338100 ** get_address_of_m_SystemMessageData_8() { return &___m_SystemMessageData_8; } inline void set_m_SystemMessageData_8(CMessageGroup_t2505338100 * value) { ___m_SystemMessageData_8 = value; Il2CppCodeGenWriteBarrier((&___m_SystemMessageData_8), value); } inline static int32_t get_offset_of_m_PlayerMessageData_9() { return static_cast(offsetof(CMessageManager_t3136027633, ___m_PlayerMessageData_9)); } inline CMessageGroup_t2505338100 * get_m_PlayerMessageData_9() const { return ___m_PlayerMessageData_9; } inline CMessageGroup_t2505338100 ** get_address_of_m_PlayerMessageData_9() { return &___m_PlayerMessageData_9; } inline void set_m_PlayerMessageData_9(CMessageGroup_t2505338100 * value) { ___m_PlayerMessageData_9 = value; Il2CppCodeGenWriteBarrier((&___m_PlayerMessageData_9), value); } }; struct CMessageManager_t3136027633_StaticFields { public: // System.Int32 DMCore.Logic.CMessageManager::MESSAGE_COUNT_IN_ONE_PAGE int32_t ___MESSAGE_COUNT_IN_ONE_PAGE_0; // System.Int32 DMCore.Logic.CMessageManager::MESSAGE_MAX_COUNT int32_t ___MESSAGE_MAX_COUNT_1; // System.String DMCore.Logic.CMessageManager::DEST_DIRECTORY String_t* ___DEST_DIRECTORY_10; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_PHOTOID String_t* ___MESSAGE_DATA_KEY_PHOTOID_11; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_USERID String_t* ___MESSAGE_DATA_KEY_USERID_12; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_NAME String_t* ___MESSAGE_DATA_KEY_NAME_13; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_SEX String_t* ___MESSAGE_DATA_KEY_SEX_14; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_TIME String_t* ___MESSAGE_DATA_KEY_TIME_15; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_CHARMVALUE String_t* ___MESSAGE_DATA_KEY_CHARMVALUE_16; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_GIFTID String_t* ___MESSAGE_DATA_KEY_GIFTID_17; // System.String DMCore.Logic.CMessageManager::MESSAGE_DATA_KEY_ISREADALREADY String_t* ___MESSAGE_DATA_KEY_ISREADALREADY_18; // DMCore.Logic.CMessageManager DMCore.Logic.CMessageManager::s_Instance CMessageManager_t3136027633 * ___s_Instance_19; public: inline static int32_t get_offset_of_MESSAGE_COUNT_IN_ONE_PAGE_0() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_COUNT_IN_ONE_PAGE_0)); } inline int32_t get_MESSAGE_COUNT_IN_ONE_PAGE_0() const { return ___MESSAGE_COUNT_IN_ONE_PAGE_0; } inline int32_t* get_address_of_MESSAGE_COUNT_IN_ONE_PAGE_0() { return &___MESSAGE_COUNT_IN_ONE_PAGE_0; } inline void set_MESSAGE_COUNT_IN_ONE_PAGE_0(int32_t value) { ___MESSAGE_COUNT_IN_ONE_PAGE_0 = value; } inline static int32_t get_offset_of_MESSAGE_MAX_COUNT_1() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_MAX_COUNT_1)); } inline int32_t get_MESSAGE_MAX_COUNT_1() const { return ___MESSAGE_MAX_COUNT_1; } inline int32_t* get_address_of_MESSAGE_MAX_COUNT_1() { return &___MESSAGE_MAX_COUNT_1; } inline void set_MESSAGE_MAX_COUNT_1(int32_t value) { ___MESSAGE_MAX_COUNT_1 = value; } inline static int32_t get_offset_of_DEST_DIRECTORY_10() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___DEST_DIRECTORY_10)); } inline String_t* get_DEST_DIRECTORY_10() const { return ___DEST_DIRECTORY_10; } inline String_t** get_address_of_DEST_DIRECTORY_10() { return &___DEST_DIRECTORY_10; } inline void set_DEST_DIRECTORY_10(String_t* value) { ___DEST_DIRECTORY_10 = value; Il2CppCodeGenWriteBarrier((&___DEST_DIRECTORY_10), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_PHOTOID_11() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_PHOTOID_11)); } inline String_t* get_MESSAGE_DATA_KEY_PHOTOID_11() const { return ___MESSAGE_DATA_KEY_PHOTOID_11; } inline String_t** get_address_of_MESSAGE_DATA_KEY_PHOTOID_11() { return &___MESSAGE_DATA_KEY_PHOTOID_11; } inline void set_MESSAGE_DATA_KEY_PHOTOID_11(String_t* value) { ___MESSAGE_DATA_KEY_PHOTOID_11 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_PHOTOID_11), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_USERID_12() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_USERID_12)); } inline String_t* get_MESSAGE_DATA_KEY_USERID_12() const { return ___MESSAGE_DATA_KEY_USERID_12; } inline String_t** get_address_of_MESSAGE_DATA_KEY_USERID_12() { return &___MESSAGE_DATA_KEY_USERID_12; } inline void set_MESSAGE_DATA_KEY_USERID_12(String_t* value) { ___MESSAGE_DATA_KEY_USERID_12 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_USERID_12), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_NAME_13() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_NAME_13)); } inline String_t* get_MESSAGE_DATA_KEY_NAME_13() const { return ___MESSAGE_DATA_KEY_NAME_13; } inline String_t** get_address_of_MESSAGE_DATA_KEY_NAME_13() { return &___MESSAGE_DATA_KEY_NAME_13; } inline void set_MESSAGE_DATA_KEY_NAME_13(String_t* value) { ___MESSAGE_DATA_KEY_NAME_13 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_NAME_13), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_SEX_14() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_SEX_14)); } inline String_t* get_MESSAGE_DATA_KEY_SEX_14() const { return ___MESSAGE_DATA_KEY_SEX_14; } inline String_t** get_address_of_MESSAGE_DATA_KEY_SEX_14() { return &___MESSAGE_DATA_KEY_SEX_14; } inline void set_MESSAGE_DATA_KEY_SEX_14(String_t* value) { ___MESSAGE_DATA_KEY_SEX_14 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_SEX_14), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_TIME_15() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_TIME_15)); } inline String_t* get_MESSAGE_DATA_KEY_TIME_15() const { return ___MESSAGE_DATA_KEY_TIME_15; } inline String_t** get_address_of_MESSAGE_DATA_KEY_TIME_15() { return &___MESSAGE_DATA_KEY_TIME_15; } inline void set_MESSAGE_DATA_KEY_TIME_15(String_t* value) { ___MESSAGE_DATA_KEY_TIME_15 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_TIME_15), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_CHARMVALUE_16() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_CHARMVALUE_16)); } inline String_t* get_MESSAGE_DATA_KEY_CHARMVALUE_16() const { return ___MESSAGE_DATA_KEY_CHARMVALUE_16; } inline String_t** get_address_of_MESSAGE_DATA_KEY_CHARMVALUE_16() { return &___MESSAGE_DATA_KEY_CHARMVALUE_16; } inline void set_MESSAGE_DATA_KEY_CHARMVALUE_16(String_t* value) { ___MESSAGE_DATA_KEY_CHARMVALUE_16 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_CHARMVALUE_16), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_GIFTID_17() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_GIFTID_17)); } inline String_t* get_MESSAGE_DATA_KEY_GIFTID_17() const { return ___MESSAGE_DATA_KEY_GIFTID_17; } inline String_t** get_address_of_MESSAGE_DATA_KEY_GIFTID_17() { return &___MESSAGE_DATA_KEY_GIFTID_17; } inline void set_MESSAGE_DATA_KEY_GIFTID_17(String_t* value) { ___MESSAGE_DATA_KEY_GIFTID_17 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_GIFTID_17), value); } inline static int32_t get_offset_of_MESSAGE_DATA_KEY_ISREADALREADY_18() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___MESSAGE_DATA_KEY_ISREADALREADY_18)); } inline String_t* get_MESSAGE_DATA_KEY_ISREADALREADY_18() const { return ___MESSAGE_DATA_KEY_ISREADALREADY_18; } inline String_t** get_address_of_MESSAGE_DATA_KEY_ISREADALREADY_18() { return &___MESSAGE_DATA_KEY_ISREADALREADY_18; } inline void set_MESSAGE_DATA_KEY_ISREADALREADY_18(String_t* value) { ___MESSAGE_DATA_KEY_ISREADALREADY_18 = value; Il2CppCodeGenWriteBarrier((&___MESSAGE_DATA_KEY_ISREADALREADY_18), value); } inline static int32_t get_offset_of_s_Instance_19() { return static_cast(offsetof(CMessageManager_t3136027633_StaticFields, ___s_Instance_19)); } inline CMessageManager_t3136027633 * get_s_Instance_19() const { return ___s_Instance_19; } inline CMessageManager_t3136027633 ** get_address_of_s_Instance_19() { return &___s_Instance_19; } inline void set_s_Instance_19(CMessageManager_t3136027633 * value) { ___s_Instance_19 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMESSAGEMANAGER_T3136027633_H #ifndef MESHFILTER_T3523625662_H #define MESHFILTER_T3523625662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MeshFilter struct MeshFilter_t3523625662 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MESHFILTER_T3523625662_H #ifndef ANIMATIONCLIP_T2318505987_H #define ANIMATIONCLIP_T2318505987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AnimationClip struct AnimationClip_t2318505987 : public Motion_t1110556653 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATIONCLIP_T2318505987_H #ifndef TRANSFORM_T3600365921_H #define TRANSFORM_T3600365921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Transform struct Transform_t3600365921 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSFORM_T3600365921_H #ifndef 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_T3123413348_H #define ACTION_1_T3123413348_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3123413348 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3123413348_H #ifndef ONCONFIRMUSEAMOUNT_T3345112943_H #define ONCONFIRMUSEAMOUNT_T3345112943_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmUseAmount struct OnConfirmUseAmount_t3345112943 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCONFIRMUSEAMOUNT_T3345112943_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_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 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 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 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 ONROULETTEENDCALLBACK_T4075122966_H #define ONROULETTEENDCALLBACK_T4075122966_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndLottery/OnRouletteEndCallBack struct OnRouletteEndCallBack_t4075122966 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONROULETTEENDCALLBACK_T4075122966_H #ifndef CHANGEHANDLER_T1870456169_H #define CHANGEHANDLER_T1870456169_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiBtnList/ChangeHandler struct ChangeHandler_t1870456169 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHANGEHANDLER_T1870456169_H #ifndef PAGECHANGEDHANDLER_T2100854622_H #define PAGECHANGEDHANDLER_T2100854622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ItemPageGroup/PageChangedHandler struct PageChangedHandler_t2100854622 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PAGECHANGEDHANDLER_T2100854622_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef ACTION_1_T3252573759_H #define ACTION_1_T3252573759_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_t3252573759 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3252573759_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 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 ACTION_1_T2019918284_H #define ACTION_1_T2019918284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2019918284 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2019918284_H #ifndef COLLIDER_T1773347010_H #define COLLIDER_T1773347010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Collider struct Collider_t1773347010 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLIDER_T1773347010_H #ifndef BEHAVIOUR_T1437897464_H #define BEHAVIOUR_T1437897464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Behaviour struct Behaviour_t1437897464 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BEHAVIOUR_T1437897464_H #ifndef ISCENENPCBASE_T3974693970_H #define ISCENENPCBASE_T3974693970_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.ISceneNpcBase struct ISceneNpcBase_t3974693970 : public ISceneBaseObj_t858622483 { public: // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::k__BackingField bool ___U3CIsSubmitAlreadyU3Ek__BackingField_19; // System.Int64 DMCore.Framework.Scene.ISceneNpcBase::m_FollowTargetID int64_t ___m_FollowTargetID_20; // System.Single DMCore.Framework.Scene.ISceneNpcBase::m_FollowSpeed float ___m_FollowSpeed_21; // System.Single DMCore.Framework.Scene.ISceneNpcBase::m_SafeDistance float ___m_SafeDistance_22; // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::m_IsEnableFollow bool ___m_IsEnableFollow_23; public: inline static int32_t get_offset_of_U3CIsSubmitAlreadyU3Ek__BackingField_19() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___U3CIsSubmitAlreadyU3Ek__BackingField_19)); } inline bool get_U3CIsSubmitAlreadyU3Ek__BackingField_19() const { return ___U3CIsSubmitAlreadyU3Ek__BackingField_19; } inline bool* get_address_of_U3CIsSubmitAlreadyU3Ek__BackingField_19() { return &___U3CIsSubmitAlreadyU3Ek__BackingField_19; } inline void set_U3CIsSubmitAlreadyU3Ek__BackingField_19(bool value) { ___U3CIsSubmitAlreadyU3Ek__BackingField_19 = value; } inline static int32_t get_offset_of_m_FollowTargetID_20() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_FollowTargetID_20)); } inline int64_t get_m_FollowTargetID_20() const { return ___m_FollowTargetID_20; } inline int64_t* get_address_of_m_FollowTargetID_20() { return &___m_FollowTargetID_20; } inline void set_m_FollowTargetID_20(int64_t value) { ___m_FollowTargetID_20 = value; } inline static int32_t get_offset_of_m_FollowSpeed_21() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_FollowSpeed_21)); } inline float get_m_FollowSpeed_21() const { return ___m_FollowSpeed_21; } inline float* get_address_of_m_FollowSpeed_21() { return &___m_FollowSpeed_21; } inline void set_m_FollowSpeed_21(float value) { ___m_FollowSpeed_21 = value; } inline static int32_t get_offset_of_m_SafeDistance_22() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_SafeDistance_22)); } inline float get_m_SafeDistance_22() const { return ___m_SafeDistance_22; } inline float* get_address_of_m_SafeDistance_22() { return &___m_SafeDistance_22; } inline void set_m_SafeDistance_22(float value) { ___m_SafeDistance_22 = value; } inline static int32_t get_offset_of_m_IsEnableFollow_23() { return static_cast(offsetof(ISceneNpcBase_t3974693970, ___m_IsEnableFollow_23)); } inline bool get_m_IsEnableFollow_23() const { return ___m_IsEnableFollow_23; } inline bool* get_address_of_m_IsEnableFollow_23() { return &___m_IsEnableFollow_23; } inline void set_m_IsEnableFollow_23(bool value) { ___m_IsEnableFollow_23 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISCENENPCBASE_T3974693970_H #ifndef 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 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 ACTION_1_T1286104214_H #define ACTION_1_T1286104214_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1286104214 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1286104214_H #ifndef 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 ONCLICKMSGCALLBACK_T2417972543_H #define ONCLICKMSGCALLBACK_T2417972543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiBuyLotteryNum/OnClickMsgCallBack struct OnClickMsgCallBack_t2417972543 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCLICKMSGCALLBACK_T2417972543_H #ifndef ACTION_1_T1302699353_H #define ACTION_1_T1302699353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1302699353 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1302699353_H #ifndef ANIMATION_T3648466861_H #define ANIMATION_T3648466861_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Animation struct Animation_t3648466861 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATION_T3648466861_H #ifndef 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 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 UIMONOMENUARROW_T4143206342_H #define UIMONOMENUARROW_T4143206342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiMonoMenuArrow struct uiMonoMenuArrow_t4143206342 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIMONOMENUARROW_T4143206342_H #ifndef UIBUTTONMESSAGE_T952534536_H #define UIBUTTONMESSAGE_T952534536_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIButtonMessage struct UIButtonMessage_t952534536 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject UIButtonMessage::target GameObject_t1113636619 * ___target_2; // System.String UIButtonMessage::functionName String_t* ___functionName_3; // UIButtonMessage/Trigger UIButtonMessage::trigger int32_t ___trigger_4; // System.Boolean UIButtonMessage::includeChildren bool ___includeChildren_5; // System.Boolean UIButtonMessage::mStarted bool ___mStarted_6; // System.Boolean UIButtonMessage::mHighlighted bool ___mHighlighted_7; public: inline static int32_t get_offset_of_target_2() { return static_cast(offsetof(UIButtonMessage_t952534536, ___target_2)); } inline GameObject_t1113636619 * get_target_2() const { return ___target_2; } inline GameObject_t1113636619 ** get_address_of_target_2() { return &___target_2; } inline void set_target_2(GameObject_t1113636619 * value) { ___target_2 = value; Il2CppCodeGenWriteBarrier((&___target_2), value); } inline static int32_t get_offset_of_functionName_3() { return static_cast(offsetof(UIButtonMessage_t952534536, ___functionName_3)); } inline String_t* get_functionName_3() const { return ___functionName_3; } inline String_t** get_address_of_functionName_3() { return &___functionName_3; } inline void set_functionName_3(String_t* value) { ___functionName_3 = value; Il2CppCodeGenWriteBarrier((&___functionName_3), value); } inline static int32_t get_offset_of_trigger_4() { return static_cast(offsetof(UIButtonMessage_t952534536, ___trigger_4)); } inline int32_t get_trigger_4() const { return ___trigger_4; } inline int32_t* get_address_of_trigger_4() { return &___trigger_4; } inline void set_trigger_4(int32_t value) { ___trigger_4 = value; } inline static int32_t get_offset_of_includeChildren_5() { return static_cast(offsetof(UIButtonMessage_t952534536, ___includeChildren_5)); } inline bool get_includeChildren_5() const { return ___includeChildren_5; } inline bool* get_address_of_includeChildren_5() { return &___includeChildren_5; } inline void set_includeChildren_5(bool value) { ___includeChildren_5 = value; } inline static int32_t get_offset_of_mStarted_6() { return static_cast(offsetof(UIButtonMessage_t952534536, ___mStarted_6)); } inline bool get_mStarted_6() const { return ___mStarted_6; } inline bool* get_address_of_mStarted_6() { return &___mStarted_6; } inline void set_mStarted_6(bool value) { ___mStarted_6 = value; } inline static int32_t get_offset_of_mHighlighted_7() { return static_cast(offsetof(UIButtonMessage_t952534536, ___mHighlighted_7)); } inline bool get_mHighlighted_7() const { return ___mHighlighted_7; } inline bool* get_address_of_mHighlighted_7() { return &___mHighlighted_7; } inline void set_mHighlighted_7(bool value) { ___mHighlighted_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIBUTTONMESSAGE_T952534536_H #ifndef DETAILWND_T3732401977_H #define DETAILWND_T3732401977_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DetailWnd struct DetailWnd_t3732401977 : public MonoBehaviour_t3962482529 { public: // UILabel DetailWnd::m_Desc UILabel_t3248798549 * ___m_Desc_2; // UILabel DetailWnd::m_Name UILabel_t3248798549 * ___m_Name_3; // UITexture DetailWnd::m_Icon UITexture_t3471168817 * ___m_Icon_4; // System.Int32 DetailWnd::m_configId int32_t ___m_configId_5; // System.Boolean DetailWnd::mAboutAvatar bool ___mAboutAvatar_6; // System.Boolean DetailWnd::isPageInit bool ___isPageInit_7; public: inline static int32_t get_offset_of_m_Desc_2() { return static_cast(offsetof(DetailWnd_t3732401977, ___m_Desc_2)); } inline UILabel_t3248798549 * get_m_Desc_2() const { return ___m_Desc_2; } inline UILabel_t3248798549 ** get_address_of_m_Desc_2() { return &___m_Desc_2; } inline void set_m_Desc_2(UILabel_t3248798549 * value) { ___m_Desc_2 = value; Il2CppCodeGenWriteBarrier((&___m_Desc_2), value); } inline static int32_t get_offset_of_m_Name_3() { return static_cast(offsetof(DetailWnd_t3732401977, ___m_Name_3)); } inline UILabel_t3248798549 * get_m_Name_3() const { return ___m_Name_3; } inline UILabel_t3248798549 ** get_address_of_m_Name_3() { return &___m_Name_3; } inline void set_m_Name_3(UILabel_t3248798549 * value) { ___m_Name_3 = value; Il2CppCodeGenWriteBarrier((&___m_Name_3), value); } inline static int32_t get_offset_of_m_Icon_4() { return static_cast(offsetof(DetailWnd_t3732401977, ___m_Icon_4)); } inline UITexture_t3471168817 * get_m_Icon_4() const { return ___m_Icon_4; } inline UITexture_t3471168817 ** get_address_of_m_Icon_4() { return &___m_Icon_4; } inline void set_m_Icon_4(UITexture_t3471168817 * value) { ___m_Icon_4 = value; Il2CppCodeGenWriteBarrier((&___m_Icon_4), value); } inline static int32_t get_offset_of_m_configId_5() { return static_cast(offsetof(DetailWnd_t3732401977, ___m_configId_5)); } inline int32_t get_m_configId_5() const { return ___m_configId_5; } inline int32_t* get_address_of_m_configId_5() { return &___m_configId_5; } inline void set_m_configId_5(int32_t value) { ___m_configId_5 = value; } inline static int32_t get_offset_of_mAboutAvatar_6() { return static_cast(offsetof(DetailWnd_t3732401977, ___mAboutAvatar_6)); } inline bool get_mAboutAvatar_6() const { return ___mAboutAvatar_6; } inline bool* get_address_of_mAboutAvatar_6() { return &___mAboutAvatar_6; } inline void set_mAboutAvatar_6(bool value) { ___mAboutAvatar_6 = value; } inline static int32_t get_offset_of_isPageInit_7() { return static_cast(offsetof(DetailWnd_t3732401977, ___isPageInit_7)); } inline bool get_isPageInit_7() const { return ___isPageInit_7; } inline bool* get_address_of_isPageInit_7() { return &___isPageInit_7; } inline void set_isPageInit_7(bool value) { ___isPageInit_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DETAILWND_T3732401977_H #ifndef UIEVENTLISTENER_T1665237878_H #define UIEVENTLISTENER_T1665237878_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIEventListener struct UIEventListener_t1665237878 : public MonoBehaviour_t3962482529 { public: // System.Object UIEventListener::parameter RuntimeObject * ___parameter_2; // System.Action`1 UIEventListener::onSubmit Action_1_t1286104214 * ___onSubmit_3; // System.Action`1 UIEventListener::onClick Action_1_t1286104214 * ___onClick_4; // System.Action`1 UIEventListener::onDoubleClick Action_1_t1286104214 * ___onDoubleClick_5; // System.Action`2 UIEventListener::onHover Action_2_t4266817756 * ___onHover_6; // System.Action`2 UIEventListener::onPress Action_2_t4266817756 * ___onPress_7; // System.Action`2 UIEventListener::onSelect Action_2_t4266817756 * ___onSelect_8; // System.Action`2 UIEventListener::onScroll Action_2_t1271829269 * ___onScroll_9; // System.Action`2 UIEventListener::onDrag Action_2_t2030792018 * ___onDrag_10; // System.Action`2 UIEventListener::onDrop Action_2_t988199114 * ___onDrop_11; // System.Action`2 UIEventListener::onInput Action_2_t1722013184 * ___onInput_12; // System.Action`2 UIEventListener::onKey Action_2_t2473856772 * ___onKey_13; public: inline static int32_t get_offset_of_parameter_2() { return static_cast(offsetof(UIEventListener_t1665237878, ___parameter_2)); } inline RuntimeObject * get_parameter_2() const { return ___parameter_2; } inline RuntimeObject ** get_address_of_parameter_2() { return &___parameter_2; } inline void set_parameter_2(RuntimeObject * value) { ___parameter_2 = value; Il2CppCodeGenWriteBarrier((&___parameter_2), value); } inline static int32_t get_offset_of_onSubmit_3() { return static_cast(offsetof(UIEventListener_t1665237878, ___onSubmit_3)); } inline Action_1_t1286104214 * get_onSubmit_3() const { return ___onSubmit_3; } inline Action_1_t1286104214 ** get_address_of_onSubmit_3() { return &___onSubmit_3; } inline void set_onSubmit_3(Action_1_t1286104214 * value) { ___onSubmit_3 = value; Il2CppCodeGenWriteBarrier((&___onSubmit_3), value); } inline static int32_t get_offset_of_onClick_4() { return static_cast(offsetof(UIEventListener_t1665237878, ___onClick_4)); } inline Action_1_t1286104214 * get_onClick_4() const { return ___onClick_4; } inline Action_1_t1286104214 ** get_address_of_onClick_4() { return &___onClick_4; } inline void set_onClick_4(Action_1_t1286104214 * value) { ___onClick_4 = value; Il2CppCodeGenWriteBarrier((&___onClick_4), value); } inline static int32_t get_offset_of_onDoubleClick_5() { return static_cast(offsetof(UIEventListener_t1665237878, ___onDoubleClick_5)); } inline Action_1_t1286104214 * get_onDoubleClick_5() const { return ___onDoubleClick_5; } inline Action_1_t1286104214 ** get_address_of_onDoubleClick_5() { return &___onDoubleClick_5; } inline void set_onDoubleClick_5(Action_1_t1286104214 * value) { ___onDoubleClick_5 = value; Il2CppCodeGenWriteBarrier((&___onDoubleClick_5), value); } inline static int32_t get_offset_of_onHover_6() { return static_cast(offsetof(UIEventListener_t1665237878, ___onHover_6)); } inline Action_2_t4266817756 * get_onHover_6() const { return ___onHover_6; } inline Action_2_t4266817756 ** get_address_of_onHover_6() { return &___onHover_6; } inline void set_onHover_6(Action_2_t4266817756 * value) { ___onHover_6 = value; Il2CppCodeGenWriteBarrier((&___onHover_6), value); } inline static int32_t get_offset_of_onPress_7() { return static_cast(offsetof(UIEventListener_t1665237878, ___onPress_7)); } inline Action_2_t4266817756 * get_onPress_7() const { return ___onPress_7; } inline Action_2_t4266817756 ** get_address_of_onPress_7() { return &___onPress_7; } inline void set_onPress_7(Action_2_t4266817756 * value) { ___onPress_7 = value; Il2CppCodeGenWriteBarrier((&___onPress_7), value); } inline static int32_t get_offset_of_onSelect_8() { return static_cast(offsetof(UIEventListener_t1665237878, ___onSelect_8)); } inline Action_2_t4266817756 * get_onSelect_8() const { return ___onSelect_8; } inline Action_2_t4266817756 ** get_address_of_onSelect_8() { return &___onSelect_8; } inline void set_onSelect_8(Action_2_t4266817756 * value) { ___onSelect_8 = value; Il2CppCodeGenWriteBarrier((&___onSelect_8), value); } inline static int32_t get_offset_of_onScroll_9() { return static_cast(offsetof(UIEventListener_t1665237878, ___onScroll_9)); } inline Action_2_t1271829269 * get_onScroll_9() const { return ___onScroll_9; } inline Action_2_t1271829269 ** get_address_of_onScroll_9() { return &___onScroll_9; } inline void set_onScroll_9(Action_2_t1271829269 * value) { ___onScroll_9 = value; Il2CppCodeGenWriteBarrier((&___onScroll_9), value); } inline static int32_t get_offset_of_onDrag_10() { return static_cast(offsetof(UIEventListener_t1665237878, ___onDrag_10)); } inline Action_2_t2030792018 * get_onDrag_10() const { return ___onDrag_10; } inline Action_2_t2030792018 ** get_address_of_onDrag_10() { return &___onDrag_10; } inline void set_onDrag_10(Action_2_t2030792018 * value) { ___onDrag_10 = value; Il2CppCodeGenWriteBarrier((&___onDrag_10), value); } inline static int32_t get_offset_of_onDrop_11() { return static_cast(offsetof(UIEventListener_t1665237878, ___onDrop_11)); } inline Action_2_t988199114 * get_onDrop_11() const { return ___onDrop_11; } inline Action_2_t988199114 ** get_address_of_onDrop_11() { return &___onDrop_11; } inline void set_onDrop_11(Action_2_t988199114 * value) { ___onDrop_11 = value; Il2CppCodeGenWriteBarrier((&___onDrop_11), value); } inline static int32_t get_offset_of_onInput_12() { return static_cast(offsetof(UIEventListener_t1665237878, ___onInput_12)); } inline Action_2_t1722013184 * get_onInput_12() const { return ___onInput_12; } inline Action_2_t1722013184 ** get_address_of_onInput_12() { return &___onInput_12; } inline void set_onInput_12(Action_2_t1722013184 * value) { ___onInput_12 = value; Il2CppCodeGenWriteBarrier((&___onInput_12), value); } inline static int32_t get_offset_of_onKey_13() { return static_cast(offsetof(UIEventListener_t1665237878, ___onKey_13)); } inline Action_2_t2473856772 * get_onKey_13() const { return ___onKey_13; } inline Action_2_t2473856772 ** get_address_of_onKey_13() { return &___onKey_13; } inline void set_onKey_13(Action_2_t2473856772 * value) { ___onKey_13 = value; Il2CppCodeGenWriteBarrier((&___onKey_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIEVENTLISTENER_T1665237878_H #ifndef AMOUNTWND_T1885830546_H #define AMOUNTWND_T1885830546_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // AmountWnd struct AmountWnd_t1885830546 : public MonoBehaviour_t3962482529 { public: // AmountWnd AmountWnd::amountWnd AmountWnd_t1885830546 * ___amountWnd_2; // UITexture AmountWnd::m_ItemIcon UITexture_t3471168817 * ___m_ItemIcon_3; // UILabel AmountWnd::m_ItemName UILabel_t3248798549 * ___m_ItemName_4; // UILabel AmountWnd::m_ItemPrice UILabel_t3248798549 * ___m_ItemPrice_5; // UILabel AmountWnd::m_TotalPrice UILabel_t3248798549 * ___m_TotalPrice_6; // UILabel AmountWnd::m_ItemCountInBox UILabel_t3248798549 * ___m_ItemCountInBox_7; // UnityEngine.Transform AmountWnd::m_Buy Transform_t3600365921 * ___m_Buy_8; // UILabel AmountWnd::m_ItemCountInBar UILabel_t3248798549 * ___m_ItemCountInBar_9; // UILabel AmountWnd::m_LabelUseTip UILabel_t3248798549 * ___m_LabelUseTip_10; // UISprite AmountWnd::m_CashIcon_0 UISprite_t194114938 * ___m_CashIcon_0_11; // UISprite AmountWnd::m_CashIcon_1 UISprite_t194114938 * ___m_CashIcon_1_12; // UILabel AmountWnd::m_BtnOkText UILabel_t3248798549 * ___m_BtnOkText_13; // UnityEngine.Transform AmountWnd::m_PayWayRoot Transform_t3600365921 * ___m_PayWayRoot_14; // UnityEngine.Transform[] AmountWnd::m_paywayPoints TransformU5BU5D_t807237628* ___m_paywayPoints_15; // System.Int32 AmountWnd::m_configId int32_t ___m_configId_16; // System.Int64 AmountWnd::m_amount int64_t ___m_amount_17; // System.Int32 AmountWnd::m_price int32_t ___m_price_18; // System.Boolean AmountWnd::m_bDiamond bool ___m_bDiamond_19; // System.String AmountWnd::m_iconPath String_t* ___m_iconPath_20; // AmountWnd/OnConfirmAmount AmountWnd::m_confirmHandler OnConfirmAmount_t1847612891 * ___m_confirmHandler_21; // AmountWnd/OnConfirmBuyAmount AmountWnd::m_buyconfirmHandler OnConfirmBuyAmount_t1541777540 * ___m_buyconfirmHandler_22; // AmountWnd/OnCancelAndExit AmountWnd::m_cancelHandler OnCancelAndExit_t18917141 * ___m_cancelHandler_23; // System.Int64 AmountWnd::m_pressTime int64_t ___m_pressTime_24; // System.Int64 AmountWnd::m_pressTime_1 int64_t ___m_pressTime_1_25; // System.Boolean AmountWnd::m_pressAdd bool ___m_pressAdd_26; // System.Boolean AmountWnd::m_pressSubtrac bool ___m_pressSubtrac_27; // System.Int32 AmountWnd::m_itemIndex int32_t ___m_itemIndex_28; // System.Int32 AmountWnd::m_cashType int32_t ___m_cashType_29; // System.String AmountWnd::m_userPropPrompt String_t* ___m_userPropPrompt_30; // System.Boolean AmountWnd::isUseProp bool ___isUseProp_31; // System.Int64 AmountWnd::m_propCount int64_t ___m_propCount_32; // System.Boolean AmountWnd::isPageInit bool ___isPageInit_33; // System.Int32 AmountWnd::m_totalPrice int32_t ___m_totalPrice_34; // System.Int64 AmountWnd::m_MaxNum int64_t ___m_MaxNum_35; public: inline static int32_t get_offset_of_amountWnd_2() { return static_cast(offsetof(AmountWnd_t1885830546, ___amountWnd_2)); } inline AmountWnd_t1885830546 * get_amountWnd_2() const { return ___amountWnd_2; } inline AmountWnd_t1885830546 ** get_address_of_amountWnd_2() { return &___amountWnd_2; } inline void set_amountWnd_2(AmountWnd_t1885830546 * value) { ___amountWnd_2 = value; Il2CppCodeGenWriteBarrier((&___amountWnd_2), value); } inline static int32_t get_offset_of_m_ItemIcon_3() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_ItemIcon_3)); } inline UITexture_t3471168817 * get_m_ItemIcon_3() const { return ___m_ItemIcon_3; } inline UITexture_t3471168817 ** get_address_of_m_ItemIcon_3() { return &___m_ItemIcon_3; } inline void set_m_ItemIcon_3(UITexture_t3471168817 * value) { ___m_ItemIcon_3 = value; Il2CppCodeGenWriteBarrier((&___m_ItemIcon_3), value); } inline static int32_t get_offset_of_m_ItemName_4() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_ItemName_4)); } inline UILabel_t3248798549 * get_m_ItemName_4() const { return ___m_ItemName_4; } inline UILabel_t3248798549 ** get_address_of_m_ItemName_4() { return &___m_ItemName_4; } inline void set_m_ItemName_4(UILabel_t3248798549 * value) { ___m_ItemName_4 = value; Il2CppCodeGenWriteBarrier((&___m_ItemName_4), value); } inline static int32_t get_offset_of_m_ItemPrice_5() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_ItemPrice_5)); } inline UILabel_t3248798549 * get_m_ItemPrice_5() const { return ___m_ItemPrice_5; } inline UILabel_t3248798549 ** get_address_of_m_ItemPrice_5() { return &___m_ItemPrice_5; } inline void set_m_ItemPrice_5(UILabel_t3248798549 * value) { ___m_ItemPrice_5 = value; Il2CppCodeGenWriteBarrier((&___m_ItemPrice_5), value); } inline static int32_t get_offset_of_m_TotalPrice_6() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_TotalPrice_6)); } inline UILabel_t3248798549 * get_m_TotalPrice_6() const { return ___m_TotalPrice_6; } inline UILabel_t3248798549 ** get_address_of_m_TotalPrice_6() { return &___m_TotalPrice_6; } inline void set_m_TotalPrice_6(UILabel_t3248798549 * value) { ___m_TotalPrice_6 = value; Il2CppCodeGenWriteBarrier((&___m_TotalPrice_6), value); } inline static int32_t get_offset_of_m_ItemCountInBox_7() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_ItemCountInBox_7)); } inline UILabel_t3248798549 * get_m_ItemCountInBox_7() const { return ___m_ItemCountInBox_7; } inline UILabel_t3248798549 ** get_address_of_m_ItemCountInBox_7() { return &___m_ItemCountInBox_7; } inline void set_m_ItemCountInBox_7(UILabel_t3248798549 * value) { ___m_ItemCountInBox_7 = value; Il2CppCodeGenWriteBarrier((&___m_ItemCountInBox_7), value); } inline static int32_t get_offset_of_m_Buy_8() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_Buy_8)); } inline Transform_t3600365921 * get_m_Buy_8() const { return ___m_Buy_8; } inline Transform_t3600365921 ** get_address_of_m_Buy_8() { return &___m_Buy_8; } inline void set_m_Buy_8(Transform_t3600365921 * value) { ___m_Buy_8 = value; Il2CppCodeGenWriteBarrier((&___m_Buy_8), value); } inline static int32_t get_offset_of_m_ItemCountInBar_9() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_ItemCountInBar_9)); } inline UILabel_t3248798549 * get_m_ItemCountInBar_9() const { return ___m_ItemCountInBar_9; } inline UILabel_t3248798549 ** get_address_of_m_ItemCountInBar_9() { return &___m_ItemCountInBar_9; } inline void set_m_ItemCountInBar_9(UILabel_t3248798549 * value) { ___m_ItemCountInBar_9 = value; Il2CppCodeGenWriteBarrier((&___m_ItemCountInBar_9), value); } inline static int32_t get_offset_of_m_LabelUseTip_10() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_LabelUseTip_10)); } inline UILabel_t3248798549 * get_m_LabelUseTip_10() const { return ___m_LabelUseTip_10; } inline UILabel_t3248798549 ** get_address_of_m_LabelUseTip_10() { return &___m_LabelUseTip_10; } inline void set_m_LabelUseTip_10(UILabel_t3248798549 * value) { ___m_LabelUseTip_10 = value; Il2CppCodeGenWriteBarrier((&___m_LabelUseTip_10), value); } inline static int32_t get_offset_of_m_CashIcon_0_11() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_CashIcon_0_11)); } inline UISprite_t194114938 * get_m_CashIcon_0_11() const { return ___m_CashIcon_0_11; } inline UISprite_t194114938 ** get_address_of_m_CashIcon_0_11() { return &___m_CashIcon_0_11; } inline void set_m_CashIcon_0_11(UISprite_t194114938 * value) { ___m_CashIcon_0_11 = value; Il2CppCodeGenWriteBarrier((&___m_CashIcon_0_11), value); } inline static int32_t get_offset_of_m_CashIcon_1_12() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_CashIcon_1_12)); } inline UISprite_t194114938 * get_m_CashIcon_1_12() const { return ___m_CashIcon_1_12; } inline UISprite_t194114938 ** get_address_of_m_CashIcon_1_12() { return &___m_CashIcon_1_12; } inline void set_m_CashIcon_1_12(UISprite_t194114938 * value) { ___m_CashIcon_1_12 = value; Il2CppCodeGenWriteBarrier((&___m_CashIcon_1_12), value); } inline static int32_t get_offset_of_m_BtnOkText_13() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_BtnOkText_13)); } inline UILabel_t3248798549 * get_m_BtnOkText_13() const { return ___m_BtnOkText_13; } inline UILabel_t3248798549 ** get_address_of_m_BtnOkText_13() { return &___m_BtnOkText_13; } inline void set_m_BtnOkText_13(UILabel_t3248798549 * value) { ___m_BtnOkText_13 = value; Il2CppCodeGenWriteBarrier((&___m_BtnOkText_13), value); } inline static int32_t get_offset_of_m_PayWayRoot_14() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_PayWayRoot_14)); } inline Transform_t3600365921 * get_m_PayWayRoot_14() const { return ___m_PayWayRoot_14; } inline Transform_t3600365921 ** get_address_of_m_PayWayRoot_14() { return &___m_PayWayRoot_14; } inline void set_m_PayWayRoot_14(Transform_t3600365921 * value) { ___m_PayWayRoot_14 = value; Il2CppCodeGenWriteBarrier((&___m_PayWayRoot_14), value); } inline static int32_t get_offset_of_m_paywayPoints_15() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_paywayPoints_15)); } inline TransformU5BU5D_t807237628* get_m_paywayPoints_15() const { return ___m_paywayPoints_15; } inline TransformU5BU5D_t807237628** get_address_of_m_paywayPoints_15() { return &___m_paywayPoints_15; } inline void set_m_paywayPoints_15(TransformU5BU5D_t807237628* value) { ___m_paywayPoints_15 = value; Il2CppCodeGenWriteBarrier((&___m_paywayPoints_15), value); } inline static int32_t get_offset_of_m_configId_16() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_configId_16)); } inline int32_t get_m_configId_16() const { return ___m_configId_16; } inline int32_t* get_address_of_m_configId_16() { return &___m_configId_16; } inline void set_m_configId_16(int32_t value) { ___m_configId_16 = value; } inline static int32_t get_offset_of_m_amount_17() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_amount_17)); } inline int64_t get_m_amount_17() const { return ___m_amount_17; } inline int64_t* get_address_of_m_amount_17() { return &___m_amount_17; } inline void set_m_amount_17(int64_t value) { ___m_amount_17 = value; } inline static int32_t get_offset_of_m_price_18() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_price_18)); } inline int32_t get_m_price_18() const { return ___m_price_18; } inline int32_t* get_address_of_m_price_18() { return &___m_price_18; } inline void set_m_price_18(int32_t value) { ___m_price_18 = value; } inline static int32_t get_offset_of_m_bDiamond_19() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_bDiamond_19)); } inline bool get_m_bDiamond_19() const { return ___m_bDiamond_19; } inline bool* get_address_of_m_bDiamond_19() { return &___m_bDiamond_19; } inline void set_m_bDiamond_19(bool value) { ___m_bDiamond_19 = value; } inline static int32_t get_offset_of_m_iconPath_20() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_iconPath_20)); } inline String_t* get_m_iconPath_20() const { return ___m_iconPath_20; } inline String_t** get_address_of_m_iconPath_20() { return &___m_iconPath_20; } inline void set_m_iconPath_20(String_t* value) { ___m_iconPath_20 = value; Il2CppCodeGenWriteBarrier((&___m_iconPath_20), value); } inline static int32_t get_offset_of_m_confirmHandler_21() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_confirmHandler_21)); } inline OnConfirmAmount_t1847612891 * get_m_confirmHandler_21() const { return ___m_confirmHandler_21; } inline OnConfirmAmount_t1847612891 ** get_address_of_m_confirmHandler_21() { return &___m_confirmHandler_21; } inline void set_m_confirmHandler_21(OnConfirmAmount_t1847612891 * value) { ___m_confirmHandler_21 = value; Il2CppCodeGenWriteBarrier((&___m_confirmHandler_21), value); } inline static int32_t get_offset_of_m_buyconfirmHandler_22() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_buyconfirmHandler_22)); } inline OnConfirmBuyAmount_t1541777540 * get_m_buyconfirmHandler_22() const { return ___m_buyconfirmHandler_22; } inline OnConfirmBuyAmount_t1541777540 ** get_address_of_m_buyconfirmHandler_22() { return &___m_buyconfirmHandler_22; } inline void set_m_buyconfirmHandler_22(OnConfirmBuyAmount_t1541777540 * value) { ___m_buyconfirmHandler_22 = value; Il2CppCodeGenWriteBarrier((&___m_buyconfirmHandler_22), value); } inline static int32_t get_offset_of_m_cancelHandler_23() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_cancelHandler_23)); } inline OnCancelAndExit_t18917141 * get_m_cancelHandler_23() const { return ___m_cancelHandler_23; } inline OnCancelAndExit_t18917141 ** get_address_of_m_cancelHandler_23() { return &___m_cancelHandler_23; } inline void set_m_cancelHandler_23(OnCancelAndExit_t18917141 * value) { ___m_cancelHandler_23 = value; Il2CppCodeGenWriteBarrier((&___m_cancelHandler_23), value); } inline static int32_t get_offset_of_m_pressTime_24() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_pressTime_24)); } inline int64_t get_m_pressTime_24() const { return ___m_pressTime_24; } inline int64_t* get_address_of_m_pressTime_24() { return &___m_pressTime_24; } inline void set_m_pressTime_24(int64_t value) { ___m_pressTime_24 = value; } inline static int32_t get_offset_of_m_pressTime_1_25() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_pressTime_1_25)); } inline int64_t get_m_pressTime_1_25() const { return ___m_pressTime_1_25; } inline int64_t* get_address_of_m_pressTime_1_25() { return &___m_pressTime_1_25; } inline void set_m_pressTime_1_25(int64_t value) { ___m_pressTime_1_25 = value; } inline static int32_t get_offset_of_m_pressAdd_26() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_pressAdd_26)); } inline bool get_m_pressAdd_26() const { return ___m_pressAdd_26; } inline bool* get_address_of_m_pressAdd_26() { return &___m_pressAdd_26; } inline void set_m_pressAdd_26(bool value) { ___m_pressAdd_26 = value; } inline static int32_t get_offset_of_m_pressSubtrac_27() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_pressSubtrac_27)); } inline bool get_m_pressSubtrac_27() const { return ___m_pressSubtrac_27; } inline bool* get_address_of_m_pressSubtrac_27() { return &___m_pressSubtrac_27; } inline void set_m_pressSubtrac_27(bool value) { ___m_pressSubtrac_27 = value; } inline static int32_t get_offset_of_m_itemIndex_28() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_itemIndex_28)); } inline int32_t get_m_itemIndex_28() const { return ___m_itemIndex_28; } inline int32_t* get_address_of_m_itemIndex_28() { return &___m_itemIndex_28; } inline void set_m_itemIndex_28(int32_t value) { ___m_itemIndex_28 = value; } inline static int32_t get_offset_of_m_cashType_29() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_cashType_29)); } inline int32_t get_m_cashType_29() const { return ___m_cashType_29; } inline int32_t* get_address_of_m_cashType_29() { return &___m_cashType_29; } inline void set_m_cashType_29(int32_t value) { ___m_cashType_29 = value; } inline static int32_t get_offset_of_m_userPropPrompt_30() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_userPropPrompt_30)); } inline String_t* get_m_userPropPrompt_30() const { return ___m_userPropPrompt_30; } inline String_t** get_address_of_m_userPropPrompt_30() { return &___m_userPropPrompt_30; } inline void set_m_userPropPrompt_30(String_t* value) { ___m_userPropPrompt_30 = value; Il2CppCodeGenWriteBarrier((&___m_userPropPrompt_30), value); } inline static int32_t get_offset_of_isUseProp_31() { return static_cast(offsetof(AmountWnd_t1885830546, ___isUseProp_31)); } inline bool get_isUseProp_31() const { return ___isUseProp_31; } inline bool* get_address_of_isUseProp_31() { return &___isUseProp_31; } inline void set_isUseProp_31(bool value) { ___isUseProp_31 = value; } inline static int32_t get_offset_of_m_propCount_32() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_propCount_32)); } inline int64_t get_m_propCount_32() const { return ___m_propCount_32; } inline int64_t* get_address_of_m_propCount_32() { return &___m_propCount_32; } inline void set_m_propCount_32(int64_t value) { ___m_propCount_32 = value; } inline static int32_t get_offset_of_isPageInit_33() { return static_cast(offsetof(AmountWnd_t1885830546, ___isPageInit_33)); } inline bool get_isPageInit_33() const { return ___isPageInit_33; } inline bool* get_address_of_isPageInit_33() { return &___isPageInit_33; } inline void set_isPageInit_33(bool value) { ___isPageInit_33 = value; } inline static int32_t get_offset_of_m_totalPrice_34() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_totalPrice_34)); } inline int32_t get_m_totalPrice_34() const { return ___m_totalPrice_34; } inline int32_t* get_address_of_m_totalPrice_34() { return &___m_totalPrice_34; } inline void set_m_totalPrice_34(int32_t value) { ___m_totalPrice_34 = value; } inline static int32_t get_offset_of_m_MaxNum_35() { return static_cast(offsetof(AmountWnd_t1885830546, ___m_MaxNum_35)); } inline int64_t get_m_MaxNum_35() const { return ___m_MaxNum_35; } inline int64_t* get_address_of_m_MaxNum_35() { return &___m_MaxNum_35; } inline void set_m_MaxNum_35(int64_t value) { ___m_MaxNum_35 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AMOUNTWND_T1885830546_H #ifndef UIBUTTONSCALE_T3973287916_H #define UIBUTTONSCALE_T3973287916_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIButtonScale struct UIButtonScale_t3973287916 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform UIButtonScale::tweenTarget Transform_t3600365921 * ___tweenTarget_2; // UnityEngine.Vector3 UIButtonScale::hover Vector3_t3722313464 ___hover_3; // UnityEngine.Vector3 UIButtonScale::pressed Vector3_t3722313464 ___pressed_4; // System.Single UIButtonScale::duration float ___duration_5; // UnityEngine.Vector3 UIButtonScale::mScale Vector3_t3722313464 ___mScale_6; // System.Boolean UIButtonScale::mStarted bool ___mStarted_7; // System.Boolean UIButtonScale::mHighlighted bool ___mHighlighted_8; public: inline static int32_t get_offset_of_tweenTarget_2() { return static_cast(offsetof(UIButtonScale_t3973287916, ___tweenTarget_2)); } inline Transform_t3600365921 * get_tweenTarget_2() const { return ___tweenTarget_2; } inline Transform_t3600365921 ** get_address_of_tweenTarget_2() { return &___tweenTarget_2; } inline void set_tweenTarget_2(Transform_t3600365921 * value) { ___tweenTarget_2 = value; Il2CppCodeGenWriteBarrier((&___tweenTarget_2), value); } inline static int32_t get_offset_of_hover_3() { return static_cast(offsetof(UIButtonScale_t3973287916, ___hover_3)); } inline Vector3_t3722313464 get_hover_3() const { return ___hover_3; } inline Vector3_t3722313464 * get_address_of_hover_3() { return &___hover_3; } inline void set_hover_3(Vector3_t3722313464 value) { ___hover_3 = value; } inline static int32_t get_offset_of_pressed_4() { return static_cast(offsetof(UIButtonScale_t3973287916, ___pressed_4)); } inline Vector3_t3722313464 get_pressed_4() const { return ___pressed_4; } inline Vector3_t3722313464 * get_address_of_pressed_4() { return &___pressed_4; } inline void set_pressed_4(Vector3_t3722313464 value) { ___pressed_4 = value; } inline static int32_t get_offset_of_duration_5() { return static_cast(offsetof(UIButtonScale_t3973287916, ___duration_5)); } inline float get_duration_5() const { return ___duration_5; } inline float* get_address_of_duration_5() { return &___duration_5; } inline void set_duration_5(float value) { ___duration_5 = value; } inline static int32_t get_offset_of_mScale_6() { return static_cast(offsetof(UIButtonScale_t3973287916, ___mScale_6)); } inline Vector3_t3722313464 get_mScale_6() const { return ___mScale_6; } inline Vector3_t3722313464 * get_address_of_mScale_6() { return &___mScale_6; } inline void set_mScale_6(Vector3_t3722313464 value) { ___mScale_6 = value; } inline static int32_t get_offset_of_mStarted_7() { return static_cast(offsetof(UIButtonScale_t3973287916, ___mStarted_7)); } inline bool get_mStarted_7() const { return ___mStarted_7; } inline bool* get_address_of_mStarted_7() { return &___mStarted_7; } inline void set_mStarted_7(bool value) { ___mStarted_7 = value; } inline static int32_t get_offset_of_mHighlighted_8() { return static_cast(offsetof(UIButtonScale_t3973287916, ___mHighlighted_8)); } inline bool get_mHighlighted_8() const { return ___mHighlighted_8; } inline bool* get_address_of_mHighlighted_8() { return &___mHighlighted_8; } inline void set_mHighlighted_8(bool value) { ___mHighlighted_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIBUTTONSCALE_T3973287916_H #ifndef UISUITCASEPKGLIST_T1807308089_H #define UISUITCASEPKGLIST_T1807308089_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiSuitcasePkgList struct uiSuitcasePkgList_t1807308089 : public MonoBehaviour_t3962482529 { public: // DMListView uiSuitcasePkgList::m_ListView DMListView_t512231514 * ___m_ListView_2; // System.Boolean uiSuitcasePkgList::isPageInit bool ___isPageInit_3; // System.Int32 uiSuitcasePkgList::currentSetRowNum int32_t ___currentSetRowNum_4; // System.Int32 uiSuitcasePkgList::m_tickLabor int32_t ___m_tickLabor_5; public: inline static int32_t get_offset_of_m_ListView_2() { return static_cast(offsetof(uiSuitcasePkgList_t1807308089, ___m_ListView_2)); } inline DMListView_t512231514 * get_m_ListView_2() const { return ___m_ListView_2; } inline DMListView_t512231514 ** get_address_of_m_ListView_2() { return &___m_ListView_2; } inline void set_m_ListView_2(DMListView_t512231514 * value) { ___m_ListView_2 = value; Il2CppCodeGenWriteBarrier((&___m_ListView_2), value); } inline static int32_t get_offset_of_isPageInit_3() { return static_cast(offsetof(uiSuitcasePkgList_t1807308089, ___isPageInit_3)); } inline bool get_isPageInit_3() const { return ___isPageInit_3; } inline bool* get_address_of_isPageInit_3() { return &___isPageInit_3; } inline void set_isPageInit_3(bool value) { ___isPageInit_3 = value; } inline static int32_t get_offset_of_currentSetRowNum_4() { return static_cast(offsetof(uiSuitcasePkgList_t1807308089, ___currentSetRowNum_4)); } inline int32_t get_currentSetRowNum_4() const { return ___currentSetRowNum_4; } inline int32_t* get_address_of_currentSetRowNum_4() { return &___currentSetRowNum_4; } inline void set_currentSetRowNum_4(int32_t value) { ___currentSetRowNum_4 = value; } inline static int32_t get_offset_of_m_tickLabor_5() { return static_cast(offsetof(uiSuitcasePkgList_t1807308089, ___m_tickLabor_5)); } inline int32_t get_m_tickLabor_5() const { return ___m_tickLabor_5; } inline int32_t* get_address_of_m_tickLabor_5() { return &___m_tickLabor_5; } inline void set_m_tickLabor_5(int32_t value) { ___m_tickLabor_5 = value; } }; struct uiSuitcasePkgList_t1807308089_StaticFields { public: // System.Boolean uiSuitcasePkgList::isTabSeach bool ___isTabSeach_6; public: inline static int32_t get_offset_of_isTabSeach_6() { return static_cast(offsetof(uiSuitcasePkgList_t1807308089_StaticFields, ___isTabSeach_6)); } inline bool get_isTabSeach_6() const { return ___isTabSeach_6; } inline bool* get_address_of_isTabSeach_6() { return &___isTabSeach_6; } inline void set_isTabSeach_6(bool value) { ___isTabSeach_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UISUITCASEPKGLIST_T1807308089_H #ifndef UICLOTHINGSTAGEINFO_T2729291863_H #define UICLOTHINGSTAGEINFO_T2729291863_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiClothingStageInfo struct uiClothingStageInfo_t2729291863 : public MonoBehaviour_t3962482529 { public: // System.Boolean uiClothingStageInfo::isPageInit bool ___isPageInit_2; // UILabel uiClothingStageInfo::m_labelStage UILabel_t3248798549 * ___m_labelStage_3; // UILabel uiClothingStageInfo::m_labelMaxScore UILabel_t3248798549 * ___m_labelMaxScore_4; // UILabel uiClothingStageInfo::m_labelTitle UILabel_t3248798549 * ___m_labelTitle_5; // UnityEngine.Transform[] uiClothingStageInfo::m_transStars TransformU5BU5D_t807237628* ___m_transStars_6; // uiClothingStageInfo/CAwardUI[] uiClothingStageInfo::m_awardNormal CAwardUIU5BU5D_t3369339335* ___m_awardNormal_7; // uiClothingStageInfo/CAwardUI[] uiClothingStageInfo::m_awardMaterial CAwardUIU5BU5D_t3369339335* ___m_awardMaterial_8; // UnityEngine.Transform uiClothingStageInfo::m_btnRun Transform_t3600365921 * ___m_btnRun_9; // UnityEngine.Transform uiClothingStageInfo::m_btnBack Transform_t3600365921 * ___m_btnBack_10; // System.Int32 uiClothingStageInfo::m_MainLevel int32_t ___m_MainLevel_11; // System.Int32 uiClothingStageInfo::m_SubLevel int32_t ___m_SubLevel_12; // System.Int32 uiClothingStageInfo::m_curStageID int32_t ___m_curStageID_13; // DMCore.Logic.ENUM_STAGE_TYPE uiClothingStageInfo::m_stageType int32_t ___m_stageType_14; public: inline static int32_t get_offset_of_isPageInit_2() { return static_cast(offsetof(uiClothingStageInfo_t2729291863, ___isPageInit_2)); } inline bool get_isPageInit_2() const { return ___isPageInit_2; } inline bool* get_address_of_isPageInit_2() { return &___isPageInit_2; } inline void set_isPageInit_2(bool value) { ___isPageInit_2 = value; } inline static int32_t get_offset_of_m_labelStage_3() { return static_cast(offsetof(uiClothingStageInfo_t2729291863, ___m_labelStage_3)); } inline UILabel_t3248798549 * get_m_labelStage_3() const { return ___m_labelStage_3; } inline UILabel_t3248798549 ** get_address_of_m_labelStage_3() { return &___m_labelStage_3; } inline void set_m_labelStage_3(UILabel_t3248798549 * value) { ___m_labelStage_3 = value; Il2CppCodeGenWriteBarrier((&___m_labelStage_3), value); } inline static int32_t get_offset_of_m_labelMaxScore_4() { return static_cast(offsetof(uiClothingStageInfo_t2729291863, ___m_labelMaxScore_4)); } inline UILabel_t3248798549 * get_m_labelMaxScore_4() const { return ___m_labelMaxScore_4; } inline UILabel_t3248798549 ** get_address_of_m_labelMaxScore_4() { return &___m_labelMaxScore_4; } inline void set_m_labelMaxScore_4(UILabel_t3248798549 * value) { ___m_labelMaxScore_4 = value; Il2CppCodeGenWriteBarrier((&___m_labelMaxScore_4), value); } inline static int32_t get_offset_of_m_labelTitle_5() { return static_cast(offsetof(uiClothingStageInfo_t2729291863, ___m_labelTitle_5)); } inline UILabel_t3248798549 * get_m_labelTitle_5() const { return ___m_labelTitle_5; } inline UILabel_t3248798549 ** get_address_of_m_labelTitle_5() { return &___m_labelTitle_5; } inline void set_m_labelTitle_5(UILabel_t3248798549 * value) { ___m_labelTitle_5 = value; Il2CppCodeGenWriteBarrier((&___m_labelTitle_5), value); } inline static int32_t get_offset_of_m_transStars_6() { return static_cast(offsetof(uiClothingStageInfo_t2729291863, ___m_transStars_6)); } inline TransformU5BU5D_t807237628* get_m_transStars_6() const { return ___m_transStars_6; } inline TransformU5BU5D_t807237628** get_address_of_m_transStars_6() { return &___m_transStars_6; } inline void set_m_transStars_6(TransformU5BU5D_t807237628* value) { ___m_transStars_6 = value; Il2CppCodeGenWriteBarrier((&___m_transStars_6), value); } inline static int32_t get_offset_of_m_awardNormal_7() { return static_cast(offsetof(uiClothingStageInfo_t2729291863, ___m_awardNormal_7)); } inline CAwardUIU5BU5D_t3369339335* get_m_awardNormal_7() const { return ___m_awardNormal_7; } inline CAwardUIU5BU5D_t3369339335** get_address_of_m_awardNormal_7() { return &___m_awardNormal_7; } inline void set_m_awardNormal_7(CAwardUIU5BU5D_t3369339335* value) { ___m_awardNormal_7 = value; Il2CppCodeGenWriteBarrier((&___m_awardNormal_7), value); } inline static int32_t get_offset_of_m_awardMaterial_8() { return static_cast(offsetof(uiClothingStageInfo_t2729291863, ___m_awardMaterial_8)); } inline CAwardUIU5BU5D_t3369339335* get_m_awardMaterial_8() const { return ___m_awardMaterial_8; } inline CAwardUIU5BU5D_t3369339335** get_address_of_m_awardMaterial_8() { return &___m_awardMaterial_8; } inline void set_m_awardMaterial_8(CAwardUIU5BU5D_t3369339335* value) { ___m_awardMaterial_8 = value; Il2CppCodeGenWriteBarrier((&___m_awardMaterial_8), value); } inline static int32_t get_offset_of_m_btnRun_9() { return static_cast(offsetof(uiClothingStageInfo_t2729291863, ___m_btnRun_9)); } inline Transform_t3600365921 * get_m_btnRun_9() const { return ___m_btnRun_9; } inline Transform_t3600365921 ** get_address_of_m_btnRun_9() { return &___m_btnRun_9; } inline void set_m_btnRun_9(Transform_t3600365921 * value) { ___m_btnRun_9 = value; Il2CppCodeGenWriteBarrier((&___m_btnRun_9), value); } inline static int32_t get_offset_of_m_btnBack_10() { return static_cast(offsetof(uiClothingStageInfo_t2729291863, ___m_btnBack_10)); } inline Transform_t3600365921 * get_m_btnBack_10() const { return ___m_btnBack_10; } inline Transform_t3600365921 ** get_address_of_m_btnBack_10() { return &___m_btnBack_10; } inline void set_m_btnBack_10(Transform_t3600365921 * value) { ___m_btnBack_10 = value; Il2CppCodeGenWriteBarrier((&___m_btnBack_10), value); } inline static int32_t get_offset_of_m_MainLevel_11() { return static_cast(offsetof(uiClothingStageInfo_t2729291863, ___m_MainLevel_11)); } inline int32_t get_m_MainLevel_11() const { return ___m_MainLevel_11; } inline int32_t* get_address_of_m_MainLevel_11() { return &___m_MainLevel_11; } inline void set_m_MainLevel_11(int32_t value) { ___m_MainLevel_11 = value; } inline static int32_t get_offset_of_m_SubLevel_12() { return static_cast(offsetof(uiClothingStageInfo_t2729291863, ___m_SubLevel_12)); } inline int32_t get_m_SubLevel_12() const { return ___m_SubLevel_12; } inline int32_t* get_address_of_m_SubLevel_12() { return &___m_SubLevel_12; } inline void set_m_SubLevel_12(int32_t value) { ___m_SubLevel_12 = value; } inline static int32_t get_offset_of_m_curStageID_13() { return static_cast(offsetof(uiClothingStageInfo_t2729291863, ___m_curStageID_13)); } inline int32_t get_m_curStageID_13() const { return ___m_curStageID_13; } inline int32_t* get_address_of_m_curStageID_13() { return &___m_curStageID_13; } inline void set_m_curStageID_13(int32_t value) { ___m_curStageID_13 = value; } inline static int32_t get_offset_of_m_stageType_14() { return static_cast(offsetof(uiClothingStageInfo_t2729291863, ___m_stageType_14)); } inline int32_t get_m_stageType_14() const { return ___m_stageType_14; } inline int32_t* get_address_of_m_stageType_14() { return &___m_stageType_14; } inline void set_m_stageType_14(int32_t value) { ___m_stageType_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UICLOTHINGSTAGEINFO_T2729291863_H #ifndef UISIGNINITEM_T3961333000_H #define UISIGNINITEM_T3961333000_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiSignInItem struct uiSignInItem_t3961333000 : public MonoBehaviour_t3962482529 { public: // UILabel uiSignInItem::m_count UILabel_t3248798549 * ___m_count_2; // UITexture uiSignInItem::m_icon UITexture_t3471168817 * ___m_icon_3; // UnityEngine.GameObject uiSignInItem::m_tag GameObject_t1113636619 * ___m_tag_4; // UISprite uiSignInItem::m_viplevel UISprite_t194114938 * ___m_viplevel_5; // UnityEngine.GameObject uiSignInItem::m_uiComplete GameObject_t1113636619 * ___m_uiComplete_6; // UnityEngine.GameObject uiSignInItem::m_uiSeal GameObject_t1113636619 * ___m_uiSeal_7; // UISprite uiSignInItem::m_resQuality UISprite_t194114938 * ___m_resQuality_8; // System.Int32 uiSignInItem::m_index int32_t ___m_index_9; // System.Int32 uiSignInItem::m_configID int32_t ___m_configID_10; // System.Boolean uiSignInItem::m_loadDone bool ___m_loadDone_11; // System.Boolean uiSignInItem::isPageInit bool ___isPageInit_12; // DMCore.Logic.CSignInOldActivity/DayData uiSignInItem::m_data DayData_t3559000048 * ___m_data_13; public: inline static int32_t get_offset_of_m_count_2() { return static_cast(offsetof(uiSignInItem_t3961333000, ___m_count_2)); } inline UILabel_t3248798549 * get_m_count_2() const { return ___m_count_2; } inline UILabel_t3248798549 ** get_address_of_m_count_2() { return &___m_count_2; } inline void set_m_count_2(UILabel_t3248798549 * value) { ___m_count_2 = value; Il2CppCodeGenWriteBarrier((&___m_count_2), value); } inline static int32_t get_offset_of_m_icon_3() { return static_cast(offsetof(uiSignInItem_t3961333000, ___m_icon_3)); } inline UITexture_t3471168817 * get_m_icon_3() const { return ___m_icon_3; } inline UITexture_t3471168817 ** get_address_of_m_icon_3() { return &___m_icon_3; } inline void set_m_icon_3(UITexture_t3471168817 * value) { ___m_icon_3 = value; Il2CppCodeGenWriteBarrier((&___m_icon_3), value); } inline static int32_t get_offset_of_m_tag_4() { return static_cast(offsetof(uiSignInItem_t3961333000, ___m_tag_4)); } inline GameObject_t1113636619 * get_m_tag_4() const { return ___m_tag_4; } inline GameObject_t1113636619 ** get_address_of_m_tag_4() { return &___m_tag_4; } inline void set_m_tag_4(GameObject_t1113636619 * value) { ___m_tag_4 = value; Il2CppCodeGenWriteBarrier((&___m_tag_4), value); } inline static int32_t get_offset_of_m_viplevel_5() { return static_cast(offsetof(uiSignInItem_t3961333000, ___m_viplevel_5)); } inline UISprite_t194114938 * get_m_viplevel_5() const { return ___m_viplevel_5; } inline UISprite_t194114938 ** get_address_of_m_viplevel_5() { return &___m_viplevel_5; } inline void set_m_viplevel_5(UISprite_t194114938 * value) { ___m_viplevel_5 = value; Il2CppCodeGenWriteBarrier((&___m_viplevel_5), value); } inline static int32_t get_offset_of_m_uiComplete_6() { return static_cast(offsetof(uiSignInItem_t3961333000, ___m_uiComplete_6)); } inline GameObject_t1113636619 * get_m_uiComplete_6() const { return ___m_uiComplete_6; } inline GameObject_t1113636619 ** get_address_of_m_uiComplete_6() { return &___m_uiComplete_6; } inline void set_m_uiComplete_6(GameObject_t1113636619 * value) { ___m_uiComplete_6 = value; Il2CppCodeGenWriteBarrier((&___m_uiComplete_6), value); } inline static int32_t get_offset_of_m_uiSeal_7() { return static_cast(offsetof(uiSignInItem_t3961333000, ___m_uiSeal_7)); } inline GameObject_t1113636619 * get_m_uiSeal_7() const { return ___m_uiSeal_7; } inline GameObject_t1113636619 ** get_address_of_m_uiSeal_7() { return &___m_uiSeal_7; } inline void set_m_uiSeal_7(GameObject_t1113636619 * value) { ___m_uiSeal_7 = value; Il2CppCodeGenWriteBarrier((&___m_uiSeal_7), value); } inline static int32_t get_offset_of_m_resQuality_8() { return static_cast(offsetof(uiSignInItem_t3961333000, ___m_resQuality_8)); } inline UISprite_t194114938 * get_m_resQuality_8() const { return ___m_resQuality_8; } inline UISprite_t194114938 ** get_address_of_m_resQuality_8() { return &___m_resQuality_8; } inline void set_m_resQuality_8(UISprite_t194114938 * value) { ___m_resQuality_8 = value; Il2CppCodeGenWriteBarrier((&___m_resQuality_8), value); } inline static int32_t get_offset_of_m_index_9() { return static_cast(offsetof(uiSignInItem_t3961333000, ___m_index_9)); } inline int32_t get_m_index_9() const { return ___m_index_9; } inline int32_t* get_address_of_m_index_9() { return &___m_index_9; } inline void set_m_index_9(int32_t value) { ___m_index_9 = value; } inline static int32_t get_offset_of_m_configID_10() { return static_cast(offsetof(uiSignInItem_t3961333000, ___m_configID_10)); } inline int32_t get_m_configID_10() const { return ___m_configID_10; } inline int32_t* get_address_of_m_configID_10() { return &___m_configID_10; } inline void set_m_configID_10(int32_t value) { ___m_configID_10 = value; } inline static int32_t get_offset_of_m_loadDone_11() { return static_cast(offsetof(uiSignInItem_t3961333000, ___m_loadDone_11)); } inline bool get_m_loadDone_11() const { return ___m_loadDone_11; } inline bool* get_address_of_m_loadDone_11() { return &___m_loadDone_11; } inline void set_m_loadDone_11(bool value) { ___m_loadDone_11 = value; } inline static int32_t get_offset_of_isPageInit_12() { return static_cast(offsetof(uiSignInItem_t3961333000, ___isPageInit_12)); } inline bool get_isPageInit_12() const { return ___isPageInit_12; } inline bool* get_address_of_isPageInit_12() { return &___isPageInit_12; } inline void set_isPageInit_12(bool value) { ___isPageInit_12 = value; } inline static int32_t get_offset_of_m_data_13() { return static_cast(offsetof(uiSignInItem_t3961333000, ___m_data_13)); } inline DayData_t3559000048 * get_m_data_13() const { return ___m_data_13; } inline DayData_t3559000048 ** get_address_of_m_data_13() { return &___m_data_13; } inline void set_m_data_13(DayData_t3559000048 * value) { ___m_data_13 = value; Il2CppCodeGenWriteBarrier((&___m_data_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UISIGNINITEM_T3961333000_H #ifndef UISIGNINGROUP_T1608014557_H #define UISIGNINGROUP_T1608014557_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiSignInGroup struct uiSignInGroup_t1608014557 : public MonoBehaviour_t3962482529 { public: // uiSignInItem[] uiSignInGroup::itemList uiSignInItemU5BU5D_t2016263641* ___itemList_2; // System.Boolean uiSignInGroup::isPageInit bool ___isPageInit_3; public: inline static int32_t get_offset_of_itemList_2() { return static_cast(offsetof(uiSignInGroup_t1608014557, ___itemList_2)); } inline uiSignInItemU5BU5D_t2016263641* get_itemList_2() const { return ___itemList_2; } inline uiSignInItemU5BU5D_t2016263641** get_address_of_itemList_2() { return &___itemList_2; } inline void set_itemList_2(uiSignInItemU5BU5D_t2016263641* value) { ___itemList_2 = value; Il2CppCodeGenWriteBarrier((&___itemList_2), value); } inline static int32_t get_offset_of_isPageInit_3() { return static_cast(offsetof(uiSignInGroup_t1608014557, ___isPageInit_3)); } inline bool get_isPageInit_3() const { return ___isPageInit_3; } inline bool* get_address_of_isPageInit_3() { return &___isPageInit_3; } inline void set_isPageInit_3(bool value) { ___isPageInit_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UISIGNINGROUP_T1608014557_H #ifndef UILOGICSECTIONAWARD_T2863938959_H #define UILOGICSECTIONAWARD_T2863938959_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiLogicSectionAward struct uiLogicSectionAward_t2863938959 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject uiLogicSectionAward::m_uiRoot GameObject_t1113636619 * ___m_uiRoot_2; // UnityEngine.Transform[] uiLogicSectionAward::m_Awards TransformU5BU5D_t807237628* ___m_Awards_3; // UILabel uiLogicSectionAward::m_descrip UILabel_t3248798549 * ___m_descrip_4; // UnityEngine.GameObject uiLogicSectionAward::m_BtnGetAward GameObject_t1113636619 * ___m_BtnGetAward_5; // UILabel uiLogicSectionAward::m_StarGet UILabel_t3248798549 * ___m_StarGet_6; // UILabel uiLogicSectionAward::m_StarAll UILabel_t3248798549 * ___m_StarAll_7; // UISprite uiLogicSectionAward::m_BarProgress UISprite_t194114938 * ___m_BarProgress_8; // UISprite uiLogicSectionAward::m_BarStart UISprite_t194114938 * ___m_BarStart_9; // UISprite uiLogicSectionAward::m_BarEnd UISprite_t194114938 * ___m_BarEnd_10; // System.Boolean uiLogicSectionAward::isPageInit bool ___isPageInit_11; // System.Boolean uiLogicSectionAward::bCanGet bool ___bCanGet_12; // UILabel uiLogicSectionAward::m_Btn_Message UILabel_t3248798549 * ___m_Btn_Message_13; // UISprite uiLogicSectionAward::m_Btn_Sprite UISprite_t194114938 * ___m_Btn_Sprite_14; // System.Int32 uiLogicSectionAward::m_SectionVal int32_t ___m_SectionVal_15; // System.Int32 uiLogicSectionAward::m_StageVal int32_t ___m_StageVal_16; // System.Boolean uiLogicSectionAward::m_bLoadGiftsIcon bool ___m_bLoadGiftsIcon_17; // System.Int32 uiLogicSectionAward::m_lastSectionAwardState int32_t ___m_lastSectionAwardState_18; public: inline static int32_t get_offset_of_m_uiRoot_2() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___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_Awards_3() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___m_Awards_3)); } inline TransformU5BU5D_t807237628* get_m_Awards_3() const { return ___m_Awards_3; } inline TransformU5BU5D_t807237628** get_address_of_m_Awards_3() { return &___m_Awards_3; } inline void set_m_Awards_3(TransformU5BU5D_t807237628* value) { ___m_Awards_3 = value; Il2CppCodeGenWriteBarrier((&___m_Awards_3), value); } inline static int32_t get_offset_of_m_descrip_4() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___m_descrip_4)); } inline UILabel_t3248798549 * get_m_descrip_4() const { return ___m_descrip_4; } inline UILabel_t3248798549 ** get_address_of_m_descrip_4() { return &___m_descrip_4; } inline void set_m_descrip_4(UILabel_t3248798549 * value) { ___m_descrip_4 = value; Il2CppCodeGenWriteBarrier((&___m_descrip_4), value); } inline static int32_t get_offset_of_m_BtnGetAward_5() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___m_BtnGetAward_5)); } inline GameObject_t1113636619 * get_m_BtnGetAward_5() const { return ___m_BtnGetAward_5; } inline GameObject_t1113636619 ** get_address_of_m_BtnGetAward_5() { return &___m_BtnGetAward_5; } inline void set_m_BtnGetAward_5(GameObject_t1113636619 * value) { ___m_BtnGetAward_5 = value; Il2CppCodeGenWriteBarrier((&___m_BtnGetAward_5), value); } inline static int32_t get_offset_of_m_StarGet_6() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___m_StarGet_6)); } inline UILabel_t3248798549 * get_m_StarGet_6() const { return ___m_StarGet_6; } inline UILabel_t3248798549 ** get_address_of_m_StarGet_6() { return &___m_StarGet_6; } inline void set_m_StarGet_6(UILabel_t3248798549 * value) { ___m_StarGet_6 = value; Il2CppCodeGenWriteBarrier((&___m_StarGet_6), value); } inline static int32_t get_offset_of_m_StarAll_7() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___m_StarAll_7)); } inline UILabel_t3248798549 * get_m_StarAll_7() const { return ___m_StarAll_7; } inline UILabel_t3248798549 ** get_address_of_m_StarAll_7() { return &___m_StarAll_7; } inline void set_m_StarAll_7(UILabel_t3248798549 * value) { ___m_StarAll_7 = value; Il2CppCodeGenWriteBarrier((&___m_StarAll_7), value); } inline static int32_t get_offset_of_m_BarProgress_8() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___m_BarProgress_8)); } inline UISprite_t194114938 * get_m_BarProgress_8() const { return ___m_BarProgress_8; } inline UISprite_t194114938 ** get_address_of_m_BarProgress_8() { return &___m_BarProgress_8; } inline void set_m_BarProgress_8(UISprite_t194114938 * value) { ___m_BarProgress_8 = value; Il2CppCodeGenWriteBarrier((&___m_BarProgress_8), value); } inline static int32_t get_offset_of_m_BarStart_9() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___m_BarStart_9)); } inline UISprite_t194114938 * get_m_BarStart_9() const { return ___m_BarStart_9; } inline UISprite_t194114938 ** get_address_of_m_BarStart_9() { return &___m_BarStart_9; } inline void set_m_BarStart_9(UISprite_t194114938 * value) { ___m_BarStart_9 = value; Il2CppCodeGenWriteBarrier((&___m_BarStart_9), value); } inline static int32_t get_offset_of_m_BarEnd_10() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___m_BarEnd_10)); } inline UISprite_t194114938 * get_m_BarEnd_10() const { return ___m_BarEnd_10; } inline UISprite_t194114938 ** get_address_of_m_BarEnd_10() { return &___m_BarEnd_10; } inline void set_m_BarEnd_10(UISprite_t194114938 * value) { ___m_BarEnd_10 = value; Il2CppCodeGenWriteBarrier((&___m_BarEnd_10), value); } inline static int32_t get_offset_of_isPageInit_11() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___isPageInit_11)); } inline bool get_isPageInit_11() const { return ___isPageInit_11; } inline bool* get_address_of_isPageInit_11() { return &___isPageInit_11; } inline void set_isPageInit_11(bool value) { ___isPageInit_11 = value; } inline static int32_t get_offset_of_bCanGet_12() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___bCanGet_12)); } inline bool get_bCanGet_12() const { return ___bCanGet_12; } inline bool* get_address_of_bCanGet_12() { return &___bCanGet_12; } inline void set_bCanGet_12(bool value) { ___bCanGet_12 = value; } inline static int32_t get_offset_of_m_Btn_Message_13() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___m_Btn_Message_13)); } inline UILabel_t3248798549 * get_m_Btn_Message_13() const { return ___m_Btn_Message_13; } inline UILabel_t3248798549 ** get_address_of_m_Btn_Message_13() { return &___m_Btn_Message_13; } inline void set_m_Btn_Message_13(UILabel_t3248798549 * value) { ___m_Btn_Message_13 = value; Il2CppCodeGenWriteBarrier((&___m_Btn_Message_13), value); } inline static int32_t get_offset_of_m_Btn_Sprite_14() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___m_Btn_Sprite_14)); } inline UISprite_t194114938 * get_m_Btn_Sprite_14() const { return ___m_Btn_Sprite_14; } inline UISprite_t194114938 ** get_address_of_m_Btn_Sprite_14() { return &___m_Btn_Sprite_14; } inline void set_m_Btn_Sprite_14(UISprite_t194114938 * value) { ___m_Btn_Sprite_14 = value; Il2CppCodeGenWriteBarrier((&___m_Btn_Sprite_14), value); } inline static int32_t get_offset_of_m_SectionVal_15() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___m_SectionVal_15)); } inline int32_t get_m_SectionVal_15() const { return ___m_SectionVal_15; } inline int32_t* get_address_of_m_SectionVal_15() { return &___m_SectionVal_15; } inline void set_m_SectionVal_15(int32_t value) { ___m_SectionVal_15 = value; } inline static int32_t get_offset_of_m_StageVal_16() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___m_StageVal_16)); } inline int32_t get_m_StageVal_16() const { return ___m_StageVal_16; } inline int32_t* get_address_of_m_StageVal_16() { return &___m_StageVal_16; } inline void set_m_StageVal_16(int32_t value) { ___m_StageVal_16 = value; } inline static int32_t get_offset_of_m_bLoadGiftsIcon_17() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___m_bLoadGiftsIcon_17)); } inline bool get_m_bLoadGiftsIcon_17() const { return ___m_bLoadGiftsIcon_17; } inline bool* get_address_of_m_bLoadGiftsIcon_17() { return &___m_bLoadGiftsIcon_17; } inline void set_m_bLoadGiftsIcon_17(bool value) { ___m_bLoadGiftsIcon_17 = value; } inline static int32_t get_offset_of_m_lastSectionAwardState_18() { return static_cast(offsetof(uiLogicSectionAward_t2863938959, ___m_lastSectionAwardState_18)); } inline int32_t get_m_lastSectionAwardState_18() const { return ___m_lastSectionAwardState_18; } inline int32_t* get_address_of_m_lastSectionAwardState_18() { return &___m_lastSectionAwardState_18; } inline void set_m_lastSectionAwardState_18(int32_t value) { ___m_lastSectionAwardState_18 = value; } }; struct uiLogicSectionAward_t2863938959_StaticFields { public: // System.Single uiLogicSectionAward::s_BarMiddleLength float ___s_BarMiddleLength_19; public: inline static int32_t get_offset_of_s_BarMiddleLength_19() { return static_cast(offsetof(uiLogicSectionAward_t2863938959_StaticFields, ___s_BarMiddleLength_19)); } inline float get_s_BarMiddleLength_19() const { return ___s_BarMiddleLength_19; } inline float* get_address_of_s_BarMiddleLength_19() { return &___s_BarMiddleLength_19; } inline void set_s_BarMiddleLength_19(float value) { ___s_BarMiddleLength_19 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILOGICSECTIONAWARD_T2863938959_H #ifndef SCENEPERSONALWNDSIGNIN_T3402646_H #define SCENEPERSONALWNDSIGNIN_T3402646_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndSignIn struct ScenePersonalWndSignIn_t3402646 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject[] ScenePersonalWndSignIn::m_uiRoot GameObjectU5BU5D_t3328599146* ___m_uiRoot_3; // DMListView ScenePersonalWndSignIn::m_Viewlist DMListView_t512231514 * ___m_Viewlist_4; // UnityEngine.GameObject ScenePersonalWndSignIn::m_Description GameObject_t1113636619 * ___m_Description_5; // uiItemDetail ScenePersonalWndSignIn::m_itemDetail uiItemDetail_t2651173627 * ___m_itemDetail_6; // UILabel ScenePersonalWndSignIn::m_AwardDescription UILabel_t3248798549 * ___m_AwardDescription_7; // UILabel ScenePersonalWndSignIn::m_AwardDescriptionTitle UILabel_t3248798549 * ___m_AwardDescriptionTitle_8; // UILabel ScenePersonalWndSignIn::m_uiSignInMonthLabel UILabel_t3248798549 * ___m_uiSignInMonthLabel_9; // UILabel ScenePersonalWndSignIn::m_uiSignNum UILabel_t3248798549 * ___m_uiSignNum_10; // System.String ScenePersonalWndSignIn::monthStr String_t* ___monthStr_11; // System.String ScenePersonalWndSignIn::signNumStr String_t* ___signNumStr_12; // System.Boolean ScenePersonalWndSignIn::m_bIsRequestSignIn bool ___m_bIsRequestSignIn_13; // System.Boolean ScenePersonalWndSignIn::isPageInit bool ___isPageInit_14; public: inline static int32_t get_offset_of_m_uiRoot_3() { return static_cast(offsetof(ScenePersonalWndSignIn_t3402646, ___m_uiRoot_3)); } inline GameObjectU5BU5D_t3328599146* get_m_uiRoot_3() const { return ___m_uiRoot_3; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_uiRoot_3() { return &___m_uiRoot_3; } inline void set_m_uiRoot_3(GameObjectU5BU5D_t3328599146* value) { ___m_uiRoot_3 = value; Il2CppCodeGenWriteBarrier((&___m_uiRoot_3), value); } inline static int32_t get_offset_of_m_Viewlist_4() { return static_cast(offsetof(ScenePersonalWndSignIn_t3402646, ___m_Viewlist_4)); } inline DMListView_t512231514 * get_m_Viewlist_4() const { return ___m_Viewlist_4; } inline DMListView_t512231514 ** get_address_of_m_Viewlist_4() { return &___m_Viewlist_4; } inline void set_m_Viewlist_4(DMListView_t512231514 * value) { ___m_Viewlist_4 = value; Il2CppCodeGenWriteBarrier((&___m_Viewlist_4), value); } inline static int32_t get_offset_of_m_Description_5() { return static_cast(offsetof(ScenePersonalWndSignIn_t3402646, ___m_Description_5)); } inline GameObject_t1113636619 * get_m_Description_5() const { return ___m_Description_5; } inline GameObject_t1113636619 ** get_address_of_m_Description_5() { return &___m_Description_5; } inline void set_m_Description_5(GameObject_t1113636619 * value) { ___m_Description_5 = value; Il2CppCodeGenWriteBarrier((&___m_Description_5), value); } inline static int32_t get_offset_of_m_itemDetail_6() { return static_cast(offsetof(ScenePersonalWndSignIn_t3402646, ___m_itemDetail_6)); } inline uiItemDetail_t2651173627 * get_m_itemDetail_6() const { return ___m_itemDetail_6; } inline uiItemDetail_t2651173627 ** get_address_of_m_itemDetail_6() { return &___m_itemDetail_6; } inline void set_m_itemDetail_6(uiItemDetail_t2651173627 * value) { ___m_itemDetail_6 = value; Il2CppCodeGenWriteBarrier((&___m_itemDetail_6), value); } inline static int32_t get_offset_of_m_AwardDescription_7() { return static_cast(offsetof(ScenePersonalWndSignIn_t3402646, ___m_AwardDescription_7)); } inline UILabel_t3248798549 * get_m_AwardDescription_7() const { return ___m_AwardDescription_7; } inline UILabel_t3248798549 ** get_address_of_m_AwardDescription_7() { return &___m_AwardDescription_7; } inline void set_m_AwardDescription_7(UILabel_t3248798549 * value) { ___m_AwardDescription_7 = value; Il2CppCodeGenWriteBarrier((&___m_AwardDescription_7), value); } inline static int32_t get_offset_of_m_AwardDescriptionTitle_8() { return static_cast(offsetof(ScenePersonalWndSignIn_t3402646, ___m_AwardDescriptionTitle_8)); } inline UILabel_t3248798549 * get_m_AwardDescriptionTitle_8() const { return ___m_AwardDescriptionTitle_8; } inline UILabel_t3248798549 ** get_address_of_m_AwardDescriptionTitle_8() { return &___m_AwardDescriptionTitle_8; } inline void set_m_AwardDescriptionTitle_8(UILabel_t3248798549 * value) { ___m_AwardDescriptionTitle_8 = value; Il2CppCodeGenWriteBarrier((&___m_AwardDescriptionTitle_8), value); } inline static int32_t get_offset_of_m_uiSignInMonthLabel_9() { return static_cast(offsetof(ScenePersonalWndSignIn_t3402646, ___m_uiSignInMonthLabel_9)); } inline UILabel_t3248798549 * get_m_uiSignInMonthLabel_9() const { return ___m_uiSignInMonthLabel_9; } inline UILabel_t3248798549 ** get_address_of_m_uiSignInMonthLabel_9() { return &___m_uiSignInMonthLabel_9; } inline void set_m_uiSignInMonthLabel_9(UILabel_t3248798549 * value) { ___m_uiSignInMonthLabel_9 = value; Il2CppCodeGenWriteBarrier((&___m_uiSignInMonthLabel_9), value); } inline static int32_t get_offset_of_m_uiSignNum_10() { return static_cast(offsetof(ScenePersonalWndSignIn_t3402646, ___m_uiSignNum_10)); } inline UILabel_t3248798549 * get_m_uiSignNum_10() const { return ___m_uiSignNum_10; } inline UILabel_t3248798549 ** get_address_of_m_uiSignNum_10() { return &___m_uiSignNum_10; } inline void set_m_uiSignNum_10(UILabel_t3248798549 * value) { ___m_uiSignNum_10 = value; Il2CppCodeGenWriteBarrier((&___m_uiSignNum_10), value); } inline static int32_t get_offset_of_monthStr_11() { return static_cast(offsetof(ScenePersonalWndSignIn_t3402646, ___monthStr_11)); } inline String_t* get_monthStr_11() const { return ___monthStr_11; } inline String_t** get_address_of_monthStr_11() { return &___monthStr_11; } inline void set_monthStr_11(String_t* value) { ___monthStr_11 = value; Il2CppCodeGenWriteBarrier((&___monthStr_11), value); } inline static int32_t get_offset_of_signNumStr_12() { return static_cast(offsetof(ScenePersonalWndSignIn_t3402646, ___signNumStr_12)); } inline String_t* get_signNumStr_12() const { return ___signNumStr_12; } inline String_t** get_address_of_signNumStr_12() { return &___signNumStr_12; } inline void set_signNumStr_12(String_t* value) { ___signNumStr_12 = value; Il2CppCodeGenWriteBarrier((&___signNumStr_12), value); } inline static int32_t get_offset_of_m_bIsRequestSignIn_13() { return static_cast(offsetof(ScenePersonalWndSignIn_t3402646, ___m_bIsRequestSignIn_13)); } inline bool get_m_bIsRequestSignIn_13() const { return ___m_bIsRequestSignIn_13; } inline bool* get_address_of_m_bIsRequestSignIn_13() { return &___m_bIsRequestSignIn_13; } inline void set_m_bIsRequestSignIn_13(bool value) { ___m_bIsRequestSignIn_13 = value; } inline static int32_t get_offset_of_isPageInit_14() { return static_cast(offsetof(ScenePersonalWndSignIn_t3402646, ___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; } }; struct ScenePersonalWndSignIn_t3402646_StaticFields { public: // ScenePersonalWndSignIn ScenePersonalWndSignIn::s_instance ScenePersonalWndSignIn_t3402646 * ___s_instance_2; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(ScenePersonalWndSignIn_t3402646_StaticFields, ___s_instance_2)); } inline ScenePersonalWndSignIn_t3402646 * get_s_instance_2() const { return ___s_instance_2; } inline ScenePersonalWndSignIn_t3402646 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(ScenePersonalWndSignIn_t3402646 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDSIGNIN_T3402646_H #ifndef ITEMPAGEGROUP_T3769455068_H #define ITEMPAGEGROUP_T3769455068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ItemPageGroup struct ItemPageGroup_t3769455068 : public MonoBehaviour_t3962482529 { public: // System.Int32 ItemPageGroup::m_pageMax int32_t ___m_pageMax_2; // UnityEngine.GameObject[] ItemPageGroup::m_btnGroup GameObjectU5BU5D_t3328599146* ___m_btnGroup_3; // UnityEngine.GameObject[] ItemPageGroup::m_PageActive GameObjectU5BU5D_t3328599146* ___m_PageActive_4; // UnityEngine.GameObject[] ItemPageGroup::m_PageDisactive GameObjectU5BU5D_t3328599146* ___m_PageDisactive_5; // ItemPageGroup/PageChangedHandler ItemPageGroup::m_changedHandler PageChangedHandler_t2100854622 * ___m_changedHandler_6; // System.Collections.Generic.List`1 ItemPageGroup::m_HideIndex List_1_t128053199 * ___m_HideIndex_7; public: inline static int32_t get_offset_of_m_pageMax_2() { return static_cast(offsetof(ItemPageGroup_t3769455068, ___m_pageMax_2)); } inline int32_t get_m_pageMax_2() const { return ___m_pageMax_2; } inline int32_t* get_address_of_m_pageMax_2() { return &___m_pageMax_2; } inline void set_m_pageMax_2(int32_t value) { ___m_pageMax_2 = value; } inline static int32_t get_offset_of_m_btnGroup_3() { return static_cast(offsetof(ItemPageGroup_t3769455068, ___m_btnGroup_3)); } inline GameObjectU5BU5D_t3328599146* get_m_btnGroup_3() const { return ___m_btnGroup_3; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_btnGroup_3() { return &___m_btnGroup_3; } inline void set_m_btnGroup_3(GameObjectU5BU5D_t3328599146* value) { ___m_btnGroup_3 = value; Il2CppCodeGenWriteBarrier((&___m_btnGroup_3), value); } inline static int32_t get_offset_of_m_PageActive_4() { return static_cast(offsetof(ItemPageGroup_t3769455068, ___m_PageActive_4)); } inline GameObjectU5BU5D_t3328599146* get_m_PageActive_4() const { return ___m_PageActive_4; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_PageActive_4() { return &___m_PageActive_4; } inline void set_m_PageActive_4(GameObjectU5BU5D_t3328599146* value) { ___m_PageActive_4 = value; Il2CppCodeGenWriteBarrier((&___m_PageActive_4), value); } inline static int32_t get_offset_of_m_PageDisactive_5() { return static_cast(offsetof(ItemPageGroup_t3769455068, ___m_PageDisactive_5)); } inline GameObjectU5BU5D_t3328599146* get_m_PageDisactive_5() const { return ___m_PageDisactive_5; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_PageDisactive_5() { return &___m_PageDisactive_5; } inline void set_m_PageDisactive_5(GameObjectU5BU5D_t3328599146* value) { ___m_PageDisactive_5 = value; Il2CppCodeGenWriteBarrier((&___m_PageDisactive_5), value); } inline static int32_t get_offset_of_m_changedHandler_6() { return static_cast(offsetof(ItemPageGroup_t3769455068, ___m_changedHandler_6)); } inline PageChangedHandler_t2100854622 * get_m_changedHandler_6() const { return ___m_changedHandler_6; } inline PageChangedHandler_t2100854622 ** get_address_of_m_changedHandler_6() { return &___m_changedHandler_6; } inline void set_m_changedHandler_6(PageChangedHandler_t2100854622 * value) { ___m_changedHandler_6 = value; Il2CppCodeGenWriteBarrier((&___m_changedHandler_6), value); } inline static int32_t get_offset_of_m_HideIndex_7() { return static_cast(offsetof(ItemPageGroup_t3769455068, ___m_HideIndex_7)); } inline List_1_t128053199 * get_m_HideIndex_7() const { return ___m_HideIndex_7; } inline List_1_t128053199 ** get_address_of_m_HideIndex_7() { return &___m_HideIndex_7; } inline void set_m_HideIndex_7(List_1_t128053199 * value) { ___m_HideIndex_7 = value; Il2CppCodeGenWriteBarrier((&___m_HideIndex_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITEMPAGEGROUP_T3769455068_H #ifndef SCENEPERSONALSHOPGROUPBUYING_T1000467629_H #define SCENEPERSONALSHOPGROUPBUYING_T1000467629_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalShopGroupbuying struct ScenePersonalShopGroupbuying_t1000467629 : public MonoBehaviour_t3962482529 { public: // UITexture ScenePersonalShopGroupbuying::m_uiTextrue UITexture_t3471168817 * ___m_uiTextrue_2; // UILabel ScenePersonalShopGroupbuying::m_labelPrice UILabel_t3248798549 * ___m_labelPrice_3; // UILabel ScenePersonalShopGroupbuying::m_labelLeftNum UILabel_t3248798549 * ___m_labelLeftNum_4; // UILabel ScenePersonalShopGroupbuying::m_labelTime UILabel_t3248798549 * ___m_labelTime_5; // UnityEngine.Transform ScenePersonalShopGroupbuying::m_uiCurProgress Transform_t3600365921 * ___m_uiCurProgress_6; // UnityEngine.GameObject[] ScenePersonalShopGroupbuying::m_uiProgressNode GameObjectU5BU5D_t3328599146* ___m_uiProgressNode_7; // UILabel[] ScenePersonalShopGroupbuying::m_uipeopleNode UILabelU5BU5D_t595200952* ___m_uipeopleNode_8; // UILabel[] ScenePersonalShopGroupbuying::m_uidiscountNode UILabelU5BU5D_t595200952* ___m_uidiscountNode_9; // UISprite ScenePersonalShopGroupbuying::m_uiCashType UISprite_t194114938 * ___m_uiCashType_10; // System.Int32[] ScenePersonalShopGroupbuying::m_peopleList Int32U5BU5D_t385246372* ___m_peopleList_11; // System.Boolean ScenePersonalShopGroupbuying::m_bLoad bool ___m_bLoad_12; // System.Int32 ScenePersonalShopGroupbuying::m_nConfigid int32_t ___m_nConfigid_13; // ScenePersonalWndShop/OnClickMsgCallBack ScenePersonalShopGroupbuying::m_CallBack OnClickMsgCallBack_t2526724959 * ___m_CallBack_14; // DMCore.CDataArray ScenePersonalShopGroupbuying::m_data CDataArray_t4068198041 * ___m_data_15; // System.Boolean ScenePersonalShopGroupbuying::isPageInit bool ___isPageInit_16; public: inline static int32_t get_offset_of_m_uiTextrue_2() { return static_cast(offsetof(ScenePersonalShopGroupbuying_t1000467629, ___m_uiTextrue_2)); } inline UITexture_t3471168817 * get_m_uiTextrue_2() const { return ___m_uiTextrue_2; } inline UITexture_t3471168817 ** get_address_of_m_uiTextrue_2() { return &___m_uiTextrue_2; } inline void set_m_uiTextrue_2(UITexture_t3471168817 * value) { ___m_uiTextrue_2 = value; Il2CppCodeGenWriteBarrier((&___m_uiTextrue_2), value); } inline static int32_t get_offset_of_m_labelPrice_3() { return static_cast(offsetof(ScenePersonalShopGroupbuying_t1000467629, ___m_labelPrice_3)); } inline UILabel_t3248798549 * get_m_labelPrice_3() const { return ___m_labelPrice_3; } inline UILabel_t3248798549 ** get_address_of_m_labelPrice_3() { return &___m_labelPrice_3; } inline void set_m_labelPrice_3(UILabel_t3248798549 * value) { ___m_labelPrice_3 = value; Il2CppCodeGenWriteBarrier((&___m_labelPrice_3), value); } inline static int32_t get_offset_of_m_labelLeftNum_4() { return static_cast(offsetof(ScenePersonalShopGroupbuying_t1000467629, ___m_labelLeftNum_4)); } inline UILabel_t3248798549 * get_m_labelLeftNum_4() const { return ___m_labelLeftNum_4; } inline UILabel_t3248798549 ** get_address_of_m_labelLeftNum_4() { return &___m_labelLeftNum_4; } inline void set_m_labelLeftNum_4(UILabel_t3248798549 * value) { ___m_labelLeftNum_4 = value; Il2CppCodeGenWriteBarrier((&___m_labelLeftNum_4), value); } inline static int32_t get_offset_of_m_labelTime_5() { return static_cast(offsetof(ScenePersonalShopGroupbuying_t1000467629, ___m_labelTime_5)); } inline UILabel_t3248798549 * get_m_labelTime_5() const { return ___m_labelTime_5; } inline UILabel_t3248798549 ** get_address_of_m_labelTime_5() { return &___m_labelTime_5; } inline void set_m_labelTime_5(UILabel_t3248798549 * value) { ___m_labelTime_5 = value; Il2CppCodeGenWriteBarrier((&___m_labelTime_5), value); } inline static int32_t get_offset_of_m_uiCurProgress_6() { return static_cast(offsetof(ScenePersonalShopGroupbuying_t1000467629, ___m_uiCurProgress_6)); } inline Transform_t3600365921 * get_m_uiCurProgress_6() const { return ___m_uiCurProgress_6; } inline Transform_t3600365921 ** get_address_of_m_uiCurProgress_6() { return &___m_uiCurProgress_6; } inline void set_m_uiCurProgress_6(Transform_t3600365921 * value) { ___m_uiCurProgress_6 = value; Il2CppCodeGenWriteBarrier((&___m_uiCurProgress_6), value); } inline static int32_t get_offset_of_m_uiProgressNode_7() { return static_cast(offsetof(ScenePersonalShopGroupbuying_t1000467629, ___m_uiProgressNode_7)); } inline GameObjectU5BU5D_t3328599146* get_m_uiProgressNode_7() const { return ___m_uiProgressNode_7; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_uiProgressNode_7() { return &___m_uiProgressNode_7; } inline void set_m_uiProgressNode_7(GameObjectU5BU5D_t3328599146* value) { ___m_uiProgressNode_7 = value; Il2CppCodeGenWriteBarrier((&___m_uiProgressNode_7), value); } inline static int32_t get_offset_of_m_uipeopleNode_8() { return static_cast(offsetof(ScenePersonalShopGroupbuying_t1000467629, ___m_uipeopleNode_8)); } inline UILabelU5BU5D_t595200952* get_m_uipeopleNode_8() const { return ___m_uipeopleNode_8; } inline UILabelU5BU5D_t595200952** get_address_of_m_uipeopleNode_8() { return &___m_uipeopleNode_8; } inline void set_m_uipeopleNode_8(UILabelU5BU5D_t595200952* value) { ___m_uipeopleNode_8 = value; Il2CppCodeGenWriteBarrier((&___m_uipeopleNode_8), value); } inline static int32_t get_offset_of_m_uidiscountNode_9() { return static_cast(offsetof(ScenePersonalShopGroupbuying_t1000467629, ___m_uidiscountNode_9)); } inline UILabelU5BU5D_t595200952* get_m_uidiscountNode_9() const { return ___m_uidiscountNode_9; } inline UILabelU5BU5D_t595200952** get_address_of_m_uidiscountNode_9() { return &___m_uidiscountNode_9; } inline void set_m_uidiscountNode_9(UILabelU5BU5D_t595200952* value) { ___m_uidiscountNode_9 = value; Il2CppCodeGenWriteBarrier((&___m_uidiscountNode_9), value); } inline static int32_t get_offset_of_m_uiCashType_10() { return static_cast(offsetof(ScenePersonalShopGroupbuying_t1000467629, ___m_uiCashType_10)); } inline UISprite_t194114938 * get_m_uiCashType_10() const { return ___m_uiCashType_10; } inline UISprite_t194114938 ** get_address_of_m_uiCashType_10() { return &___m_uiCashType_10; } inline void set_m_uiCashType_10(UISprite_t194114938 * value) { ___m_uiCashType_10 = value; Il2CppCodeGenWriteBarrier((&___m_uiCashType_10), value); } inline static int32_t get_offset_of_m_peopleList_11() { return static_cast(offsetof(ScenePersonalShopGroupbuying_t1000467629, ___m_peopleList_11)); } inline Int32U5BU5D_t385246372* get_m_peopleList_11() const { return ___m_peopleList_11; } inline Int32U5BU5D_t385246372** get_address_of_m_peopleList_11() { return &___m_peopleList_11; } inline void set_m_peopleList_11(Int32U5BU5D_t385246372* value) { ___m_peopleList_11 = value; Il2CppCodeGenWriteBarrier((&___m_peopleList_11), value); } inline static int32_t get_offset_of_m_bLoad_12() { return static_cast(offsetof(ScenePersonalShopGroupbuying_t1000467629, ___m_bLoad_12)); } inline bool get_m_bLoad_12() const { return ___m_bLoad_12; } inline bool* get_address_of_m_bLoad_12() { return &___m_bLoad_12; } inline void set_m_bLoad_12(bool value) { ___m_bLoad_12 = value; } inline static int32_t get_offset_of_m_nConfigid_13() { return static_cast(offsetof(ScenePersonalShopGroupbuying_t1000467629, ___m_nConfigid_13)); } inline int32_t get_m_nConfigid_13() const { return ___m_nConfigid_13; } inline int32_t* get_address_of_m_nConfigid_13() { return &___m_nConfigid_13; } inline void set_m_nConfigid_13(int32_t value) { ___m_nConfigid_13 = value; } inline static int32_t get_offset_of_m_CallBack_14() { return static_cast(offsetof(ScenePersonalShopGroupbuying_t1000467629, ___m_CallBack_14)); } inline OnClickMsgCallBack_t2526724959 * get_m_CallBack_14() const { return ___m_CallBack_14; } inline OnClickMsgCallBack_t2526724959 ** get_address_of_m_CallBack_14() { return &___m_CallBack_14; } inline void set_m_CallBack_14(OnClickMsgCallBack_t2526724959 * value) { ___m_CallBack_14 = value; Il2CppCodeGenWriteBarrier((&___m_CallBack_14), value); } inline static int32_t get_offset_of_m_data_15() { return static_cast(offsetof(ScenePersonalShopGroupbuying_t1000467629, ___m_data_15)); } inline CDataArray_t4068198041 * get_m_data_15() const { return ___m_data_15; } inline CDataArray_t4068198041 ** get_address_of_m_data_15() { return &___m_data_15; } inline void set_m_data_15(CDataArray_t4068198041 * value) { ___m_data_15 = value; Il2CppCodeGenWriteBarrier((&___m_data_15), value); } inline static int32_t get_offset_of_isPageInit_16() { return static_cast(offsetof(ScenePersonalShopGroupbuying_t1000467629, ___isPageInit_16)); } inline bool get_isPageInit_16() const { return ___isPageInit_16; } inline bool* get_address_of_isPageInit_16() { return &___isPageInit_16; } inline void set_isPageInit_16(bool value) { ___isPageInit_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALSHOPGROUPBUYING_T1000467629_H #ifndef UIPVESTORY_T2882232527_H #define UIPVESTORY_T2882232527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiPVEStory struct uiPVEStory_t2882232527 : public MonoBehaviour_t3962482529 { public: // UITexture uiPVEStory::m_uiHead UITexture_t3471168817 * ___m_uiHead_2; // UILabel uiPVEStory::m_uiDialog UILabel_t3248798549 * ___m_uiDialog_3; // System.Boolean uiPVEStory::isPageInit bool ___isPageInit_4; public: inline static int32_t get_offset_of_m_uiHead_2() { return static_cast(offsetof(uiPVEStory_t2882232527, ___m_uiHead_2)); } inline UITexture_t3471168817 * get_m_uiHead_2() const { return ___m_uiHead_2; } inline UITexture_t3471168817 ** get_address_of_m_uiHead_2() { return &___m_uiHead_2; } inline void set_m_uiHead_2(UITexture_t3471168817 * value) { ___m_uiHead_2 = value; Il2CppCodeGenWriteBarrier((&___m_uiHead_2), value); } inline static int32_t get_offset_of_m_uiDialog_3() { return static_cast(offsetof(uiPVEStory_t2882232527, ___m_uiDialog_3)); } inline UILabel_t3248798549 * get_m_uiDialog_3() const { return ___m_uiDialog_3; } inline UILabel_t3248798549 ** get_address_of_m_uiDialog_3() { return &___m_uiDialog_3; } inline void set_m_uiDialog_3(UILabel_t3248798549 * value) { ___m_uiDialog_3 = value; Il2CppCodeGenWriteBarrier((&___m_uiDialog_3), value); } inline static int32_t get_offset_of_isPageInit_4() { return static_cast(offsetof(uiPVEStory_t2882232527, ___isPageInit_4)); } inline bool get_isPageInit_4() const { return ___isPageInit_4; } inline bool* get_address_of_isPageInit_4() { return &___isPageInit_4; } inline void set_isPageInit_4(bool value) { ___isPageInit_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIPVESTORY_T2882232527_H #ifndef SCENEPERSONALSHOPLISTVIEWANIM_T141335317_H #define SCENEPERSONALSHOPLISTVIEWANIM_T141335317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalShopListViewAnim struct ScenePersonalShopListViewAnim_t141335317 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject ScenePersonalShopListViewAnim::m_OrgAnimItem GameObject_t1113636619 * ___m_OrgAnimItem_2; // UnityEngine.Transform ScenePersonalShopListViewAnim::m_Dest Transform_t3600365921 * ___m_Dest_3; // System.Boolean ScenePersonalShopListViewAnim::isPageInit bool ___isPageInit_4; // System.Collections.Generic.List`1 ScenePersonalShopListViewAnim::m_animList List_1_t2374443009 * ___m_animList_5; public: inline static int32_t get_offset_of_m_OrgAnimItem_2() { return static_cast(offsetof(ScenePersonalShopListViewAnim_t141335317, ___m_OrgAnimItem_2)); } inline GameObject_t1113636619 * get_m_OrgAnimItem_2() const { return ___m_OrgAnimItem_2; } inline GameObject_t1113636619 ** get_address_of_m_OrgAnimItem_2() { return &___m_OrgAnimItem_2; } inline void set_m_OrgAnimItem_2(GameObject_t1113636619 * value) { ___m_OrgAnimItem_2 = value; Il2CppCodeGenWriteBarrier((&___m_OrgAnimItem_2), value); } inline static int32_t get_offset_of_m_Dest_3() { return static_cast(offsetof(ScenePersonalShopListViewAnim_t141335317, ___m_Dest_3)); } inline Transform_t3600365921 * get_m_Dest_3() const { return ___m_Dest_3; } inline Transform_t3600365921 ** get_address_of_m_Dest_3() { return &___m_Dest_3; } inline void set_m_Dest_3(Transform_t3600365921 * value) { ___m_Dest_3 = value; Il2CppCodeGenWriteBarrier((&___m_Dest_3), value); } inline static int32_t get_offset_of_isPageInit_4() { return static_cast(offsetof(ScenePersonalShopListViewAnim_t141335317, ___isPageInit_4)); } inline bool get_isPageInit_4() const { return ___isPageInit_4; } inline bool* get_address_of_isPageInit_4() { return &___isPageInit_4; } inline void set_isPageInit_4(bool value) { ___isPageInit_4 = value; } inline static int32_t get_offset_of_m_animList_5() { return static_cast(offsetof(ScenePersonalShopListViewAnim_t141335317, ___m_animList_5)); } inline List_1_t2374443009 * get_m_animList_5() const { return ___m_animList_5; } inline List_1_t2374443009 ** get_address_of_m_animList_5() { return &___m_animList_5; } inline void set_m_animList_5(List_1_t2374443009 * value) { ___m_animList_5 = value; Il2CppCodeGenWriteBarrier((&___m_animList_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALSHOPLISTVIEWANIM_T141335317_H #ifndef UICAMERA_T1356438871_H #define UICAMERA_T1356438871_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UICamera struct UICamera_t1356438871 : public MonoBehaviour_t3962482529 { public: // System.Boolean UICamera::debug bool ___debug_2; // System.Boolean UICamera::useMouse bool ___useMouse_3; // System.Boolean UICamera::useTouch bool ___useTouch_4; // System.Boolean UICamera::allowMultiTouch bool ___allowMultiTouch_5; // System.Boolean UICamera::useKeyboard bool ___useKeyboard_6; // System.Boolean UICamera::useController bool ___useController_7; // System.Boolean UICamera::stickyPress bool ___stickyPress_8; // UnityEngine.LayerMask UICamera::eventReceiverMask LayerMask_t3493934918 ___eventReceiverMask_9; // System.Boolean UICamera::clipRaycasts bool ___clipRaycasts_10; // System.Single UICamera::tooltipDelay float ___tooltipDelay_11; // System.Boolean UICamera::stickyTooltip bool ___stickyTooltip_12; // System.Single UICamera::mouseDragThreshold float ___mouseDragThreshold_13; // System.Single UICamera::mouseClickThreshold float ___mouseClickThreshold_14; // System.Single UICamera::touchDragThreshold float ___touchDragThreshold_15; // System.Single UICamera::touchClickThreshold float ___touchClickThreshold_16; // System.Single UICamera::rangeDistance float ___rangeDistance_17; // System.String UICamera::scrollAxisName String_t* ___scrollAxisName_18; // System.String UICamera::verticalAxisName String_t* ___verticalAxisName_19; // System.String UICamera::horizontalAxisName String_t* ___horizontalAxisName_20; // UnityEngine.KeyCode UICamera::submitKey0 int32_t ___submitKey0_21; // UnityEngine.KeyCode UICamera::submitKey1 int32_t ___submitKey1_22; // UnityEngine.KeyCode UICamera::cancelKey0 int32_t ___cancelKey0_23; // UnityEngine.KeyCode UICamera::cancelKey1 int32_t ___cancelKey1_24; // UnityEngine.GameObject UICamera::mTooltip GameObject_t1113636619 * ___mTooltip_44; // UnityEngine.Camera UICamera::mCam Camera_t4157153871 * ___mCam_45; // System.Single UICamera::mTooltipTime float ___mTooltipTime_46; // System.Boolean UICamera::mIsEditor bool ___mIsEditor_47; public: inline static int32_t get_offset_of_debug_2() { return static_cast(offsetof(UICamera_t1356438871, ___debug_2)); } inline bool get_debug_2() const { return ___debug_2; } inline bool* get_address_of_debug_2() { return &___debug_2; } inline void set_debug_2(bool value) { ___debug_2 = value; } inline static int32_t get_offset_of_useMouse_3() { return static_cast(offsetof(UICamera_t1356438871, ___useMouse_3)); } inline bool get_useMouse_3() const { return ___useMouse_3; } inline bool* get_address_of_useMouse_3() { return &___useMouse_3; } inline void set_useMouse_3(bool value) { ___useMouse_3 = value; } inline static int32_t get_offset_of_useTouch_4() { return static_cast(offsetof(UICamera_t1356438871, ___useTouch_4)); } inline bool get_useTouch_4() const { return ___useTouch_4; } inline bool* get_address_of_useTouch_4() { return &___useTouch_4; } inline void set_useTouch_4(bool value) { ___useTouch_4 = value; } inline static int32_t get_offset_of_allowMultiTouch_5() { return static_cast(offsetof(UICamera_t1356438871, ___allowMultiTouch_5)); } inline bool get_allowMultiTouch_5() const { return ___allowMultiTouch_5; } inline bool* get_address_of_allowMultiTouch_5() { return &___allowMultiTouch_5; } inline void set_allowMultiTouch_5(bool value) { ___allowMultiTouch_5 = value; } inline static int32_t get_offset_of_useKeyboard_6() { return static_cast(offsetof(UICamera_t1356438871, ___useKeyboard_6)); } inline bool get_useKeyboard_6() const { return ___useKeyboard_6; } inline bool* get_address_of_useKeyboard_6() { return &___useKeyboard_6; } inline void set_useKeyboard_6(bool value) { ___useKeyboard_6 = value; } inline static int32_t get_offset_of_useController_7() { return static_cast(offsetof(UICamera_t1356438871, ___useController_7)); } inline bool get_useController_7() const { return ___useController_7; } inline bool* get_address_of_useController_7() { return &___useController_7; } inline void set_useController_7(bool value) { ___useController_7 = value; } inline static int32_t get_offset_of_stickyPress_8() { return static_cast(offsetof(UICamera_t1356438871, ___stickyPress_8)); } inline bool get_stickyPress_8() const { return ___stickyPress_8; } inline bool* get_address_of_stickyPress_8() { return &___stickyPress_8; } inline void set_stickyPress_8(bool value) { ___stickyPress_8 = value; } inline static int32_t get_offset_of_eventReceiverMask_9() { return static_cast(offsetof(UICamera_t1356438871, ___eventReceiverMask_9)); } inline LayerMask_t3493934918 get_eventReceiverMask_9() const { return ___eventReceiverMask_9; } inline LayerMask_t3493934918 * get_address_of_eventReceiverMask_9() { return &___eventReceiverMask_9; } inline void set_eventReceiverMask_9(LayerMask_t3493934918 value) { ___eventReceiverMask_9 = value; } inline static int32_t get_offset_of_clipRaycasts_10() { return static_cast(offsetof(UICamera_t1356438871, ___clipRaycasts_10)); } inline bool get_clipRaycasts_10() const { return ___clipRaycasts_10; } inline bool* get_address_of_clipRaycasts_10() { return &___clipRaycasts_10; } inline void set_clipRaycasts_10(bool value) { ___clipRaycasts_10 = value; } inline static int32_t get_offset_of_tooltipDelay_11() { return static_cast(offsetof(UICamera_t1356438871, ___tooltipDelay_11)); } inline float get_tooltipDelay_11() const { return ___tooltipDelay_11; } inline float* get_address_of_tooltipDelay_11() { return &___tooltipDelay_11; } inline void set_tooltipDelay_11(float value) { ___tooltipDelay_11 = value; } inline static int32_t get_offset_of_stickyTooltip_12() { return static_cast(offsetof(UICamera_t1356438871, ___stickyTooltip_12)); } inline bool get_stickyTooltip_12() const { return ___stickyTooltip_12; } inline bool* get_address_of_stickyTooltip_12() { return &___stickyTooltip_12; } inline void set_stickyTooltip_12(bool value) { ___stickyTooltip_12 = value; } inline static int32_t get_offset_of_mouseDragThreshold_13() { return static_cast(offsetof(UICamera_t1356438871, ___mouseDragThreshold_13)); } inline float get_mouseDragThreshold_13() const { return ___mouseDragThreshold_13; } inline float* get_address_of_mouseDragThreshold_13() { return &___mouseDragThreshold_13; } inline void set_mouseDragThreshold_13(float value) { ___mouseDragThreshold_13 = value; } inline static int32_t get_offset_of_mouseClickThreshold_14() { return static_cast(offsetof(UICamera_t1356438871, ___mouseClickThreshold_14)); } inline float get_mouseClickThreshold_14() const { return ___mouseClickThreshold_14; } inline float* get_address_of_mouseClickThreshold_14() { return &___mouseClickThreshold_14; } inline void set_mouseClickThreshold_14(float value) { ___mouseClickThreshold_14 = value; } inline static int32_t get_offset_of_touchDragThreshold_15() { return static_cast(offsetof(UICamera_t1356438871, ___touchDragThreshold_15)); } inline float get_touchDragThreshold_15() const { return ___touchDragThreshold_15; } inline float* get_address_of_touchDragThreshold_15() { return &___touchDragThreshold_15; } inline void set_touchDragThreshold_15(float value) { ___touchDragThreshold_15 = value; } inline static int32_t get_offset_of_touchClickThreshold_16() { return static_cast(offsetof(UICamera_t1356438871, ___touchClickThreshold_16)); } inline float get_touchClickThreshold_16() const { return ___touchClickThreshold_16; } inline float* get_address_of_touchClickThreshold_16() { return &___touchClickThreshold_16; } inline void set_touchClickThreshold_16(float value) { ___touchClickThreshold_16 = value; } inline static int32_t get_offset_of_rangeDistance_17() { return static_cast(offsetof(UICamera_t1356438871, ___rangeDistance_17)); } inline float get_rangeDistance_17() const { return ___rangeDistance_17; } inline float* get_address_of_rangeDistance_17() { return &___rangeDistance_17; } inline void set_rangeDistance_17(float value) { ___rangeDistance_17 = value; } inline static int32_t get_offset_of_scrollAxisName_18() { return static_cast(offsetof(UICamera_t1356438871, ___scrollAxisName_18)); } inline String_t* get_scrollAxisName_18() const { return ___scrollAxisName_18; } inline String_t** get_address_of_scrollAxisName_18() { return &___scrollAxisName_18; } inline void set_scrollAxisName_18(String_t* value) { ___scrollAxisName_18 = value; Il2CppCodeGenWriteBarrier((&___scrollAxisName_18), value); } inline static int32_t get_offset_of_verticalAxisName_19() { return static_cast(offsetof(UICamera_t1356438871, ___verticalAxisName_19)); } inline String_t* get_verticalAxisName_19() const { return ___verticalAxisName_19; } inline String_t** get_address_of_verticalAxisName_19() { return &___verticalAxisName_19; } inline void set_verticalAxisName_19(String_t* value) { ___verticalAxisName_19 = value; Il2CppCodeGenWriteBarrier((&___verticalAxisName_19), value); } inline static int32_t get_offset_of_horizontalAxisName_20() { return static_cast(offsetof(UICamera_t1356438871, ___horizontalAxisName_20)); } inline String_t* get_horizontalAxisName_20() const { return ___horizontalAxisName_20; } inline String_t** get_address_of_horizontalAxisName_20() { return &___horizontalAxisName_20; } inline void set_horizontalAxisName_20(String_t* value) { ___horizontalAxisName_20 = value; Il2CppCodeGenWriteBarrier((&___horizontalAxisName_20), value); } inline static int32_t get_offset_of_submitKey0_21() { return static_cast(offsetof(UICamera_t1356438871, ___submitKey0_21)); } inline int32_t get_submitKey0_21() const { return ___submitKey0_21; } inline int32_t* get_address_of_submitKey0_21() { return &___submitKey0_21; } inline void set_submitKey0_21(int32_t value) { ___submitKey0_21 = value; } inline static int32_t get_offset_of_submitKey1_22() { return static_cast(offsetof(UICamera_t1356438871, ___submitKey1_22)); } inline int32_t get_submitKey1_22() const { return ___submitKey1_22; } inline int32_t* get_address_of_submitKey1_22() { return &___submitKey1_22; } inline void set_submitKey1_22(int32_t value) { ___submitKey1_22 = value; } inline static int32_t get_offset_of_cancelKey0_23() { return static_cast(offsetof(UICamera_t1356438871, ___cancelKey0_23)); } inline int32_t get_cancelKey0_23() const { return ___cancelKey0_23; } inline int32_t* get_address_of_cancelKey0_23() { return &___cancelKey0_23; } inline void set_cancelKey0_23(int32_t value) { ___cancelKey0_23 = value; } inline static int32_t get_offset_of_cancelKey1_24() { return static_cast(offsetof(UICamera_t1356438871, ___cancelKey1_24)); } inline int32_t get_cancelKey1_24() const { return ___cancelKey1_24; } inline int32_t* get_address_of_cancelKey1_24() { return &___cancelKey1_24; } inline void set_cancelKey1_24(int32_t value) { ___cancelKey1_24 = value; } inline static int32_t get_offset_of_mTooltip_44() { return static_cast(offsetof(UICamera_t1356438871, ___mTooltip_44)); } inline GameObject_t1113636619 * get_mTooltip_44() const { return ___mTooltip_44; } inline GameObject_t1113636619 ** get_address_of_mTooltip_44() { return &___mTooltip_44; } inline void set_mTooltip_44(GameObject_t1113636619 * value) { ___mTooltip_44 = value; Il2CppCodeGenWriteBarrier((&___mTooltip_44), value); } inline static int32_t get_offset_of_mCam_45() { return static_cast(offsetof(UICamera_t1356438871, ___mCam_45)); } inline Camera_t4157153871 * get_mCam_45() const { return ___mCam_45; } inline Camera_t4157153871 ** get_address_of_mCam_45() { return &___mCam_45; } inline void set_mCam_45(Camera_t4157153871 * value) { ___mCam_45 = value; Il2CppCodeGenWriteBarrier((&___mCam_45), value); } inline static int32_t get_offset_of_mTooltipTime_46() { return static_cast(offsetof(UICamera_t1356438871, ___mTooltipTime_46)); } inline float get_mTooltipTime_46() const { return ___mTooltipTime_46; } inline float* get_address_of_mTooltipTime_46() { return &___mTooltipTime_46; } inline void set_mTooltipTime_46(float value) { ___mTooltipTime_46 = value; } inline static int32_t get_offset_of_mIsEditor_47() { return static_cast(offsetof(UICamera_t1356438871, ___mIsEditor_47)); } inline bool get_mIsEditor_47() const { return ___mIsEditor_47; } inline bool* get_address_of_mIsEditor_47() { return &___mIsEditor_47; } inline void set_mIsEditor_47(bool value) { ___mIsEditor_47 = value; } }; struct UICamera_t1356438871_StaticFields { public: // System.Action UICamera::onCustomInput Action_t1264377477 * ___onCustomInput_25; // System.Boolean UICamera::showTooltips bool ___showTooltips_26; // UnityEngine.Vector2 UICamera::lastTouchPosition Vector2_t2156229523 ___lastTouchPosition_27; // UnityEngine.RaycastHit UICamera::lastHit RaycastHit_t1056001966 ___lastHit_28; // UICamera UICamera::current UICamera_t1356438871 * ___current_29; // UnityEngine.Camera UICamera::currentCamera Camera_t4157153871 * ___currentCamera_30; // System.Int32 UICamera::currentTouchID int32_t ___currentTouchID_31; // UICamera/MouseOrTouch UICamera::currentTouch MouseOrTouch_t3052596533 * ___currentTouch_32; // System.Boolean UICamera::inputHasFocus bool ___inputHasFocus_33; // UnityEngine.GameObject UICamera::genericEventHandler GameObject_t1113636619 * ___genericEventHandler_34; // UnityEngine.GameObject UICamera::fallThrough GameObject_t1113636619 * ___fallThrough_35; // System.Collections.Generic.List`1 UICamera::mList List_1_t2828513613 * ___mList_36; // System.Collections.Generic.List`1 UICamera::mHighlighted List_1_t2833680200 * ___mHighlighted_37; // UnityEngine.GameObject UICamera::mSel GameObject_t1113636619 * ___mSel_38; // UICamera/MouseOrTouch[] UICamera::mMouse MouseOrTouchU5BU5D_t3534648920* ___mMouse_39; // UnityEngine.GameObject UICamera::mHover GameObject_t1113636619 * ___mHover_40; // UICamera/MouseOrTouch UICamera::mController MouseOrTouch_t3052596533 * ___mController_41; // System.Single UICamera::mNextEvent float ___mNextEvent_42; // System.Collections.Generic.Dictionary`2 UICamera::mTouches Dictionary_2_t1941309864 * ___mTouches_43; // UnityEngine.GameObject UICamera::hoveredObject GameObject_t1113636619 * ___hoveredObject_48; // System.Comparison`1 UICamera::<>f__am$cache0 Comparison_1_t830933145 * ___U3CU3Ef__amU24cache0_49; // System.Comparison`1 UICamera::<>f__mg$cache0 Comparison_1_t1131370050 * ___U3CU3Ef__mgU24cache0_50; public: inline static int32_t get_offset_of_onCustomInput_25() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___onCustomInput_25)); } inline Action_t1264377477 * get_onCustomInput_25() const { return ___onCustomInput_25; } inline Action_t1264377477 ** get_address_of_onCustomInput_25() { return &___onCustomInput_25; } inline void set_onCustomInput_25(Action_t1264377477 * value) { ___onCustomInput_25 = value; Il2CppCodeGenWriteBarrier((&___onCustomInput_25), value); } inline static int32_t get_offset_of_showTooltips_26() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___showTooltips_26)); } inline bool get_showTooltips_26() const { return ___showTooltips_26; } inline bool* get_address_of_showTooltips_26() { return &___showTooltips_26; } inline void set_showTooltips_26(bool value) { ___showTooltips_26 = value; } inline static int32_t get_offset_of_lastTouchPosition_27() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___lastTouchPosition_27)); } inline Vector2_t2156229523 get_lastTouchPosition_27() const { return ___lastTouchPosition_27; } inline Vector2_t2156229523 * get_address_of_lastTouchPosition_27() { return &___lastTouchPosition_27; } inline void set_lastTouchPosition_27(Vector2_t2156229523 value) { ___lastTouchPosition_27 = value; } inline static int32_t get_offset_of_lastHit_28() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___lastHit_28)); } inline RaycastHit_t1056001966 get_lastHit_28() const { return ___lastHit_28; } inline RaycastHit_t1056001966 * get_address_of_lastHit_28() { return &___lastHit_28; } inline void set_lastHit_28(RaycastHit_t1056001966 value) { ___lastHit_28 = value; } inline static int32_t get_offset_of_current_29() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___current_29)); } inline UICamera_t1356438871 * get_current_29() const { return ___current_29; } inline UICamera_t1356438871 ** get_address_of_current_29() { return &___current_29; } inline void set_current_29(UICamera_t1356438871 * value) { ___current_29 = value; Il2CppCodeGenWriteBarrier((&___current_29), value); } inline static int32_t get_offset_of_currentCamera_30() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___currentCamera_30)); } inline Camera_t4157153871 * get_currentCamera_30() const { return ___currentCamera_30; } inline Camera_t4157153871 ** get_address_of_currentCamera_30() { return &___currentCamera_30; } inline void set_currentCamera_30(Camera_t4157153871 * value) { ___currentCamera_30 = value; Il2CppCodeGenWriteBarrier((&___currentCamera_30), value); } inline static int32_t get_offset_of_currentTouchID_31() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___currentTouchID_31)); } inline int32_t get_currentTouchID_31() const { return ___currentTouchID_31; } inline int32_t* get_address_of_currentTouchID_31() { return &___currentTouchID_31; } inline void set_currentTouchID_31(int32_t value) { ___currentTouchID_31 = value; } inline static int32_t get_offset_of_currentTouch_32() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___currentTouch_32)); } inline MouseOrTouch_t3052596533 * get_currentTouch_32() const { return ___currentTouch_32; } inline MouseOrTouch_t3052596533 ** get_address_of_currentTouch_32() { return &___currentTouch_32; } inline void set_currentTouch_32(MouseOrTouch_t3052596533 * value) { ___currentTouch_32 = value; Il2CppCodeGenWriteBarrier((&___currentTouch_32), value); } inline static int32_t get_offset_of_inputHasFocus_33() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___inputHasFocus_33)); } inline bool get_inputHasFocus_33() const { return ___inputHasFocus_33; } inline bool* get_address_of_inputHasFocus_33() { return &___inputHasFocus_33; } inline void set_inputHasFocus_33(bool value) { ___inputHasFocus_33 = value; } inline static int32_t get_offset_of_genericEventHandler_34() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___genericEventHandler_34)); } inline GameObject_t1113636619 * get_genericEventHandler_34() const { return ___genericEventHandler_34; } inline GameObject_t1113636619 ** get_address_of_genericEventHandler_34() { return &___genericEventHandler_34; } inline void set_genericEventHandler_34(GameObject_t1113636619 * value) { ___genericEventHandler_34 = value; Il2CppCodeGenWriteBarrier((&___genericEventHandler_34), value); } inline static int32_t get_offset_of_fallThrough_35() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___fallThrough_35)); } inline GameObject_t1113636619 * get_fallThrough_35() const { return ___fallThrough_35; } inline GameObject_t1113636619 ** get_address_of_fallThrough_35() { return &___fallThrough_35; } inline void set_fallThrough_35(GameObject_t1113636619 * value) { ___fallThrough_35 = value; Il2CppCodeGenWriteBarrier((&___fallThrough_35), value); } inline static int32_t get_offset_of_mList_36() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mList_36)); } inline List_1_t2828513613 * get_mList_36() const { return ___mList_36; } inline List_1_t2828513613 ** get_address_of_mList_36() { return &___mList_36; } inline void set_mList_36(List_1_t2828513613 * value) { ___mList_36 = value; Il2CppCodeGenWriteBarrier((&___mList_36), value); } inline static int32_t get_offset_of_mHighlighted_37() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mHighlighted_37)); } inline List_1_t2833680200 * get_mHighlighted_37() const { return ___mHighlighted_37; } inline List_1_t2833680200 ** get_address_of_mHighlighted_37() { return &___mHighlighted_37; } inline void set_mHighlighted_37(List_1_t2833680200 * value) { ___mHighlighted_37 = value; Il2CppCodeGenWriteBarrier((&___mHighlighted_37), value); } inline static int32_t get_offset_of_mSel_38() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mSel_38)); } inline GameObject_t1113636619 * get_mSel_38() const { return ___mSel_38; } inline GameObject_t1113636619 ** get_address_of_mSel_38() { return &___mSel_38; } inline void set_mSel_38(GameObject_t1113636619 * value) { ___mSel_38 = value; Il2CppCodeGenWriteBarrier((&___mSel_38), value); } inline static int32_t get_offset_of_mMouse_39() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mMouse_39)); } inline MouseOrTouchU5BU5D_t3534648920* get_mMouse_39() const { return ___mMouse_39; } inline MouseOrTouchU5BU5D_t3534648920** get_address_of_mMouse_39() { return &___mMouse_39; } inline void set_mMouse_39(MouseOrTouchU5BU5D_t3534648920* value) { ___mMouse_39 = value; Il2CppCodeGenWriteBarrier((&___mMouse_39), value); } inline static int32_t get_offset_of_mHover_40() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mHover_40)); } inline GameObject_t1113636619 * get_mHover_40() const { return ___mHover_40; } inline GameObject_t1113636619 ** get_address_of_mHover_40() { return &___mHover_40; } inline void set_mHover_40(GameObject_t1113636619 * value) { ___mHover_40 = value; Il2CppCodeGenWriteBarrier((&___mHover_40), value); } inline static int32_t get_offset_of_mController_41() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mController_41)); } inline MouseOrTouch_t3052596533 * get_mController_41() const { return ___mController_41; } inline MouseOrTouch_t3052596533 ** get_address_of_mController_41() { return &___mController_41; } inline void set_mController_41(MouseOrTouch_t3052596533 * value) { ___mController_41 = value; Il2CppCodeGenWriteBarrier((&___mController_41), value); } inline static int32_t get_offset_of_mNextEvent_42() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mNextEvent_42)); } inline float get_mNextEvent_42() const { return ___mNextEvent_42; } inline float* get_address_of_mNextEvent_42() { return &___mNextEvent_42; } inline void set_mNextEvent_42(float value) { ___mNextEvent_42 = value; } inline static int32_t get_offset_of_mTouches_43() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___mTouches_43)); } inline Dictionary_2_t1941309864 * get_mTouches_43() const { return ___mTouches_43; } inline Dictionary_2_t1941309864 ** get_address_of_mTouches_43() { return &___mTouches_43; } inline void set_mTouches_43(Dictionary_2_t1941309864 * value) { ___mTouches_43 = value; Il2CppCodeGenWriteBarrier((&___mTouches_43), value); } inline static int32_t get_offset_of_hoveredObject_48() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___hoveredObject_48)); } inline GameObject_t1113636619 * get_hoveredObject_48() const { return ___hoveredObject_48; } inline GameObject_t1113636619 ** get_address_of_hoveredObject_48() { return &___hoveredObject_48; } inline void set_hoveredObject_48(GameObject_t1113636619 * value) { ___hoveredObject_48 = value; Il2CppCodeGenWriteBarrier((&___hoveredObject_48), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_49() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___U3CU3Ef__amU24cache0_49)); } inline Comparison_1_t830933145 * get_U3CU3Ef__amU24cache0_49() const { return ___U3CU3Ef__amU24cache0_49; } inline Comparison_1_t830933145 ** get_address_of_U3CU3Ef__amU24cache0_49() { return &___U3CU3Ef__amU24cache0_49; } inline void set_U3CU3Ef__amU24cache0_49(Comparison_1_t830933145 * value) { ___U3CU3Ef__amU24cache0_49 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_49), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_50() { return static_cast(offsetof(UICamera_t1356438871_StaticFields, ___U3CU3Ef__mgU24cache0_50)); } inline Comparison_1_t1131370050 * get_U3CU3Ef__mgU24cache0_50() const { return ___U3CU3Ef__mgU24cache0_50; } inline Comparison_1_t1131370050 ** get_address_of_U3CU3Ef__mgU24cache0_50() { return &___U3CU3Ef__mgU24cache0_50; } inline void set_U3CU3Ef__mgU24cache0_50(Comparison_1_t1131370050 * value) { ___U3CU3Ef__mgU24cache0_50 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_50), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UICAMERA_T1356438871_H #ifndef SCENEPERSONALSHOPLIST_T27853008_H #define SCENEPERSONALSHOPLIST_T27853008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalShopList struct ScenePersonalShopList_t27853008 : public MonoBehaviour_t3962482529 { public: // DMListView ScenePersonalShopList::m_ListView DMListView_t512231514 * ___m_ListView_2; // UnityEngine.GameObject ScenePersonalShopList::m_kong GameObject_t1113636619 * ___m_kong_3; // System.Int32 ScenePersonalShopList::m_mainType int32_t ___m_mainType_5; // System.Boolean ScenePersonalShopList::isPageInit bool ___isPageInit_6; // System.Int32 ScenePersonalShopList::currentSetRowNum int32_t ___currentSetRowNum_7; // System.Int32 ScenePersonalShopList::m_tickLabor int32_t ___m_tickLabor_8; public: inline static int32_t get_offset_of_m_ListView_2() { return static_cast(offsetof(ScenePersonalShopList_t27853008, ___m_ListView_2)); } inline DMListView_t512231514 * get_m_ListView_2() const { return ___m_ListView_2; } inline DMListView_t512231514 ** get_address_of_m_ListView_2() { return &___m_ListView_2; } inline void set_m_ListView_2(DMListView_t512231514 * value) { ___m_ListView_2 = value; Il2CppCodeGenWriteBarrier((&___m_ListView_2), value); } inline static int32_t get_offset_of_m_kong_3() { return static_cast(offsetof(ScenePersonalShopList_t27853008, ___m_kong_3)); } inline GameObject_t1113636619 * get_m_kong_3() const { return ___m_kong_3; } inline GameObject_t1113636619 ** get_address_of_m_kong_3() { return &___m_kong_3; } inline void set_m_kong_3(GameObject_t1113636619 * value) { ___m_kong_3 = value; Il2CppCodeGenWriteBarrier((&___m_kong_3), value); } inline static int32_t get_offset_of_m_mainType_5() { return static_cast(offsetof(ScenePersonalShopList_t27853008, ___m_mainType_5)); } inline int32_t get_m_mainType_5() const { return ___m_mainType_5; } inline int32_t* get_address_of_m_mainType_5() { return &___m_mainType_5; } inline void set_m_mainType_5(int32_t value) { ___m_mainType_5 = value; } inline static int32_t get_offset_of_isPageInit_6() { return static_cast(offsetof(ScenePersonalShopList_t27853008, ___isPageInit_6)); } inline bool get_isPageInit_6() const { return ___isPageInit_6; } inline bool* get_address_of_isPageInit_6() { return &___isPageInit_6; } inline void set_isPageInit_6(bool value) { ___isPageInit_6 = value; } inline static int32_t get_offset_of_currentSetRowNum_7() { return static_cast(offsetof(ScenePersonalShopList_t27853008, ___currentSetRowNum_7)); } inline int32_t get_currentSetRowNum_7() const { return ___currentSetRowNum_7; } inline int32_t* get_address_of_currentSetRowNum_7() { return &___currentSetRowNum_7; } inline void set_currentSetRowNum_7(int32_t value) { ___currentSetRowNum_7 = value; } inline static int32_t get_offset_of_m_tickLabor_8() { return static_cast(offsetof(ScenePersonalShopList_t27853008, ___m_tickLabor_8)); } inline int32_t get_m_tickLabor_8() const { return ___m_tickLabor_8; } inline int32_t* get_address_of_m_tickLabor_8() { return &___m_tickLabor_8; } inline void set_m_tickLabor_8(int32_t value) { ___m_tickLabor_8 = value; } }; struct ScenePersonalShopList_t27853008_StaticFields { public: // System.Int32 ScenePersonalShopList::m_CurActivePage int32_t ___m_CurActivePage_4; public: inline static int32_t get_offset_of_m_CurActivePage_4() { return static_cast(offsetof(ScenePersonalShopList_t27853008_StaticFields, ___m_CurActivePage_4)); } inline int32_t get_m_CurActivePage_4() const { return ___m_CurActivePage_4; } inline int32_t* get_address_of_m_CurActivePage_4() { return &___m_CurActivePage_4; } inline void set_m_CurActivePage_4(int32_t value) { ___m_CurActivePage_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALSHOPLIST_T27853008_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 DMLISTVIEW_T512231514_H #define DMLISTVIEW_T512231514_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListView struct DMListView_t512231514 : public MonoBehaviour_t3962482529 { public: // System.Boolean DMListView::isCommonItemList bool ___isCommonItemList_2; // System.Boolean DMListView::isCanRebound bool ___isCanRebound_3; // System.String DMListView::m_childPath String_t* ___m_childPath_4; // UnityEngine.GameObject DMListView::m_ReceiveTarget GameObject_t1113636619 * ___m_ReceiveTarget_5; // System.String DMListView::m_ReceiveProcName String_t* ___m_ReceiveProcName_6; // System.Action`1 DMListView::OnChange Action_1_t1569734369 * ___OnChange_7; // UnityEngine.GameObject DMListView::m_ActiveReceiver GameObject_t1113636619 * ___m_ActiveReceiver_8; // System.String DMListView::m_ActiveReceiverName String_t* ___m_ActiveReceiverName_9; // UnityEngine.GameObject DMListView::m_ClickReceiver GameObject_t1113636619 * ___m_ClickReceiver_10; // System.String DMListView::m_ClickProcName String_t* ___m_ClickProcName_11; // System.Int32 DMListView::m_PageSize int32_t ___m_PageSize_12; // System.Boolean DMListView::m_bEnableActiveMulti bool ___m_bEnableActiveMulti_13; // DMListView/Type DMListView::m_Type int32_t ___m_Type_15; // DMListView/Allign DMListView::m_Allign int32_t ___m_Allign_16; // DMProcessBar DMListView::m_ProcessBar DMProcessBar_t1457963892 * ___m_ProcessBar_17; // DMListView/ShowCondition DMListView::m_ShowCondition int32_t ___m_ShowCondition_18; // System.Boolean DMListView::m_CanMove bool ___m_CanMove_19; // System.Int32 DMListView::preloadNumb int32_t ___preloadNumb_20; // System.Int32 DMListView::totalCount int32_t ___totalCount_21; // System.Single DMListView::perItemLength float ___perItemLength_22; // System.Single DMListView::_timeCounter float ____timeCounter_23; // System.Single DMListView::slowDownSpeed float ___slowDownSpeed_24; // System.Single DMListView::speedUp float ___speedUp_25; // System.Single DMListView::reboundSpeed float ___reboundSpeed_26; // System.Single DMListView::reboundDistance float ___reboundDistance_27; // UIPanel DMListView::m_panel UIPanel_t1716472341 * ___m_panel_29; // UnityEngine.GameObject DMListView::m_controler GameObject_t1113636619 * ___m_controler_30; // System.Single DMListView::m_fStep float ___m_fStep_31; // System.Collections.Generic.List`1 DMListView::m_listChildren List_1_t777473367 * ___m_listChildren_32; // System.Single DMListView::m_fPosMin float ___m_fPosMin_33; // System.Single DMListView::m_fPosMax float ___m_fPosMax_34; // System.Int32 DMListView::m_nActiveIndex int32_t ___m_nActiveIndex_35; // System.Boolean DMListView::m_bEnableDrag bool ___m_bEnableDrag_36; // System.Boolean DMListView::m_bClkingInside bool ___m_bClkingInside_37; // UnityEngine.Vector2 DMListView::m_MaxOffset Vector2_t2156229523 ___m_MaxOffset_38; // UnityEngine.Vector2 DMListView::m_ClkPos Vector2_t2156229523 ___m_ClkPos_39; // System.Int32 DMListView::m_ClkedIndex int32_t ___m_ClkedIndex_40; // System.Single DMListView::m_fMoveTimeLabor float ___m_fMoveTimeLabor_41; // System.Single DMListView::m_fMoveSpeed float ___m_fMoveSpeed_42; // System.Boolean DMListView::m_bTargetEnable bool ___m_bTargetEnable_43; // System.Single DMListView::m_fTargetPos float ___m_fTargetPos_44; // System.Single DMListView::m_ClikingRootPos float ___m_ClikingRootPos_45; // UnityEngine.Camera DMListView::m_ownerCamera Camera_t4157153871 * ___m_ownerCamera_46; public: inline static int32_t get_offset_of_isCommonItemList_2() { return static_cast(offsetof(DMListView_t512231514, ___isCommonItemList_2)); } inline bool get_isCommonItemList_2() const { return ___isCommonItemList_2; } inline bool* get_address_of_isCommonItemList_2() { return &___isCommonItemList_2; } inline void set_isCommonItemList_2(bool value) { ___isCommonItemList_2 = value; } inline static int32_t get_offset_of_isCanRebound_3() { return static_cast(offsetof(DMListView_t512231514, ___isCanRebound_3)); } inline bool get_isCanRebound_3() const { return ___isCanRebound_3; } inline bool* get_address_of_isCanRebound_3() { return &___isCanRebound_3; } inline void set_isCanRebound_3(bool value) { ___isCanRebound_3 = value; } inline static int32_t get_offset_of_m_childPath_4() { return static_cast(offsetof(DMListView_t512231514, ___m_childPath_4)); } inline String_t* get_m_childPath_4() const { return ___m_childPath_4; } inline String_t** get_address_of_m_childPath_4() { return &___m_childPath_4; } inline void set_m_childPath_4(String_t* value) { ___m_childPath_4 = value; Il2CppCodeGenWriteBarrier((&___m_childPath_4), value); } inline static int32_t get_offset_of_m_ReceiveTarget_5() { return static_cast(offsetof(DMListView_t512231514, ___m_ReceiveTarget_5)); } inline GameObject_t1113636619 * get_m_ReceiveTarget_5() const { return ___m_ReceiveTarget_5; } inline GameObject_t1113636619 ** get_address_of_m_ReceiveTarget_5() { return &___m_ReceiveTarget_5; } inline void set_m_ReceiveTarget_5(GameObject_t1113636619 * value) { ___m_ReceiveTarget_5 = value; Il2CppCodeGenWriteBarrier((&___m_ReceiveTarget_5), value); } inline static int32_t get_offset_of_m_ReceiveProcName_6() { return static_cast(offsetof(DMListView_t512231514, ___m_ReceiveProcName_6)); } inline String_t* get_m_ReceiveProcName_6() const { return ___m_ReceiveProcName_6; } inline String_t** get_address_of_m_ReceiveProcName_6() { return &___m_ReceiveProcName_6; } inline void set_m_ReceiveProcName_6(String_t* value) { ___m_ReceiveProcName_6 = value; Il2CppCodeGenWriteBarrier((&___m_ReceiveProcName_6), value); } inline static int32_t get_offset_of_OnChange_7() { return static_cast(offsetof(DMListView_t512231514, ___OnChange_7)); } inline Action_1_t1569734369 * get_OnChange_7() const { return ___OnChange_7; } inline Action_1_t1569734369 ** get_address_of_OnChange_7() { return &___OnChange_7; } inline void set_OnChange_7(Action_1_t1569734369 * value) { ___OnChange_7 = value; Il2CppCodeGenWriteBarrier((&___OnChange_7), value); } inline static int32_t get_offset_of_m_ActiveReceiver_8() { return static_cast(offsetof(DMListView_t512231514, ___m_ActiveReceiver_8)); } inline GameObject_t1113636619 * get_m_ActiveReceiver_8() const { return ___m_ActiveReceiver_8; } inline GameObject_t1113636619 ** get_address_of_m_ActiveReceiver_8() { return &___m_ActiveReceiver_8; } inline void set_m_ActiveReceiver_8(GameObject_t1113636619 * value) { ___m_ActiveReceiver_8 = value; Il2CppCodeGenWriteBarrier((&___m_ActiveReceiver_8), value); } inline static int32_t get_offset_of_m_ActiveReceiverName_9() { return static_cast(offsetof(DMListView_t512231514, ___m_ActiveReceiverName_9)); } inline String_t* get_m_ActiveReceiverName_9() const { return ___m_ActiveReceiverName_9; } inline String_t** get_address_of_m_ActiveReceiverName_9() { return &___m_ActiveReceiverName_9; } inline void set_m_ActiveReceiverName_9(String_t* value) { ___m_ActiveReceiverName_9 = value; Il2CppCodeGenWriteBarrier((&___m_ActiveReceiverName_9), value); } inline static int32_t get_offset_of_m_ClickReceiver_10() { return static_cast(offsetof(DMListView_t512231514, ___m_ClickReceiver_10)); } inline GameObject_t1113636619 * get_m_ClickReceiver_10() const { return ___m_ClickReceiver_10; } inline GameObject_t1113636619 ** get_address_of_m_ClickReceiver_10() { return &___m_ClickReceiver_10; } inline void set_m_ClickReceiver_10(GameObject_t1113636619 * value) { ___m_ClickReceiver_10 = value; Il2CppCodeGenWriteBarrier((&___m_ClickReceiver_10), value); } inline static int32_t get_offset_of_m_ClickProcName_11() { return static_cast(offsetof(DMListView_t512231514, ___m_ClickProcName_11)); } inline String_t* get_m_ClickProcName_11() const { return ___m_ClickProcName_11; } inline String_t** get_address_of_m_ClickProcName_11() { return &___m_ClickProcName_11; } inline void set_m_ClickProcName_11(String_t* value) { ___m_ClickProcName_11 = value; Il2CppCodeGenWriteBarrier((&___m_ClickProcName_11), value); } inline static int32_t get_offset_of_m_PageSize_12() { return static_cast(offsetof(DMListView_t512231514, ___m_PageSize_12)); } inline int32_t get_m_PageSize_12() const { return ___m_PageSize_12; } inline int32_t* get_address_of_m_PageSize_12() { return &___m_PageSize_12; } inline void set_m_PageSize_12(int32_t value) { ___m_PageSize_12 = value; } inline static int32_t get_offset_of_m_bEnableActiveMulti_13() { return static_cast(offsetof(DMListView_t512231514, ___m_bEnableActiveMulti_13)); } inline bool get_m_bEnableActiveMulti_13() const { return ___m_bEnableActiveMulti_13; } inline bool* get_address_of_m_bEnableActiveMulti_13() { return &___m_bEnableActiveMulti_13; } inline void set_m_bEnableActiveMulti_13(bool value) { ___m_bEnableActiveMulti_13 = value; } inline static int32_t get_offset_of_m_Type_15() { return static_cast(offsetof(DMListView_t512231514, ___m_Type_15)); } inline int32_t get_m_Type_15() const { return ___m_Type_15; } inline int32_t* get_address_of_m_Type_15() { return &___m_Type_15; } inline void set_m_Type_15(int32_t value) { ___m_Type_15 = value; } inline static int32_t get_offset_of_m_Allign_16() { return static_cast(offsetof(DMListView_t512231514, ___m_Allign_16)); } inline int32_t get_m_Allign_16() const { return ___m_Allign_16; } inline int32_t* get_address_of_m_Allign_16() { return &___m_Allign_16; } inline void set_m_Allign_16(int32_t value) { ___m_Allign_16 = value; } inline static int32_t get_offset_of_m_ProcessBar_17() { return static_cast(offsetof(DMListView_t512231514, ___m_ProcessBar_17)); } inline DMProcessBar_t1457963892 * get_m_ProcessBar_17() const { return ___m_ProcessBar_17; } inline DMProcessBar_t1457963892 ** get_address_of_m_ProcessBar_17() { return &___m_ProcessBar_17; } inline void set_m_ProcessBar_17(DMProcessBar_t1457963892 * value) { ___m_ProcessBar_17 = value; Il2CppCodeGenWriteBarrier((&___m_ProcessBar_17), value); } inline static int32_t get_offset_of_m_ShowCondition_18() { return static_cast(offsetof(DMListView_t512231514, ___m_ShowCondition_18)); } inline int32_t get_m_ShowCondition_18() const { return ___m_ShowCondition_18; } inline int32_t* get_address_of_m_ShowCondition_18() { return &___m_ShowCondition_18; } inline void set_m_ShowCondition_18(int32_t value) { ___m_ShowCondition_18 = value; } inline static int32_t get_offset_of_m_CanMove_19() { return static_cast(offsetof(DMListView_t512231514, ___m_CanMove_19)); } inline bool get_m_CanMove_19() const { return ___m_CanMove_19; } inline bool* get_address_of_m_CanMove_19() { return &___m_CanMove_19; } inline void set_m_CanMove_19(bool value) { ___m_CanMove_19 = value; } inline static int32_t get_offset_of_preloadNumb_20() { return static_cast(offsetof(DMListView_t512231514, ___preloadNumb_20)); } inline int32_t get_preloadNumb_20() const { return ___preloadNumb_20; } inline int32_t* get_address_of_preloadNumb_20() { return &___preloadNumb_20; } inline void set_preloadNumb_20(int32_t value) { ___preloadNumb_20 = value; } inline static int32_t get_offset_of_totalCount_21() { return static_cast(offsetof(DMListView_t512231514, ___totalCount_21)); } inline int32_t get_totalCount_21() const { return ___totalCount_21; } inline int32_t* get_address_of_totalCount_21() { return &___totalCount_21; } inline void set_totalCount_21(int32_t value) { ___totalCount_21 = value; } inline static int32_t get_offset_of_perItemLength_22() { return static_cast(offsetof(DMListView_t512231514, ___perItemLength_22)); } inline float get_perItemLength_22() const { return ___perItemLength_22; } inline float* get_address_of_perItemLength_22() { return &___perItemLength_22; } inline void set_perItemLength_22(float value) { ___perItemLength_22 = value; } inline static int32_t get_offset_of__timeCounter_23() { return static_cast(offsetof(DMListView_t512231514, ____timeCounter_23)); } inline float get__timeCounter_23() const { return ____timeCounter_23; } inline float* get_address_of__timeCounter_23() { return &____timeCounter_23; } inline void set__timeCounter_23(float value) { ____timeCounter_23 = value; } inline static int32_t get_offset_of_slowDownSpeed_24() { return static_cast(offsetof(DMListView_t512231514, ___slowDownSpeed_24)); } inline float get_slowDownSpeed_24() const { return ___slowDownSpeed_24; } inline float* get_address_of_slowDownSpeed_24() { return &___slowDownSpeed_24; } inline void set_slowDownSpeed_24(float value) { ___slowDownSpeed_24 = value; } inline static int32_t get_offset_of_speedUp_25() { return static_cast(offsetof(DMListView_t512231514, ___speedUp_25)); } inline float get_speedUp_25() const { return ___speedUp_25; } inline float* get_address_of_speedUp_25() { return &___speedUp_25; } inline void set_speedUp_25(float value) { ___speedUp_25 = value; } inline static int32_t get_offset_of_reboundSpeed_26() { return static_cast(offsetof(DMListView_t512231514, ___reboundSpeed_26)); } inline float get_reboundSpeed_26() const { return ___reboundSpeed_26; } inline float* get_address_of_reboundSpeed_26() { return &___reboundSpeed_26; } inline void set_reboundSpeed_26(float value) { ___reboundSpeed_26 = value; } inline static int32_t get_offset_of_reboundDistance_27() { return static_cast(offsetof(DMListView_t512231514, ___reboundDistance_27)); } inline float get_reboundDistance_27() const { return ___reboundDistance_27; } inline float* get_address_of_reboundDistance_27() { return &___reboundDistance_27; } inline void set_reboundDistance_27(float value) { ___reboundDistance_27 = value; } inline static int32_t get_offset_of_m_panel_29() { return static_cast(offsetof(DMListView_t512231514, ___m_panel_29)); } inline UIPanel_t1716472341 * get_m_panel_29() const { return ___m_panel_29; } inline UIPanel_t1716472341 ** get_address_of_m_panel_29() { return &___m_panel_29; } inline void set_m_panel_29(UIPanel_t1716472341 * value) { ___m_panel_29 = value; Il2CppCodeGenWriteBarrier((&___m_panel_29), value); } inline static int32_t get_offset_of_m_controler_30() { return static_cast(offsetof(DMListView_t512231514, ___m_controler_30)); } inline GameObject_t1113636619 * get_m_controler_30() const { return ___m_controler_30; } inline GameObject_t1113636619 ** get_address_of_m_controler_30() { return &___m_controler_30; } inline void set_m_controler_30(GameObject_t1113636619 * value) { ___m_controler_30 = value; Il2CppCodeGenWriteBarrier((&___m_controler_30), value); } inline static int32_t get_offset_of_m_fStep_31() { return static_cast(offsetof(DMListView_t512231514, ___m_fStep_31)); } inline float get_m_fStep_31() const { return ___m_fStep_31; } inline float* get_address_of_m_fStep_31() { return &___m_fStep_31; } inline void set_m_fStep_31(float value) { ___m_fStep_31 = value; } inline static int32_t get_offset_of_m_listChildren_32() { return static_cast(offsetof(DMListView_t512231514, ___m_listChildren_32)); } inline List_1_t777473367 * get_m_listChildren_32() const { return ___m_listChildren_32; } inline List_1_t777473367 ** get_address_of_m_listChildren_32() { return &___m_listChildren_32; } inline void set_m_listChildren_32(List_1_t777473367 * value) { ___m_listChildren_32 = value; Il2CppCodeGenWriteBarrier((&___m_listChildren_32), value); } inline static int32_t get_offset_of_m_fPosMin_33() { return static_cast(offsetof(DMListView_t512231514, ___m_fPosMin_33)); } inline float get_m_fPosMin_33() const { return ___m_fPosMin_33; } inline float* get_address_of_m_fPosMin_33() { return &___m_fPosMin_33; } inline void set_m_fPosMin_33(float value) { ___m_fPosMin_33 = value; } inline static int32_t get_offset_of_m_fPosMax_34() { return static_cast(offsetof(DMListView_t512231514, ___m_fPosMax_34)); } inline float get_m_fPosMax_34() const { return ___m_fPosMax_34; } inline float* get_address_of_m_fPosMax_34() { return &___m_fPosMax_34; } inline void set_m_fPosMax_34(float value) { ___m_fPosMax_34 = value; } inline static int32_t get_offset_of_m_nActiveIndex_35() { return static_cast(offsetof(DMListView_t512231514, ___m_nActiveIndex_35)); } inline int32_t get_m_nActiveIndex_35() const { return ___m_nActiveIndex_35; } inline int32_t* get_address_of_m_nActiveIndex_35() { return &___m_nActiveIndex_35; } inline void set_m_nActiveIndex_35(int32_t value) { ___m_nActiveIndex_35 = value; } inline static int32_t get_offset_of_m_bEnableDrag_36() { return static_cast(offsetof(DMListView_t512231514, ___m_bEnableDrag_36)); } inline bool get_m_bEnableDrag_36() const { return ___m_bEnableDrag_36; } inline bool* get_address_of_m_bEnableDrag_36() { return &___m_bEnableDrag_36; } inline void set_m_bEnableDrag_36(bool value) { ___m_bEnableDrag_36 = value; } inline static int32_t get_offset_of_m_bClkingInside_37() { return static_cast(offsetof(DMListView_t512231514, ___m_bClkingInside_37)); } inline bool get_m_bClkingInside_37() const { return ___m_bClkingInside_37; } inline bool* get_address_of_m_bClkingInside_37() { return &___m_bClkingInside_37; } inline void set_m_bClkingInside_37(bool value) { ___m_bClkingInside_37 = value; } inline static int32_t get_offset_of_m_MaxOffset_38() { return static_cast(offsetof(DMListView_t512231514, ___m_MaxOffset_38)); } inline Vector2_t2156229523 get_m_MaxOffset_38() const { return ___m_MaxOffset_38; } inline Vector2_t2156229523 * get_address_of_m_MaxOffset_38() { return &___m_MaxOffset_38; } inline void set_m_MaxOffset_38(Vector2_t2156229523 value) { ___m_MaxOffset_38 = value; } inline static int32_t get_offset_of_m_ClkPos_39() { return static_cast(offsetof(DMListView_t512231514, ___m_ClkPos_39)); } inline Vector2_t2156229523 get_m_ClkPos_39() const { return ___m_ClkPos_39; } inline Vector2_t2156229523 * get_address_of_m_ClkPos_39() { return &___m_ClkPos_39; } inline void set_m_ClkPos_39(Vector2_t2156229523 value) { ___m_ClkPos_39 = value; } inline static int32_t get_offset_of_m_ClkedIndex_40() { return static_cast(offsetof(DMListView_t512231514, ___m_ClkedIndex_40)); } inline int32_t get_m_ClkedIndex_40() const { return ___m_ClkedIndex_40; } inline int32_t* get_address_of_m_ClkedIndex_40() { return &___m_ClkedIndex_40; } inline void set_m_ClkedIndex_40(int32_t value) { ___m_ClkedIndex_40 = value; } inline static int32_t get_offset_of_m_fMoveTimeLabor_41() { return static_cast(offsetof(DMListView_t512231514, ___m_fMoveTimeLabor_41)); } inline float get_m_fMoveTimeLabor_41() const { return ___m_fMoveTimeLabor_41; } inline float* get_address_of_m_fMoveTimeLabor_41() { return &___m_fMoveTimeLabor_41; } inline void set_m_fMoveTimeLabor_41(float value) { ___m_fMoveTimeLabor_41 = value; } inline static int32_t get_offset_of_m_fMoveSpeed_42() { return static_cast(offsetof(DMListView_t512231514, ___m_fMoveSpeed_42)); } inline float get_m_fMoveSpeed_42() const { return ___m_fMoveSpeed_42; } inline float* get_address_of_m_fMoveSpeed_42() { return &___m_fMoveSpeed_42; } inline void set_m_fMoveSpeed_42(float value) { ___m_fMoveSpeed_42 = value; } inline static int32_t get_offset_of_m_bTargetEnable_43() { return static_cast(offsetof(DMListView_t512231514, ___m_bTargetEnable_43)); } inline bool get_m_bTargetEnable_43() const { return ___m_bTargetEnable_43; } inline bool* get_address_of_m_bTargetEnable_43() { return &___m_bTargetEnable_43; } inline void set_m_bTargetEnable_43(bool value) { ___m_bTargetEnable_43 = value; } inline static int32_t get_offset_of_m_fTargetPos_44() { return static_cast(offsetof(DMListView_t512231514, ___m_fTargetPos_44)); } inline float get_m_fTargetPos_44() const { return ___m_fTargetPos_44; } inline float* get_address_of_m_fTargetPos_44() { return &___m_fTargetPos_44; } inline void set_m_fTargetPos_44(float value) { ___m_fTargetPos_44 = value; } inline static int32_t get_offset_of_m_ClikingRootPos_45() { return static_cast(offsetof(DMListView_t512231514, ___m_ClikingRootPos_45)); } inline float get_m_ClikingRootPos_45() const { return ___m_ClikingRootPos_45; } inline float* get_address_of_m_ClikingRootPos_45() { return &___m_ClikingRootPos_45; } inline void set_m_ClikingRootPos_45(float value) { ___m_ClikingRootPos_45 = value; } inline static int32_t get_offset_of_m_ownerCamera_46() { return static_cast(offsetof(DMListView_t512231514, ___m_ownerCamera_46)); } inline Camera_t4157153871 * get_m_ownerCamera_46() const { return ___m_ownerCamera_46; } inline Camera_t4157153871 ** get_address_of_m_ownerCamera_46() { return &___m_ownerCamera_46; } inline void set_m_ownerCamera_46(Camera_t4157153871 * value) { ___m_ownerCamera_46 = value; Il2CppCodeGenWriteBarrier((&___m_ownerCamera_46), value); } }; struct DMListView_t512231514_StaticFields { public: // DMListView DMListView::activeDMList DMListView_t512231514 * ___activeDMList_14; // System.Single DMListView::s_fScaleCached float ___s_fScaleCached_28; public: inline static int32_t get_offset_of_activeDMList_14() { return static_cast(offsetof(DMListView_t512231514_StaticFields, ___activeDMList_14)); } inline DMListView_t512231514 * get_activeDMList_14() const { return ___activeDMList_14; } inline DMListView_t512231514 ** get_address_of_activeDMList_14() { return &___activeDMList_14; } inline void set_activeDMList_14(DMListView_t512231514 * value) { ___activeDMList_14 = value; Il2CppCodeGenWriteBarrier((&___activeDMList_14), value); } inline static int32_t get_offset_of_s_fScaleCached_28() { return static_cast(offsetof(DMListView_t512231514_StaticFields, ___s_fScaleCached_28)); } inline float get_s_fScaleCached_28() const { return ___s_fScaleCached_28; } inline float* get_address_of_s_fScaleCached_28() { return &___s_fScaleCached_28; } inline void set_s_fScaleCached_28(float value) { ___s_fScaleCached_28 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMLISTVIEW_T512231514_H #ifndef USERGUIDEMANAGER_T2771698115_H #define USERGUIDEMANAGER_T2771698115_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UserGuideManager struct UserGuideManager_t2771698115 : public MonoBehaviour_t3962482529 { public: // System.Boolean UserGuideManager::isPageInit bool ___isPageInit_3; // UnityEngine.Transform UserGuideManager::m_transParent Transform_t3600365921 * ___m_transParent_4; // UnityEngine.Transform UserGuideManager::m_transBG Transform_t3600365921 * ___m_transBG_5; // UnityEngine.GameObject UserGuideManager::mArrow GameObject_t1113636619 * ___mArrow_6; // UnityEngine.GameObject UserGuideManager::mArrowBak GameObject_t1113636619 * ___mArrowBak_7; // UnityEngine.Transform UserGuideManager::mMMD Transform_t3600365921 * ___mMMD_8; // UILabel UserGuideManager::mTextLabel UILabel_t3248798549 * ___mTextLabel_9; // UnityEngine.GameObject UserGuideManager::mBtnPre GameObject_t1113636619 * ___mBtnPre_10; // UnityEngine.GameObject UserGuideManager::mBtnNext GameObject_t1113636619 * ___mBtnNext_11; // UIAnchor UserGuideManager::guidePageUIAnchor UIAnchor_t2527798900 * ___guidePageUIAnchor_12; // UnityEngine.Transform UserGuideManager::anchorCenter Transform_t3600365921 * ___anchorCenter_13; // UnityEngine.AudioSource UserGuideManager::NpcAudio AudioSource_t3935305588 * ___NpcAudio_14; // UnityEngine.Transform UserGuideManager::playEffect Transform_t3600365921 * ___playEffect_15; // System.Delegate[] UserGuideManager::m_listCachedDelegate DelegateU5BU5D_t1703627840* ___m_listCachedDelegate_16; // UIButtonMessage UserGuideManager::m_btnMsgCached UIButtonMessage_t952534536 * ___m_btnMsgCached_17; // UnityEngine.Transform UserGuideManager::mOldParent Transform_t3600365921 * ___mOldParent_18; // UnityEngine.GameObject UserGuideManager::mClickUI GameObject_t1113636619 * ___mClickUI_19; // UnityEngine.Vector3 UserGuideManager::mClickOldPos Vector3_t3722313464 ___mClickOldPos_20; // System.Int32 UserGuideManager::mClickLayer int32_t ___mClickLayer_21; // UnityEngine.Vector3 UserGuideManager::mClickScale Vector3_t3722313464 ___mClickScale_22; // UnityEngine.Quaternion UserGuideManager::mClickRotation Quaternion_t2301928331 ___mClickRotation_23; // System.Boolean UserGuideManager::mbInLayerScene bool ___mbInLayerScene_24; // UnityEngine.Vector3 UserGuideManager::mArrowScaleOrg Vector3_t3722313464 ___mArrowScaleOrg_25; // UnityEngine.Vector3 UserGuideManager::mArrowTween Vector3_t3722313464 ___mArrowTween_26; // DMCore.Logic.CGuideSubStep UserGuideManager::mData CGuideSubStep_t1332708913 * ___mData_27; // System.Int32 UserGuideManager::mTextIndex int32_t ___mTextIndex_28; // System.String[] UserGuideManager::mTextArr StringU5BU5D_t1281789340* ___mTextArr_29; // System.Int32 UserGuideManager::mLevelSet int32_t ___mLevelSet_30; // DMCore.Logic.enumPersonPage UserGuideManager::lastPage int32_t ___lastPage_31; // System.Boolean UserGuideManager::m_bGuideValid bool ___m_bGuideValid_32; public: inline static int32_t get_offset_of_isPageInit_3() { return static_cast(offsetof(UserGuideManager_t2771698115, ___isPageInit_3)); } inline bool get_isPageInit_3() const { return ___isPageInit_3; } inline bool* get_address_of_isPageInit_3() { return &___isPageInit_3; } inline void set_isPageInit_3(bool value) { ___isPageInit_3 = value; } inline static int32_t get_offset_of_m_transParent_4() { return static_cast(offsetof(UserGuideManager_t2771698115, ___m_transParent_4)); } inline Transform_t3600365921 * get_m_transParent_4() const { return ___m_transParent_4; } inline Transform_t3600365921 ** get_address_of_m_transParent_4() { return &___m_transParent_4; } inline void set_m_transParent_4(Transform_t3600365921 * value) { ___m_transParent_4 = value; Il2CppCodeGenWriteBarrier((&___m_transParent_4), value); } inline static int32_t get_offset_of_m_transBG_5() { return static_cast(offsetof(UserGuideManager_t2771698115, ___m_transBG_5)); } inline Transform_t3600365921 * get_m_transBG_5() const { return ___m_transBG_5; } inline Transform_t3600365921 ** get_address_of_m_transBG_5() { return &___m_transBG_5; } inline void set_m_transBG_5(Transform_t3600365921 * value) { ___m_transBG_5 = value; Il2CppCodeGenWriteBarrier((&___m_transBG_5), value); } inline static int32_t get_offset_of_mArrow_6() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mArrow_6)); } inline GameObject_t1113636619 * get_mArrow_6() const { return ___mArrow_6; } inline GameObject_t1113636619 ** get_address_of_mArrow_6() { return &___mArrow_6; } inline void set_mArrow_6(GameObject_t1113636619 * value) { ___mArrow_6 = value; Il2CppCodeGenWriteBarrier((&___mArrow_6), value); } inline static int32_t get_offset_of_mArrowBak_7() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mArrowBak_7)); } inline GameObject_t1113636619 * get_mArrowBak_7() const { return ___mArrowBak_7; } inline GameObject_t1113636619 ** get_address_of_mArrowBak_7() { return &___mArrowBak_7; } inline void set_mArrowBak_7(GameObject_t1113636619 * value) { ___mArrowBak_7 = value; Il2CppCodeGenWriteBarrier((&___mArrowBak_7), value); } inline static int32_t get_offset_of_mMMD_8() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mMMD_8)); } inline Transform_t3600365921 * get_mMMD_8() const { return ___mMMD_8; } inline Transform_t3600365921 ** get_address_of_mMMD_8() { return &___mMMD_8; } inline void set_mMMD_8(Transform_t3600365921 * value) { ___mMMD_8 = value; Il2CppCodeGenWriteBarrier((&___mMMD_8), value); } inline static int32_t get_offset_of_mTextLabel_9() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mTextLabel_9)); } inline UILabel_t3248798549 * get_mTextLabel_9() const { return ___mTextLabel_9; } inline UILabel_t3248798549 ** get_address_of_mTextLabel_9() { return &___mTextLabel_9; } inline void set_mTextLabel_9(UILabel_t3248798549 * value) { ___mTextLabel_9 = value; Il2CppCodeGenWriteBarrier((&___mTextLabel_9), value); } inline static int32_t get_offset_of_mBtnPre_10() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mBtnPre_10)); } inline GameObject_t1113636619 * get_mBtnPre_10() const { return ___mBtnPre_10; } inline GameObject_t1113636619 ** get_address_of_mBtnPre_10() { return &___mBtnPre_10; } inline void set_mBtnPre_10(GameObject_t1113636619 * value) { ___mBtnPre_10 = value; Il2CppCodeGenWriteBarrier((&___mBtnPre_10), value); } inline static int32_t get_offset_of_mBtnNext_11() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mBtnNext_11)); } inline GameObject_t1113636619 * get_mBtnNext_11() const { return ___mBtnNext_11; } inline GameObject_t1113636619 ** get_address_of_mBtnNext_11() { return &___mBtnNext_11; } inline void set_mBtnNext_11(GameObject_t1113636619 * value) { ___mBtnNext_11 = value; Il2CppCodeGenWriteBarrier((&___mBtnNext_11), value); } inline static int32_t get_offset_of_guidePageUIAnchor_12() { return static_cast(offsetof(UserGuideManager_t2771698115, ___guidePageUIAnchor_12)); } inline UIAnchor_t2527798900 * get_guidePageUIAnchor_12() const { return ___guidePageUIAnchor_12; } inline UIAnchor_t2527798900 ** get_address_of_guidePageUIAnchor_12() { return &___guidePageUIAnchor_12; } inline void set_guidePageUIAnchor_12(UIAnchor_t2527798900 * value) { ___guidePageUIAnchor_12 = value; Il2CppCodeGenWriteBarrier((&___guidePageUIAnchor_12), value); } inline static int32_t get_offset_of_anchorCenter_13() { return static_cast(offsetof(UserGuideManager_t2771698115, ___anchorCenter_13)); } inline Transform_t3600365921 * get_anchorCenter_13() const { return ___anchorCenter_13; } inline Transform_t3600365921 ** get_address_of_anchorCenter_13() { return &___anchorCenter_13; } inline void set_anchorCenter_13(Transform_t3600365921 * value) { ___anchorCenter_13 = value; Il2CppCodeGenWriteBarrier((&___anchorCenter_13), value); } inline static int32_t get_offset_of_NpcAudio_14() { return static_cast(offsetof(UserGuideManager_t2771698115, ___NpcAudio_14)); } inline AudioSource_t3935305588 * get_NpcAudio_14() const { return ___NpcAudio_14; } inline AudioSource_t3935305588 ** get_address_of_NpcAudio_14() { return &___NpcAudio_14; } inline void set_NpcAudio_14(AudioSource_t3935305588 * value) { ___NpcAudio_14 = value; Il2CppCodeGenWriteBarrier((&___NpcAudio_14), value); } inline static int32_t get_offset_of_playEffect_15() { return static_cast(offsetof(UserGuideManager_t2771698115, ___playEffect_15)); } inline Transform_t3600365921 * get_playEffect_15() const { return ___playEffect_15; } inline Transform_t3600365921 ** get_address_of_playEffect_15() { return &___playEffect_15; } inline void set_playEffect_15(Transform_t3600365921 * value) { ___playEffect_15 = value; Il2CppCodeGenWriteBarrier((&___playEffect_15), value); } inline static int32_t get_offset_of_m_listCachedDelegate_16() { return static_cast(offsetof(UserGuideManager_t2771698115, ___m_listCachedDelegate_16)); } inline DelegateU5BU5D_t1703627840* get_m_listCachedDelegate_16() const { return ___m_listCachedDelegate_16; } inline DelegateU5BU5D_t1703627840** get_address_of_m_listCachedDelegate_16() { return &___m_listCachedDelegate_16; } inline void set_m_listCachedDelegate_16(DelegateU5BU5D_t1703627840* value) { ___m_listCachedDelegate_16 = value; Il2CppCodeGenWriteBarrier((&___m_listCachedDelegate_16), value); } inline static int32_t get_offset_of_m_btnMsgCached_17() { return static_cast(offsetof(UserGuideManager_t2771698115, ___m_btnMsgCached_17)); } inline UIButtonMessage_t952534536 * get_m_btnMsgCached_17() const { return ___m_btnMsgCached_17; } inline UIButtonMessage_t952534536 ** get_address_of_m_btnMsgCached_17() { return &___m_btnMsgCached_17; } inline void set_m_btnMsgCached_17(UIButtonMessage_t952534536 * value) { ___m_btnMsgCached_17 = value; Il2CppCodeGenWriteBarrier((&___m_btnMsgCached_17), value); } inline static int32_t get_offset_of_mOldParent_18() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mOldParent_18)); } inline Transform_t3600365921 * get_mOldParent_18() const { return ___mOldParent_18; } inline Transform_t3600365921 ** get_address_of_mOldParent_18() { return &___mOldParent_18; } inline void set_mOldParent_18(Transform_t3600365921 * value) { ___mOldParent_18 = value; Il2CppCodeGenWriteBarrier((&___mOldParent_18), value); } inline static int32_t get_offset_of_mClickUI_19() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mClickUI_19)); } inline GameObject_t1113636619 * get_mClickUI_19() const { return ___mClickUI_19; } inline GameObject_t1113636619 ** get_address_of_mClickUI_19() { return &___mClickUI_19; } inline void set_mClickUI_19(GameObject_t1113636619 * value) { ___mClickUI_19 = value; Il2CppCodeGenWriteBarrier((&___mClickUI_19), value); } inline static int32_t get_offset_of_mClickOldPos_20() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mClickOldPos_20)); } inline Vector3_t3722313464 get_mClickOldPos_20() const { return ___mClickOldPos_20; } inline Vector3_t3722313464 * get_address_of_mClickOldPos_20() { return &___mClickOldPos_20; } inline void set_mClickOldPos_20(Vector3_t3722313464 value) { ___mClickOldPos_20 = value; } inline static int32_t get_offset_of_mClickLayer_21() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mClickLayer_21)); } inline int32_t get_mClickLayer_21() const { return ___mClickLayer_21; } inline int32_t* get_address_of_mClickLayer_21() { return &___mClickLayer_21; } inline void set_mClickLayer_21(int32_t value) { ___mClickLayer_21 = value; } inline static int32_t get_offset_of_mClickScale_22() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mClickScale_22)); } inline Vector3_t3722313464 get_mClickScale_22() const { return ___mClickScale_22; } inline Vector3_t3722313464 * get_address_of_mClickScale_22() { return &___mClickScale_22; } inline void set_mClickScale_22(Vector3_t3722313464 value) { ___mClickScale_22 = value; } inline static int32_t get_offset_of_mClickRotation_23() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mClickRotation_23)); } inline Quaternion_t2301928331 get_mClickRotation_23() const { return ___mClickRotation_23; } inline Quaternion_t2301928331 * get_address_of_mClickRotation_23() { return &___mClickRotation_23; } inline void set_mClickRotation_23(Quaternion_t2301928331 value) { ___mClickRotation_23 = value; } inline static int32_t get_offset_of_mbInLayerScene_24() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mbInLayerScene_24)); } inline bool get_mbInLayerScene_24() const { return ___mbInLayerScene_24; } inline bool* get_address_of_mbInLayerScene_24() { return &___mbInLayerScene_24; } inline void set_mbInLayerScene_24(bool value) { ___mbInLayerScene_24 = value; } inline static int32_t get_offset_of_mArrowScaleOrg_25() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mArrowScaleOrg_25)); } inline Vector3_t3722313464 get_mArrowScaleOrg_25() const { return ___mArrowScaleOrg_25; } inline Vector3_t3722313464 * get_address_of_mArrowScaleOrg_25() { return &___mArrowScaleOrg_25; } inline void set_mArrowScaleOrg_25(Vector3_t3722313464 value) { ___mArrowScaleOrg_25 = value; } inline static int32_t get_offset_of_mArrowTween_26() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mArrowTween_26)); } inline Vector3_t3722313464 get_mArrowTween_26() const { return ___mArrowTween_26; } inline Vector3_t3722313464 * get_address_of_mArrowTween_26() { return &___mArrowTween_26; } inline void set_mArrowTween_26(Vector3_t3722313464 value) { ___mArrowTween_26 = value; } inline static int32_t get_offset_of_mData_27() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mData_27)); } inline CGuideSubStep_t1332708913 * get_mData_27() const { return ___mData_27; } inline CGuideSubStep_t1332708913 ** get_address_of_mData_27() { return &___mData_27; } inline void set_mData_27(CGuideSubStep_t1332708913 * value) { ___mData_27 = value; Il2CppCodeGenWriteBarrier((&___mData_27), value); } inline static int32_t get_offset_of_mTextIndex_28() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mTextIndex_28)); } inline int32_t get_mTextIndex_28() const { return ___mTextIndex_28; } inline int32_t* get_address_of_mTextIndex_28() { return &___mTextIndex_28; } inline void set_mTextIndex_28(int32_t value) { ___mTextIndex_28 = value; } inline static int32_t get_offset_of_mTextArr_29() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mTextArr_29)); } inline StringU5BU5D_t1281789340* get_mTextArr_29() const { return ___mTextArr_29; } inline StringU5BU5D_t1281789340** get_address_of_mTextArr_29() { return &___mTextArr_29; } inline void set_mTextArr_29(StringU5BU5D_t1281789340* value) { ___mTextArr_29 = value; Il2CppCodeGenWriteBarrier((&___mTextArr_29), value); } inline static int32_t get_offset_of_mLevelSet_30() { return static_cast(offsetof(UserGuideManager_t2771698115, ___mLevelSet_30)); } inline int32_t get_mLevelSet_30() const { return ___mLevelSet_30; } inline int32_t* get_address_of_mLevelSet_30() { return &___mLevelSet_30; } inline void set_mLevelSet_30(int32_t value) { ___mLevelSet_30 = value; } inline static int32_t get_offset_of_lastPage_31() { return static_cast(offsetof(UserGuideManager_t2771698115, ___lastPage_31)); } inline int32_t get_lastPage_31() const { return ___lastPage_31; } inline int32_t* get_address_of_lastPage_31() { return &___lastPage_31; } inline void set_lastPage_31(int32_t value) { ___lastPage_31 = value; } inline static int32_t get_offset_of_m_bGuideValid_32() { return static_cast(offsetof(UserGuideManager_t2771698115, ___m_bGuideValid_32)); } inline bool get_m_bGuideValid_32() const { return ___m_bGuideValid_32; } inline bool* get_address_of_m_bGuideValid_32() { return &___m_bGuideValid_32; } inline void set_m_bGuideValid_32(bool value) { ___m_bGuideValid_32 = value; } }; struct UserGuideManager_t2771698115_StaticFields { public: // UserGuideManager UserGuideManager::Instance UserGuideManager_t2771698115 * ___Instance_2; public: inline static int32_t get_offset_of_Instance_2() { return static_cast(offsetof(UserGuideManager_t2771698115_StaticFields, ___Instance_2)); } inline UserGuideManager_t2771698115 * get_Instance_2() const { return ___Instance_2; } inline UserGuideManager_t2771698115 ** get_address_of_Instance_2() { return &___Instance_2; } inline void set_Instance_2(UserGuideManager_t2771698115 * value) { ___Instance_2 = value; Il2CppCodeGenWriteBarrier((&___Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // USERGUIDEMANAGER_T2771698115_H #ifndef SCENEPERSONALSHOPACTIVITYBUYING_T3880254145_H #define SCENEPERSONALSHOPACTIVITYBUYING_T3880254145_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalShopActivitybuying struct ScenePersonalShopActivitybuying_t3880254145 : public MonoBehaviour_t3962482529 { public: // UITexture ScenePersonalShopActivitybuying::m_icon UITexture_t3471168817 * ___m_icon_2; // UISprite ScenePersonalShopActivitybuying::m_uiTag UISprite_t194114938 * ___m_uiTag_3; // UILabel ScenePersonalShopActivitybuying::m_labelTag UILabel_t3248798549 * ___m_labelTag_4; // UILabel ScenePersonalShopActivitybuying::m_LabelAsk UILabel_t3248798549 * ___m_LabelAsk_5; // UILabel ScenePersonalShopActivitybuying::m_LabelPrise UILabel_t3248798549 * ___m_LabelPrise_6; // UILabel ScenePersonalShopActivitybuying::m_LabelLimit UILabel_t3248798549 * ___m_LabelLimit_7; // UISprite ScenePersonalShopActivitybuying::m_goldIcon UISprite_t194114938 * ___m_goldIcon_8; // System.Boolean ScenePersonalShopActivitybuying::m_bLoad bool ___m_bLoad_9; // System.Int32 ScenePersonalShopActivitybuying::m_nConfigid int32_t ___m_nConfigid_10; // ScenePersonalWndShop/OnClickMsgCallBack ScenePersonalShopActivitybuying::m_CallBack OnClickMsgCallBack_t2526724959 * ___m_CallBack_11; // DMCore.CDataArray ScenePersonalShopActivitybuying::m_data CDataArray_t4068198041 * ___m_data_12; // System.Boolean ScenePersonalShopActivitybuying::isPageInit bool ___isPageInit_13; public: inline static int32_t get_offset_of_m_icon_2() { return static_cast(offsetof(ScenePersonalShopActivitybuying_t3880254145, ___m_icon_2)); } inline UITexture_t3471168817 * get_m_icon_2() const { return ___m_icon_2; } inline UITexture_t3471168817 ** get_address_of_m_icon_2() { return &___m_icon_2; } inline void set_m_icon_2(UITexture_t3471168817 * value) { ___m_icon_2 = value; Il2CppCodeGenWriteBarrier((&___m_icon_2), value); } inline static int32_t get_offset_of_m_uiTag_3() { return static_cast(offsetof(ScenePersonalShopActivitybuying_t3880254145, ___m_uiTag_3)); } inline UISprite_t194114938 * get_m_uiTag_3() const { return ___m_uiTag_3; } inline UISprite_t194114938 ** get_address_of_m_uiTag_3() { return &___m_uiTag_3; } inline void set_m_uiTag_3(UISprite_t194114938 * value) { ___m_uiTag_3 = value; Il2CppCodeGenWriteBarrier((&___m_uiTag_3), value); } inline static int32_t get_offset_of_m_labelTag_4() { return static_cast(offsetof(ScenePersonalShopActivitybuying_t3880254145, ___m_labelTag_4)); } inline UILabel_t3248798549 * get_m_labelTag_4() const { return ___m_labelTag_4; } inline UILabel_t3248798549 ** get_address_of_m_labelTag_4() { return &___m_labelTag_4; } inline void set_m_labelTag_4(UILabel_t3248798549 * value) { ___m_labelTag_4 = value; Il2CppCodeGenWriteBarrier((&___m_labelTag_4), value); } inline static int32_t get_offset_of_m_LabelAsk_5() { return static_cast(offsetof(ScenePersonalShopActivitybuying_t3880254145, ___m_LabelAsk_5)); } inline UILabel_t3248798549 * get_m_LabelAsk_5() const { return ___m_LabelAsk_5; } inline UILabel_t3248798549 ** get_address_of_m_LabelAsk_5() { return &___m_LabelAsk_5; } inline void set_m_LabelAsk_5(UILabel_t3248798549 * value) { ___m_LabelAsk_5 = value; Il2CppCodeGenWriteBarrier((&___m_LabelAsk_5), value); } inline static int32_t get_offset_of_m_LabelPrise_6() { return static_cast(offsetof(ScenePersonalShopActivitybuying_t3880254145, ___m_LabelPrise_6)); } inline UILabel_t3248798549 * get_m_LabelPrise_6() const { return ___m_LabelPrise_6; } inline UILabel_t3248798549 ** get_address_of_m_LabelPrise_6() { return &___m_LabelPrise_6; } inline void set_m_LabelPrise_6(UILabel_t3248798549 * value) { ___m_LabelPrise_6 = value; Il2CppCodeGenWriteBarrier((&___m_LabelPrise_6), value); } inline static int32_t get_offset_of_m_LabelLimit_7() { return static_cast(offsetof(ScenePersonalShopActivitybuying_t3880254145, ___m_LabelLimit_7)); } inline UILabel_t3248798549 * get_m_LabelLimit_7() const { return ___m_LabelLimit_7; } inline UILabel_t3248798549 ** get_address_of_m_LabelLimit_7() { return &___m_LabelLimit_7; } inline void set_m_LabelLimit_7(UILabel_t3248798549 * value) { ___m_LabelLimit_7 = value; Il2CppCodeGenWriteBarrier((&___m_LabelLimit_7), value); } inline static int32_t get_offset_of_m_goldIcon_8() { return static_cast(offsetof(ScenePersonalShopActivitybuying_t3880254145, ___m_goldIcon_8)); } inline UISprite_t194114938 * get_m_goldIcon_8() const { return ___m_goldIcon_8; } inline UISprite_t194114938 ** get_address_of_m_goldIcon_8() { return &___m_goldIcon_8; } inline void set_m_goldIcon_8(UISprite_t194114938 * value) { ___m_goldIcon_8 = value; Il2CppCodeGenWriteBarrier((&___m_goldIcon_8), value); } inline static int32_t get_offset_of_m_bLoad_9() { return static_cast(offsetof(ScenePersonalShopActivitybuying_t3880254145, ___m_bLoad_9)); } inline bool get_m_bLoad_9() const { return ___m_bLoad_9; } inline bool* get_address_of_m_bLoad_9() { return &___m_bLoad_9; } inline void set_m_bLoad_9(bool value) { ___m_bLoad_9 = value; } inline static int32_t get_offset_of_m_nConfigid_10() { return static_cast(offsetof(ScenePersonalShopActivitybuying_t3880254145, ___m_nConfigid_10)); } inline int32_t get_m_nConfigid_10() const { return ___m_nConfigid_10; } inline int32_t* get_address_of_m_nConfigid_10() { return &___m_nConfigid_10; } inline void set_m_nConfigid_10(int32_t value) { ___m_nConfigid_10 = value; } inline static int32_t get_offset_of_m_CallBack_11() { return static_cast(offsetof(ScenePersonalShopActivitybuying_t3880254145, ___m_CallBack_11)); } inline OnClickMsgCallBack_t2526724959 * get_m_CallBack_11() const { return ___m_CallBack_11; } inline OnClickMsgCallBack_t2526724959 ** get_address_of_m_CallBack_11() { return &___m_CallBack_11; } inline void set_m_CallBack_11(OnClickMsgCallBack_t2526724959 * value) { ___m_CallBack_11 = value; Il2CppCodeGenWriteBarrier((&___m_CallBack_11), value); } inline static int32_t get_offset_of_m_data_12() { return static_cast(offsetof(ScenePersonalShopActivitybuying_t3880254145, ___m_data_12)); } inline CDataArray_t4068198041 * get_m_data_12() const { return ___m_data_12; } inline CDataArray_t4068198041 ** get_address_of_m_data_12() { return &___m_data_12; } inline void set_m_data_12(CDataArray_t4068198041 * value) { ___m_data_12 = value; Il2CppCodeGenWriteBarrier((&___m_data_12), value); } inline static int32_t get_offset_of_isPageInit_13() { return static_cast(offsetof(ScenePersonalShopActivitybuying_t3880254145, ___isPageInit_13)); } inline bool get_isPageInit_13() const { return ___isPageInit_13; } inline bool* get_address_of_isPageInit_13() { return &___isPageInit_13; } inline void set_isPageInit_13(bool value) { ___isPageInit_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALSHOPACTIVITYBUYING_T3880254145_H #ifndef SCENEPERSONALPKGLIST_T4044424073_H #define SCENEPERSONALPKGLIST_T4044424073_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalPkgList struct ScenePersonalPkgList_t4044424073 : public MonoBehaviour_t3962482529 { public: // DMListView ScenePersonalPkgList::m_ListView DMListView_t512231514 * ___m_ListView_2; // System.Boolean ScenePersonalPkgList::isPageInit bool ___isPageInit_3; // System.Int32 ScenePersonalPkgList::currentSetRowNum int32_t ___currentSetRowNum_4; // System.Int32 ScenePersonalPkgList::m_tickLabor int32_t ___m_tickLabor_5; public: inline static int32_t get_offset_of_m_ListView_2() { return static_cast(offsetof(ScenePersonalPkgList_t4044424073, ___m_ListView_2)); } inline DMListView_t512231514 * get_m_ListView_2() const { return ___m_ListView_2; } inline DMListView_t512231514 ** get_address_of_m_ListView_2() { return &___m_ListView_2; } inline void set_m_ListView_2(DMListView_t512231514 * value) { ___m_ListView_2 = value; Il2CppCodeGenWriteBarrier((&___m_ListView_2), value); } inline static int32_t get_offset_of_isPageInit_3() { return static_cast(offsetof(ScenePersonalPkgList_t4044424073, ___isPageInit_3)); } inline bool get_isPageInit_3() const { return ___isPageInit_3; } inline bool* get_address_of_isPageInit_3() { return &___isPageInit_3; } inline void set_isPageInit_3(bool value) { ___isPageInit_3 = value; } inline static int32_t get_offset_of_currentSetRowNum_4() { return static_cast(offsetof(ScenePersonalPkgList_t4044424073, ___currentSetRowNum_4)); } inline int32_t get_currentSetRowNum_4() const { return ___currentSetRowNum_4; } inline int32_t* get_address_of_currentSetRowNum_4() { return &___currentSetRowNum_4; } inline void set_currentSetRowNum_4(int32_t value) { ___currentSetRowNum_4 = value; } inline static int32_t get_offset_of_m_tickLabor_5() { return static_cast(offsetof(ScenePersonalPkgList_t4044424073, ___m_tickLabor_5)); } inline int32_t get_m_tickLabor_5() const { return ___m_tickLabor_5; } inline int32_t* get_address_of_m_tickLabor_5() { return &___m_tickLabor_5; } inline void set_m_tickLabor_5(int32_t value) { ___m_tickLabor_5 = value; } }; struct ScenePersonalPkgList_t4044424073_StaticFields { public: // System.Boolean ScenePersonalPkgList::isTabSeach bool ___isTabSeach_6; public: inline static int32_t get_offset_of_isTabSeach_6() { return static_cast(offsetof(ScenePersonalPkgList_t4044424073_StaticFields, ___isTabSeach_6)); } inline bool get_isTabSeach_6() const { return ___isTabSeach_6; } inline bool* get_address_of_isTabSeach_6() { return &___isTabSeach_6; } inline void set_isTabSeach_6(bool value) { ___isTabSeach_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALPKGLIST_T4044424073_H #ifndef UIBTNLIST_T3771050923_H #define UIBTNLIST_T3771050923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiBtnList struct uiBtnList_t3771050923 : public MonoBehaviour_t3962482529 { public: // DMListView uiBtnList::m_ListView DMListView_t512231514 * ___m_ListView_2; // System.Boolean uiBtnList::isPageInit bool ___isPageInit_3; // uiBtnList/ChangeHandler uiBtnList::m_changeHandler ChangeHandler_t1870456169 * ___m_changeHandler_4; // System.Int32 uiBtnList::m_roleSex int32_t ___m_roleSex_5; // System.Int32 uiBtnList::m_mainType int32_t ___m_mainType_6; // System.Int32 uiBtnList::m_CurActivePage int32_t ___m_CurActivePage_7; // DMCore.Logic.ITEM_NEW_TYPE[] uiBtnList::m_femaleVipshopList ITEM_NEW_TYPEU5BU5D_t375000505* ___m_femaleVipshopList_8; // DMCore.Logic.ITEM_NEW_TYPE[] uiBtnList::m_maleVipshopList ITEM_NEW_TYPEU5BU5D_t375000505* ___m_maleVipshopList_9; // DMCore.Logic.ITEM_NEW_TYPE[] uiBtnList::m_femaleEquipList ITEM_NEW_TYPEU5BU5D_t375000505* ___m_femaleEquipList_10; // DMCore.Logic.ITEM_NEW_TYPE[] uiBtnList::m_maleEquipList ITEM_NEW_TYPEU5BU5D_t375000505* ___m_maleEquipList_11; // DMCore.Logic.ITEM_NEW_TYPE[] uiBtnList::m_OrnamentList ITEM_NEW_TYPEU5BU5D_t375000505* ___m_OrnamentList_12; // DMCore.Logic.ITEM_NEW_TYPE[] uiBtnList::m_ActivityList ITEM_NEW_TYPEU5BU5D_t375000505* ___m_ActivityList_13; // DMCore.Logic.ITEM_NEW_TYPE[] uiBtnList::m_PropList ITEM_NEW_TYPEU5BU5D_t375000505* ___m_PropList_14; // DMCore.Logic.ITEM_NEW_TYPE[] uiBtnList::m_PersonalList ITEM_NEW_TYPEU5BU5D_t375000505* ___m_PersonalList_15; // DMCore.Logic.ITEM_NEW_TYPE[] uiBtnList::m_StarList ITEM_NEW_TYPEU5BU5D_t375000505* ___m_StarList_16; // DMCore.Logic.ITEM_NEW_TYPE[] uiBtnList::m_StarNewList ITEM_NEW_TYPEU5BU5D_t375000505* ___m_StarNewList_17; // DMCore.Logic.ITEM_NEW_TYPE[] uiBtnList::m_membershopList ITEM_NEW_TYPEU5BU5D_t375000505* ___m_membershopList_18; // DMCore.Logic.ITEM_NEW_TYPE[] uiBtnList::m_CardHandBookList ITEM_NEW_TYPEU5BU5D_t375000505* ___m_CardHandBookList_19; public: inline static int32_t get_offset_of_m_ListView_2() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_ListView_2)); } inline DMListView_t512231514 * get_m_ListView_2() const { return ___m_ListView_2; } inline DMListView_t512231514 ** get_address_of_m_ListView_2() { return &___m_ListView_2; } inline void set_m_ListView_2(DMListView_t512231514 * value) { ___m_ListView_2 = value; Il2CppCodeGenWriteBarrier((&___m_ListView_2), value); } inline static int32_t get_offset_of_isPageInit_3() { return static_cast(offsetof(uiBtnList_t3771050923, ___isPageInit_3)); } inline bool get_isPageInit_3() const { return ___isPageInit_3; } inline bool* get_address_of_isPageInit_3() { return &___isPageInit_3; } inline void set_isPageInit_3(bool value) { ___isPageInit_3 = value; } inline static int32_t get_offset_of_m_changeHandler_4() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_changeHandler_4)); } inline ChangeHandler_t1870456169 * get_m_changeHandler_4() const { return ___m_changeHandler_4; } inline ChangeHandler_t1870456169 ** get_address_of_m_changeHandler_4() { return &___m_changeHandler_4; } inline void set_m_changeHandler_4(ChangeHandler_t1870456169 * value) { ___m_changeHandler_4 = value; Il2CppCodeGenWriteBarrier((&___m_changeHandler_4), value); } inline static int32_t get_offset_of_m_roleSex_5() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_roleSex_5)); } inline int32_t get_m_roleSex_5() const { return ___m_roleSex_5; } inline int32_t* get_address_of_m_roleSex_5() { return &___m_roleSex_5; } inline void set_m_roleSex_5(int32_t value) { ___m_roleSex_5 = value; } inline static int32_t get_offset_of_m_mainType_6() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_mainType_6)); } inline int32_t get_m_mainType_6() const { return ___m_mainType_6; } inline int32_t* get_address_of_m_mainType_6() { return &___m_mainType_6; } inline void set_m_mainType_6(int32_t value) { ___m_mainType_6 = value; } inline static int32_t get_offset_of_m_CurActivePage_7() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_CurActivePage_7)); } inline int32_t get_m_CurActivePage_7() const { return ___m_CurActivePage_7; } inline int32_t* get_address_of_m_CurActivePage_7() { return &___m_CurActivePage_7; } inline void set_m_CurActivePage_7(int32_t value) { ___m_CurActivePage_7 = value; } inline static int32_t get_offset_of_m_femaleVipshopList_8() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_femaleVipshopList_8)); } inline ITEM_NEW_TYPEU5BU5D_t375000505* get_m_femaleVipshopList_8() const { return ___m_femaleVipshopList_8; } inline ITEM_NEW_TYPEU5BU5D_t375000505** get_address_of_m_femaleVipshopList_8() { return &___m_femaleVipshopList_8; } inline void set_m_femaleVipshopList_8(ITEM_NEW_TYPEU5BU5D_t375000505* value) { ___m_femaleVipshopList_8 = value; Il2CppCodeGenWriteBarrier((&___m_femaleVipshopList_8), value); } inline static int32_t get_offset_of_m_maleVipshopList_9() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_maleVipshopList_9)); } inline ITEM_NEW_TYPEU5BU5D_t375000505* get_m_maleVipshopList_9() const { return ___m_maleVipshopList_9; } inline ITEM_NEW_TYPEU5BU5D_t375000505** get_address_of_m_maleVipshopList_9() { return &___m_maleVipshopList_9; } inline void set_m_maleVipshopList_9(ITEM_NEW_TYPEU5BU5D_t375000505* value) { ___m_maleVipshopList_9 = value; Il2CppCodeGenWriteBarrier((&___m_maleVipshopList_9), value); } inline static int32_t get_offset_of_m_femaleEquipList_10() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_femaleEquipList_10)); } inline ITEM_NEW_TYPEU5BU5D_t375000505* get_m_femaleEquipList_10() const { return ___m_femaleEquipList_10; } inline ITEM_NEW_TYPEU5BU5D_t375000505** get_address_of_m_femaleEquipList_10() { return &___m_femaleEquipList_10; } inline void set_m_femaleEquipList_10(ITEM_NEW_TYPEU5BU5D_t375000505* value) { ___m_femaleEquipList_10 = value; Il2CppCodeGenWriteBarrier((&___m_femaleEquipList_10), value); } inline static int32_t get_offset_of_m_maleEquipList_11() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_maleEquipList_11)); } inline ITEM_NEW_TYPEU5BU5D_t375000505* get_m_maleEquipList_11() const { return ___m_maleEquipList_11; } inline ITEM_NEW_TYPEU5BU5D_t375000505** get_address_of_m_maleEquipList_11() { return &___m_maleEquipList_11; } inline void set_m_maleEquipList_11(ITEM_NEW_TYPEU5BU5D_t375000505* value) { ___m_maleEquipList_11 = value; Il2CppCodeGenWriteBarrier((&___m_maleEquipList_11), value); } inline static int32_t get_offset_of_m_OrnamentList_12() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_OrnamentList_12)); } inline ITEM_NEW_TYPEU5BU5D_t375000505* get_m_OrnamentList_12() const { return ___m_OrnamentList_12; } inline ITEM_NEW_TYPEU5BU5D_t375000505** get_address_of_m_OrnamentList_12() { return &___m_OrnamentList_12; } inline void set_m_OrnamentList_12(ITEM_NEW_TYPEU5BU5D_t375000505* value) { ___m_OrnamentList_12 = value; Il2CppCodeGenWriteBarrier((&___m_OrnamentList_12), value); } inline static int32_t get_offset_of_m_ActivityList_13() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_ActivityList_13)); } inline ITEM_NEW_TYPEU5BU5D_t375000505* get_m_ActivityList_13() const { return ___m_ActivityList_13; } inline ITEM_NEW_TYPEU5BU5D_t375000505** get_address_of_m_ActivityList_13() { return &___m_ActivityList_13; } inline void set_m_ActivityList_13(ITEM_NEW_TYPEU5BU5D_t375000505* value) { ___m_ActivityList_13 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityList_13), value); } inline static int32_t get_offset_of_m_PropList_14() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_PropList_14)); } inline ITEM_NEW_TYPEU5BU5D_t375000505* get_m_PropList_14() const { return ___m_PropList_14; } inline ITEM_NEW_TYPEU5BU5D_t375000505** get_address_of_m_PropList_14() { return &___m_PropList_14; } inline void set_m_PropList_14(ITEM_NEW_TYPEU5BU5D_t375000505* value) { ___m_PropList_14 = value; Il2CppCodeGenWriteBarrier((&___m_PropList_14), value); } inline static int32_t get_offset_of_m_PersonalList_15() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_PersonalList_15)); } inline ITEM_NEW_TYPEU5BU5D_t375000505* get_m_PersonalList_15() const { return ___m_PersonalList_15; } inline ITEM_NEW_TYPEU5BU5D_t375000505** get_address_of_m_PersonalList_15() { return &___m_PersonalList_15; } inline void set_m_PersonalList_15(ITEM_NEW_TYPEU5BU5D_t375000505* value) { ___m_PersonalList_15 = value; Il2CppCodeGenWriteBarrier((&___m_PersonalList_15), value); } inline static int32_t get_offset_of_m_StarList_16() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_StarList_16)); } inline ITEM_NEW_TYPEU5BU5D_t375000505* get_m_StarList_16() const { return ___m_StarList_16; } inline ITEM_NEW_TYPEU5BU5D_t375000505** get_address_of_m_StarList_16() { return &___m_StarList_16; } inline void set_m_StarList_16(ITEM_NEW_TYPEU5BU5D_t375000505* value) { ___m_StarList_16 = value; Il2CppCodeGenWriteBarrier((&___m_StarList_16), value); } inline static int32_t get_offset_of_m_StarNewList_17() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_StarNewList_17)); } inline ITEM_NEW_TYPEU5BU5D_t375000505* get_m_StarNewList_17() const { return ___m_StarNewList_17; } inline ITEM_NEW_TYPEU5BU5D_t375000505** get_address_of_m_StarNewList_17() { return &___m_StarNewList_17; } inline void set_m_StarNewList_17(ITEM_NEW_TYPEU5BU5D_t375000505* value) { ___m_StarNewList_17 = value; Il2CppCodeGenWriteBarrier((&___m_StarNewList_17), value); } inline static int32_t get_offset_of_m_membershopList_18() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_membershopList_18)); } inline ITEM_NEW_TYPEU5BU5D_t375000505* get_m_membershopList_18() const { return ___m_membershopList_18; } inline ITEM_NEW_TYPEU5BU5D_t375000505** get_address_of_m_membershopList_18() { return &___m_membershopList_18; } inline void set_m_membershopList_18(ITEM_NEW_TYPEU5BU5D_t375000505* value) { ___m_membershopList_18 = value; Il2CppCodeGenWriteBarrier((&___m_membershopList_18), value); } inline static int32_t get_offset_of_m_CardHandBookList_19() { return static_cast(offsetof(uiBtnList_t3771050923, ___m_CardHandBookList_19)); } inline ITEM_NEW_TYPEU5BU5D_t375000505* get_m_CardHandBookList_19() const { return ___m_CardHandBookList_19; } inline ITEM_NEW_TYPEU5BU5D_t375000505** get_address_of_m_CardHandBookList_19() { return &___m_CardHandBookList_19; } inline void set_m_CardHandBookList_19(ITEM_NEW_TYPEU5BU5D_t375000505* value) { ___m_CardHandBookList_19 = value; Il2CppCodeGenWriteBarrier((&___m_CardHandBookList_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIBTNLIST_T3771050923_H #ifndef SCENEPERSONALSHOPCARTITEM_T92559336_H #define SCENEPERSONALSHOPCARTITEM_T92559336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalShopCartItem struct ScenePersonalShopCartItem_t92559336 : public MonoBehaviour_t3962482529 { public: // System.Int32 ScenePersonalShopCartItem::m_index int32_t ___m_index_2; // UILabel ScenePersonalShopCartItem::m_nameLab UILabel_t3248798549 * ___m_nameLab_3; // UISprite ScenePersonalShopCartItem::m_shopIcon UISprite_t194114938 * ___m_shopIcon_4; // UICheckbox ScenePersonalShopCartItem::m_selected UICheckbox_t2276134195 * ___m_selected_5; // UILabel ScenePersonalShopCartItem::m_priceLab_seven UILabel_t3248798549 * ___m_priceLab_seven_6; // UILabel ScenePersonalShopCartItem::m_priceLab_forever UILabel_t3248798549 * ___m_priceLab_forever_7; // UISprite ScenePersonalShopCartItem::m_cashSpr_seven UISprite_t194114938 * ___m_cashSpr_seven_8; // UISprite ScenePersonalShopCartItem::m_cashSpr_forever UISprite_t194114938 * ___m_cashSpr_forever_9; // UISprite ScenePersonalShopCartItem::m_pointSpr_seven UISprite_t194114938 * ___m_pointSpr_seven_10; // UISprite ScenePersonalShopCartItem::m_pointSpr_forever UISprite_t194114938 * ___m_pointSpr_forever_11; // UITexture ScenePersonalShopCartItem::m_configIcon UITexture_t3471168817 * ___m_configIcon_12; // UnityEngine.Vector3 ScenePersonalShopCartItem::m_iconSize Vector3_t3722313464 ___m_iconSize_13; // UnityEngine.Transform ScenePersonalShopCartItem::m_itemTagRoot Transform_t3600365921 * ___m_itemTagRoot_14; // UISprite ScenePersonalShopCartItem::m_itemTagSprite UISprite_t194114938 * ___m_itemTagSprite_15; // UILabel ScenePersonalShopCartItem::m_itemTagLabel UILabel_t3248798549 * ___m_itemTagLabel_16; // System.Boolean ScenePersonalShopCartItem::m_bPageInit bool ___m_bPageInit_17; // DMCore.Logic.CShopCarItemInfo ScenePersonalShopCartItem::m_info CShopCarItemInfo_t520349723 * ___m_info_18; // System.Boolean ScenePersonalShopCartItem::m_bTextureLoadDone bool ___m_bTextureLoadDone_19; public: inline static int32_t get_offset_of_m_index_2() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_index_2)); } inline int32_t get_m_index_2() const { return ___m_index_2; } inline int32_t* get_address_of_m_index_2() { return &___m_index_2; } inline void set_m_index_2(int32_t value) { ___m_index_2 = value; } inline static int32_t get_offset_of_m_nameLab_3() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_nameLab_3)); } inline UILabel_t3248798549 * get_m_nameLab_3() const { return ___m_nameLab_3; } inline UILabel_t3248798549 ** get_address_of_m_nameLab_3() { return &___m_nameLab_3; } inline void set_m_nameLab_3(UILabel_t3248798549 * value) { ___m_nameLab_3 = value; Il2CppCodeGenWriteBarrier((&___m_nameLab_3), value); } inline static int32_t get_offset_of_m_shopIcon_4() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_shopIcon_4)); } inline UISprite_t194114938 * get_m_shopIcon_4() const { return ___m_shopIcon_4; } inline UISprite_t194114938 ** get_address_of_m_shopIcon_4() { return &___m_shopIcon_4; } inline void set_m_shopIcon_4(UISprite_t194114938 * value) { ___m_shopIcon_4 = value; Il2CppCodeGenWriteBarrier((&___m_shopIcon_4), value); } inline static int32_t get_offset_of_m_selected_5() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_selected_5)); } inline UICheckbox_t2276134195 * get_m_selected_5() const { return ___m_selected_5; } inline UICheckbox_t2276134195 ** get_address_of_m_selected_5() { return &___m_selected_5; } inline void set_m_selected_5(UICheckbox_t2276134195 * value) { ___m_selected_5 = value; Il2CppCodeGenWriteBarrier((&___m_selected_5), value); } inline static int32_t get_offset_of_m_priceLab_seven_6() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_priceLab_seven_6)); } inline UILabel_t3248798549 * get_m_priceLab_seven_6() const { return ___m_priceLab_seven_6; } inline UILabel_t3248798549 ** get_address_of_m_priceLab_seven_6() { return &___m_priceLab_seven_6; } inline void set_m_priceLab_seven_6(UILabel_t3248798549 * value) { ___m_priceLab_seven_6 = value; Il2CppCodeGenWriteBarrier((&___m_priceLab_seven_6), value); } inline static int32_t get_offset_of_m_priceLab_forever_7() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_priceLab_forever_7)); } inline UILabel_t3248798549 * get_m_priceLab_forever_7() const { return ___m_priceLab_forever_7; } inline UILabel_t3248798549 ** get_address_of_m_priceLab_forever_7() { return &___m_priceLab_forever_7; } inline void set_m_priceLab_forever_7(UILabel_t3248798549 * value) { ___m_priceLab_forever_7 = value; Il2CppCodeGenWriteBarrier((&___m_priceLab_forever_7), value); } inline static int32_t get_offset_of_m_cashSpr_seven_8() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_cashSpr_seven_8)); } inline UISprite_t194114938 * get_m_cashSpr_seven_8() const { return ___m_cashSpr_seven_8; } inline UISprite_t194114938 ** get_address_of_m_cashSpr_seven_8() { return &___m_cashSpr_seven_8; } inline void set_m_cashSpr_seven_8(UISprite_t194114938 * value) { ___m_cashSpr_seven_8 = value; Il2CppCodeGenWriteBarrier((&___m_cashSpr_seven_8), value); } inline static int32_t get_offset_of_m_cashSpr_forever_9() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_cashSpr_forever_9)); } inline UISprite_t194114938 * get_m_cashSpr_forever_9() const { return ___m_cashSpr_forever_9; } inline UISprite_t194114938 ** get_address_of_m_cashSpr_forever_9() { return &___m_cashSpr_forever_9; } inline void set_m_cashSpr_forever_9(UISprite_t194114938 * value) { ___m_cashSpr_forever_9 = value; Il2CppCodeGenWriteBarrier((&___m_cashSpr_forever_9), value); } inline static int32_t get_offset_of_m_pointSpr_seven_10() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_pointSpr_seven_10)); } inline UISprite_t194114938 * get_m_pointSpr_seven_10() const { return ___m_pointSpr_seven_10; } inline UISprite_t194114938 ** get_address_of_m_pointSpr_seven_10() { return &___m_pointSpr_seven_10; } inline void set_m_pointSpr_seven_10(UISprite_t194114938 * value) { ___m_pointSpr_seven_10 = value; Il2CppCodeGenWriteBarrier((&___m_pointSpr_seven_10), value); } inline static int32_t get_offset_of_m_pointSpr_forever_11() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_pointSpr_forever_11)); } inline UISprite_t194114938 * get_m_pointSpr_forever_11() const { return ___m_pointSpr_forever_11; } inline UISprite_t194114938 ** get_address_of_m_pointSpr_forever_11() { return &___m_pointSpr_forever_11; } inline void set_m_pointSpr_forever_11(UISprite_t194114938 * value) { ___m_pointSpr_forever_11 = value; Il2CppCodeGenWriteBarrier((&___m_pointSpr_forever_11), value); } inline static int32_t get_offset_of_m_configIcon_12() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_configIcon_12)); } inline UITexture_t3471168817 * get_m_configIcon_12() const { return ___m_configIcon_12; } inline UITexture_t3471168817 ** get_address_of_m_configIcon_12() { return &___m_configIcon_12; } inline void set_m_configIcon_12(UITexture_t3471168817 * value) { ___m_configIcon_12 = value; Il2CppCodeGenWriteBarrier((&___m_configIcon_12), value); } inline static int32_t get_offset_of_m_iconSize_13() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_iconSize_13)); } inline Vector3_t3722313464 get_m_iconSize_13() const { return ___m_iconSize_13; } inline Vector3_t3722313464 * get_address_of_m_iconSize_13() { return &___m_iconSize_13; } inline void set_m_iconSize_13(Vector3_t3722313464 value) { ___m_iconSize_13 = value; } inline static int32_t get_offset_of_m_itemTagRoot_14() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_itemTagRoot_14)); } inline Transform_t3600365921 * get_m_itemTagRoot_14() const { return ___m_itemTagRoot_14; } inline Transform_t3600365921 ** get_address_of_m_itemTagRoot_14() { return &___m_itemTagRoot_14; } inline void set_m_itemTagRoot_14(Transform_t3600365921 * value) { ___m_itemTagRoot_14 = value; Il2CppCodeGenWriteBarrier((&___m_itemTagRoot_14), value); } inline static int32_t get_offset_of_m_itemTagSprite_15() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_itemTagSprite_15)); } inline UISprite_t194114938 * get_m_itemTagSprite_15() const { return ___m_itemTagSprite_15; } inline UISprite_t194114938 ** get_address_of_m_itemTagSprite_15() { return &___m_itemTagSprite_15; } inline void set_m_itemTagSprite_15(UISprite_t194114938 * value) { ___m_itemTagSprite_15 = value; Il2CppCodeGenWriteBarrier((&___m_itemTagSprite_15), value); } inline static int32_t get_offset_of_m_itemTagLabel_16() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_itemTagLabel_16)); } inline UILabel_t3248798549 * get_m_itemTagLabel_16() const { return ___m_itemTagLabel_16; } inline UILabel_t3248798549 ** get_address_of_m_itemTagLabel_16() { return &___m_itemTagLabel_16; } inline void set_m_itemTagLabel_16(UILabel_t3248798549 * value) { ___m_itemTagLabel_16 = value; Il2CppCodeGenWriteBarrier((&___m_itemTagLabel_16), value); } inline static int32_t get_offset_of_m_bPageInit_17() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_bPageInit_17)); } inline bool get_m_bPageInit_17() const { return ___m_bPageInit_17; } inline bool* get_address_of_m_bPageInit_17() { return &___m_bPageInit_17; } inline void set_m_bPageInit_17(bool value) { ___m_bPageInit_17 = value; } inline static int32_t get_offset_of_m_info_18() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_info_18)); } inline CShopCarItemInfo_t520349723 * get_m_info_18() const { return ___m_info_18; } inline CShopCarItemInfo_t520349723 ** get_address_of_m_info_18() { return &___m_info_18; } inline void set_m_info_18(CShopCarItemInfo_t520349723 * value) { ___m_info_18 = value; Il2CppCodeGenWriteBarrier((&___m_info_18), value); } inline static int32_t get_offset_of_m_bTextureLoadDone_19() { return static_cast(offsetof(ScenePersonalShopCartItem_t92559336, ___m_bTextureLoadDone_19)); } inline bool get_m_bTextureLoadDone_19() const { return ___m_bTextureLoadDone_19; } inline bool* get_address_of_m_bTextureLoadDone_19() { return &___m_bTextureLoadDone_19; } inline void set_m_bTextureLoadDone_19(bool value) { ___m_bTextureLoadDone_19 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALSHOPCARTITEM_T92559336_H #ifndef UICHECKBOX_T2276134195_H #define UICHECKBOX_T2276134195_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UICheckbox struct UICheckbox_t2276134195 : public MonoBehaviour_t3962482529 { public: // UISprite UICheckbox::checkSprite UISprite_t194114938 * ___checkSprite_3; // UnityEngine.Animation UICheckbox::checkAnimation Animation_t3648466861 * ___checkAnimation_4; // System.Boolean UICheckbox::startsChecked bool ___startsChecked_5; // UnityEngine.Transform UICheckbox::radioButtonRoot Transform_t3600365921 * ___radioButtonRoot_6; // System.Boolean UICheckbox::optionCanBeNone bool ___optionCanBeNone_7; // UnityEngine.GameObject UICheckbox::eventReceiver GameObject_t1113636619 * ___eventReceiver_8; // System.String UICheckbox::functionName String_t* ___functionName_9; // System.Action`1 UICheckbox::onStateChange Action_1_t269755560 * ___onStateChange_10; // System.Boolean UICheckbox::option bool ___option_11; // System.Boolean UICheckbox::mChecked bool ___mChecked_12; // System.Boolean UICheckbox::mStarted bool ___mStarted_13; // UnityEngine.Transform UICheckbox::mTrans Transform_t3600365921 * ___mTrans_14; public: inline static int32_t get_offset_of_checkSprite_3() { return static_cast(offsetof(UICheckbox_t2276134195, ___checkSprite_3)); } inline UISprite_t194114938 * get_checkSprite_3() const { return ___checkSprite_3; } inline UISprite_t194114938 ** get_address_of_checkSprite_3() { return &___checkSprite_3; } inline void set_checkSprite_3(UISprite_t194114938 * value) { ___checkSprite_3 = value; Il2CppCodeGenWriteBarrier((&___checkSprite_3), value); } inline static int32_t get_offset_of_checkAnimation_4() { return static_cast(offsetof(UICheckbox_t2276134195, ___checkAnimation_4)); } inline Animation_t3648466861 * get_checkAnimation_4() const { return ___checkAnimation_4; } inline Animation_t3648466861 ** get_address_of_checkAnimation_4() { return &___checkAnimation_4; } inline void set_checkAnimation_4(Animation_t3648466861 * value) { ___checkAnimation_4 = value; Il2CppCodeGenWriteBarrier((&___checkAnimation_4), value); } inline static int32_t get_offset_of_startsChecked_5() { return static_cast(offsetof(UICheckbox_t2276134195, ___startsChecked_5)); } inline bool get_startsChecked_5() const { return ___startsChecked_5; } inline bool* get_address_of_startsChecked_5() { return &___startsChecked_5; } inline void set_startsChecked_5(bool value) { ___startsChecked_5 = value; } inline static int32_t get_offset_of_radioButtonRoot_6() { return static_cast(offsetof(UICheckbox_t2276134195, ___radioButtonRoot_6)); } inline Transform_t3600365921 * get_radioButtonRoot_6() const { return ___radioButtonRoot_6; } inline Transform_t3600365921 ** get_address_of_radioButtonRoot_6() { return &___radioButtonRoot_6; } inline void set_radioButtonRoot_6(Transform_t3600365921 * value) { ___radioButtonRoot_6 = value; Il2CppCodeGenWriteBarrier((&___radioButtonRoot_6), value); } inline static int32_t get_offset_of_optionCanBeNone_7() { return static_cast(offsetof(UICheckbox_t2276134195, ___optionCanBeNone_7)); } inline bool get_optionCanBeNone_7() const { return ___optionCanBeNone_7; } inline bool* get_address_of_optionCanBeNone_7() { return &___optionCanBeNone_7; } inline void set_optionCanBeNone_7(bool value) { ___optionCanBeNone_7 = value; } inline static int32_t get_offset_of_eventReceiver_8() { return static_cast(offsetof(UICheckbox_t2276134195, ___eventReceiver_8)); } inline GameObject_t1113636619 * get_eventReceiver_8() const { return ___eventReceiver_8; } inline GameObject_t1113636619 ** get_address_of_eventReceiver_8() { return &___eventReceiver_8; } inline void set_eventReceiver_8(GameObject_t1113636619 * value) { ___eventReceiver_8 = value; Il2CppCodeGenWriteBarrier((&___eventReceiver_8), value); } inline static int32_t get_offset_of_functionName_9() { return static_cast(offsetof(UICheckbox_t2276134195, ___functionName_9)); } inline String_t* get_functionName_9() const { return ___functionName_9; } inline String_t** get_address_of_functionName_9() { return &___functionName_9; } inline void set_functionName_9(String_t* value) { ___functionName_9 = value; Il2CppCodeGenWriteBarrier((&___functionName_9), value); } inline static int32_t get_offset_of_onStateChange_10() { return static_cast(offsetof(UICheckbox_t2276134195, ___onStateChange_10)); } inline Action_1_t269755560 * get_onStateChange_10() const { return ___onStateChange_10; } inline Action_1_t269755560 ** get_address_of_onStateChange_10() { return &___onStateChange_10; } inline void set_onStateChange_10(Action_1_t269755560 * value) { ___onStateChange_10 = value; Il2CppCodeGenWriteBarrier((&___onStateChange_10), value); } inline static int32_t get_offset_of_option_11() { return static_cast(offsetof(UICheckbox_t2276134195, ___option_11)); } inline bool get_option_11() const { return ___option_11; } inline bool* get_address_of_option_11() { return &___option_11; } inline void set_option_11(bool value) { ___option_11 = value; } inline static int32_t get_offset_of_mChecked_12() { return static_cast(offsetof(UICheckbox_t2276134195, ___mChecked_12)); } inline bool get_mChecked_12() const { return ___mChecked_12; } inline bool* get_address_of_mChecked_12() { return &___mChecked_12; } inline void set_mChecked_12(bool value) { ___mChecked_12 = value; } inline static int32_t get_offset_of_mStarted_13() { return static_cast(offsetof(UICheckbox_t2276134195, ___mStarted_13)); } inline bool get_mStarted_13() const { return ___mStarted_13; } inline bool* get_address_of_mStarted_13() { return &___mStarted_13; } inline void set_mStarted_13(bool value) { ___mStarted_13 = value; } inline static int32_t get_offset_of_mTrans_14() { return static_cast(offsetof(UICheckbox_t2276134195, ___mTrans_14)); } inline Transform_t3600365921 * get_mTrans_14() const { return ___mTrans_14; } inline Transform_t3600365921 ** get_address_of_mTrans_14() { return &___mTrans_14; } inline void set_mTrans_14(Transform_t3600365921 * value) { ___mTrans_14 = value; Il2CppCodeGenWriteBarrier((&___mTrans_14), value); } }; struct UICheckbox_t2276134195_StaticFields { public: // UICheckbox UICheckbox::current UICheckbox_t2276134195 * ___current_2; public: inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(UICheckbox_t2276134195_StaticFields, ___current_2)); } inline UICheckbox_t2276134195 * get_current_2() const { return ___current_2; } inline UICheckbox_t2276134195 ** get_address_of_current_2() { return &___current_2; } inline void set_current_2(UICheckbox_t2276134195 * value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((&___current_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UICHECKBOX_T2276134195_H #ifndef UISHOPCARCONFIRM_T2151556946_H #define UISHOPCARCONFIRM_T2151556946_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiShopcarConfirm struct uiShopcarConfirm_t2151556946 : public MonoBehaviour_t3962482529 { public: // UILabel uiShopcarConfirm::m_titleLabel UILabel_t3248798549 * ___m_titleLabel_2; // UILabel uiShopcarConfirm::m_contentLabel UILabel_t3248798549 * ___m_contentLabel_3; // UILabel uiShopcarConfirm::m_goldLabel UILabel_t3248798549 * ___m_goldLabel_4; // UILabel uiShopcarConfirm::m_goldPriceLabel UILabel_t3248798549 * ___m_goldPriceLabel_5; // UILabel uiShopcarConfirm::m_bindDimondLabel UILabel_t3248798549 * ___m_bindDimondLabel_6; // UILabel uiShopcarConfirm::m_bindDimondPriceLabel UILabel_t3248798549 * ___m_bindDimondPriceLabel_7; // UILabel uiShopcarConfirm::m_dimondLabel UILabel_t3248798549 * ___m_dimondLabel_8; // UILabel uiShopcarConfirm::m_dimondPriceLabel UILabel_t3248798549 * ___m_dimondPriceLabel_9; // UnityEngine.Transform uiShopcarConfirm::m_confirmBtn Transform_t3600365921 * ___m_confirmBtn_10; // UnityEngine.Transform uiShopcarConfirm::m_closeBtn Transform_t3600365921 * ___m_closeBtn_11; // System.Boolean uiShopcarConfirm::m_bInitFinish bool ___m_bInitFinish_12; // System.Boolean uiShopcarConfirm::m_bBuy bool ___m_bBuy_13; // System.Boolean uiShopcarConfirm::m_init bool ___m_init_14; public: inline static int32_t get_offset_of_m_titleLabel_2() { return static_cast(offsetof(uiShopcarConfirm_t2151556946, ___m_titleLabel_2)); } inline UILabel_t3248798549 * get_m_titleLabel_2() const { return ___m_titleLabel_2; } inline UILabel_t3248798549 ** get_address_of_m_titleLabel_2() { return &___m_titleLabel_2; } inline void set_m_titleLabel_2(UILabel_t3248798549 * value) { ___m_titleLabel_2 = value; Il2CppCodeGenWriteBarrier((&___m_titleLabel_2), value); } inline static int32_t get_offset_of_m_contentLabel_3() { return static_cast(offsetof(uiShopcarConfirm_t2151556946, ___m_contentLabel_3)); } inline UILabel_t3248798549 * get_m_contentLabel_3() const { return ___m_contentLabel_3; } inline UILabel_t3248798549 ** get_address_of_m_contentLabel_3() { return &___m_contentLabel_3; } inline void set_m_contentLabel_3(UILabel_t3248798549 * value) { ___m_contentLabel_3 = value; Il2CppCodeGenWriteBarrier((&___m_contentLabel_3), value); } inline static int32_t get_offset_of_m_goldLabel_4() { return static_cast(offsetof(uiShopcarConfirm_t2151556946, ___m_goldLabel_4)); } inline UILabel_t3248798549 * get_m_goldLabel_4() const { return ___m_goldLabel_4; } inline UILabel_t3248798549 ** get_address_of_m_goldLabel_4() { return &___m_goldLabel_4; } inline void set_m_goldLabel_4(UILabel_t3248798549 * value) { ___m_goldLabel_4 = value; Il2CppCodeGenWriteBarrier((&___m_goldLabel_4), value); } inline static int32_t get_offset_of_m_goldPriceLabel_5() { return static_cast(offsetof(uiShopcarConfirm_t2151556946, ___m_goldPriceLabel_5)); } inline UILabel_t3248798549 * get_m_goldPriceLabel_5() const { return ___m_goldPriceLabel_5; } inline UILabel_t3248798549 ** get_address_of_m_goldPriceLabel_5() { return &___m_goldPriceLabel_5; } inline void set_m_goldPriceLabel_5(UILabel_t3248798549 * value) { ___m_goldPriceLabel_5 = value; Il2CppCodeGenWriteBarrier((&___m_goldPriceLabel_5), value); } inline static int32_t get_offset_of_m_bindDimondLabel_6() { return static_cast(offsetof(uiShopcarConfirm_t2151556946, ___m_bindDimondLabel_6)); } inline UILabel_t3248798549 * get_m_bindDimondLabel_6() const { return ___m_bindDimondLabel_6; } inline UILabel_t3248798549 ** get_address_of_m_bindDimondLabel_6() { return &___m_bindDimondLabel_6; } inline void set_m_bindDimondLabel_6(UILabel_t3248798549 * value) { ___m_bindDimondLabel_6 = value; Il2CppCodeGenWriteBarrier((&___m_bindDimondLabel_6), value); } inline static int32_t get_offset_of_m_bindDimondPriceLabel_7() { return static_cast(offsetof(uiShopcarConfirm_t2151556946, ___m_bindDimondPriceLabel_7)); } inline UILabel_t3248798549 * get_m_bindDimondPriceLabel_7() const { return ___m_bindDimondPriceLabel_7; } inline UILabel_t3248798549 ** get_address_of_m_bindDimondPriceLabel_7() { return &___m_bindDimondPriceLabel_7; } inline void set_m_bindDimondPriceLabel_7(UILabel_t3248798549 * value) { ___m_bindDimondPriceLabel_7 = value; Il2CppCodeGenWriteBarrier((&___m_bindDimondPriceLabel_7), value); } inline static int32_t get_offset_of_m_dimondLabel_8() { return static_cast(offsetof(uiShopcarConfirm_t2151556946, ___m_dimondLabel_8)); } inline UILabel_t3248798549 * get_m_dimondLabel_8() const { return ___m_dimondLabel_8; } inline UILabel_t3248798549 ** get_address_of_m_dimondLabel_8() { return &___m_dimondLabel_8; } inline void set_m_dimondLabel_8(UILabel_t3248798549 * value) { ___m_dimondLabel_8 = value; Il2CppCodeGenWriteBarrier((&___m_dimondLabel_8), value); } inline static int32_t get_offset_of_m_dimondPriceLabel_9() { return static_cast(offsetof(uiShopcarConfirm_t2151556946, ___m_dimondPriceLabel_9)); } inline UILabel_t3248798549 * get_m_dimondPriceLabel_9() const { return ___m_dimondPriceLabel_9; } inline UILabel_t3248798549 ** get_address_of_m_dimondPriceLabel_9() { return &___m_dimondPriceLabel_9; } inline void set_m_dimondPriceLabel_9(UILabel_t3248798549 * value) { ___m_dimondPriceLabel_9 = value; Il2CppCodeGenWriteBarrier((&___m_dimondPriceLabel_9), value); } inline static int32_t get_offset_of_m_confirmBtn_10() { return static_cast(offsetof(uiShopcarConfirm_t2151556946, ___m_confirmBtn_10)); } inline Transform_t3600365921 * get_m_confirmBtn_10() const { return ___m_confirmBtn_10; } inline Transform_t3600365921 ** get_address_of_m_confirmBtn_10() { return &___m_confirmBtn_10; } inline void set_m_confirmBtn_10(Transform_t3600365921 * value) { ___m_confirmBtn_10 = value; Il2CppCodeGenWriteBarrier((&___m_confirmBtn_10), value); } inline static int32_t get_offset_of_m_closeBtn_11() { return static_cast(offsetof(uiShopcarConfirm_t2151556946, ___m_closeBtn_11)); } inline Transform_t3600365921 * get_m_closeBtn_11() const { return ___m_closeBtn_11; } inline Transform_t3600365921 ** get_address_of_m_closeBtn_11() { return &___m_closeBtn_11; } inline void set_m_closeBtn_11(Transform_t3600365921 * value) { ___m_closeBtn_11 = value; Il2CppCodeGenWriteBarrier((&___m_closeBtn_11), value); } inline static int32_t get_offset_of_m_bInitFinish_12() { return static_cast(offsetof(uiShopcarConfirm_t2151556946, ___m_bInitFinish_12)); } inline bool get_m_bInitFinish_12() const { return ___m_bInitFinish_12; } inline bool* get_address_of_m_bInitFinish_12() { return &___m_bInitFinish_12; } inline void set_m_bInitFinish_12(bool value) { ___m_bInitFinish_12 = value; } inline static int32_t get_offset_of_m_bBuy_13() { return static_cast(offsetof(uiShopcarConfirm_t2151556946, ___m_bBuy_13)); } inline bool get_m_bBuy_13() const { return ___m_bBuy_13; } inline bool* get_address_of_m_bBuy_13() { return &___m_bBuy_13; } inline void set_m_bBuy_13(bool value) { ___m_bBuy_13 = value; } inline static int32_t get_offset_of_m_init_14() { return static_cast(offsetof(uiShopcarConfirm_t2151556946, ___m_init_14)); } inline bool get_m_init_14() const { return ___m_init_14; } inline bool* get_address_of_m_init_14() { return &___m_init_14; } inline void set_m_init_14(bool value) { ___m_init_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UISHOPCARCONFIRM_T2151556946_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 UIMSGCELL_T2547504819_H #define UIMSGCELL_T2547504819_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiMsgCell struct uiMsgCell_t2547504819 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform[] uiMsgCell::m_StateList TransformU5BU5D_t807237628* ___m_StateList_2; // UISprite[] uiMsgCell::m_TypeImage UISpriteU5BU5D_t1415066463* ___m_TypeImage_3; // UITexture uiMsgCell::m_PlayerPhoto UITexture_t3471168817 * ___m_PlayerPhoto_4; // UILabel uiMsgCell::m_Title UILabel_t3248798549 * ___m_Title_5; // UILabel uiMsgCell::m_Description UILabel_t3248798549 * ___m_Description_6; // UILabel uiMsgCell::m_Time UILabel_t3248798549 * ___m_Time_7; // UnityEngine.Transform uiMsgCell::m_BtnReceive Transform_t3600365921 * ___m_BtnReceive_8; // UnityEngine.Transform uiMsgCell::m_NotReceive Transform_t3600365921 * ___m_NotReceive_9; // UnityEngine.Transform uiMsgCell::m_AlreadyReceived Transform_t3600365921 * ___m_AlreadyReceived_10; // UISprite uiMsgCell::m_DetailSign UISprite_t194114938 * ___m_DetailSign_11; // UnityEngine.Transform uiMsgCell::m_CharmValueRoot Transform_t3600365921 * ___m_CharmValueRoot_12; // UILabel uiMsgCell::m_CharValueDesc UILabel_t3248798549 * ___m_CharValueDesc_13; // System.String uiMsgCell::m_OrignalTextValue String_t* ___m_OrignalTextValue_14; // DMCore.Logic.CMessageData uiMsgCell::m_Data CMessageData_t2024175854 * ___m_Data_15; // System.Boolean uiMsgCell::m_readStateChanged bool ___m_readStateChanged_16; public: inline static int32_t get_offset_of_m_StateList_2() { return static_cast(offsetof(uiMsgCell_t2547504819, ___m_StateList_2)); } inline TransformU5BU5D_t807237628* get_m_StateList_2() const { return ___m_StateList_2; } inline TransformU5BU5D_t807237628** get_address_of_m_StateList_2() { return &___m_StateList_2; } inline void set_m_StateList_2(TransformU5BU5D_t807237628* value) { ___m_StateList_2 = value; Il2CppCodeGenWriteBarrier((&___m_StateList_2), value); } inline static int32_t get_offset_of_m_TypeImage_3() { return static_cast(offsetof(uiMsgCell_t2547504819, ___m_TypeImage_3)); } inline UISpriteU5BU5D_t1415066463* get_m_TypeImage_3() const { return ___m_TypeImage_3; } inline UISpriteU5BU5D_t1415066463** get_address_of_m_TypeImage_3() { return &___m_TypeImage_3; } inline void set_m_TypeImage_3(UISpriteU5BU5D_t1415066463* value) { ___m_TypeImage_3 = value; Il2CppCodeGenWriteBarrier((&___m_TypeImage_3), value); } inline static int32_t get_offset_of_m_PlayerPhoto_4() { return static_cast(offsetof(uiMsgCell_t2547504819, ___m_PlayerPhoto_4)); } inline UITexture_t3471168817 * get_m_PlayerPhoto_4() const { return ___m_PlayerPhoto_4; } inline UITexture_t3471168817 ** get_address_of_m_PlayerPhoto_4() { return &___m_PlayerPhoto_4; } inline void set_m_PlayerPhoto_4(UITexture_t3471168817 * value) { ___m_PlayerPhoto_4 = value; Il2CppCodeGenWriteBarrier((&___m_PlayerPhoto_4), value); } inline static int32_t get_offset_of_m_Title_5() { return static_cast(offsetof(uiMsgCell_t2547504819, ___m_Title_5)); } inline UILabel_t3248798549 * get_m_Title_5() const { return ___m_Title_5; } inline UILabel_t3248798549 ** get_address_of_m_Title_5() { return &___m_Title_5; } inline void set_m_Title_5(UILabel_t3248798549 * value) { ___m_Title_5 = value; Il2CppCodeGenWriteBarrier((&___m_Title_5), value); } inline static int32_t get_offset_of_m_Description_6() { return static_cast(offsetof(uiMsgCell_t2547504819, ___m_Description_6)); } inline UILabel_t3248798549 * get_m_Description_6() const { return ___m_Description_6; } inline UILabel_t3248798549 ** get_address_of_m_Description_6() { return &___m_Description_6; } inline void set_m_Description_6(UILabel_t3248798549 * value) { ___m_Description_6 = value; Il2CppCodeGenWriteBarrier((&___m_Description_6), value); } inline static int32_t get_offset_of_m_Time_7() { return static_cast(offsetof(uiMsgCell_t2547504819, ___m_Time_7)); } inline UILabel_t3248798549 * get_m_Time_7() const { return ___m_Time_7; } inline UILabel_t3248798549 ** get_address_of_m_Time_7() { return &___m_Time_7; } inline void set_m_Time_7(UILabel_t3248798549 * value) { ___m_Time_7 = value; Il2CppCodeGenWriteBarrier((&___m_Time_7), value); } inline static int32_t get_offset_of_m_BtnReceive_8() { return static_cast(offsetof(uiMsgCell_t2547504819, ___m_BtnReceive_8)); } inline Transform_t3600365921 * get_m_BtnReceive_8() const { return ___m_BtnReceive_8; } inline Transform_t3600365921 ** get_address_of_m_BtnReceive_8() { return &___m_BtnReceive_8; } inline void set_m_BtnReceive_8(Transform_t3600365921 * value) { ___m_BtnReceive_8 = value; Il2CppCodeGenWriteBarrier((&___m_BtnReceive_8), value); } inline static int32_t get_offset_of_m_NotReceive_9() { return static_cast(offsetof(uiMsgCell_t2547504819, ___m_NotReceive_9)); } inline Transform_t3600365921 * get_m_NotReceive_9() const { return ___m_NotReceive_9; } inline Transform_t3600365921 ** get_address_of_m_NotReceive_9() { return &___m_NotReceive_9; } inline void set_m_NotReceive_9(Transform_t3600365921 * value) { ___m_NotReceive_9 = value; Il2CppCodeGenWriteBarrier((&___m_NotReceive_9), value); } inline static int32_t get_offset_of_m_AlreadyReceived_10() { return static_cast(offsetof(uiMsgCell_t2547504819, ___m_AlreadyReceived_10)); } inline Transform_t3600365921 * get_m_AlreadyReceived_10() const { return ___m_AlreadyReceived_10; } inline Transform_t3600365921 ** get_address_of_m_AlreadyReceived_10() { return &___m_AlreadyReceived_10; } inline void set_m_AlreadyReceived_10(Transform_t3600365921 * value) { ___m_AlreadyReceived_10 = value; Il2CppCodeGenWriteBarrier((&___m_AlreadyReceived_10), value); } inline static int32_t get_offset_of_m_DetailSign_11() { return static_cast(offsetof(uiMsgCell_t2547504819, ___m_DetailSign_11)); } inline UISprite_t194114938 * get_m_DetailSign_11() const { return ___m_DetailSign_11; } inline UISprite_t194114938 ** get_address_of_m_DetailSign_11() { return &___m_DetailSign_11; } inline void set_m_DetailSign_11(UISprite_t194114938 * value) { ___m_DetailSign_11 = value; Il2CppCodeGenWriteBarrier((&___m_DetailSign_11), value); } inline static int32_t get_offset_of_m_CharmValueRoot_12() { return static_cast(offsetof(uiMsgCell_t2547504819, ___m_CharmValueRoot_12)); } inline Transform_t3600365921 * get_m_CharmValueRoot_12() const { return ___m_CharmValueRoot_12; } inline Transform_t3600365921 ** get_address_of_m_CharmValueRoot_12() { return &___m_CharmValueRoot_12; } inline void set_m_CharmValueRoot_12(Transform_t3600365921 * value) { ___m_CharmValueRoot_12 = value; Il2CppCodeGenWriteBarrier((&___m_CharmValueRoot_12), value); } inline static int32_t get_offset_of_m_CharValueDesc_13() { return static_cast(offsetof(uiMsgCell_t2547504819, ___m_CharValueDesc_13)); } inline UILabel_t3248798549 * get_m_CharValueDesc_13() const { return ___m_CharValueDesc_13; } inline UILabel_t3248798549 ** get_address_of_m_CharValueDesc_13() { return &___m_CharValueDesc_13; } inline void set_m_CharValueDesc_13(UILabel_t3248798549 * value) { ___m_CharValueDesc_13 = value; Il2CppCodeGenWriteBarrier((&___m_CharValueDesc_13), value); } inline static int32_t get_offset_of_m_OrignalTextValue_14() { return static_cast(offsetof(uiMsgCell_t2547504819, ___m_OrignalTextValue_14)); } inline String_t* get_m_OrignalTextValue_14() const { return ___m_OrignalTextValue_14; } inline String_t** get_address_of_m_OrignalTextValue_14() { return &___m_OrignalTextValue_14; } inline void set_m_OrignalTextValue_14(String_t* value) { ___m_OrignalTextValue_14 = value; Il2CppCodeGenWriteBarrier((&___m_OrignalTextValue_14), value); } inline static int32_t get_offset_of_m_Data_15() { return static_cast(offsetof(uiMsgCell_t2547504819, ___m_Data_15)); } inline CMessageData_t2024175854 * get_m_Data_15() const { return ___m_Data_15; } inline CMessageData_t2024175854 ** get_address_of_m_Data_15() { return &___m_Data_15; } inline void set_m_Data_15(CMessageData_t2024175854 * value) { ___m_Data_15 = value; Il2CppCodeGenWriteBarrier((&___m_Data_15), value); } inline static int32_t get_offset_of_m_readStateChanged_16() { return static_cast(offsetof(uiMsgCell_t2547504819, ___m_readStateChanged_16)); } inline bool get_m_readStateChanged_16() const { return ___m_readStateChanged_16; } inline bool* get_address_of_m_readStateChanged_16() { return &___m_readStateChanged_16; } inline void set_m_readStateChanged_16(bool value) { ___m_readStateChanged_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIMSGCELL_T2547504819_H #ifndef SCENEPERSONALWNDMESSAGE_T4101442169_H #define SCENEPERSONALWNDMESSAGE_T4101442169_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndMessage struct ScenePersonalWndMessage_t4101442169 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform ScenePersonalWndMessage::m_WndMain Transform_t3600365921 * ___m_WndMain_2; // UnityEngine.Transform ScenePersonalWndMessage::m_BtnSystemMsg Transform_t3600365921 * ___m_BtnSystemMsg_3; // UnityEngine.Transform ScenePersonalWndMessage::m_BtnPlayerMsg Transform_t3600365921 * ___m_BtnPlayerMsg_4; // UnityEngine.Transform ScenePersonalWndMessage::m_SignEmptyMsg Transform_t3600365921 * ___m_SignEmptyMsg_5; // UnityEngine.Transform ScenePersonalWndMessage::m_SignUnreadMsg Transform_t3600365921 * ___m_SignUnreadMsg_6; // UnityEngine.Transform ScenePersonalWndMessage::m_InteractiveMenu Transform_t3600365921 * ___m_InteractiveMenu_7; // DMListView ScenePersonalWndMessage::m_MessageList DMListView_t512231514 * ___m_MessageList_8; // UnityEngine.Transform ScenePersonalWndMessage::m_WndDetail Transform_t3600365921 * ___m_WndDetail_9; // UnityEngine.Transform ScenePersonalWndMessage::m_BtnReceiveGift Transform_t3600365921 * ___m_BtnReceiveGift_10; // UILabel ScenePersonalWndMessage::m_AppendMsg UILabel_t3248798549 * ___m_AppendMsg_11; // UISprite ScenePersonalWndMessage::m_GiftImage UISprite_t194114938 * ___m_GiftImage_12; // UnityEngine.Transform ScenePersonalWndMessage::m_ReceivedSign Transform_t3600365921 * ___m_ReceivedSign_13; // UnityEngine.Transform ScenePersonalWndMessage::m_WndReceiveTip Transform_t3600365921 * ___m_WndReceiveTip_14; // UILabel ScenePersonalWndMessage::m_TipStatic UILabel_t3248798549 * ___m_TipStatic_15; // UnityEngine.GameObject ScenePersonalWndMessage::m_SystemDisactive GameObject_t1113636619 * ___m_SystemDisactive_16; // UnityEngine.GameObject ScenePersonalWndMessage::m_SystemActive GameObject_t1113636619 * ___m_SystemActive_17; // UnityEngine.GameObject ScenePersonalWndMessage::m_PlayerDisactive GameObject_t1113636619 * ___m_PlayerDisactive_18; // UnityEngine.GameObject ScenePersonalWndMessage::m_PlayerActive GameObject_t1113636619 * ___m_PlayerActive_19; // System.Boolean ScenePersonalWndMessage::isPageInit bool ___isPageInit_20; // System.Boolean ScenePersonalWndMessage::m_bCurLastOne bool ___m_bCurLastOne_21; // System.Boolean ScenePersonalWndMessage::m_bLoadIconDown bool ___m_bLoadIconDown_22; // DMCore.Logic.CMessageData ScenePersonalWndMessage::m_CurrentSelected CMessageData_t2024175854 * ___m_CurrentSelected_23; // UnityEngine.Vector3 ScenePersonalWndMessage::m_DetailMsgOrignalPos Vector3_t3722313464 ___m_DetailMsgOrignalPos_24; // System.Int32 ScenePersonalWndMessage::m_lineWith int32_t ___m_lineWith_25; // UIWidget/Pivot ScenePersonalWndMessage::m_DetailMsgOrignalPivot int32_t ___m_DetailMsgOrignalPivot_26; public: inline static int32_t get_offset_of_m_WndMain_2() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_WndMain_2)); } inline Transform_t3600365921 * get_m_WndMain_2() const { return ___m_WndMain_2; } inline Transform_t3600365921 ** get_address_of_m_WndMain_2() { return &___m_WndMain_2; } inline void set_m_WndMain_2(Transform_t3600365921 * value) { ___m_WndMain_2 = value; Il2CppCodeGenWriteBarrier((&___m_WndMain_2), value); } inline static int32_t get_offset_of_m_BtnSystemMsg_3() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_BtnSystemMsg_3)); } inline Transform_t3600365921 * get_m_BtnSystemMsg_3() const { return ___m_BtnSystemMsg_3; } inline Transform_t3600365921 ** get_address_of_m_BtnSystemMsg_3() { return &___m_BtnSystemMsg_3; } inline void set_m_BtnSystemMsg_3(Transform_t3600365921 * value) { ___m_BtnSystemMsg_3 = value; Il2CppCodeGenWriteBarrier((&___m_BtnSystemMsg_3), value); } inline static int32_t get_offset_of_m_BtnPlayerMsg_4() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_BtnPlayerMsg_4)); } inline Transform_t3600365921 * get_m_BtnPlayerMsg_4() const { return ___m_BtnPlayerMsg_4; } inline Transform_t3600365921 ** get_address_of_m_BtnPlayerMsg_4() { return &___m_BtnPlayerMsg_4; } inline void set_m_BtnPlayerMsg_4(Transform_t3600365921 * value) { ___m_BtnPlayerMsg_4 = value; Il2CppCodeGenWriteBarrier((&___m_BtnPlayerMsg_4), value); } inline static int32_t get_offset_of_m_SignEmptyMsg_5() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_SignEmptyMsg_5)); } inline Transform_t3600365921 * get_m_SignEmptyMsg_5() const { return ___m_SignEmptyMsg_5; } inline Transform_t3600365921 ** get_address_of_m_SignEmptyMsg_5() { return &___m_SignEmptyMsg_5; } inline void set_m_SignEmptyMsg_5(Transform_t3600365921 * value) { ___m_SignEmptyMsg_5 = value; Il2CppCodeGenWriteBarrier((&___m_SignEmptyMsg_5), value); } inline static int32_t get_offset_of_m_SignUnreadMsg_6() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_SignUnreadMsg_6)); } inline Transform_t3600365921 * get_m_SignUnreadMsg_6() const { return ___m_SignUnreadMsg_6; } inline Transform_t3600365921 ** get_address_of_m_SignUnreadMsg_6() { return &___m_SignUnreadMsg_6; } inline void set_m_SignUnreadMsg_6(Transform_t3600365921 * value) { ___m_SignUnreadMsg_6 = value; Il2CppCodeGenWriteBarrier((&___m_SignUnreadMsg_6), value); } inline static int32_t get_offset_of_m_InteractiveMenu_7() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_InteractiveMenu_7)); } inline Transform_t3600365921 * get_m_InteractiveMenu_7() const { return ___m_InteractiveMenu_7; } inline Transform_t3600365921 ** get_address_of_m_InteractiveMenu_7() { return &___m_InteractiveMenu_7; } inline void set_m_InteractiveMenu_7(Transform_t3600365921 * value) { ___m_InteractiveMenu_7 = value; Il2CppCodeGenWriteBarrier((&___m_InteractiveMenu_7), value); } inline static int32_t get_offset_of_m_MessageList_8() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_MessageList_8)); } inline DMListView_t512231514 * get_m_MessageList_8() const { return ___m_MessageList_8; } inline DMListView_t512231514 ** get_address_of_m_MessageList_8() { return &___m_MessageList_8; } inline void set_m_MessageList_8(DMListView_t512231514 * value) { ___m_MessageList_8 = value; Il2CppCodeGenWriteBarrier((&___m_MessageList_8), value); } inline static int32_t get_offset_of_m_WndDetail_9() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_WndDetail_9)); } inline Transform_t3600365921 * get_m_WndDetail_9() const { return ___m_WndDetail_9; } inline Transform_t3600365921 ** get_address_of_m_WndDetail_9() { return &___m_WndDetail_9; } inline void set_m_WndDetail_9(Transform_t3600365921 * value) { ___m_WndDetail_9 = value; Il2CppCodeGenWriteBarrier((&___m_WndDetail_9), value); } inline static int32_t get_offset_of_m_BtnReceiveGift_10() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_BtnReceiveGift_10)); } inline Transform_t3600365921 * get_m_BtnReceiveGift_10() const { return ___m_BtnReceiveGift_10; } inline Transform_t3600365921 ** get_address_of_m_BtnReceiveGift_10() { return &___m_BtnReceiveGift_10; } inline void set_m_BtnReceiveGift_10(Transform_t3600365921 * value) { ___m_BtnReceiveGift_10 = value; Il2CppCodeGenWriteBarrier((&___m_BtnReceiveGift_10), value); } inline static int32_t get_offset_of_m_AppendMsg_11() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_AppendMsg_11)); } inline UILabel_t3248798549 * get_m_AppendMsg_11() const { return ___m_AppendMsg_11; } inline UILabel_t3248798549 ** get_address_of_m_AppendMsg_11() { return &___m_AppendMsg_11; } inline void set_m_AppendMsg_11(UILabel_t3248798549 * value) { ___m_AppendMsg_11 = value; Il2CppCodeGenWriteBarrier((&___m_AppendMsg_11), value); } inline static int32_t get_offset_of_m_GiftImage_12() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_GiftImage_12)); } inline UISprite_t194114938 * get_m_GiftImage_12() const { return ___m_GiftImage_12; } inline UISprite_t194114938 ** get_address_of_m_GiftImage_12() { return &___m_GiftImage_12; } inline void set_m_GiftImage_12(UISprite_t194114938 * value) { ___m_GiftImage_12 = value; Il2CppCodeGenWriteBarrier((&___m_GiftImage_12), value); } inline static int32_t get_offset_of_m_ReceivedSign_13() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_ReceivedSign_13)); } inline Transform_t3600365921 * get_m_ReceivedSign_13() const { return ___m_ReceivedSign_13; } inline Transform_t3600365921 ** get_address_of_m_ReceivedSign_13() { return &___m_ReceivedSign_13; } inline void set_m_ReceivedSign_13(Transform_t3600365921 * value) { ___m_ReceivedSign_13 = value; Il2CppCodeGenWriteBarrier((&___m_ReceivedSign_13), value); } inline static int32_t get_offset_of_m_WndReceiveTip_14() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_WndReceiveTip_14)); } inline Transform_t3600365921 * get_m_WndReceiveTip_14() const { return ___m_WndReceiveTip_14; } inline Transform_t3600365921 ** get_address_of_m_WndReceiveTip_14() { return &___m_WndReceiveTip_14; } inline void set_m_WndReceiveTip_14(Transform_t3600365921 * value) { ___m_WndReceiveTip_14 = value; Il2CppCodeGenWriteBarrier((&___m_WndReceiveTip_14), value); } inline static int32_t get_offset_of_m_TipStatic_15() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_TipStatic_15)); } inline UILabel_t3248798549 * get_m_TipStatic_15() const { return ___m_TipStatic_15; } inline UILabel_t3248798549 ** get_address_of_m_TipStatic_15() { return &___m_TipStatic_15; } inline void set_m_TipStatic_15(UILabel_t3248798549 * value) { ___m_TipStatic_15 = value; Il2CppCodeGenWriteBarrier((&___m_TipStatic_15), value); } inline static int32_t get_offset_of_m_SystemDisactive_16() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_SystemDisactive_16)); } inline GameObject_t1113636619 * get_m_SystemDisactive_16() const { return ___m_SystemDisactive_16; } inline GameObject_t1113636619 ** get_address_of_m_SystemDisactive_16() { return &___m_SystemDisactive_16; } inline void set_m_SystemDisactive_16(GameObject_t1113636619 * value) { ___m_SystemDisactive_16 = value; Il2CppCodeGenWriteBarrier((&___m_SystemDisactive_16), value); } inline static int32_t get_offset_of_m_SystemActive_17() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_SystemActive_17)); } inline GameObject_t1113636619 * get_m_SystemActive_17() const { return ___m_SystemActive_17; } inline GameObject_t1113636619 ** get_address_of_m_SystemActive_17() { return &___m_SystemActive_17; } inline void set_m_SystemActive_17(GameObject_t1113636619 * value) { ___m_SystemActive_17 = value; Il2CppCodeGenWriteBarrier((&___m_SystemActive_17), value); } inline static int32_t get_offset_of_m_PlayerDisactive_18() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_PlayerDisactive_18)); } inline GameObject_t1113636619 * get_m_PlayerDisactive_18() const { return ___m_PlayerDisactive_18; } inline GameObject_t1113636619 ** get_address_of_m_PlayerDisactive_18() { return &___m_PlayerDisactive_18; } inline void set_m_PlayerDisactive_18(GameObject_t1113636619 * value) { ___m_PlayerDisactive_18 = value; Il2CppCodeGenWriteBarrier((&___m_PlayerDisactive_18), value); } inline static int32_t get_offset_of_m_PlayerActive_19() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_PlayerActive_19)); } inline GameObject_t1113636619 * get_m_PlayerActive_19() const { return ___m_PlayerActive_19; } inline GameObject_t1113636619 ** get_address_of_m_PlayerActive_19() { return &___m_PlayerActive_19; } inline void set_m_PlayerActive_19(GameObject_t1113636619 * value) { ___m_PlayerActive_19 = value; Il2CppCodeGenWriteBarrier((&___m_PlayerActive_19), value); } inline static int32_t get_offset_of_isPageInit_20() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___isPageInit_20)); } inline bool get_isPageInit_20() const { return ___isPageInit_20; } inline bool* get_address_of_isPageInit_20() { return &___isPageInit_20; } inline void set_isPageInit_20(bool value) { ___isPageInit_20 = value; } inline static int32_t get_offset_of_m_bCurLastOne_21() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_bCurLastOne_21)); } inline bool get_m_bCurLastOne_21() const { return ___m_bCurLastOne_21; } inline bool* get_address_of_m_bCurLastOne_21() { return &___m_bCurLastOne_21; } inline void set_m_bCurLastOne_21(bool value) { ___m_bCurLastOne_21 = value; } inline static int32_t get_offset_of_m_bLoadIconDown_22() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_bLoadIconDown_22)); } inline bool get_m_bLoadIconDown_22() const { return ___m_bLoadIconDown_22; } inline bool* get_address_of_m_bLoadIconDown_22() { return &___m_bLoadIconDown_22; } inline void set_m_bLoadIconDown_22(bool value) { ___m_bLoadIconDown_22 = value; } inline static int32_t get_offset_of_m_CurrentSelected_23() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_CurrentSelected_23)); } inline CMessageData_t2024175854 * get_m_CurrentSelected_23() const { return ___m_CurrentSelected_23; } inline CMessageData_t2024175854 ** get_address_of_m_CurrentSelected_23() { return &___m_CurrentSelected_23; } inline void set_m_CurrentSelected_23(CMessageData_t2024175854 * value) { ___m_CurrentSelected_23 = value; Il2CppCodeGenWriteBarrier((&___m_CurrentSelected_23), value); } inline static int32_t get_offset_of_m_DetailMsgOrignalPos_24() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_DetailMsgOrignalPos_24)); } inline Vector3_t3722313464 get_m_DetailMsgOrignalPos_24() const { return ___m_DetailMsgOrignalPos_24; } inline Vector3_t3722313464 * get_address_of_m_DetailMsgOrignalPos_24() { return &___m_DetailMsgOrignalPos_24; } inline void set_m_DetailMsgOrignalPos_24(Vector3_t3722313464 value) { ___m_DetailMsgOrignalPos_24 = value; } inline static int32_t get_offset_of_m_lineWith_25() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_lineWith_25)); } inline int32_t get_m_lineWith_25() const { return ___m_lineWith_25; } inline int32_t* get_address_of_m_lineWith_25() { return &___m_lineWith_25; } inline void set_m_lineWith_25(int32_t value) { ___m_lineWith_25 = value; } inline static int32_t get_offset_of_m_DetailMsgOrignalPivot_26() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169, ___m_DetailMsgOrignalPivot_26)); } inline int32_t get_m_DetailMsgOrignalPivot_26() const { return ___m_DetailMsgOrignalPivot_26; } inline int32_t* get_address_of_m_DetailMsgOrignalPivot_26() { return &___m_DetailMsgOrignalPivot_26; } inline void set_m_DetailMsgOrignalPivot_26(int32_t value) { ___m_DetailMsgOrignalPivot_26 = value; } }; struct ScenePersonalWndMessage_t4101442169_StaticFields { public: // DMCore.Logic.enumMessageType ScenePersonalWndMessage::m_lastActiveLabel int32_t ___m_lastActiveLabel_27; public: inline static int32_t get_offset_of_m_lastActiveLabel_27() { return static_cast(offsetof(ScenePersonalWndMessage_t4101442169_StaticFields, ___m_lastActiveLabel_27)); } inline int32_t get_m_lastActiveLabel_27() const { return ___m_lastActiveLabel_27; } inline int32_t* get_address_of_m_lastActiveLabel_27() { return &___m_lastActiveLabel_27; } inline void set_m_lastActiveLabel_27(int32_t value) { ___m_lastActiveLabel_27 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDMESSAGE_T4101442169_H #ifndef UILOGICSECTION_T3753063162_H #define UILOGICSECTION_T3753063162_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiLogicSection struct uiLogicSection_t3753063162 : public MonoBehaviour_t3962482529 { public: // System.Int32 uiLogicSection::m_MainLevel int32_t ___m_MainLevel_2; // System.Collections.Generic.List`1 uiLogicSection::m_ArrayStage List_1_t2585711361 * ___m_ArrayStage_3; // System.Collections.Generic.List`1 uiLogicSection::m_ArrayLine List_1_t1666189680 * ___m_ArrayLine_4; // System.Int32 uiLogicSection::m_curOffset int32_t ___m_curOffset_5; // ScenePersonalWndPVE uiLogicSection::m_PveMainPage ScenePersonalWndPVE_t905979410 * ___m_PveMainPage_6; public: inline static int32_t get_offset_of_m_MainLevel_2() { return static_cast(offsetof(uiLogicSection_t3753063162, ___m_MainLevel_2)); } inline int32_t get_m_MainLevel_2() const { return ___m_MainLevel_2; } inline int32_t* get_address_of_m_MainLevel_2() { return &___m_MainLevel_2; } inline void set_m_MainLevel_2(int32_t value) { ___m_MainLevel_2 = value; } inline static int32_t get_offset_of_m_ArrayStage_3() { return static_cast(offsetof(uiLogicSection_t3753063162, ___m_ArrayStage_3)); } inline List_1_t2585711361 * get_m_ArrayStage_3() const { return ___m_ArrayStage_3; } inline List_1_t2585711361 ** get_address_of_m_ArrayStage_3() { return &___m_ArrayStage_3; } inline void set_m_ArrayStage_3(List_1_t2585711361 * value) { ___m_ArrayStage_3 = value; Il2CppCodeGenWriteBarrier((&___m_ArrayStage_3), value); } inline static int32_t get_offset_of_m_ArrayLine_4() { return static_cast(offsetof(uiLogicSection_t3753063162, ___m_ArrayLine_4)); } inline List_1_t1666189680 * get_m_ArrayLine_4() const { return ___m_ArrayLine_4; } inline List_1_t1666189680 ** get_address_of_m_ArrayLine_4() { return &___m_ArrayLine_4; } inline void set_m_ArrayLine_4(List_1_t1666189680 * value) { ___m_ArrayLine_4 = value; Il2CppCodeGenWriteBarrier((&___m_ArrayLine_4), value); } inline static int32_t get_offset_of_m_curOffset_5() { return static_cast(offsetof(uiLogicSection_t3753063162, ___m_curOffset_5)); } inline int32_t get_m_curOffset_5() const { return ___m_curOffset_5; } inline int32_t* get_address_of_m_curOffset_5() { return &___m_curOffset_5; } inline void set_m_curOffset_5(int32_t value) { ___m_curOffset_5 = value; } inline static int32_t get_offset_of_m_PveMainPage_6() { return static_cast(offsetof(uiLogicSection_t3753063162, ___m_PveMainPage_6)); } inline ScenePersonalWndPVE_t905979410 * get_m_PveMainPage_6() const { return ___m_PveMainPage_6; } inline ScenePersonalWndPVE_t905979410 ** get_address_of_m_PveMainPage_6() { return &___m_PveMainPage_6; } inline void set_m_PveMainPage_6(ScenePersonalWndPVE_t905979410 * value) { ___m_PveMainPage_6 = value; Il2CppCodeGenWriteBarrier((&___m_PveMainPage_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILOGICSECTION_T3753063162_H #ifndef THEMEROLEDATA_T305589676_H #define THEMEROLEDATA_T305589676_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ThemeRoleData struct ThemeRoleData_t305589676 : public MonoBehaviour_t3962482529 { public: // DMCore.Framework.Scene.ISceneRole ThemeRoleData::readyRole ISceneRole_t2394225724 * ___readyRole_2; // RotateRole ThemeRoleData::rotate RotateRole_t1146201425 * ___rotate_3; // UnityEngine.Transform ThemeRoleData::roleParent Transform_t3600365921 * ___roleParent_4; // DMCore.Logic.AssembleInfo ThemeRoleData::m_info AssembleInfo_t3236776212 * ___m_info_5; // System.Boolean ThemeRoleData::isPageInit bool ___isPageInit_6; public: inline static int32_t get_offset_of_readyRole_2() { return static_cast(offsetof(ThemeRoleData_t305589676, ___readyRole_2)); } inline ISceneRole_t2394225724 * get_readyRole_2() const { return ___readyRole_2; } inline ISceneRole_t2394225724 ** get_address_of_readyRole_2() { return &___readyRole_2; } inline void set_readyRole_2(ISceneRole_t2394225724 * value) { ___readyRole_2 = value; Il2CppCodeGenWriteBarrier((&___readyRole_2), value); } inline static int32_t get_offset_of_rotate_3() { return static_cast(offsetof(ThemeRoleData_t305589676, ___rotate_3)); } inline RotateRole_t1146201425 * get_rotate_3() const { return ___rotate_3; } inline RotateRole_t1146201425 ** get_address_of_rotate_3() { return &___rotate_3; } inline void set_rotate_3(RotateRole_t1146201425 * value) { ___rotate_3 = value; Il2CppCodeGenWriteBarrier((&___rotate_3), value); } inline static int32_t get_offset_of_roleParent_4() { return static_cast(offsetof(ThemeRoleData_t305589676, ___roleParent_4)); } inline Transform_t3600365921 * get_roleParent_4() const { return ___roleParent_4; } inline Transform_t3600365921 ** get_address_of_roleParent_4() { return &___roleParent_4; } inline void set_roleParent_4(Transform_t3600365921 * value) { ___roleParent_4 = value; Il2CppCodeGenWriteBarrier((&___roleParent_4), value); } inline static int32_t get_offset_of_m_info_5() { return static_cast(offsetof(ThemeRoleData_t305589676, ___m_info_5)); } inline AssembleInfo_t3236776212 * get_m_info_5() const { return ___m_info_5; } inline AssembleInfo_t3236776212 ** get_address_of_m_info_5() { return &___m_info_5; } inline void set_m_info_5(AssembleInfo_t3236776212 * value) { ___m_info_5 = value; Il2CppCodeGenWriteBarrier((&___m_info_5), value); } inline static int32_t get_offset_of_isPageInit_6() { return static_cast(offsetof(ThemeRoleData_t305589676, ___isPageInit_6)); } inline bool get_isPageInit_6() const { return ___isPageInit_6; } inline bool* get_address_of_isPageInit_6() { return &___isPageInit_6; } inline void set_isPageInit_6(bool value) { ___isPageInit_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THEMEROLEDATA_T305589676_H #ifndef SKINEDTRAIL_T2745576124_H #define SKINEDTRAIL_T2745576124_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SkinedTrail struct SkinedTrail_t2745576124 : public MonoBehaviour_t3962482529 { public: // System.String SkinedTrail::watchBonePath String_t* ___watchBonePath_2; // System.Int32 SkinedTrail::fadeOutCount int32_t ___fadeOutCount_3; // System.Single SkinedTrail::tailWidth float ___tailWidth_4; // UnityEngine.Color SkinedTrail::startColor Color_t2555686324 ___startColor_5; // UnityEngine.Color SkinedTrail::endColor Color_t2555686324 ___endColor_6; // UnityEngine.Vector3 SkinedTrail::offset Vector3_t3722313464 ___offset_7; // BetterList`1 SkinedTrail::_listTrailNode BetterList_1_t2959858834 * ____listTrailNode_8; // UnityEngine.Mesh SkinedTrail::m_Mesh Mesh_t3648964284 * ___m_Mesh_9; // BetterList`1 SkinedTrail::m_vertices BetterList_1_t2877333782 * ___m_vertices_10; // BetterList`1 SkinedTrail::m_UVs BetterList_1_t1311249841 * ___m_UVs_11; // BetterList`1 SkinedTrail::m_colors BetterList_1_t1710706642 * ___m_colors_12; // System.Int32[] SkinedTrail::m_Indecies Int32U5BU5D_t385246372* ___m_Indecies_13; // UnityEngine.Transform SkinedTrail::m_RootCache Transform_t3600365921 * ___m_RootCache_14; // System.Single SkinedTrail::m_fLastTime float ___m_fLastTime_15; // UnityEngine.Vector3 SkinedTrail::m_lastPos Vector3_t3722313464 ___m_lastPos_16; public: inline static int32_t get_offset_of_watchBonePath_2() { return static_cast(offsetof(SkinedTrail_t2745576124, ___watchBonePath_2)); } inline String_t* get_watchBonePath_2() const { return ___watchBonePath_2; } inline String_t** get_address_of_watchBonePath_2() { return &___watchBonePath_2; } inline void set_watchBonePath_2(String_t* value) { ___watchBonePath_2 = value; Il2CppCodeGenWriteBarrier((&___watchBonePath_2), value); } inline static int32_t get_offset_of_fadeOutCount_3() { return static_cast(offsetof(SkinedTrail_t2745576124, ___fadeOutCount_3)); } inline int32_t get_fadeOutCount_3() const { return ___fadeOutCount_3; } inline int32_t* get_address_of_fadeOutCount_3() { return &___fadeOutCount_3; } inline void set_fadeOutCount_3(int32_t value) { ___fadeOutCount_3 = value; } inline static int32_t get_offset_of_tailWidth_4() { return static_cast(offsetof(SkinedTrail_t2745576124, ___tailWidth_4)); } inline float get_tailWidth_4() const { return ___tailWidth_4; } inline float* get_address_of_tailWidth_4() { return &___tailWidth_4; } inline void set_tailWidth_4(float value) { ___tailWidth_4 = value; } inline static int32_t get_offset_of_startColor_5() { return static_cast(offsetof(SkinedTrail_t2745576124, ___startColor_5)); } inline Color_t2555686324 get_startColor_5() const { return ___startColor_5; } inline Color_t2555686324 * get_address_of_startColor_5() { return &___startColor_5; } inline void set_startColor_5(Color_t2555686324 value) { ___startColor_5 = value; } inline static int32_t get_offset_of_endColor_6() { return static_cast(offsetof(SkinedTrail_t2745576124, ___endColor_6)); } inline Color_t2555686324 get_endColor_6() const { return ___endColor_6; } inline Color_t2555686324 * get_address_of_endColor_6() { return &___endColor_6; } inline void set_endColor_6(Color_t2555686324 value) { ___endColor_6 = value; } inline static int32_t get_offset_of_offset_7() { return static_cast(offsetof(SkinedTrail_t2745576124, ___offset_7)); } inline Vector3_t3722313464 get_offset_7() const { return ___offset_7; } inline Vector3_t3722313464 * get_address_of_offset_7() { return &___offset_7; } inline void set_offset_7(Vector3_t3722313464 value) { ___offset_7 = value; } inline static int32_t get_offset_of__listTrailNode_8() { return static_cast(offsetof(SkinedTrail_t2745576124, ____listTrailNode_8)); } inline BetterList_1_t2959858834 * get__listTrailNode_8() const { return ____listTrailNode_8; } inline BetterList_1_t2959858834 ** get_address_of__listTrailNode_8() { return &____listTrailNode_8; } inline void set__listTrailNode_8(BetterList_1_t2959858834 * value) { ____listTrailNode_8 = value; Il2CppCodeGenWriteBarrier((&____listTrailNode_8), value); } inline static int32_t get_offset_of_m_Mesh_9() { return static_cast(offsetof(SkinedTrail_t2745576124, ___m_Mesh_9)); } inline Mesh_t3648964284 * get_m_Mesh_9() const { return ___m_Mesh_9; } inline Mesh_t3648964284 ** get_address_of_m_Mesh_9() { return &___m_Mesh_9; } inline void set_m_Mesh_9(Mesh_t3648964284 * value) { ___m_Mesh_9 = value; Il2CppCodeGenWriteBarrier((&___m_Mesh_9), value); } inline static int32_t get_offset_of_m_vertices_10() { return static_cast(offsetof(SkinedTrail_t2745576124, ___m_vertices_10)); } inline BetterList_1_t2877333782 * get_m_vertices_10() const { return ___m_vertices_10; } inline BetterList_1_t2877333782 ** get_address_of_m_vertices_10() { return &___m_vertices_10; } inline void set_m_vertices_10(BetterList_1_t2877333782 * value) { ___m_vertices_10 = value; Il2CppCodeGenWriteBarrier((&___m_vertices_10), value); } inline static int32_t get_offset_of_m_UVs_11() { return static_cast(offsetof(SkinedTrail_t2745576124, ___m_UVs_11)); } inline BetterList_1_t1311249841 * get_m_UVs_11() const { return ___m_UVs_11; } inline BetterList_1_t1311249841 ** get_address_of_m_UVs_11() { return &___m_UVs_11; } inline void set_m_UVs_11(BetterList_1_t1311249841 * value) { ___m_UVs_11 = value; Il2CppCodeGenWriteBarrier((&___m_UVs_11), value); } inline static int32_t get_offset_of_m_colors_12() { return static_cast(offsetof(SkinedTrail_t2745576124, ___m_colors_12)); } inline BetterList_1_t1710706642 * get_m_colors_12() const { return ___m_colors_12; } inline BetterList_1_t1710706642 ** get_address_of_m_colors_12() { return &___m_colors_12; } inline void set_m_colors_12(BetterList_1_t1710706642 * value) { ___m_colors_12 = value; Il2CppCodeGenWriteBarrier((&___m_colors_12), value); } inline static int32_t get_offset_of_m_Indecies_13() { return static_cast(offsetof(SkinedTrail_t2745576124, ___m_Indecies_13)); } inline Int32U5BU5D_t385246372* get_m_Indecies_13() const { return ___m_Indecies_13; } inline Int32U5BU5D_t385246372** get_address_of_m_Indecies_13() { return &___m_Indecies_13; } inline void set_m_Indecies_13(Int32U5BU5D_t385246372* value) { ___m_Indecies_13 = value; Il2CppCodeGenWriteBarrier((&___m_Indecies_13), value); } inline static int32_t get_offset_of_m_RootCache_14() { return static_cast(offsetof(SkinedTrail_t2745576124, ___m_RootCache_14)); } inline Transform_t3600365921 * get_m_RootCache_14() const { return ___m_RootCache_14; } inline Transform_t3600365921 ** get_address_of_m_RootCache_14() { return &___m_RootCache_14; } inline void set_m_RootCache_14(Transform_t3600365921 * value) { ___m_RootCache_14 = value; Il2CppCodeGenWriteBarrier((&___m_RootCache_14), value); } inline static int32_t get_offset_of_m_fLastTime_15() { return static_cast(offsetof(SkinedTrail_t2745576124, ___m_fLastTime_15)); } inline float get_m_fLastTime_15() const { return ___m_fLastTime_15; } inline float* get_address_of_m_fLastTime_15() { return &___m_fLastTime_15; } inline void set_m_fLastTime_15(float value) { ___m_fLastTime_15 = value; } inline static int32_t get_offset_of_m_lastPos_16() { return static_cast(offsetof(SkinedTrail_t2745576124, ___m_lastPos_16)); } inline Vector3_t3722313464 get_m_lastPos_16() const { return ___m_lastPos_16; } inline Vector3_t3722313464 * get_address_of_m_lastPos_16() { return &___m_lastPos_16; } inline void set_m_lastPos_16(Vector3_t3722313464 value) { ___m_lastPos_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SKINEDTRAIL_T2745576124_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 UIPRIVILEGECELL_T2635402331_H #define UIPRIVILEGECELL_T2635402331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiPrivilegeCell struct uiPrivilegeCell_t2635402331 : public MonoBehaviour_t3962482529 { public: // UILabel uiPrivilegeCell::m_PrivilegeDesc UILabel_t3248798549 * ___m_PrivilegeDesc_2; public: inline static int32_t get_offset_of_m_PrivilegeDesc_2() { return static_cast(offsetof(uiPrivilegeCell_t2635402331, ___m_PrivilegeDesc_2)); } inline UILabel_t3248798549 * get_m_PrivilegeDesc_2() const { return ___m_PrivilegeDesc_2; } inline UILabel_t3248798549 ** get_address_of_m_PrivilegeDesc_2() { return &___m_PrivilegeDesc_2; } inline void set_m_PrivilegeDesc_2(UILabel_t3248798549 * value) { ___m_PrivilegeDesc_2 = value; Il2CppCodeGenWriteBarrier((&___m_PrivilegeDesc_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIPRIVILEGECELL_T2635402331_H #ifndef UIBOXITEM_T1023674949_H #define UIBOXITEM_T1023674949_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiBoxItem struct uiBoxItem_t1023674949 : public MonoBehaviour_t3962482529 { public: // UISprite uiBoxItem::m_iconTexture UISprite_t194114938 * ___m_iconTexture_2; // UILabel uiBoxItem::m_text UILabel_t3248798549 * ___m_text_3; // UILabel uiBoxItem::m_text1 UILabel_t3248798549 * ___m_text1_4; // DMCore.Logic.CLotteryNew/CReward uiBoxItem::m_data CReward_t140956603 * ___m_data_5; public: inline static int32_t get_offset_of_m_iconTexture_2() { return static_cast(offsetof(uiBoxItem_t1023674949, ___m_iconTexture_2)); } inline UISprite_t194114938 * get_m_iconTexture_2() const { return ___m_iconTexture_2; } inline UISprite_t194114938 ** get_address_of_m_iconTexture_2() { return &___m_iconTexture_2; } inline void set_m_iconTexture_2(UISprite_t194114938 * value) { ___m_iconTexture_2 = value; Il2CppCodeGenWriteBarrier((&___m_iconTexture_2), value); } inline static int32_t get_offset_of_m_text_3() { return static_cast(offsetof(uiBoxItem_t1023674949, ___m_text_3)); } inline UILabel_t3248798549 * get_m_text_3() const { return ___m_text_3; } inline UILabel_t3248798549 ** get_address_of_m_text_3() { return &___m_text_3; } inline void set_m_text_3(UILabel_t3248798549 * value) { ___m_text_3 = value; Il2CppCodeGenWriteBarrier((&___m_text_3), value); } inline static int32_t get_offset_of_m_text1_4() { return static_cast(offsetof(uiBoxItem_t1023674949, ___m_text1_4)); } inline UILabel_t3248798549 * get_m_text1_4() const { return ___m_text1_4; } inline UILabel_t3248798549 ** get_address_of_m_text1_4() { return &___m_text1_4; } inline void set_m_text1_4(UILabel_t3248798549 * value) { ___m_text1_4 = value; Il2CppCodeGenWriteBarrier((&___m_text1_4), value); } inline static int32_t get_offset_of_m_data_5() { return static_cast(offsetof(uiBoxItem_t1023674949, ___m_data_5)); } inline CReward_t140956603 * get_m_data_5() const { return ___m_data_5; } inline CReward_t140956603 ** get_address_of_m_data_5() { return &___m_data_5; } inline void set_m_data_5(CReward_t140956603 * value) { ___m_data_5 = value; Il2CppCodeGenWriteBarrier((&___m_data_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIBOXITEM_T1023674949_H #ifndef LABBERBT_T36101451_H #define LABBERBT_T36101451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LabberBT struct LabberBT_t36101451 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject LabberBT::m_active GameObject_t1113636619 * ___m_active_2; // UnityEngine.GameObject LabberBT::m_disActive GameObject_t1113636619 * ___m_disActive_3; public: inline static int32_t get_offset_of_m_active_2() { return static_cast(offsetof(LabberBT_t36101451, ___m_active_2)); } inline GameObject_t1113636619 * get_m_active_2() const { return ___m_active_2; } inline GameObject_t1113636619 ** get_address_of_m_active_2() { return &___m_active_2; } inline void set_m_active_2(GameObject_t1113636619 * value) { ___m_active_2 = value; Il2CppCodeGenWriteBarrier((&___m_active_2), value); } inline static int32_t get_offset_of_m_disActive_3() { return static_cast(offsetof(LabberBT_t36101451, ___m_disActive_3)); } inline GameObject_t1113636619 * get_m_disActive_3() const { return ___m_disActive_3; } inline GameObject_t1113636619 ** get_address_of_m_disActive_3() { return &___m_disActive_3; } inline void set_m_disActive_3(GameObject_t1113636619 * value) { ___m_disActive_3 = value; Il2CppCodeGenWriteBarrier((&___m_disActive_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LABBERBT_T36101451_H #ifndef SCENEPERSONALWNDVIP_T1214958997_H #define SCENEPERSONALWNDVIP_T1214958997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndVip struct ScenePersonalWndVip_t1214958997 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform ScenePersonalWndVip::m_WndVipMain Transform_t3600365921 * ___m_WndVipMain_2; // UnityEngine.Transform ScenePersonalWndVip::m_WndGiftDetail Transform_t3600365921 * ___m_WndGiftDetail_3; // DMListView ScenePersonalWndVip::m_PrivilegeList DMListView_t512231514 * ___m_PrivilegeList_4; // UILabel ScenePersonalWndVip::m_RechargeDesc UILabel_t3248798549 * ___m_RechargeDesc_5; // UITexture ScenePersonalWndVip::m_ProgressTitleVipNum UITexture_t3471168817 * ___m_ProgressTitleVipNum_6; // UITexture ScenePersonalWndVip::m_ProgressVipNum UITexture_t3471168817 * ___m_ProgressVipNum_7; // UISprite ScenePersonalWndVip::m_RechargeProgress UISprite_t194114938 * ___m_RechargeProgress_8; // UILabel ScenePersonalWndVip::m_TargetCount UILabel_t3248798549 * ___m_TargetCount_9; // UnityEngine.GameObject ScenePersonalWndVip::m_AniLeft GameObject_t1113636619 * ___m_AniLeft_10; // UnityEngine.GameObject ScenePersonalWndVip::m_AniRight GameObject_t1113636619 * ___m_AniRight_11; // UnityEngine.GameObject ScenePersonalWndVip::m_BtnLeft GameObject_t1113636619 * ___m_BtnLeft_12; // UnityEngine.GameObject ScenePersonalWndVip::m_BtnRight GameObject_t1113636619 * ___m_BtnRight_13; // UITexture ScenePersonalWndVip::m_PrivilegeVipNum UITexture_t3471168817 * ___m_PrivilegeVipNum_14; // UnityEngine.GameObject ScenePersonalWndVip::m_GiftBox GameObject_t1113636619 * ___m_GiftBox_15; // UnityEngine.GameObject ScenePersonalWndVip::m_BoxNameFirst GameObject_t1113636619 * ___m_BoxNameFirst_16; // UnityEngine.GameObject ScenePersonalWndVip::m_BoxNameCanGet GameObject_t1113636619 * ___m_BoxNameCanGet_17; // UnityEngine.GameObject ScenePersonalWndVip::m_BoxNameAlreadyGet GameObject_t1113636619 * ___m_BoxNameAlreadyGet_18; // UnityEngine.GameObject ScenePersonalWndVip::m_BoxNameVip GameObject_t1113636619 * ___m_BoxNameVip_19; // UITexture ScenePersonalWndVip::m_BoxNameVipNum UITexture_t3471168817 * ___m_BoxNameVipNum_20; // UITexture ScenePersonalWndVip::m_DetailVipNum UITexture_t3471168817 * ___m_DetailVipNum_21; // UnityEngine.GameObject ScenePersonalWndVip::m_BtnGetGift GameObject_t1113636619 * ___m_BtnGetGift_22; // UnityEngine.GameObject[] ScenePersonalWndVip::m_ArrayGiftInfo GameObjectU5BU5D_t3328599146* ___m_ArrayGiftInfo_23; // UISprite[] ScenePersonalWndVip::m_ArrayGiftFrame UISpriteU5BU5D_t1415066463* ___m_ArrayGiftFrame_24; // UITexture[] ScenePersonalWndVip::m_ArrayGiftImage UITextureU5BU5D_t4250952428* ___m_ArrayGiftImage_25; // UILabel[] ScenePersonalWndVip::m_ArrayGiftCount UILabelU5BU5D_t595200952* ___m_ArrayGiftCount_26; // System.Boolean ScenePersonalWndVip::isPageInit bool ___isPageInit_27; // System.Int32 ScenePersonalWndVip::m_CurrentPrivilegePage int32_t ___m_CurrentPrivilegePage_29; // System.Boolean ScenePersonalWndVip::m_IsFirstTime bool ___m_IsFirstTime_30; // UnityEngine.Vector3 ScenePersonalWndVip::m_PhotoSize Vector3_t3722313464 ___m_PhotoSize_31; public: inline static int32_t get_offset_of_m_WndVipMain_2() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_WndVipMain_2)); } inline Transform_t3600365921 * get_m_WndVipMain_2() const { return ___m_WndVipMain_2; } inline Transform_t3600365921 ** get_address_of_m_WndVipMain_2() { return &___m_WndVipMain_2; } inline void set_m_WndVipMain_2(Transform_t3600365921 * value) { ___m_WndVipMain_2 = value; Il2CppCodeGenWriteBarrier((&___m_WndVipMain_2), value); } inline static int32_t get_offset_of_m_WndGiftDetail_3() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_WndGiftDetail_3)); } inline Transform_t3600365921 * get_m_WndGiftDetail_3() const { return ___m_WndGiftDetail_3; } inline Transform_t3600365921 ** get_address_of_m_WndGiftDetail_3() { return &___m_WndGiftDetail_3; } inline void set_m_WndGiftDetail_3(Transform_t3600365921 * value) { ___m_WndGiftDetail_3 = value; Il2CppCodeGenWriteBarrier((&___m_WndGiftDetail_3), value); } inline static int32_t get_offset_of_m_PrivilegeList_4() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_PrivilegeList_4)); } inline DMListView_t512231514 * get_m_PrivilegeList_4() const { return ___m_PrivilegeList_4; } inline DMListView_t512231514 ** get_address_of_m_PrivilegeList_4() { return &___m_PrivilegeList_4; } inline void set_m_PrivilegeList_4(DMListView_t512231514 * value) { ___m_PrivilegeList_4 = value; Il2CppCodeGenWriteBarrier((&___m_PrivilegeList_4), value); } inline static int32_t get_offset_of_m_RechargeDesc_5() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_RechargeDesc_5)); } inline UILabel_t3248798549 * get_m_RechargeDesc_5() const { return ___m_RechargeDesc_5; } inline UILabel_t3248798549 ** get_address_of_m_RechargeDesc_5() { return &___m_RechargeDesc_5; } inline void set_m_RechargeDesc_5(UILabel_t3248798549 * value) { ___m_RechargeDesc_5 = value; Il2CppCodeGenWriteBarrier((&___m_RechargeDesc_5), value); } inline static int32_t get_offset_of_m_ProgressTitleVipNum_6() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_ProgressTitleVipNum_6)); } inline UITexture_t3471168817 * get_m_ProgressTitleVipNum_6() const { return ___m_ProgressTitleVipNum_6; } inline UITexture_t3471168817 ** get_address_of_m_ProgressTitleVipNum_6() { return &___m_ProgressTitleVipNum_6; } inline void set_m_ProgressTitleVipNum_6(UITexture_t3471168817 * value) { ___m_ProgressTitleVipNum_6 = value; Il2CppCodeGenWriteBarrier((&___m_ProgressTitleVipNum_6), value); } inline static int32_t get_offset_of_m_ProgressVipNum_7() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_ProgressVipNum_7)); } inline UITexture_t3471168817 * get_m_ProgressVipNum_7() const { return ___m_ProgressVipNum_7; } inline UITexture_t3471168817 ** get_address_of_m_ProgressVipNum_7() { return &___m_ProgressVipNum_7; } inline void set_m_ProgressVipNum_7(UITexture_t3471168817 * value) { ___m_ProgressVipNum_7 = value; Il2CppCodeGenWriteBarrier((&___m_ProgressVipNum_7), value); } inline static int32_t get_offset_of_m_RechargeProgress_8() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_RechargeProgress_8)); } inline UISprite_t194114938 * get_m_RechargeProgress_8() const { return ___m_RechargeProgress_8; } inline UISprite_t194114938 ** get_address_of_m_RechargeProgress_8() { return &___m_RechargeProgress_8; } inline void set_m_RechargeProgress_8(UISprite_t194114938 * value) { ___m_RechargeProgress_8 = value; Il2CppCodeGenWriteBarrier((&___m_RechargeProgress_8), value); } inline static int32_t get_offset_of_m_TargetCount_9() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_TargetCount_9)); } inline UILabel_t3248798549 * get_m_TargetCount_9() const { return ___m_TargetCount_9; } inline UILabel_t3248798549 ** get_address_of_m_TargetCount_9() { return &___m_TargetCount_9; } inline void set_m_TargetCount_9(UILabel_t3248798549 * value) { ___m_TargetCount_9 = value; Il2CppCodeGenWriteBarrier((&___m_TargetCount_9), value); } inline static int32_t get_offset_of_m_AniLeft_10() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_AniLeft_10)); } inline GameObject_t1113636619 * get_m_AniLeft_10() const { return ___m_AniLeft_10; } inline GameObject_t1113636619 ** get_address_of_m_AniLeft_10() { return &___m_AniLeft_10; } inline void set_m_AniLeft_10(GameObject_t1113636619 * value) { ___m_AniLeft_10 = value; Il2CppCodeGenWriteBarrier((&___m_AniLeft_10), value); } inline static int32_t get_offset_of_m_AniRight_11() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_AniRight_11)); } inline GameObject_t1113636619 * get_m_AniRight_11() const { return ___m_AniRight_11; } inline GameObject_t1113636619 ** get_address_of_m_AniRight_11() { return &___m_AniRight_11; } inline void set_m_AniRight_11(GameObject_t1113636619 * value) { ___m_AniRight_11 = value; Il2CppCodeGenWriteBarrier((&___m_AniRight_11), value); } inline static int32_t get_offset_of_m_BtnLeft_12() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_BtnLeft_12)); } inline GameObject_t1113636619 * get_m_BtnLeft_12() const { return ___m_BtnLeft_12; } inline GameObject_t1113636619 ** get_address_of_m_BtnLeft_12() { return &___m_BtnLeft_12; } inline void set_m_BtnLeft_12(GameObject_t1113636619 * value) { ___m_BtnLeft_12 = value; Il2CppCodeGenWriteBarrier((&___m_BtnLeft_12), value); } inline static int32_t get_offset_of_m_BtnRight_13() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_BtnRight_13)); } inline GameObject_t1113636619 * get_m_BtnRight_13() const { return ___m_BtnRight_13; } inline GameObject_t1113636619 ** get_address_of_m_BtnRight_13() { return &___m_BtnRight_13; } inline void set_m_BtnRight_13(GameObject_t1113636619 * value) { ___m_BtnRight_13 = value; Il2CppCodeGenWriteBarrier((&___m_BtnRight_13), value); } inline static int32_t get_offset_of_m_PrivilegeVipNum_14() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_PrivilegeVipNum_14)); } inline UITexture_t3471168817 * get_m_PrivilegeVipNum_14() const { return ___m_PrivilegeVipNum_14; } inline UITexture_t3471168817 ** get_address_of_m_PrivilegeVipNum_14() { return &___m_PrivilegeVipNum_14; } inline void set_m_PrivilegeVipNum_14(UITexture_t3471168817 * value) { ___m_PrivilegeVipNum_14 = value; Il2CppCodeGenWriteBarrier((&___m_PrivilegeVipNum_14), value); } inline static int32_t get_offset_of_m_GiftBox_15() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_GiftBox_15)); } inline GameObject_t1113636619 * get_m_GiftBox_15() const { return ___m_GiftBox_15; } inline GameObject_t1113636619 ** get_address_of_m_GiftBox_15() { return &___m_GiftBox_15; } inline void set_m_GiftBox_15(GameObject_t1113636619 * value) { ___m_GiftBox_15 = value; Il2CppCodeGenWriteBarrier((&___m_GiftBox_15), value); } inline static int32_t get_offset_of_m_BoxNameFirst_16() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_BoxNameFirst_16)); } inline GameObject_t1113636619 * get_m_BoxNameFirst_16() const { return ___m_BoxNameFirst_16; } inline GameObject_t1113636619 ** get_address_of_m_BoxNameFirst_16() { return &___m_BoxNameFirst_16; } inline void set_m_BoxNameFirst_16(GameObject_t1113636619 * value) { ___m_BoxNameFirst_16 = value; Il2CppCodeGenWriteBarrier((&___m_BoxNameFirst_16), value); } inline static int32_t get_offset_of_m_BoxNameCanGet_17() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_BoxNameCanGet_17)); } inline GameObject_t1113636619 * get_m_BoxNameCanGet_17() const { return ___m_BoxNameCanGet_17; } inline GameObject_t1113636619 ** get_address_of_m_BoxNameCanGet_17() { return &___m_BoxNameCanGet_17; } inline void set_m_BoxNameCanGet_17(GameObject_t1113636619 * value) { ___m_BoxNameCanGet_17 = value; Il2CppCodeGenWriteBarrier((&___m_BoxNameCanGet_17), value); } inline static int32_t get_offset_of_m_BoxNameAlreadyGet_18() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_BoxNameAlreadyGet_18)); } inline GameObject_t1113636619 * get_m_BoxNameAlreadyGet_18() const { return ___m_BoxNameAlreadyGet_18; } inline GameObject_t1113636619 ** get_address_of_m_BoxNameAlreadyGet_18() { return &___m_BoxNameAlreadyGet_18; } inline void set_m_BoxNameAlreadyGet_18(GameObject_t1113636619 * value) { ___m_BoxNameAlreadyGet_18 = value; Il2CppCodeGenWriteBarrier((&___m_BoxNameAlreadyGet_18), value); } inline static int32_t get_offset_of_m_BoxNameVip_19() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_BoxNameVip_19)); } inline GameObject_t1113636619 * get_m_BoxNameVip_19() const { return ___m_BoxNameVip_19; } inline GameObject_t1113636619 ** get_address_of_m_BoxNameVip_19() { return &___m_BoxNameVip_19; } inline void set_m_BoxNameVip_19(GameObject_t1113636619 * value) { ___m_BoxNameVip_19 = value; Il2CppCodeGenWriteBarrier((&___m_BoxNameVip_19), value); } inline static int32_t get_offset_of_m_BoxNameVipNum_20() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_BoxNameVipNum_20)); } inline UITexture_t3471168817 * get_m_BoxNameVipNum_20() const { return ___m_BoxNameVipNum_20; } inline UITexture_t3471168817 ** get_address_of_m_BoxNameVipNum_20() { return &___m_BoxNameVipNum_20; } inline void set_m_BoxNameVipNum_20(UITexture_t3471168817 * value) { ___m_BoxNameVipNum_20 = value; Il2CppCodeGenWriteBarrier((&___m_BoxNameVipNum_20), value); } inline static int32_t get_offset_of_m_DetailVipNum_21() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_DetailVipNum_21)); } inline UITexture_t3471168817 * get_m_DetailVipNum_21() const { return ___m_DetailVipNum_21; } inline UITexture_t3471168817 ** get_address_of_m_DetailVipNum_21() { return &___m_DetailVipNum_21; } inline void set_m_DetailVipNum_21(UITexture_t3471168817 * value) { ___m_DetailVipNum_21 = value; Il2CppCodeGenWriteBarrier((&___m_DetailVipNum_21), value); } inline static int32_t get_offset_of_m_BtnGetGift_22() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_BtnGetGift_22)); } inline GameObject_t1113636619 * get_m_BtnGetGift_22() const { return ___m_BtnGetGift_22; } inline GameObject_t1113636619 ** get_address_of_m_BtnGetGift_22() { return &___m_BtnGetGift_22; } inline void set_m_BtnGetGift_22(GameObject_t1113636619 * value) { ___m_BtnGetGift_22 = value; Il2CppCodeGenWriteBarrier((&___m_BtnGetGift_22), value); } inline static int32_t get_offset_of_m_ArrayGiftInfo_23() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_ArrayGiftInfo_23)); } inline GameObjectU5BU5D_t3328599146* get_m_ArrayGiftInfo_23() const { return ___m_ArrayGiftInfo_23; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_ArrayGiftInfo_23() { return &___m_ArrayGiftInfo_23; } inline void set_m_ArrayGiftInfo_23(GameObjectU5BU5D_t3328599146* value) { ___m_ArrayGiftInfo_23 = value; Il2CppCodeGenWriteBarrier((&___m_ArrayGiftInfo_23), value); } inline static int32_t get_offset_of_m_ArrayGiftFrame_24() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_ArrayGiftFrame_24)); } inline UISpriteU5BU5D_t1415066463* get_m_ArrayGiftFrame_24() const { return ___m_ArrayGiftFrame_24; } inline UISpriteU5BU5D_t1415066463** get_address_of_m_ArrayGiftFrame_24() { return &___m_ArrayGiftFrame_24; } inline void set_m_ArrayGiftFrame_24(UISpriteU5BU5D_t1415066463* value) { ___m_ArrayGiftFrame_24 = value; Il2CppCodeGenWriteBarrier((&___m_ArrayGiftFrame_24), value); } inline static int32_t get_offset_of_m_ArrayGiftImage_25() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_ArrayGiftImage_25)); } inline UITextureU5BU5D_t4250952428* get_m_ArrayGiftImage_25() const { return ___m_ArrayGiftImage_25; } inline UITextureU5BU5D_t4250952428** get_address_of_m_ArrayGiftImage_25() { return &___m_ArrayGiftImage_25; } inline void set_m_ArrayGiftImage_25(UITextureU5BU5D_t4250952428* value) { ___m_ArrayGiftImage_25 = value; Il2CppCodeGenWriteBarrier((&___m_ArrayGiftImage_25), value); } inline static int32_t get_offset_of_m_ArrayGiftCount_26() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_ArrayGiftCount_26)); } inline UILabelU5BU5D_t595200952* get_m_ArrayGiftCount_26() const { return ___m_ArrayGiftCount_26; } inline UILabelU5BU5D_t595200952** get_address_of_m_ArrayGiftCount_26() { return &___m_ArrayGiftCount_26; } inline void set_m_ArrayGiftCount_26(UILabelU5BU5D_t595200952* value) { ___m_ArrayGiftCount_26 = value; Il2CppCodeGenWriteBarrier((&___m_ArrayGiftCount_26), value); } inline static int32_t get_offset_of_isPageInit_27() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___isPageInit_27)); } inline bool get_isPageInit_27() const { return ___isPageInit_27; } inline bool* get_address_of_isPageInit_27() { return &___isPageInit_27; } inline void set_isPageInit_27(bool value) { ___isPageInit_27 = value; } inline static int32_t get_offset_of_m_CurrentPrivilegePage_29() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_CurrentPrivilegePage_29)); } inline int32_t get_m_CurrentPrivilegePage_29() const { return ___m_CurrentPrivilegePage_29; } inline int32_t* get_address_of_m_CurrentPrivilegePage_29() { return &___m_CurrentPrivilegePage_29; } inline void set_m_CurrentPrivilegePage_29(int32_t value) { ___m_CurrentPrivilegePage_29 = value; } inline static int32_t get_offset_of_m_IsFirstTime_30() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_IsFirstTime_30)); } inline bool get_m_IsFirstTime_30() const { return ___m_IsFirstTime_30; } inline bool* get_address_of_m_IsFirstTime_30() { return &___m_IsFirstTime_30; } inline void set_m_IsFirstTime_30(bool value) { ___m_IsFirstTime_30 = value; } inline static int32_t get_offset_of_m_PhotoSize_31() { return static_cast(offsetof(ScenePersonalWndVip_t1214958997, ___m_PhotoSize_31)); } inline Vector3_t3722313464 get_m_PhotoSize_31() const { return ___m_PhotoSize_31; } inline Vector3_t3722313464 * get_address_of_m_PhotoSize_31() { return &___m_PhotoSize_31; } inline void set_m_PhotoSize_31(Vector3_t3722313464 value) { ___m_PhotoSize_31 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDVIP_T1214958997_H #ifndef UINEWSIGNINITEM_T2395688482_H #define UINEWSIGNINITEM_T2395688482_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiNewSignInItem struct uiNewSignInItem_t2395688482 : public MonoBehaviour_t3962482529 { public: // UILabel uiNewSignInItem::m_count UILabel_t3248798549 * ___m_count_2; // UITexture uiNewSignInItem::m_icon UITexture_t3471168817 * ___m_icon_3; // UnityEngine.GameObject uiNewSignInItem::m_tag GameObject_t1113636619 * ___m_tag_4; // UISprite uiNewSignInItem::m_viplevel UISprite_t194114938 * ___m_viplevel_5; // UnityEngine.GameObject uiNewSignInItem::m_uiComplete GameObject_t1113636619 * ___m_uiComplete_6; // UnityEngine.GameObject uiNewSignInItem::m_uiSeal GameObject_t1113636619 * ___m_uiSeal_7; // UISprite uiNewSignInItem::m_resQuality UISprite_t194114938 * ___m_resQuality_8; // System.Int32 uiNewSignInItem::m_index int32_t ___m_index_9; // System.Int32 uiNewSignInItem::m_configID int32_t ___m_configID_10; // System.Boolean uiNewSignInItem::m_loadDone bool ___m_loadDone_11; // System.Boolean uiNewSignInItem::isPageInit bool ___isPageInit_12; // DMCore.Logic.CSignInNewActivity/DayData uiNewSignInItem::m_data DayData_t3259156977 * ___m_data_13; public: inline static int32_t get_offset_of_m_count_2() { return static_cast(offsetof(uiNewSignInItem_t2395688482, ___m_count_2)); } inline UILabel_t3248798549 * get_m_count_2() const { return ___m_count_2; } inline UILabel_t3248798549 ** get_address_of_m_count_2() { return &___m_count_2; } inline void set_m_count_2(UILabel_t3248798549 * value) { ___m_count_2 = value; Il2CppCodeGenWriteBarrier((&___m_count_2), value); } inline static int32_t get_offset_of_m_icon_3() { return static_cast(offsetof(uiNewSignInItem_t2395688482, ___m_icon_3)); } inline UITexture_t3471168817 * get_m_icon_3() const { return ___m_icon_3; } inline UITexture_t3471168817 ** get_address_of_m_icon_3() { return &___m_icon_3; } inline void set_m_icon_3(UITexture_t3471168817 * value) { ___m_icon_3 = value; Il2CppCodeGenWriteBarrier((&___m_icon_3), value); } inline static int32_t get_offset_of_m_tag_4() { return static_cast(offsetof(uiNewSignInItem_t2395688482, ___m_tag_4)); } inline GameObject_t1113636619 * get_m_tag_4() const { return ___m_tag_4; } inline GameObject_t1113636619 ** get_address_of_m_tag_4() { return &___m_tag_4; } inline void set_m_tag_4(GameObject_t1113636619 * value) { ___m_tag_4 = value; Il2CppCodeGenWriteBarrier((&___m_tag_4), value); } inline static int32_t get_offset_of_m_viplevel_5() { return static_cast(offsetof(uiNewSignInItem_t2395688482, ___m_viplevel_5)); } inline UISprite_t194114938 * get_m_viplevel_5() const { return ___m_viplevel_5; } inline UISprite_t194114938 ** get_address_of_m_viplevel_5() { return &___m_viplevel_5; } inline void set_m_viplevel_5(UISprite_t194114938 * value) { ___m_viplevel_5 = value; Il2CppCodeGenWriteBarrier((&___m_viplevel_5), value); } inline static int32_t get_offset_of_m_uiComplete_6() { return static_cast(offsetof(uiNewSignInItem_t2395688482, ___m_uiComplete_6)); } inline GameObject_t1113636619 * get_m_uiComplete_6() const { return ___m_uiComplete_6; } inline GameObject_t1113636619 ** get_address_of_m_uiComplete_6() { return &___m_uiComplete_6; } inline void set_m_uiComplete_6(GameObject_t1113636619 * value) { ___m_uiComplete_6 = value; Il2CppCodeGenWriteBarrier((&___m_uiComplete_6), value); } inline static int32_t get_offset_of_m_uiSeal_7() { return static_cast(offsetof(uiNewSignInItem_t2395688482, ___m_uiSeal_7)); } inline GameObject_t1113636619 * get_m_uiSeal_7() const { return ___m_uiSeal_7; } inline GameObject_t1113636619 ** get_address_of_m_uiSeal_7() { return &___m_uiSeal_7; } inline void set_m_uiSeal_7(GameObject_t1113636619 * value) { ___m_uiSeal_7 = value; Il2CppCodeGenWriteBarrier((&___m_uiSeal_7), value); } inline static int32_t get_offset_of_m_resQuality_8() { return static_cast(offsetof(uiNewSignInItem_t2395688482, ___m_resQuality_8)); } inline UISprite_t194114938 * get_m_resQuality_8() const { return ___m_resQuality_8; } inline UISprite_t194114938 ** get_address_of_m_resQuality_8() { return &___m_resQuality_8; } inline void set_m_resQuality_8(UISprite_t194114938 * value) { ___m_resQuality_8 = value; Il2CppCodeGenWriteBarrier((&___m_resQuality_8), value); } inline static int32_t get_offset_of_m_index_9() { return static_cast(offsetof(uiNewSignInItem_t2395688482, ___m_index_9)); } inline int32_t get_m_index_9() const { return ___m_index_9; } inline int32_t* get_address_of_m_index_9() { return &___m_index_9; } inline void set_m_index_9(int32_t value) { ___m_index_9 = value; } inline static int32_t get_offset_of_m_configID_10() { return static_cast(offsetof(uiNewSignInItem_t2395688482, ___m_configID_10)); } inline int32_t get_m_configID_10() const { return ___m_configID_10; } inline int32_t* get_address_of_m_configID_10() { return &___m_configID_10; } inline void set_m_configID_10(int32_t value) { ___m_configID_10 = value; } inline static int32_t get_offset_of_m_loadDone_11() { return static_cast(offsetof(uiNewSignInItem_t2395688482, ___m_loadDone_11)); } inline bool get_m_loadDone_11() const { return ___m_loadDone_11; } inline bool* get_address_of_m_loadDone_11() { return &___m_loadDone_11; } inline void set_m_loadDone_11(bool value) { ___m_loadDone_11 = value; } inline static int32_t get_offset_of_isPageInit_12() { return static_cast(offsetof(uiNewSignInItem_t2395688482, ___isPageInit_12)); } inline bool get_isPageInit_12() const { return ___isPageInit_12; } inline bool* get_address_of_isPageInit_12() { return &___isPageInit_12; } inline void set_isPageInit_12(bool value) { ___isPageInit_12 = value; } inline static int32_t get_offset_of_m_data_13() { return static_cast(offsetof(uiNewSignInItem_t2395688482, ___m_data_13)); } inline DayData_t3259156977 * get_m_data_13() const { return ___m_data_13; } inline DayData_t3259156977 ** get_address_of_m_data_13() { return &___m_data_13; } inline void set_m_data_13(DayData_t3259156977 * value) { ___m_data_13 = value; Il2CppCodeGenWriteBarrier((&___m_data_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINEWSIGNINITEM_T2395688482_H #ifndef UINEWSIGNINGROUP_T2596682924_H #define UINEWSIGNINGROUP_T2596682924_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiNewSignInGroup struct uiNewSignInGroup_t2596682924 : public MonoBehaviour_t3962482529 { public: // uiNewSignInItem[] uiNewSignInGroup::itemList uiNewSignInItemU5BU5D_t3566295831* ___itemList_2; // System.Boolean uiNewSignInGroup::isPageInit bool ___isPageInit_3; public: inline static int32_t get_offset_of_itemList_2() { return static_cast(offsetof(uiNewSignInGroup_t2596682924, ___itemList_2)); } inline uiNewSignInItemU5BU5D_t3566295831* get_itemList_2() const { return ___itemList_2; } inline uiNewSignInItemU5BU5D_t3566295831** get_address_of_itemList_2() { return &___itemList_2; } inline void set_itemList_2(uiNewSignInItemU5BU5D_t3566295831* value) { ___itemList_2 = value; Il2CppCodeGenWriteBarrier((&___itemList_2), value); } inline static int32_t get_offset_of_isPageInit_3() { return static_cast(offsetof(uiNewSignInGroup_t2596682924, ___isPageInit_3)); } inline bool get_isPageInit_3() const { return ___isPageInit_3; } inline bool* get_address_of_isPageInit_3() { return &___isPageInit_3; } inline void set_isPageInit_3(bool value) { ___isPageInit_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINEWSIGNINGROUP_T2596682924_H #ifndef SCENEPERSONALSHOPBUYING_T958260052_H #define SCENEPERSONALSHOPBUYING_T958260052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalShopbuying struct ScenePersonalShopbuying_t958260052 : public MonoBehaviour_t3962482529 { public: // UITexture ScenePersonalShopbuying::m_uiTexture UITexture_t3471168817 * ___m_uiTexture_2; // UISprite ScenePersonalShopbuying::m_uiTag UISprite_t194114938 * ___m_uiTag_3; // UILabel ScenePersonalShopbuying::m_labelTag UILabel_t3248798549 * ___m_labelTag_4; // UILabel ScenePersonalShopbuying::m_LabelAsk UILabel_t3248798549 * ___m_LabelAsk_5; // UILabel ScenePersonalShopbuying::m_Label7 UILabel_t3248798549 * ___m_Label7_6; // UILabel ScenePersonalShopbuying::m_LabelForever UILabel_t3248798549 * ___m_LabelForever_7; // UILabel ScenePersonalShopbuying::m_label7Coupon UILabel_t3248798549 * ___m_label7Coupon_8; // UILabel ScenePersonalShopbuying::m_labelForeverCoupon UILabel_t3248798549 * ___m_labelForeverCoupon_9; // UISprite ScenePersonalShopbuying::m_goldIcon1 UISprite_t194114938 * ___m_goldIcon1_10; // UISprite ScenePersonalShopbuying::m_goldIcon2 UISprite_t194114938 * ___m_goldIcon2_11; // UISprite ScenePersonalShopbuying::m_goldIcon3 UISprite_t194114938 * ___m_goldIcon3_12; // UnityEngine.Transform ScenePersonalShopbuying::m_PayWayRoot Transform_t3600365921 * ___m_PayWayRoot_13; // UnityEngine.Transform ScenePersonalShopbuying::m_Day7Root Transform_t3600365921 * ___m_Day7Root_14; // UnityEngine.Transform ScenePersonalShopbuying::m_Day999Root Transform_t3600365921 * ___m_Day999Root_15; // DMListView ScenePersonalShopbuying::m_Couponlist DMListView_t512231514 * ___m_Couponlist_16; // UnityEngine.Transform ScenePersonalShopbuying::m_CouponlistRoot Transform_t3600365921 * ___m_CouponlistRoot_17; // UnityEngine.Transform ScenePersonalShopbuying::m_CouponRoot Transform_t3600365921 * ___m_CouponRoot_18; // UnityEngine.Transform ScenePersonalShopbuying::m_coupon Transform_t3600365921 * ___m_coupon_19; // uiCouponItem ScenePersonalShopbuying::m_curCouponItem uiCouponItem_t1157104112 * ___m_curCouponItem_20; // UILabel ScenePersonalShopbuying::m_freeLabel UILabel_t3248798549 * ___m_freeLabel_21; // System.Boolean ScenePersonalShopbuying::m_bLoad bool ___m_bLoad_22; // System.Int32 ScenePersonalShopbuying::m_nConfigid int32_t ___m_nConfigid_23; // System.Int32 ScenePersonalShopbuying::m_nAmount int32_t ___m_nAmount_24; // ScenePersonalWndShop/OnClickMsgCallBack ScenePersonalShopbuying::m_CallBack OnClickMsgCallBack_t2526724959 * ___m_CallBack_25; // DMCore.CDataArray ScenePersonalShopbuying::m_data CDataArray_t4068198041 * ___m_data_26; // System.Boolean ScenePersonalShopbuying::isPageInit bool ___isPageInit_27; // System.Collections.Generic.Dictionary`2 ScenePersonalShopbuying::m_CouponList Dictionary_2_t2736202052 * ___m_CouponList_28; // System.Int32 ScenePersonalShopbuying::m_price int32_t ___m_price_29; // System.Int32 ScenePersonalShopbuying::m_valid int32_t ___m_valid_30; // System.Int32 ScenePersonalShopbuying::m_payType int32_t ___m_payType_31; // System.Int32 ScenePersonalShopbuying::m_CouponConfig int32_t ___m_CouponConfig_32; // UnityEngine.GameObject[] ScenePersonalShopbuying::points GameObjectU5BU5D_t3328599146* ___points_33; // UnityEngine.GameObject[] ScenePersonalShopbuying::paywayPoints GameObjectU5BU5D_t3328599146* ___paywayPoints_34; // UnityEngine.Transform ScenePersonalShopbuying::m_AddShopCarBtn Transform_t3600365921 * ___m_AddShopCarBtn_35; // System.Int32 ScenePersonalShopbuying::senvenDayPrice int32_t ___senvenDayPrice_36; // System.Int32 ScenePersonalShopbuying::foreverPrice int32_t ___foreverPrice_37; // DMCore.Logic.ItemTag ScenePersonalShopbuying::m_curItemTag int32_t ___m_curItemTag_38; public: inline static int32_t get_offset_of_m_uiTexture_2() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_uiTexture_2)); } inline UITexture_t3471168817 * get_m_uiTexture_2() const { return ___m_uiTexture_2; } inline UITexture_t3471168817 ** get_address_of_m_uiTexture_2() { return &___m_uiTexture_2; } inline void set_m_uiTexture_2(UITexture_t3471168817 * value) { ___m_uiTexture_2 = value; Il2CppCodeGenWriteBarrier((&___m_uiTexture_2), value); } inline static int32_t get_offset_of_m_uiTag_3() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_uiTag_3)); } inline UISprite_t194114938 * get_m_uiTag_3() const { return ___m_uiTag_3; } inline UISprite_t194114938 ** get_address_of_m_uiTag_3() { return &___m_uiTag_3; } inline void set_m_uiTag_3(UISprite_t194114938 * value) { ___m_uiTag_3 = value; Il2CppCodeGenWriteBarrier((&___m_uiTag_3), value); } inline static int32_t get_offset_of_m_labelTag_4() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_labelTag_4)); } inline UILabel_t3248798549 * get_m_labelTag_4() const { return ___m_labelTag_4; } inline UILabel_t3248798549 ** get_address_of_m_labelTag_4() { return &___m_labelTag_4; } inline void set_m_labelTag_4(UILabel_t3248798549 * value) { ___m_labelTag_4 = value; Il2CppCodeGenWriteBarrier((&___m_labelTag_4), value); } inline static int32_t get_offset_of_m_LabelAsk_5() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_LabelAsk_5)); } inline UILabel_t3248798549 * get_m_LabelAsk_5() const { return ___m_LabelAsk_5; } inline UILabel_t3248798549 ** get_address_of_m_LabelAsk_5() { return &___m_LabelAsk_5; } inline void set_m_LabelAsk_5(UILabel_t3248798549 * value) { ___m_LabelAsk_5 = value; Il2CppCodeGenWriteBarrier((&___m_LabelAsk_5), value); } inline static int32_t get_offset_of_m_Label7_6() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_Label7_6)); } inline UILabel_t3248798549 * get_m_Label7_6() const { return ___m_Label7_6; } inline UILabel_t3248798549 ** get_address_of_m_Label7_6() { return &___m_Label7_6; } inline void set_m_Label7_6(UILabel_t3248798549 * value) { ___m_Label7_6 = value; Il2CppCodeGenWriteBarrier((&___m_Label7_6), value); } inline static int32_t get_offset_of_m_LabelForever_7() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_LabelForever_7)); } inline UILabel_t3248798549 * get_m_LabelForever_7() const { return ___m_LabelForever_7; } inline UILabel_t3248798549 ** get_address_of_m_LabelForever_7() { return &___m_LabelForever_7; } inline void set_m_LabelForever_7(UILabel_t3248798549 * value) { ___m_LabelForever_7 = value; Il2CppCodeGenWriteBarrier((&___m_LabelForever_7), value); } inline static int32_t get_offset_of_m_label7Coupon_8() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_label7Coupon_8)); } inline UILabel_t3248798549 * get_m_label7Coupon_8() const { return ___m_label7Coupon_8; } inline UILabel_t3248798549 ** get_address_of_m_label7Coupon_8() { return &___m_label7Coupon_8; } inline void set_m_label7Coupon_8(UILabel_t3248798549 * value) { ___m_label7Coupon_8 = value; Il2CppCodeGenWriteBarrier((&___m_label7Coupon_8), value); } inline static int32_t get_offset_of_m_labelForeverCoupon_9() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_labelForeverCoupon_9)); } inline UILabel_t3248798549 * get_m_labelForeverCoupon_9() const { return ___m_labelForeverCoupon_9; } inline UILabel_t3248798549 ** get_address_of_m_labelForeverCoupon_9() { return &___m_labelForeverCoupon_9; } inline void set_m_labelForeverCoupon_9(UILabel_t3248798549 * value) { ___m_labelForeverCoupon_9 = value; Il2CppCodeGenWriteBarrier((&___m_labelForeverCoupon_9), value); } inline static int32_t get_offset_of_m_goldIcon1_10() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_goldIcon1_10)); } inline UISprite_t194114938 * get_m_goldIcon1_10() const { return ___m_goldIcon1_10; } inline UISprite_t194114938 ** get_address_of_m_goldIcon1_10() { return &___m_goldIcon1_10; } inline void set_m_goldIcon1_10(UISprite_t194114938 * value) { ___m_goldIcon1_10 = value; Il2CppCodeGenWriteBarrier((&___m_goldIcon1_10), value); } inline static int32_t get_offset_of_m_goldIcon2_11() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_goldIcon2_11)); } inline UISprite_t194114938 * get_m_goldIcon2_11() const { return ___m_goldIcon2_11; } inline UISprite_t194114938 ** get_address_of_m_goldIcon2_11() { return &___m_goldIcon2_11; } inline void set_m_goldIcon2_11(UISprite_t194114938 * value) { ___m_goldIcon2_11 = value; Il2CppCodeGenWriteBarrier((&___m_goldIcon2_11), value); } inline static int32_t get_offset_of_m_goldIcon3_12() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_goldIcon3_12)); } inline UISprite_t194114938 * get_m_goldIcon3_12() const { return ___m_goldIcon3_12; } inline UISprite_t194114938 ** get_address_of_m_goldIcon3_12() { return &___m_goldIcon3_12; } inline void set_m_goldIcon3_12(UISprite_t194114938 * value) { ___m_goldIcon3_12 = value; Il2CppCodeGenWriteBarrier((&___m_goldIcon3_12), value); } inline static int32_t get_offset_of_m_PayWayRoot_13() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_PayWayRoot_13)); } inline Transform_t3600365921 * get_m_PayWayRoot_13() const { return ___m_PayWayRoot_13; } inline Transform_t3600365921 ** get_address_of_m_PayWayRoot_13() { return &___m_PayWayRoot_13; } inline void set_m_PayWayRoot_13(Transform_t3600365921 * value) { ___m_PayWayRoot_13 = value; Il2CppCodeGenWriteBarrier((&___m_PayWayRoot_13), value); } inline static int32_t get_offset_of_m_Day7Root_14() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_Day7Root_14)); } inline Transform_t3600365921 * get_m_Day7Root_14() const { return ___m_Day7Root_14; } inline Transform_t3600365921 ** get_address_of_m_Day7Root_14() { return &___m_Day7Root_14; } inline void set_m_Day7Root_14(Transform_t3600365921 * value) { ___m_Day7Root_14 = value; Il2CppCodeGenWriteBarrier((&___m_Day7Root_14), value); } inline static int32_t get_offset_of_m_Day999Root_15() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_Day999Root_15)); } inline Transform_t3600365921 * get_m_Day999Root_15() const { return ___m_Day999Root_15; } inline Transform_t3600365921 ** get_address_of_m_Day999Root_15() { return &___m_Day999Root_15; } inline void set_m_Day999Root_15(Transform_t3600365921 * value) { ___m_Day999Root_15 = value; Il2CppCodeGenWriteBarrier((&___m_Day999Root_15), value); } inline static int32_t get_offset_of_m_Couponlist_16() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_Couponlist_16)); } inline DMListView_t512231514 * get_m_Couponlist_16() const { return ___m_Couponlist_16; } inline DMListView_t512231514 ** get_address_of_m_Couponlist_16() { return &___m_Couponlist_16; } inline void set_m_Couponlist_16(DMListView_t512231514 * value) { ___m_Couponlist_16 = value; Il2CppCodeGenWriteBarrier((&___m_Couponlist_16), value); } inline static int32_t get_offset_of_m_CouponlistRoot_17() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_CouponlistRoot_17)); } inline Transform_t3600365921 * get_m_CouponlistRoot_17() const { return ___m_CouponlistRoot_17; } inline Transform_t3600365921 ** get_address_of_m_CouponlistRoot_17() { return &___m_CouponlistRoot_17; } inline void set_m_CouponlistRoot_17(Transform_t3600365921 * value) { ___m_CouponlistRoot_17 = value; Il2CppCodeGenWriteBarrier((&___m_CouponlistRoot_17), value); } inline static int32_t get_offset_of_m_CouponRoot_18() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_CouponRoot_18)); } inline Transform_t3600365921 * get_m_CouponRoot_18() const { return ___m_CouponRoot_18; } inline Transform_t3600365921 ** get_address_of_m_CouponRoot_18() { return &___m_CouponRoot_18; } inline void set_m_CouponRoot_18(Transform_t3600365921 * value) { ___m_CouponRoot_18 = value; Il2CppCodeGenWriteBarrier((&___m_CouponRoot_18), value); } inline static int32_t get_offset_of_m_coupon_19() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_coupon_19)); } inline Transform_t3600365921 * get_m_coupon_19() const { return ___m_coupon_19; } inline Transform_t3600365921 ** get_address_of_m_coupon_19() { return &___m_coupon_19; } inline void set_m_coupon_19(Transform_t3600365921 * value) { ___m_coupon_19 = value; Il2CppCodeGenWriteBarrier((&___m_coupon_19), value); } inline static int32_t get_offset_of_m_curCouponItem_20() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_curCouponItem_20)); } inline uiCouponItem_t1157104112 * get_m_curCouponItem_20() const { return ___m_curCouponItem_20; } inline uiCouponItem_t1157104112 ** get_address_of_m_curCouponItem_20() { return &___m_curCouponItem_20; } inline void set_m_curCouponItem_20(uiCouponItem_t1157104112 * value) { ___m_curCouponItem_20 = value; Il2CppCodeGenWriteBarrier((&___m_curCouponItem_20), value); } inline static int32_t get_offset_of_m_freeLabel_21() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_freeLabel_21)); } inline UILabel_t3248798549 * get_m_freeLabel_21() const { return ___m_freeLabel_21; } inline UILabel_t3248798549 ** get_address_of_m_freeLabel_21() { return &___m_freeLabel_21; } inline void set_m_freeLabel_21(UILabel_t3248798549 * value) { ___m_freeLabel_21 = value; Il2CppCodeGenWriteBarrier((&___m_freeLabel_21), value); } inline static int32_t get_offset_of_m_bLoad_22() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_bLoad_22)); } inline bool get_m_bLoad_22() const { return ___m_bLoad_22; } inline bool* get_address_of_m_bLoad_22() { return &___m_bLoad_22; } inline void set_m_bLoad_22(bool value) { ___m_bLoad_22 = value; } inline static int32_t get_offset_of_m_nConfigid_23() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_nConfigid_23)); } inline int32_t get_m_nConfigid_23() const { return ___m_nConfigid_23; } inline int32_t* get_address_of_m_nConfigid_23() { return &___m_nConfigid_23; } inline void set_m_nConfigid_23(int32_t value) { ___m_nConfigid_23 = value; } inline static int32_t get_offset_of_m_nAmount_24() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_nAmount_24)); } inline int32_t get_m_nAmount_24() const { return ___m_nAmount_24; } inline int32_t* get_address_of_m_nAmount_24() { return &___m_nAmount_24; } inline void set_m_nAmount_24(int32_t value) { ___m_nAmount_24 = value; } inline static int32_t get_offset_of_m_CallBack_25() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_CallBack_25)); } inline OnClickMsgCallBack_t2526724959 * get_m_CallBack_25() const { return ___m_CallBack_25; } inline OnClickMsgCallBack_t2526724959 ** get_address_of_m_CallBack_25() { return &___m_CallBack_25; } inline void set_m_CallBack_25(OnClickMsgCallBack_t2526724959 * value) { ___m_CallBack_25 = value; Il2CppCodeGenWriteBarrier((&___m_CallBack_25), value); } inline static int32_t get_offset_of_m_data_26() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_data_26)); } inline CDataArray_t4068198041 * get_m_data_26() const { return ___m_data_26; } inline CDataArray_t4068198041 ** get_address_of_m_data_26() { return &___m_data_26; } inline void set_m_data_26(CDataArray_t4068198041 * value) { ___m_data_26 = value; Il2CppCodeGenWriteBarrier((&___m_data_26), value); } inline static int32_t get_offset_of_isPageInit_27() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___isPageInit_27)); } inline bool get_isPageInit_27() const { return ___isPageInit_27; } inline bool* get_address_of_isPageInit_27() { return &___isPageInit_27; } inline void set_isPageInit_27(bool value) { ___isPageInit_27 = value; } inline static int32_t get_offset_of_m_CouponList_28() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_CouponList_28)); } inline Dictionary_2_t2736202052 * get_m_CouponList_28() const { return ___m_CouponList_28; } inline Dictionary_2_t2736202052 ** get_address_of_m_CouponList_28() { return &___m_CouponList_28; } inline void set_m_CouponList_28(Dictionary_2_t2736202052 * value) { ___m_CouponList_28 = value; Il2CppCodeGenWriteBarrier((&___m_CouponList_28), value); } inline static int32_t get_offset_of_m_price_29() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_price_29)); } inline int32_t get_m_price_29() const { return ___m_price_29; } inline int32_t* get_address_of_m_price_29() { return &___m_price_29; } inline void set_m_price_29(int32_t value) { ___m_price_29 = value; } inline static int32_t get_offset_of_m_valid_30() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_valid_30)); } inline int32_t get_m_valid_30() const { return ___m_valid_30; } inline int32_t* get_address_of_m_valid_30() { return &___m_valid_30; } inline void set_m_valid_30(int32_t value) { ___m_valid_30 = value; } inline static int32_t get_offset_of_m_payType_31() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_payType_31)); } inline int32_t get_m_payType_31() const { return ___m_payType_31; } inline int32_t* get_address_of_m_payType_31() { return &___m_payType_31; } inline void set_m_payType_31(int32_t value) { ___m_payType_31 = value; } inline static int32_t get_offset_of_m_CouponConfig_32() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_CouponConfig_32)); } inline int32_t get_m_CouponConfig_32() const { return ___m_CouponConfig_32; } inline int32_t* get_address_of_m_CouponConfig_32() { return &___m_CouponConfig_32; } inline void set_m_CouponConfig_32(int32_t value) { ___m_CouponConfig_32 = value; } inline static int32_t get_offset_of_points_33() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___points_33)); } inline GameObjectU5BU5D_t3328599146* get_points_33() const { return ___points_33; } inline GameObjectU5BU5D_t3328599146** get_address_of_points_33() { return &___points_33; } inline void set_points_33(GameObjectU5BU5D_t3328599146* value) { ___points_33 = value; Il2CppCodeGenWriteBarrier((&___points_33), value); } inline static int32_t get_offset_of_paywayPoints_34() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___paywayPoints_34)); } inline GameObjectU5BU5D_t3328599146* get_paywayPoints_34() const { return ___paywayPoints_34; } inline GameObjectU5BU5D_t3328599146** get_address_of_paywayPoints_34() { return &___paywayPoints_34; } inline void set_paywayPoints_34(GameObjectU5BU5D_t3328599146* value) { ___paywayPoints_34 = value; Il2CppCodeGenWriteBarrier((&___paywayPoints_34), value); } inline static int32_t get_offset_of_m_AddShopCarBtn_35() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_AddShopCarBtn_35)); } inline Transform_t3600365921 * get_m_AddShopCarBtn_35() const { return ___m_AddShopCarBtn_35; } inline Transform_t3600365921 ** get_address_of_m_AddShopCarBtn_35() { return &___m_AddShopCarBtn_35; } inline void set_m_AddShopCarBtn_35(Transform_t3600365921 * value) { ___m_AddShopCarBtn_35 = value; Il2CppCodeGenWriteBarrier((&___m_AddShopCarBtn_35), value); } inline static int32_t get_offset_of_senvenDayPrice_36() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___senvenDayPrice_36)); } inline int32_t get_senvenDayPrice_36() const { return ___senvenDayPrice_36; } inline int32_t* get_address_of_senvenDayPrice_36() { return &___senvenDayPrice_36; } inline void set_senvenDayPrice_36(int32_t value) { ___senvenDayPrice_36 = value; } inline static int32_t get_offset_of_foreverPrice_37() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___foreverPrice_37)); } inline int32_t get_foreverPrice_37() const { return ___foreverPrice_37; } inline int32_t* get_address_of_foreverPrice_37() { return &___foreverPrice_37; } inline void set_foreverPrice_37(int32_t value) { ___foreverPrice_37 = value; } inline static int32_t get_offset_of_m_curItemTag_38() { return static_cast(offsetof(ScenePersonalShopbuying_t958260052, ___m_curItemTag_38)); } inline int32_t get_m_curItemTag_38() const { return ___m_curItemTag_38; } inline int32_t* get_address_of_m_curItemTag_38() { return &___m_curItemTag_38; } inline void set_m_curItemTag_38(int32_t value) { ___m_curItemTag_38 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALSHOPBUYING_T958260052_H #ifndef SCENEPERSONALWNDPLAYMODE_T320027343_H #define SCENEPERSONALWNDPLAYMODE_T320027343_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndPlayMode struct ScenePersonalWndPlayMode_t320027343 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDPLAYMODE_T320027343_H #ifndef SDKPROXYMANAGER_T1131642099_H #define SDKPROXYMANAGER_T1131642099_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SDKProxyManager struct SDKProxyManager_t1131642099 : public MonoBehaviour_t3962482529 { public: public: }; struct SDKProxyManager_t1131642099_StaticFields { public: // System.Collections.Generic.List`1 SDKProxyManager::m_idList List_1_t3319525431 * ___m_idList_2; // System.Action`1 SDKProxyManager::onMsgFromSDKProxy Action_1_t2019918284 * ___onMsgFromSDKProxy_3; public: inline static int32_t get_offset_of_m_idList_2() { return static_cast(offsetof(SDKProxyManager_t1131642099_StaticFields, ___m_idList_2)); } inline List_1_t3319525431 * get_m_idList_2() const { return ___m_idList_2; } inline List_1_t3319525431 ** get_address_of_m_idList_2() { return &___m_idList_2; } inline void set_m_idList_2(List_1_t3319525431 * value) { ___m_idList_2 = value; Il2CppCodeGenWriteBarrier((&___m_idList_2), value); } inline static int32_t get_offset_of_onMsgFromSDKProxy_3() { return static_cast(offsetof(SDKProxyManager_t1131642099_StaticFields, ___onMsgFromSDKProxy_3)); } inline Action_1_t2019918284 * get_onMsgFromSDKProxy_3() const { return ___onMsgFromSDKProxy_3; } inline Action_1_t2019918284 ** get_address_of_onMsgFromSDKProxy_3() { return &___onMsgFromSDKProxy_3; } inline void set_onMsgFromSDKProxy_3(Action_1_t2019918284 * value) { ___onMsgFromSDKProxy_3 = value; Il2CppCodeGenWriteBarrier((&___onMsgFromSDKProxy_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SDKPROXYMANAGER_T1131642099_H #ifndef UILOTTERYAWARD_T3594426487_H #define UILOTTERYAWARD_T3594426487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiLotteryAward struct uiLotteryAward_t3594426487 : public MonoBehaviour_t3962482529 { public: // UILabel uiLotteryAward::m_title UILabel_t3248798549 * ___m_title_2; // UILabel uiLotteryAward::m_btn1Label UILabel_t3248798549 * ___m_btn1Label_3; // UILabel uiLotteryAward::m_btn2Label UILabel_t3248798549 * ___m_btn2Label_4; // UISprite uiLotteryAward::m_btn2 UISprite_t194114938 * ___m_btn2_5; // uiLotteryAwardItem[] uiLotteryAward::m_itemList uiLotteryAwardItemU5BU5D_t2356077314* ___m_itemList_6; // System.Int32 uiLotteryAward::m_index int32_t ___m_index_7; // System.Int32 uiLotteryAward::m_leftTime int32_t ___m_leftTime_8; // System.Boolean uiLotteryAward::m_bInit bool ___m_bInit_9; // DMCore.Logic.CLotteryNew/CReward uiLotteryAward::m_data CReward_t140956603 * ___m_data_10; public: inline static int32_t get_offset_of_m_title_2() { return static_cast(offsetof(uiLotteryAward_t3594426487, ___m_title_2)); } inline UILabel_t3248798549 * get_m_title_2() const { return ___m_title_2; } inline UILabel_t3248798549 ** get_address_of_m_title_2() { return &___m_title_2; } inline void set_m_title_2(UILabel_t3248798549 * value) { ___m_title_2 = value; Il2CppCodeGenWriteBarrier((&___m_title_2), value); } inline static int32_t get_offset_of_m_btn1Label_3() { return static_cast(offsetof(uiLotteryAward_t3594426487, ___m_btn1Label_3)); } inline UILabel_t3248798549 * get_m_btn1Label_3() const { return ___m_btn1Label_3; } inline UILabel_t3248798549 ** get_address_of_m_btn1Label_3() { return &___m_btn1Label_3; } inline void set_m_btn1Label_3(UILabel_t3248798549 * value) { ___m_btn1Label_3 = value; Il2CppCodeGenWriteBarrier((&___m_btn1Label_3), value); } inline static int32_t get_offset_of_m_btn2Label_4() { return static_cast(offsetof(uiLotteryAward_t3594426487, ___m_btn2Label_4)); } inline UILabel_t3248798549 * get_m_btn2Label_4() const { return ___m_btn2Label_4; } inline UILabel_t3248798549 ** get_address_of_m_btn2Label_4() { return &___m_btn2Label_4; } inline void set_m_btn2Label_4(UILabel_t3248798549 * value) { ___m_btn2Label_4 = value; Il2CppCodeGenWriteBarrier((&___m_btn2Label_4), value); } inline static int32_t get_offset_of_m_btn2_5() { return static_cast(offsetof(uiLotteryAward_t3594426487, ___m_btn2_5)); } inline UISprite_t194114938 * get_m_btn2_5() const { return ___m_btn2_5; } inline UISprite_t194114938 ** get_address_of_m_btn2_5() { return &___m_btn2_5; } inline void set_m_btn2_5(UISprite_t194114938 * value) { ___m_btn2_5 = value; Il2CppCodeGenWriteBarrier((&___m_btn2_5), value); } inline static int32_t get_offset_of_m_itemList_6() { return static_cast(offsetof(uiLotteryAward_t3594426487, ___m_itemList_6)); } inline uiLotteryAwardItemU5BU5D_t2356077314* get_m_itemList_6() const { return ___m_itemList_6; } inline uiLotteryAwardItemU5BU5D_t2356077314** get_address_of_m_itemList_6() { return &___m_itemList_6; } inline void set_m_itemList_6(uiLotteryAwardItemU5BU5D_t2356077314* value) { ___m_itemList_6 = value; Il2CppCodeGenWriteBarrier((&___m_itemList_6), value); } inline static int32_t get_offset_of_m_index_7() { return static_cast(offsetof(uiLotteryAward_t3594426487, ___m_index_7)); } inline int32_t get_m_index_7() const { return ___m_index_7; } inline int32_t* get_address_of_m_index_7() { return &___m_index_7; } inline void set_m_index_7(int32_t value) { ___m_index_7 = value; } inline static int32_t get_offset_of_m_leftTime_8() { return static_cast(offsetof(uiLotteryAward_t3594426487, ___m_leftTime_8)); } inline int32_t get_m_leftTime_8() const { return ___m_leftTime_8; } inline int32_t* get_address_of_m_leftTime_8() { return &___m_leftTime_8; } inline void set_m_leftTime_8(int32_t value) { ___m_leftTime_8 = value; } inline static int32_t get_offset_of_m_bInit_9() { return static_cast(offsetof(uiLotteryAward_t3594426487, ___m_bInit_9)); } inline bool get_m_bInit_9() const { return ___m_bInit_9; } inline bool* get_address_of_m_bInit_9() { return &___m_bInit_9; } inline void set_m_bInit_9(bool value) { ___m_bInit_9 = value; } inline static int32_t get_offset_of_m_data_10() { return static_cast(offsetof(uiLotteryAward_t3594426487, ___m_data_10)); } inline CReward_t140956603 * get_m_data_10() const { return ___m_data_10; } inline CReward_t140956603 ** get_address_of_m_data_10() { return &___m_data_10; } inline void set_m_data_10(CReward_t140956603 * value) { ___m_data_10 = value; Il2CppCodeGenWriteBarrier((&___m_data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILOTTERYAWARD_T3594426487_H #ifndef SCENEPOSPLAY_T1905503823_H #define SCENEPOSPLAY_T1905503823_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePosPlay struct ScenePosPlay_t1905503823 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform ScenePosPlay::ScenePointTrans Transform_t3600365921 * ___ScenePointTrans_2; // System.Int32 ScenePosPlay::ScenePointIndex int32_t ___ScenePointIndex_3; public: inline static int32_t get_offset_of_ScenePointTrans_2() { return static_cast(offsetof(ScenePosPlay_t1905503823, ___ScenePointTrans_2)); } inline Transform_t3600365921 * get_ScenePointTrans_2() const { return ___ScenePointTrans_2; } inline Transform_t3600365921 ** get_address_of_ScenePointTrans_2() { return &___ScenePointTrans_2; } inline void set_ScenePointTrans_2(Transform_t3600365921 * value) { ___ScenePointTrans_2 = value; Il2CppCodeGenWriteBarrier((&___ScenePointTrans_2), value); } inline static int32_t get_offset_of_ScenePointIndex_3() { return static_cast(offsetof(ScenePosPlay_t1905503823, ___ScenePointIndex_3)); } inline int32_t get_ScenePointIndex_3() const { return ___ScenePointIndex_3; } inline int32_t* get_address_of_ScenePointIndex_3() { return &___ScenePointIndex_3; } inline void set_ScenePointIndex_3(int32_t value) { ___ScenePointIndex_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPOSPLAY_T1905503823_H #ifndef UILOTTERYRESULT_T3685979930_H #define UILOTTERYRESULT_T3685979930_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiLotteryResult struct uiLotteryResult_t3685979930 : public MonoBehaviour_t3962482529 { public: // UILabel uiLotteryResult::m_title UILabel_t3248798549 * ___m_title_2; // uiLotteryAwardItem[] uiLotteryResult::m_itemList uiLotteryAwardItemU5BU5D_t2356077314* ___m_itemList_3; // System.Int32 uiLotteryResult::m_index int32_t ___m_index_4; // System.Int32 uiLotteryResult::m_leftTime int32_t ___m_leftTime_5; // System.Boolean uiLotteryResult::m_bInit bool ___m_bInit_6; public: inline static int32_t get_offset_of_m_title_2() { return static_cast(offsetof(uiLotteryResult_t3685979930, ___m_title_2)); } inline UILabel_t3248798549 * get_m_title_2() const { return ___m_title_2; } inline UILabel_t3248798549 ** get_address_of_m_title_2() { return &___m_title_2; } inline void set_m_title_2(UILabel_t3248798549 * value) { ___m_title_2 = value; Il2CppCodeGenWriteBarrier((&___m_title_2), value); } inline static int32_t get_offset_of_m_itemList_3() { return static_cast(offsetof(uiLotteryResult_t3685979930, ___m_itemList_3)); } inline uiLotteryAwardItemU5BU5D_t2356077314* get_m_itemList_3() const { return ___m_itemList_3; } inline uiLotteryAwardItemU5BU5D_t2356077314** get_address_of_m_itemList_3() { return &___m_itemList_3; } inline void set_m_itemList_3(uiLotteryAwardItemU5BU5D_t2356077314* value) { ___m_itemList_3 = value; Il2CppCodeGenWriteBarrier((&___m_itemList_3), value); } inline static int32_t get_offset_of_m_index_4() { return static_cast(offsetof(uiLotteryResult_t3685979930, ___m_index_4)); } inline int32_t get_m_index_4() const { return ___m_index_4; } inline int32_t* get_address_of_m_index_4() { return &___m_index_4; } inline void set_m_index_4(int32_t value) { ___m_index_4 = value; } inline static int32_t get_offset_of_m_leftTime_5() { return static_cast(offsetof(uiLotteryResult_t3685979930, ___m_leftTime_5)); } inline int32_t get_m_leftTime_5() const { return ___m_leftTime_5; } inline int32_t* get_address_of_m_leftTime_5() { return &___m_leftTime_5; } inline void set_m_leftTime_5(int32_t value) { ___m_leftTime_5 = value; } inline static int32_t get_offset_of_m_bInit_6() { return static_cast(offsetof(uiLotteryResult_t3685979930, ___m_bInit_6)); } inline bool get_m_bInit_6() const { return ___m_bInit_6; } inline bool* get_address_of_m_bInit_6() { return &___m_bInit_6; } inline void set_m_bInit_6(bool value) { ___m_bInit_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILOTTERYRESULT_T3685979930_H #ifndef SHOPBRANDREGIONCELL_T2971745871_H #define SHOPBRANDREGIONCELL_T2971745871_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ShopBrandRegionCell struct ShopBrandRegionCell_t2971745871 : public MonoBehaviour_t3962482529 { public: // UITexture ShopBrandRegionCell::m_IntroduceTexture UITexture_t3471168817 * ___m_IntroduceTexture_2; // System.Single ShopBrandRegionCell::recordTime float ___recordTime_3; // UITexture[] ShopBrandRegionCell::normalTrans UITextureU5BU5D_t4250952428* ___normalTrans_4; // UITexture ShopBrandRegionCell::normalSecond UITexture_t3471168817 * ___normalSecond_5; // UITexture ShopBrandRegionCell::normalthird UITexture_t3471168817 * ___normalthird_6; // UITexture ShopBrandRegionCell::SpecialTexture UITexture_t3471168817 * ___SpecialTexture_7; // UnityEngine.Vector3 ShopBrandRegionCell::startPos Vector3_t3722313464 ___startPos_8; public: inline static int32_t get_offset_of_m_IntroduceTexture_2() { return static_cast(offsetof(ShopBrandRegionCell_t2971745871, ___m_IntroduceTexture_2)); } inline UITexture_t3471168817 * get_m_IntroduceTexture_2() const { return ___m_IntroduceTexture_2; } inline UITexture_t3471168817 ** get_address_of_m_IntroduceTexture_2() { return &___m_IntroduceTexture_2; } inline void set_m_IntroduceTexture_2(UITexture_t3471168817 * value) { ___m_IntroduceTexture_2 = value; Il2CppCodeGenWriteBarrier((&___m_IntroduceTexture_2), value); } inline static int32_t get_offset_of_recordTime_3() { return static_cast(offsetof(ShopBrandRegionCell_t2971745871, ___recordTime_3)); } inline float get_recordTime_3() const { return ___recordTime_3; } inline float* get_address_of_recordTime_3() { return &___recordTime_3; } inline void set_recordTime_3(float value) { ___recordTime_3 = value; } inline static int32_t get_offset_of_normalTrans_4() { return static_cast(offsetof(ShopBrandRegionCell_t2971745871, ___normalTrans_4)); } inline UITextureU5BU5D_t4250952428* get_normalTrans_4() const { return ___normalTrans_4; } inline UITextureU5BU5D_t4250952428** get_address_of_normalTrans_4() { return &___normalTrans_4; } inline void set_normalTrans_4(UITextureU5BU5D_t4250952428* value) { ___normalTrans_4 = value; Il2CppCodeGenWriteBarrier((&___normalTrans_4), value); } inline static int32_t get_offset_of_normalSecond_5() { return static_cast(offsetof(ShopBrandRegionCell_t2971745871, ___normalSecond_5)); } inline UITexture_t3471168817 * get_normalSecond_5() const { return ___normalSecond_5; } inline UITexture_t3471168817 ** get_address_of_normalSecond_5() { return &___normalSecond_5; } inline void set_normalSecond_5(UITexture_t3471168817 * value) { ___normalSecond_5 = value; Il2CppCodeGenWriteBarrier((&___normalSecond_5), value); } inline static int32_t get_offset_of_normalthird_6() { return static_cast(offsetof(ShopBrandRegionCell_t2971745871, ___normalthird_6)); } inline UITexture_t3471168817 * get_normalthird_6() const { return ___normalthird_6; } inline UITexture_t3471168817 ** get_address_of_normalthird_6() { return &___normalthird_6; } inline void set_normalthird_6(UITexture_t3471168817 * value) { ___normalthird_6 = value; Il2CppCodeGenWriteBarrier((&___normalthird_6), value); } inline static int32_t get_offset_of_SpecialTexture_7() { return static_cast(offsetof(ShopBrandRegionCell_t2971745871, ___SpecialTexture_7)); } inline UITexture_t3471168817 * get_SpecialTexture_7() const { return ___SpecialTexture_7; } inline UITexture_t3471168817 ** get_address_of_SpecialTexture_7() { return &___SpecialTexture_7; } inline void set_SpecialTexture_7(UITexture_t3471168817 * value) { ___SpecialTexture_7 = value; Il2CppCodeGenWriteBarrier((&___SpecialTexture_7), value); } inline static int32_t get_offset_of_startPos_8() { return static_cast(offsetof(ShopBrandRegionCell_t2971745871, ___startPos_8)); } inline Vector3_t3722313464 get_startPos_8() const { return ___startPos_8; } inline Vector3_t3722313464 * get_address_of_startPos_8() { return &___startPos_8; } inline void set_startPos_8(Vector3_t3722313464 value) { ___startPos_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHOPBRANDREGIONCELL_T2971745871_H #ifndef SHUXINGANIM_T3927127128_H #define SHUXINGANIM_T3927127128_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ShuXingAnim struct ShuXingAnim_t3927127128 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject ShuXingAnim::effect GameObject_t1113636619 * ___effect_2; // System.Boolean ShuXingAnim::play bool ___play_3; // System.Int32 ShuXingAnim::type int32_t ___type_4; // System.Int32 ShuXingAnim::level int32_t ___level_5; // System.Int32 ShuXingAnim::currentAllExp int32_t ___currentAllExp_6; // System.Int32 ShuXingAnim::currentExp int32_t ___currentExp_7; // System.Int32 ShuXingAnim::addExp int32_t ___addExp_8; // System.Int32 ShuXingAnim::nextAllExp int32_t ___nextAllExp_9; // System.Int32 ShuXingAnim::curExp int32_t ___curExp_10; // System.Single ShuXingAnim::updateLevelTime float ___updateLevelTime_11; // System.Single ShuXingAnim::progress float ___progress_12; // System.Single ShuXingAnim::afterProgress float ___afterProgress_13; // UILabel ShuXingAnim::m_level UILabel_t3248798549 * ___m_level_14; // UISprite ShuXingAnim::m_progressWhite UISprite_t194114938 * ___m_progressWhite_15; // UISprite ShuXingAnim::m_progress UISprite_t194114938 * ___m_progress_16; // UISprite ShuXingAnim::m_Icon UISprite_t194114938 * ___m_Icon_17; // System.Single ShuXingAnim::timer float ___timer_18; // System.Int32 ShuXingAnim::currentLevel int32_t ___currentLevel_19; // System.Single ShuXingAnim::ratio float ___ratio_20; // System.Single ShuXingAnim::currentRatio float ___currentRatio_21; // System.Single ShuXingAnim::wasAddExp float ___wasAddExp_22; // System.Boolean ShuXingAnim::beforeFinish bool ___beforeFinish_23; // System.Boolean ShuXingAnim::playNext bool ___playNext_24; // System.Action`1 ShuXingAnim::finishCallBack Action_1_t3123413348 * ___finishCallBack_25; // UnityEngine.GameObject ShuXingAnim::animRoot GameObject_t1113636619 * ___animRoot_26; public: inline static int32_t get_offset_of_effect_2() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___effect_2)); } inline GameObject_t1113636619 * get_effect_2() const { return ___effect_2; } inline GameObject_t1113636619 ** get_address_of_effect_2() { return &___effect_2; } inline void set_effect_2(GameObject_t1113636619 * value) { ___effect_2 = value; Il2CppCodeGenWriteBarrier((&___effect_2), value); } inline static int32_t get_offset_of_play_3() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___play_3)); } inline bool get_play_3() const { return ___play_3; } inline bool* get_address_of_play_3() { return &___play_3; } inline void set_play_3(bool value) { ___play_3 = value; } inline static int32_t get_offset_of_type_4() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___type_4)); } inline int32_t get_type_4() const { return ___type_4; } inline int32_t* get_address_of_type_4() { return &___type_4; } inline void set_type_4(int32_t value) { ___type_4 = value; } inline static int32_t get_offset_of_level_5() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___level_5)); } inline int32_t get_level_5() const { return ___level_5; } inline int32_t* get_address_of_level_5() { return &___level_5; } inline void set_level_5(int32_t value) { ___level_5 = value; } inline static int32_t get_offset_of_currentAllExp_6() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___currentAllExp_6)); } inline int32_t get_currentAllExp_6() const { return ___currentAllExp_6; } inline int32_t* get_address_of_currentAllExp_6() { return &___currentAllExp_6; } inline void set_currentAllExp_6(int32_t value) { ___currentAllExp_6 = value; } inline static int32_t get_offset_of_currentExp_7() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___currentExp_7)); } inline int32_t get_currentExp_7() const { return ___currentExp_7; } inline int32_t* get_address_of_currentExp_7() { return &___currentExp_7; } inline void set_currentExp_7(int32_t value) { ___currentExp_7 = value; } inline static int32_t get_offset_of_addExp_8() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___addExp_8)); } inline int32_t get_addExp_8() const { return ___addExp_8; } inline int32_t* get_address_of_addExp_8() { return &___addExp_8; } inline void set_addExp_8(int32_t value) { ___addExp_8 = value; } inline static int32_t get_offset_of_nextAllExp_9() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___nextAllExp_9)); } inline int32_t get_nextAllExp_9() const { return ___nextAllExp_9; } inline int32_t* get_address_of_nextAllExp_9() { return &___nextAllExp_9; } inline void set_nextAllExp_9(int32_t value) { ___nextAllExp_9 = value; } inline static int32_t get_offset_of_curExp_10() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___curExp_10)); } inline int32_t get_curExp_10() const { return ___curExp_10; } inline int32_t* get_address_of_curExp_10() { return &___curExp_10; } inline void set_curExp_10(int32_t value) { ___curExp_10 = value; } inline static int32_t get_offset_of_updateLevelTime_11() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___updateLevelTime_11)); } inline float get_updateLevelTime_11() const { return ___updateLevelTime_11; } inline float* get_address_of_updateLevelTime_11() { return &___updateLevelTime_11; } inline void set_updateLevelTime_11(float value) { ___updateLevelTime_11 = value; } inline static int32_t get_offset_of_progress_12() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___progress_12)); } inline float get_progress_12() const { return ___progress_12; } inline float* get_address_of_progress_12() { return &___progress_12; } inline void set_progress_12(float value) { ___progress_12 = value; } inline static int32_t get_offset_of_afterProgress_13() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___afterProgress_13)); } inline float get_afterProgress_13() const { return ___afterProgress_13; } inline float* get_address_of_afterProgress_13() { return &___afterProgress_13; } inline void set_afterProgress_13(float value) { ___afterProgress_13 = value; } inline static int32_t get_offset_of_m_level_14() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___m_level_14)); } inline UILabel_t3248798549 * get_m_level_14() const { return ___m_level_14; } inline UILabel_t3248798549 ** get_address_of_m_level_14() { return &___m_level_14; } inline void set_m_level_14(UILabel_t3248798549 * value) { ___m_level_14 = value; Il2CppCodeGenWriteBarrier((&___m_level_14), value); } inline static int32_t get_offset_of_m_progressWhite_15() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___m_progressWhite_15)); } inline UISprite_t194114938 * get_m_progressWhite_15() const { return ___m_progressWhite_15; } inline UISprite_t194114938 ** get_address_of_m_progressWhite_15() { return &___m_progressWhite_15; } inline void set_m_progressWhite_15(UISprite_t194114938 * value) { ___m_progressWhite_15 = value; Il2CppCodeGenWriteBarrier((&___m_progressWhite_15), value); } inline static int32_t get_offset_of_m_progress_16() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___m_progress_16)); } inline UISprite_t194114938 * get_m_progress_16() const { return ___m_progress_16; } inline UISprite_t194114938 ** get_address_of_m_progress_16() { return &___m_progress_16; } inline void set_m_progress_16(UISprite_t194114938 * value) { ___m_progress_16 = value; Il2CppCodeGenWriteBarrier((&___m_progress_16), value); } inline static int32_t get_offset_of_m_Icon_17() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___m_Icon_17)); } inline UISprite_t194114938 * get_m_Icon_17() const { return ___m_Icon_17; } inline UISprite_t194114938 ** get_address_of_m_Icon_17() { return &___m_Icon_17; } inline void set_m_Icon_17(UISprite_t194114938 * value) { ___m_Icon_17 = value; Il2CppCodeGenWriteBarrier((&___m_Icon_17), value); } inline static int32_t get_offset_of_timer_18() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___timer_18)); } inline float get_timer_18() const { return ___timer_18; } inline float* get_address_of_timer_18() { return &___timer_18; } inline void set_timer_18(float value) { ___timer_18 = value; } inline static int32_t get_offset_of_currentLevel_19() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___currentLevel_19)); } inline int32_t get_currentLevel_19() const { return ___currentLevel_19; } inline int32_t* get_address_of_currentLevel_19() { return &___currentLevel_19; } inline void set_currentLevel_19(int32_t value) { ___currentLevel_19 = value; } inline static int32_t get_offset_of_ratio_20() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___ratio_20)); } inline float get_ratio_20() const { return ___ratio_20; } inline float* get_address_of_ratio_20() { return &___ratio_20; } inline void set_ratio_20(float value) { ___ratio_20 = value; } inline static int32_t get_offset_of_currentRatio_21() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___currentRatio_21)); } inline float get_currentRatio_21() const { return ___currentRatio_21; } inline float* get_address_of_currentRatio_21() { return &___currentRatio_21; } inline void set_currentRatio_21(float value) { ___currentRatio_21 = value; } inline static int32_t get_offset_of_wasAddExp_22() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___wasAddExp_22)); } inline float get_wasAddExp_22() const { return ___wasAddExp_22; } inline float* get_address_of_wasAddExp_22() { return &___wasAddExp_22; } inline void set_wasAddExp_22(float value) { ___wasAddExp_22 = value; } inline static int32_t get_offset_of_beforeFinish_23() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___beforeFinish_23)); } inline bool get_beforeFinish_23() const { return ___beforeFinish_23; } inline bool* get_address_of_beforeFinish_23() { return &___beforeFinish_23; } inline void set_beforeFinish_23(bool value) { ___beforeFinish_23 = value; } inline static int32_t get_offset_of_playNext_24() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___playNext_24)); } inline bool get_playNext_24() const { return ___playNext_24; } inline bool* get_address_of_playNext_24() { return &___playNext_24; } inline void set_playNext_24(bool value) { ___playNext_24 = value; } inline static int32_t get_offset_of_finishCallBack_25() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___finishCallBack_25)); } inline Action_1_t3123413348 * get_finishCallBack_25() const { return ___finishCallBack_25; } inline Action_1_t3123413348 ** get_address_of_finishCallBack_25() { return &___finishCallBack_25; } inline void set_finishCallBack_25(Action_1_t3123413348 * value) { ___finishCallBack_25 = value; Il2CppCodeGenWriteBarrier((&___finishCallBack_25), value); } inline static int32_t get_offset_of_animRoot_26() { return static_cast(offsetof(ShuXingAnim_t3927127128, ___animRoot_26)); } inline GameObject_t1113636619 * get_animRoot_26() const { return ___animRoot_26; } inline GameObject_t1113636619 ** get_address_of_animRoot_26() { return &___animRoot_26; } inline void set_animRoot_26(GameObject_t1113636619 * value) { ___animRoot_26 = value; Il2CppCodeGenWriteBarrier((&___animRoot_26), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHUXINGANIM_T3927127128_H #ifndef UIBUYLOTTERYNUM_T2649912829_H #define UIBUYLOTTERYNUM_T2649912829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiBuyLotteryNum struct uiBuyLotteryNum_t2649912829 : public MonoBehaviour_t3962482529 { public: // UITexture uiBuyLotteryNum::m_uiTexture UITexture_t3471168817 * ___m_uiTexture_2; // UILabel uiBuyLotteryNum::m_LabelAsk UILabel_t3248798549 * ___m_LabelAsk_3; // UILabel uiBuyLotteryNum::m_SinglePrice UILabel_t3248798549 * ___m_SinglePrice_4; // UILabel uiBuyLotteryNum::m_AmountPrice UILabel_t3248798549 * ___m_AmountPrice_5; // UILabel uiBuyLotteryNum::m_LabelBuyNum UILabel_t3248798549 * ___m_LabelBuyNum_6; // UILabel uiBuyLotteryNum::m_LabelBindlCount UILabel_t3248798549 * ___m_LabelBindlCount_7; // UILabel uiBuyLotteryNum::m_name UILabel_t3248798549 * ___m_name_8; // UISprite uiBuyLotteryNum::m_goldIcon1 UISprite_t194114938 * ___m_goldIcon1_9; // UISprite uiBuyLotteryNum::m_goldIcon2 UISprite_t194114938 * ___m_goldIcon2_10; // System.Boolean uiBuyLotteryNum::m_bLoad bool ___m_bLoad_11; // System.Int32 uiBuyLotteryNum::m_nConfigid int32_t ___m_nConfigid_12; // System.Int32 uiBuyLotteryNum::m_nConfigBindCount int32_t ___m_nConfigBindCount_13; // System.Int32 uiBuyLotteryNum::m_prie int32_t ___m_prie_14; // System.Int32 uiBuyLotteryNum::m_nAmount int32_t ___m_nAmount_15; // System.String uiBuyLotteryNum::m_title String_t* ___m_title_16; // uiBuyLotteryNum/OnClickMsgCallBack uiBuyLotteryNum::m_callBack OnClickMsgCallBack_t2417972543 * ___m_callBack_17; // UnityEngine.Vector3 uiBuyLotteryNum::m_textureSize Vector3_t3722313464 ___m_textureSize_18; public: inline static int32_t get_offset_of_m_uiTexture_2() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_uiTexture_2)); } inline UITexture_t3471168817 * get_m_uiTexture_2() const { return ___m_uiTexture_2; } inline UITexture_t3471168817 ** get_address_of_m_uiTexture_2() { return &___m_uiTexture_2; } inline void set_m_uiTexture_2(UITexture_t3471168817 * value) { ___m_uiTexture_2 = value; Il2CppCodeGenWriteBarrier((&___m_uiTexture_2), value); } inline static int32_t get_offset_of_m_LabelAsk_3() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_LabelAsk_3)); } inline UILabel_t3248798549 * get_m_LabelAsk_3() const { return ___m_LabelAsk_3; } inline UILabel_t3248798549 ** get_address_of_m_LabelAsk_3() { return &___m_LabelAsk_3; } inline void set_m_LabelAsk_3(UILabel_t3248798549 * value) { ___m_LabelAsk_3 = value; Il2CppCodeGenWriteBarrier((&___m_LabelAsk_3), value); } inline static int32_t get_offset_of_m_SinglePrice_4() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_SinglePrice_4)); } inline UILabel_t3248798549 * get_m_SinglePrice_4() const { return ___m_SinglePrice_4; } inline UILabel_t3248798549 ** get_address_of_m_SinglePrice_4() { return &___m_SinglePrice_4; } inline void set_m_SinglePrice_4(UILabel_t3248798549 * value) { ___m_SinglePrice_4 = value; Il2CppCodeGenWriteBarrier((&___m_SinglePrice_4), value); } inline static int32_t get_offset_of_m_AmountPrice_5() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_AmountPrice_5)); } inline UILabel_t3248798549 * get_m_AmountPrice_5() const { return ___m_AmountPrice_5; } inline UILabel_t3248798549 ** get_address_of_m_AmountPrice_5() { return &___m_AmountPrice_5; } inline void set_m_AmountPrice_5(UILabel_t3248798549 * value) { ___m_AmountPrice_5 = value; Il2CppCodeGenWriteBarrier((&___m_AmountPrice_5), value); } inline static int32_t get_offset_of_m_LabelBuyNum_6() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_LabelBuyNum_6)); } inline UILabel_t3248798549 * get_m_LabelBuyNum_6() const { return ___m_LabelBuyNum_6; } inline UILabel_t3248798549 ** get_address_of_m_LabelBuyNum_6() { return &___m_LabelBuyNum_6; } inline void set_m_LabelBuyNum_6(UILabel_t3248798549 * value) { ___m_LabelBuyNum_6 = value; Il2CppCodeGenWriteBarrier((&___m_LabelBuyNum_6), value); } inline static int32_t get_offset_of_m_LabelBindlCount_7() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_LabelBindlCount_7)); } inline UILabel_t3248798549 * get_m_LabelBindlCount_7() const { return ___m_LabelBindlCount_7; } inline UILabel_t3248798549 ** get_address_of_m_LabelBindlCount_7() { return &___m_LabelBindlCount_7; } inline void set_m_LabelBindlCount_7(UILabel_t3248798549 * value) { ___m_LabelBindlCount_7 = value; Il2CppCodeGenWriteBarrier((&___m_LabelBindlCount_7), value); } inline static int32_t get_offset_of_m_name_8() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_name_8)); } inline UILabel_t3248798549 * get_m_name_8() const { return ___m_name_8; } inline UILabel_t3248798549 ** get_address_of_m_name_8() { return &___m_name_8; } inline void set_m_name_8(UILabel_t3248798549 * value) { ___m_name_8 = value; Il2CppCodeGenWriteBarrier((&___m_name_8), value); } inline static int32_t get_offset_of_m_goldIcon1_9() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_goldIcon1_9)); } inline UISprite_t194114938 * get_m_goldIcon1_9() const { return ___m_goldIcon1_9; } inline UISprite_t194114938 ** get_address_of_m_goldIcon1_9() { return &___m_goldIcon1_9; } inline void set_m_goldIcon1_9(UISprite_t194114938 * value) { ___m_goldIcon1_9 = value; Il2CppCodeGenWriteBarrier((&___m_goldIcon1_9), value); } inline static int32_t get_offset_of_m_goldIcon2_10() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_goldIcon2_10)); } inline UISprite_t194114938 * get_m_goldIcon2_10() const { return ___m_goldIcon2_10; } inline UISprite_t194114938 ** get_address_of_m_goldIcon2_10() { return &___m_goldIcon2_10; } inline void set_m_goldIcon2_10(UISprite_t194114938 * value) { ___m_goldIcon2_10 = value; Il2CppCodeGenWriteBarrier((&___m_goldIcon2_10), value); } inline static int32_t get_offset_of_m_bLoad_11() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_bLoad_11)); } inline bool get_m_bLoad_11() const { return ___m_bLoad_11; } inline bool* get_address_of_m_bLoad_11() { return &___m_bLoad_11; } inline void set_m_bLoad_11(bool value) { ___m_bLoad_11 = value; } inline static int32_t get_offset_of_m_nConfigid_12() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_nConfigid_12)); } inline int32_t get_m_nConfigid_12() const { return ___m_nConfigid_12; } inline int32_t* get_address_of_m_nConfigid_12() { return &___m_nConfigid_12; } inline void set_m_nConfigid_12(int32_t value) { ___m_nConfigid_12 = value; } inline static int32_t get_offset_of_m_nConfigBindCount_13() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_nConfigBindCount_13)); } inline int32_t get_m_nConfigBindCount_13() const { return ___m_nConfigBindCount_13; } inline int32_t* get_address_of_m_nConfigBindCount_13() { return &___m_nConfigBindCount_13; } inline void set_m_nConfigBindCount_13(int32_t value) { ___m_nConfigBindCount_13 = value; } inline static int32_t get_offset_of_m_prie_14() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_prie_14)); } inline int32_t get_m_prie_14() const { return ___m_prie_14; } inline int32_t* get_address_of_m_prie_14() { return &___m_prie_14; } inline void set_m_prie_14(int32_t value) { ___m_prie_14 = value; } inline static int32_t get_offset_of_m_nAmount_15() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_nAmount_15)); } inline int32_t get_m_nAmount_15() const { return ___m_nAmount_15; } inline int32_t* get_address_of_m_nAmount_15() { return &___m_nAmount_15; } inline void set_m_nAmount_15(int32_t value) { ___m_nAmount_15 = value; } inline static int32_t get_offset_of_m_title_16() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_title_16)); } inline String_t* get_m_title_16() const { return ___m_title_16; } inline String_t** get_address_of_m_title_16() { return &___m_title_16; } inline void set_m_title_16(String_t* value) { ___m_title_16 = value; Il2CppCodeGenWriteBarrier((&___m_title_16), value); } inline static int32_t get_offset_of_m_callBack_17() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_callBack_17)); } inline OnClickMsgCallBack_t2417972543 * get_m_callBack_17() const { return ___m_callBack_17; } inline OnClickMsgCallBack_t2417972543 ** get_address_of_m_callBack_17() { return &___m_callBack_17; } inline void set_m_callBack_17(OnClickMsgCallBack_t2417972543 * value) { ___m_callBack_17 = value; Il2CppCodeGenWriteBarrier((&___m_callBack_17), value); } inline static int32_t get_offset_of_m_textureSize_18() { return static_cast(offsetof(uiBuyLotteryNum_t2649912829, ___m_textureSize_18)); } inline Vector3_t3722313464 get_m_textureSize_18() const { return ___m_textureSize_18; } inline Vector3_t3722313464 * get_address_of_m_textureSize_18() { return &___m_textureSize_18; } inline void set_m_textureSize_18(Vector3_t3722313464 value) { ___m_textureSize_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIBUYLOTTERYNUM_T2649912829_H #ifndef UIMESSAGEHINT_T1249251163_H #define UIMESSAGEHINT_T1249251163_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiMessageHint struct uiMessageHint_t1249251163 : public MonoBehaviour_t3962482529 { public: // UILabel uiMessageHint::m_labelText UILabel_t3248798549 * ___m_labelText_2; // UnityEngine.GameObject uiMessageHint::m_uiRoot GameObject_t1113636619 * ___m_uiRoot_3; // UnityEngine.Transform uiMessageHint::m_uiIcon Transform_t3600365921 * ___m_uiIcon_4; // System.Boolean uiMessageHint::isPageInit bool ___isPageInit_5; // System.Boolean uiMessageHint::m_bVisible bool ___m_bVisible_6; // System.Single uiMessageHint::m_timeLabor float ___m_timeLabor_7; // System.Single uiMessageHint::m_deltaTime float ___m_deltaTime_8; public: inline static int32_t get_offset_of_m_labelText_2() { return static_cast(offsetof(uiMessageHint_t1249251163, ___m_labelText_2)); } inline UILabel_t3248798549 * get_m_labelText_2() const { return ___m_labelText_2; } inline UILabel_t3248798549 ** get_address_of_m_labelText_2() { return &___m_labelText_2; } inline void set_m_labelText_2(UILabel_t3248798549 * value) { ___m_labelText_2 = value; Il2CppCodeGenWriteBarrier((&___m_labelText_2), value); } inline static int32_t get_offset_of_m_uiRoot_3() { return static_cast(offsetof(uiMessageHint_t1249251163, ___m_uiRoot_3)); } inline GameObject_t1113636619 * get_m_uiRoot_3() const { return ___m_uiRoot_3; } inline GameObject_t1113636619 ** get_address_of_m_uiRoot_3() { return &___m_uiRoot_3; } inline void set_m_uiRoot_3(GameObject_t1113636619 * value) { ___m_uiRoot_3 = value; Il2CppCodeGenWriteBarrier((&___m_uiRoot_3), value); } inline static int32_t get_offset_of_m_uiIcon_4() { return static_cast(offsetof(uiMessageHint_t1249251163, ___m_uiIcon_4)); } inline Transform_t3600365921 * get_m_uiIcon_4() const { return ___m_uiIcon_4; } inline Transform_t3600365921 ** get_address_of_m_uiIcon_4() { return &___m_uiIcon_4; } inline void set_m_uiIcon_4(Transform_t3600365921 * value) { ___m_uiIcon_4 = value; Il2CppCodeGenWriteBarrier((&___m_uiIcon_4), value); } inline static int32_t get_offset_of_isPageInit_5() { return static_cast(offsetof(uiMessageHint_t1249251163, ___isPageInit_5)); } inline bool get_isPageInit_5() const { return ___isPageInit_5; } inline bool* get_address_of_isPageInit_5() { return &___isPageInit_5; } inline void set_isPageInit_5(bool value) { ___isPageInit_5 = value; } inline static int32_t get_offset_of_m_bVisible_6() { return static_cast(offsetof(uiMessageHint_t1249251163, ___m_bVisible_6)); } inline bool get_m_bVisible_6() const { return ___m_bVisible_6; } inline bool* get_address_of_m_bVisible_6() { return &___m_bVisible_6; } inline void set_m_bVisible_6(bool value) { ___m_bVisible_6 = value; } inline static int32_t get_offset_of_m_timeLabor_7() { return static_cast(offsetof(uiMessageHint_t1249251163, ___m_timeLabor_7)); } inline float get_m_timeLabor_7() const { return ___m_timeLabor_7; } inline float* get_address_of_m_timeLabor_7() { return &___m_timeLabor_7; } inline void set_m_timeLabor_7(float value) { ___m_timeLabor_7 = value; } inline static int32_t get_offset_of_m_deltaTime_8() { return static_cast(offsetof(uiMessageHint_t1249251163, ___m_deltaTime_8)); } inline float get_m_deltaTime_8() const { return ___m_deltaTime_8; } inline float* get_address_of_m_deltaTime_8() { return &___m_deltaTime_8; } inline void set_m_deltaTime_8(float value) { ___m_deltaTime_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIMESSAGEHINT_T1249251163_H #ifndef UILOTTERYITEM_T2769685779_H #define UILOTTERYITEM_T2769685779_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiLotteryItem struct uiLotteryItem_t2769685779 : public MonoBehaviour_t3962482529 { public: // UISprite uiLotteryItem::m_BGActive UISprite_t194114938 * ___m_BGActive_2; // UITexture uiLotteryItem::m_iconTexture UITexture_t3471168817 * ___m_iconTexture_3; // UILabel uiLotteryItem::m_label UILabel_t3248798549 * ___m_label_4; // UISprite uiLotteryItem::m_iconBox UISprite_t194114938 * ___m_iconBox_5; // UILabel uiLotteryItem::m_name UILabel_t3248798549 * ___m_name_6; // UILabel uiLotteryItem::m_ownName UILabel_t3248798549 * ___m_ownName_7; // UnityEngine.Transform uiLotteryItem::m_own Transform_t3600365921 * ___m_own_8; // UnityEngine.Transform uiLotteryItem::m_getSign Transform_t3600365921 * ___m_getSign_9; // UnityEngine.Transform uiLotteryItem::m_particle Transform_t3600365921 * ___m_particle_10; // UnityEngine.Transform uiLotteryItem::m_selected Transform_t3600365921 * ___m_selected_11; // System.Boolean uiLotteryItem::m_bLoaded bool ___m_bLoaded_12; // System.Int32 uiLotteryItem::m_index int32_t ___m_index_13; // DMCore.Logic.CLotteryNew/CItemData uiLotteryItem::m_data CItemData_t312680354 * ___m_data_14; public: inline static int32_t get_offset_of_m_BGActive_2() { return static_cast(offsetof(uiLotteryItem_t2769685779, ___m_BGActive_2)); } inline UISprite_t194114938 * get_m_BGActive_2() const { return ___m_BGActive_2; } inline UISprite_t194114938 ** get_address_of_m_BGActive_2() { return &___m_BGActive_2; } inline void set_m_BGActive_2(UISprite_t194114938 * value) { ___m_BGActive_2 = value; Il2CppCodeGenWriteBarrier((&___m_BGActive_2), value); } inline static int32_t get_offset_of_m_iconTexture_3() { return static_cast(offsetof(uiLotteryItem_t2769685779, ___m_iconTexture_3)); } inline UITexture_t3471168817 * get_m_iconTexture_3() const { return ___m_iconTexture_3; } inline UITexture_t3471168817 ** get_address_of_m_iconTexture_3() { return &___m_iconTexture_3; } inline void set_m_iconTexture_3(UITexture_t3471168817 * value) { ___m_iconTexture_3 = value; Il2CppCodeGenWriteBarrier((&___m_iconTexture_3), value); } inline static int32_t get_offset_of_m_label_4() { return static_cast(offsetof(uiLotteryItem_t2769685779, ___m_label_4)); } inline UILabel_t3248798549 * get_m_label_4() const { return ___m_label_4; } inline UILabel_t3248798549 ** get_address_of_m_label_4() { return &___m_label_4; } inline void set_m_label_4(UILabel_t3248798549 * value) { ___m_label_4 = value; Il2CppCodeGenWriteBarrier((&___m_label_4), value); } inline static int32_t get_offset_of_m_iconBox_5() { return static_cast(offsetof(uiLotteryItem_t2769685779, ___m_iconBox_5)); } inline UISprite_t194114938 * get_m_iconBox_5() const { return ___m_iconBox_5; } inline UISprite_t194114938 ** get_address_of_m_iconBox_5() { return &___m_iconBox_5; } inline void set_m_iconBox_5(UISprite_t194114938 * value) { ___m_iconBox_5 = value; Il2CppCodeGenWriteBarrier((&___m_iconBox_5), value); } inline static int32_t get_offset_of_m_name_6() { return static_cast(offsetof(uiLotteryItem_t2769685779, ___m_name_6)); } inline UILabel_t3248798549 * get_m_name_6() const { return ___m_name_6; } inline UILabel_t3248798549 ** get_address_of_m_name_6() { return &___m_name_6; } inline void set_m_name_6(UILabel_t3248798549 * value) { ___m_name_6 = value; Il2CppCodeGenWriteBarrier((&___m_name_6), value); } inline static int32_t get_offset_of_m_ownName_7() { return static_cast(offsetof(uiLotteryItem_t2769685779, ___m_ownName_7)); } inline UILabel_t3248798549 * get_m_ownName_7() const { return ___m_ownName_7; } inline UILabel_t3248798549 ** get_address_of_m_ownName_7() { return &___m_ownName_7; } inline void set_m_ownName_7(UILabel_t3248798549 * value) { ___m_ownName_7 = value; Il2CppCodeGenWriteBarrier((&___m_ownName_7), value); } inline static int32_t get_offset_of_m_own_8() { return static_cast(offsetof(uiLotteryItem_t2769685779, ___m_own_8)); } inline Transform_t3600365921 * get_m_own_8() const { return ___m_own_8; } inline Transform_t3600365921 ** get_address_of_m_own_8() { return &___m_own_8; } inline void set_m_own_8(Transform_t3600365921 * value) { ___m_own_8 = value; Il2CppCodeGenWriteBarrier((&___m_own_8), value); } inline static int32_t get_offset_of_m_getSign_9() { return static_cast(offsetof(uiLotteryItem_t2769685779, ___m_getSign_9)); } inline Transform_t3600365921 * get_m_getSign_9() const { return ___m_getSign_9; } inline Transform_t3600365921 ** get_address_of_m_getSign_9() { return &___m_getSign_9; } inline void set_m_getSign_9(Transform_t3600365921 * value) { ___m_getSign_9 = value; Il2CppCodeGenWriteBarrier((&___m_getSign_9), value); } inline static int32_t get_offset_of_m_particle_10() { return static_cast(offsetof(uiLotteryItem_t2769685779, ___m_particle_10)); } inline Transform_t3600365921 * get_m_particle_10() const { return ___m_particle_10; } inline Transform_t3600365921 ** get_address_of_m_particle_10() { return &___m_particle_10; } inline void set_m_particle_10(Transform_t3600365921 * value) { ___m_particle_10 = value; Il2CppCodeGenWriteBarrier((&___m_particle_10), value); } inline static int32_t get_offset_of_m_selected_11() { return static_cast(offsetof(uiLotteryItem_t2769685779, ___m_selected_11)); } inline Transform_t3600365921 * get_m_selected_11() const { return ___m_selected_11; } inline Transform_t3600365921 ** get_address_of_m_selected_11() { return &___m_selected_11; } inline void set_m_selected_11(Transform_t3600365921 * value) { ___m_selected_11 = value; Il2CppCodeGenWriteBarrier((&___m_selected_11), value); } inline static int32_t get_offset_of_m_bLoaded_12() { return static_cast(offsetof(uiLotteryItem_t2769685779, ___m_bLoaded_12)); } inline bool get_m_bLoaded_12() const { return ___m_bLoaded_12; } inline bool* get_address_of_m_bLoaded_12() { return &___m_bLoaded_12; } inline void set_m_bLoaded_12(bool value) { ___m_bLoaded_12 = value; } inline static int32_t get_offset_of_m_index_13() { return static_cast(offsetof(uiLotteryItem_t2769685779, ___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_m_data_14() { return static_cast(offsetof(uiLotteryItem_t2769685779, ___m_data_14)); } inline CItemData_t312680354 * get_m_data_14() const { return ___m_data_14; } inline CItemData_t312680354 ** get_address_of_m_data_14() { return &___m_data_14; } inline void set_m_data_14(CItemData_t312680354 * value) { ___m_data_14 = value; Il2CppCodeGenWriteBarrier((&___m_data_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILOTTERYITEM_T2769685779_H #ifndef UIITEMDETAIL_T2651173627_H #define UIITEMDETAIL_T2651173627_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiItemDetail struct uiItemDetail_t2651173627 : public MonoBehaviour_t3962482529 { public: // UITexture uiItemDetail::m_uiTexture UITexture_t3471168817 * ___m_uiTexture_2; // UILabel uiItemDetail::m_uiName UILabel_t3248798549 * ___m_uiName_3; // UILabel uiItemDetail::m_fashion UILabel_t3248798549 * ___m_fashion_4; // UILabel uiItemDetail::m_detail UILabel_t3248798549 * ___m_detail_5; // UnityEngine.GameObject uiItemDetail::m_drawFlag GameObject_t1113636619 * ___m_drawFlag_6; // UnityEngine.GameObject uiItemDetail::m_fashionFlag GameObject_t1113636619 * ___m_fashionFlag_7; // UILabel uiItemDetail::m_uiday UILabel_t3248798549 * ___m_uiday_8; // UnityEngine.GameObject[] uiItemDetail::m_uiBg GameObjectU5BU5D_t3328599146* ___m_uiBg_9; // UISprite uiItemDetail::m_uiVip UISprite_t194114938 * ___m_uiVip_10; // System.Int32 uiItemDetail::m_index int32_t ___m_index_11; // System.Int32 uiItemDetail::m_configId int32_t ___m_configId_12; // System.Int32 uiItemDetail::m_memberLevel int32_t ___m_memberLevel_13; // System.Boolean uiItemDetail::isPageInit bool ___isPageInit_14; public: inline static int32_t get_offset_of_m_uiTexture_2() { return static_cast(offsetof(uiItemDetail_t2651173627, ___m_uiTexture_2)); } inline UITexture_t3471168817 * get_m_uiTexture_2() const { return ___m_uiTexture_2; } inline UITexture_t3471168817 ** get_address_of_m_uiTexture_2() { return &___m_uiTexture_2; } inline void set_m_uiTexture_2(UITexture_t3471168817 * value) { ___m_uiTexture_2 = value; Il2CppCodeGenWriteBarrier((&___m_uiTexture_2), value); } inline static int32_t get_offset_of_m_uiName_3() { return static_cast(offsetof(uiItemDetail_t2651173627, ___m_uiName_3)); } inline UILabel_t3248798549 * get_m_uiName_3() const { return ___m_uiName_3; } inline UILabel_t3248798549 ** get_address_of_m_uiName_3() { return &___m_uiName_3; } inline void set_m_uiName_3(UILabel_t3248798549 * value) { ___m_uiName_3 = value; Il2CppCodeGenWriteBarrier((&___m_uiName_3), value); } inline static int32_t get_offset_of_m_fashion_4() { return static_cast(offsetof(uiItemDetail_t2651173627, ___m_fashion_4)); } inline UILabel_t3248798549 * get_m_fashion_4() const { return ___m_fashion_4; } inline UILabel_t3248798549 ** get_address_of_m_fashion_4() { return &___m_fashion_4; } inline void set_m_fashion_4(UILabel_t3248798549 * value) { ___m_fashion_4 = value; Il2CppCodeGenWriteBarrier((&___m_fashion_4), value); } inline static int32_t get_offset_of_m_detail_5() { return static_cast(offsetof(uiItemDetail_t2651173627, ___m_detail_5)); } inline UILabel_t3248798549 * get_m_detail_5() const { return ___m_detail_5; } inline UILabel_t3248798549 ** get_address_of_m_detail_5() { return &___m_detail_5; } inline void set_m_detail_5(UILabel_t3248798549 * value) { ___m_detail_5 = value; Il2CppCodeGenWriteBarrier((&___m_detail_5), value); } inline static int32_t get_offset_of_m_drawFlag_6() { return static_cast(offsetof(uiItemDetail_t2651173627, ___m_drawFlag_6)); } inline GameObject_t1113636619 * get_m_drawFlag_6() const { return ___m_drawFlag_6; } inline GameObject_t1113636619 ** get_address_of_m_drawFlag_6() { return &___m_drawFlag_6; } inline void set_m_drawFlag_6(GameObject_t1113636619 * value) { ___m_drawFlag_6 = value; Il2CppCodeGenWriteBarrier((&___m_drawFlag_6), value); } inline static int32_t get_offset_of_m_fashionFlag_7() { return static_cast(offsetof(uiItemDetail_t2651173627, ___m_fashionFlag_7)); } inline GameObject_t1113636619 * get_m_fashionFlag_7() const { return ___m_fashionFlag_7; } inline GameObject_t1113636619 ** get_address_of_m_fashionFlag_7() { return &___m_fashionFlag_7; } inline void set_m_fashionFlag_7(GameObject_t1113636619 * value) { ___m_fashionFlag_7 = value; Il2CppCodeGenWriteBarrier((&___m_fashionFlag_7), value); } inline static int32_t get_offset_of_m_uiday_8() { return static_cast(offsetof(uiItemDetail_t2651173627, ___m_uiday_8)); } inline UILabel_t3248798549 * get_m_uiday_8() const { return ___m_uiday_8; } inline UILabel_t3248798549 ** get_address_of_m_uiday_8() { return &___m_uiday_8; } inline void set_m_uiday_8(UILabel_t3248798549 * value) { ___m_uiday_8 = value; Il2CppCodeGenWriteBarrier((&___m_uiday_8), value); } inline static int32_t get_offset_of_m_uiBg_9() { return static_cast(offsetof(uiItemDetail_t2651173627, ___m_uiBg_9)); } inline GameObjectU5BU5D_t3328599146* get_m_uiBg_9() const { return ___m_uiBg_9; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_uiBg_9() { return &___m_uiBg_9; } inline void set_m_uiBg_9(GameObjectU5BU5D_t3328599146* value) { ___m_uiBg_9 = value; Il2CppCodeGenWriteBarrier((&___m_uiBg_9), value); } inline static int32_t get_offset_of_m_uiVip_10() { return static_cast(offsetof(uiItemDetail_t2651173627, ___m_uiVip_10)); } inline UISprite_t194114938 * get_m_uiVip_10() const { return ___m_uiVip_10; } inline UISprite_t194114938 ** get_address_of_m_uiVip_10() { return &___m_uiVip_10; } inline void set_m_uiVip_10(UISprite_t194114938 * value) { ___m_uiVip_10 = value; Il2CppCodeGenWriteBarrier((&___m_uiVip_10), value); } inline static int32_t get_offset_of_m_index_11() { return static_cast(offsetof(uiItemDetail_t2651173627, ___m_index_11)); } inline int32_t get_m_index_11() const { return ___m_index_11; } inline int32_t* get_address_of_m_index_11() { return &___m_index_11; } inline void set_m_index_11(int32_t value) { ___m_index_11 = value; } inline static int32_t get_offset_of_m_configId_12() { return static_cast(offsetof(uiItemDetail_t2651173627, ___m_configId_12)); } inline int32_t get_m_configId_12() const { return ___m_configId_12; } inline int32_t* get_address_of_m_configId_12() { return &___m_configId_12; } inline void set_m_configId_12(int32_t value) { ___m_configId_12 = value; } inline static int32_t get_offset_of_m_memberLevel_13() { return static_cast(offsetof(uiItemDetail_t2651173627, ___m_memberLevel_13)); } inline int32_t get_m_memberLevel_13() const { return ___m_memberLevel_13; } inline int32_t* get_address_of_m_memberLevel_13() { return &___m_memberLevel_13; } inline void set_m_memberLevel_13(int32_t value) { ___m_memberLevel_13 = value; } inline static int32_t get_offset_of_isPageInit_14() { return static_cast(offsetof(uiItemDetail_t2651173627, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIITEMDETAIL_T2651173627_H #ifndef SCENEPERSONALWNDSYSTEMSET_T2288660807_H #define SCENEPERSONALWNDSYSTEMSET_T2288660807_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndSystemSet struct ScenePersonalWndSystemSet_t2288660807 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform ScenePersonalWndSystemSet::m_CbVibrator Transform_t3600365921 * ___m_CbVibrator_2; // UnityEngine.Transform ScenePersonalWndSystemSet::m_CbPlayMidi Transform_t3600365921 * ___m_CbPlayMidi_3; // UnityEngine.Transform ScenePersonalWndSystemSet::m_CbDownMode Transform_t3600365921 * ___m_CbDownMode_4; // UnityEngine.Transform ScenePersonalWndSystemSet::m_CbAccept Transform_t3600365921 * ___m_CbAccept_5; // UnityEngine.Transform ScenePersonalWndSystemSet::m_FullDownBtn Transform_t3600365921 * ___m_FullDownBtn_6; // UnityEngine.Transform ScenePersonalWndSystemSet::m_platform_manager Transform_t3600365921 * ___m_platform_manager_7; // UnityEngine.Transform ScenePersonalWndSystemSet::m_change_accout_btn Transform_t3600365921 * ___m_change_accout_btn_8; // UnityEngine.Transform ScenePersonalWndSystemSet::m_btnPromotionThai Transform_t3600365921 * ___m_btnPromotionThai_9; // uiManageQuestion ScenePersonalWndSystemSet::m_uiManageQuestion uiManageQuestion_t3299556974 * ___m_uiManageQuestion_10; // UnityEngine.Transform ScenePersonalWndSystemSet::m_Contact Transform_t3600365921 * ___m_Contact_11; // UnityEngine.Transform ScenePersonalWndSystemSet::m_Gift Transform_t3600365921 * ___m_Gift_12; // UnityEngine.Transform ScenePersonalWndSystemSet::m_MidiOn Transform_t3600365921 * ___m_MidiOn_13; // UnityEngine.Transform ScenePersonalWndSystemSet::m_MidiOff Transform_t3600365921 * ___m_MidiOff_14; // UnityEngine.Transform ScenePersonalWndSystemSet::m_VibratorOn Transform_t3600365921 * ___m_VibratorOn_15; // UnityEngine.Transform ScenePersonalWndSystemSet::m_VibratorOff Transform_t3600365921 * ___m_VibratorOff_16; // UnityEngine.Transform ScenePersonalWndSystemSet::m_DownModeOn Transform_t3600365921 * ___m_DownModeOn_17; // UnityEngine.Transform ScenePersonalWndSystemSet::m_DownModeOff Transform_t3600365921 * ___m_DownModeOff_18; // UnityEngine.Transform ScenePersonalWndSystemSet::m_AcceptOn Transform_t3600365921 * ___m_AcceptOn_19; // UnityEngine.Transform ScenePersonalWndSystemSet::m_AcceptOff Transform_t3600365921 * ___m_AcceptOff_20; // System.Boolean ScenePersonalWndSystemSet::isPageInit bool ___isPageInit_21; // System.Boolean ScenePersonalWndSystemSet::m_OldDownMode bool ___m_OldDownMode_22; // System.Boolean ScenePersonalWndSystemSet::m_OldVibrator bool ___m_OldVibrator_23; // System.Boolean ScenePersonalWndSystemSet::m_OldPlayMidi bool ___m_OldPlayMidi_24; // System.Boolean ScenePersonalWndSystemSet::m_Accept bool ___m_Accept_25; // DMCore.Framework.Misc.CIconAlign ScenePersonalWndSystemSet::m_R2L_ButtonFirst CIconAlign_t2187079683 * ___m_R2L_ButtonFirst_26; // DMCore.Framework.Misc.CIconAlign ScenePersonalWndSystemSet::m_R2L_ButtonSecond CIconAlign_t2187079683 * ___m_R2L_ButtonSecond_27; public: inline static int32_t get_offset_of_m_CbVibrator_2() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_CbVibrator_2)); } inline Transform_t3600365921 * get_m_CbVibrator_2() const { return ___m_CbVibrator_2; } inline Transform_t3600365921 ** get_address_of_m_CbVibrator_2() { return &___m_CbVibrator_2; } inline void set_m_CbVibrator_2(Transform_t3600365921 * value) { ___m_CbVibrator_2 = value; Il2CppCodeGenWriteBarrier((&___m_CbVibrator_2), value); } inline static int32_t get_offset_of_m_CbPlayMidi_3() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_CbPlayMidi_3)); } inline Transform_t3600365921 * get_m_CbPlayMidi_3() const { return ___m_CbPlayMidi_3; } inline Transform_t3600365921 ** get_address_of_m_CbPlayMidi_3() { return &___m_CbPlayMidi_3; } inline void set_m_CbPlayMidi_3(Transform_t3600365921 * value) { ___m_CbPlayMidi_3 = value; Il2CppCodeGenWriteBarrier((&___m_CbPlayMidi_3), value); } inline static int32_t get_offset_of_m_CbDownMode_4() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_CbDownMode_4)); } inline Transform_t3600365921 * get_m_CbDownMode_4() const { return ___m_CbDownMode_4; } inline Transform_t3600365921 ** get_address_of_m_CbDownMode_4() { return &___m_CbDownMode_4; } inline void set_m_CbDownMode_4(Transform_t3600365921 * value) { ___m_CbDownMode_4 = value; Il2CppCodeGenWriteBarrier((&___m_CbDownMode_4), value); } inline static int32_t get_offset_of_m_CbAccept_5() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_CbAccept_5)); } inline Transform_t3600365921 * get_m_CbAccept_5() const { return ___m_CbAccept_5; } inline Transform_t3600365921 ** get_address_of_m_CbAccept_5() { return &___m_CbAccept_5; } inline void set_m_CbAccept_5(Transform_t3600365921 * value) { ___m_CbAccept_5 = value; Il2CppCodeGenWriteBarrier((&___m_CbAccept_5), value); } inline static int32_t get_offset_of_m_FullDownBtn_6() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_FullDownBtn_6)); } inline Transform_t3600365921 * get_m_FullDownBtn_6() const { return ___m_FullDownBtn_6; } inline Transform_t3600365921 ** get_address_of_m_FullDownBtn_6() { return &___m_FullDownBtn_6; } inline void set_m_FullDownBtn_6(Transform_t3600365921 * value) { ___m_FullDownBtn_6 = value; Il2CppCodeGenWriteBarrier((&___m_FullDownBtn_6), value); } inline static int32_t get_offset_of_m_platform_manager_7() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_platform_manager_7)); } inline Transform_t3600365921 * get_m_platform_manager_7() const { return ___m_platform_manager_7; } inline Transform_t3600365921 ** get_address_of_m_platform_manager_7() { return &___m_platform_manager_7; } inline void set_m_platform_manager_7(Transform_t3600365921 * value) { ___m_platform_manager_7 = value; Il2CppCodeGenWriteBarrier((&___m_platform_manager_7), value); } inline static int32_t get_offset_of_m_change_accout_btn_8() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_change_accout_btn_8)); } inline Transform_t3600365921 * get_m_change_accout_btn_8() const { return ___m_change_accout_btn_8; } inline Transform_t3600365921 ** get_address_of_m_change_accout_btn_8() { return &___m_change_accout_btn_8; } inline void set_m_change_accout_btn_8(Transform_t3600365921 * value) { ___m_change_accout_btn_8 = value; Il2CppCodeGenWriteBarrier((&___m_change_accout_btn_8), value); } inline static int32_t get_offset_of_m_btnPromotionThai_9() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_btnPromotionThai_9)); } inline Transform_t3600365921 * get_m_btnPromotionThai_9() const { return ___m_btnPromotionThai_9; } inline Transform_t3600365921 ** get_address_of_m_btnPromotionThai_9() { return &___m_btnPromotionThai_9; } inline void set_m_btnPromotionThai_9(Transform_t3600365921 * value) { ___m_btnPromotionThai_9 = value; Il2CppCodeGenWriteBarrier((&___m_btnPromotionThai_9), value); } inline static int32_t get_offset_of_m_uiManageQuestion_10() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_uiManageQuestion_10)); } inline uiManageQuestion_t3299556974 * get_m_uiManageQuestion_10() const { return ___m_uiManageQuestion_10; } inline uiManageQuestion_t3299556974 ** get_address_of_m_uiManageQuestion_10() { return &___m_uiManageQuestion_10; } inline void set_m_uiManageQuestion_10(uiManageQuestion_t3299556974 * value) { ___m_uiManageQuestion_10 = value; Il2CppCodeGenWriteBarrier((&___m_uiManageQuestion_10), value); } inline static int32_t get_offset_of_m_Contact_11() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_Contact_11)); } inline Transform_t3600365921 * get_m_Contact_11() const { return ___m_Contact_11; } inline Transform_t3600365921 ** get_address_of_m_Contact_11() { return &___m_Contact_11; } inline void set_m_Contact_11(Transform_t3600365921 * value) { ___m_Contact_11 = value; Il2CppCodeGenWriteBarrier((&___m_Contact_11), value); } inline static int32_t get_offset_of_m_Gift_12() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_Gift_12)); } inline Transform_t3600365921 * get_m_Gift_12() const { return ___m_Gift_12; } inline Transform_t3600365921 ** get_address_of_m_Gift_12() { return &___m_Gift_12; } inline void set_m_Gift_12(Transform_t3600365921 * value) { ___m_Gift_12 = value; Il2CppCodeGenWriteBarrier((&___m_Gift_12), value); } inline static int32_t get_offset_of_m_MidiOn_13() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_MidiOn_13)); } inline Transform_t3600365921 * get_m_MidiOn_13() const { return ___m_MidiOn_13; } inline Transform_t3600365921 ** get_address_of_m_MidiOn_13() { return &___m_MidiOn_13; } inline void set_m_MidiOn_13(Transform_t3600365921 * value) { ___m_MidiOn_13 = value; Il2CppCodeGenWriteBarrier((&___m_MidiOn_13), value); } inline static int32_t get_offset_of_m_MidiOff_14() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_MidiOff_14)); } inline Transform_t3600365921 * get_m_MidiOff_14() const { return ___m_MidiOff_14; } inline Transform_t3600365921 ** get_address_of_m_MidiOff_14() { return &___m_MidiOff_14; } inline void set_m_MidiOff_14(Transform_t3600365921 * value) { ___m_MidiOff_14 = value; Il2CppCodeGenWriteBarrier((&___m_MidiOff_14), value); } inline static int32_t get_offset_of_m_VibratorOn_15() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_VibratorOn_15)); } inline Transform_t3600365921 * get_m_VibratorOn_15() const { return ___m_VibratorOn_15; } inline Transform_t3600365921 ** get_address_of_m_VibratorOn_15() { return &___m_VibratorOn_15; } inline void set_m_VibratorOn_15(Transform_t3600365921 * value) { ___m_VibratorOn_15 = value; Il2CppCodeGenWriteBarrier((&___m_VibratorOn_15), value); } inline static int32_t get_offset_of_m_VibratorOff_16() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_VibratorOff_16)); } inline Transform_t3600365921 * get_m_VibratorOff_16() const { return ___m_VibratorOff_16; } inline Transform_t3600365921 ** get_address_of_m_VibratorOff_16() { return &___m_VibratorOff_16; } inline void set_m_VibratorOff_16(Transform_t3600365921 * value) { ___m_VibratorOff_16 = value; Il2CppCodeGenWriteBarrier((&___m_VibratorOff_16), value); } inline static int32_t get_offset_of_m_DownModeOn_17() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_DownModeOn_17)); } inline Transform_t3600365921 * get_m_DownModeOn_17() const { return ___m_DownModeOn_17; } inline Transform_t3600365921 ** get_address_of_m_DownModeOn_17() { return &___m_DownModeOn_17; } inline void set_m_DownModeOn_17(Transform_t3600365921 * value) { ___m_DownModeOn_17 = value; Il2CppCodeGenWriteBarrier((&___m_DownModeOn_17), value); } inline static int32_t get_offset_of_m_DownModeOff_18() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_DownModeOff_18)); } inline Transform_t3600365921 * get_m_DownModeOff_18() const { return ___m_DownModeOff_18; } inline Transform_t3600365921 ** get_address_of_m_DownModeOff_18() { return &___m_DownModeOff_18; } inline void set_m_DownModeOff_18(Transform_t3600365921 * value) { ___m_DownModeOff_18 = value; Il2CppCodeGenWriteBarrier((&___m_DownModeOff_18), value); } inline static int32_t get_offset_of_m_AcceptOn_19() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_AcceptOn_19)); } inline Transform_t3600365921 * get_m_AcceptOn_19() const { return ___m_AcceptOn_19; } inline Transform_t3600365921 ** get_address_of_m_AcceptOn_19() { return &___m_AcceptOn_19; } inline void set_m_AcceptOn_19(Transform_t3600365921 * value) { ___m_AcceptOn_19 = value; Il2CppCodeGenWriteBarrier((&___m_AcceptOn_19), value); } inline static int32_t get_offset_of_m_AcceptOff_20() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_AcceptOff_20)); } inline Transform_t3600365921 * get_m_AcceptOff_20() const { return ___m_AcceptOff_20; } inline Transform_t3600365921 ** get_address_of_m_AcceptOff_20() { return &___m_AcceptOff_20; } inline void set_m_AcceptOff_20(Transform_t3600365921 * value) { ___m_AcceptOff_20 = value; Il2CppCodeGenWriteBarrier((&___m_AcceptOff_20), value); } inline static int32_t get_offset_of_isPageInit_21() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___isPageInit_21)); } inline bool get_isPageInit_21() const { return ___isPageInit_21; } inline bool* get_address_of_isPageInit_21() { return &___isPageInit_21; } inline void set_isPageInit_21(bool value) { ___isPageInit_21 = value; } inline static int32_t get_offset_of_m_OldDownMode_22() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_OldDownMode_22)); } inline bool get_m_OldDownMode_22() const { return ___m_OldDownMode_22; } inline bool* get_address_of_m_OldDownMode_22() { return &___m_OldDownMode_22; } inline void set_m_OldDownMode_22(bool value) { ___m_OldDownMode_22 = value; } inline static int32_t get_offset_of_m_OldVibrator_23() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_OldVibrator_23)); } inline bool get_m_OldVibrator_23() const { return ___m_OldVibrator_23; } inline bool* get_address_of_m_OldVibrator_23() { return &___m_OldVibrator_23; } inline void set_m_OldVibrator_23(bool value) { ___m_OldVibrator_23 = value; } inline static int32_t get_offset_of_m_OldPlayMidi_24() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_OldPlayMidi_24)); } inline bool get_m_OldPlayMidi_24() const { return ___m_OldPlayMidi_24; } inline bool* get_address_of_m_OldPlayMidi_24() { return &___m_OldPlayMidi_24; } inline void set_m_OldPlayMidi_24(bool value) { ___m_OldPlayMidi_24 = value; } inline static int32_t get_offset_of_m_Accept_25() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_Accept_25)); } inline bool get_m_Accept_25() const { return ___m_Accept_25; } inline bool* get_address_of_m_Accept_25() { return &___m_Accept_25; } inline void set_m_Accept_25(bool value) { ___m_Accept_25 = value; } inline static int32_t get_offset_of_m_R2L_ButtonFirst_26() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_R2L_ButtonFirst_26)); } inline CIconAlign_t2187079683 * get_m_R2L_ButtonFirst_26() const { return ___m_R2L_ButtonFirst_26; } inline CIconAlign_t2187079683 ** get_address_of_m_R2L_ButtonFirst_26() { return &___m_R2L_ButtonFirst_26; } inline void set_m_R2L_ButtonFirst_26(CIconAlign_t2187079683 * value) { ___m_R2L_ButtonFirst_26 = value; Il2CppCodeGenWriteBarrier((&___m_R2L_ButtonFirst_26), value); } inline static int32_t get_offset_of_m_R2L_ButtonSecond_27() { return static_cast(offsetof(ScenePersonalWndSystemSet_t2288660807, ___m_R2L_ButtonSecond_27)); } inline CIconAlign_t2187079683 * get_m_R2L_ButtonSecond_27() const { return ___m_R2L_ButtonSecond_27; } inline CIconAlign_t2187079683 ** get_address_of_m_R2L_ButtonSecond_27() { return &___m_R2L_ButtonSecond_27; } inline void set_m_R2L_ButtonSecond_27(CIconAlign_t2187079683 * value) { ___m_R2L_ButtonSecond_27 = value; Il2CppCodeGenWriteBarrier((&___m_R2L_ButtonSecond_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDSYSTEMSET_T2288660807_H #ifndef IGNORETIMESCALE_T3381352907_H #define IGNORETIMESCALE_T3381352907_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // IgnoreTimeScale struct IgnoreTimeScale_t3381352907 : public MonoBehaviour_t3962482529 { public: // System.Single IgnoreTimeScale::mRt float ___mRt_2; // System.Single IgnoreTimeScale::mTimeStart float ___mTimeStart_3; // System.Single IgnoreTimeScale::mTimeDelta float ___mTimeDelta_4; // System.Single IgnoreTimeScale::mActual float ___mActual_5; // System.Boolean IgnoreTimeScale::mTimeStarted bool ___mTimeStarted_6; public: inline static int32_t get_offset_of_mRt_2() { return static_cast(offsetof(IgnoreTimeScale_t3381352907, ___mRt_2)); } inline float get_mRt_2() const { return ___mRt_2; } inline float* get_address_of_mRt_2() { return &___mRt_2; } inline void set_mRt_2(float value) { ___mRt_2 = value; } inline static int32_t get_offset_of_mTimeStart_3() { return static_cast(offsetof(IgnoreTimeScale_t3381352907, ___mTimeStart_3)); } inline float get_mTimeStart_3() const { return ___mTimeStart_3; } inline float* get_address_of_mTimeStart_3() { return &___mTimeStart_3; } inline void set_mTimeStart_3(float value) { ___mTimeStart_3 = value; } inline static int32_t get_offset_of_mTimeDelta_4() { return static_cast(offsetof(IgnoreTimeScale_t3381352907, ___mTimeDelta_4)); } inline float get_mTimeDelta_4() const { return ___mTimeDelta_4; } inline float* get_address_of_mTimeDelta_4() { return &___mTimeDelta_4; } inline void set_mTimeDelta_4(float value) { ___mTimeDelta_4 = value; } inline static int32_t get_offset_of_mActual_5() { return static_cast(offsetof(IgnoreTimeScale_t3381352907, ___mActual_5)); } inline float get_mActual_5() const { return ___mActual_5; } inline float* get_address_of_mActual_5() { return &___mActual_5; } inline void set_mActual_5(float value) { ___mActual_5 = value; } inline static int32_t get_offset_of_mTimeStarted_6() { return static_cast(offsetof(IgnoreTimeScale_t3381352907, ___mTimeStarted_6)); } inline bool get_mTimeStarted_6() const { return ___mTimeStarted_6; } inline bool* get_address_of_mTimeStarted_6() { return &___mTimeStarted_6; } inline void set_mTimeStarted_6(bool value) { ___mTimeStarted_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IGNORETIMESCALE_T3381352907_H #ifndef 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 SCENEPERSONALWNDSHOP_T78642639_H #define SCENEPERSONALWNDSHOP_T78642639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndShop struct ScenePersonalWndShop_t78642639 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform ScenePersonalWndShop::m_ShopCartWnd Transform_t3600365921 * ___m_ShopCartWnd_3; // UnityEngine.Transform ScenePersonalWndShop::m_ShopCartCnt Transform_t3600365921 * ___m_ShopCartCnt_4; // UnityEngine.Transform ScenePersonalWndShop::m_Sex Transform_t3600365921 * ___m_Sex_5; // UnityEngine.Transform ScenePersonalWndShop::m_BtnQuickBuy Transform_t3600365921 * ___m_BtnQuickBuy_6; // uiBtnList ScenePersonalWndShop::m_btnList uiBtnList_t3771050923 * ___m_btnList_7; // ScenePersonalShopList ScenePersonalWndShop::m_ShopList ScenePersonalShopList_t27853008 * ___m_ShopList_8; // DetailWnd ScenePersonalWndShop::m_WndDetail DetailWnd_t3732401977 * ___m_WndDetail_9; // AmountWnd ScenePersonalWndShop::m_WndAmount AmountWnd_t1885830546 * ___m_WndAmount_10; // ScenePersonalShopListViewAnim ScenePersonalWndShop::m_ShopListViewAnim ScenePersonalShopListViewAnim_t141335317 * ___m_ShopListViewAnim_11; // UnityEngine.GameObject[] ScenePersonalWndShop::m_ShopOwned GameObjectU5BU5D_t3328599146* ___m_ShopOwned_12; // UnityEngine.GameObject[] ScenePersonalWndShop::m_ShopCartOwned GameObjectU5BU5D_t3328599146* ___m_ShopCartOwned_13; // UnityEngine.Transform[] ScenePersonalWndShop::m_ShopTypeActive TransformU5BU5D_t807237628* ___m_ShopTypeActive_14; // UnityEngine.Transform[] ScenePersonalWndShop::m_ShopTypeDisActive TransformU5BU5D_t807237628* ___m_ShopTypeDisActive_15; // UnityEngine.GameObject ScenePersonalWndShop::m_GroupFashionUp GameObject_t1113636619 * ___m_GroupFashionUp_16; // UISprite ScenePersonalWndShop::m_SpriteFashionUp UISprite_t194114938 * ___m_SpriteFashionUp_17; // UnityEngine.GameObject ScenePersonalWndShop::m_GroupFashionDown GameObject_t1113636619 * ___m_GroupFashionDown_18; // UISprite ScenePersonalWndShop::m_SpriteFashionDown UISprite_t194114938 * ___m_SpriteFashionDown_19; // UnityEngine.GameObject ScenePersonalWndShop::m_QuickBuyWnd GameObject_t1113636619 * ___m_QuickBuyWnd_20; // UnityEngine.GameObject ScenePersonalWndShop::m_IconShop GameObject_t1113636619 * ___m_IconShop_21; // UnityEngine.GameObject ScenePersonalWndShop::m_IconShopCart GameObject_t1113636619 * ___m_IconShopCart_22; // UILabel ScenePersonalWndShop::m_star_numbers UILabel_t3248798549 * ___m_star_numbers_23; // UnityEngine.GameObject ScenePersonalWndShop::m_arrowTop GameObject_t1113636619 * ___m_arrowTop_24; // UnityEngine.GameObject ScenePersonalWndShop::m_arrowBottom GameObject_t1113636619 * ___m_arrowBottom_25; // ScenePersonalShopGroupbuying ScenePersonalWndShop::m_uiGorupBuying ScenePersonalShopGroupbuying_t1000467629 * ___m_uiGorupBuying_26; // ScenePersonalShopbuying ScenePersonalWndShop::m_uiBuying ScenePersonalShopbuying_t958260052 * ___m_uiBuying_27; // ScenePersonalShopActivitybuying ScenePersonalWndShop::m_activityBuying ScenePersonalShopActivitybuying_t3880254145 * ___m_activityBuying_28; // UnityEngine.GameObject ScenePersonalWndShop::m_commend GameObject_t1113636619 * ___m_commend_29; // UnityEngine.GameObject ScenePersonalWndShop::m_QuickBuy GameObject_t1113636619 * ___m_QuickBuy_30; // UnityEngine.Transform ScenePersonalWndShop::m_FilterBtn Transform_t3600365921 * ___m_FilterBtn_31; // UnityEngine.Transform ScenePersonalWndShop::m_ActivityTap Transform_t3600365921 * ___m_ActivityTap_32; // UnityEngine.Transform ScenePersonalWndShop::m_VipTap Transform_t3600365921 * ___m_VipTap_33; // UnityEngine.Transform ScenePersonalWndShop::m_DressTap Transform_t3600365921 * ___m_DressTap_34; // UnityEngine.Transform ScenePersonalWndShop::m_JewelerTap Transform_t3600365921 * ___m_JewelerTap_35; // UnityEngine.Transform ScenePersonalWndShop::m_PersonalTag Transform_t3600365921 * ___m_PersonalTag_36; // UnityEngine.Transform ScenePersonalWndShop::m_beach Transform_t3600365921 * ___m_beach_37; // UnityEngine.Transform ScenePersonalWndShop::m_FilteringBg Transform_t3600365921 * ___m_FilteringBg_38; // UnityEngine.Transform ScenePersonalWndShop::m_shopSelect Transform_t3600365921 * ___m_shopSelect_39; // UnityEngine.Transform ScenePersonalWndShop::m_NewPlayerTap Transform_t3600365921 * ___m_NewPlayerTap_40; // UnityEngine.Transform ScenePersonalWndShop::m_NewProcucts Transform_t3600365921 * ___m_NewProcucts_41; // System.Boolean ScenePersonalWndShop::isPhotoReady bool ___isPhotoReady_42; // System.Boolean ScenePersonalWndShop::isPageInit bool ___isPageInit_43; // System.Boolean ScenePersonalWndShop::isComeFromIdosShow bool ___isComeFromIdosShow_44; // UILabel ScenePersonalWndShop::m_shareLabel UILabel_t3248798549 * ___m_shareLabel_45; // UITexture ScenePersonalWndShop::m_Yulanbg UITexture_t3471168817 * ___m_Yulanbg_46; // UITexture ScenePersonalWndShop::m_Head UITexture_t3471168817 * ___m_Head_47; // System.Single ScenePersonalWndShop::lefttime float ___lefttime_48; // UnityEngine.GameObject ScenePersonalWndShop::m_Daojishi GameObject_t1113636619 * ___m_Daojishi_49; // UILabel ScenePersonalWndShop::m_time UILabel_t3248798549 * ___m_time_50; // UnityEngine.Transform ScenePersonalWndShop::m_shopCarRootTran Transform_t3600365921 * ___m_shopCarRootTran_51; // UnityEngine.Transform ScenePersonalWndShop::m_shopCountTran Transform_t3600365921 * ___m_shopCountTran_52; // UILabel ScenePersonalWndShop::m_shopCountLabel UILabel_t3248798549 * ___m_shopCountLabel_53; // System.String ScenePersonalWndShop::m_strLastInputLab String_t* ___m_strLastInputLab_54; // System.Collections.Generic.List`1 ScenePersonalWndShop::m_configList List_1_t128053199 * ___m_configList_55; // System.Int32 ScenePersonalWndShop::m_curShopCount int32_t ___m_curShopCount_56; // UnityEngine.Transform ScenePersonalWndShop::m_timeTran Transform_t3600365921 * ___m_timeTran_57; // UnityEngine.Transform ScenePersonalWndShop::m_btnShare Transform_t3600365921 * ___m_btnShare_58; // UnityEngine.Vector3 ScenePersonalWndShop::m_newPlayerPos Vector3_t3722313464 ___m_newPlayerPos_59; // UnityEngine.Vector3 ScenePersonalWndShop::m_activityPos Vector3_t3722313464 ___m_activityPos_60; // UnityEngine.Vector3 ScenePersonalWndShop::m_vipPos Vector3_t3722313464 ___m_vipPos_61; // DMCore.Logic.CGoldWatcher ScenePersonalWndShop::m_goldWatch CGoldWatcher_t2760796238 * ___m_goldWatch_62; // System.Boolean ScenePersonalWndShop::m_bMainRole bool ___m_bMainRole_63; // System.Int32 ScenePersonalWndShop::m_ChangeFlag int32_t ___m_ChangeFlag_64; // System.Single ScenePersonalWndShop::m_fChangeTime float ___m_fChangeTime_65; // System.Boolean ScenePersonalWndShop::m_bInShopWnd bool ___m_bInShopWnd_66; // System.Boolean ScenePersonalWndShop::m_bInQuickBuyWnd bool ___m_bInQuickBuyWnd_67; // System.Collections.Generic.List`1 ScenePersonalWndShop::m_ListSpriteUp List_1_t1666189680 * ___m_ListSpriteUp_68; // System.Collections.Generic.List`1 ScenePersonalWndShop::m_ListSpriteDown List_1_t1666189680 * ___m_ListSpriteDown_69; // System.Collections.Generic.List`1 ScenePersonalWndShop::m_ListSpriteMyFashion List_1_t1666189680 * ___m_ListSpriteMyFashion_70; // System.Int32 ScenePersonalWndShop::m_nMyFashionOld int32_t ___m_nMyFashionOld_71; // System.Int32 ScenePersonalWndShop::m_nFashionOffsetOld int32_t ___m_nFashionOffsetOld_72; public: inline static int32_t get_offset_of_m_ShopCartWnd_3() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_ShopCartWnd_3)); } inline Transform_t3600365921 * get_m_ShopCartWnd_3() const { return ___m_ShopCartWnd_3; } inline Transform_t3600365921 ** get_address_of_m_ShopCartWnd_3() { return &___m_ShopCartWnd_3; } inline void set_m_ShopCartWnd_3(Transform_t3600365921 * value) { ___m_ShopCartWnd_3 = value; Il2CppCodeGenWriteBarrier((&___m_ShopCartWnd_3), value); } inline static int32_t get_offset_of_m_ShopCartCnt_4() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_ShopCartCnt_4)); } inline Transform_t3600365921 * get_m_ShopCartCnt_4() const { return ___m_ShopCartCnt_4; } inline Transform_t3600365921 ** get_address_of_m_ShopCartCnt_4() { return &___m_ShopCartCnt_4; } inline void set_m_ShopCartCnt_4(Transform_t3600365921 * value) { ___m_ShopCartCnt_4 = value; Il2CppCodeGenWriteBarrier((&___m_ShopCartCnt_4), value); } inline static int32_t get_offset_of_m_Sex_5() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_Sex_5)); } inline Transform_t3600365921 * get_m_Sex_5() const { return ___m_Sex_5; } inline Transform_t3600365921 ** get_address_of_m_Sex_5() { return &___m_Sex_5; } inline void set_m_Sex_5(Transform_t3600365921 * value) { ___m_Sex_5 = value; Il2CppCodeGenWriteBarrier((&___m_Sex_5), value); } inline static int32_t get_offset_of_m_BtnQuickBuy_6() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_BtnQuickBuy_6)); } inline Transform_t3600365921 * get_m_BtnQuickBuy_6() const { return ___m_BtnQuickBuy_6; } inline Transform_t3600365921 ** get_address_of_m_BtnQuickBuy_6() { return &___m_BtnQuickBuy_6; } inline void set_m_BtnQuickBuy_6(Transform_t3600365921 * value) { ___m_BtnQuickBuy_6 = value; Il2CppCodeGenWriteBarrier((&___m_BtnQuickBuy_6), value); } inline static int32_t get_offset_of_m_btnList_7() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_btnList_7)); } inline uiBtnList_t3771050923 * get_m_btnList_7() const { return ___m_btnList_7; } inline uiBtnList_t3771050923 ** get_address_of_m_btnList_7() { return &___m_btnList_7; } inline void set_m_btnList_7(uiBtnList_t3771050923 * value) { ___m_btnList_7 = value; Il2CppCodeGenWriteBarrier((&___m_btnList_7), value); } inline static int32_t get_offset_of_m_ShopList_8() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_ShopList_8)); } inline ScenePersonalShopList_t27853008 * get_m_ShopList_8() const { return ___m_ShopList_8; } inline ScenePersonalShopList_t27853008 ** get_address_of_m_ShopList_8() { return &___m_ShopList_8; } inline void set_m_ShopList_8(ScenePersonalShopList_t27853008 * value) { ___m_ShopList_8 = value; Il2CppCodeGenWriteBarrier((&___m_ShopList_8), value); } inline static int32_t get_offset_of_m_WndDetail_9() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_WndDetail_9)); } inline DetailWnd_t3732401977 * get_m_WndDetail_9() const { return ___m_WndDetail_9; } inline DetailWnd_t3732401977 ** get_address_of_m_WndDetail_9() { return &___m_WndDetail_9; } inline void set_m_WndDetail_9(DetailWnd_t3732401977 * value) { ___m_WndDetail_9 = value; Il2CppCodeGenWriteBarrier((&___m_WndDetail_9), value); } inline static int32_t get_offset_of_m_WndAmount_10() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___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_ShopListViewAnim_11() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_ShopListViewAnim_11)); } inline ScenePersonalShopListViewAnim_t141335317 * get_m_ShopListViewAnim_11() const { return ___m_ShopListViewAnim_11; } inline ScenePersonalShopListViewAnim_t141335317 ** get_address_of_m_ShopListViewAnim_11() { return &___m_ShopListViewAnim_11; } inline void set_m_ShopListViewAnim_11(ScenePersonalShopListViewAnim_t141335317 * value) { ___m_ShopListViewAnim_11 = value; Il2CppCodeGenWriteBarrier((&___m_ShopListViewAnim_11), value); } inline static int32_t get_offset_of_m_ShopOwned_12() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_ShopOwned_12)); } inline GameObjectU5BU5D_t3328599146* get_m_ShopOwned_12() const { return ___m_ShopOwned_12; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_ShopOwned_12() { return &___m_ShopOwned_12; } inline void set_m_ShopOwned_12(GameObjectU5BU5D_t3328599146* value) { ___m_ShopOwned_12 = value; Il2CppCodeGenWriteBarrier((&___m_ShopOwned_12), value); } inline static int32_t get_offset_of_m_ShopCartOwned_13() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_ShopCartOwned_13)); } inline GameObjectU5BU5D_t3328599146* get_m_ShopCartOwned_13() const { return ___m_ShopCartOwned_13; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_ShopCartOwned_13() { return &___m_ShopCartOwned_13; } inline void set_m_ShopCartOwned_13(GameObjectU5BU5D_t3328599146* value) { ___m_ShopCartOwned_13 = value; Il2CppCodeGenWriteBarrier((&___m_ShopCartOwned_13), value); } inline static int32_t get_offset_of_m_ShopTypeActive_14() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_ShopTypeActive_14)); } inline TransformU5BU5D_t807237628* get_m_ShopTypeActive_14() const { return ___m_ShopTypeActive_14; } inline TransformU5BU5D_t807237628** get_address_of_m_ShopTypeActive_14() { return &___m_ShopTypeActive_14; } inline void set_m_ShopTypeActive_14(TransformU5BU5D_t807237628* value) { ___m_ShopTypeActive_14 = value; Il2CppCodeGenWriteBarrier((&___m_ShopTypeActive_14), value); } inline static int32_t get_offset_of_m_ShopTypeDisActive_15() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_ShopTypeDisActive_15)); } inline TransformU5BU5D_t807237628* get_m_ShopTypeDisActive_15() const { return ___m_ShopTypeDisActive_15; } inline TransformU5BU5D_t807237628** get_address_of_m_ShopTypeDisActive_15() { return &___m_ShopTypeDisActive_15; } inline void set_m_ShopTypeDisActive_15(TransformU5BU5D_t807237628* value) { ___m_ShopTypeDisActive_15 = value; Il2CppCodeGenWriteBarrier((&___m_ShopTypeDisActive_15), value); } inline static int32_t get_offset_of_m_GroupFashionUp_16() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_GroupFashionUp_16)); } inline GameObject_t1113636619 * get_m_GroupFashionUp_16() const { return ___m_GroupFashionUp_16; } inline GameObject_t1113636619 ** get_address_of_m_GroupFashionUp_16() { return &___m_GroupFashionUp_16; } inline void set_m_GroupFashionUp_16(GameObject_t1113636619 * value) { ___m_GroupFashionUp_16 = value; Il2CppCodeGenWriteBarrier((&___m_GroupFashionUp_16), value); } inline static int32_t get_offset_of_m_SpriteFashionUp_17() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_SpriteFashionUp_17)); } inline UISprite_t194114938 * get_m_SpriteFashionUp_17() const { return ___m_SpriteFashionUp_17; } inline UISprite_t194114938 ** get_address_of_m_SpriteFashionUp_17() { return &___m_SpriteFashionUp_17; } inline void set_m_SpriteFashionUp_17(UISprite_t194114938 * value) { ___m_SpriteFashionUp_17 = value; Il2CppCodeGenWriteBarrier((&___m_SpriteFashionUp_17), value); } inline static int32_t get_offset_of_m_GroupFashionDown_18() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_GroupFashionDown_18)); } inline GameObject_t1113636619 * get_m_GroupFashionDown_18() const { return ___m_GroupFashionDown_18; } inline GameObject_t1113636619 ** get_address_of_m_GroupFashionDown_18() { return &___m_GroupFashionDown_18; } inline void set_m_GroupFashionDown_18(GameObject_t1113636619 * value) { ___m_GroupFashionDown_18 = value; Il2CppCodeGenWriteBarrier((&___m_GroupFashionDown_18), value); } inline static int32_t get_offset_of_m_SpriteFashionDown_19() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_SpriteFashionDown_19)); } inline UISprite_t194114938 * get_m_SpriteFashionDown_19() const { return ___m_SpriteFashionDown_19; } inline UISprite_t194114938 ** get_address_of_m_SpriteFashionDown_19() { return &___m_SpriteFashionDown_19; } inline void set_m_SpriteFashionDown_19(UISprite_t194114938 * value) { ___m_SpriteFashionDown_19 = value; Il2CppCodeGenWriteBarrier((&___m_SpriteFashionDown_19), value); } inline static int32_t get_offset_of_m_QuickBuyWnd_20() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_QuickBuyWnd_20)); } inline GameObject_t1113636619 * get_m_QuickBuyWnd_20() const { return ___m_QuickBuyWnd_20; } inline GameObject_t1113636619 ** get_address_of_m_QuickBuyWnd_20() { return &___m_QuickBuyWnd_20; } inline void set_m_QuickBuyWnd_20(GameObject_t1113636619 * value) { ___m_QuickBuyWnd_20 = value; Il2CppCodeGenWriteBarrier((&___m_QuickBuyWnd_20), value); } inline static int32_t get_offset_of_m_IconShop_21() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_IconShop_21)); } inline GameObject_t1113636619 * get_m_IconShop_21() const { return ___m_IconShop_21; } inline GameObject_t1113636619 ** get_address_of_m_IconShop_21() { return &___m_IconShop_21; } inline void set_m_IconShop_21(GameObject_t1113636619 * value) { ___m_IconShop_21 = value; Il2CppCodeGenWriteBarrier((&___m_IconShop_21), value); } inline static int32_t get_offset_of_m_IconShopCart_22() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_IconShopCart_22)); } inline GameObject_t1113636619 * get_m_IconShopCart_22() const { return ___m_IconShopCart_22; } inline GameObject_t1113636619 ** get_address_of_m_IconShopCart_22() { return &___m_IconShopCart_22; } inline void set_m_IconShopCart_22(GameObject_t1113636619 * value) { ___m_IconShopCart_22 = value; Il2CppCodeGenWriteBarrier((&___m_IconShopCart_22), value); } inline static int32_t get_offset_of_m_star_numbers_23() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_star_numbers_23)); } inline UILabel_t3248798549 * get_m_star_numbers_23() const { return ___m_star_numbers_23; } inline UILabel_t3248798549 ** get_address_of_m_star_numbers_23() { return &___m_star_numbers_23; } inline void set_m_star_numbers_23(UILabel_t3248798549 * value) { ___m_star_numbers_23 = value; Il2CppCodeGenWriteBarrier((&___m_star_numbers_23), value); } inline static int32_t get_offset_of_m_arrowTop_24() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_arrowTop_24)); } inline GameObject_t1113636619 * get_m_arrowTop_24() const { return ___m_arrowTop_24; } inline GameObject_t1113636619 ** get_address_of_m_arrowTop_24() { return &___m_arrowTop_24; } inline void set_m_arrowTop_24(GameObject_t1113636619 * value) { ___m_arrowTop_24 = value; Il2CppCodeGenWriteBarrier((&___m_arrowTop_24), value); } inline static int32_t get_offset_of_m_arrowBottom_25() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_arrowBottom_25)); } inline GameObject_t1113636619 * get_m_arrowBottom_25() const { return ___m_arrowBottom_25; } inline GameObject_t1113636619 ** get_address_of_m_arrowBottom_25() { return &___m_arrowBottom_25; } inline void set_m_arrowBottom_25(GameObject_t1113636619 * value) { ___m_arrowBottom_25 = value; Il2CppCodeGenWriteBarrier((&___m_arrowBottom_25), value); } inline static int32_t get_offset_of_m_uiGorupBuying_26() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_uiGorupBuying_26)); } inline ScenePersonalShopGroupbuying_t1000467629 * get_m_uiGorupBuying_26() const { return ___m_uiGorupBuying_26; } inline ScenePersonalShopGroupbuying_t1000467629 ** get_address_of_m_uiGorupBuying_26() { return &___m_uiGorupBuying_26; } inline void set_m_uiGorupBuying_26(ScenePersonalShopGroupbuying_t1000467629 * value) { ___m_uiGorupBuying_26 = value; Il2CppCodeGenWriteBarrier((&___m_uiGorupBuying_26), value); } inline static int32_t get_offset_of_m_uiBuying_27() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_uiBuying_27)); } inline ScenePersonalShopbuying_t958260052 * get_m_uiBuying_27() const { return ___m_uiBuying_27; } inline ScenePersonalShopbuying_t958260052 ** get_address_of_m_uiBuying_27() { return &___m_uiBuying_27; } inline void set_m_uiBuying_27(ScenePersonalShopbuying_t958260052 * value) { ___m_uiBuying_27 = value; Il2CppCodeGenWriteBarrier((&___m_uiBuying_27), value); } inline static int32_t get_offset_of_m_activityBuying_28() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_activityBuying_28)); } inline ScenePersonalShopActivitybuying_t3880254145 * get_m_activityBuying_28() const { return ___m_activityBuying_28; } inline ScenePersonalShopActivitybuying_t3880254145 ** get_address_of_m_activityBuying_28() { return &___m_activityBuying_28; } inline void set_m_activityBuying_28(ScenePersonalShopActivitybuying_t3880254145 * value) { ___m_activityBuying_28 = value; Il2CppCodeGenWriteBarrier((&___m_activityBuying_28), value); } inline static int32_t get_offset_of_m_commend_29() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_commend_29)); } inline GameObject_t1113636619 * get_m_commend_29() const { return ___m_commend_29; } inline GameObject_t1113636619 ** get_address_of_m_commend_29() { return &___m_commend_29; } inline void set_m_commend_29(GameObject_t1113636619 * value) { ___m_commend_29 = value; Il2CppCodeGenWriteBarrier((&___m_commend_29), value); } inline static int32_t get_offset_of_m_QuickBuy_30() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_QuickBuy_30)); } inline GameObject_t1113636619 * get_m_QuickBuy_30() const { return ___m_QuickBuy_30; } inline GameObject_t1113636619 ** get_address_of_m_QuickBuy_30() { return &___m_QuickBuy_30; } inline void set_m_QuickBuy_30(GameObject_t1113636619 * value) { ___m_QuickBuy_30 = value; Il2CppCodeGenWriteBarrier((&___m_QuickBuy_30), value); } inline static int32_t get_offset_of_m_FilterBtn_31() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_FilterBtn_31)); } inline Transform_t3600365921 * get_m_FilterBtn_31() const { return ___m_FilterBtn_31; } inline Transform_t3600365921 ** get_address_of_m_FilterBtn_31() { return &___m_FilterBtn_31; } inline void set_m_FilterBtn_31(Transform_t3600365921 * value) { ___m_FilterBtn_31 = value; Il2CppCodeGenWriteBarrier((&___m_FilterBtn_31), value); } inline static int32_t get_offset_of_m_ActivityTap_32() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_ActivityTap_32)); } inline Transform_t3600365921 * get_m_ActivityTap_32() const { return ___m_ActivityTap_32; } inline Transform_t3600365921 ** get_address_of_m_ActivityTap_32() { return &___m_ActivityTap_32; } inline void set_m_ActivityTap_32(Transform_t3600365921 * value) { ___m_ActivityTap_32 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityTap_32), value); } inline static int32_t get_offset_of_m_VipTap_33() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_VipTap_33)); } inline Transform_t3600365921 * get_m_VipTap_33() const { return ___m_VipTap_33; } inline Transform_t3600365921 ** get_address_of_m_VipTap_33() { return &___m_VipTap_33; } inline void set_m_VipTap_33(Transform_t3600365921 * value) { ___m_VipTap_33 = value; Il2CppCodeGenWriteBarrier((&___m_VipTap_33), value); } inline static int32_t get_offset_of_m_DressTap_34() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_DressTap_34)); } inline Transform_t3600365921 * get_m_DressTap_34() const { return ___m_DressTap_34; } inline Transform_t3600365921 ** get_address_of_m_DressTap_34() { return &___m_DressTap_34; } inline void set_m_DressTap_34(Transform_t3600365921 * value) { ___m_DressTap_34 = value; Il2CppCodeGenWriteBarrier((&___m_DressTap_34), value); } inline static int32_t get_offset_of_m_JewelerTap_35() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_JewelerTap_35)); } inline Transform_t3600365921 * get_m_JewelerTap_35() const { return ___m_JewelerTap_35; } inline Transform_t3600365921 ** get_address_of_m_JewelerTap_35() { return &___m_JewelerTap_35; } inline void set_m_JewelerTap_35(Transform_t3600365921 * value) { ___m_JewelerTap_35 = value; Il2CppCodeGenWriteBarrier((&___m_JewelerTap_35), value); } inline static int32_t get_offset_of_m_PersonalTag_36() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_PersonalTag_36)); } inline Transform_t3600365921 * get_m_PersonalTag_36() const { return ___m_PersonalTag_36; } inline Transform_t3600365921 ** get_address_of_m_PersonalTag_36() { return &___m_PersonalTag_36; } inline void set_m_PersonalTag_36(Transform_t3600365921 * value) { ___m_PersonalTag_36 = value; Il2CppCodeGenWriteBarrier((&___m_PersonalTag_36), value); } inline static int32_t get_offset_of_m_beach_37() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_beach_37)); } inline Transform_t3600365921 * get_m_beach_37() const { return ___m_beach_37; } inline Transform_t3600365921 ** get_address_of_m_beach_37() { return &___m_beach_37; } inline void set_m_beach_37(Transform_t3600365921 * value) { ___m_beach_37 = value; Il2CppCodeGenWriteBarrier((&___m_beach_37), value); } inline static int32_t get_offset_of_m_FilteringBg_38() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_FilteringBg_38)); } inline Transform_t3600365921 * get_m_FilteringBg_38() const { return ___m_FilteringBg_38; } inline Transform_t3600365921 ** get_address_of_m_FilteringBg_38() { return &___m_FilteringBg_38; } inline void set_m_FilteringBg_38(Transform_t3600365921 * value) { ___m_FilteringBg_38 = value; Il2CppCodeGenWriteBarrier((&___m_FilteringBg_38), value); } inline static int32_t get_offset_of_m_shopSelect_39() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_shopSelect_39)); } inline Transform_t3600365921 * get_m_shopSelect_39() const { return ___m_shopSelect_39; } inline Transform_t3600365921 ** get_address_of_m_shopSelect_39() { return &___m_shopSelect_39; } inline void set_m_shopSelect_39(Transform_t3600365921 * value) { ___m_shopSelect_39 = value; Il2CppCodeGenWriteBarrier((&___m_shopSelect_39), value); } inline static int32_t get_offset_of_m_NewPlayerTap_40() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_NewPlayerTap_40)); } inline Transform_t3600365921 * get_m_NewPlayerTap_40() const { return ___m_NewPlayerTap_40; } inline Transform_t3600365921 ** get_address_of_m_NewPlayerTap_40() { return &___m_NewPlayerTap_40; } inline void set_m_NewPlayerTap_40(Transform_t3600365921 * value) { ___m_NewPlayerTap_40 = value; Il2CppCodeGenWriteBarrier((&___m_NewPlayerTap_40), value); } inline static int32_t get_offset_of_m_NewProcucts_41() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_NewProcucts_41)); } inline Transform_t3600365921 * get_m_NewProcucts_41() const { return ___m_NewProcucts_41; } inline Transform_t3600365921 ** get_address_of_m_NewProcucts_41() { return &___m_NewProcucts_41; } inline void set_m_NewProcucts_41(Transform_t3600365921 * value) { ___m_NewProcucts_41 = value; Il2CppCodeGenWriteBarrier((&___m_NewProcucts_41), value); } inline static int32_t get_offset_of_isPhotoReady_42() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___isPhotoReady_42)); } inline bool get_isPhotoReady_42() const { return ___isPhotoReady_42; } inline bool* get_address_of_isPhotoReady_42() { return &___isPhotoReady_42; } inline void set_isPhotoReady_42(bool value) { ___isPhotoReady_42 = value; } inline static int32_t get_offset_of_isPageInit_43() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___isPageInit_43)); } inline bool get_isPageInit_43() const { return ___isPageInit_43; } inline bool* get_address_of_isPageInit_43() { return &___isPageInit_43; } inline void set_isPageInit_43(bool value) { ___isPageInit_43 = value; } inline static int32_t get_offset_of_isComeFromIdosShow_44() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___isComeFromIdosShow_44)); } inline bool get_isComeFromIdosShow_44() const { return ___isComeFromIdosShow_44; } inline bool* get_address_of_isComeFromIdosShow_44() { return &___isComeFromIdosShow_44; } inline void set_isComeFromIdosShow_44(bool value) { ___isComeFromIdosShow_44 = value; } inline static int32_t get_offset_of_m_shareLabel_45() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_shareLabel_45)); } inline UILabel_t3248798549 * get_m_shareLabel_45() const { return ___m_shareLabel_45; } inline UILabel_t3248798549 ** get_address_of_m_shareLabel_45() { return &___m_shareLabel_45; } inline void set_m_shareLabel_45(UILabel_t3248798549 * value) { ___m_shareLabel_45 = value; Il2CppCodeGenWriteBarrier((&___m_shareLabel_45), value); } inline static int32_t get_offset_of_m_Yulanbg_46() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_Yulanbg_46)); } inline UITexture_t3471168817 * get_m_Yulanbg_46() const { return ___m_Yulanbg_46; } inline UITexture_t3471168817 ** get_address_of_m_Yulanbg_46() { return &___m_Yulanbg_46; } inline void set_m_Yulanbg_46(UITexture_t3471168817 * value) { ___m_Yulanbg_46 = value; Il2CppCodeGenWriteBarrier((&___m_Yulanbg_46), value); } inline static int32_t get_offset_of_m_Head_47() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_Head_47)); } inline UITexture_t3471168817 * get_m_Head_47() const { return ___m_Head_47; } inline UITexture_t3471168817 ** get_address_of_m_Head_47() { return &___m_Head_47; } inline void set_m_Head_47(UITexture_t3471168817 * value) { ___m_Head_47 = value; Il2CppCodeGenWriteBarrier((&___m_Head_47), value); } inline static int32_t get_offset_of_lefttime_48() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___lefttime_48)); } inline float get_lefttime_48() const { return ___lefttime_48; } inline float* get_address_of_lefttime_48() { return &___lefttime_48; } inline void set_lefttime_48(float value) { ___lefttime_48 = value; } inline static int32_t get_offset_of_m_Daojishi_49() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_Daojishi_49)); } inline GameObject_t1113636619 * get_m_Daojishi_49() const { return ___m_Daojishi_49; } inline GameObject_t1113636619 ** get_address_of_m_Daojishi_49() { return &___m_Daojishi_49; } inline void set_m_Daojishi_49(GameObject_t1113636619 * value) { ___m_Daojishi_49 = value; Il2CppCodeGenWriteBarrier((&___m_Daojishi_49), value); } inline static int32_t get_offset_of_m_time_50() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_time_50)); } inline UILabel_t3248798549 * get_m_time_50() const { return ___m_time_50; } inline UILabel_t3248798549 ** get_address_of_m_time_50() { return &___m_time_50; } inline void set_m_time_50(UILabel_t3248798549 * value) { ___m_time_50 = value; Il2CppCodeGenWriteBarrier((&___m_time_50), value); } inline static int32_t get_offset_of_m_shopCarRootTran_51() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_shopCarRootTran_51)); } inline Transform_t3600365921 * get_m_shopCarRootTran_51() const { return ___m_shopCarRootTran_51; } inline Transform_t3600365921 ** get_address_of_m_shopCarRootTran_51() { return &___m_shopCarRootTran_51; } inline void set_m_shopCarRootTran_51(Transform_t3600365921 * value) { ___m_shopCarRootTran_51 = value; Il2CppCodeGenWriteBarrier((&___m_shopCarRootTran_51), value); } inline static int32_t get_offset_of_m_shopCountTran_52() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_shopCountTran_52)); } inline Transform_t3600365921 * get_m_shopCountTran_52() const { return ___m_shopCountTran_52; } inline Transform_t3600365921 ** get_address_of_m_shopCountTran_52() { return &___m_shopCountTran_52; } inline void set_m_shopCountTran_52(Transform_t3600365921 * value) { ___m_shopCountTran_52 = value; Il2CppCodeGenWriteBarrier((&___m_shopCountTran_52), value); } inline static int32_t get_offset_of_m_shopCountLabel_53() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_shopCountLabel_53)); } inline UILabel_t3248798549 * get_m_shopCountLabel_53() const { return ___m_shopCountLabel_53; } inline UILabel_t3248798549 ** get_address_of_m_shopCountLabel_53() { return &___m_shopCountLabel_53; } inline void set_m_shopCountLabel_53(UILabel_t3248798549 * value) { ___m_shopCountLabel_53 = value; Il2CppCodeGenWriteBarrier((&___m_shopCountLabel_53), value); } inline static int32_t get_offset_of_m_strLastInputLab_54() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_strLastInputLab_54)); } inline String_t* get_m_strLastInputLab_54() const { return ___m_strLastInputLab_54; } inline String_t** get_address_of_m_strLastInputLab_54() { return &___m_strLastInputLab_54; } inline void set_m_strLastInputLab_54(String_t* value) { ___m_strLastInputLab_54 = value; Il2CppCodeGenWriteBarrier((&___m_strLastInputLab_54), value); } inline static int32_t get_offset_of_m_configList_55() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_configList_55)); } inline List_1_t128053199 * get_m_configList_55() const { return ___m_configList_55; } inline List_1_t128053199 ** get_address_of_m_configList_55() { return &___m_configList_55; } inline void set_m_configList_55(List_1_t128053199 * value) { ___m_configList_55 = value; Il2CppCodeGenWriteBarrier((&___m_configList_55), value); } inline static int32_t get_offset_of_m_curShopCount_56() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_curShopCount_56)); } inline int32_t get_m_curShopCount_56() const { return ___m_curShopCount_56; } inline int32_t* get_address_of_m_curShopCount_56() { return &___m_curShopCount_56; } inline void set_m_curShopCount_56(int32_t value) { ___m_curShopCount_56 = value; } inline static int32_t get_offset_of_m_timeTran_57() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_timeTran_57)); } inline Transform_t3600365921 * get_m_timeTran_57() const { return ___m_timeTran_57; } inline Transform_t3600365921 ** get_address_of_m_timeTran_57() { return &___m_timeTran_57; } inline void set_m_timeTran_57(Transform_t3600365921 * value) { ___m_timeTran_57 = value; Il2CppCodeGenWriteBarrier((&___m_timeTran_57), value); } inline static int32_t get_offset_of_m_btnShare_58() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_btnShare_58)); } inline Transform_t3600365921 * get_m_btnShare_58() const { return ___m_btnShare_58; } inline Transform_t3600365921 ** get_address_of_m_btnShare_58() { return &___m_btnShare_58; } inline void set_m_btnShare_58(Transform_t3600365921 * value) { ___m_btnShare_58 = value; Il2CppCodeGenWriteBarrier((&___m_btnShare_58), value); } inline static int32_t get_offset_of_m_newPlayerPos_59() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_newPlayerPos_59)); } inline Vector3_t3722313464 get_m_newPlayerPos_59() const { return ___m_newPlayerPos_59; } inline Vector3_t3722313464 * get_address_of_m_newPlayerPos_59() { return &___m_newPlayerPos_59; } inline void set_m_newPlayerPos_59(Vector3_t3722313464 value) { ___m_newPlayerPos_59 = value; } inline static int32_t get_offset_of_m_activityPos_60() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_activityPos_60)); } inline Vector3_t3722313464 get_m_activityPos_60() const { return ___m_activityPos_60; } inline Vector3_t3722313464 * get_address_of_m_activityPos_60() { return &___m_activityPos_60; } inline void set_m_activityPos_60(Vector3_t3722313464 value) { ___m_activityPos_60 = value; } inline static int32_t get_offset_of_m_vipPos_61() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_vipPos_61)); } inline Vector3_t3722313464 get_m_vipPos_61() const { return ___m_vipPos_61; } inline Vector3_t3722313464 * get_address_of_m_vipPos_61() { return &___m_vipPos_61; } inline void set_m_vipPos_61(Vector3_t3722313464 value) { ___m_vipPos_61 = value; } inline static int32_t get_offset_of_m_goldWatch_62() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_goldWatch_62)); } inline CGoldWatcher_t2760796238 * get_m_goldWatch_62() const { return ___m_goldWatch_62; } inline CGoldWatcher_t2760796238 ** get_address_of_m_goldWatch_62() { return &___m_goldWatch_62; } inline void set_m_goldWatch_62(CGoldWatcher_t2760796238 * value) { ___m_goldWatch_62 = value; Il2CppCodeGenWriteBarrier((&___m_goldWatch_62), value); } inline static int32_t get_offset_of_m_bMainRole_63() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_bMainRole_63)); } inline bool get_m_bMainRole_63() const { return ___m_bMainRole_63; } inline bool* get_address_of_m_bMainRole_63() { return &___m_bMainRole_63; } inline void set_m_bMainRole_63(bool value) { ___m_bMainRole_63 = value; } inline static int32_t get_offset_of_m_ChangeFlag_64() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_ChangeFlag_64)); } inline int32_t get_m_ChangeFlag_64() const { return ___m_ChangeFlag_64; } inline int32_t* get_address_of_m_ChangeFlag_64() { return &___m_ChangeFlag_64; } inline void set_m_ChangeFlag_64(int32_t value) { ___m_ChangeFlag_64 = value; } inline static int32_t get_offset_of_m_fChangeTime_65() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_fChangeTime_65)); } inline float get_m_fChangeTime_65() const { return ___m_fChangeTime_65; } inline float* get_address_of_m_fChangeTime_65() { return &___m_fChangeTime_65; } inline void set_m_fChangeTime_65(float value) { ___m_fChangeTime_65 = value; } inline static int32_t get_offset_of_m_bInShopWnd_66() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_bInShopWnd_66)); } inline bool get_m_bInShopWnd_66() const { return ___m_bInShopWnd_66; } inline bool* get_address_of_m_bInShopWnd_66() { return &___m_bInShopWnd_66; } inline void set_m_bInShopWnd_66(bool value) { ___m_bInShopWnd_66 = value; } inline static int32_t get_offset_of_m_bInQuickBuyWnd_67() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_bInQuickBuyWnd_67)); } inline bool get_m_bInQuickBuyWnd_67() const { return ___m_bInQuickBuyWnd_67; } inline bool* get_address_of_m_bInQuickBuyWnd_67() { return &___m_bInQuickBuyWnd_67; } inline void set_m_bInQuickBuyWnd_67(bool value) { ___m_bInQuickBuyWnd_67 = value; } inline static int32_t get_offset_of_m_ListSpriteUp_68() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_ListSpriteUp_68)); } inline List_1_t1666189680 * get_m_ListSpriteUp_68() const { return ___m_ListSpriteUp_68; } inline List_1_t1666189680 ** get_address_of_m_ListSpriteUp_68() { return &___m_ListSpriteUp_68; } inline void set_m_ListSpriteUp_68(List_1_t1666189680 * value) { ___m_ListSpriteUp_68 = value; Il2CppCodeGenWriteBarrier((&___m_ListSpriteUp_68), value); } inline static int32_t get_offset_of_m_ListSpriteDown_69() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_ListSpriteDown_69)); } inline List_1_t1666189680 * get_m_ListSpriteDown_69() const { return ___m_ListSpriteDown_69; } inline List_1_t1666189680 ** get_address_of_m_ListSpriteDown_69() { return &___m_ListSpriteDown_69; } inline void set_m_ListSpriteDown_69(List_1_t1666189680 * value) { ___m_ListSpriteDown_69 = value; Il2CppCodeGenWriteBarrier((&___m_ListSpriteDown_69), value); } inline static int32_t get_offset_of_m_ListSpriteMyFashion_70() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_ListSpriteMyFashion_70)); } inline List_1_t1666189680 * get_m_ListSpriteMyFashion_70() const { return ___m_ListSpriteMyFashion_70; } inline List_1_t1666189680 ** get_address_of_m_ListSpriteMyFashion_70() { return &___m_ListSpriteMyFashion_70; } inline void set_m_ListSpriteMyFashion_70(List_1_t1666189680 * value) { ___m_ListSpriteMyFashion_70 = value; Il2CppCodeGenWriteBarrier((&___m_ListSpriteMyFashion_70), value); } inline static int32_t get_offset_of_m_nMyFashionOld_71() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_nMyFashionOld_71)); } inline int32_t get_m_nMyFashionOld_71() const { return ___m_nMyFashionOld_71; } inline int32_t* get_address_of_m_nMyFashionOld_71() { return &___m_nMyFashionOld_71; } inline void set_m_nMyFashionOld_71(int32_t value) { ___m_nMyFashionOld_71 = value; } inline static int32_t get_offset_of_m_nFashionOffsetOld_72() { return static_cast(offsetof(ScenePersonalWndShop_t78642639, ___m_nFashionOffsetOld_72)); } inline int32_t get_m_nFashionOffsetOld_72() const { return ___m_nFashionOffsetOld_72; } inline int32_t* get_address_of_m_nFashionOffsetOld_72() { return &___m_nFashionOffsetOld_72; } inline void set_m_nFashionOffsetOld_72(int32_t value) { ___m_nFashionOffsetOld_72 = value; } }; struct ScenePersonalWndShop_t78642639_StaticFields { public: // ScenePersonalWndShop ScenePersonalWndShop::s_instance ScenePersonalWndShop_t78642639 * ___s_instance_2; // ScenePersonalWndShop/OnClickMsgCallBack ScenePersonalWndShop::<>f__mg$cache0 OnClickMsgCallBack_t2526724959 * ___U3CU3Ef__mgU24cache0_73; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(ScenePersonalWndShop_t78642639_StaticFields, ___s_instance_2)); } inline ScenePersonalWndShop_t78642639 * get_s_instance_2() const { return ___s_instance_2; } inline ScenePersonalWndShop_t78642639 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(ScenePersonalWndShop_t78642639 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_73() { return static_cast(offsetof(ScenePersonalWndShop_t78642639_StaticFields, ___U3CU3Ef__mgU24cache0_73)); } inline OnClickMsgCallBack_t2526724959 * get_U3CU3Ef__mgU24cache0_73() const { return ___U3CU3Ef__mgU24cache0_73; } inline OnClickMsgCallBack_t2526724959 ** get_address_of_U3CU3Ef__mgU24cache0_73() { return &___U3CU3Ef__mgU24cache0_73; } inline void set_U3CU3Ef__mgU24cache0_73(OnClickMsgCallBack_t2526724959 * value) { ___U3CU3Ef__mgU24cache0_73 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_73), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDSHOP_T78642639_H #ifndef UIMANAGEQUESTION_T3299556974_H #define UIMANAGEQUESTION_T3299556974_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiManageQuestion struct uiManageQuestion_t3299556974 : public MonoBehaviour_t3962482529 { public: // uiSubmitQuestion uiManageQuestion::m_uiSubmitQuestion uiSubmitQuestion_t3630908557 * ___m_uiSubmitQuestion_2; // uiQuestionList uiManageQuestion::m_QuestionList uiQuestionList_t910700717 * ___m_QuestionList_3; // uiChatDetail uiManageQuestion::m_chatDetail uiChatDetail_t727258998 * ___m_chatDetail_4; // UIInput uiManageQuestion::m_Input UIInput_t421821618 * ___m_Input_5; public: inline static int32_t get_offset_of_m_uiSubmitQuestion_2() { return static_cast(offsetof(uiManageQuestion_t3299556974, ___m_uiSubmitQuestion_2)); } inline uiSubmitQuestion_t3630908557 * get_m_uiSubmitQuestion_2() const { return ___m_uiSubmitQuestion_2; } inline uiSubmitQuestion_t3630908557 ** get_address_of_m_uiSubmitQuestion_2() { return &___m_uiSubmitQuestion_2; } inline void set_m_uiSubmitQuestion_2(uiSubmitQuestion_t3630908557 * value) { ___m_uiSubmitQuestion_2 = value; Il2CppCodeGenWriteBarrier((&___m_uiSubmitQuestion_2), value); } inline static int32_t get_offset_of_m_QuestionList_3() { return static_cast(offsetof(uiManageQuestion_t3299556974, ___m_QuestionList_3)); } inline uiQuestionList_t910700717 * get_m_QuestionList_3() const { return ___m_QuestionList_3; } inline uiQuestionList_t910700717 ** get_address_of_m_QuestionList_3() { return &___m_QuestionList_3; } inline void set_m_QuestionList_3(uiQuestionList_t910700717 * value) { ___m_QuestionList_3 = value; Il2CppCodeGenWriteBarrier((&___m_QuestionList_3), value); } inline static int32_t get_offset_of_m_chatDetail_4() { return static_cast(offsetof(uiManageQuestion_t3299556974, ___m_chatDetail_4)); } inline uiChatDetail_t727258998 * get_m_chatDetail_4() const { return ___m_chatDetail_4; } inline uiChatDetail_t727258998 ** get_address_of_m_chatDetail_4() { return &___m_chatDetail_4; } inline void set_m_chatDetail_4(uiChatDetail_t727258998 * value) { ___m_chatDetail_4 = value; Il2CppCodeGenWriteBarrier((&___m_chatDetail_4), value); } inline static int32_t get_offset_of_m_Input_5() { return static_cast(offsetof(uiManageQuestion_t3299556974, ___m_Input_5)); } inline UIInput_t421821618 * get_m_Input_5() const { return ___m_Input_5; } inline UIInput_t421821618 ** get_address_of_m_Input_5() { return &___m_Input_5; } inline void set_m_Input_5(UIInput_t421821618 * value) { ___m_Input_5 = value; Il2CppCodeGenWriteBarrier((&___m_Input_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIMANAGEQUESTION_T3299556974_H #ifndef SCENESEXPLAY_T1926351853_H #define SCENESEXPLAY_T1926351853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SceneSexPlay struct SceneSexPlay_t1926351853 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform SceneSexPlay::SceneTarget Transform_t3600365921 * ___SceneTarget_2; // System.Int32 SceneSexPlay::ScenePointIndex int32_t ___ScenePointIndex_3; // System.Boolean SceneSexPlay::AsMale bool ___AsMale_4; public: inline static int32_t get_offset_of_SceneTarget_2() { return static_cast(offsetof(SceneSexPlay_t1926351853, ___SceneTarget_2)); } inline Transform_t3600365921 * get_SceneTarget_2() const { return ___SceneTarget_2; } inline Transform_t3600365921 ** get_address_of_SceneTarget_2() { return &___SceneTarget_2; } inline void set_SceneTarget_2(Transform_t3600365921 * value) { ___SceneTarget_2 = value; Il2CppCodeGenWriteBarrier((&___SceneTarget_2), value); } inline static int32_t get_offset_of_ScenePointIndex_3() { return static_cast(offsetof(SceneSexPlay_t1926351853, ___ScenePointIndex_3)); } inline int32_t get_ScenePointIndex_3() const { return ___ScenePointIndex_3; } inline int32_t* get_address_of_ScenePointIndex_3() { return &___ScenePointIndex_3; } inline void set_ScenePointIndex_3(int32_t value) { ___ScenePointIndex_3 = value; } inline static int32_t get_offset_of_AsMale_4() { return static_cast(offsetof(SceneSexPlay_t1926351853, ___AsMale_4)); } inline bool get_AsMale_4() const { return ___AsMale_4; } inline bool* get_address_of_AsMale_4() { return &___AsMale_4; } inline void set_AsMale_4(bool value) { ___AsMale_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENESEXPLAY_T1926351853_H #ifndef DMSCROLLWND_T1110969451_H #define DMSCROLLWND_T1110969451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMScrollWnd struct DMScrollWnd_t1110969451 : public MonoBehaviour_t3962482529 { public: // DMScrollWnd/enumScrollType DMScrollWnd::m_ScrollType int32_t ___m_ScrollType_2; // UnityEngine.GameObject DMScrollWnd::m_ScrollWnd GameObject_t1113636619 * ___m_ScrollWnd_3; // System.Single DMScrollWnd::m_fMin float ___m_fMin_4; // System.Single DMScrollWnd::m_fMax float ___m_fMax_5; // System.Single DMScrollWnd::m_clkLabor float ___m_clkLabor_6; // System.Single DMScrollWnd::m_fWndPos float ___m_fWndPos_7; // UIPanel DMScrollWnd::m_UIPanel UIPanel_t1716472341 * ___m_UIPanel_8; // DMScrollWnd/OnScrollChanged DMScrollWnd::m_ScrollEvt OnScrollChanged_t615664828 * ___m_ScrollEvt_9; // UnityEngine.Camera DMScrollWnd::m_ownerCamera Camera_t4157153871 * ___m_ownerCamera_10; public: inline static int32_t get_offset_of_m_ScrollType_2() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_ScrollType_2)); } inline int32_t get_m_ScrollType_2() const { return ___m_ScrollType_2; } inline int32_t* get_address_of_m_ScrollType_2() { return &___m_ScrollType_2; } inline void set_m_ScrollType_2(int32_t value) { ___m_ScrollType_2 = value; } inline static int32_t get_offset_of_m_ScrollWnd_3() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_ScrollWnd_3)); } inline GameObject_t1113636619 * get_m_ScrollWnd_3() const { return ___m_ScrollWnd_3; } inline GameObject_t1113636619 ** get_address_of_m_ScrollWnd_3() { return &___m_ScrollWnd_3; } inline void set_m_ScrollWnd_3(GameObject_t1113636619 * value) { ___m_ScrollWnd_3 = value; Il2CppCodeGenWriteBarrier((&___m_ScrollWnd_3), value); } inline static int32_t get_offset_of_m_fMin_4() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_fMin_4)); } inline float get_m_fMin_4() const { return ___m_fMin_4; } inline float* get_address_of_m_fMin_4() { return &___m_fMin_4; } inline void set_m_fMin_4(float value) { ___m_fMin_4 = value; } inline static int32_t get_offset_of_m_fMax_5() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_fMax_5)); } inline float get_m_fMax_5() const { return ___m_fMax_5; } inline float* get_address_of_m_fMax_5() { return &___m_fMax_5; } inline void set_m_fMax_5(float value) { ___m_fMax_5 = value; } inline static int32_t get_offset_of_m_clkLabor_6() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_clkLabor_6)); } inline float get_m_clkLabor_6() const { return ___m_clkLabor_6; } inline float* get_address_of_m_clkLabor_6() { return &___m_clkLabor_6; } inline void set_m_clkLabor_6(float value) { ___m_clkLabor_6 = value; } inline static int32_t get_offset_of_m_fWndPos_7() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_fWndPos_7)); } inline float get_m_fWndPos_7() const { return ___m_fWndPos_7; } inline float* get_address_of_m_fWndPos_7() { return &___m_fWndPos_7; } inline void set_m_fWndPos_7(float value) { ___m_fWndPos_7 = value; } inline static int32_t get_offset_of_m_UIPanel_8() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_UIPanel_8)); } inline UIPanel_t1716472341 * get_m_UIPanel_8() const { return ___m_UIPanel_8; } inline UIPanel_t1716472341 ** get_address_of_m_UIPanel_8() { return &___m_UIPanel_8; } inline void set_m_UIPanel_8(UIPanel_t1716472341 * value) { ___m_UIPanel_8 = value; Il2CppCodeGenWriteBarrier((&___m_UIPanel_8), value); } inline static int32_t get_offset_of_m_ScrollEvt_9() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_ScrollEvt_9)); } inline OnScrollChanged_t615664828 * get_m_ScrollEvt_9() const { return ___m_ScrollEvt_9; } inline OnScrollChanged_t615664828 ** get_address_of_m_ScrollEvt_9() { return &___m_ScrollEvt_9; } inline void set_m_ScrollEvt_9(OnScrollChanged_t615664828 * value) { ___m_ScrollEvt_9 = value; Il2CppCodeGenWriteBarrier((&___m_ScrollEvt_9), value); } inline static int32_t get_offset_of_m_ownerCamera_10() { return static_cast(offsetof(DMScrollWnd_t1110969451, ___m_ownerCamera_10)); } inline Camera_t4157153871 * get_m_ownerCamera_10() const { return ___m_ownerCamera_10; } inline Camera_t4157153871 ** get_address_of_m_ownerCamera_10() { return &___m_ownerCamera_10; } inline void set_m_ownerCamera_10(Camera_t4157153871 * value) { ___m_ownerCamera_10 = value; Il2CppCodeGenWriteBarrier((&___m_ownerCamera_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMSCROLLWND_T1110969451_H #ifndef UILOGICSTAGEINFO_T1995670356_H #define UILOGICSTAGEINFO_T1995670356_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiLogicStageInfo struct uiLogicStageInfo_t1995670356 : public MonoBehaviour_t3962482529 { public: // UILabel uiLogicStageInfo::m_LabelSectionTitle UILabel_t3248798549 * ___m_LabelSectionTitle_2; // UILabel uiLogicStageInfo::m_MusicName UILabel_t3248798549 * ___m_MusicName_3; // UILabel uiLogicStageInfo::m_SingerName UILabel_t3248798549 * ___m_SingerName_4; // UILabel uiLogicStageInfo::m_LabelBpm UILabel_t3248798549 * ___m_LabelBpm_5; // UILabel uiLogicStageInfo::m_LabelMode UILabel_t3248798549 * ___m_LabelMode_6; // UILabel uiLogicStageInfo::m_MaxScore UILabel_t3248798549 * ___m_MaxScore_7; // UILabel uiLogicStageInfo::m_Difficute UILabel_t3248798549 * ___m_Difficute_8; // UISprite uiLogicStageInfo::m_diffSp UISprite_t194114938 * ___m_diffSp_9; // UITexture uiLogicStageInfo::m_MusicIcon UITexture_t3471168817 * ___m_MusicIcon_10; // UISprite[] uiLogicStageInfo::m_StartIcons UISpriteU5BU5D_t1415066463* ___m_StartIcons_11; // UnityEngine.Transform[] uiLogicStageInfo::m_DifficultStars TransformU5BU5D_t807237628* ___m_DifficultStars_12; // UnityEngine.Transform uiLogicStageInfo::m_AlreadyGet Transform_t3600365921 * ___m_AlreadyGet_13; // UnityEngine.Transform uiLogicStageInfo::m_BtnRootCanRun Transform_t3600365921 * ___m_BtnRootCanRun_14; // UnityEngine.Transform uiLogicStageInfo::m_BtnRootCanNotRun Transform_t3600365921 * ___m_BtnRootCanNotRun_15; // UnityEngine.Transform uiLogicStageInfo::m_firstGiftValid Transform_t3600365921 * ___m_firstGiftValid_16; // UnityEngine.Transform uiLogicStageInfo::m_firstGiftInvalid Transform_t3600365921 * ___m_firstGiftInvalid_17; // System.Boolean uiLogicStageInfo::isPageInit bool ___isPageInit_18; // System.Int32 uiLogicStageInfo::m_MainLevel int32_t ___m_MainLevel_19; // System.Int32 uiLogicStageInfo::m_SubLevel int32_t ___m_SubLevel_20; // System.Int32 uiLogicStageInfo::m_curMusicID int32_t ___m_curMusicID_21; // System.Boolean uiLogicStageInfo::m_bLoadMusicIcon bool ___m_bLoadMusicIcon_22; public: inline static int32_t get_offset_of_m_LabelSectionTitle_2() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_LabelSectionTitle_2)); } inline UILabel_t3248798549 * get_m_LabelSectionTitle_2() const { return ___m_LabelSectionTitle_2; } inline UILabel_t3248798549 ** get_address_of_m_LabelSectionTitle_2() { return &___m_LabelSectionTitle_2; } inline void set_m_LabelSectionTitle_2(UILabel_t3248798549 * value) { ___m_LabelSectionTitle_2 = value; Il2CppCodeGenWriteBarrier((&___m_LabelSectionTitle_2), value); } inline static int32_t get_offset_of_m_MusicName_3() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_MusicName_3)); } inline UILabel_t3248798549 * get_m_MusicName_3() const { return ___m_MusicName_3; } inline UILabel_t3248798549 ** get_address_of_m_MusicName_3() { return &___m_MusicName_3; } inline void set_m_MusicName_3(UILabel_t3248798549 * value) { ___m_MusicName_3 = value; Il2CppCodeGenWriteBarrier((&___m_MusicName_3), value); } inline static int32_t get_offset_of_m_SingerName_4() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_SingerName_4)); } inline UILabel_t3248798549 * get_m_SingerName_4() const { return ___m_SingerName_4; } inline UILabel_t3248798549 ** get_address_of_m_SingerName_4() { return &___m_SingerName_4; } inline void set_m_SingerName_4(UILabel_t3248798549 * value) { ___m_SingerName_4 = value; Il2CppCodeGenWriteBarrier((&___m_SingerName_4), value); } inline static int32_t get_offset_of_m_LabelBpm_5() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_LabelBpm_5)); } inline UILabel_t3248798549 * get_m_LabelBpm_5() const { return ___m_LabelBpm_5; } inline UILabel_t3248798549 ** get_address_of_m_LabelBpm_5() { return &___m_LabelBpm_5; } inline void set_m_LabelBpm_5(UILabel_t3248798549 * value) { ___m_LabelBpm_5 = value; Il2CppCodeGenWriteBarrier((&___m_LabelBpm_5), value); } inline static int32_t get_offset_of_m_LabelMode_6() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_LabelMode_6)); } inline UILabel_t3248798549 * get_m_LabelMode_6() const { return ___m_LabelMode_6; } inline UILabel_t3248798549 ** get_address_of_m_LabelMode_6() { return &___m_LabelMode_6; } inline void set_m_LabelMode_6(UILabel_t3248798549 * value) { ___m_LabelMode_6 = value; Il2CppCodeGenWriteBarrier((&___m_LabelMode_6), value); } inline static int32_t get_offset_of_m_MaxScore_7() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_MaxScore_7)); } inline UILabel_t3248798549 * get_m_MaxScore_7() const { return ___m_MaxScore_7; } inline UILabel_t3248798549 ** get_address_of_m_MaxScore_7() { return &___m_MaxScore_7; } inline void set_m_MaxScore_7(UILabel_t3248798549 * value) { ___m_MaxScore_7 = value; Il2CppCodeGenWriteBarrier((&___m_MaxScore_7), value); } inline static int32_t get_offset_of_m_Difficute_8() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_Difficute_8)); } inline UILabel_t3248798549 * get_m_Difficute_8() const { return ___m_Difficute_8; } inline UILabel_t3248798549 ** get_address_of_m_Difficute_8() { return &___m_Difficute_8; } inline void set_m_Difficute_8(UILabel_t3248798549 * value) { ___m_Difficute_8 = value; Il2CppCodeGenWriteBarrier((&___m_Difficute_8), value); } inline static int32_t get_offset_of_m_diffSp_9() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_diffSp_9)); } inline UISprite_t194114938 * get_m_diffSp_9() const { return ___m_diffSp_9; } inline UISprite_t194114938 ** get_address_of_m_diffSp_9() { return &___m_diffSp_9; } inline void set_m_diffSp_9(UISprite_t194114938 * value) { ___m_diffSp_9 = value; Il2CppCodeGenWriteBarrier((&___m_diffSp_9), value); } inline static int32_t get_offset_of_m_MusicIcon_10() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_MusicIcon_10)); } inline UITexture_t3471168817 * get_m_MusicIcon_10() const { return ___m_MusicIcon_10; } inline UITexture_t3471168817 ** get_address_of_m_MusicIcon_10() { return &___m_MusicIcon_10; } inline void set_m_MusicIcon_10(UITexture_t3471168817 * value) { ___m_MusicIcon_10 = value; Il2CppCodeGenWriteBarrier((&___m_MusicIcon_10), value); } inline static int32_t get_offset_of_m_StartIcons_11() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_StartIcons_11)); } inline UISpriteU5BU5D_t1415066463* get_m_StartIcons_11() const { return ___m_StartIcons_11; } inline UISpriteU5BU5D_t1415066463** get_address_of_m_StartIcons_11() { return &___m_StartIcons_11; } inline void set_m_StartIcons_11(UISpriteU5BU5D_t1415066463* value) { ___m_StartIcons_11 = value; Il2CppCodeGenWriteBarrier((&___m_StartIcons_11), value); } inline static int32_t get_offset_of_m_DifficultStars_12() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_DifficultStars_12)); } inline TransformU5BU5D_t807237628* get_m_DifficultStars_12() const { return ___m_DifficultStars_12; } inline TransformU5BU5D_t807237628** get_address_of_m_DifficultStars_12() { return &___m_DifficultStars_12; } inline void set_m_DifficultStars_12(TransformU5BU5D_t807237628* value) { ___m_DifficultStars_12 = value; Il2CppCodeGenWriteBarrier((&___m_DifficultStars_12), value); } inline static int32_t get_offset_of_m_AlreadyGet_13() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_AlreadyGet_13)); } inline Transform_t3600365921 * get_m_AlreadyGet_13() const { return ___m_AlreadyGet_13; } inline Transform_t3600365921 ** get_address_of_m_AlreadyGet_13() { return &___m_AlreadyGet_13; } inline void set_m_AlreadyGet_13(Transform_t3600365921 * value) { ___m_AlreadyGet_13 = value; Il2CppCodeGenWriteBarrier((&___m_AlreadyGet_13), value); } inline static int32_t get_offset_of_m_BtnRootCanRun_14() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_BtnRootCanRun_14)); } inline Transform_t3600365921 * get_m_BtnRootCanRun_14() const { return ___m_BtnRootCanRun_14; } inline Transform_t3600365921 ** get_address_of_m_BtnRootCanRun_14() { return &___m_BtnRootCanRun_14; } inline void set_m_BtnRootCanRun_14(Transform_t3600365921 * value) { ___m_BtnRootCanRun_14 = value; Il2CppCodeGenWriteBarrier((&___m_BtnRootCanRun_14), value); } inline static int32_t get_offset_of_m_BtnRootCanNotRun_15() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_BtnRootCanNotRun_15)); } inline Transform_t3600365921 * get_m_BtnRootCanNotRun_15() const { return ___m_BtnRootCanNotRun_15; } inline Transform_t3600365921 ** get_address_of_m_BtnRootCanNotRun_15() { return &___m_BtnRootCanNotRun_15; } inline void set_m_BtnRootCanNotRun_15(Transform_t3600365921 * value) { ___m_BtnRootCanNotRun_15 = value; Il2CppCodeGenWriteBarrier((&___m_BtnRootCanNotRun_15), value); } inline static int32_t get_offset_of_m_firstGiftValid_16() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_firstGiftValid_16)); } inline Transform_t3600365921 * get_m_firstGiftValid_16() const { return ___m_firstGiftValid_16; } inline Transform_t3600365921 ** get_address_of_m_firstGiftValid_16() { return &___m_firstGiftValid_16; } inline void set_m_firstGiftValid_16(Transform_t3600365921 * value) { ___m_firstGiftValid_16 = value; Il2CppCodeGenWriteBarrier((&___m_firstGiftValid_16), value); } inline static int32_t get_offset_of_m_firstGiftInvalid_17() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_firstGiftInvalid_17)); } inline Transform_t3600365921 * get_m_firstGiftInvalid_17() const { return ___m_firstGiftInvalid_17; } inline Transform_t3600365921 ** get_address_of_m_firstGiftInvalid_17() { return &___m_firstGiftInvalid_17; } inline void set_m_firstGiftInvalid_17(Transform_t3600365921 * value) { ___m_firstGiftInvalid_17 = value; Il2CppCodeGenWriteBarrier((&___m_firstGiftInvalid_17), value); } inline static int32_t get_offset_of_isPageInit_18() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___isPageInit_18)); } inline bool get_isPageInit_18() const { return ___isPageInit_18; } inline bool* get_address_of_isPageInit_18() { return &___isPageInit_18; } inline void set_isPageInit_18(bool value) { ___isPageInit_18 = value; } inline static int32_t get_offset_of_m_MainLevel_19() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_MainLevel_19)); } inline int32_t get_m_MainLevel_19() const { return ___m_MainLevel_19; } inline int32_t* get_address_of_m_MainLevel_19() { return &___m_MainLevel_19; } inline void set_m_MainLevel_19(int32_t value) { ___m_MainLevel_19 = value; } inline static int32_t get_offset_of_m_SubLevel_20() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_SubLevel_20)); } inline int32_t get_m_SubLevel_20() const { return ___m_SubLevel_20; } inline int32_t* get_address_of_m_SubLevel_20() { return &___m_SubLevel_20; } inline void set_m_SubLevel_20(int32_t value) { ___m_SubLevel_20 = value; } inline static int32_t get_offset_of_m_curMusicID_21() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_curMusicID_21)); } inline int32_t get_m_curMusicID_21() const { return ___m_curMusicID_21; } inline int32_t* get_address_of_m_curMusicID_21() { return &___m_curMusicID_21; } inline void set_m_curMusicID_21(int32_t value) { ___m_curMusicID_21 = value; } inline static int32_t get_offset_of_m_bLoadMusicIcon_22() { return static_cast(offsetof(uiLogicStageInfo_t1995670356, ___m_bLoadMusicIcon_22)); } inline bool get_m_bLoadMusicIcon_22() const { return ___m_bLoadMusicIcon_22; } inline bool* get_address_of_m_bLoadMusicIcon_22() { return &___m_bLoadMusicIcon_22; } inline void set_m_bLoadMusicIcon_22(bool value) { ___m_bLoadMusicIcon_22 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILOGICSTAGEINFO_T1995670356_H #ifndef CLEDOUAPI_T315808977_H #define CLEDOUAPI_T315808977_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CLeDouApi struct CLeDouApi_t315808977 : public MonoBehaviour_t3962482529 { public: // System.Boolean CLeDouApi::m_bEnable bool ___m_bEnable_3; // System.Boolean CLeDouApi::m_isFirstTimeRunning bool ___m_isFirstTimeRunning_13; public: inline static int32_t get_offset_of_m_bEnable_3() { return static_cast(offsetof(CLeDouApi_t315808977, ___m_bEnable_3)); } inline bool get_m_bEnable_3() const { return ___m_bEnable_3; } inline bool* get_address_of_m_bEnable_3() { return &___m_bEnable_3; } inline void set_m_bEnable_3(bool value) { ___m_bEnable_3 = value; } inline static int32_t get_offset_of_m_isFirstTimeRunning_13() { return static_cast(offsetof(CLeDouApi_t315808977, ___m_isFirstTimeRunning_13)); } inline bool get_m_isFirstTimeRunning_13() const { return ___m_isFirstTimeRunning_13; } inline bool* get_address_of_m_isFirstTimeRunning_13() { return &___m_isFirstTimeRunning_13; } inline void set_m_isFirstTimeRunning_13(bool value) { ___m_isFirstTimeRunning_13 = value; } }; struct CLeDouApi_t315808977_StaticFields { public: // CLeDouApi CLeDouApi::s_instance CLeDouApi_t315808977 * ___s_instance_2; // DMCore.OnMsgBoxClkCallBack CLeDouApi::<>f__mg$cache0 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache0_14; // DMCore.OnMsgBoxClkCallBack CLeDouApi::<>f__mg$cache1 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache1_15; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(CLeDouApi_t315808977_StaticFields, ___s_instance_2)); } inline CLeDouApi_t315808977 * get_s_instance_2() const { return ___s_instance_2; } inline CLeDouApi_t315808977 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(CLeDouApi_t315808977 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_14() { return static_cast(offsetof(CLeDouApi_t315808977_StaticFields, ___U3CU3Ef__mgU24cache0_14)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache0_14() const { return ___U3CU3Ef__mgU24cache0_14; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache0_14() { return &___U3CU3Ef__mgU24cache0_14; } inline void set_U3CU3Ef__mgU24cache0_14(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache0_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_14), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_15() { return static_cast(offsetof(CLeDouApi_t315808977_StaticFields, ___U3CU3Ef__mgU24cache1_15)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache1_15() const { return ___U3CU3Ef__mgU24cache1_15; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache1_15() { return &___U3CU3Ef__mgU24cache1_15; } inline void set_U3CU3Ef__mgU24cache1_15(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache1_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLEDOUAPI_T315808977_H #ifndef SCENEPERSONALTRAPKGLIST_T2777623657_H #define SCENEPERSONALTRAPKGLIST_T2777623657_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalTraPkgList struct ScenePersonalTraPkgList_t2777623657 : public MonoBehaviour_t3962482529 { public: // DMListView ScenePersonalTraPkgList::m_ListView DMListView_t512231514 * ___m_ListView_2; // System.Boolean ScenePersonalTraPkgList::isPageInit bool ___isPageInit_3; // System.Int32 ScenePersonalTraPkgList::currentSetRowNum int32_t ___currentSetRowNum_4; // System.Int32 ScenePersonalTraPkgList::m_tickLabor int32_t ___m_tickLabor_5; public: inline static int32_t get_offset_of_m_ListView_2() { return static_cast(offsetof(ScenePersonalTraPkgList_t2777623657, ___m_ListView_2)); } inline DMListView_t512231514 * get_m_ListView_2() const { return ___m_ListView_2; } inline DMListView_t512231514 ** get_address_of_m_ListView_2() { return &___m_ListView_2; } inline void set_m_ListView_2(DMListView_t512231514 * value) { ___m_ListView_2 = value; Il2CppCodeGenWriteBarrier((&___m_ListView_2), value); } inline static int32_t get_offset_of_isPageInit_3() { return static_cast(offsetof(ScenePersonalTraPkgList_t2777623657, ___isPageInit_3)); } inline bool get_isPageInit_3() const { return ___isPageInit_3; } inline bool* get_address_of_isPageInit_3() { return &___isPageInit_3; } inline void set_isPageInit_3(bool value) { ___isPageInit_3 = value; } inline static int32_t get_offset_of_currentSetRowNum_4() { return static_cast(offsetof(ScenePersonalTraPkgList_t2777623657, ___currentSetRowNum_4)); } inline int32_t get_currentSetRowNum_4() const { return ___currentSetRowNum_4; } inline int32_t* get_address_of_currentSetRowNum_4() { return &___currentSetRowNum_4; } inline void set_currentSetRowNum_4(int32_t value) { ___currentSetRowNum_4 = value; } inline static int32_t get_offset_of_m_tickLabor_5() { return static_cast(offsetof(ScenePersonalTraPkgList_t2777623657, ___m_tickLabor_5)); } inline int32_t get_m_tickLabor_5() const { return ___m_tickLabor_5; } inline int32_t* get_address_of_m_tickLabor_5() { return &___m_tickLabor_5; } inline void set_m_tickLabor_5(int32_t value) { ___m_tickLabor_5 = value; } }; struct ScenePersonalTraPkgList_t2777623657_StaticFields { public: // System.Boolean ScenePersonalTraPkgList::isTabSeach bool ___isTabSeach_6; public: inline static int32_t get_offset_of_isTabSeach_6() { return static_cast(offsetof(ScenePersonalTraPkgList_t2777623657_StaticFields, ___isTabSeach_6)); } inline bool get_isTabSeach_6() const { return ___isTabSeach_6; } inline bool* get_address_of_isTabSeach_6() { return &___isTabSeach_6; } inline void set_isTabSeach_6(bool value) { ___isTabSeach_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALTRAPKGLIST_T2777623657_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 SCENEPERSONALBTNCALLBACK_T2666224716_H #define SCENEPERSONALBTNCALLBACK_T2666224716_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalBtnCallBack struct ScenePersonalBtnCallBack_t2666224716 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject ScenePersonalBtnCallBack::m_WatchReturnObj GameObject_t1113636619 * ___m_WatchReturnObj_2; // System.Int32 ScenePersonalBtnCallBack::m_WatchReturnMonoID int32_t ___m_WatchReturnMonoID_3; // UnityEngine.GameObject ScenePersonalBtnCallBack::m_Btn_Chat GameObject_t1113636619 * ___m_Btn_Chat_4; public: inline static int32_t get_offset_of_m_WatchReturnObj_2() { return static_cast(offsetof(ScenePersonalBtnCallBack_t2666224716, ___m_WatchReturnObj_2)); } inline GameObject_t1113636619 * get_m_WatchReturnObj_2() const { return ___m_WatchReturnObj_2; } inline GameObject_t1113636619 ** get_address_of_m_WatchReturnObj_2() { return &___m_WatchReturnObj_2; } inline void set_m_WatchReturnObj_2(GameObject_t1113636619 * value) { ___m_WatchReturnObj_2 = value; Il2CppCodeGenWriteBarrier((&___m_WatchReturnObj_2), value); } inline static int32_t get_offset_of_m_WatchReturnMonoID_3() { return static_cast(offsetof(ScenePersonalBtnCallBack_t2666224716, ___m_WatchReturnMonoID_3)); } inline int32_t get_m_WatchReturnMonoID_3() const { return ___m_WatchReturnMonoID_3; } inline int32_t* get_address_of_m_WatchReturnMonoID_3() { return &___m_WatchReturnMonoID_3; } inline void set_m_WatchReturnMonoID_3(int32_t value) { ___m_WatchReturnMonoID_3 = value; } inline static int32_t get_offset_of_m_Btn_Chat_4() { return static_cast(offsetof(ScenePersonalBtnCallBack_t2666224716, ___m_Btn_Chat_4)); } inline GameObject_t1113636619 * get_m_Btn_Chat_4() const { return ___m_Btn_Chat_4; } inline GameObject_t1113636619 ** get_address_of_m_Btn_Chat_4() { return &___m_Btn_Chat_4; } inline void set_m_Btn_Chat_4(GameObject_t1113636619 * value) { ___m_Btn_Chat_4 = value; Il2CppCodeGenWriteBarrier((&___m_Btn_Chat_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALBTNCALLBACK_T2666224716_H #ifndef SPIRITGUIDEITEM_T282195262_H #define SPIRITGUIDEITEM_T282195262_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SpiritGuideItem struct SpiritGuideItem_t282195262 : public MonoBehaviour_t3962482529 { public: // UILabel SpiritGuideItem::m_name UILabel_t3248798549 * ___m_name_2; // UILabel SpiritGuideItem::m_desc UILabel_t3248798549 * ___m_desc_3; // UnityEngine.Transform SpiritGuideItem::m_tuijian Transform_t3600365921 * ___m_tuijian_4; // UnityEngine.Transform SpiritGuideItem::m_jingxuan Transform_t3600365921 * ___m_jingxuan_5; // UILabel SpiritGuideItem::m_btnGoName UILabel_t3248798549 * ___m_btnGoName_6; // UISprite SpiritGuideItem::m_btnGoBg UISprite_t194114938 * ___m_btnGoBg_7; // UnityEngine.GameObject SpiritGuideItem::m_btnGo GameObject_t1113636619 * ___m_btnGo_8; // UnityEngine.GameObject SpiritGuideItem::m_nameBg GameObject_t1113636619 * ___m_nameBg_9; // DMCore.Logic.SpriteDesc SpiritGuideItem::m_descData SpriteDesc_t3208779560 * ___m_descData_10; public: inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(SpiritGuideItem_t282195262, ___m_name_2)); } inline UILabel_t3248798549 * get_m_name_2() const { return ___m_name_2; } inline UILabel_t3248798549 ** get_address_of_m_name_2() { return &___m_name_2; } inline void set_m_name_2(UILabel_t3248798549 * value) { ___m_name_2 = value; Il2CppCodeGenWriteBarrier((&___m_name_2), value); } inline static int32_t get_offset_of_m_desc_3() { return static_cast(offsetof(SpiritGuideItem_t282195262, ___m_desc_3)); } inline UILabel_t3248798549 * get_m_desc_3() const { return ___m_desc_3; } inline UILabel_t3248798549 ** get_address_of_m_desc_3() { return &___m_desc_3; } inline void set_m_desc_3(UILabel_t3248798549 * value) { ___m_desc_3 = value; Il2CppCodeGenWriteBarrier((&___m_desc_3), value); } inline static int32_t get_offset_of_m_tuijian_4() { return static_cast(offsetof(SpiritGuideItem_t282195262, ___m_tuijian_4)); } inline Transform_t3600365921 * get_m_tuijian_4() const { return ___m_tuijian_4; } inline Transform_t3600365921 ** get_address_of_m_tuijian_4() { return &___m_tuijian_4; } inline void set_m_tuijian_4(Transform_t3600365921 * value) { ___m_tuijian_4 = value; Il2CppCodeGenWriteBarrier((&___m_tuijian_4), value); } inline static int32_t get_offset_of_m_jingxuan_5() { return static_cast(offsetof(SpiritGuideItem_t282195262, ___m_jingxuan_5)); } inline Transform_t3600365921 * get_m_jingxuan_5() const { return ___m_jingxuan_5; } inline Transform_t3600365921 ** get_address_of_m_jingxuan_5() { return &___m_jingxuan_5; } inline void set_m_jingxuan_5(Transform_t3600365921 * value) { ___m_jingxuan_5 = value; Il2CppCodeGenWriteBarrier((&___m_jingxuan_5), value); } inline static int32_t get_offset_of_m_btnGoName_6() { return static_cast(offsetof(SpiritGuideItem_t282195262, ___m_btnGoName_6)); } inline UILabel_t3248798549 * get_m_btnGoName_6() const { return ___m_btnGoName_6; } inline UILabel_t3248798549 ** get_address_of_m_btnGoName_6() { return &___m_btnGoName_6; } inline void set_m_btnGoName_6(UILabel_t3248798549 * value) { ___m_btnGoName_6 = value; Il2CppCodeGenWriteBarrier((&___m_btnGoName_6), value); } inline static int32_t get_offset_of_m_btnGoBg_7() { return static_cast(offsetof(SpiritGuideItem_t282195262, ___m_btnGoBg_7)); } inline UISprite_t194114938 * get_m_btnGoBg_7() const { return ___m_btnGoBg_7; } inline UISprite_t194114938 ** get_address_of_m_btnGoBg_7() { return &___m_btnGoBg_7; } inline void set_m_btnGoBg_7(UISprite_t194114938 * value) { ___m_btnGoBg_7 = value; Il2CppCodeGenWriteBarrier((&___m_btnGoBg_7), value); } inline static int32_t get_offset_of_m_btnGo_8() { return static_cast(offsetof(SpiritGuideItem_t282195262, ___m_btnGo_8)); } inline GameObject_t1113636619 * get_m_btnGo_8() const { return ___m_btnGo_8; } inline GameObject_t1113636619 ** get_address_of_m_btnGo_8() { return &___m_btnGo_8; } inline void set_m_btnGo_8(GameObject_t1113636619 * value) { ___m_btnGo_8 = value; Il2CppCodeGenWriteBarrier((&___m_btnGo_8), value); } inline static int32_t get_offset_of_m_nameBg_9() { return static_cast(offsetof(SpiritGuideItem_t282195262, ___m_nameBg_9)); } inline GameObject_t1113636619 * get_m_nameBg_9() const { return ___m_nameBg_9; } inline GameObject_t1113636619 ** get_address_of_m_nameBg_9() { return &___m_nameBg_9; } inline void set_m_nameBg_9(GameObject_t1113636619 * value) { ___m_nameBg_9 = value; Il2CppCodeGenWriteBarrier((&___m_nameBg_9), value); } inline static int32_t get_offset_of_m_descData_10() { return static_cast(offsetof(SpiritGuideItem_t282195262, ___m_descData_10)); } inline SpriteDesc_t3208779560 * get_m_descData_10() const { return ___m_descData_10; } inline SpriteDesc_t3208779560 ** get_address_of_m_descData_10() { return &___m_descData_10; } inline void set_m_descData_10(SpriteDesc_t3208779560 * value) { ___m_descData_10 = value; Il2CppCodeGenWriteBarrier((&___m_descData_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPIRITGUIDEITEM_T282195262_H #ifndef SCENEPERSONALWNDNEWSIGNIN_T3840300417_H #define SCENEPERSONALWNDNEWSIGNIN_T3840300417_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndNewSignIn struct ScenePersonalWndNewSignIn_t3840300417 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject[] ScenePersonalWndNewSignIn::m_uiRoot GameObjectU5BU5D_t3328599146* ___m_uiRoot_3; // UnityEngine.Transform ScenePersonalWndNewSignIn::m_uiCurProgress Transform_t3600365921 * ___m_uiCurProgress_4; // UnityEngine.Transform ScenePersonalWndNewSignIn::m_uiTotalProgress Transform_t3600365921 * ___m_uiTotalProgress_5; // UITexture ScenePersonalWndNewSignIn::m_uiMonth UITexture_t3471168817 * ___m_uiMonth_6; // DMListView ScenePersonalWndNewSignIn::m_Viewlist DMListView_t512231514 * ___m_Viewlist_7; // UnityEngine.GameObject ScenePersonalWndNewSignIn::m_Description GameObject_t1113636619 * ___m_Description_8; // uiItemDetail ScenePersonalWndNewSignIn::m_itemDetail uiItemDetail_t2651173627 * ___m_itemDetail_9; // UnityEngine.Vector3 ScenePersonalWndNewSignIn::m_org_TextureScale Vector3_t3722313464 ___m_org_TextureScale_10; // UILabel ScenePersonalWndNewSignIn::m_AwardDescription UILabel_t3248798549 * ___m_AwardDescription_11; // UILabel ScenePersonalWndNewSignIn::m_AwardDescriptionTitle UILabel_t3248798549 * ___m_AwardDescriptionTitle_12; // UILabel ScenePersonalWndNewSignIn::m_uiSignInMonthLabel UILabel_t3248798549 * ___m_uiSignInMonthLabel_13; // UILabel ScenePersonalWndNewSignIn::m_uiSignNum UILabel_t3248798549 * ___m_uiSignNum_14; // UILabel[] ScenePersonalWndNewSignIn::m_uiTotalSignNum UILabelU5BU5D_t595200952* ___m_uiTotalSignNum_15; // UnityEngine.GameObject[] ScenePersonalWndNewSignIn::m_uiProgressNode GameObjectU5BU5D_t3328599146* ___m_uiProgressNode_16; // System.Int32[] ScenePersonalWndNewSignIn::m_iTotalProgress Int32U5BU5D_t385246372* ___m_iTotalProgress_17; // System.String ScenePersonalWndNewSignIn::monthStr String_t* ___monthStr_18; // System.String ScenePersonalWndNewSignIn::signNumStr String_t* ___signNumStr_19; // System.String ScenePersonalWndNewSignIn::totalSignNumStr String_t* ___totalSignNumStr_20; // System.Int32 ScenePersonalWndNewSignIn::m_totalSignDays int32_t ___m_totalSignDays_21; // System.Boolean ScenePersonalWndNewSignIn::m_bIsRequestSignIn bool ___m_bIsRequestSignIn_22; // System.Boolean ScenePersonalWndNewSignIn::m_bFresh bool ___m_bFresh_23; // System.Boolean ScenePersonalWndNewSignIn::isPageInit bool ___isPageInit_24; public: inline static int32_t get_offset_of_m_uiRoot_3() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_uiRoot_3)); } inline GameObjectU5BU5D_t3328599146* get_m_uiRoot_3() const { return ___m_uiRoot_3; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_uiRoot_3() { return &___m_uiRoot_3; } inline void set_m_uiRoot_3(GameObjectU5BU5D_t3328599146* value) { ___m_uiRoot_3 = value; Il2CppCodeGenWriteBarrier((&___m_uiRoot_3), value); } inline static int32_t get_offset_of_m_uiCurProgress_4() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_uiCurProgress_4)); } inline Transform_t3600365921 * get_m_uiCurProgress_4() const { return ___m_uiCurProgress_4; } inline Transform_t3600365921 ** get_address_of_m_uiCurProgress_4() { return &___m_uiCurProgress_4; } inline void set_m_uiCurProgress_4(Transform_t3600365921 * value) { ___m_uiCurProgress_4 = value; Il2CppCodeGenWriteBarrier((&___m_uiCurProgress_4), value); } inline static int32_t get_offset_of_m_uiTotalProgress_5() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_uiTotalProgress_5)); } inline Transform_t3600365921 * get_m_uiTotalProgress_5() const { return ___m_uiTotalProgress_5; } inline Transform_t3600365921 ** get_address_of_m_uiTotalProgress_5() { return &___m_uiTotalProgress_5; } inline void set_m_uiTotalProgress_5(Transform_t3600365921 * value) { ___m_uiTotalProgress_5 = value; Il2CppCodeGenWriteBarrier((&___m_uiTotalProgress_5), value); } inline static int32_t get_offset_of_m_uiMonth_6() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_uiMonth_6)); } inline UITexture_t3471168817 * get_m_uiMonth_6() const { return ___m_uiMonth_6; } inline UITexture_t3471168817 ** get_address_of_m_uiMonth_6() { return &___m_uiMonth_6; } inline void set_m_uiMonth_6(UITexture_t3471168817 * value) { ___m_uiMonth_6 = value; Il2CppCodeGenWriteBarrier((&___m_uiMonth_6), value); } inline static int32_t get_offset_of_m_Viewlist_7() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_Viewlist_7)); } inline DMListView_t512231514 * get_m_Viewlist_7() const { return ___m_Viewlist_7; } inline DMListView_t512231514 ** get_address_of_m_Viewlist_7() { return &___m_Viewlist_7; } inline void set_m_Viewlist_7(DMListView_t512231514 * value) { ___m_Viewlist_7 = value; Il2CppCodeGenWriteBarrier((&___m_Viewlist_7), value); } inline static int32_t get_offset_of_m_Description_8() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_Description_8)); } inline GameObject_t1113636619 * get_m_Description_8() const { return ___m_Description_8; } inline GameObject_t1113636619 ** get_address_of_m_Description_8() { return &___m_Description_8; } inline void set_m_Description_8(GameObject_t1113636619 * value) { ___m_Description_8 = value; Il2CppCodeGenWriteBarrier((&___m_Description_8), value); } inline static int32_t get_offset_of_m_itemDetail_9() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_itemDetail_9)); } inline uiItemDetail_t2651173627 * get_m_itemDetail_9() const { return ___m_itemDetail_9; } inline uiItemDetail_t2651173627 ** get_address_of_m_itemDetail_9() { return &___m_itemDetail_9; } inline void set_m_itemDetail_9(uiItemDetail_t2651173627 * value) { ___m_itemDetail_9 = value; Il2CppCodeGenWriteBarrier((&___m_itemDetail_9), value); } inline static int32_t get_offset_of_m_org_TextureScale_10() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_org_TextureScale_10)); } inline Vector3_t3722313464 get_m_org_TextureScale_10() const { return ___m_org_TextureScale_10; } inline Vector3_t3722313464 * get_address_of_m_org_TextureScale_10() { return &___m_org_TextureScale_10; } inline void set_m_org_TextureScale_10(Vector3_t3722313464 value) { ___m_org_TextureScale_10 = value; } inline static int32_t get_offset_of_m_AwardDescription_11() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_AwardDescription_11)); } inline UILabel_t3248798549 * get_m_AwardDescription_11() const { return ___m_AwardDescription_11; } inline UILabel_t3248798549 ** get_address_of_m_AwardDescription_11() { return &___m_AwardDescription_11; } inline void set_m_AwardDescription_11(UILabel_t3248798549 * value) { ___m_AwardDescription_11 = value; Il2CppCodeGenWriteBarrier((&___m_AwardDescription_11), value); } inline static int32_t get_offset_of_m_AwardDescriptionTitle_12() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_AwardDescriptionTitle_12)); } inline UILabel_t3248798549 * get_m_AwardDescriptionTitle_12() const { return ___m_AwardDescriptionTitle_12; } inline UILabel_t3248798549 ** get_address_of_m_AwardDescriptionTitle_12() { return &___m_AwardDescriptionTitle_12; } inline void set_m_AwardDescriptionTitle_12(UILabel_t3248798549 * value) { ___m_AwardDescriptionTitle_12 = value; Il2CppCodeGenWriteBarrier((&___m_AwardDescriptionTitle_12), value); } inline static int32_t get_offset_of_m_uiSignInMonthLabel_13() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_uiSignInMonthLabel_13)); } inline UILabel_t3248798549 * get_m_uiSignInMonthLabel_13() const { return ___m_uiSignInMonthLabel_13; } inline UILabel_t3248798549 ** get_address_of_m_uiSignInMonthLabel_13() { return &___m_uiSignInMonthLabel_13; } inline void set_m_uiSignInMonthLabel_13(UILabel_t3248798549 * value) { ___m_uiSignInMonthLabel_13 = value; Il2CppCodeGenWriteBarrier((&___m_uiSignInMonthLabel_13), value); } inline static int32_t get_offset_of_m_uiSignNum_14() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_uiSignNum_14)); } inline UILabel_t3248798549 * get_m_uiSignNum_14() const { return ___m_uiSignNum_14; } inline UILabel_t3248798549 ** get_address_of_m_uiSignNum_14() { return &___m_uiSignNum_14; } inline void set_m_uiSignNum_14(UILabel_t3248798549 * value) { ___m_uiSignNum_14 = value; Il2CppCodeGenWriteBarrier((&___m_uiSignNum_14), value); } inline static int32_t get_offset_of_m_uiTotalSignNum_15() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_uiTotalSignNum_15)); } inline UILabelU5BU5D_t595200952* get_m_uiTotalSignNum_15() const { return ___m_uiTotalSignNum_15; } inline UILabelU5BU5D_t595200952** get_address_of_m_uiTotalSignNum_15() { return &___m_uiTotalSignNum_15; } inline void set_m_uiTotalSignNum_15(UILabelU5BU5D_t595200952* value) { ___m_uiTotalSignNum_15 = value; Il2CppCodeGenWriteBarrier((&___m_uiTotalSignNum_15), value); } inline static int32_t get_offset_of_m_uiProgressNode_16() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_uiProgressNode_16)); } inline GameObjectU5BU5D_t3328599146* get_m_uiProgressNode_16() const { return ___m_uiProgressNode_16; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_uiProgressNode_16() { return &___m_uiProgressNode_16; } inline void set_m_uiProgressNode_16(GameObjectU5BU5D_t3328599146* value) { ___m_uiProgressNode_16 = value; Il2CppCodeGenWriteBarrier((&___m_uiProgressNode_16), value); } inline static int32_t get_offset_of_m_iTotalProgress_17() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_iTotalProgress_17)); } inline Int32U5BU5D_t385246372* get_m_iTotalProgress_17() const { return ___m_iTotalProgress_17; } inline Int32U5BU5D_t385246372** get_address_of_m_iTotalProgress_17() { return &___m_iTotalProgress_17; } inline void set_m_iTotalProgress_17(Int32U5BU5D_t385246372* value) { ___m_iTotalProgress_17 = value; Il2CppCodeGenWriteBarrier((&___m_iTotalProgress_17), value); } inline static int32_t get_offset_of_monthStr_18() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___monthStr_18)); } inline String_t* get_monthStr_18() const { return ___monthStr_18; } inline String_t** get_address_of_monthStr_18() { return &___monthStr_18; } inline void set_monthStr_18(String_t* value) { ___monthStr_18 = value; Il2CppCodeGenWriteBarrier((&___monthStr_18), value); } inline static int32_t get_offset_of_signNumStr_19() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___signNumStr_19)); } inline String_t* get_signNumStr_19() const { return ___signNumStr_19; } inline String_t** get_address_of_signNumStr_19() { return &___signNumStr_19; } inline void set_signNumStr_19(String_t* value) { ___signNumStr_19 = value; Il2CppCodeGenWriteBarrier((&___signNumStr_19), value); } inline static int32_t get_offset_of_totalSignNumStr_20() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___totalSignNumStr_20)); } inline String_t* get_totalSignNumStr_20() const { return ___totalSignNumStr_20; } inline String_t** get_address_of_totalSignNumStr_20() { return &___totalSignNumStr_20; } inline void set_totalSignNumStr_20(String_t* value) { ___totalSignNumStr_20 = value; Il2CppCodeGenWriteBarrier((&___totalSignNumStr_20), value); } inline static int32_t get_offset_of_m_totalSignDays_21() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_totalSignDays_21)); } inline int32_t get_m_totalSignDays_21() const { return ___m_totalSignDays_21; } inline int32_t* get_address_of_m_totalSignDays_21() { return &___m_totalSignDays_21; } inline void set_m_totalSignDays_21(int32_t value) { ___m_totalSignDays_21 = value; } inline static int32_t get_offset_of_m_bIsRequestSignIn_22() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_bIsRequestSignIn_22)); } inline bool get_m_bIsRequestSignIn_22() const { return ___m_bIsRequestSignIn_22; } inline bool* get_address_of_m_bIsRequestSignIn_22() { return &___m_bIsRequestSignIn_22; } inline void set_m_bIsRequestSignIn_22(bool value) { ___m_bIsRequestSignIn_22 = value; } inline static int32_t get_offset_of_m_bFresh_23() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___m_bFresh_23)); } inline bool get_m_bFresh_23() const { return ___m_bFresh_23; } inline bool* get_address_of_m_bFresh_23() { return &___m_bFresh_23; } inline void set_m_bFresh_23(bool value) { ___m_bFresh_23 = value; } inline static int32_t get_offset_of_isPageInit_24() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417, ___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; } }; struct ScenePersonalWndNewSignIn_t3840300417_StaticFields { public: // ScenePersonalWndNewSignIn ScenePersonalWndNewSignIn::s_instance ScenePersonalWndNewSignIn_t3840300417 * ___s_instance_2; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(ScenePersonalWndNewSignIn_t3840300417_StaticFields, ___s_instance_2)); } inline ScenePersonalWndNewSignIn_t3840300417 * get_s_instance_2() const { return ___s_instance_2; } inline ScenePersonalWndNewSignIn_t3840300417 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(ScenePersonalWndNewSignIn_t3840300417 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDNEWSIGNIN_T3840300417_H #ifndef SCENEPERSONALWNDPVE_T905979410_H #define SCENEPERSONALWNDPVE_T905979410_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndPVE struct ScenePersonalWndPVE_t905979410 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform ScenePersonalWndPVE::m_SectionRoot Transform_t3600365921 * ___m_SectionRoot_2; // UnityEngine.Transform ScenePersonalWndPVE::m_btnPreSection Transform_t3600365921 * ___m_btnPreSection_3; // UnityEngine.Transform ScenePersonalWndPVE::m_btnNextSection Transform_t3600365921 * ___m_btnNextSection_4; // UnityEngine.Transform ScenePersonalWndPVE::m_btnSectionAward Transform_t3600365921 * ___m_btnSectionAward_5; // UnityEngine.Transform ScenePersonalWndPVE::m_titleRoot Transform_t3600365921 * ___m_titleRoot_6; // uiLogicStageInfo ScenePersonalWndPVE::m_musicInfo uiLogicStageInfo_t1995670356 * ___m_musicInfo_7; // uiClothingStageInfo ScenePersonalWndPVE::m_clothingInfo uiClothingStageInfo_t2729291863 * ___m_clothingInfo_8; // uiClothingStageInfo ScenePersonalWndPVE::m_StoryInfo uiClothingStageInfo_t2729291863 * ___m_StoryInfo_9; // UILabel ScenePersonalWndPVE::m_LabelStarGet UILabel_t3248798549 * ___m_LabelStarGet_10; // UILabel ScenePersonalWndPVE::m_LabelStarTotal UILabel_t3248798549 * ___m_LabelStarTotal_11; // uiLogicSectionAward ScenePersonalWndPVE::m_WndStageGetAllStar uiLogicSectionAward_t2863938959 * ___m_WndStageGetAllStar_12; // UnityEngine.Transform ScenePersonalWndPVE::m_EquipProp Transform_t3600365921 * ___m_EquipProp_13; // UILabel ScenePersonalWndPVE::m_ChapterName UILabel_t3248798549 * ___m_ChapterName_14; // UnityEngine.Animation ScenePersonalWndPVE::m_Anim Animation_t3648466861 * ___m_Anim_15; // UIButtonScale ScenePersonalWndPVE::uiscal UIButtonScale_t3973287916 * ___uiscal_16; // UnityEngine.Transform ScenePersonalWndPVE::m_GotShow Transform_t3600365921 * ___m_GotShow_17; // DMScrollWnd ScenePersonalWndPVE::m_scrolWnd DMScrollWnd_t1110969451 * ___m_scrolWnd_18; // System.Boolean ScenePersonalWndPVE::isPageInit bool ___isPageInit_19; // UnityEngine.Transform ScenePersonalWndPVE::m_Mask Transform_t3600365921 * ___m_Mask_20; // UnityEngine.Transform ScenePersonalWndPVE::m_Chapter Transform_t3600365921 * ___m_Chapter_21; // System.Int32 ScenePersonalWndPVE::m_PassedLevel int32_t ___m_PassedLevel_22; // System.Int32 ScenePersonalWndPVE::m_LastTaskCnt int32_t ___m_LastTaskCnt_23; // System.Int32 ScenePersonalWndPVE::m_CurSectionPage int32_t ___m_CurSectionPage_24; // ScenePersonalWndPVE/enumPVEPage ScenePersonalWndPVE::m_CurPVEPage int32_t ___m_CurPVEPage_25; // System.Int32 ScenePersonalWndPVE::m_lastStarCount int32_t ___m_lastStarCount_26; // System.Int32 ScenePersonalWndPVE::m_lastState int32_t ___m_lastState_27; // UnityEngine.GameObject[] ScenePersonalWndPVE::m_ArraySection GameObjectU5BU5D_t3328599146* ___m_ArraySection_28; public: inline static int32_t get_offset_of_m_SectionRoot_2() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_SectionRoot_2)); } inline Transform_t3600365921 * get_m_SectionRoot_2() const { return ___m_SectionRoot_2; } inline Transform_t3600365921 ** get_address_of_m_SectionRoot_2() { return &___m_SectionRoot_2; } inline void set_m_SectionRoot_2(Transform_t3600365921 * value) { ___m_SectionRoot_2 = value; Il2CppCodeGenWriteBarrier((&___m_SectionRoot_2), value); } inline static int32_t get_offset_of_m_btnPreSection_3() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_btnPreSection_3)); } inline Transform_t3600365921 * get_m_btnPreSection_3() const { return ___m_btnPreSection_3; } inline Transform_t3600365921 ** get_address_of_m_btnPreSection_3() { return &___m_btnPreSection_3; } inline void set_m_btnPreSection_3(Transform_t3600365921 * value) { ___m_btnPreSection_3 = value; Il2CppCodeGenWriteBarrier((&___m_btnPreSection_3), value); } inline static int32_t get_offset_of_m_btnNextSection_4() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_btnNextSection_4)); } inline Transform_t3600365921 * get_m_btnNextSection_4() const { return ___m_btnNextSection_4; } inline Transform_t3600365921 ** get_address_of_m_btnNextSection_4() { return &___m_btnNextSection_4; } inline void set_m_btnNextSection_4(Transform_t3600365921 * value) { ___m_btnNextSection_4 = value; Il2CppCodeGenWriteBarrier((&___m_btnNextSection_4), value); } inline static int32_t get_offset_of_m_btnSectionAward_5() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_btnSectionAward_5)); } inline Transform_t3600365921 * get_m_btnSectionAward_5() const { return ___m_btnSectionAward_5; } inline Transform_t3600365921 ** get_address_of_m_btnSectionAward_5() { return &___m_btnSectionAward_5; } inline void set_m_btnSectionAward_5(Transform_t3600365921 * value) { ___m_btnSectionAward_5 = value; Il2CppCodeGenWriteBarrier((&___m_btnSectionAward_5), value); } inline static int32_t get_offset_of_m_titleRoot_6() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_titleRoot_6)); } inline Transform_t3600365921 * get_m_titleRoot_6() const { return ___m_titleRoot_6; } inline Transform_t3600365921 ** get_address_of_m_titleRoot_6() { return &___m_titleRoot_6; } inline void set_m_titleRoot_6(Transform_t3600365921 * value) { ___m_titleRoot_6 = value; Il2CppCodeGenWriteBarrier((&___m_titleRoot_6), value); } inline static int32_t get_offset_of_m_musicInfo_7() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_musicInfo_7)); } inline uiLogicStageInfo_t1995670356 * get_m_musicInfo_7() const { return ___m_musicInfo_7; } inline uiLogicStageInfo_t1995670356 ** get_address_of_m_musicInfo_7() { return &___m_musicInfo_7; } inline void set_m_musicInfo_7(uiLogicStageInfo_t1995670356 * value) { ___m_musicInfo_7 = value; Il2CppCodeGenWriteBarrier((&___m_musicInfo_7), value); } inline static int32_t get_offset_of_m_clothingInfo_8() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_clothingInfo_8)); } inline uiClothingStageInfo_t2729291863 * get_m_clothingInfo_8() const { return ___m_clothingInfo_8; } inline uiClothingStageInfo_t2729291863 ** get_address_of_m_clothingInfo_8() { return &___m_clothingInfo_8; } inline void set_m_clothingInfo_8(uiClothingStageInfo_t2729291863 * value) { ___m_clothingInfo_8 = value; Il2CppCodeGenWriteBarrier((&___m_clothingInfo_8), value); } inline static int32_t get_offset_of_m_StoryInfo_9() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_StoryInfo_9)); } inline uiClothingStageInfo_t2729291863 * get_m_StoryInfo_9() const { return ___m_StoryInfo_9; } inline uiClothingStageInfo_t2729291863 ** get_address_of_m_StoryInfo_9() { return &___m_StoryInfo_9; } inline void set_m_StoryInfo_9(uiClothingStageInfo_t2729291863 * value) { ___m_StoryInfo_9 = value; Il2CppCodeGenWriteBarrier((&___m_StoryInfo_9), value); } inline static int32_t get_offset_of_m_LabelStarGet_10() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_LabelStarGet_10)); } inline UILabel_t3248798549 * get_m_LabelStarGet_10() const { return ___m_LabelStarGet_10; } inline UILabel_t3248798549 ** get_address_of_m_LabelStarGet_10() { return &___m_LabelStarGet_10; } inline void set_m_LabelStarGet_10(UILabel_t3248798549 * value) { ___m_LabelStarGet_10 = value; Il2CppCodeGenWriteBarrier((&___m_LabelStarGet_10), value); } inline static int32_t get_offset_of_m_LabelStarTotal_11() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_LabelStarTotal_11)); } inline UILabel_t3248798549 * get_m_LabelStarTotal_11() const { return ___m_LabelStarTotal_11; } inline UILabel_t3248798549 ** get_address_of_m_LabelStarTotal_11() { return &___m_LabelStarTotal_11; } inline void set_m_LabelStarTotal_11(UILabel_t3248798549 * value) { ___m_LabelStarTotal_11 = value; Il2CppCodeGenWriteBarrier((&___m_LabelStarTotal_11), value); } inline static int32_t get_offset_of_m_WndStageGetAllStar_12() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_WndStageGetAllStar_12)); } inline uiLogicSectionAward_t2863938959 * get_m_WndStageGetAllStar_12() const { return ___m_WndStageGetAllStar_12; } inline uiLogicSectionAward_t2863938959 ** get_address_of_m_WndStageGetAllStar_12() { return &___m_WndStageGetAllStar_12; } inline void set_m_WndStageGetAllStar_12(uiLogicSectionAward_t2863938959 * value) { ___m_WndStageGetAllStar_12 = value; Il2CppCodeGenWriteBarrier((&___m_WndStageGetAllStar_12), value); } inline static int32_t get_offset_of_m_EquipProp_13() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_EquipProp_13)); } inline Transform_t3600365921 * get_m_EquipProp_13() const { return ___m_EquipProp_13; } inline Transform_t3600365921 ** get_address_of_m_EquipProp_13() { return &___m_EquipProp_13; } inline void set_m_EquipProp_13(Transform_t3600365921 * value) { ___m_EquipProp_13 = value; Il2CppCodeGenWriteBarrier((&___m_EquipProp_13), value); } inline static int32_t get_offset_of_m_ChapterName_14() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_ChapterName_14)); } inline UILabel_t3248798549 * get_m_ChapterName_14() const { return ___m_ChapterName_14; } inline UILabel_t3248798549 ** get_address_of_m_ChapterName_14() { return &___m_ChapterName_14; } inline void set_m_ChapterName_14(UILabel_t3248798549 * value) { ___m_ChapterName_14 = value; Il2CppCodeGenWriteBarrier((&___m_ChapterName_14), value); } inline static int32_t get_offset_of_m_Anim_15() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_Anim_15)); } inline Animation_t3648466861 * get_m_Anim_15() const { return ___m_Anim_15; } inline Animation_t3648466861 ** get_address_of_m_Anim_15() { return &___m_Anim_15; } inline void set_m_Anim_15(Animation_t3648466861 * value) { ___m_Anim_15 = value; Il2CppCodeGenWriteBarrier((&___m_Anim_15), value); } inline static int32_t get_offset_of_uiscal_16() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___uiscal_16)); } inline UIButtonScale_t3973287916 * get_uiscal_16() const { return ___uiscal_16; } inline UIButtonScale_t3973287916 ** get_address_of_uiscal_16() { return &___uiscal_16; } inline void set_uiscal_16(UIButtonScale_t3973287916 * value) { ___uiscal_16 = value; Il2CppCodeGenWriteBarrier((&___uiscal_16), value); } inline static int32_t get_offset_of_m_GotShow_17() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_GotShow_17)); } inline Transform_t3600365921 * get_m_GotShow_17() const { return ___m_GotShow_17; } inline Transform_t3600365921 ** get_address_of_m_GotShow_17() { return &___m_GotShow_17; } inline void set_m_GotShow_17(Transform_t3600365921 * value) { ___m_GotShow_17 = value; Il2CppCodeGenWriteBarrier((&___m_GotShow_17), value); } inline static int32_t get_offset_of_m_scrolWnd_18() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_scrolWnd_18)); } inline DMScrollWnd_t1110969451 * get_m_scrolWnd_18() const { return ___m_scrolWnd_18; } inline DMScrollWnd_t1110969451 ** get_address_of_m_scrolWnd_18() { return &___m_scrolWnd_18; } inline void set_m_scrolWnd_18(DMScrollWnd_t1110969451 * value) { ___m_scrolWnd_18 = value; Il2CppCodeGenWriteBarrier((&___m_scrolWnd_18), value); } inline static int32_t get_offset_of_isPageInit_19() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___isPageInit_19)); } inline bool get_isPageInit_19() const { return ___isPageInit_19; } inline bool* get_address_of_isPageInit_19() { return &___isPageInit_19; } inline void set_isPageInit_19(bool value) { ___isPageInit_19 = value; } inline static int32_t get_offset_of_m_Mask_20() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_Mask_20)); } inline Transform_t3600365921 * get_m_Mask_20() const { return ___m_Mask_20; } inline Transform_t3600365921 ** get_address_of_m_Mask_20() { return &___m_Mask_20; } inline void set_m_Mask_20(Transform_t3600365921 * value) { ___m_Mask_20 = value; Il2CppCodeGenWriteBarrier((&___m_Mask_20), value); } inline static int32_t get_offset_of_m_Chapter_21() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_Chapter_21)); } inline Transform_t3600365921 * get_m_Chapter_21() const { return ___m_Chapter_21; } inline Transform_t3600365921 ** get_address_of_m_Chapter_21() { return &___m_Chapter_21; } inline void set_m_Chapter_21(Transform_t3600365921 * value) { ___m_Chapter_21 = value; Il2CppCodeGenWriteBarrier((&___m_Chapter_21), value); } inline static int32_t get_offset_of_m_PassedLevel_22() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_PassedLevel_22)); } inline int32_t get_m_PassedLevel_22() const { return ___m_PassedLevel_22; } inline int32_t* get_address_of_m_PassedLevel_22() { return &___m_PassedLevel_22; } inline void set_m_PassedLevel_22(int32_t value) { ___m_PassedLevel_22 = value; } inline static int32_t get_offset_of_m_LastTaskCnt_23() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_LastTaskCnt_23)); } inline int32_t get_m_LastTaskCnt_23() const { return ___m_LastTaskCnt_23; } inline int32_t* get_address_of_m_LastTaskCnt_23() { return &___m_LastTaskCnt_23; } inline void set_m_LastTaskCnt_23(int32_t value) { ___m_LastTaskCnt_23 = value; } inline static int32_t get_offset_of_m_CurSectionPage_24() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_CurSectionPage_24)); } inline int32_t get_m_CurSectionPage_24() const { return ___m_CurSectionPage_24; } inline int32_t* get_address_of_m_CurSectionPage_24() { return &___m_CurSectionPage_24; } inline void set_m_CurSectionPage_24(int32_t value) { ___m_CurSectionPage_24 = value; } inline static int32_t get_offset_of_m_CurPVEPage_25() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_CurPVEPage_25)); } inline int32_t get_m_CurPVEPage_25() const { return ___m_CurPVEPage_25; } inline int32_t* get_address_of_m_CurPVEPage_25() { return &___m_CurPVEPage_25; } inline void set_m_CurPVEPage_25(int32_t value) { ___m_CurPVEPage_25 = value; } inline static int32_t get_offset_of_m_lastStarCount_26() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_lastStarCount_26)); } inline int32_t get_m_lastStarCount_26() const { return ___m_lastStarCount_26; } inline int32_t* get_address_of_m_lastStarCount_26() { return &___m_lastStarCount_26; } inline void set_m_lastStarCount_26(int32_t value) { ___m_lastStarCount_26 = value; } inline static int32_t get_offset_of_m_lastState_27() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_lastState_27)); } inline int32_t get_m_lastState_27() const { return ___m_lastState_27; } inline int32_t* get_address_of_m_lastState_27() { return &___m_lastState_27; } inline void set_m_lastState_27(int32_t value) { ___m_lastState_27 = value; } inline static int32_t get_offset_of_m_ArraySection_28() { return static_cast(offsetof(ScenePersonalWndPVE_t905979410, ___m_ArraySection_28)); } inline GameObjectU5BU5D_t3328599146* get_m_ArraySection_28() const { return ___m_ArraySection_28; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_ArraySection_28() { return &___m_ArraySection_28; } inline void set_m_ArraySection_28(GameObjectU5BU5D_t3328599146* value) { ___m_ArraySection_28 = value; Il2CppCodeGenWriteBarrier((&___m_ArraySection_28), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDPVE_T905979410_H #ifndef SCENEPERSONALWNDMYTRAPACKAGE_T1516617923_H #define SCENEPERSONALWNDMYTRAPACKAGE_T1516617923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ScenePersonalWndMyTraPackage struct ScenePersonalWndMyTraPackage_t1516617923 : public MonoBehaviour_t3962482529 { public: // uiBtnList ScenePersonalWndMyTraPackage::m_btnList uiBtnList_t3771050923 * ___m_btnList_3; // ItemPageGroup ScenePersonalWndMyTraPackage::m_pageArea ItemPageGroup_t3769455068 * ___m_pageArea_4; // ScenePersonalTraPkgList ScenePersonalWndMyTraPackage::m_PkgList ScenePersonalTraPkgList_t2777623657 * ___m_PkgList_5; // UnityEngine.GameObject ScenePersonalWndMyTraPackage::m_arrowTop GameObject_t1113636619 * ___m_arrowTop_6; // UnityEngine.GameObject ScenePersonalWndMyTraPackage::m_arrowBottom GameObject_t1113636619 * ___m_arrowBottom_7; // UnityEngine.Transform ScenePersonalWndMyTraPackage::m_Select Transform_t3600365921 * ___m_Select_8; // UnityEngine.Transform ScenePersonalWndMyTraPackage::m_CancelSelect Transform_t3600365921 * ___m_CancelSelect_9; // UILabel ScenePersonalWndMyTraPackage::m_VoulumLabel UILabel_t3248798549 * ___m_VoulumLabel_10; // System.Boolean ScenePersonalWndMyTraPackage::m_bFirstOpen bool ___m_bFirstOpen_11; // System.Boolean ScenePersonalWndMyTraPackage::isPageInit bool ___isPageInit_12; public: inline static int32_t get_offset_of_m_btnList_3() { return static_cast(offsetof(ScenePersonalWndMyTraPackage_t1516617923, ___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(ScenePersonalWndMyTraPackage_t1516617923, ___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_PkgList_5() { return static_cast(offsetof(ScenePersonalWndMyTraPackage_t1516617923, ___m_PkgList_5)); } inline ScenePersonalTraPkgList_t2777623657 * get_m_PkgList_5() const { return ___m_PkgList_5; } inline ScenePersonalTraPkgList_t2777623657 ** get_address_of_m_PkgList_5() { return &___m_PkgList_5; } inline void set_m_PkgList_5(ScenePersonalTraPkgList_t2777623657 * value) { ___m_PkgList_5 = value; Il2CppCodeGenWriteBarrier((&___m_PkgList_5), value); } inline static int32_t get_offset_of_m_arrowTop_6() { return static_cast(offsetof(ScenePersonalWndMyTraPackage_t1516617923, ___m_arrowTop_6)); } inline GameObject_t1113636619 * get_m_arrowTop_6() const { return ___m_arrowTop_6; } inline GameObject_t1113636619 ** get_address_of_m_arrowTop_6() { return &___m_arrowTop_6; } inline void set_m_arrowTop_6(GameObject_t1113636619 * value) { ___m_arrowTop_6 = value; Il2CppCodeGenWriteBarrier((&___m_arrowTop_6), value); } inline static int32_t get_offset_of_m_arrowBottom_7() { return static_cast(offsetof(ScenePersonalWndMyTraPackage_t1516617923, ___m_arrowBottom_7)); } inline GameObject_t1113636619 * get_m_arrowBottom_7() const { return ___m_arrowBottom_7; } inline GameObject_t1113636619 ** get_address_of_m_arrowBottom_7() { return &___m_arrowBottom_7; } inline void set_m_arrowBottom_7(GameObject_t1113636619 * value) { ___m_arrowBottom_7 = value; Il2CppCodeGenWriteBarrier((&___m_arrowBottom_7), value); } inline static int32_t get_offset_of_m_Select_8() { return static_cast(offsetof(ScenePersonalWndMyTraPackage_t1516617923, ___m_Select_8)); } inline Transform_t3600365921 * get_m_Select_8() const { return ___m_Select_8; } inline Transform_t3600365921 ** get_address_of_m_Select_8() { return &___m_Select_8; } inline void set_m_Select_8(Transform_t3600365921 * value) { ___m_Select_8 = value; Il2CppCodeGenWriteBarrier((&___m_Select_8), value); } inline static int32_t get_offset_of_m_CancelSelect_9() { return static_cast(offsetof(ScenePersonalWndMyTraPackage_t1516617923, ___m_CancelSelect_9)); } inline Transform_t3600365921 * get_m_CancelSelect_9() const { return ___m_CancelSelect_9; } inline Transform_t3600365921 ** get_address_of_m_CancelSelect_9() { return &___m_CancelSelect_9; } inline void set_m_CancelSelect_9(Transform_t3600365921 * value) { ___m_CancelSelect_9 = value; Il2CppCodeGenWriteBarrier((&___m_CancelSelect_9), value); } inline static int32_t get_offset_of_m_VoulumLabel_10() { return static_cast(offsetof(ScenePersonalWndMyTraPackage_t1516617923, ___m_VoulumLabel_10)); } inline UILabel_t3248798549 * get_m_VoulumLabel_10() const { return ___m_VoulumLabel_10; } inline UILabel_t3248798549 ** get_address_of_m_VoulumLabel_10() { return &___m_VoulumLabel_10; } inline void set_m_VoulumLabel_10(UILabel_t3248798549 * value) { ___m_VoulumLabel_10 = value; Il2CppCodeGenWriteBarrier((&___m_VoulumLabel_10), value); } inline static int32_t get_offset_of_m_bFirstOpen_11() { return static_cast(offsetof(ScenePersonalWndMyTraPackage_t1516617923, ___m_bFirstOpen_11)); } inline bool get_m_bFirstOpen_11() const { return ___m_bFirstOpen_11; } inline bool* get_address_of_m_bFirstOpen_11() { return &___m_bFirstOpen_11; } inline void set_m_bFirstOpen_11(bool value) { ___m_bFirstOpen_11 = value; } inline static int32_t get_offset_of_isPageInit_12() { return static_cast(offsetof(ScenePersonalWndMyTraPackage_t1516617923, ___isPageInit_12)); } inline bool get_isPageInit_12() const { return ___isPageInit_12; } inline bool* get_address_of_isPageInit_12() { return &___isPageInit_12; } inline void set_isPageInit_12(bool value) { ___isPageInit_12 = value; } }; struct ScenePersonalWndMyTraPackage_t1516617923_StaticFields { public: // ScenePersonalWndMyTraPackage ScenePersonalWndMyTraPackage::s_instance ScenePersonalWndMyTraPackage_t1516617923 * ___s_instance_2; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(ScenePersonalWndMyTraPackage_t1516617923_StaticFields, ___s_instance_2)); } inline ScenePersonalWndMyTraPackage_t1516617923 * get_s_instance_2() const { return ___s_instance_2; } inline ScenePersonalWndMyTraPackage_t1516617923 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(ScenePersonalWndMyTraPackage_t1516617923 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENEPERSONALWNDMYTRAPACKAGE_T1516617923_H #ifndef UISPRITE_T194114938_H #define UISPRITE_T194114938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UISprite struct UISprite_t194114938 : public UIWidget_t3538521925 { public: // UIAtlas UISprite::mAtlas UIAtlas_t3195533529 * ___mAtlas_14; // System.String UISprite::mSpriteName String_t* ___mSpriteName_15; // System.Boolean UISprite::mHoldScale bool ___mHoldScale_16; // System.Boolean UISprite::mFillCenter bool ___mFillCenter_17; // UISprite/Type UISprite::mType int32_t ___mType_18; // UISprite/FillDirection UISprite::mFillDirection int32_t ___mFillDirection_19; // System.Single UISprite::mFillAmount float ___mFillAmount_20; // System.Boolean UISprite::mInvert bool ___mInvert_21; // UIAtlas/Sprite UISprite::mSprite Sprite_t2895597119 * ___mSprite_22; // UnityEngine.Rect UISprite::mInner Rect_t2360479859 ___mInner_23; // UnityEngine.Rect UISprite::mInnerUV Rect_t2360479859 ___mInnerUV_24; // UnityEngine.Rect UISprite::mOuter Rect_t2360479859 ___mOuter_25; // UnityEngine.Rect UISprite::mOuterUV Rect_t2360479859 ___mOuterUV_26; // UnityEngine.Vector3 UISprite::mScale Vector3_t3722313464 ___mScale_27; // System.Single UISprite::m_OldFillAmount float ___m_OldFillAmount_28; // System.Boolean UISprite::mSpriteSet bool ___mSpriteSet_29; public: inline static int32_t get_offset_of_mAtlas_14() { return static_cast(offsetof(UISprite_t194114938, ___mAtlas_14)); } inline UIAtlas_t3195533529 * get_mAtlas_14() const { return ___mAtlas_14; } inline UIAtlas_t3195533529 ** get_address_of_mAtlas_14() { return &___mAtlas_14; } inline void set_mAtlas_14(UIAtlas_t3195533529 * value) { ___mAtlas_14 = value; Il2CppCodeGenWriteBarrier((&___mAtlas_14), value); } inline static int32_t get_offset_of_mSpriteName_15() { return static_cast(offsetof(UISprite_t194114938, ___mSpriteName_15)); } inline String_t* get_mSpriteName_15() const { return ___mSpriteName_15; } inline String_t** get_address_of_mSpriteName_15() { return &___mSpriteName_15; } inline void set_mSpriteName_15(String_t* value) { ___mSpriteName_15 = value; Il2CppCodeGenWriteBarrier((&___mSpriteName_15), value); } inline static int32_t get_offset_of_mHoldScale_16() { return static_cast(offsetof(UISprite_t194114938, ___mHoldScale_16)); } inline bool get_mHoldScale_16() const { return ___mHoldScale_16; } inline bool* get_address_of_mHoldScale_16() { return &___mHoldScale_16; } inline void set_mHoldScale_16(bool value) { ___mHoldScale_16 = value; } inline static int32_t get_offset_of_mFillCenter_17() { return static_cast(offsetof(UISprite_t194114938, ___mFillCenter_17)); } inline bool get_mFillCenter_17() const { return ___mFillCenter_17; } inline bool* get_address_of_mFillCenter_17() { return &___mFillCenter_17; } inline void set_mFillCenter_17(bool value) { ___mFillCenter_17 = value; } inline static int32_t get_offset_of_mType_18() { return static_cast(offsetof(UISprite_t194114938, ___mType_18)); } inline int32_t get_mType_18() const { return ___mType_18; } inline int32_t* get_address_of_mType_18() { return &___mType_18; } inline void set_mType_18(int32_t value) { ___mType_18 = value; } inline static int32_t get_offset_of_mFillDirection_19() { return static_cast(offsetof(UISprite_t194114938, ___mFillDirection_19)); } inline int32_t get_mFillDirection_19() const { return ___mFillDirection_19; } inline int32_t* get_address_of_mFillDirection_19() { return &___mFillDirection_19; } inline void set_mFillDirection_19(int32_t value) { ___mFillDirection_19 = value; } inline static int32_t get_offset_of_mFillAmount_20() { return static_cast(offsetof(UISprite_t194114938, ___mFillAmount_20)); } inline float get_mFillAmount_20() const { return ___mFillAmount_20; } inline float* get_address_of_mFillAmount_20() { return &___mFillAmount_20; } inline void set_mFillAmount_20(float value) { ___mFillAmount_20 = value; } inline static int32_t get_offset_of_mInvert_21() { return static_cast(offsetof(UISprite_t194114938, ___mInvert_21)); } inline bool get_mInvert_21() const { return ___mInvert_21; } inline bool* get_address_of_mInvert_21() { return &___mInvert_21; } inline void set_mInvert_21(bool value) { ___mInvert_21 = value; } inline static int32_t get_offset_of_mSprite_22() { return static_cast(offsetof(UISprite_t194114938, ___mSprite_22)); } inline Sprite_t2895597119 * get_mSprite_22() const { return ___mSprite_22; } inline Sprite_t2895597119 ** get_address_of_mSprite_22() { return &___mSprite_22; } inline void set_mSprite_22(Sprite_t2895597119 * value) { ___mSprite_22 = value; Il2CppCodeGenWriteBarrier((&___mSprite_22), value); } inline static int32_t get_offset_of_mInner_23() { return static_cast(offsetof(UISprite_t194114938, ___mInner_23)); } inline Rect_t2360479859 get_mInner_23() const { return ___mInner_23; } inline Rect_t2360479859 * get_address_of_mInner_23() { return &___mInner_23; } inline void set_mInner_23(Rect_t2360479859 value) { ___mInner_23 = value; } inline static int32_t get_offset_of_mInnerUV_24() { return static_cast(offsetof(UISprite_t194114938, ___mInnerUV_24)); } inline Rect_t2360479859 get_mInnerUV_24() const { return ___mInnerUV_24; } inline Rect_t2360479859 * get_address_of_mInnerUV_24() { return &___mInnerUV_24; } inline void set_mInnerUV_24(Rect_t2360479859 value) { ___mInnerUV_24 = value; } inline static int32_t get_offset_of_mOuter_25() { return static_cast(offsetof(UISprite_t194114938, ___mOuter_25)); } inline Rect_t2360479859 get_mOuter_25() const { return ___mOuter_25; } inline Rect_t2360479859 * get_address_of_mOuter_25() { return &___mOuter_25; } inline void set_mOuter_25(Rect_t2360479859 value) { ___mOuter_25 = value; } inline static int32_t get_offset_of_mOuterUV_26() { return static_cast(offsetof(UISprite_t194114938, ___mOuterUV_26)); } inline Rect_t2360479859 get_mOuterUV_26() const { return ___mOuterUV_26; } inline Rect_t2360479859 * get_address_of_mOuterUV_26() { return &___mOuterUV_26; } inline void set_mOuterUV_26(Rect_t2360479859 value) { ___mOuterUV_26 = value; } inline static int32_t get_offset_of_mScale_27() { return static_cast(offsetof(UISprite_t194114938, ___mScale_27)); } inline Vector3_t3722313464 get_mScale_27() const { return ___mScale_27; } inline Vector3_t3722313464 * get_address_of_mScale_27() { return &___mScale_27; } inline void set_mScale_27(Vector3_t3722313464 value) { ___mScale_27 = value; } inline static int32_t get_offset_of_m_OldFillAmount_28() { return static_cast(offsetof(UISprite_t194114938, ___m_OldFillAmount_28)); } inline float get_m_OldFillAmount_28() const { return ___m_OldFillAmount_28; } inline float* get_address_of_m_OldFillAmount_28() { return &___m_OldFillAmount_28; } inline void set_m_OldFillAmount_28(float value) { ___m_OldFillAmount_28 = value; } inline static int32_t get_offset_of_mSpriteSet_29() { return static_cast(offsetof(UISprite_t194114938, ___mSpriteSet_29)); } inline bool get_mSpriteSet_29() const { return ___mSpriteSet_29; } inline bool* get_address_of_mSpriteSet_29() { return &___mSpriteSet_29; } inline void set_mSpriteSet_29(bool value) { ___mSpriteSet_29 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UISPRITE_T194114938_H #ifndef UILABEL_T3248798549_H #define UILABEL_T3248798549_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UILabel struct UILabel_t3248798549 : public UIWidget_t3538521925 { public: // UIFont UILabel::mFont UIFont_t2766063701 * ___mFont_14; // System.String UILabel::mText String_t* ___mText_15; // System.Int32 UILabel::mMaxLineWidth int32_t ___mMaxLineWidth_16; // System.Boolean UILabel::mEncoding bool ___mEncoding_17; // System.Int32 UILabel::mMaxLineCount int32_t ___mMaxLineCount_18; // System.Boolean UILabel::mPassword bool ___mPassword_19; // System.Boolean UILabel::mShowLastChar bool ___mShowLastChar_20; // UILabel/Effect UILabel::mEffectStyle int32_t ___mEffectStyle_21; // UnityEngine.Color UILabel::mEffectColor Color_t2555686324 ___mEffectColor_22; // UIFont/SymbolStyle UILabel::mSymbols int32_t ___mSymbols_23; // UnityEngine.Vector2 UILabel::mEffectDistance Vector2_t2156229523 ___mEffectDistance_24; // System.Int32 UILabel::mSpacingX int32_t ___mSpacingX_25; // System.Int32 UILabel::mSpacingY int32_t ___mSpacingY_26; // UILabel/InsideEffect UILabel::mInsideEffectStyle int32_t ___mInsideEffectStyle_27; // UnityEngine.Color UILabel::mInsideEffectColor Color_t2555686324 ___mInsideEffectColor_28; // System.Single UILabel::mLineWidth float ___mLineWidth_29; // System.Boolean UILabel::mMultiline bool ___mMultiline_30; // System.Boolean UILabel::mShouldBeProcessed bool ___mShouldBeProcessed_31; // System.String UILabel::mProcessedText String_t* ___mProcessedText_32; // UnityEngine.Vector3 UILabel::mLastScale Vector3_t3722313464 ___mLastScale_33; // System.String UILabel::mLastText String_t* ___mLastText_34; // System.Int32 UILabel::mLastWidth int32_t ___mLastWidth_35; // System.Boolean UILabel::mLastEncoding bool ___mLastEncoding_36; // System.Int32 UILabel::mLastCount int32_t ___mLastCount_37; // System.Boolean UILabel::mLastPass bool ___mLastPass_38; // System.Boolean UILabel::mLastShow bool ___mLastShow_39; // UILabel/Effect UILabel::mLastEffect int32_t ___mLastEffect_40; // UnityEngine.Vector3 UILabel::mSize Vector3_t3722313464 ___mSize_41; // System.Boolean UILabel::mPremultiply bool ___mPremultiply_42; // UnityEngine.Vector2 UILabel::m_DrawSize Vector2_t2156229523 ___m_DrawSize_43; // System.Boolean UILabel::mApplyAlignmentForced bool ___mApplyAlignmentForced_44; public: inline static int32_t get_offset_of_mFont_14() { return static_cast(offsetof(UILabel_t3248798549, ___mFont_14)); } inline UIFont_t2766063701 * get_mFont_14() const { return ___mFont_14; } inline UIFont_t2766063701 ** get_address_of_mFont_14() { return &___mFont_14; } inline void set_mFont_14(UIFont_t2766063701 * value) { ___mFont_14 = value; Il2CppCodeGenWriteBarrier((&___mFont_14), value); } inline static int32_t get_offset_of_mText_15() { return static_cast(offsetof(UILabel_t3248798549, ___mText_15)); } inline String_t* get_mText_15() const { return ___mText_15; } inline String_t** get_address_of_mText_15() { return &___mText_15; } inline void set_mText_15(String_t* value) { ___mText_15 = value; Il2CppCodeGenWriteBarrier((&___mText_15), value); } inline static int32_t get_offset_of_mMaxLineWidth_16() { return static_cast(offsetof(UILabel_t3248798549, ___mMaxLineWidth_16)); } inline int32_t get_mMaxLineWidth_16() const { return ___mMaxLineWidth_16; } inline int32_t* get_address_of_mMaxLineWidth_16() { return &___mMaxLineWidth_16; } inline void set_mMaxLineWidth_16(int32_t value) { ___mMaxLineWidth_16 = value; } inline static int32_t get_offset_of_mEncoding_17() { return static_cast(offsetof(UILabel_t3248798549, ___mEncoding_17)); } inline bool get_mEncoding_17() const { return ___mEncoding_17; } inline bool* get_address_of_mEncoding_17() { return &___mEncoding_17; } inline void set_mEncoding_17(bool value) { ___mEncoding_17 = value; } inline static int32_t get_offset_of_mMaxLineCount_18() { return static_cast(offsetof(UILabel_t3248798549, ___mMaxLineCount_18)); } inline int32_t get_mMaxLineCount_18() const { return ___mMaxLineCount_18; } inline int32_t* get_address_of_mMaxLineCount_18() { return &___mMaxLineCount_18; } inline void set_mMaxLineCount_18(int32_t value) { ___mMaxLineCount_18 = value; } inline static int32_t get_offset_of_mPassword_19() { return static_cast(offsetof(UILabel_t3248798549, ___mPassword_19)); } inline bool get_mPassword_19() const { return ___mPassword_19; } inline bool* get_address_of_mPassword_19() { return &___mPassword_19; } inline void set_mPassword_19(bool value) { ___mPassword_19 = value; } inline static int32_t get_offset_of_mShowLastChar_20() { return static_cast(offsetof(UILabel_t3248798549, ___mShowLastChar_20)); } inline bool get_mShowLastChar_20() const { return ___mShowLastChar_20; } inline bool* get_address_of_mShowLastChar_20() { return &___mShowLastChar_20; } inline void set_mShowLastChar_20(bool value) { ___mShowLastChar_20 = value; } inline static int32_t get_offset_of_mEffectStyle_21() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectStyle_21)); } inline int32_t get_mEffectStyle_21() const { return ___mEffectStyle_21; } inline int32_t* get_address_of_mEffectStyle_21() { return &___mEffectStyle_21; } inline void set_mEffectStyle_21(int32_t value) { ___mEffectStyle_21 = value; } inline static int32_t get_offset_of_mEffectColor_22() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectColor_22)); } inline Color_t2555686324 get_mEffectColor_22() const { return ___mEffectColor_22; } inline Color_t2555686324 * get_address_of_mEffectColor_22() { return &___mEffectColor_22; } inline void set_mEffectColor_22(Color_t2555686324 value) { ___mEffectColor_22 = value; } inline static int32_t get_offset_of_mSymbols_23() { return static_cast(offsetof(UILabel_t3248798549, ___mSymbols_23)); } inline int32_t get_mSymbols_23() const { return ___mSymbols_23; } inline int32_t* get_address_of_mSymbols_23() { return &___mSymbols_23; } inline void set_mSymbols_23(int32_t value) { ___mSymbols_23 = value; } inline static int32_t get_offset_of_mEffectDistance_24() { return static_cast(offsetof(UILabel_t3248798549, ___mEffectDistance_24)); } inline Vector2_t2156229523 get_mEffectDistance_24() const { return ___mEffectDistance_24; } inline Vector2_t2156229523 * get_address_of_mEffectDistance_24() { return &___mEffectDistance_24; } inline void set_mEffectDistance_24(Vector2_t2156229523 value) { ___mEffectDistance_24 = value; } inline static int32_t get_offset_of_mSpacingX_25() { return static_cast(offsetof(UILabel_t3248798549, ___mSpacingX_25)); } inline int32_t get_mSpacingX_25() const { return ___mSpacingX_25; } inline int32_t* get_address_of_mSpacingX_25() { return &___mSpacingX_25; } inline void set_mSpacingX_25(int32_t value) { ___mSpacingX_25 = value; } inline static int32_t get_offset_of_mSpacingY_26() { return static_cast(offsetof(UILabel_t3248798549, ___mSpacingY_26)); } inline int32_t get_mSpacingY_26() const { return ___mSpacingY_26; } inline int32_t* get_address_of_mSpacingY_26() { return &___mSpacingY_26; } inline void set_mSpacingY_26(int32_t value) { ___mSpacingY_26 = value; } inline static int32_t get_offset_of_mInsideEffectStyle_27() { return static_cast(offsetof(UILabel_t3248798549, ___mInsideEffectStyle_27)); } inline int32_t get_mInsideEffectStyle_27() const { return ___mInsideEffectStyle_27; } inline int32_t* get_address_of_mInsideEffectStyle_27() { return &___mInsideEffectStyle_27; } inline void set_mInsideEffectStyle_27(int32_t value) { ___mInsideEffectStyle_27 = value; } inline static int32_t get_offset_of_mInsideEffectColor_28() { return static_cast(offsetof(UILabel_t3248798549, ___mInsideEffectColor_28)); } inline Color_t2555686324 get_mInsideEffectColor_28() const { return ___mInsideEffectColor_28; } inline Color_t2555686324 * get_address_of_mInsideEffectColor_28() { return &___mInsideEffectColor_28; } inline void set_mInsideEffectColor_28(Color_t2555686324 value) { ___mInsideEffectColor_28 = value; } inline static int32_t get_offset_of_mLineWidth_29() { return static_cast(offsetof(UILabel_t3248798549, ___mLineWidth_29)); } inline float get_mLineWidth_29() const { return ___mLineWidth_29; } inline float* get_address_of_mLineWidth_29() { return &___mLineWidth_29; } inline void set_mLineWidth_29(float value) { ___mLineWidth_29 = value; } inline static int32_t get_offset_of_mMultiline_30() { return static_cast(offsetof(UILabel_t3248798549, ___mMultiline_30)); } inline bool get_mMultiline_30() const { return ___mMultiline_30; } inline bool* get_address_of_mMultiline_30() { return &___mMultiline_30; } inline void set_mMultiline_30(bool value) { ___mMultiline_30 = value; } inline static int32_t get_offset_of_mShouldBeProcessed_31() { return static_cast(offsetof(UILabel_t3248798549, ___mShouldBeProcessed_31)); } inline bool get_mShouldBeProcessed_31() const { return ___mShouldBeProcessed_31; } inline bool* get_address_of_mShouldBeProcessed_31() { return &___mShouldBeProcessed_31; } inline void set_mShouldBeProcessed_31(bool value) { ___mShouldBeProcessed_31 = value; } inline static int32_t get_offset_of_mProcessedText_32() { return static_cast(offsetof(UILabel_t3248798549, ___mProcessedText_32)); } inline String_t* get_mProcessedText_32() const { return ___mProcessedText_32; } inline String_t** get_address_of_mProcessedText_32() { return &___mProcessedText_32; } inline void set_mProcessedText_32(String_t* value) { ___mProcessedText_32 = value; Il2CppCodeGenWriteBarrier((&___mProcessedText_32), value); } inline static int32_t get_offset_of_mLastScale_33() { return static_cast(offsetof(UILabel_t3248798549, ___mLastScale_33)); } inline Vector3_t3722313464 get_mLastScale_33() const { return ___mLastScale_33; } inline Vector3_t3722313464 * get_address_of_mLastScale_33() { return &___mLastScale_33; } inline void set_mLastScale_33(Vector3_t3722313464 value) { ___mLastScale_33 = value; } inline static int32_t get_offset_of_mLastText_34() { return static_cast(offsetof(UILabel_t3248798549, ___mLastText_34)); } inline String_t* get_mLastText_34() const { return ___mLastText_34; } inline String_t** get_address_of_mLastText_34() { return &___mLastText_34; } inline void set_mLastText_34(String_t* value) { ___mLastText_34 = value; Il2CppCodeGenWriteBarrier((&___mLastText_34), value); } inline static int32_t get_offset_of_mLastWidth_35() { return static_cast(offsetof(UILabel_t3248798549, ___mLastWidth_35)); } inline int32_t get_mLastWidth_35() const { return ___mLastWidth_35; } inline int32_t* get_address_of_mLastWidth_35() { return &___mLastWidth_35; } inline void set_mLastWidth_35(int32_t value) { ___mLastWidth_35 = value; } inline static int32_t get_offset_of_mLastEncoding_36() { return static_cast(offsetof(UILabel_t3248798549, ___mLastEncoding_36)); } inline bool get_mLastEncoding_36() const { return ___mLastEncoding_36; } inline bool* get_address_of_mLastEncoding_36() { return &___mLastEncoding_36; } inline void set_mLastEncoding_36(bool value) { ___mLastEncoding_36 = value; } inline static int32_t get_offset_of_mLastCount_37() { return static_cast(offsetof(UILabel_t3248798549, ___mLastCount_37)); } inline int32_t get_mLastCount_37() const { return ___mLastCount_37; } inline int32_t* get_address_of_mLastCount_37() { return &___mLastCount_37; } inline void set_mLastCount_37(int32_t value) { ___mLastCount_37 = value; } inline static int32_t get_offset_of_mLastPass_38() { return static_cast(offsetof(UILabel_t3248798549, ___mLastPass_38)); } inline bool get_mLastPass_38() const { return ___mLastPass_38; } inline bool* get_address_of_mLastPass_38() { return &___mLastPass_38; } inline void set_mLastPass_38(bool value) { ___mLastPass_38 = value; } inline static int32_t get_offset_of_mLastShow_39() { return static_cast(offsetof(UILabel_t3248798549, ___mLastShow_39)); } inline bool get_mLastShow_39() const { return ___mLastShow_39; } inline bool* get_address_of_mLastShow_39() { return &___mLastShow_39; } inline void set_mLastShow_39(bool value) { ___mLastShow_39 = value; } inline static int32_t get_offset_of_mLastEffect_40() { return static_cast(offsetof(UILabel_t3248798549, ___mLastEffect_40)); } inline int32_t get_mLastEffect_40() const { return ___mLastEffect_40; } inline int32_t* get_address_of_mLastEffect_40() { return &___mLastEffect_40; } inline void set_mLastEffect_40(int32_t value) { ___mLastEffect_40 = value; } inline static int32_t get_offset_of_mSize_41() { return static_cast(offsetof(UILabel_t3248798549, ___mSize_41)); } inline Vector3_t3722313464 get_mSize_41() const { return ___mSize_41; } inline Vector3_t3722313464 * get_address_of_mSize_41() { return &___mSize_41; } inline void set_mSize_41(Vector3_t3722313464 value) { ___mSize_41 = value; } inline static int32_t get_offset_of_mPremultiply_42() { return static_cast(offsetof(UILabel_t3248798549, ___mPremultiply_42)); } inline bool get_mPremultiply_42() const { return ___mPremultiply_42; } inline bool* get_address_of_mPremultiply_42() { return &___mPremultiply_42; } inline void set_mPremultiply_42(bool value) { ___mPremultiply_42 = value; } inline static int32_t get_offset_of_m_DrawSize_43() { return static_cast(offsetof(UILabel_t3248798549, ___m_DrawSize_43)); } inline Vector2_t2156229523 get_m_DrawSize_43() const { return ___m_DrawSize_43; } inline Vector2_t2156229523 * get_address_of_m_DrawSize_43() { return &___m_DrawSize_43; } inline void set_m_DrawSize_43(Vector2_t2156229523 value) { ___m_DrawSize_43 = value; } inline static int32_t get_offset_of_mApplyAlignmentForced_44() { return static_cast(offsetof(UILabel_t3248798549, ___mApplyAlignmentForced_44)); } inline bool get_mApplyAlignmentForced_44() const { return ___mApplyAlignmentForced_44; } inline bool* get_address_of_mApplyAlignmentForced_44() { return &___mApplyAlignmentForced_44; } inline void set_mApplyAlignmentForced_44(bool value) { ___mApplyAlignmentForced_44 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILABEL_T3248798549_H #ifndef UIDRAGGABLEPANEL_T1628346357_H #define UIDRAGGABLEPANEL_T1628346357_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIDraggablePanel struct UIDraggablePanel_t1628346357 : public IgnoreTimeScale_t3381352907 { public: // System.Boolean UIDraggablePanel::restrictWithinPanel bool ___restrictWithinPanel_7; // System.Boolean UIDraggablePanel::disableDragIfFits bool ___disableDragIfFits_8; // UIDraggablePanel/DragEffect UIDraggablePanel::dragEffect int32_t ___dragEffect_9; // System.Boolean UIDraggablePanel::smoothDragStart bool ___smoothDragStart_10; // UnityEngine.Vector3 UIDraggablePanel::scale Vector3_t3722313464 ___scale_11; // System.Single UIDraggablePanel::scrollWheelFactor float ___scrollWheelFactor_12; // System.Single UIDraggablePanel::momentumAmount float ___momentumAmount_13; // UnityEngine.Vector2 UIDraggablePanel::relativePositionOnReset Vector2_t2156229523 ___relativePositionOnReset_14; // System.Boolean UIDraggablePanel::repositionClipping bool ___repositionClipping_15; // UIScrollBar UIDraggablePanel::horizontalScrollBar UIScrollBar_t1285772729 * ___horizontalScrollBar_16; // UIScrollBar UIDraggablePanel::verticalScrollBar UIScrollBar_t1285772729 * ___verticalScrollBar_17; // UIDraggablePanel/ShowCondition UIDraggablePanel::showScrollBars int32_t ___showScrollBars_18; // System.Action UIDraggablePanel::onDragFinished Action_t1264377477 * ___onDragFinished_19; // UnityEngine.Transform UIDraggablePanel::mTrans Transform_t3600365921 * ___mTrans_20; // UIPanel UIDraggablePanel::mPanel UIPanel_t1716472341 * ___mPanel_21; // UnityEngine.Plane UIDraggablePanel::mPlane Plane_t1000493321 ___mPlane_22; // UnityEngine.Vector3 UIDraggablePanel::mLastPos Vector3_t3722313464 ___mLastPos_23; // System.Boolean UIDraggablePanel::mPressed bool ___mPressed_24; // UnityEngine.Vector3 UIDraggablePanel::mMomentum Vector3_t3722313464 ___mMomentum_25; // System.Single UIDraggablePanel::mScroll float ___mScroll_26; // UnityEngine.Bounds UIDraggablePanel::mBounds Bounds_t2266837910 ___mBounds_27; // System.Boolean UIDraggablePanel::mCalculatedBounds bool ___mCalculatedBounds_28; // System.Boolean UIDraggablePanel::mShouldMove bool ___mShouldMove_29; // System.Boolean UIDraggablePanel::mIgnoreCallbacks bool ___mIgnoreCallbacks_30; // System.Int32 UIDraggablePanel::mDragID int32_t ___mDragID_31; // UnityEngine.Vector2 UIDraggablePanel::mDragStartOffset Vector2_t2156229523 ___mDragStartOffset_32; // System.Boolean UIDraggablePanel::mDragStarted bool ___mDragStarted_33; public: inline static int32_t get_offset_of_restrictWithinPanel_7() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___restrictWithinPanel_7)); } inline bool get_restrictWithinPanel_7() const { return ___restrictWithinPanel_7; } inline bool* get_address_of_restrictWithinPanel_7() { return &___restrictWithinPanel_7; } inline void set_restrictWithinPanel_7(bool value) { ___restrictWithinPanel_7 = value; } inline static int32_t get_offset_of_disableDragIfFits_8() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___disableDragIfFits_8)); } inline bool get_disableDragIfFits_8() const { return ___disableDragIfFits_8; } inline bool* get_address_of_disableDragIfFits_8() { return &___disableDragIfFits_8; } inline void set_disableDragIfFits_8(bool value) { ___disableDragIfFits_8 = value; } inline static int32_t get_offset_of_dragEffect_9() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___dragEffect_9)); } inline int32_t get_dragEffect_9() const { return ___dragEffect_9; } inline int32_t* get_address_of_dragEffect_9() { return &___dragEffect_9; } inline void set_dragEffect_9(int32_t value) { ___dragEffect_9 = value; } inline static int32_t get_offset_of_smoothDragStart_10() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___smoothDragStart_10)); } inline bool get_smoothDragStart_10() const { return ___smoothDragStart_10; } inline bool* get_address_of_smoothDragStart_10() { return &___smoothDragStart_10; } inline void set_smoothDragStart_10(bool value) { ___smoothDragStart_10 = value; } inline static int32_t get_offset_of_scale_11() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___scale_11)); } inline Vector3_t3722313464 get_scale_11() const { return ___scale_11; } inline Vector3_t3722313464 * get_address_of_scale_11() { return &___scale_11; } inline void set_scale_11(Vector3_t3722313464 value) { ___scale_11 = value; } inline static int32_t get_offset_of_scrollWheelFactor_12() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___scrollWheelFactor_12)); } inline float get_scrollWheelFactor_12() const { return ___scrollWheelFactor_12; } inline float* get_address_of_scrollWheelFactor_12() { return &___scrollWheelFactor_12; } inline void set_scrollWheelFactor_12(float value) { ___scrollWheelFactor_12 = value; } inline static int32_t get_offset_of_momentumAmount_13() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___momentumAmount_13)); } inline float get_momentumAmount_13() const { return ___momentumAmount_13; } inline float* get_address_of_momentumAmount_13() { return &___momentumAmount_13; } inline void set_momentumAmount_13(float value) { ___momentumAmount_13 = value; } inline static int32_t get_offset_of_relativePositionOnReset_14() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___relativePositionOnReset_14)); } inline Vector2_t2156229523 get_relativePositionOnReset_14() const { return ___relativePositionOnReset_14; } inline Vector2_t2156229523 * get_address_of_relativePositionOnReset_14() { return &___relativePositionOnReset_14; } inline void set_relativePositionOnReset_14(Vector2_t2156229523 value) { ___relativePositionOnReset_14 = value; } inline static int32_t get_offset_of_repositionClipping_15() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___repositionClipping_15)); } inline bool get_repositionClipping_15() const { return ___repositionClipping_15; } inline bool* get_address_of_repositionClipping_15() { return &___repositionClipping_15; } inline void set_repositionClipping_15(bool value) { ___repositionClipping_15 = value; } inline static int32_t get_offset_of_horizontalScrollBar_16() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___horizontalScrollBar_16)); } inline UIScrollBar_t1285772729 * get_horizontalScrollBar_16() const { return ___horizontalScrollBar_16; } inline UIScrollBar_t1285772729 ** get_address_of_horizontalScrollBar_16() { return &___horizontalScrollBar_16; } inline void set_horizontalScrollBar_16(UIScrollBar_t1285772729 * value) { ___horizontalScrollBar_16 = value; Il2CppCodeGenWriteBarrier((&___horizontalScrollBar_16), value); } inline static int32_t get_offset_of_verticalScrollBar_17() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___verticalScrollBar_17)); } inline UIScrollBar_t1285772729 * get_verticalScrollBar_17() const { return ___verticalScrollBar_17; } inline UIScrollBar_t1285772729 ** get_address_of_verticalScrollBar_17() { return &___verticalScrollBar_17; } inline void set_verticalScrollBar_17(UIScrollBar_t1285772729 * value) { ___verticalScrollBar_17 = value; Il2CppCodeGenWriteBarrier((&___verticalScrollBar_17), value); } inline static int32_t get_offset_of_showScrollBars_18() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___showScrollBars_18)); } inline int32_t get_showScrollBars_18() const { return ___showScrollBars_18; } inline int32_t* get_address_of_showScrollBars_18() { return &___showScrollBars_18; } inline void set_showScrollBars_18(int32_t value) { ___showScrollBars_18 = value; } inline static int32_t get_offset_of_onDragFinished_19() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___onDragFinished_19)); } inline Action_t1264377477 * get_onDragFinished_19() const { return ___onDragFinished_19; } inline Action_t1264377477 ** get_address_of_onDragFinished_19() { return &___onDragFinished_19; } inline void set_onDragFinished_19(Action_t1264377477 * value) { ___onDragFinished_19 = value; Il2CppCodeGenWriteBarrier((&___onDragFinished_19), value); } inline static int32_t get_offset_of_mTrans_20() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___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_mPanel_21() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___mPanel_21)); } inline UIPanel_t1716472341 * get_mPanel_21() const { return ___mPanel_21; } inline UIPanel_t1716472341 ** get_address_of_mPanel_21() { return &___mPanel_21; } inline void set_mPanel_21(UIPanel_t1716472341 * value) { ___mPanel_21 = value; Il2CppCodeGenWriteBarrier((&___mPanel_21), value); } inline static int32_t get_offset_of_mPlane_22() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___mPlane_22)); } inline Plane_t1000493321 get_mPlane_22() const { return ___mPlane_22; } inline Plane_t1000493321 * get_address_of_mPlane_22() { return &___mPlane_22; } inline void set_mPlane_22(Plane_t1000493321 value) { ___mPlane_22 = value; } inline static int32_t get_offset_of_mLastPos_23() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___mLastPos_23)); } inline Vector3_t3722313464 get_mLastPos_23() const { return ___mLastPos_23; } inline Vector3_t3722313464 * get_address_of_mLastPos_23() { return &___mLastPos_23; } inline void set_mLastPos_23(Vector3_t3722313464 value) { ___mLastPos_23 = value; } inline static int32_t get_offset_of_mPressed_24() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___mPressed_24)); } inline bool get_mPressed_24() const { return ___mPressed_24; } inline bool* get_address_of_mPressed_24() { return &___mPressed_24; } inline void set_mPressed_24(bool value) { ___mPressed_24 = value; } inline static int32_t get_offset_of_mMomentum_25() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___mMomentum_25)); } inline Vector3_t3722313464 get_mMomentum_25() const { return ___mMomentum_25; } inline Vector3_t3722313464 * get_address_of_mMomentum_25() { return &___mMomentum_25; } inline void set_mMomentum_25(Vector3_t3722313464 value) { ___mMomentum_25 = value; } inline static int32_t get_offset_of_mScroll_26() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___mScroll_26)); } inline float get_mScroll_26() const { return ___mScroll_26; } inline float* get_address_of_mScroll_26() { return &___mScroll_26; } inline void set_mScroll_26(float value) { ___mScroll_26 = value; } inline static int32_t get_offset_of_mBounds_27() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___mBounds_27)); } inline Bounds_t2266837910 get_mBounds_27() const { return ___mBounds_27; } inline Bounds_t2266837910 * get_address_of_mBounds_27() { return &___mBounds_27; } inline void set_mBounds_27(Bounds_t2266837910 value) { ___mBounds_27 = value; } inline static int32_t get_offset_of_mCalculatedBounds_28() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___mCalculatedBounds_28)); } inline bool get_mCalculatedBounds_28() const { return ___mCalculatedBounds_28; } inline bool* get_address_of_mCalculatedBounds_28() { return &___mCalculatedBounds_28; } inline void set_mCalculatedBounds_28(bool value) { ___mCalculatedBounds_28 = value; } inline static int32_t get_offset_of_mShouldMove_29() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___mShouldMove_29)); } inline bool get_mShouldMove_29() const { return ___mShouldMove_29; } inline bool* get_address_of_mShouldMove_29() { return &___mShouldMove_29; } inline void set_mShouldMove_29(bool value) { ___mShouldMove_29 = value; } inline static int32_t get_offset_of_mIgnoreCallbacks_30() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___mIgnoreCallbacks_30)); } inline bool get_mIgnoreCallbacks_30() const { return ___mIgnoreCallbacks_30; } inline bool* get_address_of_mIgnoreCallbacks_30() { return &___mIgnoreCallbacks_30; } inline void set_mIgnoreCallbacks_30(bool value) { ___mIgnoreCallbacks_30 = value; } inline static int32_t get_offset_of_mDragID_31() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___mDragID_31)); } inline int32_t get_mDragID_31() const { return ___mDragID_31; } inline int32_t* get_address_of_mDragID_31() { return &___mDragID_31; } inline void set_mDragID_31(int32_t value) { ___mDragID_31 = value; } inline static int32_t get_offset_of_mDragStartOffset_32() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___mDragStartOffset_32)); } inline Vector2_t2156229523 get_mDragStartOffset_32() const { return ___mDragStartOffset_32; } inline Vector2_t2156229523 * get_address_of_mDragStartOffset_32() { return &___mDragStartOffset_32; } inline void set_mDragStartOffset_32(Vector2_t2156229523 value) { ___mDragStartOffset_32 = value; } inline static int32_t get_offset_of_mDragStarted_33() { return static_cast(offsetof(UIDraggablePanel_t1628346357, ___mDragStarted_33)); } inline bool get_mDragStarted_33() const { return ___mDragStarted_33; } inline bool* get_address_of_mDragStarted_33() { return &___mDragStarted_33; } inline void set_mDragStarted_33(bool value) { ___mDragStarted_33 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIDRAGGABLEPANEL_T1628346357_H #ifndef UITEXTURE_T3471168817_H #define UITEXTURE_T3471168817_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UITexture struct UITexture_t3471168817 : public UIWidget_t3538521925 { public: // UnityEngine.Rect UITexture::mRect Rect_t2360479859 ___mRect_14; // System.Boolean UITexture::mHoldScale bool ___mHoldScale_15; // UnityEngine.Shader UITexture::mShader Shader_t4151988712 * ___mShader_16; // UnityEngine.Texture UITexture::mTexture Texture_t3661962703 * ___mTexture_17; // UnityEngine.Material UITexture::mDynamicMat Material_t340375123 * ___mDynamicMat_18; // System.Boolean UITexture::mCreatingMat bool ___mCreatingMat_19; // System.Int32 UITexture::mPMA int32_t ___mPMA_20; public: inline static int32_t get_offset_of_mRect_14() { return static_cast(offsetof(UITexture_t3471168817, ___mRect_14)); } inline Rect_t2360479859 get_mRect_14() const { return ___mRect_14; } inline Rect_t2360479859 * get_address_of_mRect_14() { return &___mRect_14; } inline void set_mRect_14(Rect_t2360479859 value) { ___mRect_14 = value; } inline static int32_t get_offset_of_mHoldScale_15() { return static_cast(offsetof(UITexture_t3471168817, ___mHoldScale_15)); } inline bool get_mHoldScale_15() const { return ___mHoldScale_15; } inline bool* get_address_of_mHoldScale_15() { return &___mHoldScale_15; } inline void set_mHoldScale_15(bool value) { ___mHoldScale_15 = value; } inline static int32_t get_offset_of_mShader_16() { return static_cast(offsetof(UITexture_t3471168817, ___mShader_16)); } inline Shader_t4151988712 * get_mShader_16() const { return ___mShader_16; } inline Shader_t4151988712 ** get_address_of_mShader_16() { return &___mShader_16; } inline void set_mShader_16(Shader_t4151988712 * value) { ___mShader_16 = value; Il2CppCodeGenWriteBarrier((&___mShader_16), value); } inline static int32_t get_offset_of_mTexture_17() { return static_cast(offsetof(UITexture_t3471168817, ___mTexture_17)); } inline Texture_t3661962703 * get_mTexture_17() const { return ___mTexture_17; } inline Texture_t3661962703 ** get_address_of_mTexture_17() { return &___mTexture_17; } inline void set_mTexture_17(Texture_t3661962703 * value) { ___mTexture_17 = value; Il2CppCodeGenWriteBarrier((&___mTexture_17), value); } inline static int32_t get_offset_of_mDynamicMat_18() { return static_cast(offsetof(UITexture_t3471168817, ___mDynamicMat_18)); } inline Material_t340375123 * get_mDynamicMat_18() const { return ___mDynamicMat_18; } inline Material_t340375123 ** get_address_of_mDynamicMat_18() { return &___mDynamicMat_18; } inline void set_mDynamicMat_18(Material_t340375123 * value) { ___mDynamicMat_18 = value; Il2CppCodeGenWriteBarrier((&___mDynamicMat_18), value); } inline static int32_t get_offset_of_mCreatingMat_19() { return static_cast(offsetof(UITexture_t3471168817, ___mCreatingMat_19)); } inline bool get_mCreatingMat_19() const { return ___mCreatingMat_19; } inline bool* get_address_of_mCreatingMat_19() { return &___mCreatingMat_19; } inline void set_mCreatingMat_19(bool value) { ___mCreatingMat_19 = value; } inline static int32_t get_offset_of_mPMA_20() { return static_cast(offsetof(UITexture_t3471168817, ___mPMA_20)); } inline int32_t get_mPMA_20() const { return ___mPMA_20; } inline int32_t* get_address_of_mPMA_20() { return &___mPMA_20; } inline void set_mPMA_20(int32_t value) { ___mPMA_20 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UITEXTURE_T3471168817_H #ifndef UIBGCOLOR_T1323100424_H #define UIBGCOLOR_T1323100424_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIBGColor struct UIBGColor_t1323100424 : public UIWidget_t3538521925 { public: // UnityEngine.Rect UIBGColor::mRect Rect_t2360479859 ___mRect_14; // UnityEngine.Shader UIBGColor::mShader Shader_t4151988712 * ___mShader_15; // UnityEngine.Texture UIBGColor::mTexture Texture_t3661962703 * ___mTexture_16; // UnityEngine.Material UIBGColor::mDynamicMat Material_t340375123 * ___mDynamicMat_17; // System.Boolean UIBGColor::mCreatingMat bool ___mCreatingMat_18; public: inline static int32_t get_offset_of_mRect_14() { return static_cast(offsetof(UIBGColor_t1323100424, ___mRect_14)); } inline Rect_t2360479859 get_mRect_14() const { return ___mRect_14; } inline Rect_t2360479859 * get_address_of_mRect_14() { return &___mRect_14; } inline void set_mRect_14(Rect_t2360479859 value) { ___mRect_14 = value; } inline static int32_t get_offset_of_mShader_15() { return static_cast(offsetof(UIBGColor_t1323100424, ___mShader_15)); } inline Shader_t4151988712 * get_mShader_15() const { return ___mShader_15; } inline Shader_t4151988712 ** get_address_of_mShader_15() { return &___mShader_15; } inline void set_mShader_15(Shader_t4151988712 * value) { ___mShader_15 = value; Il2CppCodeGenWriteBarrier((&___mShader_15), value); } inline static int32_t get_offset_of_mTexture_16() { return static_cast(offsetof(UIBGColor_t1323100424, ___mTexture_16)); } inline Texture_t3661962703 * get_mTexture_16() const { return ___mTexture_16; } inline Texture_t3661962703 ** get_address_of_mTexture_16() { return &___mTexture_16; } inline void set_mTexture_16(Texture_t3661962703 * value) { ___mTexture_16 = value; Il2CppCodeGenWriteBarrier((&___mTexture_16), value); } inline static int32_t get_offset_of_mDynamicMat_17() { return static_cast(offsetof(UIBGColor_t1323100424, ___mDynamicMat_17)); } inline Material_t340375123 * get_mDynamicMat_17() const { return ___mDynamicMat_17; } inline Material_t340375123 ** get_address_of_mDynamicMat_17() { return &___mDynamicMat_17; } inline void set_mDynamicMat_17(Material_t340375123 * value) { ___mDynamicMat_17 = value; Il2CppCodeGenWriteBarrier((&___mDynamicMat_17), value); } inline static int32_t get_offset_of_mCreatingMat_18() { return static_cast(offsetof(UIBGColor_t1323100424, ___mCreatingMat_18)); } inline bool get_mCreatingMat_18() const { return ___mCreatingMat_18; } inline bool* get_address_of_mCreatingMat_18() { return &___mCreatingMat_18; } inline void set_mCreatingMat_18(bool value) { ___mCreatingMat_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIBGCOLOR_T1323100424_H #ifndef SPRINGPANEL_T277350554_H #define SPRINGPANEL_T277350554_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SpringPanel struct SpringPanel_t277350554 : public IgnoreTimeScale_t3381352907 { public: // UnityEngine.Vector3 SpringPanel::target Vector3_t3722313464 ___target_7; // System.Single SpringPanel::strength float ___strength_8; // System.Action SpringPanel::onFinished Action_t1264377477 * ___onFinished_9; // UIPanel SpringPanel::mPanel UIPanel_t1716472341 * ___mPanel_10; // UnityEngine.Transform SpringPanel::mTrans Transform_t3600365921 * ___mTrans_11; // System.Single SpringPanel::mThreshold float ___mThreshold_12; // UIDraggablePanel SpringPanel::mDrag UIDraggablePanel_t1628346357 * ___mDrag_13; public: inline static int32_t get_offset_of_target_7() { return static_cast(offsetof(SpringPanel_t277350554, ___target_7)); } inline Vector3_t3722313464 get_target_7() const { return ___target_7; } inline Vector3_t3722313464 * get_address_of_target_7() { return &___target_7; } inline void set_target_7(Vector3_t3722313464 value) { ___target_7 = value; } inline static int32_t get_offset_of_strength_8() { return static_cast(offsetof(SpringPanel_t277350554, ___strength_8)); } inline float get_strength_8() const { return ___strength_8; } inline float* get_address_of_strength_8() { return &___strength_8; } inline void set_strength_8(float value) { ___strength_8 = value; } inline static int32_t get_offset_of_onFinished_9() { return static_cast(offsetof(SpringPanel_t277350554, ___onFinished_9)); } inline Action_t1264377477 * get_onFinished_9() const { return ___onFinished_9; } inline Action_t1264377477 ** get_address_of_onFinished_9() { return &___onFinished_9; } inline void set_onFinished_9(Action_t1264377477 * value) { ___onFinished_9 = value; Il2CppCodeGenWriteBarrier((&___onFinished_9), value); } inline static int32_t get_offset_of_mPanel_10() { return static_cast(offsetof(SpringPanel_t277350554, ___mPanel_10)); } inline UIPanel_t1716472341 * get_mPanel_10() const { return ___mPanel_10; } inline UIPanel_t1716472341 ** get_address_of_mPanel_10() { return &___mPanel_10; } inline void set_mPanel_10(UIPanel_t1716472341 * value) { ___mPanel_10 = value; Il2CppCodeGenWriteBarrier((&___mPanel_10), value); } inline static int32_t get_offset_of_mTrans_11() { return static_cast(offsetof(SpringPanel_t277350554, ___mTrans_11)); } inline Transform_t3600365921 * get_mTrans_11() const { return ___mTrans_11; } inline Transform_t3600365921 ** get_address_of_mTrans_11() { return &___mTrans_11; } inline void set_mTrans_11(Transform_t3600365921 * value) { ___mTrans_11 = value; Il2CppCodeGenWriteBarrier((&___mTrans_11), value); } inline static int32_t get_offset_of_mThreshold_12() { return static_cast(offsetof(SpringPanel_t277350554, ___mThreshold_12)); } inline float get_mThreshold_12() const { return ___mThreshold_12; } inline float* get_address_of_mThreshold_12() { return &___mThreshold_12; } inline void set_mThreshold_12(float value) { ___mThreshold_12 = value; } inline static int32_t get_offset_of_mDrag_13() { return static_cast(offsetof(SpringPanel_t277350554, ___mDrag_13)); } inline UIDraggablePanel_t1628346357 * get_mDrag_13() const { return ___mDrag_13; } inline UIDraggablePanel_t1628346357 ** get_address_of_mDrag_13() { return &___mDrag_13; } inline void set_mDrag_13(UIDraggablePanel_t1628346357 * value) { ___mDrag_13 = value; Il2CppCodeGenWriteBarrier((&___mDrag_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPRINGPANEL_T277350554_H // uiLotteryItem[] struct uiLotteryItemU5BU5D_t112276802 : public RuntimeArray { public: ALIGN_FIELD (8) uiLotteryItem_t2769685779 * m_Items[1]; public: inline uiLotteryItem_t2769685779 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uiLotteryItem_t2769685779 ** 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, uiLotteryItem_t2769685779 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline uiLotteryItem_t2769685779 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uiLotteryItem_t2769685779 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uiLotteryItem_t2769685779 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.Transform[] struct TransformU5BU5D_t807237628 : public RuntimeArray { public: ALIGN_FIELD (8) Transform_t3600365921 * m_Items[1]; public: inline Transform_t3600365921 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Transform_t3600365921 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Transform_t3600365921 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Transform_t3600365921 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Transform_t3600365921 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Transform_t3600365921 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UISprite[] struct UISpriteU5BU5D_t1415066463 : public RuntimeArray { public: ALIGN_FIELD (8) UISprite_t194114938 * m_Items[1]; public: inline UISprite_t194114938 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UISprite_t194114938 ** 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, UISprite_t194114938 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline UISprite_t194114938 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UISprite_t194114938 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UISprite_t194114938 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // uiBoxItem[] struct uiBoxItemU5BU5D_t1414951688 : public RuntimeArray { public: ALIGN_FIELD (8) uiBoxItem_t1023674949 * m_Items[1]; public: inline uiBoxItem_t1023674949 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uiBoxItem_t1023674949 ** 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, uiBoxItem_t1023674949 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline uiBoxItem_t1023674949 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uiBoxItem_t1023674949 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uiBoxItem_t1023674949 * 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); } }; // 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); } }; // UILabel[] struct UILabelU5BU5D_t595200952 : public RuntimeArray { public: ALIGN_FIELD (8) UILabel_t3248798549 * m_Items[1]; public: inline UILabel_t3248798549 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UILabel_t3248798549 ** 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, UILabel_t3248798549 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline UILabel_t3248798549 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UILabel_t3248798549 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UILabel_t3248798549 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.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); } }; // UITexture[] struct UITextureU5BU5D_t4250952428 : public RuntimeArray { public: ALIGN_FIELD (8) UITexture_t3471168817 * m_Items[1]; public: inline UITexture_t3471168817 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UITexture_t3471168817 ** 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, UITexture_t3471168817 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline UITexture_t3471168817 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UITexture_t3471168817 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UITexture_t3471168817 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t3722313464 m_Items[1]; public: inline Vector3_t3722313464 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t3722313464 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector3_t3722313464 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t3722313464 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t3722313464 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t3722313464 value) { m_Items[index] = value; } }; // UnityEngine.Color[] struct ColorU5BU5D_t941916413 : public RuntimeArray { public: ALIGN_FIELD (8) Color_t2555686324 m_Items[1]; public: inline Color_t2555686324 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color_t2555686324 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Color_t2555686324 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color_t2555686324 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color_t2555686324 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color_t2555686324 value) { m_Items[index] = value; } }; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986 : public RuntimeArray { public: ALIGN_FIELD (8) Vector2_t2156229523 m_Items[1]; public: inline Vector2_t2156229523 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_t2156229523 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector2_t2156229523 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_t2156229523 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_t2156229523 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_t2156229523 value) { m_Items[index] = value; } }; // !!0 UnityEngine.Component::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m2906321015_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m118522912_gshared (Action_1_t3252573759 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.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); // !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::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // 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); // !!0 UnityEngine.GameObject::AddComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_m973870487_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void System.Action`4::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_4__ctor_m757953639_gshared (Action_4_t2141122718 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_m199702840_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m186164705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_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.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); // TValue CUIBase::FindSerialValue(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CUIBase_FindSerialValue_TisRuntimeObject_m976875708_gshared (CUIBase_t3255455658 * __this, String_t* ___serialedName0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1>::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2631462689_gshared (List_1_t1414438697 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1>::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t4237331251 List_1_get_Item_m3034076052_gshared (List_1_t1414438697 * __this, int32_t p0, 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.Void System.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3401007060_gshared (Action_1_t3123413348 * __this, int32_t p0, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m18895326_gshared (BetterList_1_t2877333782 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m163271134_gshared (BetterList_1_t1311249841 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m3090907367_gshared (BetterList_1_t1710706642 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m445033979_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m1521034418_gshared (BetterList_1_t2235126482 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m1906904972_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BetterList_1_get_Item_m1187708413_gshared (BetterList_1_t2235126482 * __this, int32_t p0, const RuntimeMethod* method); // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m4122115815_gshared (BetterList_1_t2235126482 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m3854873820_gshared (BetterList_1_t2235126482 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m1087052065_gshared (BetterList_1_t2235126482 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m1110557353_gshared (BetterList_1_t2877333782 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m966181545_gshared (BetterList_1_t1311249841 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m2923267548_gshared (BetterList_1_t1710706642 * __this, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m3823220309_gshared (BetterList_1_t2877333782 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m3678844501_gshared (BetterList_1_t1311249841 * __this, Vector2_t2156229523 p0, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m2929793890_gshared (BetterList_1_t1710706642 * __this, Color_t2555686324 p0, const RuntimeMethod* method); // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Vector3U5BU5D_t1718750761* BetterList_1_ToArray_m1446268266_gshared (BetterList_1_t2877333782 * __this, const RuntimeMethod* method); // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ColorU5BU5D_t941916413* BetterList_1_ToArray_m2485675029_gshared (BetterList_1_t1710706642 * __this, const RuntimeMethod* method); // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Vector2U5BU5D_t1457185986* BetterList_1_ToArray_m2725107919_gshared (BetterList_1_t1311249841 * __this, const RuntimeMethod* method); // System.Void CUIBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUIBase__ctor_m220894030 (CUIBase_t3255455658 * __this, const RuntimeMethod* method); // System.Void CUIBase::RegistUpdate() extern "C" IL2CPP_METHOD_ATTR void CUIBase_RegistUpdate_m4199357620 (CUIBase_t3255455658 * __this, const RuntimeMethod* method); // UnityEngine.Transform CUIBase::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_get_transform_m568012358 (CUIBase_t3255455658 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_Find_m1729760951 (Transform_t3600365921 * __this, String_t* p0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * Component_get_gameObject_m442555142 (Component_t1923634451 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789(__this, method) (( uiLotteryItem_t2769685779 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUILabel_t3248798549_m3261951542(__this, method) (( UILabel_t3248798549 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUISprite_t194114938_m2812077901(__this, method) (( UISprite_t194114938 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiLotteryResult_t3685979930_m3340141511(__this, method) (( uiLotteryResult_t3685979930 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiLotteryAward_t3594426487_m3891155267(__this, method) (( uiLotteryAward_t3594426487 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiBuyLotteryNum_t2649912829_m3052543420(__this, method) (( uiBuyLotteryNum_t2649912829 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, 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); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiBoxItem_t1023674949_m646669282(__this, method) (( uiBoxItem_t1023674949 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m2622589598(__this, p0, p1, method) (( void (*) (Action_1_t1286104214 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m118522912_gshared)(__this, p0, p1, method) // UnityEngine.Transform CUIBase::BindBtnClk(System.String,System.Action`1) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_BindBtnClk_m3717374882 (CUIBase_t3255455658 * __this, String_t* ___path0, Action_1_t1286104214 * ___delegateClk1, const RuntimeMethod* method); // DMCore.Logic.CLotteryNew DMCore.Logic.CLotteryNew::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLotteryNew_t505895158 * CLotteryNew_GetInstance_m538648445 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CLotteryNew/enumLotteryState DMCore.Logic.CLotteryNew::get_curState() extern "C" IL2CPP_METHOD_ATTR int32_t CLotteryNew_get_curState_m1610432745 (CLotteryNew_t505895158 * __this, const RuntimeMethod* method); // System.Int32 ScenePersonalWndLottery::GetLotteryNum() extern "C" IL2CPP_METHOD_ATTR int32_t ScenePersonalWndLottery_GetLotteryNum_m3157662099 (ScenePersonalWndLottery_t637137187 * __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); // DMCore.CMsgBoxControl DMCore.CMsgBoxControl::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMsgBoxControl_t806533544 * CMsgBoxControl_GetInstance_m4085806233 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Misc.CTextHelp DMCore.Framework.Misc.CTextHelp::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTextHelp_t3119637808 * CTextHelp_GetInstance_m3392996374 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CTextHelp::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CTextHelp_GetText_m372251958 (CTextHelp_t3119637808 * __this, String_t* ___val0, const RuntimeMethod* method); // System.Void DMCore.OnMsgBoxClkCallBack::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnMsgBoxClkCallBack__ctor_m2163616605 (OnMsgBoxClkCallBack_t3229751541 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.CMsgBoxControl::Push(DMCore.enumMsgBoxType,System.String,DMCore.OnMsgBoxClkCallBack,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CMsgBoxControl_Push_m272952420 (CMsgBoxControl_t806533544 * __this, int32_t ___type0, String_t* ___text1, OnMsgBoxClkCallBack_t3229751541 * ___callBack2, CDataArray_t4068198041 * ___userData3, const RuntimeMethod* method); // System.Void ScenePersonalWndLottery::RequestLotteryResult() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_RequestLotteryResult_m3164009734 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method); // System.Int32 DMCore.CDataArray::GetInt(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CDataArray_GetInt_m1111369473 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, int32_t ___defaultVal1, const RuntimeMethod* method); // DMCore.Logic.CLotteryNew/CJackpotData DMCore.Logic.CLotteryNew::GetCurLotteryData() extern "C" IL2CPP_METHOD_ATTR CJackpotData_t469346297 * CLotteryNew_GetCurLotteryData_m1162208716 (CLotteryNew_t505895158 * __this, const RuntimeMethod* method); // DMCore.Logic.CLotteryNew/enumLotteryCostType DMCore.Logic.CLotteryNew::get_costType() extern "C" IL2CPP_METHOD_ATTR int32_t CLotteryNew_get_costType_m21035751 (CLotteryNew_t505895158 * __this, const RuntimeMethod* method); // System.Void uiBuyLotteryNum/OnClickMsgCallBack::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnClickMsgCallBack__ctor_m915973362 (OnClickMsgCallBack_t2417972543 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void uiBuyLotteryNum::OpenWnd(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String,uiBuyLotteryNum/OnClickMsgCallBack) extern "C" IL2CPP_METHOD_ATTR void uiBuyLotteryNum_OpenWnd_m3956314758 (uiBuyLotteryNum_t2649912829 * __this, int32_t ___configID0, int32_t ___configBindCount1, int32_t ___lotteryCount2, int32_t ___cashType3, int32_t ___onePrice4, String_t* ___title5, OnClickMsgCallBack_t2417972543 * ___callback6, 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.CProperty DMCore.Framework.Scene.ISceneBaseObj::GetNetProperty() extern "C" IL2CPP_METHOD_ATTR CProperty_t963755051 * ISceneBaseObj_GetNetProperty_m1709069404 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.CProperty::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CProperty_GetInt_m2680341236 (CProperty_t963755051 * __this, String_t* ___propname0, int32_t ___nDefault1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CurrencyGetManager::CheckCurrencyState(DMCore.Logic.enumCurrencyType,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR bool CurrencyGetManager_CheckCurrencyState_m3080792614 (RuntimeObject * __this /* static, unused */, int32_t ___currencyType0, int32_t ___needCount1, String_t* ___tipContent2, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void DMCore.Logic.CLotteryNew::RequestBuyLotteryNum(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CLotteryNew_RequestBuyLotteryNum_m2322936359 (CLotteryNew_t505895158 * __this, int32_t ___num0, const RuntimeMethod* method); // DMCore.Framework.Resource.IResourceManager DMCore.Framework.Resource.IResourceManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IResourceManager_GetInstance_m641731805 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.CRoot DMCore.CRoot::GetInstance() extern "C" IL2CPP_METHOD_ATTR CRoot_t1043641654 * CRoot_GetInstance_m3627548531 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.ISoundManager DMCore.CRoot::GetSoundManager() extern "C" IL2CPP_METHOD_ATTR ISoundManager_t434164892 * CRoot_GetSoundManager_m30020774 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Boolean DMCore.ISoundManager::PlayOnce(UnityEngine.AudioClip) extern "C" IL2CPP_METHOD_ATTR bool ISoundManager_PlayOnce_m3370941300 (ISoundManager_t434164892 * __this, AudioClip_t3680889665 * ___clip0, const RuntimeMethod* method); // DMCore.Logic.PageTipsManager DMCore.Logic.PageTipsManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR PageTipsManager_t2228145721 * PageTipsManager_GetInstance_m1518232043 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // 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); // 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 DMCore.Logic.CLotteryNew::set_costType(DMCore.Logic.CLotteryNew/enumLotteryCostType) extern "C" IL2CPP_METHOD_ATTR void CLotteryNew_set_costType_m2141920599 (CLotteryNew_t505895158 * __this, int32_t ___value0, const RuntimeMethod* method); // DMCore.Logic.CLotteryNew/CJackpotData DMCore.Logic.CLotteryNew::getLotteryData(System.Int32) extern "C" IL2CPP_METHOD_ATTR CJackpotData_t469346297 * CLotteryNew_getLotteryData_m2091503637 (CLotteryNew_t505895158 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void ScenePersonalWndLottery::OnRefreshAwardList() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnRefreshAwardList_m3588700980 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CLotteryNew::RequestJackpotData(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CLotteryNew_RequestJackpotData_m2056247073 (CLotteryNew_t505895158 * __this, int32_t ___type0, const RuntimeMethod* method); // DMCore.Camera.ICameraBase DMCore.CRoot::GetCamera() extern "C" IL2CPP_METHOD_ATTR ICameraBase_t3615533728 * CRoot_GetCamera_m3179746689 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // UnityEngine.Camera DMCore.Camera.ICameraBase::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * ICameraBase_GetUICamera_m3997251255 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4071470834 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Void 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); // DMCore.Logic.CWndController DMCore.Logic.CWndController::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWndController_t749709641 * CWndController_GetInstance_m4155889192 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController::ShowUI(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_ShowUI_m3552255067 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // System.Void uiLotteryAward::Init() extern "C" IL2CPP_METHOD_ATTR void uiLotteryAward_Init_m3754714793 (uiLotteryAward_t3594426487 * __this, 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.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1787055724(__this, method) (( int32_t (*) (List_1_t1613031345 *, 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_m1499601877(__this, p0, method) (( CReward_t140956603 * (*) (List_1_t1613031345 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void uiLotteryAward::SetData(DMCore.Logic.CLotteryNew/CReward) extern "C" IL2CPP_METHOD_ATTR void uiLotteryAward_SetData_m2870971760 (uiLotteryAward_t3594426487 * __this, CReward_t140956603 * ___data0, 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); // CSignsManager CSignsManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSignsManager_t1825583579 * CSignsManager_GetInstance_m3077300453 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CSignsManager::SetCurrentPageType(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CSignsManager_SetCurrentPageType_m2203410416 (CSignsManager_t1825583579 * __this, int32_t ___page_type0, const RuntimeMethod* method); // System.Void GameFriend.SDKEventManager::CollectPageEvent(System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKEventManager_CollectPageEvent_m1405422579 (RuntimeObject * __this /* static, unused */, String_t* ___mId0, String_t* ___pId1, String_t* ___bId2, String_t* ___extraParams3, String_t* ___ppi4, String_t* ___au5, const RuntimeMethod* method); // System.Void DMCore.Logic.CLotteryNew::InitLotteryData() extern "C" IL2CPP_METHOD_ATTR void CLotteryNew_InitLotteryData_m3472738380 (CLotteryNew_t505895158 * __this, const RuntimeMethod* method); // DMCore.Logic.CEffectWndManager DMCore.Logic.CEffectWndManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CEffectWndManager_t3902312294 * CEffectWndManager_GetInstance_m2989690479 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CEffectWndManager::Resume() extern "C" IL2CPP_METHOD_ATTR void CEffectWndManager_Resume_m2815130668 (CEffectWndManager_t3902312294 * __this, const RuntimeMethod* method); // DMCore.Logic.CLottery DMCore.Logic.CLottery::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLottery_t1855092142 * CLottery_GetInstance_m198414969 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CLottery::CheckLotteryState() extern "C" IL2CPP_METHOD_ATTR bool CLottery_CheckLotteryState_m2390657600 (CLottery_t1855092142 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndLottery::OnDoLottery() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnDoLottery_m1958609063 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndLottery::OnUpdateTime() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnUpdateTime_m2506592905 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method); // System.Void UILabel::set_text(System.String) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_text_m1071532778 (UILabel_t3248798549 * __this, String_t* ___value0, const RuntimeMethod* method); // DMCore.Logic.CLotteryNew/CItemData DMCore.Logic.CLotteryNew::GetItemData(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR CItemData_t312680354 * CLotteryNew_GetItemData_m195694213 (CLotteryNew_t505895158 * __this, int32_t ___type0, int32_t ___index1, const RuntimeMethod* method); // System.Void uiLotteryItem::SetData(DMCore.Logic.CLotteryNew/CItemData) extern "C" IL2CPP_METHOD_ATTR void uiLotteryItem_SetData_m3210325742 (uiLotteryItem_t2769685779 * __this, CItemData_t312680354 * ___data0, const RuntimeMethod* method); // System.Void ScenePersonalWndLottery::OnRefreshBaoxiangData() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnRefreshBaoxiangData_m2433375630 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method); // System.Void UISprite::set_fillAmount(System.Single) extern "C" IL2CPP_METHOD_ATTR void UISprite_set_fillAmount_m92108899 (UISprite_t194114938 * __this, float ___value0, const RuntimeMethod* method); // DMCore.Logic.CLotteryNew/CLotteryResultData DMCore.Logic.CLotteryNew::GetLotteryResult() extern "C" IL2CPP_METHOD_ATTR CLotteryResultData_t968175401 * CLotteryNew_GetLotteryResult_m2006587576 (CLotteryNew_t505895158 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m888956288(__this, p0, method) (( int32_t (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_get_Item_m888956288_gshared)(__this, p0, method) // System.Void uiLotteryItem::SetOwnState(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void uiLotteryItem_SetOwnState_m2969492609 (uiLotteryItem_t2769685779 * __this, bool ___bActive0, const RuntimeMethod* method); // System.Void uiBoxItem::SetData(DMCore.Logic.CLotteryNew/CReward) extern "C" IL2CPP_METHOD_ATTR void uiBoxItem_SetData_m1589878006 (uiBoxItem_t1023674949 * __this, CReward_t140956603 * ___data0, const RuntimeMethod* method); // DMCore.CEventManager DMCore.IHelp::GetEventManager() extern "C" IL2CPP_METHOD_ATTR CEventManager_t474365641 * IHelp_GetEventManager_m2071002582 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.OnEventCall::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnEventCall__ctor_m3140516762 (OnEventCall_t3758354630 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.CEventManager::PushOnce(System.Single,DMCore.OnEventCall) extern "C" IL2CPP_METHOD_ATTR void CEventManager_PushOnce_m1854500591 (CEventManager_t474365641 * __this, float ___fTimeDelay0, OnEventCall_t3758354630 * ___ptr1, const RuntimeMethod* method); // System.Void DMCore.Logic.CLotteryNew::WheelRunning() extern "C" IL2CPP_METHOD_ATTR void CLotteryNew_WheelRunning_m737519337 (CLotteryNew_t505895158 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndLottery/OnRouletteEndCallBack::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnRouletteEndCallBack__ctor_m1157419119 (OnRouletteEndCallBack_t4075122966 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void ScenePersonalWndLottery::WheelStart(System.Single,System.Int32,ScenePersonalWndLottery/OnRouletteEndCallBack) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_WheelStart_m2651627039 (ScenePersonalWndLottery_t637137187 * __this, float ___fInterval0, int32_t ___nTargetId1, OnRouletteEndCallBack_t4075122966 * ___callback2, const RuntimeMethod* method); // System.Void ScenePersonalWndLottery::OnUpdateCircleShowing() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnUpdateCircleShowing_m2430552982 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndLottery::WheelEnd() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_WheelEnd_m919153306 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_deltaTime_m372706562 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m630303134 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Void DMCore.Logic.CEffectWndManager::Pause() extern "C" IL2CPP_METHOD_ATTR void CEffectWndManager_Pause_m3440050255 (CEffectWndManager_t3902312294 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void DMCore.Logic.CLotteryNew::RequestStartClottery(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CLotteryNew_RequestStartClottery_m1216163210 (CLotteryNew_t505895158 * __this, int32_t ___num0, const RuntimeMethod* method); // System.Void uiLotteryItem::SetItemActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void uiLotteryItem_SetItemActive_m4066572777 (uiLotteryItem_t2769685779 * __this, bool ___bActive0, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetPropertyInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ISceneBaseObj_GetPropertyInt_m2347299858 (ISceneBaseObj_t858622483 * __this, String_t* ___propName0, int32_t ___defaultVal1, const RuntimeMethod* method); // System.Void DMCore.CEventManager::StopEvent(DMCore.OnEventCall) extern "C" IL2CPP_METHOD_ATTR void CEventManager_StopEvent_m2167807725 (CEventManager_t474365641 * __this, OnEventCall_t3758354630 * ___ptr0, const RuntimeMethod* method); // System.Void DMCore.Logic.CLotteryNew::WheelEnd() extern "C" IL2CPP_METHOD_ATTR void CLotteryNew_WheelEnd_m748035466 (CLotteryNew_t505895158 * __this, const RuntimeMethod* method); // System.Void uiLotteryResult::Init() extern "C" IL2CPP_METHOD_ATTR void uiLotteryResult_Init_m2276001683 (uiLotteryResult_t3685979930 * __this, const RuntimeMethod* method); // System.Void uiLotteryResult::InitData() extern "C" IL2CPP_METHOD_ATTR void uiLotteryResult_InitData_m1876170472 (uiLotteryResult_t3685979930 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndLottery::OnRefreshOwnList() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnRefreshOwnList_m612110553 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndLottery::OnClearSelected() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnClearSelected_m4001920191 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method); // System.Void uiLotteryItem::ShowEffect(System.Single) extern "C" IL2CPP_METHOD_ATTR void uiLotteryItem_ShowEffect_m2745213757 (uiLotteryItem_t2769685779 * __this, float ___fStep0, const RuntimeMethod* method); // System.Void uiLotteryItem::HideEffect() extern "C" IL2CPP_METHOD_ATTR void uiLotteryItem_HideEffect_m3642446040 (uiLotteryItem_t2769685779 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Clamp_m3350697880 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // System.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); // System.Void ScenePersonalWndLottery/OnRouletteEndCallBack::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnRouletteEndCallBack_Invoke_m955279626 (OnRouletteEndCallBack_t4075122966 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CLotteryNew::WheelContinue() extern "C" IL2CPP_METHOD_ATTR void CLotteryNew_WheelContinue_m3713018625 (CLotteryNew_t505895158 * __this, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m1579109191 (MonoBehaviour_t3962482529 * __this, 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); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisDMListView_t512231514_m151075097(__this, method) (( DMListView_t512231514 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void DMListView::SetEnumInfo(DMListView/Type,DMListView/Allign) extern "C" IL2CPP_METHOD_ATTR void DMListView_SetEnumInfo_m2581368040 (DMListView_t512231514 * __this, int32_t ___type0, int32_t ___allign1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localPosition_m4234289348 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UIWidget/Pivot UIWidget::get_pivot() extern "C" IL2CPP_METHOD_ATTR int32_t UIWidget_get_pivot_m3232390905 (UIWidget_t3538521925 * __this, const RuntimeMethod* method); // System.Int32 UILabel::get_lineWidth() extern "C" IL2CPP_METHOD_ATTR int32_t UILabel_get_lineWidth_m3478424116 (UILabel_t3248798549 * __this, const RuntimeMethod* method); // DMCore.Logic.CMessageManager DMCore.Logic.CMessageManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMessageManager_t3136027633 * CMessageManager_GetInstance_m450821822 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.enumMessageType DMCore.Logic.CMessageManager::get_ActiveLabel() extern "C" IL2CPP_METHOD_ATTR int32_t CMessageManager_get_ActiveLabel_m3010801053 (CMessageManager_t3136027633 * __this, const RuntimeMethod* method); // System.Void DMListView::DeleteAll() extern "C" IL2CPP_METHOD_ATTR void DMListView_DeleteAll_m488542252 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndMessage::_SetMessageData(DMCore.Logic.enumMessageType) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage__SetMessageData_m3148266817 (ScenePersonalWndMessage_t4101442169 * __this, int32_t ___activeType0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CMessageManager::get_IsSystemMsgChanged() extern "C" IL2CPP_METHOD_ATTR bool CMessageManager_get_IsSystemMsgChanged_m2377888950 (CMessageManager_t3136027633 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CMessageManager::get_IsPlayerMsgChanged() extern "C" IL2CPP_METHOD_ATTR bool CMessageManager_get_IsPlayerMsgChanged_m1276701925 (CMessageManager_t3136027633 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndMessage::_LoadSystemItemIcon() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage__LoadSystemItemIcon_m2372504975 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeSelf() extern "C" IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m1767405923 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_get_zero_m540426400 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CInputHelp::GetMousePosition(System.Boolean,UnityEngine.Vector2&) extern "C" IL2CPP_METHOD_ATTR int32_t CInputHelp_GetMousePosition_m2637342208 (RuntimeObject * __this /* static, unused */, bool ___bFirst0, Vector2_t2156229523 * ___result1, const RuntimeMethod* method); // System.Void ScenePersonalWndMessage::_OnCloseMenuClose() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage__OnCloseMenuClose_m1649784022 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CMessageManager::GetMessageCountInfoByType(DMCore.Logic.enumMessageType,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CMessageManager_GetMessageCountInfoByType_m2831113956 (CMessageManager_t3136027633 * __this, int32_t ___type0, int32_t* ___message_total_count1, int32_t* ___message_received_count2, const RuntimeMethod* method); // System.Void DMCore.Logic.CMessageManager::SendRequestNextPageInfoToServer(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CMessageManager_SendRequestNextPageInfoToServer_m4248360068 (CMessageManager_t3136027633 * __this, int32_t ___message_type0, const RuntimeMethod* method); // System.Void DMCore.Logic.CMessageManager::set_IsPlayerMsgChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMessageManager_set_IsPlayerMsgChanged_m3546672882 (CMessageManager_t3136027633 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CMessageManager::set_IsSystemMsgChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMessageManager_set_IsSystemMsgChanged_m1820407496 (CMessageManager_t3136027633 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CMessageManager::set_ActiveLabel(DMCore.Logic.enumMessageType) extern "C" IL2CPP_METHOD_ATTR void CMessageManager_set_ActiveLabel_m464249963 (CMessageManager_t3136027633 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ScenePersonalWndMessage::_ChangeMessageLabel(DMCore.Logic.enumMessageType) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage__ChangeMessageLabel_m1739052212 (ScenePersonalWndMessage_t4101442169 * __this, int32_t ___label0, const RuntimeMethod* method); // UnityEngine.Camera DMCore.IHelp::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * IHelp_GetUICamera_m2281890991 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void GameObject_SendMessage_m3720186693 (GameObject_t1113636619 * __this, String_t* p0, RuntimeObject * p1, int32_t p2, const RuntimeMethod* method); // System.Void ScenePersonalWndMessage::_ChangeSubPage(ScenePersonalWndMessage/enumMessageSubPage) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage__ChangeSubPage_m627877411 (ScenePersonalWndMessage_t4101442169 * __this, int32_t ___page0, 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); // DMCore.Logic.shopModel DMCore.Logic.shopModel::GetInstance() extern "C" IL2CPP_METHOD_ATTR shopModel_t101745799 * shopModel_GetInstance_m2401242541 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.shopModel::ResumeMainRole() extern "C" IL2CPP_METHOD_ATTR void shopModel_ResumeMainRole_m3008746332 (shopModel_t101745799 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CMessageManager::SendClearAllReadSign() extern "C" IL2CPP_METHOD_ATTR void CMessageManager_SendClearAllReadSign_m2958535889 (CMessageManager_t3136027633 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CMessageManager::ClearAll() extern "C" IL2CPP_METHOD_ATTR void CMessageManager_ClearAll_m346587241 (CMessageManager_t3136027633 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_zero_m1409827619 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.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.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); // System.Boolean DMCore.Logic.CMessageManager::get_MenuStateValid() extern "C" IL2CPP_METHOD_ATTR bool CMessageManager_get_MenuStateValid_m2512096258 (CMessageManager_t3136027633 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CMessageManager::set_MenuStateValid(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMessageManager_set_MenuStateValid_m4108532631 (CMessageManager_t3136027633 * __this, bool ___value0, const RuntimeMethod* method); // DMCore.Logic.CMessageData DMCore.Logic.CMessageManager::GetMessageByIndex(DMCore.Logic.enumMessageType,System.Int32) extern "C" IL2CPP_METHOD_ATTR CMessageData_t2024175854 * CMessageManager_GetMessageByIndex_m3953039363 (CMessageManager_t3136027633 * __this, int32_t ___type0, int32_t ___index1, 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.CDataArray::Push(System.String) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1799687930 (CDataArray_t4068198041 * __this, String_t* ___val0, 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.Void DMCore.Logic.CMenuManager::OnShowMenu(DMCore.Logic.MainMenuType,DMCore.Logic.MenuLevel,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void CMenuManager_OnShowMenu_m142632618 (CMenuManager_t3869721565 * __this, int32_t ___menu_type0, int32_t ___menu_level1, CDataArray_t4068198041 * ___param2, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CMessageManager::get_ActiveIndex() extern "C" IL2CPP_METHOD_ATTR int32_t CMessageManager_get_ActiveIndex_m4062808904 (CMessageManager_t3136027633 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_width() extern "C" IL2CPP_METHOD_ATTR int32_t Screen_get_width_m345039817 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Min(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Min_m1073399594 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_height() extern "C" IL2CPP_METHOD_ATTR int32_t Screen_get_height_m1623532518 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CAppOSHelp::GetRealScaleX() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetRealScaleX_m3045278560 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CAppOSHelp::GetRealScaleY() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetRealScaleY_m3045278561 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localPosition_m4128471975 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void DMCore.CRoot::SetOpenPage(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CRoot_SetOpenPage_m2050013413 (CRoot_t1043641654 * __this, int32_t ___pageIndex0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Flush() extern "C" IL2CPP_METHOD_ATTR void CDataArray_Flush_m1077150699 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // DMCore.Logic.CGiftManager DMCore.Logic.CGiftManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGiftManager_t2180653355 * CGiftManager_GetInstance_m2502612045 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CGiftManager::SetTarget(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void CGiftManager_SetTarget_m192924937 (CGiftManager_t2180653355 * __this, String_t* ___userName0, int64_t ___userID1, const RuntimeMethod* method); // System.Void DMListView::SetActive(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_SetActive_m3341878478 (DMListView_t512231514 * __this, int32_t ___nIndex0, const RuntimeMethod* method); // 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); // System.Void UILabel::set_lineWidth(System.Int32) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_lineWidth_m2640781412 (UILabel_t3248798549 * __this, int32_t ___value0, 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); // DMCore.Logic.IAttachMent DMCore.Logic.CMessageData::GetAttachment(System.Int32) extern "C" IL2CPP_METHOD_ATTR IAttachMent_t1542359345 * CMessageData_GetAttachment_m1475566106 (CMessageData_t2024175854 * __this, int32_t ___nIndex0, const RuntimeMethod* method); // System.String DMCore.Logic.CShopManager::GetIconPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CShopManager_GetIconPath_m2562341149 (RuntimeObject * __this /* static, unused */, int32_t ___configId0, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Logic.CMessageManager::set_ActiveIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CMessageManager_set_ActiveIndex_m4169751078 (CMessageManager_t3136027633 * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * GameObject_get_transform_m1369836730 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::FindTransNameFromUICamera(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_FindTransNameFromUICamera_m730184579 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___trans0, const RuntimeMethod* method); // System.Void CSignsManager::DeleteSignByRoot(System.String) extern "C" IL2CPP_METHOD_ATTR void CSignsManager_DeleteSignByRoot_m847522310 (CSignsManager_t1825583579 * __this, String_t* ___datapath0, const RuntimeMethod* method); // System.Void ScenePersonalWndMessage::ChangeList(DMCore.Logic.enumMessageType) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_ChangeList_m4035417535 (ScenePersonalWndMessage_t4101442169 * __this, int32_t ___message_type0, const RuntimeMethod* method); // System.Int32 DMListView::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t DMListView_GetCount_m1758119318 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Void DMListView::GenerateItemList(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_GenerateItemList_m637906825 (DMListView_t512231514 * __this, int32_t ____count0, const RuntimeMethod* method); // System.Void DMCore.Logic.CMessageManager::SetMessageGetGiftState(DMCore.Logic.enumMessageType,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMessageManager_SetMessageGetGiftState_m3318374182 (CMessageManager_t3136027633 * __this, int32_t ___type0, int32_t ___index1, bool ___flag2, const RuntimeMethod* method); // UnityEngine.Transform DMListView::GetChild(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * DMListView_GetChild_m2593465524 (DMListView_t512231514 * __this, int32_t ___nIndex0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiMsgCell_t2547504819_m454488490(__this, method) (( uiMsgCell_t2547504819 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void uiMsgCell::ChangeReadState() extern "C" IL2CPP_METHOD_ATTR void uiMsgCell_ChangeReadState_m3225806461 (uiMsgCell_t2547504819 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndMessage::OnClkReturn() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnClkReturn_m3357602748 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::CeilToInt(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_CeilToInt_m432108984 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CMessageManager::GetMessageSendCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMessageManager_GetMessageSendCount_m1807981944 (CMessageManager_t3136027633 * __this, int32_t ___message_type0, const RuntimeMethod* method); // DMCore.Logic.CMyPackageManager DMCore.Logic.CMyPackageManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMyPackageManager_t122981866 * CMyPackageManager_GetInstance_m3554952935 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CMyPackageManager::set_bNeedFreshUI(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMyPackageManager_set_bNeedFreshUI_m2271521687 (CMyPackageManager_t122981866 * __this, bool ___value0, const RuntimeMethod* method); // System.Void uiBtnList/ChangeHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ChangeHandler__ctor_m847356726 (ChangeHandler_t1870456169 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void uiBtnList::SetChangedHandle(uiBtnList/ChangeHandler) extern "C" IL2CPP_METHOD_ATTR void uiBtnList_SetChangedHandle_m2148964665 (uiBtnList_t3771050923 * __this, ChangeHandler_t1870456169 * ___handler0, const RuntimeMethod* method); // System.Void ItemPageGroup/PageChangedHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void PageChangedHandler__ctor_m1924191764 (PageChangedHandler_t2100854622 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void ItemPageGroup::SetChangedHandler(ItemPageGroup/PageChangedHandler) extern "C" IL2CPP_METHOD_ATTR void ItemPageGroup_SetChangedHandler_m118579031 (ItemPageGroup_t3769455068 * __this, PageChangedHandler_t2100854622 * ___handler0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiBtnList_t3771050923_m2370419788(__this, method) (( uiBtnList_t3771050923 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisItemPageGroup_t3769455068_m1329035802(__this, method) (( ItemPageGroup_t3769455068 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_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.Void ItemPageGroup::OnPageInit(System.Int32,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ItemPageGroup_OnPageInit_m2780207576 (ItemPageGroup_t3769455068 * __this, int32_t ___max0, List_1_t3319525431 * ___path1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisDetailWnd_t3732401977_m3847081229(__this, method) (( DetailWnd_t3732401977 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisScenePersonalPkgList_t4044424073_m280867213(__this, method) (( ScenePersonalPkgList_t4044424073 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUITexture_t3471168817_m288616561(__this, method) (( UITexture_t3471168817 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // 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) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiMonoMenuArrow_t4143206342_m1669054587(__this, method) (( uiMonoMenuArrow_t4143206342 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void uiMonoMenuArrow::OnPageInit(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void uiMonoMenuArrow_OnPageInit_m1739692166 (uiMonoMenuArrow_t4143206342 * __this, List_1_t3319525431 * ___pathSet0, const RuntimeMethod* method); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(__this /* static, unused */, ___local0, ___path1, method) (( UILabel_t3248798549 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131(__this, method) (( UIButtonMessage_t952534536 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // UnityEngine.Transform UnityEngine.Transform::get_parent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_get_parent_m835071599 (Transform_t3600365921 * __this, 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.Void uiBtnList::OnUpdataRoleSex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiBtnList_OnUpdataRoleSex_m3307816919 (uiBtnList_t3771050923 * __this, int32_t ___nSex0, const RuntimeMethod* method); // 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); // 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.String DMCore.Logic.clothingScoreManager::GetCurScoreAdvice() extern "C" IL2CPP_METHOD_ATTR String_t* clothingScoreManager_GetCurScoreAdvice_m3041700296 (clothingScoreManager_t2332349169 * __this, const RuntimeMethod* method); // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::get_ActivePage() extern "C" IL2CPP_METHOD_ATTR int32_t CWndController_get_ActivePage_m2720187282 (CWndController_t749709641 * __this, const RuntimeMethod* method); // DMCore.Logic.GiftPackManager DMCore.Logic.GiftPackManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR GiftPackManager_t105297562 * GiftPackManager_GetInstance_m1502918467 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // 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); // System.Void System.Action`4>::.ctor(System.Object,System.IntPtr) #define Action_4__ctor_m643750547(__this, p0, p1, method) (( void (*) (Action_4_t3484037049 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_4__ctor_m757953639_gshared)(__this, p0, p1, method) // System.Void System.Action::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action__ctor_m2994342681 (Action_t1264377477 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // 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); // 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); // DMCore.Logic.CPropManager DMCore.Logic.CPropManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropManager_t2238730194 * CPropManager_GetInstance_m2519469083 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CPropItem DMCore.Logic.CPropManager::GetItem(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR CPropItem_t1455887095 * CPropManager_GetItem_m2160809063 (CPropManager_t2238730194 * __this, int32_t ___type0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CItemBase::get_configID() extern "C" IL2CPP_METHOD_ATTR int32_t CItemBase_get_configID_m837654758 (CItemBase_t2436786639 * __this, 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); // 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.ChooseBuyUseBoxInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseBoxInfo__ctor_m391122298 (ChooseBuyUseBoxInfo_t2600922063 * __this, const RuntimeMethod* method); // 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); // 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); // System.Void ScenePersonalWndMyPackage::OpenOpenGiftWnd(DMCore.Logic.GiftPack) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OpenOpenGiftWnd_m211997306 (ScenePersonalWndMyPackage_t3287570987 * __this, GiftPack_t4141643335 * ___configID0, 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/OnConfirmUseAmount::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnConfirmUseAmount__ctor_m1361379540 (OnConfirmUseAmount_t3345112943 * __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::SetUseListener(DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmUseAmount,DMCore.Logic.ChooseBuyUseNumBoxController/OnCancelAndExit) extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseNumBoxController_SetUseListener_m1290437471 (ChooseBuyUseNumBoxController_t2176104285 * __this, OnConfirmUseAmount_t3345112943 * ___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.Int32 DMCore.Logic.CItemBase::get_serverID() extern "C" IL2CPP_METHOD_ATTR int32_t CItemBase_get_serverID_m3049894536 (CItemBase_t2436786639 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPropManager::RequestUseItem(System.Boolean,System.Int32,System.Int32,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CPropManager_RequestUseItem_m1055188380 (RuntimeObject * __this /* static, unused */, bool ___needPayed0, int32_t ___idForServer1, int32_t ___count2, List_1_t128053199 * ___customGiftPackID3, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndController::HideUI(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndController_HideUI_m732482071 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CMyPackageManager::get_MainType() extern "C" IL2CPP_METHOD_ATTR int32_t CMyPackageManager_get_MainType_m1574679491 (CMyPackageManager_t122981866 * __this, const RuntimeMethod* method); // System.Void ItemPageGroup::InitPageIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ItemPageGroup_InitPageIndex_m3974147378 (ItemPageGroup_t3769455068 * __this, int32_t ___pageIndex0, const RuntimeMethod* method); // System.Void ScenePersonalWndMyPackage::OnPageChanged(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OnPageChanged_m3072537616 (ScenePersonalWndMyPackage_t3287570987 * __this, int32_t ___pageIndex0, const RuntimeMethod* method); // System.Void DetailWnd::SetDetail(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DetailWnd_SetDetail_m3739527022 (DetailWnd_t3732401977 * __this, int32_t ___configId0, const RuntimeMethod* method); // System.Void DMCore.Net.cbPackage::RequestPackageItems() extern "C" IL2CPP_METHOD_ATTR void cbPackage_RequestPackageItems_m56433763 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CMyPackageManager::set_IsSelect(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMyPackageManager_set_IsSelect_m598002399 (CMyPackageManager_t122981866 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CMyPackageManager::set_IsShowSelect(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMyPackageManager_set_IsShowSelect_m1057956969 (CMyPackageManager_t122981866 * __this, bool ___value0, const RuntimeMethod* method); // System.Void ScenePersonalWndMyPackage::OnInitPageMyPackage(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OnInitPageMyPackage_m3391762283 (ScenePersonalWndMyPackage_t3287570987 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method); // System.Void DMCore.Logic.shopModel::SetShowAvatarTarget(System.Int64) extern "C" IL2CPP_METHOD_ATTR void shopModel_SetShowAvatarTarget_m263909296 (shopModel_t101745799 * __this, int64_t ___target0, const RuntimeMethod* method); // System.Void DMCore.Logic.shopModel::SetAvatarEnable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void shopModel_SetAvatarEnable_m3870392861 (shopModel_t101745799 * __this, bool ___bEnable0, const RuntimeMethod* method); // FashionStarsManager FashionStarsManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR FashionStarsManager_t4100381698 * FashionStarsManager_GetInstance_m1993448017 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void FashionStarsManager::SetFashionStar(System.Int32,UILabel) extern "C" IL2CPP_METHOD_ATTR void FashionStarsManager_SetFashionStar_m2966179462 (FashionStarsManager_t4100381698 * __this, int32_t ___fashion_value0, UILabel_t3248798549 * ___obj1, const RuntimeMethod* method); // CTabSearchCtr CTabSearchCtr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTabSearchCtr_t3498668791 * CTabSearchCtr_GetInstance_m616030694 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CTabSearchCtr::set_TabSearchType(DMCore.Logic.ITEM_SHOP_TYPE) extern "C" IL2CPP_METHOD_ATTR void CTabSearchCtr_set_TabSearchType_m466594887 (CTabSearchCtr_t3498668791 * __this, int32_t ___value0, const RuntimeMethod* method); // DMCore.Framework.Level.CLevelManager DMCore.Framework.Level.CLevelManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLevelManager_t3077608201 * CLevelManager_GetInstance_m3233027795 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Level.CLevelManager::IsLevel(System.String) extern "C" IL2CPP_METHOD_ATTR bool CLevelManager_IsLevel_m3139716542 (CLevelManager_t3077608201 * __this, String_t* ___levelName0, const RuntimeMethod* method); // DMCore.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.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); // DMCore.Logic.PersonaliseConfig DMCore.Logic.PersonaliseConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR PersonaliseConfig_t2812043406 * PersonaliseConfig_GetInstance_m2421924694 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.PersonaliseConfig::GetHeadBoxEffID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* PersonaliseConfig_GetHeadBoxEffID_m797848973 (PersonaliseConfig_t2812043406 * __this, int32_t ___headbox0, const RuntimeMethod* method); // 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); // System.Int64 DMCore.Framework.Scene.CProperty::GetLong(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t CProperty_GetLong_m359864449 (CProperty_t963755051 * __this, String_t* ___propname0, int64_t ___lDefault1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localScale() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localScale_m129152068 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::GetCustomUserPhoto(UITexture,System.Int64,System.Int64,System.Int32,UnityEngine.Vector3,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_GetCustomUserPhoto_m4012711164 (RuntimeObject * __this /* static, unused */, UITexture_t3471168817 * ___photoHost0, int64_t ___userID1, int64_t ___photoID2, int32_t ___sex3, Vector3_t3722313464 ___photoSize4, bool ___is_big_photo5, bool ___is_head_photo6, const RuntimeMethod* method); // System.Void ScenePersonalWndMyPackage::UpdateMyFashion() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_UpdateMyFashion_m1523326756 (ScenePersonalWndMyPackage_t3287570987 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CMyPackageManager::get_IsRenewDataChanged() extern "C" IL2CPP_METHOD_ATTR bool CMyPackageManager_get_IsRenewDataChanged_m2782421048 (CMyPackageManager_t122981866 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CMyPackageManager::set_IsRenewDataChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMyPackageManager_set_IsRenewDataChanged_m3616848450 (CMyPackageManager_t122981866 * __this, bool ___value0, const RuntimeMethod* method); // DMCore.Logic.CRenewMsgBoxControl DMCore.Logic.CRenewMsgBoxControl::GetIntance() extern "C" IL2CPP_METHOD_ATTR CRenewMsgBoxControl_t3836031106 * CRenewMsgBoxControl_GetIntance_m1702767106 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CRenewMsgBoxControl::OpenRenewBox() extern "C" IL2CPP_METHOD_ATTR bool CRenewMsgBoxControl_OpenRenewBox_m1837979842 (CRenewMsgBoxControl_t3836031106 * __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.Void DMCore.Logic.ShareManager::SetShareText(UILabel) extern "C" IL2CPP_METHOD_ATTR void ShareManager_SetShareText_m2631494320 (ShareManager_t1254576143 * __this, UILabel_t3248798549 * ___shareLabel0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CMyPackageManager::get_bNeedFreshUI() extern "C" IL2CPP_METHOD_ATTR bool CMyPackageManager_get_bNeedFreshUI_m3880934132 (CMyPackageManager_t122981866 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CMyPackageManager::get_LeftTime() extern "C" IL2CPP_METHOD_ATTR int32_t CMyPackageManager_get_LeftTime_m1887552365 (CMyPackageManager_t122981866 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndMyPackage::SetTimeRun() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_SetTimeRun_m3695113603 (ScenePersonalWndMyPackage_t3287570987 * __this, const RuntimeMethod* method); // DMCore.Logic.CChangeGameManager DMCore.Logic.CChangeGameManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CChangeGameManager_t2081989347 * CChangeGameManager_GetInstance_m1986096856 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CChangeGameManager::GetBagCount() extern "C" IL2CPP_METHOD_ATTR int32_t CChangeGameManager_GetBagCount_m457562537 (CChangeGameManager_t2081989347 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CChangeGameManager::get_MaxCount() extern "C" IL2CPP_METHOD_ATTR int32_t CChangeGameManager_get_MaxCount_m1850944050 (CChangeGameManager_t2081989347 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, RuntimeObject * p3, const RuntimeMethod* method); // System.Void ScenePersonalPkgList::SetMainType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalPkgList_SetMainType_m4075582604 (ScenePersonalPkgList_t4044424073 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void uiBtnList::OnSetMainType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiBtnList_OnSetMainType_m3993076582 (uiBtnList_t3771050923 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void uiBtnList::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void uiBtnList_OnPageShow_m2918554423 (uiBtnList_t3771050923 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.ShareManager::Share(DMCore.Logic.EShareType,System.Action`1,System.Object) extern "C" IL2CPP_METHOD_ATTR void ShareManager_Share_m3796389912 (ShareManager_t1254576143 * __this, int32_t ___shareType0, Action_1_t3252573759 * ___shareOverCallback1, RuntimeObject * ____params2, const RuntimeMethod* method); // System.Void CTabSearchCtr::ShowPage() extern "C" IL2CPP_METHOD_ATTR void CTabSearchCtr_ShowPage_m1615272022 (CTabSearchCtr_t3498668791 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisScenePersonalTraPkgList_t2777623657_m624426714(__this, method) (( ScenePersonalTraPkgList_t2777623657 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void ScenePersonalWndMyTraPackage::OnPageChanged(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyTraPackage_OnPageChanged_m1211222995 (ScenePersonalWndMyTraPackage_t1516617923 * __this, int32_t ___pageIndex0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CMyPackageManager::get_IsSelect() extern "C" IL2CPP_METHOD_ATTR bool CMyPackageManager_get_IsSelect_m2288065369 (CMyPackageManager_t122981866 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CMyPackageManager::get_IsShowSelect() extern "C" IL2CPP_METHOD_ATTR bool CMyPackageManager_get_IsShowSelect_m2712529407 (CMyPackageManager_t122981866 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetActive(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetActive_m121978786 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___obj0, bool ___bActive1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CChangeGameManager::get_IsChange() extern "C" IL2CPP_METHOD_ATTR bool CChangeGameManager_get_IsChange_m26391125 (CChangeGameManager_t2081989347 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CChangeGameManager::set_IsChange(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CChangeGameManager_set_IsChange_m1438701686 (CChangeGameManager_t2081989347 * __this, bool ___value0, const RuntimeMethod* method); // System.Void ScenePersonalTraPkgList::OnRefresh() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalTraPkgList_OnRefresh_m200896998 (ScenePersonalTraPkgList_t2777623657 * __this, const RuntimeMethod* method); // System.Void ScenePersonalTraPkgList::SetMainType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalTraPkgList_SetMainType_m4063512112 (ScenePersonalTraPkgList_t2777623657 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void CTabSearchCtr::ShowTravelPage() extern "C" IL2CPP_METHOD_ATTR void CTabSearchCtr_ShowTravelPage_m1720853699 (CTabSearchCtr_t3498668791 * __this, const RuntimeMethod* method); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(__this /* static, unused */, ___local0, ___path1, method) (( UITexture_t3471168817 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiItemDetail_t2651173627_m635765916(__this, method) (( uiItemDetail_t2651173627 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.String UILabel::get_text() extern "C" IL2CPP_METHOD_ATTR String_t* UILabel_get_text_m389124667 (UILabel_t3248798549 * __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.Int32 System.DateTime::get_Month() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Month_m1566006993 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndNewSignIn::upataMonth(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_upataMonth_m1065103823 (ScenePersonalWndNewSignIn_t3840300417 * __this, int32_t ___month0, const RuntimeMethod* method); // DMCore.Logic.IActivityDetail DMCore.Logic.CActivityManager::get_CurrentActivityDetail() extern "C" IL2CPP_METHOD_ATTR IActivityDetail_t2848416189 * CActivityManager_get_CurrentActivityDetail_m2092664254 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.IActivityDetail::get_IsNewUpdate() extern "C" IL2CPP_METHOD_ATTR bool IActivityDetail_get_IsNewUpdate_m3510163353 (IActivityDetail_t2848416189 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.IActivityDetail::get_IsDataReady() extern "C" IL2CPP_METHOD_ATTR bool IActivityDetail_get_IsDataReady_m67484584 (IActivityDetail_t2848416189 * __this, 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); // System.Void ScenePersonalWndNewSignIn::OnFreshPage(DMCore.Logic.CSignInNewActivity) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_OnFreshPage_m3207980719 (ScenePersonalWndNewSignIn_t3840300417 * __this, CSignInNewActivity_t3409025969 * ___activityInfo0, const RuntimeMethod* method); // System.Void ScenePersonalWndNewSignIn::UpdateAwardState(DMCore.Logic.CSignInNewActivity) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_UpdateAwardState_m643914455 (ScenePersonalWndNewSignIn_t3840300417 * __this, CSignInNewActivity_t3409025969 * ___activityData0, const RuntimeMethod* method); // System.Void ScenePersonalWndNewSignIn::UpdateOnlineProgress() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_UpdateOnlineProgress_m1144335044 (ScenePersonalWndNewSignIn_t3840300417 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSignInNewActivity::get_dataCount() extern "C" IL2CPP_METHOD_ATTR int32_t CSignInNewActivity_get_dataCount_m3220454288 (CSignInNewActivity_t3409025969 * __this, const RuntimeMethod* method); // System.Void DMListView::SetCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_SetCount_m3988156788 (DMListView_t512231514 * __this, int32_t ___nCount0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiNewSignInGroup_t2596682924_m2082394909(__this, method) (( uiNewSignInGroup_t2596682924 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void uiNewSignInGroup::SetIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiNewSignInGroup_SetIndex_m2439096154 (uiNewSignInGroup_t2596682924 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMListView::Remove(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_Remove_m2211400149 (DMListView_t512231514 * __this, int32_t ___removeCount0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSignInNewActivity::get_nMonth() extern "C" IL2CPP_METHOD_ATTR int32_t CSignInNewActivity_get_nMonth_m2683973927 (CSignInNewActivity_t3409025969 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSignInNewActivity::get_nSignInDay() extern "C" IL2CPP_METHOD_ATTR int32_t CSignInNewActivity_get_nSignInDay_m2622891181 (CSignInNewActivity_t3409025969 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CSignInNewActivity::get_bIsSignIn() extern "C" IL2CPP_METHOD_ATTR bool CSignInNewActivity_get_bIsSignIn_m2550249036 (CSignInNewActivity_t3409025969 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSignInNewActivity::get_nCurDay() extern "C" IL2CPP_METHOD_ATTR int32_t CSignInNewActivity_get_nCurDay_m230857084 (CSignInNewActivity_t3409025969 * __this, const RuntimeMethod* method); // uiNewSignInItem uiNewSignInGroup::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR uiNewSignInItem_t2395688482 * uiNewSignInGroup_GetItem_m1504062210 (uiNewSignInGroup_t2596682924 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMListView::MoveToIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_MoveToIndex_m1296365812 (DMListView_t512231514 * __this, int32_t ___idx0, const RuntimeMethod* method); // System.Void uiNewSignInItem::OnSignIn() extern "C" IL2CPP_METHOD_ATTR void uiNewSignInItem_OnSignIn_m892698146 (uiNewSignInItem_t2395688482 * __this, const RuntimeMethod* method); // System.Boolean System.Single::IsNaN(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsNaN_m4024467661 (RuntimeObject * __this /* static, unused */, float p0, 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); // DMCore.Logic.CSignInNewActivity/TotalDayData DMCore.Logic.CSignInNewActivity::GetTotalSignInData(System.Int32) extern "C" IL2CPP_METHOD_ATTR TotalDayData_t2684681649 * CSignInNewActivity_GetTotalSignInData_m1837625832 (CSignInNewActivity_t3409025969 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSignInNewActivity::get_totalDataCount() extern "C" IL2CPP_METHOD_ATTR int32_t CSignInNewActivity_get_totalDataCount_m2637195514 (CSignInNewActivity_t3409025969 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityManager::set_CurrentActivityID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CActivityManager_set_CurrentActivityID_m3427631240 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityManager::set_CurrentActivityNewID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CActivityManager_set_CurrentActivityNewID_m3777995524 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // DMCore.Logic.CActivityManager DMCore.Logic.CActivityManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CActivityManager_t1081296145 * CActivityManager_GetInstance_m2243292784 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityManager::RequestIndependentActivityDetail() extern "C" IL2CPP_METHOD_ATTR void CActivityManager_RequestIndependentActivityDetail_m3844469866 (CActivityManager_t1081296145 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::PlayUIFadeInAnim(UnityEngine.GameObject,DMCore.OnEventCall) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_PlayUIFadeInAnim_m1663334860 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___target0, OnEventCall_t3758354630 * ___callBack1, 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.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::SetTextureIcon(UITexture,System.String,UnityEngine.Vector3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_SetTextureIcon_m3430226615 (RuntimeObject * __this /* static, unused */, UITexture_t3471168817 * ___iconHost0, String_t* ___iconPath1, Vector3_t3722313464 ___orignalSize2, bool ___containLocalizeInfo3, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityManager::AcceptAward(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CActivityManager_AcceptAward_m2944185880 (CActivityManager_t1081296145 * __this, int32_t ___nType0, int32_t ___nTotalIndex1, const RuntimeMethod* method); // System.Void uiItemDetail::SetDetail(System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiItemDetail_SetDetail_m434672149 (uiItemDetail_t2651173627 * __this, int32_t ___index0, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() extern "C" IL2CPP_METHOD_ATTR String_t* Object_get_name_m4211327027 (Object_t631007953 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // DMCore.Logic.CSignInNewActivity/TotalDayData ScenePersonalWndNewSignIn::GetTotalItemData(System.Int32) extern "C" IL2CPP_METHOD_ATTR TotalDayData_t2684681649 * ScenePersonalWndNewSignIn_GetTotalItemData_m2176854890 (ScenePersonalWndNewSignIn_t3840300417 * __this, int32_t ___index0, const RuntimeMethod* method); // DMCore.Logic.CAwardList DMCore.Logic.CActivityManager::GetGiftArray(System.String) extern "C" IL2CPP_METHOD_ATTR CAwardList_t4094041907 * CActivityManager_GetGiftArray_m3600846893 (CActivityManager_t1081296145 * __this, String_t* ___gift_name0, const RuntimeMethod* method); // DMCore.Logic.CGiftListWnd DMCore.Logic.CGiftListWnd::GetInstance() extern "C" IL2CPP_METHOD_ATTR CGiftListWnd_t2390808505 * CGiftListWnd_GetInstance_m1110746982 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // 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); // System.Void DMCore.Logic.CGiftListWnd::OpenGiftListWnd(DMCore.Logic.enumGiftListMode,System.String,DMCore.Logic.CAwardList,DMCore.CDataArray,DMCore.Logic.OnAccetpGiftsCallback) extern "C" IL2CPP_METHOD_ATTR void CGiftListWnd_OpenGiftListWnd_m3831133717 (CGiftListWnd_t2390808505 * __this, int32_t ___mode0, String_t* ___desc1, CAwardList_t4094041907 * ___giftArray2, CDataArray_t4068198041 * ___callbackData3, OnAccetpGiftsCallback_t3618620664 * ___callback4, 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.Logic.CGiftListWnd::CloseGiftListWnd() extern "C" IL2CPP_METHOD_ATTR void CGiftListWnd_CloseGiftListWnd_m3140331092 (CGiftListWnd_t2390808505 * __this, const RuntimeMethod* method); // DMCore.Logic.CSignInNewActivity/DayData DMCore.Logic.CSignInNewActivity::GetSignInData(System.Int32) extern "C" IL2CPP_METHOD_ATTR DayData_t3259156977 * CSignInNewActivity_GetSignInData_m3519740051 (CSignInNewActivity_t3409025969 * __this, int32_t ___index0, const RuntimeMethod* method); // DMCore.Logic.CUserGuideHelp DMCore.Logic.CUserGuideHelp::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUserGuideHelp_t3161639665 * CUserGuideHelp_GetInstance_m275027335 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CUserGuideHelp::PopWndId() extern "C" IL2CPP_METHOD_ATTR int32_t CUserGuideHelp_PopWndId_m1060096610 (CUserGuideHelp_t3161639665 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.PageTipsManager::HideTipWnd() extern "C" IL2CPP_METHOD_ATTR void PageTipsManager_HideTipWnd_m2878380487 (PageTipsManager_t2228145721 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator UnityEngine.Transform::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Transform_GetEnumerator_m2717073726 (Transform_t3600365921 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisLabberBT_t36101451_m2290225052(__this, method) (( LabberBT_t36101451 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Void DMCore.Logic.CInputStatistics::Increase(DMCore.Logic.SIT) extern "C" IL2CPP_METHOD_ATTR void CInputStatistics_Increase_m2420107884 (RuntimeObject * __this /* static, unused */, int32_t ___operationID0, const RuntimeMethod* method); // CQualifyingManager CQualifyingManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CQualifyingManager_t954001806 * CQualifyingManager_GetInstance_m1430111945 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void 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); // DMCore.Logic.CLeveluprewardConfig DMCore.Logic.CLeveluprewardConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLeveluprewardConfig_t716371407 * CLeveluprewardConfig_GetInstance_m925178553 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CLeveluprewardConfig::SetCurrentEnterOutLev() extern "C" IL2CPP_METHOD_ATTR void CLeveluprewardConfig_SetCurrentEnterOutLev_m39657048 (CLeveluprewardConfig_t716371407 * __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.Void ScenePersonalWndPlayMode::OnClkStartPVE() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPlayMode_OnClkStartPVE_m3765630692 (ScenePersonalWndPlayMode_t320027343 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndPlayMode::OnCllStartLabbr() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPlayMode_OnCllStartLabbr_m670684170 (ScenePersonalWndPlayMode_t320027343 * __this, const RuntimeMethod* method); // DMCore.Logic.CPveManager DMCore.Logic.CPveManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPveManager_t3058433014 * CPveManager_GetInstance_m1165268867 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveManager::GetSectionCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetSectionCount_m1625548474 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveManager::GetLevelResult(System.Int32,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetLevelResult_m3361258382 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, int32_t* ___maxScore2, const RuntimeMethod* method); // 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); // 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); // DMCore.Logic.CPveAwardManager DMCore.Logic.CPveAwardManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPveAwardManager_t3593166514 * CPveAwardManager_GetInstance_m1671663127 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveAwardManager::GetStageEnergy(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveAwardManager_GetStageEnergy_m3874183020 (CPveAwardManager_t3593166514 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method); // DMCore.Logic.PveSweepManager DMCore.Logic.PveSweepManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR PveSweepManager_t2545045145 * PveSweepManager_GetInstance_m2055302674 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // 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); // System.Int32 DMCore.Logic.CPveManager::LevelToStageID(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_LevelToStageID_m3465510410 (RuntimeObject * __this /* static, unused */, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method); // System.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); // DMCore.Logic.CLocalBattle DMCore.Logic.CLocalBattle::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLocalBattle_t1519924991 * CLocalBattle_GetInstance_m150705100 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CLocalBattle::set_EnableLocalGame(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CLocalBattle_set_EnableLocalGame_m1533590450 (CLocalBattle_t1519924991 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CLocalBattle::set_EnableDoubleMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CLocalBattle_set_EnableDoubleMode_m3488096599 (CLocalBattle_t1519924991 * __this, bool ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisDMScrollWnd_t1110969451_m2204593250(__this, method) (( DMScrollWnd_t1110969451 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisuiLogicStageInfo_t1995670356_m851462254(__this /* static, unused */, ___local0, ___path1, method) (( uiLogicStageInfo_t1995670356 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisuiClothingStageInfo_t2729291863_m2423000604(__this /* static, unused */, ___local0, ___path1, method) (( uiClothingStageInfo_t2729291863 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisuiLogicSectionAward_t2863938959_m541305652(__this /* static, unused */, ___local0, ___path1, method) (( uiLogicSectionAward_t2863938959 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisAnimation_t3648466861_m3125815965(__this /* static, unused */, ___local0, ___path1, method) (( Animation_t3648466861 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisUIButtonScale_t3973287916_m1201466901(__this /* static, unused */, ___local0, ___path1, method) (( UIButtonScale_t3973287916 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // System.Void DMScrollWnd::SetScrollType(DMScrollWnd/enumScrollType) extern "C" IL2CPP_METHOD_ATTR void DMScrollWnd_SetScrollType_m1483858037 (DMScrollWnd_t1110969451 * __this, int32_t ___scrollType0, const RuntimeMethod* method); // UIEventListener UIEventListener::Get(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR UIEventListener_t1665237878 * UIEventListener_Get_m270722295 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___trans0, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUIBGColor_t1323100424_m1516542084(__this, method) (( UIBGColor_t1323100424 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void UIWidget::set_alpha(System.Single) extern "C" IL2CPP_METHOD_ATTR void UIWidget_set_alpha_m2278043477 (UIWidget_t3538521925 * __this, float ___value0, const RuntimeMethod* method); // System.Void ScenePersonalWndPVE::SetMaskActive() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_SetMaskActive_m2786425163 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndPVE::ShowPageMain() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_ShowPageMain_m944190220 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndPVE::UpdateSectionUI(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_UpdateSectionUI_m1893587354 (ScenePersonalWndPVE_t905979410 * __this, int32_t ___sectionIndex0, const RuntimeMethod* method); // System.Int32 ScenePersonalWndPVE::get_MaxSectionIndex() extern "C" IL2CPP_METHOD_ATTR int32_t ScenePersonalWndPVE_get_MaxSectionIndex_m2744936402 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_m2756574208 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveManager::GetSubLevelCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetSubLevelCount_m3965964705 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, const RuntimeMethod* method); // System.Void uiLogicSectionAward::InitSection(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiLogicSectionAward_InitSection_m2238570878 (uiLogicSectionAward_t2863938959 * __this, int32_t ___sectionVal0, int32_t ___subLevelCount1, const RuntimeMethod* method); // System.Void UnityEngine.Component::SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void Component_SendMessage_m2905932203 (Component_t1923634451 * __this, String_t* p0, RuntimeObject * p1, int32_t p2, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPveManager::IsUnlockedAlready(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPveManager_IsUnlockedAlready_m3210418172 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method); // 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); // DMCore.Logic.CPveStage DMCore.Logic.CPveManager::GetStage(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR CPveStage_t850204332 * CPveManager_GetStage_m3515823243 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method); // DMCore.Logic.ENUM_STAGE_TYPE DMCore.Logic.CPveStage::get_stageType() extern "C" IL2CPP_METHOD_ATTR int32_t CPveStage_get_stageType_m2294086458 (CPveStage_t850204332 * __this, const RuntimeMethod* method); // System.Void uiLogicStageInfo::OnInit(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiLogicStageInfo_OnInit_m2735251109 (uiLogicStageInfo_t1995670356 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method); // System.Void uiClothingStageInfo::OnInit(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiClothingStageInfo_OnInit_m2644170838 (uiClothingStageInfo_t2729291863 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method); // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Behaviour_set_enabled_m20417929 (Behaviour_t1437897464 * __this, bool p0, const RuntimeMethod* method); // UnityEngine.GameObject DMCore.Logic.CWndController::CreateDelayBindWnd(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CWndController_CreateDelayBindWnd_m1486584967 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiPVEStory_t2882232527_m3762612137(__this, method) (( uiPVEStory_t2882232527 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void uiPVEStory::Init(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void uiPVEStory_Init_m1514469708 (uiPVEStory_t2882232527 * __this, String_t* ___dialog0, String_t* ___headName1, const RuntimeMethod* method); // System.Void UserGuideManager::StartUserGuide() extern "C" IL2CPP_METHOD_ATTR void UserGuideManager_StartUserGuide_m2326042727 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UserGuideManager::CheckLevelOpenData() extern "C" IL2CPP_METHOD_ATTR void UserGuideManager_CheckLevelOpenData_m101681338 (UserGuideManager_t2771698115 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveManager::GetMaxRunStageID() extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetMaxRunStageID_m2919829582 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveManager::StageIDToLevel(System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_StageIDToLevel_m2719615145 (RuntimeObject * __this /* static, unused */, int32_t ___stageID0, int32_t* ___subLevel1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPveAwardManager::IsUnlockedAlready(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPveAwardManager_IsUnlockedAlready_m4097714509 (CPveAwardManager_t3593166514 * __this, int32_t ___stageID0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPveManager::get_IsLevelResult() extern "C" IL2CPP_METHOD_ATTR bool CPveManager_get_IsLevelResult_m2035506049 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::set_IsLevelResult(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPveManager_set_IsLevelResult_m494002651 (CPveManager_t3058433014 * __this, bool ___value0, const RuntimeMethod* method); // System.Void ScenePersonalWndPVE::HandleWindBaseMessage() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_HandleWindBaseMessage_m214524474 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndPVE::_SetButtonState() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE__SetButtonState_m2029273454 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method); // 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); // System.Void ScenePersonalWndPVE::ShowPageStageInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_ShowPageStageInfo_m786297973 (ScenePersonalWndPVE_t905979410 * __this, int32_t ___subLevel0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPveManager::QueryPVEServerList() extern "C" IL2CPP_METHOD_ATTR bool CPveManager_QueryPVEServerList_m56522718 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndPVE::Update() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_Update_m1579534258 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveAwardManager::GetUnlockLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveAwardManager_GetUnlockLevel_m1230687428 (CPveAwardManager_t3593166514 * __this, int32_t ___stageID0, const RuntimeMethod* method); // DMCore.Logic.CIdolManager DMCore.Logic.CIdolManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolManager_t2822338582 * CIdolManager_GetInstance_m4080260283 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.CIdolManager::GetPinjieName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CIdolManager_GetPinjieName_m2580113488 (CIdolManager_t2822338582 * __this, int32_t ___level0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisuiLogicSection_t3753063162_m3136698533(__this, method) (( uiLogicSection_t3753063162 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Int32 uiLogicSection::GetWndLength() extern "C" IL2CPP_METHOD_ATTR int32_t uiLogicSection_GetWndLength_m572351815 (uiLogicSection_t3753063162 * __this, const RuntimeMethod* method); // System.Int32 uiLogicSection::GetCurLength() extern "C" IL2CPP_METHOD_ATTR int32_t uiLogicSection_GetCurLength_m404432970 (uiLogicSection_t3753063162 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Misc.CMiscHelp::Instantiate(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CMiscHelp_Instantiate_m170606278 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void Transform_set_parent_m786917804 (Transform_t3600365921 * __this, Transform_t3600365921 * p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_one() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_one_m1629952498 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.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 uiLogicSection::OnPageInit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiLogicSection_OnPageInit_m2950125935 (uiLogicSection_t3753063162 * __this, int32_t ___mainLevel0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveManager::GetStagePassStarCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetStagePassStarCount_m1038714198 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, const RuntimeMethod* method); // System.String DMCore.Logic.CPveManager::GetSectionName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPveManager_GetSectionName_m3831078157 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, const RuntimeMethod* method); // 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.Framework.Misc.CMiscHelp::Destroy(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_Destroy_m3726802780 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___target0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localEulerAngles(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localEulerAngles_m4202601546 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CWndController::ShowUI(DMCore.Logic.enumPersonPage,DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR bool CWndController_ShowUI_m2971791309 (CWndController_t749709641 * __this, int32_t ___destPage0, int32_t ___returnPage1, const RuntimeMethod* method); // System.Boolean CQualifyingManager::GetQuailIsOpen() extern "C" IL2CPP_METHOD_ATTR bool CQualifyingManager_GetQuailIsOpen_m4016387343 (CQualifyingManager_t954001806 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGoldWatcher::.ctor() extern "C" IL2CPP_METHOD_ATTR void CGoldWatcher__ctor_m1339130917 (CGoldWatcher_t2760796238 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1679529104(__this, method) (( void (*) (List_1_t1666189680 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Boolean DMCore.Logic.CShareConfig::get_EnableShare() extern "C" IL2CPP_METHOD_ATTR bool CShareConfig_get_EnableShare_m4261391186 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.shopSendGiftTarget DMCore.Logic.shopSendGiftTarget::GetInstance() extern "C" IL2CPP_METHOD_ATTR shopSendGiftTarget_t3356455075 * shopSendGiftTarget_GetInstance_m1019184916 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int64 DMCore.Logic.shopSendGiftTarget::get_TargetUserId() extern "C" IL2CPP_METHOD_ATTR int64_t shopSendGiftTarget_get_TargetUserId_m269612934 (shopSendGiftTarget_t3356455075 * __this, const RuntimeMethod* method); // DMCore.Logic.CAvatarEquipManager DMCore.Logic.CAvatarEquipManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CAvatarEquipManager_t2125372870 * CAvatarEquipManager_GetInstance_m849068733 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CAvatarInfo DMCore.Logic.CAvatarEquipManager::GetAvatarInfo(System.Int64) extern "C" IL2CPP_METHOD_ATTR CAvatarInfo_t2247402650 * CAvatarEquipManager_GetAvatarInfo_m1514742623 (CAvatarEquipManager_t2125372870 * __this, int64_t ___destUserID0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CAvatarInfo::GetSex() extern "C" IL2CPP_METHOD_ATTR int32_t CAvatarInfo_GetSex_m3269738121 (CAvatarInfo_t2247402650 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndShop::OnClkChangeShowModel() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnClkChangeShowModel_m2289227490 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* 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::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); // UnityEngine.GameObject DMCore.Framework.Misc.CMiscHelp::FindChildGO(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CMiscHelp_FindChildGO_m1769075216 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___local0, String_t* ___path1, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetLabelText(UILabel,System.String) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetLabelText_m743904063 (RuntimeObject * __this /* static, unused */, UILabel_t3248798549 * ___lb0, String_t* ___text1, const RuntimeMethod* method); // System.Void DMCore.Logic.CGoldWatcher::Init(UILabel) extern "C" IL2CPP_METHOD_ATTR void CGoldWatcher_Init_m2158711270 (CGoldWatcher_t2760796238 * __this, UILabel_t3248798549 * ___labelVal0, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Misc.CMiscHelp::FindChild(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CMiscHelp_FindChild_m2660808396 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___local0, String_t* ___path1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisScenePersonalShopList_t27853008_m428120711(__this, method) (( ScenePersonalShopList_t27853008 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisScenePersonalShopListViewAnim_t141335317_m952933918(__this, method) (( ScenePersonalShopListViewAnim_t141335317 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisScenePersonalShopGroupbuying_t1000467629_m4282944851(__this, method) (( ScenePersonalShopGroupbuying_t1000467629 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisScenePersonalShopActivitybuying_t3880254145_m1097841852(__this, method) (( ScenePersonalShopActivitybuying_t3880254145 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void ScenePersonalWndShop::UpdateMyFashion() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_UpdateMyFashion_m350132923 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndShop::SetTimeRun() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_SetTimeRun_m585806542 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CGoldWatcher::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CGoldWatcher_OnUpdate_m3815778441 (CGoldWatcher_t2760796238 * __this, const RuntimeMethod* method); // DMCore.Logic.CShopCartManager DMCore.Logic.CShopCartManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CShopCartManager_t2478140686 * CShopCartManager_GetInstance_m4201379927 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CShopCartManager::GetListCount() extern "C" IL2CPP_METHOD_ATTR int32_t CShopCartManager_GetListCount_m518405240 (CShopCartManager_t2478140686 * __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.Int32 DMCore.Logic.CShopManager::get_SubType() extern "C" IL2CPP_METHOD_ATTR int32_t CShopManager_get_SubType_m2767904395 (CShopManager_t754298620 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CShopManager::get_IsOpenNewStore() extern "C" IL2CPP_METHOD_ATTR bool CShopManager_get_IsOpenNewStore_m1134402564 (CShopManager_t754298620 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() #define Component_GetComponentInChildren_TisUILabel_t3248798549_m3839024558(__this, method) (( UILabel_t3248798549 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m199702840_gshared)(__this, method) // System.Int32 DMCore.Logic.CShopManager::get_OpenTime() extern "C" IL2CPP_METHOD_ATTR int32_t CShopManager_get_OpenTime_m1265022938 (CShopManager_t754298620 * __this, 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 UnityEngine.Mathf::RoundToInt(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m1874334613 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::ClearData() extern "C" IL2CPP_METHOD_ATTR void CShopManager_ClearData_m2611261031 (CShopManager_t754298620 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CShopManager::get_MainType() extern "C" IL2CPP_METHOD_ATTR int32_t CShopManager_get_MainType_m604078485 (CShopManager_t754298620 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::set_MainType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CShopManager_set_MainType_m2271353666 (CShopManager_t754298620 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::set_SubType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CShopManager_set_SubType_m1960854107 (CShopManager_t754298620 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ScenePersonalWndShop::ChangeMainType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_ChangeMainType_m218486076 (ScenePersonalWndShop_t78642639 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void ScenePersonalWndShop::SetYulanActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_SetYulanActive_m4056699584 (ScenePersonalWndShop_t78642639 * __this, bool ___isActive0, const RuntimeMethod* method); // System.Void ScenePersonalShopList::set_mainType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalShopList_set_mainType_m3116387338 (ScenePersonalShopList_t27853008 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void ScenePersonalShopList::ChangeList(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalShopList_ChangeList_m3765928993 (ScenePersonalShopList_t27853008 * __this, int32_t ___nPageIndex0, bool ___bInit1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.shopModel::IsActiveMale() extern "C" IL2CPP_METHOD_ATTR bool shopModel_IsActiveMale_m635970564 (shopModel_t101745799 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::ClearTargetGroup(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CShopManager_ClearTargetGroup_m491497626 (CShopManager_t754298620 * __this, int32_t ___equipType0, bool ___male1, const RuntimeMethod* method); // 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); // 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); // System.Void ScenePersonalShopListViewAnim::AddAnimObj(System.Int32,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalShopListViewAnim_AddAnimObj_m229683070 (ScenePersonalShopListViewAnim_t141335317 * __this, int32_t ___itemServerID0, Vector2_t2156229523 ___posStart1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisAmountWnd_t1885830546_m1645021616(__this, method) (( AmountWnd_t1885830546 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void ScenePersonalWndShop::SetAmount(AmountWnd) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_SetAmount_m3047464290 (ScenePersonalWndShop_t78642639 * __this, AmountWnd_t1885830546 * ___amountWnd0, const RuntimeMethod* method); // System.Void ScenePersonalWndShop::CreateAmount() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_CreateAmount_m791454477 (ScenePersonalWndShop_t78642639 * __this, 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::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); // !!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 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.Int32 DMCore.Logic.CShopManager::GetActiveItem() extern "C" IL2CPP_METHOD_ATTR int32_t CShopManager_GetActiveItem_m3916757235 (CShopManager_t754298620 * __this, const RuntimeMethod* method); // DMCore.Logic.CShopItemData DMCore.Logic.CShopManager::GetItem(System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR CShopItemData_t2542723346 * CShopManager_GetItem_m1502343836 (CShopManager_t754298620 * __this, int32_t ___type0, int32_t ___index1, bool ___male2, 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); // System.Void DMCore.CDataArray::Push(System.Single) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m1044129115 (CDataArray_t4068198041 * __this, float ___val0, const RuntimeMethod* method); // System.Void ScenePersonalWndShop::OpenGroupBuyingWnd(DMCore.CDataArray,System.Int32,ScenePersonalWndShop/OnClickMsgCallBack) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OpenGroupBuyingWnd_m105424016 (ScenePersonalWndShop_t78642639 * __this, CDataArray_t4068198041 * ___userData0, int32_t ___nConfigId1, OnClickMsgCallBack_t2526724959 * ___callBack2, const RuntimeMethod* method); // System.Void ScenePersonalWndShop::OpenBuyingWnd(DMCore.CDataArray,DMCore.Logic.ItemTag,System.Int32,System.Int32,ScenePersonalWndShop/OnClickMsgCallBack) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OpenBuyingWnd_m1137724636 (ScenePersonalWndShop_t78642639 * __this, CDataArray_t4068198041 * ___userData0, int32_t ___type1, int32_t ___nTime2, int32_t ___nNum3, OnClickMsgCallBack_t2526724959 * ___callBack4, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CShopManager::isPersonal(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CShopManager_isPersonal_m3467671249 (RuntimeObject * __this /* static, unused */, int32_t ___configID0, const RuntimeMethod* method); // System.Void ScenePersonalWndShop::OpenBalanceWnd(DMCore.CDataArray,ScenePersonalWndShop/OnClickMsgCallBack) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OpenBalanceWnd_m3334075506 (ScenePersonalWndShop_t78642639 * __this, CDataArray_t4068198041 * ___userData0, OnClickMsgCallBack_t2526724959 * ___callBack1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisuiMessageHint_t1249251163_m2856046555(__this, method) (( uiMessageHint_t1249251163 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void uiMessageHint::Init(System.String) extern "C" IL2CPP_METHOD_ATTR void uiMessageHint_Init_m2770823838 (uiMessageHint_t1249251163 * __this, String_t* ___text0, const RuntimeMethod* method); // System.String DMCore.Logic.CShopConfig::GetName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CShopConfig_GetName_m2272590700 (CShopConfig_t202154353 * __this, int32_t ___id0, const RuntimeMethod* method); // System.Void ScenePersonalWndShop::OpenAmountWnd(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32,DMCore.Logic.ItemTag,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OpenAmountWnd_m2029443803 (ScenePersonalWndShop_t78642639 * __this, int32_t ___configId0, int32_t ___price1, int32_t ___count2, int32_t ___maxcount3, String_t* ___name4, String_t* ___iconPath5, bool ___bDiamond6, int32_t ___canUseDiamond7, int32_t ___itemtag8, int32_t ___limtnCount9, const RuntimeMethod* method); // System.Void ScenePersonalShopGroupbuying::OpenWnd(DMCore.CDataArray,ScenePersonalWndShop/OnClickMsgCallBack) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalShopGroupbuying_OpenWnd_m3161870918 (ScenePersonalShopGroupbuying_t1000467629 * __this, CDataArray_t4068198041 * ___userData0, OnClickMsgCallBack_t2526724959 * ___callBack1, const RuntimeMethod* method); // System.Void ScenePersonalWndShop::CreatShopBuying() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_CreatShopBuying_m4248578522 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method); // System.Void ScenePersonalShopActivitybuying::OpenWnd(DMCore.CDataArray,DMCore.Logic.ItemTag,System.Int32,System.Int32,ScenePersonalWndShop/OnClickMsgCallBack) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalShopActivitybuying_OpenWnd_m1389621195 (ScenePersonalShopActivitybuying_t3880254145 * __this, CDataArray_t4068198041 * ___userData0, int32_t ___nTag1, int32_t ___nTime2, int32_t ___nNum3, OnClickMsgCallBack_t2526724959 * ___callBack4, const RuntimeMethod* method); // System.Void ScenePersonalShopbuying::OpenWnd(DMCore.CDataArray,DMCore.Logic.ItemTag,System.Int32,System.Int32,ScenePersonalWndShop/OnClickMsgCallBack) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalShopbuying_OpenWnd_m2547174810 (ScenePersonalShopbuying_t958260052 * __this, CDataArray_t4068198041 * ___userData0, int32_t ___nTag1, int32_t ___nTime2, int32_t ___nNum3, OnClickMsgCallBack_t2526724959 * ___callBack4, 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); // ScenePersonalWndShop ScenePersonalWndShop::GetInstance() extern "C" IL2CPP_METHOD_ATTR ScenePersonalWndShop_t78642639 * ScenePersonalWndShop_GetInstance_m1217643196 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* 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 ScenePersonalWndShop::OnCloseAmountWnd() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnCloseAmountWnd_m1497665569 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopItemData::.ctor() extern "C" IL2CPP_METHOD_ATTR void CShopItemData__ctor_m2054549701 (CShopItemData_t2542723346 * __this, const RuntimeMethod* method); // UITexture AmountWnd::GetItemIcon() extern "C" IL2CPP_METHOD_ATTR UITexture_t3471168817 * AmountWnd_GetItemIcon_m1569078864 (AmountWnd_t1885830546 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_position_m36019626 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector2__ctor_m3970636864 (Vector2_t2156229523 * __this, float p0, float p1, const RuntimeMethod* method); // DMCore.Logic.shopRecommend DMCore.Logic.shopRecommend::GetInstance() extern "C" IL2CPP_METHOD_ATTR shopRecommend_t3195516113 * shopRecommend_GetInstance_m1507532287 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Logic.shopRecommend::GetRecomendItems(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR List_1_t128053199 * shopRecommend_GetRecomendItems_m3679675702 (shopRecommend_t3195516113 * __this, int32_t ___configID0, bool ___bMale1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m186164705(__this, method) (( int32_t (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_get_Count_m186164705_gshared)(__this, method) // DMCore.Logic.MagicWorkShopMainManager DMCore.Logic.MagicWorkShopMainManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR MagicWorkShopMainManager_t420038521 * MagicWorkShopMainManager_GetInstance_m2608188513 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneRole DMCore.Logic.MagicWorkShopMainManager::GetMagicWorkShopModel() extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * MagicWorkShopMainManager_GetMagicWorkShopModel_m1176638969 (MagicWorkShopMainManager_t420038521 * __this, 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.Void ScenePersonalWndShop::OnHideSelect() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnHideSelect_m1578501174 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndShop::OnShowShopWnd() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnShowShopWnd_m1064995543 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method); // DMCore.Logic.CSpeaker DMCore.Logic.CSpeaker::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSpeaker_t978472097 * CSpeaker_GetInstance_m2212004304 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CSpeaker::set_IsOpenChat(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CSpeaker_set_IsOpenChat_m3879313809 (CSpeaker_t978472097 * __this, bool ___value0, const RuntimeMethod* method); // System.Void ScenePersonalWndShop::OnInitPageShop() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnInitPageShop_m3196203867 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::WearSuit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_WearSuit_m1889746947 (ISceneRole_t2394225724 * __this, int32_t ___suitID0, const RuntimeMethod* method); // DMCore.Logic.CChatManager DMCore.Logic.CChatManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CChatManager_t1988186574 * CChatManager_GetInstance_m3267979394 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CChatManager::SetOpenChatBtnVisible(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CChatManager_SetOpenChatBtnVisible_m2650023472 (CChatManager_t1988186574 * __this, bool ___bVisible0, const RuntimeMethod* method); // System.Void ScenePersonalWndShop::SetIdolShowGiveaCloth() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_SetIdolShowGiveaCloth_m3399807429 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResHelp::ClearAllIcons() extern "C" IL2CPP_METHOD_ATTR void IResHelp_ClearAllIcons_m667104347 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResHelp::ClearAllAvatarResource() extern "C" IL2CPP_METHOD_ATTR void IResHelp_ClearAllAvatarResource_m1568240468 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.shopModel::ClearUnUsedList() extern "C" IL2CPP_METHOD_ATTR void shopModel_ClearUnUsedList_m3456268636 (shopModel_t101745799 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::set_IsOpenNewStoreTips(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CShopManager_set_IsOpenNewStoreTips_m1713455330 (CShopManager_t754298620 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::set_bSearch(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CShopManager_set_bSearch_m2958300428 (CShopManager_t754298620 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.ShareManager::ClearTryOnClothes() extern "C" IL2CPP_METHOD_ATTR void ShareManager_ClearTryOnClothes_m1428997955 (ShareManager_t1254576143 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndShop::OnClickItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnClickItem_m2567797592 (ScenePersonalWndShop_t78642639 * __this, int32_t ___configID0, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::SwitchMainRoleModel() extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * shopModel_SwitchMainRoleModel_m23781500 (shopModel_t101745799 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::SwitchShowModel(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * shopModel_SwitchShowModel_m2958733894 (shopModel_t101745799 * __this, bool ___bMale0, bool ___buildDefault1, const RuntimeMethod* method); // System.Int32 ScenePersonalShopList::get_mainType() extern "C" IL2CPP_METHOD_ATTR int32_t ScenePersonalShopList_get_mainType_m4201628015 (ScenePersonalShopList_t27853008 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::Refresh() extern "C" IL2CPP_METHOD_ATTR void CShopManager_Refresh_m243343107 (CShopManager_t754298620 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CMyPackageManager::set_MainType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CMyPackageManager_set_MainType_m2460541734 (CMyPackageManager_t122981866 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CMyPackageManager::set_SubType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CMyPackageManager_set_SubType_m2021265245 (CMyPackageManager_t122981866 * __this, int32_t ___value0, const RuntimeMethod* method); // DMCore.Logic.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); // System.Int32 DMCore.Logic.CUserCardParams::GetInt(DMCore.Logic.enumCardParams,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CUserCardParams_GetInt_m2940615587 (CUserCardParams_t243895319 * __this, int32_t ___paramIndex0, int32_t ___nDefault1, const RuntimeMethod* method); // System.Void DMCore.Logic.CItemManager::GetSubModelInfo(System.Int32,System.Int32&,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CItemManager_GetSubModelInfo_m903145472 (RuntimeObject * __this /* static, unused */, int32_t ___nSubModelId0, int32_t* ___nModelSex1, int32_t* ___nSubCategory2, int32_t* ___nSubModelIndex3, const RuntimeMethod* method); // DMCore.Logic.CItemManager DMCore.Logic.CItemManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CItemManager_t2289463753 * CItemManager_GetInstance_m3712629561 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CItemData DMCore.Logic.CItemManager::GetEquipItemPtr(DMCore.Framework.Scene.enumModelCategory) extern "C" IL2CPP_METHOD_ATTR CItemData_t3599323914 * CItemManager_GetEquipItemPtr_m235526076 (CItemManager_t2289463753 * __this, int32_t ___category0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CItemBase::get_fashionStarValue() extern "C" IL2CPP_METHOD_ATTR int32_t CItemBase_get_fashionStarValue_m2376172815 (CItemBase_t2436786639 * __this, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, const RuntimeMethod* method); // System.String System.Char::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m3588025615 (Il2CppChar* __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m995996543(__this, method) (( int32_t (*) (List_1_t1666189680 *, 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_m1663248861(__this, p0, method) (( UISprite_t194114938 * (*) (List_1_t1666189680 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // UnityEngine.Object DMCore.Framework.Misc.CMiscHelp::Instantiate(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CMiscHelp_Instantiate_m197120899 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___obj0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisUISprite_t194114938_m299858934(__this, method) (( UISprite_t194114938 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2778281004(__this, p0, method) (( void (*) (List_1_t1666189680 *, UISprite_t194114938 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Boolean DMCore.Logic.shopModel::IsMainRoleActive() extern "C" IL2CPP_METHOD_ATTR bool shopModel_IsMainRoleActive_m2489575296 (shopModel_t101745799 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1628857705(__this, method) (( void (*) (List_1_t128053199 *, const RuntimeMethod*))List_1__ctor_m1628857705_gshared)(__this, method) // System.Void 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) // DMCore.Framework.Scene.ISceneRole DMCore.Logic.shopModel::GetCurShopModel() extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * shopModel_GetCurShopModel_m2897736385 (shopModel_t101745799 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneRole::PlayChangeItemAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_PlayChangeItemAnim_m3669603506 (ISceneRole_t2394225724 * __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.Void DMCore.Framework.Scene.CRoleModelItem::OnDestroy(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CRoleModelItem_OnDestroy_m1465529345 (CRoleModelItem_t1608531946 * __this, bool ___bEnableResume0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneRole::WearSubModel(System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ISceneRole_WearSubModel_m2695610556 (ISceneRole_t2394225724 * __this, int32_t ___nSubModelId0, bool ___bAsyn1, bool ___Direct2, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Scene.ISceneRole::GetWearSuitID() extern "C" IL2CPP_METHOD_ATTR int32_t ISceneRole_GetWearSuitID_m3263761354 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CRoleModelItem DMCore.Framework.Scene.ISceneRole::FindModelItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR CRoleModelItem_t1608531946 * ISceneRole_FindModelItem_m1696760564 (ISceneRole_t2394225724 * __this, int32_t ___nCategory0, const RuntimeMethod* method); // 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.Framework.Scene.CRoleModelItem::GetSexVal() extern "C" IL2CPP_METHOD_ATTR int32_t CRoleModelItem_GetSexVal_m394469669 (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.shopQuickBuyManager DMCore.Logic.shopQuickBuyManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR shopQuickBuyManager_t3380475808 * shopQuickBuyManager_GetInstance_m3465389214 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.shopQuickBuyManager::BeginQuery() extern "C" IL2CPP_METHOD_ATTR void shopQuickBuyManager_BeginQuery_m1253375107 (shopQuickBuyManager_t3380475808 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndShop::OnShowShopCartWnd() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnShowShopCartWnd_m2094081692 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CShopManager::get_M_selectType() extern "C" IL2CPP_METHOD_ATTR int32_t CShopManager_get_M_selectType_m3486260390 (CShopManager_t754298620 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::set_M_selectType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CShopManager_set_M_selectType_m3768381110 (CShopManager_t754298620 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::SearchData(System.Int32,System.Boolean,System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CShopManager_SearchData_m3412739867 (CShopManager_t754298620 * __this, int32_t ___type0, bool ___male1, List_1_t128053199 * ___cashList2, List_1_t128053199 * ___qualityList3, List_1_t128053199 * ___tagList4, const RuntimeMethod* method); // System.Void ScenePersonalShopList::OnSearchData() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalShopList_OnSearchData_m889529850 (ScenePersonalShopList_t27853008 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisScenePersonalShopbuying_t958260052_m4075863452(__this, method) (( ScenePersonalShopbuying_t958260052 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void ScenePersonalWndShop/OnClickMsgCallBack::Invoke(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void OnClickMsgCallBack_Invoke_m1441529840 (OnClickMsgCallBack_t2526724959 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1607916668(__this, method) (( void (*) (List_1_t1564634078 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m504862446(__this, p0, p1, method) (( void (*) (Action_1_t1302699353 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m118522912_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CShopCartManager::RegisterRefreshPrice(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CShopCartManager_RegisterRefreshPrice_m437831093 (CShopCartManager_t2478140686 * __this, Action_1_t1302699353 * ___call0, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopCartManager::RegisterWatcherSelectCount(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CShopCartManager_RegisterWatcherSelectCount_m2918834016 (CShopCartManager_t2478140686 * __this, Action_1_t1302699353 * ___call0, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopCartManager::RegisterWatcherList(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CShopCartManager_RegisterWatcherList_m1544147090 (CShopCartManager_t2478140686 * __this, Action_1_t1302699353 * ___call0, const RuntimeMethod* method); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisDMListView_t512231514_m3155213596(__this /* static, unused */, ___local0, ___path1, method) (( DMListView_t512231514 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // System.Void DMListView::EnableDrag(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DMListView_EnableDrag_m2679076892 (DMListView_t512231514 * __this, bool ___bEnable0, const RuntimeMethod* method); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisuiShopcarConfirm_t2151556946_m594117768(__this /* static, unused */, ___local0, ___path1, method) (( uiShopcarConfirm_t2151556946 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisUICheckbox_t2276134195_m2001321003(__this /* static, unused */, ___local0, ___path1, method) (( UICheckbox_t2276134195 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // UnityEngine.GameObject CUIBase::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CUIBase_get_gameObject_m47355781 (CUIBase_t3255455658 * __this, const RuntimeMethod* method); // System.Void ScenePersonalWndShopCart::GenerateShopList() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_GenerateShopList_m993783452 (ScenePersonalWndShopCart_t554225594 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopCartManager::Reset() extern "C" IL2CPP_METHOD_ATTR void CShopCartManager_Reset_m2713350129 (CShopCartManager_t2478140686 * __this, const RuntimeMethod* method); // System.Void CUIBase::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void CUIBase_OnDestroy_m2854673992 (CUIBase_t3255455658 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopCartManager::RemoveRefreshPrice(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CShopCartManager_RemoveRefreshPrice_m516032126 (CShopCartManager_t2478140686 * __this, Action_1_t1302699353 * ___call0, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopCartManager::RemoveWatcherSelectCount(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CShopCartManager_RemoveWatcherSelectCount_m2942124571 (CShopCartManager_t2478140686 * __this, Action_1_t1302699353 * ___call0, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopCartManager::RemoveWatcherList(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CShopCartManager_RemoveWatcherList_m4072441084 (CShopCartManager_t2478140686 * __this, Action_1_t1302699353 * ___call0, const RuntimeMethod* method); // System.Boolean UICheckbox::get_isChecked() extern "C" IL2CPP_METHOD_ATTR bool UICheckbox_get_isChecked_m3880052987 (UICheckbox_t2276134195 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopCartManager::set_IsCheckAll(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CShopCartManager_set_IsCheckAll_m642952636 (CShopCartManager_t2478140686 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopCartManager::OnCheckAll(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CShopCartManager_OnCheckAll_m431165705 (CShopCartManager_t2478140686 * __this, bool ___bSelected0, const RuntimeMethod* method); // System.Void ScenePersonalWndShopCart::SetChildItem(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_SetChildItem_m3305560484 (ScenePersonalWndShopCart_t554225594 * __this, bool ___bSelected0, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopCartManager::CalculatePrice() extern "C" IL2CPP_METHOD_ATTR void CShopCartManager_CalculatePrice_m4200642273 (CShopCartManager_t2478140686 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m1224933928(__this, method) (( void (*) (List_1_t1564634078 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisScenePersonalShopCartItem_t92559336_m614938044(__this, method) (( ScenePersonalShopCartItem_t92559336 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void ScenePersonalShopCartItem::Init(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalShopCartItem_Init_m2349030885 (ScenePersonalShopCartItem_t92559336 * __this, int32_t ____index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m974190272(__this, p0, method) (( void (*) (List_1_t1564634078 *, ScenePersonalShopCartItem_t92559336 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Int32 DMCore.Logic.CShopCartManager::get_SelectCount() extern "C" IL2CPP_METHOD_ATTR int32_t CShopCartManager_get_SelectCount_m1138847738 (CShopCartManager_t2478140686 * __this, const RuntimeMethod* method); // System.Void uiShopcarConfirm::SetConfirmBox(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void uiShopcarConfirm_SetConfirmBox_m2555307647 (uiShopcarConfirm_t2151556946 * __this, bool ___bBuy0, const RuntimeMethod* method); // System.Void ScenePersonalWndShopCart::OnCheckAllChanged() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_OnCheckAllChanged_m3063703497 (ScenePersonalWndShopCart_t554225594 * __this, const RuntimeMethod* method); // IDataModel IDataEvent::get_DataModel() extern "C" IL2CPP_METHOD_ATTR IDataModel_t653005279 * IDataEvent_get_DataModel_m1980778407 (IDataEvent_t1799629657 * __this, const RuntimeMethod* method); // System.Boolean CDataModelBool::get_Data() extern "C" IL2CPP_METHOD_ATTR bool CDataModelBool_get_Data_m2289136987 (CDataModelBool_t2269476966 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CShopCartManager::get_TotalGold() extern "C" IL2CPP_METHOD_ATTR int32_t CShopCartManager_get_TotalGold_m1427031330 (CShopCartManager_t2478140686 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CShopCartManager::get_TotalBindDimond() extern "C" IL2CPP_METHOD_ATTR int32_t CShopCartManager_get_TotalBindDimond_m3523636963 (CShopCartManager_t2478140686 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CShopCartManager::get_TotalDimond() extern "C" IL2CPP_METHOD_ATTR int32_t CShopCartManager_get_TotalDimond_m1212600580 (CShopCartManager_t2478140686 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1987002141(__this, p0, method) (( ScenePersonalShopCartItem_t92559336 * (*) (List_1_t1564634078 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void ScenePersonalShopCartItem::SetCheckItem(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalShopCartItem_SetCheckItem_m2180354073 (ScenePersonalShopCartItem_t92559336 * __this, bool ___bSelected0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m681168881(__this, method) (( int32_t (*) (List_1_t1564634078 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Int32 CDataModelInt::get_Data() extern "C" IL2CPP_METHOD_ATTR int32_t CDataModelInt_get_Data_m274101408 (CDataModelInt_t3463393640 * __this, const RuntimeMethod* method); // System.Void UICheckbox::set_isChecked(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UICheckbox_set_isChecked_m1641198106 (UICheckbox_t2276134195 * __this, bool ___value0, const RuntimeMethod* method); // System.Void ScenePersonalWndSignIn::upataMonth(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_upataMonth_m3538352852 (ScenePersonalWndSignIn_t3402646 * __this, int32_t ___month0, const RuntimeMethod* method); // System.Void ScenePersonalWndSignIn::OnFreshPage(DMCore.Logic.CSignInOldActivity) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_OnFreshPage_m1657416225 (ScenePersonalWndSignIn_t3402646 * __this, CSignInOldActivity_t331747599 * ___activityInfo0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSignInOldActivity::get_dataCount() extern "C" IL2CPP_METHOD_ATTR int32_t CSignInOldActivity_get_dataCount_m1178675595 (CSignInOldActivity_t331747599 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiSignInGroup_t1608014557_m3742170200(__this, method) (( uiSignInGroup_t1608014557 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void uiSignInGroup::SetIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiSignInGroup_SetIndex_m946349348 (uiSignInGroup_t1608014557 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSignInOldActivity::get_nMonth() extern "C" IL2CPP_METHOD_ATTR int32_t CSignInOldActivity_get_nMonth_m3866408832 (CSignInOldActivity_t331747599 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CSignInOldActivity::get_nSignInDay() extern "C" IL2CPP_METHOD_ATTR int32_t CSignInOldActivity_get_nSignInDay_m2668117086 (CSignInOldActivity_t331747599 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CSignInOldActivity::get_bIsSignIn() extern "C" IL2CPP_METHOD_ATTR bool CSignInOldActivity_get_bIsSignIn_m734214288 (CSignInOldActivity_t331747599 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CSignInOldActivity::get_bIsCompensate() extern "C" IL2CPP_METHOD_ATTR bool CSignInOldActivity_get_bIsCompensate_m1980149392 (CSignInOldActivity_t331747599 * __this, const RuntimeMethod* method); // uiSignInItem uiSignInGroup::GetItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR uiSignInItem_t3961333000 * uiSignInGroup_GetItem_m2932220602 (uiSignInGroup_t1608014557 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void uiSignInItem::OnSignIn() extern "C" IL2CPP_METHOD_ATTR void uiSignInItem_OnSignIn_m3693682044 (uiSignInItem_t3961333000 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CActivityManager::AcceptAward() extern "C" IL2CPP_METHOD_ATTR void CActivityManager_AcceptAward_m1286719926 (CActivityManager_t1081296145 * __this, const RuntimeMethod* method); // DMCore.Logic.CSignInOldActivity/DayData DMCore.Logic.CSignInOldActivity::GetSignInData(System.Int32) extern "C" IL2CPP_METHOD_ATTR DayData_t3559000048 * CSignInOldActivity_GetSignInData_m3779770863 (CSignInOldActivity_t331747599 * __this, int32_t ___index0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiSuitcasePkgList_t1807308089_m2463780937(__this, method) (( uiSuitcasePkgList_t1807308089 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisThemeRoleData_t305589676_m3099226915(__this /* static, unused */, ___local0, ___path1, method) (( ThemeRoleData_t305589676 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // System.Void IEventDispatcher::AddWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void IEventDispatcher_AddWatcher_m1530082036 (IEventDispatcher_t2294365884 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method); // System.Void IEventDispatcher::RemoveWatcher(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void IEventDispatcher_RemoveWatcher_m2309964606 (IEventDispatcher_t2294365884 * __this, Action_1_t1302699353 * ___site0, const RuntimeMethod* method); // System.Void ScenePersonalWndSuitcasePackage::OnPageChanged(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSuitcasePackage_OnPageChanged_m1867036207 (ScenePersonalWndSuitcasePackage_t1713973624 * __this, int32_t ___pageIndex0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CChangeGameManager::get_SelectedTheme() extern "C" IL2CPP_METHOD_ATTR int32_t CChangeGameManager_get_SelectedTheme_m476428083 (CChangeGameManager_t2081989347 * __this, const RuntimeMethod* method); // DMCore.Logic.AssembleInfo DMCore.Logic.CChangeGameManager::GetAssembleInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR AssembleInfo_t3236776212 * CChangeGameManager_GetAssembleInfo_m50004070 (CChangeGameManager_t2081989347 * __this, int32_t ___id0, const RuntimeMethod* method); // System.Void ThemeRoleData::SetInitInfo(DMCore.Logic.AssembleInfo) extern "C" IL2CPP_METHOD_ATTR void ThemeRoleData_SetInitInfo_m4219959359 (ThemeRoleData_t305589676 * __this, AssembleInfo_t3236776212 * ___info0, const RuntimeMethod* method); // FashionThemeCfg FashionThemeCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR FashionThemeCfg_t420161380 * FashionThemeCfg_GetInstance_m223545720 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String FashionThemeCfg::GetThemeNameByThemeId(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* FashionThemeCfg_GetThemeNameByThemeId_m3315609266 (FashionThemeCfg_t420161380 * __this, int32_t ___themeId0, const RuntimeMethod* method); // System.Void ThemeRoleData::SetInfo(DMCore.Logic.AssembleInfo) extern "C" IL2CPP_METHOD_ATTR void ThemeRoleData_SetInfo_m1615387172 (ThemeRoleData_t305589676 * __this, AssembleInfo_t3236776212 * ___info0, const RuntimeMethod* method); // System.Void CUIBase::Update() extern "C" IL2CPP_METHOD_ATTR void CUIBase_Update_m4138194535 (CUIBase_t3255455658 * __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 uiSuitcasePkgList::OnRefresh() extern "C" IL2CPP_METHOD_ATTR void uiSuitcasePkgList_OnRefresh_m434582317 (uiSuitcasePkgList_t1807308089 * __this, const RuntimeMethod* method); // System.Void uiSuitcasePkgList::SetMainType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiSuitcasePkgList_SetMainType_m1443751823 (uiSuitcasePkgList_t1807308089 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::SetObjectPositionZ(UnityEngine.Transform,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_SetObjectPositionZ_m3055654839 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___destObj0, float ___newPosZ1, const RuntimeMethod* method); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisuiManageQuestion_t3299556974_m1586010593(__this /* static, unused */, ___local0, ___path1, method) (( uiManageQuestion_t3299556974 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // System.Void DMCore.Framework.Misc.CIconAlign::.ctor(DMCore.Framework.Misc.enumAlignType) extern "C" IL2CPP_METHOD_ATTR void CIconAlign__ctor_m2989890003 (CIconAlign_t2187079683 * __this, uint8_t ___type0, const RuntimeMethod* method); // DMCore.CAccManager DMCore.IHelp::GetAccManager() extern "C" IL2CPP_METHOD_ATTR CAccManager_t1454736772 * IHelp_GetAccManager_m4068249592 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.CAccManager::IfPlayMidi() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_IfPlayMidi_m2019309504 (CAccManager_t1454736772 * __this, const RuntimeMethod* method); // System.Boolean DMCore.CAccManager::IfVibrator() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_IfVibrator_m664125960 (CAccManager_t1454736772 * __this, const RuntimeMethod* method); // System.Boolean DMCore.CAccManager::IfDownMode() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_IfDownMode_m3347988867 (CAccManager_t1454736772 * __this, const RuntimeMethod* method); // System.Boolean DMCore.CAccManager::IfAccept() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_IfAccept_m2997737319 (CAccManager_t1454736772 * __this, const RuntimeMethod* method); // DMCore.Framework.Resource.CResourceAdapter DMCore.Framework.Resource.CResourceAdapter::GetInstance() extern "C" IL2CPP_METHOD_ATTR CResourceAdapter_t3687212940 * CResourceAdapter_GetInstance_m3328036836 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Resource.CResourceAdapter::IfUsePkgSystem() extern "C" IL2CPP_METHOD_ATTR bool CResourceAdapter_IfUsePkgSystem_m1147199107 (CResourceAdapter_t3687212940 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Net.CNetServerConfig::GetConfigInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CNetServerConfig_GetConfigInt_m1392106542 (CNetServerConfig_t202072970 * __this, String_t* ___key0, int32_t ___defaultVal1, const RuntimeMethod* method); // System.Void CSignsManager::RefreshSigns() extern "C" IL2CPP_METHOD_ATTR void CSignsManager_RefreshSigns_m3266895297 (CSignsManager_t1825583579 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CIconAlign::Rearrange() extern "C" IL2CPP_METHOD_ATTR void CIconAlign_Rearrange_m23272153 (CIconAlign_t2187079683 * __this, const RuntimeMethod* method); // System.Boolean DMCore.CAccManager::Save() extern "C" IL2CPP_METHOD_ATTR bool CAccManager_Save_m839917893 (CAccManager_t1454736772 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CAppOSHelp::SetDefaultQuality() extern "C" IL2CPP_METHOD_ATTR void CAppOSHelp_SetDefaultQuality_m954789695 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CPetManager DMCore.Logic.CPetManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetManager_t2941415134 * CPetManager_GetInstance_m156291089 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CPet DMCore.Logic.CPetManager::GetCurrentFollowPet() extern "C" IL2CPP_METHOD_ATTR CPet_t2667050390 * CPetManager_GetCurrentFollowPet_m4150266697 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPet::get_ModelID() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_ModelID_m2913048647 (CPet_t2667050390 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Logic.CPetManager::CreatePetObject(System.Int32) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CPetManager_CreatePetObject_m1636568575 (CPetManager_t2941415134 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::set_CurrentFollowedPet(DMCore.Framework.Scene.ISceneNpcBase) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_CurrentFollowedPet_m203938961 (CPetManager_t2941415134 * __this, ISceneNpcBase_t3974693970 * ___value0, const RuntimeMethod* method); // System.Void DMCore.CAccManager::SetVibrator(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAccManager_SetVibrator_m651857561 (CAccManager_t1454736772 * __this, bool ___b0, const RuntimeMethod* method); // System.Void DMCore.CAccManager::SetPlayMidi(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAccManager_SetPlayMidi_m3866904751 (CAccManager_t1454736772 * __this, bool ___b0, 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); // DMCore.ISoundManager DMCore.IHelp::GetSoundManager() extern "C" IL2CPP_METHOD_ATTR ISoundManager_t434164892 * IHelp_GetSoundManager_m1651454919 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.ISoundManager::SetButtonSound(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISoundManager_SetButtonSound_m213848358 (ISoundManager_t434164892 * __this, bool ___isControlButtonSound0, 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.CAccManager::SetDownMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAccManager_SetDownMode_m1183697102 (CAccManager_t1454736772 * __this, bool ___b0, const RuntimeMethod* method); // System.Void DMCore.CAccManager::SetAccept(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CAccManager_SetAccept_m253631591 (CAccManager_t1454736772 * __this, bool ___b0, const RuntimeMethod* method); // CLeDouApi CLeDouApi::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLeDouApi_t315808977 * CLeDouApi_GetInstance_m2327091180 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CBulletinManager DMCore.Logic.CBulletinManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CBulletinManager_t2950394527 * CBulletinManager_GetInstance_m1353421449 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CBulletinManager::ShowBulletin(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CBulletinManager_ShowBulletin_m2648013294 (CBulletinManager_t2950394527 * __this, String_t* ___title0, String_t* ___content1, String_t* ___btnText2, const RuntimeMethod* method); // System.Void CLeDouApi::ShowSetting() extern "C" IL2CPP_METHOD_ATTR void CLeDouApi_ShowSetting_m3480446165 (CLeDouApi_t315808977 * __this, const RuntimeMethod* method); // System.Void uiManageQuestion::SetActiveQuestionUI(System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiManageQuestion_SetActiveQuestionUI_m309865839 (uiManageQuestion_t3299556974 * __this, int32_t ___flag0, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1809518182 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* p0, const RuntimeMethod* method); // System.Void DMCore.CMsgBoxControl::Push(DMCore.enumMsgBoxType,System.String,DMCore.OnMsgBoxClkCallBack,DMCore.CDataArray,DMCore.enumMsgBoxCustomKey,System.Single,System.String) extern "C" IL2CPP_METHOD_ATTR void CMsgBoxControl_Push_m1499792225 (CMsgBoxControl_t806533544 * __this, int32_t ___type0, String_t* ___text1, OnMsgBoxClkCallBack_t3229751541 * ___callBack2, CDataArray_t4068198041 * ___userData3, int32_t ___customKey4, float ___fTimeLimit5, String_t* ___title6, const RuntimeMethod* method); // System.Void DMCore.Logic.CFullDownController::RequestStartFullDownProc() extern "C" IL2CPP_METHOD_ATTR void CFullDownController_RequestStartFullDownProc_m812921215 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CPluginCallAdapter::DoPluginSetFunc(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CPluginCallAdapter_DoPluginSetFunc_m76173065 (RuntimeObject * __this /* static, unused */, String_t* ___func0, String_t* ___param1, const RuntimeMethod* method); // DMCore.Logic.CTaskConfig DMCore.Logic.CTaskConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTaskConfig_t1143949342 * CTaskConfig_GetInstance_m3809381302 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Transform CUIBase::BindSerialBtn(System.String,System.Action`1) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_BindSerialBtn_m1473289596 (CUIBase_t3255455658 * __this, String_t* ___serialedName0, Action_1_t1286104214 * ___delegateClk1, const RuntimeMethod* method); // UnityEngine.GameObject CUIBase::FindSerialedGameObject(System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CUIBase_FindSerialedGameObject_m3812782434 (CUIBase_t3255455658 * __this, String_t* ___serialedName0, const RuntimeMethod* method); // UnityEngine.Transform CUIBase::FindSerialedTransform(System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CUIBase_FindSerialedTransform_m1564495734 (CUIBase_t3255455658 * __this, String_t* ___serialedName0, const RuntimeMethod* method); // TValue CUIBase::FindSerialValue(System.String) #define CUIBase_FindSerialValue_TisDMListView_t512231514_m1262473569(__this, ___serialedName0, method) (( DMListView_t512231514 * (*) (CUIBase_t3255455658 *, String_t*, const RuntimeMethod*))CUIBase_FindSerialValue_TisRuntimeObject_m976875708_gshared)(__this, ___serialedName0, method) // DMCore.Logic.CTaskManager DMCore.Logic.CTaskManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTaskManager_t4133723725 * CTaskManager_GetInstance_m1133311262 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CTaskManager::SetCurTaskType(DMCore.Logic.enumTaskType) extern "C" IL2CPP_METHOD_ATTR void CTaskManager_SetCurTaskType_m39648797 (CTaskManager_t4133723725 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void DMCore.Logic.CTaskManager::SetLastMainIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CTaskManager_SetLastMainIndex_m2107482620 (CTaskManager_t4133723725 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMCore.Logic.CTaskManager::SetActiveMainIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CTaskManager_SetActiveMainIndex_m479978954 (CTaskManager_t4133723725 * __this, int32_t ___index0, const RuntimeMethod* method); // 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); // System.Int32 DMCore.Logic.CTaskManager::GetTaskNotReadCnt(DMCore.Logic.enumTaskType) extern "C" IL2CPP_METHOD_ATTR int32_t CTaskManager_GetTaskNotReadCnt_m299868819 (CTaskManager_t4133723725 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void ScenePersonalWndTask::OnChangeTaskPage(DMCore.Logic.enumTaskType) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndTask_OnChangeTaskPage_m2436036221 (ScenePersonalWndTask_t4092996456 * __this, int32_t ___taskType0, const RuntimeMethod* method); // DMCore.Logic.enumTaskType DMCore.Logic.CTaskManager::GetCurTaskType() extern "C" IL2CPP_METHOD_ATTR int32_t CTaskManager_GetCurTaskType_m3417402216 (CTaskManager_t4133723725 * __this, 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); // DMCore.Logic.CVipManager DMCore.Logic.CVipManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CVipManager_t269477008 * CVipManager_GetInstance_m4124241567 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CVipManager::get_IsNeedRefreshMainPage() extern "C" IL2CPP_METHOD_ATTR bool CVipManager_get_IsNeedRefreshMainPage_m1334699129 (CVipManager_t269477008 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CVipManager::set_IsNeedRefreshMainPage(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CVipManager_set_IsNeedRefreshMainPage_m3687386678 (CVipManager_t269477008 * __this, bool ___value0, const RuntimeMethod* method); // System.Void ScenePersonalWndVip::_ChageSubPage(ScenePersonalWndVip/enumVipSubPage) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip__ChageSubPage_m893387898 (ScenePersonalWndVip_t1214958997 * __this, uint8_t ___page0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CVipManager::get_IsNeedRefreshGiftPage() extern "C" IL2CPP_METHOD_ATTR bool CVipManager_get_IsNeedRefreshGiftPage_m2331126708 (CVipManager_t269477008 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CVipManager::set_IsNeedRefreshGiftPage(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CVipManager_set_IsNeedRefreshGiftPage_m3114006768 (CVipManager_t269477008 * __this, bool ___value0, const RuntimeMethod* method); // System.Void ScenePersonalWndVip::_SetVipPrivilege(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip__SetVipPrivilege_m4009580377 (ScenePersonalWndVip_t1214958997 * __this, int32_t ___destVipLevel0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CVipManager::IsNeedRefreshGiftIcon(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CVipManager_IsNeedRefreshGiftIcon_m2231003310 (CVipManager_t269477008 * __this, int32_t ___destLevel0, const RuntimeMethod* method); // System.Void ScenePersonalWndVip::_SetVipGiftIcon() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip__SetVipGiftIcon_m3855307677 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CVipManager::SetGiftBoxState() extern "C" IL2CPP_METHOD_ATTR void CVipManager_SetGiftBoxState_m25308414 (CVipManager_t269477008 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CVipManager::StartWatchVipPropertyChange() extern "C" IL2CPP_METHOD_ATTR void CVipManager_StartWatchVipPropertyChange_m1362897675 (CVipManager_t269477008 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CVipManager::StopWatchVipPropertyChange() extern "C" IL2CPP_METHOD_ATTR void CVipManager_StopWatchVipPropertyChange_m967889278 (CVipManager_t269477008 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CVipManager::SendGetGiftRequest(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CVipManager_SendGetGiftRequest_m1392107372 (CVipManager_t269477008 * __this, int32_t ___destLevel0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CVipManager::GetVipLevelFromSvr() extern "C" IL2CPP_METHOD_ATTR int32_t CVipManager_GetVipLevelFromSvr_m1129647132 (CVipManager_t269477008 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CVipManager::MAX_VIP_LEVEL() extern "C" IL2CPP_METHOD_ATTR int32_t CVipManager_MAX_VIP_LEVEL_m592331209 (CVipManager_t269477008 * __this, const RuntimeMethod* method); // System.Single DMCore.Logic.CVipConfig::GetLevelRMB(System.Int32) extern "C" IL2CPP_METHOD_ATTR float CVipConfig_GetLevelRMB_m3441604258 (RuntimeObject * __this /* static, unused */, int32_t ___destLevel0, const RuntimeMethod* method); // System.Single DMCore.Logic.CVipManager::GetRechargedValueFromSvr() extern "C" IL2CPP_METHOD_ATTR float CVipManager_GetRechargedValueFromSvr_m1771089483 (CVipManager_t269477008 * __this, const RuntimeMethod* method); // System.String System.Single::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m3947131094 (float* __this, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::ToMoneyFormat(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_ToMoneyFormat_m3585245399 (RuntimeObject * __this /* static, unused */, String_t* ___strValue0, const RuntimeMethod* method); // System.String ColorMap::GetColorValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ColorMap_GetColorValue_m929637861 (RuntimeObject * __this /* static, unused */, String_t* ___colorKey0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CVipManager::SetVipIcon(UITexture,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CVipManager_SetVipIcon_m2709827145 (CVipManager_t269477008 * __this, UITexture_t3471168817 * ___iconHost0, int32_t ___vipLevel1, bool ___isIncludeVip02, bool ___needHide3, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::SetObjectScaleX(UnityEngine.GameObject,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_SetObjectScaleX_m2969638982 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___destObj0, float ___newScaleX1, 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 ScenePersonalWndVip::_SetVipGift() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip__SetVipGift_m2234534688 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CVipManager::MIN_VIP_LEVEL() extern "C" IL2CPP_METHOD_ATTR int32_t CVipManager_MIN_VIP_LEVEL_m3497846974 (CVipManager_t269477008 * __this, const RuntimeMethod* method); // System.String[] DMCore.Logic.CVipConfig::GetPrivilege(System.Int32) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* CVipConfig_GetPrivilege_m3006749943 (RuntimeObject * __this /* static, unused */, int32_t ___destLevel0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiPrivilegeCell_t2635402331_m4174730192(__this, method) (( uiPrivilegeCell_t2635402331 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void uiPrivilegeCell::SetData(System.String) extern "C" IL2CPP_METHOD_ATTR void uiPrivilegeCell_SetData_m641353763 (uiPrivilegeCell_t2635402331 * __this, String_t* ___desc0, const RuntimeMethod* method); // System.Void ScenePersonalWndVip::_SetGiftBoxState(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip__SetGiftBoxState_m4116623517 (ScenePersonalWndVip_t1214958997 * __this, int32_t ___destLevel0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * GameObject_get_gameObject_m3693461266 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221(__this, method) (( BoxCollider_t1640800422 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void UnityEngine.Collider::set_enabled(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Collider_set_enabled_m1517463283 (Collider_t1773347010 * __this, bool p0, const RuntimeMethod* method); // DMCore.Logic.enumVipGiftState DMCore.Logic.CVipConfig::GetGiftState(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CVipConfig_GetGiftState_m3491113431 (RuntimeObject * __this /* static, unused */, int32_t ___destLevel0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(__this, method) (( Animation_t3648466861 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // 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); // DMCore.Logic.GiftInfoNode DMCore.Logic.CVipConfig::GetGift(System.Int32) extern "C" IL2CPP_METHOD_ATTR GiftInfoNode_t966312645 * CVipConfig_GetGift_m3626243091 (RuntimeObject * __this /* static, unused */, int32_t ___destLevel0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1>::get_Count() #define List_1_get_Count_m2631462689(__this, method) (( int32_t (*) (List_1_t1414438697 *, const RuntimeMethod*))List_1_get_Count_m2631462689_gshared)(__this, method) // !0 System.Collections.Generic.List`1>::get_Item(System.Int32) #define List_1_get_Item_m3034076052(__this, p0, method) (( KeyValuePair_2_t4237331251 (*) (List_1_t1414438697 *, int32_t, const RuntimeMethod*))List_1_get_Item_m3034076052_gshared)(__this, p0, 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) // DMCore.Logic.ItemQuality DMCore.Logic.CShopConfig::GetQualityLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CShopConfig_GetQualityLevel_m4002441864 (CShopConfig_t202154353 * __this, int32_t ___id0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::SetTextureIcon(UITexture,System.String,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_SetTextureIcon_m1616628797 (RuntimeObject * __this /* static, unused */, UITexture_t3471168817 * ___iconHost0, String_t* ___iconPath1, Vector3_t3722313464 ___orignalSize2, const RuntimeMethod* method); // System.Void DMCore.Logic.CVipConfig::SetGiftIconState(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CVipConfig_SetGiftIconState_m628854585 (RuntimeObject * __this /* static, unused */, int32_t ___modelID0, bool ___newState1, const RuntimeMethod* 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.Void DMCore.Logic.CShopManager::ShowAvatar(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CShopManager_ShowAvatar_m2860953780 (CShopManager_t754298620 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.Int32 DMRole::GetPosIndex() extern "C" IL2CPP_METHOD_ATTR int32_t DMRole_GetPosIndex_m1014494453 (DMRole_t4013730376 * __this, const RuntimeMethod* method); // System.Boolean DMRole::IsValid() extern "C" IL2CPP_METHOD_ATTR bool DMRole_IsValid_m2053967198 (DMRole_t4013730376 * __this, const RuntimeMethod* method); // System.Boolean DMRole::IsEnable() extern "C" IL2CPP_METHOD_ATTR bool DMRole_IsEnable_m1332010216 (DMRole_t4013730376 * __this, const RuntimeMethod* method); // System.Void DMRole::SetAttachTransform(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void DMRole_SetAttachTransform_m3122879977 (DMRole_t4013730376 * __this, Transform_t3600365921 * ___ScenePointTrans0, const RuntimeMethod* method); // DMRole DMSceneInterface::GetRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR DMRole_t4013730376 * DMSceneInterface_GetRole_m4009280948 (RuntimeObject * __this /* static, unused */, int32_t ___index0, const RuntimeMethod* method); // System.Boolean DMRole::IsMale() extern "C" IL2CPP_METHOD_ATTR bool DMRole_IsMale_m705927367 (DMRole_t4013730376 * __this, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Remove_m334097152 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // DMCore.Logic.ShopBrandRegion DMCore.Logic.ShopBrandRegion::GetInstance() extern "C" IL2CPP_METHOD_ATTR ShopBrandRegion_t2226231466 * ShopBrandRegion_GetInstance_m3204479288 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.ShopBrandRegion::get_IsNeedFreshUI() extern "C" IL2CPP_METHOD_ATTR bool ShopBrandRegion_get_IsNeedFreshUI_m873078883 (ShopBrandRegion_t2226231466 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.ShopBrandRegion::set_IsNeedFreshUI(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ShopBrandRegion_set_IsNeedFreshUI_m2905603771 (ShopBrandRegion_t2226231466 * __this, bool ___value0, const RuntimeMethod* method); // System.Void ShopBrandRegionCell::UpDateUI() extern "C" IL2CPP_METHOD_ATTR void ShopBrandRegionCell_UpDateUI_m3692492003 (ShopBrandRegionCell_t2971745871 * __this, const RuntimeMethod* method); // System.Void ShopBrandRegionCell::ChangeIndexNext() extern "C" IL2CPP_METHOD_ATTR void ShopBrandRegionCell_ChangeIndexNext_m2807389209 (ShopBrandRegionCell_t2971745871 * __this, const RuntimeMethod* method); // DMCore.Logic.BrandData DMCore.Logic.ShopBrandRegion::GetCurBrandData() extern "C" IL2CPP_METHOD_ATTR BrandData_t2882930928 * ShopBrandRegion_GetCurBrandData_m2425056143 (ShopBrandRegion_t2226231466 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Logic.BrandData::get_Introduce() extern "C" IL2CPP_METHOD_ATTR List_1_t3319525431 * BrandData_get_Introduce_m1362482227 (BrandData_t2882930928 * __this, 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.Int32 DMCore.Logic.ShopBrandRegion::get_CurrentUseHeadIndex() extern "C" IL2CPP_METHOD_ATTR int32_t ShopBrandRegion_get_CurrentUseHeadIndex_m3817715883 (ShopBrandRegion_t2226231466 * __this, 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) // UnityEngine.Texture2D DMCore.Logic.BrandData::GetImageByStrKey(System.String) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * BrandData_GetImageByStrKey_m3348918378 (BrandData_t2882930928 * __this, String_t* ___strKey0, const RuntimeMethod* method); // System.Void ShopBrandRegionCell::SetProgress(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ShopBrandRegionCell_SetProgress_m642733948 (ShopBrandRegionCell_t2971745871 * __this, int32_t ___total0, int32_t ___curNum1, const RuntimeMethod* method); // System.Void DMCore.Logic.ShopBrandRegion::ChangeIndexPre() extern "C" IL2CPP_METHOD_ATTR void ShopBrandRegion_ChangeIndexPre_m54062264 (ShopBrandRegion_t2226231466 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.ShopBrandRegion::ChangeIndexNext() extern "C" IL2CPP_METHOD_ATTR void ShopBrandRegion_ChangeIndexNext_m280799095 (ShopBrandRegion_t2226231466 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.BrandData::GetURLByStrKey(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* BrandData_GetURLByStrKey_m1759227004 (BrandData_t2882930928 * __this, String_t* ___strKey0, const RuntimeMethod* method); // System.String DMCore.Logic.BrandData::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* BrandData_get_Name_m469982121 (BrandData_t2882930928 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::ShowMessageBox(DMCore.enumMsgBoxType,System.String,DMCore.OnMsgBoxClkCallBack,DMCore.CDataArray,DMCore.enumMsgBoxCustomKey) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_ShowMessageBox_m3814357208 (RuntimeObject * __this /* static, unused */, int32_t ___type0, String_t* ___appendDesc1, OnMsgBoxClkCallBack_t3229751541 * ___callBack2, CDataArray_t4068198041 * ___userData3, int32_t ___customKey4, 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.Void CLeDouApi::JumpWebURL(System.String) extern "C" IL2CPP_METHOD_ATTR void CLeDouApi_JumpWebURL_m1522333226 (CLeDouApi_t315808977 * __this, String_t* ___url0, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Resource.IResourceManager::CreateResource(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * IResourceManager_CreateResource_m1279813597 (IResourceManager_t3165642952 * __this, String_t* ___sourcePath0, bool ___bAsync1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::PlayAnimOnceWithCallBack(UnityEngine.GameObject,UnityEngine.AnimationClip,DMCore.OnEventCall) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_PlayAnimOnceWithCallBack_m1409372433 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___target0, AnimationClip_t2318505987 * ___animClip1, OnEventCall_t3758354630 * ___callBack2, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m3401007060(__this, p0, method) (( void (*) (Action_1_t3123413348 *, int32_t, const RuntimeMethod*))Action_1_Invoke_m3401007060_gshared)(__this, p0, method) // System.Single UISprite::get_fillAmount() extern "C" IL2CPP_METHOD_ATTR float UISprite_get_fillAmount_m4252617179 (UISprite_t194114938 * __this, const RuntimeMethod* method); // DMCore.Logic.CIdolAbilityManager DMCore.Logic.CIdolAbilityManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CIdolAbilityManager_t240297659 * CIdolAbilityManager_GetInstance_m1281884404 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Collections.Generic.List`1 DMCore.Logic.CIdolAbilityManager::RequestIdolConfigDataByLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR List_1_t1519036347 * CIdolAbilityManager_RequestIdolConfigDataByLevel_m626573417 (CIdolAbilityManager_t240297659 * __this, int32_t ___level0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1020503464(__this, p0, method) (( AbilityLevelCount_t46961605 * (*) (List_1_t1519036347 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Color__ctor_m2943235014 (Color_t2555686324 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::.ctor() extern "C" IL2CPP_METHOD_ATTR void Mesh__ctor_m2533762929 (Mesh_t3648964284 * __this, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m18895326(__this, method) (( void (*) (BetterList_1_t2877333782 *, const RuntimeMethod*))BetterList_1__ctor_m18895326_gshared)(__this, method) // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m163271134(__this, method) (( void (*) (BetterList_1_t1311249841 *, const RuntimeMethod*))BetterList_1__ctor_m163271134_gshared)(__this, method) // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m3090907367(__this, method) (( void (*) (BetterList_1_t1710706642 *, const RuntimeMethod*))BetterList_1__ctor_m3090907367_gshared)(__this, method) // System.Void UnityEngine.Mesh::MarkDynamic() extern "C" IL2CPP_METHOD_ATTR void Mesh_MarkDynamic_m813264685 (Mesh_t3648964284 * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.Component::GetComponent(System.Type) extern "C" IL2CPP_METHOD_ATTR Component_t1923634451 * Component_GetComponent_m886226392 (Component_t1923634451 * __this, Type_t * p0, const RuntimeMethod* method); // System.Void UnityEngine.MeshFilter::set_mesh(UnityEngine.Mesh) extern "C" IL2CPP_METHOD_ATTR void MeshFilter_set_mesh_m1415871686 (MeshFilter_t3523625662 * __this, Mesh_t3648964284 * p0, const RuntimeMethod* method); // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m3809045019(__this, method) (( void (*) (BetterList_1_t2959858834 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // System.Void NGUITools::DestroyImmediate(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void NGUITools_DestroyImmediate_m216964623 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___obj0, const RuntimeMethod* method); // System.Void SkinedTrail::UpdateTail() extern "C" IL2CPP_METHOD_ATTR void SkinedTrail_UpdateTail_m4018746405 (SkinedTrail_t2745576124 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::Clear() extern "C" IL2CPP_METHOD_ATTR void Mesh_Clear_m2630385472 (Mesh_t3648964284 * __this, const RuntimeMethod* method); // UnityEngine.Transform DMSceneInterface::TryGetBoneTransform(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * DMSceneInterface_TryGetBoneTransform_m2677577230 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___transVal0, String_t* ___boneName1, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Max_m3673002171 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void SkinedTrail/stTrailNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void stTrailNode__ctor_m796362277 (stTrailNode_t3804838516 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::Set(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3_Set_m1737058353 (Vector3_t3722313464 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_timeSinceLevelLoad() extern "C" IL2CPP_METHOD_ATTR float Time_get_timeSinceLevelLoad_m2224611026 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m3701796372(__this, p0, method) (( void (*) (BetterList_1_t2959858834 *, stTrailNode_t3804838516 *, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // System.Single UnityEngine.Vector3::Distance(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR float Vector3_Distance_m886789632 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m3888032970(__this, method) (( void (*) (BetterList_1_t2959858834 *, const RuntimeMethod*))BetterList_1_Clear_m1906904972_gshared)(__this, method) // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Transform_get_rotation_m3502953881 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::TRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 Matrix4x4_TRS_m3801934620 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Quaternion_t2301928331 p1, Vector3_t3722313464 p2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Matrix4x4::MultiplyPoint3x4(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Matrix4x4_MultiplyPoint3x4_m4145063176 (Matrix4x4_t1817901843 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Addition_m779775034 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m3648891194(__this, p0, method) (( stTrailNode_t3804838516 * (*) (BetterList_1_t2959858834 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m1187708413_gshared)(__this, p0, method) // System.Void BetterList`1::Insert(System.Int32,T) #define BetterList_1_Insert_m1116584440(__this, p0, p1, method) (( void (*) (BetterList_1_t2959858834 *, int32_t, stTrailNode_t3804838516 *, const RuntimeMethod*))BetterList_1_Insert_m4122115815_gshared)(__this, p0, p1, method) // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) #define BetterList_1_RemoveRange_m2735139044(__this, p0, p1, method) (( void (*) (BetterList_1_t2959858834 *, int32_t, int32_t, const RuntimeMethod*))BetterList_1_RemoveRange_m3854873820_gshared)(__this, p0, p1, method) // System.Void BetterList`1::set_Item(System.Int32,T) #define BetterList_1_set_Item_m669627309(__this, p0, p1, method) (( void (*) (BetterList_1_t2959858834 *, int32_t, stTrailNode_t3804838516 *, const RuntimeMethod*))BetterList_1_set_Item_m1087052065_gshared)(__this, p0, p1, method) // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m1110557353(__this, method) (( void (*) (BetterList_1_t2877333782 *, const RuntimeMethod*))BetterList_1_Clear_m1110557353_gshared)(__this, method) // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m966181545(__this, method) (( void (*) (BetterList_1_t1311249841 *, const RuntimeMethod*))BetterList_1_Clear_m966181545_gshared)(__this, method) // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m2923267548(__this, method) (( void (*) (BetterList_1_t1710706642 *, const RuntimeMethod*))BetterList_1_Clear_m2923267548_gshared)(__this, method) // UnityEngine.Matrix4x4 UnityEngine.Transform::get_worldToLocalMatrix() extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t1817901843 Transform_get_worldToLocalMatrix_m399704877 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Subtraction_m3073674971 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Single UnityEngine.Vector2::get_magnitude() extern "C" IL2CPP_METHOD_ATTR float Vector2_get_magnitude_m2752892833 (Vector2_t2156229523 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_normalized() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_normalized_m2454957984 (Vector3_t3722313464 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_op_Implicit_m4260192859 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Euler_m1803555822 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(System.Single,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Multiply_m2104357790 (RuntimeObject * __this /* static, unused */, float p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Matrix4x4::MultiplyPoint(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Matrix4x4_MultiplyPoint_m1575665487 (Matrix4x4_t1817901843 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m3823220309(__this, p0, method) (( void (*) (BetterList_1_t2877333782 *, Vector3_t3722313464 , const RuntimeMethod*))BetterList_1_Add_m3823220309_gshared)(__this, p0, method) // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m3678844501(__this, p0, method) (( void (*) (BetterList_1_t1311249841 *, Vector2_t2156229523 , const RuntimeMethod*))BetterList_1_Add_m3678844501_gshared)(__this, p0, method) // UnityEngine.Color UnityEngine.Color::Lerp(UnityEngine.Color,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Color_Lerp_m973389909 (RuntimeObject * __this /* static, unused */, Color_t2555686324 p0, Color_t2555686324 p1, float p2, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m2929793890(__this, p0, method) (( void (*) (BetterList_1_t1710706642 *, Color_t2555686324 , const RuntimeMethod*))BetterList_1_Add_m2929793890_gshared)(__this, p0, method) // T[] BetterList`1::ToArray() #define BetterList_1_ToArray_m1446268266(__this, method) (( Vector3U5BU5D_t1718750761* (*) (BetterList_1_t2877333782 *, const RuntimeMethod*))BetterList_1_ToArray_m1446268266_gshared)(__this, method) // System.Void UnityEngine.Mesh::set_vertices(UnityEngine.Vector3[]) extern "C" IL2CPP_METHOD_ATTR void Mesh_set_vertices_m2084450642 (Mesh_t3648964284 * __this, Vector3U5BU5D_t1718750761* p0, const RuntimeMethod* method); // T[] BetterList`1::ToArray() #define BetterList_1_ToArray_m2485675029(__this, method) (( ColorU5BU5D_t941916413* (*) (BetterList_1_t1710706642 *, const RuntimeMethod*))BetterList_1_ToArray_m2485675029_gshared)(__this, method) // System.Void UnityEngine.Mesh::set_colors(UnityEngine.Color[]) extern "C" IL2CPP_METHOD_ATTR void Mesh_set_colors_m2218481242 (Mesh_t3648964284 * __this, ColorU5BU5D_t941916413* p0, const RuntimeMethod* method); // T[] BetterList`1::ToArray() #define BetterList_1_ToArray_m2725107919(__this, method) (( Vector2U5BU5D_t1457185986* (*) (BetterList_1_t1311249841 *, const RuntimeMethod*))BetterList_1_ToArray_m2725107919_gshared)(__this, method) // System.Void UnityEngine.Mesh::set_uv(UnityEngine.Vector2[]) extern "C" IL2CPP_METHOD_ATTR void Mesh_set_uv_m1258646872 (Mesh_t3648964284 * __this, Vector2U5BU5D_t1457185986* p0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_triangles(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void Mesh_set_triangles_m255556250 (Mesh_t3648964284 * __this, Int32U5BU5D_t385246372* p0, const RuntimeMethod* method); // UnityEngine.GameObject DMCore.Framework.Misc.CMiscHelp::GetChildGameObject(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * CMiscHelp_GetChildGameObject_m347678012 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___local0, String_t* ___path1, const RuntimeMethod* method); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(__this /* static, unused */, ___local0, ___path1, method) (( UISprite_t194114938 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // DMCore.Logic.CSpriteGuideCfg DMCore.Logic.CSpriteGuideCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CSpriteGuideCfg_t2105483911 * CSpriteGuideCfg_GetInstance_m1653961392 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.SpriteDesc DMCore.Logic.CSpriteGuideCfg::GetSpriteDesc(System.Int32) extern "C" IL2CPP_METHOD_ATTR SpriteDesc_t3208779560 * CSpriteGuideCfg_GetSpriteDesc_m1982791052 (CSpriteGuideCfg_t2105483911 * __this, int32_t ___id0, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CFontHelp::GetDrawPixelWidth(UILabel) extern "C" IL2CPP_METHOD_ATTR float CFontHelp_GetDrawPixelWidth_m1105152651 (RuntimeObject * __this /* static, unused */, UILabel_t3248798549 * ___uiLabelPtr0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisScenePersonalBtnCallBack_t2666224716_m4288563181(__this, method) (( ScenePersonalBtnCallBack_t2666224716 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // DMCore.Logic.CFamilyManager DMCore.Logic.CFamilyManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFamilyManager_t1901424822 * CFamilyManager_GetInstance_m954498051 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CFamilyManager::set_curUserid(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CFamilyManager_set_curUserid_m600998019 (CFamilyManager_t1901424822 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Int64 DMCore.Logic.CFamilyManager::get_curUserid() extern "C" IL2CPP_METHOD_ATTR int64_t CFamilyManager_get_curUserid_m3013313295 (CFamilyManager_t1901424822 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CFamilyManager::RequsetFamilyInfo(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CFamilyManager_RequsetFamilyInfo_m604040380 (CFamilyManager_t1901424822 * __this, int64_t ___userid0, const RuntimeMethod* method); // System.Void DMCore.Logic.CFamilyManager::RequsetFamilyIntimacyInfo(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CFamilyManager_RequsetFamilyIntimacyInfo_m1014995757 (CFamilyManager_t1901424822 * __this, int64_t ___userid0, const RuntimeMethod* method); // CHandBookCtr CHandBookCtr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CHandBookCtr_t4285066741 * CHandBookCtr_GetInstance_m650984722 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CHandBookCtr::ShowPage() extern "C" IL2CPP_METHOD_ATTR void CHandBookCtr_ShowPage_m1279426974 (CHandBookCtr_t4285066741 * __this, const RuntimeMethod* method); // DMCore.Logic.CBeachManager DMCore.Logic.CBeachManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CBeachManager_t2929024312 * CBeachManager_GetInstance_m3014062775 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CBeachManager::RequestBeachList() extern "C" IL2CPP_METHOD_ATTR void CBeachManager_RequestBeachList_m4022814999 (CBeachManager_t2929024312 * __this, const RuntimeMethod* method); // System.Void IgnoreTimeScale::.ctor() extern "C" IL2CPP_METHOD_ATTR void IgnoreTimeScale__ctor_m3176585006 (IgnoreTimeScale_t3381352907 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUIPanel_t1716472341_m3980802358(__this, method) (( UIPanel_t1716472341 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUIDraggablePanel_t1628346357_m3352151309(__this, method) (( UIDraggablePanel_t1628346357 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Single IgnoreTimeScale::UpdateRealTimeDelta() extern "C" IL2CPP_METHOD_ATTR float IgnoreTimeScale_UpdateRealTimeDelta_m4149425231 (IgnoreTimeScale_t3381352907 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_magnitude() extern "C" IL2CPP_METHOD_ATTR float Vector3_get_magnitude_m27958459 (Vector3_t3722313464 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 NGUIMath::SpringLerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 NGUIMath_SpringLerp_m1536148562 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___from0, Vector3_t3722313464 ___to1, float ___strength2, float ___deltaTime3, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Magnitude(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR float Vector3_Magnitude_m3447562852 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector4 UIPanel::get_clipRange() extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 UIPanel_get_clipRange_m1219521389 (UIPanel_t1716472341 * __this, const RuntimeMethod* method); // System.Void UIPanel::set_clipRange(UnityEngine.Vector4) extern "C" IL2CPP_METHOD_ATTR void UIPanel_set_clipRange_m2606321132 (UIPanel_t1716472341 * __this, Vector4_t3319028937 ___value0, const RuntimeMethod* method); // System.Void UIDraggablePanel::UpdateScrollbars(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UIDraggablePanel_UpdateScrollbars_m3754300157 (UIDraggablePanel_t1628346357 * __this, bool ___recalculateBounds0, const RuntimeMethod* method); // System.Void System.Action::Invoke() extern "C" IL2CPP_METHOD_ATTR void Action_Invoke_m937035532 (Action_t1264377477 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisSpringPanel_t277350554_m220738092(__this, method) (( SpringPanel_t277350554 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisSpringPanel_t277350554_m1355290217(__this, method) (( SpringPanel_t277350554 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Boolean UnityEngine.Behaviour::get_enabled() extern "C" IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_m753527255 (Behaviour_t1437897464 * __this, const RuntimeMethod* method); #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 ScenePersonalWndLottery::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery__ctor_m3228970407 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery__ctor_m3228970407_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_fIntervalTime_8((0.3f)); IL2CPP_RUNTIME_CLASS_INIT(CUIBase_t3255455658_il2cpp_TypeInfo_var); CUIBase__ctor_m220894030(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndLottery::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnPageInit_m3758648176 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnPageInit_m3758648176_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_bRunning_36((bool)0); __this->set_m_isRequest_35((bool)0); __this->set_m_nCurIndex_37((-1)); __this->set_m_nTarIndex_38((-1)); __this->set_m_fTime_39((0.0f)); __this->set_m_fInterval_40((0.0f)); __this->set_m_leftTime_27((((int64_t)((int64_t)0)))); __this->set_m_timeRun_30((0.0f)); __this->set_m_timeLabor_28((0.0f)); __this->set_m_lottery_section_41(0); CUIBase_RegistUpdate_m4199357620(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_0 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_t3600365921 * L_1 = Transform_Find_m1729760951(L_0, _stringLiteral997396824, /*hidden argument*/NULL); NullCheck(L_1); GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(L_1, /*hidden argument*/NULL); __this->set_m_uiRoot_9(L_2); __this->set_m_uiLotteryItemArr_10(((uiLotteryItemU5BU5D_t112276802*)SZArrayNew(uiLotteryItemU5BU5D_t112276802_il2cpp_TypeInfo_var, (uint32_t)((int32_t)14)))); uiLotteryItemU5BU5D_t112276802* L_3 = __this->get_m_uiLotteryItemArr_10(); Transform_t3600365921 * L_4 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_Find_m1729760951(L_4, _stringLiteral3220047202, /*hidden argument*/NULL); NullCheck(L_5); uiLotteryItem_t2769685779 * L_6 = Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789(L_5, /*hidden argument*/Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789_RuntimeMethod_var); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(0), (uiLotteryItem_t2769685779 *)L_6); uiLotteryItemU5BU5D_t112276802* L_7 = __this->get_m_uiLotteryItemArr_10(); Transform_t3600365921 * L_8 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_Find_m1729760951(L_8, _stringLiteral1646069090, /*hidden argument*/NULL); NullCheck(L_9); uiLotteryItem_t2769685779 * L_10 = Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789(L_9, /*hidden argument*/Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789_RuntimeMethod_var); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(1), (uiLotteryItem_t2769685779 *)L_10); uiLotteryItemU5BU5D_t112276802* L_11 = __this->get_m_uiLotteryItemArr_10(); Transform_t3600365921 * L_12 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_12, _stringLiteral3602384226, /*hidden argument*/NULL); NullCheck(L_13); uiLotteryItem_t2769685779 * L_14 = Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789(L_13, /*hidden argument*/Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789_RuntimeMethod_var); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(2), (uiLotteryItem_t2769685779 *)L_14); uiLotteryItemU5BU5D_t112276802* L_15 = __this->get_m_uiLotteryItemArr_10(); Transform_t3600365921 * L_16 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_16); Transform_t3600365921 * L_17 = Transform_Find_m1729760951(L_16, _stringLiteral499058018, /*hidden argument*/NULL); NullCheck(L_17); uiLotteryItem_t2769685779 * L_18 = Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789(L_17, /*hidden argument*/Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789_RuntimeMethod_var); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(3), (uiLotteryItem_t2769685779 *)L_18); uiLotteryItemU5BU5D_t112276802* L_19 = __this->get_m_uiLotteryItemArr_10(); Transform_t3600365921 * L_20 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_20); Transform_t3600365921 * L_21 = Transform_Find_m1729760951(L_20, _stringLiteral2455373154, /*hidden argument*/NULL); NullCheck(L_21); uiLotteryItem_t2769685779 * L_22 = Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789(L_21, /*hidden argument*/Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789_RuntimeMethod_var); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(4), (uiLotteryItem_t2769685779 *)L_22); uiLotteryItemU5BU5D_t112276802* L_23 = __this->get_m_uiLotteryItemArr_10(); Transform_t3600365921 * L_24 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_24); Transform_t3600365921 * L_25 = Transform_Find_m1729760951(L_24, _stringLiteral881395042, /*hidden argument*/NULL); NullCheck(L_25); uiLotteryItem_t2769685779 * L_26 = Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789(L_25, /*hidden argument*/Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789_RuntimeMethod_var); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_26); (L_23)->SetAt(static_cast(5), (uiLotteryItem_t2769685779 *)L_26); uiLotteryItemU5BU5D_t112276802* L_27 = __this->get_m_uiLotteryItemArr_10(); Transform_t3600365921 * L_28 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_28); Transform_t3600365921 * L_29 = Transform_Find_m1729760951(L_28, _stringLiteral2837710178, /*hidden argument*/NULL); NullCheck(L_29); uiLotteryItem_t2769685779 * L_30 = Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789(L_29, /*hidden argument*/Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789_RuntimeMethod_var); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_30); (L_27)->SetAt(static_cast(6), (uiLotteryItem_t2769685779 *)L_30); uiLotteryItemU5BU5D_t112276802* L_31 = __this->get_m_uiLotteryItemArr_10(); Transform_t3600365921 * L_32 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_32); Transform_t3600365921 * L_33 = Transform_Find_m1729760951(L_32, _stringLiteral2793080162, /*hidden argument*/NULL); NullCheck(L_33); uiLotteryItem_t2769685779 * L_34 = Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789(L_33, /*hidden argument*/Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789_RuntimeMethod_var); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_34); (L_31)->SetAt(static_cast(7), (uiLotteryItem_t2769685779 *)L_34); uiLotteryItemU5BU5D_t112276802* L_35 = __this->get_m_uiLotteryItemArr_10(); Transform_t3600365921 * L_36 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_36); Transform_t3600365921 * L_37 = Transform_Find_m1729760951(L_36, _stringLiteral454428002, /*hidden argument*/NULL); NullCheck(L_37); uiLotteryItem_t2769685779 * L_38 = Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789(L_37, /*hidden argument*/Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789_RuntimeMethod_var); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_38); (L_35)->SetAt(static_cast(8), (uiLotteryItem_t2769685779 *)L_38); uiLotteryItemU5BU5D_t112276802* L_39 = __this->get_m_uiLotteryItemArr_10(); Transform_t3600365921 * L_40 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_40); Transform_t3600365921 * L_41 = Transform_Find_m1729760951(L_40, _stringLiteral3846761838, /*hidden argument*/NULL); NullCheck(L_41); uiLotteryItem_t2769685779 * L_42 = Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789(L_41, /*hidden argument*/Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789_RuntimeMethod_var); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_42); (L_39)->SetAt(static_cast(((int32_t)9)), (uiLotteryItem_t2769685779 *)L_42); uiLotteryItemU5BU5D_t112276802* L_43 = __this->get_m_uiLotteryItemArr_10(); Transform_t3600365921 * L_44 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_44); Transform_t3600365921 * L_45 = Transform_Find_m1729760951(L_44, _stringLiteral3846761839, /*hidden argument*/NULL); NullCheck(L_45); uiLotteryItem_t2769685779 * L_46 = Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789(L_45, /*hidden argument*/Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789_RuntimeMethod_var); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_46); (L_43)->SetAt(static_cast(((int32_t)10)), (uiLotteryItem_t2769685779 *)L_46); uiLotteryItemU5BU5D_t112276802* L_47 = __this->get_m_uiLotteryItemArr_10(); Transform_t3600365921 * L_48 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_48); Transform_t3600365921 * L_49 = Transform_Find_m1729760951(L_48, _stringLiteral3846761836, /*hidden argument*/NULL); NullCheck(L_49); uiLotteryItem_t2769685779 * L_50 = Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789(L_49, /*hidden argument*/Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789_RuntimeMethod_var); NullCheck(L_47); ArrayElementTypeCheck (L_47, L_50); (L_47)->SetAt(static_cast(((int32_t)11)), (uiLotteryItem_t2769685779 *)L_50); uiLotteryItemU5BU5D_t112276802* L_51 = __this->get_m_uiLotteryItemArr_10(); Transform_t3600365921 * L_52 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_52); Transform_t3600365921 * L_53 = Transform_Find_m1729760951(L_52, _stringLiteral3846761837, /*hidden argument*/NULL); NullCheck(L_53); uiLotteryItem_t2769685779 * L_54 = Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789(L_53, /*hidden argument*/Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789_RuntimeMethod_var); NullCheck(L_51); ArrayElementTypeCheck (L_51, L_54); (L_51)->SetAt(static_cast(((int32_t)12)), (uiLotteryItem_t2769685779 *)L_54); uiLotteryItemU5BU5D_t112276802* L_55 = __this->get_m_uiLotteryItemArr_10(); Transform_t3600365921 * L_56 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_56); Transform_t3600365921 * L_57 = Transform_Find_m1729760951(L_56, _stringLiteral3846761834, /*hidden argument*/NULL); NullCheck(L_57); uiLotteryItem_t2769685779 * L_58 = Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789(L_57, /*hidden argument*/Component_GetComponent_TisuiLotteryItem_t2769685779_m1242161789_RuntimeMethod_var); NullCheck(L_55); ArrayElementTypeCheck (L_55, L_58); (L_55)->SetAt(static_cast(((int32_t)13)), (uiLotteryItem_t2769685779 *)L_58); Transform_t3600365921 * L_59 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_59); Transform_t3600365921 * L_60 = Transform_Find_m1729760951(L_59, _stringLiteral4014455818, /*hidden argument*/NULL); NullCheck(L_60); UILabel_t3248798549 * L_61 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_60, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_ResetTimeLabel_11(L_61); __this->set_m_costIcon_18(((TransformU5BU5D_t807237628*)SZArrayNew(TransformU5BU5D_t807237628_il2cpp_TypeInfo_var, (uint32_t)2))); TransformU5BU5D_t807237628* L_62 = __this->get_m_costIcon_18(); Transform_t3600365921 * L_63 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_63); Transform_t3600365921 * L_64 = Transform_Find_m1729760951(L_63, _stringLiteral685391802, /*hidden argument*/NULL); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_64); (L_62)->SetAt(static_cast(0), (Transform_t3600365921 *)L_64); TransformU5BU5D_t807237628* L_65 = __this->get_m_costIcon_18(); Transform_t3600365921 * L_66 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_66); Transform_t3600365921 * L_67 = Transform_Find_m1729760951(L_66, _stringLiteral2836328723, /*hidden argument*/NULL); NullCheck(L_65); ArrayElementTypeCheck (L_65, L_67); (L_65)->SetAt(static_cast(1), (Transform_t3600365921 *)L_67); __this->set_m_costSprite_19(((UISpriteU5BU5D_t1415066463*)SZArrayNew(UISpriteU5BU5D_t1415066463_il2cpp_TypeInfo_var, (uint32_t)2))); UISpriteU5BU5D_t1415066463* L_68 = __this->get_m_costSprite_19(); Transform_t3600365921 * L_69 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_69); Transform_t3600365921 * L_70 = Transform_Find_m1729760951(L_69, _stringLiteral2970099641, /*hidden argument*/NULL); NullCheck(L_70); UISprite_t194114938 * L_71 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_70, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); NullCheck(L_68); ArrayElementTypeCheck (L_68, L_71); (L_68)->SetAt(static_cast(0), (UISprite_t194114938 *)L_71); UISpriteU5BU5D_t1415066463* L_72 = __this->get_m_costSprite_19(); Transform_t3600365921 * L_73 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_73); Transform_t3600365921 * L_74 = Transform_Find_m1729760951(L_73, _stringLiteral2959417273, /*hidden argument*/NULL); NullCheck(L_74); UISprite_t194114938 * L_75 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_74, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_75); (L_72)->SetAt(static_cast(1), (UISprite_t194114938 *)L_75); __this->set_m_unSelectIcon_20(((TransformU5BU5D_t807237628*)SZArrayNew(TransformU5BU5D_t807237628_il2cpp_TypeInfo_var, (uint32_t)2))); TransformU5BU5D_t807237628* L_76 = __this->get_m_unSelectIcon_20(); Transform_t3600365921 * L_77 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_77); Transform_t3600365921 * L_78 = Transform_Find_m1729760951(L_77, _stringLiteral3024043962, /*hidden argument*/NULL); NullCheck(L_76); ArrayElementTypeCheck (L_76, L_78); (L_76)->SetAt(static_cast(0), (Transform_t3600365921 *)L_78); TransformU5BU5D_t807237628* L_79 = __this->get_m_unSelectIcon_20(); Transform_t3600365921 * L_80 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_80); Transform_t3600365921 * L_81 = Transform_Find_m1729760951(L_80, _stringLiteral880013587, /*hidden argument*/NULL); NullCheck(L_79); ArrayElementTypeCheck (L_79, L_81); (L_79)->SetAt(static_cast(1), (Transform_t3600365921 *)L_81); Transform_t3600365921 * L_82 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_82); Transform_t3600365921 * L_83 = Transform_Find_m1729760951(L_82, _stringLiteral3794692802, /*hidden argument*/NULL); NullCheck(L_83); UILabel_t3248798549 * L_84 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_83, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_shopName_12(L_84); Transform_t3600365921 * L_85 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_85); Transform_t3600365921 * L_86 = Transform_Find_m1729760951(L_85, _stringLiteral3762736461, /*hidden argument*/NULL); NullCheck(L_86); UILabel_t3248798549 * L_87 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_86, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_luckValue_13(L_87); Transform_t3600365921 * L_88 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_88); Transform_t3600365921 * L_89 = Transform_Find_m1729760951(L_88, _stringLiteral3713375621, /*hidden argument*/NULL); NullCheck(L_89); UISprite_t194114938 * L_90 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_89, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_baoshi_14(L_90); Transform_t3600365921 * L_91 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_91); Transform_t3600365921 * L_92 = Transform_Find_m1729760951(L_91, _stringLiteral4023346430, /*hidden argument*/NULL); NullCheck(L_92); UILabel_t3248798549 * L_93 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_92, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_onePriceText_15(L_93); Transform_t3600365921 * L_94 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_94); Transform_t3600365921 * L_95 = Transform_Find_m1729760951(L_94, _stringLiteral3705431294, /*hidden argument*/NULL); NullCheck(L_95); UILabel_t3248798549 * L_96 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_95, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_fivePriceText_16(L_96); Transform_t3600365921 * L_97 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_97); Transform_t3600365921 * L_98 = Transform_Find_m1729760951(L_97, _stringLiteral3695891917, /*hidden argument*/NULL); NullCheck(L_98); uiLotteryResult_t3685979930 * L_99 = Component_GetComponent_TisuiLotteryResult_t3685979930_m3340141511(L_98, /*hidden argument*/Component_GetComponent_TisuiLotteryResult_t3685979930_m3340141511_RuntimeMethod_var); __this->set_m_resultWnd_21(L_99); Transform_t3600365921 * L_100 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_100); Transform_t3600365921 * L_101 = Transform_Find_m1729760951(L_100, _stringLiteral729993335, /*hidden argument*/NULL); NullCheck(L_101); uiLotteryAward_t3594426487 * L_102 = Component_GetComponent_TisuiLotteryAward_t3594426487_m3891155267(L_101, /*hidden argument*/Component_GetComponent_TisuiLotteryAward_t3594426487_m3891155267_RuntimeMethod_var); __this->set_m_AwardWnd_22(L_102); Transform_t3600365921 * L_103 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_103); Transform_t3600365921 * L_104 = Transform_Find_m1729760951(L_103, _stringLiteral3927272385, /*hidden argument*/NULL); __this->set_m_luckParticle_17(L_104); Transform_t3600365921 * L_105 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_105); Transform_t3600365921 * L_106 = Transform_Find_m1729760951(L_105, _stringLiteral4112846478, /*hidden argument*/NULL); NullCheck(L_106); UILabel_t3248798549 * L_107 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_106, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_LotteryCount_23(L_107); Transform_t3600365921 * L_108 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_108); Transform_t3600365921 * L_109 = Transform_Find_m1729760951(L_108, _stringLiteral797362182, /*hidden argument*/NULL); NullCheck(L_109); UILabel_t3248798549 * L_110 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_109, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_labelNum_25(L_110); Transform_t3600365921 * L_111 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_111); Transform_t3600365921 * L_112 = Transform_Find_m1729760951(L_111, _stringLiteral1054018178, /*hidden argument*/NULL); NullCheck(L_112); uiBuyLotteryNum_t2649912829 * L_113 = Component_GetComponent_TisuiBuyLotteryNum_t2649912829_m3052543420(L_112, /*hidden argument*/Component_GetComponent_TisuiBuyLotteryNum_t2649912829_m3052543420_RuntimeMethod_var); __this->set_m_buyNumWnd_26(L_113); Transform_t3600365921 * L_114 = __this->get_m_luckParticle_17(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_114, (bool)0, /*hidden argument*/NULL); __this->set_m_baoxiang_24(((uiBoxItemU5BU5D_t1414951688*)SZArrayNew(uiBoxItemU5BU5D_t1414951688_il2cpp_TypeInfo_var, (uint32_t)5))); uiBoxItemU5BU5D_t1414951688* L_115 = __this->get_m_baoxiang_24(); Transform_t3600365921 * L_116 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_116); Transform_t3600365921 * L_117 = Transform_Find_m1729760951(L_116, _stringLiteral3243871869, /*hidden argument*/NULL); NullCheck(L_117); uiBoxItem_t1023674949 * L_118 = Component_GetComponent_TisuiBoxItem_t1023674949_m646669282(L_117, /*hidden argument*/Component_GetComponent_TisuiBoxItem_t1023674949_m646669282_RuntimeMethod_var); NullCheck(L_115); ArrayElementTypeCheck (L_115, L_118); (L_115)->SetAt(static_cast(0), (uiBoxItem_t1023674949 *)L_118); uiBoxItemU5BU5D_t1414951688* L_119 = __this->get_m_baoxiang_24(); Transform_t3600365921 * L_120 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_120); Transform_t3600365921 * L_121 = Transform_Find_m1729760951(L_120, _stringLiteral3243806333, /*hidden argument*/NULL); NullCheck(L_121); uiBoxItem_t1023674949 * L_122 = Component_GetComponent_TisuiBoxItem_t1023674949_m646669282(L_121, /*hidden argument*/Component_GetComponent_TisuiBoxItem_t1023674949_m646669282_RuntimeMethod_var); NullCheck(L_119); ArrayElementTypeCheck (L_119, L_122); (L_119)->SetAt(static_cast(1), (uiBoxItem_t1023674949 *)L_122); uiBoxItemU5BU5D_t1414951688* L_123 = __this->get_m_baoxiang_24(); Transform_t3600365921 * L_124 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_124); Transform_t3600365921 * L_125 = Transform_Find_m1729760951(L_124, _stringLiteral3243740797, /*hidden argument*/NULL); NullCheck(L_125); uiBoxItem_t1023674949 * L_126 = Component_GetComponent_TisuiBoxItem_t1023674949_m646669282(L_125, /*hidden argument*/Component_GetComponent_TisuiBoxItem_t1023674949_m646669282_RuntimeMethod_var); NullCheck(L_123); ArrayElementTypeCheck (L_123, L_126); (L_123)->SetAt(static_cast(2), (uiBoxItem_t1023674949 *)L_126); uiBoxItemU5BU5D_t1414951688* L_127 = __this->get_m_baoxiang_24(); Transform_t3600365921 * L_128 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_128); Transform_t3600365921 * L_129 = Transform_Find_m1729760951(L_128, _stringLiteral3243675261, /*hidden argument*/NULL); NullCheck(L_129); uiBoxItem_t1023674949 * L_130 = Component_GetComponent_TisuiBoxItem_t1023674949_m646669282(L_129, /*hidden argument*/Component_GetComponent_TisuiBoxItem_t1023674949_m646669282_RuntimeMethod_var); NullCheck(L_127); ArrayElementTypeCheck (L_127, L_130); (L_127)->SetAt(static_cast(3), (uiBoxItem_t1023674949 *)L_130); uiBoxItemU5BU5D_t1414951688* L_131 = __this->get_m_baoxiang_24(); Transform_t3600365921 * L_132 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_132); Transform_t3600365921 * L_133 = Transform_Find_m1729760951(L_132, _stringLiteral3243609725, /*hidden argument*/NULL); NullCheck(L_133); uiBoxItem_t1023674949 * L_134 = Component_GetComponent_TisuiBoxItem_t1023674949_m646669282(L_133, /*hidden argument*/Component_GetComponent_TisuiBoxItem_t1023674949_m646669282_RuntimeMethod_var); NullCheck(L_131); ArrayElementTypeCheck (L_131, L_134); (L_131)->SetAt(static_cast(4), (uiBoxItem_t1023674949 *)L_134); intptr_t L_135 = (intptr_t)ScenePersonalWndLottery_OnbaoxiangClick_m567947147_RuntimeMethod_var; Action_1_t1286104214 * L_136 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_136, __this, L_135, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral3243871869, L_136, /*hidden argument*/NULL); intptr_t L_137 = (intptr_t)ScenePersonalWndLottery_OnbaoxiangClick_m567947147_RuntimeMethod_var; Action_1_t1286104214 * L_138 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_138, __this, L_137, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral3243806333, L_138, /*hidden argument*/NULL); intptr_t L_139 = (intptr_t)ScenePersonalWndLottery_OnbaoxiangClick_m567947147_RuntimeMethod_var; Action_1_t1286104214 * L_140 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_140, __this, L_139, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral3243740797, L_140, /*hidden argument*/NULL); intptr_t L_141 = (intptr_t)ScenePersonalWndLottery_OnbaoxiangClick_m567947147_RuntimeMethod_var; Action_1_t1286104214 * L_142 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_142, __this, L_141, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral3243675261, L_142, /*hidden argument*/NULL); intptr_t L_143 = (intptr_t)ScenePersonalWndLottery_OnbaoxiangClick_m567947147_RuntimeMethod_var; Action_1_t1286104214 * L_144 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_144, __this, L_143, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral3243609725, L_144, /*hidden argument*/NULL); intptr_t L_145 = (intptr_t)ScenePersonalWndLottery_OnClotteryOne_m11046183_RuntimeMethod_var; Action_1_t1286104214 * L_146 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_146, __this, L_145, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral3298106196, L_146, /*hidden argument*/NULL); intptr_t L_147 = (intptr_t)ScenePersonalWndLottery_OnClooteryFive_m3329629757_RuntimeMethod_var; Action_1_t1286104214 * L_148 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_148, __this, L_147, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral3297909588, L_148, /*hidden argument*/NULL); intptr_t L_149 = (intptr_t)ScenePersonalWndLottery_OnClkHelp_m2793093646_RuntimeMethod_var; Action_1_t1286104214 * L_150 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_150, __this, L_149, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral139963103, L_150, /*hidden argument*/NULL); intptr_t L_151 = (intptr_t)ScenePersonalWndLottery_OnClkBindDiamond_m2542785393_RuntimeMethod_var; Action_1_t1286104214 * L_152 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_152, __this, L_151, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral4109801633, L_152, /*hidden argument*/NULL); intptr_t L_153 = (intptr_t)ScenePersonalWndLottery_OnClkDiamond_m661348926_RuntimeMethod_var; Action_1_t1286104214 * L_154 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_154, __this, L_153, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral3350286746, L_154, /*hidden argument*/NULL); intptr_t L_155 = (intptr_t)ScenePersonalWndLottery_OnClkClose_m3083438349_RuntimeMethod_var; Action_1_t1286104214 * L_156 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_156, __this, L_155, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral1708813031, L_156, /*hidden argument*/NULL); intptr_t L_157 = (intptr_t)ScenePersonalWndLottery_OnClkShuijin_m1053152854_RuntimeMethod_var; Action_1_t1286104214 * L_158 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_158, __this, L_157, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral3205648022, L_158, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndLottery::OnClotteryOne(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnClotteryOne_m11046183 (ScenePersonalWndLottery_t637137187 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnClotteryOne_m11046183_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CLotteryNew_get_curState_m1610432745(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0011; } } { return; } IL_0011: { __this->set_m_looteryNum_33(1); int32_t L_2 = ScenePersonalWndLottery_GetLotteryNum_m3157662099(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) >= ((int32_t)1))) { goto IL_0059; } } { CDataArray_t4068198041 * L_3 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_3, /*hidden argument*/NULL); V_0 = L_3; CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, 1, /*hidden argument*/NULL); CMsgBoxControl_t806533544 * L_5 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); CTextHelp_t3119637808 * L_6 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = CTextHelp_GetText_m372251958(L_6, _stringLiteral1869826992, /*hidden argument*/NULL); intptr_t L_8 = (intptr_t)ScenePersonalWndLottery_OnShowBuyWnd_m1966306898_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_9 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_9, __this, L_8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_10 = V_0; NullCheck(L_5); CMsgBoxControl_Push_m272952420(L_5, 1, L_7, L_9, L_10, /*hidden argument*/NULL); return; } IL_0059: { ScenePersonalWndLottery_RequestLotteryResult_m3164009734(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndLottery::OnClooteryFive(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnClooteryFive_m3329629757 (ScenePersonalWndLottery_t637137187 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnClooteryFive_m3329629757_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CLotteryNew_get_curState_m1610432745(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0011; } } { return; } IL_0011: { __this->set_m_looteryNum_33(5); int32_t L_2 = ScenePersonalWndLottery_GetLotteryNum_m3157662099(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) >= ((int32_t)5))) { goto IL_0059; } } { CDataArray_t4068198041 * L_3 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_3, /*hidden argument*/NULL); V_0 = L_3; CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, 5, /*hidden argument*/NULL); CMsgBoxControl_t806533544 * L_5 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); CTextHelp_t3119637808 * L_6 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = CTextHelp_GetText_m372251958(L_6, _stringLiteral1869826992, /*hidden argument*/NULL); intptr_t L_8 = (intptr_t)ScenePersonalWndLottery_OnShowBuyWnd_m1966306898_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_9 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_9, __this, L_8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_10 = V_0; NullCheck(L_5); CMsgBoxControl_Push_m272952420(L_5, 1, L_7, L_9, L_10, /*hidden argument*/NULL); return; } IL_0059: { ScenePersonalWndLottery_RequestLotteryResult_m3164009734(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndLottery::OnShowBuyWnd(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnShowBuyWnd_m1966306898 (ScenePersonalWndLottery_t637137187 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnShowBuyWnd_m1966306898_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CJackpotData_t469346297 * V_1 = NULL; int32_t V_2 = 0; int32_t G_B4_0 = 0; { bool L_0 = ___bConfirmed0; if (!L_0) { goto IL_005e; } } { CDataArray_t4068198041 * L_1 = ___userData1; NullCheck(L_1); int32_t L_2 = CDataArray_GetInt_m1111369473(L_1, 0, 1, /*hidden argument*/NULL); V_0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_3 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CJackpotData_t469346297 * L_4 = CLotteryNew_GetCurLotteryData_m1162208716(L_3, /*hidden argument*/NULL); V_1 = L_4; CLotteryNew_t505895158 * L_5 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CLotteryNew_get_costType_m21035751(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0030; } } { G_B4_0 = ((int32_t)14); goto IL_0031; } IL_0030: { G_B4_0 = 5; } IL_0031: { V_2 = G_B4_0; uiBuyLotteryNum_t2649912829 * L_7 = __this->get_m_buyNumWnd_26(); CJackpotData_t469346297 * L_8 = V_1; NullCheck(L_8); int32_t L_9 = L_8->get__configID_3(); int32_t L_10 = V_0; int32_t L_11 = V_2; CJackpotData_t469346297 * L_12 = V_1; NullCheck(L_12); int32_t L_13 = L_12->get__onePrice_4(); intptr_t L_14 = (intptr_t)ScenePersonalWndLottery_OnBuyNumCallBack_m1359484959_RuntimeMethod_var; OnClickMsgCallBack_t2417972543 * L_15 = (OnClickMsgCallBack_t2417972543 *)il2cpp_codegen_object_new(OnClickMsgCallBack_t2417972543_il2cpp_TypeInfo_var); OnClickMsgCallBack__ctor_m915973362(L_15, __this, L_14, /*hidden argument*/NULL); NullCheck(L_7); uiBuyLotteryNum_OpenWnd_m3956314758(L_7, L_9, ((int32_t)10), L_10, L_11, L_13, _stringLiteral509857353, L_15, /*hidden argument*/NULL); } IL_005e: { return; } } // System.Void ScenePersonalWndLottery::OnBuyNumCallBack(System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnBuyNumCallBack_m1359484959 (ScenePersonalWndLottery_t637137187 * __this, bool ___bConfirmed0, int32_t ___num1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnBuyNumCallBack_m1359484959_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; { bool L_0 = ___bConfirmed0; if (!L_0) { goto IL_00de; } } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_1 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CLotteryNew_get_costType_m21035751(L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = (bool)1; V_2 = 0; int32_t L_3 = ___num1; __this->set_m_looteryNum_33(L_3); int32_t L_4 = V_0; if (L_4) { goto IL_0039; } } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_5 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CJackpotData_t469346297 * L_6 = CLotteryNew_GetCurLotteryData_m1162208716(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = L_6->get__onePrice_4(); int32_t L_8 = __this->get_m_looteryNum_33(); V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)L_8)); } IL_0039: { CMainRole_t4200562839 * L_9 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CProperty_t963755051 * L_10 = ISceneBaseObj_GetNetProperty_m1709069404(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = CProperty_GetInt_m2680341236(L_10, _stringLiteral405384047, 0, /*hidden argument*/NULL); V_3 = L_11; CMainRole_t4200562839 * L_12 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CProperty_t963755051 * L_13 = ISceneBaseObj_GetNetProperty_m1709069404(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = CProperty_GetInt_m2680341236(L_13, _stringLiteral1065451540, 0, /*hidden argument*/NULL); V_4 = L_14; int32_t L_15 = V_2; int32_t L_16 = V_4; if ((((int32_t)L_15) <= ((int32_t)L_16))) { goto IL_008a; } } { int32_t L_17 = V_2; int32_t L_18 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); bool L_19 = CurrencyGetManager_CheckCurrencyState_m3080792614(NULL /*static, unused*/, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), _stringLiteral506674996, /*hidden argument*/NULL); if (!L_19) { goto IL_0089; } } { V_1 = (bool)0; goto IL_008a; } IL_0089: { return; } IL_008a: { bool L_20 = V_1; if (L_20) { goto IL_00ce; } } { CTextHelp_t3119637808 * L_21 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22 = CTextHelp_GetText_m372251958(L_21, _stringLiteral4081598260, /*hidden argument*/NULL); int32_t L_23 = V_2; int32_t L_24 = V_4; int32_t L_25 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24)); RuntimeObject * L_26 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_25); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Format_m2844511972(NULL /*static, unused*/, L_22, L_26, /*hidden argument*/NULL); V_5 = L_27; CMsgBoxControl_t806533544 * L_28 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_29 = V_5; intptr_t L_30 = (intptr_t)ScenePersonalWndLottery_OnBuyCheckCallBack_m2975579580_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_31 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_31, __this, L_30, /*hidden argument*/NULL); NullCheck(L_28); CMsgBoxControl_Push_m272952420(L_28, 1, L_29, L_31, (CDataArray_t4068198041 *)NULL, /*hidden argument*/NULL); goto IL_00de; } IL_00ce: { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_32 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_33 = __this->get_m_looteryNum_33(); NullCheck(L_32); CLotteryNew_RequestBuyLotteryNum_m2322936359(L_32, L_33, /*hidden argument*/NULL); } IL_00de: { return; } } // System.Void ScenePersonalWndLottery::OnBuyCheckCallBack(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnBuyCheckCallBack_m2975579580 (ScenePersonalWndLottery_t637137187 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnBuyCheckCallBack_m2975579580_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___bConfirmed0; if (!L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_1 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = __this->get_m_looteryNum_33(); NullCheck(L_1); CLotteryNew_RequestBuyLotteryNum_m2322936359(L_1, L_2, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Void ScenePersonalWndLottery::OnClkHelp(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnClkHelp_m2793093646 (ScenePersonalWndLottery_t637137187 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnClkHelp_m2793093646_MetadataUsageId); s_Il2CppMethodInitialized = true; } AudioClip_t3680889665 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); AudioClip_t3680889665 * L_1 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_0, _stringLiteral743212904); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ISoundManager_t434164892 * L_3 = CRoot_GetSoundManager_m30020774(L_2, /*hidden argument*/NULL); AudioClip_t3680889665 * L_4 = V_0; NullCheck(L_3); ISoundManager_PlayOnce_m3370941300(L_3, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_5 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CLotteryNew_get_curState_m1610432745(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)2))) { goto IL_0032; } } { return; } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(PageTipsManager_t2228145721_il2cpp_TypeInfo_var); PageTipsManager_t2228145721 * L_7 = PageTipsManager_GetInstance_m1518232043(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); PageTipsManager_ShowTipWnd_m2060964210(L_7, ((int32_t)133), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndLottery::OnClkBindDiamond(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnClkBindDiamond_m2542785393 (ScenePersonalWndLottery_t637137187 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnClkBindDiamond_m2542785393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CLotteryNew_get_curState_m1610432745(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0011; } } { return; } IL_0011: { TransformU5BU5D_t807237628* L_2 = __this->get_m_costIcon_18(); NullCheck(L_2); int32_t L_3 = 0; Transform_t3600365921 * L_4 = (L_2)->GetAt(static_cast(L_3)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_4, (bool)1, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_5 = __this->get_m_costIcon_18(); NullCheck(L_5); int32_t L_6 = 1; Transform_t3600365921 * L_7 = (L_5)->GetAt(static_cast(L_6)); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_7, (bool)0, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_8 = __this->get_m_unSelectIcon_20(); NullCheck(L_8); int32_t L_9 = 0; Transform_t3600365921 * L_10 = (L_8)->GetAt(static_cast(L_9)); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_10, (bool)0, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_11 = __this->get_m_unSelectIcon_20(); NullCheck(L_11); int32_t L_12 = 1; Transform_t3600365921 * L_13 = (L_11)->GetAt(static_cast(L_12)); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_13, (bool)1, /*hidden argument*/NULL); UISpriteU5BU5D_t1415066463* L_14 = __this->get_m_costSprite_19(); NullCheck(L_14); int32_t L_15 = 0; UISprite_t194114938 * L_16 = (L_14)->GetAt(static_cast(L_15)); NullCheck(L_16); UISprite_set_spriteName_m1616245412(L_16, _stringLiteral2139244823, /*hidden argument*/NULL); UISpriteU5BU5D_t1415066463* L_17 = __this->get_m_costSprite_19(); NullCheck(L_17); int32_t L_18 = 1; UISprite_t194114938 * L_19 = (L_17)->GetAt(static_cast(L_18)); NullCheck(L_19); UISprite_set_spriteName_m1616245412(L_19, _stringLiteral2139244823, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_20 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CLotteryNew_set_costType_m2141920599(L_20, 0, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_21 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_22 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_23 = CLotteryNew_get_costType_m21035751(L_22, /*hidden argument*/NULL); NullCheck(L_21); CJackpotData_t469346297 * L_24 = CLotteryNew_getLotteryData_m2091503637(L_21, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0097; } } { ScenePersonalWndLottery_OnRefreshAwardList_m3588700980(__this, /*hidden argument*/NULL); } IL_0097: { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_25 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_26 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); int32_t L_27 = CLotteryNew_get_costType_m21035751(L_26, /*hidden argument*/NULL); NullCheck(L_25); CLotteryNew_RequestJackpotData_m2056247073(L_25, L_27, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndLottery::OnClkDiamond(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnClkDiamond_m661348926 (ScenePersonalWndLottery_t637137187 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnClkDiamond_m661348926_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CLotteryNew_get_curState_m1610432745(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0011; } } { return; } IL_0011: { TransformU5BU5D_t807237628* L_2 = __this->get_m_costIcon_18(); NullCheck(L_2); int32_t L_3 = 1; Transform_t3600365921 * L_4 = (L_2)->GetAt(static_cast(L_3)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_4, (bool)1, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_5 = __this->get_m_costIcon_18(); NullCheck(L_5); int32_t L_6 = 0; Transform_t3600365921 * L_7 = (L_5)->GetAt(static_cast(L_6)); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_7, (bool)0, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_8 = __this->get_m_unSelectIcon_20(); NullCheck(L_8); int32_t L_9 = 1; Transform_t3600365921 * L_10 = (L_8)->GetAt(static_cast(L_9)); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_10, (bool)0, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_11 = __this->get_m_unSelectIcon_20(); NullCheck(L_11); int32_t L_12 = 0; Transform_t3600365921 * L_13 = (L_11)->GetAt(static_cast(L_12)); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_13, (bool)1, /*hidden argument*/NULL); UISpriteU5BU5D_t1415066463* L_14 = __this->get_m_costSprite_19(); NullCheck(L_14); int32_t L_15 = 0; UISprite_t194114938 * L_16 = (L_14)->GetAt(static_cast(L_15)); NullCheck(L_16); UISprite_set_spriteName_m1616245412(L_16, _stringLiteral1615867505, /*hidden argument*/NULL); UISpriteU5BU5D_t1415066463* L_17 = __this->get_m_costSprite_19(); NullCheck(L_17); int32_t L_18 = 1; UISprite_t194114938 * L_19 = (L_17)->GetAt(static_cast(L_18)); NullCheck(L_19); UISprite_set_spriteName_m1616245412(L_19, _stringLiteral1615867505, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_20 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CLotteryNew_set_costType_m2141920599(L_20, 1, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_21 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_22 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_23 = CLotteryNew_get_costType_m21035751(L_22, /*hidden argument*/NULL); NullCheck(L_21); CJackpotData_t469346297 * L_24 = CLotteryNew_getLotteryData_m2091503637(L_21, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0097; } } { ScenePersonalWndLottery_OnRefreshAwardList_m3588700980(__this, /*hidden argument*/NULL); } IL_0097: { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_25 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_26 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); int32_t L_27 = CLotteryNew_get_costType_m21035751(L_26, /*hidden argument*/NULL); NullCheck(L_25); CLotteryNew_RequestJackpotData_m2056247073(L_25, L_27, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndLottery::OnClkClose(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnClkClose_m3083438349 (ScenePersonalWndLottery_t637137187 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnClkClose_m3083438349_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CLotteryNew_get_curState_m1610432745(L_0, /*hidden argument*/NULL); if ((((int32_t)2) >= ((int32_t)L_1))) { goto IL_0011; } } { return; } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ICameraBase_t3615533728 * L_3 = CRoot_GetCamera_m3179746689(L_2, /*hidden argument*/NULL); NullCheck(L_3); Camera_t4157153871 * L_4 = ICameraBase_GetUICamera_m3997251255(L_3, /*hidden argument*/NULL); V_0 = L_4; Camera_t4157153871 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003e; } } { Camera_t4157153871 * L_7 = V_0; NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); NullCheck(L_8); GameObject_SendMessage_m1121218340(L_8, _stringLiteral618579182, 1, /*hidden argument*/NULL); } IL_003e: { return; } } // System.Void ScenePersonalWndLottery::OnClkShuijin(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnClkShuijin_m1053152854 (ScenePersonalWndLottery_t637137187 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnClkShuijin_m1053152854_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CLotteryNew_get_curState_m1610432745(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0011; } } { return; } IL_0011: { 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)134), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndLottery::OnbaoxiangClick(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnbaoxiangClick_m567947147 (ScenePersonalWndLottery_t637137187 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnbaoxiangClick_m567947147_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CLotteryNew_get_curState_m1610432745(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0011; } } { return; } IL_0011: { uiLotteryAward_t3594426487 * L_2 = __this->get_m_AwardWnd_22(); NullCheck(L_2); uiLotteryAward_Init_m3754714793(L_2, /*hidden argument*/NULL); GameObject_t1113636619 * L_3 = ___go0; Transform_t3600365921 * L_4 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_Find_m1729760951(L_4, _stringLiteral3243871869, /*hidden argument*/NULL); NullCheck(L_5); GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_7 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_3, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0091; } } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_8 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CJackpotData_t469346297 * L_9 = CLotteryNew_GetCurLotteryData_m1162208716(L_8, /*hidden argument*/NULL); NullCheck(L_9); CumulativeReward_t2188911381 * L_10 = L_9->get__rewardData_8(); NullCheck(L_10); List_1_t1613031345 * L_11 = L_10->get__rewardList_1(); NullCheck(L_11); int32_t L_12 = List_1_get_Count_m1787055724(L_11, /*hidden argument*/List_1_get_Count_m1787055724_RuntimeMethod_var); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_008c; } } { uiLotteryAward_t3594426487 * L_13 = __this->get_m_AwardWnd_22(); IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_14 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CJackpotData_t469346297 * L_15 = CLotteryNew_GetCurLotteryData_m1162208716(L_14, /*hidden argument*/NULL); NullCheck(L_15); CumulativeReward_t2188911381 * L_16 = L_15->get__rewardData_8(); NullCheck(L_16); List_1_t1613031345 * L_17 = L_16->get__rewardList_1(); NullCheck(L_17); CReward_t140956603 * L_18 = List_1_get_Item_m1499601877(L_17, 0, /*hidden argument*/List_1_get_Item_m1499601877_RuntimeMethod_var); NullCheck(L_13); uiLotteryAward_SetData_m2870971760(L_13, L_18, /*hidden argument*/NULL); uiLotteryAward_t3594426487 * L_19 = __this->get_m_AwardWnd_22(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_19, (bool)1, /*hidden argument*/NULL); } IL_008c: { goto IL_0260; } IL_0091: { GameObject_t1113636619 * L_20 = ___go0; Transform_t3600365921 * L_21 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_21); Transform_t3600365921 * L_22 = Transform_Find_m1729760951(L_21, _stringLiteral3243806333, /*hidden argument*/NULL); NullCheck(L_22); GameObject_t1113636619 * L_23 = Component_get_gameObject_m442555142(L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_20, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0106; } } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_25 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); CJackpotData_t469346297 * L_26 = CLotteryNew_GetCurLotteryData_m1162208716(L_25, /*hidden argument*/NULL); NullCheck(L_26); CumulativeReward_t2188911381 * L_27 = L_26->get__rewardData_8(); NullCheck(L_27); List_1_t1613031345 * L_28 = L_27->get__rewardList_1(); NullCheck(L_28); int32_t L_29 = List_1_get_Count_m1787055724(L_28, /*hidden argument*/List_1_get_Count_m1787055724_RuntimeMethod_var); if ((((int32_t)L_29) <= ((int32_t)1))) { goto IL_0101; } } { uiLotteryAward_t3594426487 * L_30 = __this->get_m_AwardWnd_22(); IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_31 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); CJackpotData_t469346297 * L_32 = CLotteryNew_GetCurLotteryData_m1162208716(L_31, /*hidden argument*/NULL); NullCheck(L_32); CumulativeReward_t2188911381 * L_33 = L_32->get__rewardData_8(); NullCheck(L_33); List_1_t1613031345 * L_34 = L_33->get__rewardList_1(); NullCheck(L_34); CReward_t140956603 * L_35 = List_1_get_Item_m1499601877(L_34, 1, /*hidden argument*/List_1_get_Item_m1499601877_RuntimeMethod_var); NullCheck(L_30); uiLotteryAward_SetData_m2870971760(L_30, L_35, /*hidden argument*/NULL); uiLotteryAward_t3594426487 * L_36 = __this->get_m_AwardWnd_22(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_36, (bool)1, /*hidden argument*/NULL); } IL_0101: { goto IL_0260; } IL_0106: { GameObject_t1113636619 * L_37 = ___go0; Transform_t3600365921 * L_38 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_38); Transform_t3600365921 * L_39 = Transform_Find_m1729760951(L_38, _stringLiteral3243740797, /*hidden argument*/NULL); NullCheck(L_39); GameObject_t1113636619 * L_40 = Component_get_gameObject_m442555142(L_39, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_41 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_37, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_017b; } } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_42 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_42); CJackpotData_t469346297 * L_43 = CLotteryNew_GetCurLotteryData_m1162208716(L_42, /*hidden argument*/NULL); NullCheck(L_43); CumulativeReward_t2188911381 * L_44 = L_43->get__rewardData_8(); NullCheck(L_44); List_1_t1613031345 * L_45 = L_44->get__rewardList_1(); NullCheck(L_45); int32_t L_46 = List_1_get_Count_m1787055724(L_45, /*hidden argument*/List_1_get_Count_m1787055724_RuntimeMethod_var); if ((((int32_t)L_46) <= ((int32_t)2))) { goto IL_0176; } } { uiLotteryAward_t3594426487 * L_47 = __this->get_m_AwardWnd_22(); IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_48 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_48); CJackpotData_t469346297 * L_49 = CLotteryNew_GetCurLotteryData_m1162208716(L_48, /*hidden argument*/NULL); NullCheck(L_49); CumulativeReward_t2188911381 * L_50 = L_49->get__rewardData_8(); NullCheck(L_50); List_1_t1613031345 * L_51 = L_50->get__rewardList_1(); NullCheck(L_51); CReward_t140956603 * L_52 = List_1_get_Item_m1499601877(L_51, 2, /*hidden argument*/List_1_get_Item_m1499601877_RuntimeMethod_var); NullCheck(L_47); uiLotteryAward_SetData_m2870971760(L_47, L_52, /*hidden argument*/NULL); uiLotteryAward_t3594426487 * L_53 = __this->get_m_AwardWnd_22(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_53, (bool)1, /*hidden argument*/NULL); } IL_0176: { goto IL_0260; } IL_017b: { GameObject_t1113636619 * L_54 = ___go0; Transform_t3600365921 * L_55 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_55); Transform_t3600365921 * L_56 = Transform_Find_m1729760951(L_55, _stringLiteral3243675261, /*hidden argument*/NULL); NullCheck(L_56); GameObject_t1113636619 * L_57 = Component_get_gameObject_m442555142(L_56, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_58 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_54, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_01f0; } } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_59 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_59); CJackpotData_t469346297 * L_60 = CLotteryNew_GetCurLotteryData_m1162208716(L_59, /*hidden argument*/NULL); NullCheck(L_60); CumulativeReward_t2188911381 * L_61 = L_60->get__rewardData_8(); NullCheck(L_61); List_1_t1613031345 * L_62 = L_61->get__rewardList_1(); NullCheck(L_62); int32_t L_63 = List_1_get_Count_m1787055724(L_62, /*hidden argument*/List_1_get_Count_m1787055724_RuntimeMethod_var); if ((((int32_t)L_63) <= ((int32_t)3))) { goto IL_01eb; } } { uiLotteryAward_t3594426487 * L_64 = __this->get_m_AwardWnd_22(); IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_65 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_65); CJackpotData_t469346297 * L_66 = CLotteryNew_GetCurLotteryData_m1162208716(L_65, /*hidden argument*/NULL); NullCheck(L_66); CumulativeReward_t2188911381 * L_67 = L_66->get__rewardData_8(); NullCheck(L_67); List_1_t1613031345 * L_68 = L_67->get__rewardList_1(); NullCheck(L_68); CReward_t140956603 * L_69 = List_1_get_Item_m1499601877(L_68, 3, /*hidden argument*/List_1_get_Item_m1499601877_RuntimeMethod_var); NullCheck(L_64); uiLotteryAward_SetData_m2870971760(L_64, L_69, /*hidden argument*/NULL); uiLotteryAward_t3594426487 * L_70 = __this->get_m_AwardWnd_22(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_70, (bool)1, /*hidden argument*/NULL); } IL_01eb: { goto IL_0260; } IL_01f0: { GameObject_t1113636619 * L_71 = ___go0; Transform_t3600365921 * L_72 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_72); Transform_t3600365921 * L_73 = Transform_Find_m1729760951(L_72, _stringLiteral3243609725, /*hidden argument*/NULL); NullCheck(L_73); GameObject_t1113636619 * L_74 = Component_get_gameObject_m442555142(L_73, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_75 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_71, L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_0260; } } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_76 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_76); CJackpotData_t469346297 * L_77 = CLotteryNew_GetCurLotteryData_m1162208716(L_76, /*hidden argument*/NULL); NullCheck(L_77); CumulativeReward_t2188911381 * L_78 = L_77->get__rewardData_8(); NullCheck(L_78); List_1_t1613031345 * L_79 = L_78->get__rewardList_1(); NullCheck(L_79); int32_t L_80 = List_1_get_Count_m1787055724(L_79, /*hidden argument*/List_1_get_Count_m1787055724_RuntimeMethod_var); if ((((int32_t)L_80) <= ((int32_t)4))) { goto IL_0260; } } { uiLotteryAward_t3594426487 * L_81 = __this->get_m_AwardWnd_22(); IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_82 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_82); CJackpotData_t469346297 * L_83 = CLotteryNew_GetCurLotteryData_m1162208716(L_82, /*hidden argument*/NULL); NullCheck(L_83); CumulativeReward_t2188911381 * L_84 = L_83->get__rewardData_8(); NullCheck(L_84); List_1_t1613031345 * L_85 = L_84->get__rewardList_1(); NullCheck(L_85); CReward_t140956603 * L_86 = List_1_get_Item_m1499601877(L_85, 4, /*hidden argument*/List_1_get_Item_m1499601877_RuntimeMethod_var); NullCheck(L_81); uiLotteryAward_SetData_m2870971760(L_81, L_86, /*hidden argument*/NULL); uiLotteryAward_t3594426487 * L_87 = __this->get_m_AwardWnd_22(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_87, (bool)1, /*hidden argument*/NULL); } IL_0260: { return; } } // System.Void ScenePersonalWndLottery::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnPageShow_m3847812871 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnPageShow_m3847812871_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_0 = __this->get_m_costIcon_18(); NullCheck(L_0); int32_t L_1 = 1; Transform_t3600365921 * L_2 = (L_0)->GetAt(static_cast(L_1)); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_2, (bool)1, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_3 = __this->get_m_costIcon_18(); NullCheck(L_3); int32_t L_4 = 0; Transform_t3600365921 * L_5 = (L_3)->GetAt(static_cast(L_4)); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_5, (bool)0, /*hidden argument*/NULL); UISpriteU5BU5D_t1415066463* L_6 = __this->get_m_costSprite_19(); NullCheck(L_6); int32_t L_7 = 0; UISprite_t194114938 * L_8 = (L_6)->GetAt(static_cast(L_7)); NullCheck(L_8); UISprite_set_spriteName_m1616245412(L_8, _stringLiteral1615867505, /*hidden argument*/NULL); UISpriteU5BU5D_t1415066463* L_9 = __this->get_m_costSprite_19(); NullCheck(L_9); int32_t L_10 = 1; UISprite_t194114938 * L_11 = (L_9)->GetAt(static_cast(L_10)); NullCheck(L_11); UISprite_set_spriteName_m1616245412(L_11, _stringLiteral1615867505, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_12 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CSignsManager_SetCurrentPageType_m2203410416(L_12, ((int32_t)133), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_CollectPageEvent_m1405422579(NULL /*static, unused*/, _stringLiteral62725234, _stringLiteral3451500431, L_13, L_14, L_15, L_16, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndLottery::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnPageHide_m3635882444 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnPageHide_m3635882444_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CLotteryNew_InitLotteryData_m3472738380(L_0, /*hidden argument*/NULL); CEffectWndManager_t3902312294 * L_1 = CEffectWndManager_GetInstance_m2989690479(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CEffectWndManager_Resume_m2815130668(L_1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndLottery::Update() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_Update_m1052197189 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_Update_m1052197189_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CJackpotData_t469346297 * L_1 = CLotteryNew_GetCurLotteryData_m1162208716(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = L_1->get__isUpdata_9(); if (!L_2) { goto IL_0039; } } { IL2CPP_RUNTIME_CLASS_INIT(CLottery_t1855092142_il2cpp_TypeInfo_var); CLottery_t1855092142 * L_3 = CLottery_GetInstance_m198414969(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = CLottery_CheckLotteryState_m2390657600(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0039; } } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_5 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CJackpotData_t469346297 * L_6 = CLotteryNew_GetCurLotteryData_m1162208716(L_5, /*hidden argument*/NULL); NullCheck(L_6); L_6->set__isUpdata_9((bool)0); ScenePersonalWndLottery_OnRefreshAwardList_m3588700980(__this, /*hidden argument*/NULL); } IL_0039: { ScenePersonalWndLottery_OnDoLottery_m1958609063(__this, /*hidden argument*/NULL); ScenePersonalWndLottery_OnUpdateTime_m2506592905(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_7 = __this->get_m_labelNum_25(); CTextHelp_t3119637808 * L_8 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = CTextHelp_GetText_m372251958(L_8, _stringLiteral2858080704, /*hidden argument*/NULL); int32_t L_10 = ScenePersonalWndLottery_GetLotteryNum_m3157662099(__this, /*hidden argument*/NULL); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Format_m2844511972(NULL /*static, unused*/, L_9, L_12, /*hidden argument*/NULL); NullCheck(L_7); UILabel_set_text_m1071532778(L_7, L_13, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndLottery::OnRefreshAwardList() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnRefreshAwardList_m3588700980 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnRefreshAwardList_m3588700980_MetadataUsageId); s_Il2CppMethodInitialized = true; } CItemData_t312680354 * V_0 = NULL; int32_t V_1 = 0; { V_0 = (CItemData_t312680354 *)NULL; V_1 = 0; goto IL_0039; } IL_0009: { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_1 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CLotteryNew_get_costType_m21035751(L_1, /*hidden argument*/NULL); int32_t L_3 = V_1; NullCheck(L_0); CItemData_t312680354 * L_4 = CLotteryNew_GetItemData_m195694213(L_0, L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_4; CItemData_t312680354 * L_5 = V_0; if (!L_5) { goto IL_0035; } } { uiLotteryItemU5BU5D_t112276802* L_6 = __this->get_m_uiLotteryItemArr_10(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; uiLotteryItem_t2769685779 * L_9 = (L_6)->GetAt(static_cast(L_8)); CItemData_t312680354 * L_10 = V_0; NullCheck(L_9); uiLotteryItem_SetData_m3210325742(L_9, L_10, /*hidden argument*/NULL); } IL_0035: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0039: { int32_t L_12 = V_1; uiLotteryItemU5BU5D_t112276802* L_13 = __this->get_m_uiLotteryItemArr_10(); NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_0009; } } { ScenePersonalWndLottery_OnRefreshBaoxiangData_m2433375630(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_14 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CJackpotData_t469346297 * L_15 = CLotteryNew_GetCurLotteryData_m1162208716(L_14, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = L_15->get__lastTime_2(); __this->set_m_leftTime_27((((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)1000))))))); UISprite_t194114938 * L_17 = __this->get_m_baoshi_14(); CLotteryNew_t505895158 * L_18 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CJackpotData_t469346297 * L_19 = CLotteryNew_GetCurLotteryData_m1162208716(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = L_19->get__luckValue_0(); NullCheck(L_17); UISprite_set_fillAmount_m92108899(L_17, ((float)((float)(((float)((float)L_20)))/(float)(200.0f))), /*hidden argument*/NULL); UILabel_t3248798549 * L_21 = __this->get_m_LotteryCount_23(); CTextHelp_t3119637808 * L_22 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); String_t* L_23 = CTextHelp_GetText_m372251958(L_22, _stringLiteral128326862, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_24 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); CJackpotData_t469346297 * L_25 = CLotteryNew_GetCurLotteryData_m1162208716(L_24, /*hidden argument*/NULL); NullCheck(L_25); int32_t L_26 = L_25->get__lotteryCount_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_Format_m2844511972(NULL /*static, unused*/, L_23, L_28, /*hidden argument*/NULL); NullCheck(L_21); UILabel_set_text_m1071532778(L_21, L_29, /*hidden argument*/NULL); UILabel_t3248798549 * L_30 = __this->get_m_luckValue_13(); CTextHelp_t3119637808 * L_31 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); String_t* L_32 = CTextHelp_GetText_m372251958(L_31, _stringLiteral2623431139, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_33 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); CJackpotData_t469346297 * L_34 = CLotteryNew_GetCurLotteryData_m1162208716(L_33, /*hidden argument*/NULL); NullCheck(L_34); int32_t L_35 = L_34->get__luckValue_0(); int32_t L_36 = L_35; RuntimeObject * L_37 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_36); String_t* L_38 = String_Format_m2844511972(NULL /*static, unused*/, L_32, L_37, /*hidden argument*/NULL); NullCheck(L_30); UILabel_set_text_m1071532778(L_30, L_38, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndLottery::OnRefreshOwnList() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnRefreshOwnList_m612110553 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnRefreshOwnList_m612110553_MetadataUsageId); s_Il2CppMethodInitialized = true; } CLotteryResultData_t968175401 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CLotteryResultData_t968175401 * L_1 = CLotteryNew_GetLotteryResult_m2006587576(L_0, /*hidden argument*/NULL); V_0 = L_1; CLotteryResultData_t968175401 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return; } IL_0012: { V_1 = 0; goto IL_0048; } IL_0019: { CLotteryResultData_t968175401 * L_3 = V_0; NullCheck(L_3); List_1_t128053199 * L_4 = L_3->get__ownBardidList_6(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = List_1_get_Item_m888956288(L_4, L_5, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); int32_t L_7 = V_2; uiLotteryItemU5BU5D_t112276802* L_8 = __this->get_m_uiLotteryItemArr_10(); NullCheck(L_8); if ((((int32_t)L_7) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))) { goto IL_0044; } } { uiLotteryItemU5BU5D_t112276802* L_9 = __this->get_m_uiLotteryItemArr_10(); int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; uiLotteryItem_t2769685779 * L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); uiLotteryItem_SetOwnState_m2969492609(L_12, (bool)1, /*hidden argument*/NULL); } IL_0044: { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0048: { int32_t L_14 = V_1; CLotteryResultData_t968175401 * L_15 = V_0; NullCheck(L_15); int32_t L_16 = L_15->get__ownNum_5(); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0019; } } { return; } } // System.Void ScenePersonalWndLottery::OnRefreshBaoxiangData() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnRefreshBaoxiangData_m2433375630 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnRefreshBaoxiangData_m2433375630_MetadataUsageId); s_Il2CppMethodInitialized = true; } CumulativeReward_t2188911381 * V_0 = NULL; int32_t V_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CJackpotData_t469346297 * L_1 = CLotteryNew_GetCurLotteryData_m1162208716(L_0, /*hidden argument*/NULL); NullCheck(L_1); CumulativeReward_t2188911381 * L_2 = L_1->get__rewardData_8(); V_0 = L_2; V_1 = 0; goto IL_0034; } IL_0017: { uiBoxItemU5BU5D_t1414951688* L_3 = __this->get_m_baoxiang_24(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uiBoxItem_t1023674949 * L_6 = (L_3)->GetAt(static_cast(L_5)); CumulativeReward_t2188911381 * L_7 = V_0; NullCheck(L_7); List_1_t1613031345 * L_8 = L_7->get__rewardList_1(); int32_t L_9 = V_1; NullCheck(L_8); CReward_t140956603 * L_10 = List_1_get_Item_m1499601877(L_8, L_9, /*hidden argument*/List_1_get_Item_m1499601877_RuntimeMethod_var); NullCheck(L_6); uiBoxItem_SetData_m1589878006(L_6, L_10, /*hidden argument*/NULL); int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0034: { int32_t L_12 = V_1; CumulativeReward_t2188911381 * L_13 = V_0; NullCheck(L_13); List_1_t1613031345 * L_14 = L_13->get__rewardList_1(); NullCheck(L_14); int32_t L_15 = List_1_get_Count_m1787055724(L_14, /*hidden argument*/List_1_get_Count_m1787055724_RuntimeMethod_var); if ((((int32_t)L_12) < ((int32_t)L_15))) { goto IL_0017; } } { return; } } // System.Void ScenePersonalWndLottery::OnDoLottery() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnDoLottery_m1958609063 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnDoLottery_m1958609063_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CLotteryNew_get_curState_m1610432745(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)3))) { case 0: { goto IL_0024; } case 1: { goto IL_009e; } case 2: { goto IL_00a9; } } } { goto IL_00b4; } IL_0024: { CEventManager_t474365641 * L_3 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_4 = (intptr_t)ScenePersonalWndLottery_OnTimeOutProc_m446977398_RuntimeMethod_var; OnEventCall_t3758354630 * L_5 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_5, __this, L_4, /*hidden argument*/NULL); NullCheck(L_3); CEventManager_PushOnce_m1854500591(L_3, (10.0f), L_5, /*hidden argument*/NULL); Transform_t3600365921 * L_6 = __this->get_m_luckParticle_17(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_6, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_7 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CLotteryNew_WheelRunning_m737519337(L_7, /*hidden argument*/NULL); __this->set_m_count_34(0); __this->set_m_timeLaborSub_29((0.0f)); float L_8 = __this->get_fIntervalTime_8(); CLotteryNew_t505895158 * L_9 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CLotteryResultData_t968175401 * L_10 = CLotteryNew_GetLotteryResult_m2006587576(L_9, /*hidden argument*/NULL); NullCheck(L_10); List_1_t128053199 * L_11 = L_10->get__baridList_4(); int32_t L_12 = __this->get_m_count_34(); NullCheck(L_11); int32_t L_13 = List_1_get_Item_m888956288(L_11, L_12, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); intptr_t L_14 = (intptr_t)ScenePersonalWndLottery_WheelStopCallback_m3477380337_RuntimeMethod_var; OnRouletteEndCallBack_t4075122966 * L_15 = (OnRouletteEndCallBack_t4075122966 *)il2cpp_codegen_object_new(OnRouletteEndCallBack_t4075122966_il2cpp_TypeInfo_var); OnRouletteEndCallBack__ctor_m1157419119(L_15, __this, L_14, /*hidden argument*/NULL); ScenePersonalWndLottery_WheelStart_m2651627039(__this, L_8, L_13, L_15, /*hidden argument*/NULL); goto IL_00b9; } IL_009e: { ScenePersonalWndLottery_OnUpdateCircleShowing_m2430552982(__this, /*hidden argument*/NULL); goto IL_00b9; } IL_00a9: { ScenePersonalWndLottery_WheelEnd_m919153306(__this, /*hidden argument*/NULL); goto IL_00b9; } IL_00b4: { goto IL_00b9; } IL_00b9: { return; } } // System.Void ScenePersonalWndLottery::OnTimeOutProc(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnTimeOutProc_m446977398 (ScenePersonalWndLottery_t637137187 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { { ScenePersonalWndLottery_WheelEnd_m919153306(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndLottery::OnUpdateTime() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnUpdateTime_m2506592905 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnUpdateTime_m2506592905_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; String_t* V_1 = NULL; int64_t V_2 = 0; int64_t V_3 = 0; int64_t V_4 = 0; int64_t V_5 = 0; { UILabel_t3248798549 * L_0 = __this->get_m_ResetTimeLabel_11(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return; } IL_0012: { int64_t L_2 = __this->get_m_leftTime_27(); if ((((int32_t)(((int32_t)((int32_t)L_2)))) > ((int32_t)0))) { goto IL_0056; } } { bool L_3 = __this->get_m_isRequest_35(); if (L_3) { goto IL_0055; } } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_4 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CLotteryNew_get_curState_m1610432745(L_4, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_0055; } } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_6 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_7 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = CLotteryNew_get_costType_m21035751(L_7, /*hidden argument*/NULL); NullCheck(L_6); CLotteryNew_RequestJackpotData_m2056247073(L_6, L_8, /*hidden argument*/NULL); __this->set_m_isRequest_35((bool)1); } IL_0055: { return; } IL_0056: { int64_t L_9 = __this->get_m_leftTime_27(); float L_10 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_leftTime_27(((int64_t)il2cpp_codegen_subtract((int64_t)L_9, (int64_t)(((int64_t)((int64_t)((float)il2cpp_codegen_multiply((float)L_10, (float)(1000.0f))))))))); int64_t L_11 = __this->get_m_leftTime_27(); if ((((int64_t)L_11) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0101; } } { int64_t L_12 = __this->get_m_leftTime_27(); V_0 = ((int64_t)((int64_t)L_12/(int64_t)(((int64_t)((int64_t)((int32_t)1000)))))); CTextHelp_t3119637808 * L_13 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14 = CTextHelp_GetText_m372251958(L_13, _stringLiteral331039952, /*hidden argument*/NULL); V_1 = L_14; int64_t L_15 = V_0; V_2 = ((int64_t)((int64_t)L_15/(int64_t)(((int64_t)((int64_t)((int32_t)86400)))))); int64_t L_16 = V_0; V_3 = ((int64_t)((int64_t)((int64_t)((int64_t)L_16/(int64_t)(((int64_t)((int64_t)((int32_t)3600))))))%(int64_t)(((int64_t)((int64_t)((int32_t)24)))))); int64_t L_17 = V_0; V_4 = ((int64_t)((int64_t)((int64_t)((int64_t)L_17/(int64_t)(((int64_t)((int64_t)((int32_t)60))))))%(int64_t)(((int64_t)((int64_t)((int32_t)60)))))); int64_t L_18 = V_0; V_5 = ((int64_t)((int64_t)L_18%(int64_t)(((int64_t)((int64_t)((int32_t)60)))))); String_t* L_19 = V_1; ObjectU5BU5D_t2843939325* L_20 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); int64_t L_21 = V_2; int64_t L_22 = L_21; RuntimeObject * L_23 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_22); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_23); ObjectU5BU5D_t2843939325* L_24 = L_20; int64_t L_25 = V_3; int64_t L_26 = L_25; RuntimeObject * L_27 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_26); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_27); (L_24)->SetAt(static_cast(1), (RuntimeObject *)L_27); ObjectU5BU5D_t2843939325* L_28 = L_24; int64_t L_29 = V_4; int64_t L_30 = L_29; RuntimeObject * L_31 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_30); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_31); (L_28)->SetAt(static_cast(2), (RuntimeObject *)L_31); ObjectU5BU5D_t2843939325* L_32 = L_28; int64_t L_33 = V_5; int64_t L_34 = L_33; RuntimeObject * L_35 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_34); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_35); (L_32)->SetAt(static_cast(3), (RuntimeObject *)L_35); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = String_Format_m630303134(NULL /*static, unused*/, L_19, L_32, /*hidden argument*/NULL); V_1 = L_36; UILabel_t3248798549 * L_37 = __this->get_m_ResetTimeLabel_11(); String_t* L_38 = V_1; NullCheck(L_37); UILabel_set_text_m1071532778(L_37, L_38, /*hidden argument*/NULL); } IL_0101: { return; } } // System.Void ScenePersonalWndLottery::RequestLotteryResult() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_RequestLotteryResult_m3164009734 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_RequestLotteryResult_m3164009734_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CLotteryNew_get_curState_m1610432745(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0011; } } { return; } IL_0011: { CEffectWndManager_t3902312294 * L_2 = CEffectWndManager_GetInstance_m2989690479(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CEffectWndManager_Pause_m3440050255(L_2, /*hidden argument*/NULL); CMsgBoxControl_t806533544 * L_3 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); CTextHelp_t3119637808 * L_4 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = __this->get_m_looteryNum_33(); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3532075700, L_7, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_9 = CTextHelp_GetText_m372251958(L_4, L_8, /*hidden argument*/NULL); intptr_t L_10 = (intptr_t)ScenePersonalWndLottery_OnConfirmLotteryCost_m3235707555_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_11 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_11, __this, L_10, /*hidden argument*/NULL); NullCheck(L_3); CMsgBoxControl_Push_m272952420(L_3, 1, L_9, L_11, (CDataArray_t4068198041 *)NULL, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndLottery::OnConfirmLotteryCost(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnConfirmLotteryCost_m3235707555 (ScenePersonalWndLottery_t637137187 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnConfirmLotteryCost_m3235707555_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___bConfirmed0; if (!L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_1 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = __this->get_m_looteryNum_33(); NullCheck(L_1); CLotteryNew_RequestStartClottery_m1216163210(L_1, L_2, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Void ScenePersonalWndLottery::OnClearSelected() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnClearSelected_m4001920191 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_0019; } IL_0007: { uiLotteryItemU5BU5D_t112276802* L_0 = __this->get_m_uiLotteryItemArr_10(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; uiLotteryItem_t2769685779 * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); uiLotteryItem_SetItemActive_m4066572777(L_3, (bool)0, /*hidden argument*/NULL); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0019: { int32_t L_5 = V_0; uiLotteryItemU5BU5D_t112276802* L_6 = __this->get_m_uiLotteryItemArr_10(); NullCheck(L_6); if ((((int32_t)L_5) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))) { goto IL_0007; } } { return; } } // System.Int32 ScenePersonalWndLottery::GetLotteryNum() extern "C" IL2CPP_METHOD_ATTR int32_t ScenePersonalWndLottery_GetLotteryNum_m3157662099 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_GetLotteryNum_m3157662099_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CLotteryNew_get_costType_m21035751(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0020; } } { CMainRole_t4200562839 * L_2 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = ISceneBaseObj_GetPropertyInt_m2347299858(L_2, _stringLiteral356113870, 0, /*hidden argument*/NULL); return L_3; } IL_0020: { CMainRole_t4200562839 * L_4 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = ISceneBaseObj_GetPropertyInt_m2347299858(L_4, _stringLiteral3865808931, 0, /*hidden argument*/NULL); return L_5; } } // System.Void ScenePersonalWndLottery::WheelStopCallback() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_WheelStopCallback_m3477380337 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_WheelStopCallback_m3477380337_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_count_34(); __this->set_m_count_34(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_m_count_34(); IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_2 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CLotteryResultData_t968175401 * L_3 = CLotteryNew_GetLotteryResult_m2006587576(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = L_3->get__baridNum_3(); if ((((int32_t)L_1) >= ((int32_t)L_4))) { goto IL_00a4; } } { CEventManager_t474365641 * L_5 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_6 = (intptr_t)ScenePersonalWndLottery_OnTimeOutProc_m446977398_RuntimeMethod_var; OnEventCall_t3758354630 * L_7 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_7, __this, L_6, /*hidden argument*/NULL); NullCheck(L_5); CEventManager_StopEvent_m2167807725(L_5, L_7, /*hidden argument*/NULL); CEffectWndManager_t3902312294 * L_8 = CEffectWndManager_GetInstance_m2989690479(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CEffectWndManager_Pause_m3440050255(L_8, /*hidden argument*/NULL); CEventManager_t474365641 * L_9 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_10 = (intptr_t)ScenePersonalWndLottery_OnTimeOutProc_m446977398_RuntimeMethod_var; OnEventCall_t3758354630 * L_11 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_11, __this, L_10, /*hidden argument*/NULL); NullCheck(L_9); CEventManager_PushOnce_m1854500591(L_9, (10.0f), L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_12 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CLotteryNew_WheelRunning_m737519337(L_12, /*hidden argument*/NULL); float L_13 = __this->get_fIntervalTime_8(); CLotteryNew_t505895158 * L_14 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CLotteryResultData_t968175401 * L_15 = CLotteryNew_GetLotteryResult_m2006587576(L_14, /*hidden argument*/NULL); NullCheck(L_15); List_1_t128053199 * L_16 = L_15->get__baridList_4(); int32_t L_17 = __this->get_m_count_34(); 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); intptr_t L_19 = (intptr_t)ScenePersonalWndLottery_WheelStopCallback_m3477380337_RuntimeMethod_var; OnRouletteEndCallBack_t4075122966 * L_20 = (OnRouletteEndCallBack_t4075122966 *)il2cpp_codegen_object_new(OnRouletteEndCallBack_t4075122966_il2cpp_TypeInfo_var); OnRouletteEndCallBack__ctor_m1157419119(L_20, __this, L_19, /*hidden argument*/NULL); ScenePersonalWndLottery_WheelStart_m2651627039(__this, L_13, L_18, L_20, /*hidden argument*/NULL); goto IL_01a6; } IL_00a4: { __this->set_m_count_34(0); IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_21 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); CJackpotData_t469346297 * L_22 = CLotteryNew_GetCurLotteryData_m1162208716(L_21, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_23 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); CLotteryResultData_t968175401 * L_24 = CLotteryNew_GetLotteryResult_m2006587576(L_23, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = L_24->get__luckValue_1(); NullCheck(L_22); L_22->set__luckValue_0(L_25); CLotteryNew_t505895158 * L_26 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); CJackpotData_t469346297 * L_27 = CLotteryNew_GetCurLotteryData_m1162208716(L_26, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_28 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); CLotteryResultData_t968175401 * L_29 = CLotteryNew_GetLotteryResult_m2006587576(L_28, /*hidden argument*/NULL); NullCheck(L_29); int32_t L_30 = L_29->get__lotteryNum_2(); NullCheck(L_27); L_27->set__lotteryCount_1(L_30); UISprite_t194114938 * L_31 = __this->get_m_baoshi_14(); CLotteryNew_t505895158 * L_32 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_32); CJackpotData_t469346297 * L_33 = CLotteryNew_GetCurLotteryData_m1162208716(L_32, /*hidden argument*/NULL); NullCheck(L_33); int32_t L_34 = L_33->get__luckValue_0(); NullCheck(L_31); UISprite_set_fillAmount_m92108899(L_31, ((float)((float)(((float)((float)L_34)))/(float)(200.0f))), /*hidden argument*/NULL); UILabel_t3248798549 * L_35 = __this->get_m_luckValue_13(); CTextHelp_t3119637808 * L_36 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); String_t* L_37 = CTextHelp_GetText_m372251958(L_36, _stringLiteral2623431139, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_38 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_38); CLotteryResultData_t968175401 * L_39 = CLotteryNew_GetLotteryResult_m2006587576(L_38, /*hidden argument*/NULL); NullCheck(L_39); int32_t L_40 = L_39->get__luckValue_1(); int32_t L_41 = L_40; RuntimeObject * L_42 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_41); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_43 = String_Format_m2844511972(NULL /*static, unused*/, L_37, L_42, /*hidden argument*/NULL); NullCheck(L_35); UILabel_set_text_m1071532778(L_35, L_43, /*hidden argument*/NULL); UILabel_t3248798549 * L_44 = __this->get_m_LotteryCount_23(); CTextHelp_t3119637808 * L_45 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_45); String_t* L_46 = CTextHelp_GetText_m372251958(L_45, _stringLiteral128326862, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_47 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_47); CLotteryResultData_t968175401 * L_48 = CLotteryNew_GetLotteryResult_m2006587576(L_47, /*hidden argument*/NULL); NullCheck(L_48); int32_t L_49 = L_48->get__lotteryNum_2(); int32_t L_50 = L_49; RuntimeObject * L_51 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_50); String_t* L_52 = String_Format_m2844511972(NULL /*static, unused*/, L_46, L_51, /*hidden argument*/NULL); NullCheck(L_44); UILabel_set_text_m1071532778(L_44, L_52, /*hidden argument*/NULL); Transform_t3600365921 * L_53 = __this->get_m_luckParticle_17(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_53, (bool)0, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_54 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_54); CLotteryNew_WheelEnd_m748035466(L_54, /*hidden argument*/NULL); uiLotteryResult_t3685979930 * L_55 = __this->get_m_resultWnd_21(); NullCheck(L_55); uiLotteryResult_Init_m2276001683(L_55, /*hidden argument*/NULL); uiLotteryResult_t3685979930 * L_56 = __this->get_m_resultWnd_21(); NullCheck(L_56); uiLotteryResult_InitData_m1876170472(L_56, /*hidden argument*/NULL); ScenePersonalWndLottery_OnRefreshOwnList_m612110553(__this, /*hidden argument*/NULL); ScenePersonalWndLottery_OnClearSelected_m4001920191(__this, /*hidden argument*/NULL); } IL_01a6: { return; } } // System.Void ScenePersonalWndLottery::WheelSetSelected(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_WheelSetSelected_m1709441623 (ScenePersonalWndLottery_t637137187 * __this, int32_t ___idx0, const RuntimeMethod* method) { int32_t V_0 = 0; { uiLotteryItemU5BU5D_t112276802* L_0 = __this->get_m_uiLotteryItemArr_10(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { int32_t L_1 = ___idx0; __this->set_m_nCurIndex_37(L_1); V_0 = 0; goto IL_0034; } IL_001a: { uiLotteryItemU5BU5D_t112276802* L_2 = __this->get_m_uiLotteryItemArr_10(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; uiLotteryItem_t2769685779 * L_5 = (L_2)->GetAt(static_cast(L_4)); int32_t L_6 = V_0; int32_t L_7 = __this->get_m_nCurIndex_37(); NullCheck(L_5); uiLotteryItem_SetItemActive_m4066572777(L_5, (bool)((((int32_t)L_6) == ((int32_t)L_7))? 1 : 0), /*hidden argument*/NULL); int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0034: { int32_t L_9 = V_0; uiLotteryItemU5BU5D_t112276802* L_10 = __this->get_m_uiLotteryItemArr_10(); NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_001a; } } { return; } } // System.Void ScenePersonalWndLottery::OnUpdateCircleRun() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnUpdateCircleRun_m1226098468 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; { float L_0 = __this->get_m_timeLabor_28(); float L_1 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); uiLotteryItemU5BU5D_t112276802* L_2 = __this->get_m_uiLotteryItemArr_10(); NullCheck(L_2); __this->set_m_timeLabor_28((fmodf(((float)il2cpp_codegen_add((float)L_0, (float)L_1)), (((float)((float)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))))); V_0 = 0; goto IL_006b; } IL_0023: { float L_3 = __this->get_m_timeLabor_28(); int32_t L_4 = V_0; V_1 = ((float)il2cpp_codegen_subtract((float)L_3, (float)(((float)((float)L_4))))); float L_5 = V_1; if ((!(((float)(0.0f)) < ((float)L_5)))) { goto IL_005a; } } { float L_6 = V_1; if ((!(((float)(1.0f)) > ((float)L_6)))) { goto IL_005a; } } { uiLotteryItemU5BU5D_t112276802* L_7 = __this->get_m_uiLotteryItemArr_10(); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; uiLotteryItem_t2769685779 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); uiLotteryItem_ShowEffect_m2745213757(L_10, (1.0f), /*hidden argument*/NULL); goto IL_0067; } IL_005a: { uiLotteryItemU5BU5D_t112276802* L_11 = __this->get_m_uiLotteryItemArr_10(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; uiLotteryItem_t2769685779 * L_14 = (L_11)->GetAt(static_cast(L_13)); NullCheck(L_14); uiLotteryItem_HideEffect_m3642446040(L_14, /*hidden argument*/NULL); } IL_0067: { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_006b: { int32_t L_16 = V_0; uiLotteryItemU5BU5D_t112276802* L_17 = __this->get_m_uiLotteryItemArr_10(); NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_0023; } } { return; } } // System.Void ScenePersonalWndLottery::OnUpdateCircleShowing() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_OnUpdateCircleShowing_m2430552982 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_OnUpdateCircleShowing_m2430552982_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; bool V_4 = false; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; int32_t V_8 = 0; { int32_t L_0 = __this->get_m_lottery_section_41(); if (L_0) { goto IL_016c; } } { float L_1 = __this->get_m_speed_31(); float L_2 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_speed_31(((float)il2cpp_codegen_add((float)L_1, (float)((float)il2cpp_codegen_multiply((float)(4.0f), (float)L_2))))); float L_3 = __this->get_m_speed_31(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_4 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_3, (1.0f), (26.0f), /*hidden argument*/NULL); __this->set_m_speed_31(L_4); float L_5 = __this->get_m_timeLaborSub_29(); float L_6 = __this->get_m_speed_31(); float L_7 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_timeLaborSub_29(((float)il2cpp_codegen_add((float)L_5, (float)((float)il2cpp_codegen_multiply((float)L_6, (float)L_7))))); float L_8 = __this->get_m_timeLaborSub_29(); uiLotteryItemU5BU5D_t112276802* L_9 = __this->get_m_uiLotteryItemArr_10(); NullCheck(L_9); __this->set_m_timeLabor_28((fmodf(L_8, (((float)((float)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))))))))); V_0 = 0; goto IL_00bc; } IL_0074: { float L_10 = __this->get_m_timeLabor_28(); int32_t L_11 = V_0; V_1 = ((float)il2cpp_codegen_subtract((float)L_10, (float)(((float)((float)L_11))))); float L_12 = V_1; if ((!(((float)(0.0f)) <= ((float)L_12)))) { goto IL_00ab; } } { float L_13 = V_1; if ((!(((float)(1.0f)) > ((float)L_13)))) { goto IL_00ab; } } { uiLotteryItemU5BU5D_t112276802* L_14 = __this->get_m_uiLotteryItemArr_10(); int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; uiLotteryItem_t2769685779 * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); uiLotteryItem_ShowEffect_m2745213757(L_17, (1.0f), /*hidden argument*/NULL); goto IL_00b8; } IL_00ab: { uiLotteryItemU5BU5D_t112276802* L_18 = __this->get_m_uiLotteryItemArr_10(); int32_t L_19 = V_0; NullCheck(L_18); int32_t L_20 = L_19; uiLotteryItem_t2769685779 * L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck(L_21); uiLotteryItem_HideEffect_m3642446040(L_21, /*hidden argument*/NULL); } IL_00b8: { int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_00bc: { int32_t L_23 = V_0; uiLotteryItemU5BU5D_t112276802* L_24 = __this->get_m_uiLotteryItemArr_10(); NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))) { goto IL_0074; } } { uiLotteryItemU5BU5D_t112276802* L_25 = __this->get_m_uiLotteryItemArr_10(); NullCheck(L_25); float L_26 = __this->get_m_timeLaborSub_29(); if ((((float)((float)il2cpp_codegen_multiply((float)(2.5f), (float)(((float)((float)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length)))))))))) < ((float)L_26))) { goto IL_00f0; } } { int32_t L_27 = __this->get_m_count_34(); if ((((int32_t)L_27) <= ((int32_t)0))) { goto IL_0167; } } IL_00f0: { __this->set_m_lottery_section_41(1); int32_t L_28 = __this->get_m_nTarIndex_38(); __this->set_m_result_43(L_28); int32_t L_29 = __this->get_m_result_43(); float L_30 = __this->get_m_timeLabor_28(); V_2 = ((float)il2cpp_codegen_subtract((float)(((float)((float)L_29))), (float)L_30)); float L_31 = V_2; if ((!(((float)L_31) < ((float)(0.0f))))) { goto IL_0129; } } { float L_32 = V_2; uiLotteryItemU5BU5D_t112276802* L_33 = __this->get_m_uiLotteryItemArr_10(); NullCheck(L_33); V_2 = ((float)il2cpp_codegen_add((float)L_32, (float)(((float)((float)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length))))))))); } IL_0129: { __this->set_m_speed_31((26.0f)); float L_34 = V_2; float L_35 = __this->get_m_speed_31(); __this->set_m_timeRun_30(((float)((float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_34))/(float)L_35))); float L_36 = __this->get_m_speed_31(); float L_37 = __this->get_m_timeRun_30(); __this->set_m_speed_31(((float)((float)((-L_36))/(float)L_37))); __this->set_m_timeLaborSub_29((0.0f)); } IL_0167: { goto IL_035e; } IL_016c: { int32_t L_38 = __this->get_m_lottery_section_41(); if ((!(((uint32_t)L_38) == ((uint32_t)1)))) { goto IL_026f; } } { V_3 = (0.0f); float L_39 = __this->get_m_timeLaborSub_29(); float L_40 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_timeLaborSub_29(((float)il2cpp_codegen_add((float)L_39, (float)L_40))); V_4 = (bool)0; float L_41 = __this->get_m_timeRun_30(); float L_42 = __this->get_m_timeLaborSub_29(); if ((!(((float)L_41) <= ((float)L_42)))) { goto IL_01b4; } } { V_4 = (bool)1; int32_t L_43 = __this->get_m_result_43(); V_3 = (((float)((float)L_43))); goto IL_01ef; } IL_01b4: { float L_44 = __this->get_m_timeLabor_28(); float L_45 = __this->get_m_timeLaborSub_29(); float L_46 = __this->get_m_speed_31(); float L_47 = __this->get_m_timeLaborSub_29(); float L_48 = __this->get_m_timeLaborSub_29(); V_3 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_44, (float)((float)il2cpp_codegen_multiply((float)(26.0f), (float)L_45)))), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_46)), (float)L_47)), (float)L_48)))); float L_49 = V_3; uiLotteryItemU5BU5D_t112276802* L_50 = __this->get_m_uiLotteryItemArr_10(); NullCheck(L_50); V_3 = (fmodf(L_49, (((float)((float)(((int32_t)((int32_t)(((RuntimeArray *)L_50)->max_length))))))))); } IL_01ef: { V_5 = 0; goto IL_0242; } IL_01f7: { float L_51 = V_3; int32_t L_52 = V_5; V_6 = ((float)il2cpp_codegen_subtract((float)L_51, (float)(((float)((float)L_52))))); float L_53 = V_6; if ((!(((float)(-0.001f)) <= ((float)L_53)))) { goto IL_022e; } } { float L_54 = V_6; if ((!(((float)(1.0f)) > ((float)L_54)))) { goto IL_022e; } } { uiLotteryItemU5BU5D_t112276802* L_55 = __this->get_m_uiLotteryItemArr_10(); int32_t L_56 = V_5; NullCheck(L_55); int32_t L_57 = L_56; uiLotteryItem_t2769685779 * L_58 = (L_55)->GetAt(static_cast(L_57)); NullCheck(L_58); uiLotteryItem_ShowEffect_m2745213757(L_58, (1.0f), /*hidden argument*/NULL); goto IL_023c; } IL_022e: { uiLotteryItemU5BU5D_t112276802* L_59 = __this->get_m_uiLotteryItemArr_10(); int32_t L_60 = V_5; NullCheck(L_59); int32_t L_61 = L_60; uiLotteryItem_t2769685779 * L_62 = (L_59)->GetAt(static_cast(L_61)); NullCheck(L_62); uiLotteryItem_HideEffect_m3642446040(L_62, /*hidden argument*/NULL); } IL_023c: { int32_t L_63 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_0242: { int32_t L_64 = V_5; uiLotteryItemU5BU5D_t112276802* L_65 = __this->get_m_uiLotteryItemArr_10(); NullCheck(L_65); if ((((int32_t)L_64) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_65)->max_length))))))) { goto IL_01f7; } } { bool L_66 = V_4; if (!L_66) { goto IL_026a; } } { __this->set_m_lottery_section_41(2); __this->set_m_timeLabor_28((0.0f)); } IL_026a: { goto IL_035e; } IL_026f: { float L_67 = __this->get_m_timeLabor_28(); float L_68 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_timeLabor_28(((float)il2cpp_codegen_add((float)L_67, (float)L_68))); float L_69 = __this->get_m_timeLabor_28(); if ((!(((float)(1.0f)) >= ((float)L_69)))) { goto IL_0306; } } { float L_70 = __this->get_m_timeLabor_28(); float L_71 = CMathHelp_GetPingPong_m3554504360(NULL /*static, unused*/, (1.0f), (0.0f), ((float)il2cpp_codegen_multiply((float)(2.0f), (float)(fmodf(L_70, (0.5f))))), /*hidden argument*/NULL); V_7 = L_71; V_8 = 0; goto IL_02f2; } IL_02bc: { int32_t L_72 = V_8; int32_t L_73 = __this->get_m_result_43(); if ((!(((uint32_t)L_72) == ((uint32_t)L_73)))) { goto IL_02de; } } { uiLotteryItemU5BU5D_t112276802* L_74 = __this->get_m_uiLotteryItemArr_10(); int32_t L_75 = V_8; NullCheck(L_74); int32_t L_76 = L_75; uiLotteryItem_t2769685779 * L_77 = (L_74)->GetAt(static_cast(L_76)); float L_78 = V_7; NullCheck(L_77); uiLotteryItem_ShowEffect_m2745213757(L_77, L_78, /*hidden argument*/NULL); goto IL_02ec; } IL_02de: { uiLotteryItemU5BU5D_t112276802* L_79 = __this->get_m_uiLotteryItemArr_10(); int32_t L_80 = V_8; NullCheck(L_79); int32_t L_81 = L_80; uiLotteryItem_t2769685779 * L_82 = (L_79)->GetAt(static_cast(L_81)); NullCheck(L_82); uiLotteryItem_HideEffect_m3642446040(L_82, /*hidden argument*/NULL); } IL_02ec: { int32_t L_83 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); } IL_02f2: { int32_t L_84 = V_8; uiLotteryItemU5BU5D_t112276802* L_85 = __this->get_m_uiLotteryItemArr_10(); NullCheck(L_85); if ((((int32_t)L_84) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_85)->max_length))))))) { goto IL_02bc; } } { goto IL_035e; } IL_0306: { float L_86 = __this->get_m_timeLabor_28(); if ((!(((float)(1.0f)) <= ((float)L_86)))) { goto IL_035e; } } { int32_t L_87 = __this->get_m_result_43(); __this->set_m_timeLaborSub_29((((float)((float)L_87)))); uiLotteryItemU5BU5D_t112276802* L_88 = __this->get_m_uiLotteryItemArr_10(); int32_t L_89 = __this->get_m_result_43(); NullCheck(L_88); int32_t L_90 = L_89; uiLotteryItem_t2769685779 * L_91 = (L_88)->GetAt(static_cast(L_90)); NullCheck(L_91); uiLotteryItem_HideEffect_m3642446040(L_91, /*hidden argument*/NULL); uiLotteryItemU5BU5D_t112276802* L_92 = __this->get_m_uiLotteryItemArr_10(); int32_t L_93 = __this->get_m_result_43(); NullCheck(L_92); int32_t L_94 = L_93; uiLotteryItem_t2769685779 * L_95 = (L_92)->GetAt(static_cast(L_94)); NullCheck(L_95); uiLotteryItem_SetItemActive_m4066572777(L_95, (bool)1, /*hidden argument*/NULL); OnRouletteEndCallBack_t4075122966 * L_96 = __this->get_m_callback_42(); if (!L_96) { goto IL_035e; } } { OnRouletteEndCallBack_t4075122966 * L_97 = __this->get_m_callback_42(); NullCheck(L_97); OnRouletteEndCallBack_Invoke_m955279626(L_97, /*hidden argument*/NULL); } IL_035e: { return; } } // System.Void ScenePersonalWndLottery::WheelStart(System.Single,System.Int32,ScenePersonalWndLottery/OnRouletteEndCallBack) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_WheelStart_m2651627039 (ScenePersonalWndLottery_t637137187 * __this, float ___fInterval0, int32_t ___nTargetId1, OnRouletteEndCallBack_t4075122966 * ___callback2, const RuntimeMethod* method) { { uiLotteryItemU5BU5D_t112276802* L_0 = __this->get_m_uiLotteryItemArr_10(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_m_bRunning_36((bool)1); __this->set_m_fTime_39((0.0f)); __this->set_m_lottery_section_41(0); int32_t L_1 = ___nTargetId1; __this->set_m_nTarIndex_38(((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))); int32_t L_2 = __this->get_m_nTarIndex_38(); uiLotteryItemU5BU5D_t112276802* L_3 = __this->get_m_uiLotteryItemArr_10(); NullCheck(L_3); if ((((int32_t)L_2) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_0056; } } { int32_t L_4 = __this->get_m_nTarIndex_38(); uiLotteryItemU5BU5D_t112276802* L_5 = __this->get_m_uiLotteryItemArr_10(); NullCheck(L_5); __this->set_m_nTarIndex_38(((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))))); } IL_0056: { float L_6 = ___fInterval0; __this->set_m_fInterval_40(L_6); OnRouletteEndCallBack_t4075122966 * L_7 = ___callback2; __this->set_m_callback_42(L_7); return; } } // System.Void ScenePersonalWndLottery::WheelEnd() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndLottery_WheelEnd_m919153306 (ScenePersonalWndLottery_t637137187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndLottery_WheelEnd_m919153306_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_0 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CLotteryNew_WheelContinue_m3713018625(L_0, /*hidden argument*/NULL); CEventManager_t474365641 * L_1 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_2 = (intptr_t)ScenePersonalWndLottery_OnTimeOutProc_m446977398_RuntimeMethod_var; OnEventCall_t3758354630 * L_3 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_3, __this, L_2, /*hidden argument*/NULL); NullCheck(L_1); CEventManager_StopEvent_m2167807725(L_1, L_3, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnRouletteEndCallBack_t4075122966 (OnRouletteEndCallBack_t4075122966 * __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 ScenePersonalWndLottery/OnRouletteEndCallBack::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnRouletteEndCallBack__ctor_m1157419119 (OnRouletteEndCallBack_t4075122966 * __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 ScenePersonalWndLottery/OnRouletteEndCallBack::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnRouletteEndCallBack_Invoke_m955279626 (OnRouletteEndCallBack_t4075122966 * __this, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnRouletteEndCallBack_Invoke_m955279626((OnRouletteEndCallBack_t4075122966 *)__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 ScenePersonalWndLottery/OnRouletteEndCallBack::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnRouletteEndCallBack_BeginInvoke_m568282632 (OnRouletteEndCallBack_t4075122966 * __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 ScenePersonalWndLottery/OnRouletteEndCallBack::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnRouletteEndCallBack_EndInvoke_m2312238361 (OnRouletteEndCallBack_t4075122966 * __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 ScenePersonalWndMessage::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage__ctor_m82110989 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMessage::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnPageInit_m96583758 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_OnPageInit_m96583758_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_20(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_isPageInit_20((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_Find_m1729760951(L_1, _stringLiteral3452751330, /*hidden argument*/NULL); NullCheck(L_2); DMListView_t512231514 * L_3 = Component_GetComponent_TisDMListView_t512231514_m151075097(L_2, /*hidden argument*/Component_GetComponent_TisDMListView_t512231514_m151075097_RuntimeMethod_var); __this->set_m_MessageList_8(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_Find_m1729760951(L_4, _stringLiteral4038158085, /*hidden argument*/NULL); __this->set_m_WndMain_2(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral2862248431, /*hidden argument*/NULL); __this->set_m_BtnSystemMsg_3(L_7); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_Find_m1729760951(L_8, _stringLiteral1461956127, /*hidden argument*/NULL); __this->set_m_BtnPlayerMsg_4(L_9); Transform_t3600365921 * L_10 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_10); Transform_t3600365921 * L_11 = Transform_Find_m1729760951(L_10, _stringLiteral571636839, /*hidden argument*/NULL); __this->set_m_SignEmptyMsg_5(L_11); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_12, _stringLiteral3024554883, /*hidden argument*/NULL); __this->set_m_SignUnreadMsg_6(L_13); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_14); Transform_t3600365921 * L_15 = Transform_Find_m1729760951(L_14, _stringLiteral1199098428, /*hidden argument*/NULL); __this->set_m_InteractiveMenu_7(L_15); Transform_t3600365921 * L_16 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_16); Transform_t3600365921 * L_17 = Transform_Find_m1729760951(L_16, _stringLiteral3819581211, /*hidden argument*/NULL); __this->set_m_WndDetail_9(L_17); Transform_t3600365921 * L_18 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_18); Transform_t3600365921 * L_19 = Transform_Find_m1729760951(L_18, _stringLiteral2862399714, /*hidden argument*/NULL); __this->set_m_BtnReceiveGift_10(L_19); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_20); Transform_t3600365921 * L_21 = Transform_Find_m1729760951(L_20, _stringLiteral3947039778, /*hidden argument*/NULL); NullCheck(L_21); UILabel_t3248798549 * L_22 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_21, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_AppendMsg_11(L_22); Transform_t3600365921 * L_23 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_23); Transform_t3600365921 * L_24 = Transform_Find_m1729760951(L_23, _stringLiteral2341052259, /*hidden argument*/NULL); NullCheck(L_24); UISprite_t194114938 * L_25 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_24, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_GiftImage_12(L_25); Transform_t3600365921 * L_26 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_26); Transform_t3600365921 * L_27 = Transform_Find_m1729760951(L_26, _stringLiteral2079972241, /*hidden argument*/NULL); __this->set_m_ReceivedSign_13(L_27); Transform_t3600365921 * L_28 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_28); Transform_t3600365921 * L_29 = Transform_Find_m1729760951(L_28, _stringLiteral2205628129, /*hidden argument*/NULL); __this->set_m_WndReceiveTip_14(L_29); Transform_t3600365921 * L_30 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_30); Transform_t3600365921 * L_31 = Transform_Find_m1729760951(L_30, _stringLiteral4081935150, /*hidden argument*/NULL); NullCheck(L_31); UILabel_t3248798549 * L_32 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_31, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_TipStatic_15(L_32); Transform_t3600365921 * L_33 = __this->get_m_BtnSystemMsg_3(); NullCheck(L_33); Transform_t3600365921 * L_34 = Transform_Find_m1729760951(L_33, _stringLiteral2886052095, /*hidden argument*/NULL); NullCheck(L_34); GameObject_t1113636619 * L_35 = Component_get_gameObject_m442555142(L_34, /*hidden argument*/NULL); __this->set_m_SystemDisactive_16(L_35); Transform_t3600365921 * L_36 = __this->get_m_BtnSystemMsg_3(); NullCheck(L_36); Transform_t3600365921 * L_37 = Transform_Find_m1729760951(L_36, _stringLiteral2482767568, /*hidden argument*/NULL); NullCheck(L_37); GameObject_t1113636619 * L_38 = Component_get_gameObject_m442555142(L_37, /*hidden argument*/NULL); __this->set_m_SystemActive_17(L_38); Transform_t3600365921 * L_39 = __this->get_m_BtnPlayerMsg_4(); NullCheck(L_39); Transform_t3600365921 * L_40 = Transform_Find_m1729760951(L_39, _stringLiteral1438179590, /*hidden argument*/NULL); NullCheck(L_40); GameObject_t1113636619 * L_41 = Component_get_gameObject_m442555142(L_40, /*hidden argument*/NULL); __this->set_m_PlayerDisactive_18(L_41); Transform_t3600365921 * L_42 = __this->get_m_BtnPlayerMsg_4(); NullCheck(L_42); Transform_t3600365921 * L_43 = Transform_Find_m1729760951(L_42, _stringLiteral3004263531, /*hidden argument*/NULL); NullCheck(L_43); GameObject_t1113636619 * L_44 = Component_get_gameObject_m442555142(L_43, /*hidden argument*/NULL); __this->set_m_PlayerActive_19(L_44); UILabel_t3248798549 * L_45 = __this->get_m_TipStatic_15(); CTextHelp_t3119637808 * L_46 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_46); String_t* L_47 = CTextHelp_GetText_m372251958(L_46, _stringLiteral2510711643, /*hidden argument*/NULL); NullCheck(L_45); UILabel_set_text_m1071532778(L_45, L_47, /*hidden argument*/NULL); DMListView_t512231514 * L_48 = __this->get_m_MessageList_8(); NullCheck(L_48); DMListView_SetEnumInfo_m2581368040(L_48, 0, 1, /*hidden argument*/NULL); UILabel_t3248798549 * L_49 = __this->get_m_AppendMsg_11(); NullCheck(L_49); Transform_t3600365921 * L_50 = Component_get_transform_m3162698980(L_49, /*hidden argument*/NULL); NullCheck(L_50); Vector3_t3722313464 L_51 = Transform_get_localPosition_m4234289348(L_50, /*hidden argument*/NULL); __this->set_m_DetailMsgOrignalPos_24(L_51); UILabel_t3248798549 * L_52 = __this->get_m_AppendMsg_11(); NullCheck(L_52); int32_t L_53 = UIWidget_get_pivot_m3232390905(L_52, /*hidden argument*/NULL); __this->set_m_DetailMsgOrignalPivot_26(L_53); UILabel_t3248798549 * L_54 = __this->get_m_AppendMsg_11(); NullCheck(L_54); int32_t L_55 = UILabel_get_lineWidth_m3478424116(L_54, /*hidden argument*/NULL); __this->set_m_lineWith_25(L_55); return; } } // System.Void ScenePersonalWndMessage::Update() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_Update_m2072261567 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_Update_m2072261567_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_0 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CMessageManager_get_ActiveLabel_m3010801053(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndMessage_t4101442169_il2cpp_TypeInfo_var); int32_t L_3 = ((ScenePersonalWndMessage_t4101442169_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndMessage_t4101442169_il2cpp_TypeInfo_var))->get_m_lastActiveLabel_27(); if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0033; } } { int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndMessage_t4101442169_il2cpp_TypeInfo_var); ((ScenePersonalWndMessage_t4101442169_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndMessage_t4101442169_il2cpp_TypeInfo_var))->set_m_lastActiveLabel_27(L_4); DMListView_t512231514 * L_5 = __this->get_m_MessageList_8(); NullCheck(L_5); DMListView_DeleteAll_m488542252(L_5, /*hidden argument*/NULL); int32_t L_6 = V_0; ScenePersonalWndMessage__SetMessageData_m3148266817(__this, L_6, /*hidden argument*/NULL); goto IL_006c; } IL_0033: { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_7 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = CMessageManager_get_IsSystemMsgChanged_m2377888950(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004f; } } { int32_t L_9 = V_0; if (L_9) { goto IL_004f; } } { int32_t L_10 = V_0; ScenePersonalWndMessage__SetMessageData_m3148266817(__this, L_10, /*hidden argument*/NULL); } IL_004f: { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_11 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); bool L_12 = CMessageManager_get_IsPlayerMsgChanged_m1276701925(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_006c; } } { int32_t L_13 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)1)))) { goto IL_006c; } } { int32_t L_14 = V_0; ScenePersonalWndMessage__SetMessageData_m3148266817(__this, L_14, /*hidden argument*/NULL); } IL_006c: { bool L_15 = __this->get_m_bLoadIconDown_22(); if (L_15) { goto IL_007d; } } { ScenePersonalWndMessage__LoadSystemItemIcon_m2372504975(__this, /*hidden argument*/NULL); } IL_007d: { return; } } // System.Void ScenePersonalWndMessage::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_LateUpdate_m2169354107 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_LateUpdate_m2169354107_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); { Transform_t3600365921 * L_0 = __this->get_m_InteractiveMenu_7(); NullCheck(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = GameObject_get_activeSelf_m1767405923(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0016; } } { return; } IL_0016: { bool L_3 = __this->get_m_bCurLastOne_21(); if (!L_3) { goto IL_0029; } } { __this->set_m_bCurLastOne_21((bool)0); return; } IL_0029: { IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_4 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_4; IL2CPP_RUNTIME_CLASS_INIT(CInputHelp_t1757450660_il2cpp_TypeInfo_var); int32_t L_5 = CInputHelp_GetMousePosition_m2637342208(NULL /*static, unused*/, (bool)1, (&V_0), /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_0053; } } { IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_6 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); 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_0053; } } { ScenePersonalWndMessage__OnCloseMenuClose_m1649784022(__this, /*hidden argument*/NULL); } IL_0053: { return; } } // System.Void ScenePersonalWndMessage::ChangeList(DMCore.Logic.enumMessageType) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_ChangeList_m4035417535 (ScenePersonalWndMessage_t4101442169 * __this, int32_t ___message_type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_ChangeList_m4035417535_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___message_type0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000e; } } { int32_t L_1 = ___message_type0; if ((((int32_t)L_1) < ((int32_t)2))) { goto IL_000f; } } IL_000e: { return; } IL_000f: { V_0 = 0; V_1 = 0; IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_2 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = ___message_type0; NullCheck(L_2); CMessageManager_GetMessageCountInfoByType_m2831113956(L_2, L_3, (&V_0), (&V_1), /*hidden argument*/NULL); int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_5 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = ___message_type0; NullCheck(L_5); CMessageManager_SendRequestNextPageInfoToServer_m4248360068(L_5, L_6, /*hidden argument*/NULL); return; } IL_0035: { int32_t L_7 = ___message_type0; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_004c; } } { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_8 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CMessageManager_set_IsPlayerMsgChanged_m3546672882(L_8, (bool)1, /*hidden argument*/NULL); goto IL_005d; } IL_004c: { int32_t L_9 = ___message_type0; if (L_9) { goto IL_005d; } } { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_10 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CMessageManager_set_IsSystemMsgChanged_m1820407496(L_10, (bool)1, /*hidden argument*/NULL); } IL_005d: { return; } } // System.Void ScenePersonalWndMessage::OnEnable() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnEnable_m1530635341 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_OnEnable_m1530635341_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_0 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CMessageManager_set_ActiveLabel_m464249963(L_0, 2, /*hidden argument*/NULL); ScenePersonalWndMessage__ChangeMessageLabel_m1739052212(__this, 1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMessage::OnDisable() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnDisable_m1585357293 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { { return; } } // System.Void ScenePersonalWndMessage::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnPageShow_m2602120211 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_OnPageShow_m2602120211_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { Camera_t4157153871 * L_0 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; Camera_t4157153871 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0029; } } { Camera_t4157153871 * L_3 = V_0; NullCheck(L_3); GameObject_t1113636619 * L_4 = Component_get_gameObject_m442555142(L_3, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_4); GameObject_SendMessage_m3720186693(L_4, _stringLiteral2901416965, L_5, 1, /*hidden argument*/NULL); } IL_0029: { ScenePersonalWndMessage__ChangeSubPage_m627877411(__this, 0, /*hidden argument*/NULL); ScenePersonalWndMessage__ChangeMessageLabel_m1739052212(__this, 1, /*hidden argument*/NULL); Transform_t3600365921 * L_6 = __this->get_m_SignUnreadMsg_6(); NullCheck(L_6); GameObject_t1113636619 * L_7 = Component_get_gameObject_m442555142(L_6, /*hidden argument*/NULL); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)0, /*hidden argument*/NULL); shopModel_t101745799 * L_8 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); shopModel_ResumeMainRole_m3008746332(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_9 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CSignsManager_SetCurrentPageType_m2203410416(L_9, 4, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMessage::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnPageHide_m1848087664 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_OnPageHide_m1848087664_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { Camera_t4157153871 * L_0 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; Camera_t4157153871 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0023; } } { Camera_t4157153871 * L_3 = V_0; NullCheck(L_3); GameObject_t1113636619 * L_4 = Component_get_gameObject_m442555142(L_3, /*hidden argument*/NULL); NullCheck(L_4); GameObject_SendMessage_m1121218340(L_4, _stringLiteral2541477419, 1, /*hidden argument*/NULL); } IL_0023: { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_5 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CMessageManager_SendClearAllReadSign_m2958535889(L_5, /*hidden argument*/NULL); CMessageManager_t3136027633 * L_6 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CMessageManager_ClearAll_m346587241(L_6, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMessage::OnClkReturn() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnClkReturn_m3357602748 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_OnClkReturn_m3357602748_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { Transform_t3600365921 * L_0 = __this->get_m_WndDetail_9(); NullCheck(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = GameObject_get_activeSelf_m1767405923(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0021; } } { ScenePersonalWndMessage__ChangeSubPage_m627877411(__this, 0, /*hidden argument*/NULL); goto IL_0055; } IL_0021: { Camera_t4157153871 * L_3 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_3; Camera_t4157153871 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0055; } } { Camera_t4157153871 * L_6 = V_0; NullCheck(L_6); GameObject_t1113636619 * L_7 = Component_get_gameObject_m442555142(L_6, /*hidden argument*/NULL); NullCheck(L_7); GameObject_SendMessage_m1121218340(L_7, _stringLiteral2541477419, 1, /*hidden argument*/NULL); Camera_t4157153871 * L_8 = V_0; NullCheck(L_8); GameObject_t1113636619 * L_9 = Component_get_gameObject_m442555142(L_8, /*hidden argument*/NULL); NullCheck(L_9); GameObject_SendMessage_m1121218340(L_9, _stringLiteral623318204, 1, /*hidden argument*/NULL); } IL_0055: { return; } } // System.Void ScenePersonalWndMessage::OnOpenSystemMsgProc() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnOpenSystemMsgProc_m3298485683 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_OnOpenSystemMsgProc_m3298485683_MetadataUsageId); s_Il2CppMethodInitialized = true; } AudioClip_t3680889665 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); AudioClip_t3680889665 * L_1 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_0, _stringLiteral2585256216); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ISoundManager_t434164892 * L_3 = CRoot_GetSoundManager_m30020774(L_2, /*hidden argument*/NULL); AudioClip_t3680889665 * L_4 = V_0; NullCheck(L_3); ISoundManager_PlayOnce_m3370941300(L_3, L_4, /*hidden argument*/NULL); ScenePersonalWndMessage__ChangeMessageLabel_m1739052212(__this, 0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMessage::OnOpenPlayerMsgProc() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnOpenPlayerMsgProc_m3519424619 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_OnOpenPlayerMsgProc_m3519424619_MetadataUsageId); s_Il2CppMethodInitialized = true; } AudioClip_t3680889665 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); AudioClip_t3680889665 * L_1 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_0, _stringLiteral2585256216); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ISoundManager_t434164892 * L_3 = CRoot_GetSoundManager_m30020774(L_2, /*hidden argument*/NULL); AudioClip_t3680889665 * L_4 = V_0; NullCheck(L_3); ISoundManager_PlayOnce_m3370941300(L_3, L_4, /*hidden argument*/NULL); ScenePersonalWndMessage__ChangeMessageLabel_m1739052212(__this, 1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMessage::OnShowMenu(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnShowMenu_m309455808 (ScenePersonalWndMessage_t4101442169 * __this, Vector3_t3722313464 ___posAndIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_OnShowMenu_m309455808_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CMessageData_t2024175854 * V_1 = NULL; CDataArray_t4068198041 * V_2 = NULL; { Vector3_t3722313464 L_0 = ___posAndIndex0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_1 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_2 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001e; } } { float L_3 = (&___posAndIndex0)->get_z_3(); if ((!(((uint32_t)(((int32_t)((int32_t)L_3)))) == ((uint32_t)(-1))))) { goto IL_001f; } } IL_001e: { return; } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_4 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = CWndController_IsExist_m1254965977(L_4, ((int32_t)24), /*hidden argument*/NULL); if (!L_5) { goto IL_0031; } } { return; } IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_6 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CMessageManager_get_ActiveLabel_m3010801053(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_004c; } } { ScenePersonalWndMessage__ChangeSubPage_m627877411(__this, 1, /*hidden argument*/NULL); goto IL_00d7; } IL_004c: { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_8 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = CMessageManager_get_ActiveLabel_m3010801053(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_00d7; } } { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_10 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); bool L_11 = CMessageManager_get_MenuStateValid_m2512096258(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0077; } } { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_12 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CMessageManager_set_MenuStateValid_m4108532631(L_12, (bool)0, /*hidden argument*/NULL); return; } IL_0077: { float L_13 = (&___posAndIndex0)->get_z_3(); V_0 = (((int32_t)((int32_t)L_13))); IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_14 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); CMessageManager_t3136027633 * L_15 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = CMessageManager_get_ActiveLabel_m3010801053(L_15, /*hidden argument*/NULL); int32_t L_17 = V_0; NullCheck(L_14); CMessageData_t2024175854 * L_18 = CMessageManager_GetMessageByIndex_m3953039363(L_14, L_16, L_17, /*hidden argument*/NULL); V_1 = L_18; CMainRole_t4200562839 * L_19 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); int64_t L_20 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_19); CMessageData_t2024175854 * L_21 = V_1; NullCheck(L_21); int64_t L_22 = L_21->get_m_SenderID_3(); if ((!(((uint64_t)L_20) == ((uint64_t)L_22)))) { goto IL_00ac; } } { return; } IL_00ac: { CDataArray_t4068198041 * L_23 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_23, /*hidden argument*/NULL); V_2 = L_23; CDataArray_t4068198041 * L_24 = V_2; CMessageData_t2024175854 * L_25 = V_1; NullCheck(L_25); int64_t L_26 = L_25->get_m_SenderID_3(); NullCheck(L_24); CDataArray_Push_m3799896857(L_24, L_26, /*hidden argument*/NULL); CDataArray_t4068198041 * L_27 = V_2; CMessageData_t2024175854 * L_28 = V_1; NullCheck(L_28); String_t* L_29 = L_28->get_m_SenderName_4(); NullCheck(L_27); CDataArray_Push_m1799687930(L_27, L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMenuManager_t3869721565_il2cpp_TypeInfo_var); CMenuManager_t3869721565 * L_30 = CMenuManager_GetInstance_m3933304740(NULL /*static, unused*/, /*hidden argument*/NULL); CDataArray_t4068198041 * L_31 = V_2; NullCheck(L_30); CMenuManager_OnShowMenu_m142632618(L_30, 3, 0, L_31, /*hidden argument*/NULL); } IL_00d7: { return; } } // System.Void ScenePersonalWndMessage::OnShowPlayerInteractiveMenuProc(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnShowPlayerInteractiveMenuProc_m3139416909 (ScenePersonalWndMessage_t4101442169 * __this, Vector3_t3722313464 ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_OnShowPlayerInteractiveMenuProc_m3139416909_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); float V_2 = 0.0f; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_0 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CMessageManager_get_ActiveLabel_m3010801053(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0026; } } { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_2 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CMessageManager_get_ActiveIndex_m4062808904(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0026; } } { ScenePersonalWndMessage__ChangeSubPage_m627877411(__this, 1, /*hidden argument*/NULL); } IL_0026: { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_4 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CMessageManager_get_ActiveLabel_m3010801053(L_4, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0159; } } { float L_6 = (&___pos0)->get_z_3(); V_0 = (((int32_t)((int32_t)L_6))); int32_t L_7 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_0047; } } { return; } IL_0047: { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_8 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); CMessageManager_t3136027633 * L_9 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = CMessageManager_get_ActiveLabel_m3010801053(L_9, /*hidden argument*/NULL); int32_t L_11 = V_0; NullCheck(L_8); CMessageData_t2024175854 * L_12 = CMessageManager_GetMessageByIndex_m3953039363(L_8, L_10, L_11, /*hidden argument*/NULL); __this->set_m_CurrentSelected_23(L_12); CMainRole_t4200562839 * L_13 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); int64_t L_14 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_13); CMessageData_t2024175854 * L_15 = __this->get_m_CurrentSelected_23(); NullCheck(L_15); int64_t L_16 = L_15->get_m_SenderID_3(); if ((!(((uint64_t)L_14) == ((uint64_t)L_16)))) { goto IL_007d; } } { return; } IL_007d: { __this->set_m_bCurLastOne_21((bool)1); Transform_t3600365921 * L_17 = __this->get_m_InteractiveMenu_7(); NullCheck(L_17); GameObject_t1113636619 * L_18 = Component_get_gameObject_m442555142(L_17, /*hidden argument*/NULL); NullCheck(L_18); GameObject_SetActive_m796801857(L_18, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_19 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_19; float L_20 = (&___pos0)->get_x_1(); int32_t L_21 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_22 = Mathf_Min_m1073399594(NULL /*static, unused*/, L_20, ((float)il2cpp_codegen_subtract((float)(((float)((float)L_21))), (float)(160.0f))), /*hidden argument*/NULL); int32_t L_23 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); (&V_1)->set_x_0(((float)il2cpp_codegen_subtract((float)L_22, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_23)))))))); int32_t L_24 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); float L_25 = (&___pos0)->get_y_2(); (&V_1)->set_y_1(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_24))))), (float)L_25))); IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_26 = CAppOSHelp_GetRealScaleX_m3045278560(NULL /*static, unused*/, /*hidden argument*/NULL); float L_27 = CAppOSHelp_GetRealScaleY_m3045278561(NULL /*static, unused*/, /*hidden argument*/NULL); float L_28 = Mathf_Min_m1073399594(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); V_2 = L_28; Transform_t3600365921 * L_29 = __this->get_m_InteractiveMenu_7(); NullCheck(L_29); Transform_t3600365921 * L_30 = Component_get_transform_m3162698980(L_29, /*hidden argument*/NULL); NullCheck(L_30); Vector3_t3722313464 L_31 = Transform_get_localPosition_m4234289348(L_30, /*hidden argument*/NULL); V_3 = L_31; float L_32 = (&V_1)->get_x_0(); int32_t L_33 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); float L_34 = V_2; (&V_3)->set_x_1(((float)il2cpp_codegen_subtract((float)((float)((float)((float)il2cpp_codegen_subtract((float)L_32, (float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_33)))))))/(float)L_34)), (float)(30.0f)))); float L_35 = (&V_1)->get_y_1(); float L_36 = V_2; (&V_3)->set_y_2(((float)il2cpp_codegen_add((float)((float)((float)L_35/(float)L_36)), (float)(20.0f)))); (&V_3)->set_z_3((-6.0f)); Transform_t3600365921 * L_37 = __this->get_m_InteractiveMenu_7(); NullCheck(L_37); Transform_t3600365921 * L_38 = Component_get_transform_m3162698980(L_37, /*hidden argument*/NULL); Vector3_t3722313464 L_39 = V_3; NullCheck(L_38); Transform_set_localPosition_m4128471975(L_38, L_39, /*hidden argument*/NULL); } IL_0159: { return; } } // System.Void ScenePersonalWndMessage::OnMLCardProc() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnMLCardProc_m1537131848 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_OnMLCardProc_m1537131848_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CRoot_SetOpenPage_m2050013413(L_0, 4, /*hidden argument*/NULL); CMessageData_t2024175854 * L_1 = __this->get_m_CurrentSelected_23(); if (L_1) { goto IL_0017; } } { return; } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ICameraBase_t3615533728 * L_3 = CRoot_GetCamera_m3179746689(L_2, /*hidden argument*/NULL); NullCheck(L_3); Camera_t4157153871 * L_4 = ICameraBase_GetUICamera_m3997251255(L_3, /*hidden argument*/NULL); V_0 = L_4; Camera_t4157153871 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0054; } } { Camera_t4157153871 * L_7 = V_0; NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); CMessageData_t2024175854 * L_9 = __this->get_m_CurrentSelected_23(); NullCheck(L_9); int64_t L_10 = L_9->get_m_SenderID_3(); int64_t L_11 = L_10; RuntimeObject * L_12 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_11); NullCheck(L_8); GameObject_SendMessage_m3720186693(L_8, _stringLiteral2249229000, L_12, 1, /*hidden argument*/NULL); } IL_0054: { ScenePersonalWndMessage__OnCloseMenuClose_m1649784022(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMessage::OnMLChatProc() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnMLChatProc_m3211922495 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_OnMLChatProc_m3211922495_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CRoot_SetOpenPage_m2050013413(L_0, 4, /*hidden argument*/NULL); CMessageData_t2024175854 * L_1 = __this->get_m_CurrentSelected_23(); if (L_1) { goto IL_0017; } } { return; } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ICameraBase_t3615533728 * L_3 = CRoot_GetCamera_m3179746689(L_2, /*hidden argument*/NULL); NullCheck(L_3); Camera_t4157153871 * L_4 = ICameraBase_GetUICamera_m3997251255(L_3, /*hidden argument*/NULL); V_0 = L_4; Camera_t4157153871 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0054; } } { Camera_t4157153871 * L_7 = V_0; NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); CMessageData_t2024175854 * L_9 = __this->get_m_CurrentSelected_23(); NullCheck(L_9); int64_t L_10 = L_9->get_m_SenderID_3(); int64_t L_11 = L_10; RuntimeObject * L_12 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_11); NullCheck(L_8); GameObject_SendMessage_m3720186693(L_8, _stringLiteral767461401, L_12, 1, /*hidden argument*/NULL); } IL_0054: { ScenePersonalWndMessage__OnCloseMenuClose_m1649784022(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMessage::OnMLConcernProc() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnMLConcernProc_m3114777288 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_OnMLConcernProc_m3114777288_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CMessageData_t2024175854 * L_0 = __this->get_m_CurrentSelected_23(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { CDataArray_t4068198041 * L_1 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = V_0; NullCheck(L_2); CDataArray_Push_m3820844360(L_2, ((int32_t)1000), /*hidden argument*/NULL); CDataArray_t4068198041 * L_3 = V_0; CMessageData_t2024175854 * L_4 = __this->get_m_CurrentSelected_23(); NullCheck(L_4); int64_t L_5 = L_4->get_m_SenderID_3(); NullCheck(L_3); CDataArray_Push_m3799896857(L_3, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); ScenePersonalWndMessage__OnCloseMenuClose_m1649784022(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMessage::OnMLPresentProc() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnMLPresentProc_m3660071030 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_OnMLPresentProc_m3660071030_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CMessageData_t2024175854 * L_0 = __this->get_m_CurrentSelected_23(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(CGiftManager_t2180653355_il2cpp_TypeInfo_var); CGiftManager_t2180653355 * L_1 = CGiftManager_GetInstance_m2502612045(NULL /*static, unused*/, /*hidden argument*/NULL); CMessageData_t2024175854 * L_2 = __this->get_m_CurrentSelected_23(); NullCheck(L_2); String_t* L_3 = L_2->get_m_SenderName_4(); CMessageData_t2024175854 * L_4 = __this->get_m_CurrentSelected_23(); NullCheck(L_4); int64_t L_5 = L_4->get_m_SenderID_3(); NullCheck(L_1); CGiftManager_SetTarget_m192924937(L_1, L_3, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_6 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CWndController_ShowUI_m3552255067(L_6, ((int32_t)24), /*hidden argument*/NULL); ScenePersonalWndMessage__OnCloseMenuClose_m1649784022(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMessage::_OnCloseMenuClose() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage__OnCloseMenuClose_m1649784022 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = __this->get_m_InteractiveMenu_7(); NullCheck(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(L_0, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)0, /*hidden argument*/NULL); DMListView_t512231514 * L_2 = __this->get_m_MessageList_8(); NullCheck(L_2); DMListView_SetActive_m3341878478(L_2, (-1), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMessage::_ChangeSubPage(ScenePersonalWndMessage/enumMessageSubPage) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage__ChangeSubPage_m627877411 (ScenePersonalWndMessage_t4101442169 * __this, int32_t ___page0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage__ChangeSubPage_m627877411_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMessageData_t2024175854 * V_0 = NULL; { int32_t L_0 = ___page0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0204; } } { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_1 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CMessageManager_get_ActiveIndex_m4062808904(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0018; } } { return; } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_3 = __this->get_m_WndMain_2(); NullCheck(L_3); GameObject_t1113636619 * L_4 = Component_get_gameObject_m442555142(L_3, /*hidden argument*/NULL); NullCheck(L_4); GameObject_SetActive_m796801857(L_4, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_5 = __this->get_m_WndReceiveTip_14(); NullCheck(L_5); GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(L_5, /*hidden argument*/NULL); NullCheck(L_6); GameObject_SetActive_m796801857(L_6, (bool)0, /*hidden argument*/NULL); DMListView_t512231514 * L_7 = __this->get_m_MessageList_8(); NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); NullCheck(L_8); GameObject_SetActive_m796801857(L_8, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_9 = __this->get_m_WndDetail_9(); NullCheck(L_9); GameObject_t1113636619 * L_10 = Component_get_gameObject_m442555142(L_9, /*hidden argument*/NULL); NullCheck(L_10); GameObject_SetActive_m796801857(L_10, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_11 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); CMessageManager_t3136027633 * L_12 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = CMessageManager_get_ActiveLabel_m3010801053(L_12, /*hidden argument*/NULL); CMessageManager_t3136027633 * L_14 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15 = CMessageManager_get_ActiveIndex_m4062808904(L_14, /*hidden argument*/NULL); NullCheck(L_11); CMessageData_t2024175854 * L_16 = CMessageManager_GetMessageByIndex_m3953039363(L_11, L_13, L_15, /*hidden argument*/NULL); V_0 = L_16; CMessageData_t2024175854 * L_17 = V_0; if (!L_17) { goto IL_01b5; } } { CMessageData_t2024175854 * L_18 = V_0; NullCheck(L_18); bool L_19 = L_18->get_m_HasAttachment_11(); if (!L_19) { goto IL_010f; } } { Transform_t3600365921 * L_20 = __this->get_m_BtnReceiveGift_10(); NullCheck(L_20); GameObject_t1113636619 * L_21 = Component_get_gameObject_m442555142(L_20, /*hidden argument*/NULL); CMessageData_t2024175854 * L_22 = V_0; NullCheck(L_22); bool L_23 = L_22->get_m_IsGetAttachment_13(); NullCheck(L_21); GameObject_SetActive_m796801857(L_21, (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); Transform_t3600365921 * L_24 = __this->get_m_ReceivedSign_13(); NullCheck(L_24); GameObject_t1113636619 * L_25 = Component_get_gameObject_m442555142(L_24, /*hidden argument*/NULL); CMessageData_t2024175854 * L_26 = V_0; NullCheck(L_26); bool L_27 = L_26->get_m_IsGetAttachment_13(); NullCheck(L_25); GameObject_SetActive_m796801857(L_25, L_27, /*hidden argument*/NULL); UISprite_t194114938 * L_28 = __this->get_m_GiftImage_12(); NullCheck(L_28); GameObject_t1113636619 * L_29 = Component_get_gameObject_m442555142(L_28, /*hidden argument*/NULL); NullCheck(L_29); GameObject_SetActive_m796801857(L_29, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_30 = __this->get_m_AppendMsg_11(); int32_t L_31 = __this->get_m_DetailMsgOrignalPivot_26(); NullCheck(L_30); UIWidget_set_pivot_m951060879(L_30, L_31, /*hidden argument*/NULL); UILabel_t3248798549 * L_32 = __this->get_m_AppendMsg_11(); NullCheck(L_32); Transform_t3600365921 * L_33 = Component_get_transform_m3162698980(L_32, /*hidden argument*/NULL); Vector3_t3722313464 L_34 = __this->get_m_DetailMsgOrignalPos_24(); NullCheck(L_33); Transform_set_localPosition_m4128471975(L_33, L_34, /*hidden argument*/NULL); UILabel_t3248798549 * L_35 = __this->get_m_AppendMsg_11(); int32_t L_36 = __this->get_m_lineWith_25(); NullCheck(L_35); UILabel_set_lineWidth_m2640781412(L_35, L_36, /*hidden argument*/NULL); goto IL_018e; } IL_010f: { Transform_t3600365921 * L_37 = __this->get_m_BtnReceiveGift_10(); NullCheck(L_37); GameObject_t1113636619 * L_38 = Component_get_gameObject_m442555142(L_37, /*hidden argument*/NULL); NullCheck(L_38); GameObject_SetActive_m796801857(L_38, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_39 = __this->get_m_ReceivedSign_13(); NullCheck(L_39); GameObject_t1113636619 * L_40 = Component_get_gameObject_m442555142(L_39, /*hidden argument*/NULL); NullCheck(L_40); GameObject_SetActive_m796801857(L_40, (bool)0, /*hidden argument*/NULL); UISprite_t194114938 * L_41 = __this->get_m_GiftImage_12(); NullCheck(L_41); GameObject_t1113636619 * L_42 = Component_get_gameObject_m442555142(L_41, /*hidden argument*/NULL); NullCheck(L_42); GameObject_SetActive_m796801857(L_42, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_43 = __this->get_m_AppendMsg_11(); NullCheck(L_43); UIWidget_set_pivot_m951060879(L_43, 1, /*hidden argument*/NULL); UILabel_t3248798549 * L_44 = __this->get_m_AppendMsg_11(); NullCheck(L_44); Transform_t3600365921 * L_45 = Component_get_transform_m3162698980(L_44, /*hidden argument*/NULL); Vector3_t3722313464 * L_46 = __this->get_address_of_m_DetailMsgOrignalPos_24(); float L_47 = L_46->get_y_2(); Vector3_t3722313464 * L_48 = __this->get_address_of_m_DetailMsgOrignalPos_24(); float L_49 = L_48->get_z_3(); Vector3_t3722313464 L_50; memset(&L_50, 0, sizeof(L_50)); Vector3__ctor_m3353183577((&L_50), (0.0f), L_47, L_49, /*hidden argument*/NULL); NullCheck(L_45); Transform_set_localPosition_m4128471975(L_45, L_50, /*hidden argument*/NULL); UILabel_t3248798549 * L_51 = __this->get_m_AppendMsg_11(); NullCheck(L_51); UILabel_set_lineWidth_m2640781412(L_51, ((int32_t)500), /*hidden argument*/NULL); } IL_018e: { UILabel_t3248798549 * L_52 = __this->get_m_AppendMsg_11(); CMessageData_t2024175854 * L_53 = V_0; NullCheck(L_53); String_t* L_54 = L_53->get_m_Description_7(); NullCheck(L_52); UILabel_set_text_m1071532778(L_52, L_54, /*hidden argument*/NULL); CMessageData_t2024175854 * L_55 = V_0; NullCheck(L_55); bool L_56 = L_55->get_m_HasAttachment_11(); if (!L_56) { goto IL_01b0; } } { ScenePersonalWndMessage__LoadSystemItemIcon_m2372504975(__this, /*hidden argument*/NULL); } IL_01b0: { goto IL_01f3; } IL_01b5: { Transform_t3600365921 * L_57 = __this->get_m_BtnReceiveGift_10(); NullCheck(L_57); GameObject_t1113636619 * L_58 = Component_get_gameObject_m442555142(L_57, /*hidden argument*/NULL); NullCheck(L_58); GameObject_SetActive_m796801857(L_58, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_59 = __this->get_m_ReceivedSign_13(); NullCheck(L_59); GameObject_t1113636619 * L_60 = Component_get_gameObject_m442555142(L_59, /*hidden argument*/NULL); NullCheck(L_60); GameObject_SetActive_m796801857(L_60, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_61 = __this->get_m_AppendMsg_11(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_62 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_61); UILabel_set_text_m1071532778(L_61, L_62, /*hidden argument*/NULL); UISprite_t194114938 * L_63 = __this->get_m_GiftImage_12(); NullCheck(L_63); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_63, (Texture_t3661962703 *)NULL); } IL_01f3: { DMListView_t512231514 * L_64 = __this->get_m_MessageList_8(); NullCheck(L_64); DMListView_SetActive_m3341878478(L_64, (-1), /*hidden argument*/NULL); goto IL_024e; } IL_0204: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_65 = __this->get_m_WndMain_2(); NullCheck(L_65); GameObject_t1113636619 * L_66 = Component_get_gameObject_m442555142(L_65, /*hidden argument*/NULL); NullCheck(L_66); GameObject_SetActive_m796801857(L_66, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_67 = __this->get_m_WndDetail_9(); NullCheck(L_67); GameObject_t1113636619 * L_68 = Component_get_gameObject_m442555142(L_67, /*hidden argument*/NULL); NullCheck(L_68); GameObject_SetActive_m796801857(L_68, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_69 = __this->get_m_WndReceiveTip_14(); NullCheck(L_69); GameObject_t1113636619 * L_70 = Component_get_gameObject_m442555142(L_69, /*hidden argument*/NULL); NullCheck(L_70); GameObject_SetActive_m796801857(L_70, (bool)0, /*hidden argument*/NULL); DMListView_t512231514 * L_71 = __this->get_m_MessageList_8(); NullCheck(L_71); GameObject_t1113636619 * L_72 = Component_get_gameObject_m442555142(L_71, /*hidden argument*/NULL); NullCheck(L_72); GameObject_SetActive_m796801857(L_72, (bool)1, /*hidden argument*/NULL); } IL_024e: { Transform_t3600365921 * L_73 = __this->get_m_InteractiveMenu_7(); NullCheck(L_73); GameObject_t1113636619 * L_74 = Component_get_gameObject_m442555142(L_73, /*hidden argument*/NULL); NullCheck(L_74); GameObject_SetActive_m796801857(L_74, (bool)0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMessage::_LoadSystemItemIcon() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage__LoadSystemItemIcon_m2372504975 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage__LoadSystemItemIcon_m2372504975_MetadataUsageId); s_Il2CppMethodInitialized = true; } CMessageData_t2024175854 * V_0 = NULL; IAttachMent_t1542359345 * V_1 = NULL; CDataArray_t4068198041 * V_2 = NULL; String_t* V_3 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_0 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); CMessageManager_t3136027633 * L_1 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CMessageManager_get_ActiveLabel_m3010801053(L_1, /*hidden argument*/NULL); CMessageManager_t3136027633 * L_3 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CMessageManager_get_ActiveIndex_m4062808904(L_3, /*hidden argument*/NULL); NullCheck(L_0); CMessageData_t2024175854 * L_5 = CMessageManager_GetMessageByIndex_m3953039363(L_0, L_2, L_4, /*hidden argument*/NULL); V_0 = L_5; CMessageData_t2024175854 * L_6 = V_0; if (L_6) { goto IL_0026; } } { return; } IL_0026: { CMessageData_t2024175854 * L_7 = V_0; NullCheck(L_7); bool L_8 = L_7->get_m_HasAttachment_11(); if (L_8) { goto IL_0032; } } { return; } IL_0032: { CMessageData_t2024175854 * L_9 = V_0; NullCheck(L_9); IAttachMent_t1542359345 * L_10 = CMessageData_GetAttachment_m1475566106(L_9, 0, /*hidden argument*/NULL); V_1 = L_10; IAttachMent_t1542359345 * L_11 = V_1; if (L_11) { goto IL_0041; } } { return; } IL_0041: { CDataArray_t4068198041 * L_12 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_12, /*hidden argument*/NULL); V_2 = L_12; CDataArray_t4068198041 * L_13 = V_2; if (L_13) { goto IL_004e; } } { return; } IL_004e: { IAttachMent_t1542359345 * L_14 = V_1; CDataArray_t4068198041 * L_15 = V_2; NullCheck(L_14); VirtActionInvoker1< CDataArray_t4068198041 * >::Invoke(4 /* System.Void DMCore.Logic.IAttachMent::Serial(DMCore.CDataArray) */, L_14, L_15); CDataArray_t4068198041 * L_16 = V_2; NullCheck(L_16); int32_t L_17 = CDataArray_GetInt_m1111369473(L_16, 0, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); String_t* L_18 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); V_3 = L_18; String_t* L_19 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_006f; } } { return; } IL_006f: { return; } } // System.Void ScenePersonalWndMessage::_ChangeMessageLabel(DMCore.Logic.enumMessageType) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage__ChangeMessageLabel_m1739052212 (ScenePersonalWndMessage_t4101442169 * __this, int32_t ___label0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage__ChangeMessageLabel_m1739052212_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___label0; IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_1 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CMessageManager_get_ActiveLabel_m3010801053(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)L_2)))) { goto IL_0011; } } { return; } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_3 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_4 = ___label0; NullCheck(L_3); CMessageManager_set_ActiveLabel_m464249963(L_3, L_4, /*hidden argument*/NULL); CMessageManager_t3136027633 * L_5 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CMessageManager_set_ActiveIndex_m4169751078(L_5, (-1), /*hidden argument*/NULL); int32_t L_6 = ___label0; if (!L_6) { goto IL_0039; } } { int32_t L_7 = ___label0; if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_0088; } } { goto IL_00d7; } IL_0039: { GameObject_t1113636619 * L_8 = __this->get_m_SystemDisactive_16(); NullCheck(L_8); GameObject_SetActive_m796801857(L_8, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_9 = __this->get_m_SystemActive_17(); NullCheck(L_9); GameObject_SetActive_m796801857(L_9, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_10 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); GameObject_t1113636619 * L_11 = __this->get_m_SystemDisactive_16(); NullCheck(L_11); Transform_t3600365921 * L_12 = GameObject_get_transform_m1369836730(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_13 = CMiscHelp_FindTransNameFromUICamera_m730184579(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); NullCheck(L_10); CSignsManager_DeleteSignByRoot_m847522310(L_10, L_13, /*hidden argument*/NULL); GameObject_t1113636619 * L_14 = __this->get_m_PlayerDisactive_18(); NullCheck(L_14); GameObject_SetActive_m796801857(L_14, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_15 = __this->get_m_PlayerActive_19(); NullCheck(L_15); GameObject_SetActive_m796801857(L_15, (bool)0, /*hidden argument*/NULL); goto IL_00dc; } IL_0088: { GameObject_t1113636619 * L_16 = __this->get_m_SystemDisactive_16(); NullCheck(L_16); GameObject_SetActive_m796801857(L_16, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_17 = __this->get_m_SystemActive_17(); NullCheck(L_17); GameObject_SetActive_m796801857(L_17, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_18 = __this->get_m_PlayerDisactive_18(); NullCheck(L_18); GameObject_SetActive_m796801857(L_18, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_19 = __this->get_m_PlayerActive_19(); NullCheck(L_19); GameObject_SetActive_m796801857(L_19, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_20 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); GameObject_t1113636619 * L_21 = __this->get_m_PlayerDisactive_18(); NullCheck(L_21); Transform_t3600365921 * L_22 = GameObject_get_transform_m1369836730(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_23 = CMiscHelp_FindTransNameFromUICamera_m730184579(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); NullCheck(L_20); CSignsManager_DeleteSignByRoot_m847522310(L_20, L_23, /*hidden argument*/NULL); goto IL_00dc; } IL_00d7: { goto IL_00dc; } IL_00dc: { int32_t L_24 = ___label0; ScenePersonalWndMessage_ChangeList_m4035417535(__this, L_24, /*hidden argument*/NULL); DMListView_t512231514 * L_25 = __this->get_m_MessageList_8(); NullCheck(L_25); DMListView_SetActive_m3341878478(L_25, (-1), /*hidden argument*/NULL); Transform_t3600365921 * L_26 = __this->get_m_InteractiveMenu_7(); NullCheck(L_26); GameObject_t1113636619 * L_27 = Component_get_gameObject_m442555142(L_26, /*hidden argument*/NULL); NullCheck(L_27); GameObject_SetActive_m796801857(L_27, (bool)0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMessage::_SetMessageData(DMCore.Logic.enumMessageType) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage__SetMessageData_m3148266817 (ScenePersonalWndMessage_t4101442169 * __this, int32_t ___activeType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage__SetMessageData_m3148266817_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_1 = 0; IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_0 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___activeType0; NullCheck(L_0); CMessageManager_GetMessageCountInfoByType_m2831113956(L_0, L_1, (&V_0), (&V_1), /*hidden argument*/NULL); CMessageManager_t3136027633 * L_2 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = CMessageManager_get_IsPlayerMsgChanged_m1276701925(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0034; } } { int32_t L_4 = ___activeType0; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0034; } } { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_5 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CMessageManager_set_IsPlayerMsgChanged_m3546672882(L_5, (bool)0, /*hidden argument*/NULL); } IL_0034: { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_6 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); bool L_7 = CMessageManager_get_IsSystemMsgChanged_m2377888950(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0054; } } { int32_t L_8 = ___activeType0; if (L_8) { goto IL_0054; } } { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_9 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CMessageManager_set_IsSystemMsgChanged_m1820407496(L_9, (bool)0, /*hidden argument*/NULL); } IL_0054: { int32_t L_10 = V_1; if ((((int32_t)L_10) > ((int32_t)0))) { goto IL_006d; } } { Transform_t3600365921 * L_11 = __this->get_m_SignEmptyMsg_5(); NullCheck(L_11); GameObject_t1113636619 * L_12 = Component_get_gameObject_m442555142(L_11, /*hidden argument*/NULL); NullCheck(L_12); GameObject_SetActive_m796801857(L_12, (bool)1, /*hidden argument*/NULL); return; } IL_006d: { DMListView_t512231514 * L_13 = __this->get_m_MessageList_8(); NullCheck(L_13); int32_t L_14 = DMListView_GetCount_m1758119318(L_13, /*hidden argument*/NULL); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_007f; } } { return; } IL_007f: { Transform_t3600365921 * L_15 = __this->get_m_SignEmptyMsg_5(); NullCheck(L_15); GameObject_t1113636619 * L_16 = Component_get_gameObject_m442555142(L_15, /*hidden argument*/NULL); NullCheck(L_16); GameObject_SetActive_m796801857(L_16, (bool)0, /*hidden argument*/NULL); DMListView_t512231514 * L_17 = __this->get_m_MessageList_8(); NullCheck(L_17); L_17->set_isCommonItemList_2((bool)1); DMListView_t512231514 * L_18 = __this->get_m_MessageList_8(); int32_t L_19 = V_0; NullCheck(L_18); DMListView_GenerateItemList_m637906825(L_18, L_19, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMessage::OnCloseUnDoDissolveProc() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnCloseUnDoDissolveProc_m2984081244 (ScenePersonalWndMessage_t4101442169 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_OnCloseUnDoDissolveProc_m2984081244_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; CMessageData_t2024175854 * V_3 = 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; if (L_1) { goto IL_000d; } } { return; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_2 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CMessageManager_get_ActiveLabel_m3010801053(L_2, /*hidden argument*/NULL); V_1 = L_3; CMessageManager_t3136027633 * L_4 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CMessageManager_get_ActiveIndex_m4062808904(L_4, /*hidden argument*/NULL); V_2 = L_5; CMessageManager_t3136027633 * L_6 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_7 = V_1; int32_t L_8 = V_2; NullCheck(L_6); CMessageData_t2024175854 * L_9 = CMessageManager_GetMessageByIndex_m3953039363(L_6, L_7, L_8, /*hidden argument*/NULL); V_3 = L_9; CMessageData_t2024175854 * L_10 = V_3; if (L_10) { goto IL_0037; } } { return; } IL_0037: { CDataArray_t4068198041 * L_11 = V_0; NullCheck(L_11); CDataArray_Push_m3820844360(L_11, ((int32_t)966), /*hidden argument*/NULL); CDataArray_t4068198041 * L_12 = V_0; CMessageData_t2024175854 * L_13 = V_3; NullCheck(L_13); int32_t L_14 = L_13->get_m_MsgID_10(); NullCheck(L_12); CDataArray_Push_m3820844360(L_12, L_14, /*hidden argument*/NULL); CDataArray_t4068198041 * L_15 = V_0; NullCheck(L_15); CDataArray_Flush_m1077150699(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_16 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_17 = V_1; int32_t L_18 = V_2; NullCheck(L_16); CMessageManager_SetMessageGetGiftState_m3318374182(L_16, L_17, L_18, (bool)1, /*hidden argument*/NULL); DMListView_t512231514 * L_19 = __this->get_m_MessageList_8(); int32_t L_20 = V_2; NullCheck(L_19); Transform_t3600365921 * L_21 = DMListView_GetChild_m2593465524(L_19, L_20, /*hidden argument*/NULL); NullCheck(L_21); uiMsgCell_t2547504819 * L_22 = Component_GetComponent_TisuiMsgCell_t2547504819_m454488490(L_21, /*hidden argument*/Component_GetComponent_TisuiMsgCell_t2547504819_m454488490_RuntimeMethod_var); NullCheck(L_22); uiMsgCell_ChangeReadState_m3225806461(L_22, /*hidden argument*/NULL); ScenePersonalWndMessage_OnClkReturn_m3357602748(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMessage::OnScrollPosChanged(System.Single) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage_OnScrollPosChanged_m2392094417 (ScenePersonalWndMessage_t4101442169 * __this, float ___fValue0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage_OnScrollPosChanged_m2392094417_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; { V_0 = 0; V_1 = 0; IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_0 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CMessageManager_get_ActiveLabel_m3010801053(L_0, /*hidden argument*/NULL); V_2 = L_1; CMessageManager_t3136027633 * L_2 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = V_2; NullCheck(L_2); CMessageManager_GetMessageCountInfoByType_m2831113956(L_2, L_3, (&V_0), (&V_1), /*hidden argument*/NULL); int32_t L_4 = V_0; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0026; } } { return; } IL_0026: { float L_5 = ___fValue0; int32_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_7 = Mathf_CeilToInt_m432108984(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_5, (float)(((float)((float)L_6))))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); int32_t L_8 = ((CMessageManager_t3136027633_StaticFields*)il2cpp_codegen_static_fields_for(CMessageManager_t3136027633_il2cpp_TypeInfo_var))->get_MESSAGE_COUNT_IN_ONE_PAGE_0(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_8)))); CMessageManager_t3136027633 * L_9 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = CMessageManager_GetMessageSendCount_m1807981944(L_9, L_10, /*hidden argument*/NULL); V_4 = L_11; int32_t L_12 = V_4; int32_t L_13 = V_3; if ((((int32_t)L_12) >= ((int32_t)L_13))) { goto IL_0058; } } { IL2CPP_RUNTIME_CLASS_INIT(CMessageManager_t3136027633_il2cpp_TypeInfo_var); CMessageManager_t3136027633 * L_14 = CMessageManager_GetInstance_m450821822(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_15 = V_2; NullCheck(L_14); CMessageManager_SendRequestNextPageInfoToServer_m4248360068(L_14, L_15, /*hidden argument*/NULL); } IL_0058: { return; } } // System.Void ScenePersonalWndMessage::.cctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMessage__cctor_m2635673242 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMessage__cctor_m2635673242_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((ScenePersonalWndMessage_t4101442169_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndMessage_t4101442169_il2cpp_TypeInfo_var))->set_m_lastActiveLabel_27(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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ScenePersonalWndMyPackage::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage__ctor_m1762779212 (ScenePersonalWndMyPackage_t3287570987 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // ScenePersonalWndMyPackage ScenePersonalWndMyPackage::GetInstance() extern "C" IL2CPP_METHOD_ATTR ScenePersonalWndMyPackage_t3287570987 * ScenePersonalWndMyPackage_GetInstance_m1174771918 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_GetInstance_m1174771918_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndMyPackage_t3287570987_il2cpp_TypeInfo_var); ScenePersonalWndMyPackage_t3287570987 * L_0 = ((ScenePersonalWndMyPackage_t3287570987_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndMyPackage_t3287570987_il2cpp_TypeInfo_var))->get_s_instance_2(); return L_0; } } // System.Void ScenePersonalWndMyPackage::Awake() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_Awake_m1497173932 (ScenePersonalWndMyPackage_t3287570987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_Awake_m1497173932_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_0 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CMyPackageManager_set_bNeedFreshUI_m2271521687(L_0, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndMyPackage_t3287570987_il2cpp_TypeInfo_var); ((ScenePersonalWndMyPackage_t3287570987_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndMyPackage_t3287570987_il2cpp_TypeInfo_var))->set_s_instance_2(__this); __this->set_m_bFirstOpen_32((bool)1); __this->set_m_nMyFashionOld_33(0); uiBtnList_t3771050923 * L_1 = __this->get_m_btnList_3(); ScenePersonalPkgList_t4044424073 * L_2 = __this->get_m_PkgList_6(); intptr_t L_3 = (intptr_t)ScenePersonalPkgList_ChangeListType_m3607207673_RuntimeMethod_var; ChangeHandler_t1870456169 * L_4 = (ChangeHandler_t1870456169 *)il2cpp_codegen_object_new(ChangeHandler_t1870456169_il2cpp_TypeInfo_var); ChangeHandler__ctor_m847356726(L_4, L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); uiBtnList_SetChangedHandle_m2148964665(L_1, L_4, /*hidden argument*/NULL); ItemPageGroup_t3769455068 * L_5 = __this->get_m_pageArea_4(); intptr_t L_6 = (intptr_t)ScenePersonalWndMyPackage_OnPageChanged_m3072537616_RuntimeMethod_var; PageChangedHandler_t2100854622 * L_7 = (PageChangedHandler_t2100854622 *)il2cpp_codegen_object_new(PageChangedHandler_t2100854622_il2cpp_TypeInfo_var); PageChangedHandler__ctor_m1924191764(L_7, __this, L_6, /*hidden argument*/NULL); NullCheck(L_5); ItemPageGroup_SetChangedHandler_m118579031(L_5, L_7, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyPackage::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OnPageInit_m2039848649 (ScenePersonalWndMyPackage_t3287570987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_OnPageInit_m2039848649_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3319525431 * V_0 = NULL; uiMonoMenuArrow_t4143206342 * V_1 = NULL; List_1_t3319525431 * V_2 = NULL; UIButtonMessage_t952534536 * V_3 = NULL; { bool L_0 = __this->get_isPageInit_14(); if (L_0) { goto IL_03e4; } } { __this->set_isPageInit_14((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_Find_m1729760951(L_1, _stringLiteral3059639593, /*hidden argument*/NULL); NullCheck(L_2); uiBtnList_t3771050923 * L_3 = Component_GetComponent_TisuiBtnList_t3771050923_m2370419788(L_2, /*hidden argument*/Component_GetComponent_TisuiBtnList_t3771050923_m2370419788_RuntimeMethod_var); __this->set_m_btnList_3(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_Find_m1729760951(L_4, _stringLiteral3451670698, /*hidden argument*/NULL); NullCheck(L_5); ItemPageGroup_t3769455068 * L_6 = Component_GetComponent_TisItemPageGroup_t3769455068_m1329035802(L_5, /*hidden argument*/Component_GetComponent_TisItemPageGroup_t3769455068_m1329035802_RuntimeMethod_var); __this->set_m_pageArea_4(L_6); List_1_t3319525431 * L_7 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_7, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_0 = L_7; List_1_t3319525431 * L_8 = V_0; NullCheck(L_8); List_1_Add_m1685793073(L_8, _stringLiteral1211046338, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_9 = V_0; NullCheck(L_9); List_1_Add_m1685793073(L_9, _stringLiteral1211046338, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_10 = V_0; NullCheck(L_10); List_1_Add_m1685793073(L_10, _stringLiteral1211051449, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_11 = V_0; NullCheck(L_11); List_1_Add_m1685793073(L_11, _stringLiteral1211052472, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_12 = V_0; NullCheck(L_12); List_1_Add_m1685793073(L_12, _stringLiteral1210926783, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_13 = V_0; NullCheck(L_13); List_1_Add_m1685793073(L_13, _stringLiteral1210926783, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_14 = V_0; NullCheck(L_14); List_1_Add_m1685793073(L_14, _stringLiteral1689750382, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_15 = V_0; NullCheck(L_15); List_1_Add_m1685793073(L_15, _stringLiteral1689750382, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_16 = V_0; NullCheck(L_16); List_1_Add_m1685793073(L_16, _stringLiteral1689755699, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_17 = V_0; NullCheck(L_17); List_1_Add_m1685793073(L_17, _stringLiteral1689756916, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_18 = V_0; NullCheck(L_18); List_1_Add_m1685793073(L_18, _stringLiteral1689761961, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_19 = V_0; NullCheck(L_19); List_1_Add_m1685793073(L_19, _stringLiteral1689761961, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_20 = V_0; NullCheck(L_20); List_1_Add_m1685793073(L_20, _stringLiteral2615678418, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_21 = V_0; NullCheck(L_21); List_1_Add_m1685793073(L_21, _stringLiteral2615678418, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_22 = V_0; NullCheck(L_22); List_1_Add_m1685793073(L_22, _stringLiteral4269867993, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_23 = V_0; NullCheck(L_23); List_1_Add_m1685793073(L_23, _stringLiteral488935399, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_24 = V_0; NullCheck(L_24); List_1_Add_m1685793073(L_24, _stringLiteral2615678418, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); ItemPageGroup_t3769455068 * L_25 = __this->get_m_pageArea_4(); List_1_t3319525431 * L_26 = V_0; NullCheck(L_25); ItemPageGroup_OnPageInit_m2780207576(L_25, 6, L_26, /*hidden argument*/NULL); Transform_t3600365921 * L_27 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_27); Transform_t3600365921 * L_28 = Transform_Find_m1729760951(L_27, _stringLiteral897458087, /*hidden argument*/NULL); NullCheck(L_28); DetailWnd_t3732401977 * L_29 = Component_GetComponent_TisDetailWnd_t3732401977_m3847081229(L_28, /*hidden argument*/Component_GetComponent_TisDetailWnd_t3732401977_m3847081229_RuntimeMethod_var); __this->set_m_WndDetail_5(L_29); Transform_t3600365921 * L_30 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_30); Transform_t3600365921 * L_31 = Transform_Find_m1729760951(L_30, _stringLiteral3452751330, /*hidden argument*/NULL); NullCheck(L_31); ScenePersonalPkgList_t4044424073 * L_32 = Component_GetComponent_TisScenePersonalPkgList_t4044424073_m280867213(L_31, /*hidden argument*/Component_GetComponent_TisScenePersonalPkgList_t4044424073_m280867213_RuntimeMethod_var); __this->set_m_PkgList_6(L_32); Transform_t3600365921 * L_33 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_33); Transform_t3600365921 * L_34 = Transform_Find_m1729760951(L_33, _stringLiteral2264002229, /*hidden argument*/NULL); NullCheck(L_34); UILabel_t3248798549 * L_35 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_34, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_starNumber_7(L_35); Transform_t3600365921 * L_36 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_36); Transform_t3600365921 * L_37 = Transform_Find_m1729760951(L_36, _stringLiteral574385371, /*hidden argument*/NULL); NullCheck(L_37); GameObject_t1113636619 * L_38 = Component_get_gameObject_m442555142(L_37, /*hidden argument*/NULL); __this->set_m_arrowTop_8(L_38); Transform_t3600365921 * L_39 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_39); Transform_t3600365921 * L_40 = Transform_Find_m1729760951(L_39, _stringLiteral1157384847, /*hidden argument*/NULL); NullCheck(L_40); GameObject_t1113636619 * L_41 = Component_get_gameObject_m442555142(L_40, /*hidden argument*/NULL); __this->set_m_arrowBottom_9(L_41); Transform_t3600365921 * L_42 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_42); Transform_t3600365921 * L_43 = Transform_Find_m1729760951(L_42, _stringLiteral3047603079, /*hidden argument*/NULL); NullCheck(L_43); UILabel_t3248798549 * L_44 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_43, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_shareLabel_11(L_44); Transform_t3600365921 * L_45 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_45); Transform_t3600365921 * L_46 = Transform_Find_m1729760951(L_45, _stringLiteral2629898652, /*hidden argument*/NULL); NullCheck(L_46); UITexture_t3471168817 * L_47 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_46, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_Yulanbg_15(L_47); Transform_t3600365921 * L_48 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_48); Transform_t3600365921 * L_49 = Transform_Find_m1729760951(L_48, _stringLiteral356285873, /*hidden argument*/NULL); NullCheck(L_49); UITexture_t3471168817 * L_50 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_49, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_Head_16(L_50); Transform_t3600365921 * L_51 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_51); Transform_t3600365921 * L_52 = Transform_Find_m1729760951(L_51, _stringLiteral1944625593, /*hidden argument*/NULL); NullCheck(L_52); GameObject_t1113636619 * L_53 = Component_get_gameObject_m442555142(L_52, /*hidden argument*/NULL); __this->set_m_Daojishi_18(L_53); Transform_t3600365921 * L_54 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_54); Transform_t3600365921 * L_55 = Transform_Find_m1729760951(L_54, _stringLiteral972342049, /*hidden argument*/NULL); NullCheck(L_55); UILabel_t3248798549 * L_56 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_55, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_time_19(L_56); Transform_t3600365921 * L_57 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_57); Transform_t3600365921 * L_58 = Transform_Find_m1729760951(L_57, _stringLiteral346742573, /*hidden argument*/NULL); NullCheck(L_58); UILabel_t3248798549 * L_59 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_58, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_time2_20(L_59); UILabel_t3248798549 * L_60 = __this->get_m_time2_20(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_61 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_0270; } } { UILabel_t3248798549 * L_62 = __this->get_m_time_19(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_63 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_62); UILabel_set_text_m1071532778(L_62, L_63, /*hidden argument*/NULL); UILabel_t3248798549 * L_64 = __this->get_m_time2_20(); String_t* L_65 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_64); UILabel_set_text_m1071532778(L_64, L_65, /*hidden argument*/NULL); } IL_0270: { Transform_t3600365921 * L_66 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Transform_t3600365921 * L_67 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_66, _stringLiteral2427405955, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_m_Title_24(L_67); Transform_t3600365921 * L_68 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_69 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_68, _stringLiteral3177587797, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_m_ToShop_25(L_69); Transform_t3600365921 * L_70 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_70); uiMonoMenuArrow_t4143206342 * L_71 = Component_GetComponent_TisuiMonoMenuArrow_t4143206342_m1669054587(L_70, /*hidden argument*/Component_GetComponent_TisuiMonoMenuArrow_t4143206342_m1669054587_RuntimeMethod_var); V_1 = L_71; uiMonoMenuArrow_t4143206342 * L_72 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_73 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_72, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_73) { goto IL_02d6; } } { List_1_t3319525431 * L_74 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_74, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_2 = L_74; List_1_t3319525431 * L_75 = V_2; NullCheck(L_75); List_1_Add_m1685793073(L_75, _stringLiteral3059639593, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); Transform_t3600365921 * L_76 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_76); uiMonoMenuArrow_t4143206342 * L_77 = Component_GetComponent_TisuiMonoMenuArrow_t4143206342_m1669054587(L_76, /*hidden argument*/Component_GetComponent_TisuiMonoMenuArrow_t4143206342_m1669054587_RuntimeMethod_var); List_1_t3319525431 * L_78 = V_2; NullCheck(L_77); uiMonoMenuArrow_OnPageInit_m1739692166(L_77, L_78, /*hidden argument*/NULL); } IL_02d6: { Transform_t3600365921 * L_79 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Transform_t3600365921 * L_80 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_79, _stringLiteral1625582705, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_m_ScoreBtn_22(L_80); Transform_t3600365921 * L_81 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_82 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_81, _stringLiteral1370894934, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_ScoreDes_23(L_82); Transform_t3600365921 * L_83 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_84 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_83, _stringLiteral1364803171, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_m_Select_26(L_84); Transform_t3600365921 * L_85 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_86 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_85, _stringLiteral1017912321, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_m_CancelSelect_27(L_86); Transform_t3600365921 * L_87 = __this->get_m_Select_26(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_87, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_88 = __this->get_m_CancelSelect_27(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_88, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_89 = __this->get_m_CancelSelect_27(); NullCheck(L_89); GameObject_t1113636619 * L_90 = Component_get_gameObject_m442555142(L_89, /*hidden argument*/NULL); NullCheck(L_90); UIButtonMessage_t952534536 * L_91 = GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131(L_90, /*hidden argument*/GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131_RuntimeMethod_var); V_3 = L_91; UIButtonMessage_t952534536 * L_92 = V_3; NullCheck(L_92); L_92->set_trigger_4(0); UIButtonMessage_t952534536 * L_93 = V_3; Transform_t3600365921 * L_94 = __this->get_m_CancelSelect_27(); NullCheck(L_94); Transform_t3600365921 * L_95 = Component_get_transform_m3162698980(L_94, /*hidden argument*/NULL); NullCheck(L_95); Transform_t3600365921 * L_96 = Transform_get_parent_m835071599(L_95, /*hidden argument*/NULL); NullCheck(L_96); Transform_t3600365921 * L_97 = Transform_get_parent_m835071599(L_96, /*hidden argument*/NULL); NullCheck(L_97); Transform_t3600365921 * L_98 = Transform_get_parent_m835071599(L_97, /*hidden argument*/NULL); NullCheck(L_98); Transform_t3600365921 * L_99 = Transform_get_parent_m835071599(L_98, /*hidden argument*/NULL); NullCheck(L_99); Transform_t3600365921 * L_100 = Component_get_transform_m3162698980(L_99, /*hidden argument*/NULL); NullCheck(L_100); Transform_t3600365921 * L_101 = Transform_Find_m1729760951(L_100, _stringLiteral3451670698, /*hidden argument*/NULL); NullCheck(L_101); GameObject_t1113636619 * L_102 = Component_get_gameObject_m442555142(L_101, /*hidden argument*/NULL); NullCheck(L_93); L_93->set_target_2(L_102); Transform_t3600365921 * L_103 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_104 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_103, _stringLiteral1130398556, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_m_Voulumtrans_29(L_104); Transform_t3600365921 * L_105 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_106 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_105, _stringLiteral2625918892, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_VoulumLabel_30(L_106); Transform_t3600365921 * L_107 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_108 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_107, _stringLiteral3927677939, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_m_btnShare_31(L_108); UIButtonMessage_t952534536 * L_109 = V_3; NullCheck(L_109); L_109->set_functionName_3(_stringLiteral2756990088); } IL_03e4: { return; } } // System.Void ScenePersonalWndMyPackage::Destroy() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_Destroy_m1694969558 (ScenePersonalWndMyPackage_t3287570987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_Destroy_m1694969558_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndMyPackage_t3287570987_il2cpp_TypeInfo_var); ((ScenePersonalWndMyPackage_t3287570987_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndMyPackage_t3287570987_il2cpp_TypeInfo_var))->set_s_instance_2((ScenePersonalWndMyPackage_t3287570987 *)NULL); return; } } // System.Void ScenePersonalWndMyPackage::Start() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_Start_m1352832482 (ScenePersonalWndMyPackage_t3287570987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_Start_m1352832482_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_0); V_0 = L_1; uiBtnList_t3771050923 * L_2 = __this->get_m_btnList_3(); int32_t L_3 = V_0; NullCheck(L_2); uiBtnList_OnUpdataRoleSex_m3307816919(L_2, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_4 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CWndController_get_LastActivePage_m458314983(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)6))) { goto IL_0055; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_6 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CWndController_get_LastActivePage_m458314983(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)152)))) { goto IL_0055; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_8 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = CWndController_get_LastActivePage_m458314983(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)149))))) { goto IL_0087; } } IL_0055: { UILabel_t3248798549 * L_10 = __this->get_m_ScoreDes_23(); clothingScoreManager_t2332349169 * L_11 = clothingScoreManager_GetInstance_m3636347577(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12 = clothingScoreManager_GetCurScoreAdvice_m3041700296(L_11, /*hidden argument*/NULL); NullCheck(L_10); UILabel_set_text_m1071532778(L_10, L_12, /*hidden argument*/NULL); UILabel_t3248798549 * L_13 = __this->get_m_ScoreDes_23(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_13, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_14 = __this->get_m_ScoreBtn_22(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_14, (bool)1, /*hidden argument*/NULL); goto IL_009f; } IL_0087: { UILabel_t3248798549 * L_15 = __this->get_m_ScoreDes_23(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_15, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_16 = __this->get_m_ScoreBtn_22(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_16, (bool)0, /*hidden argument*/NULL); } IL_009f: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_17 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = CWndController_get_ActivePage_m2720187282(L_17, /*hidden argument*/NULL); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)199))))) { goto IL_00c4; } } { Transform_t3600365921 * L_19 = __this->get_m_Voulumtrans_29(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_19, (bool)1, /*hidden argument*/NULL); goto IL_00d0; } IL_00c4: { Transform_t3600365921 * L_20 = __this->get_m_Voulumtrans_29(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_20, (bool)0, /*hidden argument*/NULL); } IL_00d0: { return; } } // System.Void ScenePersonalWndMyPackage::SetAmount(AmountWnd) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_SetAmount_m2509164774 (ScenePersonalWndMyPackage_t3287570987 * __this, AmountWnd_t1885830546 * ___amountWnd0, const RuntimeMethod* method) { { AmountWnd_t1885830546 * L_0 = ___amountWnd0; __this->set_m_WndAmount_10(L_0); return; } } // System.Void ScenePersonalWndMyPackage::OpenGiftInfoWnd(DMCore.Logic.GiftPack,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OpenGiftInfoWnd_m154002426 (ScenePersonalWndMyPackage_t3287570987 * __this, GiftPack_t4141643335 * ___configID0, int32_t ___subType1, int32_t ___index2, const RuntimeMethod* method) { { int32_t L_0 = ___subType1; __this->set_m_subType_12(L_0); int32_t L_1 = ___index2; __this->set_m_index_13(L_1); GiftPackManager_t105297562 * L_2 = GiftPackManager_GetInstance_m1502918467(NULL /*static, unused*/, /*hidden argument*/NULL); GiftPack_t4141643335 * L_3 = ___configID0; NullCheck(L_2); GiftPackManager_OpenGiftInfoPanel_m3462154806(L_2, L_3, (bool)1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyPackage::OpenOpenGiftWnd(DMCore.Logic.GiftPack) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OpenOpenGiftWnd_m211997306 (ScenePersonalWndMyPackage_t3287570987 * __this, GiftPack_t4141643335 * ___configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_OpenOpenGiftWnd_m211997306_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GiftPackManager_t105297562 * L_0 = GiftPackManager_GetInstance_m1502918467(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = (intptr_t)ScenePersonalWndMyPackage_OnConfirmAmount_m4193532926_RuntimeMethod_var; Action_4_t3484037049 * L_2 = (Action_4_t3484037049 *)il2cpp_codegen_object_new(Action_4_t3484037049_il2cpp_TypeInfo_var); Action_4__ctor_m643750547(L_2, __this, L_1, /*hidden argument*/Action_4__ctor_m643750547_RuntimeMethod_var); intptr_t L_3 = (intptr_t)ScenePersonalWndMyPackage_OnCloseAmountWnd_m2855877140_RuntimeMethod_var; Action_t1264377477 * L_4 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_4, __this, L_3, /*hidden argument*/NULL); NullCheck(L_0); GiftPackManager_SetUseListener_m406851686(L_0, L_2, L_4, /*hidden argument*/NULL); GiftPackManager_t105297562 * L_5 = GiftPackManager_GetInstance_m1502918467(NULL /*static, unused*/, /*hidden argument*/NULL); GiftPack_t4141643335 * L_6 = ___configID0; NullCheck(L_5); GiftPackManager_OpenOpenGiftPanel_m3345527190(L_5, L_6, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_GetCurPkgAmount_m145361877_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPropItem_t1455887095 * V_0 = NULL; { 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 = __this->get_m_subType_12(); int32_t L_2 = __this->get_m_index_13(); NullCheck(L_0); CPropItem_t1455887095 * L_3 = CPropManager_GetItem_m2160809063(L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; CPropItem_t1455887095 * L_4 = V_0; if (L_4) { goto IL_001f; } } { return 0; } IL_001f: { CPropItem_t1455887095 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = CItemBase_get_configID_m837654758(L_5, /*hidden argument*/NULL); int32_t L_7 = ___configID0; if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002d; } } { return 0; } IL_002d: { CPropItem_t1455887095 * L_8 = V_0; 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, _stringLiteral3102393050, 1, /*hidden argument*/NULL); return L_10; } } // System.Void ScenePersonalWndMyPackage::OpenAmountWnd(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OpenAmountWnd_m2339902972 (ScenePersonalWndMyPackage_t3287570987 * __this, int32_t ___serverID0, int32_t ___configId1, int32_t ___subType2, int32_t ___index3, int32_t ___price4, int32_t ___count5, String_t* ___name6, String_t* ___iconPath7, bool ___bDiamond8, int32_t ___canUseDiamond9, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_OpenAmountWnd_m2339902972_MetadataUsageId); s_Il2CppMethodInitialized = true; } ChooseBuyUseBoxInfo_t2600922063 * V_0 = NULL; GiftPack_t4141643335 * V_1 = NULL; { int32_t L_0 = ___subType2; __this->set_m_subType_12(L_0); int32_t L_1 = ___index3; __this->set_m_index_13(L_1); ChooseBuyUseBoxInfo_t2600922063 * L_2 = (ChooseBuyUseBoxInfo_t2600922063 *)il2cpp_codegen_object_new(ChooseBuyUseBoxInfo_t2600922063_il2cpp_TypeInfo_var); ChooseBuyUseBoxInfo__ctor_m391122298(L_2, /*hidden argument*/NULL); V_0 = L_2; ChooseBuyUseBoxInfo_t2600922063 * L_3 = V_0; NullCheck(L_3); L_3->set_Titlename_0(_stringLiteral2742764646); ChooseBuyUseBoxInfo_t2600922063 * L_4 = V_0; int32_t L_5 = ___configId1; NullCheck(L_4); L_4->set_Configid_1(L_5); ChooseBuyUseBoxInfo_t2600922063 * L_6 = V_0; int32_t L_7 = ___price4; NullCheck(L_6); L_6->set_Price_2(L_7); ChooseBuyUseBoxInfo_t2600922063 * L_8 = V_0; int32_t L_9 = ___count5; NullCheck(L_8); L_8->set_Count_3(L_9); ChooseBuyUseBoxInfo_t2600922063 * L_10 = V_0; String_t* L_11 = ___name6; NullCheck(L_10); L_10->set_Name_5(L_11); ChooseBuyUseBoxInfo_t2600922063 * L_12 = V_0; String_t* L_13 = ___iconPath7; NullCheck(L_12); L_12->set_IconPath_6(L_13); ChooseBuyUseBoxInfo_t2600922063 * L_14 = V_0; bool L_15 = ___bDiamond8; NullCheck(L_14); L_14->set_isDiamond_11(L_15); ChooseBuyUseBoxInfo_t2600922063 * L_16 = V_0; NullCheck(L_16); L_16->set_IsBuyOrUse_12((bool)0); ChooseBuyUseBoxInfo_t2600922063 * L_17 = V_0; int32_t L_18 = ___canUseDiamond9; NullCheck(L_17); L_17->set_IsBangzuan_13((bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0)); ChooseBuyUseBoxInfo_t2600922063 * L_19 = V_0; int32_t L_20 = ___serverID0; NullCheck(L_19); L_19->set_BagID_17(L_20); GiftPackManager_t105297562 * L_21 = GiftPackManager_GetInstance_m1502918467(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_22 = ___configId1; NullCheck(L_21); bool L_23 = GiftPackManager_WhetherGiftConfigID_m1163201836(L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0097; } } { ChooseBuyUseBoxInfo_t2600922063 * L_24 = V_0; NullCheck(L_24); bool L_25 = L_24->get_IsBuyOrUse_12(); if (L_25) { goto IL_0097; } } { int32_t L_26 = ___configId1; int32_t L_27 = ___serverID0; GiftPack_t4141643335 * L_28 = GiftPack_Create_m2756921634(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); V_1 = L_28; GiftPack_t4141643335 * L_29 = V_1; ScenePersonalWndMyPackage_OpenOpenGiftWnd_m211997306(__this, L_29, /*hidden argument*/NULL); goto IL_00ce; } IL_0097: { IL2CPP_RUNTIME_CLASS_INIT(ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var); ChooseBuyUseNumBoxController_t2176104285 * L_30 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); ChooseBuyUseBoxInfo_t2600922063 * L_31 = V_0; NullCheck(L_30); ChooseBuyUseNumBoxController_SetOpenChooseNumBox_m1942328283(L_30, L_31, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_32 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_33 = (intptr_t)ScenePersonalWndMyPackage_OnConfirmAmount_m3370481210_RuntimeMethod_var; OnConfirmUseAmount_t3345112943 * L_34 = (OnConfirmUseAmount_t3345112943 *)il2cpp_codegen_object_new(OnConfirmUseAmount_t3345112943_il2cpp_TypeInfo_var); OnConfirmUseAmount__ctor_m1361379540(L_34, __this, L_33, /*hidden argument*/NULL); intptr_t L_35 = (intptr_t)ScenePersonalWndMyPackage_OnCloseAmountWnd_m2855877140_RuntimeMethod_var; OnCancelAndExit_t3571001794 * L_36 = (OnCancelAndExit_t3571001794 *)il2cpp_codegen_object_new(OnCancelAndExit_t3571001794_il2cpp_TypeInfo_var); OnCancelAndExit__ctor_m1256787560(L_36, __this, L_35, /*hidden argument*/NULL); NullCheck(L_32); ChooseBuyUseNumBoxController_SetUseListener_m1290437471(L_32, L_34, L_36, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_37 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_37); ChooseBuyUseNumBoxController_ShowUI_m3014004810(L_37, /*hidden argument*/NULL); } IL_00ce: { return; } } // System.Void ScenePersonalWndMyPackage::OnConfirmAmount(System.Int32,System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OnConfirmAmount_m3370481210 (ScenePersonalWndMyPackage_t3287570987 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___bagId2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_OnConfirmAmount_m3370481210_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPropItem_t1455887095 * V_0 = NULL; AudioClip_t3680889665 * V_1 = NULL; { int32_t L_0 = ___bagId2; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_1 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = __this->get_m_subType_12(); int32_t L_3 = __this->get_m_index_13(); NullCheck(L_1); CPropItem_t1455887095 * L_4 = CPropManager_GetItem_m2160809063(L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; CPropItem_t1455887095 * L_5 = V_0; if (L_5) { goto IL_0025; } } { return; } IL_0025: { CPropItem_t1455887095 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = CItemBase_get_serverID_m3049894536(L_6, /*hidden argument*/NULL); ___bagId2 = L_7; } IL_002d: { int32_t L_8 = ___bagId2; int64_t L_9 = ___amount1; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_RequestUseItem_m1055188380(NULL /*static, unused*/, (bool)0, L_8, (((int32_t)((int32_t)L_9))), (List_1_t128053199 *)NULL, /*hidden argument*/NULL); int32_t L_10 = ___configId0; if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)10007))))) { goto IL_0063; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_11 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); AudioClip_t3680889665 * L_12 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_11, _stringLiteral2305127668); V_1 = L_12; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_13 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); ISoundManager_t434164892 * L_14 = CRoot_GetSoundManager_m30020774(L_13, /*hidden argument*/NULL); AudioClip_t3680889665 * L_15 = V_1; NullCheck(L_14); ISoundManager_PlayOnce_m3370941300(L_14, L_15, /*hidden argument*/NULL); } IL_0063: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_16 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); CWndController_HideUI_m732482071(L_16, ((int32_t)86), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyPackage::OnConfirmAmount(System.Int32,System.Int64,System.Int32,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OnConfirmAmount_m4193532926 (ScenePersonalWndMyPackage_t3287570987 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___bagId2, List_1_t128053199 * ___customGiftPackID3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_OnConfirmAmount_m4193532926_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPropItem_t1455887095 * V_0 = NULL; AudioClip_t3680889665 * V_1 = NULL; { int32_t L_0 = ___bagId2; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_1 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = __this->get_m_subType_12(); int32_t L_3 = __this->get_m_index_13(); NullCheck(L_1); CPropItem_t1455887095 * L_4 = CPropManager_GetItem_m2160809063(L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; CPropItem_t1455887095 * L_5 = V_0; if (L_5) { goto IL_0025; } } { return; } IL_0025: { CPropItem_t1455887095 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = CItemBase_get_serverID_m3049894536(L_6, /*hidden argument*/NULL); ___bagId2 = L_7; } IL_002d: { int32_t L_8 = ___bagId2; int64_t L_9 = ___amount1; List_1_t128053199 * L_10 = ___customGiftPackID3; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_RequestUseItem_m1055188380(NULL /*static, unused*/, (bool)0, L_8, (((int32_t)((int32_t)L_9))), L_10, /*hidden argument*/NULL); int32_t L_11 = ___configId0; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)10007))))) { goto IL_0064; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_12 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); AudioClip_t3680889665 * L_13 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_12, _stringLiteral2305127668); V_1 = L_13; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_14 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); ISoundManager_t434164892 * L_15 = CRoot_GetSoundManager_m30020774(L_14, /*hidden argument*/NULL); AudioClip_t3680889665 * L_16 = V_1; NullCheck(L_15); ISoundManager_PlayOnce_m3370941300(L_15, L_16, /*hidden argument*/NULL); } IL_0064: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_17 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CWndController_HideUI_m732482071(L_17, ((int32_t)86), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyPackage::OnCloseAmountWnd() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OnCloseAmountWnd_m2855877140 (ScenePersonalWndMyPackage_t3287570987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_OnCloseAmountWnd_m2855877140_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 ScenePersonalWndMyPackage::OnInitPageMyPackage(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OnInitPageMyPackage_m3391762283 (ScenePersonalWndMyPackage_t3287570987 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_OnInitPageMyPackage_m3391762283_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_0 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CMyPackageManager_get_MainType_m1574679491(L_0, /*hidden argument*/NULL); V_0 = L_1; ItemPageGroup_t3769455068 * L_2 = __this->get_m_pageArea_4(); int32_t L_3 = V_0; NullCheck(L_2); ItemPageGroup_InitPageIndex_m3974147378(L_2, L_3, /*hidden argument*/NULL); int32_t L_4 = V_0; ScenePersonalWndMyPackage_OnPageChanged_m3072537616(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyPackage::ShowItemDetailWnd(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_ShowItemDetailWnd_m2952666299 (ScenePersonalWndMyPackage_t3287570987 * __this, int32_t ___configId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_ShowItemDetailWnd_m2952666299_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DetailWnd_t3732401977 * L_0 = __this->get_m_WndDetail_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_001d; } } { DetailWnd_t3732401977 * L_2 = __this->get_m_WndDetail_5(); int32_t L_3 = ___configId0; NullCheck(L_2); DetailWnd_SetDetail_m3739527022(L_2, L_3, /*hidden argument*/NULL); } IL_001d: { return; } } // System.Void ScenePersonalWndMyPackage::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OnPageShow_m1344152888 (ScenePersonalWndMyPackage_t3287570987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_OnPageShow_m1344152888_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; Camera_t4157153871 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(cbPackage_t1110821539_il2cpp_TypeInfo_var); cbPackage_RequestPackageItems_m56433763(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_0 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CMyPackageManager_set_IsSelect_m598002399(L_0, (bool)0, /*hidden argument*/NULL); CMyPackageManager_t122981866 * L_1 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CMyPackageManager_set_IsShowSelect_m1057956969(L_1, (bool)1, /*hidden argument*/NULL); bool L_2 = __this->get_m_bFirstOpen_32(); if (!L_2) { goto IL_0053; } } { __this->set_m_bFirstOpen_32((bool)0); CEventManager_t474365641 * L_3 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); float L_4 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_5 = (intptr_t)ScenePersonalWndMyPackage_OnInitPageMyPackage_m3391762283_RuntimeMethod_var; OnEventCall_t3758354630 * L_6 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_6, __this, L_5, /*hidden argument*/NULL); NullCheck(L_3); CEventManager_PushOnce_m1854500591(L_3, ((float)il2cpp_codegen_add((float)L_4, (float)(0.01f))), L_6, /*hidden argument*/NULL); goto IL_0060; } IL_0053: { ScenePersonalWndMyPackage_OnInitPageMyPackage_m3391762283(__this, (bool)1, (0.0f), 0, /*hidden argument*/NULL); } IL_0060: { shopModel_t101745799 * L_7 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_8 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int64_t L_9 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_8); NullCheck(L_7); shopModel_SetShowAvatarTarget_m263909296(L_7, L_9, /*hidden argument*/NULL); shopModel_t101745799 * L_10 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); shopModel_SetAvatarEnable_m3870392861(L_10, (bool)1, /*hidden argument*/NULL); FashionStarsManager_t4100381698 * L_11 = FashionStarsManager_GetInstance_m1993448017(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_12 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CProperty_t963755051 * L_13 = ISceneBaseObj_GetNetProperty_m1709069404(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = CProperty_GetInt_m2680341236(L_13, _stringLiteral3883940818, 0, /*hidden argument*/NULL); UILabel_t3248798549 * L_15 = __this->get_m_starNumber_7(); NullCheck(L_11); FashionStarsManager_SetFashionStar_m2966179462(L_11, L_14, L_15, /*hidden argument*/NULL); CDataArray_t4068198041 * L_16 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_16, /*hidden argument*/NULL); V_0 = L_16; CDataArray_t4068198041 * L_17 = V_0; NullCheck(L_17); CDataArray_Push_m3820844360(L_17, ((int32_t)998), /*hidden argument*/NULL); CDataArray_t4068198041 * L_18 = V_0; NullCheck(L_18); CDataArray_Flush_m1077150699(L_18, /*hidden argument*/NULL); Camera_t4157153871 * L_19 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_19; IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_20 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_21 = CWndController_get_LastActivePage_m458314983(L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) == ((int32_t)6))) { goto IL_00f9; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_22 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_23 = CWndController_get_LastActivePage_m458314983(L_22, /*hidden argument*/NULL); if ((((int32_t)L_23) == ((int32_t)((int32_t)152)))) { goto IL_00f9; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_24 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = CWndController_get_LastActivePage_m458314983(L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)149))))) { goto IL_0111; } } IL_00f9: { Transform_t3600365921 * L_26 = __this->get_m_Title_24(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_26, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_27 = __this->get_m_ToShop_25(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_27, (bool)0, /*hidden argument*/NULL); } IL_0111: { CTabSearchCtr_t3498668791 * L_28 = CTabSearchCtr_GetInstance_m616030694(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); CTabSearchCtr_set_TabSearchType_m466594887(L_28, 1, /*hidden argument*/NULL); CLevelManager_t3077608201 * L_29 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_29); bool L_30 = CLevelManager_IsLevel_m3139716542(L_29, _stringLiteral2570825119, /*hidden argument*/NULL); if (L_30) { goto IL_0153; } } { CLevelManager_t3077608201 * L_31 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); bool L_32 = CLevelManager_IsLevel_m3139716542(L_31, _stringLiteral2601265189, /*hidden argument*/NULL); if (L_32) { goto IL_0153; } } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_33 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); bool L_34 = CNetServerConfig_IsValidProxy_m4030729817(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_015f; } } IL_0153: { Transform_t3600365921 * L_35 = __this->get_m_btnShare_31(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_35, (bool)0, /*hidden argument*/NULL); } IL_015f: { return; } } // System.Void ScenePersonalWndMyPackage::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OnPageHide_m836377899 (ScenePersonalWndMyPackage_t3287570987 * __this, const RuntimeMethod* method) { { shopModel_t101745799 * L_0 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); shopModel_ResumeMainRole_m3008746332(L_0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyPackage::OnClkToShop() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OnClkToShop_m1567793480 (ScenePersonalWndMyPackage_t3287570987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_OnClkToShop_m1567793480_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, 1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyPackage::ShowYulan(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_ShowYulan_m1369453982 (ScenePersonalWndMyPackage_t3287570987 * __this, int32_t ___configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_ShowYulan_m1369453982_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); { int32_t L_0 = ___configID0; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); String_t* L_1 = CPropManager_GetIconPath_m739451308(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; UITexture_t3471168817 * L_2 = __this->get_m_Yulanbg_15(); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_3 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = V_0; NullCheck(L_3); Texture2D_t3840446185 * L_5 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_3, L_4); NullCheck(L_2); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_2, L_5); IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_6 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_7 = ___configID0; NullCheck(L_6); String_t* L_8 = PersonaliseConfig_GetHeadBoxEffID_m797848973(L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; Vector3__ctor_m3353183577((&V_2), (1.8f), (1.8f), (290.5f), /*hidden argument*/NULL); PersonaliseConfig_t2812043406 * L_9 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); UITexture_t3471168817 * L_10 = __this->get_m_Yulanbg_15(); NullCheck(L_10); Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(L_10, /*hidden argument*/NULL); String_t* L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_13 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_14 = V_2; NullCheck(L_9); PersonaliseConfig_SetUserHeadBoxEffect_m2864101133(L_9, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); int32_t L_15 = ___configID0; if ((!(((uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_15%(int32_t)((int32_t)10000)))/(int32_t)((int32_t)100)))) == ((uint32_t)3)))) { goto IL_00d4; } } { bool L_16 = __this->get_isPhotoReady_17(); if (L_16) { goto IL_00c3; } } { UITexture_t3471168817 * L_17 = __this->get_m_Head_16(); CMainRole_t4200562839 * L_18 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); int64_t L_19 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_18); CMainRole_t4200562839 * L_20 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CProperty_t963755051 * L_21 = ISceneBaseObj_GetNetProperty_m1709069404(L_20, /*hidden argument*/NULL); NullCheck(L_21); int64_t L_22 = CProperty_GetLong_m359864449(L_21, _stringLiteral350069932, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); CMainRole_t4200562839 * L_23 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_23); UITexture_t3471168817 * L_25 = __this->get_m_Head_16(); NullCheck(L_25); Transform_t3600365921 * L_26 = Component_get_transform_m3162698980(L_25, /*hidden argument*/NULL); NullCheck(L_26); Vector3_t3722313464 L_27 = Transform_get_localScale_m129152068(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_28 = CMiscHelp_GetCustomUserPhoto_m4012711164(NULL /*static, unused*/, L_17, L_19, L_22, L_24, L_27, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_isPhotoReady_17(L_28); } IL_00c3: { UITexture_t3471168817 * L_29 = __this->get_m_Head_16(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_29, (bool)1, /*hidden argument*/NULL); goto IL_00e0; } IL_00d4: { UITexture_t3471168817 * L_30 = __this->get_m_Head_16(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_30, (bool)0, /*hidden argument*/NULL); } IL_00e0: { return; } } // System.Void ScenePersonalWndMyPackage::SetYulanActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_SetYulanActive_m4166140953 (ScenePersonalWndMyPackage_t3287570987 * __this, bool ___isActive0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_SetYulanActive_m4166140953_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UITexture_t3471168817 * L_0 = __this->get_m_Yulanbg_15(); bool L_1 = ___isActive0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); UITexture_t3471168817 * L_2 = __this->get_m_Head_16(); bool L_3 = ___isActive0; CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyPackage::Update() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_Update_m2708612139 (ScenePersonalWndMyPackage_t3287570987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_Update_m2708612139_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ScenePersonalWndMyPackage_UpdateMyFashion_m1523326756(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_0 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CMyPackageManager_get_IsRenewDataChanged_m2782421048(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002b; } } { IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_2 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CMyPackageManager_set_IsRenewDataChanged_m3616848450(L_2, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRenewMsgBoxControl_t3836031106_il2cpp_TypeInfo_var); CRenewMsgBoxControl_t3836031106 * L_3 = CRenewMsgBoxControl_GetIntance_m1702767106(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CRenewMsgBoxControl_OpenRenewBox_m1837979842(L_3, /*hidden argument*/NULL); } IL_002b: { ShareManager_t1254576143 * L_4 = ShareManager_GetInstance_m207955360(NULL /*static, unused*/, /*hidden argument*/NULL); UILabel_t3248798549 * L_5 = __this->get_m_shareLabel_11(); NullCheck(L_4); ShareManager_SetShareText_m2631494320(L_4, L_5, /*hidden argument*/NULL); UITexture_t3471168817 * L_6 = __this->get_m_Yulanbg_15(); NullCheck(L_6); GameObject_t1113636619 * L_7 = Component_get_gameObject_m442555142(L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = GameObject_get_activeSelf_m1767405923(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_9 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); bool L_10 = CMyPackageManager_get_bNeedFreshUI_m3880934132(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_007e; } } { IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_11 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = CMyPackageManager_get_LeftTime_m1887552365(L_11, /*hidden argument*/NULL); __this->set_lefttime_21((((float)((float)L_12)))); CMyPackageManager_t122981866 * L_13 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); CMyPackageManager_set_bNeedFreshUI_m2271521687(L_13, (bool)0, /*hidden argument*/NULL); } IL_007e: { float L_14 = __this->get_lefttime_21(); if ((!(((float)L_14) >= ((float)(0.0f))))) { goto IL_0099; } } { ScenePersonalWndMyPackage_SetTimeRun_m3695113603(__this, /*hidden argument*/NULL); goto IL_00ca; } IL_0099: { UILabel_t3248798549 * L_15 = __this->get_m_time2_20(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_16 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00ca; } } { UILabel_t3248798549 * L_17 = __this->get_m_time_19(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_17); UILabel_set_text_m1071532778(L_17, L_18, /*hidden argument*/NULL); UILabel_t3248798549 * L_19 = __this->get_m_time2_20(); String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_19); UILabel_set_text_m1071532778(L_19, L_20, /*hidden argument*/NULL); } IL_00ca: { UILabel_t3248798549 * L_21 = __this->get_m_VoulumLabel_30(); 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_0118; } } { UILabel_t3248798549 * L_23 = __this->get_m_VoulumLabel_30(); CTextHelp_t3119637808 * L_24 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); String_t* L_25 = CTextHelp_GetText_m372251958(L_24, _stringLiteral165874796, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CChangeGameManager_t2081989347_il2cpp_TypeInfo_var); CChangeGameManager_t2081989347 * L_26 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); int32_t L_27 = CChangeGameManager_GetBagCount_m457562537(L_26, /*hidden argument*/NULL); int32_t L_28 = L_27; RuntimeObject * L_29 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_28); CChangeGameManager_t2081989347 * L_30 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); int32_t L_31 = CChangeGameManager_get_MaxCount_m1850944050(L_30, /*hidden argument*/NULL); int32_t L_32 = L_31; RuntimeObject * L_33 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_32); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = String_Format_m2556382932(NULL /*static, unused*/, L_25, L_29, L_33, /*hidden argument*/NULL); NullCheck(L_23); UILabel_set_text_m1071532778(L_23, L_34, /*hidden argument*/NULL); } IL_0118: { return; } } // System.Void ScenePersonalWndMyPackage::SetTimeRun() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_SetTimeRun_m3695113603 (ScenePersonalWndMyPackage_t3287570987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_SetTimeRun_m3695113603_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; { float L_0 = __this->get_lefttime_21(); float L_1 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_lefttime_21(((float)il2cpp_codegen_subtract((float)L_0, (float)L_1))); float L_2 = __this->get_lefttime_21(); if ((!(((float)L_2) > ((float)(0.0f))))) { goto IL_00b6; } } { float L_3 = __this->get_lefttime_21(); V_0 = (((int32_t)((int32_t)((float)((float)(fmodf(L_3, (86400.0f)))/(float)(3600.0f)))))); float L_4 = __this->get_lefttime_21(); V_1 = ((int32_t)((int32_t)(((int32_t)((int32_t)((float)((float)L_4/(float)(60.0f))))))%(int32_t)((int32_t)60))); float L_5 = __this->get_lefttime_21(); V_2 = ((int32_t)((int32_t)(((int32_t)((int32_t)L_5)))%(int32_t)((int32_t)60))); CTextHelp_t3119637808 * L_6 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = CTextHelp_GetText_m372251958(L_6, _stringLiteral3148528503, /*hidden argument*/NULL); V_3 = L_7; CTextHelp_t3119637808 * L_8 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = CTextHelp_GetText_m372251958(L_8, _stringLiteral817722968, /*hidden argument*/NULL); V_4 = L_9; String_t* L_10 = V_3; int32_t L_11 = V_0; int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); int32_t L_14 = V_1; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); int32_t L_17 = V_2; int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Format_m3339413201(NULL /*static, unused*/, L_10, L_13, L_16, L_19, /*hidden argument*/NULL); V_3 = L_20; UILabel_t3248798549 * L_21 = __this->get_m_time2_20(); 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_00b6; } } { UILabel_t3248798549 * L_23 = __this->get_m_time_19(); String_t* L_24 = V_3; NullCheck(L_23); UILabel_set_text_m1071532778(L_23, L_24, /*hidden argument*/NULL); UILabel_t3248798549 * L_25 = __this->get_m_time2_20(); String_t* L_26 = V_4; NullCheck(L_25); UILabel_set_text_m1071532778(L_25, L_26, /*hidden argument*/NULL); } IL_00b6: { return; } } // System.Void ScenePersonalWndMyPackage::OnPageChanged(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OnPageChanged_m3072537616 (ScenePersonalWndMyPackage_t3287570987 * __this, int32_t ___pageIndex0, const RuntimeMethod* method) { { ScenePersonalPkgList_t4044424073 * L_0 = __this->get_m_PkgList_6(); int32_t L_1 = ___pageIndex0; NullCheck(L_0); ScenePersonalPkgList_SetMainType_m4075582604(L_0, L_1, /*hidden argument*/NULL); uiBtnList_t3771050923 * L_2 = __this->get_m_btnList_3(); int32_t L_3 = ___pageIndex0; NullCheck(L_2); uiBtnList_OnSetMainType_m3993076582(L_2, L_3, /*hidden argument*/NULL); uiBtnList_t3771050923 * L_4 = __this->get_m_btnList_3(); NullCheck(L_4); uiBtnList_OnPageShow_m2918554423(L_4, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyPackage::OnStepUpdata(System.Single) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OnStepUpdata_m1265601428 (ScenePersonalWndMyPackage_t3287570987 * __this, float ___step0, const RuntimeMethod* method) { { float L_0 = ___step0; if ((!(((float)L_0) < ((float)(0.0f))))) { goto IL_0028; } } { GameObject_t1113636619 * L_1 = __this->get_m_arrowTop_8(); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_2 = __this->get_m_arrowBottom_9(); NullCheck(L_2); GameObject_SetActive_m796801857(L_2, (bool)0, /*hidden argument*/NULL); goto IL_0090; } IL_0028: { float L_3 = ___step0; if ((!(((float)L_3) < ((float)(0.05f))))) { goto IL_0050; } } { GameObject_t1113636619 * L_4 = __this->get_m_arrowTop_8(); NullCheck(L_4); GameObject_SetActive_m796801857(L_4, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = __this->get_m_arrowBottom_9(); NullCheck(L_5); GameObject_SetActive_m796801857(L_5, (bool)1, /*hidden argument*/NULL); goto IL_0090; } IL_0050: { float L_6 = ___step0; if ((!(((float)L_6) > ((float)(0.95f))))) { goto IL_0078; } } { GameObject_t1113636619 * L_7 = __this->get_m_arrowTop_8(); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_8 = __this->get_m_arrowBottom_9(); NullCheck(L_8); GameObject_SetActive_m796801857(L_8, (bool)0, /*hidden argument*/NULL); goto IL_0090; } IL_0078: { GameObject_t1113636619 * L_9 = __this->get_m_arrowTop_8(); NullCheck(L_9); GameObject_SetActive_m796801857(L_9, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_10 = __this->get_m_arrowBottom_9(); NullCheck(L_10); GameObject_SetActive_m796801857(L_10, (bool)1, /*hidden argument*/NULL); } IL_0090: { return; } } // System.Void ScenePersonalWndMyPackage::UpdateMyFashion() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_UpdateMyFashion_m1523326756 (ScenePersonalWndMyPackage_t3287570987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_UpdateMyFashion_m1523326756_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral3883940818, 0, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; int32_t L_4 = __this->get_m_nMyFashionOld_33(); if ((((int32_t)L_3) == ((int32_t)L_4))) { goto IL_003a; } } { int32_t L_5 = V_0; __this->set_m_nMyFashionOld_33(L_5); FashionStarsManager_t4100381698 * L_6 = FashionStarsManager_GetInstance_m1993448017(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_7 = V_0; UILabel_t3248798549 * L_8 = __this->get_m_starNumber_7(); NullCheck(L_6); FashionStarsManager_SetFashionStar_m2966179462(L_6, L_7, L_8, /*hidden argument*/NULL); } IL_003a: { return; } } // System.Void ScenePersonalWndMyPackage::OnShareClick(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OnShareClick_m3915004453 (ScenePersonalWndMyPackage_t3287570987 * __this, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method) { { ShareManager_t1254576143 * L_0 = ShareManager_GetInstance_m207955360(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ShareManager_Share_m3796389912(L_0, 1, (Action_1_t3252573759 *)NULL, NULL, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyPackage::OnTabSearchClick(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OnTabSearchClick_m1121170706 (ScenePersonalWndMyPackage_t3287570987 * __this, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method) { { CTabSearchCtr_t3498668791 * L_0 = CTabSearchCtr_GetInstance_m616030694(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CTabSearchCtr_ShowPage_m1615272022(L_0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyPackage::OnClkScore() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage_OnClkScore_m773131838 (ScenePersonalWndMyPackage_t3287570987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyPackage_OnClkScore_m773131838_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)152), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyPackage::.cctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyPackage__cctor_m3812372097 (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 ScenePersonalWndMyTraPackage::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyTraPackage__ctor_m2821856682 (ScenePersonalWndMyTraPackage_t1516617923 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // ScenePersonalWndMyTraPackage ScenePersonalWndMyTraPackage::GetInstance() extern "C" IL2CPP_METHOD_ATTR ScenePersonalWndMyTraPackage_t1516617923 * ScenePersonalWndMyTraPackage_GetInstance_m3494341376 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyTraPackage_GetInstance_m3494341376_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndMyTraPackage_t1516617923_il2cpp_TypeInfo_var); ScenePersonalWndMyTraPackage_t1516617923 * L_0 = ((ScenePersonalWndMyTraPackage_t1516617923_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndMyTraPackage_t1516617923_il2cpp_TypeInfo_var))->get_s_instance_2(); return L_0; } } // System.Void ScenePersonalWndMyTraPackage::Awake() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyTraPackage_Awake_m1025839961 (ScenePersonalWndMyTraPackage_t1516617923 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyTraPackage_Awake_m1025839961_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndMyTraPackage_t1516617923_il2cpp_TypeInfo_var); ((ScenePersonalWndMyTraPackage_t1516617923_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndMyTraPackage_t1516617923_il2cpp_TypeInfo_var))->set_s_instance_2(__this); __this->set_m_bFirstOpen_11((bool)1); uiBtnList_t3771050923 * L_0 = __this->get_m_btnList_3(); ScenePersonalTraPkgList_t2777623657 * L_1 = __this->get_m_PkgList_5(); intptr_t L_2 = (intptr_t)ScenePersonalTraPkgList_ChangeListType_m915942748_RuntimeMethod_var; ChangeHandler_t1870456169 * L_3 = (ChangeHandler_t1870456169 *)il2cpp_codegen_object_new(ChangeHandler_t1870456169_il2cpp_TypeInfo_var); ChangeHandler__ctor_m847356726(L_3, L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); uiBtnList_SetChangedHandle_m2148964665(L_0, L_3, /*hidden argument*/NULL); ItemPageGroup_t3769455068 * L_4 = __this->get_m_pageArea_4(); intptr_t L_5 = (intptr_t)ScenePersonalWndMyTraPackage_OnPageChanged_m1211222995_RuntimeMethod_var; PageChangedHandler_t2100854622 * L_6 = (PageChangedHandler_t2100854622 *)il2cpp_codegen_object_new(PageChangedHandler_t2100854622_il2cpp_TypeInfo_var); PageChangedHandler__ctor_m1924191764(L_6, __this, L_5, /*hidden argument*/NULL); NullCheck(L_4); ItemPageGroup_SetChangedHandler_m118579031(L_4, L_6, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyTraPackage::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyTraPackage_OnPageInit_m1254146453 (ScenePersonalWndMyTraPackage_t1516617923 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyTraPackage_OnPageInit_m1254146453_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3319525431 * V_0 = NULL; uiMonoMenuArrow_t4143206342 * V_1 = NULL; List_1_t3319525431 * V_2 = NULL; UIButtonMessage_t952534536 * V_3 = NULL; { bool L_0 = __this->get_isPageInit_12(); if (L_0) { goto IL_023f; } } { __this->set_isPageInit_12((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_Find_m1729760951(L_1, _stringLiteral3059639593, /*hidden argument*/NULL); NullCheck(L_2); uiBtnList_t3771050923 * L_3 = Component_GetComponent_TisuiBtnList_t3771050923_m2370419788(L_2, /*hidden argument*/Component_GetComponent_TisuiBtnList_t3771050923_m2370419788_RuntimeMethod_var); __this->set_m_btnList_3(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_Find_m1729760951(L_4, _stringLiteral3451670698, /*hidden argument*/NULL); NullCheck(L_5); ItemPageGroup_t3769455068 * L_6 = Component_GetComponent_TisItemPageGroup_t3769455068_m1329035802(L_5, /*hidden argument*/Component_GetComponent_TisItemPageGroup_t3769455068_m1329035802_RuntimeMethod_var); __this->set_m_pageArea_4(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_7); Transform_t3600365921 * L_8 = Transform_Find_m1729760951(L_7, _stringLiteral3452751330, /*hidden argument*/NULL); NullCheck(L_8); ScenePersonalTraPkgList_t2777623657 * L_9 = Component_GetComponent_TisScenePersonalTraPkgList_t2777623657_m624426714(L_8, /*hidden argument*/Component_GetComponent_TisScenePersonalTraPkgList_t2777623657_m624426714_RuntimeMethod_var); __this->set_m_PkgList_5(L_9); List_1_t3319525431 * L_10 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_10, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_0 = L_10; List_1_t3319525431 * L_11 = V_0; NullCheck(L_11); List_1_Add_m1685793073(L_11, _stringLiteral1211046338, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_12 = V_0; NullCheck(L_12); List_1_Add_m1685793073(L_12, _stringLiteral1211046338, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_13 = V_0; NullCheck(L_13); List_1_Add_m1685793073(L_13, _stringLiteral1211046338, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_14 = V_0; NullCheck(L_14); List_1_Add_m1685793073(L_14, _stringLiteral1211051449, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_15 = V_0; NullCheck(L_15); List_1_Add_m1685793073(L_15, _stringLiteral1211052472, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_16 = V_0; NullCheck(L_16); List_1_Add_m1685793073(L_16, _stringLiteral1210926783, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_17 = V_0; NullCheck(L_17); List_1_Add_m1685793073(L_17, _stringLiteral1689750382, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_18 = V_0; NullCheck(L_18); List_1_Add_m1685793073(L_18, _stringLiteral1689750382, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_19 = V_0; NullCheck(L_19); List_1_Add_m1685793073(L_19, _stringLiteral1689750382, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_20 = V_0; NullCheck(L_20); List_1_Add_m1685793073(L_20, _stringLiteral1689755699, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_21 = V_0; NullCheck(L_21); List_1_Add_m1685793073(L_21, _stringLiteral1689756916, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_22 = V_0; NullCheck(L_22); List_1_Add_m1685793073(L_22, _stringLiteral1689761961, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_23 = V_0; NullCheck(L_23); List_1_Add_m1685793073(L_23, _stringLiteral2615678418, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_24 = V_0; NullCheck(L_24); List_1_Add_m1685793073(L_24, _stringLiteral2615678418, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_25 = V_0; NullCheck(L_25); List_1_Add_m1685793073(L_25, _stringLiteral4269867993, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_26 = V_0; NullCheck(L_26); List_1_Add_m1685793073(L_26, _stringLiteral488935399, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_27 = V_0; NullCheck(L_27); List_1_Add_m1685793073(L_27, _stringLiteral2615678418, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); ItemPageGroup_t3769455068 * L_28 = __this->get_m_pageArea_4(); List_1_t3319525431 * L_29 = V_0; NullCheck(L_28); ItemPageGroup_OnPageInit_m2780207576(L_28, 6, L_29, /*hidden argument*/NULL); Transform_t3600365921 * L_30 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_30); uiMonoMenuArrow_t4143206342 * L_31 = Component_GetComponent_TisuiMonoMenuArrow_t4143206342_m1669054587(L_30, /*hidden argument*/Component_GetComponent_TisuiMonoMenuArrow_t4143206342_m1669054587_RuntimeMethod_var); V_1 = L_31; uiMonoMenuArrow_t4143206342 * L_32 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_33 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_32, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_33) { goto IL_016b; } } { List_1_t3319525431 * L_34 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_34, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_2 = L_34; List_1_t3319525431 * L_35 = V_2; NullCheck(L_35); List_1_Add_m1685793073(L_35, _stringLiteral3059639593, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); Transform_t3600365921 * L_36 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_36); uiMonoMenuArrow_t4143206342 * L_37 = Component_GetComponent_TisuiMonoMenuArrow_t4143206342_m1669054587(L_36, /*hidden argument*/Component_GetComponent_TisuiMonoMenuArrow_t4143206342_m1669054587_RuntimeMethod_var); List_1_t3319525431 * L_38 = V_2; NullCheck(L_37); uiMonoMenuArrow_OnPageInit_m1739692166(L_37, L_38, /*hidden argument*/NULL); } IL_016b: { Transform_t3600365921 * L_39 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_39); Transform_t3600365921 * L_40 = Transform_Find_m1729760951(L_39, _stringLiteral574385371, /*hidden argument*/NULL); NullCheck(L_40); GameObject_t1113636619 * L_41 = Component_get_gameObject_m442555142(L_40, /*hidden argument*/NULL); __this->set_m_arrowTop_6(L_41); Transform_t3600365921 * L_42 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_42); Transform_t3600365921 * L_43 = Transform_Find_m1729760951(L_42, _stringLiteral1157384847, /*hidden argument*/NULL); NullCheck(L_43); GameObject_t1113636619 * L_44 = Component_get_gameObject_m442555142(L_43, /*hidden argument*/NULL); __this->set_m_arrowBottom_7(L_44); Transform_t3600365921 * L_45 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Transform_t3600365921 * L_46 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_45, _stringLiteral1364803171, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_m_Select_8(L_46); Transform_t3600365921 * L_47 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_48 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_47, _stringLiteral1017912321, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_m_CancelSelect_9(L_48); Transform_t3600365921 * L_49 = __this->get_m_CancelSelect_9(); NullCheck(L_49); GameObject_t1113636619 * L_50 = Component_get_gameObject_m442555142(L_49, /*hidden argument*/NULL); NullCheck(L_50); UIButtonMessage_t952534536 * L_51 = GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131(L_50, /*hidden argument*/GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131_RuntimeMethod_var); V_3 = L_51; UIButtonMessage_t952534536 * L_52 = V_3; NullCheck(L_52); L_52->set_trigger_4(0); UIButtonMessage_t952534536 * L_53 = V_3; Transform_t3600365921 * L_54 = __this->get_m_CancelSelect_9(); NullCheck(L_54); Transform_t3600365921 * L_55 = Component_get_transform_m3162698980(L_54, /*hidden argument*/NULL); NullCheck(L_55); Transform_t3600365921 * L_56 = Transform_get_parent_m835071599(L_55, /*hidden argument*/NULL); NullCheck(L_56); Transform_t3600365921 * L_57 = Transform_get_parent_m835071599(L_56, /*hidden argument*/NULL); NullCheck(L_57); Transform_t3600365921 * L_58 = Transform_get_parent_m835071599(L_57, /*hidden argument*/NULL); NullCheck(L_58); Transform_t3600365921 * L_59 = Transform_get_parent_m835071599(L_58, /*hidden argument*/NULL); NullCheck(L_59); Transform_t3600365921 * L_60 = Component_get_transform_m3162698980(L_59, /*hidden argument*/NULL); NullCheck(L_60); Transform_t3600365921 * L_61 = Transform_Find_m1729760951(L_60, _stringLiteral3451670698, /*hidden argument*/NULL); NullCheck(L_61); GameObject_t1113636619 * L_62 = Component_get_gameObject_m442555142(L_61, /*hidden argument*/NULL); NullCheck(L_53); L_53->set_target_2(L_62); Transform_t3600365921 * L_63 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_64 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_63, _stringLiteral2625918892, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_VoulumLabel_10(L_64); UIButtonMessage_t952534536 * L_65 = V_3; NullCheck(L_65); L_65->set_functionName_3(_stringLiteral2756990088); } IL_023f: { return; } } // System.Void ScenePersonalWndMyTraPackage::Start() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyTraPackage_Start_m3876602570 (ScenePersonalWndMyTraPackage_t1516617923 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_0); V_0 = L_1; uiBtnList_t3771050923 * L_2 = __this->get_m_btnList_3(); int32_t L_3 = V_0; NullCheck(L_2); uiBtnList_OnUpdataRoleSex_m3307816919(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyTraPackage::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyTraPackage_OnPageShow_m2448219129 (ScenePersonalWndMyTraPackage_t1516617923 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyTraPackage_OnPageShow_m2448219129_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(cbPackage_t1110821539_il2cpp_TypeInfo_var); cbPackage_RequestPackageItems_m56433763(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_0 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CMyPackageManager_set_IsSelect_m598002399(L_0, (bool)0, /*hidden argument*/NULL); CMyPackageManager_t122981866 * L_1 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CMyPackageManager_set_IsShowSelect_m1057956969(L_1, (bool)1, /*hidden argument*/NULL); bool L_2 = __this->get_m_bFirstOpen_11(); if (!L_2) { goto IL_0040; } } { __this->set_m_bFirstOpen_11((bool)0); ItemPageGroup_t3769455068 * L_3 = __this->get_m_pageArea_4(); NullCheck(L_3); ItemPageGroup_InitPageIndex_m3974147378(L_3, 2, /*hidden argument*/NULL); ScenePersonalWndMyTraPackage_OnPageChanged_m1211222995(__this, 2, /*hidden argument*/NULL); } IL_0040: { shopModel_t101745799 * L_4 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_5 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); int64_t L_6 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_5); NullCheck(L_4); shopModel_SetShowAvatarTarget_m263909296(L_4, L_6, /*hidden argument*/NULL); shopModel_t101745799 * L_7 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); shopModel_SetAvatarEnable_m3870392861(L_7, (bool)1, /*hidden argument*/NULL); CTabSearchCtr_t3498668791 * L_8 = CTabSearchCtr_GetInstance_m616030694(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CTabSearchCtr_set_TabSearchType_m466594887(L_8, 1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyTraPackage::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyTraPackage_OnPageHide_m2032975627 (ScenePersonalWndMyTraPackage_t1516617923 * __this, const RuntimeMethod* method) { { shopModel_t101745799 * L_0 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); shopModel_ResumeMainRole_m3008746332(L_0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyTraPackage::Update() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyTraPackage_Update_m178872606 (ScenePersonalWndMyTraPackage_t1516617923 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndMyTraPackage_Update_m178872606_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_0 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CMyPackageManager_get_IsSelect_m2288065369(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_006c; } } { IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_2 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = CMyPackageManager_get_IsShowSelect_m2712529407(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0045; } } { Transform_t3600365921 * L_4 = __this->get_m_Select_8(); NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_5, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_6 = __this->get_m_CancelSelect_9(); NullCheck(L_6); GameObject_t1113636619 * L_7 = Component_get_gameObject_m442555142(L_6, /*hidden argument*/NULL); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_7, (bool)0, /*hidden argument*/NULL); goto IL_0067; } IL_0045: { Transform_t3600365921 * L_8 = __this->get_m_Select_8(); NullCheck(L_8); GameObject_t1113636619 * L_9 = Component_get_gameObject_m442555142(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_9, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_10 = __this->get_m_CancelSelect_9(); NullCheck(L_10); GameObject_t1113636619 * L_11 = Component_get_gameObject_m442555142(L_10, /*hidden argument*/NULL); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_11, (bool)0, /*hidden argument*/NULL); } IL_0067: { goto IL_008e; } IL_006c: { Transform_t3600365921 * L_12 = __this->get_m_Select_8(); NullCheck(L_12); GameObject_t1113636619 * L_13 = Component_get_gameObject_m442555142(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_13, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_14 = __this->get_m_CancelSelect_9(); NullCheck(L_14); GameObject_t1113636619 * L_15 = Component_get_gameObject_m442555142(L_14, /*hidden argument*/NULL); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_15, (bool)1, /*hidden argument*/NULL); } IL_008e: { IL2CPP_RUNTIME_CLASS_INIT(CChangeGameManager_t2081989347_il2cpp_TypeInfo_var); CChangeGameManager_t2081989347 * L_16 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); bool L_17 = CChangeGameManager_get_IsChange_m26391125(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00b3; } } { IL2CPP_RUNTIME_CLASS_INIT(CChangeGameManager_t2081989347_il2cpp_TypeInfo_var); CChangeGameManager_t2081989347 * L_18 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CChangeGameManager_set_IsChange_m1438701686(L_18, (bool)0, /*hidden argument*/NULL); ScenePersonalTraPkgList_t2777623657 * L_19 = __this->get_m_PkgList_5(); NullCheck(L_19); ScenePersonalTraPkgList_OnRefresh_m200896998(L_19, /*hidden argument*/NULL); } IL_00b3: { UILabel_t3248798549 * L_20 = __this->get_m_VoulumLabel_10(); CTextHelp_t3119637808 * L_21 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22 = CTextHelp_GetText_m372251958(L_21, _stringLiteral165874796, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CChangeGameManager_t2081989347_il2cpp_TypeInfo_var); CChangeGameManager_t2081989347 * L_23 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24 = CChangeGameManager_GetBagCount_m457562537(L_23, /*hidden argument*/NULL); int32_t L_25 = L_24; RuntimeObject * L_26 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_25); CChangeGameManager_t2081989347 * L_27 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); int32_t L_28 = CChangeGameManager_get_MaxCount_m1850944050(L_27, /*hidden argument*/NULL); int32_t L_29 = L_28; RuntimeObject * L_30 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_29); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Format_m2556382932(NULL /*static, unused*/, L_22, L_26, L_30, /*hidden argument*/NULL); NullCheck(L_20); UILabel_set_text_m1071532778(L_20, L_31, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyTraPackage::OnPageChanged(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyTraPackage_OnPageChanged_m1211222995 (ScenePersonalWndMyTraPackage_t1516617923 * __this, int32_t ___pageIndex0, const RuntimeMethod* method) { { ScenePersonalTraPkgList_t2777623657 * L_0 = __this->get_m_PkgList_5(); int32_t L_1 = ___pageIndex0; NullCheck(L_0); ScenePersonalTraPkgList_SetMainType_m4063512112(L_0, L_1, /*hidden argument*/NULL); uiBtnList_t3771050923 * L_2 = __this->get_m_btnList_3(); int32_t L_3 = ___pageIndex0; NullCheck(L_2); uiBtnList_OnSetMainType_m3993076582(L_2, L_3, /*hidden argument*/NULL); uiBtnList_t3771050923 * L_4 = __this->get_m_btnList_3(); NullCheck(L_4); uiBtnList_OnPageShow_m2918554423(L_4, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyTraPackage::OnStepUpdata(System.Single) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyTraPackage_OnStepUpdata_m2936597995 (ScenePersonalWndMyTraPackage_t1516617923 * __this, float ___step0, const RuntimeMethod* method) { { float L_0 = ___step0; if ((!(((float)L_0) < ((float)(0.0f))))) { goto IL_0028; } } { GameObject_t1113636619 * L_1 = __this->get_m_arrowTop_6(); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_2 = __this->get_m_arrowBottom_7(); NullCheck(L_2); GameObject_SetActive_m796801857(L_2, (bool)0, /*hidden argument*/NULL); goto IL_0090; } IL_0028: { float L_3 = ___step0; if ((!(((float)L_3) < ((float)(0.05f))))) { goto IL_0050; } } { GameObject_t1113636619 * L_4 = __this->get_m_arrowTop_6(); NullCheck(L_4); GameObject_SetActive_m796801857(L_4, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = __this->get_m_arrowBottom_7(); NullCheck(L_5); GameObject_SetActive_m796801857(L_5, (bool)1, /*hidden argument*/NULL); goto IL_0090; } IL_0050: { float L_6 = ___step0; if ((!(((float)L_6) > ((float)(0.95f))))) { goto IL_0078; } } { GameObject_t1113636619 * L_7 = __this->get_m_arrowTop_6(); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_8 = __this->get_m_arrowBottom_7(); NullCheck(L_8); GameObject_SetActive_m796801857(L_8, (bool)0, /*hidden argument*/NULL); goto IL_0090; } IL_0078: { GameObject_t1113636619 * L_9 = __this->get_m_arrowTop_6(); NullCheck(L_9); GameObject_SetActive_m796801857(L_9, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_10 = __this->get_m_arrowBottom_7(); NullCheck(L_10); GameObject_SetActive_m796801857(L_10, (bool)1, /*hidden argument*/NULL); } IL_0090: { return; } } // System.Void ScenePersonalWndMyTraPackage::OnTabSearchClick(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyTraPackage_OnTabSearchClick_m384285274 (ScenePersonalWndMyTraPackage_t1516617923 * __this, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method) { { CTabSearchCtr_t3498668791 * L_0 = CTabSearchCtr_GetInstance_m616030694(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CTabSearchCtr_ShowTravelPage_m1720853699(L_0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndMyTraPackage::.cctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndMyTraPackage__cctor_m1572884529 (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 ScenePersonalWndNewSignIn::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn__ctor_m2351940749 (ScenePersonalWndNewSignIn_t3840300417 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // ScenePersonalWndNewSignIn ScenePersonalWndNewSignIn::GetInstance() extern "C" IL2CPP_METHOD_ATTR ScenePersonalWndNewSignIn_t3840300417 * ScenePersonalWndNewSignIn_GetInstance_m3829165297 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_GetInstance_m3829165297_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndNewSignIn_t3840300417_il2cpp_TypeInfo_var); ScenePersonalWndNewSignIn_t3840300417 * L_0 = ((ScenePersonalWndNewSignIn_t3840300417_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndNewSignIn_t3840300417_il2cpp_TypeInfo_var))->get_s_instance_2(); return L_0; } } // System.Void ScenePersonalWndNewSignIn::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_OnPageInit_m2403144059 (ScenePersonalWndNewSignIn_t3840300417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_OnPageInit_m2403144059_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_24(); if (L_0) { goto IL_02ec; } } { __this->set_isPageInit_24((bool)1); __this->set_m_uiRoot_3(((GameObjectU5BU5D_t3328599146*)SZArrayNew(GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var, (uint32_t)2))); GameObjectU5BU5D_t3328599146* L_1 = __this->get_m_uiRoot_3(); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_Find_m1729760951(L_2, _stringLiteral4111871920, /*hidden argument*/NULL); NullCheck(L_3); GameObject_t1113636619 * L_4 = Component_get_gameObject_m442555142(L_3, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (GameObject_t1113636619 *)L_4); GameObjectU5BU5D_t3328599146* L_5 = __this->get_m_uiRoot_3(); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral1179942904, /*hidden argument*/NULL); NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (GameObject_t1113636619 *)L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_9); Transform_t3600365921 * L_10 = Transform_Find_m1729760951(L_9, _stringLiteral3402350356, /*hidden argument*/NULL); NullCheck(L_10); GameObject_t1113636619 * L_11 = Component_get_gameObject_m442555142(L_10, /*hidden argument*/NULL); __this->set_m_Description_8(L_11); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_12, _stringLiteral1044042834, /*hidden argument*/NULL); __this->set_m_uiCurProgress_4(L_13); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_14); Transform_t3600365921 * L_15 = Transform_Find_m1729760951(L_14, _stringLiteral207190506, /*hidden argument*/NULL); __this->set_m_uiTotalProgress_5(L_15); Transform_t3600365921 * L_16 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UITexture_t3471168817 * L_17 = CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(NULL /*static, unused*/, L_16, _stringLiteral609729268, /*hidden argument*/CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var); __this->set_m_uiMonth_6(L_17); UITexture_t3471168817 * L_18 = __this->get_m_uiMonth_6(); NullCheck(L_18); Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(L_18, /*hidden argument*/NULL); NullCheck(L_19); Vector3_t3722313464 L_20 = Transform_get_localScale_m129152068(L_19, /*hidden argument*/NULL); __this->set_m_org_TextureScale_10(L_20); __this->set_m_uiProgressNode_16(((GameObjectU5BU5D_t3328599146*)SZArrayNew(GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var, (uint32_t)6))); GameObjectU5BU5D_t3328599146* L_21 = __this->get_m_uiProgressNode_16(); Transform_t3600365921 * L_22 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_22); Transform_t3600365921 * L_23 = Transform_Find_m1729760951(L_22, _stringLiteral911359449, /*hidden argument*/NULL); NullCheck(L_23); GameObject_t1113636619 * L_24 = Component_get_gameObject_m442555142(L_23, /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_24); (L_21)->SetAt(static_cast(0), (GameObject_t1113636619 *)L_24); GameObjectU5BU5D_t3328599146* L_25 = __this->get_m_uiProgressNode_16(); Transform_t3600365921 * L_26 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_26); Transform_t3600365921 * L_27 = Transform_Find_m1729760951(L_26, _stringLiteral911424985, /*hidden argument*/NULL); NullCheck(L_27); GameObject_t1113636619 * L_28 = Component_get_gameObject_m442555142(L_27, /*hidden argument*/NULL); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_28); (L_25)->SetAt(static_cast(1), (GameObject_t1113636619 *)L_28); GameObjectU5BU5D_t3328599146* L_29 = __this->get_m_uiProgressNode_16(); Transform_t3600365921 * L_30 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_30); Transform_t3600365921 * L_31 = Transform_Find_m1729760951(L_30, _stringLiteral911228377, /*hidden argument*/NULL); NullCheck(L_31); GameObject_t1113636619 * L_32 = Component_get_gameObject_m442555142(L_31, /*hidden argument*/NULL); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_32); (L_29)->SetAt(static_cast(2), (GameObject_t1113636619 *)L_32); GameObjectU5BU5D_t3328599146* L_33 = __this->get_m_uiProgressNode_16(); Transform_t3600365921 * L_34 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_34); Transform_t3600365921 * L_35 = Transform_Find_m1729760951(L_34, _stringLiteral911293913, /*hidden argument*/NULL); NullCheck(L_35); GameObject_t1113636619 * L_36 = Component_get_gameObject_m442555142(L_35, /*hidden argument*/NULL); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_36); (L_33)->SetAt(static_cast(3), (GameObject_t1113636619 *)L_36); GameObjectU5BU5D_t3328599146* L_37 = __this->get_m_uiProgressNode_16(); Transform_t3600365921 * L_38 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_38); Transform_t3600365921 * L_39 = Transform_Find_m1729760951(L_38, _stringLiteral911621593, /*hidden argument*/NULL); NullCheck(L_39); GameObject_t1113636619 * L_40 = Component_get_gameObject_m442555142(L_39, /*hidden argument*/NULL); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_40); (L_37)->SetAt(static_cast(4), (GameObject_t1113636619 *)L_40); GameObjectU5BU5D_t3328599146* L_41 = __this->get_m_uiProgressNode_16(); Transform_t3600365921 * L_42 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_42); Transform_t3600365921 * L_43 = Transform_Find_m1729760951(L_42, _stringLiteral911687129, /*hidden argument*/NULL); NullCheck(L_43); GameObject_t1113636619 * L_44 = Component_get_gameObject_m442555142(L_43, /*hidden argument*/NULL); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_44); (L_41)->SetAt(static_cast(5), (GameObject_t1113636619 *)L_44); Transform_t3600365921 * L_45 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_45); Transform_t3600365921 * L_46 = Transform_Find_m1729760951(L_45, _stringLiteral2591464167, /*hidden argument*/NULL); NullCheck(L_46); uiItemDetail_t2651173627 * L_47 = Component_GetComponent_TisuiItemDetail_t2651173627_m635765916(L_46, /*hidden argument*/Component_GetComponent_TisuiItemDetail_t2651173627_m635765916_RuntimeMethod_var); __this->set_m_itemDetail_9(L_47); Transform_t3600365921 * L_48 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_48); Transform_t3600365921 * L_49 = Transform_Find_m1729760951(L_48, _stringLiteral235165215, /*hidden argument*/NULL); NullCheck(L_49); UILabel_t3248798549 * L_50 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_49, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_AwardDescription_11(L_50); Transform_t3600365921 * L_51 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_52 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_51, _stringLiteral195177710, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_uiSignInMonthLabel_13(L_52); Transform_t3600365921 * L_53 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_54 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_53, _stringLiteral989359833, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_uiSignNum_14(L_54); __this->set_m_uiTotalSignNum_15(((UILabelU5BU5D_t595200952*)SZArrayNew(UILabelU5BU5D_t595200952_il2cpp_TypeInfo_var, (uint32_t)6))); UILabelU5BU5D_t595200952* L_55 = __this->get_m_uiTotalSignNum_15(); Transform_t3600365921 * L_56 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_57 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_56, _stringLiteral2080882202, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); NullCheck(L_55); ArrayElementTypeCheck (L_55, L_57); (L_55)->SetAt(static_cast(0), (UILabel_t3248798549 *)L_57); UILabelU5BU5D_t595200952* L_58 = __this->get_m_uiTotalSignNum_15(); Transform_t3600365921 * L_59 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_60 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_59, _stringLiteral2077933082, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); NullCheck(L_58); ArrayElementTypeCheck (L_58, L_60); (L_58)->SetAt(static_cast(1), (UILabel_t3248798549 *)L_60); UILabelU5BU5D_t595200952* L_61 = __this->get_m_uiTotalSignNum_15(); Transform_t3600365921 * L_62 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_63 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_62, _stringLiteral2084945434, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); NullCheck(L_61); ArrayElementTypeCheck (L_61, L_63); (L_61)->SetAt(static_cast(2), (UILabel_t3248798549 *)L_63); UILabelU5BU5D_t595200952* L_64 = __this->get_m_uiTotalSignNum_15(); Transform_t3600365921 * L_65 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_66 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_65, _stringLiteral2083044890, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); NullCheck(L_64); ArrayElementTypeCheck (L_64, L_66); (L_64)->SetAt(static_cast(3), (UILabel_t3248798549 *)L_66); UILabelU5BU5D_t595200952* L_67 = __this->get_m_uiTotalSignNum_15(); Transform_t3600365921 * L_68 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_69 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_68, _stringLiteral2088484378, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); NullCheck(L_67); ArrayElementTypeCheck (L_67, L_69); (L_67)->SetAt(static_cast(4), (UILabel_t3248798549 *)L_69); UILabelU5BU5D_t595200952* L_70 = __this->get_m_uiTotalSignNum_15(); Transform_t3600365921 * L_71 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_72 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_71, _stringLiteral2086583834, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); NullCheck(L_70); ArrayElementTypeCheck (L_70, L_72); (L_70)->SetAt(static_cast(5), (UILabel_t3248798549 *)L_72); Transform_t3600365921 * L_73 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_73); Transform_t3600365921 * L_74 = Transform_Find_m1729760951(L_73, _stringLiteral3011677026, /*hidden argument*/NULL); NullCheck(L_74); UILabel_t3248798549 * L_75 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_74, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_AwardDescriptionTitle_12(L_75); UILabel_t3248798549 * L_76 = __this->get_m_AwardDescriptionTitle_12(); CTextHelp_t3119637808 * L_77 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_77); String_t* L_78 = CTextHelp_GetText_m372251958(L_77, _stringLiteral3692918314, /*hidden argument*/NULL); NullCheck(L_76); UILabel_set_text_m1071532778(L_76, L_78, /*hidden argument*/NULL); Transform_t3600365921 * L_79 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_79); Transform_t3600365921 * L_80 = Transform_Find_m1729760951(L_79, _stringLiteral450785856, /*hidden argument*/NULL); NullCheck(L_80); DMListView_t512231514 * L_81 = Component_GetComponent_TisDMListView_t512231514_m151075097(L_80, /*hidden argument*/Component_GetComponent_TisDMListView_t512231514_m151075097_RuntimeMethod_var); __this->set_m_Viewlist_7(L_81); DMListView_t512231514 * L_82 = __this->get_m_Viewlist_7(); NullCheck(L_82); DMListView_SetEnumInfo_m2581368040(L_82, 0, 1, /*hidden argument*/NULL); __this->set_m_iTotalProgress_17(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)6))); } IL_02ec: { return; } } // System.Void ScenePersonalWndNewSignIn::Awake() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_Awake_m3913740485 (ScenePersonalWndNewSignIn_t3840300417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_Awake_m3913740485_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndNewSignIn_t3840300417_il2cpp_TypeInfo_var); ((ScenePersonalWndNewSignIn_t3840300417_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndNewSignIn_t3840300417_il2cpp_TypeInfo_var))->set_s_instance_2(__this); return; } } // System.Void ScenePersonalWndNewSignIn::Start() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_Start_m1410436417 (ScenePersonalWndNewSignIn_t3840300417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_Start_m1410436417_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { UILabel_t3248798549 * L_0 = __this->get_m_uiSignInMonthLabel_13(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { UILabel_t3248798549 * L_2 = __this->get_m_uiSignInMonthLabel_13(); NullCheck(L_2); String_t* L_3 = UILabel_get_text_m389124667(L_2, /*hidden argument*/NULL); __this->set_monthStr_18(L_3); } IL_0022: { UILabel_t3248798549 * L_4 = __this->get_m_uiSignNum_14(); NullCheck(L_4); String_t* L_5 = UILabel_get_text_m389124667(L_4, /*hidden argument*/NULL); __this->set_signNumStr_19(L_5); UILabelU5BU5D_t595200952* L_6 = __this->get_m_uiTotalSignNum_15(); NullCheck(L_6); int32_t L_7 = 0; UILabel_t3248798549 * L_8 = (L_6)->GetAt(static_cast(L_7)); NullCheck(L_8); String_t* L_9 = UILabel_get_text_m389124667(L_8, /*hidden argument*/NULL); __this->set_totalSignNumStr_20(L_9); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_10 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_10; int32_t L_11 = DateTime_get_Month_m1566006993((&V_0), /*hidden argument*/NULL); ScenePersonalWndNewSignIn_upataMonth_m1065103823(__this, L_11, /*hidden argument*/NULL); UILabel_t3248798549 * L_12 = __this->get_m_AwardDescription_11(); CTextHelp_t3119637808 * L_13 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14 = CTextHelp_GetText_m372251958(L_13, _stringLiteral3210248438, /*hidden argument*/NULL); NullCheck(L_12); UILabel_set_text_m1071532778(L_12, L_14, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndNewSignIn::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_OnDestroy_m2619175048 (ScenePersonalWndNewSignIn_t3840300417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_OnDestroy_m2619175048_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndNewSignIn_t3840300417_il2cpp_TypeInfo_var); ((ScenePersonalWndNewSignIn_t3840300417_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndNewSignIn_t3840300417_il2cpp_TypeInfo_var))->set_s_instance_2((ScenePersonalWndNewSignIn_t3840300417 *)NULL); return; } } // System.Void ScenePersonalWndNewSignIn::Update() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_Update_m423172700 (ScenePersonalWndNewSignIn_t3840300417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_Update_m423172700_MetadataUsageId); s_Il2CppMethodInitialized = true; } CSignInNewActivity_t3409025969 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); IActivityDetail_t2848416189 * L_0 = CActivityManager_get_CurrentActivityDetail_m2092664254(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = ((CSignInNewActivity_t3409025969 *)IsInstClass((RuntimeObject*)L_0, CSignInNewActivity_t3409025969_il2cpp_TypeInfo_var)); CSignInNewActivity_t3409025969 * L_1 = V_0; if (L_1) { goto IL_0012; } } { return; } IL_0012: { CSignInNewActivity_t3409025969 * L_2 = V_0; NullCheck(L_2); bool L_3 = IActivityDetail_get_IsNewUpdate_m3510163353(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0036; } } { CSignInNewActivity_t3409025969 * L_4 = V_0; NullCheck(L_4); bool L_5 = IActivityDetail_get_IsDataReady_m67484584(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0036; } } { CSignInNewActivity_t3409025969 * L_6 = V_0; NullCheck(L_6); IActivityDetail_set_IsNewUpdate_m176409430(L_6, (bool)0, /*hidden argument*/NULL); CSignInNewActivity_t3409025969 * L_7 = V_0; ScenePersonalWndNewSignIn_OnFreshPage_m3207980719(__this, L_7, /*hidden argument*/NULL); } IL_0036: { bool L_8 = __this->get_m_bFresh_23(); if (L_8) { goto IL_0055; } } { CSignInNewActivity_t3409025969 * L_9 = V_0; ScenePersonalWndNewSignIn_UpdateAwardState_m643914455(__this, L_9, /*hidden argument*/NULL); ScenePersonalWndNewSignIn_UpdateOnlineProgress_m1144335044(__this, /*hidden argument*/NULL); __this->set_m_bFresh_23((bool)1); } IL_0055: { return; } } // System.Void ScenePersonalWndNewSignIn::OnFreshPage(DMCore.Logic.CSignInNewActivity) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_OnFreshPage_m3207980719 (ScenePersonalWndNewSignIn_t3840300417 * __this, CSignInNewActivity_t3409025969 * ___activityInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_OnFreshPage_m3207980719_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Transform_t3600365921 * V_3 = NULL; uiNewSignInGroup_t2596682924 * V_4 = NULL; int32_t V_5 = 0; Transform_t3600365921 * V_6 = NULL; uiNewSignInGroup_t2596682924 * V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; Transform_t3600365921 * V_10 = NULL; uiNewSignInGroup_t2596682924 * V_11 = NULL; uiNewSignInItem_t2395688482 * V_12 = NULL; uiNewSignInGroup_t2596682924 * G_B7_0 = NULL; uiNewSignInGroup_t2596682924 * G_B17_0 = NULL; uiNewSignInGroup_t2596682924 * G_B26_0 = NULL; { CSignInNewActivity_t3409025969 * L_0 = ___activityInfo0; NullCheck(L_0); int32_t L_1 = CSignInNewActivity_get_dataCount_m3220454288(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_000f; } } { return; } IL_000f: { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))/(int32_t)5)), (int32_t)1)); DMListView_t512231514 * L_4 = __this->get_m_Viewlist_7(); NullCheck(L_4); int32_t L_5 = DMListView_GetCount_m1758119318(L_4, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; int32_t L_7 = V_0; if ((((int32_t)L_6) > ((int32_t)L_7))) { goto IL_0089; } } { DMListView_t512231514 * L_8 = __this->get_m_Viewlist_7(); int32_t L_9 = V_0; NullCheck(L_8); DMListView_SetCount_m3988156788(L_8, L_9, /*hidden argument*/NULL); V_2 = 0; goto IL_007d; } IL_003d: { DMListView_t512231514 * L_10 = __this->get_m_Viewlist_7(); int32_t L_11 = V_2; NullCheck(L_10); Transform_t3600365921 * L_12 = DMListView_GetChild_m2593465524(L_10, L_11, /*hidden argument*/NULL); V_3 = L_12; Transform_t3600365921 * L_13 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0061; } } { Transform_t3600365921 * L_15 = V_3; NullCheck(L_15); uiNewSignInGroup_t2596682924 * L_16 = Component_GetComponent_TisuiNewSignInGroup_t2596682924_m2082394909(L_15, /*hidden argument*/Component_GetComponent_TisuiNewSignInGroup_t2596682924_m2082394909_RuntimeMethod_var); G_B7_0 = L_16; goto IL_0062; } IL_0061: { G_B7_0 = ((uiNewSignInGroup_t2596682924 *)(NULL)); } IL_0062: { V_4 = G_B7_0; uiNewSignInGroup_t2596682924 * L_17 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_18 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0079; } } { uiNewSignInGroup_t2596682924 * L_19 = V_4; int32_t L_20 = V_2; NullCheck(L_19); uiNewSignInGroup_SetIndex_m2439096154(L_19, L_20, /*hidden argument*/NULL); } IL_0079: { int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_007d: { int32_t L_22 = V_2; int32_t L_23 = V_0; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_003d; } } { goto IL_00f5; } IL_0089: { int32_t L_24 = V_1; int32_t L_25 = V_0; if ((((int32_t)L_24) <= ((int32_t)L_25))) { goto IL_00f5; } } { DMListView_t512231514 * L_26 = __this->get_m_Viewlist_7(); int32_t L_27 = V_1; int32_t L_28 = V_0; NullCheck(L_26); DMListView_Remove_m2211400149(L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/NULL); V_5 = 0; goto IL_00ed; } IL_00a6: { DMListView_t512231514 * L_29 = __this->get_m_Viewlist_7(); int32_t L_30 = V_5; NullCheck(L_29); Transform_t3600365921 * L_31 = DMListView_GetChild_m2593465524(L_29, L_30, /*hidden argument*/NULL); V_6 = L_31; Transform_t3600365921 * L_32 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_33 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00ce; } } { Transform_t3600365921 * L_34 = V_6; NullCheck(L_34); uiNewSignInGroup_t2596682924 * L_35 = Component_GetComponent_TisuiNewSignInGroup_t2596682924_m2082394909(L_34, /*hidden argument*/Component_GetComponent_TisuiNewSignInGroup_t2596682924_m2082394909_RuntimeMethod_var); G_B17_0 = L_35; goto IL_00cf; } IL_00ce: { G_B17_0 = ((uiNewSignInGroup_t2596682924 *)(NULL)); } IL_00cf: { V_7 = G_B17_0; uiNewSignInGroup_t2596682924 * L_36 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_37 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00e7; } } { uiNewSignInGroup_t2596682924 * L_38 = V_7; int32_t L_39 = V_5; NullCheck(L_38); uiNewSignInGroup_SetIndex_m2439096154(L_38, L_39, /*hidden argument*/NULL); } IL_00e7: { int32_t L_40 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00ed: { int32_t L_41 = V_5; int32_t L_42 = V_0; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00a6; } } IL_00f5: { CSignInNewActivity_t3409025969 * L_43 = ___activityInfo0; NullCheck(L_43); int32_t L_44 = CSignInNewActivity_get_nMonth_m2683973927(L_43, /*hidden argument*/NULL); ScenePersonalWndNewSignIn_upataMonth_m1065103823(__this, L_44, /*hidden argument*/NULL); CSignInNewActivity_t3409025969 * L_45 = ___activityInfo0; NullCheck(L_45); int32_t L_46 = CSignInNewActivity_get_nSignInDay_m2622891181(L_45, /*hidden argument*/NULL); __this->set_m_totalSignDays_21(L_46); __this->set_m_bFresh_23((bool)0); UILabel_t3248798549 * L_47 = __this->get_m_uiSignNum_14(); String_t* L_48 = __this->get_signNumStr_19(); CSignInNewActivity_t3409025969 * L_49 = ___activityInfo0; NullCheck(L_49); int32_t L_50 = CSignInNewActivity_get_nSignInDay_m2622891181(L_49, /*hidden argument*/NULL); int32_t L_51 = L_50; RuntimeObject * L_52 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_51); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = String_Format_m2844511972(NULL /*static, unused*/, L_48, L_52, /*hidden argument*/NULL); NullCheck(L_47); UILabel_set_text_m1071532778(L_47, L_53, /*hidden argument*/NULL); CSignInNewActivity_t3409025969 * L_54 = ___activityInfo0; NullCheck(L_54); bool L_55 = CSignInNewActivity_get_bIsSignIn_m2550249036(L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_01c6; } } { bool L_56 = __this->get_m_bIsRequestSignIn_22(); if (!L_56) { goto IL_01c6; } } { CSignInNewActivity_t3409025969 * L_57 = ___activityInfo0; NullCheck(L_57); int32_t L_58 = CSignInNewActivity_get_nCurDay_m230857084(L_57, /*hidden argument*/NULL); V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)); int32_t L_59 = V_8; V_9 = ((int32_t)((int32_t)L_59/(int32_t)5)); DMListView_t512231514 * L_60 = __this->get_m_Viewlist_7(); int32_t L_61 = V_9; NullCheck(L_60); Transform_t3600365921 * L_62 = DMListView_GetChild_m2593465524(L_60, L_61, /*hidden argument*/NULL); V_10 = L_62; Transform_t3600365921 * L_63 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_64 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_63, /*hidden argument*/NULL); if (!L_64) { goto IL_0183; } } { Transform_t3600365921 * L_65 = V_10; NullCheck(L_65); uiNewSignInGroup_t2596682924 * L_66 = Component_GetComponent_TisuiNewSignInGroup_t2596682924_m2082394909(L_65, /*hidden argument*/Component_GetComponent_TisuiNewSignInGroup_t2596682924_m2082394909_RuntimeMethod_var); G_B26_0 = L_66; goto IL_0184; } IL_0183: { G_B26_0 = ((uiNewSignInGroup_t2596682924 *)(NULL)); } IL_0184: { V_11 = G_B26_0; uiNewSignInGroup_t2596682924 * L_67 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_68 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_67, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_68) { goto IL_01c6; } } { uiNewSignInGroup_t2596682924 * L_69 = V_11; int32_t L_70 = V_8; int32_t L_71 = V_9; NullCheck(L_69); uiNewSignInItem_t2395688482 * L_72 = uiNewSignInGroup_GetItem_m1504062210(L_69, ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_71, (int32_t)5)))), /*hidden argument*/NULL); V_12 = L_72; uiNewSignInItem_t2395688482 * L_73 = V_12; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_74 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_73, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_74) { goto IL_01c6; } } { DMListView_t512231514 * L_75 = __this->get_m_Viewlist_7(); int32_t L_76 = V_9; NullCheck(L_75); DMListView_MoveToIndex_m1296365812(L_75, ((int32_t)il2cpp_codegen_subtract((int32_t)L_76, (int32_t)1)), /*hidden argument*/NULL); uiNewSignInItem_t2395688482 * L_77 = V_12; NullCheck(L_77); uiNewSignInItem_OnSignIn_m892698146(L_77, /*hidden argument*/NULL); } IL_01c6: { return; } } // System.Void ScenePersonalWndNewSignIn::UpdateOnlineProgress() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_UpdateOnlineProgress_m1144335044 (ScenePersonalWndNewSignIn_t3840300417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_UpdateOnlineProgress_m1144335044_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); { Transform_t3600365921 * L_0 = __this->get_m_uiCurProgress_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0236; } } { Transform_t3600365921 * L_2 = __this->get_m_uiTotalProgress_5(); 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_0236; } } { V_0 = (0.001f); int32_t L_4 = __this->get_m_totalSignDays_21(); Int32U5BU5D_t385246372* L_5 = __this->get_m_iTotalProgress_17(); NullCheck(L_5); int32_t L_6 = 0; int32_t L_7 = (L_5)->GetAt(static_cast(L_6)); if ((((int32_t)L_4) >= ((int32_t)L_7))) { goto IL_0046; } } { V_0 = (0.001f); goto IL_01c6; } IL_0046: { int32_t L_8 = __this->get_m_totalSignDays_21(); Int32U5BU5D_t385246372* L_9 = __this->get_m_iTotalProgress_17(); NullCheck(L_9); int32_t L_10 = 1; int32_t L_11 = (L_9)->GetAt(static_cast(L_10)); if ((((int32_t)L_8) >= ((int32_t)L_11))) { goto IL_008c; } } { int32_t L_12 = __this->get_m_totalSignDays_21(); Int32U5BU5D_t385246372* L_13 = __this->get_m_iTotalProgress_17(); NullCheck(L_13); int32_t L_14 = 0; int32_t L_15 = (L_13)->GetAt(static_cast(L_14)); Int32U5BU5D_t385246372* L_16 = __this->get_m_iTotalProgress_17(); NullCheck(L_16); int32_t L_17 = 1; int32_t L_18 = (L_16)->GetAt(static_cast(L_17)); Int32U5BU5D_t385246372* L_19 = __this->get_m_iTotalProgress_17(); NullCheck(L_19); int32_t L_20 = 0; int32_t L_21 = (L_19)->GetAt(static_cast(L_20)); V_1 = ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_12))), (float)(((float)((float)L_15)))))/(float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_18))), (float)(((float)((float)L_21))))))), (float)(0.2f))); float L_22 = V_1; V_0 = L_22; goto IL_01c6; } IL_008c: { int32_t L_23 = __this->get_m_totalSignDays_21(); Int32U5BU5D_t385246372* L_24 = __this->get_m_iTotalProgress_17(); NullCheck(L_24); int32_t L_25 = 2; int32_t L_26 = (L_24)->GetAt(static_cast(L_25)); if ((((int32_t)L_23) >= ((int32_t)L_26))) { goto IL_00d8; } } { int32_t L_27 = __this->get_m_totalSignDays_21(); Int32U5BU5D_t385246372* L_28 = __this->get_m_iTotalProgress_17(); NullCheck(L_28); int32_t L_29 = 1; int32_t L_30 = (L_28)->GetAt(static_cast(L_29)); Int32U5BU5D_t385246372* L_31 = __this->get_m_iTotalProgress_17(); NullCheck(L_31); int32_t L_32 = 2; int32_t L_33 = (L_31)->GetAt(static_cast(L_32)); Int32U5BU5D_t385246372* L_34 = __this->get_m_iTotalProgress_17(); NullCheck(L_34); int32_t L_35 = 1; int32_t L_36 = (L_34)->GetAt(static_cast(L_35)); V_2 = ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_27))), (float)(((float)((float)L_30)))))/(float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_33))), (float)(((float)((float)L_36))))))), (float)(0.2f))); float L_37 = V_2; V_0 = ((float)il2cpp_codegen_add((float)(0.2f), (float)L_37)); goto IL_01c6; } IL_00d8: { int32_t L_38 = __this->get_m_totalSignDays_21(); Int32U5BU5D_t385246372* L_39 = __this->get_m_iTotalProgress_17(); NullCheck(L_39); int32_t L_40 = 3; int32_t L_41 = (L_39)->GetAt(static_cast(L_40)); if ((((int32_t)L_38) >= ((int32_t)L_41))) { goto IL_0124; } } { int32_t L_42 = __this->get_m_totalSignDays_21(); Int32U5BU5D_t385246372* L_43 = __this->get_m_iTotalProgress_17(); NullCheck(L_43); int32_t L_44 = 2; int32_t L_45 = (L_43)->GetAt(static_cast(L_44)); Int32U5BU5D_t385246372* L_46 = __this->get_m_iTotalProgress_17(); NullCheck(L_46); int32_t L_47 = 3; int32_t L_48 = (L_46)->GetAt(static_cast(L_47)); Int32U5BU5D_t385246372* L_49 = __this->get_m_iTotalProgress_17(); NullCheck(L_49); int32_t L_50 = 2; int32_t L_51 = (L_49)->GetAt(static_cast(L_50)); V_3 = ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_42))), (float)(((float)((float)L_45)))))/(float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_48))), (float)(((float)((float)L_51))))))), (float)(0.2f))); float L_52 = V_3; V_0 = ((float)il2cpp_codegen_add((float)(0.4f), (float)L_52)); goto IL_01c6; } IL_0124: { int32_t L_53 = __this->get_m_totalSignDays_21(); Int32U5BU5D_t385246372* L_54 = __this->get_m_iTotalProgress_17(); NullCheck(L_54); int32_t L_55 = 4; int32_t L_56 = (L_54)->GetAt(static_cast(L_55)); if ((((int32_t)L_53) >= ((int32_t)L_56))) { goto IL_0172; } } { int32_t L_57 = __this->get_m_totalSignDays_21(); Int32U5BU5D_t385246372* L_58 = __this->get_m_iTotalProgress_17(); NullCheck(L_58); int32_t L_59 = 3; int32_t L_60 = (L_58)->GetAt(static_cast(L_59)); Int32U5BU5D_t385246372* L_61 = __this->get_m_iTotalProgress_17(); NullCheck(L_61); int32_t L_62 = 4; int32_t L_63 = (L_61)->GetAt(static_cast(L_62)); Int32U5BU5D_t385246372* L_64 = __this->get_m_iTotalProgress_17(); NullCheck(L_64); int32_t L_65 = 3; int32_t L_66 = (L_64)->GetAt(static_cast(L_65)); V_4 = ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_57))), (float)(((float)((float)L_60)))))/(float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_63))), (float)(((float)((float)L_66))))))), (float)(0.2f))); float L_67 = V_4; V_0 = ((float)il2cpp_codegen_add((float)(0.6f), (float)L_67)); goto IL_01c6; } IL_0172: { int32_t L_68 = __this->get_m_totalSignDays_21(); Int32U5BU5D_t385246372* L_69 = __this->get_m_iTotalProgress_17(); NullCheck(L_69); int32_t L_70 = 5; int32_t L_71 = (L_69)->GetAt(static_cast(L_70)); if ((((int32_t)L_68) >= ((int32_t)L_71))) { goto IL_01c0; } } { int32_t L_72 = __this->get_m_totalSignDays_21(); Int32U5BU5D_t385246372* L_73 = __this->get_m_iTotalProgress_17(); NullCheck(L_73); int32_t L_74 = 4; int32_t L_75 = (L_73)->GetAt(static_cast(L_74)); Int32U5BU5D_t385246372* L_76 = __this->get_m_iTotalProgress_17(); NullCheck(L_76); int32_t L_77 = 5; int32_t L_78 = (L_76)->GetAt(static_cast(L_77)); Int32U5BU5D_t385246372* L_79 = __this->get_m_iTotalProgress_17(); NullCheck(L_79); int32_t L_80 = 4; int32_t L_81 = (L_79)->GetAt(static_cast(L_80)); V_5 = ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_72))), (float)(((float)((float)L_75)))))/(float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_78))), (float)(((float)((float)L_81))))))), (float)(0.2f))); float L_82 = V_5; V_0 = ((float)il2cpp_codegen_add((float)(0.8f), (float)L_82)); goto IL_01c6; } IL_01c0: { V_0 = (1.0f); } IL_01c6: { float L_83 = V_0; if ((!(((float)L_83) < ((float)(0.001f))))) { goto IL_01d7; } } { V_0 = (0.001f); } IL_01d7: { float L_84 = V_0; if ((!(((float)L_84) > ((float)(1.0f))))) { goto IL_01e8; } } { V_0 = (1.0f); } IL_01e8: { float L_85 = V_0; bool L_86 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_01f9; } } { V_0 = (0.001f); } IL_01f9: { Transform_t3600365921 * L_87 = __this->get_m_uiCurProgress_4(); NullCheck(L_87); Vector3_t3722313464 L_88 = Transform_get_localScale_m129152068(L_87, /*hidden argument*/NULL); V_6 = L_88; Transform_t3600365921 * L_89 = __this->get_m_uiTotalProgress_5(); NullCheck(L_89); Vector3_t3722313464 L_90 = Transform_get_localScale_m129152068(L_89, /*hidden argument*/NULL); V_7 = L_90; float L_91 = (&V_7)->get_x_1(); float L_92 = V_0; (&V_6)->set_x_1(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_91, (float)(3.0f))), (float)L_92))); Transform_t3600365921 * L_93 = __this->get_m_uiCurProgress_4(); Vector3_t3722313464 L_94 = V_6; NullCheck(L_93); Transform_set_localScale_m3053443106(L_93, L_94, /*hidden argument*/NULL); } IL_0236: { return; } } // System.Void ScenePersonalWndNewSignIn::UpdateAwardState(DMCore.Logic.CSignInNewActivity) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_UpdateAwardState_m643914455 (ScenePersonalWndNewSignIn_t3840300417 * __this, CSignInNewActivity_t3409025969 * ___activityData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_UpdateAwardState_m643914455_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TotalDayData_t2684681649 * V_1 = NULL; { CSignInNewActivity_t3409025969 * L_0 = ___activityData0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { V_0 = 0; goto IL_00ed; } IL_000e: { CSignInNewActivity_t3409025969 * L_1 = ___activityData0; int32_t L_2 = V_0; NullCheck(L_1); TotalDayData_t2684681649 * L_3 = CSignInNewActivity_GetTotalSignInData_m1837625832(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; Int32U5BU5D_t385246372* L_4 = __this->get_m_iTotalProgress_17(); int32_t L_5 = V_0; TotalDayData_t2684681649 * L_6 = V_1; NullCheck(L_6); int32_t L_7 = L_6->get_nTotalDays_0(); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int32_t)L_7); UILabelU5BU5D_t595200952* L_8 = __this->get_m_uiTotalSignNum_15(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; UILabel_t3248798549 * L_11 = (L_8)->GetAt(static_cast(L_10)); String_t* L_12 = __this->get_totalSignNumStr_20(); TotalDayData_t2684681649 * L_13 = V_1; NullCheck(L_13); int32_t L_14 = L_13->get_nTotalDays_0(); 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_Format_m2844511972(NULL /*static, unused*/, L_12, L_16, /*hidden argument*/NULL); NullCheck(L_11); UILabel_set_text_m1071532778(L_11, L_17, /*hidden argument*/NULL); GameObjectU5BU5D_t3328599146* L_18 = __this->get_m_uiProgressNode_16(); int32_t L_19 = V_0; NullCheck(L_18); int32_t L_20 = L_19; GameObject_t1113636619 * L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck(L_21); Transform_t3600365921 * L_22 = GameObject_get_transform_m1369836730(L_21, /*hidden argument*/NULL); NullCheck(L_22); Transform_t3600365921 * L_23 = Transform_Find_m1729760951(L_22, _stringLiteral3123925223, /*hidden argument*/NULL); TotalDayData_t2684681649 * L_24 = V_1; NullCheck(L_24); bool L_25 = L_24->get_bIsReceived_7(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_23, (bool)((((int32_t)L_25) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); GameObjectU5BU5D_t3328599146* L_26 = __this->get_m_uiProgressNode_16(); int32_t L_27 = V_0; NullCheck(L_26); int32_t L_28 = L_27; GameObject_t1113636619 * L_29 = (L_26)->GetAt(static_cast(L_28)); NullCheck(L_29); Transform_t3600365921 * L_30 = GameObject_get_transform_m1369836730(L_29, /*hidden argument*/NULL); NullCheck(L_30); Transform_t3600365921 * L_31 = Transform_Find_m1729760951(L_30, _stringLiteral4246919288, /*hidden argument*/NULL); TotalDayData_t2684681649 * L_32 = V_1; NullCheck(L_32); bool L_33 = L_32->get_bIsReceived_7(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_31, L_33, /*hidden argument*/NULL); TotalDayData_t2684681649 * L_34 = V_1; NullCheck(L_34); int32_t L_35 = L_34->get_nTotalDays_0(); int32_t L_36 = __this->get_m_totalSignDays_21(); if ((((int32_t)L_35) > ((int32_t)L_36))) { goto IL_00cc; } } { TotalDayData_t2684681649 * L_37 = V_1; NullCheck(L_37); bool L_38 = L_37->get_bIsReceived_7(); if (L_38) { goto IL_00cc; } } { GameObjectU5BU5D_t3328599146* L_39 = __this->get_m_uiProgressNode_16(); int32_t L_40 = V_0; NullCheck(L_39); int32_t L_41 = L_40; GameObject_t1113636619 * L_42 = (L_39)->GetAt(static_cast(L_41)); NullCheck(L_42); Transform_t3600365921 * L_43 = GameObject_get_transform_m1369836730(L_42, /*hidden argument*/NULL); NullCheck(L_43); Transform_t3600365921 * L_44 = Transform_Find_m1729760951(L_43, _stringLiteral411084527, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_44, (bool)1, /*hidden argument*/NULL); goto IL_00e9; } IL_00cc: { GameObjectU5BU5D_t3328599146* L_45 = __this->get_m_uiProgressNode_16(); int32_t L_46 = V_0; NullCheck(L_45); int32_t L_47 = L_46; GameObject_t1113636619 * L_48 = (L_45)->GetAt(static_cast(L_47)); NullCheck(L_48); Transform_t3600365921 * L_49 = GameObject_get_transform_m1369836730(L_48, /*hidden argument*/NULL); NullCheck(L_49); Transform_t3600365921 * L_50 = Transform_Find_m1729760951(L_49, _stringLiteral411084527, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_50, (bool)0, /*hidden argument*/NULL); } IL_00e9: { int32_t L_51 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_00ed: { int32_t L_52 = V_0; CSignInNewActivity_t3409025969 * L_53 = ___activityData0; NullCheck(L_53); int32_t L_54 = CSignInNewActivity_get_totalDataCount_m2637195514(L_53, /*hidden argument*/NULL); if ((((int32_t)L_52) < ((int32_t)L_54))) { goto IL_000e; } } { return; } } // System.Void ScenePersonalWndNewSignIn::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_OnPageShow_m411577164 (ScenePersonalWndNewSignIn_t3840300417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_OnPageShow_m411577164_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); CActivityManager_set_CurrentActivityID_m3427631240(NULL /*static, unused*/, ((int32_t)74), /*hidden argument*/NULL); CActivityManager_set_CurrentActivityNewID_m3777995524(NULL /*static, unused*/, ((int32_t)74), /*hidden argument*/NULL); CActivityManager_t1081296145 * L_0 = CActivityManager_GetInstance_m2243292784(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CActivityManager_RequestIndependentActivityDetail_m3844469866(L_0, /*hidden argument*/NULL); GameObjectU5BU5D_t3328599146* L_1 = __this->get_m_uiRoot_3(); if (!L_1) { goto IL_0082; } } { GameObjectU5BU5D_t3328599146* L_2 = __this->get_m_uiRoot_3(); NullCheck(L_2); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_0082; } } { V_0 = 0; goto IL_0074; } IL_003d: { int32_t L_3 = V_0; if (L_3) { goto IL_0062; } } { GameObjectU5BU5D_t3328599146* L_4 = __this->get_m_uiRoot_3(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; GameObject_t1113636619 * L_7 = (L_4)->GetAt(static_cast(L_6)); intptr_t L_8 = (intptr_t)ScenePersonalWndNewSignIn_OnFadeInEnd_m2667171733_RuntimeMethod_var; OnEventCall_t3758354630 * L_9 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_9, __this, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_PlayUIFadeInAnim_m1663334860(NULL /*static, unused*/, L_7, L_9, /*hidden argument*/NULL); goto IL_0070; } IL_0062: { GameObjectU5BU5D_t3328599146* L_10 = __this->get_m_uiRoot_3(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; GameObject_t1113636619 * L_13 = (L_10)->GetAt(static_cast(L_12)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_PlayUIFadeInAnim_m3782047047(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); } IL_0070: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0074: { int32_t L_15 = V_0; GameObjectU5BU5D_t3328599146* L_16 = __this->get_m_uiRoot_3(); NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_003d; } } IL_0082: { IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_17 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CSignsManager_SetCurrentPageType_m2203410416(L_17, ((int32_t)260), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndNewSignIn::upataMonth(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_upataMonth_m1065103823 (ScenePersonalWndNewSignIn_t3840300417 * __this, int32_t ___month0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_upataMonth_m1065103823_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UILabel_t3248798549 * L_0 = __this->get_m_uiSignInMonthLabel_13(); String_t* L_1 = __this->get_monthStr_18(); String_t* L_2 = Int32_ToString_m141394615((&___month0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m2844511972(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); UILabel_set_text_m1071532778(L_0, L_3, /*hidden argument*/NULL); UITexture_t3471168817 * L_4 = __this->get_m_uiMonth_6(); int32_t L_5 = ___month0; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); String_t* L_8 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral52512673, L_7, /*hidden argument*/NULL); Vector3_t3722313464 L_9 = __this->get_m_org_TextureScale_10(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetTextureIcon_m3430226615(NULL /*static, unused*/, L_4, L_8, L_9, (bool)1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndNewSignIn::OnFadeInEnd(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_OnFadeInEnd_m2667171733 (ScenePersonalWndNewSignIn_t3840300417 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_OnFadeInEnd_m2667171733_MetadataUsageId); s_Il2CppMethodInitialized = true; } CSignInNewActivity_t3409025969 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Transform_t3600365921 * V_3 = NULL; uiNewSignInGroup_t2596682924 * V_4 = NULL; uiNewSignInItem_t2395688482 * V_5 = NULL; uiNewSignInGroup_t2596682924 * G_B6_0 = NULL; { __this->set_m_bIsRequestSignIn_22((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); IActivityDetail_t2848416189 * L_0 = CActivityManager_get_CurrentActivityDetail_m2092664254(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = ((CSignInNewActivity_t3409025969 *)IsInstClass((RuntimeObject*)L_0, CSignInNewActivity_t3409025969_il2cpp_TypeInfo_var)); CSignInNewActivity_t3409025969 * L_1 = V_0; if (L_1) { goto IL_0019; } } { return; } IL_0019: { CSignInNewActivity_t3409025969 * L_2 = V_0; NullCheck(L_2); bool L_3 = CSignInNewActivity_get_bIsSignIn_m2550249036(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_009c; } } { CSignInNewActivity_t3409025969 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = CSignInNewActivity_get_nCurDay_m230857084(L_4, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_1; V_2 = ((int32_t)((int32_t)L_6/(int32_t)5)); DMListView_t512231514 * L_7 = __this->get_m_Viewlist_7(); int32_t L_8 = V_2; NullCheck(L_7); Transform_t3600365921 * L_9 = DMListView_GetChild_m2593465524(L_7, L_8, /*hidden argument*/NULL); V_3 = L_9; Transform_t3600365921 * L_10 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_11 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0055; } } { Transform_t3600365921 * L_12 = V_3; NullCheck(L_12); uiNewSignInGroup_t2596682924 * L_13 = Component_GetComponent_TisuiNewSignInGroup_t2596682924_m2082394909(L_12, /*hidden argument*/Component_GetComponent_TisuiNewSignInGroup_t2596682924_m2082394909_RuntimeMethod_var); G_B6_0 = L_13; goto IL_0056; } IL_0055: { G_B6_0 = ((uiNewSignInGroup_t2596682924 *)(NULL)); } IL_0056: { V_4 = G_B6_0; uiNewSignInGroup_t2596682924 * L_14 = V_4; 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_009c; } } { uiNewSignInGroup_t2596682924 * L_16 = V_4; int32_t L_17 = V_1; int32_t L_18 = V_2; NullCheck(L_16); uiNewSignInItem_t2395688482 * L_19 = uiNewSignInGroup_GetItem_m1504062210(L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)5)))), /*hidden argument*/NULL); V_5 = L_19; uiNewSignInItem_t2395688482 * L_20 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_21 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_20, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_009c; } } { __this->set_m_bIsRequestSignIn_22((bool)0); DMListView_t512231514 * L_22 = __this->get_m_Viewlist_7(); int32_t L_23 = V_2; NullCheck(L_22); DMListView_MoveToIndex_m1296365812(L_22, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)), /*hidden argument*/NULL); uiNewSignInItem_t2395688482 * L_24 = V_5; NullCheck(L_24); uiNewSignInItem_OnSignIn_m892698146(L_24, /*hidden argument*/NULL); } IL_009c: { return; } } // System.Void ScenePersonalWndNewSignIn::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_OnPageHide_m3887457717 (ScenePersonalWndNewSignIn_t3840300417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_OnPageHide_m3887457717_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); CActivityManager_set_CurrentActivityID_m3427631240(NULL /*static, unused*/, (-1), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndNewSignIn::OnAcceptAward() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_OnAcceptAward_m1641464542 (ScenePersonalWndNewSignIn_t3840300417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_OnAcceptAward_m1641464542_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); CActivityManager_t1081296145 * L_0 = CActivityManager_GetInstance_m2243292784(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CActivityManager_AcceptAward_m2944185880(L_0, 0, 0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndNewSignIn::ShowItemDetail(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_ShowItemDetail_m1844426590 (ScenePersonalWndNewSignIn_t3840300417 * __this, int32_t ___index0, const RuntimeMethod* method) { { uiItemDetail_t2651173627 * L_0 = __this->get_m_itemDetail_9(); NullCheck(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(L_0, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)1, /*hidden argument*/NULL); uiItemDetail_t2651173627 * L_2 = __this->get_m_itemDetail_9(); int32_t L_3 = ___index0; NullCheck(L_2); uiItemDetail_SetDetail_m434672149(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndNewSignIn::OnOpenDaetil(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_OnOpenDaetil_m838734500 (ScenePersonalWndNewSignIn_t3840300417 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_OnOpenDaetil_m838734500_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TotalDayData_t2684681649 * V_1 = NULL; CAwardList_t4094041907 * V_2 = NULL; String_t* V_3 = NULL; CDataArray_t4068198041 * V_4 = NULL; int32_t V_5 = 0; int32_t G_B20_0 = 0; { GameObject_t1113636619 * L_0 = ___go0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return; } IL_000d: { V_0 = 0; GameObject_t1113636619 * L_2 = ___go0; NullCheck(L_2); String_t* L_3 = Object_get_name_m4211327027(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_3, _stringLiteral796526046, /*hidden argument*/NULL); if (!L_4) { goto IL_002b; } } { V_0 = 0; goto IL_00b8; } IL_002b: { GameObject_t1113636619 * L_5 = ___go0; NullCheck(L_5); String_t* L_6 = Object_get_name_m4211327027(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral796460510, /*hidden argument*/NULL); if (!L_7) { goto IL_0047; } } { V_0 = 1; goto IL_00b8; } IL_0047: { GameObject_t1113636619 * L_8 = ___go0; NullCheck(L_8); String_t* L_9 = Object_get_name_m4211327027(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, _stringLiteral796394974, /*hidden argument*/NULL); if (!L_10) { goto IL_0063; } } { V_0 = 2; goto IL_00b8; } IL_0063: { GameObject_t1113636619 * L_11 = ___go0; NullCheck(L_11); String_t* L_12 = Object_get_name_m4211327027(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, _stringLiteral796329438, /*hidden argument*/NULL); if (!L_13) { goto IL_007f; } } { V_0 = 3; goto IL_00b8; } IL_007f: { GameObject_t1113636619 * L_14 = ___go0; NullCheck(L_14); String_t* L_15 = Object_get_name_m4211327027(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_op_Equality_m920492651(NULL /*static, unused*/, L_15, _stringLiteral796263902, /*hidden argument*/NULL); if (!L_16) { goto IL_009b; } } { V_0 = 4; goto IL_00b8; } IL_009b: { GameObject_t1113636619 * L_17 = ___go0; NullCheck(L_17); String_t* L_18 = Object_get_name_m4211327027(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_op_Equality_m920492651(NULL /*static, unused*/, L_18, _stringLiteral796198366, /*hidden argument*/NULL); if (!L_19) { goto IL_00b7; } } { V_0 = 5; goto IL_00b8; } IL_00b7: { return; } IL_00b8: { int32_t L_20 = V_0; TotalDayData_t2684681649 * L_21 = ScenePersonalWndNewSignIn_GetTotalItemData_m2176854890(__this, L_20, /*hidden argument*/NULL); V_1 = L_21; TotalDayData_t2684681649 * L_22 = V_1; if (!L_22) { goto IL_0131; } } { IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); CActivityManager_t1081296145 * L_23 = CActivityManager_GetInstance_m2243292784(NULL /*static, unused*/, /*hidden argument*/NULL); TotalDayData_t2684681649 * L_24 = V_1; NullCheck(L_24); String_t* L_25 = L_24->get_nAwardName_2(); NullCheck(L_23); CAwardList_t4094041907 * L_26 = CActivityManager_GetGiftArray_m3600846893(L_23, L_25, /*hidden argument*/NULL); V_2 = L_26; CTextHelp_t3119637808 * L_27 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); String_t* L_28 = CTextHelp_GetText_m372251958(L_27, _stringLiteral2795043686, /*hidden argument*/NULL); V_3 = L_28; CDataArray_t4068198041 * L_29 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_29, /*hidden argument*/NULL); V_4 = L_29; CDataArray_t4068198041 * L_30 = V_4; int32_t L_31 = V_0; NullCheck(L_30); CDataArray_Push_m3820844360(L_30, L_31, /*hidden argument*/NULL); TotalDayData_t2684681649 * L_32 = V_1; NullCheck(L_32); bool L_33 = L_32->get_bIsReceived_7(); if (L_33) { goto IL_0112; } } { TotalDayData_t2684681649 * L_34 = V_1; NullCheck(L_34); bool L_35 = L_34->get_bCanReceive_6(); if (!L_35) { goto IL_0112; } } { G_B20_0 = 1; goto IL_0113; } IL_0112: { G_B20_0 = 0; } IL_0113: { V_5 = G_B20_0; IL2CPP_RUNTIME_CLASS_INIT(CGiftListWnd_t2390808505_il2cpp_TypeInfo_var); CGiftListWnd_t2390808505 * L_36 = CGiftListWnd_GetInstance_m1110746982(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_37 = V_5; String_t* L_38 = V_3; CAwardList_t4094041907 * L_39 = V_2; CDataArray_t4068198041 * L_40 = V_4; intptr_t L_41 = (intptr_t)ScenePersonalWndNewSignIn_OnAcceptCallback_m4146304710_RuntimeMethod_var; OnAccetpGiftsCallback_t3618620664 * L_42 = (OnAccetpGiftsCallback_t3618620664 *)il2cpp_codegen_object_new(OnAccetpGiftsCallback_t3618620664_il2cpp_TypeInfo_var); OnAccetpGiftsCallback__ctor_m4111670958(L_42, __this, L_41, /*hidden argument*/NULL); NullCheck(L_36); CGiftListWnd_OpenGiftListWnd_m3831133717(L_36, L_37, L_38, L_39, L_40, L_42, /*hidden argument*/NULL); } IL_0131: { return; } } // System.Void ScenePersonalWndNewSignIn::OnAcceptCallback(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_OnAcceptCallback_m4146304710 (ScenePersonalWndNewSignIn_t3840300417 * __this, CDataArray_t4068198041 * ___callbackData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_OnAcceptCallback_m4146304710_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CDataArray_t4068198041 * L_0 = ___callbackData0; if (!L_0) { goto IL_0012; } } { CDataArray_t4068198041 * L_1 = ___callbackData0; NullCheck(L_1); int32_t L_2 = CDataArray_GetCount_m3616072297(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0013; } } IL_0012: { return; } IL_0013: { CDataArray_t4068198041 * L_3 = ___callbackData0; NullCheck(L_3); int32_t L_4 = CDataArray_GetInt_m1111369473(L_3, 0, (-1), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0024; } } { return; } IL_0024: { int32_t L_6 = V_0; TotalDayData_t2684681649 * L_7 = ScenePersonalWndNewSignIn_GetTotalItemData_m2176854890(__this, L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = L_7->get_bCanReceive_6(); if (!L_8) { goto IL_0041; } } { IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); CActivityManager_t1081296145 * L_9 = CActivityManager_GetInstance_m2243292784(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = V_0; NullCheck(L_9); CActivityManager_AcceptAward_m2944185880(L_9, 1, L_10, /*hidden argument*/NULL); } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(CGiftListWnd_t2390808505_il2cpp_TypeInfo_var); CGiftListWnd_t2390808505 * L_11 = CGiftListWnd_GetInstance_m1110746982(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); CGiftListWnd_CloseGiftListWnd_m3140331092(L_11, /*hidden argument*/NULL); return; } } // DMCore.Logic.CSignInNewActivity/DayData ScenePersonalWndNewSignIn::GetItemData(System.Int32) extern "C" IL2CPP_METHOD_ATTR DayData_t3259156977 * ScenePersonalWndNewSignIn_GetItemData_m1036810841 (ScenePersonalWndNewSignIn_t3840300417 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_GetItemData_m1036810841_MetadataUsageId); s_Il2CppMethodInitialized = true; } CSignInNewActivity_t3409025969 * V_0 = NULL; DayData_t3259156977 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); IActivityDetail_t2848416189 * L_0 = CActivityManager_get_CurrentActivityDetail_m2092664254(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = ((CSignInNewActivity_t3409025969 *)IsInstClass((RuntimeObject*)L_0, CSignInNewActivity_t3409025969_il2cpp_TypeInfo_var)); CSignInNewActivity_t3409025969 * L_1 = V_0; if (L_1) { goto IL_0013; } } { return (DayData_t3259156977 *)NULL; } IL_0013: { CSignInNewActivity_t3409025969 * L_2 = V_0; int32_t L_3 = ___index0; NullCheck(L_2); DayData_t3259156977 * L_4 = CSignInNewActivity_GetSignInData_m3519740051(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; DayData_t3259156977 * L_5 = V_1; return L_5; } } // DMCore.Logic.CSignInNewActivity/TotalDayData ScenePersonalWndNewSignIn::GetTotalItemData(System.Int32) extern "C" IL2CPP_METHOD_ATTR TotalDayData_t2684681649 * ScenePersonalWndNewSignIn_GetTotalItemData_m2176854890 (ScenePersonalWndNewSignIn_t3840300417 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_GetTotalItemData_m2176854890_MetadataUsageId); s_Il2CppMethodInitialized = true; } CSignInNewActivity_t3409025969 * V_0 = NULL; TotalDayData_t2684681649 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); IActivityDetail_t2848416189 * L_0 = CActivityManager_get_CurrentActivityDetail_m2092664254(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = ((CSignInNewActivity_t3409025969 *)IsInstClass((RuntimeObject*)L_0, CSignInNewActivity_t3409025969_il2cpp_TypeInfo_var)); CSignInNewActivity_t3409025969 * L_1 = V_0; if (L_1) { goto IL_0013; } } { return (TotalDayData_t2684681649 *)NULL; } IL_0013: { CSignInNewActivity_t3409025969 * L_2 = V_0; int32_t L_3 = ___index0; NullCheck(L_2); TotalDayData_t2684681649 * L_4 = CSignInNewActivity_GetTotalSignInData_m1837625832(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; TotalDayData_t2684681649 * L_5 = V_1; return L_5; } } // System.Void ScenePersonalWndNewSignIn::OnCloseCallBack() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_OnCloseCallBack_m3446175976 (ScenePersonalWndNewSignIn_t3840300417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_OnCloseCallBack_m3446175976_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { 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)260), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CUserGuideHelp_t3161639665_il2cpp_TypeInfo_var); CUserGuideHelp_t3161639665 * L_1 = CUserGuideHelp_GetInstance_m275027335(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CUserGuideHelp_PopWndId_m1060096610(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)0) >= ((int32_t)L_3))) { goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_4 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = V_0; NullCheck(L_4); CWndController_ShowUI_m3552255067(L_4, L_5, /*hidden argument*/NULL); } IL_002d: { return; } } // System.Void ScenePersonalWndNewSignIn::OnOpenDescription() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_OnOpenDescription_m1136788248 (ScenePersonalWndNewSignIn_t3840300417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_OnOpenDescription_m1136788248_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PageTipsManager_t2228145721_il2cpp_TypeInfo_var); PageTipsManager_t2228145721 * L_0 = PageTipsManager_GetInstance_m1518232043(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); PageTipsManager_ShowTipWnd_m2060964210(L_0, ((int32_t)260), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndNewSignIn::OnCloseDescription() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn_OnCloseDescription_m2362315197 (ScenePersonalWndNewSignIn_t3840300417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndNewSignIn_OnCloseDescription_m2362315197_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PageTipsManager_t2228145721_il2cpp_TypeInfo_var); PageTipsManager_t2228145721 * L_0 = PageTipsManager_GetInstance_m1518232043(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); PageTipsManager_HideTipWnd_m2878380487(L_0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndNewSignIn::.cctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndNewSignIn__cctor_m882397374 (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 ScenePersonalWndPlayMode::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPlayMode__ctor_m827727643 (ScenePersonalWndPlayMode_t320027343 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPlayMode::Awake() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPlayMode_Awake_m3929105294 (ScenePersonalWndPlayMode_t320027343 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPlayMode_Awake_m3929105294_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; 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 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_t3600365921 * L_1 = Transform_Find_m1729760951(L_0, _stringLiteral3783775924, /*hidden argument*/NULL); V_0 = L_1; Transform_t3600365921 * L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3 = Transform_GetEnumerator_m2717073726(L_2, /*hidden argument*/NULL); V_2 = L_3; } IL_0018: try { // begin try (depth: 1) { goto IL_004a; } IL_001d: { RuntimeObject* L_4 = V_2; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_1 = ((Transform_t3600365921 *)CastclassClass((RuntimeObject*)L_5, Transform_t3600365921_il2cpp_TypeInfo_var)); Transform_t3600365921 * L_6 = V_1; NullCheck(L_6); String_t* L_7 = Object_get_name_m4211327027(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, _stringLiteral493089310, /*hidden argument*/NULL); if (!L_8) { goto IL_004a; } } IL_003e: { Transform_t3600365921 * L_9 = V_1; NullCheck(L_9); GameObject_t1113636619 * L_10 = Component_get_gameObject_m442555142(L_9, /*hidden argument*/NULL); NullCheck(L_10); GameObject_AddComponent_TisLabberBT_t36101451_m2290225052(L_10, /*hidden argument*/GameObject_AddComponent_TisLabberBT_t36101451_m2290225052_RuntimeMethod_var); } IL_004a: { RuntimeObject* L_11 = V_2; NullCheck(L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_001d; } } IL_0055: { IL2CPP_LEAVE(0x6E, FINALLY_005a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005a; } FINALLY_005a: { // begin finally (depth: 1) { RuntimeObject* L_13 = V_2; RuntimeObject* L_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t3640265483_il2cpp_TypeInfo_var)); V_3 = L_14; if (!L_14) { goto IL_006d; } } IL_0067: { RuntimeObject* L_15 = V_3; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_15); } IL_006d: { IL2CPP_END_FINALLY(90) } } // end finally (depth: 1) IL2CPP_CLEANUP(90) { IL2CPP_JUMP_TBL(0x6E, IL_006e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006e: { return; } } // System.Void ScenePersonalWndPlayMode::OnEnable() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPlayMode_OnEnable_m275217063 (ScenePersonalWndPlayMode_t320027343 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPlayMode_OnEnable_m275217063_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPlayMode::OnDisable() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPlayMode_OnDisable_m349743460 (ScenePersonalWndPlayMode_t320027343 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPlayMode_OnDisable_m349743460_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPlayMode::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPlayMode_OnPageShow_m1432117722 (ScenePersonalWndPlayMode_t320027343 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPlayMode_OnPageShow_m1432117722_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { Camera_t4157153871 * L_0 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; Camera_t4157153871 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0029; } } { Camera_t4157153871 * L_3 = V_0; NullCheck(L_3); GameObject_t1113636619 * L_4 = Component_get_gameObject_m442555142(L_3, /*hidden argument*/NULL); bool L_5 = ((bool)0); RuntimeObject * L_6 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_5); NullCheck(L_4); GameObject_SendMessage_m3720186693(L_4, _stringLiteral1940543269, L_6, 1, /*hidden argument*/NULL); } IL_0029: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPlayMode::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPlayMode_OnPageHide_m579250764 (ScenePersonalWndPlayMode_t320027343 * __this, const RuntimeMethod* method) { { return; } } // System.Void ScenePersonalWndPlayMode::OnClkStartPVE() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPlayMode_OnClkStartPVE_m3765630692 (ScenePersonalWndPlayMode_t320027343 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPlayMode_OnClkStartPVE_m3765630692_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CInputStatistics_t4182964798_il2cpp_TypeInfo_var); CInputStatistics_Increase_m2420107884(NULL /*static, unused*/, 1, /*hidden argument*/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); CWndController_ShowUI_m3552255067(L_0, 6, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPlayMode::OnCllStartLabbr() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPlayMode_OnCllStartLabbr_m670684170 (ScenePersonalWndPlayMode_t320027343 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPlayMode_OnCllStartLabbr_m670684170_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; { CQualifyingManager_t954001806 * L_0 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = L_0->get_OpenLevel_11(); V_0 = L_1; CMainRole_t4200562839 * L_2 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CProperty_t963755051 * L_3 = ISceneBaseObj_GetNetProperty_m1709069404(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CProperty_GetInt_m2680341236(L_3, _stringLiteral1232841122, 0, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_0; int32_t L_6 = V_1; if ((((int32_t)L_5) <= ((int32_t)L_6))) { goto IL_004b; } } { CTextHelp_t3119637808 * L_7 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = CTextHelp_GetText_m372251958(L_7, _stringLiteral1834980245, /*hidden argument*/NULL); int32_t L_9 = V_0; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Format_m2844511972(NULL /*static, unused*/, L_8, L_11, /*hidden argument*/NULL); V_2 = L_12; String_t* L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, L_13, (bool)1, /*hidden argument*/NULL); return; } IL_004b: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_14 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CWndController_ShowUI_m3552255067(L_14, ((int32_t)50), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLeveluprewardConfig_t716371407_il2cpp_TypeInfo_var); CLeveluprewardConfig_t716371407 * L_15 = CLeveluprewardConfig_GetInstance_m925178553(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); CLeveluprewardConfig_SetCurrentEnterOutLev_m39657048(L_15, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPlayMode::OnClickBt(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPlayMode_OnClickBt_m4269648624 (ScenePersonalWndPlayMode_t320027343 * __this, GameObject_t1113636619 * ___gObj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPlayMode_OnClickBt_m4269648624_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { GameObject_t1113636619 * L_0 = ___gObj0; NullCheck(L_0); String_t* L_1 = Object_get_name_m4211327027(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); GameObject_t1113636619 * L_2 = ___gObj0; NullCheck(L_2); String_t* L_3 = Object_get_name_m4211327027(L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; if (!L_4) { goto IL_0053; } } { String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral4147163885, /*hidden argument*/NULL); if (L_6) { goto IL_003d; } } { String_t* L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, _stringLiteral493089310, /*hidden argument*/NULL); if (L_8) { goto IL_0048; } } { goto IL_0053; } IL_003d: { ScenePersonalWndPlayMode_OnClkStartPVE_m3765630692(__this, /*hidden argument*/NULL); goto IL_0058; } IL_0048: { ScenePersonalWndPlayMode_OnCllStartLabbr_m670684170(__this, /*hidden argument*/NULL); goto IL_0058; } IL_0053: { goto IL_0058; } IL_0058: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ScenePersonalWndPVE::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE__ctor_m4141768414 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { { __this->set_m_CurSectionPage_24((-1)); __this->set_m_lastState_27((-1)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPVE::Awake() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_Awake_m1085022566 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_Awake_m1085022566_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_0 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CPveManager_GetSectionCount_m1625548474(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (L_2) { goto IL_001d; } } { __this->set_m_ArraySection_28((GameObjectU5BU5D_t3328599146*)NULL); goto IL_0029; } IL_001d: { int32_t L_3 = V_0; __this->set_m_ArraySection_28(((GameObjectU5BU5D_t3328599146*)SZArrayNew(GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var, (uint32_t)L_3))); } IL_0029: { return; } } // System.Void ScenePersonalWndPVE::DoWithPVESweep(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_DoWithPVESweep_m554636881 (RuntimeObject * __this /* static, unused */, int32_t ___mainLevel0, int32_t ___subLevel1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_DoWithPVESweep_m554636881_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; int32_t V_4 = 0; { V_0 = 0; V_1 = 0; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_0 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___mainLevel0; int32_t L_2 = ___subLevel1; NullCheck(L_0); int32_t L_3 = CPveManager_GetLevelResult_m3361258382(L_0, L_1, L_2, (&V_1), /*hidden argument*/NULL); V_0 = L_3; CTextHelp_t3119637808 * L_4 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = CTextHelp_GetText_m372251958(L_4, _stringLiteral3670584133, /*hidden argument*/NULL); int32_t L_6 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_2 = L_6; int32_t L_7 = V_0; int32_t L_8 = V_2; if ((((int32_t)L_7) >= ((int32_t)L_8))) { goto IL_004c; } } { CTextHelp_t3119637808 * L_9 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = CTextHelp_GetText_m372251958(L_9, _stringLiteral2260012401, /*hidden argument*/NULL); V_3 = L_10; CMsgManager_t455955613 * L_11 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_12 = V_3; NullCheck(L_11); CMsgManager_PushHint_m1231354654(L_11, L_12, (bool)1, /*hidden argument*/NULL); return; } IL_004c: { IL2CPP_RUNTIME_CLASS_INIT(CPveAwardManager_t3593166514_il2cpp_TypeInfo_var); CPveAwardManager_t3593166514 * L_13 = CPveAwardManager_GetInstance_m1671663127(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_14 = ___mainLevel0; int32_t L_15 = ___subLevel1; NullCheck(L_13); int32_t L_16 = CPveAwardManager_GetStageEnergy_m3874183020(L_13, L_14, L_15, /*hidden argument*/NULL); V_4 = L_16; PveSweepManager_t2545045145 * L_17 = PveSweepManager_GetInstance_m2055302674(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_18 = V_4; NullCheck(L_17); PveSweepManager_SetSweepEnergy_m468455553(L_17, L_18, /*hidden argument*/NULL); PveSweepManager_t2545045145 * L_19 = PveSweepManager_GetInstance_m2055302674(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_20 = ___mainLevel0; int32_t L_21 = ___subLevel1; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_22 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); NullCheck(L_19); PveSweepManager_SetStageId_m2048161491(L_19, L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_23 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); CWndController_ShowUI_m3552255067(L_23, ((int32_t)43), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPVE::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_OnPageInit_m1664904281 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_OnPageInit_m1664904281_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); { CLocalBattle_t1519924991 * L_0 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CLocalBattle_set_EnableLocalGame_m1533590450(L_0, (bool)0, /*hidden argument*/NULL); CLocalBattle_t1519924991 * L_1 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CLocalBattle_set_EnableDoubleMode_m3488096599(L_1, (bool)0, /*hidden argument*/NULL); bool L_2 = __this->get_isPageInit_19(); if (!L_2) { goto IL_0022; } } { return; } IL_0022: { __this->set_isPageInit_19((bool)1); Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_t3600365921 * L_4 = Transform_Find_m1729760951(L_3, _stringLiteral381806519, /*hidden argument*/NULL); __this->set_m_SectionRoot_2(L_4); Transform_t3600365921 * L_5 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_5); Transform_t3600365921 * L_6 = Transform_Find_m1729760951(L_5, _stringLiteral4054218676, /*hidden argument*/NULL); NullCheck(L_6); DMScrollWnd_t1110969451 * L_7 = Component_GetComponent_TisDMScrollWnd_t1110969451_m2204593250(L_6, /*hidden argument*/Component_GetComponent_TisDMScrollWnd_t1110969451_m2204593250_RuntimeMethod_var); __this->set_m_scrolWnd_18(L_7); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_Find_m1729760951(L_8, _stringLiteral2519697669, /*hidden argument*/NULL); __this->set_m_btnPreSection_3(L_9); Transform_t3600365921 * L_10 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_10); Transform_t3600365921 * L_11 = Transform_Find_m1729760951(L_10, _stringLiteral937487578, /*hidden argument*/NULL); __this->set_m_btnNextSection_4(L_11); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_12, _stringLiteral2364040437, /*hidden argument*/NULL); __this->set_m_btnSectionAward_5(L_13); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_14); Transform_t3600365921 * L_15 = Transform_Find_m1729760951(L_14, _stringLiteral1767764508, /*hidden argument*/NULL); __this->set_m_titleRoot_6(L_15); Transform_t3600365921 * L_16 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_16); Transform_t3600365921 * L_17 = Transform_Find_m1729760951(L_16, _stringLiteral210667877, /*hidden argument*/NULL); __this->set_m_Mask_20(L_17); Transform_t3600365921 * L_18 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); uiLogicStageInfo_t1995670356 * L_19 = CMiscHelp_GetChildComponent_TisuiLogicStageInfo_t1995670356_m851462254(NULL /*static, unused*/, L_18, _stringLiteral3904437122, /*hidden argument*/CMiscHelp_GetChildComponent_TisuiLogicStageInfo_t1995670356_m851462254_RuntimeMethod_var); __this->set_m_musicInfo_7(L_19); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); uiClothingStageInfo_t2729291863 * L_21 = CMiscHelp_GetChildComponent_TisuiClothingStageInfo_t2729291863_m2423000604(NULL /*static, unused*/, L_20, _stringLiteral1615957521, /*hidden argument*/CMiscHelp_GetChildComponent_TisuiClothingStageInfo_t2729291863_m2423000604_RuntimeMethod_var); __this->set_m_clothingInfo_8(L_21); Transform_t3600365921 * L_22 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); uiClothingStageInfo_t2729291863 * L_23 = CMiscHelp_GetChildComponent_TisuiClothingStageInfo_t2729291863_m2423000604(NULL /*static, unused*/, L_22, _stringLiteral686238703, /*hidden argument*/CMiscHelp_GetChildComponent_TisuiClothingStageInfo_t2729291863_m2423000604_RuntimeMethod_var); __this->set_m_StoryInfo_9(L_23); Transform_t3600365921 * L_24 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_25 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_24, _stringLiteral746042300, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_LabelStarGet_10(L_25); Transform_t3600365921 * L_26 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_27 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_26, _stringLiteral410549768, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_LabelStarTotal_11(L_27); Transform_t3600365921 * L_28 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); uiLogicSectionAward_t2863938959 * L_29 = CMiscHelp_GetChildComponent_TisuiLogicSectionAward_t2863938959_m541305652(NULL /*static, unused*/, L_28, _stringLiteral3372486435, /*hidden argument*/CMiscHelp_GetChildComponent_TisuiLogicSectionAward_t2863938959_m541305652_RuntimeMethod_var); __this->set_m_WndStageGetAllStar_12(L_29); Transform_t3600365921 * L_30 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_30); Transform_t3600365921 * L_31 = Transform_Find_m1729760951(L_30, _stringLiteral1077944658, /*hidden argument*/NULL); __this->set_m_EquipProp_13(L_31); Transform_t3600365921 * L_32 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_33 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_32, _stringLiteral4273338114, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_ChapterName_14(L_33); Transform_t3600365921 * L_34 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Animation_t3648466861 * L_35 = CMiscHelp_GetChildComponent_TisAnimation_t3648466861_m3125815965(NULL /*static, unused*/, L_34, _stringLiteral2898646473, /*hidden argument*/CMiscHelp_GetChildComponent_TisAnimation_t3648466861_m3125815965_RuntimeMethod_var); __this->set_m_Anim_15(L_35); Transform_t3600365921 * L_36 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UIButtonScale_t3973287916 * L_37 = CMiscHelp_GetChildComponent_TisUIButtonScale_t3973287916_m1201466901(NULL /*static, unused*/, L_36, _stringLiteral2426278452, /*hidden argument*/CMiscHelp_GetChildComponent_TisUIButtonScale_t3973287916_m1201466901_RuntimeMethod_var); __this->set_uiscal_16(L_37); Transform_t3600365921 * L_38 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_38); Transform_t3600365921 * L_39 = Transform_Find_m1729760951(L_38, _stringLiteral31940241, /*hidden argument*/NULL); __this->set_m_GotShow_17(L_39); DMScrollWnd_t1110969451 * L_40 = __this->get_m_scrolWnd_18(); NullCheck(L_40); DMScrollWnd_SetScrollType_m1483858037(L_40, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_43 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_44 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_CollectPageEvent_m1405422579(NULL /*static, unused*/, _stringLiteral62725234, _stringLiteral3451434895, L_41, L_42, L_43, L_44, /*hidden argument*/NULL); Transform_t3600365921 * L_45 = __this->get_m_Mask_20(); UIEventListener_t1665237878 * L_46 = UIEventListener_Get_m270722295(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); UIEventListener_t1665237878 * L_47 = L_46; NullCheck(L_47); Action_1_t1286104214 * L_48 = L_47->get_onClick_4(); intptr_t L_49 = (intptr_t)ScenePersonalWndPVE_OnExit_m3279342062_RuntimeMethod_var; Action_1_t1286104214 * L_50 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_50, __this, L_49, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); Delegate_t1188392813 * L_51 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_48, L_50, /*hidden argument*/NULL); NullCheck(L_47); L_47->set_onClick_4(((Action_1_t1286104214 *)CastclassSealed((RuntimeObject*)L_51, Action_1_t1286104214_il2cpp_TypeInfo_var))); Transform_t3600365921 * L_52 = __this->get_m_Mask_20(); Transform_t3600365921 * L_53 = __this->get_m_Mask_20(); NullCheck(L_53); Vector3_t3722313464 L_54 = Transform_get_localPosition_m4234289348(L_53, /*hidden argument*/NULL); V_0 = L_54; float L_55 = (&V_0)->get_x_1(); Transform_t3600365921 * L_56 = __this->get_m_Mask_20(); NullCheck(L_56); Vector3_t3722313464 L_57 = Transform_get_localPosition_m4234289348(L_56, /*hidden argument*/NULL); V_1 = L_57; float L_58 = (&V_1)->get_y_2(); Vector3_t3722313464 L_59; memset(&L_59, 0, sizeof(L_59)); Vector3__ctor_m3353183577((&L_59), L_55, L_58, (-2.0f), /*hidden argument*/NULL); NullCheck(L_52); Transform_set_localPosition_m4128471975(L_52, L_59, /*hidden argument*/NULL); Transform_t3600365921 * L_60 = __this->get_m_Mask_20(); NullCheck(L_60); UIBGColor_t1323100424 * L_61 = Component_GetComponent_TisUIBGColor_t1323100424_m1516542084(L_60, /*hidden argument*/Component_GetComponent_TisUIBGColor_t1323100424_m1516542084_RuntimeMethod_var); NullCheck(L_61); UIWidget_set_alpha_m2278043477(L_61, (0.7f), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPVE::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_OnDestroy_m4108549401 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { { __this->set_m_ArraySection_28((GameObjectU5BU5D_t3328599146*)NULL); return; } } // System.Void ScenePersonalWndPVE::OnExit(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_OnExit_m3279342062 (ScenePersonalWndPVE_t905979410 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { { ScenePersonalWndPVE_SetMaskActive_m2786425163(__this, /*hidden argument*/NULL); ScenePersonalWndPVE_ShowPageMain_m944190220(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPVE::ShowPageMain() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_ShowPageMain_m944190220 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_ShowPageMain_m944190220_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_CurPVEPage_25(0); uiLogicStageInfo_t1995670356 * L_0 = __this->get_m_musicInfo_7(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); uiClothingStageInfo_t2729291863 * L_1 = __this->get_m_clothingInfo_8(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_1, (bool)0, /*hidden argument*/NULL); uiClothingStageInfo_t2729291863 * L_2 = __this->get_m_StoryInfo_9(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_2, (bool)0, /*hidden argument*/NULL); uiLogicSectionAward_t2863938959 * L_3 = __this->get_m_WndStageGetAllStar_12(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_3, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_4 = __this->get_m_EquipProp_13(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_4, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_5 = __this->get_m_titleRoot_6(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_5, (bool)1, /*hidden argument*/NULL); int32_t L_6 = __this->get_m_CurSectionPage_24(); ScenePersonalWndPVE_UpdateSectionUI_m1893587354(__this, L_6, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPVE::ShowSectionAward() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_ShowSectionAward_m3394061053 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_ShowSectionAward_m3394061053_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Camera_t4157153871 * V_1 = NULL; { __this->set_m_CurPVEPage_25(2); uiLogicStageInfo_t1995670356 * L_0 = __this->get_m_musicInfo_7(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); uiClothingStageInfo_t2729291863 * L_1 = __this->get_m_clothingInfo_8(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_1, (bool)0, /*hidden argument*/NULL); uiClothingStageInfo_t2729291863 * L_2 = __this->get_m_StoryInfo_9(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_2, (bool)0, /*hidden argument*/NULL); uiLogicSectionAward_t2863938959 * L_3 = __this->get_m_WndStageGetAllStar_12(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_3, (bool)1, /*hidden argument*/NULL); int32_t L_4 = __this->get_m_CurSectionPage_24(); int32_t L_5 = ScenePersonalWndPVE_get_MaxSectionIndex_m2744936402(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_4, 0, L_5, /*hidden argument*/NULL); V_0 = L_6; uiLogicSectionAward_t2863938959 * L_7 = __this->get_m_WndStageGetAllStar_12(); int32_t L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_9 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = CPveManager_GetSubLevelCount_m3965964705(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_7); uiLogicSectionAward_InitSection_m2238570878(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_12 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); ICameraBase_t3615533728 * L_13 = CRoot_GetCamera_m3179746689(L_12, /*hidden argument*/NULL); NullCheck(L_13); Camera_t4157153871 * L_14 = ICameraBase_GetUICamera_m3997251255(L_13, /*hidden argument*/NULL); V_1 = L_14; Camera_t4157153871 * L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_16 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0098; } } { Camera_t4157153871 * L_17 = V_1; NullCheck(L_17); Transform_t3600365921 * L_18 = Component_get_transform_m3162698980(L_17, /*hidden argument*/NULL); bool L_19 = ((bool)1); RuntimeObject * L_20 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_19); NullCheck(L_18); Component_SendMessage_m2905932203(L_18, _stringLiteral1940543269, L_20, 1, /*hidden argument*/NULL); } IL_0098: { return; } } // System.Void ScenePersonalWndPVE::ShowPageStageInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_ShowPageStageInfo_m786297973 (ScenePersonalWndPVE_t905979410 * __this, int32_t ___subLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_ShowPageStageInfo_m786297973_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPveStage_t850204332 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_0 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = __this->get_m_CurSectionPage_24(); int32_t L_2 = ___subLevel0; NullCheck(L_0); bool L_3 = CPveManager_IsUnlockedAlready_m3210418172(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { CMsgManager_t455955613 * L_4 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CMsgManager_PushHintUseTextHelp_m3781284520(L_4, _stringLiteral4191065459, (bool)1, /*hidden argument*/NULL); return; } IL_0029: { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_5 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = __this->get_m_CurSectionPage_24(); int32_t L_7 = ___subLevel0; NullCheck(L_5); CPveStage_t850204332 * L_8 = CPveManager_GetStage_m3515823243(L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), L_7, /*hidden argument*/NULL); V_0 = L_8; CPveStage_t850204332 * L_9 = V_0; if (!L_9) { goto IL_005b; } } { CPveStage_t850204332 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = CPveStage_get_stageType_m2294086458(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)2)))) { goto IL_005b; } } { __this->set_m_CurPVEPage_25(3); goto IL_0092; } IL_005b: { CPveStage_t850204332 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = CPveStage_get_stageType_m2294086458(L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)3)))) { goto IL_0073; } } { __this->set_m_CurPVEPage_25(4); goto IL_0092; } IL_0073: { CPveStage_t850204332 * L_14 = V_0; NullCheck(L_14); int32_t L_15 = CPveStage_get_stageType_m2294086458(L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)4)))) { goto IL_008b; } } { __this->set_m_CurPVEPage_25(5); goto IL_0092; } IL_008b: { __this->set_m_CurPVEPage_25(1); } IL_0092: { Transform_t3600365921 * L_16 = __this->get_m_btnSectionAward_5(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_16, (bool)0, /*hidden argument*/NULL); uiLogicSectionAward_t2863938959 * L_17 = __this->get_m_WndStageGetAllStar_12(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_17, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_18 = __this->get_m_EquipProp_13(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_18, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_19 = __this->get_m_titleRoot_6(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_19, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_20 = __this->get_m_btnPreSection_3(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_20, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_21 = __this->get_m_btnNextSection_4(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_21, (bool)0, /*hidden argument*/NULL); int32_t L_22 = __this->get_m_CurPVEPage_25(); if ((!(((uint32_t)L_22) == ((uint32_t)1)))) { goto IL_011c; } } { uiLogicStageInfo_t1995670356 * L_23 = __this->get_m_musicInfo_7(); 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_0117; } } { uiLogicStageInfo_t1995670356 * L_25 = __this->get_m_musicInfo_7(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_25, (bool)1, /*hidden argument*/NULL); uiLogicStageInfo_t1995670356 * L_26 = __this->get_m_musicInfo_7(); int32_t L_27 = __this->get_m_CurSectionPage_24(); int32_t L_28 = ___subLevel0; NullCheck(L_26); uiLogicStageInfo_OnInit_m2735251109(L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)), L_28, /*hidden argument*/NULL); } IL_0117: { goto IL_018f; } IL_011c: { int32_t L_29 = __this->get_m_CurPVEPage_25(); if ((!(((uint32_t)L_29) == ((uint32_t)3)))) { goto IL_015e; } } { uiClothingStageInfo_t2729291863 * L_30 = __this->get_m_clothingInfo_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_31 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0159; } } { uiClothingStageInfo_t2729291863 * L_32 = __this->get_m_clothingInfo_8(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_32, (bool)1, /*hidden argument*/NULL); uiClothingStageInfo_t2729291863 * L_33 = __this->get_m_clothingInfo_8(); int32_t L_34 = __this->get_m_CurSectionPage_24(); int32_t L_35 = ___subLevel0; NullCheck(L_33); uiClothingStageInfo_OnInit_m2644170838(L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)), L_35, /*hidden argument*/NULL); } IL_0159: { goto IL_018f; } IL_015e: { uiClothingStageInfo_t2729291863 * L_36 = __this->get_m_StoryInfo_9(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_37 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_018f; } } { uiClothingStageInfo_t2729291863 * L_38 = __this->get_m_StoryInfo_9(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_38, (bool)1, /*hidden argument*/NULL); uiClothingStageInfo_t2729291863 * L_39 = __this->get_m_StoryInfo_9(); int32_t L_40 = __this->get_m_CurSectionPage_24(); int32_t L_41 = ___subLevel0; NullCheck(L_39); uiClothingStageInfo_OnInit_m2644170838(L_39, ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)), L_41, /*hidden argument*/NULL); } IL_018f: { Transform_t3600365921 * L_42 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_42); Transform_t3600365921 * L_43 = Transform_Find_m1729760951(L_42, _stringLiteral4054218676, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_43, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_44 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_44); Transform_t3600365921 * L_45 = Transform_Find_m1729760951(L_44, _stringLiteral381806519, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_45, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_46 = __this->get_m_Mask_20(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_46, (bool)1, /*hidden argument*/NULL); DMScrollWnd_t1110969451 * L_47 = __this->get_m_scrolWnd_18(); NullCheck(L_47); Behaviour_set_enabled_m20417929(L_47, (bool)0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPVE::SetMaskActive() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_SetMaskActive_m2786425163 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_SetMaskActive_m2786425163_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_Mask_20(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); DMScrollWnd_t1110969451 * L_1 = __this->get_m_scrolWnd_18(); NullCheck(L_1); Behaviour_set_enabled_m20417929(L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPVE::ShowAtlas() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_ShowAtlas_m2607051323 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_ShowAtlas_m2607051323_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)187), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPVE::ShowFragmentShop() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_ShowFragmentShop_m1507824843 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_ShowFragmentShop_m1507824843_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)220), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPVE::CreateStoryGameobj(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_CreateStoryGameobj_m1965598340 (ScenePersonalWndPVE_t905979410 * __this, String_t* ___dialog0, String_t* ___headUrl1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_CreateStoryGameobj_m1965598340_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; uiPVEStory_t2882232527 * V_2 = NULL; uiPVEStory_t2882232527 * G_B5_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_t3615533728 * L_1 = CRoot_GetCamera_m3179746689(L_0, /*hidden argument*/NULL); NullCheck(L_1); Camera_t4157153871 * L_2 = ICameraBase_GetUICamera_m3997251255(L_1, /*hidden argument*/NULL); V_0 = L_2; Camera_t4157153871 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001d; } } { return; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_5 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CWndController_ShowUI_m3552255067(L_5, ((int32_t)106), /*hidden argument*/NULL); CWndController_t749709641 * L_6 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); GameObject_t1113636619 * L_7 = CWndController_CreateDelayBindWnd_m1486584967(L_6, ((int32_t)106), /*hidden argument*/NULL); V_1 = L_7; GameObject_t1113636619 * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_8, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0053; } } { GameObject_t1113636619 * L_10 = V_1; NullCheck(L_10); Transform_t3600365921 * L_11 = GameObject_get_transform_m1369836730(L_10, /*hidden argument*/NULL); NullCheck(L_11); uiPVEStory_t2882232527 * L_12 = Component_GetComponent_TisuiPVEStory_t2882232527_m3762612137(L_11, /*hidden argument*/Component_GetComponent_TisuiPVEStory_t2882232527_m3762612137_RuntimeMethod_var); G_B5_0 = L_12; goto IL_0054; } IL_0053: { G_B5_0 = ((uiPVEStory_t2882232527 *)(NULL)); } IL_0054: { V_2 = G_B5_0; uiPVEStory_t2882232527 * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_13, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_14) { goto IL_0069; } } { uiPVEStory_t2882232527 * L_15 = V_2; String_t* L_16 = ___dialog0; String_t* L_17 = ___headUrl1; NullCheck(L_15); uiPVEStory_Init_m1514469708(L_15, L_16, L_17, /*hidden argument*/NULL); } IL_0069: { return; } } // System.Void ScenePersonalWndPVE::Start() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_Start_m3540279328 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_Start_m3540279328_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(UserGuideManager_t2771698115_il2cpp_TypeInfo_var); UserGuideManager_StartUserGuide_m2326042727(NULL /*static, unused*/, /*hidden argument*/NULL); UserGuideManager_t2771698115 * L_0 = ((UserGuideManager_t2771698115_StaticFields*)il2cpp_codegen_static_fields_for(UserGuideManager_t2771698115_il2cpp_TypeInfo_var))->get_Instance_2(); NullCheck(L_0); UserGuideManager_CheckLevelOpenData_m101681338(L_0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPVE::Update() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_Update_m1579534258 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_Update_m1579534258_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; { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_0 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CPveManager_GetMaxRunStageID_m2919829582(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = __this->get_m_PassedLevel_22(); int32_t L_3 = V_0; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0082; } } { int32_t L_4 = __this->get_m_PassedLevel_22(); V_1 = L_4; int32_t L_5 = V_0; __this->set_m_PassedLevel_22(L_5); V_2 = 0; V_3 = 0; int32_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); int32_t L_7 = CPveManager_StageIDToLevel_m2719615145(NULL /*static, unused*/, L_6, (&V_3), /*hidden argument*/NULL); V_2 = L_7; int32_t L_8 = V_2; int32_t L_9 = ScenePersonalWndPVE_get_MaxSectionIndex_m2744936402(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_10 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), 0, L_9, /*hidden argument*/NULL); V_4 = L_10; IL2CPP_RUNTIME_CLASS_INIT(CPveAwardManager_t3593166514_il2cpp_TypeInfo_var); CPveAwardManager_t3593166514 * L_11 = CPveAwardManager_GetInstance_m1671663127(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_12 = V_4; NullCheck(L_11); bool L_13 = CPveAwardManager_IsUnlockedAlready_m4097714509(L_11, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_005a; } } { int32_t L_14 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); } IL_005a: { int32_t L_15 = __this->get_m_CurSectionPage_24(); int32_t L_16 = V_4; if ((!(((uint32_t)L_15) == ((uint32_t)L_16)))) { goto IL_006e; } } { int32_t L_17 = V_1; if ((((int32_t)0) < ((int32_t)L_17))) { goto IL_0082; } } IL_006e: { int32_t L_18 = V_4; __this->set_m_CurSectionPage_24(L_18); int32_t L_19 = __this->get_m_CurSectionPage_24(); ScenePersonalWndPVE_UpdateSectionUI_m1893587354(__this, L_19, /*hidden argument*/NULL); } IL_0082: { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_20 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); bool L_21 = CPveManager_get_IsLevelResult_m2035506049(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00a8; } } { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_22 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); CPveManager_set_IsLevelResult_m494002651(L_22, (bool)0, /*hidden argument*/NULL); int32_t L_23 = __this->get_m_CurSectionPage_24(); ScenePersonalWndPVE_UpdateSectionUI_m1893587354(__this, L_23, /*hidden argument*/NULL); } IL_00a8: { ScenePersonalWndPVE_HandleWindBaseMessage_m214524474(__this, /*hidden argument*/NULL); ScenePersonalWndPVE__SetButtonState_m2029273454(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPVE::HandleWindBaseMessage() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_HandleWindBaseMessage_m214524474 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_HandleWindBaseMessage_m214524474_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { int32_t L_0 = __this->get_m_PassedLevel_22(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000d; } } { return; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_1 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CDataArray_t4068198041 * L_2 = CWndController_GetCustomParam_m2005932831(L_1, 6, /*hidden argument*/NULL); V_0 = L_2; CDataArray_t4068198041 * L_3 = V_0; if (!L_3) { goto IL_002a; } } { CDataArray_t4068198041 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = CDataArray_GetCount_m3616072297(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002b; } } IL_002a: { return; } IL_002b: { CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = CDataArray_GetInt_m1111369473(L_6, 0, 0, /*hidden argument*/NULL); __this->set_m_CurSectionPage_24(L_7); int32_t L_8 = __this->get_m_CurSectionPage_24(); ScenePersonalWndPVE_UpdateSectionUI_m1893587354(__this, L_8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = CDataArray_GetInt_m1111369473(L_9, 1, 0, /*hidden argument*/NULL); ScenePersonalWndPVE_ShowPageStageInfo_m786297973(__this, L_10, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPVE::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_OnPageShow_m3577471006 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_OnPageShow_m3577471006_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { __this->set_m_CurPVEPage_25(0); shopModel_t101745799 * L_0 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); shopModel_SetAvatarEnable_m3870392861(L_0, (bool)0, /*hidden argument*/NULL); CMainRole_t4200562839 * L_1 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_1, (bool)0); uiLogicStageInfo_t1995670356 * L_2 = __this->get_m_musicInfo_7(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_2, (bool)0, /*hidden argument*/NULL); uiClothingStageInfo_t2729291863 * L_3 = __this->get_m_clothingInfo_8(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_3, (bool)0, /*hidden argument*/NULL); uiClothingStageInfo_t2729291863 * L_4 = __this->get_m_StoryInfo_9(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_4, (bool)0, /*hidden argument*/NULL); uiLogicSectionAward_t2863938959 * L_5 = __this->get_m_WndStageGetAllStar_12(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_5, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_6 = __this->get_m_EquipProp_13(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_6, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_7 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CPveManager_QueryPVEServerList_m56522718(L_7, /*hidden argument*/NULL); __this->set_m_PassedLevel_22((-1)); ScenePersonalWndPVE_Update_m1579534258(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_8 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); ICameraBase_t3615533728 * L_9 = CRoot_GetCamera_m3179746689(L_8, /*hidden argument*/NULL); NullCheck(L_9); Camera_t4157153871 * L_10 = ICameraBase_GetUICamera_m3997251255(L_9, /*hidden argument*/NULL); V_0 = L_10; Camera_t4157153871 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_12 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_00bb; } } { Camera_t4157153871 * L_13 = V_0; NullCheck(L_13); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(L_13, /*hidden argument*/NULL); bool L_15 = ((bool)0); RuntimeObject * L_16 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_15); NullCheck(L_14); Component_SendMessage_m2905932203(L_14, _stringLiteral1544825496, L_16, 1, /*hidden argument*/NULL); Camera_t4157153871 * L_17 = V_0; NullCheck(L_17); GameObject_t1113636619 * L_18 = Component_get_gameObject_m442555142(L_17, /*hidden argument*/NULL); GameObject_t1113636619 * L_19 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_18); GameObject_SendMessage_m3720186693(L_18, _stringLiteral2901416965, L_19, 1, /*hidden argument*/NULL); } IL_00bb: { IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_20 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CSignsManager_SetCurrentPageType_m2203410416(L_20, 6, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPVE::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_OnPageHide_m3041242453 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_OnPageHide_m3041242453_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ICameraBase_t3615533728 * L_1 = CRoot_GetCamera_m3179746689(L_0, /*hidden argument*/NULL); NullCheck(L_1); Camera_t4157153871 * L_2 = ICameraBase_GetUICamera_m3997251255(L_1, /*hidden argument*/NULL); V_0 = L_2; Camera_t4157153871 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0044; } } { Camera_t4157153871 * L_5 = V_0; NullCheck(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(L_5, /*hidden argument*/NULL); bool L_7 = ((bool)1); RuntimeObject * L_8 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_7); NullCheck(L_6); Component_SendMessage_m2905932203(L_6, _stringLiteral1544825496, L_8, 1, /*hidden argument*/NULL); Camera_t4157153871 * L_9 = V_0; NullCheck(L_9); GameObject_t1113636619 * L_10 = Component_get_gameObject_m442555142(L_9, /*hidden argument*/NULL); NullCheck(L_10); GameObject_SendMessage_m1121218340(L_10, _stringLiteral2541477419, 1, /*hidden argument*/NULL); } IL_0044: { return; } } // System.Void ScenePersonalWndPVE::MovePreSection() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_MovePreSection_m1159258857 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_CurSectionPage_24(); if ((((int32_t)0) >= ((int32_t)L_0))) { goto IL_0026; } } { int32_t L_1 = __this->get_m_CurSectionPage_24(); __this->set_m_CurSectionPage_24(((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))); int32_t L_2 = __this->get_m_CurSectionPage_24(); ScenePersonalWndPVE_UpdateSectionUI_m1893587354(__this, L_2, /*hidden argument*/NULL); } IL_0026: { return; } } // System.Void ScenePersonalWndPVE::MoveNextSection() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_MoveNextSection_m1973184168 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_MoveNextSection_m1973184168_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; String_t* V_3 = NULL; { int32_t L_0 = ScenePersonalWndPVE_get_MaxSectionIndex_m2744936402(__this, /*hidden argument*/NULL); int32_t L_1 = __this->get_m_CurSectionPage_24(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_0088; } } { IL2CPP_RUNTIME_CLASS_INIT(CPveAwardManager_t3593166514_il2cpp_TypeInfo_var); CPveAwardManager_t3593166514 * L_2 = CPveAwardManager_GetInstance_m1671663127(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = __this->get_m_CurSectionPage_24(); NullCheck(L_2); bool L_4 = CPveAwardManager_IsUnlockedAlready_m4097714509(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); if (L_4) { goto IL_006e; } } { IL2CPP_RUNTIME_CLASS_INIT(CPveAwardManager_t3593166514_il2cpp_TypeInfo_var); CPveAwardManager_t3593166514 * L_5 = CPveAwardManager_GetInstance_m1671663127(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = __this->get_m_CurSectionPage_24(); NullCheck(L_5); int32_t L_7 = CPveAwardManager_GetUnlockLevel_m1230687428(L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))/(int32_t)((int32_t)10))), (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(CIdolManager_t2822338582_il2cpp_TypeInfo_var); CIdolManager_t2822338582 * L_9 = CIdolManager_GetInstance_m4080260283(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = V_1; NullCheck(L_9); String_t* L_11 = CIdolManager_GetPinjieName_m2580113488(L_9, L_10, /*hidden argument*/NULL); V_2 = L_11; CTextHelp_t3119637808 * L_12 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = CTextHelp_GetText_m372251958(L_12, _stringLiteral225429302, /*hidden argument*/NULL); String_t* L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Format_m2844511972(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); V_3 = L_15; String_t* L_16 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, L_16, (bool)1, /*hidden argument*/NULL); return; } IL_006e: { int32_t L_17 = __this->get_m_CurSectionPage_24(); __this->set_m_CurSectionPage_24(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); int32_t L_18 = __this->get_m_CurSectionPage_24(); ScenePersonalWndPVE_UpdateSectionUI_m1893587354(__this, L_18, /*hidden argument*/NULL); } IL_0088: { return; } } // System.Void ScenePersonalWndPVE::UpdateSectionUI(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_UpdateSectionUI_m1893587354 (ScenePersonalWndPVE_t905979410 * __this, int32_t ___sectionIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_UpdateSectionUI_m1893587354_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; GameObject_t1113636619 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; Transform_t3600365921 * G_B14_0 = NULL; Transform_t3600365921 * G_B13_0 = NULL; int32_t G_B15_0 = 0; Transform_t3600365921 * G_B15_1 = NULL; Transform_t3600365921 * G_B17_0 = NULL; Transform_t3600365921 * G_B16_0 = NULL; int32_t G_B18_0 = 0; Transform_t3600365921 * G_B18_1 = NULL; { int32_t L_0 = ___sectionIndex0; int32_t L_1 = ScenePersonalWndPVE_get_MaxSectionIndex_m2744936402(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_0, 0, L_1, /*hidden argument*/NULL); ___sectionIndex0 = L_2; V_0 = 0; goto IL_01f2; } IL_0016: { int32_t L_3 = ___sectionIndex0; int32_t L_4 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_01e0; } } { GameObjectU5BU5D_t3328599146* L_5 = __this->get_m_ArraySection_28(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; GameObject_t1113636619 * L_8 = (L_5)->GetAt(static_cast(L_7)); 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_00e3; } } { GameObjectU5BU5D_t3328599146* L_10 = __this->get_m_ArraySection_28(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; GameObject_t1113636619 * L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_13); GameObject_SetActive_m796801857(L_13, (bool)1, /*hidden argument*/NULL); GameObjectU5BU5D_t3328599146* L_14 = __this->get_m_ArraySection_28(); int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; GameObject_t1113636619 * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); GameObject_SendMessage_m3720186693(L_17, _stringLiteral2913039261, __this, 1, /*hidden argument*/NULL); DMScrollWnd_t1110969451 * L_18 = __this->get_m_scrolWnd_18(); GameObjectU5BU5D_t3328599146* L_19 = __this->get_m_ArraySection_28(); int32_t L_20 = V_0; NullCheck(L_19); int32_t L_21 = L_20; GameObject_t1113636619 * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_18); L_18->set_m_ScrollWnd_3(L_22); DMScrollWnd_t1110969451 * L_23 = __this->get_m_scrolWnd_18(); GameObjectU5BU5D_t3328599146* L_24 = __this->get_m_ArraySection_28(); int32_t L_25 = V_0; NullCheck(L_24); int32_t L_26 = L_25; GameObject_t1113636619 * L_27 = (L_24)->GetAt(static_cast(L_26)); NullCheck(L_27); uiLogicSection_t3753063162 * L_28 = GameObject_GetComponent_TisuiLogicSection_t3753063162_m3136698533(L_27, /*hidden argument*/GameObject_GetComponent_TisuiLogicSection_t3753063162_m3136698533_RuntimeMethod_var); NullCheck(L_28); int32_t L_29 = uiLogicSection_GetWndLength_m572351815(L_28, /*hidden argument*/NULL); NullCheck(L_23); L_23->set_m_fMin_4((((float)((float)((-L_29)))))); GameObjectU5BU5D_t3328599146* L_30 = __this->get_m_ArraySection_28(); int32_t L_31 = V_0; NullCheck(L_30); int32_t L_32 = L_31; GameObject_t1113636619 * L_33 = (L_30)->GetAt(static_cast(L_32)); NullCheck(L_33); Transform_t3600365921 * L_34 = GameObject_get_transform_m1369836730(L_33, /*hidden argument*/NULL); NullCheck(L_34); Vector3_t3722313464 L_35 = Transform_get_localPosition_m4234289348(L_34, /*hidden argument*/NULL); V_1 = L_35; float L_36 = (&V_1)->get_x_1(); if ((!(((float)L_36) == ((float)(0.0f))))) { goto IL_00de; } } { GameObjectU5BU5D_t3328599146* L_37 = __this->get_m_ArraySection_28(); int32_t L_38 = V_0; NullCheck(L_37); int32_t L_39 = L_38; GameObject_t1113636619 * L_40 = (L_37)->GetAt(static_cast(L_39)); NullCheck(L_40); uiLogicSection_t3753063162 * L_41 = GameObject_GetComponent_TisuiLogicSection_t3753063162_m3136698533(L_40, /*hidden argument*/GameObject_GetComponent_TisuiLogicSection_t3753063162_m3136698533_RuntimeMethod_var); NullCheck(L_41); int32_t L_42 = uiLogicSection_GetCurLength_m404432970(L_41, /*hidden argument*/NULL); V_2 = L_42; GameObjectU5BU5D_t3328599146* L_43 = __this->get_m_ArraySection_28(); int32_t L_44 = V_0; NullCheck(L_43); int32_t L_45 = L_44; GameObject_t1113636619 * L_46 = (L_43)->GetAt(static_cast(L_45)); NullCheck(L_46); Transform_t3600365921 * L_47 = GameObject_get_transform_m1369836730(L_46, /*hidden argument*/NULL); int32_t L_48 = V_2; Vector3_t3722313464 L_49; memset(&L_49, 0, sizeof(L_49)); Vector3__ctor_m3353183577((&L_49), (((float)((float)L_48))), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_47); Transform_set_localPosition_m4128471975(L_47, L_49, /*hidden argument*/NULL); } IL_00de: { goto IL_01db; } IL_00e3: { int32_t L_50 = V_0; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); String_t* L_51 = Int32_ToString_m141394615((&V_4), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_52 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2887406867, L_51, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_53 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); V_3 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_53, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_54 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_55 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_01db; } } { GameObject_t1113636619 * L_56 = V_3; NullCheck(L_56); Transform_t3600365921 * L_57 = GameObject_get_transform_m1369836730(L_56, /*hidden argument*/NULL); Transform_t3600365921 * L_58 = __this->get_m_SectionRoot_2(); NullCheck(L_57); Transform_set_parent_m786917804(L_57, L_58, /*hidden argument*/NULL); GameObject_t1113636619 * L_59 = V_3; NullCheck(L_59); Transform_t3600365921 * L_60 = GameObject_get_transform_m1369836730(L_59, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_61 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_60); Transform_set_localScale_m3053443106(L_60, L_61, /*hidden argument*/NULL); GameObject_t1113636619 * L_62 = V_3; NullCheck(L_62); Transform_t3600365921 * L_63 = GameObject_get_transform_m1369836730(L_62, /*hidden argument*/NULL); Vector3_t3722313464 L_64 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_63); Transform_set_localPosition_m4128471975(L_63, L_64, /*hidden argument*/NULL); GameObject_t1113636619 * L_65 = V_3; int32_t L_66 = V_0; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); String_t* L_67 = Int32_ToString_m141394615((&V_5), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_68 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4054217684, L_67, /*hidden argument*/NULL); NullCheck(L_65); Object_set_name_m291480324(L_65, L_68, /*hidden argument*/NULL); GameObjectU5BU5D_t3328599146* L_69 = __this->get_m_ArraySection_28(); int32_t L_70 = V_0; GameObject_t1113636619 * L_71 = V_3; NullCheck(L_69); ArrayElementTypeCheck (L_69, L_71); (L_69)->SetAt(static_cast(L_70), (GameObject_t1113636619 *)L_71); GameObjectU5BU5D_t3328599146* L_72 = __this->get_m_ArraySection_28(); int32_t L_73 = V_0; NullCheck(L_72); int32_t L_74 = L_73; GameObject_t1113636619 * L_75 = (L_72)->GetAt(static_cast(L_74)); NullCheck(L_75); GameObject_SetActive_m796801857(L_75, (bool)1, /*hidden argument*/NULL); GameObjectU5BU5D_t3328599146* L_76 = __this->get_m_ArraySection_28(); int32_t L_77 = V_0; NullCheck(L_76); int32_t L_78 = L_77; GameObject_t1113636619 * L_79 = (L_76)->GetAt(static_cast(L_78)); NullCheck(L_79); uiLogicSection_t3753063162 * L_80 = GameObject_GetComponent_TisuiLogicSection_t3753063162_m3136698533(L_79, /*hidden argument*/GameObject_GetComponent_TisuiLogicSection_t3753063162_m3136698533_RuntimeMethod_var); int32_t L_81 = V_0; NullCheck(L_80); uiLogicSection_OnPageInit_m2950125935(L_80, ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)), /*hidden argument*/NULL); GameObjectU5BU5D_t3328599146* L_82 = __this->get_m_ArraySection_28(); int32_t L_83 = V_0; NullCheck(L_82); int32_t L_84 = L_83; GameObject_t1113636619 * L_85 = (L_82)->GetAt(static_cast(L_84)); NullCheck(L_85); GameObject_SendMessage_m3720186693(L_85, _stringLiteral2913039261, __this, 1, /*hidden argument*/NULL); DMScrollWnd_t1110969451 * L_86 = __this->get_m_scrolWnd_18(); GameObjectU5BU5D_t3328599146* L_87 = __this->get_m_ArraySection_28(); int32_t L_88 = V_0; NullCheck(L_87); int32_t L_89 = L_88; GameObject_t1113636619 * L_90 = (L_87)->GetAt(static_cast(L_89)); NullCheck(L_86); L_86->set_m_ScrollWnd_3(L_90); DMScrollWnd_t1110969451 * L_91 = __this->get_m_scrolWnd_18(); GameObjectU5BU5D_t3328599146* L_92 = __this->get_m_ArraySection_28(); int32_t L_93 = V_0; NullCheck(L_92); int32_t L_94 = L_93; GameObject_t1113636619 * L_95 = (L_92)->GetAt(static_cast(L_94)); NullCheck(L_95); uiLogicSection_t3753063162 * L_96 = GameObject_GetComponent_TisuiLogicSection_t3753063162_m3136698533(L_95, /*hidden argument*/GameObject_GetComponent_TisuiLogicSection_t3753063162_m3136698533_RuntimeMethod_var); NullCheck(L_96); int32_t L_97 = uiLogicSection_GetWndLength_m572351815(L_96, /*hidden argument*/NULL); NullCheck(L_91); L_91->set_m_fMin_4((((float)((float)((-L_97)))))); } IL_01db: { goto IL_01ee; } IL_01e0: { GameObjectU5BU5D_t3328599146* L_98 = __this->get_m_ArraySection_28(); int32_t L_99 = V_0; NullCheck(L_98); int32_t L_100 = L_99; GameObject_t1113636619 * L_101 = (L_98)->GetAt(static_cast(L_100)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_101, (bool)0, /*hidden argument*/NULL); } IL_01ee: { int32_t L_102 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)1)); } IL_01f2: { int32_t L_103 = V_0; GameObjectU5BU5D_t3328599146* L_104 = __this->get_m_ArraySection_28(); NullCheck(L_104); if ((((int32_t)L_103) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_104)->max_length))))))) { goto IL_0016; } } { Transform_t3600365921 * L_105 = __this->get_m_btnPreSection_3(); int32_t L_106 = ___sectionIndex0; G_B13_0 = L_105; if (L_106) { G_B14_0 = L_105; goto IL_0212; } } { G_B15_0 = 0; G_B15_1 = G_B13_0; goto IL_0213; } IL_0212: { G_B15_0 = 1; G_B15_1 = G_B14_0; } IL_0213: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, G_B15_1, (bool)G_B15_0, /*hidden argument*/NULL); Transform_t3600365921 * L_107 = __this->get_m_btnNextSection_4(); GameObjectU5BU5D_t3328599146* L_108 = __this->get_m_ArraySection_28(); NullCheck(L_108); int32_t L_109 = ___sectionIndex0; G_B16_0 = L_107; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_108)->max_length)))), (int32_t)1))) == ((uint32_t)L_109)))) { G_B17_0 = L_107; goto IL_0234; } } { G_B18_0 = 0; G_B18_1 = G_B16_0; goto IL_0235; } IL_0234: { G_B18_0 = 1; G_B18_1 = G_B17_0; } IL_0235: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, G_B18_1, (bool)G_B18_0, /*hidden argument*/NULL); Transform_t3600365921 * L_110 = __this->get_m_btnSectionAward_5(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_110, (bool)1, /*hidden argument*/NULL); int32_t L_111 = ___sectionIndex0; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_112 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_113 = V_6; NullCheck(L_112); int32_t L_114 = CPveManager_GetSubLevelCount_m3965964705(L_112, L_113, /*hidden argument*/NULL); V_7 = L_114; CPveManager_t3058433014 * L_115 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_116 = V_6; NullCheck(L_115); int32_t L_117 = CPveManager_GetStagePassStarCount_m1038714198(L_115, L_116, /*hidden argument*/NULL); V_8 = L_117; UILabel_t3248798549 * L_118 = __this->get_m_LabelStarGet_10(); String_t* L_119 = Int32_ToString_m141394615((&V_8), /*hidden argument*/NULL); NullCheck(L_118); UILabel_set_text_m1071532778(L_118, L_119, /*hidden argument*/NULL); UILabel_t3248798549 * L_120 = __this->get_m_LabelStarTotal_11(); int32_t L_121 = V_7; int32_t L_122 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)3)); RuntimeObject * L_123 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_122); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_124 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral13109197, L_123, /*hidden argument*/NULL); NullCheck(L_120); UILabel_set_text_m1071532778(L_120, L_124, /*hidden argument*/NULL); UILabel_t3248798549 * L_125 = __this->get_m_ChapterName_14(); CPveManager_t3058433014 * L_126 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_127 = V_6; NullCheck(L_126); String_t* L_128 = CPveManager_GetSectionName_m3831078157(L_126, L_127, /*hidden argument*/NULL); NullCheck(L_125); UILabel_set_text_m1071532778(L_125, L_128, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndPVE::OnClkToTask() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_OnClkToTask_m1800861653 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_OnClkToTask_m1800861653_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CRoot_SetOpenPage_m2050013413(L_0, 6, /*hidden argument*/NULL); CRoot_t1043641654 * L_1 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); ICameraBase_t3615533728 * L_2 = CRoot_GetCamera_m3179746689(L_1, /*hidden argument*/NULL); NullCheck(L_2); Camera_t4157153871 * L_3 = ICameraBase_GetUICamera_m3997251255(L_2, /*hidden argument*/NULL); V_0 = L_3; Camera_t4157153871 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0038; } } { Camera_t4157153871 * L_6 = V_0; NullCheck(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(L_6, /*hidden argument*/NULL); NullCheck(L_7); Component_SendMessage_m1441147224(L_7, _stringLiteral219740688, 1, /*hidden argument*/NULL); } IL_0038: { return; } } // System.Void ScenePersonalWndPVE::OnClkToActivity() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_OnClkToActivity_m1601189137 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_OnClkToActivity_m1601189137_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_0 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CRoot_SetOpenPage_m2050013413(L_0, 6, /*hidden argument*/NULL); CRoot_t1043641654 * L_1 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); ICameraBase_t3615533728 * L_2 = CRoot_GetCamera_m3179746689(L_1, /*hidden argument*/NULL); NullCheck(L_2); Camera_t4157153871 * L_3 = ICameraBase_GetUICamera_m3997251255(L_2, /*hidden argument*/NULL); V_0 = L_3; Camera_t4157153871 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0038; } } { Camera_t4157153871 * L_6 = V_0; NullCheck(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(L_6, /*hidden argument*/NULL); NullCheck(L_7); Component_SendMessage_m1441147224(L_7, _stringLiteral1418263782, 1, /*hidden argument*/NULL); } IL_0038: { return; } } // System.Void ScenePersonalWndPVE::OnClkReturn() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_OnClkReturn_m3754964812 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_OnClkReturn_m3754964812_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; { ScenePersonalWndPVE_SetMaskActive_m2786425163(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_m_CurPVEPage_25(); if (L_0) { goto IL_006d; } } { 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_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0068; } } { Camera_t4157153871 * L_4 = V_0; NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); NullCheck(L_5); GameObject_SendMessage_m1121218340(L_5, _stringLiteral2541477419, 1, /*hidden argument*/NULL); Camera_t4157153871 * L_6 = V_0; NullCheck(L_6); GameObject_t1113636619 * L_7 = Component_get_gameObject_m442555142(L_6, /*hidden argument*/NULL); NullCheck(L_7); GameObject_SendMessage_m1121218340(L_7, _stringLiteral623318204, 1, /*hidden argument*/NULL); Camera_t4157153871 * L_8 = V_0; NullCheck(L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(L_8, /*hidden argument*/NULL); NullCheck(L_9); Transform_t3600365921 * L_10 = Transform_Find_m1729760951(L_9, _stringLiteral2209291447, /*hidden argument*/NULL); V_1 = L_10; Transform_t3600365921 * L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_12 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0068; } } { Transform_t3600365921 * L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_Destroy_m3726802780(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); } IL_0068: { goto IL_0073; } IL_006d: { ScenePersonalWndPVE_ShowPageMain_m944190220(__this, /*hidden argument*/NULL); } IL_0073: { return; } } // System.Void ScenePersonalWndPVE::OnGuideStage() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE_OnGuideStage_m2035764462 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { { ScenePersonalWndPVE_ShowPageStageInfo_m786297973(__this, 1, /*hidden argument*/NULL); return; } } // System.Int32 ScenePersonalWndPVE::get_MaxSectionIndex() extern "C" IL2CPP_METHOD_ATTR int32_t ScenePersonalWndPVE_get_MaxSectionIndex_m2744936402 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE_get_MaxSectionIndex_m2744936402_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_0 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CPveManager_GetSectionCount_m1625548474(L_0, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); } } // System.Void ScenePersonalWndPVE::_SetButtonState() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndPVE__SetButtonState_m2029273454 (ScenePersonalWndPVE_t905979410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndPVE__SetButtonState_m2029273454_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Animation_t3648466861 * L_0 = __this->get_m_Anim_15(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0022; } } { UIButtonScale_t3973287916 * L_2 = __this->get_uiscal_16(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_2, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0023; } } IL_0022: { return; } IL_0023: { int32_t L_4 = __this->get_m_CurSectionPage_24(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_5 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = CPveManager_GetStagePassStarCount_m1038714198(L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; CMainRole_t4200562839 * L_8 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CProperty_t963755051 * L_9 = ISceneBaseObj_GetNetProperty_m1709069404(L_8, /*hidden argument*/NULL); int32_t L_10 = V_0; int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3932748767, L_12, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_14 = CProperty_GetInt_m2680341236(L_9, L_13, 0, /*hidden argument*/NULL); V_2 = L_14; int32_t L_15 = __this->get_m_lastStarCount_26(); int32_t L_16 = V_1; if ((!(((uint32_t)L_15) == ((uint32_t)L_16)))) { goto IL_0072; } } { int32_t L_17 = __this->get_m_lastState_27(); int32_t L_18 = V_2; if ((!(((uint32_t)L_17) == ((uint32_t)L_18)))) { goto IL_0072; } } { return; } IL_0072: { int32_t L_19 = V_1; __this->set_m_lastStarCount_26(L_19); int32_t L_20 = V_2; __this->set_m_lastState_27(L_20); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_21 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_22 = V_0; NullCheck(L_21); int32_t L_23 = CPveManager_GetSubLevelCount_m3965964705(L_21, L_22, /*hidden argument*/NULL); V_3 = L_23; int32_t L_24 = V_1; int32_t L_25 = V_3; if ((((int32_t)L_24) >= ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_25, (int32_t)3))))) { goto IL_0117; } } { Animation_t3648466861 * L_26 = __this->get_m_Anim_15(); NullCheck(L_26); Behaviour_set_enabled_m20417929(L_26, (bool)0, /*hidden argument*/NULL); Animation_t3648466861 * L_27 = __this->get_m_Anim_15(); NullCheck(L_27); GameObject_t1113636619 * L_28 = Component_get_gameObject_m442555142(L_27, /*hidden argument*/NULL); NullCheck(L_28); GameObject_SetActive_m796801857(L_28, (bool)1, /*hidden argument*/NULL); Animation_t3648466861 * L_29 = __this->get_m_Anim_15(); NullCheck(L_29); GameObject_t1113636619 * L_30 = Component_get_gameObject_m442555142(L_29, /*hidden argument*/NULL); NullCheck(L_30); Transform_t3600365921 * L_31 = GameObject_get_transform_m1369836730(L_30, /*hidden argument*/NULL); Vector3_t3722313464 L_32; memset(&L_32, 0, sizeof(L_32)); Vector3__ctor_m3353183577((&L_32), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_31); Transform_set_localScale_m3053443106(L_31, L_32, /*hidden argument*/NULL); Animation_t3648466861 * L_33 = __this->get_m_Anim_15(); NullCheck(L_33); GameObject_t1113636619 * L_34 = Component_get_gameObject_m442555142(L_33, /*hidden argument*/NULL); NullCheck(L_34); Transform_t3600365921 * L_35 = GameObject_get_transform_m1369836730(L_34, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_36 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_35); Transform_set_localEulerAngles_m4202601546(L_35, L_36, /*hidden argument*/NULL); UIButtonScale_t3973287916 * L_37 = __this->get_uiscal_16(); NullCheck(L_37); Behaviour_set_enabled_m20417929(L_37, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_38 = __this->get_m_GotShow_17(); NullCheck(L_38); GameObject_t1113636619 * L_39 = Component_get_gameObject_m442555142(L_38, /*hidden argument*/NULL); NullCheck(L_39); GameObject_SetActive_m796801857(L_39, (bool)0, /*hidden argument*/NULL); goto IL_01fc; } IL_0117: { int32_t L_40 = V_2; if ((!(((uint32_t)L_40) == ((uint32_t)1)))) { goto IL_01c2; } } { Animation_t3648466861 * L_41 = __this->get_m_Anim_15(); NullCheck(L_41); Behaviour_set_enabled_m20417929(L_41, (bool)0, /*hidden argument*/NULL); Animation_t3648466861 * L_42 = __this->get_m_Anim_15(); NullCheck(L_42); GameObject_t1113636619 * L_43 = Component_get_gameObject_m442555142(L_42, /*hidden argument*/NULL); NullCheck(L_43); Transform_t3600365921 * L_44 = GameObject_get_transform_m1369836730(L_43, /*hidden argument*/NULL); Vector3_t3722313464 L_45; memset(&L_45, 0, sizeof(L_45)); Vector3__ctor_m3353183577((&L_45), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_44); Transform_set_localScale_m3053443106(L_44, L_45, /*hidden argument*/NULL); Animation_t3648466861 * L_46 = __this->get_m_Anim_15(); NullCheck(L_46); GameObject_t1113636619 * L_47 = Component_get_gameObject_m442555142(L_46, /*hidden argument*/NULL); NullCheck(L_47); Transform_t3600365921 * L_48 = GameObject_get_transform_m1369836730(L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_49 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_48); Transform_set_localEulerAngles_m4202601546(L_48, L_49, /*hidden argument*/NULL); UIButtonScale_t3973287916 * L_50 = __this->get_uiscal_16(); NullCheck(L_50); Behaviour_set_enabled_m20417929(L_50, (bool)0, /*hidden argument*/NULL); Animation_t3648466861 * L_51 = __this->get_m_Anim_15(); NullCheck(L_51); GameObject_t1113636619 * L_52 = Component_get_gameObject_m442555142(L_51, /*hidden argument*/NULL); NullCheck(L_52); GameObject_SetActive_m796801857(L_52, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_53 = __this->get_m_GotShow_17(); NullCheck(L_53); GameObject_t1113636619 * L_54 = Component_get_gameObject_m442555142(L_53, /*hidden argument*/NULL); NullCheck(L_54); GameObject_SetActive_m796801857(L_54, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_55 = __this->get_m_LabelStarTotal_11(); NullCheck(L_55); GameObject_t1113636619 * L_56 = Component_get_gameObject_m442555142(L_55, /*hidden argument*/NULL); NullCheck(L_56); GameObject_SetActive_m796801857(L_56, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_57 = __this->get_m_LabelStarGet_10(); NullCheck(L_57); GameObject_t1113636619 * L_58 = Component_get_gameObject_m442555142(L_57, /*hidden argument*/NULL); NullCheck(L_58); GameObject_SetActive_m796801857(L_58, (bool)0, /*hidden argument*/NULL); goto IL_01fc; } IL_01c2: { Animation_t3648466861 * L_59 = __this->get_m_Anim_15(); NullCheck(L_59); Behaviour_set_enabled_m20417929(L_59, (bool)1, /*hidden argument*/NULL); UIButtonScale_t3973287916 * L_60 = __this->get_uiscal_16(); NullCheck(L_60); Behaviour_set_enabled_m20417929(L_60, (bool)1, /*hidden argument*/NULL); Animation_t3648466861 * L_61 = __this->get_m_Anim_15(); NullCheck(L_61); GameObject_t1113636619 * L_62 = Component_get_gameObject_m442555142(L_61, /*hidden argument*/NULL); NullCheck(L_62); GameObject_SetActive_m796801857(L_62, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_63 = __this->get_m_GotShow_17(); NullCheck(L_63); GameObject_t1113636619 * L_64 = Component_get_gameObject_m442555142(L_63, /*hidden argument*/NULL); NullCheck(L_64); GameObject_SetActive_m796801857(L_64, (bool)0, /*hidden argument*/NULL); } IL_01fc: { return; } } #ifdef __clang__ #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 ScenePersonalWndSelectHonor::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSelectHonor__ctor_m1460820737 (ScenePersonalWndSelectHonor_t2362572324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSelectHonor__ctor_m1460820737_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUIBase_t3255455658_il2cpp_TypeInfo_var); CUIBase__ctor_m220894030(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSelectHonor::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSelectHonor_OnPageInit_m1907218506 (ScenePersonalWndSelectHonor_t2362572324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSelectHonor_OnPageInit_m1907218506_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = (intptr_t)ScenePersonalWndSelectHonor_OnClkToTopList_m537497690_RuntimeMethod_var; Action_1_t1286104214 * L_1 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_1, __this, L_0, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral3602418713, L_1, /*hidden argument*/NULL); intptr_t L_2 = (intptr_t)ScenePersonalWndSelectHonor_OnClkToIdolShow_m2575321634_RuntimeMethod_var; Action_1_t1286104214 * L_3 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_3, __this, L_2, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral1646103577, L_3, /*hidden argument*/NULL); intptr_t L_4 = (intptr_t)ScenePersonalWndSelectHonor_OnClkClose_m882699708_RuntimeMethod_var; Action_1_t1286104214 * L_5 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_5, __this, L_4, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral1708813031, L_5, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSelectHonor::OnClkToTopList(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSelectHonor_OnClkToTopList_m537497690 (ScenePersonalWndSelectHonor_t2362572324 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSelectHonor_OnClkToTopList_m537497690_MetadataUsageId); s_Il2CppMethodInitialized = true; } AudioClip_t3680889665 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); AudioClip_t3680889665 * L_1 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_0, _stringLiteral743212904); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ISoundManager_t434164892 * L_3 = CRoot_GetSoundManager_m30020774(L_2, /*hidden argument*/NULL); AudioClip_t3680889665 * L_4 = V_0; NullCheck(L_3); ISoundManager_PlayOnce_m3370941300(L_3, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_5 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CWndController_ShowUI_m2971791309(L_5, ((int32_t)10), ((int32_t)147), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSelectHonor::OnClkToIdolShow(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSelectHonor_OnClkToIdolShow_m2575321634 (ScenePersonalWndSelectHonor_t2362572324 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSelectHonor_OnClkToIdolShow_m2575321634_MetadataUsageId); s_Il2CppMethodInitialized = true; } AudioClip_t3680889665 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); AudioClip_t3680889665 * L_1 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_0, _stringLiteral743212904); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ISoundManager_t434164892 * L_3 = CRoot_GetSoundManager_m30020774(L_2, /*hidden argument*/NULL); AudioClip_t3680889665 * L_4 = V_0; NullCheck(L_3); ISoundManager_PlayOnce_m3370941300(L_3, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_5 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CWndController_ShowUI_m2971791309(L_5, ((int32_t)49), ((int32_t)147), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSelectHonor::OnClkClose(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSelectHonor_OnClkClose_m882699708 (ScenePersonalWndSelectHonor_t2362572324 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSelectHonor_OnClkClose_m882699708_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)147), /*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 ScenePersonalWndSelectMode::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSelectMode__ctor_m1087997824 (ScenePersonalWndSelectMode_t3926146144 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSelectMode__ctor_m1087997824_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUIBase_t3255455658_il2cpp_TypeInfo_var); CUIBase__ctor_m220894030(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSelectMode::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSelectMode_OnPageInit_m3702223642 (ScenePersonalWndSelectMode_t3926146144 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSelectMode_OnPageInit_m3702223642_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = (intptr_t)ScenePersonalWndSelectMode_OnClkToPVP_m3186996257_RuntimeMethod_var; Action_1_t1286104214 * L_1 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_1, __this, L_0, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral3602418713, L_1, /*hidden argument*/NULL); intptr_t L_2 = (intptr_t)ScenePersonalWndSelectMode_OnClkToLadder_m344835447_RuntimeMethod_var; Action_1_t1286104214 * L_3 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_3, __this, L_2, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral1646103577, L_3, /*hidden argument*/NULL); intptr_t L_4 = (intptr_t)ScenePersonalWndSelectMode_OnClkClose_m424804138_RuntimeMethod_var; Action_1_t1286104214 * L_5 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_5, __this, L_4, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral1708813031, L_5, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSelectMode::OnClkToPVP(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSelectMode_OnClkToPVP_m3186996257 (ScenePersonalWndSelectMode_t3926146144 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSelectMode_OnClkToPVP_m3186996257_MetadataUsageId); s_Il2CppMethodInitialized = true; } AudioClip_t3680889665 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); AudioClip_t3680889665 * L_1 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_0, _stringLiteral743212904); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ISoundManager_t434164892 * L_3 = CRoot_GetSoundManager_m30020774(L_2, /*hidden argument*/NULL); AudioClip_t3680889665 * L_4 = V_0; NullCheck(L_3); ISoundManager_PlayOnce_m3370941300(L_3, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CInputStatistics_t4182964798_il2cpp_TypeInfo_var); CInputStatistics_Increase_m2420107884(NULL /*static, unused*/, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_5 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CWndController_ShowUI_m2971791309(L_5, ((int32_t)17), ((int32_t)146), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSelectMode::OnClkToLadder(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSelectMode_OnClkToLadder_m344835447 (ScenePersonalWndSelectMode_t3926146144 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSelectMode_OnClkToLadder_m344835447_MetadataUsageId); s_Il2CppMethodInitialized = true; } AudioClip_t3680889665 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_0 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); AudioClip_t3680889665 * L_1 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_0, _stringLiteral743212904); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ISoundManager_t434164892 * L_3 = CRoot_GetSoundManager_m30020774(L_2, /*hidden argument*/NULL); AudioClip_t3680889665 * L_4 = V_0; NullCheck(L_3); ISoundManager_PlayOnce_m3370941300(L_3, L_4, /*hidden argument*/NULL); CQualifyingManager_t954001806 * L_5 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = L_5->get_OpenLevel_11(); V_1 = L_6; CMainRole_t4200562839 * L_7 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CProperty_t963755051 * L_8 = ISceneBaseObj_GetNetProperty_m1709069404(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = CProperty_GetInt_m2680341236(L_8, _stringLiteral1232841122, 0, /*hidden argument*/NULL); V_2 = L_9; CQualifyingManager_t954001806 * L_10 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); bool L_11 = CQualifyingManager_GetQuailIsOpen_m4016387343(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0074; } } { CTextHelp_t3119637808 * L_12 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = CTextHelp_GetText_m372251958(L_12, _stringLiteral984227286, /*hidden argument*/NULL); 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_Format_m2844511972(NULL /*static, unused*/, L_13, L_16, /*hidden argument*/NULL); V_3 = L_17; String_t* L_18 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, L_18, (bool)1, /*hidden argument*/NULL); return; } IL_0074: { int32_t L_19 = V_1; int32_t L_20 = V_2; if ((((int32_t)L_19) <= ((int32_t)L_20))) { goto IL_00a0; } } { CTextHelp_t3119637808 * L_21 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22 = CTextHelp_GetText_m372251958(L_21, _stringLiteral1834980245, /*hidden argument*/NULL); int32_t L_23 = V_1; int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_24); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Format_m2844511972(NULL /*static, unused*/, L_22, L_25, /*hidden argument*/NULL); V_4 = L_26; String_t* L_27 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, L_27, (bool)1, /*hidden argument*/NULL); return; } IL_00a0: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_28 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); CWndController_ShowUI_m2971791309(L_28, ((int32_t)50), ((int32_t)146), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLeveluprewardConfig_t716371407_il2cpp_TypeInfo_var); CLeveluprewardConfig_t716371407 * L_29 = CLeveluprewardConfig_GetInstance_m925178553(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_29); CLeveluprewardConfig_SetCurrentEnterOutLev_m39657048(L_29, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSelectMode::OnClkClose(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSelectMode_OnClkClose_m424804138 (ScenePersonalWndSelectMode_t3926146144 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSelectMode_OnClkClose_m424804138_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)146), /*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 ScenePersonalWndShop::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop__ctor_m2812955344 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop__ctor_m2812955344_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_strLastInputLab_54(L_0); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_1 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_newPlayerPos_59(L_1); Vector3_t3722313464 L_2 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_activityPos_60(L_2); Vector3_t3722313464 L_3 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_vipPos_61(L_3); CGoldWatcher_t2760796238 * L_4 = (CGoldWatcher_t2760796238 *)il2cpp_codegen_object_new(CGoldWatcher_t2760796238_il2cpp_TypeInfo_var); CGoldWatcher__ctor_m1339130917(L_4, /*hidden argument*/NULL); __this->set_m_goldWatch_62(L_4); List_1_t1666189680 * L_5 = (List_1_t1666189680 *)il2cpp_codegen_object_new(List_1_t1666189680_il2cpp_TypeInfo_var); List_1__ctor_m1679529104(L_5, /*hidden argument*/List_1__ctor_m1679529104_RuntimeMethod_var); __this->set_m_ListSpriteUp_68(L_5); List_1_t1666189680 * L_6 = (List_1_t1666189680 *)il2cpp_codegen_object_new(List_1_t1666189680_il2cpp_TypeInfo_var); List_1__ctor_m1679529104(L_6, /*hidden argument*/List_1__ctor_m1679529104_RuntimeMethod_var); __this->set_m_ListSpriteDown_69(L_6); List_1_t1666189680 * L_7 = (List_1_t1666189680 *)il2cpp_codegen_object_new(List_1_t1666189680_il2cpp_TypeInfo_var); List_1__ctor_m1679529104(L_7, /*hidden argument*/List_1__ctor_m1679529104_RuntimeMethod_var); __this->set_m_ListSpriteMyFashion_70(L_7); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // ScenePersonalWndShop ScenePersonalWndShop::GetInstance() extern "C" IL2CPP_METHOD_ATTR ScenePersonalWndShop_t78642639 * ScenePersonalWndShop_GetInstance_m1217643196 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_GetInstance_m1217643196_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndShop_t78642639_il2cpp_TypeInfo_var); ScenePersonalWndShop_t78642639 * L_0 = ((ScenePersonalWndShop_t78642639_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndShop_t78642639_il2cpp_TypeInfo_var))->get_s_instance_2(); return L_0; } } // System.Void ScenePersonalWndShop::Awake() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_Awake_m370151311 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_Awake_m370151311_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndShop_t78642639_il2cpp_TypeInfo_var); ((ScenePersonalWndShop_t78642639_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndShop_t78642639_il2cpp_TypeInfo_var))->set_s_instance_2(__this); __this->set_m_bInQuickBuyWnd_67((bool)0); __this->set_m_bInShopWnd_66((bool)1); __this->set_m_bMainRole_63((bool)1); __this->set_m_ChangeFlag_64(0); __this->set_m_fChangeTime_65((0.0f)); __this->set_m_nFashionOffsetOld_72(0); __this->set_m_nMyFashionOld_71(0); return; } } // System.Void ScenePersonalWndShop::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnDestroy_m4218866466 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnDestroy_m4218866466_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndShop_t78642639_il2cpp_TypeInfo_var); ((ScenePersonalWndShop_t78642639_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndShop_t78642639_il2cpp_TypeInfo_var))->set_s_instance_2((ScenePersonalWndShop_t78642639 *)NULL); return; } } // System.Void ScenePersonalWndShop::Start() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_Start_m2204531872 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_Start_m2204531872_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; UISprite_t194114938 * G_B2_0 = NULL; UISprite_t194114938 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; UISprite_t194114938 * G_B3_1 = NULL; { CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_0); V_0 = L_1; Transform_t3600365921 * L_2 = __this->get_m_Sex_5(); NullCheck(L_2); UISprite_t194114938 * L_3 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_2, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); int32_t L_4 = V_0; G_B1_0 = L_3; if (L_4) { G_B2_0 = L_3; goto IL_002c; } } { G_B3_0 = _stringLiteral3514023836; G_B3_1 = G_B1_0; goto IL_0031; } IL_002c: { G_B3_0 = _stringLiteral3452614541; G_B3_1 = G_B2_0; } IL_0031: { NullCheck(G_B3_1); UISprite_set_spriteName_m1616245412(G_B3_1, G_B3_0, /*hidden argument*/NULL); uiBtnList_t3771050923 * L_5 = __this->get_m_btnList_7(); int32_t L_6 = V_0; NullCheck(L_5); uiBtnList_OnUpdataRoleSex_m3307816919(L_5, L_6, /*hidden argument*/NULL); Transform_t3600365921 * L_7 = __this->get_m_btnShare_58(); IL2CPP_RUNTIME_CLASS_INIT(CShareConfig_t1834581091_il2cpp_TypeInfo_var); bool L_8 = CShareConfig_get_EnableShare_m4261391186(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::SetIdolShowGiveaCloth() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_SetIdolShowGiveaCloth_m3399807429 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_SetIdolShowGiveaCloth_m3399807429_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; CAvatarInfo_t2247402650 * V_1 = 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); int32_t L_1 = CWndController_get_LastActivePage_m458314983(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)49))))) { goto IL_009c; } } { Transform_t3600365921 * L_2 = __this->get_m_Sex_5(); NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_get_parent_m835071599(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_3, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_4 = __this->get_m_ShopCartWnd_3(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_4, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = __this->get_m_commend_29(); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_5, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_6 = __this->get_m_QuickBuy_30(); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_6, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(shopSendGiftTarget_t3356455075_il2cpp_TypeInfo_var); shopSendGiftTarget_t3356455075 * L_7 = shopSendGiftTarget_GetInstance_m1019184916(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); int64_t L_8 = shopSendGiftTarget_get_TargetUserId_m269612934(L_7, /*hidden argument*/NULL); V_0 = L_8; IL2CPP_RUNTIME_CLASS_INIT(CAvatarEquipManager_t2125372870_il2cpp_TypeInfo_var); CAvatarEquipManager_t2125372870 * L_9 = CAvatarEquipManager_GetInstance_m849068733(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_10 = V_0; NullCheck(L_9); CAvatarInfo_t2247402650 * L_11 = CAvatarEquipManager_GetAvatarInfo_m1514742623(L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; CAvatarInfo_t2247402650 * L_12 = V_1; if (!L_12) { goto IL_009c; } } { __this->set_isComeFromIdosShow_44((bool)1); CAvatarInfo_t2247402650 * L_13 = V_1; NullCheck(L_13); int32_t L_14 = CAvatarInfo_GetSex_m3269738121(L_13, /*hidden argument*/NULL); CMainRole_t4200562839 * L_15 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_15); if ((((int32_t)L_14) == ((int32_t)L_16))) { goto IL_0085; } } { ScenePersonalWndShop_OnClkChangeShowModel_m2289227490(__this, /*hidden argument*/NULL); } IL_0085: { shopModel_t101745799 * L_17 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_18 = V_0; NullCheck(L_17); shopModel_SetShowAvatarTarget_m263909296(L_17, L_18, /*hidden argument*/NULL); logicCardManager_t2956095708 * L_19 = logicCardManager_GetInstance_m10903635(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_20 = V_0; NullCheck(L_19); logicCardManager_RequestCardInfo_m2467832471(L_19, L_20, (bool)0, /*hidden argument*/NULL); } IL_009c: { return; } } // System.Void ScenePersonalWndShop::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnPageInit_m3576296740 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnPageInit_m3576296740_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; int32_t V_1 = 0; Transform_t3600365921 * V_2 = NULL; ScenePersonalWndShop_t78642639 * G_B6_0 = NULL; ScenePersonalWndShop_t78642639 * G_B5_0 = NULL; Vector3_t3722313464 G_B7_0; memset(&G_B7_0, 0, sizeof(G_B7_0)); ScenePersonalWndShop_t78642639 * G_B7_1 = NULL; ScenePersonalWndShop_t78642639 * G_B9_0 = NULL; ScenePersonalWndShop_t78642639 * G_B8_0 = NULL; Vector3_t3722313464 G_B10_0; memset(&G_B10_0, 0, sizeof(G_B10_0)); ScenePersonalWndShop_t78642639 * G_B10_1 = NULL; ScenePersonalWndShop_t78642639 * G_B12_0 = NULL; ScenePersonalWndShop_t78642639 * G_B11_0 = NULL; Vector3_t3722313464 G_B13_0; memset(&G_B13_0, 0, sizeof(G_B13_0)); ScenePersonalWndShop_t78642639 * G_B13_1 = NULL; { bool L_0 = __this->get_isPageInit_43(); if (L_0) { goto IL_05b3; } } { __this->set_isPageInit_43((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_Find_m1729760951(L_1, _stringLiteral1902667236, /*hidden argument*/NULL); __this->set_m_ShopCartWnd_3(L_2); Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_t3600365921 * L_4 = Transform_Find_m1729760951(L_3, _stringLiteral2675249511, /*hidden argument*/NULL); __this->set_m_ShopCartCnt_4(L_4); Transform_t3600365921 * L_5 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_5); Transform_t3600365921 * L_6 = Transform_Find_m1729760951(L_5, _stringLiteral2531887468, /*hidden argument*/NULL); __this->set_m_Sex_5(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_7); Transform_t3600365921 * L_8 = Transform_Find_m1729760951(L_7, _stringLiteral3348653847, /*hidden argument*/NULL); __this->set_m_BtnQuickBuy_6(L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UITexture_t3471168817 * L_10 = CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(NULL /*static, unused*/, L_9, _stringLiteral1954560993, /*hidden argument*/CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var); __this->set_m_Yulanbg_46(L_10); Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UITexture_t3471168817 * L_12 = CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(NULL /*static, unused*/, L_11, _stringLiteral1928048552, /*hidden argument*/CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var); __this->set_m_Head_47(L_12); Transform_t3600365921 * L_13 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_14 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_13, _stringLiteral2463178114, /*hidden argument*/NULL); __this->set_m_Daojishi_49(L_14); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_16 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_15, _stringLiteral1871830173, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_time_50(L_16); UILabel_t3248798549 * L_17 = __this->get_m_time_50(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); CGoldWatcher_t2760796238 * L_19 = __this->get_m_goldWatch_62(); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_21 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_20, _stringLiteral4073043224, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); NullCheck(L_19); CGoldWatcher_Init_m2158711270(L_19, L_21, /*hidden argument*/NULL); __this->set_m_ShopTypeActive_14(((TransformU5BU5D_t807237628*)SZArrayNew(TransformU5BU5D_t807237628_il2cpp_TypeInfo_var, (uint32_t)3))); __this->set_m_ShopTypeDisActive_15(((TransformU5BU5D_t807237628*)SZArrayNew(TransformU5BU5D_t807237628_il2cpp_TypeInfo_var, (uint32_t)3))); Transform_t3600365921 * L_22 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_22); Transform_t3600365921 * L_23 = Transform_Find_m1729760951(L_22, _stringLiteral846232141, /*hidden argument*/NULL); V_0 = L_23; V_1 = 0; goto IL_0160; } IL_011d: { Transform_t3600365921 * L_24 = V_0; int32_t L_25 = V_1; int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); RuntimeObject * L_27 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_26); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3925744902, L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Transform_t3600365921 * L_29 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_24, L_28, /*hidden argument*/NULL); V_2 = L_29; TransformU5BU5D_t807237628* L_30 = __this->get_m_ShopTypeActive_14(); int32_t L_31 = V_1; Transform_t3600365921 * L_32 = V_2; Transform_t3600365921 * L_33 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_32, _stringLiteral2511427775, /*hidden argument*/NULL); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_33); (L_30)->SetAt(static_cast(L_31), (Transform_t3600365921 *)L_33); TransformU5BU5D_t807237628* L_34 = __this->get_m_ShopTypeDisActive_15(); int32_t L_35 = V_1; Transform_t3600365921 * L_36 = V_2; Transform_t3600365921 * L_37 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_36, _stringLiteral873750764, /*hidden argument*/NULL); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_37); (L_34)->SetAt(static_cast(L_35), (Transform_t3600365921 *)L_37); int32_t L_38 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_0160: { int32_t L_39 = V_1; if ((((int32_t)L_39) < ((int32_t)3))) { goto IL_011d; } } { Transform_t3600365921 * L_40 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_40); Transform_t3600365921 * L_41 = Transform_Find_m1729760951(L_40, _stringLiteral4185722446, /*hidden argument*/NULL); NullCheck(L_41); uiBtnList_t3771050923 * L_42 = Component_GetComponent_TisuiBtnList_t3771050923_m2370419788(L_41, /*hidden argument*/Component_GetComponent_TisuiBtnList_t3771050923_m2370419788_RuntimeMethod_var); __this->set_m_btnList_7(L_42); Transform_t3600365921 * L_43 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_43); Transform_t3600365921 * L_44 = Transform_Find_m1729760951(L_43, _stringLiteral3755601353, /*hidden argument*/NULL); NullCheck(L_44); ScenePersonalShopList_t27853008 * L_45 = Component_GetComponent_TisScenePersonalShopList_t27853008_m428120711(L_44, /*hidden argument*/Component_GetComponent_TisScenePersonalShopList_t27853008_m428120711_RuntimeMethod_var); __this->set_m_ShopList_8(L_45); Transform_t3600365921 * L_46 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_46); Transform_t3600365921 * L_47 = Transform_Find_m1729760951(L_46, _stringLiteral897458087, /*hidden argument*/NULL); NullCheck(L_47); DetailWnd_t3732401977 * L_48 = Component_GetComponent_TisDetailWnd_t3732401977_m3847081229(L_47, /*hidden argument*/Component_GetComponent_TisDetailWnd_t3732401977_m3847081229_RuntimeMethod_var); __this->set_m_WndDetail_9(L_48); Transform_t3600365921 * L_49 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_49); Transform_t3600365921 * L_50 = Transform_Find_m1729760951(L_49, _stringLiteral3755601353, /*hidden argument*/NULL); NullCheck(L_50); ScenePersonalShopListViewAnim_t141335317 * L_51 = Component_GetComponent_TisScenePersonalShopListViewAnim_t141335317_m952933918(L_50, /*hidden argument*/Component_GetComponent_TisScenePersonalShopListViewAnim_t141335317_m952933918_RuntimeMethod_var); __this->set_m_ShopListViewAnim_11(L_51); __this->set_m_ShopOwned_12(((GameObjectU5BU5D_t3328599146*)SZArrayNew(GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var, (uint32_t)2))); GameObjectU5BU5D_t3328599146* L_52 = __this->get_m_ShopOwned_12(); Transform_t3600365921 * L_53 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_54 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_53, _stringLiteral2857530627, /*hidden argument*/NULL); NullCheck(L_52); ArrayElementTypeCheck (L_52, L_54); (L_52)->SetAt(static_cast(0), (GameObject_t1113636619 *)L_54); GameObjectU5BU5D_t3328599146* L_55 = __this->get_m_ShopOwned_12(); Transform_t3600365921 * L_56 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_57 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_56, _stringLiteral4216093077, /*hidden argument*/NULL); NullCheck(L_55); ArrayElementTypeCheck (L_55, L_57); (L_55)->SetAt(static_cast(1), (GameObject_t1113636619 *)L_57); __this->set_m_ShopCartOwned_13(((GameObjectU5BU5D_t3328599146*)SZArrayNew(GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var, (uint32_t)2))); GameObjectU5BU5D_t3328599146* L_58 = __this->get_m_ShopCartOwned_13(); Transform_t3600365921 * L_59 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_60 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_59, _stringLiteral2714258779, /*hidden argument*/NULL); NullCheck(L_58); ArrayElementTypeCheck (L_58, L_60); (L_58)->SetAt(static_cast(0), (GameObject_t1113636619 *)L_60); GameObjectU5BU5D_t3328599146* L_61 = __this->get_m_ShopCartOwned_13(); Transform_t3600365921 * L_62 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_63 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_62, _stringLiteral4180704207, /*hidden argument*/NULL); NullCheck(L_61); ArrayElementTypeCheck (L_61, L_63); (L_61)->SetAt(static_cast(1), (GameObject_t1113636619 *)L_63); Transform_t3600365921 * L_64 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_65 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_64, _stringLiteral3763613829, /*hidden argument*/NULL); __this->set_m_GroupFashionUp_16(L_65); Transform_t3600365921 * L_66 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_66); Transform_t3600365921 * L_67 = Transform_Find_m1729760951(L_66, _stringLiteral2264073609, /*hidden argument*/NULL); NullCheck(L_67); UISprite_t194114938 * L_68 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_67, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_SpriteFashionUp_17(L_68); Transform_t3600365921 * L_69 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_70 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_69, _stringLiteral1966778315, /*hidden argument*/NULL); __this->set_m_GroupFashionDown_18(L_70); Transform_t3600365921 * L_71 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_71); Transform_t3600365921 * L_72 = Transform_Find_m1729760951(L_71, _stringLiteral3610126794, /*hidden argument*/NULL); NullCheck(L_72); UISprite_t194114938 * L_73 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_72, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_SpriteFashionDown_19(L_73); Transform_t3600365921 * L_74 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_75 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_74, _stringLiteral442720350, /*hidden argument*/NULL); __this->set_m_QuickBuyWnd_20(L_75); Transform_t3600365921 * L_76 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_77 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_76, _stringLiteral19126153, /*hidden argument*/NULL); __this->set_m_IconShop_21(L_77); Transform_t3600365921 * L_78 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_79 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_78, _stringLiteral1033683471, /*hidden argument*/NULL); __this->set_m_IconShopCart_22(L_79); Transform_t3600365921 * L_80 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_80); Transform_t3600365921 * L_81 = Transform_Find_m1729760951(L_80, _stringLiteral360810400, /*hidden argument*/NULL); NullCheck(L_81); UILabel_t3248798549 * L_82 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_81, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_star_numbers_23(L_82); Transform_t3600365921 * L_83 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_84 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_83, _stringLiteral482377869, /*hidden argument*/NULL); __this->set_m_arrowTop_24(L_84); Transform_t3600365921 * L_85 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_86 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_85, _stringLiteral3337605032, /*hidden argument*/NULL); __this->set_m_arrowBottom_25(L_86); Transform_t3600365921 * L_87 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_87); Transform_t3600365921 * L_88 = Transform_Find_m1729760951(L_87, _stringLiteral3757376929, /*hidden argument*/NULL); NullCheck(L_88); ScenePersonalShopGroupbuying_t1000467629 * L_89 = Component_GetComponent_TisScenePersonalShopGroupbuying_t1000467629_m4282944851(L_88, /*hidden argument*/Component_GetComponent_TisScenePersonalShopGroupbuying_t1000467629_m4282944851_RuntimeMethod_var); __this->set_m_uiGorupBuying_26(L_89); Transform_t3600365921 * L_90 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_90); Transform_t3600365921 * L_91 = Transform_Find_m1729760951(L_90, _stringLiteral184992811, /*hidden argument*/NULL); NullCheck(L_91); ScenePersonalShopActivitybuying_t3880254145 * L_92 = Component_GetComponent_TisScenePersonalShopActivitybuying_t3880254145_m1097841852(L_91, /*hidden argument*/Component_GetComponent_TisScenePersonalShopActivitybuying_t3880254145_m1097841852_RuntimeMethod_var); __this->set_m_activityBuying_28(L_92); Transform_t3600365921 * L_93 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_94 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_93, _stringLiteral450149320, /*hidden argument*/NULL); __this->set_m_commend_29(L_94); Transform_t3600365921 * L_95 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_96 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_95, _stringLiteral3348653847, /*hidden argument*/NULL); __this->set_m_QuickBuy_30(L_96); Transform_t3600365921 * L_97 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_97); Transform_t3600365921 * L_98 = Transform_Find_m1729760951(L_97, _stringLiteral3426394644, /*hidden argument*/NULL); __this->set_m_FilterBtn_31(L_98); Transform_t3600365921 * L_99 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_99); Transform_t3600365921 * L_100 = Transform_Find_m1729760951(L_99, _stringLiteral1232144466, /*hidden argument*/NULL); __this->set_m_ActivityTap_32(L_100); Transform_t3600365921 * L_101 = __this->get_m_ActivityTap_32(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_102 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_101, /*hidden argument*/NULL); G_B5_0 = __this; if (!L_102) { G_B6_0 = __this; goto IL_03e6; } } { Transform_t3600365921 * L_103 = __this->get_m_ActivityTap_32(); NullCheck(L_103); Vector3_t3722313464 L_104 = Transform_get_localPosition_m4234289348(L_103, /*hidden argument*/NULL); G_B7_0 = L_104; G_B7_1 = G_B5_0; goto IL_03eb; } IL_03e6: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_105 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); G_B7_0 = L_105; G_B7_1 = G_B6_0; } IL_03eb: { NullCheck(G_B7_1); G_B7_1->set_m_activityPos_60(G_B7_0); Transform_t3600365921 * L_106 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_106); Transform_t3600365921 * L_107 = Transform_Find_m1729760951(L_106, _stringLiteral1635428993, /*hidden argument*/NULL); __this->set_m_VipTap_33(L_107); Transform_t3600365921 * L_108 = __this->get_m_VipTap_33(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_109 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_108, /*hidden argument*/NULL); G_B8_0 = __this; if (!L_109) { G_B9_0 = __this; goto IL_0428; } } { Transform_t3600365921 * L_110 = __this->get_m_VipTap_33(); NullCheck(L_110); Vector3_t3722313464 L_111 = Transform_get_localPosition_m4234289348(L_110, /*hidden argument*/NULL); G_B10_0 = L_111; G_B10_1 = G_B8_0; goto IL_042d; } IL_0428: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_112 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); G_B10_0 = L_112; G_B10_1 = G_B9_0; } IL_042d: { NullCheck(G_B10_1); G_B10_1->set_m_vipPos_61(G_B10_0); Transform_t3600365921 * L_113 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_113); Transform_t3600365921 * L_114 = Transform_Find_m1729760951(L_113, _stringLiteral69345052, /*hidden argument*/NULL); __this->set_m_DressTap_34(L_114); Transform_t3600365921 * L_115 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_115); Transform_t3600365921 * L_116 = Transform_Find_m1729760951(L_115, _stringLiteral472629579, /*hidden argument*/NULL); __this->set_m_JewelerTap_35(L_116); Transform_t3600365921 * L_117 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_117); Transform_t3600365921 * L_118 = Transform_Find_m1729760951(L_117, _stringLiteral3604797461, /*hidden argument*/NULL); __this->set_m_PersonalTag_36(L_118); Transform_t3600365921 * L_119 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_119); Transform_t3600365921 * L_120 = Transform_Find_m1729760951(L_119, _stringLiteral2038713520, /*hidden argument*/NULL); __this->set_m_beach_37(L_120); Transform_t3600365921 * L_121 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_121); Transform_t3600365921 * L_122 = Transform_Find_m1729760951(L_121, _stringLiteral2441998047, /*hidden argument*/NULL); __this->set_m_NewPlayerTap_40(L_122); Transform_t3600365921 * L_123 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_123); Transform_t3600365921 * L_124 = Transform_Find_m1729760951(L_123, _stringLiteral875914106, /*hidden argument*/NULL); __this->set_m_NewProcucts_41(L_124); Transform_t3600365921 * L_125 = __this->get_m_NewPlayerTap_40(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_126 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_125, /*hidden argument*/NULL); G_B11_0 = __this; if (!L_126) { G_B12_0 = __this; goto IL_04d8; } } { Transform_t3600365921 * L_127 = __this->get_m_NewPlayerTap_40(); NullCheck(L_127); Vector3_t3722313464 L_128 = Transform_get_localPosition_m4234289348(L_127, /*hidden argument*/NULL); G_B13_0 = L_128; G_B13_1 = G_B11_0; goto IL_04dd; } IL_04d8: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_129 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); G_B13_0 = L_129; G_B13_1 = G_B12_0; } IL_04dd: { NullCheck(G_B13_1); G_B13_1->set_m_newPlayerPos_59(G_B13_0); Transform_t3600365921 * L_130 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_130); Transform_t3600365921 * L_131 = Transform_Find_m1729760951(L_130, _stringLiteral133521039, /*hidden argument*/NULL); NullCheck(L_131); UILabel_t3248798549 * L_132 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_131, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_shareLabel_45(L_132); Transform_t3600365921 * L_133 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_133); Transform_t3600365921 * L_134 = Transform_Find_m1729760951(L_133, _stringLiteral2404104107, /*hidden argument*/NULL); __this->set_m_btnShare_58(L_134); Transform_t3600365921 * L_135 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_135); Transform_t3600365921 * L_136 = Transform_Find_m1729760951(L_135, _stringLiteral2340614544, /*hidden argument*/NULL); __this->set_m_FilteringBg_38(L_136); Transform_t3600365921 * L_137 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_137); Transform_t3600365921 * L_138 = Transform_Find_m1729760951(L_137, _stringLiteral3179734662, /*hidden argument*/NULL); __this->set_m_shopCarRootTran_51(L_138); Transform_t3600365921 * L_139 = __this->get_m_shopCarRootTran_51(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_140 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_139, /*hidden argument*/NULL); if (!L_140) { goto IL_0581; } } { Transform_t3600365921 * L_141 = __this->get_m_shopCarRootTran_51(); NullCheck(L_141); Transform_t3600365921 * L_142 = Transform_Find_m1729760951(L_141, _stringLiteral3306381401, /*hidden argument*/NULL); __this->set_m_shopCountTran_52(L_142); Transform_t3600365921 * L_143 = __this->get_m_shopCountTran_52(); NullCheck(L_143); Transform_t3600365921 * L_144 = Transform_Find_m1729760951(L_143, _stringLiteral1619055980, /*hidden argument*/NULL); NullCheck(L_144); UILabel_t3248798549 * L_145 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_144, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_shopCountLabel_53(L_145); } IL_0581: { uiBtnList_t3771050923 * L_146 = __this->get_m_btnList_7(); ScenePersonalShopList_t27853008 * L_147 = __this->get_m_ShopList_8(); intptr_t L_148 = (intptr_t)ScenePersonalShopList_ChangeList_m3765928993_RuntimeMethod_var; ChangeHandler_t1870456169 * L_149 = (ChangeHandler_t1870456169 *)il2cpp_codegen_object_new(ChangeHandler_t1870456169_il2cpp_TypeInfo_var); ChangeHandler__ctor_m847356726(L_149, L_147, L_148, /*hidden argument*/NULL); NullCheck(L_146); uiBtnList_SetChangedHandle_m2148964665(L_146, L_149, /*hidden argument*/NULL); Transform_t3600365921 * L_150 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_150); Transform_t3600365921 * L_151 = Transform_Find_m1729760951(L_150, _stringLiteral1583839424, /*hidden argument*/NULL); __this->set_m_timeTran_57(L_151); } IL_05b3: { return; } } // System.Void ScenePersonalWndShop::SetAmount(AmountWnd) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_SetAmount_m3047464290 (ScenePersonalWndShop_t78642639 * __this, AmountWnd_t1885830546 * ___amountWnd0, const RuntimeMethod* method) { { AmountWnd_t1885830546 * L_0 = ___amountWnd0; __this->set_m_WndAmount_10(L_0); return; } } // System.Void ScenePersonalWndShop::Update() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_Update_m3048469716 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_Update_m3048469716_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ShareManager_t1254576143 * L_0 = ShareManager_GetInstance_m207955360(NULL /*static, unused*/, /*hidden argument*/NULL); UILabel_t3248798549 * L_1 = __this->get_m_shareLabel_45(); NullCheck(L_0); ShareManager_SetShareText_m2631494320(L_0, L_1, /*hidden argument*/NULL); ScenePersonalWndShop_UpdateMyFashion_m350132923(__this, /*hidden argument*/NULL); UITexture_t3471168817 * L_2 = __this->get_m_Yulanbg_46(); NullCheck(L_2); GameObject_t1113636619 * L_3 = Component_get_gameObject_m442555142(L_2, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = GameObject_get_activeSelf_m1767405923(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_5 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = CMyPackageManager_get_bNeedFreshUI_m3880934132(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0059; } } { IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_7 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = CMyPackageManager_get_LeftTime_m1887552365(L_7, /*hidden argument*/NULL); __this->set_lefttime_48((((float)((float)L_8)))); CMyPackageManager_t122981866 * L_9 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CMyPackageManager_set_bNeedFreshUI_m2271521687(L_9, (bool)0, /*hidden argument*/NULL); } IL_0059: { float L_10 = __this->get_lefttime_48(); if ((!(((float)L_10) >= ((float)(0.0f))))) { goto IL_0074; } } { ScenePersonalWndShop_SetTimeRun_m585806542(__this, /*hidden argument*/NULL); goto IL_0084; } IL_0074: { UILabel_t3248798549 * L_11 = __this->get_m_time_50(); 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(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); } IL_0084: { CGoldWatcher_t2760796238 * L_13 = __this->get_m_goldWatch_62(); NullCheck(L_13); CGoldWatcher_OnUpdate_m3815778441(L_13, /*hidden argument*/NULL); int32_t L_14 = __this->get_m_curShopCount_56(); CShopCartManager_t2478140686 * L_15 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = CShopCartManager_GetListCount_m518405240(L_15, /*hidden argument*/NULL); if ((((int32_t)L_14) == ((int32_t)L_16))) { goto IL_0116; } } { CShopCartManager_t2478140686 * L_17 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = CShopCartManager_GetListCount_m518405240(L_17, /*hidden argument*/NULL); __this->set_m_curShopCount_56(L_18); Transform_t3600365921 * L_19 = __this->get_m_shopCountTran_52(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_19, (bool)1, /*hidden argument*/NULL); int32_t L_20 = __this->get_m_curShopCount_56(); if ((((int32_t)L_20) <= ((int32_t)((int32_t)99)))) { goto IL_00e2; } } { UILabel_t3248798549 * L_21 = __this->get_m_shopCountLabel_53(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_21, _stringLiteral3028048346, /*hidden argument*/NULL); goto IL_00fe; } IL_00e2: { UILabel_t3248798549 * L_22 = __this->get_m_shopCountLabel_53(); int32_t* L_23 = __this->get_address_of_m_curShopCount_56(); String_t* L_24 = Int32_ToString_m141394615(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_22, L_24, /*hidden argument*/NULL); } IL_00fe: { int32_t L_25 = __this->get_m_curShopCount_56(); if ((((int32_t)L_25) > ((int32_t)0))) { goto IL_0116; } } { Transform_t3600365921 * L_26 = __this->get_m_shopCountTran_52(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_26, (bool)0, /*hidden argument*/NULL); } IL_0116: { return; } } // System.Void ScenePersonalWndShop::ShowNewTime(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_ShowNewTime_m2379659470 (ScenePersonalWndShop_t78642639 * __this, bool ___bShow0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_ShowNewTime_m2379659470_MetadataUsageId); s_Il2CppMethodInitialized = true; } UILabel_t3248798549 * V_0 = NULL; { Transform_t3600365921 * L_0 = __this->get_m_timeTran_57(); bool L_1 = ___bShow0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_2 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CShopManager_get_SubType_m2767904395(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)92))))) { goto IL_00ea; } } { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_4 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = CShopManager_get_IsOpenNewStore_m1134402564(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00d9; } } { Transform_t3600365921 * L_6 = __this->get_m_timeTran_57(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_6, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_7 = __this->get_m_timeTran_57(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_00d4; } } { Transform_t3600365921 * L_9 = __this->get_m_timeTran_57(); NullCheck(L_9); UILabel_t3248798549 * L_10 = Component_GetComponentInChildren_TisUILabel_t3248798549_m3839024558(L_9, /*hidden argument*/Component_GetComponentInChildren_TisUILabel_t3248798549_m3839024558_RuntimeMethod_var); V_0 = L_10; UILabel_t3248798549 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_12 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_00d4; } } { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_13 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = CShopManager_get_OpenTime_m1265022938(L_13, /*hidden argument*/NULL); if ((((int32_t)L_14) >= ((int32_t)((int32_t)86400)))) { goto IL_0094; } } { UILabel_t3248798549 * L_15 = V_0; CTextHelp_t3119637808 * L_16 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_16); String_t* L_18 = CTextHelp_GetText_m3374553046(L_16, _stringLiteral4199116425, L_17, /*hidden argument*/NULL); NullCheck(L_15); UILabel_set_text_m1071532778(L_15, L_18, /*hidden argument*/NULL); goto IL_00d4; } IL_0094: { UILabel_t3248798549 * L_19 = V_0; CTextHelp_t3119637808 * L_20 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_20); String_t* L_22 = CTextHelp_GetText_m3374553046(L_20, _stringLiteral3595519954, L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_23 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24 = CShopManager_get_OpenTime_m1265022938(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_25 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)((float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_24))), (float)(1.0f)))/(float)(86400.0f))), /*hidden argument*/NULL); int32_t L_26 = L_25; RuntimeObject * L_27 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_26); String_t* L_28 = String_Format_m2844511972(NULL /*static, unused*/, L_22, L_27, /*hidden argument*/NULL); NullCheck(L_19); UILabel_set_text_m1071532778(L_19, L_28, /*hidden argument*/NULL); } IL_00d4: { goto IL_00e5; } IL_00d9: { Transform_t3600365921 * L_29 = __this->get_m_timeTran_57(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_29, (bool)0, /*hidden argument*/NULL); } IL_00e5: { goto IL_00f6; } IL_00ea: { Transform_t3600365921 * L_30 = __this->get_m_timeTran_57(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_30, (bool)0, /*hidden argument*/NULL); } IL_00f6: { return; } } // System.Void ScenePersonalWndShop::SetTimeRun() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_SetTimeRun_m585806542 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_SetTimeRun_m585806542_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; { float L_0 = __this->get_lefttime_48(); float L_1 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_lefttime_48(((float)il2cpp_codegen_subtract((float)L_0, (float)L_1))); float L_2 = __this->get_lefttime_48(); if ((!(((float)L_2) > ((float)(0.0f))))) { goto IL_00b1; } } { float L_3 = __this->get_lefttime_48(); V_0 = (((int32_t)((int32_t)((float)((float)L_3/(float)(86400.0f)))))); float L_4 = __this->get_lefttime_48(); V_1 = (((int32_t)((int32_t)((float)((float)(fmodf(L_4, (86400.0f)))/(float)(3600.0f)))))); float L_5 = __this->get_lefttime_48(); V_2 = ((int32_t)((int32_t)(((int32_t)((int32_t)((float)((float)L_5/(float)(60.0f))))))%(int32_t)((int32_t)60))); float L_6 = __this->get_lefttime_48(); V_3 = ((int32_t)((int32_t)(((int32_t)((int32_t)L_6)))%(int32_t)((int32_t)60))); CTextHelp_t3119637808 * L_7 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = CTextHelp_GetText_m372251958(L_7, _stringLiteral3148528503, /*hidden argument*/NULL); V_4 = L_8; String_t* L_9 = V_4; ObjectU5BU5D_t2843939325* L_10 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); int32_t L_11 = V_0; int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_10; int32_t L_15 = V_1; int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(1), (RuntimeObject *)L_17); ObjectU5BU5D_t2843939325* L_18 = L_14; int32_t L_19 = V_2; int32_t L_20 = L_19; RuntimeObject * L_21 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_20); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_21); (L_18)->SetAt(static_cast(2), (RuntimeObject *)L_21); ObjectU5BU5D_t2843939325* L_22 = L_18; int32_t L_23 = V_3; int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(3), (RuntimeObject *)L_25); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Format_m630303134(NULL /*static, unused*/, L_9, L_22, /*hidden argument*/NULL); V_4 = L_26; UILabel_t3248798549 * L_27 = __this->get_m_time_50(); String_t* L_28 = V_4; NullCheck(L_27); UILabel_set_text_m1071532778(L_27, L_28, /*hidden argument*/NULL); } IL_00b1: { return; } } // System.Void ScenePersonalWndShop::OnInitPageShop() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnInitPageShop_m3196203867 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnInitPageShop_m3196203867_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_0 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CShopManager_ClearData_m2611261031(L_0, /*hidden argument*/NULL); CShopManager_t754298620 * L_1 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CShopManager_get_MainType_m604078485(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral547083547, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)6))) { goto IL_0038; } } { int32_t L_8 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_0050; } } IL_0038: { V_0 = 1; IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_9 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_10 = V_0; NullCheck(L_9); CShopManager_set_MainType_m2271353666(L_9, L_10, /*hidden argument*/NULL); CShopManager_t754298620 * L_11 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); CShopManager_set_SubType_m1960854107(L_11, 0, /*hidden argument*/NULL); } IL_0050: { int32_t L_12 = V_0; ScenePersonalWndShop_ChangeMainType_m218486076(__this, L_12, /*hidden argument*/NULL); ScenePersonalWndShop_SetYulanActive_m4056699584(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OnPageFind(System.String) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnPageFind_m1916498966 (ScenePersonalWndShop_t78642639 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnPageFind_m1916498966_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; CDataArray_t4068198041 * V_2 = NULL; ScenePersonalWndShop_t78642639 * G_B6_0 = NULL; ScenePersonalWndShop_t78642639 * G_B5_0 = NULL; String_t* G_B7_0 = NULL; ScenePersonalWndShop_t78642639 * G_B7_1 = NULL; { ScenePersonalShopList_t27853008 * L_0 = __this->get_m_ShopList_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return; } IL_0012: { ScenePersonalShopList_t27853008 * L_2 = __this->get_m_ShopList_8(); NullCheck(L_2); ScenePersonalShopList_set_mainType_m3116387338(L_2, 6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_3 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CShopManager_set_MainType_m2271353666(L_3, 6, /*hidden argument*/NULL); uiBtnList_t3771050923 * L_4 = __this->get_m_btnList_7(); NullCheck(L_4); uiBtnList_OnSetMainType_m3993076582(L_4, 6, /*hidden argument*/NULL); uiBtnList_t3771050923 * L_5 = __this->get_m_btnList_7(); NullCheck(L_5); uiBtnList_OnPageShow_m2918554423(L_5, /*hidden argument*/NULL); GameObject_t1113636619 * L_6 = __this->get_m_arrowTop_24(); NullCheck(L_6); GameObject_SetActive_m796801857(L_6, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_7 = __this->get_m_arrowBottom_25(); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)0, /*hidden argument*/NULL); ScenePersonalShopList_t27853008 * L_8 = __this->get_m_ShopList_8(); NullCheck(L_8); ScenePersonalShopList_ChangeList_m3765928993(L_8, ((int32_t)100), (bool)1, /*hidden argument*/NULL); CMainRole_t4200562839 * L_9 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_9); V_0 = L_10; bool L_11 = __this->get_m_bMainRole_63(); if (L_11) { goto IL_0082; } } { int32_t L_12 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))%(int32_t)2)); } IL_0082: { String_t* L_13 = ___text0; G_B5_0 = __this; if (!L_13) { G_B6_0 = __this; goto IL_008f; } } { String_t* L_14 = ___text0; G_B7_0 = L_14; G_B7_1 = G_B5_0; goto IL_0094; } IL_008f: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B7_0 = L_15; G_B7_1 = G_B6_0; } IL_0094: { NullCheck(G_B7_1); G_B7_1->set_m_strLastInputLab_54(G_B7_0); String_t* L_16 = __this->get_m_strLastInputLab_54(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1828273503, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); shopModel_t101745799 * L_18 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); bool L_19 = shopModel_IsActiveMale_m635970564(L_18, /*hidden argument*/NULL); V_1 = L_19; IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_20 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_21 = V_1; NullCheck(L_20); CShopManager_ClearTargetGroup_m491497626(L_20, ((int32_t)100), L_21, /*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_2 = L_22; CDataArray_t4068198041 * L_23 = V_2; NullCheck(L_23); CDataArray_Push_m3820844360(L_23, ((int32_t)1900), /*hidden argument*/NULL); CDataArray_t4068198041 * L_24 = V_2; int32_t L_25 = V_0; NullCheck(L_24); CDataArray_Push_m3820844360(L_24, L_25, /*hidden argument*/NULL); CDataArray_t4068198041 * L_26 = V_2; String_t* L_27 = __this->get_m_strLastInputLab_54(); NullCheck(L_26); CDataArray_Push_m1799687930(L_26, L_27, /*hidden argument*/NULL); CDataArray_t4068198041 * L_28 = V_2; NullCheck(L_28); CDataArray_Flush_m1077150699(L_28, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::ShowYulan(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_ShowYulan_m289279895 (ScenePersonalWndShop_t78642639 * __this, int32_t ___configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_ShowYulan_m289279895_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___configID0; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); String_t* L_1 = CPropManager_GetIconPath_m739451308(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; UITexture_t3471168817 * L_2 = __this->get_m_Yulanbg_46(); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_3 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = V_0; NullCheck(L_3); Texture2D_t3840446185 * L_5 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_3, L_4); NullCheck(L_2); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_2, L_5); IL2CPP_RUNTIME_CLASS_INIT(PersonaliseConfig_t2812043406_il2cpp_TypeInfo_var); PersonaliseConfig_t2812043406 * L_6 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); UITexture_t3471168817 * L_7 = __this->get_m_Yulanbg_46(); NullCheck(L_7); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(L_7, /*hidden argument*/NULL); int32_t L_9 = ___configID0; NullCheck(L_6); int32_t L_10 = PersonaliseConfig_GetEffectByHeadBoxID_m2521822695(L_6, L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; PersonaliseConfig_t2812043406 * L_11 = PersonaliseConfig_GetInstance_m2421924694(NULL /*static, unused*/, /*hidden argument*/NULL); UITexture_t3471168817 * L_12 = __this->get_m_Yulanbg_46(); NullCheck(L_12); Transform_t3600365921 * L_13 = Component_get_transform_m3162698980(L_12, /*hidden argument*/NULL); int32_t L_14 = V_1; Vector3_t3722313464 L_15; memset(&L_15, 0, sizeof(L_15)); Vector3__ctor_m3353183577((&L_15), (0.61f), (-0.76f), (-1.0f), /*hidden argument*/NULL); Vector3_t3722313464 L_16; memset(&L_16, 0, sizeof(L_16)); Vector3__ctor_m3353183577((&L_16), (1.8f), (1.7f), (1.0f), /*hidden argument*/NULL); NullCheck(L_11); PersonaliseConfig_SetUserHeadBoxEffect_m807502271(L_11, L_13, L_14, L_15, L_16, /*hidden argument*/NULL); int32_t L_17 = ___configID0; if ((!(((uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17%(int32_t)((int32_t)10000)))/(int32_t)((int32_t)100)))) == ((uint32_t)3)))) { goto IL_00f0; } } { bool L_18 = __this->get_isPhotoReady_42(); if (L_18) { goto IL_00da; } } { UITexture_t3471168817 * L_19 = __this->get_m_Head_47(); CMainRole_t4200562839 * L_20 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); int64_t L_21 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_20); CMainRole_t4200562839 * L_22 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); CProperty_t963755051 * L_23 = ISceneBaseObj_GetNetProperty_m1709069404(L_22, /*hidden argument*/NULL); NullCheck(L_23); int64_t L_24 = CProperty_GetLong_m359864449(L_23, _stringLiteral350069932, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); CMainRole_t4200562839 * L_25 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_25); UITexture_t3471168817 * L_27 = __this->get_m_Head_47(); NullCheck(L_27); Transform_t3600365921 * L_28 = Component_get_transform_m3162698980(L_27, /*hidden argument*/NULL); NullCheck(L_28); Vector3_t3722313464 L_29 = Transform_get_localScale_m129152068(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_30 = CMiscHelp_GetCustomUserPhoto_m4012711164(NULL /*static, unused*/, L_19, L_21, L_24, L_26, L_29, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_isPhotoReady_42(L_30); } IL_00da: { UITexture_t3471168817 * L_31 = __this->get_m_Head_47(); NullCheck(L_31); GameObject_t1113636619 * L_32 = Component_get_gameObject_m442555142(L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_32, (bool)1, /*hidden argument*/NULL); goto IL_0101; } IL_00f0: { UITexture_t3471168817 * L_33 = __this->get_m_Head_47(); NullCheck(L_33); GameObject_t1113636619 * L_34 = Component_get_gameObject_m442555142(L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_34, (bool)0, /*hidden argument*/NULL); } IL_0101: { return; } } // System.Void ScenePersonalWndShop::SetYulanActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_SetYulanActive_m4056699584 (ScenePersonalWndShop_t78642639 * __this, bool ___isActive0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_SetYulanActive_m4056699584_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UITexture_t3471168817 * L_0 = __this->get_m_Yulanbg_46(); NullCheck(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(L_0, /*hidden argument*/NULL); bool L_2 = ___isActive0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); UITexture_t3471168817 * L_3 = __this->get_m_Head_47(); NullCheck(L_3); GameObject_t1113636619 * L_4 = Component_get_gameObject_m442555142(L_3, /*hidden argument*/NULL); bool L_5 = ___isActive0; CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::ShowItemDetailWnd(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_ShowItemDetailWnd_m529653312 (ScenePersonalWndShop_t78642639 * __this, int32_t ___configId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_ShowItemDetailWnd_m529653312_MetadataUsageId); s_Il2CppMethodInitialized = true; } GiftPack_t4141643335 * V_0 = NULL; { GiftPackManager_t105297562 * L_0 = GiftPackManager_GetInstance_m1502918467(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___configId0; NullCheck(L_0); bool L_2 = GiftPackManager_WhetherGiftConfigID_m1163201836(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0029; } } { int32_t L_3 = ___configId0; GiftPack_t4141643335 * L_4 = GiftPack_Create_m2756921634(NULL /*static, unused*/, L_3, (-1), /*hidden argument*/NULL); V_0 = L_4; GiftPackManager_t105297562 * L_5 = GiftPackManager_GetInstance_m1502918467(NULL /*static, unused*/, /*hidden argument*/NULL); GiftPack_t4141643335 * L_6 = V_0; NullCheck(L_5); GiftPackManager_OpenGiftInfoPanel_m3462154806(L_5, L_6, (bool)0, /*hidden argument*/NULL); goto IL_0046; } IL_0029: { DetailWnd_t3732401977 * L_7 = __this->get_m_WndDetail_9(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0046; } } { DetailWnd_t3732401977 * L_9 = __this->get_m_WndDetail_9(); int32_t L_10 = ___configId0; NullCheck(L_9); DetailWnd_SetDetail_m3739527022(L_9, L_10, /*hidden argument*/NULL); } IL_0046: { return; } } // System.Void ScenePersonalWndShop::PlayShopCartAnim(System.Int32,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_PlayShopCartAnim_m857093443 (ScenePersonalWndShop_t78642639 * __this, int32_t ___configId0, Vector2_t2156229523 ___pos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_PlayShopCartAnim_m857093443_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ScenePersonalShopListViewAnim_t141335317 * L_0 = __this->get_m_ShopListViewAnim_11(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { ScenePersonalShopListViewAnim_t141335317 * L_2 = __this->get_m_ShopListViewAnim_11(); int32_t L_3 = ___configId0; Vector2_t2156229523 L_4 = ___pos1; NullCheck(L_2); ScenePersonalShopListViewAnim_AddAnimObj_m229683070(L_2, L_3, L_4, /*hidden argument*/NULL); } IL_001e: { return; } } // System.Void ScenePersonalWndShop::CreateAmount() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_CreateAmount_m791454477 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_CreateAmount_m791454477_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); CWndController_ShowUI_m3552255067(L_0, ((int32_t)86), /*hidden argument*/NULL); CWndController_t749709641 * L_1 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); GameObject_t1113636619 * L_2 = CWndController_CreateDelayBindWnd_m1486584967(L_1, ((int32_t)86), /*hidden argument*/NULL); V_0 = L_2; GameObject_t1113636619 * 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_003e; } } { GameObject_t1113636619 * 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_003e; } } { GameObject_t1113636619 * L_7 = V_0; NullCheck(L_7); AmountWnd_t1885830546 * L_8 = GameObject_GetComponent_TisAmountWnd_t1885830546_m1645021616(L_7, /*hidden argument*/GameObject_GetComponent_TisAmountWnd_t1885830546_m1645021616_RuntimeMethod_var); ScenePersonalWndShop_SetAmount_m3047464290(__this, L_8, /*hidden argument*/NULL); } IL_003e: { return; } } // AmountWnd ScenePersonalWndShop::GetAmountWnd() extern "C" IL2CPP_METHOD_ATTR AmountWnd_t1885830546 * ScenePersonalWndShop_GetAmountWnd_m4274570048 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { { ScenePersonalWndShop_CreateAmount_m791454477(__this, /*hidden argument*/NULL); AmountWnd_t1885830546 * L_0 = __this->get_m_WndAmount_10(); return L_0; } } // System.Void ScenePersonalWndShop::OpenAmountWnd(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32,DMCore.Logic.ItemTag,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OpenAmountWnd_m2029443803 (ScenePersonalWndShop_t78642639 * __this, int32_t ___configId0, int32_t ___price1, int32_t ___count2, int32_t ___maxcount3, String_t* ___name4, String_t* ___iconPath5, bool ___bDiamond6, int32_t ___canUseDiamond7, int32_t ___itemtag8, int32_t ___limtnCount9, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OpenAmountWnd_m2029443803_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 = ___price1; NullCheck(L_4); L_4->set_Price_2(L_5); ChooseBuyUseBoxInfo_t2600922063 * L_6 = V_0; int32_t L_7 = ___count2; NullCheck(L_6); L_6->set_Count_3(L_7); ChooseBuyUseBoxInfo_t2600922063 * L_8 = V_0; String_t* L_9 = ___name4; NullCheck(L_8); L_8->set_Name_5(L_9); ChooseBuyUseBoxInfo_t2600922063 * L_10 = V_0; String_t* L_11 = ___iconPath5; NullCheck(L_10); L_10->set_IconPath_6(L_11); ChooseBuyUseBoxInfo_t2600922063 * L_12 = V_0; bool L_13 = ___bDiamond6; NullCheck(L_12); L_12->set_isDiamond_11(L_13); ChooseBuyUseBoxInfo_t2600922063 * L_14 = V_0; NullCheck(L_14); L_14->set_IsBuyOrUse_12((bool)1); ChooseBuyUseBoxInfo_t2600922063 * L_15 = V_0; int32_t L_16 = ___canUseDiamond7; NullCheck(L_15); L_15->set_IsBangzuan_13((bool)((((int32_t)L_16) == ((int32_t)0))? 1 : 0)); ChooseBuyUseBoxInfo_t2600922063 * L_17 = V_0; int32_t L_18 = ___itemtag8; NullCheck(L_17); L_17->set_Itemtag_14(L_18); ChooseBuyUseBoxInfo_t2600922063 * L_19 = V_0; int32_t L_20 = ___limtnCount9; NullCheck(L_19); L_19->set_LimtnCount_15(L_20); IL2CPP_RUNTIME_CLASS_INIT(ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var); ChooseBuyUseNumBoxController_t2176104285 * L_21 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); ChooseBuyUseBoxInfo_t2600922063 * L_22 = V_0; NullCheck(L_21); ChooseBuyUseNumBoxController_SetOpenChooseNumBox_m1942328283(L_21, L_22, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_23 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_24 = (intptr_t)ScenePersonalWndShop_OnConfirmAmount_m4215082379_RuntimeMethod_var; OnConfirmBuyAmount_t3515310033 * L_25 = (OnConfirmBuyAmount_t3515310033 *)il2cpp_codegen_object_new(OnConfirmBuyAmount_t3515310033_il2cpp_TypeInfo_var); OnConfirmBuyAmount__ctor_m4294857870(L_25, __this, L_24, /*hidden argument*/NULL); intptr_t L_26 = (intptr_t)ScenePersonalWndShop_OnCloseAmountWnd_m1497665569_RuntimeMethod_var; OnCancelAndExit_t3571001794 * L_27 = (OnCancelAndExit_t3571001794 *)il2cpp_codegen_object_new(OnCancelAndExit_t3571001794_il2cpp_TypeInfo_var); OnCancelAndExit__ctor_m1256787560(L_27, __this, L_26, /*hidden argument*/NULL); NullCheck(L_23); ChooseBuyUseNumBoxController_SetBuyListener_m160589014(L_23, L_25, L_27, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_28 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); ChooseBuyUseNumBoxController_ShowUI_m3014004810(L_28, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OpenAmountWndInShopCart(System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Int32,DMCore.Logic.ItemTag,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OpenAmountWndInShopCart_m738840676 (ScenePersonalWndShop_t78642639 * __this, int32_t ___configId0, int32_t ___price1, int32_t ___count2, String_t* ___name3, String_t* ___iconPath4, int32_t ___index5, bool ___bDiamond6, int32_t ___canUseDiamond7, int32_t ___itemtag8, int32_t ___limtnCount9, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OpenAmountWndInShopCart_m738840676_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 = ___price1; NullCheck(L_4); L_4->set_Price_2(L_5); ChooseBuyUseBoxInfo_t2600922063 * L_6 = V_0; int32_t L_7 = ___count2; NullCheck(L_6); L_6->set_Count_3(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; bool L_13 = ___bDiamond6; NullCheck(L_12); L_12->set_isDiamond_11(L_13); ChooseBuyUseBoxInfo_t2600922063 * L_14 = V_0; NullCheck(L_14); L_14->set_IsBuyOrUse_12((bool)0); ChooseBuyUseBoxInfo_t2600922063 * L_15 = V_0; int32_t L_16 = ___canUseDiamond7; NullCheck(L_15); L_15->set_IsBangzuan_13((bool)((((int32_t)L_16) == ((int32_t)0))? 1 : 0)); ChooseBuyUseBoxInfo_t2600922063 * L_17 = V_0; int32_t L_18 = ___itemtag8; NullCheck(L_17); L_17->set_Itemtag_14(L_18); ChooseBuyUseBoxInfo_t2600922063 * L_19 = V_0; int32_t L_20 = ___limtnCount9; NullCheck(L_19); L_19->set_LimtnCount_15(L_20); IL2CPP_RUNTIME_CLASS_INIT(ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var); ChooseBuyUseNumBoxController_t2176104285 * L_21 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); ChooseBuyUseBoxInfo_t2600922063 * L_22 = V_0; NullCheck(L_21); ChooseBuyUseNumBoxController_SetOpenChooseNumBox_m1942328283(L_21, L_22, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_23 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_24 = (intptr_t)ScenePersonalWndShop_OnConfirmAmountInShopCart_m4271374290_RuntimeMethod_var; OnConfirmUseAmount_t3345112943 * L_25 = (OnConfirmUseAmount_t3345112943 *)il2cpp_codegen_object_new(OnConfirmUseAmount_t3345112943_il2cpp_TypeInfo_var); OnConfirmUseAmount__ctor_m1361379540(L_25, __this, L_24, /*hidden argument*/NULL); intptr_t L_26 = (intptr_t)ScenePersonalWndShop_OnCloseAmountWnd_m1497665569_RuntimeMethod_var; OnCancelAndExit_t3571001794 * L_27 = (OnCancelAndExit_t3571001794 *)il2cpp_codegen_object_new(OnCancelAndExit_t3571001794_il2cpp_TypeInfo_var); OnCancelAndExit__ctor_m1256787560(L_27, __this, L_26, /*hidden argument*/NULL); NullCheck(L_23); ChooseBuyUseNumBoxController_SetUseListener_m1290437471(L_23, L_25, L_27, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_28 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); ChooseBuyUseNumBoxController_ShowUI_m3014004810(L_28, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OpenBalanceWnd(DMCore.CDataArray,ScenePersonalWndShop/OnClickMsgCallBack) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OpenBalanceWnd_m3334075506 (ScenePersonalWndShop_t78642639 * __this, CDataArray_t4068198041 * ___userData0, OnClickMsgCallBack_t2526724959 * ___callBack1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OpenBalanceWnd_m3334075506_MetadataUsageId); s_Il2CppMethodInitialized = true; } BalanceWnd_t506785226 * 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); CWndController_ShowUI_m3552255067(L_0, ((int32_t)109), /*hidden argument*/NULL); CWndController_t749709641 * L_1 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); GameObject_t1113636619 * L_2 = CWndController_CreateDelayBindWnd_m1486584967(L_1, ((int32_t)109), /*hidden argument*/NULL); NullCheck(L_2); BalanceWnd_t506785226 * L_3 = GameObject_GetComponent_TisBalanceWnd_t506785226_m3997475059(L_2, /*hidden argument*/GameObject_GetComponent_TisBalanceWnd_t506785226_m3997475059_RuntimeMethod_var); V_0 = L_3; BalanceWnd_t506785226 * 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_0033; } } { BalanceWnd_t506785226 * L_6 = V_0; CDataArray_t4068198041 * L_7 = ___userData0; OnClickMsgCallBack_t2526724959 * L_8 = ___callBack1; NullCheck(L_6); BalanceWnd_OpenWnd_m1467145181(L_6, L_7, L_8, /*hidden argument*/NULL); } IL_0033: { return; } } // System.Void ScenePersonalWndShop::OpenBuyingWnd(ScenePersonalWndShop/OnClickMsgCallBack,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OpenBuyingWnd_m4066712157 (ScenePersonalWndShop_t78642639 * __this, OnClickMsgCallBack_t2526724959 * ___callBack0, bool ___isSend1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OpenBuyingWnd_m4066712157_MetadataUsageId); s_Il2CppMethodInitialized = true; } CShopItemData_t2542723346 * V_0 = NULL; CDataArray_t4068198041 * V_1 = NULL; CDataArray_t4068198041 * V_2 = NULL; CDataArray_t4068198041 * V_3 = NULL; int32_t V_4 = 0; GameObject_t1113636619 * V_5 = NULL; uiMessageHint_t1249251163 * V_6 = NULL; String_t* V_7 = NULL; int32_t G_B23_0 = 0; uiMessageHint_t1249251163 * G_B34_0 = NULL; { V_0 = (CShopItemData_t2542723346 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(UserGuideManager_t2771698115_il2cpp_TypeInfo_var); UserGuideManager_t2771698115 * L_0 = ((UserGuideManager_t2771698115_StaticFields*)il2cpp_codegen_static_fields_for(UserGuideManager_t2771698115_il2cpp_TypeInfo_var))->get_Instance_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_2 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); CShopManager_t754298620 * L_3 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CShopManager_get_SubType_m2767904395(L_3, /*hidden argument*/NULL); CShopManager_t754298620 * L_5 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CShopManager_GetActiveItem_m3916757235(L_5, /*hidden argument*/NULL); shopModel_t101745799 * L_7 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = shopModel_IsActiveMale_m635970564(L_7, /*hidden argument*/NULL); NullCheck(L_2); CShopItemData_t2542723346 * L_9 = CShopManager_GetItem_m1502343836(L_2, L_4, L_6, L_8, /*hidden argument*/NULL); V_0 = L_9; CShopItemData_t2542723346 * L_10 = V_0; if (L_10) { goto IL_0042; } } { return; } IL_0042: { CShopItemData_t2542723346 * L_11 = V_0; NullCheck(L_11); int32_t L_12 = L_11->get_itemServerID_1(); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); bool L_13 = CShopManager_IsClothing_m480793725(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0139; } } { CDataArray_t4068198041 * L_14 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_14, /*hidden argument*/NULL); V_1 = L_14; CDataArray_t4068198041 * L_15 = V_1; CShopItemData_t2542723346 * L_16 = V_0; NullCheck(L_16); int32_t L_17 = L_16->get_itemServerID_1(); NullCheck(L_15); CDataArray_Push_m3820844360(L_15, L_17, /*hidden argument*/NULL); CDataArray_t4068198041 * L_18 = V_1; CShopItemData_t2542723346 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = L_19->get_itemAmount_8(); NullCheck(L_18); CDataArray_Push_m3820844360(L_18, L_20, /*hidden argument*/NULL); CDataArray_t4068198041 * L_21 = V_1; CShopItemData_t2542723346 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = L_22->get_itemLife_4(); NullCheck(L_21); CDataArray_Push_m3820844360(L_21, L_23, /*hidden argument*/NULL); CDataArray_t4068198041 * L_24 = V_1; CShopItemData_t2542723346 * L_25 = V_0; NullCheck(L_25); int32_t L_26 = L_25->get_itemPrice_2(); NullCheck(L_24); CDataArray_Push_m3820844360(L_24, L_26, /*hidden argument*/NULL); CDataArray_t4068198041 * L_27 = V_1; CShopItemData_t2542723346 * L_28 = V_0; NullCheck(L_28); int32_t L_29 = L_28->get_itemDiamond_3(); NullCheck(L_27); CDataArray_Push_m3820844360(L_27, L_29, /*hidden argument*/NULL); CDataArray_t4068198041 * L_30 = V_1; CShopItemData_t2542723346 * L_31 = V_0; NullCheck(L_31); int32_t L_32 = L_31->get_nleftNum_13(); NullCheck(L_30); CDataArray_Push_m3820844360(L_30, L_32, /*hidden argument*/NULL); CDataArray_t4068198041 * L_33 = V_1; CShopItemData_t2542723346 * L_34 = V_0; NullCheck(L_34); int32_t L_35 = L_34->get_nLeftTime_14(); NullCheck(L_33); CDataArray_Push_m3820844360(L_33, L_35, /*hidden argument*/NULL); CDataArray_t4068198041 * L_36 = V_1; CShopItemData_t2542723346 * L_37 = V_0; NullCheck(L_37); int32_t L_38 = L_37->get_permanentCoinPrise_16(); NullCheck(L_36); CDataArray_Push_m3820844360(L_36, L_38, /*hidden argument*/NULL); CDataArray_t4068198041 * L_39 = V_1; CShopItemData_t2542723346 * L_40 = V_0; NullCheck(L_40); int32_t L_41 = L_40->get_permanentDiamondPrise_17(); NullCheck(L_39); CDataArray_Push_m3820844360(L_39, L_41, /*hidden argument*/NULL); bool L_42 = ___isSend1; if (!L_42) { goto IL_00d6; } } { CDataArray_t4068198041 * L_43 = V_1; NullCheck(L_43); CDataArray_Push_m3820844360(L_43, 0, /*hidden argument*/NULL); goto IL_00e2; } IL_00d6: { CDataArray_t4068198041 * L_44 = V_1; CShopItemData_t2542723346 * L_45 = V_0; NullCheck(L_45); int32_t L_46 = L_45->get_CanBuyUseBindDiamond_20(); NullCheck(L_44); CDataArray_Push_m3820844360(L_44, L_46, /*hidden argument*/NULL); } IL_00e2: { CDataArray_t4068198041 * L_47 = V_1; CShopItemData_t2542723346 * L_48 = V_0; NullCheck(L_48); int32_t L_49 = L_48->get_DeductBindDiamond_21(); NullCheck(L_47); CDataArray_Push_m3820844360(L_47, L_49, /*hidden argument*/NULL); CDataArray_t4068198041 * L_50 = V_1; CShopItemData_t2542723346 * L_51 = V_0; NullCheck(L_51); float L_52 = L_51->get_DisCount_22(); NullCheck(L_50); CDataArray_Push_m1044129115(L_50, L_52, /*hidden argument*/NULL); CShopItemData_t2542723346 * L_53 = V_0; NullCheck(L_53); int32_t L_54 = L_53->get_itemTag_5(); if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)13))))) { goto IL_011a; } } { CDataArray_t4068198041 * L_55 = V_1; CShopItemData_t2542723346 * L_56 = V_0; NullCheck(L_56); int32_t L_57 = L_56->get_itemServerID_1(); OnClickMsgCallBack_t2526724959 * L_58 = ___callBack0; ScenePersonalWndShop_OpenGroupBuyingWnd_m105424016(__this, L_55, L_57, L_58, /*hidden argument*/NULL); goto IL_0134; } IL_011a: { CDataArray_t4068198041 * L_59 = V_1; CShopItemData_t2542723346 * L_60 = V_0; NullCheck(L_60); int32_t L_61 = L_60->get_itemTag_5(); CShopItemData_t2542723346 * L_62 = V_0; NullCheck(L_62); int32_t L_63 = L_62->get_nLeftTime_14(); CShopItemData_t2542723346 * L_64 = V_0; NullCheck(L_64); int32_t L_65 = L_64->get_nleftNum_13(); OnClickMsgCallBack_t2526724959 * L_66 = ___callBack0; ScenePersonalWndShop_OpenBuyingWnd_m1137724636(__this, L_59, L_61, L_63, L_65, L_66, /*hidden argument*/NULL); } IL_0134: { goto IL_0408; } IL_0139: { CShopItemData_t2542723346 * L_67 = V_0; NullCheck(L_67); int32_t L_68 = L_67->get_itemServerID_1(); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); bool L_69 = CShopManager_isPersonal_m3467671249(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_021e; } } { CDataArray_t4068198041 * L_70 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_70, /*hidden argument*/NULL); V_2 = L_70; CDataArray_t4068198041 * L_71 = V_2; CShopItemData_t2542723346 * L_72 = V_0; NullCheck(L_72); int32_t L_73 = L_72->get_itemServerID_1(); NullCheck(L_71); CDataArray_Push_m3820844360(L_71, L_73, /*hidden argument*/NULL); CDataArray_t4068198041 * L_74 = V_2; CShopItemData_t2542723346 * L_75 = V_0; NullCheck(L_75); int32_t L_76 = L_75->get_itemAmount_8(); NullCheck(L_74); CDataArray_Push_m3820844360(L_74, L_76, /*hidden argument*/NULL); CDataArray_t4068198041 * L_77 = V_2; CShopItemData_t2542723346 * L_78 = V_0; NullCheck(L_78); int32_t L_79 = L_78->get_itemLife_4(); NullCheck(L_77); CDataArray_Push_m3820844360(L_77, L_79, /*hidden argument*/NULL); CDataArray_t4068198041 * L_80 = V_2; CShopItemData_t2542723346 * L_81 = V_0; NullCheck(L_81); int32_t L_82 = L_81->get_itemPrice_2(); NullCheck(L_80); CDataArray_Push_m3820844360(L_80, L_82, /*hidden argument*/NULL); CDataArray_t4068198041 * L_83 = V_2; CShopItemData_t2542723346 * L_84 = V_0; NullCheck(L_84); int32_t L_85 = L_84->get_itemDiamond_3(); NullCheck(L_83); CDataArray_Push_m3820844360(L_83, L_85, /*hidden argument*/NULL); CDataArray_t4068198041 * L_86 = V_2; CShopItemData_t2542723346 * L_87 = V_0; NullCheck(L_87); int32_t L_88 = L_87->get_nleftNum_13(); NullCheck(L_86); CDataArray_Push_m3820844360(L_86, L_88, /*hidden argument*/NULL); CDataArray_t4068198041 * L_89 = V_2; CShopItemData_t2542723346 * L_90 = V_0; NullCheck(L_90); int32_t L_91 = L_90->get_nLeftTime_14(); NullCheck(L_89); CDataArray_Push_m3820844360(L_89, L_91, /*hidden argument*/NULL); CDataArray_t4068198041 * L_92 = V_2; CShopItemData_t2542723346 * L_93 = V_0; NullCheck(L_93); int32_t L_94 = L_93->get_permanentCoinPrise_16(); NullCheck(L_92); CDataArray_Push_m3820844360(L_92, L_94, /*hidden argument*/NULL); CDataArray_t4068198041 * L_95 = V_2; CShopItemData_t2542723346 * L_96 = V_0; NullCheck(L_96); int32_t L_97 = L_96->get_permanentDiamondPrise_17(); NullCheck(L_95); CDataArray_Push_m3820844360(L_95, L_97, /*hidden argument*/NULL); CDataArray_t4068198041 * L_98 = V_2; CShopItemData_t2542723346 * L_99 = V_0; NullCheck(L_99); int32_t L_100 = L_99->get_CanBuyUseBindDiamond_20(); NullCheck(L_98); CDataArray_Push_m3820844360(L_98, L_100, /*hidden argument*/NULL); CDataArray_t4068198041 * L_101 = V_2; CShopItemData_t2542723346 * L_102 = V_0; NullCheck(L_102); int32_t L_103 = L_102->get_DeductBindDiamond_21(); NullCheck(L_101); CDataArray_Push_m3820844360(L_101, L_103, /*hidden argument*/NULL); CDataArray_t4068198041 * L_104 = V_2; CShopItemData_t2542723346 * L_105 = V_0; NullCheck(L_105); float L_106 = L_105->get_DisCount_22(); NullCheck(L_104); CDataArray_Push_m1044129115(L_104, L_106, /*hidden argument*/NULL); CShopItemData_t2542723346 * L_107 = V_0; NullCheck(L_107); int32_t L_108 = L_107->get_itemTag_5(); if ((!(((uint32_t)L_108) == ((uint32_t)((int32_t)13))))) { goto IL_01ff; } } { CDataArray_t4068198041 * L_109 = V_2; CShopItemData_t2542723346 * L_110 = V_0; NullCheck(L_110); int32_t L_111 = L_110->get_itemServerID_1(); OnClickMsgCallBack_t2526724959 * L_112 = ___callBack0; ScenePersonalWndShop_OpenGroupBuyingWnd_m105424016(__this, L_109, L_111, L_112, /*hidden argument*/NULL); goto IL_0219; } IL_01ff: { CDataArray_t4068198041 * L_113 = V_2; CShopItemData_t2542723346 * L_114 = V_0; NullCheck(L_114); int32_t L_115 = L_114->get_itemTag_5(); CShopItemData_t2542723346 * L_116 = V_0; NullCheck(L_116); int32_t L_117 = L_116->get_nLeftTime_14(); CShopItemData_t2542723346 * L_118 = V_0; NullCheck(L_118); int32_t L_119 = L_118->get_nleftNum_13(); OnClickMsgCallBack_t2526724959 * L_120 = ___callBack0; ScenePersonalWndShop_OpenBuyingWnd_m1137724636(__this, L_113, L_115, L_117, L_119, L_120, /*hidden argument*/NULL); } IL_0219: { goto IL_0408; } IL_021e: { CDataArray_t4068198041 * L_121 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_121, /*hidden argument*/NULL); V_3 = L_121; CDataArray_t4068198041 * L_122 = V_3; CShopItemData_t2542723346 * L_123 = V_0; NullCheck(L_123); int32_t L_124 = L_123->get_itemServerID_1(); NullCheck(L_122); CDataArray_Push_m3820844360(L_122, L_124, /*hidden argument*/NULL); CDataArray_t4068198041 * L_125 = V_3; CShopItemData_t2542723346 * L_126 = V_0; NullCheck(L_126); int32_t L_127 = L_126->get_itemAmount_8(); NullCheck(L_125); CDataArray_Push_m3820844360(L_125, L_127, /*hidden argument*/NULL); CDataArray_t4068198041 * L_128 = V_3; CShopItemData_t2542723346 * L_129 = V_0; NullCheck(L_129); int32_t L_130 = L_129->get_itemLife_4(); NullCheck(L_128); CDataArray_Push_m3820844360(L_128, L_130, /*hidden argument*/NULL); CDataArray_t4068198041 * L_131 = V_3; CShopItemData_t2542723346 * L_132 = V_0; NullCheck(L_132); int32_t L_133 = L_132->get_itemPrice_2(); NullCheck(L_131); CDataArray_Push_m3820844360(L_131, L_133, /*hidden argument*/NULL); CDataArray_t4068198041 * L_134 = V_3; CShopItemData_t2542723346 * L_135 = V_0; NullCheck(L_135); int32_t L_136 = L_135->get_itemDiamond_3(); NullCheck(L_134); CDataArray_Push_m3820844360(L_134, L_136, /*hidden argument*/NULL); CDataArray_t4068198041 * L_137 = V_3; NullCheck(L_137); CDataArray_Push_m3820844360(L_137, 0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_138 = V_3; NullCheck(L_138); CDataArray_Push_m3820844360(L_138, 0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_139 = V_3; CShopItemData_t2542723346 * L_140 = V_0; NullCheck(L_140); int32_t L_141 = L_140->get_permanentCoinPrise_16(); NullCheck(L_139); CDataArray_Push_m3820844360(L_139, L_141, /*hidden argument*/NULL); CDataArray_t4068198041 * L_142 = V_3; CShopItemData_t2542723346 * L_143 = V_0; NullCheck(L_143); int32_t L_144 = L_143->get_permanentDiamondPrise_17(); NullCheck(L_142); CDataArray_Push_m3820844360(L_142, L_144, /*hidden argument*/NULL); CDataArray_t4068198041 * L_145 = V_3; CShopItemData_t2542723346 * L_146 = V_0; NullCheck(L_146); int32_t L_147 = L_146->get_CanBuyUseBindDiamond_20(); NullCheck(L_145); CDataArray_Push_m3820844360(L_145, L_147, /*hidden argument*/NULL); CDataArray_t4068198041 * L_148 = V_3; CShopItemData_t2542723346 * L_149 = V_0; NullCheck(L_149); int32_t L_150 = L_149->get_DeductBindDiamond_21(); NullCheck(L_148); CDataArray_Push_m3820844360(L_148, L_150, /*hidden argument*/NULL); CDataArray_t4068198041 * L_151 = V_3; CShopItemData_t2542723346 * L_152 = V_0; NullCheck(L_152); float L_153 = L_152->get_DisCount_22(); NullCheck(L_151); CDataArray_Push_m1044129115(L_151, L_153, /*hidden argument*/NULL); CShopItemData_t2542723346 * L_154 = V_0; NullCheck(L_154); int32_t L_155 = L_154->get_itemTag_5(); if ((!(((uint32_t)L_155) == ((uint32_t)((int32_t)13))))) { goto IL_02ca; } } { CDataArray_t4068198041 * L_156 = V_3; CShopItemData_t2542723346 * L_157 = V_0; NullCheck(L_157); int32_t L_158 = L_157->get_itemServerID_1(); OnClickMsgCallBack_t2526724959 * L_159 = ___callBack0; ScenePersonalWndShop_OpenGroupBuyingWnd_m105424016(__this, L_156, L_158, L_159, /*hidden argument*/NULL); goto IL_0408; } IL_02ca: { CShopItemData_t2542723346 * L_160 = V_0; NullCheck(L_160); int32_t L_161 = L_160->get_buyLimited_11(); if ((!(((uint32_t)L_161) == ((uint32_t)1)))) { goto IL_02e3; } } { CDataArray_t4068198041 * L_162 = V_3; OnClickMsgCallBack_t2526724959 * L_163 = ___callBack0; ScenePersonalWndShop_OpenBalanceWnd_m3334075506(__this, L_162, L_163, /*hidden argument*/NULL); goto IL_0408; } IL_02e3: { CShopItemData_t2542723346 * L_164 = V_0; NullCheck(L_164); int32_t L_165 = L_164->get_permanentDiamondPrise_17(); if (!L_165) { goto IL_02f9; } } { CShopItemData_t2542723346 * L_166 = V_0; NullCheck(L_166); int32_t L_167 = L_166->get_permanentDiamondPrise_17(); G_B23_0 = L_167; goto IL_02ff; } IL_02f9: { CShopItemData_t2542723346 * L_168 = V_0; NullCheck(L_168); int32_t L_169 = L_168->get_permanentCoinPrise_16(); G_B23_0 = L_169; } IL_02ff: { V_4 = G_B23_0; CShopItemData_t2542723346 * L_170 = V_0; NullCheck(L_170); float L_171 = L_170->get_DisCount_22(); if ((!(((float)L_171) > ((float)(0.0f))))) { goto IL_035d; } } { CShopItemData_t2542723346 * L_172 = V_0; NullCheck(L_172); float L_173 = L_172->get_DisCount_22(); if ((!(((float)L_173) < ((float)(1.0f))))) { goto IL_035d; } } { int32_t L_174 = V_4; CShopItemData_t2542723346 * L_175 = V_0; NullCheck(L_175); int32_t L_176 = L_175->get_permanentDiamondPrise_17(); if ((!(((uint32_t)L_174) == ((uint32_t)L_176)))) { goto IL_033f; } } { CShopItemData_t2542723346 * L_177 = V_0; NullCheck(L_177); int32_t L_178 = L_177->get_permanentDiamondPrise_17(); CShopItemData_t2542723346 * L_179 = V_0; NullCheck(L_179); float L_180 = L_179->get_DisCount_22(); V_4 = (((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_178))), (float)L_180))))); } IL_033f: { int32_t L_181 = V_4; CShopItemData_t2542723346 * L_182 = V_0; NullCheck(L_182); int32_t L_183 = L_182->get_permanentCoinPrise_16(); if ((!(((uint32_t)L_181) == ((uint32_t)L_183)))) { goto IL_035d; } } { CShopItemData_t2542723346 * L_184 = V_0; NullCheck(L_184); int32_t L_185 = L_184->get_permanentCoinPrise_16(); CShopItemData_t2542723346 * L_186 = V_0; NullCheck(L_186); float L_187 = L_186->get_DisCount_22(); V_4 = (((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_185))), (float)L_187))))); } IL_035d: { CShopItemData_t2542723346 * L_188 = V_0; NullCheck(L_188); int32_t L_189 = L_188->get_itemTag_5(); if ((!(((uint32_t)L_189) == ((uint32_t)((int32_t)12))))) { goto IL_03ba; } } { CShopItemData_t2542723346 * L_190 = V_0; NullCheck(L_190); int32_t L_191 = L_190->get_nleftNum_13(); if (L_191) { goto IL_03ba; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_192 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_192); GameObject_t1113636619 * L_193 = CWndController_CreateDelayBindWnd_m1486584967(L_192, ((int32_t)70), /*hidden argument*/NULL); V_5 = L_193; GameObject_t1113636619 * L_194 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_195 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_194, /*hidden argument*/NULL); if (!L_195) { goto IL_039c; } } { GameObject_t1113636619 * L_196 = V_5; NullCheck(L_196); uiMessageHint_t1249251163 * L_197 = GameObject_GetComponent_TisuiMessageHint_t1249251163_m2856046555(L_196, /*hidden argument*/GameObject_GetComponent_TisuiMessageHint_t1249251163_m2856046555_RuntimeMethod_var); G_B34_0 = L_197; goto IL_039d; } IL_039c: { G_B34_0 = ((uiMessageHint_t1249251163 *)(NULL)); } IL_039d: { V_6 = G_B34_0; CTextHelp_t3119637808 * L_198 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_198); String_t* L_199 = CTextHelp_GetText_m372251958(L_198, _stringLiteral3825522523, /*hidden argument*/NULL); V_7 = L_199; uiMessageHint_t1249251163 * L_200 = V_6; String_t* L_201 = V_7; NullCheck(L_200); uiMessageHint_Init_m2770823838(L_200, L_201, /*hidden argument*/NULL); return; } IL_03ba: { CShopItemData_t2542723346 * L_202 = V_0; NullCheck(L_202); int32_t L_203 = L_202->get_itemServerID_1(); int32_t L_204 = V_4; CShopItemData_t2542723346 * L_205 = V_0; NullCheck(L_205); int32_t L_206 = L_205->get_nleftNum_13(); CShopConfig_t202154353 * L_207 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); CShopItemData_t2542723346 * L_208 = V_0; NullCheck(L_208); int32_t L_209 = L_208->get_itemServerID_1(); NullCheck(L_207); String_t* L_210 = CShopConfig_GetName_m2272590700(L_207, L_209, /*hidden argument*/NULL); CShopItemData_t2542723346 * L_211 = V_0; NullCheck(L_211); int32_t L_212 = L_211->get_modelID_0(); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); String_t* L_213 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_212, /*hidden argument*/NULL); CShopItemData_t2542723346 * L_214 = V_0; NullCheck(L_214); int32_t L_215 = L_214->get_permanentDiamondPrise_17(); CShopItemData_t2542723346 * L_216 = V_0; NullCheck(L_216); int32_t L_217 = L_216->get_CanBuyUseBindDiamond_20(); CShopItemData_t2542723346 * L_218 = V_0; NullCheck(L_218); int32_t L_219 = L_218->get_itemTag_5(); CShopItemData_t2542723346 * L_220 = V_0; NullCheck(L_220); int32_t L_221 = L_220->get_nleftNum_13(); ScenePersonalWndShop_OpenAmountWnd_m2029443803(__this, L_203, L_204, 1, L_206, L_210, L_213, (bool)((((int32_t)((((int32_t)L_215) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), L_217, L_219, L_221, /*hidden argument*/NULL); } IL_0408: { return; } } // System.Void ScenePersonalWndShop::OpenGroupBuyingWnd(DMCore.CDataArray,System.Int32,ScenePersonalWndShop/OnClickMsgCallBack) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OpenGroupBuyingWnd_m105424016 (ScenePersonalWndShop_t78642639 * __this, CDataArray_t4068198041 * ___userData0, int32_t ___nConfigId1, OnClickMsgCallBack_t2526724959 * ___callBack2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OpenGroupBuyingWnd_m105424016_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { ScenePersonalShopGroupbuying_t1000467629 * L_0 = __this->get_m_uiGorupBuying_26(); 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_003c; } } { 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)934), /*hidden argument*/NULL); CDataArray_t4068198041 * L_4 = V_0; int32_t L_5 = ___nConfigId1; NullCheck(L_4); CDataArray_Push_m3820844360(L_4, L_5, /*hidden argument*/NULL); CDataArray_t4068198041 * L_6 = V_0; NullCheck(L_6); CDataArray_Flush_m1077150699(L_6, /*hidden argument*/NULL); ScenePersonalShopGroupbuying_t1000467629 * L_7 = __this->get_m_uiGorupBuying_26(); CDataArray_t4068198041 * L_8 = ___userData0; OnClickMsgCallBack_t2526724959 * L_9 = ___callBack2; NullCheck(L_7); ScenePersonalShopGroupbuying_OpenWnd_m3161870918(L_7, L_8, L_9, /*hidden argument*/NULL); } IL_003c: { return; } } // System.Void ScenePersonalWndShop::OpenActivityBuyingWnd(DMCore.CDataArray,DMCore.Logic.ItemTag,System.Int32,System.Int32,ScenePersonalWndShop/OnClickMsgCallBack) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OpenActivityBuyingWnd_m4053377331 (ScenePersonalWndShop_t78642639 * __this, CDataArray_t4068198041 * ___userData0, int32_t ___type1, int32_t ___nTime2, int32_t ___nNum3, OnClickMsgCallBack_t2526724959 * ___callBack4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OpenActivityBuyingWnd_m4053377331_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ScenePersonalWndShop_CreatShopBuying_m4248578522(__this, /*hidden argument*/NULL); ScenePersonalShopbuying_t958260052 * L_0 = __this->get_m_uiBuying_27(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0029; } } { ScenePersonalShopActivitybuying_t3880254145 * L_2 = __this->get_m_activityBuying_28(); CDataArray_t4068198041 * L_3 = ___userData0; int32_t L_4 = ___type1; int32_t L_5 = ___nTime2; int32_t L_6 = ___nNum3; OnClickMsgCallBack_t2526724959 * L_7 = ___callBack4; NullCheck(L_2); ScenePersonalShopActivitybuying_OpenWnd_m1389621195(L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); } IL_0029: { return; } } // System.Void ScenePersonalWndShop::OpenBuyingWnd(DMCore.CDataArray,DMCore.Logic.ItemTag,System.Int32,System.Int32,ScenePersonalWndShop/OnClickMsgCallBack) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OpenBuyingWnd_m1137724636 (ScenePersonalWndShop_t78642639 * __this, CDataArray_t4068198041 * ___userData0, int32_t ___type1, int32_t ___nTime2, int32_t ___nNum3, OnClickMsgCallBack_t2526724959 * ___callBack4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OpenBuyingWnd_m1137724636_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ScenePersonalWndShop_CreatShopBuying_m4248578522(__this, /*hidden argument*/NULL); ScenePersonalShopbuying_t958260052 * L_0 = __this->get_m_uiBuying_27(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0029; } } { ScenePersonalShopbuying_t958260052 * L_2 = __this->get_m_uiBuying_27(); CDataArray_t4068198041 * L_3 = ___userData0; int32_t L_4 = ___type1; int32_t L_5 = ___nTime2; int32_t L_6 = ___nNum3; OnClickMsgCallBack_t2526724959 * L_7 = ___callBack4; NullCheck(L_2); ScenePersonalShopbuying_OpenWnd_m2547174810(L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); } IL_0029: { return; } } // System.Void ScenePersonalWndShop::OnConfirmAmount(System.Int32,System.Int64,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnConfirmAmount_m4215082379 (ScenePersonalWndShop_t78642639 * __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 (ScenePersonalWndShop_OnConfirmAmount_m4215082379_MetadataUsageId); s_Il2CppMethodInitialized = true; } GoodsConfig_t1565846780 * V_0 = NULL; CDataArray_t4068198041 * V_1 = NULL; ScenePersonalWndShop_t78642639 * V_2 = NULL; CDataArray_t4068198041 * G_B16_0 = NULL; ScenePersonalWndShop_t78642639 * G_B16_1 = NULL; CDataArray_t4068198041 * G_B15_0 = NULL; ScenePersonalWndShop_t78642639 * 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(ScenePersonalWndShop_t78642639_il2cpp_TypeInfo_var); ScenePersonalWndShop_t78642639 * L_41 = ScenePersonalWndShop_GetInstance_m1217643196(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_41; ScenePersonalWndShop_t78642639 * L_42 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_43 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_010f; } } { ScenePersonalWndShop_t78642639 * L_44 = V_2; CDataArray_t4068198041 * L_45 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndShop_t78642639_il2cpp_TypeInfo_var); OnClickMsgCallBack_t2526724959 * L_46 = ((ScenePersonalWndShop_t78642639_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndShop_t78642639_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_73(); G_B15_0 = L_45; G_B15_1 = L_44; if (L_46) { G_B16_0 = L_45; G_B16_1 = L_44; goto IL_0105; } } { intptr_t L_47 = (intptr_t)ScenePersonalShopItem_OnBuyToolResult_m3180099931_RuntimeMethod_var; OnClickMsgCallBack_t2526724959 * L_48 = (OnClickMsgCallBack_t2526724959 *)il2cpp_codegen_object_new(OnClickMsgCallBack_t2526724959_il2cpp_TypeInfo_var); OnClickMsgCallBack__ctor_m3998395667(L_48, NULL, L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndShop_t78642639_il2cpp_TypeInfo_var); ((ScenePersonalWndShop_t78642639_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndShop_t78642639_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_73(L_48); G_B16_0 = G_B15_0; G_B16_1 = G_B15_1; } IL_0105: { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndShop_t78642639_il2cpp_TypeInfo_var); OnClickMsgCallBack_t2526724959 * L_49 = ((ScenePersonalWndShop_t78642639_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndShop_t78642639_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_73(); NullCheck(G_B16_1); ScenePersonalWndShop_OpenBalanceWnd_m3334075506(G_B16_1, G_B16_0, L_49, /*hidden argument*/NULL); } IL_010f: { ScenePersonalWndShop_OnCloseAmountWnd_m1497665569(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OnConfirmAmountInShopCart(System.Int32,System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnConfirmAmountInShopCart_m4271374290 (ScenePersonalWndShop_t78642639 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___index2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnConfirmAmountInShopCart_m4271374290_MetadataUsageId); s_Il2CppMethodInitialized = true; } GoodsConfig_t1565846780 * V_0 = NULL; CShopItemData_t2542723346 * V_1 = NULL; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); { 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: { CShopItemData_t2542723346 * L_4 = (CShopItemData_t2542723346 *)il2cpp_codegen_object_new(CShopItemData_t2542723346_il2cpp_TypeInfo_var); CShopItemData__ctor_m2054549701(L_4, /*hidden argument*/NULL); V_1 = L_4; CShopItemData_t2542723346 * L_5 = V_1; int32_t L_6 = ___configId0; NullCheck(L_5); L_5->set_itemServerID_1(L_6); CShopItemData_t2542723346 * L_7 = V_1; int64_t L_8 = ___amount1; NullCheck(L_7); L_7->set_itemAmount_8((((int32_t)((int32_t)L_8)))); CShopItemData_t2542723346 * L_9 = V_1; GoodsConfig_t1565846780 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get__fashion_4(); NullCheck(L_9); L_9->set_itemFashion_7(L_11); CShopItemData_t2542723346 * L_12 = V_1; GoodsConfig_t1565846780 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = L_13->get__price_1(); NullCheck(L_12); L_12->set_itemPrice_2(L_14); CShopItemData_t2542723346 * L_15 = V_1; GoodsConfig_t1565846780 * L_16 = V_0; NullCheck(L_16); int32_t L_17 = L_16->get__diamond_2(); NullCheck(L_15); L_15->set_itemDiamond_3(L_17); CShopItemData_t2542723346 * L_18 = V_1; GoodsConfig_t1565846780 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = L_19->get__modelId_0(); NullCheck(L_18); L_18->set_modelID_0(L_20); CShopItemData_t2542723346 * L_21 = V_1; GoodsConfig_t1565846780 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = L_22->get__tag_5(); NullCheck(L_21); L_21->set_itemTag_5(L_23); CShopItemData_t2542723346 * L_24 = V_1; GoodsConfig_t1565846780 * L_25 = V_0; NullCheck(L_25); int32_t L_26 = L_25->get__valid_3(); NullCheck(L_24); L_24->set_itemLife_4(L_26); ScenePersonalShopListViewAnim_t141335317 * L_27 = __this->get_m_ShopListViewAnim_11(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_28 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00cc; } } { AmountWnd_t1885830546 * L_29 = __this->get_m_WndAmount_10(); NullCheck(L_29); UITexture_t3471168817 * L_30 = AmountWnd_GetItemIcon_m1569078864(L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_31 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00cc; } } { AmountWnd_t1885830546 * L_32 = __this->get_m_WndAmount_10(); NullCheck(L_32); UITexture_t3471168817 * L_33 = AmountWnd_GetItemIcon_m1569078864(L_32, /*hidden argument*/NULL); NullCheck(L_33); Transform_t3600365921 * L_34 = Component_get_transform_m3162698980(L_33, /*hidden argument*/NULL); NullCheck(L_34); Vector3_t3722313464 L_35 = Transform_get_position_m36019626(L_34, /*hidden argument*/NULL); V_2 = L_35; ScenePersonalShopListViewAnim_t141335317 * L_36 = __this->get_m_ShopListViewAnim_11(); int32_t L_37 = ___configId0; float L_38 = (&V_2)->get_x_1(); float L_39 = (&V_2)->get_y_2(); Vector2_t2156229523 L_40; memset(&L_40, 0, sizeof(L_40)); Vector2__ctor_m3970636864((&L_40), L_38, L_39, /*hidden argument*/NULL); NullCheck(L_36); ScenePersonalShopListViewAnim_AddAnimObj_m229683070(L_36, L_37, L_40, /*hidden argument*/NULL); } IL_00cc: { ScenePersonalWndShop_OnCloseAmountWnd_m1497665569(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OnCloseAmountWnd() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnCloseAmountWnd_m1497665569 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnCloseAmountWnd_m1497665569_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 ScenePersonalWndShop::OnOpenAmountWnd() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnOpenAmountWnd_m1355161644 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnOpenAmountWnd_m1355161644_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AmountWnd_t1885830546 * L_0 = __this->get_m_WndAmount_10(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { 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)86), /*hidden argument*/NULL); } IL_001e: { return; } } // System.Void ScenePersonalWndShop::OnClickItem(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnClickItem_m2567797592 (ScenePersonalWndShop_t78642639 * __this, int32_t ___configID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnClickItem_m2567797592_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { shopModel_t101745799 * L_0 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = shopModel_IsActiveMale_m635970564(L_0, /*hidden argument*/NULL); V_0 = L_1; shopRecommend_t3195516113 * L_2 = shopRecommend_GetInstance_m1507532287(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = ___configID0; bool L_4 = V_0; NullCheck(L_2); List_1_t128053199 * L_5 = shopRecommend_GetRecomendItems_m3679675702(L_2, L_3, L_4, /*hidden argument*/NULL); __this->set_m_configList_55(L_5); List_1_t128053199 * L_6 = __this->get_m_configList_55(); if (!L_6) { goto IL_004a; } } { List_1_t128053199 * L_7 = __this->get_m_configList_55(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_m186164705(L_7, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_004a; } } { GameObject_t1113636619 * L_9 = __this->get_m_commend_29(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_9, (bool)1, /*hidden argument*/NULL); goto IL_0056; } IL_004a: { GameObject_t1113636619 * L_10 = __this->get_m_commend_29(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_10, (bool)0, /*hidden argument*/NULL); } IL_0056: { return; } } // System.Void ScenePersonalWndShop::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnPageShow_m461508244 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnPageShow_m461508244_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CDataArray_t4068198041 * V_1 = NULL; UISprite_t194114938 * G_B4_0 = NULL; UISprite_t194114938 * G_B3_0 = NULL; String_t* G_B5_0 = NULL; UISprite_t194114938 * G_B5_1 = 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); ISceneRole_t2394225724 * L_1 = MagicWorkShopMainManager_GetMagicWorkShopModel_m1176638969(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002e; } } { IL2CPP_RUNTIME_CLASS_INIT(MagicWorkShopMainManager_t420038521_il2cpp_TypeInfo_var); MagicWorkShopMainManager_t420038521 * L_2 = MagicWorkShopMainManager_GetInstance_m2608188513(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ISceneRole_t2394225724 * L_3 = MagicWorkShopMainManager_GetMagicWorkShopModel_m1176638969(L_2, /*hidden argument*/NULL); NullCheck(L_3); ISceneRole_SetModelItemBindBone_m2196300095(L_3, (bool)1, /*hidden argument*/NULL); MagicWorkShopMainManager_t420038521 * L_4 = MagicWorkShopMainManager_GetInstance_m2608188513(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); ISceneRole_t2394225724 * L_5 = MagicWorkShopMainManager_GetMagicWorkShopModel_m1176638969(L_4, /*hidden argument*/NULL); NullCheck(L_5); VirtActionInvoker0::Invoke(26 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Destroy() */, L_5); } IL_002e: { GameObject_t1113636619 * L_6 = __this->get_m_GroupFashionUp_16(); NullCheck(L_6); GameObject_SetActive_m796801857(L_6, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_7 = __this->get_m_GroupFashionDown_18(); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_8 = __this->get_m_commend_29(); NullCheck(L_8); GameObject_SetActive_m796801857(L_8, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(cbPackage_t1110821539_il2cpp_TypeInfo_var); cbPackage_RequestPackageItems_m56433763(NULL /*static, unused*/, /*hidden argument*/NULL); ScenePersonalWndShop_OnHideSelect_m1578501174(__this, /*hidden argument*/NULL); ScenePersonalWndShop_OnShowShopWnd_m1064995543(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSpeaker_t978472097_il2cpp_TypeInfo_var); CSpeaker_t978472097 * L_9 = CSpeaker_GetInstance_m2212004304(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CSpeaker_set_IsOpenChat_m3879313809(L_9, (bool)0, /*hidden argument*/NULL); __this->set_m_bMainRole_63((bool)1); Transform_t3600365921 * L_10 = __this->get_m_Sex_5(); NullCheck(L_10); UISprite_t194114938 * L_11 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_10, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); CMainRole_t4200562839 * L_12 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_12); G_B3_0 = L_11; if (L_13) { G_B4_0 = L_11; goto IL_0099; } } { G_B5_0 = _stringLiteral3514023836; G_B5_1 = G_B3_0; goto IL_009e; } IL_0099: { G_B5_0 = _stringLiteral3452614541; G_B5_1 = G_B4_0; } IL_009e: { NullCheck(G_B5_1); UISprite_set_spriteName_m1616245412(G_B5_1, G_B5_0, /*hidden argument*/NULL); uiBtnList_t3771050923 * L_14 = __this->get_m_btnList_7(); CMainRole_t4200562839 * L_15 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_15); NullCheck(L_14); uiBtnList_OnUpdataRoleSex_m3307816919(L_14, L_16, /*hidden argument*/NULL); ScenePersonalWndShop_OnInitPageShop_m3196203867(__this, /*hidden argument*/NULL); shopModel_t101745799 * L_17 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_18 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); int64_t L_19 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_18); NullCheck(L_17); shopModel_SetShowAvatarTarget_m263909296(L_17, L_19, /*hidden argument*/NULL); shopModel_t101745799 * L_20 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); shopModel_SetAvatarEnable_m3870392861(L_20, (bool)1, /*hidden argument*/NULL); FashionStarsManager_t4100381698 * L_21 = FashionStarsManager_GetInstance_m1993448017(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_22 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); CProperty_t963755051 * L_23 = ISceneBaseObj_GetNetProperty_m1709069404(L_22, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24 = CProperty_GetInt_m2680341236(L_23, _stringLiteral3883940818, 0, /*hidden argument*/NULL); UILabel_t3248798549 * L_25 = __this->get_m_star_numbers_23(); NullCheck(L_21); FashionStarsManager_SetFashionStar_m2966179462(L_21, L_24, L_25, /*hidden argument*/NULL); CMainRole_t4200562839 * L_26 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); CProperty_t963755051 * L_27 = ISceneBaseObj_GetNetProperty_m1709069404(L_26, /*hidden argument*/NULL); NullCheck(L_27); int32_t L_28 = CProperty_GetInt_m2680341236(L_27, _stringLiteral1968900201, 0, /*hidden argument*/NULL); V_0 = L_28; int32_t L_29 = V_0; if ((((int32_t)L_29) <= ((int32_t)0))) { goto IL_012a; } } { CMainRole_t4200562839 * L_30 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_31 = V_0; NullCheck(L_30); ISceneRole_WearSuit_m1889746947(L_30, L_31, /*hidden argument*/NULL); } IL_012a: { IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_32 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_32); CSignsManager_SetCurrentPageType_m2203410416(L_32, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CChatManager_t1988186574_il2cpp_TypeInfo_var); CChatManager_t1988186574 * L_33 = CChatManager_GetInstance_m3267979394(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); CChatManager_SetOpenChatBtnVisible_m2650023472(L_33, (bool)0, /*hidden argument*/NULL); ScenePersonalWndShop_SetIdolShowGiveaCloth_m3399807429(__this, /*hidden argument*/NULL); CDataArray_t4068198041 * L_34 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_34, /*hidden argument*/NULL); V_1 = L_34; CDataArray_t4068198041 * L_35 = V_1; NullCheck(L_35); CDataArray_Push_m3820844360(L_35, ((int32_t)998), /*hidden argument*/NULL); CDataArray_t4068198041 * L_36 = V_1; NullCheck(L_36); CDataArray_Flush_m1077150699(L_36, /*hidden argument*/NULL); CShopCartManager_t2478140686 * L_37 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_37); int32_t L_38 = CShopCartManager_GetListCount_m518405240(L_37, /*hidden argument*/NULL); if ((((int32_t)L_38) > ((int32_t)0))) { goto IL_017e; } } { Transform_t3600365921 * L_39 = __this->get_m_shopCountTran_52(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_39, (bool)0, /*hidden argument*/NULL); goto IL_01d8; } IL_017e: { Transform_t3600365921 * L_40 = __this->get_m_shopCountTran_52(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_40, (bool)1, /*hidden argument*/NULL); CShopCartManager_t2478140686 * L_41 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_41); int32_t L_42 = CShopCartManager_GetListCount_m518405240(L_41, /*hidden argument*/NULL); __this->set_m_curShopCount_56(L_42); int32_t L_43 = __this->get_m_curShopCount_56(); if ((((int32_t)L_43) <= ((int32_t)((int32_t)99)))) { goto IL_01bc; } } { UILabel_t3248798549 * L_44 = __this->get_m_shopCountLabel_53(); NullCheck(L_44); UILabel_set_text_m1071532778(L_44, _stringLiteral3028048346, /*hidden argument*/NULL); goto IL_01d8; } IL_01bc: { UILabel_t3248798549 * L_45 = __this->get_m_shopCountLabel_53(); int32_t* L_46 = __this->get_address_of_m_curShopCount_56(); String_t* L_47 = Int32_ToString_m141394615(L_46, /*hidden argument*/NULL); NullCheck(L_45); UILabel_set_text_m1071532778(L_45, L_47, /*hidden argument*/NULL); } IL_01d8: { return; } } // System.Void ScenePersonalWndShop::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnPageHide_m59240986 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnPageHide_m59240986_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CSpeaker_t978472097_il2cpp_TypeInfo_var); CSpeaker_t978472097 * L_0 = CSpeaker_GetInstance_m2212004304(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CSpeaker_set_IsOpenChat_m3879313809(L_0, (bool)1, /*hidden argument*/NULL); shopModel_t101745799 * L_1 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); shopModel_ResumeMainRole_m3008746332(L_1, /*hidden argument*/NULL); IResHelp_ClearAllIcons_m667104347(NULL /*static, unused*/, /*hidden argument*/NULL); IResHelp_ClearAllAvatarResource_m1568240468(NULL /*static, unused*/, /*hidden argument*/NULL); shopModel_t101745799 * L_2 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); shopModel_ClearUnUsedList_m3456268636(L_2, /*hidden argument*/NULL); CMainRole_t4200562839 * L_3 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::ResetIdleAnim() */, L_3); IL2CPP_RUNTIME_CLASS_INIT(CChatManager_t1988186574_il2cpp_TypeInfo_var); CChatManager_t1988186574 * L_4 = CChatManager_GetInstance_m3267979394(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CChatManager_SetOpenChatBtnVisible_m2650023472(L_4, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_5 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CShopManager_set_IsOpenNewStoreTips_m1713455330(L_5, (bool)0, /*hidden argument*/NULL); CShopManager_t754298620 * L_6 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CShopManager_set_bSearch_m2958300428(L_6, (bool)0, /*hidden argument*/NULL); ShareManager_t1254576143 * L_7 = ShareManager_GetInstance_m207955360(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); ShareManager_ClearTryOnClothes_m1428997955(L_7, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OnClkChangeShowModel() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnClkChangeShowModel_m2289227490 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnClkChangeShowModel_m2289227490_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ISceneRole_t2394225724 * V_1 = NULL; UISprite_t194114938 * G_B7_0 = NULL; UISprite_t194114938 * G_B6_0 = NULL; String_t* G_B8_0 = NULL; UISprite_t194114938 * G_B8_1 = NULL; { bool L_0 = __this->get_m_bMainRole_63(); __this->set_m_bMainRole_63((bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)); Transform_t3600365921 * L_1 = __this->get_m_BtnQuickBuy_6(); bool L_2 = __this->get_m_bMainRole_63(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); CMainRole_t4200562839 * L_3 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_3); V_0 = L_4; bool L_5 = __this->get_m_bMainRole_63(); if (L_5) { goto IL_003c; } } { int32_t L_6 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))%(int32_t)2)); } IL_003c: { uiBtnList_t3771050923 * L_7 = __this->get_m_btnList_7(); int32_t L_8 = V_0; NullCheck(L_7); uiBtnList_OnUpdataRoleSex_m3307816919(L_7, L_8, /*hidden argument*/NULL); ScenePersonalWndShop_OnClickItem_m2567797592(__this, 0, /*hidden argument*/NULL); bool L_9 = __this->get_m_bMainRole_63(); if (!L_9) { goto IL_006a; } } { shopModel_t101745799 * L_10 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); shopModel_SwitchMainRoleModel_m23781500(L_10, /*hidden argument*/NULL); goto IL_0091; } IL_006a: { shopModel_t101745799 * L_11 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_12 = V_0; NullCheck(L_11); ISceneRole_t2394225724 * L_13 = shopModel_SwitchShowModel_m2958733894(L_11, (bool)((((int32_t)0) == ((int32_t)L_12))? 1 : 0), (bool)1, /*hidden argument*/NULL); V_1 = L_13; shopModel_t101745799 * L_14 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_15 = V_1; NullCheck(L_15); int64_t L_16 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_15); NullCheck(L_14); shopModel_SetShowAvatarTarget_m263909296(L_14, L_16, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_17 = V_1; NullCheck(L_17); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_17, (bool)1); } IL_0091: { Transform_t3600365921 * L_18 = __this->get_m_Sex_5(); NullCheck(L_18); UISprite_t194114938 * L_19 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_18, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); int32_t L_20 = V_0; G_B6_0 = L_19; if (L_20) { G_B7_0 = L_19; goto IL_00ac; } } { G_B8_0 = _stringLiteral3514023836; G_B8_1 = G_B6_0; goto IL_00b1; } IL_00ac: { G_B8_0 = _stringLiteral3452614541; G_B8_1 = G_B7_0; } IL_00b1: { NullCheck(G_B8_1); UISprite_set_spriteName_m1616245412(G_B8_1, G_B8_0, /*hidden argument*/NULL); uiBtnList_t3771050923 * L_21 = __this->get_m_btnList_7(); ScenePersonalShopList_t27853008 * L_22 = __this->get_m_ShopList_8(); NullCheck(L_22); int32_t L_23 = ScenePersonalShopList_get_mainType_m4201628015(L_22, /*hidden argument*/NULL); NullCheck(L_21); uiBtnList_OnSetMainType_m3993076582(L_21, L_23, /*hidden argument*/NULL); uiBtnList_t3771050923 * L_24 = __this->get_m_btnList_7(); NullCheck(L_24); uiBtnList_OnPageShow_m2918554423(L_24, /*hidden argument*/NULL); ScenePersonalShopList_t27853008 * L_25 = __this->get_m_ShopList_8(); NullCheck(L_25); int32_t L_26 = ScenePersonalShopList_get_mainType_m4201628015(L_25, /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)6)))) { goto IL_00f6; } } { ScenePersonalShopList_t27853008 * L_27 = __this->get_m_ShopList_8(); NullCheck(L_27); ScenePersonalShopList_ChangeList_m3765928993(L_27, ((int32_t)100), (bool)1, /*hidden argument*/NULL); } IL_00f6: { return; } } // System.Void ScenePersonalWndShop::OnClkRefreshModel() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnClkRefreshModel_m3609838626 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnClkRefreshModel_m3609838626_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_0 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CShopManager_Refresh_m243343107(L_0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OnClkReturn() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnClkReturn_m3057995637 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnClkReturn_m3057995637_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { bool L_0 = __this->get_m_bInShopWnd_66(); if (!L_0) { goto IL_0044; } } { 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_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_003f; } } { Camera_t4157153871 * L_4 = V_0; NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); NullCheck(L_5); GameObject_SendMessage_m1121218340(L_5, _stringLiteral2541477419, 1, /*hidden argument*/NULL); Camera_t4157153871 * L_6 = V_0; NullCheck(L_6); GameObject_t1113636619 * L_7 = Component_get_gameObject_m442555142(L_6, /*hidden argument*/NULL); NullCheck(L_7); GameObject_SendMessage_m1121218340(L_7, _stringLiteral623318204, 1, /*hidden argument*/NULL); } IL_003f: { goto IL_004a; } IL_0044: { ScenePersonalWndShop_OnShowShopWnd_m1064995543(__this, /*hidden argument*/NULL); } IL_004a: { return; } } // System.Void ScenePersonalWndShop::OnClkCateCloth() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnClkCateCloth_m1445179593 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { { ScenePersonalWndShop_ChangeMainType_m218486076(__this, 1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OnClkCateJewelry() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnClkCateJewelry_m1563192334 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { { ScenePersonalWndShop_ChangeMainType_m218486076(__this, 2, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OnClkCateProps() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnClkCateProps_m2077088595 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { { ScenePersonalWndShop_ChangeMainType_m218486076(__this, 3, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OnShowShopWnd() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnShowShopWnd_m1064995543 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnShowShopWnd_m1064995543_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { GameObject_t1113636619 * L_0 = __this->get_m_IconShopCart_22(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { GameObject_t1113636619 * L_2 = __this->get_m_IconShopCart_22(); NullCheck(L_2); GameObject_SetActive_m796801857(L_2, (bool)0, /*hidden argument*/NULL); } IL_001d: { __this->set_m_bInShopWnd_66((bool)1); V_0 = 0; goto IL_003d; } IL_002b: { GameObjectU5BU5D_t3328599146* L_3 = __this->get_m_ShopOwned_12(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; GameObject_t1113636619 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); GameObject_SetActive_m796801857(L_6, (bool)1, /*hidden argument*/NULL); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_003d: { int32_t L_8 = V_0; GameObjectU5BU5D_t3328599146* L_9 = __this->get_m_ShopOwned_12(); NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_002b; } } { V_1 = 0; goto IL_0064; } IL_0052: { GameObjectU5BU5D_t3328599146* L_10 = __this->get_m_ShopCartOwned_13(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; GameObject_t1113636619 * L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_13); GameObject_SetActive_m796801857(L_13, (bool)0, /*hidden argument*/NULL); int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0064: { int32_t L_15 = V_1; GameObjectU5BU5D_t3328599146* L_16 = __this->get_m_ShopCartOwned_13(); NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_0052; } } { return; } } // System.Void ScenePersonalWndShop::OnShowShopCartWnd() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnShowShopCartWnd_m2094081692 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnShowShopCartWnd_m2094081692_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_0 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CMyPackageManager_set_MainType_m2460541734(L_0, 1, /*hidden argument*/NULL); CMyPackageManager_t122981866 * L_1 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CMyPackageManager_set_SubType_m2021265245(L_1, 0, /*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, 2, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::UpdateMyFashion() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_UpdateMyFashion_m350132923 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_UpdateMyFashion_m350132923_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; CUserCardParams_t243895319 * V_2 = NULL; int32_t G_B6_0 = 0; { bool L_0 = __this->get_m_bInShopWnd_66(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { bool L_1 = __this->get_isComeFromIdosShow_44(); if (L_1) { goto IL_008e; } } { CMainRole_t4200562839 * L_2 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CProperty_t963755051 * L_3 = ISceneBaseObj_GetNetProperty_m1709069404(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CProperty_GetInt_m2680341236(L_3, _stringLiteral4166355951, 0, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { G_B6_0 = 1; goto IL_0038; } IL_0037: { G_B6_0 = 0; } IL_0038: { V_0 = (bool)G_B6_0; shopModel_t101745799 * L_5 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = shopModel_IsActiveMale_m635970564(L_5, /*hidden argument*/NULL); bool L_7 = V_0; if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_004a; } } { return; } IL_004a: { CMainRole_t4200562839 * L_8 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CProperty_t963755051 * L_9 = ISceneBaseObj_GetNetProperty_m1709069404(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = CProperty_GetInt_m2680341236(L_9, _stringLiteral3883940818, 0, /*hidden argument*/NULL); V_1 = L_10; int32_t L_11 = V_1; int32_t L_12 = __this->get_m_nMyFashionOld_71(); if ((((int32_t)L_11) == ((int32_t)L_12))) { goto IL_0089; } } { int32_t L_13 = V_1; __this->set_m_nMyFashionOld_71(L_13); FashionStarsManager_t4100381698 * L_14 = FashionStarsManager_GetInstance_m1993448017(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_15 = __this->get_m_nMyFashionOld_71(); UILabel_t3248798549 * L_16 = __this->get_m_star_numbers_23(); NullCheck(L_14); FashionStarsManager_SetFashionStar_m2966179462(L_14, L_15, L_16, /*hidden argument*/NULL); } IL_0089: { goto IL_00c2; } IL_008e: { logicCardManager_t2956095708 * L_17 = logicCardManager_GetInstance_m10903635(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(shopSendGiftTarget_t3356455075_il2cpp_TypeInfo_var); shopSendGiftTarget_t3356455075 * L_18 = shopSendGiftTarget_GetInstance_m1019184916(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); int64_t L_19 = shopSendGiftTarget_get_TargetUserId_m269612934(L_18, /*hidden argument*/NULL); NullCheck(L_17); CUserCardParams_t243895319 * L_20 = logicCardManager_GetUserCardInfo_m575868701(L_17, L_19, /*hidden argument*/NULL); V_2 = L_20; CUserCardParams_t243895319 * L_21 = V_2; if (!L_21) { goto IL_00c2; } } { FashionStarsManager_t4100381698 * L_22 = FashionStarsManager_GetInstance_m1993448017(NULL /*static, unused*/, /*hidden argument*/NULL); CUserCardParams_t243895319 * L_23 = V_2; NullCheck(L_23); int32_t L_24 = CUserCardParams_GetInt_m2940615587(L_23, ((int32_t)17), 0, /*hidden argument*/NULL); UILabel_t3248798549 * L_25 = __this->get_m_star_numbers_23(); NullCheck(L_22); FashionStarsManager_SetFashionStar_m2966179462(L_22, L_24, L_25, /*hidden argument*/NULL); } IL_00c2: { return; } } // System.Void ScenePersonalWndShop::UpdateFashionChange() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_UpdateFashionChange_m339851042 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_UpdateFashionChange_m339851042_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; CShopItemData_t2542723346 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; CItemData_t3599323914 * V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; UISprite_t194114938 * V_10 = NULL; List_1_t1666189680 * V_11 = NULL; String_t* V_12 = NULL; int32_t V_13 = 0; CharU5BU5D_t3528271667* V_14 = NULL; float V_15 = 0.0f; Vector3_t3722313464 V_16; memset(&V_16, 0, sizeof(V_16)); int32_t V_17 = 0; Vector3_t3722313464 V_18; memset(&V_18, 0, sizeof(V_18)); UISprite_t194114938 * V_19 = NULL; int32_t V_20 = 0; GameObject_t1113636619 * V_21 = NULL; Vector3_t3722313464 V_22; memset(&V_22, 0, sizeof(V_22)); Vector3_t3722313464 V_23; memset(&V_23, 0, sizeof(V_23)); Vector3_t3722313464 V_24; memset(&V_24, 0, sizeof(V_24)); int32_t V_25 = 0; int32_t V_26 = 0; int32_t V_27 = 0; int32_t V_28 = 0; int32_t G_B6_0 = 0; int32_t G_B15_0 = 0; { bool L_0 = __this->get_m_bInShopWnd_66(); if (!L_0) { goto IL_0016; } } { bool L_1 = __this->get_m_bInQuickBuyWnd_67(); if (!L_1) { goto IL_002f; } } IL_0016: { GameObject_t1113636619 * L_2 = __this->get_m_GroupFashionUp_16(); NullCheck(L_2); GameObject_SetActive_m796801857(L_2, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_3 = __this->get_m_GroupFashionDown_18(); NullCheck(L_3); GameObject_SetActive_m796801857(L_3, (bool)0, /*hidden argument*/NULL); return; } IL_002f: { CMainRole_t4200562839 * L_4 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CProperty_t963755051 * L_5 = ISceneBaseObj_GetNetProperty_m1709069404(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CProperty_GetInt_m2680341236(L_5, _stringLiteral4166355951, 0, /*hidden argument*/NULL); if (L_6) { goto IL_004f; } } { G_B6_0 = 1; goto IL_0050; } IL_004f: { G_B6_0 = 0; } IL_0050: { V_0 = (bool)G_B6_0; IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_7 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = CShopManager_GetActiveItem_m3916757235(L_7, /*hidden argument*/NULL); V_1 = L_8; shopModel_t101745799 * L_9 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); bool L_10 = shopModel_IsActiveMale_m635970564(L_9, /*hidden argument*/NULL); bool L_11 = V_0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0073; } } { int32_t L_12 = V_1; if ((((int32_t)0) <= ((int32_t)L_12))) { goto IL_008c; } } IL_0073: { GameObject_t1113636619 * L_13 = __this->get_m_GroupFashionUp_16(); NullCheck(L_13); GameObject_SetActive_m796801857(L_13, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_14 = __this->get_m_GroupFashionDown_18(); NullCheck(L_14); GameObject_SetActive_m796801857(L_14, (bool)0, /*hidden argument*/NULL); return; } IL_008c: { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_15 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = CShopManager_get_SubType_m2767904395(L_15, /*hidden argument*/NULL); V_2 = L_16; CShopManager_t754298620 * L_17 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_18 = V_2; CShopManager_t754298620 * L_19 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = CShopManager_GetActiveItem_m3916757235(L_19, /*hidden argument*/NULL); bool L_21 = V_0; NullCheck(L_17); CShopItemData_t2542723346 * L_22 = CShopManager_GetItem_m1502343836(L_17, L_18, L_20, L_21, /*hidden argument*/NULL); V_3 = L_22; CShopItemData_t2542723346 * L_23 = V_3; if (!L_23) { goto IL_00c0; } } { CShopItemData_t2542723346 * L_24 = V_3; NullCheck(L_24); int32_t L_25 = L_24->get_itemFashion_7(); if ((((int32_t)0) < ((int32_t)L_25))) { goto IL_00d9; } } IL_00c0: { GameObject_t1113636619 * L_26 = __this->get_m_GroupFashionUp_16(); NullCheck(L_26); GameObject_SetActive_m796801857(L_26, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_27 = __this->get_m_GroupFashionDown_18(); NullCheck(L_27); GameObject_SetActive_m796801857(L_27, (bool)0, /*hidden argument*/NULL); return; } IL_00d9: { V_4 = 0; V_5 = 0; V_6 = 0; CShopItemData_t2542723346 * L_28 = V_3; NullCheck(L_28); int32_t L_29 = L_28->get_modelID_0(); IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); CItemManager_GetSubModelInfo_m903145472(NULL /*static, unused*/, L_29, (&V_4), (&V_5), (&V_6), /*hidden argument*/NULL); CItemManager_t2289463753 * L_30 = CItemManager_GetInstance_m3712629561(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_31 = V_5; NullCheck(L_30); CItemData_t3599323914 * L_32 = CItemManager_GetEquipItemPtr_m235526076(L_30, L_31, /*hidden argument*/NULL); V_7 = L_32; CItemData_t3599323914 * L_33 = V_7; if (!L_33) { goto IL_0114; } } { CItemData_t3599323914 * L_34 = V_7; NullCheck(L_34); int32_t L_35 = CItemBase_get_fashionStarValue_m2376172815(L_34, /*hidden argument*/NULL); G_B15_0 = L_35; goto IL_0115; } IL_0114: { G_B15_0 = 0; } IL_0115: { V_8 = G_B15_0; CShopItemData_t2542723346 * L_36 = V_3; NullCheck(L_36); int32_t L_37 = L_36->get_itemFashion_7(); int32_t L_38 = V_8; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_38, (int32_t)((int32_t)9)))/(int32_t)((int32_t)10))))); int32_t L_39 = V_9; if (L_39) { goto IL_0150; } } { int32_t L_40 = V_9; __this->set_m_nFashionOffsetOld_72(L_40); GameObject_t1113636619 * L_41 = __this->get_m_GroupFashionUp_16(); NullCheck(L_41); GameObject_SetActive_m796801857(L_41, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_42 = __this->get_m_GroupFashionDown_18(); NullCheck(L_42); GameObject_SetActive_m796801857(L_42, (bool)0, /*hidden argument*/NULL); return; } IL_0150: { int32_t L_43 = __this->get_m_nFashionOffsetOld_72(); int32_t L_44 = V_9; if ((!(((uint32_t)L_43) == ((uint32_t)L_44)))) { goto IL_017e; } } { GameObject_t1113636619 * L_45 = __this->get_m_GroupFashionUp_16(); NullCheck(L_45); bool L_46 = GameObject_get_activeSelf_m1767405923(L_45, /*hidden argument*/NULL); if (L_46) { goto IL_017d; } } { GameObject_t1113636619 * L_47 = __this->get_m_GroupFashionDown_18(); NullCheck(L_47); bool L_48 = GameObject_get_activeSelf_m1767405923(L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_017e; } } IL_017d: { return; } IL_017e: { int32_t L_49 = V_9; __this->set_m_nFashionOffsetOld_72(L_49); V_10 = (UISprite_t194114938 *)NULL; V_11 = (List_1_t1666189680 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_50 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_12 = L_50; int32_t L_51 = V_9; if ((((int32_t)0) >= ((int32_t)L_51))) { goto IL_01cf; } } { UISprite_t194114938 * L_52 = __this->get_m_SpriteFashionUp_17(); V_10 = L_52; List_1_t1666189680 * L_53 = __this->get_m_ListSpriteUp_68(); V_11 = L_53; GameObject_t1113636619 * L_54 = __this->get_m_GroupFashionUp_16(); NullCheck(L_54); GameObject_SetActive_m796801857(L_54, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_55 = __this->get_m_GroupFashionDown_18(); NullCheck(L_55); GameObject_SetActive_m796801857(L_55, (bool)0, /*hidden argument*/NULL); V_12 = _stringLiteral370157738; goto IL_0203; } IL_01cf: { int32_t L_56 = V_9; V_9 = ((-L_56)); UISprite_t194114938 * L_57 = __this->get_m_SpriteFashionDown_19(); V_10 = L_57; List_1_t1666189680 * L_58 = __this->get_m_ListSpriteDown_69(); V_11 = L_58; GameObject_t1113636619 * L_59 = __this->get_m_GroupFashionDown_18(); NullCheck(L_59); GameObject_SetActive_m796801857(L_59, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_60 = __this->get_m_GroupFashionUp_16(); NullCheck(L_60); GameObject_SetActive_m796801857(L_60, (bool)0, /*hidden argument*/NULL); V_12 = _stringLiteral3165395286; } IL_0203: { V_13 = 0; String_t* L_61 = Int32_ToString_m141394615((&V_9), /*hidden argument*/NULL); NullCheck(L_61); CharU5BU5D_t3528271667* L_62 = String_ToCharArray_m1492846834(L_61, /*hidden argument*/NULL); V_14 = L_62; UISprite_t194114938 * L_63 = V_10; NullCheck(L_63); Transform_t3600365921 * L_64 = Component_get_transform_m3162698980(L_63, /*hidden argument*/NULL); NullCheck(L_64); Vector3_t3722313464 L_65 = Transform_get_localPosition_m4234289348(L_64, /*hidden argument*/NULL); V_16 = L_65; float L_66 = (&V_16)->get_x_1(); V_15 = L_66; CharU5BU5D_t3528271667* L_67 = V_14; NullCheck(L_67); V_13 = (((int32_t)((int32_t)(((RuntimeArray *)L_67)->max_length)))); V_17 = 0; goto IL_03ad; } IL_023f: { int32_t L_68 = V_17; if (L_68) { goto IL_0287; } } { UISprite_t194114938 * L_69 = V_10; String_t* L_70 = V_12; CharU5BU5D_t3528271667* L_71 = V_14; int32_t L_72 = V_17; NullCheck(L_71); String_t* L_73 = Char_ToString_m3588025615(((L_71)->GetAddressAt(static_cast(L_72))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_74 = String_Concat_m3937257545(NULL /*static, unused*/, L_70, L_73, /*hidden argument*/NULL); NullCheck(L_69); UISprite_set_spriteName_m1616245412(L_69, L_74, /*hidden argument*/NULL); float L_75 = V_15; UISprite_t194114938 * L_76 = V_10; NullCheck(L_76); Transform_t3600365921 * L_77 = Component_get_transform_m3162698980(L_76, /*hidden argument*/NULL); NullCheck(L_77); Vector3_t3722313464 L_78 = Transform_get_localScale_m129152068(L_77, /*hidden argument*/NULL); V_18 = L_78; float L_79 = (&V_18)->get_x_1(); V_15 = ((float)il2cpp_codegen_add((float)L_75, (float)L_79)); goto IL_03a7; } IL_0287: { V_19 = (UISprite_t194114938 *)NULL; int32_t L_80 = V_17; V_20 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)); int32_t L_81 = V_20; List_1_t1666189680 * L_82 = V_11; NullCheck(L_82); int32_t L_83 = List_1_get_Count_m995996543(L_82, /*hidden argument*/List_1_get_Count_m995996543_RuntimeMethod_var); if ((((int32_t)L_81) >= ((int32_t)L_83))) { goto IL_02bb; } } { List_1_t1666189680 * L_84 = V_11; int32_t L_85 = V_20; NullCheck(L_84); UISprite_t194114938 * L_86 = List_1_get_Item_m1663248861(L_84, L_85, /*hidden argument*/List_1_get_Item_m1663248861_RuntimeMethod_var); V_19 = L_86; UISprite_t194114938 * L_87 = V_19; NullCheck(L_87); GameObject_t1113636619 * L_88 = Component_get_gameObject_m442555142(L_87, /*hidden argument*/NULL); NullCheck(L_88); GameObject_SetActive_m796801857(L_88, (bool)1, /*hidden argument*/NULL); goto IL_0316; } IL_02bb: { UISprite_t194114938 * L_89 = V_10; NullCheck(L_89); GameObject_t1113636619 * L_90 = Component_get_gameObject_m442555142(L_89, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_91 = CMiscHelp_Instantiate_m197120899(NULL /*static, unused*/, L_90, /*hidden argument*/NULL); V_21 = ((GameObject_t1113636619 *)CastclassSealed((RuntimeObject*)L_91, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_92 = V_21; NullCheck(L_92); Transform_t3600365921 * L_93 = GameObject_get_transform_m1369836730(L_92, /*hidden argument*/NULL); UISprite_t194114938 * L_94 = V_10; NullCheck(L_94); Transform_t3600365921 * L_95 = Component_get_transform_m3162698980(L_94, /*hidden argument*/NULL); NullCheck(L_95); Transform_t3600365921 * L_96 = Transform_get_parent_m835071599(L_95, /*hidden argument*/NULL); NullCheck(L_93); Transform_set_parent_m786917804(L_93, L_96, /*hidden argument*/NULL); GameObject_t1113636619 * L_97 = V_21; String_t* L_98 = Int32_ToString_m141394615((&V_17), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_99 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1246680135, L_98, /*hidden argument*/NULL); NullCheck(L_97); Object_set_name_m291480324(L_97, L_99, /*hidden argument*/NULL); GameObject_t1113636619 * L_100 = V_21; NullCheck(L_100); UISprite_t194114938 * L_101 = GameObject_GetComponent_TisUISprite_t194114938_m299858934(L_100, /*hidden argument*/GameObject_GetComponent_TisUISprite_t194114938_m299858934_RuntimeMethod_var); V_19 = L_101; List_1_t1666189680 * L_102 = V_11; UISprite_t194114938 * L_103 = V_19; NullCheck(L_102); List_1_Add_m2778281004(L_102, L_103, /*hidden argument*/List_1_Add_m2778281004_RuntimeMethod_var); } IL_0316: { UISprite_t194114938 * L_104 = V_19; String_t* L_105 = V_12; CharU5BU5D_t3528271667* L_106 = V_14; int32_t L_107 = V_17; NullCheck(L_106); String_t* L_108 = Char_ToString_m3588025615(((L_106)->GetAddressAt(static_cast(L_107))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_109 = String_Concat_m3937257545(NULL /*static, unused*/, L_105, L_108, /*hidden argument*/NULL); NullCheck(L_104); UISprite_set_spriteName_m1616245412(L_104, L_109, /*hidden argument*/NULL); UISprite_t194114938 * L_110 = V_19; NullCheck(L_110); Transform_t3600365921 * L_111 = Component_get_transform_m3162698980(L_110, /*hidden argument*/NULL); float L_112 = V_15; UISprite_t194114938 * L_113 = V_10; NullCheck(L_113); Transform_t3600365921 * L_114 = Component_get_transform_m3162698980(L_113, /*hidden argument*/NULL); NullCheck(L_114); Vector3_t3722313464 L_115 = Transform_get_localPosition_m4234289348(L_114, /*hidden argument*/NULL); V_22 = L_115; float L_116 = (&V_22)->get_y_2(); UISprite_t194114938 * L_117 = V_10; NullCheck(L_117); Transform_t3600365921 * L_118 = Component_get_transform_m3162698980(L_117, /*hidden argument*/NULL); NullCheck(L_118); Vector3_t3722313464 L_119 = Transform_get_localPosition_m4234289348(L_118, /*hidden argument*/NULL); V_23 = L_119; float L_120 = (&V_23)->get_z_3(); Vector3_t3722313464 L_121; memset(&L_121, 0, sizeof(L_121)); Vector3__ctor_m3353183577((&L_121), L_112, L_116, L_120, /*hidden argument*/NULL); NullCheck(L_111); Transform_set_localPosition_m4128471975(L_111, L_121, /*hidden argument*/NULL); UISprite_t194114938 * L_122 = V_19; NullCheck(L_122); Transform_t3600365921 * L_123 = Component_get_transform_m3162698980(L_122, /*hidden argument*/NULL); UISprite_t194114938 * L_124 = V_10; NullCheck(L_124); Transform_t3600365921 * L_125 = Component_get_transform_m3162698980(L_124, /*hidden argument*/NULL); NullCheck(L_125); Vector3_t3722313464 L_126 = Transform_get_localScale_m129152068(L_125, /*hidden argument*/NULL); NullCheck(L_123); Transform_set_localScale_m3053443106(L_123, L_126, /*hidden argument*/NULL); float L_127 = V_15; UISprite_t194114938 * L_128 = V_19; NullCheck(L_128); Transform_t3600365921 * L_129 = Component_get_transform_m3162698980(L_128, /*hidden argument*/NULL); NullCheck(L_129); Vector3_t3722313464 L_130 = Transform_get_localScale_m129152068(L_129, /*hidden argument*/NULL); V_24 = L_130; float L_131 = (&V_24)->get_x_1(); V_15 = ((float)il2cpp_codegen_add((float)L_127, (float)L_131)); } IL_03a7: { int32_t L_132 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1)); } IL_03ad: { int32_t L_133 = V_17; CharU5BU5D_t3528271667* L_134 = V_14; NullCheck(L_134); if ((((int32_t)L_133) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_134)->max_length))))))) { goto IL_023f; } } { int32_t L_135 = V_13; V_25 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_135, (int32_t)1)); List_1_t1666189680 * L_136 = V_11; NullCheck(L_136); int32_t L_137 = List_1_get_Count_m995996543(L_136, /*hidden argument*/List_1_get_Count_m995996543_RuntimeMethod_var); int32_t L_138 = V_25; V_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_137, (int32_t)L_138)); V_27 = 0; goto IL_03fa; } IL_03d2: { List_1_t1666189680 * L_139 = V_11; NullCheck(L_139); int32_t L_140 = List_1_get_Count_m995996543(L_139, /*hidden argument*/List_1_get_Count_m995996543_RuntimeMethod_var); int32_t L_141 = V_27; V_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_140, (int32_t)L_141)), (int32_t)1)); List_1_t1666189680 * L_142 = V_11; int32_t L_143 = V_28; NullCheck(L_142); UISprite_t194114938 * L_144 = List_1_get_Item_m1663248861(L_142, L_143, /*hidden argument*/List_1_get_Item_m1663248861_RuntimeMethod_var); NullCheck(L_144); GameObject_t1113636619 * L_145 = Component_get_gameObject_m442555142(L_144, /*hidden argument*/NULL); NullCheck(L_145); GameObject_SetActive_m796801857(L_145, (bool)0, /*hidden argument*/NULL); int32_t L_146 = V_27; V_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)1)); } IL_03fa: { int32_t L_147 = V_27; int32_t L_148 = V_26; if ((((int32_t)L_147) < ((int32_t)L_148))) { goto IL_03d2; } } { return; } } // System.Void ScenePersonalWndShop::OnGuideCommend() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnGuideCommend_m1401006157 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnGuideCommend_m1401006157_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; List_1_t128053199 * V_1 = NULL; CRoleModelItem_t1608531946 * V_2 = NULL; int32_t V_3 = 0; int32_t G_B3_0 = 0; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral4166355951, 0, /*hidden argument*/NULL); if (L_2) { goto IL_0020; } } { G_B3_0 = 1; goto IL_0021; } IL_0020: { G_B3_0 = 0; } IL_0021: { V_0 = (bool)G_B3_0; shopModel_t101745799 * L_3 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = shopModel_IsMainRoleActive_m2489575296(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0036; } } { bool L_5 = V_0; V_0 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); } IL_0036: { List_1_t128053199 * L_6 = (List_1_t128053199 *)il2cpp_codegen_object_new(List_1_t128053199_il2cpp_TypeInfo_var); List_1__ctor_m1628857705(L_6, /*hidden argument*/List_1__ctor_m1628857705_RuntimeMethod_var); V_1 = L_6; List_1_t128053199 * L_7 = V_1; NullCheck(L_7); List_1_Add_m697420525(L_7, ((int32_t)31000005), /*hidden argument*/List_1_Add_m697420525_RuntimeMethod_var); shopModel_t101745799 * L_8 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); ISceneRole_t2394225724 * L_9 = shopModel_GetCurShopModel_m2897736385(L_8, /*hidden argument*/NULL); NullCheck(L_9); ISceneRole_PlayChangeItemAnim_m3669603506(L_9, /*hidden argument*/NULL); bool L_10 = V_0; if (L_10) { goto IL_007c; } } { shopModel_t101745799 * L_11 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); ISceneRole_t2394225724 * L_12 = shopModel_GetCurShopModel_m2897736385(L_11, /*hidden argument*/NULL); NullCheck(L_12); CRoleModelItem_t1608531946 * L_13 = ISceneRole_GetModelItem_m2229619929(L_12, ((int32_t)14), /*hidden argument*/NULL); V_2 = L_13; CRoleModelItem_t1608531946 * L_14 = V_2; if (!L_14) { goto IL_007c; } } { CRoleModelItem_t1608531946 * L_15 = V_2; NullCheck(L_15); CRoleModelItem_OnDestroy_m1465529345(L_15, (bool)1, /*hidden argument*/NULL); } IL_007c: { V_3 = 0; goto IL_00a0; } IL_0083: { shopModel_t101745799 * L_16 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); ISceneRole_t2394225724 * L_17 = shopModel_GetCurShopModel_m2897736385(L_16, /*hidden argument*/NULL); List_1_t128053199 * L_18 = V_1; int32_t L_19 = V_3; NullCheck(L_18); int32_t L_20 = List_1_get_Item_m888956288(L_18, L_19, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); NullCheck(L_17); ISceneRole_WearSubModel_m2695610556(L_17, L_20, (bool)1, (bool)1, /*hidden argument*/NULL); int32_t L_21 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_00a0: { int32_t L_22 = V_3; List_1_t128053199 * L_23 = V_1; NullCheck(L_23); int32_t L_24 = List_1_get_Count_m186164705(L_23, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_0083; } } { V_1 = (List_1_t128053199 *)NULL; return; } } // System.Void ScenePersonalWndShop::OnClkQuickBuy() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnClkQuickBuy_m3959368421 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnClkQuickBuy_m3959368421_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; CRoleModelItem_t1608531946 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t G_B10_0 = 0; { GameObject_t1113636619 * L_0 = __this->get_m_QuickBuyWnd_20(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return; } IL_0012: { shopModel_t101745799 * L_2 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = shopModel_IsMainRoleActive_m2489575296(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral688020701, (bool)1, /*hidden argument*/NULL); return; } IL_002d: { CDataArray_t4068198041 * L_4 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_4, /*hidden argument*/NULL); V_0 = L_4; CDataArray_t4068198041 * L_5 = V_0; NullCheck(L_5); CDataArray_Push_m3820844360(L_5, ((int32_t)928), /*hidden argument*/NULL); CMainRole_t4200562839 * L_6 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = ISceneRole_GetWearSuitID_m3263761354(L_6, /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_1; if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0057; } } { CDataArray_t4068198041 * L_9 = V_0; int32_t L_10 = V_1; NullCheck(L_9); CDataArray_Push_m3820844360(L_9, L_10, /*hidden argument*/NULL); } IL_0057: { V_2 = 0; goto IL_00ab; } IL_005e: { CMainRole_t4200562839 * L_11 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_12 = V_2; NullCheck(L_11); CRoleModelItem_t1608531946 * L_13 = ISceneRole_FindModelItem_m1696760564(L_11, L_12, /*hidden argument*/NULL); V_3 = L_13; CRoleModelItem_t1608531946 * L_14 = V_3; if (!L_14) { goto IL_007b; } } { CRoleModelItem_t1608531946 * L_15 = V_3; NullCheck(L_15); int32_t L_16 = CRoleModelItem_GetSubModelItemIndex_m1516327529(L_15, /*hidden argument*/NULL); G_B10_0 = L_16; goto IL_007c; } IL_007b: { G_B10_0 = (-1); } IL_007c: { V_4 = G_B10_0; int32_t L_17 = V_4; if ((((int32_t)0) < ((int32_t)L_17))) { goto IL_008b; } } { goto IL_00a7; } IL_008b: { CRoleModelItem_t1608531946 * L_18 = V_3; NullCheck(L_18); int32_t L_19 = CRoleModelItem_GetSexVal_m394469669(L_18, /*hidden argument*/NULL); V_5 = L_19; int32_t L_20 = V_5; int32_t L_21 = V_2; int32_t L_22 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CItemManager_t2289463753_il2cpp_TypeInfo_var); int32_t L_23 = CItemManager_GetSubModelID_m1275366725(NULL /*static, unused*/, L_20, L_21, L_22, /*hidden argument*/NULL); V_6 = L_23; CDataArray_t4068198041 * L_24 = V_0; int32_t L_25 = V_6; NullCheck(L_24); CDataArray_Push_m3820844360(L_24, L_25, /*hidden argument*/NULL); } IL_00a7: { int32_t L_26 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_00ab: { int32_t L_27 = V_2; if ((((int32_t)L_27) < ((int32_t)((int32_t)99)))) { goto IL_005e; } } { CDataArray_t4068198041 * L_28 = V_0; NullCheck(L_28); CDataArray_Flush_m1077150699(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); V_7 = 0; goto IL_00dc; } IL_00c7: { GameObjectU5BU5D_t3328599146* L_29 = __this->get_m_ShopOwned_12(); int32_t L_30 = V_7; NullCheck(L_29); int32_t L_31 = L_30; GameObject_t1113636619 * L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_32); GameObject_SetActive_m796801857(L_32, (bool)0, /*hidden argument*/NULL); int32_t L_33 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00dc: { int32_t L_34 = V_7; GameObjectU5BU5D_t3328599146* L_35 = __this->get_m_ShopOwned_12(); NullCheck(L_35); if ((((int32_t)L_34) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length))))))) { goto IL_00c7; } } { V_8 = 0; goto IL_0108; } IL_00f3: { GameObjectU5BU5D_t3328599146* L_36 = __this->get_m_ShopCartOwned_13(); int32_t L_37 = V_8; NullCheck(L_36); int32_t L_38 = L_37; GameObject_t1113636619 * L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_39); GameObject_SetActive_m796801857(L_39, (bool)0, /*hidden argument*/NULL); int32_t L_40 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_0108: { int32_t L_41 = V_8; GameObjectU5BU5D_t3328599146* L_42 = __this->get_m_ShopCartOwned_13(); NullCheck(L_42); if ((((int32_t)L_41) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_42)->max_length))))))) { goto IL_00f3; } } { GameObject_t1113636619 * L_43 = __this->get_m_GroupFashionUp_16(); NullCheck(L_43); GameObject_SetActive_m796801857(L_43, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_44 = __this->get_m_GroupFashionDown_18(); NullCheck(L_44); GameObject_SetActive_m796801857(L_44, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_45 = __this->get_m_arrowTop_24(); NullCheck(L_45); GameObject_SetActive_m796801857(L_45, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_46 = __this->get_m_arrowBottom_25(); NullCheck(L_46); GameObject_SetActive_m796801857(L_46, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(shopQuickBuyManager_t3380475808_il2cpp_TypeInfo_var); shopQuickBuyManager_t3380475808 * L_47 = shopQuickBuyManager_GetInstance_m3465389214(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_47); shopQuickBuyManager_BeginQuery_m1253375107(L_47, /*hidden argument*/NULL); GameObject_t1113636619 * L_48 = __this->get_m_QuickBuyWnd_20(); NullCheck(L_48); GameObject_SetActive_m796801857(L_48, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_49 = __this->get_m_QuickBuyWnd_20(); NullCheck(L_49); GameObject_SendMessage_m1121218340(L_49, _stringLiteral2913039261, 1, /*hidden argument*/NULL); __this->set_m_bInQuickBuyWnd_67((bool)1); return; } } // System.Void ScenePersonalWndShop::OnCallCloseQuickBuyWnd() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnCallCloseQuickBuyWnd_m498976804 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnCallCloseQuickBuyWnd_m498976804_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_bInQuickBuyWnd_67((bool)0); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); bool L_0 = __this->get_m_bInShopWnd_66(); if (!L_0) { goto IL_0023; } } { ScenePersonalWndShop_OnShowShopWnd_m1064995543(__this, /*hidden argument*/NULL); goto IL_0029; } IL_0023: { ScenePersonalWndShop_OnShowShopCartWnd_m2094081692(__this, /*hidden argument*/NULL); } IL_0029: { return; } } // System.Void ScenePersonalWndShop::OnClkToShopMainPage() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnClkToShopMainPage_m593744791 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnClkToShopMainPage_m593744791_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_bInQuickBuyWnd_67((bool)0); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)1, /*hidden argument*/NULL); ScenePersonalWndShop_OnShowShopWnd_m1064995543(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_0 = __this->get_m_QuickBuyWnd_20(); NullCheck(L_0); GameObject_SetActive_m796801857(L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::ChangeMainType(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_ChangeMainType_m218486076 (ScenePersonalWndShop_t78642639 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_ChangeMainType_m218486076_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; { ScenePersonalShopList_t27853008 * L_0 = __this->get_m_ShopList_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return; } IL_0012: { ScenePersonalShopList_t27853008 * L_2 = __this->get_m_ShopList_8(); int32_t L_3 = ___type0; NullCheck(L_2); ScenePersonalShopList_set_mainType_m3116387338(L_2, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_4 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = ___type0; NullCheck(L_4); CShopManager_set_MainType_m2271353666(L_4, L_5, /*hidden argument*/NULL); uiBtnList_t3771050923 * L_6 = __this->get_m_btnList_7(); int32_t L_7 = ___type0; NullCheck(L_6); uiBtnList_OnSetMainType_m3993076582(L_6, L_7, /*hidden argument*/NULL); uiBtnList_t3771050923 * L_8 = __this->get_m_btnList_7(); NullCheck(L_8); uiBtnList_OnPageShow_m2918554423(L_8, /*hidden argument*/NULL); GameObject_t1113636619 * L_9 = __this->get_m_arrowTop_24(); NullCheck(L_9); GameObject_SetActive_m796801857(L_9, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_10 = __this->get_m_arrowBottom_25(); NullCheck(L_10); GameObject_SetActive_m796801857(L_10, (bool)0, /*hidden argument*/NULL); int32_t L_11 = ___type0; if ((!(((uint32_t)L_11) == ((uint32_t)6)))) { goto IL_006d; } } { ScenePersonalShopList_t27853008 * L_12 = __this->get_m_ShopList_8(); NullCheck(L_12); ScenePersonalShopList_ChangeList_m3765928993(L_12, ((int32_t)100), (bool)1, /*hidden argument*/NULL); } IL_006d: { V_0 = 0; goto IL_009e; } IL_0074: { int32_t L_13 = V_0; int32_t L_14 = ___type0; V_1 = (bool)((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))) == ((int32_t)L_14))? 1 : 0); TransformU5BU5D_t807237628* L_15 = __this->get_m_ShopTypeActive_14(); int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17 = L_16; Transform_t3600365921 * L_18 = (L_15)->GetAt(static_cast(L_17)); bool L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_20 = __this->get_m_ShopTypeDisActive_15(); int32_t L_21 = V_0; NullCheck(L_20); int32_t L_22 = L_21; Transform_t3600365921 * L_23 = (L_20)->GetAt(static_cast(L_22)); bool L_24 = V_1; CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_23, (bool)((((int32_t)L_24) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_009e: { int32_t L_26 = V_0; TransformU5BU5D_t807237628* L_27 = __this->get_m_ShopTypeActive_14(); NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))))) { goto IL_0074; } } { return; } } // System.Void ScenePersonalWndShop::OnStepUpdata(System.Single) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnStepUpdata_m863328524 (ScenePersonalWndShop_t78642639 * __this, float ___step0, const RuntimeMethod* method) { { float L_0 = ___step0; if ((!(((float)L_0) < ((float)(0.0f))))) { goto IL_0028; } } { GameObject_t1113636619 * L_1 = __this->get_m_arrowTop_24(); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_2 = __this->get_m_arrowBottom_25(); NullCheck(L_2); GameObject_SetActive_m796801857(L_2, (bool)0, /*hidden argument*/NULL); goto IL_0090; } IL_0028: { float L_3 = ___step0; if ((!(((float)L_3) < ((float)(0.05f))))) { goto IL_0050; } } { GameObject_t1113636619 * L_4 = __this->get_m_arrowTop_24(); NullCheck(L_4); GameObject_SetActive_m796801857(L_4, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = __this->get_m_arrowBottom_25(); NullCheck(L_5); GameObject_SetActive_m796801857(L_5, (bool)1, /*hidden argument*/NULL); goto IL_0090; } IL_0050: { float L_6 = ___step0; if ((!(((float)L_6) > ((float)(0.95f))))) { goto IL_0078; } } { GameObject_t1113636619 * L_7 = __this->get_m_arrowTop_24(); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_8 = __this->get_m_arrowBottom_25(); NullCheck(L_8); GameObject_SetActive_m796801857(L_8, (bool)0, /*hidden argument*/NULL); goto IL_0090; } IL_0078: { GameObject_t1113636619 * L_9 = __this->get_m_arrowTop_24(); NullCheck(L_9); GameObject_SetActive_m796801857(L_9, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_10 = __this->get_m_arrowBottom_25(); NullCheck(L_10); GameObject_SetActive_m796801857(L_10, (bool)1, /*hidden argument*/NULL); } IL_0090: { return; } } // System.Void ScenePersonalWndShop::OnShareClick(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnShareClick_m3790258580 (ScenePersonalWndShop_t78642639 * __this, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method) { { ShareManager_t1254576143 * L_0 = ShareManager_GetInstance_m207955360(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ShareManager_Share_m3796389912(L_0, 1, (Action_1_t3252573759 *)NULL, NULL, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OnClickRecharge() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnClickRecharge_m2420464991 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { { return; } } // System.Void ScenePersonalWndShop::OnClkFind() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnClkFind_m1207086179 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnClkFind_m1207086179_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; CDataArray_t4068198041 * V_2 = NULL; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_0); V_0 = L_1; bool L_2 = __this->get_m_bMainRole_63(); if (L_2) { goto IL_001c; } } { int32_t L_3 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))%(int32_t)2)); } IL_001c: { ScenePersonalShopList_t27853008 * L_4 = __this->get_m_ShopList_8(); NullCheck(L_4); ScenePersonalShopList_ChangeList_m3765928993(L_4, ((int32_t)100), (bool)1, /*hidden argument*/NULL); shopModel_t101745799 * L_5 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = shopModel_IsActiveMale_m635970564(L_5, /*hidden argument*/NULL); V_1 = L_6; IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_7 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_8 = V_1; NullCheck(L_7); CShopManager_ClearTargetGroup_m491497626(L_7, ((int32_t)100), L_8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_9 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_9, /*hidden argument*/NULL); V_2 = L_9; CDataArray_t4068198041 * L_10 = V_2; NullCheck(L_10); CDataArray_Push_m3820844360(L_10, ((int32_t)1900), /*hidden argument*/NULL); CDataArray_t4068198041 * L_11 = V_2; int32_t L_12 = V_0; NullCheck(L_11); CDataArray_Push_m3820844360(L_11, L_12, /*hidden argument*/NULL); CDataArray_t4068198041 * L_13 = V_2; String_t* L_14 = __this->get_m_strLastInputLab_54(); NullCheck(L_13); CDataArray_Push_m1799687930(L_13, L_14, /*hidden argument*/NULL); CDataArray_t4068198041 * L_15 = V_2; NullCheck(L_15); CDataArray_Flush_m1077150699(L_15, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OnShowSelecet() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnShowSelecet_m799103552 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnShowSelecet_m799103552_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B6_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_0 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CShopManager_get_M_selectType_m3486260390(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_2 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CShopManager_set_M_selectType_m3768381110(L_2, 0, /*hidden argument*/NULL); goto IL_002b; } IL_0020: { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_3 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CShopManager_set_M_selectType_m3768381110(L_3, 1, /*hidden argument*/NULL); } IL_002b: { shopModel_t101745799 * L_4 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); ISceneRole_t2394225724 * L_5 = shopModel_GetCurShopModel_m2897736385(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_5); if (L_6) { goto IL_0045; } } { G_B6_0 = 1; goto IL_0046; } IL_0045: { G_B6_0 = 0; } IL_0046: { V_0 = (bool)G_B6_0; IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_7 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); CShopManager_t754298620 * L_8 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = CShopManager_get_SubType_m2767904395(L_8, /*hidden argument*/NULL); bool L_10 = V_0; NullCheck(L_7); CShopManager_ClearTargetGroup_m491497626(L_7, L_9, L_10, /*hidden argument*/NULL); ScenePersonalShopList_t27853008 * L_11 = __this->get_m_ShopList_8(); CShopManager_t754298620 * L_12 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = CShopManager_get_SubType_m2767904395(L_12, /*hidden argument*/NULL); NullCheck(L_11); ScenePersonalShopList_ChangeList_m3765928993(L_11, L_13, (bool)1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OnHideSelect() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnHideSelect_m1578501174 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnHideSelect_m1578501174_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_FilteringBg_38(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_1 = __this->get_m_FilterBtn_31(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OnClkSelectShop() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnClkSelectShop_m514301065 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnClkSelectShop_m514301065_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_shopSelect_39(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OnClkShopCar() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnClkShopCar_m2420335589 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnClkShopCar_m2420335589_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)178), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::OnSearchBack(System.Collections.Generic.List`1,System.Collections.Generic.List`1,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_OnSearchBack_m3561973191 (ScenePersonalWndShop_t78642639 * __this, List_1_t128053199 * ___cashList0, List_1_t128053199 * ___qualityList1, List_1_t128053199 * ___tagList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_OnSearchBack_m3561973191_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { shopModel_t101745799 * L_0 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = shopModel_IsActiveMale_m635970564(L_0, /*hidden argument*/NULL); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_2 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = ((ScenePersonalShopList_t27853008_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalShopList_t27853008_il2cpp_TypeInfo_var))->get_m_CurActivePage_4(); bool L_4 = V_0; List_1_t128053199 * L_5 = ___cashList0; List_1_t128053199 * L_6 = ___qualityList1; List_1_t128053199 * L_7 = ___tagList2; NullCheck(L_2); CShopManager_SearchData_m3412739867(L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); ScenePersonalShopList_t27853008 * L_8 = __this->get_m_ShopList_8(); NullCheck(L_8); ScenePersonalShopList_OnSearchData_m889529850(L_8, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShop::CreatShopBuying() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop_CreatShopBuying_m4248578522 (ScenePersonalWndShop_t78642639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShop_CreatShopBuying_m4248578522_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { ScenePersonalShopbuying_t958260052 * L_0 = __this->get_m_uiBuying_27(); 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_0043; } } { 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)98), /*hidden argument*/NULL); CWndController_t749709641 * L_3 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); GameObject_t1113636619 * L_4 = CWndController_CreateDelayBindWnd_m1486584967(L_3, ((int32_t)98), /*hidden argument*/NULL); V_0 = L_4; GameObject_t1113636619 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_5, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0043; } } { GameObject_t1113636619 * L_7 = V_0; NullCheck(L_7); ScenePersonalShopbuying_t958260052 * L_8 = GameObject_GetComponent_TisScenePersonalShopbuying_t958260052_m4075863452(L_7, /*hidden argument*/GameObject_GetComponent_TisScenePersonalShopbuying_t958260052_m4075863452_RuntimeMethod_var); __this->set_m_uiBuying_27(L_8); } IL_0043: { return; } } // System.Void ScenePersonalWndShop::.cctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShop__cctor_m1937764207 (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 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) { __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 ScenePersonalWndShop/OnClickMsgCallBack::Invoke(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void OnClickMsgCallBack_Invoke_m1441529840 (OnClickMsgCallBack_t2526724959 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnClickMsgCallBack_Invoke_m1441529840((OnClickMsgCallBack_t2526724959 *)__this->get_prev_9(), ___bConfirmed0, ___userData1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, bool, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___bConfirmed0, ___userData1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, bool, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___bConfirmed0, ___userData1, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< bool, CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___bConfirmed0, ___userData1); else GenericVirtActionInvoker2< bool, CDataArray_t4068198041 * >::Invoke(targetMethod, targetThis, ___bConfirmed0, ___userData1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< bool, CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___bConfirmed0, ___userData1); else VirtActionInvoker2< bool, CDataArray_t4068198041 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___bConfirmed0, ___userData1); } } else { typedef void (*FunctionPointerType) (void*, bool, CDataArray_t4068198041 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___bConfirmed0, ___userData1, targetMethod); } } } } // System.IAsyncResult ScenePersonalWndShop/OnClickMsgCallBack::BeginInvoke(System.Boolean,DMCore.CDataArray,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnClickMsgCallBack_BeginInvoke_m663319016 (OnClickMsgCallBack_t2526724959 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnClickMsgCallBack_BeginInvoke_m663319016_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___bConfirmed0); __d_args[1] = ___userData1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void ScenePersonalWndShop/OnClickMsgCallBack::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnClickMsgCallBack_EndInvoke_m3711257306 (OnClickMsgCallBack_t2526724959 * __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 ScenePersonalWndShopCart::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart__ctor_m3774845403 (ScenePersonalWndShopCart_t554225594 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShopCart__ctor_m3774845403_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1564634078 * L_0 = (List_1_t1564634078 *)il2cpp_codegen_object_new(List_1_t1564634078_il2cpp_TypeInfo_var); List_1__ctor_m1607916668(L_0, /*hidden argument*/List_1__ctor_m1607916668_RuntimeMethod_var); __this->set_m_itemList_18(L_0); IL2CPP_RUNTIME_CLASS_INIT(CUIBase_t3255455658_il2cpp_TypeInfo_var); CUIBase__ctor_m220894030(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShopCart::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_OnPageInit_m523604028 (ScenePersonalWndShopCart_t554225594 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShopCart_OnPageInit_m523604028_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_IsPageInit_16(); if (L_0) { goto IL_0194; } } { __this->set_IsPageInit_16((bool)1); intptr_t L_1 = (intptr_t)ScenePersonalWndShopCart_OnClkBuy_m1253000227_RuntimeMethod_var; Action_1_t1286104214 * L_2 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_2, __this, L_1, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral1942904349, L_2, /*hidden argument*/NULL); intptr_t L_3 = (intptr_t)ScenePersonalWndShopCart_OnClkDelete_m2131067733_RuntimeMethod_var; Action_1_t1286104214 * L_4 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_4, __this, L_3, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral1316432127, L_4, /*hidden argument*/NULL); intptr_t L_5 = (intptr_t)ScenePersonalWndShopCart_OnClkClose_m1070397127_RuntimeMethod_var; Action_1_t1286104214 * L_6 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_6, __this, L_5, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral3476790967, L_6, /*hidden argument*/NULL); intptr_t L_7 = (intptr_t)ScenePersonalWndShopCart_OnClkCheckAll_m3367475412_RuntimeMethod_var; Action_1_t1286104214 * L_8 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_8, __this, L_7, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindBtnClk_m3717374882(__this, _stringLiteral2625569929, L_8, /*hidden argument*/NULL); CShopCartManager_t2478140686 * L_9 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_10 = (intptr_t)ScenePersonalWndShopCart_NeedRefreshPrice_m247433679_RuntimeMethod_var; Action_1_t1302699353 * L_11 = (Action_1_t1302699353 *)il2cpp_codegen_object_new(Action_1_t1302699353_il2cpp_TypeInfo_var); Action_1__ctor_m504862446(L_11, __this, L_10, /*hidden argument*/Action_1__ctor_m504862446_RuntimeMethod_var); NullCheck(L_9); CShopCartManager_RegisterRefreshPrice_m437831093(L_9, L_11, /*hidden argument*/NULL); CShopCartManager_t2478140686 * L_12 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_13 = (intptr_t)ScenePersonalWndShopCart_OnRereshSelectCount_m3393481947_RuntimeMethod_var; Action_1_t1302699353 * L_14 = (Action_1_t1302699353 *)il2cpp_codegen_object_new(Action_1_t1302699353_il2cpp_TypeInfo_var); Action_1__ctor_m504862446(L_14, __this, L_13, /*hidden argument*/Action_1__ctor_m504862446_RuntimeMethod_var); NullCheck(L_12); CShopCartManager_RegisterWatcherSelectCount_m2918834016(L_12, L_14, /*hidden argument*/NULL); CShopCartManager_t2478140686 * L_15 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_16 = (intptr_t)ScenePersonalWndShopCart_OnRefreshList_m4105396533_RuntimeMethod_var; Action_1_t1302699353 * L_17 = (Action_1_t1302699353 *)il2cpp_codegen_object_new(Action_1_t1302699353_il2cpp_TypeInfo_var); Action_1__ctor_m504862446(L_17, __this, L_16, /*hidden argument*/Action_1__ctor_m504862446_RuntimeMethod_var); NullCheck(L_15); CShopCartManager_RegisterWatcherList_m1544147090(L_15, L_17, /*hidden argument*/NULL); Transform_t3600365921 * L_18 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UILabel_t3248798549 * L_19 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_18, _stringLiteral378314438, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_totalPrice_GoldLab_11(L_19); Transform_t3600365921 * L_20 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_21 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_20, _stringLiteral2293671187, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_totalPrice_BindDiamondLab_12(L_21); Transform_t3600365921 * L_22 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_23 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_22, _stringLiteral3731548162, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_totalPrice_DiamondLab_13(L_23); Transform_t3600365921 * L_24 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); DMListView_t512231514 * L_25 = CMiscHelp_GetChildComponent_TisDMListView_t512231514_m3155213596(NULL /*static, unused*/, L_24, _stringLiteral2175217146, /*hidden argument*/CMiscHelp_GetChildComponent_TisDMListView_t512231514_m3155213596_RuntimeMethod_var); __this->set_m_shopCarListView_8(L_25); DMListView_t512231514 * L_26 = __this->get_m_shopCarListView_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_27 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0136; } } { DMListView_t512231514 * L_28 = __this->get_m_shopCarListView_8(); NullCheck(L_28); DMListView_SetEnumInfo_m2581368040(L_28, 0, 1, /*hidden argument*/NULL); DMListView_t512231514 * L_29 = __this->get_m_shopCarListView_8(); NullCheck(L_29); DMListView_EnableDrag_m2679076892(L_29, (bool)1, /*hidden argument*/NULL); } IL_0136: { Transform_t3600365921 * L_30 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); uiShopcarConfirm_t2151556946 * L_31 = CMiscHelp_GetChildComponent_TisuiShopcarConfirm_t2151556946_m594117768(NULL /*static, unused*/, L_30, _stringLiteral2147191529, /*hidden argument*/CMiscHelp_GetChildComponent_TisuiShopcarConfirm_t2151556946_m594117768_RuntimeMethod_var); __this->set_m_confirm_19(L_31); Transform_t3600365921 * L_32 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); UICheckbox_t2276134195 * L_33 = CMiscHelp_GetChildComponent_TisUICheckbox_t2276134195_m2001321003(NULL /*static, unused*/, L_32, _stringLiteral2625569929, /*hidden argument*/CMiscHelp_GetChildComponent_TisUICheckbox_t2276134195_m2001321003_RuntimeMethod_var); __this->set_m_checkAll_14(L_33); UICheckbox_t2276134195 * L_34 = __this->get_m_checkAll_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_35 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_0194; } } { UICheckbox_t2276134195 * L_36 = __this->get_m_checkAll_14(); GameObject_t1113636619 * L_37 = CUIBase_get_gameObject_m47355781(__this, /*hidden argument*/NULL); NullCheck(L_36); L_36->set_eventReceiver_8(L_37); UICheckbox_t2276134195 * L_38 = __this->get_m_checkAll_14(); NullCheck(L_38); L_38->set_functionName_9(_stringLiteral3323063730); } IL_0194: { return; } } // System.Void ScenePersonalWndShopCart::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_OnPageShow_m2433698584 (ScenePersonalWndShopCart_t554225594 * __this, const RuntimeMethod* method) { { ScenePersonalWndShopCart_GenerateShopList_m993783452(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShopCart::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_OnPageHide_m4053635716 (ScenePersonalWndShopCart_t554225594 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShopCart_OnPageHide_m4053635716_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DMListView_t512231514 * L_0 = __this->get_m_shopCarListView_8(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); CShopCartManager_t2478140686 * L_1 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CShopCartManager_Reset_m2713350129(L_1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShopCart::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_OnDestroy_m1855768340 (ScenePersonalWndShopCart_t554225594 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShopCart_OnDestroy_m1855768340_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CUIBase_OnDestroy_m2854673992(__this, /*hidden argument*/NULL); CShopCartManager_t2478140686 * L_0 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = (intptr_t)ScenePersonalWndShopCart_NeedRefreshPrice_m247433679_RuntimeMethod_var; Action_1_t1302699353 * L_2 = (Action_1_t1302699353 *)il2cpp_codegen_object_new(Action_1_t1302699353_il2cpp_TypeInfo_var); Action_1__ctor_m504862446(L_2, __this, L_1, /*hidden argument*/Action_1__ctor_m504862446_RuntimeMethod_var); NullCheck(L_0); CShopCartManager_RemoveRefreshPrice_m516032126(L_0, L_2, /*hidden argument*/NULL); CShopCartManager_t2478140686 * L_3 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_4 = (intptr_t)ScenePersonalWndShopCart_OnRereshSelectCount_m3393481947_RuntimeMethod_var; Action_1_t1302699353 * L_5 = (Action_1_t1302699353 *)il2cpp_codegen_object_new(Action_1_t1302699353_il2cpp_TypeInfo_var); Action_1__ctor_m504862446(L_5, __this, L_4, /*hidden argument*/Action_1__ctor_m504862446_RuntimeMethod_var); NullCheck(L_3); CShopCartManager_RemoveWatcherSelectCount_m2942124571(L_3, L_5, /*hidden argument*/NULL); CShopCartManager_t2478140686 * L_6 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_7 = (intptr_t)ScenePersonalWndShopCart_OnRefreshList_m4105396533_RuntimeMethod_var; Action_1_t1302699353 * L_8 = (Action_1_t1302699353 *)il2cpp_codegen_object_new(Action_1_t1302699353_il2cpp_TypeInfo_var); Action_1__ctor_m504862446(L_8, __this, L_7, /*hidden argument*/Action_1__ctor_m504862446_RuntimeMethod_var); NullCheck(L_6); CShopCartManager_RemoveWatcherList_m4072441084(L_6, L_8, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShopCart::OnCheckAllChanged() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_OnCheckAllChanged_m3063703497 (ScenePersonalWndShopCart_t554225594 * __this, const RuntimeMethod* method) { { UICheckbox_t2276134195 * L_0 = __this->get_m_checkAll_14(); NullCheck(L_0); bool L_1 = UICheckbox_get_isChecked_m3880052987(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002b; } } { CShopCartManager_t2478140686 * L_2 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CShopCartManager_set_IsCheckAll_m642952636(L_2, (bool)1, /*hidden argument*/NULL); CShopCartManager_t2478140686 * L_3 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CShopCartManager_OnCheckAll_m431165705(L_3, (bool)1, /*hidden argument*/NULL); goto IL_0041; } IL_002b: { CShopCartManager_t2478140686 * L_4 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CShopCartManager_set_IsCheckAll_m642952636(L_4, (bool)0, /*hidden argument*/NULL); CShopCartManager_t2478140686 * L_5 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CShopCartManager_OnCheckAll_m431165705(L_5, (bool)0, /*hidden argument*/NULL); } IL_0041: { UICheckbox_t2276134195 * L_6 = __this->get_m_checkAll_14(); NullCheck(L_6); bool L_7 = UICheckbox_get_isChecked_m3880052987(L_6, /*hidden argument*/NULL); ScenePersonalWndShopCart_SetChildItem_m3305560484(__this, L_7, /*hidden argument*/NULL); CShopCartManager_t2478140686 * L_8 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CShopCartManager_CalculatePrice_m4200642273(L_8, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShopCart::GenerateShopList() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_GenerateShopList_m993783452 (ScenePersonalWndShopCart_t554225594 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShopCart_GenerateShopList_m993783452_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Transform_t3600365921 * V_2 = NULL; ScenePersonalShopCartItem_t92559336 * V_3 = NULL; { DMListView_t512231514 * L_0 = __this->get_m_shopCarListView_8(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); DMListView_t512231514 * L_1 = __this->get_m_shopCarListView_8(); NullCheck(L_1); DMListView_DeleteAll_m488542252(L_1, /*hidden argument*/NULL); List_1_t1564634078 * L_2 = __this->get_m_itemList_18(); NullCheck(L_2); List_1_Clear_m1224933928(L_2, /*hidden argument*/List_1_Clear_m1224933928_RuntimeMethod_var); CShopCartManager_t2478140686 * L_3 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CShopCartManager_GetListCount_m518405240(L_3, /*hidden argument*/NULL); V_0 = L_4; DMListView_t512231514 * L_5 = __this->get_m_shopCarListView_8(); int32_t L_6 = V_0; NullCheck(L_5); DMListView_SetCount_m3988156788(L_5, L_6, /*hidden argument*/NULL); V_1 = 0; goto IL_006b; } IL_0040: { DMListView_t512231514 * L_7 = __this->get_m_shopCarListView_8(); int32_t L_8 = V_1; NullCheck(L_7); Transform_t3600365921 * L_9 = DMListView_GetChild_m2593465524(L_7, L_8, /*hidden argument*/NULL); V_2 = L_9; Transform_t3600365921 * L_10 = V_2; NullCheck(L_10); ScenePersonalShopCartItem_t92559336 * L_11 = Component_GetComponent_TisScenePersonalShopCartItem_t92559336_m614938044(L_10, /*hidden argument*/Component_GetComponent_TisScenePersonalShopCartItem_t92559336_m614938044_RuntimeMethod_var); V_3 = L_11; ScenePersonalShopCartItem_t92559336 * L_12 = V_3; int32_t L_13 = V_1; NullCheck(L_12); ScenePersonalShopCartItem_Init_m2349030885(L_12, L_13, /*hidden argument*/NULL); List_1_t1564634078 * L_14 = __this->get_m_itemList_18(); ScenePersonalShopCartItem_t92559336 * L_15 = V_3; NullCheck(L_14); List_1_Add_m974190272(L_14, L_15, /*hidden argument*/List_1_Add_m974190272_RuntimeMethod_var); int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_006b: { int32_t L_17 = V_1; int32_t L_18 = V_0; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0040; } } { return; } } // System.Void ScenePersonalWndShopCart::OnClkBuy(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_OnClkBuy_m1253000227 (ScenePersonalWndShopCart_t554225594 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShopCart_OnClkBuy_m1253000227_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CShopCartManager_t2478140686 * L_0 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CShopCartManager_get_SelectCount_m1138847738(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0045; } } { uiShopcarConfirm_t2151556946 * L_3 = __this->get_m_confirm_19(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0040; } } { uiShopcarConfirm_t2151556946 * L_5 = __this->get_m_confirm_19(); NullCheck(L_5); GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(L_5, /*hidden argument*/NULL); NullCheck(L_6); GameObject_SetActive_m796801857(L_6, (bool)1, /*hidden argument*/NULL); uiShopcarConfirm_t2151556946 * L_7 = __this->get_m_confirm_19(); NullCheck(L_7); uiShopcarConfirm_SetConfirmBox_m2555307647(L_7, (bool)1, /*hidden argument*/NULL); } IL_0040: { goto IL_0050; } IL_0045: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral1757372824, (bool)1, /*hidden argument*/NULL); } IL_0050: { return; } } // System.Void ScenePersonalWndShopCart::OnClkDelete(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_OnClkDelete_m2131067733 (ScenePersonalWndShopCart_t554225594 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShopCart_OnClkDelete_m2131067733_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CShopCartManager_t2478140686 * L_0 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CShopCartManager_get_SelectCount_m1138847738(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_003e; } } { uiShopcarConfirm_t2151556946 * L_2 = __this->get_m_confirm_19(); 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_003e; } } { uiShopcarConfirm_t2151556946 * L_4 = __this->get_m_confirm_19(); NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); NullCheck(L_5); GameObject_SetActive_m796801857(L_5, (bool)1, /*hidden argument*/NULL); uiShopcarConfirm_t2151556946 * L_6 = __this->get_m_confirm_19(); NullCheck(L_6); uiShopcarConfirm_SetConfirmBox_m2555307647(L_6, (bool)0, /*hidden argument*/NULL); } IL_003e: { return; } } // System.Void ScenePersonalWndShopCart::OnClkClose(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_OnClkClose_m1070397127 (ScenePersonalWndShopCart_t554225594 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShopCart_OnClkClose_m1070397127_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)178), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShopCart::OnClkCheckAll(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_OnClkCheckAll_m3367475412 (ScenePersonalWndShopCart_t554225594 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { { ScenePersonalWndShopCart_OnCheckAllChanged_m3063703497(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShopCart::NeedRefreshPrice(IEventBase) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_NeedRefreshPrice_m247433679 (ScenePersonalWndShopCart_t554225594 * __this, RuntimeObject* ___evt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShopCart_NeedRefreshPrice_m247433679_MetadataUsageId); s_Il2CppMethodInitialized = true; } IDataEvent_t1799629657 * V_0 = NULL; CDataModelBool_t2269476966 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { RuntimeObject* L_0 = ___evt0; V_0 = ((IDataEvent_t1799629657 *)CastclassClass((RuntimeObject*)L_0, IDataEvent_t1799629657_il2cpp_TypeInfo_var)); IDataEvent_t1799629657 * L_1 = V_0; NullCheck(L_1); IDataModel_t653005279 * L_2 = IDataEvent_get_DataModel_m1980778407(L_1, /*hidden argument*/NULL); V_1 = ((CDataModelBool_t2269476966 *)CastclassClass((RuntimeObject*)L_2, CDataModelBool_t2269476966_il2cpp_TypeInfo_var)); CDataModelBool_t2269476966 * L_3 = V_1; NullCheck(L_3); bool L_4 = CDataModelBool_get_Data_m2289136987(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0088; } } { CShopCartManager_t2478140686 * L_5 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CShopCartManager_get_TotalGold_m1427031330(L_5, /*hidden argument*/NULL); V_2 = L_6; CShopCartManager_t2478140686 * L_7 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = CShopCartManager_get_TotalBindDimond_m3523636963(L_7, /*hidden argument*/NULL); V_3 = L_8; CShopCartManager_t2478140686 * L_9 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = CShopCartManager_get_TotalDimond_m1212600580(L_9, /*hidden argument*/NULL); V_4 = L_10; UILabel_t3248798549 * L_11 = __this->get_m_totalPrice_GoldLab_11(); String_t* L_12 = Int32_ToString_m141394615((&V_2), /*hidden argument*/NULL); NullCheck(L_11); UILabel_set_text_m1071532778(L_11, L_12, /*hidden argument*/NULL); UILabel_t3248798549 * L_13 = __this->get_m_totalPrice_BindDiamondLab_12(); String_t* L_14 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); NullCheck(L_13); UILabel_set_text_m1071532778(L_13, L_14, /*hidden argument*/NULL); UILabel_t3248798549 * L_15 = __this->get_m_totalPrice_DiamondLab_13(); String_t* L_16 = Int32_ToString_m141394615((&V_4), /*hidden argument*/NULL); NullCheck(L_15); UILabel_set_text_m1071532778(L_15, L_16, /*hidden argument*/NULL); } IL_0088: { return; } } // System.Void ScenePersonalWndShopCart::SetChildItem(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_SetChildItem_m3305560484 (ScenePersonalWndShopCart_t554225594 * __this, bool ___bSelected0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShopCart_SetChildItem_m3305560484_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { List_1_t1564634078 * L_0 = __this->get_m_itemList_18(); if (!L_0) { goto IL_0039; } } { V_0 = 0; goto IL_0028; } IL_0012: { List_1_t1564634078 * L_1 = __this->get_m_itemList_18(); int32_t L_2 = V_0; NullCheck(L_1); ScenePersonalShopCartItem_t92559336 * L_3 = List_1_get_Item_m1987002141(L_1, L_2, /*hidden argument*/List_1_get_Item_m1987002141_RuntimeMethod_var); bool L_4 = ___bSelected0; NullCheck(L_3); ScenePersonalShopCartItem_SetCheckItem_m2180354073(L_3, L_4, /*hidden argument*/NULL); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0028: { int32_t L_6 = V_0; List_1_t1564634078 * L_7 = __this->get_m_itemList_18(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_m681168881(L_7, /*hidden argument*/List_1_get_Count_m681168881_RuntimeMethod_var); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0012; } } IL_0039: { return; } } // System.Void ScenePersonalWndShopCart::OnRefreshList(IEventBase) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_OnRefreshList_m4105396533 (ScenePersonalWndShopCart_t554225594 * __this, RuntimeObject* ___evt0, const RuntimeMethod* method) { { ScenePersonalWndShopCart_GenerateShopList_m993783452(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndShopCart::OnRereshSelectCount(IEventBase) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndShopCart_OnRereshSelectCount_m3393481947 (ScenePersonalWndShopCart_t554225594 * __this, RuntimeObject* ___evt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndShopCart_OnRereshSelectCount_m3393481947_MetadataUsageId); s_Il2CppMethodInitialized = true; } IDataEvent_t1799629657 * V_0 = NULL; CDataModelInt_t3463393640 * V_1 = NULL; { RuntimeObject* L_0 = ___evt0; V_0 = ((IDataEvent_t1799629657 *)CastclassClass((RuntimeObject*)L_0, IDataEvent_t1799629657_il2cpp_TypeInfo_var)); IDataEvent_t1799629657 * L_1 = V_0; NullCheck(L_1); IDataModel_t653005279 * L_2 = IDataEvent_get_DataModel_m1980778407(L_1, /*hidden argument*/NULL); V_1 = ((CDataModelInt_t3463393640 *)CastclassClass((RuntimeObject*)L_2, CDataModelInt_t3463393640_il2cpp_TypeInfo_var)); CShopCartManager_t2478140686 * L_3 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CShopCartManager_GetListCount_m518405240(L_3, /*hidden argument*/NULL); CDataModelInt_t3463393640 * L_5 = V_1; NullCheck(L_5); int32_t L_6 = CDataModelInt_get_Data_m274101408(L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)L_6)))) { goto IL_004f; } } { CDataModelInt_t3463393640 * L_7 = V_1; NullCheck(L_7); int32_t L_8 = CDataModelInt_get_Data_m274101408(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004f; } } { CShopCartManager_t2478140686 * L_9 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); CShopCartManager_set_IsCheckAll_m642952636(L_9, (bool)1, /*hidden argument*/NULL); UICheckbox_t2276134195 * L_10 = __this->get_m_checkAll_14(); NullCheck(L_10); UICheckbox_set_isChecked_m1641198106(L_10, (bool)1, /*hidden argument*/NULL); goto IL_0066; } IL_004f: { CShopCartManager_t2478140686 * L_11 = CShopCartManager_GetInstance_m4201379927(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); CShopCartManager_set_IsCheckAll_m642952636(L_11, (bool)0, /*hidden argument*/NULL); UICheckbox_t2276134195 * L_12 = __this->get_m_checkAll_14(); NullCheck(L_12); UICheckbox_set_isChecked_m1641198106(L_12, (bool)0, /*hidden argument*/NULL); } IL_0066: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ScenePersonalWndSignIn::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn__ctor_m1494705638 (ScenePersonalWndSignIn_t3402646 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // ScenePersonalWndSignIn ScenePersonalWndSignIn::GetInstance() extern "C" IL2CPP_METHOD_ATTR ScenePersonalWndSignIn_t3402646 * ScenePersonalWndSignIn_GetInstance_m3808888731 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_GetInstance_m3808888731_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndSignIn_t3402646_il2cpp_TypeInfo_var); ScenePersonalWndSignIn_t3402646 * L_0 = ((ScenePersonalWndSignIn_t3402646_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndSignIn_t3402646_il2cpp_TypeInfo_var))->get_s_instance_2(); return L_0; } } // System.Void ScenePersonalWndSignIn::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_OnPageInit_m2038196616 (ScenePersonalWndSignIn_t3402646 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_OnPageInit_m2038196616_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_14(); if (L_0) { goto IL_0132; } } { __this->set_isPageInit_14((bool)1); __this->set_m_uiRoot_3(((GameObjectU5BU5D_t3328599146*)SZArrayNew(GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var, (uint32_t)2))); GameObjectU5BU5D_t3328599146* L_1 = __this->get_m_uiRoot_3(); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_Find_m1729760951(L_2, _stringLiteral4111871920, /*hidden argument*/NULL); NullCheck(L_3); GameObject_t1113636619 * L_4 = Component_get_gameObject_m442555142(L_3, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (GameObject_t1113636619 *)L_4); GameObjectU5BU5D_t3328599146* L_5 = __this->get_m_uiRoot_3(); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral1179942904, /*hidden argument*/NULL); NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (GameObject_t1113636619 *)L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_9); Transform_t3600365921 * L_10 = Transform_Find_m1729760951(L_9, _stringLiteral3402350356, /*hidden argument*/NULL); NullCheck(L_10); GameObject_t1113636619 * L_11 = Component_get_gameObject_m442555142(L_10, /*hidden argument*/NULL); __this->set_m_Description_5(L_11); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_12, _stringLiteral2591464167, /*hidden argument*/NULL); NullCheck(L_13); uiItemDetail_t2651173627 * L_14 = Component_GetComponent_TisuiItemDetail_t2651173627_m635765916(L_13, /*hidden argument*/Component_GetComponent_TisuiItemDetail_t2651173627_m635765916_RuntimeMethod_var); __this->set_m_itemDetail_6(L_14); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_15); Transform_t3600365921 * L_16 = Transform_Find_m1729760951(L_15, _stringLiteral235165215, /*hidden argument*/NULL); NullCheck(L_16); UILabel_t3248798549 * L_17 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_16, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_AwardDescription_7(L_17); Transform_t3600365921 * L_18 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UILabel_t3248798549 * L_19 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_18, _stringLiteral195177710, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_uiSignInMonthLabel_9(L_19); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_21 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_20, _stringLiteral989359833, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_uiSignNum_10(L_21); Transform_t3600365921 * L_22 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_22); Transform_t3600365921 * L_23 = Transform_Find_m1729760951(L_22, _stringLiteral3011677026, /*hidden argument*/NULL); NullCheck(L_23); UILabel_t3248798549 * L_24 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_23, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_AwardDescriptionTitle_8(L_24); UILabel_t3248798549 * L_25 = __this->get_m_AwardDescriptionTitle_8(); CTextHelp_t3119637808 * L_26 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); String_t* L_27 = CTextHelp_GetText_m372251958(L_26, _stringLiteral3692918314, /*hidden argument*/NULL); NullCheck(L_25); UILabel_set_text_m1071532778(L_25, L_27, /*hidden argument*/NULL); Transform_t3600365921 * L_28 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_28); Transform_t3600365921 * L_29 = Transform_Find_m1729760951(L_28, _stringLiteral450785856, /*hidden argument*/NULL); NullCheck(L_29); DMListView_t512231514 * L_30 = Component_GetComponent_TisDMListView_t512231514_m151075097(L_29, /*hidden argument*/Component_GetComponent_TisDMListView_t512231514_m151075097_RuntimeMethod_var); __this->set_m_Viewlist_4(L_30); DMListView_t512231514 * L_31 = __this->get_m_Viewlist_4(); NullCheck(L_31); DMListView_SetEnumInfo_m2581368040(L_31, 0, 1, /*hidden argument*/NULL); } IL_0132: { return; } } // System.Void ScenePersonalWndSignIn::Awake() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_Awake_m3219806141 (ScenePersonalWndSignIn_t3402646 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_Awake_m3219806141_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndSignIn_t3402646_il2cpp_TypeInfo_var); ((ScenePersonalWndSignIn_t3402646_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndSignIn_t3402646_il2cpp_TypeInfo_var))->set_s_instance_2(__this); return; } } // System.Void ScenePersonalWndSignIn::Start() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_Start_m2270058120 (ScenePersonalWndSignIn_t3402646 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_Start_m2270058120_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { UILabel_t3248798549 * L_0 = __this->get_m_uiSignInMonthLabel_9(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { UILabel_t3248798549 * L_2 = __this->get_m_uiSignInMonthLabel_9(); NullCheck(L_2); String_t* L_3 = UILabel_get_text_m389124667(L_2, /*hidden argument*/NULL); __this->set_monthStr_11(L_3); } IL_0022: { UILabel_t3248798549 * L_4 = __this->get_m_uiSignNum_10(); NullCheck(L_4); String_t* L_5 = UILabel_get_text_m389124667(L_4, /*hidden argument*/NULL); __this->set_signNumStr_12(L_5); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_6 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = DateTime_get_Month_m1566006993((&V_0), /*hidden argument*/NULL); ScenePersonalWndSignIn_upataMonth_m3538352852(__this, L_7, /*hidden argument*/NULL); UILabel_t3248798549 * L_8 = __this->get_m_AwardDescription_7(); CTextHelp_t3119637808 * L_9 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = CTextHelp_GetText_m372251958(L_9, _stringLiteral3210248438, /*hidden argument*/NULL); NullCheck(L_8); UILabel_set_text_m1071532778(L_8, L_10, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSignIn::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_OnDestroy_m2159940738 (ScenePersonalWndSignIn_t3402646 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_OnDestroy_m2159940738_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndSignIn_t3402646_il2cpp_TypeInfo_var); ((ScenePersonalWndSignIn_t3402646_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndSignIn_t3402646_il2cpp_TypeInfo_var))->set_s_instance_2((ScenePersonalWndSignIn_t3402646 *)NULL); return; } } // System.Void ScenePersonalWndSignIn::Update() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_Update_m515336516 (ScenePersonalWndSignIn_t3402646 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_Update_m515336516_MetadataUsageId); s_Il2CppMethodInitialized = true; } CSignInOldActivity_t331747599 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); IActivityDetail_t2848416189 * L_0 = CActivityManager_get_CurrentActivityDetail_m2092664254(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = ((CSignInOldActivity_t331747599 *)IsInstClass((RuntimeObject*)L_0, CSignInOldActivity_t331747599_il2cpp_TypeInfo_var)); CSignInOldActivity_t331747599 * L_1 = V_0; if (L_1) { goto IL_0012; } } { return; } IL_0012: { CSignInOldActivity_t331747599 * L_2 = V_0; NullCheck(L_2); bool L_3 = IActivityDetail_get_IsNewUpdate_m3510163353(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0036; } } { CSignInOldActivity_t331747599 * L_4 = V_0; NullCheck(L_4); bool L_5 = IActivityDetail_get_IsDataReady_m67484584(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0036; } } { CSignInOldActivity_t331747599 * L_6 = V_0; NullCheck(L_6); IActivityDetail_set_IsNewUpdate_m176409430(L_6, (bool)0, /*hidden argument*/NULL); CSignInOldActivity_t331747599 * L_7 = V_0; ScenePersonalWndSignIn_OnFreshPage_m1657416225(__this, L_7, /*hidden argument*/NULL); } IL_0036: { return; } } // System.Void ScenePersonalWndSignIn::OnFreshPage(DMCore.Logic.CSignInOldActivity) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_OnFreshPage_m1657416225 (ScenePersonalWndSignIn_t3402646 * __this, CSignInOldActivity_t331747599 * ___activityInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_OnFreshPage_m1657416225_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Transform_t3600365921 * V_3 = NULL; uiSignInGroup_t1608014557 * V_4 = NULL; int32_t V_5 = 0; Transform_t3600365921 * V_6 = NULL; uiSignInGroup_t1608014557 * V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; Transform_t3600365921 * V_10 = NULL; uiSignInGroup_t1608014557 * V_11 = NULL; uiSignInItem_t3961333000 * V_12 = NULL; uiSignInGroup_t1608014557 * G_B7_0 = NULL; uiSignInGroup_t1608014557 * G_B17_0 = NULL; int32_t G_B27_0 = 0; uiSignInGroup_t1608014557 * G_B30_0 = NULL; { CSignInOldActivity_t331747599 * L_0 = ___activityInfo0; NullCheck(L_0); int32_t L_1 = CSignInOldActivity_get_dataCount_m1178675595(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_000f; } } { return; } IL_000f: { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))/(int32_t)5)), (int32_t)1)); DMListView_t512231514 * L_4 = __this->get_m_Viewlist_4(); NullCheck(L_4); int32_t L_5 = DMListView_GetCount_m1758119318(L_4, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; int32_t L_7 = V_0; if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0089; } } { DMListView_t512231514 * L_8 = __this->get_m_Viewlist_4(); int32_t L_9 = V_0; NullCheck(L_8); DMListView_SetCount_m3988156788(L_8, L_9, /*hidden argument*/NULL); V_2 = 0; goto IL_007d; } IL_003d: { DMListView_t512231514 * L_10 = __this->get_m_Viewlist_4(); int32_t L_11 = V_2; NullCheck(L_10); Transform_t3600365921 * L_12 = DMListView_GetChild_m2593465524(L_10, L_11, /*hidden argument*/NULL); V_3 = L_12; Transform_t3600365921 * L_13 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0061; } } { Transform_t3600365921 * L_15 = V_3; NullCheck(L_15); uiSignInGroup_t1608014557 * L_16 = Component_GetComponent_TisuiSignInGroup_t1608014557_m3742170200(L_15, /*hidden argument*/Component_GetComponent_TisuiSignInGroup_t1608014557_m3742170200_RuntimeMethod_var); G_B7_0 = L_16; goto IL_0062; } IL_0061: { G_B7_0 = ((uiSignInGroup_t1608014557 *)(NULL)); } IL_0062: { V_4 = G_B7_0; uiSignInGroup_t1608014557 * L_17 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_18 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0079; } } { uiSignInGroup_t1608014557 * L_19 = V_4; int32_t L_20 = V_2; NullCheck(L_19); uiSignInGroup_SetIndex_m946349348(L_19, L_20, /*hidden argument*/NULL); } IL_0079: { int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_007d: { int32_t L_22 = V_2; int32_t L_23 = V_0; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_003d; } } { goto IL_00f5; } IL_0089: { int32_t L_24 = V_1; int32_t L_25 = V_0; if ((((int32_t)L_24) <= ((int32_t)L_25))) { goto IL_00f5; } } { DMListView_t512231514 * L_26 = __this->get_m_Viewlist_4(); int32_t L_27 = V_1; int32_t L_28 = V_0; NullCheck(L_26); DMListView_Remove_m2211400149(L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/NULL); V_5 = 0; goto IL_00ed; } IL_00a6: { DMListView_t512231514 * L_29 = __this->get_m_Viewlist_4(); int32_t L_30 = V_5; NullCheck(L_29); Transform_t3600365921 * L_31 = DMListView_GetChild_m2593465524(L_29, L_30, /*hidden argument*/NULL); V_6 = L_31; Transform_t3600365921 * L_32 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_33 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00ce; } } { Transform_t3600365921 * L_34 = V_6; NullCheck(L_34); uiSignInGroup_t1608014557 * L_35 = Component_GetComponent_TisuiSignInGroup_t1608014557_m3742170200(L_34, /*hidden argument*/Component_GetComponent_TisuiSignInGroup_t1608014557_m3742170200_RuntimeMethod_var); G_B17_0 = L_35; goto IL_00cf; } IL_00ce: { G_B17_0 = ((uiSignInGroup_t1608014557 *)(NULL)); } IL_00cf: { V_7 = G_B17_0; uiSignInGroup_t1608014557 * L_36 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_37 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00e7; } } { uiSignInGroup_t1608014557 * L_38 = V_7; int32_t L_39 = V_5; NullCheck(L_38); uiSignInGroup_SetIndex_m946349348(L_38, L_39, /*hidden argument*/NULL); } IL_00e7: { int32_t L_40 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00ed: { int32_t L_41 = V_5; int32_t L_42 = V_0; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00a6; } } IL_00f5: { CSignInOldActivity_t331747599 * L_43 = ___activityInfo0; NullCheck(L_43); int32_t L_44 = CSignInOldActivity_get_nMonth_m3866408832(L_43, /*hidden argument*/NULL); ScenePersonalWndSignIn_upataMonth_m3538352852(__this, L_44, /*hidden argument*/NULL); UILabel_t3248798549 * L_45 = __this->get_m_uiSignNum_10(); String_t* L_46 = __this->get_signNumStr_12(); CSignInOldActivity_t331747599 * L_47 = ___activityInfo0; NullCheck(L_47); int32_t L_48 = CSignInOldActivity_get_nSignInDay_m2668117086(L_47, /*hidden argument*/NULL); int32_t L_49 = L_48; RuntimeObject * L_50 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_49); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_51 = String_Format_m2844511972(NULL /*static, unused*/, L_46, L_50, /*hidden argument*/NULL); NullCheck(L_45); UILabel_set_text_m1071532778(L_45, L_51, /*hidden argument*/NULL); CSignInOldActivity_t331747599 * L_52 = ___activityInfo0; NullCheck(L_52); bool L_53 = CSignInOldActivity_get_bIsSignIn_m734214288(L_52, /*hidden argument*/NULL); if (L_53) { goto IL_0138; } } { CSignInOldActivity_t331747599 * L_54 = ___activityInfo0; NullCheck(L_54); bool L_55 = CSignInOldActivity_get_bIsCompensate_m1980149392(L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_01d4; } } IL_0138: { bool L_56 = __this->get_m_bIsRequestSignIn_13(); if (!L_56) { goto IL_01d4; } } { CSignInOldActivity_t331747599 * L_57 = ___activityInfo0; NullCheck(L_57); bool L_58 = CSignInOldActivity_get_bIsSignIn_m734214288(L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_0159; } } { CSignInOldActivity_t331747599 * L_59 = ___activityInfo0; NullCheck(L_59); int32_t L_60 = CSignInOldActivity_get_nSignInDay_m2668117086(L_59, /*hidden argument*/NULL); G_B27_0 = L_60; goto IL_0161; } IL_0159: { CSignInOldActivity_t331747599 * L_61 = ___activityInfo0; NullCheck(L_61); int32_t L_62 = CSignInOldActivity_get_nSignInDay_m2668117086(L_61, /*hidden argument*/NULL); G_B27_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)1)); } IL_0161: { V_8 = G_B27_0; int32_t L_63 = V_8; V_9 = ((int32_t)((int32_t)L_63/(int32_t)5)); DMListView_t512231514 * L_64 = __this->get_m_Viewlist_4(); int32_t L_65 = V_9; NullCheck(L_64); Transform_t3600365921 * L_66 = DMListView_GetChild_m2593465524(L_64, L_65, /*hidden argument*/NULL); V_10 = L_66; Transform_t3600365921 * L_67 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_68 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_0191; } } { Transform_t3600365921 * L_69 = V_10; NullCheck(L_69); uiSignInGroup_t1608014557 * L_70 = Component_GetComponent_TisuiSignInGroup_t1608014557_m3742170200(L_69, /*hidden argument*/Component_GetComponent_TisuiSignInGroup_t1608014557_m3742170200_RuntimeMethod_var); G_B30_0 = L_70; goto IL_0192; } IL_0191: { G_B30_0 = ((uiSignInGroup_t1608014557 *)(NULL)); } IL_0192: { V_11 = G_B30_0; uiSignInGroup_t1608014557 * L_71 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_72 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_71, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_72) { goto IL_01d4; } } { uiSignInGroup_t1608014557 * L_73 = V_11; int32_t L_74 = V_8; int32_t L_75 = V_9; NullCheck(L_73); uiSignInItem_t3961333000 * L_76 = uiSignInGroup_GetItem_m2932220602(L_73, ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_75, (int32_t)5)))), /*hidden argument*/NULL); V_12 = L_76; uiSignInItem_t3961333000 * L_77 = V_12; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_78 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_77, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_78) { goto IL_01d4; } } { DMListView_t512231514 * L_79 = __this->get_m_Viewlist_4(); int32_t L_80 = V_9; NullCheck(L_79); DMListView_MoveToIndex_m1296365812(L_79, ((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1)), /*hidden argument*/NULL); uiSignInItem_t3961333000 * L_81 = V_12; NullCheck(L_81); uiSignInItem_OnSignIn_m3693682044(L_81, /*hidden argument*/NULL); } IL_01d4: { return; } } // System.Void ScenePersonalWndSignIn::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_OnPageShow_m3983832864 (ScenePersonalWndSignIn_t3402646 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_OnPageShow_m3983832864_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); CActivityManager_set_CurrentActivityID_m3427631240(NULL /*static, unused*/, ((int32_t)13), /*hidden argument*/NULL); CActivityManager_set_CurrentActivityNewID_m3777995524(NULL /*static, unused*/, ((int32_t)13), /*hidden argument*/NULL); CActivityManager_t1081296145 * L_0 = CActivityManager_GetInstance_m2243292784(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CActivityManager_RequestIndependentActivityDetail_m3844469866(L_0, /*hidden argument*/NULL); GameObjectU5BU5D_t3328599146* L_1 = __this->get_m_uiRoot_3(); if (!L_1) { goto IL_0082; } } { GameObjectU5BU5D_t3328599146* L_2 = __this->get_m_uiRoot_3(); NullCheck(L_2); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_0082; } } { V_0 = 0; goto IL_0074; } IL_003d: { int32_t L_3 = V_0; if (L_3) { goto IL_0062; } } { GameObjectU5BU5D_t3328599146* L_4 = __this->get_m_uiRoot_3(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; GameObject_t1113636619 * L_7 = (L_4)->GetAt(static_cast(L_6)); intptr_t L_8 = (intptr_t)ScenePersonalWndSignIn_OnFadeInEnd_m1062796230_RuntimeMethod_var; OnEventCall_t3758354630 * L_9 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_9, __this, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_PlayUIFadeInAnim_m1663334860(NULL /*static, unused*/, L_7, L_9, /*hidden argument*/NULL); goto IL_0070; } IL_0062: { GameObjectU5BU5D_t3328599146* L_10 = __this->get_m_uiRoot_3(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; GameObject_t1113636619 * L_13 = (L_10)->GetAt(static_cast(L_12)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_PlayUIFadeInAnim_m3782047047(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); } IL_0070: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0074: { int32_t L_15 = V_0; GameObjectU5BU5D_t3328599146* L_16 = __this->get_m_uiRoot_3(); NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_003d; } } IL_0082: { IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_17 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CSignsManager_SetCurrentPageType_m2203410416(L_17, ((int32_t)260), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSignIn::upataMonth(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_upataMonth_m3538352852 (ScenePersonalWndSignIn_t3402646 * __this, int32_t ___month0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_upataMonth_m3538352852_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UILabel_t3248798549 * L_0 = __this->get_m_uiSignInMonthLabel_9(); String_t* L_1 = __this->get_monthStr_11(); String_t* L_2 = Int32_ToString_m141394615((&___month0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m2844511972(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); UILabel_set_text_m1071532778(L_0, L_3, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSignIn::OnFadeInEnd(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_OnFadeInEnd_m1062796230 (ScenePersonalWndSignIn_t3402646 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_OnFadeInEnd_m1062796230_MetadataUsageId); s_Il2CppMethodInitialized = true; } CSignInOldActivity_t331747599 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Transform_t3600365921 * V_3 = NULL; uiSignInGroup_t1608014557 * V_4 = NULL; uiSignInItem_t3961333000 * V_5 = NULL; int32_t G_B7_0 = 0; uiSignInGroup_t1608014557 * G_B10_0 = NULL; { __this->set_m_bIsRequestSignIn_13((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); IActivityDetail_t2848416189 * L_0 = CActivityManager_get_CurrentActivityDetail_m2092664254(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = ((CSignInOldActivity_t331747599 *)IsInstClass((RuntimeObject*)L_0, CSignInOldActivity_t331747599_il2cpp_TypeInfo_var)); CSignInOldActivity_t331747599 * L_1 = V_0; if (L_1) { goto IL_0019; } } { return; } IL_0019: { CSignInOldActivity_t331747599 * L_2 = V_0; NullCheck(L_2); bool L_3 = CSignInOldActivity_get_bIsSignIn_m734214288(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002f; } } { CSignInOldActivity_t331747599 * L_4 = V_0; NullCheck(L_4); bool L_5 = CSignInOldActivity_get_bIsCompensate_m1980149392(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00bd; } } IL_002f: { CSignInOldActivity_t331747599 * L_6 = V_0; NullCheck(L_6); bool L_7 = CSignInOldActivity_get_bIsSignIn_m734214288(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0045; } } { CSignInOldActivity_t331747599 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = CSignInOldActivity_get_nSignInDay_m2668117086(L_8, /*hidden argument*/NULL); G_B7_0 = L_9; goto IL_004d; } IL_0045: { CSignInOldActivity_t331747599 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = CSignInOldActivity_get_nSignInDay_m2668117086(L_10, /*hidden argument*/NULL); G_B7_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); } IL_004d: { V_1 = G_B7_0; int32_t L_12 = V_1; V_2 = ((int32_t)((int32_t)L_12/(int32_t)5)); DMListView_t512231514 * L_13 = __this->get_m_Viewlist_4(); int32_t L_14 = V_2; NullCheck(L_13); Transform_t3600365921 * L_15 = DMListView_GetChild_m2593465524(L_13, L_14, /*hidden argument*/NULL); V_3 = L_15; Transform_t3600365921 * L_16 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_17 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0076; } } { Transform_t3600365921 * L_18 = V_3; NullCheck(L_18); uiSignInGroup_t1608014557 * L_19 = Component_GetComponent_TisuiSignInGroup_t1608014557_m3742170200(L_18, /*hidden argument*/Component_GetComponent_TisuiSignInGroup_t1608014557_m3742170200_RuntimeMethod_var); G_B10_0 = L_19; goto IL_0077; } IL_0076: { G_B10_0 = ((uiSignInGroup_t1608014557 *)(NULL)); } IL_0077: { V_4 = G_B10_0; uiSignInGroup_t1608014557 * L_20 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_21 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_20, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_00bd; } } { uiSignInGroup_t1608014557 * L_22 = V_4; int32_t L_23 = V_1; int32_t L_24 = V_2; NullCheck(L_22); uiSignInItem_t3961333000 * L_25 = uiSignInGroup_GetItem_m2932220602(L_22, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)5)))), /*hidden argument*/NULL); V_5 = L_25; uiSignInItem_t3961333000 * L_26 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_27 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_26, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_27) { goto IL_00bd; } } { __this->set_m_bIsRequestSignIn_13((bool)0); DMListView_t512231514 * L_28 = __this->get_m_Viewlist_4(); int32_t L_29 = V_2; NullCheck(L_28); DMListView_MoveToIndex_m1296365812(L_28, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)), /*hidden argument*/NULL); uiSignInItem_t3961333000 * L_30 = V_5; NullCheck(L_30); uiSignInItem_OnSignIn_m3693682044(L_30, /*hidden argument*/NULL); } IL_00bd: { return; } } // System.Void ScenePersonalWndSignIn::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_OnPageHide_m4294674506 (ScenePersonalWndSignIn_t3402646 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_OnPageHide_m4294674506_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); CActivityManager_set_CurrentActivityID_m3427631240(NULL /*static, unused*/, (-1), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSignIn::OnAcceptAward() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_OnAcceptAward_m552693954 (ScenePersonalWndSignIn_t3402646 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_OnAcceptAward_m552693954_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); CActivityManager_t1081296145 * L_0 = CActivityManager_GetInstance_m2243292784(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CActivityManager_AcceptAward_m1286719926(L_0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSignIn::ShowItemDetail(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_ShowItemDetail_m847796296 (ScenePersonalWndSignIn_t3402646 * __this, int32_t ___index0, const RuntimeMethod* method) { { uiItemDetail_t2651173627 * L_0 = __this->get_m_itemDetail_6(); NullCheck(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(L_0, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)1, /*hidden argument*/NULL); uiItemDetail_t2651173627 * L_2 = __this->get_m_itemDetail_6(); int32_t L_3 = ___index0; NullCheck(L_2); uiItemDetail_SetDetail_m434672149(L_2, L_3, /*hidden argument*/NULL); return; } } // DMCore.Logic.CSignInOldActivity/DayData ScenePersonalWndSignIn::GetItemData(System.Int32) extern "C" IL2CPP_METHOD_ATTR DayData_t3559000048 * ScenePersonalWndSignIn_GetItemData_m3903464664 (ScenePersonalWndSignIn_t3402646 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_GetItemData_m3903464664_MetadataUsageId); s_Il2CppMethodInitialized = true; } CSignInOldActivity_t331747599 * V_0 = NULL; DayData_t3559000048 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); IActivityDetail_t2848416189 * L_0 = CActivityManager_get_CurrentActivityDetail_m2092664254(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = ((CSignInOldActivity_t331747599 *)IsInstClass((RuntimeObject*)L_0, CSignInOldActivity_t331747599_il2cpp_TypeInfo_var)); CSignInOldActivity_t331747599 * L_1 = V_0; if (L_1) { goto IL_0013; } } { return (DayData_t3559000048 *)NULL; } IL_0013: { CSignInOldActivity_t331747599 * L_2 = V_0; int32_t L_3 = ___index0; NullCheck(L_2); DayData_t3559000048 * L_4 = CSignInOldActivity_GetSignInData_m3779770863(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; DayData_t3559000048 * L_5 = V_1; return L_5; } } // System.Void ScenePersonalWndSignIn::OnCloseCallBack() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_OnCloseCallBack_m3304446764 (ScenePersonalWndSignIn_t3402646 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_OnCloseCallBack_m3304446764_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { 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)260), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CUserGuideHelp_t3161639665_il2cpp_TypeInfo_var); CUserGuideHelp_t3161639665 * L_1 = CUserGuideHelp_GetInstance_m275027335(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CUserGuideHelp_PopWndId_m1060096610(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)0) >= ((int32_t)L_3))) { goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_4 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = V_0; NullCheck(L_4); CWndController_ShowUI_m3552255067(L_4, L_5, /*hidden argument*/NULL); } IL_002d: { return; } } // System.Void ScenePersonalWndSignIn::OnOpenDescription() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_OnOpenDescription_m195401275 (ScenePersonalWndSignIn_t3402646 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_OnOpenDescription_m195401275_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PageTipsManager_t2228145721_il2cpp_TypeInfo_var); PageTipsManager_t2228145721 * L_0 = PageTipsManager_GetInstance_m1518232043(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); PageTipsManager_ShowTipWnd_m2060964210(L_0, ((int32_t)260), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSignIn::OnCloseDescription() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn_OnCloseDescription_m806463059 (ScenePersonalWndSignIn_t3402646 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSignIn_OnCloseDescription_m806463059_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PageTipsManager_t2228145721_il2cpp_TypeInfo_var); PageTipsManager_t2228145721 * L_0 = PageTipsManager_GetInstance_m1518232043(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); PageTipsManager_HideTipWnd_m2878380487(L_0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSignIn::.cctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSignIn__cctor_m1262477975 (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 ScenePersonalWndSuitcasePackage::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSuitcasePackage__ctor_m693886626 (ScenePersonalWndSuitcasePackage_t1713973624 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSuitcasePackage__ctor_m693886626_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUIBase_t3255455658_il2cpp_TypeInfo_var); CUIBase__ctor_m220894030(__this, /*hidden argument*/NULL); return; } } // ScenePersonalWndSuitcasePackage ScenePersonalWndSuitcasePackage::GetInstance() extern "C" IL2CPP_METHOD_ATTR ScenePersonalWndSuitcasePackage_t1713973624 * ScenePersonalWndSuitcasePackage_GetInstance_m934131983 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSuitcasePackage_GetInstance_m934131983_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndSuitcasePackage_t1713973624_il2cpp_TypeInfo_var); ScenePersonalWndSuitcasePackage_t1713973624 * L_0 = ((ScenePersonalWndSuitcasePackage_t1713973624_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndSuitcasePackage_t1713973624_il2cpp_TypeInfo_var))->get_s_instance_8(); return L_0; } } // System.Void ScenePersonalWndSuitcasePackage::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSuitcasePackage_OnPageInit_m820829987 (ScenePersonalWndSuitcasePackage_t1713973624 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSuitcasePackage_OnPageInit_m820829987_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3319525431 * V_0 = NULL; uiMonoMenuArrow_t4143206342 * V_1 = NULL; List_1_t3319525431 * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(ScenePersonalWndSuitcasePackage_t1713973624_il2cpp_TypeInfo_var); ((ScenePersonalWndSuitcasePackage_t1713973624_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndSuitcasePackage_t1713973624_il2cpp_TypeInfo_var))->set_s_instance_8(__this); __this->set_m_bFirstOpen_16((bool)1); Transform_t3600365921 * L_0 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_t3600365921 * L_1 = Transform_Find_m1729760951(L_0, _stringLiteral3059639593, /*hidden argument*/NULL); NullCheck(L_1); uiBtnList_t3771050923 * L_2 = Component_GetComponent_TisuiBtnList_t3771050923_m2370419788(L_1, /*hidden argument*/Component_GetComponent_TisuiBtnList_t3771050923_m2370419788_RuntimeMethod_var); __this->set_m_btnList_9(L_2); Transform_t3600365921 * L_3 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_t3600365921 * L_4 = Transform_Find_m1729760951(L_3, _stringLiteral3451670698, /*hidden argument*/NULL); NullCheck(L_4); ItemPageGroup_t3769455068 * L_5 = Component_GetComponent_TisItemPageGroup_t3769455068_m1329035802(L_4, /*hidden argument*/Component_GetComponent_TisItemPageGroup_t3769455068_m1329035802_RuntimeMethod_var); __this->set_m_pageArea_10(L_5); Transform_t3600365921 * L_6 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral3452751330, /*hidden argument*/NULL); NullCheck(L_7); uiSuitcasePkgList_t1807308089 * L_8 = Component_GetComponent_TisuiSuitcasePkgList_t1807308089_m2463780937(L_7, /*hidden argument*/Component_GetComponent_TisuiSuitcasePkgList_t1807308089_m2463780937_RuntimeMethod_var); __this->set_m_PkgList_11(L_8); List_1_t3319525431 * L_9 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_9, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_0 = L_9; List_1_t3319525431 * L_10 = V_0; NullCheck(L_10); List_1_Add_m1685793073(L_10, _stringLiteral1211046338, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_11 = V_0; NullCheck(L_11); List_1_Add_m1685793073(L_11, _stringLiteral1211046338, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_12 = V_0; NullCheck(L_12); List_1_Add_m1685793073(L_12, _stringLiteral1211046338, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_13 = V_0; NullCheck(L_13); List_1_Add_m1685793073(L_13, _stringLiteral1211051449, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_14 = V_0; NullCheck(L_14); List_1_Add_m1685793073(L_14, _stringLiteral1211052472, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_15 = V_0; NullCheck(L_15); List_1_Add_m1685793073(L_15, _stringLiteral1210926783, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_16 = V_0; NullCheck(L_16); List_1_Add_m1685793073(L_16, _stringLiteral1689750382, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_17 = V_0; NullCheck(L_17); List_1_Add_m1685793073(L_17, _stringLiteral1689750382, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_18 = V_0; NullCheck(L_18); List_1_Add_m1685793073(L_18, _stringLiteral1689750382, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_19 = V_0; NullCheck(L_19); List_1_Add_m1685793073(L_19, _stringLiteral1689755699, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_20 = V_0; NullCheck(L_20); List_1_Add_m1685793073(L_20, _stringLiteral1689756916, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_21 = V_0; NullCheck(L_21); List_1_Add_m1685793073(L_21, _stringLiteral1689761961, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_22 = V_0; NullCheck(L_22); List_1_Add_m1685793073(L_22, _stringLiteral2615678418, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_23 = V_0; NullCheck(L_23); List_1_Add_m1685793073(L_23, _stringLiteral2615678418, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_24 = V_0; NullCheck(L_24); List_1_Add_m1685793073(L_24, _stringLiteral4269867993, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_25 = V_0; NullCheck(L_25); List_1_Add_m1685793073(L_25, _stringLiteral488935399, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_26 = V_0; NullCheck(L_26); List_1_Add_m1685793073(L_26, _stringLiteral2615678418, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); ItemPageGroup_t3769455068 * L_27 = __this->get_m_pageArea_10(); List_1_t3319525431 * L_28 = V_0; NullCheck(L_27); ItemPageGroup_OnPageInit_m2780207576(L_27, 6, L_28, /*hidden argument*/NULL); Transform_t3600365921 * L_29 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_29); uiMonoMenuArrow_t4143206342 * L_30 = Component_GetComponent_TisuiMonoMenuArrow_t4143206342_m1669054587(L_29, /*hidden argument*/Component_GetComponent_TisuiMonoMenuArrow_t4143206342_m1669054587_RuntimeMethod_var); V_1 = L_30; uiMonoMenuArrow_t4143206342 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_32 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_31, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_32) { goto IL_0166; } } { List_1_t3319525431 * L_33 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_33, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_2 = L_33; List_1_t3319525431 * L_34 = V_2; NullCheck(L_34); List_1_Add_m1685793073(L_34, _stringLiteral3059639593, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); Transform_t3600365921 * L_35 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_35); uiMonoMenuArrow_t4143206342 * L_36 = Component_GetComponent_TisuiMonoMenuArrow_t4143206342_m1669054587(L_35, /*hidden argument*/Component_GetComponent_TisuiMonoMenuArrow_t4143206342_m1669054587_RuntimeMethod_var); List_1_t3319525431 * L_37 = V_2; NullCheck(L_36); uiMonoMenuArrow_OnPageInit_m1739692166(L_36, L_37, /*hidden argument*/NULL); } IL_0166: { Transform_t3600365921 * L_38 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_38); Transform_t3600365921 * L_39 = Transform_Find_m1729760951(L_38, _stringLiteral574385371, /*hidden argument*/NULL); NullCheck(L_39); GameObject_t1113636619 * L_40 = Component_get_gameObject_m442555142(L_39, /*hidden argument*/NULL); __this->set_m_arrowTop_12(L_40); Transform_t3600365921 * L_41 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_41); Transform_t3600365921 * L_42 = Transform_Find_m1729760951(L_41, _stringLiteral1157384847, /*hidden argument*/NULL); NullCheck(L_42); GameObject_t1113636619 * L_43 = Component_get_gameObject_m442555142(L_42, /*hidden argument*/NULL); __this->set_m_arrowBottom_13(L_43); Transform_t3600365921 * L_44 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UILabel_t3248798549 * L_45 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_44, _stringLiteral3626795605, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_themeLabel_14(L_45); Transform_t3600365921 * L_46 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); ThemeRoleData_t305589676 * L_47 = CMiscHelp_GetChildComponent_TisThemeRoleData_t305589676_m3099226915(NULL /*static, unused*/, L_46, _stringLiteral1417577555, /*hidden argument*/CMiscHelp_GetChildComponent_TisThemeRoleData_t305589676_m3099226915_RuntimeMethod_var); __this->set_m_themeRole_15(L_47); IL2CPP_RUNTIME_CLASS_INIT(CChangeGameManager_t2081989347_il2cpp_TypeInfo_var); CChangeGameManager_t2081989347 * L_48 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_48); CDataModelBool_t2269476966 * L_49 = L_48->get_m_SuitcaseGetMsg_25(); intptr_t L_50 = (intptr_t)ScenePersonalWndSuitcasePackage_OnGetServerMsg_m325725669_RuntimeMethod_var; Action_1_t1302699353 * L_51 = (Action_1_t1302699353 *)il2cpp_codegen_object_new(Action_1_t1302699353_il2cpp_TypeInfo_var); Action_1__ctor_m504862446(L_51, __this, L_50, /*hidden argument*/Action_1__ctor_m504862446_RuntimeMethod_var); NullCheck(L_49); IEventDispatcher_AddWatcher_m1530082036(L_49, L_51, /*hidden argument*/NULL); CUIBase_RegistUpdate_m4199357620(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSuitcasePackage::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSuitcasePackage_OnDestroy_m929539219 (ScenePersonalWndSuitcasePackage_t1713973624 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSuitcasePackage_OnDestroy_m929539219_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CUIBase_OnDestroy_m2854673992(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CChangeGameManager_t2081989347_il2cpp_TypeInfo_var); CChangeGameManager_t2081989347 * L_0 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CDataModelBool_t2269476966 * L_1 = L_0->get_m_SuitcaseGetMsg_25(); intptr_t L_2 = (intptr_t)ScenePersonalWndSuitcasePackage_OnGetServerMsg_m325725669_RuntimeMethod_var; Action_1_t1302699353 * L_3 = (Action_1_t1302699353 *)il2cpp_codegen_object_new(Action_1_t1302699353_il2cpp_TypeInfo_var); Action_1__ctor_m504862446(L_3, __this, L_2, /*hidden argument*/Action_1__ctor_m504862446_RuntimeMethod_var); NullCheck(L_1); IEventDispatcher_RemoveWatcher_m2309964606(L_1, L_3, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSuitcasePackage::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSuitcasePackage_OnPageShow_m2856604672 (ScenePersonalWndSuitcasePackage_t1713973624 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSuitcasePackage_OnPageShow_m2856604672_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; { uiBtnList_t3771050923 * L_0 = __this->get_m_btnList_9(); uiSuitcasePkgList_t1807308089 * L_1 = __this->get_m_PkgList_11(); intptr_t L_2 = (intptr_t)uiSuitcasePkgList_ChangeListType_m832230364_RuntimeMethod_var; ChangeHandler_t1870456169 * L_3 = (ChangeHandler_t1870456169 *)il2cpp_codegen_object_new(ChangeHandler_t1870456169_il2cpp_TypeInfo_var); ChangeHandler__ctor_m847356726(L_3, L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); uiBtnList_SetChangedHandle_m2148964665(L_0, L_3, /*hidden argument*/NULL); ItemPageGroup_t3769455068 * L_4 = __this->get_m_pageArea_10(); intptr_t L_5 = (intptr_t)ScenePersonalWndSuitcasePackage_OnPageChanged_m1867036207_RuntimeMethod_var; PageChangedHandler_t2100854622 * L_6 = (PageChangedHandler_t2100854622 *)il2cpp_codegen_object_new(PageChangedHandler_t2100854622_il2cpp_TypeInfo_var); PageChangedHandler__ctor_m1924191764(L_6, __this, L_5, /*hidden argument*/NULL); NullCheck(L_4); ItemPageGroup_SetChangedHandler_m118579031(L_4, L_6, /*hidden argument*/NULL); CMainRole_t4200562839 * L_7 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_7); V_0 = L_8; uiBtnList_t3771050923 * L_9 = __this->get_m_btnList_9(); int32_t L_10 = V_0; NullCheck(L_9); uiBtnList_OnUpdataRoleSex_m3307816919(L_9, L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_11 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); CMyPackageManager_set_IsSelect_m598002399(L_11, (bool)0, /*hidden argument*/NULL); CMyPackageManager_t122981866 * L_12 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CMyPackageManager_set_IsShowSelect_m1057956969(L_12, (bool)1, /*hidden argument*/NULL); bool L_13 = __this->get_m_bFirstOpen_16(); if (!L_13) { goto IL_0085; } } { __this->set_m_bFirstOpen_16((bool)0); ItemPageGroup_t3769455068 * L_14 = __this->get_m_pageArea_10(); NullCheck(L_14); ItemPageGroup_InitPageIndex_m3974147378(L_14, 2, /*hidden argument*/NULL); ScenePersonalWndSuitcasePackage_OnPageChanged_m1867036207(__this, 2, /*hidden argument*/NULL); } IL_0085: { shopModel_t101745799 * L_15 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_16 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); int64_t L_17 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_16); NullCheck(L_15); shopModel_SetShowAvatarTarget_m263909296(L_15, L_17, /*hidden argument*/NULL); shopModel_t101745799 * L_18 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); shopModel_SetAvatarEnable_m3870392861(L_18, (bool)1, /*hidden argument*/NULL); ThemeRoleData_t305589676 * L_19 = __this->get_m_themeRole_15(); IL2CPP_RUNTIME_CLASS_INIT(CChangeGameManager_t2081989347_il2cpp_TypeInfo_var); CChangeGameManager_t2081989347 * L_20 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); CChangeGameManager_t2081989347 * L_21 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = CChangeGameManager_get_SelectedTheme_m476428083(L_21, /*hidden argument*/NULL); NullCheck(L_20); AssembleInfo_t3236776212 * L_23 = CChangeGameManager_GetAssembleInfo_m50004070(L_20, L_22, /*hidden argument*/NULL); NullCheck(L_19); ThemeRoleData_SetInitInfo_m4219959359(L_19, L_23, /*hidden argument*/NULL); CChangeGameManager_t2081989347 * L_24 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = CChangeGameManager_get_SelectedTheme_m476428083(L_24, /*hidden argument*/NULL); V_1 = L_25; FashionThemeCfg_t420161380 * L_26 = FashionThemeCfg_GetInstance_m223545720(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_27 = V_1; NullCheck(L_26); String_t* L_28 = FashionThemeCfg_GetThemeNameByThemeId_m3315609266(L_26, L_27, /*hidden argument*/NULL); V_2 = L_28; UILabel_t3248798549 * L_29 = __this->get_m_themeLabel_14(); String_t* L_30 = V_2; NullCheck(L_29); UILabel_set_text_m1071532778(L_29, L_30, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSuitcasePackage::OnGetServerMsg(IEventBase) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSuitcasePackage_OnGetServerMsg_m325725669 (ScenePersonalWndSuitcasePackage_t1713973624 * __this, RuntimeObject* ___evt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSuitcasePackage_OnGetServerMsg_m325725669_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ThemeRoleData_t305589676 * L_0 = __this->get_m_themeRole_15(); IL2CPP_RUNTIME_CLASS_INIT(CChangeGameManager_t2081989347_il2cpp_TypeInfo_var); CChangeGameManager_t2081989347 * L_1 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); CChangeGameManager_t2081989347 * L_2 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CChangeGameManager_get_SelectedTheme_m476428083(L_2, /*hidden argument*/NULL); NullCheck(L_1); AssembleInfo_t3236776212 * L_4 = CChangeGameManager_GetAssembleInfo_m50004070(L_1, L_3, /*hidden argument*/NULL); NullCheck(L_0); ThemeRoleData_SetInfo_m1615387172(L_0, L_4, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSuitcasePackage::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSuitcasePackage_OnPageHide_m563393687 (ScenePersonalWndSuitcasePackage_t1713973624 * __this, const RuntimeMethod* method) { { shopModel_t101745799 * L_0 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); shopModel_ResumeMainRole_m3008746332(L_0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSuitcasePackage::Update() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSuitcasePackage_Update_m1138399949 (ScenePersonalWndSuitcasePackage_t1713973624 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSuitcasePackage_Update_m1138399949_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CUIBase_Update_m4138194535(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CChangeGameManager_t2081989347_il2cpp_TypeInfo_var); CChangeGameManager_t2081989347 * L_0 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CDataModelBool_t2269476966 * L_1 = L_0->get_m_SuitcaseGetMsg_25(); NullCheck(L_1); bool L_2 = CDataModelBool_get_Data_m2289136987(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(CChangeGameManager_t2081989347_il2cpp_TypeInfo_var); CChangeGameManager_t2081989347 * L_3 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CDataModelBool_t2269476966 * L_4 = L_3->get_m_SuitcaseGetMsg_25(); NullCheck(L_4); CDataModelBool_set_Data_m838892248(L_4, (bool)0, /*hidden argument*/NULL); uiSuitcasePkgList_t1807308089 * L_5 = __this->get_m_PkgList_11(); NullCheck(L_5); uiSuitcasePkgList_OnRefresh_m434582317(L_5, /*hidden argument*/NULL); } IL_0035: { return; } } // System.Void ScenePersonalWndSuitcasePackage::OnPageChanged(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSuitcasePackage_OnPageChanged_m1867036207 (ScenePersonalWndSuitcasePackage_t1713973624 * __this, int32_t ___pageIndex0, const RuntimeMethod* method) { { uiSuitcasePkgList_t1807308089 * L_0 = __this->get_m_PkgList_11(); int32_t L_1 = ___pageIndex0; NullCheck(L_0); uiSuitcasePkgList_SetMainType_m1443751823(L_0, L_1, /*hidden argument*/NULL); uiBtnList_t3771050923 * L_2 = __this->get_m_btnList_9(); int32_t L_3 = ___pageIndex0; NullCheck(L_2); uiBtnList_OnSetMainType_m3993076582(L_2, L_3, /*hidden argument*/NULL); uiBtnList_t3771050923 * L_4 = __this->get_m_btnList_9(); NullCheck(L_4); uiBtnList_OnPageShow_m2918554423(L_4, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSuitcasePackage::OnStepUpdata(System.Single) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSuitcasePackage_OnStepUpdata_m1128590835 (ScenePersonalWndSuitcasePackage_t1713973624 * __this, float ___step0, const RuntimeMethod* method) { { float L_0 = ___step0; if ((!(((float)L_0) < ((float)(0.0f))))) { goto IL_0028; } } { GameObject_t1113636619 * L_1 = __this->get_m_arrowTop_12(); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_2 = __this->get_m_arrowBottom_13(); NullCheck(L_2); GameObject_SetActive_m796801857(L_2, (bool)0, /*hidden argument*/NULL); goto IL_0090; } IL_0028: { float L_3 = ___step0; if ((!(((float)L_3) < ((float)(0.05f))))) { goto IL_0050; } } { GameObject_t1113636619 * L_4 = __this->get_m_arrowTop_12(); NullCheck(L_4); GameObject_SetActive_m796801857(L_4, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = __this->get_m_arrowBottom_13(); NullCheck(L_5); GameObject_SetActive_m796801857(L_5, (bool)1, /*hidden argument*/NULL); goto IL_0090; } IL_0050: { float L_6 = ___step0; if ((!(((float)L_6) > ((float)(0.95f))))) { goto IL_0078; } } { GameObject_t1113636619 * L_7 = __this->get_m_arrowTop_12(); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_8 = __this->get_m_arrowBottom_13(); NullCheck(L_8); GameObject_SetActive_m796801857(L_8, (bool)0, /*hidden argument*/NULL); goto IL_0090; } IL_0078: { GameObject_t1113636619 * L_9 = __this->get_m_arrowTop_12(); NullCheck(L_9); GameObject_SetActive_m796801857(L_9, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_10 = __this->get_m_arrowBottom_13(); NullCheck(L_10); GameObject_SetActive_m796801857(L_10, (bool)1, /*hidden argument*/NULL); } IL_0090: { return; } } // System.Void ScenePersonalWndSuitcasePackage::.cctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSuitcasePackage__cctor_m2111418613 (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 ScenePersonalWndSystemSet::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet__ctor_m3767293569 (ScenePersonalWndSystemSet_t2288660807 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnPageInit_m1808414430 (ScenePersonalWndSystemSet_t2288660807 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnPageInit_m1808414430_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; { bool L_0 = __this->get_isPageInit_21(); if (L_0) { goto IL_01e0; } } { __this->set_isPageInit_21((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_Find_m1729760951(L_1, _stringLiteral2650103776, /*hidden argument*/NULL); V_0 = L_2; Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_t3600365921 * L_4 = Transform_Find_m1729760951(L_3, _stringLiteral2543036221, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectPositionZ_m3055654839(NULL /*static, unused*/, L_4, (-4.0f), /*hidden argument*/NULL); Transform_t3600365921 * L_5 = V_0; Transform_t3600365921 * L_6 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_5, _stringLiteral3355118869, /*hidden argument*/NULL); __this->set_m_Gift_12(L_6); Transform_t3600365921 * L_7 = V_0; Transform_t3600365921 * L_8 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_7, _stringLiteral883313516, /*hidden argument*/NULL); __this->set_m_CbVibrator_2(L_8); Transform_t3600365921 * L_9 = V_0; Transform_t3600365921 * L_10 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_9, _stringLiteral2325263510, /*hidden argument*/NULL); __this->set_m_CbPlayMidi_3(L_10); Transform_t3600365921 * L_11 = V_0; Transform_t3600365921 * L_12 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_11, _stringLiteral4008756004, /*hidden argument*/NULL); __this->set_m_CbDownMode_4(L_12); Transform_t3600365921 * L_13 = V_0; Transform_t3600365921 * L_14 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_13, _stringLiteral2586553801, /*hidden argument*/NULL); __this->set_m_CbAccept_5(L_14); Transform_t3600365921 * L_15 = V_0; Transform_t3600365921 * L_16 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_15, _stringLiteral4058284540, /*hidden argument*/NULL); __this->set_m_FullDownBtn_6(L_16); Transform_t3600365921 * L_17 = V_0; Transform_t3600365921 * L_18 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_17, _stringLiteral303713318, /*hidden argument*/NULL); __this->set_m_platform_manager_7(L_18); Transform_t3600365921 * L_19 = __this->get_m_platform_manager_7(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_19, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_20 = V_0; Transform_t3600365921 * L_21 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_20, _stringLiteral2215126688, /*hidden argument*/NULL); __this->set_m_change_accout_btn_8(L_21); Transform_t3600365921 * L_22 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_22); Transform_t3600365921 * L_23 = Transform_Find_m1729760951(L_22, _stringLiteral3190996622, /*hidden argument*/NULL); __this->set_m_btnPromotionThai_9(L_23); Transform_t3600365921 * L_24 = V_0; Transform_t3600365921 * L_25 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_24, _stringLiteral1724457406, /*hidden argument*/NULL); __this->set_m_Contact_11(L_25); Transform_t3600365921 * L_26 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); uiManageQuestion_t3299556974 * L_27 = CMiscHelp_GetChildComponent_TisuiManageQuestion_t3299556974_m1586010593(NULL /*static, unused*/, L_26, _stringLiteral3399482453, /*hidden argument*/CMiscHelp_GetChildComponent_TisuiManageQuestion_t3299556974_m1586010593_RuntimeMethod_var); __this->set_m_uiManageQuestion_10(L_27); Transform_t3600365921 * L_28 = V_0; Transform_t3600365921 * L_29 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_28, _stringLiteral1349524208, /*hidden argument*/NULL); __this->set_m_MidiOn_13(L_29); Transform_t3600365921 * L_30 = V_0; Transform_t3600365921 * L_31 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_30, _stringLiteral2451252522, /*hidden argument*/NULL); __this->set_m_MidiOff_14(L_31); Transform_t3600365921 * L_32 = V_0; Transform_t3600365921 * L_33 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_32, _stringLiteral763393879, /*hidden argument*/NULL); __this->set_m_VibratorOn_15(L_33); Transform_t3600365921 * L_34 = V_0; Transform_t3600365921 * L_35 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_34, _stringLiteral4173399550, /*hidden argument*/NULL); __this->set_m_VibratorOff_16(L_35); Transform_t3600365921 * L_36 = V_0; Transform_t3600365921 * L_37 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_36, _stringLiteral419862075, /*hidden argument*/NULL); __this->set_m_DownModeOn_17(L_37); Transform_t3600365921 * L_38 = V_0; Transform_t3600365921 * L_39 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_38, _stringLiteral1851018058, /*hidden argument*/NULL); __this->set_m_DownModeOff_18(L_39); Transform_t3600365921 * L_40 = V_0; Transform_t3600365921 * L_41 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_40, _stringLiteral2564593459, /*hidden argument*/NULL); __this->set_m_AcceptOn_19(L_41); Transform_t3600365921 * L_42 = V_0; Transform_t3600365921 * L_43 = CMiscHelp_FindChild_m2660808396(NULL /*static, unused*/, L_42, _stringLiteral136136489, /*hidden argument*/NULL); __this->set_m_AcceptOff_20(L_43); CIconAlign_t2187079683 * L_44 = (CIconAlign_t2187079683 *)il2cpp_codegen_object_new(CIconAlign_t2187079683_il2cpp_TypeInfo_var); CIconAlign__ctor_m2989890003(L_44, 2, /*hidden argument*/NULL); __this->set_m_R2L_ButtonFirst_26(L_44); CIconAlign_t2187079683 * L_45 = (CIconAlign_t2187079683 *)il2cpp_codegen_object_new(CIconAlign_t2187079683_il2cpp_TypeInfo_var); CIconAlign__ctor_m2989890003(L_45, 2, /*hidden argument*/NULL); __this->set_m_R2L_ButtonSecond_27(L_45); IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_46 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_46); bool L_47 = CNetServerConfig_IsValidProxy_m4030729817(L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_01e0; } } { Transform_t3600365921 * L_48 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_48); Transform_t3600365921 * L_49 = Transform_Find_m1729760951(L_48, _stringLiteral3573987833, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_49, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_50 = __this->get_m_Gift_12(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_50, (bool)0, /*hidden argument*/NULL); } IL_01e0: { return; } } // System.Void ScenePersonalWndSystemSet::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnPageShow_m3874063 (ScenePersonalWndSystemSet_t2288660807 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnPageShow_m3874063_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Transform_t3600365921 * G_B5_0 = NULL; Transform_t3600365921 * G_B4_0 = NULL; int32_t G_B6_0 = 0; Transform_t3600365921 * G_B6_1 = NULL; { Transform_t3600365921 * L_0 = __this->get_m_MidiOn_13(); CAccManager_t1454736772 * L_1 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = CAccManager_IfPlayMidi_m2019309504(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); Transform_t3600365921 * L_3 = __this->get_m_MidiOff_14(); CAccManager_t1454736772 * L_4 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = CAccManager_IfPlayMidi_m2019309504(L_4, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_3, (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); Transform_t3600365921 * L_6 = __this->get_m_VibratorOn_15(); CAccManager_t1454736772 * L_7 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = CAccManager_IfVibrator_m664125960(L_7, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); Transform_t3600365921 * L_9 = __this->get_m_VibratorOff_16(); CAccManager_t1454736772 * L_10 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); bool L_11 = CAccManager_IfVibrator_m664125960(L_10, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_9, (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); Transform_t3600365921 * L_12 = __this->get_m_DownModeOn_17(); CAccManager_t1454736772 * L_13 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); bool L_14 = CAccManager_IfDownMode_m3347988867(L_13, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_12, (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); Transform_t3600365921 * L_15 = __this->get_m_DownModeOff_18(); CAccManager_t1454736772 * L_16 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); bool L_17 = CAccManager_IfDownMode_m3347988867(L_16, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_15, L_17, /*hidden argument*/NULL); Transform_t3600365921 * L_18 = __this->get_m_AcceptOn_19(); CAccManager_t1454736772 * L_19 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); bool L_20 = CAccManager_IfAccept_m2997737319(L_19, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_18, L_20, /*hidden argument*/NULL); Transform_t3600365921 * L_21 = __this->get_m_AcceptOff_20(); CAccManager_t1454736772 * L_22 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); bool L_23 = CAccManager_IfAccept_m2997737319(L_22, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_21, (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); CResourceAdapter_t3687212940 * L_24 = CResourceAdapter_GetInstance_m3328036836(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); bool L_25 = CResourceAdapter_IfUsePkgSystem_m1147199107(L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00d4; } } { Transform_t3600365921 * L_26 = __this->get_m_FullDownBtn_6(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_26, (bool)0, /*hidden argument*/NULL); goto IL_00f6; } IL_00d4: { Transform_t3600365921 * L_27 = __this->get_m_FullDownBtn_6(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_27, (bool)1, /*hidden argument*/NULL); CMainRole_t4200562839 * L_28 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); CProperty_t963755051 * L_29 = ISceneBaseObj_GetNetProperty_m1709069404(L_28, /*hidden argument*/NULL); NullCheck(L_29); int32_t L_30 = CProperty_GetInt_m2680341236(L_29, _stringLiteral1672626552, 0, /*hidden argument*/NULL); V_0 = L_30; } IL_00f6: { Transform_t3600365921 * L_31 = __this->get_m_change_accout_btn_8(); IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_32 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_32); int32_t L_33 = CNetServerConfig_GetConfigInt_m1392106542(L_32, _stringLiteral1844922130, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_31, (bool)((((int32_t)((((int32_t)0) == ((int32_t)L_33))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); Transform_t3600365921 * L_34 = __this->get_m_btnPromotionThai_9(); CNetServerConfig_t202072970 * L_35 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_35); bool L_36 = CNetServerConfig_IsValidProxy_m4030729817(L_35, /*hidden argument*/NULL); G_B4_0 = L_34; if (L_36) { G_B5_0 = L_34; goto IL_0144; } } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_37 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_37); int32_t L_38 = CNetServerConfig_GetConfigInt_m1392106542(L_37, _stringLiteral1711148995, 0, /*hidden argument*/NULL); G_B6_0 = ((((int32_t)((((int32_t)0) == ((int32_t)L_38))? 1 : 0)) == ((int32_t)0))? 1 : 0); G_B6_1 = G_B4_0; goto IL_0145; } IL_0144: { G_B6_0 = 0; G_B6_1 = G_B5_0; } IL_0145: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, G_B6_1, (bool)G_B6_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_39 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_39); bool L_40 = CNetServerConfig_IsValidProxy_m4030729817(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_0171; } } { Transform_t3600365921 * L_41 = __this->get_m_FullDownBtn_6(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_41, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_42 = __this->get_m_Contact_11(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_42, (bool)0, /*hidden argument*/NULL); } IL_0171: { CAccManager_t1454736772 * L_43 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_43); bool L_44 = CAccManager_IfDownMode_m3347988867(L_43, /*hidden argument*/NULL); __this->set_m_OldDownMode_22(L_44); CAccManager_t1454736772 * L_45 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_45); bool L_46 = CAccManager_IfVibrator_m664125960(L_45, /*hidden argument*/NULL); __this->set_m_OldVibrator_23(L_46); CAccManager_t1454736772 * L_47 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_47); bool L_48 = CAccManager_IfPlayMidi_m2019309504(L_47, /*hidden argument*/NULL); __this->set_m_OldPlayMidi_24(L_48); CAccManager_t1454736772 * L_49 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_49); bool L_50 = CAccManager_IfAccept_m2997737319(L_49, /*hidden argument*/NULL); __this->set_m_Accept_25(L_50); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CChatManager_t1988186574_il2cpp_TypeInfo_var); CChatManager_t1988186574 * L_51 = CChatManager_GetInstance_m3267979394(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_51); CChatManager_SetOpenChatBtnVisible_m2650023472(L_51, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_52 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_52); CSignsManager_RefreshSigns_m3266895297(L_52, /*hidden argument*/NULL); CIconAlign_t2187079683 * L_53 = __this->get_m_R2L_ButtonFirst_26(); NullCheck(L_53); CIconAlign_Rearrange_m23272153(L_53, /*hidden argument*/NULL); CIconAlign_t2187079683 * L_54 = __this->get_m_R2L_ButtonSecond_27(); NullCheck(L_54); CIconAlign_Rearrange_m23272153(L_54, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnPageHide_m3214349606 (ScenePersonalWndSystemSet_t2288660807 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnPageHide_m3214349606_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; { bool L_0 = __this->get_m_OldDownMode_22(); CAccManager_t1454736772 * L_1 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = CAccManager_IfDownMode_m3347988867(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)L_2)))) { goto IL_0054; } } { bool L_3 = __this->get_m_OldVibrator_23(); CAccManager_t1454736772 * L_4 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = CAccManager_IfVibrator_m664125960(L_4, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_0054; } } { bool L_6 = __this->get_m_OldPlayMidi_24(); CAccManager_t1454736772 * L_7 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = CAccManager_IfPlayMidi_m2019309504(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)L_8)))) { goto IL_0054; } } { bool L_9 = __this->get_m_Accept_25(); CAccManager_t1454736772 * L_10 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); bool L_11 = CAccManager_IfAccept_m2997737319(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)L_11))) { goto IL_005f; } } IL_0054: { CAccManager_t1454736772 * L_12 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CAccManager_Save_m839917893(L_12, /*hidden argument*/NULL); } IL_005f: { bool L_13 = __this->get_m_OldDownMode_22(); CAccManager_t1454736772 * L_14 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); bool L_15 = CAccManager_IfDownMode_m3347988867(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)L_15))) { goto IL_00b8; } } { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); CAppOSHelp_SetDefaultQuality_m954789695(NULL /*static, unused*/, /*hidden argument*/NULL); shopModel_t101745799 * L_16 = shopModel_GetInstance_m2401242541(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); ISceneRole_t2394225724 * L_17 = shopModel_GetCurShopModel_m2897736385(L_16, /*hidden argument*/NULL); NullCheck(L_17); VirtActionInvoker0::Invoke(9 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::Reload() */, L_17); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_18 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CPet_t2667050390 * L_19 = CPetManager_GetCurrentFollowPet_m4150266697(L_18, /*hidden argument*/NULL); V_0 = L_19; CPet_t2667050390 * L_20 = V_0; if (!L_20) { goto IL_00b8; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_21 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_22 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_23 = V_0; NullCheck(L_23); int32_t L_24 = CPet_get_ModelID_m2913048647(L_23, /*hidden argument*/NULL); NullCheck(L_22); ISceneBaseObj_t858622483 * L_25 = CPetManager_CreatePetObject_m1636568575(L_22, L_24, /*hidden argument*/NULL); NullCheck(L_21); CPetManager_set_CurrentFollowedPet_m203938961(L_21, ((ISceneNpcBase_t3974693970 *)CastclassClass((RuntimeObject*)L_25, ISceneNpcBase_t3974693970_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_00b8: { IL2CPP_RUNTIME_CLASS_INIT(CChatManager_t1988186574_il2cpp_TypeInfo_var); CChatManager_t1988186574 * L_26 = CChatManager_GetInstance_m3267979394(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); CChatManager_SetOpenChatBtnVisible_m2650023472(L_26, (bool)1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnClkVibrator(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkVibrator_m3751894762 (ScenePersonalWndSystemSet_t2288660807 * __this, bool ___bChecked0, const RuntimeMethod* method) { { CAccManager_t1454736772 * L_0 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_1 = ___bChecked0; NullCheck(L_0); CAccManager_SetVibrator_m651857561(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnClkMidi(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkMidi_m2293920813 (ScenePersonalWndSystemSet_t2288660807 * __this, bool ___bChecked0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnClkMidi_m2293920813_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t G_B3_0 = 0; { CAccManager_t1454736772 * L_0 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_1 = ___bChecked0; NullCheck(L_0); CAccManager_SetPlayMidi_m3866904751(L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_2 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CMiscConfig_GetInt_m1183615064(L_2, _stringLiteral2689597995, 1, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0029; } } { G_B3_0 = 1; goto IL_002a; } IL_0029: { G_B3_0 = 0; } IL_002a: { V_1 = (bool)G_B3_0; ISoundManager_t434164892 * L_5 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_6 = V_1; NullCheck(L_5); ISoundManager_SetButtonSound_m213848358(L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnClkGift(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkGift_m2653640371 (ScenePersonalWndSystemSet_t2288660807 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnClkGift_m2653640371_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)251), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnClkMidiBtn(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkMidiBtn_m3927190318 (ScenePersonalWndSystemSet_t2288660807 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnClkMidiBtn_m3927190318_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t G_B3_0 = 0; { Transform_t3600365921 * L_0 = __this->get_m_MidiOn_13(); GameObject_t1113636619 * L_1 = ___go0; NullCheck(L_1); String_t* L_2 = Object_get_name_m4211327027(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_2, _stringLiteral1208990579, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL); Transform_t3600365921 * L_4 = __this->get_m_MidiOff_14(); GameObject_t1113636619 * L_5 = ___go0; NullCheck(L_5); String_t* L_6 = Object_get_name_m4211327027(L_5, /*hidden argument*/NULL); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral1208990579, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_4, L_7, /*hidden argument*/NULL); CAccManager_t1454736772 * L_8 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); GameObject_t1113636619 * L_9 = ___go0; NullCheck(L_9); String_t* L_10 = Object_get_name_m4211327027(L_9, /*hidden argument*/NULL); bool L_11 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_10, _stringLiteral1208990579, /*hidden argument*/NULL); NullCheck(L_8); CAccManager_SetPlayMidi_m3866904751(L_8, L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_12 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = CMiscConfig_GetInt_m1183615064(L_12, _stringLiteral2689597995, 1, /*hidden argument*/NULL); V_0 = L_13; int32_t L_14 = V_0; if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_006e; } } { G_B3_0 = 1; goto IL_006f; } IL_006e: { G_B3_0 = 0; } IL_006f: { V_1 = (bool)G_B3_0; ISoundManager_t434164892 * L_15 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_16 = V_1; NullCheck(L_15); ISoundManager_SetButtonSound_m213848358(L_15, L_16, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnClkVibratorBtn(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkVibratorBtn_m982080809 (ScenePersonalWndSystemSet_t2288660807 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnClkVibratorBtn_m982080809_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_VibratorOn_15(); GameObject_t1113636619 * L_1 = ___go0; NullCheck(L_1); String_t* L_2 = Object_get_name_m4211327027(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_2, _stringLiteral1208990579, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL); Transform_t3600365921 * L_4 = __this->get_m_VibratorOff_16(); GameObject_t1113636619 * L_5 = ___go0; NullCheck(L_5); String_t* L_6 = Object_get_name_m4211327027(L_5, /*hidden argument*/NULL); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral1208990579, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_4, L_7, /*hidden argument*/NULL); CAccManager_t1454736772 * L_8 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); GameObject_t1113636619 * L_9 = ___go0; NullCheck(L_9); String_t* L_10 = Object_get_name_m4211327027(L_9, /*hidden argument*/NULL); bool L_11 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_10, _stringLiteral1208990579, /*hidden argument*/NULL); NullCheck(L_8); CAccManager_SetVibrator_m651857561(L_8, L_11, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnClkDownModeBtn(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkDownModeBtn_m3797486080 (ScenePersonalWndSystemSet_t2288660807 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnClkDownModeBtn_m3797486080_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_DownModeOn_17(); GameObject_t1113636619 * L_1 = ___go0; NullCheck(L_1); String_t* L_2 = Object_get_name_m4211327027(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_2, _stringLiteral1208990579, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL); Transform_t3600365921 * L_4 = __this->get_m_DownModeOff_18(); GameObject_t1113636619 * L_5 = ___go0; NullCheck(L_5); String_t* L_6 = Object_get_name_m4211327027(L_5, /*hidden argument*/NULL); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral1208990579, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_4, L_7, /*hidden argument*/NULL); CAccManager_t1454736772 * L_8 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); GameObject_t1113636619 * L_9 = ___go0; NullCheck(L_9); String_t* L_10 = Object_get_name_m4211327027(L_9, /*hidden argument*/NULL); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, _stringLiteral1208990579, /*hidden argument*/NULL); NullCheck(L_8); CAccManager_SetDownMode_m1183697102(L_8, L_11, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnClkAccept(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkAccept_m198800149 (ScenePersonalWndSystemSet_t2288660807 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnClkAccept_m198800149_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_AcceptOn_19(); GameObject_t1113636619 * L_1 = ___go0; NullCheck(L_1); String_t* L_2 = Object_get_name_m4211327027(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_2, _stringLiteral1208990579, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL); Transform_t3600365921 * L_4 = __this->get_m_AcceptOff_20(); GameObject_t1113636619 * L_5 = ___go0; NullCheck(L_5); String_t* L_6 = Object_get_name_m4211327027(L_5, /*hidden argument*/NULL); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral1208990579, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_4, L_7, /*hidden argument*/NULL); CAccManager_t1454736772 * L_8 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); GameObject_t1113636619 * L_9 = ___go0; NullCheck(L_9); String_t* L_10 = Object_get_name_m4211327027(L_9, /*hidden argument*/NULL); bool L_11 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_10, _stringLiteral1208990579, /*hidden argument*/NULL); NullCheck(L_8); CAccManager_SetAccept_m253631591(L_8, L_11, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnClkClose(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkClose_m1327378249 (ScenePersonalWndSystemSet_t2288660807 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnClkClose_m1327378249_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, 5, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnClkDownMode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkDownMode_m3654419287 (ScenePersonalWndSystemSet_t2288660807 * __this, bool ___bChecked0, const RuntimeMethod* method) { { CAccManager_t1454736772 * L_0 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_1 = ___bChecked0; NullCheck(L_0); CAccManager_SetDownMode_m1183697102(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnClkAccept(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkAccept_m3640990501 (ScenePersonalWndSystemSet_t2288660807 * __this, bool ___bChecked0, const RuntimeMethod* method) { { CAccManager_t1454736772 * L_0 = IHelp_GetAccManager_m4068249592(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_1 = ___bChecked0; NullCheck(L_0); CAccManager_SetAccept_m253631591(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnClickChangeAccout() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClickChangeAccout_m3688563147 (ScenePersonalWndSystemSet_t2288660807 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnClickChangeAccout_m3688563147_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLeDouApi_t315808977_il2cpp_TypeInfo_var); CLeDouApi_t315808977 * L_0 = CLeDouApi_GetInstance_m2327091180(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_003b; } } { CMsgBoxControl_t806533544 * L_2 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); CTextHelp_t3119637808 * L_3 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = CTextHelp_GetText_m372251958(L_3, _stringLiteral2138707942, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLeDouApi_t315808977_il2cpp_TypeInfo_var); CLeDouApi_t315808977 * L_5 = CLeDouApi_GetInstance_m2327091180(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_6 = (intptr_t)CLeDouApi_OnClkLogoutOK_m1924820837_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_7 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_7, L_5, L_6, /*hidden argument*/NULL); NullCheck(L_2); CMsgBoxControl_Push_m272952420(L_2, 1, L_4, L_7, (CDataArray_t4068198041 *)NULL, /*hidden argument*/NULL); } IL_003b: { return; } } // System.Void ScenePersonalWndSystemSet::OnClkIntroduction() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkIntroduction_m2122638142 (ScenePersonalWndSystemSet_t2288660807 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnClkIntroduction_m2122638142_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CBulletinManager_t2950394527_il2cpp_TypeInfo_var); CBulletinManager_t2950394527 * L_0 = CBulletinManager_GetInstance_m1353421449(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CBulletinManager_ShowBulletin_m2648013294(L_0, _stringLiteral3592156603, _stringLiteral2374033784, _stringLiteral129972941, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnClkPlatform() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkPlatform_m4003684335 (ScenePersonalWndSystemSet_t2288660807 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnClkPlatform_m4003684335_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CLeDouApi_t315808977_il2cpp_TypeInfo_var); CLeDouApi_t315808977 * L_0 = CLeDouApi_GetInstance_m2327091180(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(CLeDouApi_t315808977_il2cpp_TypeInfo_var); CLeDouApi_t315808977 * L_2 = CLeDouApi_GetInstance_m2327091180(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CLeDouApi_ShowSetting_m3480446165(L_2, /*hidden argument*/NULL); } IL_001a: { return; } } // System.Void ScenePersonalWndSystemSet::OnClkContact() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkContact_m1633670645 (ScenePersonalWndSystemSet_t2288660807 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnClkContact_m1633670645_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uiManageQuestion_t3299556974 * L_0 = __this->get_m_uiManageQuestion_10(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_002e; } } { uiManageQuestion_t3299556974 * L_2 = __this->get_m_uiManageQuestion_10(); NullCheck(L_2); GameObject_t1113636619 * L_3 = Component_get_gameObject_m442555142(L_2, /*hidden argument*/NULL); NullCheck(L_3); GameObject_SetActive_m796801857(L_3, (bool)1, /*hidden argument*/NULL); uiManageQuestion_t3299556974 * L_4 = __this->get_m_uiManageQuestion_10(); NullCheck(L_4); uiManageQuestion_SetActiveQuestionUI_m309865839(L_4, 0, /*hidden argument*/NULL); } IL_002e: { return; } } // System.Void ScenePersonalWndSystemSet::OnClkContactShowMassage() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkContactShowMassage_m1252604116 (ScenePersonalWndSystemSet_t2288660807 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnClkContactShowMassage_m1252604116_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3453007782); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral3453007782); StringU5BU5D_t1281789340* L_1 = L_0; CTextHelp_t3119637808 * L_2 = CTextHelp_GetInstance_m3392996374(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); String_t* L_4 = CTextHelp_GetText_m3374553046(L_2, _stringLiteral2475492147, L_3, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(1), (String_t*)L_4); StringU5BU5D_t1281789340* L_5 = L_1; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral3452614566); (L_5)->SetAt(static_cast(2), (String_t*)_stringLiteral3452614566); StringU5BU5D_t1281789340* L_6 = L_5; CTextHelp_t3119637808 * L_7 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); 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 = CTextHelp_GetText_m3374553046(L_7, _stringLiteral3770848205, L_8, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(3), (String_t*)L_9); StringU5BU5D_t1281789340* L_10 = L_6; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral3453007782); (L_10)->SetAt(static_cast(4), (String_t*)_stringLiteral3453007782); String_t* L_11 = String_Concat_m1809518182(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); V_0 = L_11; CTextHelp_t3119637808 * L_12 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_12); String_t* L_14 = CTextHelp_GetText_m3374553046(L_12, _stringLiteral2172216886, L_13, /*hidden argument*/NULL); V_1 = L_14; CMsgBoxControl_t806533544 * L_15 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_16 = V_0; String_t* L_17 = V_1; NullCheck(L_15); CMsgBoxControl_Push_m1499792225(L_15, 0, L_16, (OnMsgBoxClkCallBack_t3229751541 *)NULL, (CDataArray_t4068198041 *)NULL, 1, (-1.0f), L_17, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnClkContactUs(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkContactUs_m2847971805 (ScenePersonalWndSystemSet_t2288660807 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnClkContactUs_m2847971805_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uiManageQuestion_t3299556974 * L_0 = __this->get_m_uiManageQuestion_10(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnClkDownLoadFull() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkDownLoadFull_m733288962 (ScenePersonalWndSystemSet_t2288660807 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnClkDownLoadFull_m733288962_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFullDownController_t1960339117_il2cpp_TypeInfo_var); CFullDownController_RequestStartFullDownProc_m812921215(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndSystemSet::OnClkPromotion_Thai() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndSystemSet_OnClkPromotion_Thai_m3204297413 (ScenePersonalWndSystemSet_t2288660807 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndSystemSet_OnClkPromotion_Thai_m3204297413_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CProperty_t963755051 * L_1 = ISceneBaseObj_GetNetProperty_m1709069404(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CProperty_GetInt_m2680341236(L_1, _stringLiteral1232841122, 0, /*hidden argument*/NULL); V_0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_3 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CMiscConfig_GetInt_m1183615064(L_3, _stringLiteral3867711289, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; int32_t L_6 = V_0; if ((((int32_t)L_5) <= ((int32_t)L_6))) { goto IL_0064; } } { CTextHelp_t3119637808 * L_7 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); 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 = CTextHelp_GetText_m3374553046(L_7, _stringLiteral2623605597, L_8, /*hidden argument*/NULL); V_2 = L_9; String_t* L_10 = V_2; bool L_11 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0063; } } { String_t* L_12 = V_2; int32_t L_13 = V_1; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_14); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Format_m2844511972(NULL /*static, unused*/, L_12, L_15, /*hidden argument*/NULL); V_2 = L_16; String_t* L_17 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, L_17, (bool)1, /*hidden argument*/NULL); } IL_0063: { return; } IL_0064: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); CPluginCallAdapter_DoPluginSetFunc_m76173065(NULL /*static, unused*/, _stringLiteral816370845, L_18, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ScenePersonalWndTask::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndTask__ctor_m3674629954 (ScenePersonalWndTask_t4092996456 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndTask__ctor_m3674629954_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUIBase_t3255455658_il2cpp_TypeInfo_var); CUIBase__ctor_m220894030(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndTask::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndTask_OnPageInit_m1442323898 (ScenePersonalWndTask_t4092996456 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndTask_OnPageInit_m1442323898_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t3319525431 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CTaskConfig_t1143949342_il2cpp_TypeInfo_var); CTaskConfig_GetInstance_m3809381302(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_0 = (intptr_t)ScenePersonalWndTask_OnClkClose_m2287730997_RuntimeMethod_var; Action_1_t1286104214 * L_1 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_1, __this, L_0, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); CUIBase_BindSerialBtn_m1473289596(__this, _stringLiteral1537567923, L_1, /*hidden argument*/NULL); 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); V_0 = L_2; List_1_t3319525431 * L_3 = V_0; NullCheck(L_3); List_1_Add_m1685793073(L_3, _stringLiteral961192379, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_4 = V_0; NullCheck(L_4); List_1_Add_m1685793073(L_4, _stringLiteral2512995173, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_5 = V_0; NullCheck(L_5); List_1_Add_m1685793073(L_5, _stringLiteral1512466188, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_6 = V_0; NullCheck(L_6); List_1_Add_m1685793073(L_6, _stringLiteral115170153, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_7 = V_0; NullCheck(L_7); List_1_Add_m1685793073(L_7, _stringLiteral3125621444, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_8 = V_0; NullCheck(L_8); List_1_Add_m1685793073(L_8, _stringLiteral800730645, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_9 = V_0; NullCheck(L_9); List_1_Add_m1685793073(L_9, _stringLiteral3905319602, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_10 = V_0; NullCheck(L_10); List_1_Add_m1685793073(L_10, _stringLiteral101523040, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_11 = V_0; NullCheck(L_11); List_1_Add_m1685793073(L_11, _stringLiteral1511927232, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_12 = V_0; NullCheck(L_12); List_1_Add_m1685793073(L_12, _stringLiteral2385202064, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_13 = V_0; NullCheck(L_13); List_1_Add_m1685793073(L_13, _stringLiteral3544772100, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_14 = V_0; NullCheck(L_14); List_1_Add_m1685793073(L_14, _stringLiteral1466316733, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_15 = V_0; NullCheck(L_15); List_1_Add_m1685793073(L_15, _stringLiteral4044546360, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_16 = V_0; NullCheck(L_16); List_1_Add_m1685793073(L_16, _stringLiteral810774831, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); List_1_t3319525431 * L_17 = V_0; NullCheck(L_17); List_1_Add_m1685793073(L_17, _stringLiteral3447925820, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); GameObject_t1113636619 * L_18 = CUIBase_FindSerialedGameObject_m3812782434(__this, _stringLiteral928800233, /*hidden argument*/NULL); __this->set_m_uiBgInner_8(L_18); Transform_t3600365921 * L_19 = CUIBase_FindSerialedTransform_m1564495734(__this, _stringLiteral2234847341, /*hidden argument*/NULL); __this->set_m_uiDailyTask_9(L_19); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_20 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); AudioClip_t3680889665 * L_21 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_20, _stringLiteral1407724636); __this->set_m_StartClip_10(L_21); DMListView_t512231514 * L_22 = CUIBase_FindSerialValue_TisDMListView_t512231514_m1262473569(__this, _stringLiteral371259678, /*hidden argument*/CUIBase_FindSerialValue_TisDMListView_t512231514_m1262473569_RuntimeMethod_var); __this->set_m_DailyView_11(L_22); CTaskManager_t4133723725 * L_23 = CTaskManager_GetInstance_m1133311262(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); CTaskManager_SetCurTaskType_m39648797(L_23, 1, /*hidden argument*/NULL); CTaskManager_t4133723725 * L_24 = CTaskManager_GetInstance_m1133311262(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); CTaskManager_SetLastMainIndex_m2107482620(L_24, (-1), /*hidden argument*/NULL); CTaskManager_t4133723725 * L_25 = CTaskManager_GetInstance_m1133311262(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); CTaskManager_SetActiveMainIndex_m479978954(L_25, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_26 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); GameObjectU5BU5D_t3328599146* L_27 = ((GameObjectU5BU5D_t3328599146*)SZArrayNew(GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var, (uint32_t)2)); Transform_t3600365921 * L_28 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_28); Transform_t3600365921 * L_29 = Transform_Find_m1729760951(L_28, _stringLiteral2634597644, /*hidden argument*/NULL); NullCheck(L_29); GameObject_t1113636619 * L_30 = Component_get_gameObject_m442555142(L_29, /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_30); (L_27)->SetAt(static_cast(0), (GameObject_t1113636619 *)L_30); GameObjectU5BU5D_t3328599146* L_31 = L_27; Transform_t3600365921 * L_32 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); NullCheck(L_32); Transform_t3600365921 * L_33 = Transform_Find_m1729760951(L_32, _stringLiteral1489077176, /*hidden argument*/NULL); NullCheck(L_33); GameObject_t1113636619 * L_34 = Component_get_gameObject_m442555142(L_33, /*hidden argument*/NULL); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_34); (L_31)->SetAt(static_cast(1), (GameObject_t1113636619 *)L_34); NullCheck(L_26); CWndController_SetAnimationRoot_m629649345(L_26, ((int32_t)9), L_31, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndTask::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndTask_OnPageShow_m2240165194 (ScenePersonalWndTask_t4092996456 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndTask_OnPageShow_m2240165194_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_0 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CSignsManager_SetCurrentPageType_m2203410416(L_0, ((int32_t)9), /*hidden argument*/NULL); AudioClip_t3680889665 * L_1 = __this->get_m_StartClip_10(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002e; } } { ISoundManager_t434164892 * L_3 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_4 = __this->get_m_StartClip_10(); NullCheck(L_3); ISoundManager_PlayOnce_m3370941300(L_3, L_4, /*hidden argument*/NULL); } IL_002e: { CTaskManager_t4133723725 * L_5 = CTaskManager_GetInstance_m1133311262(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CTaskManager_GetTaskNotReadCnt_m299868819(L_5, 2, /*hidden argument*/NULL); V_0 = L_6; CTaskManager_t4133723725 * L_7 = CTaskManager_GetInstance_m1133311262(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CTaskManager_SetCurTaskType_m39648797(L_7, 2, /*hidden argument*/NULL); 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(); String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); IL2CPP_RUNTIME_CLASS_INIT(SDKEventManager_t864216586_il2cpp_TypeInfo_var); SDKEventManager_CollectPageEvent_m1405422579(NULL /*static, unused*/, _stringLiteral62725234, _stringLiteral3451172751, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndTask::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndTask_OnPageHide_m328760300 (ScenePersonalWndTask_t4092996456 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndTask_OnPageHide_m328760300_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CLevelManager_t3077608201 * L_0 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CLevelManager_IsLevel_m3139716542(L_0, _stringLiteral2570825119, /*hidden argument*/NULL); if (!L_1) { goto IL_0025; } } { IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_2 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CSignsManager_SetCurrentPageType_m2203410416(L_2, ((int32_t)59), /*hidden argument*/NULL); goto IL_0055; } IL_0025: { CLevelManager_t3077608201 * L_3 = CLevelManager_GetInstance_m3233027795(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = CLevelManager_IsLevel_m3139716542(L_3, _stringLiteral2601265189, /*hidden argument*/NULL); if (!L_4) { goto IL_004a; } } { IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_5 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CSignsManager_SetCurrentPageType_m2203410416(L_5, ((int32_t)55), /*hidden argument*/NULL); goto IL_0055; } IL_004a: { IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_6 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CSignsManager_SetCurrentPageType_m2203410416(L_6, 0, /*hidden argument*/NULL); } IL_0055: { return; } } // System.Void ScenePersonalWndTask::OnChangedHandle(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndTask_OnChangedHandle_m1780759893 (ScenePersonalWndTask_t4092996456 * __this, int32_t ___pageIndex0, const RuntimeMethod* method) { { int32_t L_0 = ___pageIndex0; ScenePersonalWndTask_OnChangeTaskPage_m2436036221(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndTask::OnChangeTaskPage(DMCore.Logic.enumTaskType) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndTask_OnChangeTaskPage_m2436036221 (ScenePersonalWndTask_t4092996456 * __this, int32_t ___taskType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndTask_OnChangeTaskPage_m2436036221_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CTaskManager_t4133723725 * L_0 = CTaskManager_GetInstance_m1133311262(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CTaskManager_GetCurTaskType_m3417402216(L_0, /*hidden argument*/NULL); int32_t L_2 = ___taskType0; if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0011; } } { return; } IL_0011: { CTaskManager_t4133723725 * L_3 = CTaskManager_GetInstance_m1133311262(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_4 = ___taskType0; NullCheck(L_3); CTaskManager_SetCurTaskType_m39648797(L_3, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_5 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CSignsManager_RefreshSigns_m3266895297(L_5, /*hidden argument*/NULL); return; } } // DMListView ScenePersonalWndTask::get_DailyView() extern "C" IL2CPP_METHOD_ATTR DMListView_t512231514 * ScenePersonalWndTask_get_DailyView_m2044308894 (ScenePersonalWndTask_t4092996456 * __this, const RuntimeMethod* method) { { DMListView_t512231514 * L_0 = __this->get_m_DailyView_11(); return L_0; } } // System.Void ScenePersonalWndTask::OnClkClose(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndTask_OnClkClose_m2287730997 (ScenePersonalWndTask_t4092996456 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndTask_OnClkClose_m2287730997_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)9), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndTask::.cctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndTask__cctor_m1433538807 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndTask__cctor_m1433538807_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); float L_1 = CMiscConfig_GetFloat_m1675196209(L_0, _stringLiteral1742747124, (675.0f), /*hidden argument*/NULL); ((ScenePersonalWndTask_t4092996456_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndTask_t4092996456_il2cpp_TypeInfo_var))->set_INNER_SIZE_MAIN_13(L_1); CMiscConfig_t1694835947 * L_2 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); float L_3 = CMiscConfig_GetFloat_m1675196209(L_2, _stringLiteral3427737386, (675.0f), /*hidden argument*/NULL); ((ScenePersonalWndTask_t4092996456_StaticFields*)il2cpp_codegen_static_fields_for(ScenePersonalWndTask_t4092996456_il2cpp_TypeInfo_var))->set_INNER_SIZE_DAILY_14(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 ScenePersonalWndVip::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip__ctor_m431186320 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndVip::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip_OnPageInit_m3376042302 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndVip_OnPageInit_m3376042302_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_27(); if (L_0) { goto IL_0634; } } { __this->set_isPageInit_27((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_Find_m1729760951(L_1, _stringLiteral1865406138, /*hidden argument*/NULL); NullCheck(L_2); DMListView_t512231514 * L_3 = Component_GetComponent_TisDMListView_t512231514_m151075097(L_2, /*hidden argument*/Component_GetComponent_TisDMListView_t512231514_m151075097_RuntimeMethod_var); __this->set_m_PrivilegeList_4(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_Find_m1729760951(L_4, _stringLiteral1763124084, /*hidden argument*/NULL); __this->set_m_WndVipMain_2(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral2812088475, /*hidden argument*/NULL); __this->set_m_WndGiftDetail_3(L_7); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_Find_m1729760951(L_8, _stringLiteral750169090, /*hidden argument*/NULL); NullCheck(L_9); UILabel_t3248798549 * L_10 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_9, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_RechargeDesc_5(L_10); Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_11); Transform_t3600365921 * L_12 = Transform_Find_m1729760951(L_11, _stringLiteral3823383156, /*hidden argument*/NULL); NullCheck(L_12); UITexture_t3471168817 * L_13 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_12, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_ProgressTitleVipNum_6(L_13); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_14); Transform_t3600365921 * L_15 = Transform_Find_m1729760951(L_14, _stringLiteral3741663509, /*hidden argument*/NULL); NullCheck(L_15); UITexture_t3471168817 * L_16 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_15, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_ProgressVipNum_7(L_16); Transform_t3600365921 * L_17 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_17); Transform_t3600365921 * L_18 = Transform_Find_m1729760951(L_17, _stringLiteral1779237246, /*hidden argument*/NULL); NullCheck(L_18); UISprite_t194114938 * L_19 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_18, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_RechargeProgress_8(L_19); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_20); Transform_t3600365921 * L_21 = Transform_Find_m1729760951(L_20, _stringLiteral3348717816, /*hidden argument*/NULL); NullCheck(L_21); UILabel_t3248798549 * L_22 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_21, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_TargetCount_9(L_22); Transform_t3600365921 * L_23 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_23); Transform_t3600365921 * L_24 = Transform_Find_m1729760951(L_23, _stringLiteral1500408063, /*hidden argument*/NULL); NullCheck(L_24); GameObject_t1113636619 * L_25 = Component_get_gameObject_m442555142(L_24, /*hidden argument*/NULL); __this->set_m_AniLeft_10(L_25); Transform_t3600365921 * L_26 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_26); Transform_t3600365921 * L_27 = Transform_Find_m1729760951(L_26, _stringLiteral1155896991, /*hidden argument*/NULL); NullCheck(L_27); GameObject_t1113636619 * L_28 = Component_get_gameObject_m442555142(L_27, /*hidden argument*/NULL); __this->set_m_AniRight_11(L_28); Transform_t3600365921 * L_29 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_29); Transform_t3600365921 * L_30 = Transform_Find_m1729760951(L_29, _stringLiteral3341526573, /*hidden argument*/NULL); NullCheck(L_30); GameObject_t1113636619 * L_31 = Component_get_gameObject_m442555142(L_30, /*hidden argument*/NULL); __this->set_m_BtnLeft_12(L_31); Transform_t3600365921 * L_32 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_32); Transform_t3600365921 * L_33 = Transform_Find_m1729760951(L_32, _stringLiteral2581526361, /*hidden argument*/NULL); NullCheck(L_33); GameObject_t1113636619 * L_34 = Component_get_gameObject_m442555142(L_33, /*hidden argument*/NULL); __this->set_m_BtnRight_13(L_34); Transform_t3600365921 * L_35 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_35); Transform_t3600365921 * L_36 = Transform_Find_m1729760951(L_35, _stringLiteral1366128954, /*hidden argument*/NULL); NullCheck(L_36); UITexture_t3471168817 * L_37 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_36, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_PrivilegeVipNum_14(L_37); Transform_t3600365921 * L_38 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_38); Transform_t3600365921 * L_39 = Transform_Find_m1729760951(L_38, _stringLiteral356337657, /*hidden argument*/NULL); NullCheck(L_39); GameObject_t1113636619 * L_40 = Component_get_gameObject_m442555142(L_39, /*hidden argument*/NULL); __this->set_m_GiftBox_15(L_40); Transform_t3600365921 * L_41 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_41); Transform_t3600365921 * L_42 = Transform_Find_m1729760951(L_41, _stringLiteral538041889, /*hidden argument*/NULL); NullCheck(L_42); GameObject_t1113636619 * L_43 = Component_get_gameObject_m442555142(L_42, /*hidden argument*/NULL); __this->set_m_BoxNameFirst_16(L_43); Transform_t3600365921 * L_44 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_44); Transform_t3600365921 * L_45 = Transform_Find_m1729760951(L_44, _stringLiteral2163128460, /*hidden argument*/NULL); NullCheck(L_45); GameObject_t1113636619 * L_46 = Component_get_gameObject_m442555142(L_45, /*hidden argument*/NULL); __this->set_m_BoxNameCanGet_17(L_46); Transform_t3600365921 * L_47 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_47); Transform_t3600365921 * L_48 = Transform_Find_m1729760951(L_47, _stringLiteral460716038, /*hidden argument*/NULL); NullCheck(L_48); GameObject_t1113636619 * L_49 = Component_get_gameObject_m442555142(L_48, /*hidden argument*/NULL); __this->set_m_BoxNameAlreadyGet_18(L_49); Transform_t3600365921 * L_50 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_50); Transform_t3600365921 * L_51 = Transform_Find_m1729760951(L_50, _stringLiteral2827514772, /*hidden argument*/NULL); NullCheck(L_51); GameObject_t1113636619 * L_52 = Component_get_gameObject_m442555142(L_51, /*hidden argument*/NULL); __this->set_m_BoxNameVip_19(L_52); Transform_t3600365921 * L_53 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_53); Transform_t3600365921 * L_54 = Transform_Find_m1729760951(L_53, _stringLiteral1904205680, /*hidden argument*/NULL); NullCheck(L_54); UITexture_t3471168817 * L_55 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_54, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_BoxNameVipNum_20(L_55); Transform_t3600365921 * L_56 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_56); Transform_t3600365921 * L_57 = Transform_Find_m1729760951(L_56, _stringLiteral2604904046, /*hidden argument*/NULL); NullCheck(L_57); UITexture_t3471168817 * L_58 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_57, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_DetailVipNum_21(L_58); Transform_t3600365921 * L_59 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_59); Transform_t3600365921 * L_60 = Transform_Find_m1729760951(L_59, _stringLiteral3962212996, /*hidden argument*/NULL); NullCheck(L_60); GameObject_t1113636619 * L_61 = Component_get_gameObject_m442555142(L_60, /*hidden argument*/NULL); __this->set_m_BtnGetGift_22(L_61); __this->set_m_ArrayGiftInfo_23(((GameObjectU5BU5D_t3328599146*)SZArrayNew(GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var, (uint32_t)8))); GameObjectU5BU5D_t3328599146* L_62 = __this->get_m_ArrayGiftInfo_23(); Transform_t3600365921 * L_63 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_63); Transform_t3600365921 * L_64 = Transform_Find_m1729760951(L_63, _stringLiteral2391946273, /*hidden argument*/NULL); NullCheck(L_64); GameObject_t1113636619 * L_65 = Component_get_gameObject_m442555142(L_64, /*hidden argument*/NULL); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_65); (L_62)->SetAt(static_cast(0), (GameObject_t1113636619 *)L_65); GameObjectU5BU5D_t3328599146* L_66 = __this->get_m_ArrayGiftInfo_23(); Transform_t3600365921 * L_67 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_67); Transform_t3600365921 * L_68 = Transform_Find_m1729760951(L_67, _stringLiteral2392011809, /*hidden argument*/NULL); NullCheck(L_68); GameObject_t1113636619 * L_69 = Component_get_gameObject_m442555142(L_68, /*hidden argument*/NULL); NullCheck(L_66); ArrayElementTypeCheck (L_66, L_69); (L_66)->SetAt(static_cast(1), (GameObject_t1113636619 *)L_69); GameObjectU5BU5D_t3328599146* L_70 = __this->get_m_ArrayGiftInfo_23(); Transform_t3600365921 * L_71 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_71); Transform_t3600365921 * L_72 = Transform_Find_m1729760951(L_71, _stringLiteral2392077345, /*hidden argument*/NULL); NullCheck(L_72); GameObject_t1113636619 * L_73 = Component_get_gameObject_m442555142(L_72, /*hidden argument*/NULL); NullCheck(L_70); ArrayElementTypeCheck (L_70, L_73); (L_70)->SetAt(static_cast(2), (GameObject_t1113636619 *)L_73); GameObjectU5BU5D_t3328599146* L_74 = __this->get_m_ArrayGiftInfo_23(); Transform_t3600365921 * L_75 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_75); Transform_t3600365921 * L_76 = Transform_Find_m1729760951(L_75, _stringLiteral2392142881, /*hidden argument*/NULL); NullCheck(L_76); GameObject_t1113636619 * L_77 = Component_get_gameObject_m442555142(L_76, /*hidden argument*/NULL); NullCheck(L_74); ArrayElementTypeCheck (L_74, L_77); (L_74)->SetAt(static_cast(3), (GameObject_t1113636619 *)L_77); GameObjectU5BU5D_t3328599146* L_78 = __this->get_m_ArrayGiftInfo_23(); Transform_t3600365921 * L_79 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_79); Transform_t3600365921 * L_80 = Transform_Find_m1729760951(L_79, _stringLiteral2392208417, /*hidden argument*/NULL); NullCheck(L_80); GameObject_t1113636619 * L_81 = Component_get_gameObject_m442555142(L_80, /*hidden argument*/NULL); NullCheck(L_78); ArrayElementTypeCheck (L_78, L_81); (L_78)->SetAt(static_cast(4), (GameObject_t1113636619 *)L_81); GameObjectU5BU5D_t3328599146* L_82 = __this->get_m_ArrayGiftInfo_23(); Transform_t3600365921 * L_83 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_83); Transform_t3600365921 * L_84 = Transform_Find_m1729760951(L_83, _stringLiteral2392273953, /*hidden argument*/NULL); NullCheck(L_84); GameObject_t1113636619 * L_85 = Component_get_gameObject_m442555142(L_84, /*hidden argument*/NULL); NullCheck(L_82); ArrayElementTypeCheck (L_82, L_85); (L_82)->SetAt(static_cast(5), (GameObject_t1113636619 *)L_85); GameObjectU5BU5D_t3328599146* L_86 = __this->get_m_ArrayGiftInfo_23(); Transform_t3600365921 * L_87 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_87); Transform_t3600365921 * L_88 = Transform_Find_m1729760951(L_87, _stringLiteral2392339489, /*hidden argument*/NULL); NullCheck(L_88); GameObject_t1113636619 * L_89 = Component_get_gameObject_m442555142(L_88, /*hidden argument*/NULL); NullCheck(L_86); ArrayElementTypeCheck (L_86, L_89); (L_86)->SetAt(static_cast(6), (GameObject_t1113636619 *)L_89); GameObjectU5BU5D_t3328599146* L_90 = __this->get_m_ArrayGiftInfo_23(); Transform_t3600365921 * L_91 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_91); Transform_t3600365921 * L_92 = Transform_Find_m1729760951(L_91, _stringLiteral2392405025, /*hidden argument*/NULL); NullCheck(L_92); GameObject_t1113636619 * L_93 = Component_get_gameObject_m442555142(L_92, /*hidden argument*/NULL); NullCheck(L_90); ArrayElementTypeCheck (L_90, L_93); (L_90)->SetAt(static_cast(7), (GameObject_t1113636619 *)L_93); __this->set_m_ArrayGiftFrame_24(((UISpriteU5BU5D_t1415066463*)SZArrayNew(UISpriteU5BU5D_t1415066463_il2cpp_TypeInfo_var, (uint32_t)8))); UISpriteU5BU5D_t1415066463* L_94 = __this->get_m_ArrayGiftFrame_24(); Transform_t3600365921 * L_95 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_95); Transform_t3600365921 * L_96 = Transform_Find_m1729760951(L_95, _stringLiteral3921025800, /*hidden argument*/NULL); NullCheck(L_96); UISprite_t194114938 * L_97 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_96, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); NullCheck(L_94); ArrayElementTypeCheck (L_94, L_97); (L_94)->SetAt(static_cast(0), (UISprite_t194114938 *)L_97); UISpriteU5BU5D_t1415066463* L_98 = __this->get_m_ArrayGiftFrame_24(); Transform_t3600365921 * L_99 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_99); Transform_t3600365921 * L_100 = Transform_Find_m1729760951(L_99, _stringLiteral3918732040, /*hidden argument*/NULL); NullCheck(L_100); UISprite_t194114938 * L_101 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_100, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); NullCheck(L_98); ArrayElementTypeCheck (L_98, L_101); (L_98)->SetAt(static_cast(1), (UISprite_t194114938 *)L_101); UISpriteU5BU5D_t1415066463* L_102 = __this->get_m_ArrayGiftFrame_24(); Transform_t3600365921 * L_103 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_103); Transform_t3600365921 * L_104 = Transform_Find_m1729760951(L_103, _stringLiteral3933477640, /*hidden argument*/NULL); NullCheck(L_104); UISprite_t194114938 * L_105 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_104, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); NullCheck(L_102); ArrayElementTypeCheck (L_102, L_105); (L_102)->SetAt(static_cast(2), (UISprite_t194114938 *)L_105); UISpriteU5BU5D_t1415066463* L_106 = __this->get_m_ArrayGiftFrame_24(); Transform_t3600365921 * L_107 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_107); Transform_t3600365921 * L_108 = Transform_Find_m1729760951(L_107, _stringLiteral3932232456, /*hidden argument*/NULL); NullCheck(L_108); UISprite_t194114938 * L_109 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_108, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); NullCheck(L_106); ArrayElementTypeCheck (L_106, L_109); (L_106)->SetAt(static_cast(3), (UISprite_t194114938 *)L_109); UISpriteU5BU5D_t1415066463* L_110 = __this->get_m_ArrayGiftFrame_24(); Transform_t3600365921 * L_111 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_111); Transform_t3600365921 * L_112 = Transform_Find_m1729760951(L_111, _stringLiteral3930200840, /*hidden argument*/NULL); NullCheck(L_112); UISprite_t194114938 * L_113 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_112, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); NullCheck(L_110); ArrayElementTypeCheck (L_110, L_113); (L_110)->SetAt(static_cast(4), (UISprite_t194114938 *)L_113); UISpriteU5BU5D_t1415066463* L_114 = __this->get_m_ArrayGiftFrame_24(); Transform_t3600365921 * L_115 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_115); Transform_t3600365921 * L_116 = Transform_Find_m1729760951(L_115, _stringLiteral3927907080, /*hidden argument*/NULL); NullCheck(L_116); UISprite_t194114938 * L_117 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_116, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); NullCheck(L_114); ArrayElementTypeCheck (L_114, L_117); (L_114)->SetAt(static_cast(5), (UISprite_t194114938 *)L_117); UISpriteU5BU5D_t1415066463* L_118 = __this->get_m_ArrayGiftFrame_24(); Transform_t3600365921 * L_119 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_119); Transform_t3600365921 * L_120 = Transform_Find_m1729760951(L_119, _stringLiteral3942652680, /*hidden argument*/NULL); NullCheck(L_120); UISprite_t194114938 * L_121 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_120, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); NullCheck(L_118); ArrayElementTypeCheck (L_118, L_121); (L_118)->SetAt(static_cast(6), (UISprite_t194114938 *)L_121); UISpriteU5BU5D_t1415066463* L_122 = __this->get_m_ArrayGiftFrame_24(); Transform_t3600365921 * L_123 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_123); Transform_t3600365921 * L_124 = Transform_Find_m1729760951(L_123, _stringLiteral3940358920, /*hidden argument*/NULL); NullCheck(L_124); UISprite_t194114938 * L_125 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_124, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); NullCheck(L_122); ArrayElementTypeCheck (L_122, L_125); (L_122)->SetAt(static_cast(7), (UISprite_t194114938 *)L_125); __this->set_m_ArrayGiftImage_25(((UITextureU5BU5D_t4250952428*)SZArrayNew(UITextureU5BU5D_t4250952428_il2cpp_TypeInfo_var, (uint32_t)8))); UITextureU5BU5D_t4250952428* L_126 = __this->get_m_ArrayGiftImage_25(); Transform_t3600365921 * L_127 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_127); Transform_t3600365921 * L_128 = Transform_Find_m1729760951(L_127, _stringLiteral825133329, /*hidden argument*/NULL); NullCheck(L_128); UITexture_t3471168817 * L_129 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_128, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); NullCheck(L_126); ArrayElementTypeCheck (L_126, L_129); (L_126)->SetAt(static_cast(0), (UITexture_t3471168817 *)L_129); UITextureU5BU5D_t4250952428* L_130 = __this->get_m_ArrayGiftImage_25(); Transform_t3600365921 * L_131 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_131); Transform_t3600365921 * L_132 = Transform_Find_m1729760951(L_131, _stringLiteral757958929, /*hidden argument*/NULL); NullCheck(L_132); UITexture_t3471168817 * L_133 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_132, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); NullCheck(L_130); ArrayElementTypeCheck (L_130, L_133); (L_130)->SetAt(static_cast(1), (UITexture_t3471168817 *)L_133); UITextureU5BU5D_t4250952428* L_134 = __this->get_m_ArrayGiftImage_25(); Transform_t3600365921 * L_135 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_135); Transform_t3600365921 * L_136 = Transform_Find_m1729760951(L_135, _stringLiteral1244694801, /*hidden argument*/NULL); NullCheck(L_136); UITexture_t3471168817 * L_137 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_136, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); NullCheck(L_134); ArrayElementTypeCheck (L_134, L_137); (L_134)->SetAt(static_cast(2), (UITexture_t3471168817 *)L_137); UITextureU5BU5D_t4250952428* L_138 = __this->get_m_ArrayGiftImage_25(); Transform_t3600365921 * L_139 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_139); Transform_t3600365921 * L_140 = Transform_Find_m1729760951(L_139, _stringLiteral1147111697, /*hidden argument*/NULL); NullCheck(L_140); UITexture_t3471168817 * L_141 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_140, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); NullCheck(L_138); ArrayElementTypeCheck (L_138, L_141); (L_138)->SetAt(static_cast(3), (UITexture_t3471168817 *)L_141); UITextureU5BU5D_t4250952428* L_142 = __this->get_m_ArrayGiftImage_25(); Transform_t3600365921 * L_143 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_143); Transform_t3600365921 * L_144 = Transform_Find_m1729760951(L_143, _stringLiteral1079675153, /*hidden argument*/NULL); NullCheck(L_144); UITexture_t3471168817 * L_145 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_144, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); NullCheck(L_142); ArrayElementTypeCheck (L_142, L_145); (L_142)->SetAt(static_cast(4), (UITexture_t3471168817 *)L_145); UITextureU5BU5D_t4250952428* L_146 = __this->get_m_ArrayGiftImage_25(); Transform_t3600365921 * L_147 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_147); Transform_t3600365921 * L_148 = Transform_Find_m1729760951(L_147, _stringLiteral1012500753, /*hidden argument*/NULL); NullCheck(L_148); UITexture_t3471168817 * L_149 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_148, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); NullCheck(L_146); ArrayElementTypeCheck (L_146, L_149); (L_146)->SetAt(static_cast(5), (UITexture_t3471168817 *)L_149); UITextureU5BU5D_t4250952428* L_150 = __this->get_m_ArrayGiftImage_25(); Transform_t3600365921 * L_151 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_151); Transform_t3600365921 * L_152 = Transform_Find_m1729760951(L_151, _stringLiteral1499236625, /*hidden argument*/NULL); NullCheck(L_152); UITexture_t3471168817 * L_153 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_152, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); NullCheck(L_150); ArrayElementTypeCheck (L_150, L_153); (L_150)->SetAt(static_cast(6), (UITexture_t3471168817 *)L_153); UITextureU5BU5D_t4250952428* L_154 = __this->get_m_ArrayGiftImage_25(); Transform_t3600365921 * L_155 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_155); Transform_t3600365921 * L_156 = Transform_Find_m1729760951(L_155, _stringLiteral1432062225, /*hidden argument*/NULL); NullCheck(L_156); UITexture_t3471168817 * L_157 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_156, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); NullCheck(L_154); ArrayElementTypeCheck (L_154, L_157); (L_154)->SetAt(static_cast(7), (UITexture_t3471168817 *)L_157); UITextureU5BU5D_t4250952428* L_158 = __this->get_m_ArrayGiftImage_25(); NullCheck(L_158); int32_t L_159 = 0; UITexture_t3471168817 * L_160 = (L_158)->GetAt(static_cast(L_159)); NullCheck(L_160); Transform_t3600365921 * L_161 = Component_get_transform_m3162698980(L_160, /*hidden argument*/NULL); NullCheck(L_161); Vector3_t3722313464 L_162 = Transform_get_localScale_m129152068(L_161, /*hidden argument*/NULL); __this->set_m_PhotoSize_31(L_162); __this->set_m_ArrayGiftCount_26(((UILabelU5BU5D_t595200952*)SZArrayNew(UILabelU5BU5D_t595200952_il2cpp_TypeInfo_var, (uint32_t)8))); UILabelU5BU5D_t595200952* L_163 = __this->get_m_ArrayGiftCount_26(); Transform_t3600365921 * L_164 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_164); Transform_t3600365921 * L_165 = Transform_Find_m1729760951(L_164, _stringLiteral1290440137, /*hidden argument*/NULL); NullCheck(L_165); UILabel_t3248798549 * L_166 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_165, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); NullCheck(L_163); ArrayElementTypeCheck (L_163, L_166); (L_163)->SetAt(static_cast(0), (UILabel_t3248798549 *)L_166); UILabelU5BU5D_t595200952* L_167 = __this->get_m_ArrayGiftCount_26(); Transform_t3600365921 * L_168 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_168); Transform_t3600365921 * L_169 = Transform_Find_m1729760951(L_168, _stringLiteral3104804298, /*hidden argument*/NULL); NullCheck(L_169); UILabel_t3248798549 * L_170 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_169, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); NullCheck(L_167); ArrayElementTypeCheck (L_167, L_170); (L_167)->SetAt(static_cast(1), (UILabel_t3248798549 *)L_170); UILabelU5BU5D_t595200952* L_171 = __this->get_m_ArrayGiftCount_26(); Transform_t3600365921 * L_172 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_172); Transform_t3600365921 * L_173 = Transform_Find_m1729760951(L_172, _stringLiteral1974242758, /*hidden argument*/NULL); NullCheck(L_173); UILabel_t3248798549 * L_174 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_173, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); NullCheck(L_171); ArrayElementTypeCheck (L_171, L_174); (L_171)->SetAt(static_cast(2), (UILabel_t3248798549 *)L_174); UILabelU5BU5D_t595200952* L_175 = __this->get_m_ArrayGiftCount_26(); Transform_t3600365921 * L_176 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_176); Transform_t3600365921 * L_177 = Transform_Find_m1729760951(L_176, _stringLiteral29986246, /*hidden argument*/NULL); NullCheck(L_177); UILabel_t3248798549 * L_178 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_177, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); NullCheck(L_175); ArrayElementTypeCheck (L_175, L_178); (L_175)->SetAt(static_cast(3), (UILabel_t3248798549 *)L_178); UILabelU5BU5D_t595200952* L_179 = __this->get_m_ArrayGiftCount_26(); Transform_t3600365921 * L_180 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_180); Transform_t3600365921 * L_181 = Transform_Find_m1729760951(L_180, _stringLiteral2103872963, /*hidden argument*/NULL); NullCheck(L_181); UILabel_t3248798549 * L_182 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_181, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); NullCheck(L_179); ArrayElementTypeCheck (L_179, L_182); (L_179)->SetAt(static_cast(4), (UILabel_t3248798549 *)L_182); UILabelU5BU5D_t595200952* L_183 = __this->get_m_ArrayGiftCount_26(); Transform_t3600365921 * L_184 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_184); Transform_t3600365921 * L_185 = Transform_Find_m1729760951(L_184, _stringLiteral3918237124, /*hidden argument*/NULL); NullCheck(L_185); UILabel_t3248798549 * L_186 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_185, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); NullCheck(L_183); ArrayElementTypeCheck (L_183, L_186); (L_183)->SetAt(static_cast(5), (UILabel_t3248798549 *)L_186); UILabelU5BU5D_t595200952* L_187 = __this->get_m_ArrayGiftCount_26(); Transform_t3600365921 * L_188 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_188); Transform_t3600365921 * L_189 = Transform_Find_m1729760951(L_188, _stringLiteral2787675600, /*hidden argument*/NULL); NullCheck(L_189); UILabel_t3248798549 * L_190 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_189, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); NullCheck(L_187); ArrayElementTypeCheck (L_187, L_190); (L_187)->SetAt(static_cast(6), (UILabel_t3248798549 *)L_190); UILabelU5BU5D_t595200952* L_191 = __this->get_m_ArrayGiftCount_26(); Transform_t3600365921 * L_192 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_192); Transform_t3600365921 * L_193 = Transform_Find_m1729760951(L_192, _stringLiteral912625104, /*hidden argument*/NULL); NullCheck(L_193); UILabel_t3248798549 * L_194 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_193, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); NullCheck(L_191); ArrayElementTypeCheck (L_191, L_194); (L_191)->SetAt(static_cast(7), (UILabel_t3248798549 *)L_194); DMListView_t512231514 * L_195 = __this->get_m_PrivilegeList_4(); NullCheck(L_195); DMListView_SetEnumInfo_m2581368040(L_195, 0, 1, /*hidden argument*/NULL); } IL_0634: { return; } } // System.Void ScenePersonalWndVip::Update() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip_Update_m1729308763 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndVip_Update_m1729308763_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_WndVipMain_2(); NullCheck(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = GameObject_get_activeSelf_m1767405923(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0036; } } { IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_3 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = CVipManager_get_IsNeedRefreshMainPage_m1334699129(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0036; } } { IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_5 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CVipManager_set_IsNeedRefreshMainPage_m3687386678(L_5, (bool)0, /*hidden argument*/NULL); ScenePersonalWndVip__ChageSubPage_m893387898(__this, 0, /*hidden argument*/NULL); } IL_0036: { Transform_t3600365921 * L_6 = __this->get_m_WndGiftDetail_3(); NullCheck(L_6); GameObject_t1113636619 * L_7 = Component_get_gameObject_m442555142(L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = GameObject_get_activeSelf_m1767405923(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0093; } } { IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_9 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); bool L_10 = CVipManager_get_IsNeedRefreshGiftPage_m2331126708(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0078; } } { IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_11 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); CVipManager_set_IsNeedRefreshGiftPage_m3114006768(L_11, (bool)0, /*hidden argument*/NULL); int32_t L_12 = __this->get_m_CurrentPrivilegePage_29(); ScenePersonalWndVip__SetVipPrivilege_m4009580377(__this, L_12, /*hidden argument*/NULL); ScenePersonalWndVip__ChageSubPage_m893387898(__this, 1, /*hidden argument*/NULL); } IL_0078: { IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_13 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_14 = __this->get_m_CurrentPrivilegePage_29(); NullCheck(L_13); bool L_15 = CVipManager_IsNeedRefreshGiftIcon_m2231003310(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0093; } } { ScenePersonalWndVip__SetVipGiftIcon_m3855307677(__this, /*hidden argument*/NULL); } IL_0093: { return; } } // System.Void ScenePersonalWndVip::OnEnable() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip_OnEnable_m3168162789 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndVip_OnEnable_m3168162789_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_0 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CVipManager_SetGiftBoxState_m25308414(L_0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndVip::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip_OnPageShow_m2701581689 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndVip_OnPageShow_m2701581689_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetAvatarVisible_m2509149113(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); __this->set_m_IsFirstTime_30((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_0 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CVipManager_StartWatchVipPropertyChange_m1362897675(L_0, /*hidden argument*/NULL); ScenePersonalWndVip__ChageSubPage_m893387898(__this, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CSignsManager_t1825583579_il2cpp_TypeInfo_var); CSignsManager_t1825583579 * L_1 = CSignsManager_GetInstance_m3077300453(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CSignsManager_SetCurrentPageType_m2203410416(L_1, ((int32_t)12), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndVip::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip_OnPageHide_m1905294558 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndVip_OnPageHide_m1905294558_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_0 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CVipManager_StopWatchVipPropertyChange_m967889278(L_0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndVip::OnOpenGiftDetailWndProc() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip_OnOpenGiftDetailWndProc_m1138791161 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method) { { ScenePersonalWndVip__ChageSubPage_m893387898(__this, 1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndVip::OnCloseGiftDetailWndProc() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip_OnCloseGiftDetailWndProc_m237946007 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method) { { ScenePersonalWndVip__ChageSubPage_m893387898(__this, 0, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndVip::OnClkReturn() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip_OnClkReturn_m2485761369 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndVip_OnClkReturn_m2485761369_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; { Transform_t3600365921 * L_0 = __this->get_m_WndGiftDetail_3(); NullCheck(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = GameObject_get_activeSelf_m1767405923(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0021; } } { ScenePersonalWndVip__ChageSubPage_m893387898(__this, 0, /*hidden argument*/NULL); goto IL_0055; } IL_0021: { Camera_t4157153871 * L_3 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_3; Camera_t4157153871 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0055; } } { Camera_t4157153871 * L_6 = V_0; NullCheck(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(L_6, /*hidden argument*/NULL); NullCheck(L_7); Component_SendMessage_m1441147224(L_7, _stringLiteral2541477419, 1, /*hidden argument*/NULL); Camera_t4157153871 * L_8 = V_0; NullCheck(L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(L_8, /*hidden argument*/NULL); NullCheck(L_9); Component_SendMessage_m1441147224(L_9, _stringLiteral623318204, 1, /*hidden argument*/NULL); } IL_0055: { return; } } // System.Void ScenePersonalWndVip::OnOpenRechargedWndProc() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip_OnOpenRechargedWndProc_m935466696 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndVip_OnOpenRechargedWndProc_m935466696_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)18), /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndVip::OnPreLevelProc() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip_OnPreLevelProc_m2826830304 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_CurrentPrivilegePage_29(); int32_t L_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); V_0 = L_1; __this->set_m_CurrentPrivilegePage_29(L_1); int32_t L_2 = V_0; ScenePersonalWndVip__SetVipPrivilege_m4009580377(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndVip::OnNextLevelProc() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip_OnNextLevelProc_m1909281681 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_CurrentPrivilegePage_29(); int32_t L_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); V_0 = L_1; __this->set_m_CurrentPrivilegePage_29(L_1); int32_t L_2 = V_0; ScenePersonalWndVip__SetVipPrivilege_m4009580377(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndVip::OnRequestGetGiftProc() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip_OnRequestGetGiftProc_m1717108193 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndVip_OnRequestGetGiftProc_m1717108193_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_0 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = __this->get_m_CurrentPrivilegePage_29(); NullCheck(L_0); CVipManager_SendGetGiftRequest_m1392107372(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndVip::_ChageSubPage(ScenePersonalWndVip/enumVipSubPage) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip__ChageSubPage_m893387898 (ScenePersonalWndVip_t1214958997 * __this, uint8_t ___page0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndVip__ChageSubPage_m893387898_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; String_t* V_7 = NULL; int32_t G_B4_0 = 0; CTextHelp_t3119637808 * G_B8_0 = NULL; CTextHelp_t3119637808 * G_B7_0 = NULL; String_t* G_B9_0 = NULL; CTextHelp_t3119637808 * G_B9_1 = NULL; ScenePersonalWndVip_t1214958997 * G_B19_0 = NULL; ScenePersonalWndVip_t1214958997 * G_B18_0 = NULL; int32_t G_B20_0 = 0; ScenePersonalWndVip_t1214958997 * G_B20_1 = NULL; { uint8_t L_0 = ___page0; if (L_0) { goto IL_02d8; } } { Transform_t3600365921 * L_1 = __this->get_m_WndVipMain_2(); NullCheck(L_1); GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(L_1, /*hidden argument*/NULL); NullCheck(L_2); GameObject_SetActive_m796801857(L_2, (bool)1, /*hidden argument*/NULL); DMListView_t512231514 * L_3 = __this->get_m_PrivilegeList_4(); NullCheck(L_3); GameObject_t1113636619 * L_4 = Component_get_gameObject_m442555142(L_3, /*hidden argument*/NULL); NullCheck(L_4); GameObject_SetActive_m796801857(L_4, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_5 = __this->get_m_WndGiftDetail_3(); NullCheck(L_5); GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(L_5, /*hidden argument*/NULL); NullCheck(L_6); GameObject_SetActive_m796801857(L_6, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_7 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = CVipManager_GetVipLevelFromSvr_m1129647132(L_7, /*hidden argument*/NULL); V_0 = L_8; int32_t L_9 = V_0; CVipManager_t269477008 * L_10 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = CVipManager_MAX_VIP_LEVEL_m592331209(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) > ((int32_t)L_11))) { goto IL_005c; } } { int32_t L_12 = V_0; G_B4_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); goto IL_0066; } IL_005c: { IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_13 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = CVipManager_MAX_VIP_LEVEL_m592331209(L_13, /*hidden argument*/NULL); G_B4_0 = L_14; } IL_0066: { V_1 = G_B4_0; int32_t L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CVipConfig_t3229999091_il2cpp_TypeInfo_var); float L_16 = CVipConfig_GetLevelRMB_m3441604258(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); V_2 = L_16; int32_t L_17 = V_1; float L_18 = CVipConfig_GetLevelRMB_m3441604258(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); V_3 = L_18; IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_19 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); float L_20 = CVipManager_GetRechargedValueFromSvr_m1771089483(L_19, /*hidden argument*/NULL); V_4 = L_20; int32_t L_21 = V_1; if ((((int32_t)L_21) <= ((int32_t)0))) { goto IL_01e3; } } { float L_22 = V_3; if ((!(((float)L_22) > ((float)(0.0f))))) { goto IL_01e3; } } { float L_23 = V_4; float L_24 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_25 = bankers_roundf(((float)il2cpp_codegen_multiply((float)(((float)((float)((float)((float)L_23/(float)L_24))))), (float)(450.0f)))); V_5 = L_25; float L_26 = V_5; float L_27 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, L_26, (0.0001f), (450.0f), /*hidden argument*/NULL); V_5 = L_27; UILabel_t3248798549 * L_28 = __this->get_m_TargetCount_9(); NullCheck(L_28); GameObject_t1113636619 * L_29 = Component_get_gameObject_m442555142(L_28, /*hidden argument*/NULL); NullCheck(L_29); GameObject_SetActive_m796801857(L_29, (bool)1, /*hidden argument*/NULL); float L_30 = V_3; float L_31 = V_4; V_6 = ((float)il2cpp_codegen_subtract((float)L_30, (float)L_31)); CTextHelp_t3119637808 * L_32 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_33 = V_0; G_B7_0 = L_32; if ((((int32_t)L_33) > ((int32_t)0))) { G_B8_0 = L_32; goto IL_00e5; } } { G_B9_0 = _stringLiteral2232194425; G_B9_1 = G_B7_0; goto IL_00ea; } IL_00e5: { G_B9_0 = _stringLiteral3175737683; G_B9_1 = G_B8_0; } IL_00ea: { NullCheck(G_B9_1); String_t* L_34 = CTextHelp_GetText_m372251958(G_B9_1, G_B9_0, /*hidden argument*/NULL); V_7 = L_34; String_t* L_35 = V_7; String_t* L_36 = Single_ToString_m3947131094((&V_6), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_37 = CMiscHelp_ToMoneyFormat_m3585245399(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); int32_t L_38 = V_1; int32_t L_39 = L_38; RuntimeObject * L_40 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_39); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3100548452, L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ColorMap_t353729970_il2cpp_TypeInfo_var); String_t* L_42 = ColorMap_GetColorValue_m929637861(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); String_t* L_43 = Int32_ToString_m141394615((&V_1), /*hidden argument*/NULL); String_t* L_44 = String_Format_m3339413201(NULL /*static, unused*/, L_35, L_37, L_42, L_43, /*hidden argument*/NULL); V_7 = L_44; UILabel_t3248798549 * L_45 = __this->get_m_RechargeDesc_5(); String_t* L_46 = V_7; NullCheck(L_45); UILabel_set_text_m1071532778(L_45, L_46, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_47 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); UITexture_t3471168817 * L_48 = __this->get_m_ProgressVipNum_7(); int32_t L_49 = V_0; NullCheck(L_47); CVipManager_SetVipIcon_m2709827145(L_47, L_48, L_49, (bool)1, (bool)1, /*hidden argument*/NULL); CVipManager_t269477008 * L_50 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); UITexture_t3471168817 * L_51 = __this->get_m_ProgressTitleVipNum_6(); int32_t L_52 = V_1; NullCheck(L_50); CVipManager_SetVipIcon_m2709827145(L_50, L_51, L_52, (bool)1, (bool)1, /*hidden argument*/NULL); float L_53 = V_5; if ((!(((float)L_53) < ((float)(5.0f))))) { goto IL_0185; } } { UISprite_t194114938 * L_54 = __this->get_m_RechargeProgress_8(); NullCheck(L_54); GameObject_t1113636619 * L_55 = Component_get_gameObject_m442555142(L_54, /*hidden argument*/NULL); NullCheck(L_55); GameObject_SetActive_m796801857(L_55, (bool)0, /*hidden argument*/NULL); goto IL_01bc; } IL_0185: { UISprite_t194114938 * L_56 = __this->get_m_RechargeProgress_8(); NullCheck(L_56); GameObject_t1113636619 * L_57 = Component_get_gameObject_m442555142(L_56, /*hidden argument*/NULL); NullCheck(L_57); GameObject_SetActive_m796801857(L_57, (bool)1, /*hidden argument*/NULL); float L_58 = V_5; if ((!(((float)L_58) > ((float)(445.0f))))) { goto IL_01a9; } } { V_5 = (450.0f); } IL_01a9: { UISprite_t194114938 * L_59 = __this->get_m_RechargeProgress_8(); NullCheck(L_59); GameObject_t1113636619 * L_60 = Component_get_gameObject_m442555142(L_59, /*hidden argument*/NULL); float L_61 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectScaleX_m2969638982(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); } IL_01bc: { UILabel_t3248798549 * L_62 = __this->get_m_TargetCount_9(); float L_63 = V_4; float L_64 = L_63; RuntimeObject * L_65 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_64); float L_66 = V_3; float L_67 = L_66; RuntimeObject * L_68 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_67); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_69 = String_Concat_m1715369213(NULL /*static, unused*/, L_65, _stringLiteral3452614529, L_68, /*hidden argument*/NULL); NullCheck(L_62); UILabel_set_text_m1071532778(L_62, L_69, /*hidden argument*/NULL); goto IL_02a1; } IL_01e3: { UILabel_t3248798549 * L_70 = __this->get_m_TargetCount_9(); NullCheck(L_70); GameObject_t1113636619 * L_71 = Component_get_gameObject_m442555142(L_70, /*hidden argument*/NULL); NullCheck(L_71); GameObject_SetActive_m796801857(L_71, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_72 = __this->get_m_RechargeDesc_5(); CTextHelp_t3119637808 * L_73 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_73); String_t* L_74 = CTextHelp_GetText_m372251958(L_73, _stringLiteral3575924663, /*hidden argument*/NULL); int32_t L_75 = V_0; int32_t L_76 = L_75; RuntimeObject * L_77 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_76); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_78 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3100548452, L_77, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ColorMap_t353729970_il2cpp_TypeInfo_var); String_t* L_79 = ColorMap_GetColorValue_m929637861(NULL /*static, unused*/, L_78, /*hidden argument*/NULL); int32_t L_80 = V_0; int32_t L_81 = L_80; RuntimeObject * L_82 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_81); String_t* L_83 = String_Format_m2556382932(NULL /*static, unused*/, L_74, L_79, L_82, /*hidden argument*/NULL); NullCheck(L_72); UILabel_set_text_m1071532778(L_72, L_83, /*hidden argument*/NULL); UILabel_t3248798549 * L_84 = __this->get_m_RechargeDesc_5(); NullCheck(L_84); Transform_t3600365921 * L_85 = Component_get_transform_m3162698980(L_84, /*hidden argument*/NULL); Vector3_t3722313464 L_86; memset(&L_86, 0, sizeof(L_86)); Vector3__ctor_m3353183577((&L_86), (145.0f), (196.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_85); Transform_set_localPosition_m4128471975(L_85, L_86, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_87 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); UITexture_t3471168817 * L_88 = __this->get_m_ProgressVipNum_7(); int32_t L_89 = V_0; NullCheck(L_87); CVipManager_SetVipIcon_m2709827145(L_87, L_88, L_89, (bool)0, (bool)1, /*hidden argument*/NULL); CVipManager_t269477008 * L_90 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); UITexture_t3471168817 * L_91 = __this->get_m_ProgressTitleVipNum_6(); int32_t L_92 = V_1; NullCheck(L_90); CVipManager_SetVipIcon_m2709827145(L_90, L_91, L_92, (bool)0, (bool)1, /*hidden argument*/NULL); UISprite_t194114938 * L_93 = __this->get_m_RechargeProgress_8(); NullCheck(L_93); GameObject_t1113636619 * L_94 = Component_get_gameObject_m442555142(L_93, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectScaleX_m2969638982(NULL /*static, unused*/, L_94, (450.0f), /*hidden argument*/NULL); UISprite_t194114938 * L_95 = __this->get_m_RechargeProgress_8(); NullCheck(L_95); GameObject_t1113636619 * L_96 = Component_get_gameObject_m442555142(L_95, /*hidden argument*/NULL); NullCheck(L_96); GameObject_SetActive_m796801857(L_96, (bool)1, /*hidden argument*/NULL); } IL_02a1: { bool L_97 = __this->get_m_IsFirstTime_30(); if (!L_97) { goto IL_02d3; } } { int32_t L_98 = V_0; G_B18_0 = __this; if ((((int32_t)L_98) > ((int32_t)0))) { G_B19_0 = __this; goto IL_02ba; } } { G_B20_0 = 1; G_B20_1 = G_B18_0; goto IL_02bb; } IL_02ba: { int32_t L_99 = V_0; G_B20_0 = L_99; G_B20_1 = G_B19_0; } IL_02bb: { NullCheck(G_B20_1); G_B20_1->set_m_CurrentPrivilegePage_29(G_B20_0); int32_t L_100 = __this->get_m_CurrentPrivilegePage_29(); ScenePersonalWndVip__SetVipPrivilege_m4009580377(__this, L_100, /*hidden argument*/NULL); __this->set_m_IsFirstTime_30((bool)0); } IL_02d3: { goto IL_0311; } IL_02d8: { Transform_t3600365921 * L_101 = __this->get_m_WndGiftDetail_3(); NullCheck(L_101); GameObject_t1113636619 * L_102 = Component_get_gameObject_m442555142(L_101, /*hidden argument*/NULL); NullCheck(L_102); GameObject_SetActive_m796801857(L_102, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_103 = __this->get_m_WndVipMain_2(); NullCheck(L_103); GameObject_t1113636619 * L_104 = Component_get_gameObject_m442555142(L_103, /*hidden argument*/NULL); NullCheck(L_104); GameObject_SetActive_m796801857(L_104, (bool)0, /*hidden argument*/NULL); DMListView_t512231514 * L_105 = __this->get_m_PrivilegeList_4(); NullCheck(L_105); GameObject_t1113636619 * L_106 = Component_get_gameObject_m442555142(L_105, /*hidden argument*/NULL); NullCheck(L_106); GameObject_SetActive_m796801857(L_106, (bool)0, /*hidden argument*/NULL); ScenePersonalWndVip__SetVipGift_m2234534688(__this, /*hidden argument*/NULL); } IL_0311: { return; } } // System.Void ScenePersonalWndVip::_SetVipPrivilege(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip__SetVipPrivilege_m4009580377 (ScenePersonalWndVip_t1214958997 * __this, int32_t ___destVipLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndVip__SetVipPrivilege_m4009580377_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; uiPrivilegeCell_t2635402331 * V_5 = NULL; int32_t G_B5_0 = 0; { int32_t L_0 = ___destVipLevel0; IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_1 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CVipManager_MIN_VIP_LEVEL_m3497846974(L_1, /*hidden argument*/NULL); CVipManager_t269477008 * L_3 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CVipManager_MAX_VIP_LEVEL_m592331209(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_0, L_2, L_4, /*hidden argument*/NULL); V_0 = L_5; CVipManager_t269477008 * L_6 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); UITexture_t3471168817 * L_7 = __this->get_m_PrivilegeVipNum_14(); int32_t L_8 = ___destVipLevel0; NullCheck(L_6); CVipManager_SetVipIcon_m2709827145(L_6, L_7, L_8, (bool)0, (bool)1, /*hidden argument*/NULL); DMListView_t512231514 * L_9 = __this->get_m_PrivilegeList_4(); NullCheck(L_9); int32_t L_10 = DMListView_GetCount_m1758119318(L_9, /*hidden argument*/NULL); V_1 = L_10; int32_t L_11 = V_1; if (!L_11) { goto IL_004c; } } { DMListView_t512231514 * L_12 = __this->get_m_PrivilegeList_4(); NullCheck(L_12); DMListView_DeleteAll_m488542252(L_12, /*hidden argument*/NULL); } IL_004c: { int32_t L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CVipConfig_t3229999091_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_14 = CVipConfig_GetPrivilege_m3006749943(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_2 = L_14; StringU5BU5D_t1281789340* L_15 = V_2; if (!L_15) { goto IL_0061; } } { StringU5BU5D_t1281789340* L_16 = V_2; NullCheck(L_16); G_B5_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))); goto IL_0062; } IL_0061: { G_B5_0 = 0; } IL_0062: { V_3 = G_B5_0; DMListView_t512231514 * L_17 = __this->get_m_PrivilegeList_4(); int32_t L_18 = V_3; NullCheck(L_17); DMListView_SetCount_m3988156788(L_17, L_18, /*hidden argument*/NULL); V_4 = 0; goto IL_00a9; } IL_0077: { DMListView_t512231514 * L_19 = __this->get_m_PrivilegeList_4(); int32_t L_20 = V_4; NullCheck(L_19); Transform_t3600365921 * L_21 = DMListView_GetChild_m2593465524(L_19, L_20, /*hidden argument*/NULL); NullCheck(L_21); uiPrivilegeCell_t2635402331 * L_22 = Component_GetComponent_TisuiPrivilegeCell_t2635402331_m4174730192(L_21, /*hidden argument*/Component_GetComponent_TisuiPrivilegeCell_t2635402331_m4174730192_RuntimeMethod_var); V_5 = L_22; uiPrivilegeCell_t2635402331 * L_23 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00a3; } } { uiPrivilegeCell_t2635402331 * L_25 = V_5; StringU5BU5D_t1281789340* L_26 = V_2; int32_t L_27 = V_4; NullCheck(L_26); int32_t L_28 = L_27; String_t* L_29 = (L_26)->GetAt(static_cast(L_28)); NullCheck(L_25); uiPrivilegeCell_SetData_m641353763(L_25, L_29, /*hidden argument*/NULL); } IL_00a3: { int32_t L_30 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a9: { int32_t L_31 = V_4; int32_t L_32 = V_3; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0077; } } { int32_t L_33 = V_0; ScenePersonalWndVip__SetGiftBoxState_m4116623517(__this, L_33, /*hidden argument*/NULL); int32_t L_34 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_35 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_35); int32_t L_36 = CVipManager_MIN_VIP_LEVEL_m3497846974(L_35, /*hidden argument*/NULL); if ((((int32_t)L_34) > ((int32_t)L_36))) { goto IL_0111; } } { GameObject_t1113636619 * L_37 = __this->get_m_AniLeft_10(); NullCheck(L_37); GameObject_t1113636619 * L_38 = GameObject_get_gameObject_m3693461266(L_37, /*hidden argument*/NULL); NullCheck(L_38); GameObject_SetActive_m796801857(L_38, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_39 = __this->get_m_BtnLeft_12(); NullCheck(L_39); BoxCollider_t1640800422 * L_40 = GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221(L_39, /*hidden argument*/GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221_RuntimeMethod_var); NullCheck(L_40); Collider_set_enabled_m1517463283(L_40, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_41 = __this->get_m_AniRight_11(); NullCheck(L_41); GameObject_t1113636619 * L_42 = GameObject_get_gameObject_m3693461266(L_41, /*hidden argument*/NULL); NullCheck(L_42); GameObject_SetActive_m796801857(L_42, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_43 = __this->get_m_BtnRight_13(); NullCheck(L_43); BoxCollider_t1640800422 * L_44 = GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221(L_43, /*hidden argument*/GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221_RuntimeMethod_var); NullCheck(L_44); Collider_set_enabled_m1517463283(L_44, (bool)1, /*hidden argument*/NULL); goto IL_01ae; } IL_0111: { int32_t L_45 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_46 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_46); int32_t L_47 = CVipManager_MAX_VIP_LEVEL_m592331209(L_46, /*hidden argument*/NULL); if ((((int32_t)L_45) < ((int32_t)L_47))) { goto IL_016a; } } { GameObject_t1113636619 * L_48 = __this->get_m_AniLeft_10(); NullCheck(L_48); GameObject_t1113636619 * L_49 = GameObject_get_gameObject_m3693461266(L_48, /*hidden argument*/NULL); NullCheck(L_49); GameObject_SetActive_m796801857(L_49, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_50 = __this->get_m_BtnLeft_12(); NullCheck(L_50); BoxCollider_t1640800422 * L_51 = GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221(L_50, /*hidden argument*/GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221_RuntimeMethod_var); NullCheck(L_51); Collider_set_enabled_m1517463283(L_51, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_52 = __this->get_m_AniRight_11(); NullCheck(L_52); GameObject_t1113636619 * L_53 = GameObject_get_gameObject_m3693461266(L_52, /*hidden argument*/NULL); NullCheck(L_53); GameObject_SetActive_m796801857(L_53, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_54 = __this->get_m_BtnRight_13(); NullCheck(L_54); BoxCollider_t1640800422 * L_55 = GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221(L_54, /*hidden argument*/GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221_RuntimeMethod_var); NullCheck(L_55); Collider_set_enabled_m1517463283(L_55, (bool)0, /*hidden argument*/NULL); goto IL_01ae; } IL_016a: { GameObject_t1113636619 * L_56 = __this->get_m_AniLeft_10(); NullCheck(L_56); GameObject_t1113636619 * L_57 = GameObject_get_gameObject_m3693461266(L_56, /*hidden argument*/NULL); NullCheck(L_57); GameObject_SetActive_m796801857(L_57, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_58 = __this->get_m_BtnLeft_12(); NullCheck(L_58); BoxCollider_t1640800422 * L_59 = GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221(L_58, /*hidden argument*/GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221_RuntimeMethod_var); NullCheck(L_59); Collider_set_enabled_m1517463283(L_59, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_60 = __this->get_m_AniRight_11(); NullCheck(L_60); GameObject_t1113636619 * L_61 = GameObject_get_gameObject_m3693461266(L_60, /*hidden argument*/NULL); NullCheck(L_61); GameObject_SetActive_m796801857(L_61, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_62 = __this->get_m_BtnRight_13(); NullCheck(L_62); BoxCollider_t1640800422 * L_63 = GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221(L_62, /*hidden argument*/GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221_RuntimeMethod_var); NullCheck(L_63); Collider_set_enabled_m1517463283(L_63, (bool)1, /*hidden argument*/NULL); } IL_01ae: { return; } } // System.Void ScenePersonalWndVip::_SetGiftBoxState(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip__SetGiftBoxState_m4116623517 (ScenePersonalWndVip_t1214958997 * __this, int32_t ___destLevel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndVip__SetGiftBoxState_m4116623517_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___destLevel0; IL2CPP_RUNTIME_CLASS_INIT(CVipConfig_t3229999091_il2cpp_TypeInfo_var); int32_t L_1 = CVipConfig_GetGiftState_m3491113431(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; GameObject_t1113636619 * L_2 = __this->get_m_BoxNameFirst_16(); NullCheck(L_2); GameObject_t1113636619 * L_3 = GameObject_get_gameObject_m3693461266(L_2, /*hidden argument*/NULL); NullCheck(L_3); GameObject_SetActive_m796801857(L_3, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_4 = __this->get_m_BoxNameCanGet_17(); NullCheck(L_4); GameObject_t1113636619 * L_5 = GameObject_get_gameObject_m3693461266(L_4, /*hidden argument*/NULL); NullCheck(L_5); GameObject_SetActive_m796801857(L_5, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_6 = __this->get_m_BoxNameAlreadyGet_18(); NullCheck(L_6); GameObject_t1113636619 * L_7 = GameObject_get_gameObject_m3693461266(L_6, /*hidden argument*/NULL); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_8 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); UITexture_t3471168817 * L_9 = __this->get_m_BoxNameVipNum_20(); int32_t L_10 = ___destLevel0; NullCheck(L_8); CVipManager_SetVipIcon_m2709827145(L_8, L_9, L_10, (bool)0, (bool)1, /*hidden argument*/NULL); int32_t L_11 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))) { case 0: { goto IL_0067; } case 1: { goto IL_00b6; } case 2: { goto IL_00dd; } } } { goto IL_013d; } IL_0067: { GameObject_t1113636619 * L_12 = __this->get_m_GiftBox_15(); NullCheck(L_12); Animation_t3648466861 * L_13 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_12, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); NullCheck(L_13); Behaviour_set_enabled_m20417929(L_13, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_14 = __this->get_m_GiftBox_15(); NullCheck(L_14); Transform_t3600365921 * L_15 = GameObject_get_transform_m1369836730(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_16 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); Transform_set_localRotation_m19445462(L_15, L_16, /*hidden argument*/NULL); GameObject_t1113636619 * L_17 = __this->get_m_GiftBox_15(); NullCheck(L_17); Transform_t3600365921 * L_18 = GameObject_get_transform_m1369836730(L_17, /*hidden argument*/NULL); Vector3_t3722313464 L_19; memset(&L_19, 0, sizeof(L_19)); Vector3__ctor_m3353183577((&L_19), (128.0f), (140.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_18); Transform_set_localScale_m3053443106(L_18, L_19, /*hidden argument*/NULL); goto IL_0142; } IL_00b6: { GameObject_t1113636619 * L_20 = __this->get_m_GiftBox_15(); NullCheck(L_20); Animation_t3648466861 * L_21 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_20, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); NullCheck(L_21); Behaviour_set_enabled_m20417929(L_21, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_22 = __this->get_m_BoxNameCanGet_17(); NullCheck(L_22); GameObject_t1113636619 * L_23 = GameObject_get_gameObject_m3693461266(L_22, /*hidden argument*/NULL); NullCheck(L_23); GameObject_SetActive_m796801857(L_23, (bool)1, /*hidden argument*/NULL); goto IL_0142; } IL_00dd: { GameObject_t1113636619 * L_24 = __this->get_m_GiftBox_15(); NullCheck(L_24); Animation_t3648466861 * L_25 = GameObject_GetComponent_TisAnimation_t3648466861_m3766528019(L_24, /*hidden argument*/GameObject_GetComponent_TisAnimation_t3648466861_m3766528019_RuntimeMethod_var); NullCheck(L_25); Behaviour_set_enabled_m20417929(L_25, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_26 = __this->get_m_GiftBox_15(); NullCheck(L_26); Transform_t3600365921 * L_27 = GameObject_get_transform_m1369836730(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_28 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); Transform_set_localRotation_m19445462(L_27, L_28, /*hidden argument*/NULL); GameObject_t1113636619 * L_29 = __this->get_m_GiftBox_15(); NullCheck(L_29); Transform_t3600365921 * L_30 = GameObject_get_transform_m1369836730(L_29, /*hidden argument*/NULL); Vector3_t3722313464 L_31; memset(&L_31, 0, sizeof(L_31)); Vector3__ctor_m3353183577((&L_31), (128.0f), (140.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_30); Transform_set_localScale_m3053443106(L_30, L_31, /*hidden argument*/NULL); GameObject_t1113636619 * L_32 = __this->get_m_BoxNameAlreadyGet_18(); NullCheck(L_32); GameObject_t1113636619 * L_33 = GameObject_get_gameObject_m3693461266(L_32, /*hidden argument*/NULL); NullCheck(L_33); GameObject_SetActive_m796801857(L_33, (bool)1, /*hidden argument*/NULL); goto IL_0142; } IL_013d: { goto IL_0142; } IL_0142: { return; } } // System.Void ScenePersonalWndVip::_SetVipGift() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip__SetVipGift_m2234534688 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndVip__SetVipGift_m2234534688_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; GiftInfoNode_t966312645 * V_2 = NULL; BoxCollider_t1640800422 * G_B7_0 = NULL; BoxCollider_t1640800422 * G_B6_0 = NULL; int32_t G_B8_0 = 0; BoxCollider_t1640800422 * G_B8_1 = NULL; GameObject_t1113636619 * G_B10_0 = NULL; GameObject_t1113636619 * G_B9_0 = NULL; int32_t G_B11_0 = 0; GameObject_t1113636619 * G_B11_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CVipManager_t269477008_il2cpp_TypeInfo_var); CVipManager_t269477008 * L_0 = CVipManager_GetInstance_m4124241567(NULL /*static, unused*/, /*hidden argument*/NULL); UITexture_t3471168817 * L_1 = __this->get_m_DetailVipNum_21(); int32_t L_2 = __this->get_m_CurrentPrivilegePage_29(); NullCheck(L_0); CVipManager_SetVipIcon_m2709827145(L_0, L_1, L_2, (bool)0, (bool)1, /*hidden argument*/NULL); V_0 = 0; GameObjectU5BU5D_t3328599146* L_3 = __this->get_m_ArrayGiftInfo_23(); NullCheck(L_3); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))); goto IL_0040; } IL_0029: { GameObjectU5BU5D_t3328599146* L_4 = __this->get_m_ArrayGiftInfo_23(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; GameObject_t1113636619 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); GameObject_t1113636619 * L_8 = GameObject_get_gameObject_m3693461266(L_7, /*hidden argument*/NULL); NullCheck(L_8); GameObject_SetActive_m796801857(L_8, (bool)0, /*hidden argument*/NULL); int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0040: { int32_t L_10 = V_0; int32_t L_11 = V_1; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0029; } } { int32_t L_12 = __this->get_m_CurrentPrivilegePage_29(); IL2CPP_RUNTIME_CLASS_INIT(CVipConfig_t3229999091_il2cpp_TypeInfo_var); GiftInfoNode_t966312645 * L_13 = CVipConfig_GetGift_m3626243091(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_2 = L_13; GiftInfoNode_t966312645 * L_14 = V_2; if (L_14) { goto IL_005a; } } { return; } IL_005a: { GameObject_t1113636619 * L_15 = __this->get_m_BtnGetGift_22(); NullCheck(L_15); BoxCollider_t1640800422 * L_16 = GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221(L_15, /*hidden argument*/GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221_RuntimeMethod_var); GiftInfoNode_t966312645 * L_17 = V_2; NullCheck(L_17); int32_t L_18 = L_17->get_State_2(); G_B6_0 = L_16; if ((!(((uint32_t)L_18) == ((uint32_t)2)))) { G_B7_0 = L_16; goto IL_0077; } } { G_B8_0 = 1; G_B8_1 = G_B6_0; goto IL_0078; } IL_0077: { G_B8_0 = 0; G_B8_1 = G_B7_0; } IL_0078: { NullCheck(G_B8_1); Collider_set_enabled_m1517463283(G_B8_1, (bool)G_B8_0, /*hidden argument*/NULL); GameObject_t1113636619 * L_19 = __this->get_m_BtnGetGift_22(); NullCheck(L_19); GameObject_t1113636619 * L_20 = GameObject_get_gameObject_m3693461266(L_19, /*hidden argument*/NULL); GiftInfoNode_t966312645 * L_21 = V_2; NullCheck(L_21); int32_t L_22 = L_21->get_State_2(); G_B9_0 = L_20; if ((!(((uint32_t)L_22) == ((uint32_t)2)))) { G_B10_0 = L_20; goto IL_009a; } } { G_B11_0 = 1; G_B11_1 = G_B9_0; goto IL_009b; } IL_009a: { G_B11_0 = 0; G_B11_1 = G_B10_0; } IL_009b: { NullCheck(G_B11_1); GameObject_SetActive_m796801857(G_B11_1, (bool)G_B11_0, /*hidden argument*/NULL); ScenePersonalWndVip__SetVipGiftIcon_m3855307677(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePersonalWndVip::_SetVipGiftIcon() extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip__SetVipGiftIcon_m3855307677 (ScenePersonalWndVip_t1214958997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndVip__SetVipGiftIcon_m3855307677_MetadataUsageId); s_Il2CppMethodInitialized = true; } GiftInfoNode_t966312645 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; KeyValuePair_2_t4237331251 V_4; memset(&V_4, 0, sizeof(V_4)); int32_t V_5 = 0; KeyValuePair_2_t4237331251 V_6; memset(&V_6, 0, sizeof(V_6)); { int32_t L_0 = __this->get_m_CurrentPrivilegePage_29(); IL2CPP_RUNTIME_CLASS_INIT(CVipConfig_t3229999091_il2cpp_TypeInfo_var); GiftInfoNode_t966312645 * L_1 = CVipConfig_GetGift_m3626243091(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; GiftInfoNode_t966312645 * L_2 = V_0; if (L_2) { goto IL_0013; } } { return; } IL_0013: { GiftInfoNode_t966312645 * L_3 = V_0; NullCheck(L_3); List_1_t1414438697 * L_4 = L_3->get_GiftSet_1(); NullCheck(L_4); int32_t L_5 = List_1_get_Count_m2631462689(L_4, /*hidden argument*/List_1_get_Count_m2631462689_RuntimeMethod_var); V_1 = L_5; V_2 = 0; goto IL_010d; } IL_0026: { GameObjectU5BU5D_t3328599146* L_6 = __this->get_m_ArrayGiftInfo_23(); int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = L_7; GameObject_t1113636619 * L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_9); GameObject_t1113636619 * L_10 = GameObject_get_gameObject_m3693461266(L_9, /*hidden argument*/NULL); NullCheck(L_10); GameObject_SetActive_m796801857(L_10, (bool)1, /*hidden argument*/NULL); UISpriteU5BU5D_t1415066463* L_11 = __this->get_m_ArrayGiftFrame_24(); int32_t L_12 = V_2; NullCheck(L_11); int32_t L_13 = L_12; UISprite_t194114938 * L_14 = (L_11)->GetAt(static_cast(L_13)); NullCheck(L_14); GameObject_t1113636619 * L_15 = Component_get_gameObject_m442555142(L_14, /*hidden argument*/NULL); NullCheck(L_15); GameObject_SetActive_m796801857(L_15, (bool)1, /*hidden argument*/NULL); UITextureU5BU5D_t4250952428* L_16 = __this->get_m_ArrayGiftImage_25(); int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = L_17; UITexture_t3471168817 * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_19); GameObject_t1113636619 * L_20 = Component_get_gameObject_m442555142(L_19, /*hidden argument*/NULL); NullCheck(L_20); GameObject_SetActive_m796801857(L_20, (bool)1, /*hidden argument*/NULL); UILabelU5BU5D_t595200952* L_21 = __this->get_m_ArrayGiftCount_26(); int32_t L_22 = V_2; NullCheck(L_21); int32_t L_23 = L_22; UILabel_t3248798549 * L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_24); GameObject_t1113636619 * L_25 = Component_get_gameObject_m442555142(L_24, /*hidden argument*/NULL); NullCheck(L_25); GameObject_SetActive_m796801857(L_25, (bool)1, /*hidden argument*/NULL); GiftInfoNode_t966312645 * L_26 = V_0; NullCheck(L_26); List_1_t1414438697 * L_27 = L_26->get_GiftSet_1(); int32_t L_28 = V_2; NullCheck(L_27); KeyValuePair_2_t4237331251 L_29 = List_1_get_Item_m3034076052(L_27, L_28, /*hidden argument*/List_1_get_Item_m3034076052_RuntimeMethod_var); V_4 = L_29; int32_t L_30 = KeyValuePair_2_get_Key_m2295844663((&V_4), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); V_3 = L_30; CShopConfig_t202154353 * L_31 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_32 = V_3; NullCheck(L_31); int32_t L_33 = CShopConfig_GetQualityLevel_m4002441864(L_31, L_32, /*hidden argument*/NULL); V_5 = L_33; UISpriteU5BU5D_t1415066463* L_34 = __this->get_m_ArrayGiftFrame_24(); int32_t L_35 = V_2; NullCheck(L_34); int32_t L_36 = L_35; UISprite_t194114938 * L_37 = (L_34)->GetAt(static_cast(L_36)); int32_t L_38 = V_5; int32_t L_39 = ((int32_t)L_38); RuntimeObject * L_40 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_39); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2240226943, L_40, /*hidden argument*/NULL); NullCheck(L_37); UISprite_set_spriteName_m1616245412(L_37, L_41, /*hidden argument*/NULL); UITextureU5BU5D_t4250952428* L_42 = __this->get_m_ArrayGiftImage_25(); int32_t L_43 = V_2; NullCheck(L_42); int32_t L_44 = L_43; UITexture_t3471168817 * L_45 = (L_42)->GetAt(static_cast(L_44)); int32_t L_46 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); String_t* L_47 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); Vector3_t3722313464 L_48 = __this->get_m_PhotoSize_31(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_49 = CMiscHelp_SetTextureIcon_m1616628797(NULL /*static, unused*/, L_45, L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_00d8; } } { int32_t L_50 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CVipConfig_t3229999091_il2cpp_TypeInfo_var); CVipConfig_SetGiftIconState_m628854585(NULL /*static, unused*/, L_50, (bool)1, /*hidden argument*/NULL); } IL_00d8: { UILabelU5BU5D_t595200952* L_51 = __this->get_m_ArrayGiftCount_26(); int32_t L_52 = V_2; NullCheck(L_51); int32_t L_53 = L_52; UILabel_t3248798549 * L_54 = (L_51)->GetAt(static_cast(L_53)); GiftInfoNode_t966312645 * L_55 = V_0; NullCheck(L_55); List_1_t1414438697 * L_56 = L_55->get_GiftSet_1(); int32_t L_57 = V_2; NullCheck(L_56); KeyValuePair_2_t4237331251 L_58 = List_1_get_Item_m3034076052(L_56, L_57, /*hidden argument*/List_1_get_Item_m3034076052_RuntimeMethod_var); V_6 = L_58; int32_t L_59 = KeyValuePair_2_get_Value_m1665413869((&V_6), /*hidden argument*/KeyValuePair_2_get_Value_m1665413869_RuntimeMethod_var); int32_t L_60 = L_59; RuntimeObject * L_61 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_60); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_62 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3450517496, L_61, /*hidden argument*/NULL); NullCheck(L_54); UILabel_set_text_m1071532778(L_54, L_62, /*hidden argument*/NULL); int32_t L_63 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_010d: { int32_t L_64 = V_2; int32_t L_65 = V_1; if ((((int32_t)L_64) < ((int32_t)L_65))) { goto IL_0026; } } { return; } } // System.Void ScenePersonalWndVip::OnClickItem(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void ScenePersonalWndVip_OnClickItem_m2313054126 (ScenePersonalWndVip_t1214958997 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePersonalWndVip_OnClickItem_m2313054126_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; GiftInfoNode_t966312645 * V_1 = NULL; int32_t V_2 = 0; 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)); KeyValuePair_2_t4237331251 V_6; memset(&V_6, 0, sizeof(V_6)); KeyValuePair_2_t4237331251 V_7; memset(&V_7, 0, sizeof(V_7)); KeyValuePair_2_t4237331251 V_8; memset(&V_8, 0, sizeof(V_8)); KeyValuePair_2_t4237331251 V_9; memset(&V_9, 0, sizeof(V_9)); KeyValuePair_2_t4237331251 V_10; memset(&V_10, 0, sizeof(V_10)); { GameObject_t1113636619 * L_0 = ___go0; NullCheck(L_0); Transform_t3600365921 * L_1 = GameObject_get_transform_m1369836730(L_0, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_get_parent_m835071599(L_1, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = Object_get_name_m4211327027(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = __this->get_m_CurrentPrivilegePage_29(); IL2CPP_RUNTIME_CLASS_INIT(CVipConfig_t3229999091_il2cpp_TypeInfo_var); GiftInfoNode_t966312645 * L_5 = CVipConfig_GetGift_m3626243091(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_1 = L_5; GiftInfoNode_t966312645 * L_6 = V_1; if (L_6) { goto IL_0024; } } { return; } IL_0024: { V_2 = 0; String_t* L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, _stringLiteral3073633707, /*hidden argument*/NULL); if (!L_8) { goto IL_004b; } } { GiftInfoNode_t966312645 * L_9 = V_1; NullCheck(L_9); List_1_t1414438697 * L_10 = L_9->get_GiftSet_1(); NullCheck(L_10); KeyValuePair_2_t4237331251 L_11 = List_1_get_Item_m3034076052(L_10, 0, /*hidden argument*/List_1_get_Item_m3034076052_RuntimeMethod_var); V_3 = L_11; int32_t L_12 = KeyValuePair_2_get_Key_m2295844663((&V_3), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); V_2 = L_12; } IL_004b: { String_t* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, _stringLiteral3073633708, /*hidden argument*/NULL); if (!L_14) { goto IL_0071; } } { GiftInfoNode_t966312645 * L_15 = V_1; NullCheck(L_15); List_1_t1414438697 * L_16 = L_15->get_GiftSet_1(); NullCheck(L_16); KeyValuePair_2_t4237331251 L_17 = List_1_get_Item_m3034076052(L_16, 1, /*hidden argument*/List_1_get_Item_m3034076052_RuntimeMethod_var); V_4 = L_17; int32_t L_18 = KeyValuePair_2_get_Key_m2295844663((&V_4), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); V_2 = L_18; } IL_0071: { String_t* L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_op_Equality_m920492651(NULL /*static, unused*/, L_19, _stringLiteral3073633705, /*hidden argument*/NULL); if (!L_20) { goto IL_0097; } } { GiftInfoNode_t966312645 * L_21 = V_1; NullCheck(L_21); List_1_t1414438697 * L_22 = L_21->get_GiftSet_1(); NullCheck(L_22); KeyValuePair_2_t4237331251 L_23 = List_1_get_Item_m3034076052(L_22, 2, /*hidden argument*/List_1_get_Item_m3034076052_RuntimeMethod_var); V_5 = L_23; int32_t L_24 = KeyValuePair_2_get_Key_m2295844663((&V_5), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); V_2 = L_24; } IL_0097: { String_t* L_25 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_26 = String_op_Equality_m920492651(NULL /*static, unused*/, L_25, _stringLiteral3073633706, /*hidden argument*/NULL); if (!L_26) { goto IL_00bd; } } { GiftInfoNode_t966312645 * L_27 = V_1; NullCheck(L_27); List_1_t1414438697 * L_28 = L_27->get_GiftSet_1(); NullCheck(L_28); KeyValuePair_2_t4237331251 L_29 = List_1_get_Item_m3034076052(L_28, 3, /*hidden argument*/List_1_get_Item_m3034076052_RuntimeMethod_var); V_6 = L_29; int32_t L_30 = KeyValuePair_2_get_Key_m2295844663((&V_6), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); V_2 = L_30; } IL_00bd: { 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_31, _stringLiteral3073633703, /*hidden argument*/NULL); if (!L_32) { goto IL_00e3; } } { GiftInfoNode_t966312645 * L_33 = V_1; NullCheck(L_33); List_1_t1414438697 * L_34 = L_33->get_GiftSet_1(); NullCheck(L_34); KeyValuePair_2_t4237331251 L_35 = List_1_get_Item_m3034076052(L_34, 4, /*hidden argument*/List_1_get_Item_m3034076052_RuntimeMethod_var); V_7 = L_35; int32_t L_36 = KeyValuePair_2_get_Key_m2295844663((&V_7), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); V_2 = L_36; } IL_00e3: { String_t* L_37 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_38 = String_op_Equality_m920492651(NULL /*static, unused*/, L_37, _stringLiteral3073633704, /*hidden argument*/NULL); if (!L_38) { goto IL_0109; } } { GiftInfoNode_t966312645 * L_39 = V_1; NullCheck(L_39); List_1_t1414438697 * L_40 = L_39->get_GiftSet_1(); NullCheck(L_40); KeyValuePair_2_t4237331251 L_41 = List_1_get_Item_m3034076052(L_40, 5, /*hidden argument*/List_1_get_Item_m3034076052_RuntimeMethod_var); V_8 = L_41; int32_t L_42 = KeyValuePair_2_get_Key_m2295844663((&V_8), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); V_2 = L_42; } IL_0109: { String_t* L_43 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_44 = String_op_Equality_m920492651(NULL /*static, unused*/, L_43, _stringLiteral3073633701, /*hidden argument*/NULL); if (!L_44) { goto IL_012f; } } { GiftInfoNode_t966312645 * L_45 = V_1; NullCheck(L_45); List_1_t1414438697 * L_46 = L_45->get_GiftSet_1(); NullCheck(L_46); KeyValuePair_2_t4237331251 L_47 = List_1_get_Item_m3034076052(L_46, 6, /*hidden argument*/List_1_get_Item_m3034076052_RuntimeMethod_var); V_9 = L_47; int32_t L_48 = KeyValuePair_2_get_Key_m2295844663((&V_9), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); V_2 = L_48; } IL_012f: { String_t* L_49 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_50 = String_op_Equality_m920492651(NULL /*static, unused*/, L_49, _stringLiteral3073633702, /*hidden argument*/NULL); if (!L_50) { goto IL_0155; } } { GiftInfoNode_t966312645 * L_51 = V_1; NullCheck(L_51); List_1_t1414438697 * L_52 = L_51->get_GiftSet_1(); NullCheck(L_52); KeyValuePair_2_t4237331251 L_53 = List_1_get_Item_m3034076052(L_52, 7, /*hidden argument*/List_1_get_Item_m3034076052_RuntimeMethod_var); V_10 = L_53; int32_t L_54 = KeyValuePair_2_get_Key_m2295844663((&V_10), /*hidden argument*/KeyValuePair_2_get_Key_m2295844663_RuntimeMethod_var); V_2 = L_54; } IL_0155: { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_55 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_56 = V_2; NullCheck(L_55); CShopManager_ShowAvatar_m2860953780(L_55, L_56, /*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 ScenePosPlay::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScenePosPlay__ctor_m1954938288 (ScenePosPlay_t1905503823 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void ScenePosPlay::Start() extern "C" IL2CPP_METHOD_ATTR void ScenePosPlay_Start_m2711618976 (ScenePosPlay_t1905503823 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ScenePosPlay_Start_m2711618976_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DMRole_t4013730376 * V_1 = NULL; int32_t V_2 = 0; { Transform_t3600365921 * L_0 = __this->get_ScenePointTrans_2(); 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_0060; } } { int32_t L_2 = __this->get_ScenePointIndex_3(); V_0 = L_2; V_1 = (DMRole_t4013730376 *)NULL; V_2 = 0; goto IL_004f; } IL_0021: { DMRole_t4013730376 * L_3 = V_1; NullCheck(L_3); int32_t L_4 = DMRole_GetPosIndex_m1014494453(L_3, /*hidden argument*/NULL); int32_t L_5 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_004f; } } { DMRole_t4013730376 * L_6 = V_1; NullCheck(L_6); bool L_7 = DMRole_IsValid_m2053967198(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_004f; } } { DMRole_t4013730376 * L_8 = V_1; NullCheck(L_8); bool L_9 = DMRole_IsEnable_m1332010216(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_004f; } } { DMRole_t4013730376 * L_10 = V_1; Transform_t3600365921 * L_11 = __this->get_ScenePointTrans_2(); NullCheck(L_10); DMRole_SetAttachTransform_m3122879977(L_10, L_11, /*hidden argument*/NULL); } IL_004f: { int32_t L_12 = V_2; int32_t L_13 = L_12; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); DMRole_t4013730376 * L_14 = DMSceneInterface_GetRole_m4009280948(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); DMRole_t4013730376 * L_15 = L_14; V_1 = L_15; if (L_15) { goto IL_0021; } } IL_0060: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SceneSexPlay::.ctor() extern "C" IL2CPP_METHOD_ATTR void SceneSexPlay__ctor_m4240282314 (SceneSexPlay_t1926351853 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void SceneSexPlay::Start() extern "C" IL2CPP_METHOD_ATTR void SceneSexPlay_Start_m29553854 (SceneSexPlay_t1926351853 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SceneSexPlay_Start_m29553854_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DMRole_t4013730376 * V_1 = NULL; int32_t V_2 = 0; bool V_3 = false; { Transform_t3600365921 * L_0 = __this->get_SceneTarget_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return; } IL_0012: { int32_t L_2 = __this->get_ScenePointIndex_3(); V_0 = L_2; V_1 = (DMRole_t4013730376 *)NULL; V_2 = 0; goto IL_0087; } IL_0022: { DMRole_t4013730376 * L_3 = V_1; NullCheck(L_3); int32_t L_4 = DMRole_GetPosIndex_m1014494453(L_3, /*hidden argument*/NULL); int32_t L_5 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0087; } } { V_3 = (bool)0; bool L_6 = __this->get_AsMale_4(); DMRole_t4013730376 * L_7 = V_1; NullCheck(L_7); bool L_8 = DMRole_IsMale_m705927367(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)L_8)))) { goto IL_005e; } } { DMRole_t4013730376 * L_9 = V_1; NullCheck(L_9); bool L_10 = DMRole_IsValid_m2053967198(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005e; } } { DMRole_t4013730376 * L_11 = V_1; NullCheck(L_11); bool L_12 = DMRole_IsEnable_m1332010216(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_005e; } } { V_3 = (bool)1; goto IL_0060; } IL_005e: { V_3 = (bool)0; } IL_0060: { Transform_t3600365921 * L_13 = __this->get_SceneTarget_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0082; } } { Transform_t3600365921 * L_15 = __this->get_SceneTarget_2(); NullCheck(L_15); GameObject_t1113636619 * L_16 = Component_get_gameObject_m442555142(L_15, /*hidden argument*/NULL); bool L_17 = V_3; NullCheck(L_16); GameObject_SetActive_m796801857(L_16, L_17, /*hidden argument*/NULL); } IL_0082: { goto IL_0098; } IL_0087: { int32_t L_18 = V_2; int32_t L_19 = L_18; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); DMRole_t4013730376 * L_20 = DMSceneInterface_GetRole_m4009280948(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); DMRole_t4013730376 * L_21 = L_20; V_1 = L_21; if (L_21) { goto IL_0022; } } IL_0098: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SDKProxyManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager__ctor_m3094121965 (SDKProxyManager_t1131642099 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void SDKProxyManager::add_onMsgFromSDKProxy(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_add_onMsgFromSDKProxy_m897937637 (RuntimeObject * __this /* static, unused */, Action_1_t2019918284 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKProxyManager_add_onMsgFromSDKProxy_m897937637_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_1_t2019918284 * V_0 = NULL; Action_1_t2019918284 * V_1 = NULL; { Action_1_t2019918284 * L_0 = ((SDKProxyManager_t1131642099_StaticFields*)il2cpp_codegen_static_fields_for(SDKProxyManager_t1131642099_il2cpp_TypeInfo_var))->get_onMsgFromSDKProxy_3(); V_0 = L_0; } IL_0006: { Action_1_t2019918284 * L_1 = V_0; V_1 = L_1; Action_1_t2019918284 * L_2 = V_1; Action_1_t2019918284 * L_3 = ___value0; Delegate_t1188392813 * L_4 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); Action_1_t2019918284 * L_5 = V_0; Action_1_t2019918284 * L_6 = InterlockedCompareExchangeImpl((((SDKProxyManager_t1131642099_StaticFields*)il2cpp_codegen_static_fields_for(SDKProxyManager_t1131642099_il2cpp_TypeInfo_var))->get_address_of_onMsgFromSDKProxy_3()), ((Action_1_t2019918284 *)CastclassSealed((RuntimeObject*)L_4, Action_1_t2019918284_il2cpp_TypeInfo_var)), L_5); V_0 = L_6; Action_1_t2019918284 * L_7 = V_0; Action_1_t2019918284 * L_8 = V_1; if ((!(((RuntimeObject*)(Action_1_t2019918284 *)L_7) == ((RuntimeObject*)(Action_1_t2019918284 *)L_8)))) { goto IL_0006; } } { return; } } // System.Void SDKProxyManager::remove_onMsgFromSDKProxy(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_remove_onMsgFromSDKProxy_m3234104405 (RuntimeObject * __this /* static, unused */, Action_1_t2019918284 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKProxyManager_remove_onMsgFromSDKProxy_m3234104405_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_1_t2019918284 * V_0 = NULL; Action_1_t2019918284 * V_1 = NULL; { Action_1_t2019918284 * L_0 = ((SDKProxyManager_t1131642099_StaticFields*)il2cpp_codegen_static_fields_for(SDKProxyManager_t1131642099_il2cpp_TypeInfo_var))->get_onMsgFromSDKProxy_3(); V_0 = L_0; } IL_0006: { Action_1_t2019918284 * L_1 = V_0; V_1 = L_1; Action_1_t2019918284 * L_2 = V_1; Action_1_t2019918284 * L_3 = ___value0; Delegate_t1188392813 * L_4 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); Action_1_t2019918284 * L_5 = V_0; Action_1_t2019918284 * L_6 = InterlockedCompareExchangeImpl((((SDKProxyManager_t1131642099_StaticFields*)il2cpp_codegen_static_fields_for(SDKProxyManager_t1131642099_il2cpp_TypeInfo_var))->get_address_of_onMsgFromSDKProxy_3()), ((Action_1_t2019918284 *)CastclassSealed((RuntimeObject*)L_4, Action_1_t2019918284_il2cpp_TypeInfo_var)), L_5); V_0 = L_6; Action_1_t2019918284 * L_7 = V_0; Action_1_t2019918284 * L_8 = V_1; if ((!(((RuntimeObject*)(Action_1_t2019918284 *)L_7) == ((RuntimeObject*)(Action_1_t2019918284 *)L_8)))) { goto IL_0006; } } { return; } } // UnityEngine.GameObject SDKProxyManager::get_go() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * SDKProxyManager_get_go_m4195225492 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return (GameObject_t1113636619 *)NULL; } } // System.Void SDKProxyManager::Initialize() extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_Initialize_m1287220633 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } // System.Void SDKProxyManager::InitFile() extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_InitFile_m1695513928 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } // System.Void SDKProxyManager::Save() extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_Save_m3346082110 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } // System.Void SDKProxyManager::Deinitialize() extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_Deinitialize_m135605712 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } // System.Void SDKProxyManager::OnMsgFromSDKProxy(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_OnMsgFromSDKProxy_m2943766284 (SDKProxyManager_t1131642099 * __this, String_t* ___strMsg0, const RuntimeMethod* method) { { return; } } // System.Void SDKProxyManager::Send(LitJson.JsonData) extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_Send_m3896524218 (RuntimeObject * __this /* static, unused */, JsonData_t1524858407 * ___jsonMsg0, const RuntimeMethod* method) { { return; } } // System.Void SDKProxyManager::CollectGameStart(System.String,System.String,System.String,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_CollectGameStart_m3908341061 (RuntimeObject * __this /* static, unused */, String_t* ___eventId0, String_t* ___startUpType1, String_t* ___errorCode2, String_t* ___errorInfo3, String_t* ___url4, String_t* ___extraParams5, String_t* ___isMainLand6, const RuntimeMethod* method) { { return; } } // System.Void SDKProxyManager::FinalizeHandler() extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_FinalizeHandler_m2729838507 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return; } } // System.String SDKProxyManager::Get(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SDKProxyManager_Get_m623790032 (RuntimeObject * __this /* static, unused */, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SDKProxyManager_Get_m623790032_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_0; } } // System.Void SDKProxyManager::Set(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_Set_m209121070 (RuntimeObject * __this /* static, unused */, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { { return; } } // System.Void SDKProxyManager::Send(System.String) extern "C" IL2CPP_METHOD_ATTR void SDKProxyManager_Send_m2772845412 (RuntimeObject * __this /* static, unused */, String_t* ___strJson0, const RuntimeMethod* method) { { return; } } // System.Boolean SDKProxyManager::isValid() extern "C" IL2CPP_METHOD_ATTR bool SDKProxyManager_isValid_m1528677498 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SelfQualifyPkResultInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void SelfQualifyPkResultInfo__ctor_m356026627 (SelfQualifyPkResultInfo_t1561294256 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SelfQualifyPkResultInfo__ctor_m356026627_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_GradeName_2(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_Result_0((-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 ShopBrandRegionCell::.ctor() extern "C" IL2CPP_METHOD_ATTR void ShopBrandRegionCell__ctor_m3045143656 (ShopBrandRegionCell_t2971745871 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void ShopBrandRegionCell::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ShopBrandRegionCell_OnPageInit_m3768398029 (ShopBrandRegionCell_t2971745871 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopBrandRegionCell_OnPageInit_m3768398029_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_t3600365921 * L_1 = Transform_Find_m1729760951(L_0, _stringLiteral3004352657, /*hidden argument*/NULL); NullCheck(L_1); UITexture_t3471168817 * L_2 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_1, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_IntroduceTexture_2(L_2); __this->set_normalTrans_4(((UITextureU5BU5D_t4250952428*)SZArrayNew(UITextureU5BU5D_t4250952428_il2cpp_TypeInfo_var, (uint32_t)3))); UITextureU5BU5D_t4250952428* L_3 = __this->get_normalTrans_4(); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_Find_m1729760951(L_4, _stringLiteral2482278383, /*hidden argument*/NULL); NullCheck(L_5); UITexture_t3471168817 * L_6 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_5, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(0), (UITexture_t3471168817 *)L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_7); Transform_t3600365921 * L_8 = Transform_Find_m1729760951(L_7, _stringLiteral4056256495, /*hidden argument*/NULL); NullCheck(L_8); UITexture_t3471168817 * L_9 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_8, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_SpecialTexture_7(L_9); UITextureU5BU5D_t4250952428* L_10 = __this->get_normalTrans_4(); Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_11); Transform_t3600365921 * L_12 = Transform_Find_m1729760951(L_11, _stringLiteral2099941359, /*hidden argument*/NULL); NullCheck(L_12); UITexture_t3471168817 * L_13 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_12, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(1), (UITexture_t3471168817 *)L_13); UITextureU5BU5D_t4250952428* L_14 = __this->get_normalTrans_4(); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_15); Transform_t3600365921 * L_16 = Transform_Find_m1729760951(L_15, _stringLiteral908300271, /*hidden argument*/NULL); NullCheck(L_16); UITexture_t3471168817 * L_17 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_16, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(2), (UITexture_t3471168817 *)L_17); UITextureU5BU5D_t4250952428* L_18 = __this->get_normalTrans_4(); NullCheck(L_18); int32_t L_19 = 0; UITexture_t3471168817 * L_20 = (L_18)->GetAt(static_cast(L_19)); NullCheck(L_20); Transform_t3600365921 * L_21 = Component_get_transform_m3162698980(L_20, /*hidden argument*/NULL); NullCheck(L_21); Vector3_t3722313464 L_22 = Transform_get_localPosition_m4234289348(L_21, /*hidden argument*/NULL); __this->set_startPos_8(L_22); return; } } // System.Void ShopBrandRegionCell::Update() extern "C" IL2CPP_METHOD_ATTR void ShopBrandRegionCell_Update_m288576911 (ShopBrandRegionCell_t2971745871 * __this, const RuntimeMethod* method) { { ShopBrandRegion_t2226231466 * L_0 = ShopBrandRegion_GetInstance_m3204479288(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = ShopBrandRegion_get_IsNeedFreshUI_m873078883(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0020; } } { ShopBrandRegion_t2226231466 * L_2 = ShopBrandRegion_GetInstance_m3204479288(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); ShopBrandRegion_set_IsNeedFreshUI_m2905603771(L_2, (bool)0, /*hidden argument*/NULL); ShopBrandRegionCell_UpDateUI_m3692492003(__this, /*hidden argument*/NULL); } IL_0020: { float L_3 = __this->get_recordTime_3(); if ((!(((float)L_3) >= ((float)(3.0f))))) { goto IL_0046; } } { __this->set_recordTime_3((0.0f)); ShopBrandRegionCell_ChangeIndexNext_m2807389209(__this, /*hidden argument*/NULL); goto IL_0058; } IL_0046: { float L_4 = __this->get_recordTime_3(); float L_5 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_recordTime_3(((float)il2cpp_codegen_add((float)L_4, (float)L_5))); } IL_0058: { return; } } // System.Void ShopBrandRegionCell::UpDateUI() extern "C" IL2CPP_METHOD_ATTR void ShopBrandRegionCell_UpDateUI_m3692492003 (ShopBrandRegionCell_t2971745871 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopBrandRegionCell_UpDateUI_m3692492003_MetadataUsageId); s_Il2CppMethodInitialized = true; } BrandData_t2882930928 * V_0 = NULL; int32_t V_1 = 0; Texture2D_t3840446185 * V_2 = NULL; { ShopBrandRegion_t2226231466 * L_0 = ShopBrandRegion_GetInstance_m3204479288(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); BrandData_t2882930928 * L_1 = ShopBrandRegion_GetCurBrandData_m2425056143(L_0, /*hidden argument*/NULL); V_0 = L_1; BrandData_t2882930928 * L_2 = V_0; if (!L_2) { goto IL_008b; } } { BrandData_t2882930928 * L_3 = V_0; NullCheck(L_3); List_1_t3319525431 * L_4 = BrandData_get_Introduce_m1362482227(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_006d; } } { BrandData_t2882930928 * L_5 = V_0; NullCheck(L_5); List_1_t3319525431 * L_6 = BrandData_get_Introduce_m1362482227(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m2276455407(L_6, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if (!L_7) { goto IL_006d; } } { ShopBrandRegion_t2226231466 * L_8 = ShopBrandRegion_GetInstance_m3204479288(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = ShopBrandRegion_get_CurrentUseHeadIndex_m3817715883(L_8, /*hidden argument*/NULL); V_1 = L_9; BrandData_t2882930928 * L_10 = V_0; BrandData_t2882930928 * L_11 = V_0; NullCheck(L_11); List_1_t3319525431 * L_12 = BrandData_get_Introduce_m1362482227(L_11, /*hidden argument*/NULL); int32_t L_13 = V_1; NullCheck(L_12); String_t* L_14 = List_1_get_Item_m3729392029(L_12, L_13, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); NullCheck(L_10); Texture2D_t3840446185 * L_15 = BrandData_GetImageByStrKey_m3348918378(L_10, L_14, /*hidden argument*/NULL); V_2 = L_15; UITexture_t3471168817 * L_16 = __this->get_m_IntroduceTexture_2(); Texture2D_t3840446185 * L_17 = V_2; NullCheck(L_16); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_16, L_17); BrandData_t2882930928 * L_18 = V_0; NullCheck(L_18); List_1_t3319525431 * L_19 = BrandData_get_Introduce_m1362482227(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = List_1_get_Count_m2276455407(L_19, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); int32_t L_21 = V_1; ShopBrandRegionCell_SetProgress_m642733948(__this, L_20, L_21, /*hidden argument*/NULL); goto IL_008b; } IL_006d: { UITexture_t3471168817 * L_22 = __this->get_m_IntroduceTexture_2(); NullCheck(L_22); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_22, (Texture_t3661962703 *)NULL); BrandData_t2882930928 * L_23 = V_0; NullCheck(L_23); List_1_t3319525431 * L_24 = BrandData_get_Introduce_m1362482227(L_23, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = List_1_get_Count_m2276455407(L_24, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); ShopBrandRegionCell_SetProgress_m642733948(__this, L_25, 0, /*hidden argument*/NULL); } IL_008b: { return; } } // System.Void ShopBrandRegionCell::SetProgress(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ShopBrandRegionCell_SetProgress_m642733948 (ShopBrandRegionCell_t2971745871 * __this, int32_t ___total0, int32_t ___curNum1, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); int32_t V_5 = 0; Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); { V_0 = 0; goto IL_0052; } IL_0007: { int32_t L_0 = V_0; UITextureU5BU5D_t4250952428* L_1 = __this->get_normalTrans_4(); NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))) { goto IL_001a; } } { goto IL_004e; } IL_001a: { int32_t L_2 = ___total0; if ((((int32_t)L_2) > ((int32_t)1))) { goto IL_0039; } } { UITextureU5BU5D_t4250952428* L_3 = __this->get_normalTrans_4(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; UITexture_t3471168817 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); GameObject_t1113636619 * L_7 = Component_get_gameObject_m442555142(L_6, /*hidden argument*/NULL); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)0, /*hidden argument*/NULL); goto IL_004e; } IL_0039: { UITextureU5BU5D_t4250952428* L_8 = __this->get_normalTrans_4(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)2, (int32_t)L_9)); UITexture_t3471168817 * L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_11); GameObject_t1113636619 * L_12 = Component_get_gameObject_m442555142(L_11, /*hidden argument*/NULL); NullCheck(L_12); GameObject_SetActive_m796801857(L_12, (bool)0, /*hidden argument*/NULL); } IL_004e: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0052: { int32_t L_14 = V_0; int32_t L_15 = ___total0; if ((((int32_t)L_14) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)4, (int32_t)L_15))))) { goto IL_0007; } } { int32_t L_16 = ___total0; if ((((int32_t)L_16) > ((int32_t)0))) { goto IL_0074; } } { UITexture_t3471168817 * L_17 = __this->get_SpecialTexture_7(); NullCheck(L_17); GameObject_t1113636619 * L_18 = Component_get_gameObject_m442555142(L_17, /*hidden argument*/NULL); NullCheck(L_18); GameObject_SetActive_m796801857(L_18, (bool)0, /*hidden argument*/NULL); return; } IL_0074: { Vector3_t3722313464 * L_19 = __this->get_address_of_startPos_8(); float L_20 = L_19->get_x_1(); V_1 = L_20; V_2 = 0; goto IL_00dc; } IL_0087: { UITextureU5BU5D_t4250952428* L_21 = __this->get_normalTrans_4(); int32_t L_22 = V_2; NullCheck(L_21); int32_t L_23 = L_22; UITexture_t3471168817 * L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_24); Transform_t3600365921 * L_25 = Component_get_transform_m3162698980(L_24, /*hidden argument*/NULL); float L_26 = V_1; Vector3_t3722313464 * L_27 = __this->get_address_of_startPos_8(); float L_28 = L_27->get_y_2(); Vector3_t3722313464 * L_29 = __this->get_address_of_startPos_8(); float L_30 = L_29->get_z_3(); Vector3_t3722313464 L_31; memset(&L_31, 0, sizeof(L_31)); Vector3__ctor_m3353183577((&L_31), L_26, L_28, L_30, /*hidden argument*/NULL); NullCheck(L_25); Transform_set_localPosition_m4128471975(L_25, L_31, /*hidden argument*/NULL); float L_32 = V_1; UITextureU5BU5D_t4250952428* L_33 = __this->get_normalTrans_4(); int32_t L_34 = V_2; NullCheck(L_33); int32_t L_35 = L_34; UITexture_t3471168817 * L_36 = (L_33)->GetAt(static_cast(L_35)); NullCheck(L_36); Transform_t3600365921 * L_37 = Component_get_transform_m3162698980(L_36, /*hidden argument*/NULL); NullCheck(L_37); Vector3_t3722313464 L_38 = Transform_get_localScale_m129152068(L_37, /*hidden argument*/NULL); V_3 = L_38; float L_39 = (&V_3)->get_x_1(); V_1 = ((float)il2cpp_codegen_add((float)L_32, (float)((float)il2cpp_codegen_add((float)L_39, (float)(6.0f))))); int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00dc: { int32_t L_41 = V_2; int32_t L_42 = ___curNum1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_0087; } } { UITexture_t3471168817 * L_43 = __this->get_SpecialTexture_7(); NullCheck(L_43); Transform_t3600365921 * L_44 = Component_get_transform_m3162698980(L_43, /*hidden argument*/NULL); float L_45 = V_1; Vector3_t3722313464 * L_46 = __this->get_address_of_startPos_8(); float L_47 = L_46->get_y_2(); Vector3_t3722313464 * L_48 = __this->get_address_of_startPos_8(); float L_49 = L_48->get_z_3(); Vector3_t3722313464 L_50; memset(&L_50, 0, sizeof(L_50)); Vector3__ctor_m3353183577((&L_50), L_45, L_47, L_49, /*hidden argument*/NULL); NullCheck(L_44); Transform_set_localPosition_m4128471975(L_44, L_50, /*hidden argument*/NULL); float L_51 = V_1; UITexture_t3471168817 * L_52 = __this->get_SpecialTexture_7(); NullCheck(L_52); Transform_t3600365921 * L_53 = Component_get_transform_m3162698980(L_52, /*hidden argument*/NULL); NullCheck(L_53); Vector3_t3722313464 L_54 = Transform_get_localScale_m129152068(L_53, /*hidden argument*/NULL); V_4 = L_54; float L_55 = (&V_4)->get_x_1(); V_1 = ((float)il2cpp_codegen_add((float)L_51, (float)((float)il2cpp_codegen_add((float)L_55, (float)(6.0f))))); int32_t L_56 = ___curNum1; V_5 = L_56; goto IL_0193; } IL_0139: { UITextureU5BU5D_t4250952428* L_57 = __this->get_normalTrans_4(); int32_t L_58 = V_5; NullCheck(L_57); int32_t L_59 = L_58; UITexture_t3471168817 * L_60 = (L_57)->GetAt(static_cast(L_59)); NullCheck(L_60); Transform_t3600365921 * L_61 = Component_get_transform_m3162698980(L_60, /*hidden argument*/NULL); float L_62 = V_1; Vector3_t3722313464 * L_63 = __this->get_address_of_startPos_8(); float L_64 = L_63->get_y_2(); Vector3_t3722313464 * L_65 = __this->get_address_of_startPos_8(); float L_66 = L_65->get_z_3(); Vector3_t3722313464 L_67; memset(&L_67, 0, sizeof(L_67)); Vector3__ctor_m3353183577((&L_67), L_62, L_64, L_66, /*hidden argument*/NULL); NullCheck(L_61); Transform_set_localPosition_m4128471975(L_61, L_67, /*hidden argument*/NULL); float L_68 = V_1; UITextureU5BU5D_t4250952428* L_69 = __this->get_normalTrans_4(); int32_t L_70 = V_5; NullCheck(L_69); int32_t L_71 = L_70; UITexture_t3471168817 * L_72 = (L_69)->GetAt(static_cast(L_71)); NullCheck(L_72); Transform_t3600365921 * L_73 = Component_get_transform_m3162698980(L_72, /*hidden argument*/NULL); NullCheck(L_73); Vector3_t3722313464 L_74 = Transform_get_localScale_m129152068(L_73, /*hidden argument*/NULL); V_6 = L_74; float L_75 = (&V_6)->get_x_1(); V_1 = ((float)il2cpp_codegen_add((float)L_68, (float)((float)il2cpp_codegen_add((float)L_75, (float)(6.0f))))); int32_t L_76 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); } IL_0193: { int32_t L_77 = V_5; int32_t L_78 = ___total0; if ((((int32_t)L_77) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)1))))) { goto IL_0139; } } { return; } } // System.Void ShopBrandRegionCell::ChangeIndexPre() extern "C" IL2CPP_METHOD_ATTR void ShopBrandRegionCell_ChangeIndexPre_m3393366195 (ShopBrandRegionCell_t2971745871 * __this, const RuntimeMethod* method) { { ShopBrandRegion_t2226231466 * L_0 = ShopBrandRegion_GetInstance_m3204479288(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ShopBrandRegion_ChangeIndexPre_m54062264(L_0, /*hidden argument*/NULL); return; } } // System.Void ShopBrandRegionCell::ChangeIndexNext() extern "C" IL2CPP_METHOD_ATTR void ShopBrandRegionCell_ChangeIndexNext_m2807389209 (ShopBrandRegionCell_t2971745871 * __this, const RuntimeMethod* method) { { ShopBrandRegion_t2226231466 * L_0 = ShopBrandRegion_GetInstance_m3204479288(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ShopBrandRegion_ChangeIndexNext_m280799095(L_0, /*hidden argument*/NULL); return; } } // System.Void ShopBrandRegionCell::OnClickIntroduce() extern "C" IL2CPP_METHOD_ATTR void ShopBrandRegionCell_OnClickIntroduce_m360393520 (ShopBrandRegionCell_t2971745871 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopBrandRegionCell_OnClickIntroduce_m360393520_MetadataUsageId); s_Il2CppMethodInitialized = true; } BrandData_t2882930928 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; CDataArray_t4068198041 * V_3 = NULL; String_t* V_4 = NULL; { ShopBrandRegion_t2226231466 * L_0 = ShopBrandRegion_GetInstance_m3204479288(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); BrandData_t2882930928 * L_1 = ShopBrandRegion_GetCurBrandData_m2425056143(L_0, /*hidden argument*/NULL); V_0 = L_1; BrandData_t2882930928 * L_2 = V_0; NullCheck(L_2); List_1_t3319525431 * L_3 = BrandData_get_Introduce_m1362482227(L_2, /*hidden argument*/NULL); ShopBrandRegion_t2226231466 * L_4 = ShopBrandRegion_GetInstance_m3204479288(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = ShopBrandRegion_get_CurrentUseHeadIndex_m3817715883(L_4, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_6 = List_1_get_Item_m3729392029(L_3, L_5, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); V_1 = L_6; BrandData_t2882930928 * L_7 = V_0; String_t* L_8 = V_1; NullCheck(L_7); String_t* L_9 = BrandData_GetURLByStrKey_m1759227004(L_7, L_8, /*hidden argument*/NULL); V_2 = L_9; String_t* L_10 = V_2; 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(); bool L_12 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0078; } } { CDataArray_t4068198041 * L_13 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_13, /*hidden argument*/NULL); V_3 = L_13; CDataArray_t4068198041 * L_14 = V_3; String_t* L_15 = V_2; NullCheck(L_14); CDataArray_Push_m1799687930(L_14, L_15, /*hidden argument*/NULL); 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, _stringLiteral4112194583, /*hidden argument*/NULL); BrandData_t2882930928 * L_18 = V_0; NullCheck(L_18); String_t* L_19 = BrandData_get_Name_m469982121(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Format_m2844511972(NULL /*static, unused*/, L_17, L_19, /*hidden argument*/NULL); V_4 = L_20; String_t* L_21 = V_4; intptr_t L_22 = (intptr_t)ShopBrandRegionCell__OnDoConfirmCallBack_m1899837345_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_23 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_23, __this, L_22, /*hidden argument*/NULL); CDataArray_t4068198041 * L_24 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m3814357208(NULL /*static, unused*/, 1, L_21, L_23, L_24, 0, /*hidden argument*/NULL); } IL_0078: { return; } } // System.Void ShopBrandRegionCell::_OnDoConfirmCallBack(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void ShopBrandRegionCell__OnDoConfirmCallBack_m1899837345 (ShopBrandRegionCell_t2971745871 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShopBrandRegionCell__OnDoConfirmCallBack_m1899837345_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { bool L_0 = ___bConfirmed0; if (!L_0) { goto IL_001e; } } { CDataArray_t4068198041 * L_1 = ___userData1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_1); String_t* L_3 = CDataArray_GetWideStr_m3532563229(L_1, 0, L_2, /*hidden argument*/NULL); V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(CLeDouApi_t315808977_il2cpp_TypeInfo_var); CLeDouApi_t315808977 * L_4 = CLeDouApi_GetInstance_m2327091180(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = V_0; NullCheck(L_4); CLeDouApi_JumpWebURL_m1522333226(L_4, L_5, /*hidden argument*/NULL); } IL_001e: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ShuXingAnim::.ctor() extern "C" IL2CPP_METHOD_ATTR void ShuXingAnim__ctor_m2372554926 (ShuXingAnim_t3927127128 * __this, const RuntimeMethod* method) { { __this->set_updateLevelTime_11((0.02f)); __this->set_progress_12((0.03f)); __this->set_afterProgress_13((0.015f)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void ShuXingAnim::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ShuXingAnim_OnPageInit_m4099427185 (ShuXingAnim_t3927127128 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShuXingAnim_OnPageInit_m4099427185_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_t3600365921 * L_1 = Transform_Find_m1729760951(L_0, _stringLiteral2328036797, /*hidden argument*/NULL); NullCheck(L_1); GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(L_1, /*hidden argument*/NULL); __this->set_animRoot_26(L_2); Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_t3600365921 * L_4 = Transform_Find_m1729760951(L_3, _stringLiteral2568768431, /*hidden argument*/NULL); NullCheck(L_4); UILabel_t3248798549 * L_5 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_4, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_level_14(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral2332735529, /*hidden argument*/NULL); NullCheck(L_7); UISprite_t194114938 * L_8 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_7, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_progressWhite_15(L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_9); Transform_t3600365921 * L_10 = Transform_Find_m1729760951(L_9, _stringLiteral2332669993, /*hidden argument*/NULL); NullCheck(L_10); UISprite_t194114938 * L_11 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_10, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_progress_16(L_11); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_12, _stringLiteral1992597872, /*hidden argument*/NULL); NullCheck(L_13); UISprite_t194114938 * L_14 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_13, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_Icon_17(L_14); return; } } // System.Void ShuXingAnim::PlayAnim(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void ShuXingAnim_PlayAnim_m2895790427 (ShuXingAnim_t3927127128 * __this, int32_t ___type0, int32_t ___level1, int32_t ___upExp2, int32_t ___currentExp3, int32_t ___addExp4, Action_1_t3123413348 * ___callBack5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShuXingAnim_PlayAnim_m2895790427_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AnimationClip_t2318505987 * V_1 = NULL; { __this->set_timer_18((0.0f)); __this->set_currentLevel_19(0); __this->set_ratio_20((0.0f)); __this->set_currentRatio_21((0.0f)); __this->set_wasAddExp_22((0.0f)); int32_t L_0 = ___type0; __this->set_type_4(L_0); int32_t L_1 = ___type0; V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_005b; } case 1: { goto IL_0080; } case 2: { goto IL_00a5; } case 3: { goto IL_00ca; } case 4: { goto IL_00ef; } } } { goto IL_0114; } IL_005b: { UISprite_t194114938 * L_3 = __this->get_m_Icon_17(); NullCheck(L_3); UISprite_set_spriteName_m1616245412(L_3, _stringLiteral2237924616, /*hidden argument*/NULL); UISprite_t194114938 * L_4 = __this->get_m_progress_16(); NullCheck(L_4); UISprite_set_spriteName_m1616245412(L_4, _stringLiteral1937363636, /*hidden argument*/NULL); goto IL_0114; } IL_0080: { UISprite_t194114938 * L_5 = __this->get_m_Icon_17(); NullCheck(L_5); UISprite_set_spriteName_m1616245412(L_5, _stringLiteral3883939826, /*hidden argument*/NULL); UISprite_t194114938 * L_6 = __this->get_m_progress_16(); NullCheck(L_6); UISprite_set_spriteName_m1616245412(L_6, _stringLiteral3585470494, /*hidden argument*/NULL); goto IL_0114; } IL_00a5: { UISprite_t194114938 * L_7 = __this->get_m_Icon_17(); NullCheck(L_7); UISprite_set_spriteName_m1616245412(L_7, _stringLiteral639119457, /*hidden argument*/NULL); UISprite_t194114938 * L_8 = __this->get_m_progress_16(); NullCheck(L_8); UISprite_set_spriteName_m1616245412(L_8, _stringLiteral2367223495, /*hidden argument*/NULL); goto IL_0114; } IL_00ca: { UISprite_t194114938 * L_9 = __this->get_m_Icon_17(); NullCheck(L_9); UISprite_set_spriteName_m1616245412(L_9, _stringLiteral1565730197, /*hidden argument*/NULL); UISprite_t194114938 * L_10 = __this->get_m_progress_16(); NullCheck(L_10); UISprite_set_spriteName_m1616245412(L_10, _stringLiteral2783098107, /*hidden argument*/NULL); goto IL_0114; } IL_00ef: { UISprite_t194114938 * L_11 = __this->get_m_Icon_17(); NullCheck(L_11); UISprite_set_spriteName_m1616245412(L_11, _stringLiteral1591672228, /*hidden argument*/NULL); UISprite_t194114938 * L_12 = __this->get_m_progress_16(); NullCheck(L_12); UISprite_set_spriteName_m1616245412(L_12, _stringLiteral3643204394, /*hidden argument*/NULL); goto IL_0114; } IL_0114: { GameObject_t1113636619 * L_13 = __this->get_animRoot_26(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_13, (bool)1, /*hidden argument*/NULL); int32_t L_14 = ___level1; __this->set_level_5(L_14); int32_t L_15 = ___upExp2; __this->set_currentAllExp_6(L_15); int32_t L_16 = ___currentExp3; __this->set_currentExp_7(L_16); int32_t L_17 = ___addExp4; __this->set_addExp_8(L_17); Action_1_t3123413348 * L_18 = ___callBack5; if (!L_18) { goto IL_014d; } } { Action_1_t3123413348 * L_19 = ___callBack5; __this->set_finishCallBack_25(L_19); } IL_014d: { int32_t L_20 = ___currentExp3; int32_t L_21 = __this->get_currentAllExp_6(); __this->set_ratio_20(((float)il2cpp_codegen_multiply((float)((float)((float)(((float)((float)L_20)))/(float)(((float)((float)L_21))))), (float)(0.79f)))); int32_t L_22 = ___addExp4; int32_t L_23 = ___currentExp3; int32_t L_24 = __this->get_currentAllExp_6(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23))) < ((int32_t)L_24))) { goto IL_0184; } } { int32_t L_25 = __this->get_currentAllExp_6(); int32_t L_26 = ___currentExp3; __this->set_wasAddExp_22((((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26)))))); } IL_0184: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_27 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); Object_t631007953 * L_28 = IResourceManager_CreateResource_m1279813597(L_27, _stringLiteral1977905146, (bool)0, /*hidden argument*/NULL); V_1 = ((AnimationClip_t2318505987 *)IsInstSealed((RuntimeObject*)L_28, AnimationClip_t2318505987_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_29 = __this->get_animRoot_26(); AnimationClip_t2318505987 * L_30 = V_1; intptr_t L_31 = (intptr_t)ShuXingAnim_CallBackStart_m2517270488_RuntimeMethod_var; OnEventCall_t3758354630 * L_32 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_32, __this, L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_PlayAnimOnceWithCallBack_m1409372433(NULL /*static, unused*/, L_29, L_30, L_32, /*hidden argument*/NULL); return; } } // System.Void ShuXingAnim::CallBackStart(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ShuXingAnim_CallBackStart_m2517270488 (ShuXingAnim_t3927127128 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { { __this->set_play_3((bool)1); return; } } // System.Void ShuXingAnim::CallBackEnd(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ShuXingAnim_CallBackEnd_m431110157 (ShuXingAnim_t3927127128 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShuXingAnim_CallBackEnd_m431110157_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_1_t3123413348 * L_0 = __this->get_finishCallBack_25(); if (!L_0) { goto IL_001c; } } { Action_1_t3123413348 * L_1 = __this->get_finishCallBack_25(); int32_t L_2 = __this->get_addExp_8(); NullCheck(L_1); Action_1_Invoke_m3401007060(L_1, L_2, /*hidden argument*/Action_1_Invoke_m3401007060_RuntimeMethod_var); } IL_001c: { GameObject_t1113636619 * L_3 = __this->get_animRoot_26(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_3, (bool)0, /*hidden argument*/NULL); return; } } // System.Void ShuXingAnim::Update() extern "C" IL2CPP_METHOD_ATTR void ShuXingAnim_Update_m1514435397 (ShuXingAnim_t3927127128 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShuXingAnim_Update_m1514435397_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; AnimationClip_t2318505987 * V_1 = NULL; List_1_t1519036347 * V_2 = NULL; float V_3 = 0.0f; AnimationClip_t2318505987 * V_4 = NULL; { bool L_0 = __this->get_play_3(); if (!L_0) { goto IL_0420; } } { float L_1 = __this->get_timer_18(); float L_2 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_timer_18(((float)il2cpp_codegen_add((float)L_1, (float)L_2))); float L_3 = __this->get_timer_18(); float L_4 = __this->get_updateLevelTime_11(); if ((!(((float)L_3) >= ((float)L_4)))) { goto IL_0420; } } { int32_t L_5 = __this->get_currentLevel_19(); int32_t L_6 = __this->get_level_5(); if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_006e; } } { int32_t L_7 = __this->get_currentLevel_19(); __this->set_currentLevel_19(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); UILabel_t3248798549 * L_8 = __this->get_m_level_14(); int32_t* L_9 = __this->get_address_of_currentLevel_19(); String_t* L_10 = Int32_ToString_m141394615(L_9, /*hidden argument*/NULL); NullCheck(L_8); UILabel_set_text_m1071532778(L_8, L_10, /*hidden argument*/NULL); goto IL_00f3; } IL_006e: { UILabel_t3248798549 * L_11 = __this->get_m_level_14(); int32_t* L_12 = __this->get_address_of_currentLevel_19(); String_t* L_13 = Int32_ToString_m141394615(L_12, /*hidden argument*/NULL); NullCheck(L_11); UILabel_set_text_m1071532778(L_11, L_13, /*hidden argument*/NULL); bool L_14 = __this->get_playNext_24(); if (L_14) { goto IL_00f3; } } { float L_15 = __this->get_currentRatio_21(); float L_16 = __this->get_ratio_20(); if ((!(((float)L_15) < ((float)L_16)))) { goto IL_00ec; } } { float L_17 = __this->get_currentRatio_21(); float L_18 = __this->get_progress_12(); __this->set_currentRatio_21(((float)il2cpp_codegen_add((float)L_17, (float)L_18))); UISprite_t194114938 * L_19 = __this->get_m_progress_16(); float L_20 = __this->get_currentRatio_21(); NullCheck(L_19); UISprite_set_fillAmount_m92108899(L_19, ((float)il2cpp_codegen_add((float)(0.21f), (float)L_20)), /*hidden argument*/NULL); UISprite_t194114938 * L_21 = __this->get_m_progressWhite_15(); float L_22 = __this->get_currentRatio_21(); NullCheck(L_21); UISprite_set_fillAmount_m92108899(L_21, ((float)il2cpp_codegen_add((float)(0.21f), (float)L_22)), /*hidden argument*/NULL); goto IL_00f3; } IL_00ec: { __this->set_beforeFinish_23((bool)1); } IL_00f3: { bool L_23 = __this->get_beforeFinish_23(); if (!L_23) { goto IL_030b; } } { int32_t L_24 = __this->get_addExp_8(); int32_t L_25 = __this->get_currentAllExp_6(); if ((((int32_t)L_24) >= ((int32_t)L_25))) { goto IL_021f; } } { int32_t L_26 = __this->get_addExp_8(); int32_t L_27 = __this->get_currentAllExp_6(); V_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)(((float)((float)L_26)))/(float)(((float)((float)L_27))))), (float)(0.79f))); float L_28 = __this->get_currentRatio_21(); float L_29 = __this->get_ratio_20(); float L_30 = V_0; if ((!(((float)L_28) < ((float)((float)il2cpp_codegen_add((float)L_29, (float)L_30)))))) { goto IL_0167; } } { float L_31 = __this->get_currentRatio_21(); float L_32 = __this->get_afterProgress_13(); __this->set_currentRatio_21(((float)il2cpp_codegen_add((float)L_31, (float)L_32))); UISprite_t194114938 * L_33 = __this->get_m_progressWhite_15(); float L_34 = __this->get_currentRatio_21(); NullCheck(L_33); UISprite_set_fillAmount_m92108899(L_33, ((float)il2cpp_codegen_add((float)(0.21f), (float)L_34)), /*hidden argument*/NULL); goto IL_021a; } IL_0167: { UISprite_t194114938 * L_35 = __this->get_m_progress_16(); NullCheck(L_35); float L_36 = UISprite_get_fillAmount_m4252617179(L_35, /*hidden argument*/NULL); if ((!(((float)L_36) < ((float)(1.0f))))) { goto IL_01b5; } } { UISprite_t194114938 * L_37 = __this->get_m_progress_16(); NullCheck(L_37); float L_38 = UISprite_get_fillAmount_m4252617179(L_37, /*hidden argument*/NULL); float L_39 = __this->get_currentRatio_21(); if ((!(((float)L_38) <= ((float)((float)il2cpp_codegen_add((float)(0.21f), (float)L_39)))))) { goto IL_01b5; } } { UISprite_t194114938 * L_40 = __this->get_m_progress_16(); UISprite_t194114938 * L_41 = L_40; NullCheck(L_41); float L_42 = UISprite_get_fillAmount_m4252617179(L_41, /*hidden argument*/NULL); float L_43 = __this->get_afterProgress_13(); NullCheck(L_41); UISprite_set_fillAmount_m92108899(L_41, ((float)il2cpp_codegen_add((float)L_42, (float)L_43)), /*hidden argument*/NULL); goto IL_021a; } IL_01b5: { __this->set_play_3((bool)0); __this->set_beforeFinish_23((bool)0); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_44 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); Object_t631007953 * L_45 = IResourceManager_CreateResource_m1279813597(L_44, _stringLiteral2541424771, (bool)0, /*hidden argument*/NULL); V_1 = ((AnimationClip_t2318505987 *)IsInstSealed((RuntimeObject*)L_45, AnimationClip_t2318505987_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_46 = __this->get_animRoot_26(); AnimationClip_t2318505987 * L_47 = V_1; intptr_t L_48 = (intptr_t)ShuXingAnim_CallBackEnd_m431110157_RuntimeMethod_var; OnEventCall_t3758354630 * L_49 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_49, __this, L_48, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_PlayAnimOnceWithCallBack_m1409372433(NULL /*static, unused*/, L_46, L_47, L_49, /*hidden argument*/NULL); GameObject_t1113636619 * L_50 = __this->get_effect_2(); NullCheck(L_50); bool L_51 = GameObject_get_activeSelf_m1767405923(L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_020e; } } { GameObject_t1113636619 * L_52 = __this->get_effect_2(); NullCheck(L_52); GameObject_SetActive_m796801857(L_52, (bool)0, /*hidden argument*/NULL); } IL_020e: { GameObject_t1113636619 * L_53 = __this->get_effect_2(); NullCheck(L_53); GameObject_SetActive_m796801857(L_53, (bool)1, /*hidden argument*/NULL); } IL_021a: { goto IL_030b; } IL_021f: { UISprite_t194114938 * L_54 = __this->get_m_progressWhite_15(); NullCheck(L_54); float L_55 = UISprite_get_fillAmount_m4252617179(L_54, /*hidden argument*/NULL); if ((!(((float)L_55) < ((float)(1.0f))))) { goto IL_0251; } } { UISprite_t194114938 * L_56 = __this->get_m_progressWhite_15(); UISprite_t194114938 * L_57 = L_56; NullCheck(L_57); float L_58 = UISprite_get_fillAmount_m4252617179(L_57, /*hidden argument*/NULL); float L_59 = __this->get_afterProgress_13(); NullCheck(L_57); UISprite_set_fillAmount_m92108899(L_57, ((float)il2cpp_codegen_add((float)L_58, (float)L_59)), /*hidden argument*/NULL); goto IL_030b; } IL_0251: { UISprite_t194114938 * L_60 = __this->get_m_progressWhite_15(); NullCheck(L_60); UISprite_set_fillAmount_m92108899(L_60, (0.21f), /*hidden argument*/NULL); UISprite_t194114938 * L_61 = __this->get_m_progress_16(); NullCheck(L_61); UISprite_set_fillAmount_m92108899(L_61, (0.21f), /*hidden argument*/NULL); int32_t L_62 = __this->get_currentLevel_19(); __this->set_currentLevel_19(((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1))); UILabel_t3248798549 * L_63 = __this->get_m_level_14(); int32_t* L_64 = __this->get_address_of_currentLevel_19(); String_t* L_65 = Int32_ToString_m141394615(L_64, /*hidden argument*/NULL); NullCheck(L_63); UILabel_set_text_m1071532778(L_63, L_65, /*hidden argument*/NULL); CIdolAbilityManager_t240297659 * L_66 = CIdolAbilityManager_GetInstance_m1281884404(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_67 = __this->get_type_4(); NullCheck(L_66); List_1_t1519036347 * L_68 = CIdolAbilityManager_RequestIdolConfigDataByLevel_m626573417(L_66, L_67, /*hidden argument*/NULL); V_2 = L_68; List_1_t1519036347 * L_69 = V_2; int32_t L_70 = __this->get_currentLevel_19(); NullCheck(L_69); AbilityLevelCount_t46961605 * L_71 = List_1_get_Item_m1020503464(L_69, L_70, /*hidden argument*/List_1_get_Item_m1020503464_RuntimeMethod_var); NullCheck(L_71); int32_t L_72 = L_71->get_m_levelUpExp_1(); __this->set_nextAllExp_9(L_72); List_1_t1519036347 * L_73 = V_2; int32_t L_74 = __this->get_currentLevel_19(); NullCheck(L_73); AbilityLevelCount_t46961605 * L_75 = List_1_get_Item_m1020503464(L_73, ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)1)), /*hidden argument*/List_1_get_Item_m1020503464_RuntimeMethod_var); NullCheck(L_75); int32_t L_76 = L_75->get_m_levelUpExp_1(); __this->set_curExp_10(L_76); int32_t L_77 = __this->get_addExp_8(); int32_t L_78 = __this->get_nextAllExp_9(); if ((((int32_t)L_77) >= ((int32_t)L_78))) { goto IL_030b; } } { __this->set_beforeFinish_23((bool)0); __this->set_playNext_24((bool)1); __this->set_currentRatio_21((0.0f)); goto IL_030b; } IL_030b: { bool L_79 = __this->get_playNext_24(); if (!L_79) { goto IL_0415; } } { int32_t L_80 = __this->get_addExp_8(); int32_t L_81 = __this->get_curExp_10(); int32_t L_82 = __this->get_nextAllExp_9(); int32_t L_83 = __this->get_curExp_10(); V_3 = ((float)il2cpp_codegen_multiply((float)((float)((float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)L_81)))))/(float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_82, (int32_t)L_83))))))), (float)(0.79f))); float L_84 = __this->get_currentRatio_21(); float L_85 = V_3; if ((!(((float)L_84) < ((float)L_85)))) { goto IL_0375; } } { float L_86 = __this->get_currentRatio_21(); float L_87 = __this->get_afterProgress_13(); __this->set_currentRatio_21(((float)il2cpp_codegen_add((float)L_86, (float)L_87))); UISprite_t194114938 * L_88 = __this->get_m_progressWhite_15(); float L_89 = __this->get_currentRatio_21(); NullCheck(L_88); UISprite_set_fillAmount_m92108899(L_88, ((float)il2cpp_codegen_add((float)(0.21f), (float)L_89)), /*hidden argument*/NULL); goto IL_0415; } IL_0375: { UISprite_t194114938 * L_90 = __this->get_m_progress_16(); NullCheck(L_90); float L_91 = UISprite_get_fillAmount_m4252617179(L_90, /*hidden argument*/NULL); float L_92 = __this->get_currentRatio_21(); if ((!(((float)L_91) <= ((float)((float)il2cpp_codegen_add((float)(0.21f), (float)L_92)))))) { goto IL_03ae; } } { UISprite_t194114938 * L_93 = __this->get_m_progress_16(); UISprite_t194114938 * L_94 = L_93; NullCheck(L_94); float L_95 = UISprite_get_fillAmount_m4252617179(L_94, /*hidden argument*/NULL); float L_96 = __this->get_afterProgress_13(); NullCheck(L_94); UISprite_set_fillAmount_m92108899(L_94, ((float)il2cpp_codegen_add((float)L_95, (float)L_96)), /*hidden argument*/NULL); goto IL_0415; } IL_03ae: { __this->set_play_3((bool)0); __this->set_playNext_24((bool)0); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_97 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_97); Object_t631007953 * L_98 = IResourceManager_CreateResource_m1279813597(L_97, _stringLiteral2541424771, (bool)0, /*hidden argument*/NULL); V_4 = ((AnimationClip_t2318505987 *)IsInstSealed((RuntimeObject*)L_98, AnimationClip_t2318505987_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_99 = __this->get_animRoot_26(); AnimationClip_t2318505987 * L_100 = V_4; intptr_t L_101 = (intptr_t)ShuXingAnim_CallBackEnd_m431110157_RuntimeMethod_var; OnEventCall_t3758354630 * L_102 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_102, __this, L_101, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_PlayAnimOnceWithCallBack_m1409372433(NULL /*static, unused*/, L_99, L_100, L_102, /*hidden argument*/NULL); GameObject_t1113636619 * L_103 = __this->get_effect_2(); NullCheck(L_103); bool L_104 = GameObject_get_activeSelf_m1767405923(L_103, /*hidden argument*/NULL); if (!L_104) { goto IL_0409; } } { GameObject_t1113636619 * L_105 = __this->get_effect_2(); NullCheck(L_105); GameObject_SetActive_m796801857(L_105, (bool)0, /*hidden argument*/NULL); } IL_0409: { GameObject_t1113636619 * L_106 = __this->get_effect_2(); NullCheck(L_106); GameObject_SetActive_m796801857(L_106, (bool)1, /*hidden argument*/NULL); } IL_0415: { __this->set_timer_18((0.0f)); } IL_0420: { return; } } #ifdef __clang__ #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 SkinedTrail::.ctor() extern "C" IL2CPP_METHOD_ATTR void SkinedTrail__ctor_m3927553347 (SkinedTrail_t2745576124 * __this, const RuntimeMethod* method) { { __this->set_fadeOutCount_3(((int32_t)9)); __this->set_tailWidth_4((0.2f)); Color_t2555686324 L_0; memset(&L_0, 0, sizeof(L_0)); Color__ctor_m2943235014((&L_0), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); __this->set_startColor_5(L_0); Color_t2555686324 L_1; memset(&L_1, 0, sizeof(L_1)); Color__ctor_m2943235014((&L_1), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); __this->set_endColor_6(L_1); Vector3_t3722313464 L_2; memset(&L_2, 0, sizeof(L_2)); Vector3__ctor_m3353183577((&L_2), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); __this->set_offset_7(L_2); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void SkinedTrail::Awake() extern "C" IL2CPP_METHOD_ATTR void SkinedTrail_Awake_m3616918355 (SkinedTrail_t2745576124 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkinedTrail_Awake_m3616918355_MetadataUsageId); s_Il2CppMethodInitialized = true; } MeshFilter_t3523625662 * V_0 = NULL; { __this->set_m_RootCache_14((Transform_t3600365921 *)NULL); Mesh_t3648964284 * L_0 = (Mesh_t3648964284 *)il2cpp_codegen_object_new(Mesh_t3648964284_il2cpp_TypeInfo_var); Mesh__ctor_m2533762929(L_0, /*hidden argument*/NULL); __this->set_m_Mesh_9(L_0); BetterList_1_t2877333782 * L_1 = (BetterList_1_t2877333782 *)il2cpp_codegen_object_new(BetterList_1_t2877333782_il2cpp_TypeInfo_var); BetterList_1__ctor_m18895326(L_1, /*hidden argument*/BetterList_1__ctor_m18895326_RuntimeMethod_var); __this->set_m_vertices_10(L_1); BetterList_1_t1311249841 * L_2 = (BetterList_1_t1311249841 *)il2cpp_codegen_object_new(BetterList_1_t1311249841_il2cpp_TypeInfo_var); BetterList_1__ctor_m163271134(L_2, /*hidden argument*/BetterList_1__ctor_m163271134_RuntimeMethod_var); __this->set_m_UVs_11(L_2); BetterList_1_t1710706642 * L_3 = (BetterList_1_t1710706642 *)il2cpp_codegen_object_new(BetterList_1_t1710706642_il2cpp_TypeInfo_var); BetterList_1__ctor_m3090907367(L_3, /*hidden argument*/BetterList_1__ctor_m3090907367_RuntimeMethod_var); __this->set_m_colors_12(L_3); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_4 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_lastPos_16(L_4); Mesh_t3648964284 * L_5 = __this->get_m_Mesh_9(); NullCheck(L_5); Mesh_MarkDynamic_m813264685(L_5, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (MeshFilter_t3523625662_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); Component_t1923634451 * L_8 = Component_GetComponent_m886226392(__this, L_7, /*hidden argument*/NULL); V_0 = ((MeshFilter_t3523625662 *)IsInstSealed((RuntimeObject*)L_8, MeshFilter_t3523625662_il2cpp_TypeInfo_var)); MeshFilter_t3523625662 * L_9 = V_0; Mesh_t3648964284 * L_10 = __this->get_m_Mesh_9(); NullCheck(L_9); MeshFilter_set_mesh_m1415871686(L_9, L_10, /*hidden argument*/NULL); BetterList_1_t2959858834 * L_11 = __this->get__listTrailNode_8(); if (L_11) { goto IL_0081; } } { BetterList_1_t2959858834 * L_12 = (BetterList_1_t2959858834 *)il2cpp_codegen_object_new(BetterList_1_t2959858834_il2cpp_TypeInfo_var); BetterList_1__ctor_m3809045019(L_12, /*hidden argument*/BetterList_1__ctor_m3809045019_RuntimeMethod_var); __this->set__listTrailNode_8(L_12); } IL_0081: { return; } } // System.Void SkinedTrail::Start() extern "C" IL2CPP_METHOD_ATTR void SkinedTrail_Start_m1152879769 (SkinedTrail_t2745576124 * __this, const RuntimeMethod* method) { { return; } } // System.Void SkinedTrail::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void SkinedTrail_OnDestroy_m1416440055 (SkinedTrail_t2745576124 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkinedTrail_OnDestroy_m1416440055_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Mesh_t3648964284 * L_0 = __this->get_m_Mesh_9(); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); NGUITools_DestroyImmediate_m216964623(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void SkinedTrail::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void SkinedTrail_LateUpdate_m2349720516 (SkinedTrail_t2745576124 * __this, const RuntimeMethod* method) { { SkinedTrail_UpdateTail_m4018746405(__this, /*hidden argument*/NULL); return; } } // System.Void SkinedTrail::ClearTail() extern "C" IL2CPP_METHOD_ATTR void SkinedTrail_ClearTail_m96678139 (SkinedTrail_t2745576124 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkinedTrail_ClearTail_m96678139_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Mesh_t3648964284 * L_0 = __this->get_m_Mesh_9(); 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; } } { Mesh_t3648964284 * L_2 = __this->get_m_Mesh_9(); NullCheck(L_2); Mesh_Clear_m2630385472(L_2, /*hidden argument*/NULL); } IL_001c: { return; } } // System.Void SkinedTrail::UpdateTail() extern "C" IL2CPP_METHOD_ATTR void SkinedTrail_UpdateTail_m4018746405 (SkinedTrail_t2745576124 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SkinedTrail_UpdateTail_m4018746405_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); int32_t V_4 = 0; stTrailNode_t3804838516 * V_5 = NULL; float V_6 = 0.0f; stTrailNode_t3804838516 * V_7 = NULL; stTrailNode_t3804838516 * V_8 = NULL; Matrix4x4_t1817901843 V_9; memset(&V_9, 0, sizeof(V_9)); Vector3_t3722313464 V_10; memset(&V_10, 0, sizeof(V_10)); int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; Matrix4x4_t1817901843 V_15; memset(&V_15, 0, sizeof(V_15)); int32_t V_16 = 0; int32_t V_17 = 0; Vector3_t3722313464 V_18; memset(&V_18, 0, sizeof(V_18)); Vector2_t2156229523 V_19; memset(&V_19, 0, sizeof(V_19)); Quaternion_t2301928331 V_20; memset(&V_20, 0, sizeof(V_20)); Matrix4x4_t1817901843 V_21; memset(&V_21, 0, sizeof(V_21)); float V_22 = 0.0f; float V_23 = 0.0f; Color_t2555686324 V_24; memset(&V_24, 0, sizeof(V_24)); { Mesh_t3648964284 * L_0 = __this->get_m_Mesh_9(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return; } IL_0012: { BetterList_1_t2959858834 * L_2 = __this->get__listTrailNode_8(); if (L_2) { goto IL_0028; } } { BetterList_1_t2959858834 * L_3 = (BetterList_1_t2959858834 *)il2cpp_codegen_object_new(BetterList_1_t2959858834_il2cpp_TypeInfo_var); BetterList_1__ctor_m3809045019(L_3, /*hidden argument*/BetterList_1__ctor_m3809045019_RuntimeMethod_var); __this->set__listTrailNode_8(L_3); } IL_0028: { Transform_t3600365921 * L_4 = __this->get_m_RootCache_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0050; } } { Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); String_t* L_7 = __this->get_watchBonePath_2(); Transform_t3600365921 * L_8 = DMSceneInterface_TryGetBoneTransform_m2677577230(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); __this->set_m_RootCache_14(L_8); } IL_0050: { Transform_t3600365921 * L_9 = __this->get_m_RootCache_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0062; } } { return; } IL_0062: { Transform_t3600365921 * L_11 = __this->get_m_RootCache_14(); NullCheck(L_11); Vector3_t3722313464 L_12 = Transform_get_position_m36019626(L_11, /*hidden argument*/NULL); V_1 = L_12; float L_13 = (&V_1)->get_x_1(); Transform_t3600365921 * L_14 = __this->get_m_RootCache_14(); NullCheck(L_14); Vector3_t3722313464 L_15 = Transform_get_position_m36019626(L_14, /*hidden argument*/NULL); V_2 = L_15; float L_16 = (&V_2)->get_y_2(); Transform_t3600365921 * L_17 = __this->get_m_RootCache_14(); NullCheck(L_17); Vector3_t3722313464 L_18 = Transform_get_position_m36019626(L_17, /*hidden argument*/NULL); V_3 = L_18; float L_19 = (&V_3)->get_z_3(); Vector3__ctor_m3353183577((&V_0), L_13, L_16, L_19, /*hidden argument*/NULL); int32_t L_20 = __this->get_fadeOutCount_3(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_21 = Mathf_Max_m3673002171(NULL /*static, unused*/, 2, L_20, /*hidden argument*/NULL); V_4 = L_21; BetterList_1_t2959858834 * L_22 = __this->get__listTrailNode_8(); NullCheck(L_22); int32_t L_23 = L_22->get_size_1(); if ((((int32_t)0) < ((int32_t)L_23))) { goto IL_0122; } } { stTrailNode_t3804838516 * L_24 = (stTrailNode_t3804838516 *)il2cpp_codegen_object_new(stTrailNode_t3804838516_il2cpp_TypeInfo_var); stTrailNode__ctor_m796362277(L_24, /*hidden argument*/NULL); V_5 = L_24; stTrailNode_t3804838516 * L_25 = V_5; float L_26 = (&V_0)->get_x_1(); float L_27 = (&V_0)->get_y_2(); float L_28 = (&V_0)->get_z_3(); Vector3_t3722313464 L_29; memset(&L_29, 0, sizeof(L_29)); Vector3__ctor_m3353183577((&L_29), L_26, L_27, L_28, /*hidden argument*/NULL); NullCheck(L_25); L_25->set__position_0(L_29); Vector3_t3722313464 * L_30 = __this->get_address_of_m_lastPos_16(); float L_31 = (&V_0)->get_x_1(); float L_32 = (&V_0)->get_y_2(); float L_33 = (&V_0)->get_z_3(); Vector3_Set_m1737058353(L_30, L_31, L_32, L_33, /*hidden argument*/NULL); float L_34 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_fLastTime_15(L_34); BetterList_1_t2959858834 * L_35 = __this->get__listTrailNode_8(); stTrailNode_t3804838516 * L_36 = V_5; NullCheck(L_35); BetterList_1_Add_m3701796372(L_35, L_36, /*hidden argument*/BetterList_1_Add_m3701796372_RuntimeMethod_var); return; } IL_0122: { float L_37 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); float L_38 = __this->get_m_fLastTime_15(); if ((!(((float)(0.03f)) > ((float)((float)il2cpp_codegen_subtract((float)L_37, (float)L_38)))))) { goto IL_0139; } } { return; } IL_0139: { float L_39 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_fLastTime_15(L_39); Vector3_t3722313464 L_40 = V_0; Vector3_t3722313464 L_41 = __this->get_m_lastPos_16(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); float L_42 = Vector3_Distance_m886789632(NULL /*static, unused*/, L_40, L_41, /*hidden argument*/NULL); V_6 = L_42; Vector3_t3722313464 * L_43 = __this->get_address_of_m_lastPos_16(); float L_44 = (&V_0)->get_x_1(); float L_45 = (&V_0)->get_y_2(); float L_46 = (&V_0)->get_z_3(); Vector3_Set_m1737058353(L_43, L_44, L_45, L_46, /*hidden argument*/NULL); float L_47 = V_6; if ((!(((float)(2.0f)) < ((float)L_47)))) { goto IL_01ca; } } { stTrailNode_t3804838516 * L_48 = (stTrailNode_t3804838516 *)il2cpp_codegen_object_new(stTrailNode_t3804838516_il2cpp_TypeInfo_var); stTrailNode__ctor_m796362277(L_48, /*hidden argument*/NULL); V_7 = L_48; stTrailNode_t3804838516 * L_49 = V_7; float L_50 = (&V_0)->get_x_1(); float L_51 = (&V_0)->get_y_2(); float L_52 = (&V_0)->get_z_3(); Vector3_t3722313464 L_53; memset(&L_53, 0, sizeof(L_53)); Vector3__ctor_m3353183577((&L_53), L_50, L_51, L_52, /*hidden argument*/NULL); NullCheck(L_49); L_49->set__position_0(L_53); BetterList_1_t2959858834 * L_54 = __this->get__listTrailNode_8(); NullCheck(L_54); BetterList_1_Clear_m3888032970(L_54, /*hidden argument*/BetterList_1_Clear_m3888032970_RuntimeMethod_var); BetterList_1_t2959858834 * L_55 = __this->get__listTrailNode_8(); stTrailNode_t3804838516 * L_56 = V_7; NullCheck(L_55); BetterList_1_Add_m3701796372(L_55, L_56, /*hidden argument*/BetterList_1_Add_m3701796372_RuntimeMethod_var); Mesh_t3648964284 * L_57 = __this->get_m_Mesh_9(); NullCheck(L_57); Mesh_Clear_m2630385472(L_57, /*hidden argument*/NULL); return; } IL_01ca: { stTrailNode_t3804838516 * L_58 = (stTrailNode_t3804838516 *)il2cpp_codegen_object_new(stTrailNode_t3804838516_il2cpp_TypeInfo_var); stTrailNode__ctor_m796362277(L_58, /*hidden argument*/NULL); V_8 = L_58; stTrailNode_t3804838516 * L_59 = V_8; float L_60 = (&V_0)->get_x_1(); float L_61 = (&V_0)->get_y_2(); float L_62 = (&V_0)->get_z_3(); Vector3_t3722313464 L_63; memset(&L_63, 0, sizeof(L_63)); Vector3__ctor_m3353183577((&L_63), L_60, L_61, L_62, /*hidden argument*/NULL); NullCheck(L_59); L_59->set__position_0(L_63); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_64 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Transform_t3600365921 * L_65 = __this->get_m_RootCache_14(); NullCheck(L_65); Quaternion_t2301928331 L_66 = Transform_get_rotation_m3502953881(L_65, /*hidden argument*/NULL); Vector3_t3722313464 L_67 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t1817901843_il2cpp_TypeInfo_var); Matrix4x4_t1817901843 L_68 = Matrix4x4_TRS_m3801934620(NULL /*static, unused*/, L_64, L_66, L_67, /*hidden argument*/NULL); V_9 = L_68; stTrailNode_t3804838516 * L_69 = V_8; stTrailNode_t3804838516 * L_70 = L_69; NullCheck(L_70); Vector3_t3722313464 L_71 = L_70->get__position_0(); Vector3_t3722313464 L_72 = __this->get_offset_7(); Vector3_t3722313464 L_73 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_9), L_72, /*hidden argument*/NULL); Vector3_t3722313464 L_74 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_71, L_73, /*hidden argument*/NULL); NullCheck(L_70); L_70->set__position_0(L_74); BetterList_1_t2959858834 * L_75 = __this->get__listTrailNode_8(); NullCheck(L_75); stTrailNode_t3804838516 * L_76 = BetterList_1_get_Item_m3648891194(L_75, 0, /*hidden argument*/BetterList_1_get_Item_m3648891194_RuntimeMethod_var); NullCheck(L_76); Vector3_t3722313464 L_77 = L_76->get__position_0(); V_10 = L_77; int32_t L_78 = V_4; BetterList_1_t2959858834 * L_79 = __this->get__listTrailNode_8(); NullCheck(L_79); int32_t L_80 = L_79->get_size_1(); if ((((int32_t)L_78) <= ((int32_t)L_80))) { goto IL_0265; } } { BetterList_1_t2959858834 * L_81 = __this->get__listTrailNode_8(); stTrailNode_t3804838516 * L_82 = V_8; NullCheck(L_81); BetterList_1_Insert_m1116584440(L_81, 0, L_82, /*hidden argument*/BetterList_1_Insert_m1116584440_RuntimeMethod_var); goto IL_02de; } IL_0265: { int32_t L_83 = V_4; BetterList_1_t2959858834 * L_84 = __this->get__listTrailNode_8(); NullCheck(L_84); int32_t L_85 = L_84->get_size_1(); if ((((int32_t)L_83) >= ((int32_t)L_85))) { goto IL_0292; } } { BetterList_1_t2959858834 * L_86 = __this->get__listTrailNode_8(); int32_t L_87 = V_4; BetterList_1_t2959858834 * L_88 = __this->get__listTrailNode_8(); NullCheck(L_88); int32_t L_89 = L_88->get_size_1(); int32_t L_90 = V_4; NullCheck(L_86); BetterList_1_RemoveRange_m2735139044(L_86, L_87, ((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)L_90)), /*hidden argument*/BetterList_1_RemoveRange_m2735139044_RuntimeMethod_var); } IL_0292: { BetterList_1_t2959858834 * L_91 = __this->get__listTrailNode_8(); NullCheck(L_91); int32_t L_92 = L_91->get_size_1(); V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_92, (int32_t)1)); goto IL_02c8; } IL_02a6: { BetterList_1_t2959858834 * L_93 = __this->get__listTrailNode_8(); int32_t L_94 = V_11; BetterList_1_t2959858834 * L_95 = __this->get__listTrailNode_8(); int32_t L_96 = V_11; NullCheck(L_95); stTrailNode_t3804838516 * L_97 = BetterList_1_get_Item_m3648891194(L_95, ((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)1)), /*hidden argument*/BetterList_1_get_Item_m3648891194_RuntimeMethod_var); NullCheck(L_93); BetterList_1_set_Item_m669627309(L_93, L_94, L_97, /*hidden argument*/BetterList_1_set_Item_m669627309_RuntimeMethod_var); int32_t L_98 = V_11; V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)1)); } IL_02c8: { int32_t L_99 = V_11; if ((((int32_t)0) < ((int32_t)L_99))) { goto IL_02a6; } } { BetterList_1_t2959858834 * L_100 = __this->get__listTrailNode_8(); stTrailNode_t3804838516 * L_101 = V_8; NullCheck(L_100); BetterList_1_set_Item_m669627309(L_100, 0, L_101, /*hidden argument*/BetterList_1_set_Item_m669627309_RuntimeMethod_var); } IL_02de: { BetterList_1_t2959858834 * L_102 = __this->get__listTrailNode_8(); NullCheck(L_102); int32_t L_103 = L_102->get_size_1(); V_12 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_103, (int32_t)1)), (int32_t)6)); BetterList_1_t2877333782 * L_104 = __this->get_m_vertices_10(); NullCheck(L_104); BetterList_1_Clear_m1110557353(L_104, /*hidden argument*/BetterList_1_Clear_m1110557353_RuntimeMethod_var); BetterList_1_t1311249841 * L_105 = __this->get_m_UVs_11(); NullCheck(L_105); BetterList_1_Clear_m966181545(L_105, /*hidden argument*/BetterList_1_Clear_m966181545_RuntimeMethod_var); BetterList_1_t1710706642 * L_106 = __this->get_m_colors_12(); NullCheck(L_106); BetterList_1_Clear_m2923267548(L_106, /*hidden argument*/BetterList_1_Clear_m2923267548_RuntimeMethod_var); Int32U5BU5D_t385246372* L_107 = __this->get_m_Indecies_13(); if (!L_107) { goto IL_032a; } } { int32_t L_108 = V_12; Int32U5BU5D_t385246372* L_109 = __this->get_m_Indecies_13(); NullCheck(L_109); if ((((int32_t)L_108) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_109)->max_length))))))) { goto IL_03d4; } } IL_032a: { __this->set_m_Indecies_13((Int32U5BU5D_t385246372*)NULL); int32_t L_110 = V_12; __this->set_m_Indecies_13(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_110))); int32_t L_111 = V_12; V_13 = ((int32_t)((int32_t)L_111/(int32_t)6)); V_14 = 0; goto IL_03c0; } IL_034c: { Int32U5BU5D_t385246372* L_112 = __this->get_m_Indecies_13(); int32_t L_113 = V_14; int32_t L_114 = V_14; NullCheck(L_112); (L_112)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_113, (int32_t)6))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_114, (int32_t)2))); Int32U5BU5D_t385246372* L_115 = __this->get_m_Indecies_13(); int32_t L_116 = V_14; int32_t L_117 = V_14; NullCheck(L_115); (L_115)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_116, (int32_t)6)), (int32_t)1))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_117, (int32_t)2)), (int32_t)1))); Int32U5BU5D_t385246372* L_118 = __this->get_m_Indecies_13(); int32_t L_119 = V_14; int32_t L_120 = V_14; NullCheck(L_118); (L_118)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_119, (int32_t)6)), (int32_t)2))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_120, (int32_t)2)), (int32_t)2))); Int32U5BU5D_t385246372* L_121 = __this->get_m_Indecies_13(); int32_t L_122 = V_14; int32_t L_123 = V_14; NullCheck(L_121); (L_121)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_122, (int32_t)6)), (int32_t)3))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_123, (int32_t)2)), (int32_t)2))); Int32U5BU5D_t385246372* L_124 = __this->get_m_Indecies_13(); int32_t L_125 = V_14; int32_t L_126 = V_14; NullCheck(L_124); (L_124)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_125, (int32_t)6)), (int32_t)4))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_126, (int32_t)2)), (int32_t)1))); Int32U5BU5D_t385246372* L_127 = __this->get_m_Indecies_13(); int32_t L_128 = V_14; int32_t L_129 = V_14; NullCheck(L_127); (L_127)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_128, (int32_t)6)), (int32_t)5))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_129, (int32_t)2)), (int32_t)3))); int32_t L_130 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1)); } IL_03c0: { int32_t L_131 = V_14; int32_t L_132 = V_13; if ((((int32_t)L_131) < ((int32_t)L_132))) { goto IL_034c; } } { Mesh_t3648964284 * L_133 = __this->get_m_Mesh_9(); NullCheck(L_133); Mesh_Clear_m2630385472(L_133, /*hidden argument*/NULL); } IL_03d4: { Transform_t3600365921 * L_134 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_134); Matrix4x4_t1817901843 L_135 = Transform_get_worldToLocalMatrix_m399704877(L_134, /*hidden argument*/NULL); V_15 = L_135; V_16 = 0; V_17 = 0; goto IL_05cc; } IL_03ec: { Vector3_t3722313464 L_136 = V_10; BetterList_1_t2959858834 * L_137 = __this->get__listTrailNode_8(); int32_t L_138 = V_17; NullCheck(L_137); stTrailNode_t3804838516 * L_139 = BetterList_1_get_Item_m3648891194(L_137, L_138, /*hidden argument*/BetterList_1_get_Item_m3648891194_RuntimeMethod_var); NullCheck(L_139); Vector3_t3722313464 L_140 = L_139->get__position_0(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_141 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_136, L_140, /*hidden argument*/NULL); V_18 = L_141; float L_142 = (&V_18)->get_x_1(); float L_143 = (&V_18)->get_y_2(); Vector2__ctor_m3970636864((&V_19), L_142, L_143, /*hidden argument*/NULL); float L_144 = Vector2_get_magnitude_m2752892833((&V_19), /*hidden argument*/NULL); if ((!(((double)(0.0001)) >= ((double)(((double)((double)L_144))))))) { goto IL_045b; } } { (&V_18)->set_x_1((0.0f)); (&V_18)->set_y_2((1.0f)); (&V_18)->set_z_3((0.0f)); goto IL_04ca; } IL_045b: { Vector3_t3722313464 L_145 = Vector3_get_normalized_m2454957984((&V_18), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_146 = Vector2_op_Implicit_m4260192859(NULL /*static, unused*/, L_145, /*hidden argument*/NULL); V_19 = L_146; float L_147 = (&V_19)->get_x_0(); (&V_18)->set_x_1(L_147); float L_148 = (&V_19)->get_y_1(); (&V_18)->set_y_2(L_148); (&V_18)->set_z_3((0.0f)); Vector3_t3722313464 L_149; memset(&L_149, 0, sizeof(L_149)); Vector3__ctor_m3353183577((&L_149), (0.0f), (0.0f), (90.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_150 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_149, /*hidden argument*/NULL); V_20 = L_150; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_151 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Quaternion_t2301928331 L_152 = V_20; Vector3_t3722313464 L_153 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t1817901843_il2cpp_TypeInfo_var); Matrix4x4_t1817901843 L_154 = Matrix4x4_TRS_m3801934620(NULL /*static, unused*/, L_151, L_152, L_153, /*hidden argument*/NULL); V_21 = L_154; Vector3_t3722313464 L_155 = V_18; Vector3_t3722313464 L_156 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_21), L_155, /*hidden argument*/NULL); V_18 = L_156; } IL_04ca: { int32_t L_157 = V_17; int32_t L_158 = V_4; V_22 = ((float)((float)(((float)((float)L_157)))/(float)(((float)((float)L_158))))); BetterList_1_t2877333782 * L_159 = __this->get_m_vertices_10(); BetterList_1_t2959858834 * L_160 = __this->get__listTrailNode_8(); int32_t L_161 = V_17; NullCheck(L_160); stTrailNode_t3804838516 * L_162 = BetterList_1_get_Item_m3648891194(L_160, L_161, /*hidden argument*/BetterList_1_get_Item_m3648891194_RuntimeMethod_var); NullCheck(L_162); Vector3_t3722313464 L_163 = L_162->get__position_0(); float L_164 = __this->get_tailWidth_4(); Vector3_t3722313464 L_165 = V_18; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_166 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_164)), L_165, /*hidden argument*/NULL); Vector3_t3722313464 L_167 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_163, L_166, /*hidden argument*/NULL); Vector3_t3722313464 L_168 = Matrix4x4_MultiplyPoint_m1575665487((&V_15), L_167, /*hidden argument*/NULL); NullCheck(L_159); BetterList_1_Add_m3823220309(L_159, L_168, /*hidden argument*/BetterList_1_Add_m3823220309_RuntimeMethod_var); BetterList_1_t2877333782 * L_169 = __this->get_m_vertices_10(); BetterList_1_t2959858834 * L_170 = __this->get__listTrailNode_8(); int32_t L_171 = V_17; NullCheck(L_170); stTrailNode_t3804838516 * L_172 = BetterList_1_get_Item_m3648891194(L_170, L_171, /*hidden argument*/BetterList_1_get_Item_m3648891194_RuntimeMethod_var); NullCheck(L_172); Vector3_t3722313464 L_173 = L_172->get__position_0(); float L_174 = __this->get_tailWidth_4(); Vector3_t3722313464 L_175 = V_18; Vector3_t3722313464 L_176 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_174)), L_175, /*hidden argument*/NULL); Vector3_t3722313464 L_177 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_173, L_176, /*hidden argument*/NULL); Vector3_t3722313464 L_178 = Matrix4x4_MultiplyPoint_m1575665487((&V_15), L_177, /*hidden argument*/NULL); NullCheck(L_169); BetterList_1_Add_m3823220309(L_169, L_178, /*hidden argument*/BetterList_1_Add_m3823220309_RuntimeMethod_var); BetterList_1_t2959858834 * L_179 = __this->get__listTrailNode_8(); int32_t L_180 = V_17; NullCheck(L_179); stTrailNode_t3804838516 * L_181 = BetterList_1_get_Item_m3648891194(L_179, L_180, /*hidden argument*/BetterList_1_get_Item_m3648891194_RuntimeMethod_var); NullCheck(L_181); Vector3_t3722313464 L_182 = L_181->get__position_0(); V_10 = L_182; float L_183 = V_22; V_23 = L_183; BetterList_1_t1311249841 * L_184 = __this->get_m_UVs_11(); float L_185 = V_23; Vector2_t2156229523 L_186; memset(&L_186, 0, sizeof(L_186)); Vector2__ctor_m3970636864((&L_186), L_185, (1.0f), /*hidden argument*/NULL); NullCheck(L_184); BetterList_1_Add_m3678844501(L_184, L_186, /*hidden argument*/BetterList_1_Add_m3678844501_RuntimeMethod_var); BetterList_1_t1311249841 * L_187 = __this->get_m_UVs_11(); float L_188 = V_23; Vector2_t2156229523 L_189; memset(&L_189, 0, sizeof(L_189)); Vector2__ctor_m3970636864((&L_189), L_188, (0.0f), /*hidden argument*/NULL); NullCheck(L_187); BetterList_1_Add_m3678844501(L_187, L_189, /*hidden argument*/BetterList_1_Add_m3678844501_RuntimeMethod_var); Color_t2555686324 L_190 = __this->get_startColor_5(); Color_t2555686324 L_191 = __this->get_endColor_6(); float L_192 = V_22; Color_t2555686324 L_193 = Color_Lerp_m973389909(NULL /*static, unused*/, L_190, L_191, L_192, /*hidden argument*/NULL); V_24 = L_193; BetterList_1_t1710706642 * L_194 = __this->get_m_colors_12(); Color_t2555686324 L_195 = V_24; NullCheck(L_194); BetterList_1_Add_m2929793890(L_194, L_195, /*hidden argument*/BetterList_1_Add_m2929793890_RuntimeMethod_var); BetterList_1_t1710706642 * L_196 = __this->get_m_colors_12(); Color_t2555686324 L_197 = V_24; NullCheck(L_196); BetterList_1_Add_m2929793890(L_196, L_197, /*hidden argument*/BetterList_1_Add_m2929793890_RuntimeMethod_var); int32_t L_198 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_198, (int32_t)1)); int32_t L_199 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_199, (int32_t)1)); } IL_05cc: { int32_t L_200 = V_17; BetterList_1_t2959858834 * L_201 = __this->get__listTrailNode_8(); NullCheck(L_201); int32_t L_202 = L_201->get_size_1(); if ((((int32_t)L_200) < ((int32_t)L_202))) { goto IL_03ec; } } { Mesh_t3648964284 * L_203 = __this->get_m_Mesh_9(); BetterList_1_t2877333782 * L_204 = __this->get_m_vertices_10(); NullCheck(L_204); Vector3U5BU5D_t1718750761* L_205 = BetterList_1_ToArray_m1446268266(L_204, /*hidden argument*/BetterList_1_ToArray_m1446268266_RuntimeMethod_var); NullCheck(L_203); Mesh_set_vertices_m2084450642(L_203, L_205, /*hidden argument*/NULL); Mesh_t3648964284 * L_206 = __this->get_m_Mesh_9(); BetterList_1_t1710706642 * L_207 = __this->get_m_colors_12(); NullCheck(L_207); ColorU5BU5D_t941916413* L_208 = BetterList_1_ToArray_m2485675029(L_207, /*hidden argument*/BetterList_1_ToArray_m2485675029_RuntimeMethod_var); NullCheck(L_206); Mesh_set_colors_m2218481242(L_206, L_208, /*hidden argument*/NULL); Mesh_t3648964284 * L_209 = __this->get_m_Mesh_9(); BetterList_1_t1311249841 * L_210 = __this->get_m_UVs_11(); NullCheck(L_210); Vector2U5BU5D_t1457185986* L_211 = BetterList_1_ToArray_m2725107919(L_210, /*hidden argument*/BetterList_1_ToArray_m2725107919_RuntimeMethod_var); NullCheck(L_209); Mesh_set_uv_m1258646872(L_209, L_211, /*hidden argument*/NULL); Mesh_t3648964284 * L_212 = __this->get_m_Mesh_9(); Int32U5BU5D_t385246372* L_213 = __this->get_m_Indecies_13(); NullCheck(L_212); Mesh_set_triangles_m255556250(L_212, L_213, /*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 SkinedTrail/stTrailNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void stTrailNode__ctor_m796362277 (stTrailNode_t3804838516 * __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 SpiritGuideItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void SpiritGuideItem__ctor_m4101128279 (SpiritGuideItem_t282195262 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void SpiritGuideItem::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void SpiritGuideItem_OnPageInit_m309685498 (SpiritGuideItem_t282195262 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpiritGuideItem_OnPageInit_m309685498_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UILabel_t3248798549 * L_1 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_0, _stringLiteral62725243, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_name_2(L_1); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_3 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_2, _stringLiteral2833583518, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_desc_3(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_5 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_4, _stringLiteral3535578514, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_m_tuijian_4(L_5); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_7 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_6, _stringLiteral2154449425, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_m_jingxuan_5(L_7); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_9 = CMiscHelp_GetChildGameObject_m347678012(NULL /*static, unused*/, L_8, _stringLiteral3169899887, /*hidden argument*/NULL); __this->set_m_nameBg_9(L_9); Transform_t3600365921 * L_10 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_11 = CMiscHelp_GetChildGameObject_m347678012(NULL /*static, unused*/, L_10, _stringLiteral3356576137, /*hidden argument*/NULL); __this->set_m_btnGo_8(L_11); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_13 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_12, _stringLiteral826316754, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_btnGoName_6(L_13); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UISprite_t194114938 * L_15 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_14, _stringLiteral2260486749, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_m_btnGoBg_7(L_15); return; } } // System.Void SpiritGuideItem::SetData(DMCore.Logic.SpriteItem) extern "C" IL2CPP_METHOD_ATTR void SpiritGuideItem_SetData_m2089354975 (SpiritGuideItem_t282195262 * __this, SpriteItem_t1019312017 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpiritGuideItem_SetData_m2089354975_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { SpriteItem_t1019312017 * L_0 = ___item0; NullCheck(L_0); int32_t L_1 = L_0->get_level_1(); V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0058; } case 1: { goto IL_003b; } case 2: { goto IL_001e; } } } { goto IL_0075; } IL_001e: { Transform_t3600365921 * L_3 = __this->get_m_tuijian_4(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_3, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_4 = __this->get_m_jingxuan_5(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_4, (bool)0, /*hidden argument*/NULL); goto IL_007a; } IL_003b: { Transform_t3600365921 * L_5 = __this->get_m_tuijian_4(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_5, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_6 = __this->get_m_jingxuan_5(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_6, (bool)1, /*hidden argument*/NULL); goto IL_007a; } IL_0058: { Transform_t3600365921 * L_7 = __this->get_m_tuijian_4(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_7, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_8 = __this->get_m_jingxuan_5(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_8, (bool)0, /*hidden argument*/NULL); goto IL_007a; } IL_0075: { goto IL_007a; } IL_007a: { IL2CPP_RUNTIME_CLASS_INIT(CSpriteGuideCfg_t2105483911_il2cpp_TypeInfo_var); CSpriteGuideCfg_t2105483911 * L_9 = CSpriteGuideCfg_GetInstance_m1653961392(NULL /*static, unused*/, /*hidden argument*/NULL); SpriteItem_t1019312017 * L_10 = ___item0; NullCheck(L_10); int32_t L_11 = L_10->get_id_0(); NullCheck(L_9); SpriteDesc_t3208779560 * L_12 = CSpriteGuideCfg_GetSpriteDesc_m1982791052(L_9, L_11, /*hidden argument*/NULL); __this->set_m_descData_10(L_12); CMainRole_t4200562839 * L_13 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); CProperty_t963755051 * L_14 = ISceneBaseObj_GetNetProperty_m1709069404(L_13, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15 = CProperty_GetInt_m2680341236(L_14, _stringLiteral1232841122, 0, /*hidden argument*/NULL); V_1 = L_15; int32_t L_16 = V_1; SpriteDesc_t3208779560 * L_17 = __this->get_m_descData_10(); NullCheck(L_17); int32_t L_18 = L_17->get_unLockLevel_4(); if ((((int32_t)L_16) >= ((int32_t)L_18))) { goto IL_0107; } } { UILabel_t3248798549 * L_19 = __this->get_m_btnGoName_6(); CTextHelp_t3119637808 * L_20 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); String_t* L_21 = CTextHelp_GetText_m372251958(L_20, _stringLiteral3935337969, /*hidden argument*/NULL); SpriteDesc_t3208779560 * L_22 = __this->get_m_descData_10(); NullCheck(L_22); int32_t L_23 = L_22->get_unLockLevel_4(); int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_24); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Format_m2844511972(NULL /*static, unused*/, L_21, L_25, /*hidden argument*/NULL); NullCheck(L_19); UILabel_set_text_m1071532778(L_19, L_26, /*hidden argument*/NULL); UISprite_t194114938 * L_27 = __this->get_m_btnGoBg_7(); NullCheck(L_27); UISprite_set_spriteName_m1616245412(L_27, _stringLiteral1138292564, /*hidden argument*/NULL); GameObject_t1113636619 * L_28 = __this->get_m_btnGo_8(); NullCheck(L_28); BoxCollider_t1640800422 * L_29 = GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221(L_28, /*hidden argument*/GameObject_GetComponent_TisBoxCollider_t1640800422_m3684288221_RuntimeMethod_var); NullCheck(L_29); Collider_set_enabled_m1517463283(L_29, (bool)0, /*hidden argument*/NULL); } IL_0107: { UILabel_t3248798549 * L_30 = __this->get_m_name_2(); SpriteDesc_t3208779560 * L_31 = __this->get_m_descData_10(); NullCheck(L_31); String_t* L_32 = L_31->get_name_1(); NullCheck(L_30); UILabel_set_text_m1071532778(L_30, L_32, /*hidden argument*/NULL); GameObject_t1113636619 * L_33 = __this->get_m_nameBg_9(); UILabel_t3248798549 * L_34 = __this->get_m_name_2(); IL2CPP_RUNTIME_CLASS_INIT(CFontHelp_t2408739167_il2cpp_TypeInfo_var); float L_35 = CFontHelp_GetDrawPixelWidth_m1105152651(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectScaleX_m2969638982(NULL /*static, unused*/, L_33, ((float)il2cpp_codegen_add((float)L_35, (float)(20.0f))), /*hidden argument*/NULL); UILabel_t3248798549 * L_36 = __this->get_m_desc_3(); SpriteDesc_t3208779560 * L_37 = __this->get_m_descData_10(); NullCheck(L_37); String_t* L_38 = L_37->get_description_2(); NullCheck(L_36); UILabel_set_text_m1071532778(L_36, L_38, /*hidden argument*/NULL); return; } } // System.Void SpiritGuideItem::OnBtnClick() extern "C" IL2CPP_METHOD_ATTR void SpiritGuideItem_OnBtnClick_m4232910767 (SpiritGuideItem_t282195262 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpiritGuideItem_OnBtnClick_m4232910767_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; Camera_t4157153871 * V_1 = NULL; CDataArray_t4068198041 * V_2 = NULL; int32_t V_3 = 0; { 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)195), /*hidden argument*/NULL); SpriteDesc_t3208779560 * L_1 = __this->get_m_descData_10(); NullCheck(L_1); int32_t L_2 = L_1->get_pageid_3(); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0047; } } { Camera_t4157153871 * L_3 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_3; Camera_t4157153871 * L_4 = V_0; NullCheck(L_4); ScenePersonalBtnCallBack_t2666224716 * L_5 = Component_GetComponent_TisScenePersonalBtnCallBack_t2666224716_m4288563181(L_4, /*hidden argument*/Component_GetComponent_TisScenePersonalBtnCallBack_t2666224716_m4288563181_RuntimeMethod_var); SpriteDesc_t3208779560 * L_6 = __this->get_m_descData_10(); NullCheck(L_6); String_t* L_7 = L_6->get_shoptype_5(); NullCheck(L_5); Component_SendMessage_m2905932203(L_5, _stringLiteral2988584336, L_7, 0, /*hidden argument*/NULL); goto IL_01f6; } IL_0047: { SpriteDesc_t3208779560 * L_8 = __this->get_m_descData_10(); NullCheck(L_8); int32_t L_9 = L_8->get_pageid_3(); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)127))))) { goto IL_00ac; } } { CFamilyManager_t1901424822 * L_10 = CFamilyManager_GetInstance_m954498051(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_11 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); int64_t L_12 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_11); NullCheck(L_10); CFamilyManager_set_curUserid_m600998019(L_10, L_12, /*hidden argument*/NULL); CFamilyManager_t1901424822 * L_13 = CFamilyManager_GetInstance_m954498051(NULL /*static, unused*/, /*hidden argument*/NULL); CFamilyManager_t1901424822 * L_14 = CFamilyManager_GetInstance_m954498051(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); int64_t L_15 = CFamilyManager_get_curUserid_m3013313295(L_14, /*hidden argument*/NULL); NullCheck(L_13); CFamilyManager_RequsetFamilyInfo_m604040380(L_13, L_15, /*hidden argument*/NULL); CFamilyManager_t1901424822 * L_16 = CFamilyManager_GetInstance_m954498051(NULL /*static, unused*/, /*hidden argument*/NULL); CFamilyManager_t1901424822 * L_17 = CFamilyManager_GetInstance_m954498051(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); int64_t L_18 = CFamilyManager_get_curUserid_m3013313295(L_17, /*hidden argument*/NULL); NullCheck(L_16); CFamilyManager_RequsetFamilyIntimacyInfo_m1014995757(L_16, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_19 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); CWndController_ShowUI_m2971791309(L_19, ((int32_t)127), ((int32_t)145), /*hidden argument*/NULL); goto IL_01f6; } IL_00ac: { SpriteDesc_t3208779560 * L_20 = __this->get_m_descData_10(); NullCheck(L_20); int32_t L_21 = L_20->get_pageid_3(); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)45))))) { goto IL_010c; } } { Camera_t4157153871 * L_22 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_22; Camera_t4157153871 * L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00e1; } } { Camera_t4157153871 * L_25 = V_1; NullCheck(L_25); GameObject_t1113636619 * L_26 = Component_get_gameObject_m442555142(L_25, /*hidden argument*/NULL); NullCheck(L_26); GameObject_SendMessage_m1121218340(L_26, _stringLiteral2137673285, 1, /*hidden argument*/NULL); } IL_00e1: { CDataArray_t4068198041 * L_27 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_27, /*hidden argument*/NULL); V_2 = L_27; CDataArray_t4068198041 * L_28 = V_2; NullCheck(L_28); CDataArray_Push_m3820844360(L_28, ((int32_t)1155), /*hidden argument*/NULL); CDataArray_t4068198041 * L_29 = V_2; NullCheck(L_29); CDataArray_Push_m3820844360(L_29, 0, /*hidden argument*/NULL); CDataArray_t4068198041 * L_30 = V_2; NullCheck(L_30); CDataArray_Push_m3820844360(L_30, ((int32_t)19), /*hidden argument*/NULL); CDataArray_t4068198041 * L_31 = V_2; NullCheck(L_31); CDataArray_Flush_m1077150699(L_31, /*hidden argument*/NULL); goto IL_01f6; } IL_010c: { SpriteDesc_t3208779560 * L_32 = __this->get_m_descData_10(); NullCheck(L_32); int32_t L_33 = L_32->get_pageid_3(); if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)141))))) { goto IL_0130; } } { CHandBookCtr_t4285066741 * L_34 = CHandBookCtr_GetInstance_m650984722(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_34); CHandBookCtr_ShowPage_m1279426974(L_34, /*hidden argument*/NULL); goto IL_01f6; } IL_0130: { SpriteDesc_t3208779560 * L_35 = __this->get_m_descData_10(); NullCheck(L_35); int32_t L_36 = L_35->get_pageid_3(); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)161))))) { goto IL_0197; } } { IL2CPP_RUNTIME_CLASS_INIT(CBeachManager_t2929024312_il2cpp_TypeInfo_var); CBeachManager_t2929024312 * L_37 = CBeachManager_GetInstance_m3014062775(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_37); CBeachManager_RequestBeachList_m4022814999(L_37, /*hidden argument*/NULL); CMainRole_t4200562839 * L_38 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_38); CProperty_t963755051 * L_39 = ISceneBaseObj_GetNetProperty_m1709069404(L_38, /*hidden argument*/NULL); NullCheck(L_39); int32_t L_40 = CProperty_GetInt_m2680341236(L_39, _stringLiteral1232841122, (-1), /*hidden argument*/NULL); V_3 = L_40; int32_t L_41 = V_3; if ((((int32_t)((int32_t)20)) > ((int32_t)L_41))) { goto IL_0182; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_42 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_42); CWndController_ShowUI_m3552255067(L_42, ((int32_t)161), /*hidden argument*/NULL); goto IL_0192; } IL_0182: { CMsgManager_t455955613 * L_43 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_43); CMsgManager_PushHintUseTextHelp_m3781284520(L_43, _stringLiteral197722302, (bool)1, /*hidden argument*/NULL); } IL_0192: { goto IL_01f6; } IL_0197: { SpriteDesc_t3208779560 * L_44 = __this->get_m_descData_10(); NullCheck(L_44); int32_t L_45 = L_44->get_pageid_3(); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)133))))) { goto IL_01e0; } } { IL2CPP_RUNTIME_CLASS_INIT(CLotteryNew_t505895158_il2cpp_TypeInfo_var); CLotteryNew_t505895158 * L_46 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_46); CLotteryNew_set_costType_m2141920599(L_46, 1, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_47 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); CLotteryNew_t505895158 * L_48 = CLotteryNew_GetInstance_m538648445(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_48); int32_t L_49 = CLotteryNew_get_costType_m21035751(L_48, /*hidden argument*/NULL); NullCheck(L_47); CLotteryNew_RequestJackpotData_m2056247073(L_47, L_49, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_50 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_50); CWndController_ShowUI_m3552255067(L_50, ((int32_t)133), /*hidden argument*/NULL); goto IL_01f6; } IL_01e0: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_51 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); SpriteDesc_t3208779560 * L_52 = __this->get_m_descData_10(); NullCheck(L_52); int32_t L_53 = L_52->get_pageid_3(); NullCheck(L_51); CWndController_ShowUI_m3552255067(L_51, L_53, /*hidden argument*/NULL); } IL_01f6: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SpringPanel::.ctor() extern "C" IL2CPP_METHOD_ATTR void SpringPanel__ctor_m1010041651 (SpringPanel_t277350554 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpringPanel__ctor_m1010041651_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_target_7(L_0); __this->set_strength_8((10.0f)); IgnoreTimeScale__ctor_m3176585006(__this, /*hidden argument*/NULL); return; } } // System.Void SpringPanel::Start() extern "C" IL2CPP_METHOD_ATTR void SpringPanel_Start_m649902971 (SpringPanel_t277350554 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpringPanel_Start_m649902971_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UIPanel_t1716472341 * L_0 = Component_GetComponent_TisUIPanel_t1716472341_m3980802358(__this, /*hidden argument*/Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var); __this->set_mPanel_10(L_0); UIDraggablePanel_t1628346357 * L_1 = Component_GetComponent_TisUIDraggablePanel_t1628346357_m3352151309(__this, /*hidden argument*/Component_GetComponent_TisUIDraggablePanel_t1628346357_m3352151309_RuntimeMethod_var); __this->set_mDrag_13(L_1); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); __this->set_mTrans_11(L_2); return; } } // System.Void SpringPanel::Update() extern "C" IL2CPP_METHOD_ATTR void SpringPanel_Update_m333743932 (SpringPanel_t277350554 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpringPanel_Update_m333743932_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); bool V_2 = false; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); Vector4_t3319028937 V_6; memset(&V_6, 0, sizeof(V_6)); { float L_0 = IgnoreTimeScale_UpdateRealTimeDelta_m4149425231(__this, /*hidden argument*/NULL); V_0 = L_0; float L_1 = __this->get_mThreshold_12(); if ((!(((float)L_1) == ((float)(0.0f))))) { goto IL_0041; } } { Vector3_t3722313464 L_2 = __this->get_target_7(); Transform_t3600365921 * L_3 = __this->get_mTrans_11(); NullCheck(L_3); Vector3_t3722313464 L_4 = Transform_get_localPosition_m4234289348(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_5 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); V_1 = L_5; float L_6 = Vector3_get_magnitude_m27958459((&V_1), /*hidden argument*/NULL); __this->set_mThreshold_12(((float)il2cpp_codegen_multiply((float)L_6, (float)(0.005f)))); } IL_0041: { V_2 = (bool)0; Transform_t3600365921 * L_7 = __this->get_mTrans_11(); NullCheck(L_7); Vector3_t3722313464 L_8 = Transform_get_localPosition_m4234289348(L_7, /*hidden argument*/NULL); V_3 = L_8; Transform_t3600365921 * L_9 = __this->get_mTrans_11(); NullCheck(L_9); Vector3_t3722313464 L_10 = Transform_get_localPosition_m4234289348(L_9, /*hidden argument*/NULL); Vector3_t3722313464 L_11 = __this->get_target_7(); float L_12 = __this->get_strength_8(); float L_13 = V_0; Vector3_t3722313464 L_14 = NGUIMath_SpringLerp_m1536148562(NULL /*static, unused*/, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); V_4 = L_14; float L_15 = __this->get_mThreshold_12(); Vector3_t3722313464 L_16 = V_4; Vector3_t3722313464 L_17 = __this->get_target_7(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_18 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); float L_19 = Vector3_Magnitude_m3447562852(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if ((!(((float)L_15) >= ((float)L_19)))) { goto IL_009c; } } { Vector3_t3722313464 L_20 = __this->get_target_7(); V_4 = L_20; Behaviour_set_enabled_m20417929(__this, (bool)0, /*hidden argument*/NULL); V_2 = (bool)1; } IL_009c: { Transform_t3600365921 * L_21 = __this->get_mTrans_11(); Vector3_t3722313464 L_22 = V_4; NullCheck(L_21); Transform_set_localPosition_m4128471975(L_21, L_22, /*hidden argument*/NULL); Vector3_t3722313464 L_23 = V_4; Vector3_t3722313464 L_24 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_25 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); V_5 = L_25; UIPanel_t1716472341 * L_26 = __this->get_mPanel_10(); NullCheck(L_26); Vector4_t3319028937 L_27 = UIPanel_get_clipRange_m1219521389(L_26, /*hidden argument*/NULL); V_6 = L_27; Vector4_t3319028937 * L_28 = (&V_6); float L_29 = L_28->get_x_1(); float L_30 = (&V_5)->get_x_1(); L_28->set_x_1(((float)il2cpp_codegen_subtract((float)L_29, (float)L_30))); Vector4_t3319028937 * L_31 = (&V_6); float L_32 = L_31->get_y_2(); float L_33 = (&V_5)->get_y_2(); L_31->set_y_2(((float)il2cpp_codegen_subtract((float)L_32, (float)L_33))); UIPanel_t1716472341 * L_34 = __this->get_mPanel_10(); Vector4_t3319028937 L_35 = V_6; NullCheck(L_34); UIPanel_set_clipRange_m2606321132(L_34, L_35, /*hidden argument*/NULL); UIDraggablePanel_t1628346357 * L_36 = __this->get_mDrag_13(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_37 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_36, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_37) { goto IL_0114; } } { UIDraggablePanel_t1628346357 * L_38 = __this->get_mDrag_13(); NullCheck(L_38); UIDraggablePanel_UpdateScrollbars_m3754300157(L_38, (bool)0, /*hidden argument*/NULL); } IL_0114: { bool L_39 = V_2; if (!L_39) { goto IL_0130; } } { Action_t1264377477 * L_40 = __this->get_onFinished_9(); if (!L_40) { goto IL_0130; } } { Action_t1264377477 * L_41 = __this->get_onFinished_9(); NullCheck(L_41); Action_Invoke_m937035532(L_41, /*hidden argument*/NULL); } IL_0130: { return; } } // SpringPanel SpringPanel::Begin(UnityEngine.GameObject,UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR SpringPanel_t277350554 * SpringPanel_Begin_m1071572848 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, Vector3_t3722313464 ___pos1, float ___strength2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpringPanel_Begin_m1071572848_MetadataUsageId); s_Il2CppMethodInitialized = true; } SpringPanel_t277350554 * V_0 = NULL; { GameObject_t1113636619 * L_0 = ___go0; NullCheck(L_0); SpringPanel_t277350554 * L_1 = GameObject_GetComponent_TisSpringPanel_t277350554_m220738092(L_0, /*hidden argument*/GameObject_GetComponent_TisSpringPanel_t277350554_m220738092_RuntimeMethod_var); V_0 = L_1; SpringPanel_t277350554 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_2, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_001a; } } { GameObject_t1113636619 * L_4 = ___go0; NullCheck(L_4); SpringPanel_t277350554 * L_5 = GameObject_AddComponent_TisSpringPanel_t277350554_m1355290217(L_4, /*hidden argument*/GameObject_AddComponent_TisSpringPanel_t277350554_m1355290217_RuntimeMethod_var); V_0 = L_5; } IL_001a: { SpringPanel_t277350554 * L_6 = V_0; Vector3_t3722313464 L_7 = ___pos1; NullCheck(L_6); L_6->set_target_7(L_7); SpringPanel_t277350554 * L_8 = V_0; float L_9 = ___strength2; NullCheck(L_8); L_8->set_strength_8(L_9); SpringPanel_t277350554 * L_10 = V_0; NullCheck(L_10); L_10->set_onFinished_9((Action_t1264377477 *)NULL); SpringPanel_t277350554 * L_11 = V_0; NullCheck(L_11); bool L_12 = Behaviour_get_enabled_m753527255(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_004c; } } { SpringPanel_t277350554 * L_13 = V_0; NullCheck(L_13); L_13->set_mThreshold_12((0.0f)); SpringPanel_t277350554 * L_14 = V_0; NullCheck(L_14); Behaviour_set_enabled_m20417929(L_14, (bool)1, /*hidden argument*/NULL); } IL_004c: { SpringPanel_t277350554 * L_15 = V_0; return L_15; } } #ifdef __clang__ #pragma clang diagnostic pop #endif