#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct 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 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); } }; // moviePlayer struct moviePlayer_t2958542887; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.Transform struct Transform_t3600365921; // System.String struct String_t; // UITexture struct UITexture_t3471168817; // UnityEngine.AudioSource struct AudioSource_t3935305588; // moviePlayer/OnMovieEnd struct OnMovieEnd_t1532239471; // System.String[] struct StringU5BU5D_t1281789340; // System.Char[] struct CharU5BU5D_t3528271667; // DMCore.Framework.Plugin.CFitfunApiPlugin struct CFitfunApiPlugin_t3372796910; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // netSendingCache struct netSendingCache_t1115576376; // DMCore.CDataArray struct CDataArray_t4068198041; // BetterList`1 struct BetterList_1_t3223218359; // BetterList`1 struct BetterList_1_t2235126482; // NGUIDebug struct NGUIDebug_t787955914; // System.Collections.Generic.List`1 struct List_1_t3319525431; // System.Collections.Generic.List`1 struct List_1_t257213610; // UnityEngine.Object struct Object_t631007953; // UnityEngine.GameObject struct GameObject_t1113636619; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_t2510215842; // UnityEngine.GUILayoutOption struct GUILayoutOption_t811797299; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // UIWidget struct UIWidget_t3538521925; // UIWidget[] struct UIWidgetU5BU5D_t2950248968; // System.Object[] struct ObjectU5BU5D_t2843939325; // UISprite struct UISprite_t194114938; // UnityEngine.AudioClip struct AudioClip_t3680889665; // System.Type struct Type_t; // UnityEngine.Camera struct Camera_t4157153871; // UnityEngine.AudioListener struct AudioListener_t2734094699; // UnityEngine.WWW struct WWW_t3688466362; // UnityEngine.WWWForm struct WWWForm_t4064702195; // System.Collections.Generic.List`1 struct List_1_t4027761066; // UnityEngine.Camera[] struct CameraU5BU5D_t1709987734; // UnityEngine.BoxCollider struct BoxCollider_t1640800422; // UnityEngine.Collider struct Collider_t1773347010; // UIAtlas struct UIAtlas_t3195533529; // UIAtlas/Sprite struct Sprite_t2895597119; // UnityEngine.Object[] struct ObjectU5BU5D_t1417781964; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.IO.FileStream struct FileStream_t4292183065; // NoticeTaskItem struct NoticeTaskItem_t1719951648; // UILabel struct UILabel_t3248798549; // UIEventListener struct UIEventListener_t1665237878; // System.Action`1 struct Action_1_t1286104214; // System.Action`1 struct Action_1_t3252573759; // DMCore.Logic.CNoticeCfg struct CNoticeCfg_t1803912622; // DMCore.Logic.CNoticeManager struct CNoticeManager_t3044969465; // DMCore.Logic.NoticeTask struct NoticeTask_t2932161791; // DMCore.Logic.CIdolManager struct CIdolManager_t2822338582; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // NoticeTaskItem/c__Iterator0 struct U3CCountDownU3Ec__Iterator0_t757918018; // NoticeTimeTool struct NoticeTimeTool_t3495891363; // UnityEngine.WaitForSeconds struct WaitForSeconds_t1699091251; // System.NotSupportedException struct NotSupportedException_t1314879016; // NoticeTimeTool/c__Iterator0 struct U3CCountDownU3Ec__Iterator0_t255797938; // UnityEngine.Coroutine struct Coroutine_t3829159415; // NumberRoll struct NumberRoll_t3235290664; // System.Action`1 struct Action_1_t269755560; // NumberRollController struct NumberRollController_t3661030829; // CUIBase struct CUIBase_t3255455658; // DMCore.Logic.CActivityManager struct CActivityManager_t1081296145; // DMCore.Logic.IActivityDetail struct IActivityDetail_t2848416189; // System.Action`1 struct Action_1_t1302699353; // IEventDispatcher struct IEventDispatcher_t2294365884; // IEventBase struct IEventBase_t1130231758; // CDataModelInt struct CDataModelInt_t3463393640; // DMCore.Logic.CEffectWndManager struct CEffectWndManager_t3902312294; // CDataModelBool struct CDataModelBool_t2269476966; // OnLineAwardController struct OnLineAwardController_t289821926; // PanelAutoFit struct PanelAutoFit_t1811801921; // UIPanel struct UIPanel_t1716472341; // paoItem struct paoItem_t1249256034; // DMCore.Logic.CShopManager struct CShopManager_t754298620; // DMCore.Framework.Resource.IResourceManager struct IResourceManager_t3165642952; // PartAwardItem struct PartAwardItem_t954451953; // DMListViewItem struct DMListViewItem_t3648257704; // System.Action`1 struct Action_1_t3123413348; // uiAwardcell struct uiAwardcell_t1062333354; // DMCore.Logic.CAwardList struct CAwardList_t4094041907; // DMCore.Logic.CAwardItem struct CAwardItem_t1677460915; // DMCore.Logic.CChangeGameManager struct CChangeGameManager_t2081989347; // DMCore.Logic.GameRewardInfo struct GameRewardInfo_t1982501205; // DMCore.Framework.Misc.CTextHelp struct CTextHelp_t3119637808; // ParticleScaler struct ParticleScaler_t700670844; // UnityEngine.TrailRenderer[] struct TrailRendererU5BU5D_t2991284171; // UnityEngine.TrailRenderer struct TrailRenderer_t1820797054; // PetBuyEnergy struct PetBuyEnergy_t1876705499; // DMCore.Logic.CPetConfig struct CPetConfig_t679804737; // DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit struct PetBuyEnergyDataConfigUnit_t713127957; // DMCore.Logic.CPetManager struct CPetManager_t2941415134; // petMainUI struct petMainUI_t1540475485; // DMListView struct DMListView_t512231514; // PetRotation struct PetRotation_t3847662312; // DMCore.Logic.CMiscConfig struct CMiscConfig_t1694835947; // DMCore.Logic.WndAmountCtrl struct WndAmountCtrl_t1993704824; // DMCore.Logic.AmountData struct AmountData_t3377750247; // DMCore.Framework.Scene.ISceneNpcBase struct ISceneNpcBase_t3974693970; // DMCore.Framework.Scene.ISceneBaseObj struct ISceneBaseObj_t858622483; // DMCore.Framework.Scene.CSceneService struct CSceneService_t551449725; // DMCore.Logic.CTimerManager struct CTimerManager_t4186675208; // DMCore.Logic.TimerCallbackProc struct TimerCallbackProc_t3381003091; // DMCore.Logic.CPetManager/UpgradeEffect struct UpgradeEffect_t3030226768; // System.Delegate struct Delegate_t1188392813; // DMCore.Logic.CPetManager/GetMaterial struct GetMaterial_t2269987281; // DMCore.Logic.CPetActionConfig struct CPetActionConfig_t1976691651; // DMCore.Logic.RoleActionConfig struct RoleActionConfig_t1403548228; // UnityEngine.AnimationClip struct AnimationClip_t2318505987; // DMCore.CEventManager struct CEventManager_t474365641; // DMCore.OnEventCall struct OnEventCall_t3758354630; // DMCore.CRoot struct CRoot_t1043641654; // DMCore.ISoundManager struct ISoundManager_t434164892; // DMCore.Logic.PageTipsManager struct PageTipsManager_t2228145721; // DMCore.Logic.OnTipsWndVisibleChanged struct OnTipsWndVisibleChanged_t2417932079; // DMCore.Logic.CPet struct CPet_t2667050390; // DMCore.Logic.CPetConfig/PetQualityDataUnit struct PetQualityDataUnit_t1608751097; // DMCore.Logic.CPropManager struct CPropManager_t2238730194; // DMCore.Logic.CPetStarQualityLevelCfg struct CPetStarQualityLevelCfg_t129968123; // petUI struct petUI_t1661019501; // ClickPetList struct ClickPetList_t744868781; // DMCore.Logic.CPetSkill struct CPetSkill_t349224069; // PetSkillUI struct PetSkillUI_t3927388841; // DMCore.Logic.CPetLevelExperienceCfg struct CPetLevelExperienceCfg_t3456413245; // DMCore.Logic.CPetLevelExperienceCfg/levelEffect struct levelEffect_t306095074; // DMCore.Logic.CChangeNameManager struct CChangeNameManager_t2068867582; // DMCore.Logic.CChangeNameInfo struct CChangeNameInfo_t1998310127; // DMCore.CMsgBoxControl struct CMsgBoxControl_t806533544; // DMCore.OnMsgBoxClkCallBack struct OnMsgBoxClkCallBack_t3229751541; // DMCore.CMsgManager struct CMsgManager_t455955613; // 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; // DMCore.Logic.CWndController struct CWndController_t749709641; // DMCore.Logic.CurrencyUnit struct CurrencyUnit_t374561803; // DMCore.Logic.CShopConfig struct CShopConfig_t202154353; // DMCore.Logic.CShopConfig/GoodsConfig struct GoodsConfig_t1565846780; // UIButtonMessage struct UIButtonMessage_t952534536; // UnityEngine.ParticleSystem struct ParticleSystem_t1800779281; // DMCore.Logic.CPetAniCfg struct CPetAniCfg_t3973954919; // DMCore.Logic.CPetAniCfg/PetAniOver struct PetAniOver_t18903185; // DMCore.Logic.CPetSkillConfig struct CPetSkillConfig_t2627276790; // DMCore.Logic.SkillInfo struct SkillInfo_t3175174670; // PindanCheckAllHandle struct PindanCheckAllHandle_t3224771078; // UICheckbox struct UICheckbox_t2276134195; // DMCore.Logic.CPindanManager struct CPindanManager_t730261733; // PlaneEffect struct PlaneEffect_t138288793; // DMCore.DanceMode.CBeatKeyManager struct CBeatKeyManager_t1395295909; // PlayerInfoShow struct PlayerInfoShow_t2638218508; // DMCore.Logic.CActivityFortuneCat struct CActivityFortuneCat_t237126772; // BetterList`1 struct BetterList_1_t269126732; // DMCore.Logic.CActivityConfig struct CActivityConfig_t3711341450; // PropBtnList struct PropBtnList_t1919510128; // DMCore.Logic.CMyPackageManager struct CMyPackageManager_t122981866; // PropBtnList/ChangeHandler struct ChangeHandler_t3863549639; // PVEScore struct PVEScore_t550407626; // DMCore.Logic.CLocalBattle struct CLocalBattle_t1519924991; // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839; // DMCore.Logic.CUserGuideHelp struct CUserGuideHelp_t3161639665; // DMCore.Logic.CPveManager struct CPveManager_t3058433014; // DMCore.Logic.CStoryCtr struct CStoryCtr_t3729227359; // System.Action`2 struct Action_2_t2105502262; // System.Action`2 struct Action_2_t2470008838; // DMCore.DanceMode.CDanceManager struct CDanceManager_t448141780; // DMCore.DanceMode.CDanceMode struct CDanceMode_t1520520494; // DMCore.DanceMode.BeatKeyResult struct BeatKeyResult_t1335677305; // DMCore.DanceMode.CBeatKeyCtrlNode struct CBeatKeyCtrlNode_t1019706062; // DMCore.Logic.CMusicManager struct CMusicManager_t3263666357; // DMCore.Logic.CMusicDescription struct CMusicDescription_t2126213410; // DMCore.Logic.CPveStage struct CPveStage_t850204332; // DMCore.DanceMode.CRoleBeatKeyData_Total struct CRoleBeatKeyData_Total_t538171442; // DMCore.Framework.Scene.ISceneRole struct ISceneRole_t2394225724; // PVEScore/c__Iterator0 struct U3CLoadResourceU3Ec__Iterator0_t388930112; // DMCore.Net.CNetMainLogic struct CNetMainLogic_t857650587; // DMCore.Framework.Movie.CAnimSystem struct CAnimSystem_t3541144328; // DMCore.Framework.Resource.IResHelp struct IResHelp_t377823252; // DMCore.ILogicBase struct ILogicBase_t2190831891; // System.Action struct Action_t1264377477; // DMCore.Logic.ShareManager struct ShareManager_t1254576143; // DMCore.Logic.CLeveluprewardConfig struct CLeveluprewardConfig_t716371407; // DMCore.Logic.CPveManager/CheckEnergyStateCallback struct CheckEnergyStateCallback_t3528280671; // DMCore.Logic.CADConfig struct CADConfig_t2669318563; // DMCore.Logic.CPveAwardManager struct CPveAwardManager_t3593166514; // DMCore.Framework.Scene.CProperty struct CProperty_t963755051; // StoryInfo struct StoryInfo_t712967752; // StoryStepInfo struct StoryStepInfo_t2355881288; // QuailfingAwardCell struct QuailfingAwardCell_t1647524062; // QuailfingAwardCellData struct QuailfingAwardCellData_t3575566913; // QuailfingAwardItem struct QuailfingAwardItem_t3321146055; // System.Collections.Generic.List`1 struct List_1_t3119598804; // QuailfingAwardItemData struct QuailfingAwardItemData_t1350333434; // DMCore.Logic.CTitleManager struct CTitleManager_t3025273230; // DMCore.Logic.CTitleManager/CTitleDesc struct CTitleDesc_t1213620943; // System.Collections.Generic.List`1 struct List_1_t752674359; // QualifyInfo struct QualifyInfo_t2809524376; // QualifyingCfgManager struct QualifyingCfgManager_t3310596061; // DMCore.Framework.ITextBase struct ITextBase_t660344599; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t622178124; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1968819495; // QualifyLevelInfo struct QualifyLevelInfo_t1733464793; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t239046765; // UnityEngine.Texture2D struct Texture2D_t3840446185; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Xml.XmlElement struct XmlElement_t561603118; // DMCore.Framework.Misc.CLogHelp struct CLogHelp_t779629444; // QualifyingStageComplete struct QualifyingStageComplete_t3841349852; // DMCore.Camera.ICameraBase struct ICameraBase_t3615533728; // UnityEngine.Animation struct Animation_t3648466861; // CQualifyingManager struct CQualifyingManager_t954001806; // SelfQualifyPkResultInfo struct SelfQualifyPkResultInfo_t1561294256; // UnityEngine.Behaviour struct Behaviour_t1437897464; // RankListItem struct RankListItem_t2512150931; // DMCore.Logic.RankListInfo struct RankListInfo_t1858065448; // resLocalization struct resLocalization_t550268012; // UnityEngine.Renderer struct Renderer_t2627027031; // UnityEngine.Material struct Material_t340375123; // UnityEngine.Shader struct Shader_t4151988712; // UnityEngine.Texture struct Texture_t3661962703; // ReviewRoleModelData struct ReviewRoleModelData_t2899249543; // RotateRole struct RotateRole_t1146201425; // DMCore.Logic.ReviewInfo struct ReviewInfo_t914837392; // System.Collections.Generic.List`1 struct List_1_t2571181400; // DMCore.Logic.ThemeInfo struct ThemeInfo_t1099106658; // System.Collections.Generic.List`1 struct List_1_t128053199; // UnityEngine.GameObject[] struct GameObjectU5BU5D_t3328599146; // DMCore.CDataProperty struct CDataProperty_t2806246268; // DMCore.Framework.Scene.CJuniorRoleModelItem struct CJuniorRoleModelItem_t636793867; // System.Func`3 struct Func_3_t1497391353; // RewardInfo struct RewardInfo_t3119326197; // RewardWnd struct RewardWnd_t1955019457; // uiRewardItem struct uiRewardItem_t3619702494; // DMCore.Net.CNetServerConfig struct CNetServerConfig_t202072970; // DMCore.Logic.CWishFountainMgr struct CWishFountainMgr_t2594140948; // DMCore.Logic.TreviType struct TreviType_t2222439988; // DMCore.Logic.CDrawItemData struct CDrawItemData_t2876223890; // RightRoleModelData struct RightRoleModelData_t2990113550; // System.Collections.Generic.List`1 struct List_1_t3080825839; // System.Collections.Generic.List`1 struct List_1_t2185202699; // System.Int32[] struct Int32U5BU5D_t385246372; // 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; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1839659084; // System.Collections.Generic.List`1 struct List_1_t3369058668; // System.Collections.Generic.List`1 struct List_1_t3149535657; // System.Collections.Generic.List`1 struct List_1_t913674750; // System.Collections.Generic.List`1 struct List_1_t4139125132; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1411863853; // 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; // DMCore.Logic.ThemeInfo[] struct ThemeInfoU5BU5D_t3636267735; // System.Collections.Generic.List`1 struct List_1_t622380941; // CBetterSet`1> struct CBetterSet_1_t1416977057; // DMSerial struct DMSerial_t3962411756; // DMCore.Logic.CWishFountainMgr/OnShopListChanged struct OnShopListChanged_t2776790831; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1764937221; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2807764417; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t840632218; // System.Collections.Generic.List`1 struct List_1_t3694514730; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t133775218; // DMCore.Logic.CShopGroupBuyingData struct CShopGroupBuyingData_t1345810626; // DMCore.Logic.CShopManager/CShopItemGroup struct CShopItemGroup_t1245061887; // BetterList`1 struct BetterList_1_t2996838064; // System.Collections.Generic.List`1 struct List_1_t3326345499; // BetterList`1 struct BetterList_1_t1002471007; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Predicate`1 struct Predicate_1_t2672744813; // System.Collections.Generic.List`1 struct List_1_t3662906633; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t687096698; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1380571261; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3277249325; // CBetterSet`1> struct CBetterSet_1_t433888323; // BetterList`1 struct BetterList_1_t1591806957; // DMCore.Logic.CActivityFortuneCat/PlayerInfo[] struct PlayerInfoU5BU5D_t1241674075; // DMCore.Framework.Misc.CEncrptHelp_Int struct CEncrptHelp_Int_t51280996; // System.Collections.Generic.List`1 struct List_1_t1290268968; // System.Collections.Generic.List`1 struct List_1_t3044171863; // System.Collections.Generic.List`1 struct List_1_t2925477792; // System.Collections.Generic.List`1 struct List_1_t2358551301; // System.Collections.Generic.List`1 struct List_1_t4280442762; // System.Collections.Generic.List`1 struct List_1_t3748208937; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t757155719; // System.Collections.Generic.List`1 struct List_1_t2376830540; // System.Collections.Generic.List`1 struct List_1_t1621593514; // DMCore.DanceMode.CSectionRoleTask struct CSectionRoleTask_t2014828986; // DMCore.DanceMode.CDanceMode/OnRoleAnimEnd struct OnRoleAnimEnd_t3559497459; // System.Comparison`1 struct Comparison_1_t679686977; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // QualifyLevelInfo[] struct QualifyLevelInfoU5BU5D_t3363500452; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2967839296; // QuailfingAwardItemData[] struct QuailfingAwardItemDataU5BU5D_t905931487; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t510270331; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // QuailfingAwardCell[] struct QuailfingAwardCellU5BU5D_t1016734187; // DMCore.Logic.CPropGroup[] struct CPropGroupU5BU5D_t555838530; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2625280635; // QuailfingAwardCellData[] struct QuailfingAwardCellDataU5BU5D_t1105526684; // System.Collections.Generic.List`1 struct List_1_t1536066709; // System.Collections.Generic.List`1 struct List_1_t3315527713; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t683098980; // System.Collections.Generic.Stack`1 struct Stack_1_t3794335208; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Collections.Generic.List`1 struct List_1_t1293755103; // UnityEngine.Color[] struct ColorU5BU5D_t941916413; // System.Collections.ArrayList struct ArrayList_t2718874744; // DMCore.CDataArray[] struct CDataArrayU5BU5D_t1895413476; // DMCore.Logic.CNoticeManager/OnSubTaskChanged struct OnSubTaskChanged_t1167505012; // DMCore.Logic.CNoticeManager/OnMainTaskChanged struct OnMainTaskChanged_t359061898; // DMCore.Logic.CNoticeManager/OnCurExpChanged struct OnCurExpChanged_t1928539448; // DMCore.Logic.CNoticeManager/OnStartNoticeTask struct OnStartNoticeTask_t2656173874; // DMCore.Logic.CNoticeManager/OnStopNoticeTask struct OnStopNoticeTask_t773840426; // DMCore.Logic.NoticeTaskDetail struct NoticeTaskDetail_t2956906147; // DMCore.Logic.InviteInfo struct InviteInfo_t51784531; // System.Collections.Generic.List`1 struct List_1_t109269237; // System.Collections.Generic.List`1 struct List_1_t1523859273; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // System.Collections.Generic.List`1 struct List_1_t2131980057; // DMCore.Logic.CTitleManager/ChangeTitle struct ChangeTitle_t584768798; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1574409016; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3489775701; // NumberRoll[] struct NumberRollU5BU5D_t2596183097; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Xml.XmlNameTable struct XmlNameTable_t71772148; // System.Xml.XmlImplementation struct XmlImplementation_t254178875; // System.Xml.XmlResolver struct XmlResolver_t626023767; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Xml.XmlNameEntryCache struct XmlNameEntryCache_t2890546907; // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927; // System.Xml.XmlAttribute struct XmlAttribute_t1173852259; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t934654762; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t1533444722; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3311957831; // System.Collections.Generic.List`1 struct List_1_t4056803065; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3546609324; // System.Collections.Generic.List`1 struct List_1_t2491780804; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3213771897; // BetterList`1 struct BetterList_1_t1515500177; // DMCore.Framework.Movie.CAnimSequence struct CAnimSequence_t1119714129; // DMCore.DanceMode.CBeatKeySequenceInfo struct CBeatKeySequenceInfo_t1686169301; // DMCore.DanceMode.RevenueDetailData struct RevenueDetailData_t1092030774; // System.Single[] struct SingleU5BU5D_t1444911251; // System.Action`1 struct Action_1_t1192173657; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1694959599; // 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; // BetterList`1 struct BetterList_1_t3256166455; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3311733826; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t736164020; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3682058863; // System.Collections.Generic.Dictionary`2>> struct Dictionary_2_t3352828889; // System.Void struct Void_t1185182177; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t454560111; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1165792132; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t104342236; // System.Collections.Generic.List`1 struct List_1_t1441398424; // DMCore.Net.CNetMainLogic/_ProcDelegate[] struct _ProcDelegateU5BU5D_t2947363969; // DMCore.Framework.Thread.CThreadLock struct CThreadLock_t3315856551; // DMCore.Net.CCustomNetMsgHooker struct CCustomNetMsgHooker_t1749009394; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1014926741; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2960430969; // DMCore.Framework.Misc.CTextHelp/TextUnitGroup struct TextUnitGroup_t1441580864; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2263689483; // System.Collections.Generic.List`1 struct List_1_t2330697225; // System.Collections.Generic.List`1 struct List_1_t589903178; // System.Collections.Generic.List`1 struct List_1_t1151801416; // DMCore.Framework.Scene.CSceneModelObj struct CSceneModelObj_t2681526009; // DMCore.DanceMode.CBeatKeyCtrlNode/RoleSectionCalc struct RoleSectionCalc_t3975632210; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t739721426; // System.Collections.Generic.List`1 struct List_1_t2807752047; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // System.Collections.Generic.List`1 struct List_1_t1237090056; // DMCore.Logic.CShareConfig/CShareInfo struct CShareInfo_t1190539625; // DMCore.Logic.CPindanManager/CPindanShop struct CPindanShop_t4113161522; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2057254576; // DMCore.Logic.ChooseBuyUseNumBoxController/OnConfirmBuyAmount struct OnConfirmBuyAmount_t3515310033; // DMCore.Logic.PageTipsData struct PageTipsData_t3428124494; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // DMCore.Logic.CPetAniCfg/PetAniUnit struct PetAniUnit_t1244462747; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3625702484; // System.Collections.Generic.List`1 struct List_1_t2716537489; // System.Collections.Generic.List`1 struct List_1_t817360128; // DMCore.Framework.CRoleEffectManager struct CRoleEffectManager_t3637256918; // CAnimSite struct CAnimSite_t233742424; // CSkeletonSite struct CSkeletonSite_t1178137573; // DMCore.Logic.LevelupStarInfo struct LevelupStarInfo_t831176484; // DMCore.Logic.IdolAwardUnit struct IdolAwardUnit_t568575365; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2770358969; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_t463507806; // UnityEngine.AssetBundle struct AssetBundle_t1153907252; // System.Collections.Generic.List`1 struct List_1_t25523635; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3209204262; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t1677636661; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_t1059417452; // DMCore.Logic.CWndController/UIWndStack struct UIWndStack_t3738908003; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3385622220; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3999618383; // DMCore.Net.CNetService struct CNetService_t1201271315; // DMCore.Framework.CTimerCtrl struct CTimerCtrl_t297173612; // DMCore.CAccManager struct CAccManager_t1454736772; // DMCore.Framework.Location.CLocationManager struct CLocationManager_t1346018200; // DMCore.Logic.OnChangeNameCallback struct OnChangeNameCallback_t2458829697; // DMCore.Logic.ClothScoreData struct ClothScoreData_t1911004847; // DMCore.Logic.CPveStoryData struct CPveStoryData_t1324513091; // System.Collections.Generic.List`1 struct List_1_t3978349119; // System.Collections.Generic.List`1> struct List_1_t3588365150; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t863209702; // System.Collections.Generic.List`1 struct List_1_t1036361634; // System.Collections.Generic.List`1 struct List_1_t3827956030; // 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; // System.Collections.Generic.List`1 struct List_1_t863193852; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // DMCore.Logic.ADParamEx struct ADParamEx_t1844218245; // System.Collections.Generic.List`1 struct List_1_t539570837; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // UnityEngine.AudioListenerExtension struct AudioListenerExtension_t3242956547; // UnityEngine.AudioSourceExtension struct AudioSourceExtension_t3064908834; // 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; // UIGeometry struct UIGeometry_t1059483952; // UnityEngine.Transform[] struct TransformU5BU5D_t807237628; // System.Collections.Specialized.OrderedDictionary struct OrderedDictionary_t2617496293; // BetterList`1 struct BetterList_1_t2693542243; // BetterList`1 struct BetterList_1_t3790362737; // BetterList`1 struct BetterList_1_t448425637; // BetterList`1 struct BetterList_1_t2877333782; // BetterList`1 struct BetterList_1_t2474049255; // BetterList`1 struct BetterList_1_t1311249841; // BetterList`1 struct BetterList_1_t1755521610; // System.Collections.Generic.List`1 struct List_1_t777473367; // UIPanel[] struct UIPanelU5BU5D_t1463265784; // BetterList`1 struct BetterList_1_t1563739553; // System.Comparison`1 struct Comparison_1_t3313453104; // System.Action`1 struct Action_1_t1569734369; // DMProcessBar struct DMProcessBar_t1457963892; // AmountWnd struct AmountWnd_t1885830546; // uiRewardItem[] struct uiRewardItemU5BU5D_t3139509227; // uiAwardcell[] struct uiAwardcellU5BU5D_t3191484015; // System.Collections.Generic.List`1 struct List_1_t72704565; // 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; // NumberRoll/NumberItem[] struct NumberItemU5BU5D_t3558943569; // System.Collections.Generic.List`1 struct List_1_t2585711361; // UIFont struct UIFont_t2766063701; extern const RuntimeMethod* Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisAudioSource_t3935305588_m1977431131_RuntimeMethod_var; extern String_t* _stringLiteral2103327427; extern String_t* _stringLiteral1501989126; extern const uint32_t moviePlayer_OnPageInit_m1740786352_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* CMiscHelp_t3597884754_il2cpp_TypeInfo_var; extern RuntimeClass* CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var; extern const uint32_t moviePlayer_PlayMovie_m1654397705_MetadataUsageId; extern RuntimeClass* netSendingCache_t1115576376_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_Add_m3661312299_RuntimeMethod_var; extern const uint32_t netSendingCache_SendMsg_m3930715145_MetadataUsageId; extern const uint32_t netSendingCache_BeginPopMsg_m1857426800_MetadataUsageId; extern const RuntimeMethod* BetterList_1_Clear_m3055923047_RuntimeMethod_var; extern const uint32_t netSendingCache_EndPopMsg_m1048125316_MetadataUsageId; extern RuntimeClass* BetterList_1_t3223218359_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1__ctor_m411292744_RuntimeMethod_var; extern const uint32_t netSendingCache__cctor_m1596551278_MetadataUsageId; extern RuntimeClass* NGUIDebug_t787955914_il2cpp_TypeInfo_var; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Count_m2276455407_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m815285786_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisNGUIDebug_t787955914_m1434980220_RuntimeMethod_var; extern String_t* _stringLiteral4065254202; extern const uint32_t NGUIDebug_Log_m1893654688_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const uint32_t NGUIDebug_DrawBounds_m1346188254_MetadataUsageId; extern RuntimeClass* GUILayoutOptionU5BU5D_t2510215842_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m3729392029_RuntimeMethod_var; extern const uint32_t NGUIDebug_OnGUI_m569536304_MetadataUsageId; extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var; extern const uint32_t NGUIDebug__cctor_m1651640079_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const uint32_t NGUIMath_Wrap01_m3772675342_MetadataUsageId; extern String_t* _stringLiteral3451172856; extern const uint32_t NGUIMath_DecimalToHex_m1982018451_MetadataUsageId; extern const uint32_t NGUIMath_ColorToInt_m115382678_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614528; extern const uint32_t NGUIMath_IntToBinary_m3679686698_MetadataUsageId; extern const uint32_t NGUIMath_ConvertToPixels_m551352344_MetadataUsageId; extern const uint32_t NGUIMath_MakePixelPerfect_m1116715605_MetadataUsageId; extern const uint32_t NGUIMath_MakePixelPerfect_m2580496466_MetadataUsageId; extern const uint32_t NGUIMath_ApplyHalfPixelOffset_m1474771377_MetadataUsageId; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern const uint32_t NGUIMath_ConstrainRect_m3817741010_MetadataUsageId; extern RuntimeClass* Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var; extern const uint32_t NGUIMath_CalculateWidgetCorners_m2551956852_MetadataUsageId; extern const RuntimeMethod* Component_GetComponentsInChildren_TisUIWidget_t3538521925_m3698995734_RuntimeMethod_var; extern const uint32_t NGUIMath_CalculateAbsoluteWidgetBounds_m2968657383_MetadataUsageId; extern const uint32_t NGUIMath_CalculateRelativeWidgetBounds_m504504826_MetadataUsageId; extern const uint32_t NGUIMath_CalculateRelativeInnerBounds_m2397653961_MetadataUsageId; extern const uint32_t NGUIMath_SpringDampen_m3891859194_MetadataUsageId; extern const uint32_t NGUIMath_SpringDampen_m879654485_MetadataUsageId; extern const uint32_t NGUIMath_SpringLerp_m924654337_MetadataUsageId; extern const uint32_t NGUIMath_SpringLerp_m2076932454_MetadataUsageId; extern const uint32_t NGUIMath_SpringLerp_m3725588857_MetadataUsageId; extern const uint32_t NGUIMath_SpringLerp_m1536148562_MetadataUsageId; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const uint32_t NGUIMath_SpringLerp_m1880700426_MetadataUsageId; extern const uint32_t NGUIMath_RotateTowards_m2963405238_MetadataUsageId; extern RuntimeClass* NGUITools_t1206951095_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2002597352; extern const uint32_t NGUITools_get_soundVolume_m3888828516_MetadataUsageId; extern const uint32_t NGUITools_set_soundVolume_m4293681528_MetadataUsageId; extern const uint32_t NGUITools_PlaySound_m1703855735_MetadataUsageId; extern const uint32_t NGUITools_PlaySound_m2632822181_MetadataUsageId; extern const RuntimeType* AudioListener_t2734094699_0_0_0_var; extern const RuntimeType* Camera_t4157153871_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* AudioListener_t2734094699_il2cpp_TypeInfo_var; extern RuntimeClass* Camera_t4157153871_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_AddComponent_TisAudioListener_t2734094699_m3985538961_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisAudioSource_t3935305588_m2869327390_RuntimeMethod_var; extern const uint32_t NGUITools_PlaySound_m3282738314_MetadataUsageId; extern RuntimeClass* WWW_t3688466362_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const uint32_t NGUITools_OpenURL_m3951527938_MetadataUsageId; extern String_t* _stringLiteral2391157367; extern const uint32_t NGUITools_OpenURL_m2784591786_MetadataUsageId; extern String_t* _stringLiteral3452614529; extern String_t* _stringLiteral3452614526; extern const uint32_t NGUITools_GetHierarchy_m3080800227_MetadataUsageId; extern const uint32_t NGUITools_ParseColor_m3278855289_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m54314536_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m792636988_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2928327241_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m480677182_RuntimeMethod_var; extern const uint32_t NGUITools_ParseSymbol_m2199583232_MetadataUsageId; extern String_t* _stringLiteral3454842868; extern String_t* _stringLiteral3452614566; extern const uint32_t NGUITools_StripSymbols_m3394076965_MetadataUsageId; extern const RuntimeMethod* NGUITools_FindActive_TisCamera_t4157153871_m3806243810_RuntimeMethod_var; extern const uint32_t NGUITools_FindCameraForLayer_m709671062_MetadataUsageId; extern RuntimeClass* BoxCollider_t1640800422_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisCollider_t1773347010_m69509314_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisBoxCollider_t1640800422_m1661675543_RuntimeMethod_var; extern const uint32_t NGUITools_AddWidgetCollider_m2518581658_MetadataUsageId; extern const uint32_t NGUITools_AddChild_m2967414470_MetadataUsageId; extern const RuntimeMethod* Object_Instantiate_TisGameObject_t1113636619_m587845175_RuntimeMethod_var; extern const uint32_t NGUITools_AddChild_m2842762873_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponentsInChildren_TisUIWidget_t3538521925_m3389902640_RuntimeMethod_var; extern const uint32_t NGUITools_CalculateNextDepth_m3108909969_MetadataUsageId; extern const RuntimeMethod* NGUITools_AddWidget_TisUISprite_t194114938_m3841182913_RuntimeMethod_var; extern const uint32_t NGUITools_AddSprite_m130636884_MetadataUsageId; extern const uint32_t NGUITools_GetRoot_m3245298582_MetadataUsageId; extern const uint32_t NGUITools_Destroy_m4011984527_MetadataUsageId; extern const uint32_t NGUITools_DestroyImmediate_m216964623_MetadataUsageId; extern const RuntimeType* GameObject_t1113636619_0_0_0_var; extern RuntimeClass* GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var; extern const uint32_t NGUITools_Broadcast_m1939817375_MetadataUsageId; extern const uint32_t NGUITools_Broadcast_m2315120800_MetadataUsageId; extern const uint32_t NGUITools_IsChild_m4026208276_MetadataUsageId; extern const uint32_t NGUITools_Activate_m4104465385_MetadataUsageId; extern const uint32_t NGUITools_Deactivate_m290773433_MetadataUsageId; extern const uint32_t NGUITools_SetActive_m3543859753_MetadataUsageId; extern const uint32_t NGUITools_SetActiveChildren_m2663007498_MetadataUsageId; extern const uint32_t NGUITools_GetActive_m1538523522_MetadataUsageId; extern const uint32_t NGUITools_SetLayer_m319533841_MetadataUsageId; extern const uint32_t NGUITools_Round_m1538469284_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisUIWidget_t3538521925_m555478364_RuntimeMethod_var; extern const uint32_t NGUITools_MakePixelPerfect_m670135371_MetadataUsageId; extern const uint32_t NGUITools_Save_m2309400059_MetadataUsageId; extern const uint32_t NGUITools_Load_m2271179649_MetadataUsageId; extern const uint32_t NGUITools_MarkParentAsChanged_m2405921065_MetadataUsageId; extern const uint32_t NGUITools__cctor_m2502411281_MetadataUsageId; extern RuntimeClass* Action_1_t1286104214_il2cpp_TypeInfo_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var; extern const RuntimeMethod* NoticeTaskItem_OnClkItem_m4132943758_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m2622589598_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisBoxCollider_t1640800422_m4104100802_RuntimeMethod_var; extern String_t* _stringLiteral140222405; extern String_t* _stringLiteral222907311; extern String_t* _stringLiteral637912523; extern String_t* _stringLiteral3859778122; extern String_t* _stringLiteral3041484440; extern String_t* _stringLiteral3691020543; extern String_t* _stringLiteral430351289; extern String_t* _stringLiteral566161543; extern String_t* _stringLiteral1128578342; extern String_t* _stringLiteral159231023; extern const uint32_t NoticeTaskItem_OnPageInit_m732798433_MetadataUsageId; extern RuntimeClass* CNoticeCfg_t1803912622_il2cpp_TypeInfo_var; extern RuntimeClass* CNoticeManager_t3044969465_il2cpp_TypeInfo_var; extern const uint32_t NoticeTaskItem_Update_m1549783493_MetadataUsageId; extern const uint32_t NoticeTaskItem_SetActiveState_m3781421752_MetadataUsageId; extern const uint32_t NoticeTaskItem_Init_m2108132648_MetadataUsageId; extern const uint32_t NoticeTaskItem_RefreshExp_m1694739427_MetadataUsageId; extern const uint32_t NoticeTaskItem_SetTaskName_m3587452875_MetadataUsageId; extern const uint32_t NoticeTaskItem_GetStepTargetPosition_m1477642009_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const uint32_t NoticeTaskItem_SetProgress_m1653070871_MetadataUsageId; extern RuntimeClass* CIdolManager_t2822338582_il2cpp_TypeInfo_var; extern const uint32_t NoticeTaskItem_SetLockState_m1997230845_MetadataUsageId; extern const uint32_t NoticeTaskItem_OnClkItem_m4132943758_MetadataUsageId; extern const uint32_t NoticeTaskItem_SetCountdownActive_m1826749635_MetadataUsageId; extern RuntimeClass* U3CCountDownU3Ec__Iterator0_t757918018_il2cpp_TypeInfo_var; extern const uint32_t NoticeTaskItem_CountDown_m1720084910_MetadataUsageId; extern RuntimeClass* NoticeTimeTool_t3495891363_il2cpp_TypeInfo_var; extern const uint32_t NoticeTaskItem_StartCountDown_m4286661129_MetadataUsageId; extern const uint32_t NoticeTaskItem_StopCountDown_m956866832_MetadataUsageId; extern RuntimeClass* WaitForSeconds_t1699091251_il2cpp_TypeInfo_var; extern String_t* _stringLiteral461011834; extern String_t* _stringLiteral1323333516; extern const uint32_t U3CCountDownU3Ec__Iterator0_MoveNext_m922852437_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CCountDownU3Ec__Iterator0_Reset_m2199896729_RuntimeMethod_var; extern const uint32_t U3CCountDownU3Ec__Iterator0_Reset_m2199896729_MetadataUsageId; extern const uint32_t NoticeTimeTool_Awake_m3709550766_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisNoticeTimeTool_t3495891363_m352046066_RuntimeMethod_var; extern const uint32_t NoticeTimeTool_get_GetInstance_m892437946_MetadataUsageId; extern RuntimeClass* U3CCountDownU3Ec__Iterator0_t255797938_il2cpp_TypeInfo_var; extern const uint32_t NoticeTimeTool_CountDown_m3065361681_MetadataUsageId; extern String_t* _stringLiteral614006072; extern const uint32_t NoticeTimeTool_StartCountDown_m945389744_MetadataUsageId; extern const uint32_t NoticeTimeTool_StopCountDown_m1669365155_MetadataUsageId; extern String_t* _stringLiteral1785104117; extern const uint32_t NoticeTimeTool_GetCDStr_m1242217486_MetadataUsageId; extern const uint32_t U3CCountDownU3Ec__Iterator0_MoveNext_m1808580984_MetadataUsageId; extern const RuntimeMethod* U3CCountDownU3Ec__Iterator0_Reset_m404325768_RuntimeMethod_var; extern const uint32_t U3CCountDownU3Ec__Iterator0_Reset_m404325768_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614544; extern String_t* _stringLiteral3452614543; extern String_t* _stringLiteral3452614542; extern String_t* _stringLiteral3452614541; extern String_t* _stringLiteral3452614540; extern String_t* _stringLiteral3452614539; extern String_t* _stringLiteral3452614538; extern String_t* _stringLiteral3452614537; extern String_t* _stringLiteral3452614552; extern String_t* _stringLiteral3452614551; extern const uint32_t NumberRoll__ctor_m411533639_MetadataUsageId; extern RuntimeClass* NumberItemU5BU5D_t3558943569_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var; extern String_t* _stringLiteral2580683899; extern String_t* _stringLiteral242031739; extern const uint32_t NumberRoll_Start_m821979161_MetadataUsageId; extern const RuntimeMethod* Action_1_Invoke_m1933767679_RuntimeMethod_var; extern const uint32_t NumberRoll_Update_m1647739049_MetadataUsageId; extern const uint32_t NumberRoll_UpdateNumber_m2454075572_MetadataUsageId; extern RuntimeClass* CUIBase_t3255455658_il2cpp_TypeInfo_var; extern const uint32_t NumberRollController__ctor_m2854494109_MetadataUsageId; extern RuntimeClass* NumberRollU5BU5D_t2596183097_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t269755560_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisNumberRoll_t3235290664_m3387990748_RuntimeMethod_var; extern const RuntimeMethod* NumberRollController_SlowDownCallBack_m4146397413_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m1363151734_RuntimeMethod_var; extern String_t* _stringLiteral627955105; extern String_t* _stringLiteral627955104; extern String_t* _stringLiteral627955103; extern String_t* _stringLiteral627955102; extern String_t* _stringLiteral627955101; extern const uint32_t NumberRollController_OnPageInit_m3633722892_MetadataUsageId; extern RuntimeClass* CActivityManager_t1081296145_il2cpp_TypeInfo_var; extern RuntimeClass* CActivityFortuneCat_t237126772_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t1302699353_il2cpp_TypeInfo_var; extern const RuntimeMethod* NumberRollController_PlayAnimation_m47395742_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m504862446_RuntimeMethod_var; extern const uint32_t NumberRollController_OnPageShow_m502527108_MetadataUsageId; extern String_t* _stringLiteral3653130072; extern const uint32_t NumberRollController_PlayAnimation_m47395742_MetadataUsageId; extern const RuntimeMethod* NumberRollController_LastNumberPlayFinish_m1239588702_RuntimeMethod_var; extern const uint32_t NumberRollController_Update_m3010613849_MetadataUsageId; extern const uint32_t NumberRollController_LastNumberPlayFinish_m1239588702_MetadataUsageId; extern RuntimeClass* OnLineAwardController_t289821926_il2cpp_TypeInfo_var; extern const uint32_t OnLineAwardController_GetInstance_m3502732371_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var; extern const uint32_t PanelAutoFit_Start_m1547588276_MetadataUsageId; extern const uint32_t PanelAutoFit_Update_m1056642230_MetadataUsageId; extern String_t* _stringLiteral416089526; extern const uint32_t paoItem_OnPageInit_m2412151337_MetadataUsageId; extern RuntimeClass* CShopManager_t754298620_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2810456704; extern const uint32_t paoItem_OnClickItem_m2948938501_MetadataUsageId; extern const uint32_t paoItem_OnInitData_m1391934743_MetadataUsageId; extern RuntimeClass* IResourceManager_t3165642952_il2cpp_TypeInfo_var; extern RuntimeClass* Texture2D_t3840446185_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3071468220; extern const uint32_t paoItem_LoadItemIcon_m3345465568_MetadataUsageId; extern RuntimeClass* Action_1_t3123413348_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var; extern const RuntimeMethod* PartAwardItem_OnIndexChanged_m3397775761_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m4058363731_RuntimeMethod_var; extern const uint32_t PartAwardItem_Awake_m1727349543_MetadataUsageId; extern RuntimeClass* uiAwardcellU5BU5D_t3191484015_il2cpp_TypeInfo_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var; extern const RuntimeMethod* PartAwardItem_OnClkPre_m1859207124_RuntimeMethod_var; extern const RuntimeMethod* PartAwardItem_OnClkNext_m4193730563_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisuiAwardcell_t1062333354_m2059123900_RuntimeMethod_var; extern String_t* _stringLiteral1934700585; extern String_t* _stringLiteral1086473014; extern String_t* _stringLiteral428522118; extern String_t* _stringLiteral845828336; extern const uint32_t PartAwardItem_InitUI_m171752892_MetadataUsageId; extern const uint32_t PartAwardItem_Update_m4217028367_MetadataUsageId; extern RuntimeClass* CChangeGameManager_t2081989347_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1390418432; extern String_t* _stringLiteral2374227340; extern String_t* _stringLiteral408326466; extern const uint32_t PartAwardItem_OnIndexChanged_m3397775761_MetadataUsageId; extern const RuntimeMethod* Component_GetComponentsInChildren_TisTrailRenderer_t1820797054_m1083237930_RuntimeMethod_var; extern const uint32_t ParticleScaler_ScaleTrailRenderers_m3073120169_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var; extern String_t* _stringLiteral2302844820; extern String_t* _stringLiteral2736818392; extern String_t* _stringLiteral3119155416; extern String_t* _stringLiteral1162840280; extern String_t* _stringLiteral870738583; extern const uint32_t PetBuyEnergy_OnPageInit_m3407868130_MetadataUsageId; extern RuntimeClass* CPetConfig_t679804737_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1937036907; extern String_t* _stringLiteral3174897401; extern const uint32_t PetBuyEnergy_SetData_m1249777776_MetadataUsageId; extern RuntimeClass* CPetManager_t2941415134_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4069199093; extern const uint32_t PetBuyEnergy_OnBtnClickCallback_m2252384413_MetadataUsageId; extern const uint32_t PetBuyEnergy_OnPageHide_m1319296242_MetadataUsageId; extern RuntimeClass* CMiscConfig_t1694835947_il2cpp_TypeInfo_var; extern RuntimeClass* WndAmountCtrl_t1993704824_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisDMListView_t512231514_m151075097_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisPetBuyEnergy_t1876705499_m3906402833_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisCamera_t4157153871_m3956151066_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisPetRotation_t3847662312_m4183270407_RuntimeMethod_var; extern String_t* _stringLiteral3864337500; extern String_t* _stringLiteral3712321936; extern String_t* _stringLiteral2352338018; extern String_t* _stringLiteral910025912; extern String_t* _stringLiteral581483767; extern String_t* _stringLiteral2555206699; extern String_t* _stringLiteral2662812770; extern String_t* _stringLiteral2814617756; extern String_t* _stringLiteral2785588156; extern String_t* _stringLiteral1244047167; extern String_t* _stringLiteral2928342677; extern String_t* _stringLiteral1772349391; extern String_t* _stringLiteral3515439003; extern String_t* _stringLiteral2104728365; extern String_t* _stringLiteral2813968358; extern String_t* _stringLiteral28734948; extern String_t* _stringLiteral1509533499; extern String_t* _stringLiteral2743906036; extern String_t* _stringLiteral1809862059; extern String_t* _stringLiteral470868180; extern String_t* _stringLiteral225918151; extern String_t* _stringLiteral399089723; extern String_t* _stringLiteral427335768; extern String_t* _stringLiteral2707399715; extern String_t* _stringLiteral3149699083; extern String_t* _stringLiteral3180042280; extern String_t* _stringLiteral1016502255; extern String_t* _stringLiteral1973461043; extern String_t* _stringLiteral2001707088; extern String_t* _stringLiteral797399448; extern String_t* _stringLiteral3484017131; extern String_t* _stringLiteral1327624218; extern String_t* _stringLiteral3229160756; extern String_t* _stringLiteral828743052; extern String_t* _stringLiteral2176733180; extern String_t* _stringLiteral2937452431; extern String_t* _stringLiteral4175193127; extern String_t* _stringLiteral2420667288; extern String_t* _stringLiteral420826489; extern String_t* _stringLiteral4286927391; extern String_t* _stringLiteral2597083365; extern String_t* _stringLiteral798994580; extern String_t* _stringLiteral4016055213; extern String_t* _stringLiteral493775712; extern String_t* _stringLiteral3493546069; extern String_t* _stringLiteral3440127619; extern String_t* _stringLiteral1801955676; extern String_t* _stringLiteral3466880488; extern String_t* _stringLiteral1144934173; extern String_t* _stringLiteral3900075501; extern String_t* _stringLiteral4138790555; extern String_t* _stringLiteral3124379480; extern String_t* _stringLiteral3495602150; extern String_t* _stringLiteral246854509; extern String_t* _stringLiteral1456272360; extern String_t* _stringLiteral2856898691; extern String_t* _stringLiteral1995882356; extern String_t* _stringLiteral3808488123; extern String_t* _stringLiteral87596373; extern String_t* _stringLiteral855559496; extern const uint32_t petMainUI_OnPageInit_m443675795_MetadataUsageId; extern RuntimeClass* CTimerManager_t4186675208_il2cpp_TypeInfo_var; extern RuntimeClass* TimerCallbackProc_t3381003091_il2cpp_TypeInfo_var; extern RuntimeClass* UpgradeEffect_t3030226768_il2cpp_TypeInfo_var; extern RuntimeClass* GetMaterial_t2269987281_il2cpp_TypeInfo_var; extern const RuntimeMethod* petMainUI_OnRefreshActiveTime_m3641492524_RuntimeMethod_var; extern const RuntimeMethod* petMainUI_LevelEffect_m224632856_RuntimeMethod_var; extern const RuntimeMethod* petMainUI_GetMaterial_m3413640506_RuntimeMethod_var; extern const uint32_t petMainUI_OnPageShow_m4035631810_MetadataUsageId; extern const uint32_t petMainUI_OnPageHide_m36638787_MetadataUsageId; extern RuntimeClass* CPetActionConfig_t1976691651_il2cpp_TypeInfo_var; extern RuntimeClass* RoleActionConfig_t1403548228_il2cpp_TypeInfo_var; extern RuntimeClass* OnEventCall_t3758354630_il2cpp_TypeInfo_var; extern const RuntimeMethod* petMainUI_RechangeToStand_m3125885205_RuntimeMethod_var; extern const uint32_t petMainUI_Update_m1249301451_MetadataUsageId; extern const uint32_t petMainUI_RechangeToStand_m3125885205_MetadataUsageId; extern RuntimeClass* CRoot_t1043641654_il2cpp_TypeInfo_var; extern RuntimeClass* PageTipsManager_t2228145721_il2cpp_TypeInfo_var; extern RuntimeClass* OnTipsWndVisibleChanged_t2417932079_il2cpp_TypeInfo_var; extern const RuntimeMethod* petMainUI_OnHelpPanelVisibleChanged_m680140997_RuntimeMethod_var; extern String_t* _stringLiteral743212904; extern const uint32_t petMainUI_OnPageTips_m1709117525_MetadataUsageId; extern const uint32_t petMainUI_OnHelpPanelVisibleChanged_m680140997_MetadataUsageId; extern RuntimeClass* ISceneNpcBase_t3974693970_il2cpp_TypeInfo_var; extern const uint32_t petMainUI_CreatePetModelAndShow_m3014079126_MetadataUsageId; extern RuntimeClass* CPropManager_t2238730194_il2cpp_TypeInfo_var; extern RuntimeClass* CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3567219566; extern String_t* _stringLiteral4199253617; extern String_t* _stringLiteral2767372555; extern String_t* _stringLiteral2202009993; extern String_t* _stringLiteral681655159; extern String_t* _stringLiteral1679594353; extern const uint32_t petMainUI_SetAutoChangeValue_m1778069801_MetadataUsageId; extern const uint32_t petMainUI_SetMedicineImage_m1009574967_MetadataUsageId; extern const uint32_t petMainUI_SetMaterialImage_m1956424503_MetadataUsageId; extern const uint32_t petMainUI_UpdatePet_m1250740197_MetadataUsageId; extern RuntimeClass* ClickPetList_t744868781_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TispetUI_t1661019501_m1562825897_RuntimeMethod_var; extern const RuntimeMethod* petMainUI_SetPetListSelectChange_m1593914897_RuntimeMethod_var; extern const uint32_t petMainUI_SetPetListData_m4100597722_MetadataUsageId; extern const uint32_t petMainUI_OnRefreshActiveTime_m3641492524_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisPetSkillUI_t3927388841_m2680505294_RuntimeMethod_var; extern const uint32_t petMainUI_SetPetListSelectChange_m1593914897_MetadataUsageId; extern const uint32_t petMainUI_OnPetItemClicked_m3399009814_MetadataUsageId; extern String_t* _stringLiteral2585256216; extern const uint32_t petMainUI_ChangedGroupSel_m3030277539_MetadataUsageId; extern const uint32_t petMainUI_ClickBuyChangeShow_m3694069103_MetadataUsageId; extern String_t* _stringLiteral1535281598; extern String_t* _stringLiteral4140064810; extern String_t* _stringLiteral3557816945; extern String_t* _stringLiteral859376077; extern String_t* _stringLiteral634552030; extern String_t* _stringLiteral628085470; extern String_t* _stringLiteral727425226; extern String_t* _stringLiteral246767658; extern String_t* _stringLiteral2180864354; extern const uint32_t petMainUI_ResetDetail_m3516047430_MetadataUsageId; extern RuntimeClass* CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2575809892; extern String_t* _stringLiteral4075464346; extern String_t* _stringLiteral3786121418; extern String_t* _stringLiteral3452614616; extern String_t* _stringLiteral923956606; extern String_t* _stringLiteral3244558565; extern const uint32_t petMainUI_SetPetDetail_m2948762757_MetadataUsageId; extern const uint32_t petMainUI_SetNeedButton_m47511179_MetadataUsageId; extern RuntimeClass* CChangeNameManager_t2068867582_il2cpp_TypeInfo_var; extern const uint32_t petMainUI_OnClickChangeName_m550048920_MetadataUsageId; extern RuntimeClass* CDataArray_t4068198041_il2cpp_TypeInfo_var; extern RuntimeClass* OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var; extern const RuntimeMethod* petMainUI_ReleseClickOk_m2418691974_RuntimeMethod_var; extern String_t* _stringLiteral3161517432; extern String_t* _stringLiteral242355435; extern const uint32_t petMainUI_OnClickRelese_m2268454404_MetadataUsageId; extern const uint32_t petMainUI_ReleseClickOk_m2418691974_MetadataUsageId; extern const uint32_t petMainUI_OnClickQuickTime_m194216168_MetadataUsageId; extern const RuntimeMethod* petMainUI_FollowClickOk_m3828922436_RuntimeMethod_var; extern String_t* _stringLiteral1820661907; extern String_t* _stringLiteral3977357671; extern const uint32_t petMainUI_OnClickFollow_m2370424356_MetadataUsageId; extern const uint32_t petMainUI_FollowClickOk_m3828922436_MetadataUsageId; extern String_t* _stringLiteral4103656847; extern const uint32_t petMainUI_OnClickEggFollow_m1837554293_MetadataUsageId; extern const uint32_t petMainUI_OnClickUnload_m588416593_MetadataUsageId; extern String_t* _stringLiteral3617715494; extern String_t* _stringLiteral2267473214; extern String_t* _stringLiteral2656369406; extern String_t* _stringLiteral2317136108; extern const uint32_t petMainUI_OnClickBuyEnergy_m3532121943_MetadataUsageId; extern String_t* _stringLiteral3282837749; extern String_t* _stringLiteral4026202828; extern const uint32_t petMainUI_OnClickGetMaterialByEat_m2172283235_MetadataUsageId; extern String_t* _stringLiteral2994649916; extern const uint32_t petMainUI_OnClickGetMaterialByStudy_m1011317730_MetadataUsageId; extern String_t* _stringLiteral1545444778; extern const uint32_t petMainUI_OnClickGetMaterialByDrill_m1463099380_MetadataUsageId; extern String_t* _stringLiteral289620061; extern String_t* _stringLiteral3402935507; extern const uint32_t petMainUI_OnClickUpQuality_m1342195802_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* petMainUI_OnConfirmAmount_m442045242_RuntimeMethod_var; extern const RuntimeMethod* petMainUI_OnCloseAmountWnd_m2880598976_RuntimeMethod_var; extern String_t* _stringLiteral3846842605; extern String_t* _stringLiteral3033148600; extern String_t* _stringLiteral2742764646; extern const uint32_t petMainUI_OnClickUseGoldLevelupPetPress_m3680316929_MetadataUsageId; extern RuntimeClass* CWndController_t749709641_il2cpp_TypeInfo_var; extern const uint32_t petMainUI_OnCloseAmountWnd_m2880598976_MetadataUsageId; extern RuntimeClass* CurrencyGetManager_t971236882_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern const RuntimeMethod* petMainUI_OnComfirmBuyPrimExpMedic_m2744405961_RuntimeMethod_var; extern String_t* _stringLiteral2582004551; extern const uint32_t petMainUI_OnConfirmAmount_m442045242_MetadataUsageId; extern const uint32_t petMainUI_OnComfirmBuyPrimExpMedic_m2744405961_MetadataUsageId; extern String_t* _stringLiteral383132282; extern const uint32_t petMainUI_OnByToolConfirmCallback_m57129198_MetadataUsageId; extern String_t* _stringLiteral2519054592; extern const uint32_t petMainUI_OnClickLittleLevelupPetPress_m3943073607_MetadataUsageId; extern const uint32_t petMainUI_OnClickBigLevelupPetPress_m847557366_MetadataUsageId; extern const uint32_t petMainUI_GetNeedCount_m1105388678_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisParticleSystem_t1800779281_m2109449193_RuntimeMethod_var; extern const RuntimeMethod* petMainUI_SetParticleSystemFalse_m2813799489_RuntimeMethod_var; extern String_t* _stringLiteral188420607; extern String_t* _stringLiteral1655441345; extern String_t* _stringLiteral558411707; extern String_t* _stringLiteral2577668687; extern const uint32_t petMainUI_LevelEffect_m224632856_MetadataUsageId; extern const uint32_t petMainUI_CloseAni_m281333690_MetadataUsageId; extern const uint32_t petMainUI_SetParticleSystemFalse_m2813799489_MetadataUsageId; extern RuntimeClass* CPetAniCfg_t3973954919_il2cpp_TypeInfo_var; extern RuntimeClass* PetAniOver_t18903185_il2cpp_TypeInfo_var; extern const RuntimeMethod* petMainUI_PlayAniOver_m2380313749_RuntimeMethod_var; extern String_t* _stringLiteral2553479969; extern String_t* _stringLiteral879375853; extern String_t* _stringLiteral443680411; extern const uint32_t petMainUI_GetMaterial_m3413640506_MetadataUsageId; extern const uint32_t petMainUI_StopGetAni_m3444930982_MetadataUsageId; extern const uint32_t petMainUI_PlayAniOver_m2380313749_MetadataUsageId; extern const uint32_t PetRotation_Awake_m630395734_MetadataUsageId; extern const uint32_t PetRotation_Reset_m698786726_MetadataUsageId; extern RuntimeClass* CInputHelp_t1757450660_il2cpp_TypeInfo_var; extern RuntimeClass* UICamera_t1356438871_il2cpp_TypeInfo_var; extern RuntimeClass* Input_t1431474628_il2cpp_TypeInfo_var; extern const uint32_t PetRotation_Update_m997307642_MetadataUsageId; extern String_t* _stringLiteral423101548; extern String_t* _stringLiteral3271265822; extern String_t* _stringLiteral176329196; extern String_t* _stringLiteral1211403464; extern String_t* _stringLiteral4091198383; extern String_t* _stringLiteral1014734656; extern String_t* _stringLiteral1062508420; extern String_t* _stringLiteral926420991; extern String_t* _stringLiteral565362200; extern String_t* _stringLiteral228405414; extern String_t* _stringLiteral2840023314; extern String_t* _stringLiteral119034130; extern String_t* _stringLiteral1626104987; extern String_t* _stringLiteral2656027244; extern const uint32_t PetSkillUI_OnPageInit_m983270618_MetadataUsageId; extern RuntimeClass* CPetSkillConfig_t2627276790_il2cpp_TypeInfo_var; extern const uint32_t PetSkillUI_Update_m2532082317_MetadataUsageId; extern const uint32_t PetSkillUI_OnUpdateUI_m565044732_MetadataUsageId; extern const uint32_t PetSkillUI_OnClickUpgrade_m1472364400_MetadataUsageId; extern String_t* _stringLiteral3452252576; extern String_t* _stringLiteral377636950; extern String_t* _stringLiteral3908094673; extern String_t* _stringLiteral2499419300; extern String_t* _stringLiteral3761964708; extern const uint32_t petUI_OnPageInit_m2173782773_MetadataUsageId; extern const uint32_t petUI_UpdatePet_m380584537_MetadataUsageId; extern const uint32_t petUI_Update_m2835130824_MetadataUsageId; extern String_t* _stringLiteral723688538; extern String_t* _stringLiteral2630203384; extern const uint32_t petUI_SetDataUI_m3675285007_MetadataUsageId; extern String_t* _stringLiteral2641621941; extern const uint32_t petUI_FormatTimeAndAcitviation_m500380131_MetadataUsageId; extern const RuntimeMethod* petUI_ShowPetShop_m3156152048_RuntimeMethod_var; extern String_t* _stringLiteral4174722727; extern const uint32_t petUI_OnClkAddPetBtn_m3606869835_MetadataUsageId; extern String_t* _stringLiteral3452614612; extern const uint32_t petUI_ShowPetShop_m3156152048_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const uint32_t petUI_ShowPetShop_m327990950_MetadataUsageId; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisUICheckbox_t2276134195_m2001321003_RuntimeMethod_var; extern String_t* _stringLiteral2802296804; extern const uint32_t PindanCheckAllHandle_Awake_m442644733_MetadataUsageId; extern RuntimeClass* CPindanManager_t730261733_il2cpp_TypeInfo_var; extern const uint32_t PindanCheckAllHandle_Update_m4007343354_MetadataUsageId; extern const uint32_t PindanCheckAllHandle_OnClkCheckAll_m3850842799_MetadataUsageId; extern String_t* _stringLiteral1918446860; extern const uint32_t PlaneEffect_LateUpdate_m2714262834_MetadataUsageId; extern const RuntimeMethod* PlayerInfoShow_UpdateData_m1036603534_RuntimeMethod_var; extern const uint32_t PlayerInfoShow_Start_m1275312077_MetadataUsageId; extern RuntimeClass* CActivityConfig_t3711341450_il2cpp_TypeInfo_var; extern const RuntimeMethod* BetterList_1_get_Item_m2927045620_RuntimeMethod_var; extern String_t* _stringLiteral926847473; extern const uint32_t PlayerInfoShow_Update_m4003189349_MetadataUsageId; extern const uint32_t PlayerInfoShow_UpdateData_m1036603534_MetadataUsageId; extern String_t* _stringLiteral3267557398; extern String_t* _stringLiteral1405314188; extern String_t* _stringLiteral3727526690; extern String_t* _stringLiteral953983974; extern String_t* _stringLiteral552552197; extern String_t* _stringLiteral928956787; extern String_t* _stringLiteral986611225; extern String_t* _stringLiteral3908150297; extern String_t* _stringLiteral4186474469; extern String_t* _stringLiteral3543215697; extern String_t* _stringLiteral4288296424; extern String_t* _stringLiteral1767172276; extern String_t* _stringLiteral901307004; extern const uint32_t PropBtnList_OnPageInit_m558695811_MetadataUsageId; extern RuntimeClass* CAppOSHelp_t338788720_il2cpp_TypeInfo_var; extern const uint32_t PropBtnList_Start_m359803452_MetadataUsageId; extern RuntimeClass* CMyPackageManager_t122981866_il2cpp_TypeInfo_var; extern const uint32_t PropBtnList_OnPageShow_m2076140438_MetadataUsageId; extern const uint32_t PropBtnList_ChangePage_m1042107342_MetadataUsageId; extern const uint32_t PropBtnList_OnChangeGroupAnim_m3486308194_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t ChangeHandler_BeginInvoke_m3255708694_MetadataUsageId; extern RuntimeClass* CShareConfig_t1834581091_il2cpp_TypeInfo_var; extern RuntimeClass* CUserGuideHelp_t3161639665_il2cpp_TypeInfo_var; extern RuntimeClass* UserGuideManager_t2771698115_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1974300376; extern String_t* _stringLiteral1549311773; extern String_t* _stringLiteral2174571961; extern String_t* _stringLiteral1106383953; extern String_t* _stringLiteral1509668480; extern String_t* _stringLiteral4238551835; extern String_t* _stringLiteral22065209; extern String_t* _stringLiteral2750948564; extern String_t* _stringLiteral1184864623; extern String_t* _stringLiteral433617463; extern String_t* _stringLiteral3518075370; extern String_t* _stringLiteral1167214250; extern String_t* _stringLiteral1914961108; extern String_t* _stringLiteral3405126363; extern String_t* _stringLiteral2257772109; extern String_t* _stringLiteral2136022581; extern String_t* _stringLiteral1089526292; extern String_t* _stringLiteral2015884417; extern String_t* _stringLiteral2862691402; extern String_t* _stringLiteral2797661869; extern String_t* _stringLiteral2662285032; extern String_t* _stringLiteral2953134352; extern String_t* _stringLiteral2979229532; extern String_t* _stringLiteral1160831193; extern String_t* _stringLiteral1140620062; extern String_t* _stringLiteral1407659100; extern String_t* _stringLiteral1407724636; extern String_t* _stringLiteral3191756883; extern String_t* _stringLiteral3102391802; extern String_t* _stringLiteral808875519; extern String_t* _stringLiteral1152075307; extern String_t* _stringLiteral2005233345; extern const uint32_t PVEScore_OnPageInit_m2315660247_MetadataUsageId; extern RuntimeClass* CPveManager_t3058433014_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t2105502262_il2cpp_TypeInfo_var; extern const RuntimeMethod* PVEScore_U3CShowBackStoryU3Em__0_m740129731_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m550539118_RuntimeMethod_var; extern const uint32_t PVEScore_ShowBackStory_m2792886709_MetadataUsageId; extern RuntimeClass* CDanceModeManager_t745595461_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1214072237; extern String_t* _stringLiteral3851444784; extern String_t* _stringLiteral1047334; extern String_t* _stringLiteral3482957246; extern String_t* _stringLiteral911295335; extern String_t* _stringLiteral1923244597; extern String_t* _stringLiteral2848032408; extern String_t* _stringLiteral3378249757; extern String_t* _stringLiteral4210138774; extern String_t* _stringLiteral2733415197; extern const uint32_t PVEScore_OnInit_m1882203127_MetadataUsageId; extern const RuntimeMethod* PVEScore_OnCallBackMyResult_m825034567_RuntimeMethod_var; extern const RuntimeMethod* PVEScore_OnCallBackShowStarBegin_m3837826388_RuntimeMethod_var; extern const uint32_t PVEScore_PlayAnimation_m2768539517_MetadataUsageId; extern const RuntimeMethod* PVEScore_OnCallBackMyResultAnim_m1181439404_RuntimeMethod_var; extern const RuntimeMethod* PVEScore_OnCallBackMyResultAnimEnd_m2885139440_RuntimeMethod_var; extern const uint32_t PVEScore_OnCallBackMyResult_m825034567_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisUITexture_t3471168817_m2021756817_RuntimeMethod_var; extern const uint32_t PVEScore_OnCallBackMyResultAnim_m1181439404_MetadataUsageId; extern const uint32_t PVEScore_OnCallBackShowStarBegin_m3837826388_MetadataUsageId; extern const uint32_t PVEScore_LateUpdate_m2153800495_MetadataUsageId; extern RuntimeClass* U3CLoadResourceU3Ec__Iterator0_t388930112_il2cpp_TypeInfo_var; extern const uint32_t PVEScore_LoadResource_m4282644366_MetadataUsageId; extern RuntimeClass* PVEScore_t550407626_il2cpp_TypeInfo_var; extern RuntimeClass* Action_t1264377477_il2cpp_TypeInfo_var; extern const RuntimeMethod* CLoadingWatch_OnLevelLoadedWithScene_m1373809381_RuntimeMethod_var; extern String_t* _stringLiteral2303653040; extern String_t* _stringLiteral3500937908; extern String_t* _stringLiteral1305446639; extern const uint32_t PVEScore_Update_m1791242953_MetadataUsageId; extern RuntimeClass* CLeveluprewardConfig_t716371407_il2cpp_TypeInfo_var; extern const uint32_t PVEScore_OnClkReturnLobby_m2963436568_MetadataUsageId; extern const uint32_t PVEScore_OnClkReturnPVE_m3295674672_MetadataUsageId; extern RuntimeClass* CheckEnergyStateCallback_t3528280671_il2cpp_TypeInfo_var; extern const RuntimeMethod* PVEScore_CheckEnergyStateCallback_m2630283351_RuntimeMethod_var; extern const uint32_t PVEScore_OnClkPlayAgain_m625515693_MetadataUsageId; extern String_t* _stringLiteral840214861; extern const uint32_t PVEScore_CheckEnergyStateCallback_m2630283351_MetadataUsageId; extern const uint32_t PVEScore_OnClkShare_m1944287045_MetadataUsageId; extern String_t* _stringLiteral89892023; extern String_t* _stringLiteral3101620859; extern const uint32_t PVEScore_WatchAdInit_m2642369901_MetadataUsageId; extern String_t* _stringLiteral1196861272; extern String_t* _stringLiteral2282195544; extern String_t* _stringLiteral2841499213; extern const uint32_t PVEScore_SetBtnColor_m1202274334_MetadataUsageId; extern RuntimeClass* CADConfig_t2669318563_il2cpp_TypeInfo_var; extern String_t* _stringLiteral195789301; extern const uint32_t PVEScore_WatchBtnclick_m2071594562_MetadataUsageId; extern RuntimeClass* CPveAwardManager_t3593166514_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3923355658; extern const uint32_t PVEScore_IsHaveEnergy_m665319659_MetadataUsageId; extern const uint32_t PVEScore_IsShowWatchAd_m3989330000_MetadataUsageId; extern String_t* _stringLiteral3897877867; extern const uint32_t PVEScore_SetReamtimes_m4136193023_MetadataUsageId; extern const uint32_t U3CLoadResourceU3Ec__Iterator0_MoveNext_m2928485374_MetadataUsageId; extern const RuntimeMethod* U3CLoadResourceU3Ec__Iterator0_Reset_m3929724763_RuntimeMethod_var; extern const uint32_t U3CLoadResourceU3Ec__Iterator0_Reset_m3929724763_MetadataUsageId; extern String_t* _stringLiteral802532864; extern String_t* _stringLiteral242552847; extern const uint32_t QuailfingAwardCell__ctor_m426666931_MetadataUsageId; extern const uint32_t QuailfingAwardCell_OnClickItem_m126143332_MetadataUsageId; extern const uint32_t QuailfingAwardCell_OnInit_m2672902274_MetadataUsageId; extern const uint32_t QuailfingAwardCell_LoadItemIcon_m3251408505_MetadataUsageId; extern RuntimeClass* List_1_t3119598804_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m704560975_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisQuailfingAwardCell_t1647524062_m209564873_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2724126835_RuntimeMethod_var; extern String_t* _stringLiteral1173977484; extern String_t* _stringLiteral964500872; extern String_t* _stringLiteral1201580027; extern const uint32_t QuailfingAwardItem__ctor_m1829101858_MetadataUsageId; extern RuntimeClass* CTitleManager_t3025273230_il2cpp_TypeInfo_var; extern RuntimeClass* Texture_t3661962703_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m1886802718_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m1587948635_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3147623685_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m4026832159_RuntimeMethod_var; extern String_t* _stringLiteral1737077884; extern const uint32_t QuailfingAwardItem_OnInit_m1509259400_MetadataUsageId; extern RuntimeClass* List_1_t752674359_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1468815109_RuntimeMethod_var; extern const uint32_t QuailfingAwardItemData__ctor_m4287200540_MetadataUsageId; extern const uint32_t QualifyInfo__ctor_m1202991701_MetadataUsageId; extern RuntimeClass* Dictionary_2_t622178124_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m657470194_RuntimeMethod_var; extern String_t* _stringLiteral1959593374; extern const uint32_t QualifyingCfgManager__ctor_m3793154228_MetadataUsageId; extern RuntimeClass* QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var; extern const uint32_t QualifyingCfgManager_GetInstance_m3304083579_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m571305742_RuntimeMethod_var; extern const uint32_t QualifyingCfgManager_GetSeverQualifyLevelInfo_m3517287561_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_set_Item_m212843509_RuntimeMethod_var; extern const uint32_t QualifyingCfgManager_SerSeverQualifyLevelInfo_m834953339_MetadataUsageId; extern const uint32_t QualifyingCfgManager_GetQualifyingGradeIcon_m2303511262_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3415412526; extern String_t* _stringLiteral3452614641; extern String_t* _stringLiteral3452614605; extern const uint32_t QualifyingCfgManager_GetQualifyingGradeIconPath_m626630558_MetadataUsageId; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t239046765_il2cpp_TypeInfo_var; extern RuntimeClass* QuailfingAwardItemData_t1350333434_il2cpp_TypeInfo_var; extern RuntimeClass* QuailfingAwardCellData_t3575566913_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4171317551_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m665050261_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m244992380_RuntimeMethod_var; extern String_t* _stringLiteral2700781366; extern String_t* _stringLiteral3987835854; extern String_t* _stringLiteral797640427; extern String_t* _stringLiteral4218719661; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral4166355919; extern String_t* _stringLiteral2728944026; extern String_t* _stringLiteral3381395218; extern String_t* _stringLiteral1812749591; extern String_t* _stringLiteral798292468; extern String_t* _stringLiteral23756345; extern String_t* _stringLiteral1929849098; extern String_t* _stringLiteral2916031980; extern String_t* _stringLiteral1033385977; extern String_t* _stringLiteral3749514296; extern const uint32_t QualifyingCfgManager_OnLoad_m1607855764_MetadataUsageId; extern const uint32_t QualifyingCfgManager_GetXmlAttribute_m1759075080_MetadataUsageId; extern RuntimeClass* TransformU5BU5D_t807237628_il2cpp_TypeInfo_var; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var; extern String_t* _stringLiteral3042121933; extern String_t* _stringLiteral3271203893; extern String_t* _stringLiteral245960199; extern String_t* _stringLiteral3511931309; extern String_t* _stringLiteral1537804102; extern String_t* _stringLiteral3762763239; extern String_t* _stringLiteral2595843678; extern String_t* _stringLiteral2192559242; extern String_t* _stringLiteral3758643154; extern String_t* _stringLiteral539498220; extern String_t* _stringLiteral3530503601; extern String_t* _stringLiteral1372503097; extern String_t* _stringLiteral4101386543; extern String_t* _stringLiteral176937076; extern String_t* _stringLiteral385770511; extern String_t* _stringLiteral1587220426; extern String_t* _stringLiteral3669880888; extern String_t* _stringLiteral1130198288; extern String_t* _stringLiteral1578568225; extern String_t* _stringLiteral1950805661; extern String_t* _stringLiteral3465799833; extern String_t* _stringLiteral4009247668; extern String_t* _stringLiteral2071026213; extern String_t* _stringLiteral439441095; extern String_t* _stringLiteral2479045729; extern String_t* _stringLiteral912961817; extern String_t* _stringLiteral3641844949; extern String_t* _stringLiteral1916792778; extern String_t* _stringLiteral2223286275; extern String_t* _stringLiteral3527248190; extern String_t* _stringLiteral3378105370; extern String_t* _stringLiteral2974820872; extern String_t* _stringLiteral4058666255; extern String_t* _stringLiteral1582776335; extern String_t* _stringLiteral770698977; extern String_t* _stringLiteral931223637; extern String_t* _stringLiteral1046799382; extern String_t* _stringLiteral3387881449; extern String_t* _stringLiteral2929249035; extern String_t* _stringLiteral142419192; extern String_t* _stringLiteral4034101961; extern String_t* _stringLiteral1305218606; extern String_t* _stringLiteral1862559868; extern String_t* _stringLiteral2329890352; extern String_t* _stringLiteral2329890321; extern String_t* _stringLiteral883817983; extern String_t* _stringLiteral2147373947; extern String_t* _stringLiteral3399526527; extern String_t* _stringLiteral3418569995; extern String_t* _stringLiteral3126405242; extern String_t* _stringLiteral1408919353; extern String_t* _stringLiteral1314855109; extern String_t* _stringLiteral3283653043; extern String_t* _stringLiteral1600504005; extern String_t* _stringLiteral3636766082; extern const uint32_t QualifyingStageComplete_OnPageInit_m4131577789_MetadataUsageId; extern const RuntimeType* Animation_t3648466861_0_0_0_var; extern RuntimeClass* Animation_t3648466861_il2cpp_TypeInfo_var; extern const RuntimeMethod* QualifyingStageComplete_StartFadeOut_m2683043640_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisAnimation_t3648466861_m4214971628_RuntimeMethod_var; extern String_t* _stringLiteral3100719409; extern const uint32_t QualifyingStageComplete_Start_m787771117_MetadataUsageId; extern const uint32_t QualifyingStageComplete_SetComplete_m2037285521_MetadataUsageId; extern String_t* _stringLiteral1858056689; extern String_t* _stringLiteral3286434888; extern String_t* _stringLiteral3286434887; extern String_t* _stringLiteral57233256; extern const uint32_t QualifyingStageComplete_SetCommWin_m2436070121_MetadataUsageId; extern String_t* _stringLiteral1340996220; extern const uint32_t QualifyingStageComplete_SetLegendWin_m2343784173_MetadataUsageId; extern String_t* _stringLiteral1649804864; extern String_t* _stringLiteral1893093656; extern const uint32_t QualifyingStageComplete_SetDefeat_m4185252045_MetadataUsageId; extern String_t* _stringLiteral1199187289; extern const uint32_t QualifyingStageComplete_SetDraw_m4151435436_MetadataUsageId; extern const RuntimeMethod* QualifyingStageComplete_OnFadeOutEnd_m1725379284_RuntimeMethod_var; extern const uint32_t QualifyingStageComplete_StartFadeOut_m2683043640_MetadataUsageId; extern const uint32_t QualifyingStageComplete_OnFadeOutEnd_m1725379284_MetadataUsageId; extern String_t* _stringLiteral1825281139; extern String_t* _stringLiteral3612470635; extern String_t* _stringLiteral2600234014; extern String_t* _stringLiteral3136341066; extern String_t* _stringLiteral1309602609; extern String_t* _stringLiteral2004659241; extern String_t* _stringLiteral3737257809; extern String_t* _stringLiteral4112910171; extern const uint32_t RankListItem_OnPageInit_m2127687408_MetadataUsageId; extern const uint32_t RankListItem_Update_m1196709646_MetadataUsageId; extern String_t* _stringLiteral2374226348; extern String_t* _stringLiteral3502150264; extern String_t* _stringLiteral2342388883; extern const uint32_t RankListItem_SetInfo_m447758134_MetadataUsageId; extern RuntimeClass* Material_t340375123_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisRenderer_t2627027031_m2651633905_RuntimeMethod_var; extern String_t* _stringLiteral2612914184; extern const uint32_t resLocalization_Proc_m460768453_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisUITexture_t3471168817_m2858099239_RuntimeMethod_var; extern const uint32_t resLocalization__TryReplaceSpriteWithTexture_m1442537725_MetadataUsageId; extern const uint32_t ReviewRoleModelData__ctor_m1977710507_MetadataUsageId; extern const RuntimeMethod* CMiscHelp_GetChildComponent_TisRotateRole_t1146201425_m251828452_RuntimeMethod_var; extern String_t* _stringLiteral1628940300; extern const uint32_t ReviewRoleModelData_OnPageInit_m1168511156_MetadataUsageId; extern const uint32_t ReviewRoleModelData_SetInfo_m2006494227_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2977262506_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m186164705_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m888956288_RuntimeMethod_var; extern const uint32_t ReviewRoleModelData_CurSuit_m870374003_MetadataUsageId; extern String_t* _stringLiteral2833084525; extern String_t* _stringLiteral3548628297; extern const uint32_t ReviewRoleModelData_InitRole_m3229907722_MetadataUsageId; extern String_t* _stringLiteral2992781582; extern String_t* _stringLiteral1763011648; extern const uint32_t ReviewRoleModelData_GetRoleParent_m879131560_MetadataUsageId; extern RuntimeClass* ISceneRole_t2394225724_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3926317133; extern String_t* _stringLiteral4072509751; extern String_t* _stringLiteral836452629; extern const uint32_t ReviewRoleModelData_CreatRole_m4193250926_MetadataUsageId; extern RuntimeClass* Func_3_t1497391353_il2cpp_TypeInfo_var; extern const RuntimeMethod* CJuniorRoleModelItem_GetDefaultModelItem_m3195588872_RuntimeMethod_var; extern const RuntimeMethod* Func_3__ctor_m2676186645_RuntimeMethod_var; extern const RuntimeMethod* Func_3_Invoke_m1444580883_RuntimeMethod_var; extern String_t* _stringLiteral4166355951; extern String_t* _stringLiteral4145493834; extern String_t* _stringLiteral3385978947; extern String_t* _stringLiteral1859365861; extern String_t* _stringLiteral712354789; extern const uint32_t ReviewRoleModelData_DefautRole_m1107378643_MetadataUsageId; extern String_t* _stringLiteral299088335; extern const uint32_t RewardInfo_ToString_m417155230_MetadataUsageId; extern RuntimeClass* uiRewardItemU5BU5D_t3139509227_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593_RuntimeMethod_var; extern String_t* _stringLiteral2399200659; extern String_t* _stringLiteral114791233; extern String_t* _stringLiteral823863415; extern String_t* _stringLiteral823863416; extern String_t* _stringLiteral823863417; extern String_t* _stringLiteral823863410; extern String_t* _stringLiteral823863411; extern String_t* _stringLiteral823863412; extern String_t* _stringLiteral823863413; extern String_t* _stringLiteral823863422; extern String_t* _stringLiteral823863423; extern String_t* _stringLiteral822814839; extern String_t* _stringLiteral673160116; extern String_t* _stringLiteral2619566967; extern String_t* _stringLiteral589680344; extern String_t* _stringLiteral353905436; extern String_t* _stringLiteral112690767; extern String_t* _stringLiteral636972650; extern String_t* _stringLiteral1716113479; extern String_t* _stringLiteral2947515696; extern const uint32_t RewardWnd_OnPageInit_m1710407684_MetadataUsageId; extern const RuntimeMethod* RewardWnd_onPlayAnim_m2650096700_RuntimeMethod_var; extern const uint32_t RewardWnd_OnOpenWnd_m1180171073_MetadataUsageId; extern RuntimeClass* CNetServerConfig_t202072970_il2cpp_TypeInfo_var; extern const uint32_t RewardWnd_onPlayAnim_m2650096700_MetadataUsageId; extern const uint32_t RewardWnd_OnFreshWnd_m1474203802_MetadataUsageId; extern const RuntimeMethod* CWishFountainMgr_OnGetDrawAward_m2602009080_RuntimeMethod_var; extern String_t* _stringLiteral3722016301; extern const uint32_t RewardWnd_OnOnceAgain_m3373144131_MetadataUsageId; extern const uint32_t RewardWnd_OnTenTimeAgain_m3178935209_MetadataUsageId; extern const uint32_t RewardWnd_OnShareClick_m2255897923_MetadataUsageId; extern const uint32_t RightRoleModelData_OnPageInit_m522451868_MetadataUsageId; extern const uint32_t RightRoleModelData_SetInfo_m174843016_MetadataUsageId; extern const uint32_t RightRoleModelData_CurSuit_m1149148118_MetadataUsageId; extern const uint32_t RightRoleModelData_TakeOffSuit_m3424184630_MetadataUsageId; extern const uint32_t RightRoleModelData_InitRole_m681538885_MetadataUsageId; extern const uint32_t RightRoleModelData_GetRoleParent_m2403632264_MetadataUsageId; extern const uint32_t RightRoleModelData_CreatRole_m1932611486_MetadataUsageId; extern const uint32_t RightRoleModelData_DefautRole_m2636080727_MetadataUsageId; struct StringU5BU5D_t1281789340; struct CharU5BU5D_t3528271667; struct GUILayoutOptionU5BU5D_t2510215842; struct Vector3U5BU5D_t1718750761; struct UIWidgetU5BU5D_t2950248968; struct CameraU5BU5D_t1709987734; struct GameObjectU5BU5D_t3328599146; struct ObjectU5BU5D_t1417781964; struct ByteU5BU5D_t4116647657; struct NumberItemU5BU5D_t3558943569; struct NumberRollU5BU5D_t2596183097; struct uiAwardcellU5BU5D_t3191484015; struct TrailRendererU5BU5D_t2991284171; struct ObjectU5BU5D_t2843939325; struct TransformU5BU5D_t807237628; struct uiRewardItemU5BU5D_t3139509227; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef CPETCONFIG_T679804737_H #define CPETCONFIG_T679804737_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetConfig struct CPetConfig_t679804737 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CPetConfig::m_QualityConfig List_1_t3080825839 * ___m_QualityConfig_1; // System.Collections.Generic.List`1 DMCore.Logic.CPetConfig::m_BuyEnergyConfig List_1_t2185202699 * ___m_BuyEnergyConfig_2; public: inline static int32_t get_offset_of_m_QualityConfig_1() { return static_cast(offsetof(CPetConfig_t679804737, ___m_QualityConfig_1)); } inline List_1_t3080825839 * get_m_QualityConfig_1() const { return ___m_QualityConfig_1; } inline List_1_t3080825839 ** get_address_of_m_QualityConfig_1() { return &___m_QualityConfig_1; } inline void set_m_QualityConfig_1(List_1_t3080825839 * value) { ___m_QualityConfig_1 = value; Il2CppCodeGenWriteBarrier((&___m_QualityConfig_1), value); } inline static int32_t get_offset_of_m_BuyEnergyConfig_2() { return static_cast(offsetof(CPetConfig_t679804737, ___m_BuyEnergyConfig_2)); } inline List_1_t2185202699 * get_m_BuyEnergyConfig_2() const { return ___m_BuyEnergyConfig_2; } inline List_1_t2185202699 ** get_address_of_m_BuyEnergyConfig_2() { return &___m_BuyEnergyConfig_2; } inline void set_m_BuyEnergyConfig_2(List_1_t2185202699 * value) { ___m_BuyEnergyConfig_2 = value; Il2CppCodeGenWriteBarrier((&___m_BuyEnergyConfig_2), value); } }; struct CPetConfig_t679804737_StaticFields { public: // DMCore.Logic.CPetConfig DMCore.Logic.CPetConfig::s_Instance CPetConfig_t679804737 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CPetConfig_t679804737_StaticFields, ___s_Instance_0)); } inline CPetConfig_t679804737 * get_s_Instance_0() const { return ___s_Instance_0; } inline CPetConfig_t679804737 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CPetConfig_t679804737 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETCONFIG_T679804737_H #ifndef PETBUYENERGYDATACONFIGUNIT_T713127957_H #define PETBUYENERGYDATACONFIGUNIT_T713127957_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit struct PetBuyEnergyDataConfigUnit_t713127957 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit::buyNum int32_t ___buyNum_0; // System.Int32 DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit::needDiamond int32_t ___needDiamond_1; // System.Int32 DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit::addEnergy int32_t ___addEnergy_2; public: inline static int32_t get_offset_of_buyNum_0() { return static_cast(offsetof(PetBuyEnergyDataConfigUnit_t713127957, ___buyNum_0)); } inline int32_t get_buyNum_0() const { return ___buyNum_0; } inline int32_t* get_address_of_buyNum_0() { return &___buyNum_0; } inline void set_buyNum_0(int32_t value) { ___buyNum_0 = value; } inline static int32_t get_offset_of_needDiamond_1() { return static_cast(offsetof(PetBuyEnergyDataConfigUnit_t713127957, ___needDiamond_1)); } inline int32_t get_needDiamond_1() const { return ___needDiamond_1; } inline int32_t* get_address_of_needDiamond_1() { return &___needDiamond_1; } inline void set_needDiamond_1(int32_t value) { ___needDiamond_1 = value; } inline static int32_t get_offset_of_addEnergy_2() { return static_cast(offsetof(PetBuyEnergyDataConfigUnit_t713127957, ___addEnergy_2)); } inline int32_t get_addEnergy_2() const { return ___addEnergy_2; } inline int32_t* get_address_of_addEnergy_2() { return &___addEnergy_2; } inline void set_addEnergy_2(int32_t value) { ___addEnergy_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETBUYENERGYDATACONFIGUNIT_T713127957_H #ifndef LIST_1_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 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 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 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 GAMEREWARDINFO_T1982501205_H #define GAMEREWARDINFO_T1982501205_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.GameRewardInfo struct GameRewardInfo_t1982501205 : public RuntimeObject { public: // System.Int32 DMCore.Logic.GameRewardInfo::m_GiveStage int32_t ___m_GiveStage_0; // System.Int32 DMCore.Logic.GameRewardInfo::m_GiveSituation int32_t ___m_GiveSituation_1; // System.Int32 DMCore.Logic.GameRewardInfo::m_Ceiling int32_t ___m_Ceiling_2; // System.Int32 DMCore.Logic.GameRewardInfo::m_Offline int32_t ___m_Offline_3; // DMCore.Logic.CAwardList DMCore.Logic.GameRewardInfo::m_list CAwardList_t4094041907 * ___m_list_4; public: inline static int32_t get_offset_of_m_GiveStage_0() { return static_cast(offsetof(GameRewardInfo_t1982501205, ___m_GiveStage_0)); } inline int32_t get_m_GiveStage_0() const { return ___m_GiveStage_0; } inline int32_t* get_address_of_m_GiveStage_0() { return &___m_GiveStage_0; } inline void set_m_GiveStage_0(int32_t value) { ___m_GiveStage_0 = value; } inline static int32_t get_offset_of_m_GiveSituation_1() { return static_cast(offsetof(GameRewardInfo_t1982501205, ___m_GiveSituation_1)); } inline int32_t get_m_GiveSituation_1() const { return ___m_GiveSituation_1; } inline int32_t* get_address_of_m_GiveSituation_1() { return &___m_GiveSituation_1; } inline void set_m_GiveSituation_1(int32_t value) { ___m_GiveSituation_1 = value; } inline static int32_t get_offset_of_m_Ceiling_2() { return static_cast(offsetof(GameRewardInfo_t1982501205, ___m_Ceiling_2)); } inline int32_t get_m_Ceiling_2() const { return ___m_Ceiling_2; } inline int32_t* get_address_of_m_Ceiling_2() { return &___m_Ceiling_2; } inline void set_m_Ceiling_2(int32_t value) { ___m_Ceiling_2 = value; } inline static int32_t get_offset_of_m_Offline_3() { return static_cast(offsetof(GameRewardInfo_t1982501205, ___m_Offline_3)); } inline int32_t get_m_Offline_3() const { return ___m_Offline_3; } inline int32_t* get_address_of_m_Offline_3() { return &___m_Offline_3; } inline void set_m_Offline_3(int32_t value) { ___m_Offline_3 = value; } inline static int32_t get_offset_of_m_list_4() { return static_cast(offsetof(GameRewardInfo_t1982501205, ___m_list_4)); } inline CAwardList_t4094041907 * get_m_list_4() const { return ___m_list_4; } inline CAwardList_t4094041907 ** get_address_of_m_list_4() { return &___m_list_4; } inline void set_m_list_4(CAwardList_t4094041907 * value) { ___m_list_4 = value; Il2CppCodeGenWriteBarrier((&___m_list_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMEREWARDINFO_T1982501205_H #ifndef 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 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 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 AMOUNTDATA_T3377750247_H #define AMOUNTDATA_T3377750247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.AmountData struct AmountData_t3377750247 : public RuntimeObject { public: // System.Int32 DMCore.Logic.AmountData::ItemID int32_t ___ItemID_0; // System.String DMCore.Logic.AmountData::iconPath String_t* ___iconPath_1; // UnityEngine.Texture2D DMCore.Logic.AmountData::ItemTexture Texture2D_t3840446185 * ___ItemTexture_2; // System.String DMCore.Logic.AmountData::consumeTextureName String_t* ___consumeTextureName_3; // System.Int32 DMCore.Logic.AmountData::priceUnit int32_t ___priceUnit_4; // System.Int32 DMCore.Logic.AmountData::amount int32_t ___amount_5; // System.Int32 DMCore.Logic.AmountData::priceTotal int32_t ___priceTotal_6; public: inline static int32_t get_offset_of_ItemID_0() { return static_cast(offsetof(AmountData_t3377750247, ___ItemID_0)); } inline int32_t get_ItemID_0() const { return ___ItemID_0; } inline int32_t* get_address_of_ItemID_0() { return &___ItemID_0; } inline void set_ItemID_0(int32_t value) { ___ItemID_0 = value; } inline static int32_t get_offset_of_iconPath_1() { return static_cast(offsetof(AmountData_t3377750247, ___iconPath_1)); } inline String_t* get_iconPath_1() const { return ___iconPath_1; } inline String_t** get_address_of_iconPath_1() { return &___iconPath_1; } inline void set_iconPath_1(String_t* value) { ___iconPath_1 = value; Il2CppCodeGenWriteBarrier((&___iconPath_1), value); } inline static int32_t get_offset_of_ItemTexture_2() { return static_cast(offsetof(AmountData_t3377750247, ___ItemTexture_2)); } inline Texture2D_t3840446185 * get_ItemTexture_2() const { return ___ItemTexture_2; } inline Texture2D_t3840446185 ** get_address_of_ItemTexture_2() { return &___ItemTexture_2; } inline void set_ItemTexture_2(Texture2D_t3840446185 * value) { ___ItemTexture_2 = value; Il2CppCodeGenWriteBarrier((&___ItemTexture_2), value); } inline static int32_t get_offset_of_consumeTextureName_3() { return static_cast(offsetof(AmountData_t3377750247, ___consumeTextureName_3)); } inline String_t* get_consumeTextureName_3() const { return ___consumeTextureName_3; } inline String_t** get_address_of_consumeTextureName_3() { return &___consumeTextureName_3; } inline void set_consumeTextureName_3(String_t* value) { ___consumeTextureName_3 = value; Il2CppCodeGenWriteBarrier((&___consumeTextureName_3), value); } inline static int32_t get_offset_of_priceUnit_4() { return static_cast(offsetof(AmountData_t3377750247, ___priceUnit_4)); } inline int32_t get_priceUnit_4() const { return ___priceUnit_4; } inline int32_t* get_address_of_priceUnit_4() { return &___priceUnit_4; } inline void set_priceUnit_4(int32_t value) { ___priceUnit_4 = value; } inline static int32_t get_offset_of_amount_5() { return static_cast(offsetof(AmountData_t3377750247, ___amount_5)); } inline int32_t get_amount_5() const { return ___amount_5; } inline int32_t* get_address_of_amount_5() { return &___amount_5; } inline void set_amount_5(int32_t value) { ___amount_5 = value; } inline static int32_t get_offset_of_priceTotal_6() { return static_cast(offsetof(AmountData_t3377750247, ___priceTotal_6)); } inline int32_t get_priceTotal_6() const { return ___priceTotal_6; } inline int32_t* get_address_of_priceTotal_6() { return &___priceTotal_6; } inline void set_priceTotal_6(int32_t value) { ___priceTotal_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AMOUNTDATA_T3377750247_H #ifndef WNDAMOUNTCTRL_T1993704824_H #define WNDAMOUNTCTRL_T1993704824_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.WndAmountCtrl struct WndAmountCtrl_t1993704824 : public RuntimeObject { public: // UnityEngine.Texture2D DMCore.Logic.WndAmountCtrl::textObj Texture2D_t3840446185 * ___textObj_0; // DMCore.Logic.AmountData DMCore.Logic.WndAmountCtrl::m_Data AmountData_t3377750247 * ___m_Data_1; public: inline static int32_t get_offset_of_textObj_0() { return static_cast(offsetof(WndAmountCtrl_t1993704824, ___textObj_0)); } inline Texture2D_t3840446185 * get_textObj_0() const { return ___textObj_0; } inline Texture2D_t3840446185 ** get_address_of_textObj_0() { return &___textObj_0; } inline void set_textObj_0(Texture2D_t3840446185 * value) { ___textObj_0 = value; Il2CppCodeGenWriteBarrier((&___textObj_0), value); } inline static int32_t get_offset_of_m_Data_1() { return static_cast(offsetof(WndAmountCtrl_t1993704824, ___m_Data_1)); } inline AmountData_t3377750247 * get_m_Data_1() const { return ___m_Data_1; } inline AmountData_t3377750247 ** get_address_of_m_Data_1() { return &___m_Data_1; } inline void set_m_Data_1(AmountData_t3377750247 * value) { ___m_Data_1 = value; Il2CppCodeGenWriteBarrier((&___m_Data_1), value); } }; struct WndAmountCtrl_t1993704824_StaticFields { public: // DMCore.Logic.WndAmountCtrl DMCore.Logic.WndAmountCtrl::s_Instance WndAmountCtrl_t1993704824 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(WndAmountCtrl_t1993704824_StaticFields, ___s_Instance_2)); } inline WndAmountCtrl_t1993704824 * get_s_Instance_2() const { return ___s_Instance_2; } inline WndAmountCtrl_t1993704824 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(WndAmountCtrl_t1993704824 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WNDAMOUNTCTRL_T1993704824_H #ifndef RANKLISTINFO_T1858065448_H #define RANKLISTINFO_T1858065448_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RankListInfo struct RankListInfo_t1858065448 : public RuntimeObject { public: // System.Int32 DMCore.Logic.RankListInfo::m_Rank int32_t ___m_Rank_0; // System.Int64 DMCore.Logic.RankListInfo::m_UserId int64_t ___m_UserId_1; // System.String DMCore.Logic.RankListInfo::m_Name String_t* ___m_Name_2; // System.Int32 DMCore.Logic.RankListInfo::m_Sex int32_t ___m_Sex_3; // System.Int64 DMCore.Logic.RankListInfo::m_photoId int64_t ___m_photoId_4; // System.Int32 DMCore.Logic.RankListInfo::m_clothGrade int32_t ___m_clothGrade_5; // System.Int32 DMCore.Logic.RankListInfo::m_ThemeVote int32_t ___m_ThemeVote_6; public: inline static int32_t get_offset_of_m_Rank_0() { return static_cast(offsetof(RankListInfo_t1858065448, ___m_Rank_0)); } inline int32_t get_m_Rank_0() const { return ___m_Rank_0; } inline int32_t* get_address_of_m_Rank_0() { return &___m_Rank_0; } inline void set_m_Rank_0(int32_t value) { ___m_Rank_0 = value; } inline static int32_t get_offset_of_m_UserId_1() { return static_cast(offsetof(RankListInfo_t1858065448, ___m_UserId_1)); } inline int64_t get_m_UserId_1() const { return ___m_UserId_1; } inline int64_t* get_address_of_m_UserId_1() { return &___m_UserId_1; } inline void set_m_UserId_1(int64_t value) { ___m_UserId_1 = value; } inline static int32_t get_offset_of_m_Name_2() { return static_cast(offsetof(RankListInfo_t1858065448, ___m_Name_2)); } inline String_t* get_m_Name_2() const { return ___m_Name_2; } inline String_t** get_address_of_m_Name_2() { return &___m_Name_2; } inline void set_m_Name_2(String_t* value) { ___m_Name_2 = value; Il2CppCodeGenWriteBarrier((&___m_Name_2), value); } inline static int32_t get_offset_of_m_Sex_3() { return static_cast(offsetof(RankListInfo_t1858065448, ___m_Sex_3)); } inline int32_t get_m_Sex_3() const { return ___m_Sex_3; } inline int32_t* get_address_of_m_Sex_3() { return &___m_Sex_3; } inline void set_m_Sex_3(int32_t value) { ___m_Sex_3 = value; } inline static int32_t get_offset_of_m_photoId_4() { return static_cast(offsetof(RankListInfo_t1858065448, ___m_photoId_4)); } inline int64_t get_m_photoId_4() const { return ___m_photoId_4; } inline int64_t* get_address_of_m_photoId_4() { return &___m_photoId_4; } inline void set_m_photoId_4(int64_t value) { ___m_photoId_4 = value; } inline static int32_t get_offset_of_m_clothGrade_5() { return static_cast(offsetof(RankListInfo_t1858065448, ___m_clothGrade_5)); } inline int32_t get_m_clothGrade_5() const { return ___m_clothGrade_5; } inline int32_t* get_address_of_m_clothGrade_5() { return &___m_clothGrade_5; } inline void set_m_clothGrade_5(int32_t value) { ___m_clothGrade_5 = value; } inline static int32_t get_offset_of_m_ThemeVote_6() { return static_cast(offsetof(RankListInfo_t1858065448, ___m_ThemeVote_6)); } inline int32_t get_m_ThemeVote_6() const { return ___m_ThemeVote_6; } inline int32_t* get_address_of_m_ThemeVote_6() { return &___m_ThemeVote_6; } inline void set_m_ThemeVote_6(int32_t value) { ___m_ThemeVote_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANKLISTINFO_T1858065448_H #ifndef REVIEWINFO_T914837392_H #define REVIEWINFO_T914837392_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ReviewInfo struct ReviewInfo_t914837392 : public RuntimeObject { public: // System.Int32 DMCore.Logic.ReviewInfo::m_playerSign int32_t ___m_playerSign_0; // System.Int32 DMCore.Logic.ReviewInfo::sex int32_t ___sex_1; // System.Collections.Generic.List`1 DMCore.Logic.ReviewInfo::m_themeInfo List_1_t2571181400 * ___m_themeInfo_2; public: inline static int32_t get_offset_of_m_playerSign_0() { return static_cast(offsetof(ReviewInfo_t914837392, ___m_playerSign_0)); } inline int32_t get_m_playerSign_0() const { return ___m_playerSign_0; } inline int32_t* get_address_of_m_playerSign_0() { return &___m_playerSign_0; } inline void set_m_playerSign_0(int32_t value) { ___m_playerSign_0 = value; } inline static int32_t get_offset_of_sex_1() { return static_cast(offsetof(ReviewInfo_t914837392, ___sex_1)); } inline int32_t get_sex_1() const { return ___sex_1; } inline int32_t* get_address_of_sex_1() { return &___sex_1; } inline void set_sex_1(int32_t value) { ___sex_1 = value; } inline static int32_t get_offset_of_m_themeInfo_2() { return static_cast(offsetof(ReviewInfo_t914837392, ___m_themeInfo_2)); } inline List_1_t2571181400 * get_m_themeInfo_2() const { return ___m_themeInfo_2; } inline List_1_t2571181400 ** get_address_of_m_themeInfo_2() { return &___m_themeInfo_2; } inline void set_m_themeInfo_2(List_1_t2571181400 * value) { ___m_themeInfo_2 = value; Il2CppCodeGenWriteBarrier((&___m_themeInfo_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REVIEWINFO_T914837392_H #ifndef LIST_1_T2571181400_H #define LIST_1_T2571181400_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2571181400 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ThemeInfoU5BU5D_t3636267735* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2571181400, ____items_1)); } inline ThemeInfoU5BU5D_t3636267735* get__items_1() const { return ____items_1; } inline ThemeInfoU5BU5D_t3636267735** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ThemeInfoU5BU5D_t3636267735* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2571181400, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2571181400, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t2571181400_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ThemeInfoU5BU5D_t3636267735* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2571181400_StaticFields, ___EmptyArray_4)); } inline ThemeInfoU5BU5D_t3636267735* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ThemeInfoU5BU5D_t3636267735** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ThemeInfoU5BU5D_t3636267735* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2571181400_H #ifndef THEMEINFO_T1099106658_H #define THEMEINFO_T1099106658_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ThemeInfo struct ThemeInfo_t1099106658 : public RuntimeObject { public: // System.Int32 DMCore.Logic.ThemeInfo::m_themeId int32_t ___m_themeId_0; // System.String DMCore.Logic.ThemeInfo::m_themeDec String_t* ___m_themeDec_1; // System.Int32 DMCore.Logic.ThemeInfo::m_themeVote int32_t ___m_themeVote_2; // System.Collections.Generic.List`1 DMCore.Logic.ThemeInfo::m_dressId List_1_t128053199 * ___m_dressId_3; public: inline static int32_t get_offset_of_m_themeId_0() { return static_cast(offsetof(ThemeInfo_t1099106658, ___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_themeDec_1() { return static_cast(offsetof(ThemeInfo_t1099106658, ___m_themeDec_1)); } inline String_t* get_m_themeDec_1() const { return ___m_themeDec_1; } inline String_t** get_address_of_m_themeDec_1() { return &___m_themeDec_1; } inline void set_m_themeDec_1(String_t* value) { ___m_themeDec_1 = value; Il2CppCodeGenWriteBarrier((&___m_themeDec_1), value); } inline static int32_t get_offset_of_m_themeVote_2() { return static_cast(offsetof(ThemeInfo_t1099106658, ___m_themeVote_2)); } inline int32_t get_m_themeVote_2() const { return ___m_themeVote_2; } inline int32_t* get_address_of_m_themeVote_2() { return &___m_themeVote_2; } inline void set_m_themeVote_2(int32_t value) { ___m_themeVote_2 = value; } inline static int32_t get_offset_of_m_dressId_3() { return static_cast(offsetof(ThemeInfo_t1099106658, ___m_dressId_3)); } inline List_1_t128053199 * get_m_dressId_3() const { return ___m_dressId_3; } inline List_1_t128053199 ** get_address_of_m_dressId_3() { return &___m_dressId_3; } inline void set_m_dressId_3(List_1_t128053199 * value) { ___m_dressId_3 = value; Il2CppCodeGenWriteBarrier((&___m_dressId_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THEMEINFO_T1099106658_H #ifndef CAWARDITEM_T1677460915_H #define CAWARDITEM_T1677460915_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CAwardItem struct CAwardItem_t1677460915 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CAwardItem::m_configId int32_t ___m_configId_0; // System.Int32 DMCore.Logic.CAwardItem::m_amount int32_t ___m_amount_1; // System.Int32 DMCore.Logic.CAwardItem::m_valid int32_t ___m_valid_2; // System.Int32 DMCore.Logic.CAwardItem::m_sex int32_t ___m_sex_3; public: inline static int32_t get_offset_of_m_configId_0() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_configId_0)); } inline int32_t get_m_configId_0() const { return ___m_configId_0; } inline int32_t* get_address_of_m_configId_0() { return &___m_configId_0; } inline void set_m_configId_0(int32_t value) { ___m_configId_0 = value; } inline static int32_t get_offset_of_m_amount_1() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_amount_1)); } inline int32_t get_m_amount_1() const { return ___m_amount_1; } inline int32_t* get_address_of_m_amount_1() { return &___m_amount_1; } inline void set_m_amount_1(int32_t value) { ___m_amount_1 = value; } inline static int32_t get_offset_of_m_valid_2() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_valid_2)); } inline int32_t get_m_valid_2() const { return ___m_valid_2; } inline int32_t* get_address_of_m_valid_2() { return &___m_valid_2; } inline void set_m_valid_2(int32_t value) { ___m_valid_2 = value; } inline static int32_t get_offset_of_m_sex_3() { return static_cast(offsetof(CAwardItem_t1677460915, ___m_sex_3)); } inline int32_t get_m_sex_3() const { return ___m_sex_3; } inline int32_t* get_address_of_m_sex_3() { return &___m_sex_3; } inline void set_m_sex_3(int32_t value) { ___m_sex_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAWARDITEM_T1677460915_H #ifndef ONLINEAWARDCONTROLLER_T289821926_H #define ONLINEAWARDCONTROLLER_T289821926_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // OnLineAwardController struct OnLineAwardController_t289821926 : public RuntimeObject { public: // System.Boolean OnLineAwardController::IsOnClick bool ___IsOnClick_1; public: inline static int32_t get_offset_of_IsOnClick_1() { return static_cast(offsetof(OnLineAwardController_t289821926, ___IsOnClick_1)); } inline bool get_IsOnClick_1() const { return ___IsOnClick_1; } inline bool* get_address_of_IsOnClick_1() { return &___IsOnClick_1; } inline void set_IsOnClick_1(bool value) { ___IsOnClick_1 = value; } }; struct OnLineAwardController_t289821926_StaticFields { public: // OnLineAwardController OnLineAwardController::s_instance OnLineAwardController_t289821926 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(OnLineAwardController_t289821926_StaticFields, ___s_instance_0)); } inline OnLineAwardController_t289821926 * get_s_instance_0() const { return ___s_instance_0; } inline OnLineAwardController_t289821926 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(OnLineAwardController_t289821926 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONLINEAWARDCONTROLLER_T289821926_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 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 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 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 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 CUSTOMYIELDINSTRUCTION_T1895667560_H #define CUSTOMYIELDINSTRUCTION_T1895667560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.CustomYieldInstruction struct CustomYieldInstruction_t1895667560 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMYIELDINSTRUCTION_T1895667560_H #ifndef 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 CJUNIORROLEMODELITEM_T636793867_H #define CJUNIORROLEMODELITEM_T636793867_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CJuniorRoleModelItem struct CJuniorRoleModelItem_t636793867 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_male Dictionary_2_t1839659084 * ___m_male_0; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_female Dictionary_2_t1839659084 * ___m_female_1; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_maleNewRole Dictionary_2_t1839659084 * ___m_maleNewRole_2; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Scene.CJuniorRoleModelItem::m_femaleNewRole Dictionary_2_t1839659084 * ___m_femaleNewRole_3; public: inline static int32_t get_offset_of_m_male_0() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_male_0)); } inline Dictionary_2_t1839659084 * get_m_male_0() const { return ___m_male_0; } inline Dictionary_2_t1839659084 ** get_address_of_m_male_0() { return &___m_male_0; } inline void set_m_male_0(Dictionary_2_t1839659084 * value) { ___m_male_0 = value; Il2CppCodeGenWriteBarrier((&___m_male_0), value); } inline static int32_t get_offset_of_m_female_1() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_female_1)); } inline Dictionary_2_t1839659084 * get_m_female_1() const { return ___m_female_1; } inline Dictionary_2_t1839659084 ** get_address_of_m_female_1() { return &___m_female_1; } inline void set_m_female_1(Dictionary_2_t1839659084 * value) { ___m_female_1 = value; Il2CppCodeGenWriteBarrier((&___m_female_1), value); } inline static int32_t get_offset_of_m_maleNewRole_2() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_maleNewRole_2)); } inline Dictionary_2_t1839659084 * get_m_maleNewRole_2() const { return ___m_maleNewRole_2; } inline Dictionary_2_t1839659084 ** get_address_of_m_maleNewRole_2() { return &___m_maleNewRole_2; } inline void set_m_maleNewRole_2(Dictionary_2_t1839659084 * value) { ___m_maleNewRole_2 = value; Il2CppCodeGenWriteBarrier((&___m_maleNewRole_2), value); } inline static int32_t get_offset_of_m_femaleNewRole_3() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867, ___m_femaleNewRole_3)); } inline Dictionary_2_t1839659084 * get_m_femaleNewRole_3() const { return ___m_femaleNewRole_3; } inline Dictionary_2_t1839659084 ** get_address_of_m_femaleNewRole_3() { return &___m_femaleNewRole_3; } inline void set_m_femaleNewRole_3(Dictionary_2_t1839659084 * value) { ___m_femaleNewRole_3 = value; Il2CppCodeGenWriteBarrier((&___m_femaleNewRole_3), value); } }; struct CJuniorRoleModelItem_t636793867_StaticFields { public: // DMCore.Framework.Scene.CJuniorRoleModelItem DMCore.Framework.Scene.CJuniorRoleModelItem::s_Instance CJuniorRoleModelItem_t636793867 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CJuniorRoleModelItem_t636793867_StaticFields, ___s_Instance_4)); } inline CJuniorRoleModelItem_t636793867 * get_s_Instance_4() const { return ___s_Instance_4; } inline CJuniorRoleModelItem_t636793867 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CJuniorRoleModelItem_t636793867 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CJUNIORROLEMODELITEM_T636793867_H #ifndef REWARDINFO_T3119326197_H #define REWARDINFO_T3119326197_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // RewardInfo struct RewardInfo_t3119326197 : public RuntimeObject { public: // System.Int32 RewardInfo::k__BackingField int32_t ___U3CIdU3Ek__BackingField_0; // System.String RewardInfo::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // System.String RewardInfo::k__BackingField String_t* ___U3CDescU3Ek__BackingField_2; // System.Int32 RewardInfo::k__BackingField int32_t ___U3CNumU3Ek__BackingField_3; // System.Int32 RewardInfo::k__BackingField int32_t ___U3CLimitTimeU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CIdU3Ek__BackingField_0() { return static_cast(offsetof(RewardInfo_t3119326197, ___U3CIdU3Ek__BackingField_0)); } inline int32_t get_U3CIdU3Ek__BackingField_0() const { return ___U3CIdU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CIdU3Ek__BackingField_0() { return &___U3CIdU3Ek__BackingField_0; } inline void set_U3CIdU3Ek__BackingField_0(int32_t value) { ___U3CIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_1() { return static_cast(offsetof(RewardInfo_t3119326197, ___U3CNameU3Ek__BackingField_1)); } inline String_t* get_U3CNameU3Ek__BackingField_1() const { return ___U3CNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_1() { return &___U3CNameU3Ek__BackingField_1; } inline void set_U3CNameU3Ek__BackingField_1(String_t* value) { ___U3CNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CNameU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CDescU3Ek__BackingField_2() { return static_cast(offsetof(RewardInfo_t3119326197, ___U3CDescU3Ek__BackingField_2)); } inline String_t* get_U3CDescU3Ek__BackingField_2() const { return ___U3CDescU3Ek__BackingField_2; } inline String_t** get_address_of_U3CDescU3Ek__BackingField_2() { return &___U3CDescU3Ek__BackingField_2; } inline void set_U3CDescU3Ek__BackingField_2(String_t* value) { ___U3CDescU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CDescU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CNumU3Ek__BackingField_3() { return static_cast(offsetof(RewardInfo_t3119326197, ___U3CNumU3Ek__BackingField_3)); } inline int32_t get_U3CNumU3Ek__BackingField_3() const { return ___U3CNumU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CNumU3Ek__BackingField_3() { return &___U3CNumU3Ek__BackingField_3; } inline void set_U3CNumU3Ek__BackingField_3(int32_t value) { ___U3CNumU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CLimitTimeU3Ek__BackingField_4() { return static_cast(offsetof(RewardInfo_t3119326197, ___U3CLimitTimeU3Ek__BackingField_4)); } inline int32_t get_U3CLimitTimeU3Ek__BackingField_4() const { return ___U3CLimitTimeU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CLimitTimeU3Ek__BackingField_4() { return &___U3CLimitTimeU3Ek__BackingField_4; } inline void set_U3CLimitTimeU3Ek__BackingField_4(int32_t value) { ___U3CLimitTimeU3Ek__BackingField_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REWARDINFO_T3119326197_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 CWISHFOUNTAINMGR_T2594140948_H #define CWISHFOUNTAINMGR_T2594140948_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CWishFountainMgr struct CWishFountainMgr_t2594140948 : public RuntimeObject { public: // DMCore.Logic.CWishFountainMgr/OnShopListChanged DMCore.Logic.CWishFountainMgr::ShopListChanged OnShopListChanged_t2776790831 * ___ShopListChanged_0; // DMCore.Logic.TreviType DMCore.Logic.CWishFountainMgr::k__BackingField TreviType_t2222439988 * ___U3CcurTreviTypeU3Ek__BackingField_1; // System.Boolean DMCore.Logic.CWishFountainMgr::k__BackingField bool ___U3CLegendItemDataReadyU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CWishFountainMgr::k__BackingField bool ___U3CIsLegendItemTimesChangedU3Ek__BackingField_3; // System.Boolean DMCore.Logic.CWishFountainMgr::m_bIfChanged bool ___m_bIfChanged_5; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CWishFountainMgr::m_drawData Dictionary_2_t1764937221 * ___m_drawData_6; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CWishFountainMgr::m_DisplayData Dictionary_2_t2807764417 * ___m_DisplayData_7; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CWishFountainMgr::m_shopData Dictionary_2_t840632218 * ___m_shopData_8; // System.Collections.Generic.List`1 DMCore.Logic.CWishFountainMgr::m_TreviList List_1_t3694514730 * ___m_TreviList_9; // System.Collections.Generic.List`1 DMCore.Logic.CWishFountainMgr::m_CopyTreviList List_1_t3694514730 * ___m_CopyTreviList_10; public: inline static int32_t get_offset_of_ShopListChanged_0() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___ShopListChanged_0)); } inline OnShopListChanged_t2776790831 * get_ShopListChanged_0() const { return ___ShopListChanged_0; } inline OnShopListChanged_t2776790831 ** get_address_of_ShopListChanged_0() { return &___ShopListChanged_0; } inline void set_ShopListChanged_0(OnShopListChanged_t2776790831 * value) { ___ShopListChanged_0 = value; Il2CppCodeGenWriteBarrier((&___ShopListChanged_0), value); } inline static int32_t get_offset_of_U3CcurTreviTypeU3Ek__BackingField_1() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___U3CcurTreviTypeU3Ek__BackingField_1)); } inline TreviType_t2222439988 * get_U3CcurTreviTypeU3Ek__BackingField_1() const { return ___U3CcurTreviTypeU3Ek__BackingField_1; } inline TreviType_t2222439988 ** get_address_of_U3CcurTreviTypeU3Ek__BackingField_1() { return &___U3CcurTreviTypeU3Ek__BackingField_1; } inline void set_U3CcurTreviTypeU3Ek__BackingField_1(TreviType_t2222439988 * value) { ___U3CcurTreviTypeU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CcurTreviTypeU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CLegendItemDataReadyU3Ek__BackingField_2() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___U3CLegendItemDataReadyU3Ek__BackingField_2)); } inline bool get_U3CLegendItemDataReadyU3Ek__BackingField_2() const { return ___U3CLegendItemDataReadyU3Ek__BackingField_2; } inline bool* get_address_of_U3CLegendItemDataReadyU3Ek__BackingField_2() { return &___U3CLegendItemDataReadyU3Ek__BackingField_2; } inline void set_U3CLegendItemDataReadyU3Ek__BackingField_2(bool value) { ___U3CLegendItemDataReadyU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsLegendItemTimesChangedU3Ek__BackingField_3() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___U3CIsLegendItemTimesChangedU3Ek__BackingField_3)); } inline bool get_U3CIsLegendItemTimesChangedU3Ek__BackingField_3() const { return ___U3CIsLegendItemTimesChangedU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsLegendItemTimesChangedU3Ek__BackingField_3() { return &___U3CIsLegendItemTimesChangedU3Ek__BackingField_3; } inline void set_U3CIsLegendItemTimesChangedU3Ek__BackingField_3(bool value) { ___U3CIsLegendItemTimesChangedU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_bIfChanged_5() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_bIfChanged_5)); } inline bool get_m_bIfChanged_5() const { return ___m_bIfChanged_5; } inline bool* get_address_of_m_bIfChanged_5() { return &___m_bIfChanged_5; } inline void set_m_bIfChanged_5(bool value) { ___m_bIfChanged_5 = value; } inline static int32_t get_offset_of_m_drawData_6() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_drawData_6)); } inline Dictionary_2_t1764937221 * get_m_drawData_6() const { return ___m_drawData_6; } inline Dictionary_2_t1764937221 ** get_address_of_m_drawData_6() { return &___m_drawData_6; } inline void set_m_drawData_6(Dictionary_2_t1764937221 * value) { ___m_drawData_6 = value; Il2CppCodeGenWriteBarrier((&___m_drawData_6), value); } inline static int32_t get_offset_of_m_DisplayData_7() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_DisplayData_7)); } inline Dictionary_2_t2807764417 * get_m_DisplayData_7() const { return ___m_DisplayData_7; } inline Dictionary_2_t2807764417 ** get_address_of_m_DisplayData_7() { return &___m_DisplayData_7; } inline void set_m_DisplayData_7(Dictionary_2_t2807764417 * value) { ___m_DisplayData_7 = value; Il2CppCodeGenWriteBarrier((&___m_DisplayData_7), value); } inline static int32_t get_offset_of_m_shopData_8() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_shopData_8)); } inline Dictionary_2_t840632218 * get_m_shopData_8() const { return ___m_shopData_8; } inline Dictionary_2_t840632218 ** get_address_of_m_shopData_8() { return &___m_shopData_8; } inline void set_m_shopData_8(Dictionary_2_t840632218 * value) { ___m_shopData_8 = value; Il2CppCodeGenWriteBarrier((&___m_shopData_8), value); } inline static int32_t get_offset_of_m_TreviList_9() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_TreviList_9)); } inline List_1_t3694514730 * get_m_TreviList_9() const { return ___m_TreviList_9; } inline List_1_t3694514730 ** get_address_of_m_TreviList_9() { return &___m_TreviList_9; } inline void set_m_TreviList_9(List_1_t3694514730 * value) { ___m_TreviList_9 = value; Il2CppCodeGenWriteBarrier((&___m_TreviList_9), value); } inline static int32_t get_offset_of_m_CopyTreviList_10() { return static_cast(offsetof(CWishFountainMgr_t2594140948, ___m_CopyTreviList_10)); } inline List_1_t3694514730 * get_m_CopyTreviList_10() const { return ___m_CopyTreviList_10; } inline List_1_t3694514730 ** get_address_of_m_CopyTreviList_10() { return &___m_CopyTreviList_10; } inline void set_m_CopyTreviList_10(List_1_t3694514730 * value) { ___m_CopyTreviList_10 = value; Il2CppCodeGenWriteBarrier((&___m_CopyTreviList_10), value); } }; struct CWishFountainMgr_t2594140948_StaticFields { public: // DMCore.Logic.CWishFountainMgr DMCore.Logic.CWishFountainMgr::s_Instance CWishFountainMgr_t2594140948 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CWishFountainMgr_t2594140948_StaticFields, ___s_Instance_4)); } inline CWishFountainMgr_t2594140948 * get_s_Instance_4() const { return ___s_Instance_4; } inline CWishFountainMgr_t2594140948 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CWishFountainMgr_t2594140948 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CWISHFOUNTAINMGR_T2594140948_H #ifndef 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 TREVITYPE_T2222439988_H #define TREVITYPE_T2222439988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.TreviType struct TreviType_t2222439988 : public RuntimeObject { public: // System.Int32 DMCore.Logic.TreviType::treviID int32_t ___treviID_0; // System.Int32 DMCore.Logic.TreviType::cashType int32_t ___cashType_1; // System.Int32 DMCore.Logic.TreviType::exchangeID int32_t ___exchangeID_2; public: inline static int32_t get_offset_of_treviID_0() { return static_cast(offsetof(TreviType_t2222439988, ___treviID_0)); } inline int32_t get_treviID_0() const { return ___treviID_0; } inline int32_t* get_address_of_treviID_0() { return &___treviID_0; } inline void set_treviID_0(int32_t value) { ___treviID_0 = value; } inline static int32_t get_offset_of_cashType_1() { return static_cast(offsetof(TreviType_t2222439988, ___cashType_1)); } inline int32_t get_cashType_1() const { return ___cashType_1; } inline int32_t* get_address_of_cashType_1() { return &___cashType_1; } inline void set_cashType_1(int32_t value) { ___cashType_1 = value; } inline static int32_t get_offset_of_exchangeID_2() { return static_cast(offsetof(TreviType_t2222439988, ___exchangeID_2)); } inline int32_t get_exchangeID_2() const { return ___exchangeID_2; } inline int32_t* get_address_of_exchangeID_2() { return &___exchangeID_2; } inline void set_exchangeID_2(int32_t value) { ___exchangeID_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TREVITYPE_T2222439988_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 CDRAWITEMDATA_T2876223890_H #define CDRAWITEMDATA_T2876223890_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CDrawItemData struct CDrawItemData_t2876223890 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CDrawItemData::ifFree bool ___ifFree_0; // System.Int32 DMCore.Logic.CDrawItemData::onePrice int32_t ___onePrice_1; // System.Int32 DMCore.Logic.CDrawItemData::tenPrice int32_t ___tenPrice_2; // System.Int32 DMCore.Logic.CDrawItemData::oneGiveID int32_t ___oneGiveID_3; // System.Int32 DMCore.Logic.CDrawItemData::oneGiveCount int32_t ___oneGiveCount_4; // System.Int32 DMCore.Logic.CDrawItemData::vaild int32_t ___vaild_5; // System.Collections.Generic.List`1 DMCore.Logic.CDrawItemData::showID List_1_t128053199 * ___showID_6; public: inline static int32_t get_offset_of_ifFree_0() { return static_cast(offsetof(CDrawItemData_t2876223890, ___ifFree_0)); } inline bool get_ifFree_0() const { return ___ifFree_0; } inline bool* get_address_of_ifFree_0() { return &___ifFree_0; } inline void set_ifFree_0(bool value) { ___ifFree_0 = value; } inline static int32_t get_offset_of_onePrice_1() { return static_cast(offsetof(CDrawItemData_t2876223890, ___onePrice_1)); } inline int32_t get_onePrice_1() const { return ___onePrice_1; } inline int32_t* get_address_of_onePrice_1() { return &___onePrice_1; } inline void set_onePrice_1(int32_t value) { ___onePrice_1 = value; } inline static int32_t get_offset_of_tenPrice_2() { return static_cast(offsetof(CDrawItemData_t2876223890, ___tenPrice_2)); } inline int32_t get_tenPrice_2() const { return ___tenPrice_2; } inline int32_t* get_address_of_tenPrice_2() { return &___tenPrice_2; } inline void set_tenPrice_2(int32_t value) { ___tenPrice_2 = value; } inline static int32_t get_offset_of_oneGiveID_3() { return static_cast(offsetof(CDrawItemData_t2876223890, ___oneGiveID_3)); } inline int32_t get_oneGiveID_3() const { return ___oneGiveID_3; } inline int32_t* get_address_of_oneGiveID_3() { return &___oneGiveID_3; } inline void set_oneGiveID_3(int32_t value) { ___oneGiveID_3 = value; } inline static int32_t get_offset_of_oneGiveCount_4() { return static_cast(offsetof(CDrawItemData_t2876223890, ___oneGiveCount_4)); } inline int32_t get_oneGiveCount_4() const { return ___oneGiveCount_4; } inline int32_t* get_address_of_oneGiveCount_4() { return &___oneGiveCount_4; } inline void set_oneGiveCount_4(int32_t value) { ___oneGiveCount_4 = value; } inline static int32_t get_offset_of_vaild_5() { return static_cast(offsetof(CDrawItemData_t2876223890, ___vaild_5)); } inline int32_t get_vaild_5() const { return ___vaild_5; } inline int32_t* get_address_of_vaild_5() { return &___vaild_5; } inline void set_vaild_5(int32_t value) { ___vaild_5 = value; } inline static int32_t get_offset_of_showID_6() { return static_cast(offsetof(CDrawItemData_t2876223890, ___showID_6)); } inline List_1_t128053199 * get_showID_6() const { return ___showID_6; } inline List_1_t128053199 ** get_address_of_showID_6() { return &___showID_6; } inline void set_showID_6(List_1_t128053199 * value) { ___showID_6 = value; Il2CppCodeGenWriteBarrier((&___showID_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDRAWITEMDATA_T2876223890_H #ifndef CTIMERMANAGER_T4186675208_H #define CTIMERMANAGER_T4186675208_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CTimerManager struct CTimerManager_t4186675208 : public RuntimeObject { public: // BetterList`1 DMCore.Logic.CTimerManager::m_TimerSet BetterList_1_t2996838064 * ___m_TimerSet_0; public: inline static int32_t get_offset_of_m_TimerSet_0() { return static_cast(offsetof(CTimerManager_t4186675208, ___m_TimerSet_0)); } inline BetterList_1_t2996838064 * get_m_TimerSet_0() const { return ___m_TimerSet_0; } inline BetterList_1_t2996838064 ** get_address_of_m_TimerSet_0() { return &___m_TimerSet_0; } inline void set_m_TimerSet_0(BetterList_1_t2996838064 * value) { ___m_TimerSet_0 = value; Il2CppCodeGenWriteBarrier((&___m_TimerSet_0), value); } }; struct CTimerManager_t4186675208_StaticFields { public: // System.Int32 DMCore.Logic.CTimerManager::s_LastTimerID int32_t ___s_LastTimerID_1; // DMCore.Logic.CTimerManager DMCore.Logic.CTimerManager::s_Instance CTimerManager_t4186675208 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_LastTimerID_1() { return static_cast(offsetof(CTimerManager_t4186675208_StaticFields, ___s_LastTimerID_1)); } inline int32_t get_s_LastTimerID_1() const { return ___s_LastTimerID_1; } inline int32_t* get_address_of_s_LastTimerID_1() { return &___s_LastTimerID_1; } inline void set_s_LastTimerID_1(int32_t value) { ___s_LastTimerID_1 = value; } inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CTimerManager_t4186675208_StaticFields, ___s_Instance_2)); } inline CTimerManager_t4186675208 * get_s_Instance_2() const { return ___s_Instance_2; } inline CTimerManager_t4186675208 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CTimerManager_t4186675208 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTIMERMANAGER_T4186675208_H #ifndef CANIMSYSTEM_T3541144328_H #define CANIMSYSTEM_T3541144328_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Movie.CAnimSystem struct CAnimSystem_t3541144328 : public RuntimeObject { public: // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bPaused bool ___m_bPaused_0; // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bEditMode bool ___m_bEditMode_1; // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bIntroduceMode bool ___m_bIntroduceMode_2; // System.Collections.Generic.List`1 DMCore.Framework.Movie.CAnimSystem::m_SequenceAll List_1_t3326345499 * ___m_SequenceAll_3; // System.Single DMCore.Framework.Movie.CAnimSystem::m_curTime float ___m_curTime_4; // System.Int32 DMCore.Framework.Movie.CAnimSystem::m_musicLevel int32_t ___m_musicLevel_5; // System.String DMCore.Framework.Movie.CAnimSystem::m_musicCfgPath String_t* ___m_musicCfgPath_6; // System.Boolean DMCore.Framework.Movie.CAnimSystem::m_bOverTimeAutoStop bool ___m_bOverTimeAutoStop_7; // BetterList`1 DMCore.Framework.Movie.CAnimSystem::m_vStopList BetterList_1_t1002471007 * ___m_vStopList_8; public: inline static int32_t get_offset_of_m_bPaused_0() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bPaused_0)); } inline bool get_m_bPaused_0() const { return ___m_bPaused_0; } inline bool* get_address_of_m_bPaused_0() { return &___m_bPaused_0; } inline void set_m_bPaused_0(bool value) { ___m_bPaused_0 = value; } inline static int32_t get_offset_of_m_bEditMode_1() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bEditMode_1)); } inline bool get_m_bEditMode_1() const { return ___m_bEditMode_1; } inline bool* get_address_of_m_bEditMode_1() { return &___m_bEditMode_1; } inline void set_m_bEditMode_1(bool value) { ___m_bEditMode_1 = value; } inline static int32_t get_offset_of_m_bIntroduceMode_2() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bIntroduceMode_2)); } inline bool get_m_bIntroduceMode_2() const { return ___m_bIntroduceMode_2; } inline bool* get_address_of_m_bIntroduceMode_2() { return &___m_bIntroduceMode_2; } inline void set_m_bIntroduceMode_2(bool value) { ___m_bIntroduceMode_2 = value; } inline static int32_t get_offset_of_m_SequenceAll_3() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_SequenceAll_3)); } inline List_1_t3326345499 * get_m_SequenceAll_3() const { return ___m_SequenceAll_3; } inline List_1_t3326345499 ** get_address_of_m_SequenceAll_3() { return &___m_SequenceAll_3; } inline void set_m_SequenceAll_3(List_1_t3326345499 * value) { ___m_SequenceAll_3 = value; Il2CppCodeGenWriteBarrier((&___m_SequenceAll_3), value); } inline static int32_t get_offset_of_m_curTime_4() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_curTime_4)); } inline float get_m_curTime_4() const { return ___m_curTime_4; } inline float* get_address_of_m_curTime_4() { return &___m_curTime_4; } inline void set_m_curTime_4(float value) { ___m_curTime_4 = value; } inline static int32_t get_offset_of_m_musicLevel_5() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_musicLevel_5)); } inline int32_t get_m_musicLevel_5() const { return ___m_musicLevel_5; } inline int32_t* get_address_of_m_musicLevel_5() { return &___m_musicLevel_5; } inline void set_m_musicLevel_5(int32_t value) { ___m_musicLevel_5 = value; } inline static int32_t get_offset_of_m_musicCfgPath_6() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_musicCfgPath_6)); } inline String_t* get_m_musicCfgPath_6() const { return ___m_musicCfgPath_6; } inline String_t** get_address_of_m_musicCfgPath_6() { return &___m_musicCfgPath_6; } inline void set_m_musicCfgPath_6(String_t* value) { ___m_musicCfgPath_6 = value; Il2CppCodeGenWriteBarrier((&___m_musicCfgPath_6), value); } inline static int32_t get_offset_of_m_bOverTimeAutoStop_7() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_bOverTimeAutoStop_7)); } inline bool get_m_bOverTimeAutoStop_7() const { return ___m_bOverTimeAutoStop_7; } inline bool* get_address_of_m_bOverTimeAutoStop_7() { return &___m_bOverTimeAutoStop_7; } inline void set_m_bOverTimeAutoStop_7(bool value) { ___m_bOverTimeAutoStop_7 = value; } inline static int32_t get_offset_of_m_vStopList_8() { return static_cast(offsetof(CAnimSystem_t3541144328, ___m_vStopList_8)); } inline BetterList_1_t1002471007 * get_m_vStopList_8() const { return ___m_vStopList_8; } inline BetterList_1_t1002471007 ** get_address_of_m_vStopList_8() { return &___m_vStopList_8; } inline void set_m_vStopList_8(BetterList_1_t1002471007 * value) { ___m_vStopList_8 = value; Il2CppCodeGenWriteBarrier((&___m_vStopList_8), value); } }; struct CAnimSystem_t3541144328_StaticFields { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Movie.CAnimSystem::<>f__switch$map4 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4_9; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Movie.CAnimSystem::<>f__switch$map5 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map5_10; // System.Collections.Generic.Dictionary`2 DMCore.Framework.Movie.CAnimSystem::<>f__switch$map6 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map6_11; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map4_9() { return static_cast(offsetof(CAnimSystem_t3541144328_StaticFields, ___U3CU3Ef__switchU24map4_9)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4_9() const { return ___U3CU3Ef__switchU24map4_9; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4_9() { return &___U3CU3Ef__switchU24map4_9; } inline void set_U3CU3Ef__switchU24map4_9(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4_9), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map5_10() { return static_cast(offsetof(CAnimSystem_t3541144328_StaticFields, ___U3CU3Ef__switchU24map5_10)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map5_10() const { return ___U3CU3Ef__switchU24map5_10; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map5_10() { return &___U3CU3Ef__switchU24map5_10; } inline void set_U3CU3Ef__switchU24map5_10(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map5_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map5_10), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map6_11() { return static_cast(offsetof(CAnimSystem_t3541144328_StaticFields, ___U3CU3Ef__switchU24map6_11)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map6_11() const { return ___U3CU3Ef__switchU24map6_11; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map6_11() { return &___U3CU3Ef__switchU24map6_11; } inline void set_U3CU3Ef__switchU24map6_11(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map6_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map6_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANIMSYSTEM_T3541144328_H #ifndef CURRENCYUNIT_T374561803_H #define CURRENCYUNIT_T374561803_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CurrencyUnit struct CurrencyUnit_t374561803 : public RuntimeObject { public: // System.Boolean DMCore.Logic.CurrencyUnit::k__BackingField bool ___U3CIsShowingU3Ek__BackingField_0; // System.Int64 DMCore.Logic.CurrencyUnit::m_PreValue int64_t ___m_PreValue_1; // System.Int64 DMCore.Logic.CurrencyUnit::m_CurValue int64_t ___m_CurValue_2; // System.Boolean DMCore.Logic.CurrencyUnit::m_IsFirstTime bool ___m_IsFirstTime_3; // System.Boolean DMCore.Logic.CurrencyUnit::m_IsChanged bool ___m_IsChanged_4; // System.Boolean DMCore.Logic.CurrencyUnit::m_IsNeedSynchData bool ___m_IsNeedSynchData_5; // System.String DMCore.Logic.CurrencyUnit::m_AniPath String_t* ___m_AniPath_6; // System.String DMCore.Logic.CurrencyUnit::m_AniName String_t* ___m_AniName_7; public: inline static int32_t get_offset_of_U3CIsShowingU3Ek__BackingField_0() { return static_cast(offsetof(CurrencyUnit_t374561803, ___U3CIsShowingU3Ek__BackingField_0)); } inline bool get_U3CIsShowingU3Ek__BackingField_0() const { return ___U3CIsShowingU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsShowingU3Ek__BackingField_0() { return &___U3CIsShowingU3Ek__BackingField_0; } inline void set_U3CIsShowingU3Ek__BackingField_0(bool value) { ___U3CIsShowingU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_PreValue_1() { return static_cast(offsetof(CurrencyUnit_t374561803, ___m_PreValue_1)); } inline int64_t get_m_PreValue_1() const { return ___m_PreValue_1; } inline int64_t* get_address_of_m_PreValue_1() { return &___m_PreValue_1; } inline void set_m_PreValue_1(int64_t value) { ___m_PreValue_1 = value; } inline static int32_t get_offset_of_m_CurValue_2() { return static_cast(offsetof(CurrencyUnit_t374561803, ___m_CurValue_2)); } inline int64_t get_m_CurValue_2() const { return ___m_CurValue_2; } inline int64_t* get_address_of_m_CurValue_2() { return &___m_CurValue_2; } inline void set_m_CurValue_2(int64_t value) { ___m_CurValue_2 = value; } inline static int32_t get_offset_of_m_IsFirstTime_3() { return static_cast(offsetof(CurrencyUnit_t374561803, ___m_IsFirstTime_3)); } inline bool get_m_IsFirstTime_3() const { return ___m_IsFirstTime_3; } inline bool* get_address_of_m_IsFirstTime_3() { return &___m_IsFirstTime_3; } inline void set_m_IsFirstTime_3(bool value) { ___m_IsFirstTime_3 = value; } inline static int32_t get_offset_of_m_IsChanged_4() { return static_cast(offsetof(CurrencyUnit_t374561803, ___m_IsChanged_4)); } inline bool get_m_IsChanged_4() const { return ___m_IsChanged_4; } inline bool* get_address_of_m_IsChanged_4() { return &___m_IsChanged_4; } inline void set_m_IsChanged_4(bool value) { ___m_IsChanged_4 = value; } inline static int32_t get_offset_of_m_IsNeedSynchData_5() { return static_cast(offsetof(CurrencyUnit_t374561803, ___m_IsNeedSynchData_5)); } inline bool get_m_IsNeedSynchData_5() const { return ___m_IsNeedSynchData_5; } inline bool* get_address_of_m_IsNeedSynchData_5() { return &___m_IsNeedSynchData_5; } inline void set_m_IsNeedSynchData_5(bool value) { ___m_IsNeedSynchData_5 = value; } inline static int32_t get_offset_of_m_AniPath_6() { return static_cast(offsetof(CurrencyUnit_t374561803, ___m_AniPath_6)); } inline String_t* get_m_AniPath_6() const { return ___m_AniPath_6; } inline String_t** get_address_of_m_AniPath_6() { return &___m_AniPath_6; } inline void set_m_AniPath_6(String_t* value) { ___m_AniPath_6 = value; Il2CppCodeGenWriteBarrier((&___m_AniPath_6), value); } inline static int32_t get_offset_of_m_AniName_7() { return static_cast(offsetof(CurrencyUnit_t374561803, ___m_AniName_7)); } inline String_t* get_m_AniName_7() const { return ___m_AniName_7; } inline String_t** get_address_of_m_AniName_7() { return &___m_AniName_7; } inline void set_m_AniName_7(String_t* value) { ___m_AniName_7 = value; Il2CppCodeGenWriteBarrier((&___m_AniName_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CURRENCYUNIT_T374561803_H #ifndef IRESHELP_T377823252_H #define IRESHELP_T377823252_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.IResHelp struct IResHelp_t377823252 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.Resource.IResHelp::m_dicProtectedRes Dictionary_2_t2736202052 * ___m_dicProtectedRes_0; // System.Boolean DMCore.Framework.Resource.IResHelp::m_bHighMode bool ___m_bHighMode_1; public: inline static int32_t get_offset_of_m_dicProtectedRes_0() { return static_cast(offsetof(IResHelp_t377823252, ___m_dicProtectedRes_0)); } inline Dictionary_2_t2736202052 * get_m_dicProtectedRes_0() const { return ___m_dicProtectedRes_0; } inline Dictionary_2_t2736202052 ** get_address_of_m_dicProtectedRes_0() { return &___m_dicProtectedRes_0; } inline void set_m_dicProtectedRes_0(Dictionary_2_t2736202052 * value) { ___m_dicProtectedRes_0 = value; Il2CppCodeGenWriteBarrier((&___m_dicProtectedRes_0), value); } inline static int32_t get_offset_of_m_bHighMode_1() { return static_cast(offsetof(IResHelp_t377823252, ___m_bHighMode_1)); } inline bool get_m_bHighMode_1() const { return ___m_bHighMode_1; } inline bool* get_address_of_m_bHighMode_1() { return &___m_bHighMode_1; } inline void set_m_bHighMode_1(bool value) { ___m_bHighMode_1 = value; } }; struct IResHelp_t377823252_StaticFields { public: // DMCore.Framework.Resource.IResHelp DMCore.Framework.Resource.IResHelp::s_Instance IResHelp_t377823252 * ___s_Instance_2; // System.Predicate`1 DMCore.Framework.Resource.IResHelp::<>f__mg$cache0 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache0_3; // System.Predicate`1 DMCore.Framework.Resource.IResHelp::<>f__mg$cache1 Predicate_1_t2672744813 * ___U3CU3Ef__mgU24cache1_4; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(IResHelp_t377823252_StaticFields, ___s_Instance_2)); } inline IResHelp_t377823252 * get_s_Instance_2() const { return ___s_Instance_2; } inline IResHelp_t377823252 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(IResHelp_t377823252 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_3() { return static_cast(offsetof(IResHelp_t377823252_StaticFields, ___U3CU3Ef__mgU24cache0_3)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache0_3() const { return ___U3CU3Ef__mgU24cache0_3; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache0_3() { return &___U3CU3Ef__mgU24cache0_3; } inline void set_U3CU3Ef__mgU24cache0_3(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache0_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_3), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_4() { return static_cast(offsetof(IResHelp_t377823252_StaticFields, ___U3CU3Ef__mgU24cache1_4)); } inline Predicate_1_t2672744813 * get_U3CU3Ef__mgU24cache1_4() const { return ___U3CU3Ef__mgU24cache1_4; } inline Predicate_1_t2672744813 ** get_address_of_U3CU3Ef__mgU24cache1_4() { return &___U3CU3Ef__mgU24cache1_4; } inline void set_U3CU3Ef__mgU24cache1_4(Predicate_1_t2672744813 * value) { ___U3CU3Ef__mgU24cache1_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IRESHELP_T377823252_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 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 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 QUAILFINGAWARDCELLDATA_T3575566913_H #define QUAILFINGAWARDCELLDATA_T3575566913_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // QuailfingAwardCellData struct QuailfingAwardCellData_t3575566913 : public RuntimeObject { public: // System.Int32 QuailfingAwardCellData::k__BackingField int32_t ___U3CAmountU3Ek__BackingField_0; // System.Int32 QuailfingAwardCellData::k__BackingField int32_t ___U3CCellIDU3Ek__BackingField_1; // System.Int32 QuailfingAwardCellData::k__BackingField int32_t ___U3CSexU3Ek__BackingField_2; // System.Int32 QuailfingAwardCellData::k__BackingField int32_t ___U3CVaildU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CAmountU3Ek__BackingField_0() { return static_cast(offsetof(QuailfingAwardCellData_t3575566913, ___U3CAmountU3Ek__BackingField_0)); } inline int32_t get_U3CAmountU3Ek__BackingField_0() const { return ___U3CAmountU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CAmountU3Ek__BackingField_0() { return &___U3CAmountU3Ek__BackingField_0; } inline void set_U3CAmountU3Ek__BackingField_0(int32_t value) { ___U3CAmountU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CCellIDU3Ek__BackingField_1() { return static_cast(offsetof(QuailfingAwardCellData_t3575566913, ___U3CCellIDU3Ek__BackingField_1)); } inline int32_t get_U3CCellIDU3Ek__BackingField_1() const { return ___U3CCellIDU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CCellIDU3Ek__BackingField_1() { return &___U3CCellIDU3Ek__BackingField_1; } inline void set_U3CCellIDU3Ek__BackingField_1(int32_t value) { ___U3CCellIDU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CSexU3Ek__BackingField_2() { return static_cast(offsetof(QuailfingAwardCellData_t3575566913, ___U3CSexU3Ek__BackingField_2)); } inline int32_t get_U3CSexU3Ek__BackingField_2() const { return ___U3CSexU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CSexU3Ek__BackingField_2() { return &___U3CSexU3Ek__BackingField_2; } inline void set_U3CSexU3Ek__BackingField_2(int32_t value) { ___U3CSexU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CVaildU3Ek__BackingField_3() { return static_cast(offsetof(QuailfingAwardCellData_t3575566913, ___U3CVaildU3Ek__BackingField_3)); } inline int32_t get_U3CVaildU3Ek__BackingField_3() const { return ___U3CVaildU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CVaildU3Ek__BackingField_3() { return &___U3CVaildU3Ek__BackingField_3; } inline void set_U3CVaildU3Ek__BackingField_3(int32_t value) { ___U3CVaildU3Ek__BackingField_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUAILFINGAWARDCELLDATA_T3575566913_H #ifndef U3CLOADRESOURCEU3EC__ITERATOR0_T388930112_H #define U3CLOADRESOURCEU3EC__ITERATOR0_T388930112_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // PVEScore/c__Iterator0 struct U3CLoadResourceU3Ec__Iterator0_t388930112 : public RuntimeObject { public: // System.String PVEScore/c__Iterator0::resName String_t* ___resName_0; // System.Object PVEScore/c__Iterator0::$current RuntimeObject * ___U24current_1; // System.Boolean PVEScore/c__Iterator0::$disposing bool ___U24disposing_2; // System.Int32 PVEScore/c__Iterator0::$PC int32_t ___U24PC_3; public: inline static int32_t get_offset_of_resName_0() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t388930112, ___resName_0)); } inline String_t* get_resName_0() const { return ___resName_0; } inline String_t** get_address_of_resName_0() { return &___resName_0; } inline void set_resName_0(String_t* value) { ___resName_0 = value; Il2CppCodeGenWriteBarrier((&___resName_0), value); } inline static int32_t get_offset_of_U24current_1() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t388930112, ___U24current_1)); } inline RuntimeObject * get_U24current_1() const { return ___U24current_1; } inline RuntimeObject ** get_address_of_U24current_1() { return &___U24current_1; } inline void set_U24current_1(RuntimeObject * value) { ___U24current_1 = value; Il2CppCodeGenWriteBarrier((&___U24current_1), value); } inline static int32_t get_offset_of_U24disposing_2() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t388930112, ___U24disposing_2)); } inline bool get_U24disposing_2() const { return ___U24disposing_2; } inline bool* get_address_of_U24disposing_2() { return &___U24disposing_2; } inline void set_U24disposing_2(bool value) { ___U24disposing_2 = value; } inline static int32_t get_offset_of_U24PC_3() { return static_cast(offsetof(U3CLoadResourceU3Ec__Iterator0_t388930112, ___U24PC_3)); } inline int32_t get_U24PC_3() const { return ___U24PC_3; } inline int32_t* get_address_of_U24PC_3() { return &___U24PC_3; } inline void set_U24PC_3(int32_t value) { ___U24PC_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CLOADRESOURCEU3EC__ITERATOR0_T388930112_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 PROFESSTYPE_T1699854932_H #define PROFESSTYPE_T1699854932_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ProfessType struct ProfessType_t1699854932 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROFESSTYPE_T1699854932_H #ifndef BETTERLIST_1_T269126732_H #define BETTERLIST_1_T269126732_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_t269126732 : public RuntimeObject { public: // T[] BetterList`1::buffer PlayerInfoU5BU5D_t1241674075* ___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_t269126732, ___buffer_0)); } inline PlayerInfoU5BU5D_t1241674075* get_buffer_0() const { return ___buffer_0; } inline PlayerInfoU5BU5D_t1241674075** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(PlayerInfoU5BU5D_t1241674075* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t269126732, ___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_T269126732_H #ifndef BEATKEYRESULT_T1335677305_H #define BEATKEYRESULT_T1335677305_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.BeatKeyResult struct BeatKeyResult_t1335677305 : public RuntimeObject { public: // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.BeatKeyResult::_GreatCnt CEncrptHelp_Int_t51280996 * ____GreatCnt_0; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.BeatKeyResult::_CoolCnt CEncrptHelp_Int_t51280996 * ____CoolCnt_1; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.BeatKeyResult::_MissCnt CEncrptHelp_Int_t51280996 * ____MissCnt_2; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.BeatKeyResult::_Score CEncrptHelp_Int_t51280996 * ____Score_3; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.BeatKeyResult::_PerfectCnt CEncrptHelp_Int_t51280996 * ____PerfectCnt_4; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.BeatKeyResult::_MaxCombo CEncrptHelp_Int_t51280996 * ____MaxCombo_5; public: inline static int32_t get_offset_of__GreatCnt_0() { return static_cast(offsetof(BeatKeyResult_t1335677305, ____GreatCnt_0)); } inline CEncrptHelp_Int_t51280996 * get__GreatCnt_0() const { return ____GreatCnt_0; } inline CEncrptHelp_Int_t51280996 ** get_address_of__GreatCnt_0() { return &____GreatCnt_0; } inline void set__GreatCnt_0(CEncrptHelp_Int_t51280996 * value) { ____GreatCnt_0 = value; Il2CppCodeGenWriteBarrier((&____GreatCnt_0), value); } inline static int32_t get_offset_of__CoolCnt_1() { return static_cast(offsetof(BeatKeyResult_t1335677305, ____CoolCnt_1)); } inline CEncrptHelp_Int_t51280996 * get__CoolCnt_1() const { return ____CoolCnt_1; } inline CEncrptHelp_Int_t51280996 ** get_address_of__CoolCnt_1() { return &____CoolCnt_1; } inline void set__CoolCnt_1(CEncrptHelp_Int_t51280996 * value) { ____CoolCnt_1 = value; Il2CppCodeGenWriteBarrier((&____CoolCnt_1), value); } inline static int32_t get_offset_of__MissCnt_2() { return static_cast(offsetof(BeatKeyResult_t1335677305, ____MissCnt_2)); } inline CEncrptHelp_Int_t51280996 * get__MissCnt_2() const { return ____MissCnt_2; } inline CEncrptHelp_Int_t51280996 ** get_address_of__MissCnt_2() { return &____MissCnt_2; } inline void set__MissCnt_2(CEncrptHelp_Int_t51280996 * value) { ____MissCnt_2 = value; Il2CppCodeGenWriteBarrier((&____MissCnt_2), value); } inline static int32_t get_offset_of__Score_3() { return static_cast(offsetof(BeatKeyResult_t1335677305, ____Score_3)); } inline CEncrptHelp_Int_t51280996 * get__Score_3() const { return ____Score_3; } inline CEncrptHelp_Int_t51280996 ** get_address_of__Score_3() { return &____Score_3; } inline void set__Score_3(CEncrptHelp_Int_t51280996 * value) { ____Score_3 = value; Il2CppCodeGenWriteBarrier((&____Score_3), value); } inline static int32_t get_offset_of__PerfectCnt_4() { return static_cast(offsetof(BeatKeyResult_t1335677305, ____PerfectCnt_4)); } inline CEncrptHelp_Int_t51280996 * get__PerfectCnt_4() const { return ____PerfectCnt_4; } inline CEncrptHelp_Int_t51280996 ** get_address_of__PerfectCnt_4() { return &____PerfectCnt_4; } inline void set__PerfectCnt_4(CEncrptHelp_Int_t51280996 * value) { ____PerfectCnt_4 = value; Il2CppCodeGenWriteBarrier((&____PerfectCnt_4), value); } inline static int32_t get_offset_of__MaxCombo_5() { return static_cast(offsetof(BeatKeyResult_t1335677305, ____MaxCombo_5)); } inline CEncrptHelp_Int_t51280996 * get__MaxCombo_5() const { return ____MaxCombo_5; } inline CEncrptHelp_Int_t51280996 ** get_address_of__MaxCombo_5() { return &____MaxCombo_5; } inline void set__MaxCombo_5(CEncrptHelp_Int_t51280996 * value) { ____MaxCombo_5 = value; Il2CppCodeGenWriteBarrier((&____MaxCombo_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BEATKEYRESULT_T1335677305_H #ifndef CPINDANMANAGER_T730261733_H #define CPINDANMANAGER_T730261733_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPindanManager struct CPindanManager_t730261733 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPindanManager::k__BackingField int32_t ___U3CLastActiveIndexU3Ek__BackingField_0; // System.Int32 DMCore.Logic.CPindanManager::k__BackingField int32_t ___U3CActiveIndexU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CPindanManager::k__BackingField int32_t ___U3CCurrentPindanIDU3Ek__BackingField_2; // System.Int32 DMCore.Logic.CPindanManager::k__BackingField int32_t ___U3CTotalOrderNumberU3Ek__BackingField_3; // System.Collections.Generic.List`1 DMCore.Logic.CPindanManager::m_pinShopList List_1_t1290268968 * ___m_pinShopList_5; // System.Collections.Generic.List`1 DMCore.Logic.CPindanManager::m_pinList List_1_t3044171863 * ___m_pinList_6; // System.Collections.Generic.List`1 DMCore.Logic.CPindanManager::m_completeList List_1_t2925477792 * ___m_completeList_7; // System.Collections.Generic.List`1 DMCore.Logic.CPindanManager::m_inviteList List_1_t2358551301 * ___m_inviteList_8; // System.Collections.Generic.List`1 DMCore.Logic.CPindanManager::m_joinList List_1_t4280442762 * ___m_joinList_9; // System.Collections.Generic.List`1 DMCore.Logic.CPindanManager::m_checkboxList List_1_t3748208937 * ___m_checkboxList_10; // System.Collections.Generic.List`1 DMCore.Logic.CPindanManager::m_selectPIdList List_1_t128053199 * ___m_selectPIdList_11; // CDataModelInt DMCore.Logic.CPindanManager::m_refreshPage CDataModelInt_t3463393640 * ___m_refreshPage_12; // System.Boolean DMCore.Logic.CPindanManager::m_bRefresh bool ___m_bRefresh_13; // System.Int32 DMCore.Logic.CPindanManager::m_buyShopID int32_t ___m_buyShopID_14; public: inline static int32_t get_offset_of_U3CLastActiveIndexU3Ek__BackingField_0() { return static_cast(offsetof(CPindanManager_t730261733, ___U3CLastActiveIndexU3Ek__BackingField_0)); } inline int32_t get_U3CLastActiveIndexU3Ek__BackingField_0() const { return ___U3CLastActiveIndexU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CLastActiveIndexU3Ek__BackingField_0() { return &___U3CLastActiveIndexU3Ek__BackingField_0; } inline void set_U3CLastActiveIndexU3Ek__BackingField_0(int32_t value) { ___U3CLastActiveIndexU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CActiveIndexU3Ek__BackingField_1() { return static_cast(offsetof(CPindanManager_t730261733, ___U3CActiveIndexU3Ek__BackingField_1)); } inline int32_t get_U3CActiveIndexU3Ek__BackingField_1() const { return ___U3CActiveIndexU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CActiveIndexU3Ek__BackingField_1() { return &___U3CActiveIndexU3Ek__BackingField_1; } inline void set_U3CActiveIndexU3Ek__BackingField_1(int32_t value) { ___U3CActiveIndexU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CCurrentPindanIDU3Ek__BackingField_2() { return static_cast(offsetof(CPindanManager_t730261733, ___U3CCurrentPindanIDU3Ek__BackingField_2)); } inline int32_t get_U3CCurrentPindanIDU3Ek__BackingField_2() const { return ___U3CCurrentPindanIDU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CCurrentPindanIDU3Ek__BackingField_2() { return &___U3CCurrentPindanIDU3Ek__BackingField_2; } inline void set_U3CCurrentPindanIDU3Ek__BackingField_2(int32_t value) { ___U3CCurrentPindanIDU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CTotalOrderNumberU3Ek__BackingField_3() { return static_cast(offsetof(CPindanManager_t730261733, ___U3CTotalOrderNumberU3Ek__BackingField_3)); } inline int32_t get_U3CTotalOrderNumberU3Ek__BackingField_3() const { return ___U3CTotalOrderNumberU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CTotalOrderNumberU3Ek__BackingField_3() { return &___U3CTotalOrderNumberU3Ek__BackingField_3; } inline void set_U3CTotalOrderNumberU3Ek__BackingField_3(int32_t value) { ___U3CTotalOrderNumberU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_m_pinShopList_5() { return static_cast(offsetof(CPindanManager_t730261733, ___m_pinShopList_5)); } inline List_1_t1290268968 * get_m_pinShopList_5() const { return ___m_pinShopList_5; } inline List_1_t1290268968 ** get_address_of_m_pinShopList_5() { return &___m_pinShopList_5; } inline void set_m_pinShopList_5(List_1_t1290268968 * value) { ___m_pinShopList_5 = value; Il2CppCodeGenWriteBarrier((&___m_pinShopList_5), value); } inline static int32_t get_offset_of_m_pinList_6() { return static_cast(offsetof(CPindanManager_t730261733, ___m_pinList_6)); } inline List_1_t3044171863 * get_m_pinList_6() const { return ___m_pinList_6; } inline List_1_t3044171863 ** get_address_of_m_pinList_6() { return &___m_pinList_6; } inline void set_m_pinList_6(List_1_t3044171863 * value) { ___m_pinList_6 = value; Il2CppCodeGenWriteBarrier((&___m_pinList_6), value); } inline static int32_t get_offset_of_m_completeList_7() { return static_cast(offsetof(CPindanManager_t730261733, ___m_completeList_7)); } inline List_1_t2925477792 * get_m_completeList_7() const { return ___m_completeList_7; } inline List_1_t2925477792 ** get_address_of_m_completeList_7() { return &___m_completeList_7; } inline void set_m_completeList_7(List_1_t2925477792 * value) { ___m_completeList_7 = value; Il2CppCodeGenWriteBarrier((&___m_completeList_7), value); } inline static int32_t get_offset_of_m_inviteList_8() { return static_cast(offsetof(CPindanManager_t730261733, ___m_inviteList_8)); } inline List_1_t2358551301 * get_m_inviteList_8() const { return ___m_inviteList_8; } inline List_1_t2358551301 ** get_address_of_m_inviteList_8() { return &___m_inviteList_8; } inline void set_m_inviteList_8(List_1_t2358551301 * value) { ___m_inviteList_8 = value; Il2CppCodeGenWriteBarrier((&___m_inviteList_8), value); } inline static int32_t get_offset_of_m_joinList_9() { return static_cast(offsetof(CPindanManager_t730261733, ___m_joinList_9)); } inline List_1_t4280442762 * get_m_joinList_9() const { return ___m_joinList_9; } inline List_1_t4280442762 ** get_address_of_m_joinList_9() { return &___m_joinList_9; } inline void set_m_joinList_9(List_1_t4280442762 * value) { ___m_joinList_9 = value; Il2CppCodeGenWriteBarrier((&___m_joinList_9), value); } inline static int32_t get_offset_of_m_checkboxList_10() { return static_cast(offsetof(CPindanManager_t730261733, ___m_checkboxList_10)); } inline List_1_t3748208937 * get_m_checkboxList_10() const { return ___m_checkboxList_10; } inline List_1_t3748208937 ** get_address_of_m_checkboxList_10() { return &___m_checkboxList_10; } inline void set_m_checkboxList_10(List_1_t3748208937 * value) { ___m_checkboxList_10 = value; Il2CppCodeGenWriteBarrier((&___m_checkboxList_10), value); } inline static int32_t get_offset_of_m_selectPIdList_11() { return static_cast(offsetof(CPindanManager_t730261733, ___m_selectPIdList_11)); } inline List_1_t128053199 * get_m_selectPIdList_11() const { return ___m_selectPIdList_11; } inline List_1_t128053199 ** get_address_of_m_selectPIdList_11() { return &___m_selectPIdList_11; } inline void set_m_selectPIdList_11(List_1_t128053199 * value) { ___m_selectPIdList_11 = value; Il2CppCodeGenWriteBarrier((&___m_selectPIdList_11), value); } inline static int32_t get_offset_of_m_refreshPage_12() { return static_cast(offsetof(CPindanManager_t730261733, ___m_refreshPage_12)); } inline CDataModelInt_t3463393640 * get_m_refreshPage_12() const { return ___m_refreshPage_12; } inline CDataModelInt_t3463393640 ** get_address_of_m_refreshPage_12() { return &___m_refreshPage_12; } inline void set_m_refreshPage_12(CDataModelInt_t3463393640 * value) { ___m_refreshPage_12 = value; Il2CppCodeGenWriteBarrier((&___m_refreshPage_12), value); } inline static int32_t get_offset_of_m_bRefresh_13() { return static_cast(offsetof(CPindanManager_t730261733, ___m_bRefresh_13)); } inline bool get_m_bRefresh_13() const { return ___m_bRefresh_13; } inline bool* get_address_of_m_bRefresh_13() { return &___m_bRefresh_13; } inline void set_m_bRefresh_13(bool value) { ___m_bRefresh_13 = value; } inline static int32_t get_offset_of_m_buyShopID_14() { return static_cast(offsetof(CPindanManager_t730261733, ___m_buyShopID_14)); } inline int32_t get_m_buyShopID_14() const { return ___m_buyShopID_14; } inline int32_t* get_address_of_m_buyShopID_14() { return &___m_buyShopID_14; } inline void set_m_buyShopID_14(int32_t value) { ___m_buyShopID_14 = value; } }; struct CPindanManager_t730261733_StaticFields { public: // DMCore.Logic.CPindanManager DMCore.Logic.CPindanManager::s_Instance CPindanManager_t730261733 * ___s_Instance_4; public: inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(CPindanManager_t730261733_StaticFields, ___s_Instance_4)); } inline CPindanManager_t730261733 * get_s_Instance_4() const { return ___s_Instance_4; } inline CPindanManager_t730261733 ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(CPindanManager_t730261733 * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPINDANMANAGER_T730261733_H #ifndef CDANCEMODE_T1520520494_H #define CDANCEMODE_T1520520494_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceMode struct CDanceMode_t1520520494 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.DanceMode.CDanceMode::m_listActive Dictionary_2_t757155719 * ___m_listActive_0; // System.Collections.Generic.List`1 DMCore.DanceMode.CDanceMode::m_listSection List_1_t2376830540 * ___m_listSection_1; // System.Collections.Generic.List`1 DMCore.DanceMode.CDanceMode::m_listGiveLike List_1_t1621593514 * ___m_listGiveLike_2; // System.Collections.Generic.List`1 DMCore.DanceMode.CDanceMode::m_ListUserId List_1_t128053199 * ___m_ListUserId_3; // System.Int32 DMCore.DanceMode.CDanceMode::m_SectionIndex int32_t ___m_SectionIndex_4; // System.Int32 DMCore.DanceMode.CDanceMode::m_SectionCount int32_t ___m_SectionCount_5; // System.Int32 DMCore.DanceMode.CDanceMode::m_ServerResultSectionIndex int32_t ___m_ServerResultSectionIndex_6; // DMCore.DanceMode.CDanceMode/OnRoleAnimEnd DMCore.DanceMode.CDanceMode::m_ptrRoleAnimEnd OnRoleAnimEnd_t3559497459 * ___m_ptrRoleAnimEnd_8; public: inline static int32_t get_offset_of_m_listActive_0() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_listActive_0)); } inline Dictionary_2_t757155719 * get_m_listActive_0() const { return ___m_listActive_0; } inline Dictionary_2_t757155719 ** get_address_of_m_listActive_0() { return &___m_listActive_0; } inline void set_m_listActive_0(Dictionary_2_t757155719 * value) { ___m_listActive_0 = value; Il2CppCodeGenWriteBarrier((&___m_listActive_0), value); } inline static int32_t get_offset_of_m_listSection_1() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_listSection_1)); } inline List_1_t2376830540 * get_m_listSection_1() const { return ___m_listSection_1; } inline List_1_t2376830540 ** get_address_of_m_listSection_1() { return &___m_listSection_1; } inline void set_m_listSection_1(List_1_t2376830540 * value) { ___m_listSection_1 = value; Il2CppCodeGenWriteBarrier((&___m_listSection_1), value); } inline static int32_t get_offset_of_m_listGiveLike_2() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_listGiveLike_2)); } inline List_1_t1621593514 * get_m_listGiveLike_2() const { return ___m_listGiveLike_2; } inline List_1_t1621593514 ** get_address_of_m_listGiveLike_2() { return &___m_listGiveLike_2; } inline void set_m_listGiveLike_2(List_1_t1621593514 * value) { ___m_listGiveLike_2 = value; Il2CppCodeGenWriteBarrier((&___m_listGiveLike_2), value); } inline static int32_t get_offset_of_m_ListUserId_3() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_ListUserId_3)); } inline List_1_t128053199 * get_m_ListUserId_3() const { return ___m_ListUserId_3; } inline List_1_t128053199 ** get_address_of_m_ListUserId_3() { return &___m_ListUserId_3; } inline void set_m_ListUserId_3(List_1_t128053199 * value) { ___m_ListUserId_3 = value; Il2CppCodeGenWriteBarrier((&___m_ListUserId_3), value); } inline static int32_t get_offset_of_m_SectionIndex_4() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_SectionIndex_4)); } inline int32_t get_m_SectionIndex_4() const { return ___m_SectionIndex_4; } inline int32_t* get_address_of_m_SectionIndex_4() { return &___m_SectionIndex_4; } inline void set_m_SectionIndex_4(int32_t value) { ___m_SectionIndex_4 = value; } inline static int32_t get_offset_of_m_SectionCount_5() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_SectionCount_5)); } inline int32_t get_m_SectionCount_5() const { return ___m_SectionCount_5; } inline int32_t* get_address_of_m_SectionCount_5() { return &___m_SectionCount_5; } inline void set_m_SectionCount_5(int32_t value) { ___m_SectionCount_5 = value; } inline static int32_t get_offset_of_m_ServerResultSectionIndex_6() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_ServerResultSectionIndex_6)); } inline int32_t get_m_ServerResultSectionIndex_6() const { return ___m_ServerResultSectionIndex_6; } inline int32_t* get_address_of_m_ServerResultSectionIndex_6() { return &___m_ServerResultSectionIndex_6; } inline void set_m_ServerResultSectionIndex_6(int32_t value) { ___m_ServerResultSectionIndex_6 = value; } inline static int32_t get_offset_of_m_ptrRoleAnimEnd_8() { return static_cast(offsetof(CDanceMode_t1520520494, ___m_ptrRoleAnimEnd_8)); } inline OnRoleAnimEnd_t3559497459 * get_m_ptrRoleAnimEnd_8() const { return ___m_ptrRoleAnimEnd_8; } inline OnRoleAnimEnd_t3559497459 ** get_address_of_m_ptrRoleAnimEnd_8() { return &___m_ptrRoleAnimEnd_8; } inline void set_m_ptrRoleAnimEnd_8(OnRoleAnimEnd_t3559497459 * value) { ___m_ptrRoleAnimEnd_8 = value; Il2CppCodeGenWriteBarrier((&___m_ptrRoleAnimEnd_8), value); } }; struct CDanceMode_t1520520494_StaticFields { public: // DMCore.DanceMode.CSectionRoleTask DMCore.DanceMode.CDanceMode::s_roleTask CSectionRoleTask_t2014828986 * ___s_roleTask_7; // System.Comparison`1 DMCore.DanceMode.CDanceMode::<>f__mg$cache0 Comparison_1_t679686977 * ___U3CU3Ef__mgU24cache0_9; // System.Comparison`1 DMCore.DanceMode.CDanceMode::<>f__mg$cache1 Comparison_1_t679686977 * ___U3CU3Ef__mgU24cache1_10; public: inline static int32_t get_offset_of_s_roleTask_7() { return static_cast(offsetof(CDanceMode_t1520520494_StaticFields, ___s_roleTask_7)); } inline CSectionRoleTask_t2014828986 * get_s_roleTask_7() const { return ___s_roleTask_7; } inline CSectionRoleTask_t2014828986 ** get_address_of_s_roleTask_7() { return &___s_roleTask_7; } inline void set_s_roleTask_7(CSectionRoleTask_t2014828986 * value) { ___s_roleTask_7 = value; Il2CppCodeGenWriteBarrier((&___s_roleTask_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_9() { return static_cast(offsetof(CDanceMode_t1520520494_StaticFields, ___U3CU3Ef__mgU24cache0_9)); } inline Comparison_1_t679686977 * get_U3CU3Ef__mgU24cache0_9() const { return ___U3CU3Ef__mgU24cache0_9; } inline Comparison_1_t679686977 ** get_address_of_U3CU3Ef__mgU24cache0_9() { return &___U3CU3Ef__mgU24cache0_9; } inline void set_U3CU3Ef__mgU24cache0_9(Comparison_1_t679686977 * value) { ___U3CU3Ef__mgU24cache0_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_9), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_10() { return static_cast(offsetof(CDanceMode_t1520520494_StaticFields, ___U3CU3Ef__mgU24cache1_10)); } inline Comparison_1_t679686977 * get_U3CU3Ef__mgU24cache1_10() const { return ___U3CU3Ef__mgU24cache1_10; } inline Comparison_1_t679686977 ** get_address_of_U3CU3Ef__mgU24cache1_10() { return &___U3CU3Ef__mgU24cache1_10; } inline void set_U3CU3Ef__mgU24cache1_10(Comparison_1_t679686977 * value) { ___U3CU3Ef__mgU24cache1_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDANCEMODE_T1520520494_H #ifndef SKILLINFO_T3175174670_H #define SKILLINFO_T3175174670_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.SkillInfo struct SkillInfo_t3175174670 : public RuntimeObject { public: // System.Int32 DMCore.Logic.SkillInfo::SkillId int32_t ___SkillId_0; // System.String DMCore.Logic.SkillInfo::SkillName String_t* ___SkillName_1; // System.Int32 DMCore.Logic.SkillInfo::level int32_t ___level_2; // System.Int32 DMCore.Logic.SkillInfo::ItemOrValueId int32_t ___ItemOrValueId_3; // System.Int32 DMCore.Logic.SkillInfo::CalcType int32_t ___CalcType_4; // System.Single DMCore.Logic.SkillInfo::value float ___value_5; // System.Int32 DMCore.Logic.SkillInfo::MaxUseCount int32_t ___MaxUseCount_6; // System.String DMCore.Logic.SkillInfo::icon String_t* ___icon_7; // System.String DMCore.Logic.SkillInfo::desc String_t* ___desc_8; public: inline static int32_t get_offset_of_SkillId_0() { return static_cast(offsetof(SkillInfo_t3175174670, ___SkillId_0)); } inline int32_t get_SkillId_0() const { return ___SkillId_0; } inline int32_t* get_address_of_SkillId_0() { return &___SkillId_0; } inline void set_SkillId_0(int32_t value) { ___SkillId_0 = value; } inline static int32_t get_offset_of_SkillName_1() { return static_cast(offsetof(SkillInfo_t3175174670, ___SkillName_1)); } inline String_t* get_SkillName_1() const { return ___SkillName_1; } inline String_t** get_address_of_SkillName_1() { return &___SkillName_1; } inline void set_SkillName_1(String_t* value) { ___SkillName_1 = value; Il2CppCodeGenWriteBarrier((&___SkillName_1), value); } inline static int32_t get_offset_of_level_2() { return static_cast(offsetof(SkillInfo_t3175174670, ___level_2)); } inline int32_t get_level_2() const { return ___level_2; } inline int32_t* get_address_of_level_2() { return &___level_2; } inline void set_level_2(int32_t value) { ___level_2 = value; } inline static int32_t get_offset_of_ItemOrValueId_3() { return static_cast(offsetof(SkillInfo_t3175174670, ___ItemOrValueId_3)); } inline int32_t get_ItemOrValueId_3() const { return ___ItemOrValueId_3; } inline int32_t* get_address_of_ItemOrValueId_3() { return &___ItemOrValueId_3; } inline void set_ItemOrValueId_3(int32_t value) { ___ItemOrValueId_3 = value; } inline static int32_t get_offset_of_CalcType_4() { return static_cast(offsetof(SkillInfo_t3175174670, ___CalcType_4)); } inline int32_t get_CalcType_4() const { return ___CalcType_4; } inline int32_t* get_address_of_CalcType_4() { return &___CalcType_4; } inline void set_CalcType_4(int32_t value) { ___CalcType_4 = value; } inline static int32_t get_offset_of_value_5() { return static_cast(offsetof(SkillInfo_t3175174670, ___value_5)); } inline float get_value_5() const { return ___value_5; } inline float* get_address_of_value_5() { return &___value_5; } inline void set_value_5(float value) { ___value_5 = value; } inline static int32_t get_offset_of_MaxUseCount_6() { return static_cast(offsetof(SkillInfo_t3175174670, ___MaxUseCount_6)); } inline int32_t get_MaxUseCount_6() const { return ___MaxUseCount_6; } inline int32_t* get_address_of_MaxUseCount_6() { return &___MaxUseCount_6; } inline void set_MaxUseCount_6(int32_t value) { ___MaxUseCount_6 = value; } inline static int32_t get_offset_of_icon_7() { return static_cast(offsetof(SkillInfo_t3175174670, ___icon_7)); } inline String_t* get_icon_7() const { return ___icon_7; } inline String_t** get_address_of_icon_7() { return &___icon_7; } inline void set_icon_7(String_t* value) { ___icon_7 = value; Il2CppCodeGenWriteBarrier((&___icon_7), value); } inline static int32_t get_offset_of_desc_8() { return static_cast(offsetof(SkillInfo_t3175174670, ___desc_8)); } inline String_t* get_desc_8() const { return ___desc_8; } inline String_t** get_address_of_desc_8() { return &___desc_8; } inline void set_desc_8(String_t* value) { ___desc_8 = value; Il2CppCodeGenWriteBarrier((&___desc_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SKILLINFO_T3175174670_H #ifndef CROLEBEATKEYDATA_TOTAL_T538171442_H #define CROLEBEATKEYDATA_TOTAL_T538171442_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CRoleBeatKeyData_Total struct CRoleBeatKeyData_Total_t538171442 : public RuntimeObject { public: // System.Int64 DMCore.DanceMode.CRoleBeatKeyData_Total::userId int64_t ___userId_0; // System.Int32 DMCore.DanceMode.CRoleBeatKeyData_Total::winCount int32_t ___winCount_1; // System.String DMCore.DanceMode.CRoleBeatKeyData_Total::userName String_t* ___userName_2; // System.Int32 DMCore.DanceMode.CRoleBeatKeyData_Total::maxCombo int32_t ___maxCombo_3; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.CRoleBeatKeyData_Total::_scoreEncrpt CEncrptHelp_Int_t51280996 * ____scoreEncrpt_4; public: inline static int32_t get_offset_of_userId_0() { return static_cast(offsetof(CRoleBeatKeyData_Total_t538171442, ___userId_0)); } inline int64_t get_userId_0() const { return ___userId_0; } inline int64_t* get_address_of_userId_0() { return &___userId_0; } inline void set_userId_0(int64_t value) { ___userId_0 = value; } inline static int32_t get_offset_of_winCount_1() { return static_cast(offsetof(CRoleBeatKeyData_Total_t538171442, ___winCount_1)); } inline int32_t get_winCount_1() const { return ___winCount_1; } inline int32_t* get_address_of_winCount_1() { return &___winCount_1; } inline void set_winCount_1(int32_t value) { ___winCount_1 = value; } inline static int32_t get_offset_of_userName_2() { return static_cast(offsetof(CRoleBeatKeyData_Total_t538171442, ___userName_2)); } inline String_t* get_userName_2() const { return ___userName_2; } inline String_t** get_address_of_userName_2() { return &___userName_2; } inline void set_userName_2(String_t* value) { ___userName_2 = value; Il2CppCodeGenWriteBarrier((&___userName_2), value); } inline static int32_t get_offset_of_maxCombo_3() { return static_cast(offsetof(CRoleBeatKeyData_Total_t538171442, ___maxCombo_3)); } inline int32_t get_maxCombo_3() const { return ___maxCombo_3; } inline int32_t* get_address_of_maxCombo_3() { return &___maxCombo_3; } inline void set_maxCombo_3(int32_t value) { ___maxCombo_3 = value; } inline static int32_t get_offset_of__scoreEncrpt_4() { return static_cast(offsetof(CRoleBeatKeyData_Total_t538171442, ____scoreEncrpt_4)); } inline CEncrptHelp_Int_t51280996 * get__scoreEncrpt_4() const { return ____scoreEncrpt_4; } inline CEncrptHelp_Int_t51280996 ** get_address_of__scoreEncrpt_4() { return &____scoreEncrpt_4; } inline void set__scoreEncrpt_4(CEncrptHelp_Int_t51280996 * value) { ____scoreEncrpt_4 = value; Il2CppCodeGenWriteBarrier((&____scoreEncrpt_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROLEBEATKEYDATA_TOTAL_T538171442_H #ifndef CCHANGENAMEMANAGER_T2068867582_H #define CCHANGENAMEMANAGER_T2068867582_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CChangeNameManager struct CChangeNameManager_t2068867582 : public RuntimeObject { public: // DMCore.Logic.CChangeNameInfo DMCore.Logic.CChangeNameManager::_info_set CChangeNameInfo_t1998310127 * ____info_set_0; // System.Boolean DMCore.Logic.CChangeNameManager::_is_need_refresh_name bool ____is_need_refresh_name_1; // System.String DMCore.Logic.CChangeNameManager::_new_name String_t* ____new_name_2; public: inline static int32_t get_offset_of__info_set_0() { return static_cast(offsetof(CChangeNameManager_t2068867582, ____info_set_0)); } inline CChangeNameInfo_t1998310127 * get__info_set_0() const { return ____info_set_0; } inline CChangeNameInfo_t1998310127 ** get_address_of__info_set_0() { return &____info_set_0; } inline void set__info_set_0(CChangeNameInfo_t1998310127 * value) { ____info_set_0 = value; Il2CppCodeGenWriteBarrier((&____info_set_0), value); } inline static int32_t get_offset_of__is_need_refresh_name_1() { return static_cast(offsetof(CChangeNameManager_t2068867582, ____is_need_refresh_name_1)); } inline bool get__is_need_refresh_name_1() const { return ____is_need_refresh_name_1; } inline bool* get_address_of__is_need_refresh_name_1() { return &____is_need_refresh_name_1; } inline void set__is_need_refresh_name_1(bool value) { ____is_need_refresh_name_1 = value; } inline static int32_t get_offset_of__new_name_2() { return static_cast(offsetof(CChangeNameManager_t2068867582, ____new_name_2)); } inline String_t* get__new_name_2() const { return ____new_name_2; } inline String_t** get_address_of__new_name_2() { return &____new_name_2; } inline void set__new_name_2(String_t* value) { ____new_name_2 = value; Il2CppCodeGenWriteBarrier((&____new_name_2), value); } }; struct CChangeNameManager_t2068867582_StaticFields { public: // DMCore.Logic.CChangeNameManager DMCore.Logic.CChangeNameManager::s_instance CChangeNameManager_t2068867582 * ___s_instance_3; public: inline static int32_t get_offset_of_s_instance_3() { return static_cast(offsetof(CChangeNameManager_t2068867582_StaticFields, ___s_instance_3)); } inline CChangeNameManager_t2068867582 * get_s_instance_3() const { return ___s_instance_3; } inline CChangeNameManager_t2068867582 ** get_address_of_s_instance_3() { return &___s_instance_3; } inline void set_s_instance_3(CChangeNameManager_t2068867582 * value) { ___s_instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCHANGENAMEMANAGER_T2068867582_H #ifndef ITEXTBASE_T660344599_H #define ITEXTBASE_T660344599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.ITextBase struct ITextBase_t660344599 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 DMCore.Framework.ITextBase::m_listCache Dictionary_2_t4177511560 * ___m_listCache_0; public: inline static int32_t get_offset_of_m_listCache_0() { return static_cast(offsetof(ITextBase_t660344599, ___m_listCache_0)); } inline Dictionary_2_t4177511560 * get_m_listCache_0() const { return ___m_listCache_0; } inline Dictionary_2_t4177511560 ** get_address_of_m_listCache_0() { return &___m_listCache_0; } inline void set_m_listCache_0(Dictionary_2_t4177511560 * value) { ___m_listCache_0 = value; Il2CppCodeGenWriteBarrier((&___m_listCache_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ITEXTBASE_T660344599_H #ifndef DICTIONARY_2_T622178124_H #define DICTIONARY_2_T622178124_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t622178124 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots QualifyLevelInfoU5BU5D_t3363500452* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t622178124, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t622178124, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t622178124, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t622178124, ___valueSlots_7)); } inline QualifyLevelInfoU5BU5D_t3363500452* get_valueSlots_7() const { return ___valueSlots_7; } inline QualifyLevelInfoU5BU5D_t3363500452** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(QualifyLevelInfoU5BU5D_t3363500452* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t622178124, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t622178124, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t622178124, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t622178124, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t622178124, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t622178124, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t622178124, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t622178124_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2967839296 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t622178124_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2967839296 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2967839296 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2967839296 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T622178124_H #ifndef QUALIFYLEVELINFO_T1733464793_H #define QUALIFYLEVELINFO_T1733464793_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // QualifyLevelInfo struct QualifyLevelInfo_t1733464793 : public RuntimeObject { public: // System.Int32 QualifyLevelInfo::Grade int32_t ___Grade_0; // System.Int32 QualifyLevelInfo::Starall int32_t ___Starall_1; // System.Int32 QualifyLevelInfo::Star int32_t ___Star_2; // System.String QualifyLevelInfo::Gradename String_t* ___Gradename_3; public: inline static int32_t get_offset_of_Grade_0() { return static_cast(offsetof(QualifyLevelInfo_t1733464793, ___Grade_0)); } inline int32_t get_Grade_0() const { return ___Grade_0; } inline int32_t* get_address_of_Grade_0() { return &___Grade_0; } inline void set_Grade_0(int32_t value) { ___Grade_0 = value; } inline static int32_t get_offset_of_Starall_1() { return static_cast(offsetof(QualifyLevelInfo_t1733464793, ___Starall_1)); } inline int32_t get_Starall_1() const { return ___Starall_1; } inline int32_t* get_address_of_Starall_1() { return &___Starall_1; } inline void set_Starall_1(int32_t value) { ___Starall_1 = value; } inline static int32_t get_offset_of_Star_2() { return static_cast(offsetof(QualifyLevelInfo_t1733464793, ___Star_2)); } inline int32_t get_Star_2() const { return ___Star_2; } inline int32_t* get_address_of_Star_2() { return &___Star_2; } inline void set_Star_2(int32_t value) { ___Star_2 = value; } inline static int32_t get_offset_of_Gradename_3() { return static_cast(offsetof(QualifyLevelInfo_t1733464793, ___Gradename_3)); } inline String_t* get_Gradename_3() const { return ___Gradename_3; } inline String_t** get_address_of_Gradename_3() { return &___Gradename_3; } inline void set_Gradename_3(String_t* value) { ___Gradename_3 = value; Il2CppCodeGenWriteBarrier((&___Gradename_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUALIFYLEVELINFO_T1733464793_H #ifndef DICTIONARY_2_T239046765_H #define DICTIONARY_2_T239046765_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t239046765 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots QuailfingAwardItemDataU5BU5D_t905931487* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t239046765, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t239046765, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t239046765, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t239046765, ___valueSlots_7)); } inline QuailfingAwardItemDataU5BU5D_t905931487* get_valueSlots_7() const { return ___valueSlots_7; } inline QuailfingAwardItemDataU5BU5D_t905931487** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(QuailfingAwardItemDataU5BU5D_t905931487* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t239046765, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t239046765, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t239046765, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t239046765, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t239046765, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t239046765, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t239046765, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t239046765_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t510270331 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t239046765_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t510270331 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t510270331 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t510270331 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T239046765_H #ifndef XMLNODELIST_T2551693786_H #define XMLNODELIST_T2551693786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeList struct XmlNodeList_t2551693786 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODELIST_T2551693786_H #ifndef XMLNODE_T3767805227_H #define XMLNODE_T3767805227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNode struct XmlNode_t3767805227 : public RuntimeObject { public: // System.Xml.XmlDocument System.Xml.XmlNode::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_1; // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t3767805227 * ___parentNode_2; // System.Xml.XmlNodeListChildren System.Xml.XmlNode::childNodes XmlNodeListChildren_t1082692789 * ___childNodes_3; public: inline static int32_t get_offset_of_ownerDocument_1() { return static_cast(offsetof(XmlNode_t3767805227, ___ownerDocument_1)); } inline XmlDocument_t2837193595 * get_ownerDocument_1() const { return ___ownerDocument_1; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_1() { return &___ownerDocument_1; } inline void set_ownerDocument_1(XmlDocument_t2837193595 * value) { ___ownerDocument_1 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_1), value); } inline static int32_t get_offset_of_parentNode_2() { return static_cast(offsetof(XmlNode_t3767805227, ___parentNode_2)); } inline XmlNode_t3767805227 * get_parentNode_2() const { return ___parentNode_2; } inline XmlNode_t3767805227 ** get_address_of_parentNode_2() { return &___parentNode_2; } inline void set_parentNode_2(XmlNode_t3767805227 * value) { ___parentNode_2 = value; Il2CppCodeGenWriteBarrier((&___parentNode_2), value); } inline static int32_t get_offset_of_childNodes_3() { return static_cast(offsetof(XmlNode_t3767805227, ___childNodes_3)); } inline XmlNodeListChildren_t1082692789 * get_childNodes_3() const { return ___childNodes_3; } inline XmlNodeListChildren_t1082692789 ** get_address_of_childNodes_3() { return &___childNodes_3; } inline void set_childNodes_3(XmlNodeListChildren_t1082692789 * value) { ___childNodes_3 = value; Il2CppCodeGenWriteBarrier((&___childNodes_3), value); } }; struct XmlNode_t3767805227_StaticFields { public: // System.Xml.XmlNode/EmptyNodeList System.Xml.XmlNode::emptyList EmptyNodeList_t139615908 * ___emptyList_0; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNode::<>f__switch$map2B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2B_4; public: inline static int32_t get_offset_of_emptyList_0() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___emptyList_0)); } inline EmptyNodeList_t139615908 * get_emptyList_0() const { return ___emptyList_0; } inline EmptyNodeList_t139615908 ** get_address_of_emptyList_0() { return &___emptyList_0; } inline void set_emptyList_0(EmptyNodeList_t139615908 * value) { ___emptyList_0 = value; Il2CppCodeGenWriteBarrier((&___emptyList_0), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2B_4() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map2B_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2B_4() const { return ___U3CU3Ef__switchU24map2B_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2B_4() { return &___U3CU3Ef__switchU24map2B_4; } inline void set_U3CU3Ef__switchU24map2B_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2B_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2B_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODE_T3767805227_H #ifndef CLOGHELP_T779629444_H #define CLOGHELP_T779629444_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Misc.CLogHelp struct CLogHelp_t779629444 : public RuntimeObject { public: public: }; struct CLogHelp_t779629444_StaticFields { public: // System.Int32 DMCore.Framework.Misc.CLogHelp::m_logLevel int32_t ___m_logLevel_0; // System.String DMCore.Framework.Misc.CLogHelp::s_LogPath String_t* ___s_LogPath_1; // System.Byte[] DMCore.Framework.Misc.CLogHelp::s_EndLine ByteU5BU5D_t4116647657* ___s_EndLine_2; public: inline static int32_t get_offset_of_m_logLevel_0() { return static_cast(offsetof(CLogHelp_t779629444_StaticFields, ___m_logLevel_0)); } inline int32_t get_m_logLevel_0() const { return ___m_logLevel_0; } inline int32_t* get_address_of_m_logLevel_0() { return &___m_logLevel_0; } inline void set_m_logLevel_0(int32_t value) { ___m_logLevel_0 = value; } inline static int32_t get_offset_of_s_LogPath_1() { return static_cast(offsetof(CLogHelp_t779629444_StaticFields, ___s_LogPath_1)); } inline String_t* get_s_LogPath_1() const { return ___s_LogPath_1; } inline String_t** get_address_of_s_LogPath_1() { return &___s_LogPath_1; } inline void set_s_LogPath_1(String_t* value) { ___s_LogPath_1 = value; Il2CppCodeGenWriteBarrier((&___s_LogPath_1), value); } inline static int32_t get_offset_of_s_EndLine_2() { return static_cast(offsetof(CLogHelp_t779629444_StaticFields, ___s_EndLine_2)); } inline ByteU5BU5D_t4116647657* get_s_EndLine_2() const { return ___s_EndLine_2; } inline ByteU5BU5D_t4116647657** get_address_of_s_EndLine_2() { return &___s_EndLine_2; } inline void set_s_EndLine_2(ByteU5BU5D_t4116647657* value) { ___s_EndLine_2 = value; Il2CppCodeGenWriteBarrier((&___s_EndLine_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOGHELP_T779629444_H #ifndef QUALIFYINFO_T2809524376_H #define QUALIFYINFO_T2809524376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // QualifyInfo struct QualifyInfo_t2809524376 : public RuntimeObject { public: // System.String QualifyInfo::PlayerName String_t* ___PlayerName_0; // System.Int64 QualifyInfo::UserID int64_t ___UserID_1; // System.Int64 QualifyInfo::HeadPhotoID int64_t ___HeadPhotoID_2; // System.Int32 QualifyInfo::Sex int32_t ___Sex_3; // System.Int32 QualifyInfo::ModeName int32_t ___ModeName_4; // System.String QualifyInfo::GradeName String_t* ___GradeName_5; // System.Int32 QualifyInfo::QualifyLevel int32_t ___QualifyLevel_6; // System.Int32 QualifyInfo::StarNum int32_t ___StarNum_7; // System.Int32 QualifyInfo::StarAll int32_t ___StarAll_8; // System.Int32 QualifyInfo::Grade int32_t ___Grade_9; // System.Int32 QualifyInfo::MyRankNum int32_t ___MyRankNum_10; // System.Int32 QualifyInfo::Score int32_t ___Score_11; // System.Single QualifyInfo::WinRate float ___WinRate_12; // System.Int32 QualifyInfo::WinCount int32_t ___WinCount_13; // System.Int32 QualifyInfo::TotalGameNum int32_t ___TotalGameNum_14; // System.Int32 QualifyInfo::HeadBoxID int32_t ___HeadBoxID_15; public: inline static int32_t get_offset_of_PlayerName_0() { return static_cast(offsetof(QualifyInfo_t2809524376, ___PlayerName_0)); } inline String_t* get_PlayerName_0() const { return ___PlayerName_0; } inline String_t** get_address_of_PlayerName_0() { return &___PlayerName_0; } inline void set_PlayerName_0(String_t* value) { ___PlayerName_0 = value; Il2CppCodeGenWriteBarrier((&___PlayerName_0), value); } inline static int32_t get_offset_of_UserID_1() { return static_cast(offsetof(QualifyInfo_t2809524376, ___UserID_1)); } inline int64_t get_UserID_1() const { return ___UserID_1; } inline int64_t* get_address_of_UserID_1() { return &___UserID_1; } inline void set_UserID_1(int64_t value) { ___UserID_1 = value; } inline static int32_t get_offset_of_HeadPhotoID_2() { return static_cast(offsetof(QualifyInfo_t2809524376, ___HeadPhotoID_2)); } inline int64_t get_HeadPhotoID_2() const { return ___HeadPhotoID_2; } inline int64_t* get_address_of_HeadPhotoID_2() { return &___HeadPhotoID_2; } inline void set_HeadPhotoID_2(int64_t value) { ___HeadPhotoID_2 = value; } inline static int32_t get_offset_of_Sex_3() { return static_cast(offsetof(QualifyInfo_t2809524376, ___Sex_3)); } inline int32_t get_Sex_3() const { return ___Sex_3; } inline int32_t* get_address_of_Sex_3() { return &___Sex_3; } inline void set_Sex_3(int32_t value) { ___Sex_3 = value; } inline static int32_t get_offset_of_ModeName_4() { return static_cast(offsetof(QualifyInfo_t2809524376, ___ModeName_4)); } inline int32_t get_ModeName_4() const { return ___ModeName_4; } inline int32_t* get_address_of_ModeName_4() { return &___ModeName_4; } inline void set_ModeName_4(int32_t value) { ___ModeName_4 = value; } inline static int32_t get_offset_of_GradeName_5() { return static_cast(offsetof(QualifyInfo_t2809524376, ___GradeName_5)); } inline String_t* get_GradeName_5() const { return ___GradeName_5; } inline String_t** get_address_of_GradeName_5() { return &___GradeName_5; } inline void set_GradeName_5(String_t* value) { ___GradeName_5 = value; Il2CppCodeGenWriteBarrier((&___GradeName_5), value); } inline static int32_t get_offset_of_QualifyLevel_6() { return static_cast(offsetof(QualifyInfo_t2809524376, ___QualifyLevel_6)); } inline int32_t get_QualifyLevel_6() const { return ___QualifyLevel_6; } inline int32_t* get_address_of_QualifyLevel_6() { return &___QualifyLevel_6; } inline void set_QualifyLevel_6(int32_t value) { ___QualifyLevel_6 = value; } inline static int32_t get_offset_of_StarNum_7() { return static_cast(offsetof(QualifyInfo_t2809524376, ___StarNum_7)); } inline int32_t get_StarNum_7() const { return ___StarNum_7; } inline int32_t* get_address_of_StarNum_7() { return &___StarNum_7; } inline void set_StarNum_7(int32_t value) { ___StarNum_7 = value; } inline static int32_t get_offset_of_StarAll_8() { return static_cast(offsetof(QualifyInfo_t2809524376, ___StarAll_8)); } inline int32_t get_StarAll_8() const { return ___StarAll_8; } inline int32_t* get_address_of_StarAll_8() { return &___StarAll_8; } inline void set_StarAll_8(int32_t value) { ___StarAll_8 = value; } inline static int32_t get_offset_of_Grade_9() { return static_cast(offsetof(QualifyInfo_t2809524376, ___Grade_9)); } inline int32_t get_Grade_9() const { return ___Grade_9; } inline int32_t* get_address_of_Grade_9() { return &___Grade_9; } inline void set_Grade_9(int32_t value) { ___Grade_9 = value; } inline static int32_t get_offset_of_MyRankNum_10() { return static_cast(offsetof(QualifyInfo_t2809524376, ___MyRankNum_10)); } inline int32_t get_MyRankNum_10() const { return ___MyRankNum_10; } inline int32_t* get_address_of_MyRankNum_10() { return &___MyRankNum_10; } inline void set_MyRankNum_10(int32_t value) { ___MyRankNum_10 = value; } inline static int32_t get_offset_of_Score_11() { return static_cast(offsetof(QualifyInfo_t2809524376, ___Score_11)); } inline int32_t get_Score_11() const { return ___Score_11; } inline int32_t* get_address_of_Score_11() { return &___Score_11; } inline void set_Score_11(int32_t value) { ___Score_11 = value; } inline static int32_t get_offset_of_WinRate_12() { return static_cast(offsetof(QualifyInfo_t2809524376, ___WinRate_12)); } inline float get_WinRate_12() const { return ___WinRate_12; } inline float* get_address_of_WinRate_12() { return &___WinRate_12; } inline void set_WinRate_12(float value) { ___WinRate_12 = value; } inline static int32_t get_offset_of_WinCount_13() { return static_cast(offsetof(QualifyInfo_t2809524376, ___WinCount_13)); } inline int32_t get_WinCount_13() const { return ___WinCount_13; } inline int32_t* get_address_of_WinCount_13() { return &___WinCount_13; } inline void set_WinCount_13(int32_t value) { ___WinCount_13 = value; } inline static int32_t get_offset_of_TotalGameNum_14() { return static_cast(offsetof(QualifyInfo_t2809524376, ___TotalGameNum_14)); } inline int32_t get_TotalGameNum_14() const { return ___TotalGameNum_14; } inline int32_t* get_address_of_TotalGameNum_14() { return &___TotalGameNum_14; } inline void set_TotalGameNum_14(int32_t value) { ___TotalGameNum_14 = value; } inline static int32_t get_offset_of_HeadBoxID_15() { return static_cast(offsetof(QualifyInfo_t2809524376, ___HeadBoxID_15)); } inline int32_t get_HeadBoxID_15() const { return ___HeadBoxID_15; } inline int32_t* get_address_of_HeadBoxID_15() { return &___HeadBoxID_15; } inline void set_HeadBoxID_15(int32_t value) { ___HeadBoxID_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUALIFYINFO_T2809524376_H #ifndef LIST_1_T3119598804_H #define LIST_1_T3119598804_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_t3119598804 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items QuailfingAwardCellU5BU5D_t1016734187* ____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_t3119598804, ____items_1)); } inline QuailfingAwardCellU5BU5D_t1016734187* get__items_1() const { return ____items_1; } inline QuailfingAwardCellU5BU5D_t1016734187** get_address_of__items_1() { return &____items_1; } inline void set__items_1(QuailfingAwardCellU5BU5D_t1016734187* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3119598804, ____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_t3119598804, ____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_t3119598804_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray QuailfingAwardCellU5BU5D_t1016734187* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3119598804_StaticFields, ___EmptyArray_4)); } inline QuailfingAwardCellU5BU5D_t1016734187* get_EmptyArray_4() const { return ___EmptyArray_4; } inline QuailfingAwardCellU5BU5D_t1016734187** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(QuailfingAwardCellU5BU5D_t1016734187* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3119598804_H #ifndef LEVELEFFECT_T306095074_H #define LEVELEFFECT_T306095074_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetLevelExperienceCfg/levelEffect struct levelEffect_t306095074 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetLevelExperienceCfg/levelEffect::needNextLevelExperience int32_t ___needNextLevelExperience_0; // System.Int32 DMCore.Logic.CPetLevelExperienceCfg/levelEffect::needTotalExperience int32_t ___needTotalExperience_1; // System.Int32 DMCore.Logic.CPetLevelExperienceCfg/levelEffect::effectExp int32_t ___effectExp_2; // System.Int32 DMCore.Logic.CPetLevelExperienceCfg/levelEffect::effectGold int32_t ___effectGold_3; public: inline static int32_t get_offset_of_needNextLevelExperience_0() { return static_cast(offsetof(levelEffect_t306095074, ___needNextLevelExperience_0)); } inline int32_t get_needNextLevelExperience_0() const { return ___needNextLevelExperience_0; } inline int32_t* get_address_of_needNextLevelExperience_0() { return &___needNextLevelExperience_0; } inline void set_needNextLevelExperience_0(int32_t value) { ___needNextLevelExperience_0 = value; } inline static int32_t get_offset_of_needTotalExperience_1() { return static_cast(offsetof(levelEffect_t306095074, ___needTotalExperience_1)); } inline int32_t get_needTotalExperience_1() const { return ___needTotalExperience_1; } inline int32_t* get_address_of_needTotalExperience_1() { return &___needTotalExperience_1; } inline void set_needTotalExperience_1(int32_t value) { ___needTotalExperience_1 = value; } inline static int32_t get_offset_of_effectExp_2() { return static_cast(offsetof(levelEffect_t306095074, ___effectExp_2)); } inline int32_t get_effectExp_2() const { return ___effectExp_2; } inline int32_t* get_address_of_effectExp_2() { return &___effectExp_2; } inline void set_effectExp_2(int32_t value) { ___effectExp_2 = value; } inline static int32_t get_offset_of_effectGold_3() { return static_cast(offsetof(levelEffect_t306095074, ___effectGold_3)); } inline int32_t get_effectGold_3() const { return ___effectGold_3; } inline int32_t* get_address_of_effectGold_3() { return &___effectGold_3; } inline void set_effectGold_3(int32_t value) { ___effectGold_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEVELEFFECT_T306095074_H #ifndef QUAILFINGAWARDITEMDATA_T1350333434_H #define QUAILFINGAWARDITEMDATA_T1350333434_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // QuailfingAwardItemData struct QuailfingAwardItemData_t1350333434 : public RuntimeObject { public: // System.Int32 QuailfingAwardItemData::TitleId int32_t ___TitleId_0; // System.Collections.Generic.List`1 QuailfingAwardItemData::k__BackingField List_1_t752674359 * ___U3CCellListDataU3Ek__BackingField_1; // System.String QuailfingAwardItemData::k__BackingField String_t* ___U3CItemContextU3Ek__BackingField_2; public: inline static int32_t get_offset_of_TitleId_0() { return static_cast(offsetof(QuailfingAwardItemData_t1350333434, ___TitleId_0)); } inline int32_t get_TitleId_0() const { return ___TitleId_0; } inline int32_t* get_address_of_TitleId_0() { return &___TitleId_0; } inline void set_TitleId_0(int32_t value) { ___TitleId_0 = value; } inline static int32_t get_offset_of_U3CCellListDataU3Ek__BackingField_1() { return static_cast(offsetof(QuailfingAwardItemData_t1350333434, ___U3CCellListDataU3Ek__BackingField_1)); } inline List_1_t752674359 * get_U3CCellListDataU3Ek__BackingField_1() const { return ___U3CCellListDataU3Ek__BackingField_1; } inline List_1_t752674359 ** get_address_of_U3CCellListDataU3Ek__BackingField_1() { return &___U3CCellListDataU3Ek__BackingField_1; } inline void set_U3CCellListDataU3Ek__BackingField_1(List_1_t752674359 * value) { ___U3CCellListDataU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CCellListDataU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CItemContextU3Ek__BackingField_2() { return static_cast(offsetof(QuailfingAwardItemData_t1350333434, ___U3CItemContextU3Ek__BackingField_2)); } inline String_t* get_U3CItemContextU3Ek__BackingField_2() const { return ___U3CItemContextU3Ek__BackingField_2; } inline String_t** get_address_of_U3CItemContextU3Ek__BackingField_2() { return &___U3CItemContextU3Ek__BackingField_2; } inline void set_U3CItemContextU3Ek__BackingField_2(String_t* value) { ___U3CItemContextU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CItemContextU3Ek__BackingField_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUAILFINGAWARDITEMDATA_T1350333434_H #ifndef CPETSKILL_T349224069_H #define CPETSKILL_T349224069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetSkill struct CPetSkill_t349224069 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetSkill::k__BackingField int32_t ___U3CskillIDU3Ek__BackingField_0; // System.Int32 DMCore.Logic.CPetSkill::k__BackingField int32_t ___U3CskillLevelU3Ek__BackingField_1; // System.Int32 DMCore.Logic.CPetSkill::k__BackingField int32_t ___U3CskillMaxLevelU3Ek__BackingField_2; // System.Boolean DMCore.Logic.CPetSkill::k__BackingField bool ___U3CbUpgradeU3Ek__BackingField_3; // System.Int32 DMCore.Logic.CPetSkill::k__BackingField int32_t ___U3CPriceU3Ek__BackingField_4; // System.Boolean DMCore.Logic.CPetSkill::k__BackingField bool ___U3CisFreshU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CskillIDU3Ek__BackingField_0() { return static_cast(offsetof(CPetSkill_t349224069, ___U3CskillIDU3Ek__BackingField_0)); } inline int32_t get_U3CskillIDU3Ek__BackingField_0() const { return ___U3CskillIDU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CskillIDU3Ek__BackingField_0() { return &___U3CskillIDU3Ek__BackingField_0; } inline void set_U3CskillIDU3Ek__BackingField_0(int32_t value) { ___U3CskillIDU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CskillLevelU3Ek__BackingField_1() { return static_cast(offsetof(CPetSkill_t349224069, ___U3CskillLevelU3Ek__BackingField_1)); } inline int32_t get_U3CskillLevelU3Ek__BackingField_1() const { return ___U3CskillLevelU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CskillLevelU3Ek__BackingField_1() { return &___U3CskillLevelU3Ek__BackingField_1; } inline void set_U3CskillLevelU3Ek__BackingField_1(int32_t value) { ___U3CskillLevelU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CskillMaxLevelU3Ek__BackingField_2() { return static_cast(offsetof(CPetSkill_t349224069, ___U3CskillMaxLevelU3Ek__BackingField_2)); } inline int32_t get_U3CskillMaxLevelU3Ek__BackingField_2() const { return ___U3CskillMaxLevelU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CskillMaxLevelU3Ek__BackingField_2() { return &___U3CskillMaxLevelU3Ek__BackingField_2; } inline void set_U3CskillMaxLevelU3Ek__BackingField_2(int32_t value) { ___U3CskillMaxLevelU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CbUpgradeU3Ek__BackingField_3() { return static_cast(offsetof(CPetSkill_t349224069, ___U3CbUpgradeU3Ek__BackingField_3)); } inline bool get_U3CbUpgradeU3Ek__BackingField_3() const { return ___U3CbUpgradeU3Ek__BackingField_3; } inline bool* get_address_of_U3CbUpgradeU3Ek__BackingField_3() { return &___U3CbUpgradeU3Ek__BackingField_3; } inline void set_U3CbUpgradeU3Ek__BackingField_3(bool value) { ___U3CbUpgradeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CPriceU3Ek__BackingField_4() { return static_cast(offsetof(CPetSkill_t349224069, ___U3CPriceU3Ek__BackingField_4)); } inline int32_t get_U3CPriceU3Ek__BackingField_4() const { return ___U3CPriceU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CPriceU3Ek__BackingField_4() { return &___U3CPriceU3Ek__BackingField_4; } inline void set_U3CPriceU3Ek__BackingField_4(int32_t value) { ___U3CPriceU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CisFreshU3Ek__BackingField_5() { return static_cast(offsetof(CPetSkill_t349224069, ___U3CisFreshU3Ek__BackingField_5)); } inline bool get_U3CisFreshU3Ek__BackingField_5() const { return ___U3CisFreshU3Ek__BackingField_5; } inline bool* get_address_of_U3CisFreshU3Ek__BackingField_5() { return &___U3CisFreshU3Ek__BackingField_5; } inline void set_U3CisFreshU3Ek__BackingField_5(bool value) { ___U3CisFreshU3Ek__BackingField_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETSKILL_T349224069_H #ifndef CTITLEDESC_T1213620943_H #define CTITLEDESC_T1213620943_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CTitleManager/CTitleDesc struct CTitleDesc_t1213620943 : public RuntimeObject { public: // System.String DMCore.Logic.CTitleManager/CTitleDesc::m_midi String_t* ___m_midi_0; // System.String DMCore.Logic.CTitleManager/CTitleDesc::m_effect String_t* ___m_effect_1; // System.String DMCore.Logic.CTitleManager/CTitleDesc::m_texture String_t* ___m_texture_2; // System.Int32 DMCore.Logic.CTitleManager/CTitleDesc::m_id int32_t ___m_id_3; // System.Int32 DMCore.Logic.CTitleManager/CTitleDesc::m_level int32_t ___m_level_4; // System.Boolean DMCore.Logic.CTitleManager/CTitleDesc::m_bEnable bool ___m_bEnable_5; // System.String DMCore.Logic.CTitleManager/CTitleDesc::m_titleParticlePath String_t* ___m_titleParticlePath_6; // System.Int32 DMCore.Logic.CTitleManager/CTitleDesc::m_specificTitleTexID int32_t ___m_specificTitleTexID_7; public: inline static int32_t get_offset_of_m_midi_0() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_midi_0)); } inline String_t* get_m_midi_0() const { return ___m_midi_0; } inline String_t** get_address_of_m_midi_0() { return &___m_midi_0; } inline void set_m_midi_0(String_t* value) { ___m_midi_0 = value; Il2CppCodeGenWriteBarrier((&___m_midi_0), value); } inline static int32_t get_offset_of_m_effect_1() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_effect_1)); } inline String_t* get_m_effect_1() const { return ___m_effect_1; } inline String_t** get_address_of_m_effect_1() { return &___m_effect_1; } inline void set_m_effect_1(String_t* value) { ___m_effect_1 = value; Il2CppCodeGenWriteBarrier((&___m_effect_1), value); } inline static int32_t get_offset_of_m_texture_2() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_texture_2)); } inline String_t* get_m_texture_2() const { return ___m_texture_2; } inline String_t** get_address_of_m_texture_2() { return &___m_texture_2; } inline void set_m_texture_2(String_t* value) { ___m_texture_2 = value; Il2CppCodeGenWriteBarrier((&___m_texture_2), value); } inline static int32_t get_offset_of_m_id_3() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_id_3)); } inline int32_t get_m_id_3() const { return ___m_id_3; } inline int32_t* get_address_of_m_id_3() { return &___m_id_3; } inline void set_m_id_3(int32_t value) { ___m_id_3 = value; } inline static int32_t get_offset_of_m_level_4() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_level_4)); } inline int32_t get_m_level_4() const { return ___m_level_4; } inline int32_t* get_address_of_m_level_4() { return &___m_level_4; } inline void set_m_level_4(int32_t value) { ___m_level_4 = value; } inline static int32_t get_offset_of_m_bEnable_5() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_bEnable_5)); } inline bool get_m_bEnable_5() const { return ___m_bEnable_5; } inline bool* get_address_of_m_bEnable_5() { return &___m_bEnable_5; } inline void set_m_bEnable_5(bool value) { ___m_bEnable_5 = value; } inline static int32_t get_offset_of_m_titleParticlePath_6() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_titleParticlePath_6)); } inline String_t* get_m_titleParticlePath_6() const { return ___m_titleParticlePath_6; } inline String_t** get_address_of_m_titleParticlePath_6() { return &___m_titleParticlePath_6; } inline void set_m_titleParticlePath_6(String_t* value) { ___m_titleParticlePath_6 = value; Il2CppCodeGenWriteBarrier((&___m_titleParticlePath_6), value); } inline static int32_t get_offset_of_m_specificTitleTexID_7() { return static_cast(offsetof(CTitleDesc_t1213620943, ___m_specificTitleTexID_7)); } inline int32_t get_m_specificTitleTexID_7() const { return ___m_specificTitleTexID_7; } inline int32_t* get_address_of_m_specificTitleTexID_7() { return &___m_specificTitleTexID_7; } inline void set_m_specificTitleTexID_7(int32_t value) { ___m_specificTitleTexID_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTITLEDESC_T1213620943_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 PETQUALITYDATAUNIT_T1608751097_H #define PETQUALITYDATAUNIT_T1608751097_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetConfig/PetQualityDataUnit struct PetQualityDataUnit_t1608751097 : public RuntimeObject { public: // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::quality int32_t ___quality_0; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::maxlevel int32_t ___maxlevel_1; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::maxenergy int32_t ___maxenergy_2; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::eatNum int32_t ___eatNum_3; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::eatEnergy int32_t ___eatEnergy_4; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::eatMaterialID int32_t ___eatMaterialID_5; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::studyNum int32_t ___studyNum_6; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::studyEnergy int32_t ___studyEnergy_7; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::studyMaterialID int32_t ___studyMaterialID_8; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::drillNum int32_t ___drillNum_9; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::drillEnergy int32_t ___drillEnergy_10; // System.Int32 DMCore.Logic.CPetConfig/PetQualityDataUnit::drillMaterialID int32_t ___drillMaterialID_11; public: inline static int32_t get_offset_of_quality_0() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___quality_0)); } inline int32_t get_quality_0() const { return ___quality_0; } inline int32_t* get_address_of_quality_0() { return &___quality_0; } inline void set_quality_0(int32_t value) { ___quality_0 = value; } inline static int32_t get_offset_of_maxlevel_1() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___maxlevel_1)); } inline int32_t get_maxlevel_1() const { return ___maxlevel_1; } inline int32_t* get_address_of_maxlevel_1() { return &___maxlevel_1; } inline void set_maxlevel_1(int32_t value) { ___maxlevel_1 = value; } inline static int32_t get_offset_of_maxenergy_2() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___maxenergy_2)); } inline int32_t get_maxenergy_2() const { return ___maxenergy_2; } inline int32_t* get_address_of_maxenergy_2() { return &___maxenergy_2; } inline void set_maxenergy_2(int32_t value) { ___maxenergy_2 = value; } inline static int32_t get_offset_of_eatNum_3() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___eatNum_3)); } inline int32_t get_eatNum_3() const { return ___eatNum_3; } inline int32_t* get_address_of_eatNum_3() { return &___eatNum_3; } inline void set_eatNum_3(int32_t value) { ___eatNum_3 = value; } inline static int32_t get_offset_of_eatEnergy_4() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___eatEnergy_4)); } inline int32_t get_eatEnergy_4() const { return ___eatEnergy_4; } inline int32_t* get_address_of_eatEnergy_4() { return &___eatEnergy_4; } inline void set_eatEnergy_4(int32_t value) { ___eatEnergy_4 = value; } inline static int32_t get_offset_of_eatMaterialID_5() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___eatMaterialID_5)); } inline int32_t get_eatMaterialID_5() const { return ___eatMaterialID_5; } inline int32_t* get_address_of_eatMaterialID_5() { return &___eatMaterialID_5; } inline void set_eatMaterialID_5(int32_t value) { ___eatMaterialID_5 = value; } inline static int32_t get_offset_of_studyNum_6() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___studyNum_6)); } inline int32_t get_studyNum_6() const { return ___studyNum_6; } inline int32_t* get_address_of_studyNum_6() { return &___studyNum_6; } inline void set_studyNum_6(int32_t value) { ___studyNum_6 = value; } inline static int32_t get_offset_of_studyEnergy_7() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___studyEnergy_7)); } inline int32_t get_studyEnergy_7() const { return ___studyEnergy_7; } inline int32_t* get_address_of_studyEnergy_7() { return &___studyEnergy_7; } inline void set_studyEnergy_7(int32_t value) { ___studyEnergy_7 = value; } inline static int32_t get_offset_of_studyMaterialID_8() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___studyMaterialID_8)); } inline int32_t get_studyMaterialID_8() const { return ___studyMaterialID_8; } inline int32_t* get_address_of_studyMaterialID_8() { return &___studyMaterialID_8; } inline void set_studyMaterialID_8(int32_t value) { ___studyMaterialID_8 = value; } inline static int32_t get_offset_of_drillNum_9() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___drillNum_9)); } inline int32_t get_drillNum_9() const { return ___drillNum_9; } inline int32_t* get_address_of_drillNum_9() { return &___drillNum_9; } inline void set_drillNum_9(int32_t value) { ___drillNum_9 = value; } inline static int32_t get_offset_of_drillEnergy_10() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___drillEnergy_10)); } inline int32_t get_drillEnergy_10() const { return ___drillEnergy_10; } inline int32_t* get_address_of_drillEnergy_10() { return &___drillEnergy_10; } inline void set_drillEnergy_10(int32_t value) { ___drillEnergy_10 = value; } inline static int32_t get_offset_of_drillMaterialID_11() { return static_cast(offsetof(PetQualityDataUnit_t1608751097, ___drillMaterialID_11)); } inline int32_t get_drillMaterialID_11() const { return ___drillMaterialID_11; } inline int32_t* get_address_of_drillMaterialID_11() { return &___drillMaterialID_11; } inline void set_drillMaterialID_11(int32_t value) { ___drillMaterialID_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETQUALITYDATAUNIT_T1608751097_H #ifndef LIST_1_T752674359_H #define LIST_1_T752674359_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_t752674359 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items QuailfingAwardCellDataU5BU5D_t1105526684* ____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_t752674359, ____items_1)); } inline QuailfingAwardCellDataU5BU5D_t1105526684* get__items_1() const { return ____items_1; } inline QuailfingAwardCellDataU5BU5D_t1105526684** get_address_of__items_1() { return &____items_1; } inline void set__items_1(QuailfingAwardCellDataU5BU5D_t1105526684* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t752674359, ____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_t752674359, ____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_t752674359_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray QuailfingAwardCellDataU5BU5D_t1105526684* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t752674359_StaticFields, ___EmptyArray_4)); } inline QuailfingAwardCellDataU5BU5D_t1105526684* get_EmptyArray_4() const { return ___EmptyArray_4; } inline QuailfingAwardCellDataU5BU5D_t1105526684** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(QuailfingAwardCellDataU5BU5D_t1105526684* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T752674359_H #ifndef U3CCOUNTDOWNU3EC__ITERATOR0_T255797938_H #define U3CCOUNTDOWNU3EC__ITERATOR0_T255797938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // NoticeTimeTool/c__Iterator0 struct U3CCountDownU3Ec__Iterator0_t255797938 : public RuntimeObject { public: // System.Int32 NoticeTimeTool/c__Iterator0::second int32_t ___second_0; // NoticeTimeTool NoticeTimeTool/c__Iterator0::$this NoticeTimeTool_t3495891363 * ___U24this_1; // System.Object NoticeTimeTool/c__Iterator0::$current RuntimeObject * ___U24current_2; // System.Boolean NoticeTimeTool/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 NoticeTimeTool/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_second_0() { return static_cast(offsetof(U3CCountDownU3Ec__Iterator0_t255797938, ___second_0)); } inline int32_t get_second_0() const { return ___second_0; } inline int32_t* get_address_of_second_0() { return &___second_0; } inline void set_second_0(int32_t value) { ___second_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CCountDownU3Ec__Iterator0_t255797938, ___U24this_1)); } inline NoticeTimeTool_t3495891363 * get_U24this_1() const { return ___U24this_1; } inline NoticeTimeTool_t3495891363 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(NoticeTimeTool_t3495891363 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CCountDownU3Ec__Iterator0_t255797938, ___U24current_2)); } inline RuntimeObject * get_U24current_2() const { return ___U24current_2; } inline RuntimeObject ** get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(RuntimeObject * value) { ___U24current_2 = value; Il2CppCodeGenWriteBarrier((&___U24current_2), value); } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CCountDownU3Ec__Iterator0_t255797938, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CCountDownU3Ec__Iterator0_t255797938, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCOUNTDOWNU3EC__ITERATOR0_T255797938_H #ifndef NGUIMATH_T3937908296_H #define NGUIMATH_T3937908296_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // NGUIMath struct NGUIMath_t3937908296 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NGUIMATH_T3937908296_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 EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef WWWFORM_T4064702195_H #define WWWFORM_T4064702195_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.WWWForm struct WWWForm_t4064702195 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.WWWForm::formData List_1_t1293755103 * ___formData_0; // System.Collections.Generic.List`1 UnityEngine.WWWForm::fieldNames List_1_t3319525431 * ___fieldNames_1; // System.Collections.Generic.List`1 UnityEngine.WWWForm::fileNames List_1_t3319525431 * ___fileNames_2; // System.Collections.Generic.List`1 UnityEngine.WWWForm::types List_1_t3319525431 * ___types_3; // System.Byte[] UnityEngine.WWWForm::boundary ByteU5BU5D_t4116647657* ___boundary_4; // System.Boolean UnityEngine.WWWForm::containsFiles bool ___containsFiles_5; public: inline static int32_t get_offset_of_formData_0() { return static_cast(offsetof(WWWForm_t4064702195, ___formData_0)); } inline List_1_t1293755103 * get_formData_0() const { return ___formData_0; } inline List_1_t1293755103 ** get_address_of_formData_0() { return &___formData_0; } inline void set_formData_0(List_1_t1293755103 * value) { ___formData_0 = value; Il2CppCodeGenWriteBarrier((&___formData_0), value); } inline static int32_t get_offset_of_fieldNames_1() { return static_cast(offsetof(WWWForm_t4064702195, ___fieldNames_1)); } inline List_1_t3319525431 * get_fieldNames_1() const { return ___fieldNames_1; } inline List_1_t3319525431 ** get_address_of_fieldNames_1() { return &___fieldNames_1; } inline void set_fieldNames_1(List_1_t3319525431 * value) { ___fieldNames_1 = value; Il2CppCodeGenWriteBarrier((&___fieldNames_1), value); } inline static int32_t get_offset_of_fileNames_2() { return static_cast(offsetof(WWWForm_t4064702195, ___fileNames_2)); } inline List_1_t3319525431 * get_fileNames_2() const { return ___fileNames_2; } inline List_1_t3319525431 ** get_address_of_fileNames_2() { return &___fileNames_2; } inline void set_fileNames_2(List_1_t3319525431 * value) { ___fileNames_2 = value; Il2CppCodeGenWriteBarrier((&___fileNames_2), value); } inline static int32_t get_offset_of_types_3() { return static_cast(offsetof(WWWForm_t4064702195, ___types_3)); } inline List_1_t3319525431 * get_types_3() const { return ___types_3; } inline List_1_t3319525431 ** get_address_of_types_3() { return &___types_3; } inline void set_types_3(List_1_t3319525431 * value) { ___types_3 = value; Il2CppCodeGenWriteBarrier((&___types_3), value); } inline static int32_t get_offset_of_boundary_4() { return static_cast(offsetof(WWWForm_t4064702195, ___boundary_4)); } inline ByteU5BU5D_t4116647657* get_boundary_4() const { return ___boundary_4; } inline ByteU5BU5D_t4116647657** get_address_of_boundary_4() { return &___boundary_4; } inline void set_boundary_4(ByteU5BU5D_t4116647657* value) { ___boundary_4 = value; Il2CppCodeGenWriteBarrier((&___boundary_4), value); } inline static int32_t get_offset_of_containsFiles_5() { return static_cast(offsetof(WWWForm_t4064702195, ___containsFiles_5)); } inline bool get_containsFiles_5() const { return ___containsFiles_5; } inline bool* get_address_of_containsFiles_5() { return &___containsFiles_5; } inline void set_containsFiles_5(bool value) { ___containsFiles_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WWWFORM_T4064702195_H #ifndef LIST_1_T4027761066_H #define LIST_1_T4027761066_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_t4027761066 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ColorU5BU5D_t941916413* ____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_t4027761066, ____items_1)); } inline ColorU5BU5D_t941916413* get__items_1() const { return ____items_1; } inline ColorU5BU5D_t941916413** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ColorU5BU5D_t941916413* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4027761066, ____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_t4027761066, ____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_t4027761066_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ColorU5BU5D_t941916413* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4027761066_StaticFields, ___EmptyArray_4)); } inline ColorU5BU5D_t941916413* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ColorU5BU5D_t941916413** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ColorU5BU5D_t941916413* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4027761066_H #ifndef YIELDINSTRUCTION_T403091072_H #define YIELDINSTRUCTION_T403091072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.YieldInstruction struct YieldInstruction_t403091072 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t403091072_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t403091072_marshaled_com { }; #endif // YIELDINSTRUCTION_T403091072_H #ifndef 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 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 INETLISTENER_T2122847788_H #define INETLISTENER_T2122847788_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.INetListener struct INetListener_t2122847788 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INETLISTENER_T2122847788_H #ifndef CFITFUNAPIPLUGIN_T3372796910_H #define CFITFUNAPIPLUGIN_T3372796910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Plugin.CFitfunApiPlugin struct CFitfunApiPlugin_t3372796910 : public RuntimeObject { public: public: }; struct CFitfunApiPlugin_t3372796910_StaticFields { public: // DMCore.Framework.Plugin.CFitfunApiPlugin DMCore.Framework.Plugin.CFitfunApiPlugin::s_instance CFitfunApiPlugin_t3372796910 * ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(CFitfunApiPlugin_t3372796910_StaticFields, ___s_instance_0)); } inline CFitfunApiPlugin_t3372796910 * get_s_instance_0() const { return ___s_instance_0; } inline CFitfunApiPlugin_t3372796910 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(CFitfunApiPlugin_t3372796910 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CFITFUNAPIPLUGIN_T3372796910_H #ifndef NETSENDINGCACHE_T1115576376_H #define NETSENDINGCACHE_T1115576376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // netSendingCache struct netSendingCache_t1115576376 : public RuntimeObject { public: public: }; struct netSendingCache_t1115576376_StaticFields { public: // BetterList`1 netSendingCache::s_msgList BetterList_1_t3223218359 * ___s_msgList_0; public: inline static int32_t get_offset_of_s_msgList_0() { return static_cast(offsetof(netSendingCache_t1115576376_StaticFields, ___s_msgList_0)); } inline BetterList_1_t3223218359 * get_s_msgList_0() const { return ___s_msgList_0; } inline BetterList_1_t3223218359 ** get_address_of_s_msgList_0() { return &___s_msgList_0; } inline void set_s_msgList_0(BetterList_1_t3223218359 * value) { ___s_msgList_0 = value; Il2CppCodeGenWriteBarrier((&___s_msgList_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETSENDINGCACHE_T1115576376_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 BETTERLIST_1_T3223218359_H #define BETTERLIST_1_T3223218359_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t3223218359 : public RuntimeObject { public: // T[] BetterList`1::buffer CDataArrayU5BU5D_t1895413476* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t3223218359, ___buffer_0)); } inline CDataArrayU5BU5D_t1895413476* get_buffer_0() const { return ___buffer_0; } inline CDataArrayU5BU5D_t1895413476** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(CDataArrayU5BU5D_t1895413476* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t3223218359, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T3223218359_H #ifndef CNOTICEMANAGER_T3044969465_H #define CNOTICEMANAGER_T3044969465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CNoticeManager struct CNoticeManager_t3044969465 : public RuntimeObject { public: // DMCore.Logic.CNoticeManager/OnSubTaskChanged DMCore.Logic.CNoticeManager::SubTaskChanged OnSubTaskChanged_t1167505012 * ___SubTaskChanged_0; // DMCore.Logic.CNoticeManager/OnMainTaskChanged DMCore.Logic.CNoticeManager::MainTaskChanged OnMainTaskChanged_t359061898 * ___MainTaskChanged_1; // DMCore.Logic.CNoticeManager/OnCurExpChanged DMCore.Logic.CNoticeManager::ExpChanged OnCurExpChanged_t1928539448 * ___ExpChanged_2; // DMCore.Logic.CNoticeManager/OnStartNoticeTask DMCore.Logic.CNoticeManager::OnStartTask OnStartNoticeTask_t2656173874 * ___OnStartTask_3; // DMCore.Logic.CNoticeManager/OnStopNoticeTask DMCore.Logic.CNoticeManager::OnStopTask OnStopNoticeTask_t773840426 * ___OnStopTask_4; // System.Boolean DMCore.Logic.CNoticeManager::k__BackingField bool ___U3CNeedRefreshU3Ek__BackingField_5; // System.Boolean DMCore.Logic.CNoticeManager::k__BackingField bool ___U3CInviteInfoChangeU3Ek__BackingField_6; // System.Boolean DMCore.Logic.CNoticeManager::k__BackingField bool ___U3CIsInviteFirendSucceedU3Ek__BackingField_7; // System.Int32 DMCore.Logic.CNoticeManager::m_curMainTaskID int32_t ___m_curMainTaskID_9; // System.Int32 DMCore.Logic.CNoticeManager::m_refreshCount int32_t ___m_refreshCount_10; // System.Int32 DMCore.Logic.CNoticeManager::m_needMoney int32_t ___m_needMoney_11; // System.Int32 DMCore.Logic.CNoticeManager::m_curIntegral int32_t ___m_curIntegral_12; // System.Int64 DMCore.Logic.CNoticeManager::m_curSelectedFirendId int64_t ___m_curSelectedFirendId_13; // DMCore.Logic.NoticeTask DMCore.Logic.CNoticeManager::m_task NoticeTask_t2932161791 * ___m_task_14; // DMCore.Logic.NoticeTaskDetail DMCore.Logic.CNoticeManager::m_taskDetail NoticeTaskDetail_t2956906147 * ___m_taskDetail_15; // DMCore.Logic.InviteInfo DMCore.Logic.CNoticeManager::m_inviteInfo InviteInfo_t51784531 * ___m_inviteInfo_16; // System.Collections.Generic.List`1 DMCore.Logic.CNoticeManager::m_taskList List_1_t109269237 * ___m_taskList_17; // System.Collections.Generic.List`1 DMCore.Logic.CNoticeManager::m_inviteInfoList List_1_t1523859273 * ___m_inviteInfoList_18; // CDataModelBool DMCore.Logic.CNoticeManager::m_bShowInvite CDataModelBool_t2269476966 * ___m_bShowInvite_19; // CDataModelBool DMCore.Logic.CNoticeManager::m_bTaskStateChanged CDataModelBool_t2269476966 * ___m_bTaskStateChanged_20; // CDataModelInt DMCore.Logic.CNoticeManager::m_quickFinishNeedDcash CDataModelInt_t3463393640 * ___m_quickFinishNeedDcash_21; public: inline static int32_t get_offset_of_SubTaskChanged_0() { return static_cast(offsetof(CNoticeManager_t3044969465, ___SubTaskChanged_0)); } inline OnSubTaskChanged_t1167505012 * get_SubTaskChanged_0() const { return ___SubTaskChanged_0; } inline OnSubTaskChanged_t1167505012 ** get_address_of_SubTaskChanged_0() { return &___SubTaskChanged_0; } inline void set_SubTaskChanged_0(OnSubTaskChanged_t1167505012 * value) { ___SubTaskChanged_0 = value; Il2CppCodeGenWriteBarrier((&___SubTaskChanged_0), value); } inline static int32_t get_offset_of_MainTaskChanged_1() { return static_cast(offsetof(CNoticeManager_t3044969465, ___MainTaskChanged_1)); } inline OnMainTaskChanged_t359061898 * get_MainTaskChanged_1() const { return ___MainTaskChanged_1; } inline OnMainTaskChanged_t359061898 ** get_address_of_MainTaskChanged_1() { return &___MainTaskChanged_1; } inline void set_MainTaskChanged_1(OnMainTaskChanged_t359061898 * value) { ___MainTaskChanged_1 = value; Il2CppCodeGenWriteBarrier((&___MainTaskChanged_1), value); } inline static int32_t get_offset_of_ExpChanged_2() { return static_cast(offsetof(CNoticeManager_t3044969465, ___ExpChanged_2)); } inline OnCurExpChanged_t1928539448 * get_ExpChanged_2() const { return ___ExpChanged_2; } inline OnCurExpChanged_t1928539448 ** get_address_of_ExpChanged_2() { return &___ExpChanged_2; } inline void set_ExpChanged_2(OnCurExpChanged_t1928539448 * value) { ___ExpChanged_2 = value; Il2CppCodeGenWriteBarrier((&___ExpChanged_2), value); } inline static int32_t get_offset_of_OnStartTask_3() { return static_cast(offsetof(CNoticeManager_t3044969465, ___OnStartTask_3)); } inline OnStartNoticeTask_t2656173874 * get_OnStartTask_3() const { return ___OnStartTask_3; } inline OnStartNoticeTask_t2656173874 ** get_address_of_OnStartTask_3() { return &___OnStartTask_3; } inline void set_OnStartTask_3(OnStartNoticeTask_t2656173874 * value) { ___OnStartTask_3 = value; Il2CppCodeGenWriteBarrier((&___OnStartTask_3), value); } inline static int32_t get_offset_of_OnStopTask_4() { return static_cast(offsetof(CNoticeManager_t3044969465, ___OnStopTask_4)); } inline OnStopNoticeTask_t773840426 * get_OnStopTask_4() const { return ___OnStopTask_4; } inline OnStopNoticeTask_t773840426 ** get_address_of_OnStopTask_4() { return &___OnStopTask_4; } inline void set_OnStopTask_4(OnStopNoticeTask_t773840426 * value) { ___OnStopTask_4 = value; Il2CppCodeGenWriteBarrier((&___OnStopTask_4), value); } inline static int32_t get_offset_of_U3CNeedRefreshU3Ek__BackingField_5() { return static_cast(offsetof(CNoticeManager_t3044969465, ___U3CNeedRefreshU3Ek__BackingField_5)); } inline bool get_U3CNeedRefreshU3Ek__BackingField_5() const { return ___U3CNeedRefreshU3Ek__BackingField_5; } inline bool* get_address_of_U3CNeedRefreshU3Ek__BackingField_5() { return &___U3CNeedRefreshU3Ek__BackingField_5; } inline void set_U3CNeedRefreshU3Ek__BackingField_5(bool value) { ___U3CNeedRefreshU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CInviteInfoChangeU3Ek__BackingField_6() { return static_cast(offsetof(CNoticeManager_t3044969465, ___U3CInviteInfoChangeU3Ek__BackingField_6)); } inline bool get_U3CInviteInfoChangeU3Ek__BackingField_6() const { return ___U3CInviteInfoChangeU3Ek__BackingField_6; } inline bool* get_address_of_U3CInviteInfoChangeU3Ek__BackingField_6() { return &___U3CInviteInfoChangeU3Ek__BackingField_6; } inline void set_U3CInviteInfoChangeU3Ek__BackingField_6(bool value) { ___U3CInviteInfoChangeU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CIsInviteFirendSucceedU3Ek__BackingField_7() { return static_cast(offsetof(CNoticeManager_t3044969465, ___U3CIsInviteFirendSucceedU3Ek__BackingField_7)); } inline bool get_U3CIsInviteFirendSucceedU3Ek__BackingField_7() const { return ___U3CIsInviteFirendSucceedU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsInviteFirendSucceedU3Ek__BackingField_7() { return &___U3CIsInviteFirendSucceedU3Ek__BackingField_7; } inline void set_U3CIsInviteFirendSucceedU3Ek__BackingField_7(bool value) { ___U3CIsInviteFirendSucceedU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_m_curMainTaskID_9() { return static_cast(offsetof(CNoticeManager_t3044969465, ___m_curMainTaskID_9)); } inline int32_t get_m_curMainTaskID_9() const { return ___m_curMainTaskID_9; } inline int32_t* get_address_of_m_curMainTaskID_9() { return &___m_curMainTaskID_9; } inline void set_m_curMainTaskID_9(int32_t value) { ___m_curMainTaskID_9 = value; } inline static int32_t get_offset_of_m_refreshCount_10() { return static_cast(offsetof(CNoticeManager_t3044969465, ___m_refreshCount_10)); } inline int32_t get_m_refreshCount_10() const { return ___m_refreshCount_10; } inline int32_t* get_address_of_m_refreshCount_10() { return &___m_refreshCount_10; } inline void set_m_refreshCount_10(int32_t value) { ___m_refreshCount_10 = value; } inline static int32_t get_offset_of_m_needMoney_11() { return static_cast(offsetof(CNoticeManager_t3044969465, ___m_needMoney_11)); } inline int32_t get_m_needMoney_11() const { return ___m_needMoney_11; } inline int32_t* get_address_of_m_needMoney_11() { return &___m_needMoney_11; } inline void set_m_needMoney_11(int32_t value) { ___m_needMoney_11 = value; } inline static int32_t get_offset_of_m_curIntegral_12() { return static_cast(offsetof(CNoticeManager_t3044969465, ___m_curIntegral_12)); } inline int32_t get_m_curIntegral_12() const { return ___m_curIntegral_12; } inline int32_t* get_address_of_m_curIntegral_12() { return &___m_curIntegral_12; } inline void set_m_curIntegral_12(int32_t value) { ___m_curIntegral_12 = value; } inline static int32_t get_offset_of_m_curSelectedFirendId_13() { return static_cast(offsetof(CNoticeManager_t3044969465, ___m_curSelectedFirendId_13)); } inline int64_t get_m_curSelectedFirendId_13() const { return ___m_curSelectedFirendId_13; } inline int64_t* get_address_of_m_curSelectedFirendId_13() { return &___m_curSelectedFirendId_13; } inline void set_m_curSelectedFirendId_13(int64_t value) { ___m_curSelectedFirendId_13 = value; } inline static int32_t get_offset_of_m_task_14() { return static_cast(offsetof(CNoticeManager_t3044969465, ___m_task_14)); } inline NoticeTask_t2932161791 * get_m_task_14() const { return ___m_task_14; } inline NoticeTask_t2932161791 ** get_address_of_m_task_14() { return &___m_task_14; } inline void set_m_task_14(NoticeTask_t2932161791 * value) { ___m_task_14 = value; Il2CppCodeGenWriteBarrier((&___m_task_14), value); } inline static int32_t get_offset_of_m_taskDetail_15() { return static_cast(offsetof(CNoticeManager_t3044969465, ___m_taskDetail_15)); } inline NoticeTaskDetail_t2956906147 * get_m_taskDetail_15() const { return ___m_taskDetail_15; } inline NoticeTaskDetail_t2956906147 ** get_address_of_m_taskDetail_15() { return &___m_taskDetail_15; } inline void set_m_taskDetail_15(NoticeTaskDetail_t2956906147 * value) { ___m_taskDetail_15 = value; Il2CppCodeGenWriteBarrier((&___m_taskDetail_15), value); } inline static int32_t get_offset_of_m_inviteInfo_16() { return static_cast(offsetof(CNoticeManager_t3044969465, ___m_inviteInfo_16)); } inline InviteInfo_t51784531 * get_m_inviteInfo_16() const { return ___m_inviteInfo_16; } inline InviteInfo_t51784531 ** get_address_of_m_inviteInfo_16() { return &___m_inviteInfo_16; } inline void set_m_inviteInfo_16(InviteInfo_t51784531 * value) { ___m_inviteInfo_16 = value; Il2CppCodeGenWriteBarrier((&___m_inviteInfo_16), value); } inline static int32_t get_offset_of_m_taskList_17() { return static_cast(offsetof(CNoticeManager_t3044969465, ___m_taskList_17)); } inline List_1_t109269237 * get_m_taskList_17() const { return ___m_taskList_17; } inline List_1_t109269237 ** get_address_of_m_taskList_17() { return &___m_taskList_17; } inline void set_m_taskList_17(List_1_t109269237 * value) { ___m_taskList_17 = value; Il2CppCodeGenWriteBarrier((&___m_taskList_17), value); } inline static int32_t get_offset_of_m_inviteInfoList_18() { return static_cast(offsetof(CNoticeManager_t3044969465, ___m_inviteInfoList_18)); } inline List_1_t1523859273 * get_m_inviteInfoList_18() const { return ___m_inviteInfoList_18; } inline List_1_t1523859273 ** get_address_of_m_inviteInfoList_18() { return &___m_inviteInfoList_18; } inline void set_m_inviteInfoList_18(List_1_t1523859273 * value) { ___m_inviteInfoList_18 = value; Il2CppCodeGenWriteBarrier((&___m_inviteInfoList_18), value); } inline static int32_t get_offset_of_m_bShowInvite_19() { return static_cast(offsetof(CNoticeManager_t3044969465, ___m_bShowInvite_19)); } inline CDataModelBool_t2269476966 * get_m_bShowInvite_19() const { return ___m_bShowInvite_19; } inline CDataModelBool_t2269476966 ** get_address_of_m_bShowInvite_19() { return &___m_bShowInvite_19; } inline void set_m_bShowInvite_19(CDataModelBool_t2269476966 * value) { ___m_bShowInvite_19 = value; Il2CppCodeGenWriteBarrier((&___m_bShowInvite_19), value); } inline static int32_t get_offset_of_m_bTaskStateChanged_20() { return static_cast(offsetof(CNoticeManager_t3044969465, ___m_bTaskStateChanged_20)); } inline CDataModelBool_t2269476966 * get_m_bTaskStateChanged_20() const { return ___m_bTaskStateChanged_20; } inline CDataModelBool_t2269476966 ** get_address_of_m_bTaskStateChanged_20() { return &___m_bTaskStateChanged_20; } inline void set_m_bTaskStateChanged_20(CDataModelBool_t2269476966 * value) { ___m_bTaskStateChanged_20 = value; Il2CppCodeGenWriteBarrier((&___m_bTaskStateChanged_20), value); } inline static int32_t get_offset_of_m_quickFinishNeedDcash_21() { return static_cast(offsetof(CNoticeManager_t3044969465, ___m_quickFinishNeedDcash_21)); } inline CDataModelInt_t3463393640 * get_m_quickFinishNeedDcash_21() const { return ___m_quickFinishNeedDcash_21; } inline CDataModelInt_t3463393640 ** get_address_of_m_quickFinishNeedDcash_21() { return &___m_quickFinishNeedDcash_21; } inline void set_m_quickFinishNeedDcash_21(CDataModelInt_t3463393640 * value) { ___m_quickFinishNeedDcash_21 = value; Il2CppCodeGenWriteBarrier((&___m_quickFinishNeedDcash_21), value); } }; struct CNoticeManager_t3044969465_StaticFields { public: // DMCore.Logic.CNoticeManager DMCore.Logic.CNoticeManager::m_Instance CNoticeManager_t3044969465 * ___m_Instance_8; public: inline static int32_t get_offset_of_m_Instance_8() { return static_cast(offsetof(CNoticeManager_t3044969465_StaticFields, ___m_Instance_8)); } inline CNoticeManager_t3044969465 * get_m_Instance_8() const { return ___m_Instance_8; } inline CNoticeManager_t3044969465 ** get_address_of_m_Instance_8() { return &___m_Instance_8; } inline void set_m_Instance_8(CNoticeManager_t3044969465 * value) { ___m_Instance_8 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNOTICEMANAGER_T3044969465_H #ifndef U3CCOUNTDOWNU3EC__ITERATOR0_T757918018_H #define U3CCOUNTDOWNU3EC__ITERATOR0_T757918018_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // NoticeTaskItem/c__Iterator0 struct U3CCountDownU3Ec__Iterator0_t757918018 : public RuntimeObject { public: // System.Int32 NoticeTaskItem/c__Iterator0::second int32_t ___second_0; // NoticeTaskItem NoticeTaskItem/c__Iterator0::$this NoticeTaskItem_t1719951648 * ___U24this_1; // System.Object NoticeTaskItem/c__Iterator0::$current RuntimeObject * ___U24current_2; // System.Boolean NoticeTaskItem/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 NoticeTaskItem/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_second_0() { return static_cast(offsetof(U3CCountDownU3Ec__Iterator0_t757918018, ___second_0)); } inline int32_t get_second_0() const { return ___second_0; } inline int32_t* get_address_of_second_0() { return &___second_0; } inline void set_second_0(int32_t value) { ___second_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CCountDownU3Ec__Iterator0_t757918018, ___U24this_1)); } inline NoticeTaskItem_t1719951648 * get_U24this_1() const { return ___U24this_1; } inline NoticeTaskItem_t1719951648 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(NoticeTaskItem_t1719951648 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CCountDownU3Ec__Iterator0_t757918018, ___U24current_2)); } inline RuntimeObject * get_U24current_2() const { return ___U24current_2; } inline RuntimeObject ** get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(RuntimeObject * value) { ___U24current_2 = value; Il2CppCodeGenWriteBarrier((&___U24current_2), value); } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CCountDownU3Ec__Iterator0_t757918018, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CCountDownU3Ec__Iterator0_t757918018, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCOUNTDOWNU3EC__ITERATOR0_T757918018_H #ifndef MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef NOTICETASK_T2932161791_H #define NOTICETASK_T2932161791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.NoticeTask struct NoticeTask_t2932161791 : public RuntimeObject { public: // System.Int32 DMCore.Logic.NoticeTask::mainTaskID int32_t ___mainTaskID_0; // System.Int32 DMCore.Logic.NoticeTask::mainTaskLV int32_t ___mainTaskLV_1; // System.Int32 DMCore.Logic.NoticeTask::currentEXP int32_t ___currentEXP_2; // System.Int32 DMCore.Logic.NoticeTask::maxEXP int32_t ___maxEXP_3; // System.Boolean DMCore.Logic.NoticeTask::bunlock bool ___bunlock_4; // System.Int32 DMCore.Logic.NoticeTask::unlockLevel int32_t ___unlockLevel_5; public: inline static int32_t get_offset_of_mainTaskID_0() { return static_cast(offsetof(NoticeTask_t2932161791, ___mainTaskID_0)); } inline int32_t get_mainTaskID_0() const { return ___mainTaskID_0; } inline int32_t* get_address_of_mainTaskID_0() { return &___mainTaskID_0; } inline void set_mainTaskID_0(int32_t value) { ___mainTaskID_0 = value; } inline static int32_t get_offset_of_mainTaskLV_1() { return static_cast(offsetof(NoticeTask_t2932161791, ___mainTaskLV_1)); } inline int32_t get_mainTaskLV_1() const { return ___mainTaskLV_1; } inline int32_t* get_address_of_mainTaskLV_1() { return &___mainTaskLV_1; } inline void set_mainTaskLV_1(int32_t value) { ___mainTaskLV_1 = value; } inline static int32_t get_offset_of_currentEXP_2() { return static_cast(offsetof(NoticeTask_t2932161791, ___currentEXP_2)); } inline int32_t get_currentEXP_2() const { return ___currentEXP_2; } inline int32_t* get_address_of_currentEXP_2() { return &___currentEXP_2; } inline void set_currentEXP_2(int32_t value) { ___currentEXP_2 = value; } inline static int32_t get_offset_of_maxEXP_3() { return static_cast(offsetof(NoticeTask_t2932161791, ___maxEXP_3)); } inline int32_t get_maxEXP_3() const { return ___maxEXP_3; } inline int32_t* get_address_of_maxEXP_3() { return &___maxEXP_3; } inline void set_maxEXP_3(int32_t value) { ___maxEXP_3 = value; } inline static int32_t get_offset_of_bunlock_4() { return static_cast(offsetof(NoticeTask_t2932161791, ___bunlock_4)); } inline bool get_bunlock_4() const { return ___bunlock_4; } inline bool* get_address_of_bunlock_4() { return &___bunlock_4; } inline void set_bunlock_4(bool value) { ___bunlock_4 = value; } inline static int32_t get_offset_of_unlockLevel_5() { return static_cast(offsetof(NoticeTask_t2932161791, ___unlockLevel_5)); } inline int32_t get_unlockLevel_5() const { return ___unlockLevel_5; } inline int32_t* get_address_of_unlockLevel_5() { return &___unlockLevel_5; } inline void set_unlockLevel_5(int32_t value) { ___unlockLevel_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTICETASK_T2932161791_H #ifndef 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 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 CPETSTARQUALITYLEVELCFG_T129968123_H #define CPETSTARQUALITYLEVELCFG_T129968123_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetStarQualityLevelCfg struct CPetStarQualityLevelCfg_t129968123 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetStarQualityLevelCfg::m_StarQuality Dictionary_2_t1839659084 * ___m_StarQuality_1; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetStarQualityLevelCfg::m_PetRightDesc Dictionary_2_t1632706988 * ___m_PetRightDesc_2; // System.Collections.Generic.List`1 DMCore.Logic.CPetStarQualityLevelCfg::m_PetAddRightList List_1_t2131980057 * ___m_PetAddRightList_3; public: inline static int32_t get_offset_of_m_StarQuality_1() { return static_cast(offsetof(CPetStarQualityLevelCfg_t129968123, ___m_StarQuality_1)); } inline Dictionary_2_t1839659084 * get_m_StarQuality_1() const { return ___m_StarQuality_1; } inline Dictionary_2_t1839659084 ** get_address_of_m_StarQuality_1() { return &___m_StarQuality_1; } inline void set_m_StarQuality_1(Dictionary_2_t1839659084 * value) { ___m_StarQuality_1 = value; Il2CppCodeGenWriteBarrier((&___m_StarQuality_1), value); } inline static int32_t get_offset_of_m_PetRightDesc_2() { return static_cast(offsetof(CPetStarQualityLevelCfg_t129968123, ___m_PetRightDesc_2)); } inline Dictionary_2_t1632706988 * get_m_PetRightDesc_2() const { return ___m_PetRightDesc_2; } inline Dictionary_2_t1632706988 ** get_address_of_m_PetRightDesc_2() { return &___m_PetRightDesc_2; } inline void set_m_PetRightDesc_2(Dictionary_2_t1632706988 * value) { ___m_PetRightDesc_2 = value; Il2CppCodeGenWriteBarrier((&___m_PetRightDesc_2), value); } inline static int32_t get_offset_of_m_PetAddRightList_3() { return static_cast(offsetof(CPetStarQualityLevelCfg_t129968123, ___m_PetAddRightList_3)); } inline List_1_t2131980057 * get_m_PetAddRightList_3() const { return ___m_PetAddRightList_3; } inline List_1_t2131980057 ** get_address_of_m_PetAddRightList_3() { return &___m_PetAddRightList_3; } inline void set_m_PetAddRightList_3(List_1_t2131980057 * value) { ___m_PetAddRightList_3 = value; Il2CppCodeGenWriteBarrier((&___m_PetAddRightList_3), value); } }; struct CPetStarQualityLevelCfg_t129968123_StaticFields { public: // DMCore.Logic.CPetStarQualityLevelCfg DMCore.Logic.CPetStarQualityLevelCfg::m_Instance CPetStarQualityLevelCfg_t129968123 * ___m_Instance_4; public: inline static int32_t get_offset_of_m_Instance_4() { return static_cast(offsetof(CPetStarQualityLevelCfg_t129968123_StaticFields, ___m_Instance_4)); } inline CPetStarQualityLevelCfg_t129968123 * get_m_Instance_4() const { return ___m_Instance_4; } inline CPetStarQualityLevelCfg_t129968123 ** get_address_of_m_Instance_4() { return &___m_Instance_4; } inline void set_m_Instance_4(CPetStarQualityLevelCfg_t129968123 * value) { ___m_Instance_4 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETSTARQUALITYLEVELCFG_T129968123_H #ifndef CTITLEMANAGER_T3025273230_H #define CTITLEMANAGER_T3025273230_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CTitleManager struct CTitleManager_t3025273230 : public ITextBase_t660344599 { public: // DMCore.Logic.CTitleManager/ChangeTitle DMCore.Logic.CTitleManager::changeTilte ChangeTitle_t584768798 * ___changeTilte_1; // System.Int32 DMCore.Logic.CTitleManager::SelectedTitle int32_t ___SelectedTitle_2; // System.Int32 DMCore.Logic.CTitleManager::SelectedContentTitle int32_t ___SelectedContentTitle_3; // UnityEngine.Transform DMCore.Logic.CTitleManager::SelectedContentTransform Transform_t3600365921 * ___SelectedContentTransform_4; // System.Int32 DMCore.Logic.CTitleManager::WearedTitle int32_t ___WearedTitle_5; // System.Int32 DMCore.Logic.CTitleManager::WearedContentTitle int32_t ___WearedContentTitle_6; // UnityEngine.Transform DMCore.Logic.CTitleManager::WearedContentTransform Transform_t3600365921 * ___WearedContentTransform_7; // System.Single DMCore.Logic.CTitleManager::m_effectTime float ___m_effectTime_8; // System.Single DMCore.Logic.CTitleManager::m_titleWidth float ___m_titleWidth_9; // System.Single DMCore.Logic.CTitleManager::m_titleHeight float ___m_titleHeight_10; // System.Single DMCore.Logic.CTitleManager::m_posInScreen float ___m_posInScreen_11; // System.Single DMCore.Logic.CTitleManager::m_desToDanceTag float ___m_desToDanceTag_12; // System.Single DMCore.Logic.CTitleManager::m_desToWaitTag float ___m_desToWaitTag_13; // System.Collections.Generic.List`1 DMCore.Logic.CTitleManager::m_animList List_1_t128053199 * ___m_animList_14; // System.Collections.Generic.Dictionary`2> DMCore.Logic.CTitleManager::m_titleListInfo Dictionary_2_t1574409016 * ___m_titleListInfo_15; public: inline static int32_t get_offset_of_changeTilte_1() { return static_cast(offsetof(CTitleManager_t3025273230, ___changeTilte_1)); } inline ChangeTitle_t584768798 * get_changeTilte_1() const { return ___changeTilte_1; } inline ChangeTitle_t584768798 ** get_address_of_changeTilte_1() { return &___changeTilte_1; } inline void set_changeTilte_1(ChangeTitle_t584768798 * value) { ___changeTilte_1 = value; Il2CppCodeGenWriteBarrier((&___changeTilte_1), value); } inline static int32_t get_offset_of_SelectedTitle_2() { return static_cast(offsetof(CTitleManager_t3025273230, ___SelectedTitle_2)); } inline int32_t get_SelectedTitle_2() const { return ___SelectedTitle_2; } inline int32_t* get_address_of_SelectedTitle_2() { return &___SelectedTitle_2; } inline void set_SelectedTitle_2(int32_t value) { ___SelectedTitle_2 = value; } inline static int32_t get_offset_of_SelectedContentTitle_3() { return static_cast(offsetof(CTitleManager_t3025273230, ___SelectedContentTitle_3)); } inline int32_t get_SelectedContentTitle_3() const { return ___SelectedContentTitle_3; } inline int32_t* get_address_of_SelectedContentTitle_3() { return &___SelectedContentTitle_3; } inline void set_SelectedContentTitle_3(int32_t value) { ___SelectedContentTitle_3 = value; } inline static int32_t get_offset_of_SelectedContentTransform_4() { return static_cast(offsetof(CTitleManager_t3025273230, ___SelectedContentTransform_4)); } inline Transform_t3600365921 * get_SelectedContentTransform_4() const { return ___SelectedContentTransform_4; } inline Transform_t3600365921 ** get_address_of_SelectedContentTransform_4() { return &___SelectedContentTransform_4; } inline void set_SelectedContentTransform_4(Transform_t3600365921 * value) { ___SelectedContentTransform_4 = value; Il2CppCodeGenWriteBarrier((&___SelectedContentTransform_4), value); } inline static int32_t get_offset_of_WearedTitle_5() { return static_cast(offsetof(CTitleManager_t3025273230, ___WearedTitle_5)); } inline int32_t get_WearedTitle_5() const { return ___WearedTitle_5; } inline int32_t* get_address_of_WearedTitle_5() { return &___WearedTitle_5; } inline void set_WearedTitle_5(int32_t value) { ___WearedTitle_5 = value; } inline static int32_t get_offset_of_WearedContentTitle_6() { return static_cast(offsetof(CTitleManager_t3025273230, ___WearedContentTitle_6)); } inline int32_t get_WearedContentTitle_6() const { return ___WearedContentTitle_6; } inline int32_t* get_address_of_WearedContentTitle_6() { return &___WearedContentTitle_6; } inline void set_WearedContentTitle_6(int32_t value) { ___WearedContentTitle_6 = value; } inline static int32_t get_offset_of_WearedContentTransform_7() { return static_cast(offsetof(CTitleManager_t3025273230, ___WearedContentTransform_7)); } inline Transform_t3600365921 * get_WearedContentTransform_7() const { return ___WearedContentTransform_7; } inline Transform_t3600365921 ** get_address_of_WearedContentTransform_7() { return &___WearedContentTransform_7; } inline void set_WearedContentTransform_7(Transform_t3600365921 * value) { ___WearedContentTransform_7 = value; Il2CppCodeGenWriteBarrier((&___WearedContentTransform_7), value); } inline static int32_t get_offset_of_m_effectTime_8() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_effectTime_8)); } inline float get_m_effectTime_8() const { return ___m_effectTime_8; } inline float* get_address_of_m_effectTime_8() { return &___m_effectTime_8; } inline void set_m_effectTime_8(float value) { ___m_effectTime_8 = value; } inline static int32_t get_offset_of_m_titleWidth_9() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_titleWidth_9)); } inline float get_m_titleWidth_9() const { return ___m_titleWidth_9; } inline float* get_address_of_m_titleWidth_9() { return &___m_titleWidth_9; } inline void set_m_titleWidth_9(float value) { ___m_titleWidth_9 = value; } inline static int32_t get_offset_of_m_titleHeight_10() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_titleHeight_10)); } inline float get_m_titleHeight_10() const { return ___m_titleHeight_10; } inline float* get_address_of_m_titleHeight_10() { return &___m_titleHeight_10; } inline void set_m_titleHeight_10(float value) { ___m_titleHeight_10 = value; } inline static int32_t get_offset_of_m_posInScreen_11() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_posInScreen_11)); } inline float get_m_posInScreen_11() const { return ___m_posInScreen_11; } inline float* get_address_of_m_posInScreen_11() { return &___m_posInScreen_11; } inline void set_m_posInScreen_11(float value) { ___m_posInScreen_11 = value; } inline static int32_t get_offset_of_m_desToDanceTag_12() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_desToDanceTag_12)); } inline float get_m_desToDanceTag_12() const { return ___m_desToDanceTag_12; } inline float* get_address_of_m_desToDanceTag_12() { return &___m_desToDanceTag_12; } inline void set_m_desToDanceTag_12(float value) { ___m_desToDanceTag_12 = value; } inline static int32_t get_offset_of_m_desToWaitTag_13() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_desToWaitTag_13)); } inline float get_m_desToWaitTag_13() const { return ___m_desToWaitTag_13; } inline float* get_address_of_m_desToWaitTag_13() { return &___m_desToWaitTag_13; } inline void set_m_desToWaitTag_13(float value) { ___m_desToWaitTag_13 = value; } inline static int32_t get_offset_of_m_animList_14() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_animList_14)); } inline List_1_t128053199 * get_m_animList_14() const { return ___m_animList_14; } inline List_1_t128053199 ** get_address_of_m_animList_14() { return &___m_animList_14; } inline void set_m_animList_14(List_1_t128053199 * value) { ___m_animList_14 = value; Il2CppCodeGenWriteBarrier((&___m_animList_14), value); } inline static int32_t get_offset_of_m_titleListInfo_15() { return static_cast(offsetof(CTitleManager_t3025273230, ___m_titleListInfo_15)); } inline Dictionary_2_t1574409016 * get_m_titleListInfo_15() const { return ___m_titleListInfo_15; } inline Dictionary_2_t1574409016 ** get_address_of_m_titleListInfo_15() { return &___m_titleListInfo_15; } inline void set_m_titleListInfo_15(Dictionary_2_t1574409016 * value) { ___m_titleListInfo_15 = value; Il2CppCodeGenWriteBarrier((&___m_titleListInfo_15), value); } }; struct CTitleManager_t3025273230_StaticFields { public: // DMCore.Logic.CTitleManager DMCore.Logic.CTitleManager::s_intance CTitleManager_t3025273230 * ___s_intance_16; public: inline static int32_t get_offset_of_s_intance_16() { return static_cast(offsetof(CTitleManager_t3025273230_StaticFields, ___s_intance_16)); } inline CTitleManager_t3025273230 * get_s_intance_16() const { return ___s_intance_16; } inline CTitleManager_t3025273230 ** get_address_of_s_intance_16() { return &___s_intance_16; } inline void set_s_intance_16(CTitleManager_t3025273230 * value) { ___s_intance_16 = value; Il2CppCodeGenWriteBarrier((&___s_intance_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CTITLEMANAGER_T3025273230_H #ifndef 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 CPETLEVELEXPERIENCECFG_T3456413245_H #define CPETLEVELEXPERIENCECFG_T3456413245_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetLevelExperienceCfg struct CPetLevelExperienceCfg_t3456413245 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetLevelExperienceCfg::m_LevelData Dictionary_2_t3489775701 * ___m_LevelData_1; public: inline static int32_t get_offset_of_m_LevelData_1() { return static_cast(offsetof(CPetLevelExperienceCfg_t3456413245, ___m_LevelData_1)); } inline Dictionary_2_t3489775701 * get_m_LevelData_1() const { return ___m_LevelData_1; } inline Dictionary_2_t3489775701 ** get_address_of_m_LevelData_1() { return &___m_LevelData_1; } inline void set_m_LevelData_1(Dictionary_2_t3489775701 * value) { ___m_LevelData_1 = value; Il2CppCodeGenWriteBarrier((&___m_LevelData_1), value); } }; struct CPetLevelExperienceCfg_t3456413245_StaticFields { public: // DMCore.Logic.CPetLevelExperienceCfg DMCore.Logic.CPetLevelExperienceCfg::m_Instance CPetLevelExperienceCfg_t3456413245 * ___m_Instance_2; public: inline static int32_t get_offset_of_m_Instance_2() { return static_cast(offsetof(CPetLevelExperienceCfg_t3456413245_StaticFields, ___m_Instance_2)); } inline CPetLevelExperienceCfg_t3456413245 * get_m_Instance_2() const { return ___m_Instance_2; } inline CPetLevelExperienceCfg_t3456413245 ** get_address_of_m_Instance_2() { return &___m_Instance_2; } inline void set_m_Instance_2(CPetLevelExperienceCfg_t3456413245 * value) { ___m_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETLEVELEXPERIENCECFG_T3456413245_H #ifndef NUMBERROLLCONTROLLER_T3661030829_H #define NUMBERROLLCONTROLLER_T3661030829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // NumberRollController struct NumberRollController_t3661030829 : public CUIBase_t3255455658 { public: // System.String NumberRollController::m_number String_t* ___m_number_8; // System.Boolean NumberRollController::playAnim bool ___playAnim_9; // System.Single NumberRollController::intervalTime float ___intervalTime_10; // System.Single NumberRollController::timer float ___timer_11; // NumberRoll[] NumberRollController::m_numberArray NumberRollU5BU5D_t2596183097* ___m_numberArray_12; // DMCore.Logic.CActivityFortuneCat NumberRollController::activity CActivityFortuneCat_t237126772 * ___activity_13; // System.Int32 NumberRollController::index int32_t ___index_14; // System.Int32 NumberRollController::temp int32_t ___temp_15; public: inline static int32_t get_offset_of_m_number_8() { return static_cast(offsetof(NumberRollController_t3661030829, ___m_number_8)); } inline String_t* get_m_number_8() const { return ___m_number_8; } inline String_t** get_address_of_m_number_8() { return &___m_number_8; } inline void set_m_number_8(String_t* value) { ___m_number_8 = value; Il2CppCodeGenWriteBarrier((&___m_number_8), value); } inline static int32_t get_offset_of_playAnim_9() { return static_cast(offsetof(NumberRollController_t3661030829, ___playAnim_9)); } inline bool get_playAnim_9() const { return ___playAnim_9; } inline bool* get_address_of_playAnim_9() { return &___playAnim_9; } inline void set_playAnim_9(bool value) { ___playAnim_9 = value; } inline static int32_t get_offset_of_intervalTime_10() { return static_cast(offsetof(NumberRollController_t3661030829, ___intervalTime_10)); } inline float get_intervalTime_10() const { return ___intervalTime_10; } inline float* get_address_of_intervalTime_10() { return &___intervalTime_10; } inline void set_intervalTime_10(float value) { ___intervalTime_10 = value; } inline static int32_t get_offset_of_timer_11() { return static_cast(offsetof(NumberRollController_t3661030829, ___timer_11)); } inline float get_timer_11() const { return ___timer_11; } inline float* get_address_of_timer_11() { return &___timer_11; } inline void set_timer_11(float value) { ___timer_11 = value; } inline static int32_t get_offset_of_m_numberArray_12() { return static_cast(offsetof(NumberRollController_t3661030829, ___m_numberArray_12)); } inline NumberRollU5BU5D_t2596183097* get_m_numberArray_12() const { return ___m_numberArray_12; } inline NumberRollU5BU5D_t2596183097** get_address_of_m_numberArray_12() { return &___m_numberArray_12; } inline void set_m_numberArray_12(NumberRollU5BU5D_t2596183097* value) { ___m_numberArray_12 = value; Il2CppCodeGenWriteBarrier((&___m_numberArray_12), value); } inline static int32_t get_offset_of_activity_13() { return static_cast(offsetof(NumberRollController_t3661030829, ___activity_13)); } inline CActivityFortuneCat_t237126772 * get_activity_13() const { return ___activity_13; } inline CActivityFortuneCat_t237126772 ** get_address_of_activity_13() { return &___activity_13; } inline void set_activity_13(CActivityFortuneCat_t237126772 * value) { ___activity_13 = value; Il2CppCodeGenWriteBarrier((&___activity_13), value); } inline static int32_t get_offset_of_index_14() { return static_cast(offsetof(NumberRollController_t3661030829, ___index_14)); } inline int32_t get_index_14() const { return ___index_14; } inline int32_t* get_address_of_index_14() { return &___index_14; } inline void set_index_14(int32_t value) { ___index_14 = value; } inline static int32_t get_offset_of_temp_15() { return static_cast(offsetof(NumberRollController_t3661030829, ___temp_15)); } inline int32_t get_temp_15() const { return ___temp_15; } inline int32_t* get_address_of_temp_15() { return &___temp_15; } inline void set_temp_15(int32_t value) { ___temp_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERROLLCONTROLLER_T3661030829_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 XMLDOCUMENT_T2837193595_H #define XMLDOCUMENT_T2837193595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDocument struct XmlDocument_t2837193595 : public XmlNode_t3767805227 { public: // System.Boolean System.Xml.XmlDocument::optimal_create_element bool ___optimal_create_element_6; // System.Boolean System.Xml.XmlDocument::optimal_create_attribute bool ___optimal_create_attribute_7; // System.Xml.XmlNameTable System.Xml.XmlDocument::nameTable XmlNameTable_t71772148 * ___nameTable_8; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_9; // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_t254178875 * ___implementation_10; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_11; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t626023767 * ___resolver_12; // System.Collections.Hashtable System.Xml.XmlDocument::idTable Hashtable_t1853889766 * ___idTable_13; // System.Xml.XmlNameEntryCache System.Xml.XmlDocument::nameCache XmlNameEntryCache_t2890546907 * ___nameCache_14; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_15; // System.Xml.XmlAttribute System.Xml.XmlDocument::nsNodeXml XmlAttribute_t1173852259 * ___nsNodeXml_16; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t266093086 * ___schemas_17; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::schemaInfo RuntimeObject* ___schemaInfo_18; // System.Boolean System.Xml.XmlDocument::loadMode bool ___loadMode_19; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanged XmlNodeChangedEventHandler_t1533444722 * ___NodeChanged_20; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanging XmlNodeChangedEventHandler_t1533444722 * ___NodeChanging_21; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserted XmlNodeChangedEventHandler_t1533444722 * ___NodeInserted_22; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserting XmlNodeChangedEventHandler_t1533444722 * ___NodeInserting_23; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoved XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoved_24; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoving XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoving_25; public: inline static int32_t get_offset_of_optimal_create_element_6() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_element_6)); } inline bool get_optimal_create_element_6() const { return ___optimal_create_element_6; } inline bool* get_address_of_optimal_create_element_6() { return &___optimal_create_element_6; } inline void set_optimal_create_element_6(bool value) { ___optimal_create_element_6 = value; } inline static int32_t get_offset_of_optimal_create_attribute_7() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_attribute_7)); } inline bool get_optimal_create_attribute_7() const { return ___optimal_create_attribute_7; } inline bool* get_address_of_optimal_create_attribute_7() { return &___optimal_create_attribute_7; } inline void set_optimal_create_attribute_7(bool value) { ___optimal_create_attribute_7 = value; } inline static int32_t get_offset_of_nameTable_8() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameTable_8)); } inline XmlNameTable_t71772148 * get_nameTable_8() const { return ___nameTable_8; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_8() { return &___nameTable_8; } inline void set_nameTable_8(XmlNameTable_t71772148 * value) { ___nameTable_8 = value; Il2CppCodeGenWriteBarrier((&___nameTable_8), value); } inline static int32_t get_offset_of_baseURI_9() { return static_cast(offsetof(XmlDocument_t2837193595, ___baseURI_9)); } inline String_t* get_baseURI_9() const { return ___baseURI_9; } inline String_t** get_address_of_baseURI_9() { return &___baseURI_9; } inline void set_baseURI_9(String_t* value) { ___baseURI_9 = value; Il2CppCodeGenWriteBarrier((&___baseURI_9), value); } inline static int32_t get_offset_of_implementation_10() { return static_cast(offsetof(XmlDocument_t2837193595, ___implementation_10)); } inline XmlImplementation_t254178875 * get_implementation_10() const { return ___implementation_10; } inline XmlImplementation_t254178875 ** get_address_of_implementation_10() { return &___implementation_10; } inline void set_implementation_10(XmlImplementation_t254178875 * value) { ___implementation_10 = value; Il2CppCodeGenWriteBarrier((&___implementation_10), value); } inline static int32_t get_offset_of_preserveWhitespace_11() { return static_cast(offsetof(XmlDocument_t2837193595, ___preserveWhitespace_11)); } inline bool get_preserveWhitespace_11() const { return ___preserveWhitespace_11; } inline bool* get_address_of_preserveWhitespace_11() { return &___preserveWhitespace_11; } inline void set_preserveWhitespace_11(bool value) { ___preserveWhitespace_11 = value; } inline static int32_t get_offset_of_resolver_12() { return static_cast(offsetof(XmlDocument_t2837193595, ___resolver_12)); } inline XmlResolver_t626023767 * get_resolver_12() const { return ___resolver_12; } inline XmlResolver_t626023767 ** get_address_of_resolver_12() { return &___resolver_12; } inline void set_resolver_12(XmlResolver_t626023767 * value) { ___resolver_12 = value; Il2CppCodeGenWriteBarrier((&___resolver_12), value); } inline static int32_t get_offset_of_idTable_13() { return static_cast(offsetof(XmlDocument_t2837193595, ___idTable_13)); } inline Hashtable_t1853889766 * get_idTable_13() const { return ___idTable_13; } inline Hashtable_t1853889766 ** get_address_of_idTable_13() { return &___idTable_13; } inline void set_idTable_13(Hashtable_t1853889766 * value) { ___idTable_13 = value; Il2CppCodeGenWriteBarrier((&___idTable_13), value); } inline static int32_t get_offset_of_nameCache_14() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameCache_14)); } inline XmlNameEntryCache_t2890546907 * get_nameCache_14() const { return ___nameCache_14; } inline XmlNameEntryCache_t2890546907 ** get_address_of_nameCache_14() { return &___nameCache_14; } inline void set_nameCache_14(XmlNameEntryCache_t2890546907 * value) { ___nameCache_14 = value; Il2CppCodeGenWriteBarrier((&___nameCache_14), value); } inline static int32_t get_offset_of_lastLinkedChild_15() { return static_cast(offsetof(XmlDocument_t2837193595, ___lastLinkedChild_15)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_15() const { return ___lastLinkedChild_15; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_15() { return &___lastLinkedChild_15; } inline void set_lastLinkedChild_15(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_15 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_15), value); } inline static int32_t get_offset_of_nsNodeXml_16() { return static_cast(offsetof(XmlDocument_t2837193595, ___nsNodeXml_16)); } inline XmlAttribute_t1173852259 * get_nsNodeXml_16() const { return ___nsNodeXml_16; } inline XmlAttribute_t1173852259 ** get_address_of_nsNodeXml_16() { return &___nsNodeXml_16; } inline void set_nsNodeXml_16(XmlAttribute_t1173852259 * value) { ___nsNodeXml_16 = value; Il2CppCodeGenWriteBarrier((&___nsNodeXml_16), value); } inline static int32_t get_offset_of_schemas_17() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemas_17)); } inline XmlSchemaSet_t266093086 * get_schemas_17() const { return ___schemas_17; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_17() { return &___schemas_17; } inline void set_schemas_17(XmlSchemaSet_t266093086 * value) { ___schemas_17 = value; Il2CppCodeGenWriteBarrier((&___schemas_17), value); } inline static int32_t get_offset_of_schemaInfo_18() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemaInfo_18)); } inline RuntimeObject* get_schemaInfo_18() const { return ___schemaInfo_18; } inline RuntimeObject** get_address_of_schemaInfo_18() { return &___schemaInfo_18; } inline void set_schemaInfo_18(RuntimeObject* value) { ___schemaInfo_18 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_18), value); } inline static int32_t get_offset_of_loadMode_19() { return static_cast(offsetof(XmlDocument_t2837193595, ___loadMode_19)); } inline bool get_loadMode_19() const { return ___loadMode_19; } inline bool* get_address_of_loadMode_19() { return &___loadMode_19; } inline void set_loadMode_19(bool value) { ___loadMode_19 = value; } inline static int32_t get_offset_of_NodeChanged_20() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanged_20)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanged_20() const { return ___NodeChanged_20; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanged_20() { return &___NodeChanged_20; } inline void set_NodeChanged_20(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanged_20 = value; Il2CppCodeGenWriteBarrier((&___NodeChanged_20), value); } inline static int32_t get_offset_of_NodeChanging_21() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanging_21)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanging_21() const { return ___NodeChanging_21; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanging_21() { return &___NodeChanging_21; } inline void set_NodeChanging_21(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanging_21 = value; Il2CppCodeGenWriteBarrier((&___NodeChanging_21), value); } inline static int32_t get_offset_of_NodeInserted_22() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserted_22)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserted_22() const { return ___NodeInserted_22; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserted_22() { return &___NodeInserted_22; } inline void set_NodeInserted_22(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserted_22 = value; Il2CppCodeGenWriteBarrier((&___NodeInserted_22), value); } inline static int32_t get_offset_of_NodeInserting_23() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserting_23)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserting_23() const { return ___NodeInserting_23; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserting_23() { return &___NodeInserting_23; } inline void set_NodeInserting_23(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserting_23 = value; Il2CppCodeGenWriteBarrier((&___NodeInserting_23), value); } inline static int32_t get_offset_of_NodeRemoved_24() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoved_24)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoved_24() const { return ___NodeRemoved_24; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoved_24() { return &___NodeRemoved_24; } inline void set_NodeRemoved_24(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoved_24 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoved_24), value); } inline static int32_t get_offset_of_NodeRemoving_25() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoving_25)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoving_25() const { return ___NodeRemoving_25; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoving_25() { return &___NodeRemoving_25; } inline void set_NodeRemoving_25(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoving_25 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoving_25), value); } }; struct XmlDocument_t2837193595_StaticFields { public: // System.Type[] System.Xml.XmlDocument::optimal_create_types TypeU5BU5D_t3940880105* ___optimal_create_types_5; public: inline static int32_t get_offset_of_optimal_create_types_5() { return static_cast(offsetof(XmlDocument_t2837193595_StaticFields, ___optimal_create_types_5)); } inline TypeU5BU5D_t3940880105* get_optimal_create_types_5() const { return ___optimal_create_types_5; } inline TypeU5BU5D_t3940880105** get_address_of_optimal_create_types_5() { return &___optimal_create_types_5; } inline void set_optimal_create_types_5(TypeU5BU5D_t3940880105* value) { ___optimal_create_types_5 = value; Il2CppCodeGenWriteBarrier((&___optimal_create_types_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENT_T2837193595_H #ifndef CPETACTIONCONFIG_T1976691651_H #define CPETACTIONCONFIG_T1976691651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetActionConfig struct CPetActionConfig_t1976691651 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetActionConfig::m_ActionConfigLib Dictionary_2_t3311957831 * ___m_ActionConfigLib_1; public: inline static int32_t get_offset_of_m_ActionConfigLib_1() { return static_cast(offsetof(CPetActionConfig_t1976691651, ___m_ActionConfigLib_1)); } inline Dictionary_2_t3311957831 * get_m_ActionConfigLib_1() const { return ___m_ActionConfigLib_1; } inline Dictionary_2_t3311957831 ** get_address_of_m_ActionConfigLib_1() { return &___m_ActionConfigLib_1; } inline void set_m_ActionConfigLib_1(Dictionary_2_t3311957831 * value) { ___m_ActionConfigLib_1 = value; Il2CppCodeGenWriteBarrier((&___m_ActionConfigLib_1), value); } }; struct CPetActionConfig_t1976691651_StaticFields { public: // DMCore.Logic.CPetActionConfig DMCore.Logic.CPetActionConfig::s_Instance CPetActionConfig_t1976691651 * ___s_Instance_2; public: inline static int32_t get_offset_of_s_Instance_2() { return static_cast(offsetof(CPetActionConfig_t1976691651_StaticFields, ___s_Instance_2)); } inline CPetActionConfig_t1976691651 * get_s_Instance_2() const { return ___s_Instance_2; } inline CPetActionConfig_t1976691651 ** get_address_of_s_Instance_2() { return &___s_Instance_2; } inline void set_s_Instance_2(CPetActionConfig_t1976691651 * value) { ___s_Instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETACTIONCONFIG_T1976691651_H #ifndef ROLEACTIONCONFIG_T1403548228_H #define ROLEACTIONCONFIG_T1403548228_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.RoleActionConfig struct RoleActionConfig_t1403548228 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.RoleActionConfig::m_configList Dictionary_2_t1632706988 * ___m_configList_1; public: inline static int32_t get_offset_of_m_configList_1() { return static_cast(offsetof(RoleActionConfig_t1403548228, ___m_configList_1)); } inline Dictionary_2_t1632706988 * get_m_configList_1() const { return ___m_configList_1; } inline Dictionary_2_t1632706988 ** get_address_of_m_configList_1() { return &___m_configList_1; } inline void set_m_configList_1(Dictionary_2_t1632706988 * value) { ___m_configList_1 = value; Il2CppCodeGenWriteBarrier((&___m_configList_1), value); } }; struct RoleActionConfig_t1403548228_StaticFields { public: // DMCore.Logic.RoleActionConfig DMCore.Logic.RoleActionConfig::s_instance RoleActionConfig_t1403548228 * ___s_instance_2; public: inline static int32_t get_offset_of_s_instance_2() { return static_cast(offsetof(RoleActionConfig_t1403548228_StaticFields, ___s_instance_2)); } inline RoleActionConfig_t1403548228 * get_s_instance_2() const { return ___s_instance_2; } inline RoleActionConfig_t1403548228 ** get_address_of_s_instance_2() { return &___s_instance_2; } inline void set_s_instance_2(RoleActionConfig_t1403548228 * value) { ___s_instance_2 = value; Il2CppCodeGenWriteBarrier((&___s_instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROLEACTIONCONFIG_T1403548228_H #ifndef 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 UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef 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 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 QUALIFYINGCFGMANAGER_T3310596061_H #define QUALIFYINGCFGMANAGER_T3310596061_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // QualifyingCfgManager struct QualifyingCfgManager_t3310596061 : public ITextBase_t660344599 { public: // System.Int32 QualifyingCfgManager::QfLevelNum int32_t ___QfLevelNum_1; // System.Single QualifyingCfgManager::QfMatchTimeRemind float ___QfMatchTimeRemind_2; // System.Int32 QualifyingCfgManager::QfModeNum int32_t ___QfModeNum_3; // System.Single QualifyingCfgManager::QfSimulateSpeed float ___QfSimulateSpeed_4; // System.Single QualifyingCfgManager::QfSimulateTime float ___QfSimulateTime_5; // System.Int32 QualifyingCfgManager::QfSimulateHeadCount int32_t ___QfSimulateHeadCount_6; // System.Int32 QualifyingCfgManager::QfSimulateWinCount_Max int32_t ___QfSimulateWinCount_Max_7; // System.Int32 QualifyingCfgManager::QfSimulateRank_Max int32_t ___QfSimulateRank_Max_8; // System.String QualifyingCfgManager::WndContext String_t* ___WndContext_9; // System.Int32 QualifyingCfgManager::Cd_Cost int32_t ___Cd_Cost_10; // System.Collections.Generic.Dictionary`2 QualifyingCfgManager::sever_configList Dictionary_2_t622178124 * ___sever_configList_11; // System.Collections.Generic.Dictionary`2 QualifyingCfgManager::m_itemDataList Dictionary_2_t239046765 * ___m_itemDataList_12; public: inline static int32_t get_offset_of_QfLevelNum_1() { return static_cast(offsetof(QualifyingCfgManager_t3310596061, ___QfLevelNum_1)); } inline int32_t get_QfLevelNum_1() const { return ___QfLevelNum_1; } inline int32_t* get_address_of_QfLevelNum_1() { return &___QfLevelNum_1; } inline void set_QfLevelNum_1(int32_t value) { ___QfLevelNum_1 = value; } inline static int32_t get_offset_of_QfMatchTimeRemind_2() { return static_cast(offsetof(QualifyingCfgManager_t3310596061, ___QfMatchTimeRemind_2)); } inline float get_QfMatchTimeRemind_2() const { return ___QfMatchTimeRemind_2; } inline float* get_address_of_QfMatchTimeRemind_2() { return &___QfMatchTimeRemind_2; } inline void set_QfMatchTimeRemind_2(float value) { ___QfMatchTimeRemind_2 = value; } inline static int32_t get_offset_of_QfModeNum_3() { return static_cast(offsetof(QualifyingCfgManager_t3310596061, ___QfModeNum_3)); } inline int32_t get_QfModeNum_3() const { return ___QfModeNum_3; } inline int32_t* get_address_of_QfModeNum_3() { return &___QfModeNum_3; } inline void set_QfModeNum_3(int32_t value) { ___QfModeNum_3 = value; } inline static int32_t get_offset_of_QfSimulateSpeed_4() { return static_cast(offsetof(QualifyingCfgManager_t3310596061, ___QfSimulateSpeed_4)); } inline float get_QfSimulateSpeed_4() const { return ___QfSimulateSpeed_4; } inline float* get_address_of_QfSimulateSpeed_4() { return &___QfSimulateSpeed_4; } inline void set_QfSimulateSpeed_4(float value) { ___QfSimulateSpeed_4 = value; } inline static int32_t get_offset_of_QfSimulateTime_5() { return static_cast(offsetof(QualifyingCfgManager_t3310596061, ___QfSimulateTime_5)); } inline float get_QfSimulateTime_5() const { return ___QfSimulateTime_5; } inline float* get_address_of_QfSimulateTime_5() { return &___QfSimulateTime_5; } inline void set_QfSimulateTime_5(float value) { ___QfSimulateTime_5 = value; } inline static int32_t get_offset_of_QfSimulateHeadCount_6() { return static_cast(offsetof(QualifyingCfgManager_t3310596061, ___QfSimulateHeadCount_6)); } inline int32_t get_QfSimulateHeadCount_6() const { return ___QfSimulateHeadCount_6; } inline int32_t* get_address_of_QfSimulateHeadCount_6() { return &___QfSimulateHeadCount_6; } inline void set_QfSimulateHeadCount_6(int32_t value) { ___QfSimulateHeadCount_6 = value; } inline static int32_t get_offset_of_QfSimulateWinCount_Max_7() { return static_cast(offsetof(QualifyingCfgManager_t3310596061, ___QfSimulateWinCount_Max_7)); } inline int32_t get_QfSimulateWinCount_Max_7() const { return ___QfSimulateWinCount_Max_7; } inline int32_t* get_address_of_QfSimulateWinCount_Max_7() { return &___QfSimulateWinCount_Max_7; } inline void set_QfSimulateWinCount_Max_7(int32_t value) { ___QfSimulateWinCount_Max_7 = value; } inline static int32_t get_offset_of_QfSimulateRank_Max_8() { return static_cast(offsetof(QualifyingCfgManager_t3310596061, ___QfSimulateRank_Max_8)); } inline int32_t get_QfSimulateRank_Max_8() const { return ___QfSimulateRank_Max_8; } inline int32_t* get_address_of_QfSimulateRank_Max_8() { return &___QfSimulateRank_Max_8; } inline void set_QfSimulateRank_Max_8(int32_t value) { ___QfSimulateRank_Max_8 = value; } inline static int32_t get_offset_of_WndContext_9() { return static_cast(offsetof(QualifyingCfgManager_t3310596061, ___WndContext_9)); } inline String_t* get_WndContext_9() const { return ___WndContext_9; } inline String_t** get_address_of_WndContext_9() { return &___WndContext_9; } inline void set_WndContext_9(String_t* value) { ___WndContext_9 = value; Il2CppCodeGenWriteBarrier((&___WndContext_9), value); } inline static int32_t get_offset_of_Cd_Cost_10() { return static_cast(offsetof(QualifyingCfgManager_t3310596061, ___Cd_Cost_10)); } inline int32_t get_Cd_Cost_10() const { return ___Cd_Cost_10; } inline int32_t* get_address_of_Cd_Cost_10() { return &___Cd_Cost_10; } inline void set_Cd_Cost_10(int32_t value) { ___Cd_Cost_10 = value; } inline static int32_t get_offset_of_sever_configList_11() { return static_cast(offsetof(QualifyingCfgManager_t3310596061, ___sever_configList_11)); } inline Dictionary_2_t622178124 * get_sever_configList_11() const { return ___sever_configList_11; } inline Dictionary_2_t622178124 ** get_address_of_sever_configList_11() { return &___sever_configList_11; } inline void set_sever_configList_11(Dictionary_2_t622178124 * value) { ___sever_configList_11 = value; Il2CppCodeGenWriteBarrier((&___sever_configList_11), value); } inline static int32_t get_offset_of_m_itemDataList_12() { return static_cast(offsetof(QualifyingCfgManager_t3310596061, ___m_itemDataList_12)); } inline Dictionary_2_t239046765 * get_m_itemDataList_12() const { return ___m_itemDataList_12; } inline Dictionary_2_t239046765 ** get_address_of_m_itemDataList_12() { return &___m_itemDataList_12; } inline void set_m_itemDataList_12(Dictionary_2_t239046765 * value) { ___m_itemDataList_12 = value; Il2CppCodeGenWriteBarrier((&___m_itemDataList_12), value); } }; struct QualifyingCfgManager_t3310596061_StaticFields { public: // QualifyingCfgManager QualifyingCfgManager::s_instance QualifyingCfgManager_t3310596061 * ___s_instance_13; public: inline static int32_t get_offset_of_s_instance_13() { return static_cast(offsetof(QualifyingCfgManager_t3310596061_StaticFields, ___s_instance_13)); } inline QualifyingCfgManager_t3310596061 * get_s_instance_13() const { return ___s_instance_13; } inline QualifyingCfgManager_t3310596061 ** get_address_of_s_instance_13() { return &___s_instance_13; } inline void set_s_instance_13(QualifyingCfgManager_t3310596061 * value) { ___s_instance_13 = value; Il2CppCodeGenWriteBarrier((&___s_instance_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUALIFYINGCFGMANAGER_T3310596061_H #ifndef NUMBERITEM_T1066326768_H #define NUMBERITEM_T1066326768_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // NumberRoll/NumberItem struct NumberItem_t1066326768 { public: // UISprite NumberRoll/NumberItem::Sprite UISprite_t194114938 * ___Sprite_0; // System.Int32 NumberRoll/NumberItem::Number int32_t ___Number_1; public: inline static int32_t get_offset_of_Sprite_0() { return static_cast(offsetof(NumberItem_t1066326768, ___Sprite_0)); } inline UISprite_t194114938 * get_Sprite_0() const { return ___Sprite_0; } inline UISprite_t194114938 ** get_address_of_Sprite_0() { return &___Sprite_0; } inline void set_Sprite_0(UISprite_t194114938 * value) { ___Sprite_0 = value; Il2CppCodeGenWriteBarrier((&___Sprite_0), value); } inline static int32_t get_offset_of_Number_1() { return static_cast(offsetof(NumberItem_t1066326768, ___Number_1)); } inline int32_t get_Number_1() const { return ___Number_1; } inline int32_t* get_address_of_Number_1() { return &___Number_1; } inline void set_Number_1(int32_t value) { ___Number_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of NumberRoll/NumberItem struct NumberItem_t1066326768_marshaled_pinvoke { UISprite_t194114938 * ___Sprite_0; int32_t ___Number_1; }; // Native definition for COM marshalling of NumberRoll/NumberItem struct NumberItem_t1066326768_marshaled_com { UISprite_t194114938 * ___Sprite_0; int32_t ___Number_1; }; #endif // NUMBERITEM_T1066326768_H #ifndef CBEATKEYMANAGER_T1395295909_H #define CBEATKEYMANAGER_T1395295909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeyManager struct CBeatKeyManager_t1395295909 : public ILogicBase_t2190831891 { public: // System.Collections.Generic.List`1 DMCore.DanceMode.CBeatKeyManager::m_listCtrlNode List_1_t2491780804 * ___m_listCtrlNode_4; // System.Int32 DMCore.DanceMode.CBeatKeyManager::m_nCurBpm int32_t ___m_nCurBpm_5; // UnityEngine.Texture2D DMCore.DanceMode.CBeatKeyManager::m_beatkeyTexture Texture2D_t3840446185 * ___m_beatkeyTexture_6; // UnityEngine.GameObject DMCore.DanceMode.CBeatKeyManager::m_beatkeyAtlas GameObject_t1113636619 * ___m_beatkeyAtlas_7; // System.Collections.Generic.Dictionary`2> DMCore.DanceMode.CBeatKeyManager::m_DrawCall Dictionary_2_t3213771897 * ___m_DrawCall_8; // System.Collections.Generic.List`1 DMCore.DanceMode.CBeatKeyManager::m_SectionMaxScore List_1_t128053199 * ___m_SectionMaxScore_9; // BetterList`1 DMCore.DanceMode.CBeatKeyManager::m_RtClkArea BetterList_1_t1515500177 * ___m_RtClkArea_10; // System.Single DMCore.DanceMode.CBeatKeyManager::m_fTimeJudgeAnimTime float ___m_fTimeJudgeAnimTime_11; // System.Int32 DMCore.DanceMode.CBeatKeyManager::m_BeatKeyColorState int32_t ___m_BeatKeyColorState_13; // DMCore.Framework.Movie.CAnimSequence DMCore.DanceMode.CBeatKeyManager::m_ptrClassicalKeyInfo CAnimSequence_t1119714129 * ___m_ptrClassicalKeyInfo_14; // DMCore.DanceMode.CBeatKeySequenceInfo DMCore.DanceMode.CBeatKeyManager::m_ptrCurBeatKeyInfo CBeatKeySequenceInfo_t1686169301 * ___m_ptrCurBeatKeyInfo_15; // DMCore.DanceMode.CBeatKeySequenceInfo DMCore.DanceMode.CBeatKeyManager::m_ptrCurBeatKeySwingInfo CBeatKeySequenceInfo_t1686169301 * ___m_ptrCurBeatKeySwingInfo_16; // System.Int32 DMCore.DanceMode.CBeatKeyManager::m_nBeatKeyJudged int32_t ___m_nBeatKeyJudged_17; // DMCore.DanceMode.RevenueDetailData DMCore.DanceMode.CBeatKeyManager::m_RevenueDetail RevenueDetailData_t1092030774 * ___m_RevenueDetail_18; public: inline static int32_t get_offset_of_m_listCtrlNode_4() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_listCtrlNode_4)); } inline List_1_t2491780804 * get_m_listCtrlNode_4() const { return ___m_listCtrlNode_4; } inline List_1_t2491780804 ** get_address_of_m_listCtrlNode_4() { return &___m_listCtrlNode_4; } inline void set_m_listCtrlNode_4(List_1_t2491780804 * value) { ___m_listCtrlNode_4 = value; Il2CppCodeGenWriteBarrier((&___m_listCtrlNode_4), value); } inline static int32_t get_offset_of_m_nCurBpm_5() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_nCurBpm_5)); } inline int32_t get_m_nCurBpm_5() const { return ___m_nCurBpm_5; } inline int32_t* get_address_of_m_nCurBpm_5() { return &___m_nCurBpm_5; } inline void set_m_nCurBpm_5(int32_t value) { ___m_nCurBpm_5 = value; } inline static int32_t get_offset_of_m_beatkeyTexture_6() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_beatkeyTexture_6)); } inline Texture2D_t3840446185 * get_m_beatkeyTexture_6() const { return ___m_beatkeyTexture_6; } inline Texture2D_t3840446185 ** get_address_of_m_beatkeyTexture_6() { return &___m_beatkeyTexture_6; } inline void set_m_beatkeyTexture_6(Texture2D_t3840446185 * value) { ___m_beatkeyTexture_6 = value; Il2CppCodeGenWriteBarrier((&___m_beatkeyTexture_6), value); } inline static int32_t get_offset_of_m_beatkeyAtlas_7() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_beatkeyAtlas_7)); } inline GameObject_t1113636619 * get_m_beatkeyAtlas_7() const { return ___m_beatkeyAtlas_7; } inline GameObject_t1113636619 ** get_address_of_m_beatkeyAtlas_7() { return &___m_beatkeyAtlas_7; } inline void set_m_beatkeyAtlas_7(GameObject_t1113636619 * value) { ___m_beatkeyAtlas_7 = value; Il2CppCodeGenWriteBarrier((&___m_beatkeyAtlas_7), value); } inline static int32_t get_offset_of_m_DrawCall_8() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_DrawCall_8)); } inline Dictionary_2_t3213771897 * get_m_DrawCall_8() const { return ___m_DrawCall_8; } inline Dictionary_2_t3213771897 ** get_address_of_m_DrawCall_8() { return &___m_DrawCall_8; } inline void set_m_DrawCall_8(Dictionary_2_t3213771897 * value) { ___m_DrawCall_8 = value; Il2CppCodeGenWriteBarrier((&___m_DrawCall_8), value); } inline static int32_t get_offset_of_m_SectionMaxScore_9() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_SectionMaxScore_9)); } inline List_1_t128053199 * get_m_SectionMaxScore_9() const { return ___m_SectionMaxScore_9; } inline List_1_t128053199 ** get_address_of_m_SectionMaxScore_9() { return &___m_SectionMaxScore_9; } inline void set_m_SectionMaxScore_9(List_1_t128053199 * value) { ___m_SectionMaxScore_9 = value; Il2CppCodeGenWriteBarrier((&___m_SectionMaxScore_9), value); } inline static int32_t get_offset_of_m_RtClkArea_10() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_RtClkArea_10)); } inline BetterList_1_t1515500177 * get_m_RtClkArea_10() const { return ___m_RtClkArea_10; } inline BetterList_1_t1515500177 ** get_address_of_m_RtClkArea_10() { return &___m_RtClkArea_10; } inline void set_m_RtClkArea_10(BetterList_1_t1515500177 * value) { ___m_RtClkArea_10 = value; Il2CppCodeGenWriteBarrier((&___m_RtClkArea_10), value); } inline static int32_t get_offset_of_m_fTimeJudgeAnimTime_11() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_fTimeJudgeAnimTime_11)); } inline float get_m_fTimeJudgeAnimTime_11() const { return ___m_fTimeJudgeAnimTime_11; } inline float* get_address_of_m_fTimeJudgeAnimTime_11() { return &___m_fTimeJudgeAnimTime_11; } inline void set_m_fTimeJudgeAnimTime_11(float value) { ___m_fTimeJudgeAnimTime_11 = value; } inline static int32_t get_offset_of_m_BeatKeyColorState_13() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_BeatKeyColorState_13)); } inline int32_t get_m_BeatKeyColorState_13() const { return ___m_BeatKeyColorState_13; } inline int32_t* get_address_of_m_BeatKeyColorState_13() { return &___m_BeatKeyColorState_13; } inline void set_m_BeatKeyColorState_13(int32_t value) { ___m_BeatKeyColorState_13 = value; } inline static int32_t get_offset_of_m_ptrClassicalKeyInfo_14() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_ptrClassicalKeyInfo_14)); } inline CAnimSequence_t1119714129 * get_m_ptrClassicalKeyInfo_14() const { return ___m_ptrClassicalKeyInfo_14; } inline CAnimSequence_t1119714129 ** get_address_of_m_ptrClassicalKeyInfo_14() { return &___m_ptrClassicalKeyInfo_14; } inline void set_m_ptrClassicalKeyInfo_14(CAnimSequence_t1119714129 * value) { ___m_ptrClassicalKeyInfo_14 = value; Il2CppCodeGenWriteBarrier((&___m_ptrClassicalKeyInfo_14), value); } inline static int32_t get_offset_of_m_ptrCurBeatKeyInfo_15() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_ptrCurBeatKeyInfo_15)); } inline CBeatKeySequenceInfo_t1686169301 * get_m_ptrCurBeatKeyInfo_15() const { return ___m_ptrCurBeatKeyInfo_15; } inline CBeatKeySequenceInfo_t1686169301 ** get_address_of_m_ptrCurBeatKeyInfo_15() { return &___m_ptrCurBeatKeyInfo_15; } inline void set_m_ptrCurBeatKeyInfo_15(CBeatKeySequenceInfo_t1686169301 * value) { ___m_ptrCurBeatKeyInfo_15 = value; Il2CppCodeGenWriteBarrier((&___m_ptrCurBeatKeyInfo_15), value); } inline static int32_t get_offset_of_m_ptrCurBeatKeySwingInfo_16() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_ptrCurBeatKeySwingInfo_16)); } inline CBeatKeySequenceInfo_t1686169301 * get_m_ptrCurBeatKeySwingInfo_16() const { return ___m_ptrCurBeatKeySwingInfo_16; } inline CBeatKeySequenceInfo_t1686169301 ** get_address_of_m_ptrCurBeatKeySwingInfo_16() { return &___m_ptrCurBeatKeySwingInfo_16; } inline void set_m_ptrCurBeatKeySwingInfo_16(CBeatKeySequenceInfo_t1686169301 * value) { ___m_ptrCurBeatKeySwingInfo_16 = value; Il2CppCodeGenWriteBarrier((&___m_ptrCurBeatKeySwingInfo_16), value); } inline static int32_t get_offset_of_m_nBeatKeyJudged_17() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_nBeatKeyJudged_17)); } inline int32_t get_m_nBeatKeyJudged_17() const { return ___m_nBeatKeyJudged_17; } inline int32_t* get_address_of_m_nBeatKeyJudged_17() { return &___m_nBeatKeyJudged_17; } inline void set_m_nBeatKeyJudged_17(int32_t value) { ___m_nBeatKeyJudged_17 = value; } inline static int32_t get_offset_of_m_RevenueDetail_18() { return static_cast(offsetof(CBeatKeyManager_t1395295909, ___m_RevenueDetail_18)); } inline RevenueDetailData_t1092030774 * get_m_RevenueDetail_18() const { return ___m_RevenueDetail_18; } inline RevenueDetailData_t1092030774 ** get_address_of_m_RevenueDetail_18() { return &___m_RevenueDetail_18; } inline void set_m_RevenueDetail_18(RevenueDetailData_t1092030774 * value) { ___m_RevenueDetail_18 = value; Il2CppCodeGenWriteBarrier((&___m_RevenueDetail_18), value); } }; struct CBeatKeyManager_t1395295909_StaticFields { public: // System.Single[] DMCore.DanceMode.CBeatKeyManager::s_HelpImageWidth SingleU5BU5D_t1444911251* ___s_HelpImageWidth_19; // System.Action`1 DMCore.DanceMode.CBeatKeyManager::<>f__am$cache0 Action_1_t1192173657 * ___U3CU3Ef__amU24cache0_20; public: inline static int32_t get_offset_of_s_HelpImageWidth_19() { return static_cast(offsetof(CBeatKeyManager_t1395295909_StaticFields, ___s_HelpImageWidth_19)); } inline SingleU5BU5D_t1444911251* get_s_HelpImageWidth_19() const { return ___s_HelpImageWidth_19; } inline SingleU5BU5D_t1444911251** get_address_of_s_HelpImageWidth_19() { return &___s_HelpImageWidth_19; } inline void set_s_HelpImageWidth_19(SingleU5BU5D_t1444911251* value) { ___s_HelpImageWidth_19 = value; Il2CppCodeGenWriteBarrier((&___s_HelpImageWidth_19), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_20() { return static_cast(offsetof(CBeatKeyManager_t1395295909_StaticFields, ___U3CU3Ef__amU24cache0_20)); } inline Action_1_t1192173657 * get_U3CU3Ef__amU24cache0_20() const { return ___U3CU3Ef__amU24cache0_20; } inline Action_1_t1192173657 ** get_address_of_U3CU3Ef__amU24cache0_20() { return &___U3CU3Ef__amU24cache0_20; } inline void set_U3CU3Ef__amU24cache0_20(Action_1_t1192173657 * value) { ___U3CU3Ef__amU24cache0_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYMANAGER_T1395295909_H #ifndef CDANCEMANAGER_T448141780_H #define CDANCEMANAGER_T448141780_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CDanceManager struct CDanceManager_t448141780 : public ILogicBase_t2190831891 { public: // System.Int32 DMCore.DanceMode.CDanceManager::m_curMusicID int32_t ___m_curMusicID_4; // System.Int32 DMCore.DanceMode.CDanceManager::m_curMusicLevel int32_t ___m_curMusicLevel_5; // System.Int32 DMCore.DanceMode.CDanceManager::m_curMusicLength int32_t ___m_curMusicLength_6; // System.Boolean DMCore.DanceMode.CDanceManager::m_bDancing bool ___m_bDancing_7; // DMCore.DanceMode.CBeatKeyManager DMCore.DanceMode.CDanceManager::m_BeatKeyManager CBeatKeyManager_t1395295909 * ___m_BeatKeyManager_8; public: inline static int32_t get_offset_of_m_curMusicID_4() { return static_cast(offsetof(CDanceManager_t448141780, ___m_curMusicID_4)); } inline int32_t get_m_curMusicID_4() const { return ___m_curMusicID_4; } inline int32_t* get_address_of_m_curMusicID_4() { return &___m_curMusicID_4; } inline void set_m_curMusicID_4(int32_t value) { ___m_curMusicID_4 = value; } inline static int32_t get_offset_of_m_curMusicLevel_5() { return static_cast(offsetof(CDanceManager_t448141780, ___m_curMusicLevel_5)); } inline int32_t get_m_curMusicLevel_5() const { return ___m_curMusicLevel_5; } inline int32_t* get_address_of_m_curMusicLevel_5() { return &___m_curMusicLevel_5; } inline void set_m_curMusicLevel_5(int32_t value) { ___m_curMusicLevel_5 = value; } inline static int32_t get_offset_of_m_curMusicLength_6() { return static_cast(offsetof(CDanceManager_t448141780, ___m_curMusicLength_6)); } inline int32_t get_m_curMusicLength_6() const { return ___m_curMusicLength_6; } inline int32_t* get_address_of_m_curMusicLength_6() { return &___m_curMusicLength_6; } inline void set_m_curMusicLength_6(int32_t value) { ___m_curMusicLength_6 = value; } inline static int32_t get_offset_of_m_bDancing_7() { return static_cast(offsetof(CDanceManager_t448141780, ___m_bDancing_7)); } inline bool get_m_bDancing_7() const { return ___m_bDancing_7; } inline bool* get_address_of_m_bDancing_7() { return &___m_bDancing_7; } inline void set_m_bDancing_7(bool value) { ___m_bDancing_7 = value; } inline static int32_t get_offset_of_m_BeatKeyManager_8() { return static_cast(offsetof(CDanceManager_t448141780, ___m_BeatKeyManager_8)); } inline CBeatKeyManager_t1395295909 * get_m_BeatKeyManager_8() const { return ___m_BeatKeyManager_8; } inline CBeatKeyManager_t1395295909 ** get_address_of_m_BeatKeyManager_8() { return &___m_BeatKeyManager_8; } inline void set_m_BeatKeyManager_8(CBeatKeyManager_t1395295909 * value) { ___m_BeatKeyManager_8 = value; Il2CppCodeGenWriteBarrier((&___m_BeatKeyManager_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CDANCEMANAGER_T448141780_H #ifndef XMLLINKEDNODE_T1437094927_H #define XMLLINKEDNODE_T1437094927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927 : public XmlNode_t3767805227 { public: // System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::nextSibling XmlLinkedNode_t1437094927 * ___nextSibling_5; public: inline static int32_t get_offset_of_nextSibling_5() { return static_cast(offsetof(XmlLinkedNode_t1437094927, ___nextSibling_5)); } inline XmlLinkedNode_t1437094927 * get_nextSibling_5() const { return ___nextSibling_5; } inline XmlLinkedNode_t1437094927 ** get_address_of_nextSibling_5() { return &___nextSibling_5; } inline void set_nextSibling_5(XmlLinkedNode_t1437094927 * value) { ___nextSibling_5 = value; Il2CppCodeGenWriteBarrier((&___nextSibling_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLLINKEDNODE_T1437094927_H #ifndef PLAYERINFO_T1114106414_H #define PLAYERINFO_T1114106414_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityFortuneCat/PlayerInfo struct PlayerInfo_t1114106414 { public: // System.Int32 DMCore.Logic.CActivityFortuneCat/PlayerInfo::awardCount int32_t ___awardCount_0; // System.String DMCore.Logic.CActivityFortuneCat/PlayerInfo::name String_t* ___name_1; public: inline static int32_t get_offset_of_awardCount_0() { return static_cast(offsetof(PlayerInfo_t1114106414, ___awardCount_0)); } inline int32_t get_awardCount_0() const { return ___awardCount_0; } inline int32_t* get_address_of_awardCount_0() { return &___awardCount_0; } inline void set_awardCount_0(int32_t value) { ___awardCount_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(PlayerInfo_t1114106414, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DMCore.Logic.CActivityFortuneCat/PlayerInfo struct PlayerInfo_t1114106414_marshaled_pinvoke { int32_t ___awardCount_0; char* ___name_1; }; // Native definition for COM marshalling of DMCore.Logic.CActivityFortuneCat/PlayerInfo struct PlayerInfo_t1114106414_marshaled_com { int32_t ___awardCount_0; Il2CppChar* ___name_1; }; #endif // PLAYERINFO_T1114106414_H #ifndef CACTIVITYCONFIG_T3711341450_H #define CACTIVITYCONFIG_T3711341450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityConfig struct CActivityConfig_t3711341450 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CActivityConfig::m_ActivityConfigLib Dictionary_2_t1694959599 * ___m_ActivityConfigLib_1; public: inline static int32_t get_offset_of_m_ActivityConfigLib_1() { return static_cast(offsetof(CActivityConfig_t3711341450, ___m_ActivityConfigLib_1)); } inline Dictionary_2_t1694959599 * get_m_ActivityConfigLib_1() const { return ___m_ActivityConfigLib_1; } inline Dictionary_2_t1694959599 ** get_address_of_m_ActivityConfigLib_1() { return &___m_ActivityConfigLib_1; } inline void set_m_ActivityConfigLib_1(Dictionary_2_t1694959599 * value) { ___m_ActivityConfigLib_1 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityConfigLib_1), value); } }; struct CActivityConfig_t3711341450_StaticFields { public: // DMCore.Logic.CActivityConfig DMCore.Logic.CActivityConfig::s_Instace CActivityConfig_t3711341450 * ___s_Instace_2; public: inline static int32_t get_offset_of_s_Instace_2() { return static_cast(offsetof(CActivityConfig_t3711341450_StaticFields, ___s_Instace_2)); } inline CActivityConfig_t3711341450 * get_s_Instace_2() const { return ___s_Instace_2; } inline CActivityConfig_t3711341450 ** get_address_of_s_Instace_2() { return &___s_Instace_2; } inline void set_s_Instace_2(CActivityConfig_t3711341450 * value) { ___s_Instace_2 = value; Il2CppCodeGenWriteBarrier((&___s_Instace_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYCONFIG_T3711341450_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef 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 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 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 WAITFORSECONDS_T1699091251_H #define WAITFORSECONDS_T1699091251_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.WaitForSeconds struct WaitForSeconds_t1699091251 : public YieldInstruction_t403091072 { public: // System.Single UnityEngine.WaitForSeconds::m_Seconds float ___m_Seconds_0; public: inline static int32_t get_offset_of_m_Seconds_0() { return static_cast(offsetof(WaitForSeconds_t1699091251, ___m_Seconds_0)); } inline float get_m_Seconds_0() const { return ___m_Seconds_0; } inline float* get_address_of_m_Seconds_0() { return &___m_Seconds_0; } inline void set_m_Seconds_0(float value) { ___m_Seconds_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t1699091251_marshaled_pinvoke : public YieldInstruction_t403091072_marshaled_pinvoke { float ___m_Seconds_0; }; // Native definition for COM marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t1699091251_marshaled_com : public YieldInstruction_t403091072_marshaled_com { float ___m_Seconds_0; }; #endif // WAITFORSECONDS_T1699091251_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 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 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 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 CNETMAINLOGIC_T857650587_H #define CNETMAINLOGIC_T857650587_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.CNetMainLogic struct CNetMainLogic_t857650587 : public INetListener_t2122847788 { public: // DMCore.Net.CNetMainLogic/_ProcDelegate[] DMCore.Net.CNetMainLogic::m_AllProcPtrs _ProcDelegateU5BU5D_t2947363969* ___m_AllProcPtrs_1; // System.Int32 DMCore.Net.CNetMainLogic::m_NetState int32_t ___m_NetState_2; // DMCore.Framework.Thread.CThreadLock DMCore.Net.CNetMainLogic::m_NetStateLock CThreadLock_t3315856551 * ___m_NetStateLock_3; // DMCore.Net.CCustomNetMsgHooker DMCore.Net.CNetMainLogic::m_msgHooker CCustomNetMsgHooker_t1749009394 * ___m_msgHooker_4; // System.String DMCore.Net.CNetMainLogic::m_ip String_t* ___m_ip_5; // System.Int32 DMCore.Net.CNetMainLogic::m_port int32_t ___m_port_6; // System.Boolean DMCore.Net.CNetMainLogic::m_bUserClose bool ___m_bUserClose_7; public: inline static int32_t get_offset_of_m_AllProcPtrs_1() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_AllProcPtrs_1)); } inline _ProcDelegateU5BU5D_t2947363969* get_m_AllProcPtrs_1() const { return ___m_AllProcPtrs_1; } inline _ProcDelegateU5BU5D_t2947363969** get_address_of_m_AllProcPtrs_1() { return &___m_AllProcPtrs_1; } inline void set_m_AllProcPtrs_1(_ProcDelegateU5BU5D_t2947363969* value) { ___m_AllProcPtrs_1 = value; Il2CppCodeGenWriteBarrier((&___m_AllProcPtrs_1), value); } inline static int32_t get_offset_of_m_NetState_2() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_NetState_2)); } inline int32_t get_m_NetState_2() const { return ___m_NetState_2; } inline int32_t* get_address_of_m_NetState_2() { return &___m_NetState_2; } inline void set_m_NetState_2(int32_t value) { ___m_NetState_2 = value; } inline static int32_t get_offset_of_m_NetStateLock_3() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_NetStateLock_3)); } inline CThreadLock_t3315856551 * get_m_NetStateLock_3() const { return ___m_NetStateLock_3; } inline CThreadLock_t3315856551 ** get_address_of_m_NetStateLock_3() { return &___m_NetStateLock_3; } inline void set_m_NetStateLock_3(CThreadLock_t3315856551 * value) { ___m_NetStateLock_3 = value; Il2CppCodeGenWriteBarrier((&___m_NetStateLock_3), value); } inline static int32_t get_offset_of_m_msgHooker_4() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_msgHooker_4)); } inline CCustomNetMsgHooker_t1749009394 * get_m_msgHooker_4() const { return ___m_msgHooker_4; } inline CCustomNetMsgHooker_t1749009394 ** get_address_of_m_msgHooker_4() { return &___m_msgHooker_4; } inline void set_m_msgHooker_4(CCustomNetMsgHooker_t1749009394 * value) { ___m_msgHooker_4 = value; Il2CppCodeGenWriteBarrier((&___m_msgHooker_4), value); } inline static int32_t get_offset_of_m_ip_5() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_ip_5)); } inline String_t* get_m_ip_5() const { return ___m_ip_5; } inline String_t** get_address_of_m_ip_5() { return &___m_ip_5; } inline void set_m_ip_5(String_t* value) { ___m_ip_5 = value; Il2CppCodeGenWriteBarrier((&___m_ip_5), value); } inline static int32_t get_offset_of_m_port_6() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_port_6)); } inline int32_t get_m_port_6() const { return ___m_port_6; } inline int32_t* get_address_of_m_port_6() { return &___m_port_6; } inline void set_m_port_6(int32_t value) { ___m_port_6 = value; } inline static int32_t get_offset_of_m_bUserClose_7() { return static_cast(offsetof(CNetMainLogic_t857650587, ___m_bUserClose_7)); } inline bool get_m_bUserClose_7() const { return ___m_bUserClose_7; } inline bool* get_address_of_m_bUserClose_7() { return &___m_bUserClose_7; } inline void set_m_bUserClose_7(bool value) { ___m_bUserClose_7 = value; } }; struct CNetMainLogic_t857650587_StaticFields { public: // System.Boolean DMCore.Net.CNetMainLogic::k__BackingField bool ___U3CIsServerStateRoleReadyU3Ek__BackingField_0; // System.String DMCore.Net.CNetMainLogic::GOLD_NOT_ENOUGH String_t* ___GOLD_NOT_ENOUGH_8; // System.String DMCore.Net.CNetMainLogic::DIAMOND_NOT_ENOUGH String_t* ___DIAMOND_NOT_ENOUGH_9; // System.String DMCore.Net.CNetMainLogic::ENERGY_NOT_ENOUGH String_t* ___ENERGY_NOT_ENOUGH_10; // DMCore.OnMsgBoxClkCallBack DMCore.Net.CNetMainLogic::<>f__mg$cache0 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache0_11; // DMCore.OnMsgBoxClkCallBack DMCore.Net.CNetMainLogic::<>f__mg$cache1 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache1_12; // DMCore.OnMsgBoxClkCallBack DMCore.Net.CNetMainLogic::<>f__mg$cache2 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache2_13; // DMCore.OnMsgBoxClkCallBack DMCore.Net.CNetMainLogic::<>f__mg$cache3 OnMsgBoxClkCallBack_t3229751541 * ___U3CU3Ef__mgU24cache3_14; public: inline static int32_t get_offset_of_U3CIsServerStateRoleReadyU3Ek__BackingField_0() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___U3CIsServerStateRoleReadyU3Ek__BackingField_0)); } inline bool get_U3CIsServerStateRoleReadyU3Ek__BackingField_0() const { return ___U3CIsServerStateRoleReadyU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsServerStateRoleReadyU3Ek__BackingField_0() { return &___U3CIsServerStateRoleReadyU3Ek__BackingField_0; } inline void set_U3CIsServerStateRoleReadyU3Ek__BackingField_0(bool value) { ___U3CIsServerStateRoleReadyU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_GOLD_NOT_ENOUGH_8() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___GOLD_NOT_ENOUGH_8)); } inline String_t* get_GOLD_NOT_ENOUGH_8() const { return ___GOLD_NOT_ENOUGH_8; } inline String_t** get_address_of_GOLD_NOT_ENOUGH_8() { return &___GOLD_NOT_ENOUGH_8; } inline void set_GOLD_NOT_ENOUGH_8(String_t* value) { ___GOLD_NOT_ENOUGH_8 = value; Il2CppCodeGenWriteBarrier((&___GOLD_NOT_ENOUGH_8), value); } inline static int32_t get_offset_of_DIAMOND_NOT_ENOUGH_9() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___DIAMOND_NOT_ENOUGH_9)); } inline String_t* get_DIAMOND_NOT_ENOUGH_9() const { return ___DIAMOND_NOT_ENOUGH_9; } inline String_t** get_address_of_DIAMOND_NOT_ENOUGH_9() { return &___DIAMOND_NOT_ENOUGH_9; } inline void set_DIAMOND_NOT_ENOUGH_9(String_t* value) { ___DIAMOND_NOT_ENOUGH_9 = value; Il2CppCodeGenWriteBarrier((&___DIAMOND_NOT_ENOUGH_9), value); } inline static int32_t get_offset_of_ENERGY_NOT_ENOUGH_10() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___ENERGY_NOT_ENOUGH_10)); } inline String_t* get_ENERGY_NOT_ENOUGH_10() const { return ___ENERGY_NOT_ENOUGH_10; } inline String_t** get_address_of_ENERGY_NOT_ENOUGH_10() { return &___ENERGY_NOT_ENOUGH_10; } inline void set_ENERGY_NOT_ENOUGH_10(String_t* value) { ___ENERGY_NOT_ENOUGH_10 = value; Il2CppCodeGenWriteBarrier((&___ENERGY_NOT_ENOUGH_10), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_11() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___U3CU3Ef__mgU24cache0_11)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache0_11() const { return ___U3CU3Ef__mgU24cache0_11; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache0_11() { return &___U3CU3Ef__mgU24cache0_11; } inline void set_U3CU3Ef__mgU24cache0_11(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache0_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_11), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_12() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___U3CU3Ef__mgU24cache1_12)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache1_12() const { return ___U3CU3Ef__mgU24cache1_12; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache1_12() { return &___U3CU3Ef__mgU24cache1_12; } inline void set_U3CU3Ef__mgU24cache1_12(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache1_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_12), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_13() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___U3CU3Ef__mgU24cache2_13)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache2_13() const { return ___U3CU3Ef__mgU24cache2_13; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache2_13() { return &___U3CU3Ef__mgU24cache2_13; } inline void set_U3CU3Ef__mgU24cache2_13(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache2_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_13), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_14() { return static_cast(offsetof(CNetMainLogic_t857650587_StaticFields, ___U3CU3Ef__mgU24cache3_14)); } inline OnMsgBoxClkCallBack_t3229751541 * get_U3CU3Ef__mgU24cache3_14() const { return ___U3CU3Ef__mgU24cache3_14; } inline OnMsgBoxClkCallBack_t3229751541 ** get_address_of_U3CU3Ef__mgU24cache3_14() { return &___U3CU3Ef__mgU24cache3_14; } inline void set_U3CU3Ef__mgU24cache3_14(OnMsgBoxClkCallBack_t3229751541 * value) { ___U3CU3Ef__mgU24cache3_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNETMAINLOGIC_T857650587_H #ifndef CMUSICMANAGER_T3263666357_H #define CMUSICMANAGER_T3263666357_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMusicManager struct CMusicManager_t3263666357 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CMusicManager::m_DicDescription Dictionary_2_t1014926741 * ___m_DicDescription_1; // System.Collections.Generic.List`1 DMCore.Logic.CMusicManager::m_listRandomPlay List_1_t128053199 * ___m_listRandomPlay_2; // System.Int32 DMCore.Logic.CMusicManager::m_activeMusicIndex int32_t ___m_activeMusicIndex_4; // DMCore.Logic.CMusicDescription DMCore.Logic.CMusicManager::m_defaultDescrib CMusicDescription_t2126213410 * ___m_defaultDescrib_5; // System.Int32 DMCore.Logic.CMusicManager::m_lastPlayMusicIndex int32_t ___m_lastPlayMusicIndex_6; // System.Boolean DMCore.Logic.CMusicManager::m_pauseMusic bool ___m_pauseMusic_7; public: inline static int32_t get_offset_of_m_DicDescription_1() { return static_cast(offsetof(CMusicManager_t3263666357, ___m_DicDescription_1)); } inline Dictionary_2_t1014926741 * get_m_DicDescription_1() const { return ___m_DicDescription_1; } inline Dictionary_2_t1014926741 ** get_address_of_m_DicDescription_1() { return &___m_DicDescription_1; } inline void set_m_DicDescription_1(Dictionary_2_t1014926741 * value) { ___m_DicDescription_1 = value; Il2CppCodeGenWriteBarrier((&___m_DicDescription_1), value); } inline static int32_t get_offset_of_m_listRandomPlay_2() { return static_cast(offsetof(CMusicManager_t3263666357, ___m_listRandomPlay_2)); } inline List_1_t128053199 * get_m_listRandomPlay_2() const { return ___m_listRandomPlay_2; } inline List_1_t128053199 ** get_address_of_m_listRandomPlay_2() { return &___m_listRandomPlay_2; } inline void set_m_listRandomPlay_2(List_1_t128053199 * value) { ___m_listRandomPlay_2 = value; Il2CppCodeGenWriteBarrier((&___m_listRandomPlay_2), value); } inline static int32_t get_offset_of_m_activeMusicIndex_4() { return static_cast(offsetof(CMusicManager_t3263666357, ___m_activeMusicIndex_4)); } inline int32_t get_m_activeMusicIndex_4() const { return ___m_activeMusicIndex_4; } inline int32_t* get_address_of_m_activeMusicIndex_4() { return &___m_activeMusicIndex_4; } inline void set_m_activeMusicIndex_4(int32_t value) { ___m_activeMusicIndex_4 = value; } inline static int32_t get_offset_of_m_defaultDescrib_5() { return static_cast(offsetof(CMusicManager_t3263666357, ___m_defaultDescrib_5)); } inline CMusicDescription_t2126213410 * get_m_defaultDescrib_5() const { return ___m_defaultDescrib_5; } inline CMusicDescription_t2126213410 ** get_address_of_m_defaultDescrib_5() { return &___m_defaultDescrib_5; } inline void set_m_defaultDescrib_5(CMusicDescription_t2126213410 * value) { ___m_defaultDescrib_5 = value; Il2CppCodeGenWriteBarrier((&___m_defaultDescrib_5), value); } inline static int32_t get_offset_of_m_lastPlayMusicIndex_6() { return static_cast(offsetof(CMusicManager_t3263666357, ___m_lastPlayMusicIndex_6)); } inline int32_t get_m_lastPlayMusicIndex_6() const { return ___m_lastPlayMusicIndex_6; } inline int32_t* get_address_of_m_lastPlayMusicIndex_6() { return &___m_lastPlayMusicIndex_6; } inline void set_m_lastPlayMusicIndex_6(int32_t value) { ___m_lastPlayMusicIndex_6 = value; } inline static int32_t get_offset_of_m_pauseMusic_7() { return static_cast(offsetof(CMusicManager_t3263666357, ___m_pauseMusic_7)); } inline bool get_m_pauseMusic_7() const { return ___m_pauseMusic_7; } inline bool* get_address_of_m_pauseMusic_7() { return &___m_pauseMusic_7; } inline void set_m_pauseMusic_7(bool value) { ___m_pauseMusic_7 = value; } }; struct CMusicManager_t3263666357_StaticFields { public: // DMCore.Logic.CMusicManager DMCore.Logic.CMusicManager::s_Instance CMusicManager_t3263666357 * ___s_Instance_3; public: inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CMusicManager_t3263666357_StaticFields, ___s_Instance_3)); } inline CMusicManager_t3263666357 * get_s_Instance_3() const { return ___s_Instance_3; } inline CMusicManager_t3263666357 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CMusicManager_t3263666357 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMUSICMANAGER_T3263666357_H #ifndef BEATKEYNUMINFO_T1648835574_H #define BEATKEYNUMINFO_T1648835574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeyCtrlNode/BeatKeyNumInfo struct BeatKeyNumInfo_t1648835574 { public: // System.Int32 DMCore.DanceMode.CBeatKeyCtrlNode/BeatKeyNumInfo::m_LastIndex int32_t ___m_LastIndex_0; // System.Single DMCore.DanceMode.CBeatKeyCtrlNode/BeatKeyNumInfo::m_Time float ___m_Time_1; public: inline static int32_t get_offset_of_m_LastIndex_0() { return static_cast(offsetof(BeatKeyNumInfo_t1648835574, ___m_LastIndex_0)); } inline int32_t get_m_LastIndex_0() const { return ___m_LastIndex_0; } inline int32_t* get_address_of_m_LastIndex_0() { return &___m_LastIndex_0; } inline void set_m_LastIndex_0(int32_t value) { ___m_LastIndex_0 = value; } inline static int32_t get_offset_of_m_Time_1() { return static_cast(offsetof(BeatKeyNumInfo_t1648835574, ___m_Time_1)); } inline float get_m_Time_1() const { return ___m_Time_1; } inline float* get_address_of_m_Time_1() { return &___m_Time_1; } inline void set_m_Time_1(float value) { ___m_Time_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BEATKEYNUMINFO_T1648835574_H #ifndef CPETSKILLCONFIG_T2627276790_H #define CPETSKILLCONFIG_T2627276790_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetSkillConfig struct CPetSkillConfig_t2627276790 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetSkillConfig::m_skillList Dictionary_2_t2960430969 * ___m_skillList_2; public: inline static int32_t get_offset_of_m_skillList_2() { return static_cast(offsetof(CPetSkillConfig_t2627276790, ___m_skillList_2)); } inline Dictionary_2_t2960430969 * get_m_skillList_2() const { return ___m_skillList_2; } inline Dictionary_2_t2960430969 ** get_address_of_m_skillList_2() { return &___m_skillList_2; } inline void set_m_skillList_2(Dictionary_2_t2960430969 * value) { ___m_skillList_2 = value; Il2CppCodeGenWriteBarrier((&___m_skillList_2), value); } }; struct CPetSkillConfig_t2627276790_StaticFields { public: // DMCore.Logic.CPetSkillConfig DMCore.Logic.CPetSkillConfig::m_Instance CPetSkillConfig_t2627276790 * ___m_Instance_1; public: inline static int32_t get_offset_of_m_Instance_1() { return static_cast(offsetof(CPetSkillConfig_t2627276790_StaticFields, ___m_Instance_1)); } inline CPetSkillConfig_t2627276790 * get_m_Instance_1() const { return ___m_Instance_1; } inline CPetSkillConfig_t2627276790 ** get_address_of_m_Instance_1() { return &___m_Instance_1; } inline void set_m_Instance_1(CPetSkillConfig_t2627276790 * value) { ___m_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETSKILLCONFIG_T2627276790_H #ifndef 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 REVIEWROLEMODELDATA_T2899249543_H #define REVIEWROLEMODELDATA_T2899249543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ReviewRoleModelData struct ReviewRoleModelData_t2899249543 : public CUIBase_t3255455658 { public: // DMCore.Framework.Scene.ISceneRole ReviewRoleModelData::readyRole ISceneRole_t2394225724 * ___readyRole_8; // RotateRole ReviewRoleModelData::rotate RotateRole_t1146201425 * ___rotate_9; // UnityEngine.Transform ReviewRoleModelData::roleParent Transform_t3600365921 * ___roleParent_10; // DMCore.Logic.ReviewInfo ReviewRoleModelData::m_info ReviewInfo_t914837392 * ___m_info_11; // System.Int32 ReviewRoleModelData::index int32_t ___index_12; public: inline static int32_t get_offset_of_readyRole_8() { return static_cast(offsetof(ReviewRoleModelData_t2899249543, ___readyRole_8)); } inline ISceneRole_t2394225724 * get_readyRole_8() const { return ___readyRole_8; } inline ISceneRole_t2394225724 ** get_address_of_readyRole_8() { return &___readyRole_8; } inline void set_readyRole_8(ISceneRole_t2394225724 * value) { ___readyRole_8 = value; Il2CppCodeGenWriteBarrier((&___readyRole_8), value); } inline static int32_t get_offset_of_rotate_9() { return static_cast(offsetof(ReviewRoleModelData_t2899249543, ___rotate_9)); } inline RotateRole_t1146201425 * get_rotate_9() const { return ___rotate_9; } inline RotateRole_t1146201425 ** get_address_of_rotate_9() { return &___rotate_9; } inline void set_rotate_9(RotateRole_t1146201425 * value) { ___rotate_9 = value; Il2CppCodeGenWriteBarrier((&___rotate_9), value); } inline static int32_t get_offset_of_roleParent_10() { return static_cast(offsetof(ReviewRoleModelData_t2899249543, ___roleParent_10)); } inline Transform_t3600365921 * get_roleParent_10() const { return ___roleParent_10; } inline Transform_t3600365921 ** get_address_of_roleParent_10() { return &___roleParent_10; } inline void set_roleParent_10(Transform_t3600365921 * value) { ___roleParent_10 = value; Il2CppCodeGenWriteBarrier((&___roleParent_10), value); } inline static int32_t get_offset_of_m_info_11() { return static_cast(offsetof(ReviewRoleModelData_t2899249543, ___m_info_11)); } inline ReviewInfo_t914837392 * get_m_info_11() const { return ___m_info_11; } inline ReviewInfo_t914837392 ** get_address_of_m_info_11() { return &___m_info_11; } inline void set_m_info_11(ReviewInfo_t914837392 * value) { ___m_info_11 = value; Il2CppCodeGenWriteBarrier((&___m_info_11), value); } inline static int32_t get_offset_of_index_12() { return static_cast(offsetof(ReviewRoleModelData_t2899249543, ___index_12)); } inline int32_t get_index_12() const { return ___index_12; } inline int32_t* get_address_of_index_12() { return &___index_12; } inline void set_index_12(int32_t value) { ___index_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REVIEWROLEMODELDATA_T2899249543_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 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 CACTIVITYFORTUNECAT_T237126772_H #define CACTIVITYFORTUNECAT_T237126772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CActivityFortuneCat struct CActivityFortuneCat_t237126772 : public IActivityDetail_t2848416189 { public: // CDataModelBool DMCore.Logic.CActivityFortuneCat::animationPlaying CDataModelBool_t2269476966 * ___animationPlaying_11; // CDataModelInt DMCore.Logic.CActivityFortuneCat::m_awardCount CDataModelInt_t3463393640 * ___m_awardCount_12; // CDataModelBool DMCore.Logic.CActivityFortuneCat::m_isUpdate CDataModelBool_t2269476966 * ___m_isUpdate_13; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_isPlayed int32_t ___m_isPlayed_14; // System.String DMCore.Logic.CActivityFortuneCat::m_ActivityTime String_t* ___m_ActivityTime_15; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_playedCount int32_t ___m_playedCount_16; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_allCount int32_t ___m_allCount_17; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_expendDia int32_t ___m_expendDia_18; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_bestAward int32_t ___m_bestAward_19; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_needVip int32_t ___m_needVip_20; // System.Int32 DMCore.Logic.CActivityFortuneCat::m_winCount int32_t ___m_winCount_21; // BetterList`1 DMCore.Logic.CActivityFortuneCat::m_listPlayer BetterList_1_t269126732 * ___m_listPlayer_22; public: inline static int32_t get_offset_of_animationPlaying_11() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___animationPlaying_11)); } inline CDataModelBool_t2269476966 * get_animationPlaying_11() const { return ___animationPlaying_11; } inline CDataModelBool_t2269476966 ** get_address_of_animationPlaying_11() { return &___animationPlaying_11; } inline void set_animationPlaying_11(CDataModelBool_t2269476966 * value) { ___animationPlaying_11 = value; Il2CppCodeGenWriteBarrier((&___animationPlaying_11), value); } inline static int32_t get_offset_of_m_awardCount_12() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_awardCount_12)); } inline CDataModelInt_t3463393640 * get_m_awardCount_12() const { return ___m_awardCount_12; } inline CDataModelInt_t3463393640 ** get_address_of_m_awardCount_12() { return &___m_awardCount_12; } inline void set_m_awardCount_12(CDataModelInt_t3463393640 * value) { ___m_awardCount_12 = value; Il2CppCodeGenWriteBarrier((&___m_awardCount_12), value); } inline static int32_t get_offset_of_m_isUpdate_13() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_isUpdate_13)); } inline CDataModelBool_t2269476966 * get_m_isUpdate_13() const { return ___m_isUpdate_13; } inline CDataModelBool_t2269476966 ** get_address_of_m_isUpdate_13() { return &___m_isUpdate_13; } inline void set_m_isUpdate_13(CDataModelBool_t2269476966 * value) { ___m_isUpdate_13 = value; Il2CppCodeGenWriteBarrier((&___m_isUpdate_13), value); } inline static int32_t get_offset_of_m_isPlayed_14() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_isPlayed_14)); } inline int32_t get_m_isPlayed_14() const { return ___m_isPlayed_14; } inline int32_t* get_address_of_m_isPlayed_14() { return &___m_isPlayed_14; } inline void set_m_isPlayed_14(int32_t value) { ___m_isPlayed_14 = value; } inline static int32_t get_offset_of_m_ActivityTime_15() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_ActivityTime_15)); } inline String_t* get_m_ActivityTime_15() const { return ___m_ActivityTime_15; } inline String_t** get_address_of_m_ActivityTime_15() { return &___m_ActivityTime_15; } inline void set_m_ActivityTime_15(String_t* value) { ___m_ActivityTime_15 = value; Il2CppCodeGenWriteBarrier((&___m_ActivityTime_15), value); } inline static int32_t get_offset_of_m_playedCount_16() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_playedCount_16)); } inline int32_t get_m_playedCount_16() const { return ___m_playedCount_16; } inline int32_t* get_address_of_m_playedCount_16() { return &___m_playedCount_16; } inline void set_m_playedCount_16(int32_t value) { ___m_playedCount_16 = value; } inline static int32_t get_offset_of_m_allCount_17() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_allCount_17)); } inline int32_t get_m_allCount_17() const { return ___m_allCount_17; } inline int32_t* get_address_of_m_allCount_17() { return &___m_allCount_17; } inline void set_m_allCount_17(int32_t value) { ___m_allCount_17 = value; } inline static int32_t get_offset_of_m_expendDia_18() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_expendDia_18)); } inline int32_t get_m_expendDia_18() const { return ___m_expendDia_18; } inline int32_t* get_address_of_m_expendDia_18() { return &___m_expendDia_18; } inline void set_m_expendDia_18(int32_t value) { ___m_expendDia_18 = value; } inline static int32_t get_offset_of_m_bestAward_19() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_bestAward_19)); } inline int32_t get_m_bestAward_19() const { return ___m_bestAward_19; } inline int32_t* get_address_of_m_bestAward_19() { return &___m_bestAward_19; } inline void set_m_bestAward_19(int32_t value) { ___m_bestAward_19 = value; } inline static int32_t get_offset_of_m_needVip_20() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_needVip_20)); } inline int32_t get_m_needVip_20() const { return ___m_needVip_20; } inline int32_t* get_address_of_m_needVip_20() { return &___m_needVip_20; } inline void set_m_needVip_20(int32_t value) { ___m_needVip_20 = value; } inline static int32_t get_offset_of_m_winCount_21() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_winCount_21)); } inline int32_t get_m_winCount_21() const { return ___m_winCount_21; } inline int32_t* get_address_of_m_winCount_21() { return &___m_winCount_21; } inline void set_m_winCount_21(int32_t value) { ___m_winCount_21 = value; } inline static int32_t get_offset_of_m_listPlayer_22() { return static_cast(offsetof(CActivityFortuneCat_t237126772, ___m_listPlayer_22)); } inline BetterList_1_t269126732 * get_m_listPlayer_22() const { return ___m_listPlayer_22; } inline BetterList_1_t269126732 ** get_address_of_m_listPlayer_22() { return &___m_listPlayer_22; } inline void set_m_listPlayer_22(BetterList_1_t269126732 * value) { ___m_listPlayer_22 = value; Il2CppCodeGenWriteBarrier((&___m_listPlayer_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACTIVITYFORTUNECAT_T237126772_H #ifndef 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 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 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 CNOTICECFG_T1803912622_H #define CNOTICECFG_T1803912622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CNoticeCfg struct CNoticeCfg_t1803912622 : public ITextBase_t660344599 { public: // System.Collections.Generic.Dictionary`2 DMCore.Logic.CNoticeCfg::m_nameDic Dictionary_2_t736164020 * ___m_nameDic_2; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CNoticeCfg::m_texPathDic Dictionary_2_t736164020 * ___m_texPathDic_3; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CNoticeCfg::m_taskDescriptDic Dictionary_2_t2263689483 * ___m_taskDescriptDic_4; public: inline static int32_t get_offset_of_m_nameDic_2() { return static_cast(offsetof(CNoticeCfg_t1803912622, ___m_nameDic_2)); } inline Dictionary_2_t736164020 * get_m_nameDic_2() const { return ___m_nameDic_2; } inline Dictionary_2_t736164020 ** get_address_of_m_nameDic_2() { return &___m_nameDic_2; } inline void set_m_nameDic_2(Dictionary_2_t736164020 * value) { ___m_nameDic_2 = value; Il2CppCodeGenWriteBarrier((&___m_nameDic_2), value); } inline static int32_t get_offset_of_m_texPathDic_3() { return static_cast(offsetof(CNoticeCfg_t1803912622, ___m_texPathDic_3)); } inline Dictionary_2_t736164020 * get_m_texPathDic_3() const { return ___m_texPathDic_3; } inline Dictionary_2_t736164020 ** get_address_of_m_texPathDic_3() { return &___m_texPathDic_3; } inline void set_m_texPathDic_3(Dictionary_2_t736164020 * value) { ___m_texPathDic_3 = value; Il2CppCodeGenWriteBarrier((&___m_texPathDic_3), value); } inline static int32_t get_offset_of_m_taskDescriptDic_4() { return static_cast(offsetof(CNoticeCfg_t1803912622, ___m_taskDescriptDic_4)); } inline Dictionary_2_t2263689483 * get_m_taskDescriptDic_4() const { return ___m_taskDescriptDic_4; } inline Dictionary_2_t2263689483 ** get_address_of_m_taskDescriptDic_4() { return &___m_taskDescriptDic_4; } inline void set_m_taskDescriptDic_4(Dictionary_2_t2263689483 * value) { ___m_taskDescriptDic_4 = value; Il2CppCodeGenWriteBarrier((&___m_taskDescriptDic_4), value); } }; struct CNoticeCfg_t1803912622_StaticFields { public: // DMCore.Logic.CNoticeCfg DMCore.Logic.CNoticeCfg::m_Instance CNoticeCfg_t1803912622 * ___m_Instance_1; public: inline static int32_t get_offset_of_m_Instance_1() { return static_cast(offsetof(CNoticeCfg_t1803912622_StaticFields, ___m_Instance_1)); } inline CNoticeCfg_t1803912622 * get_m_Instance_1() const { return ___m_Instance_1; } inline CNoticeCfg_t1803912622 ** get_address_of_m_Instance_1() { return &___m_Instance_1; } inline void set_m_Instance_1(CNoticeCfg_t1803912622 * value) { ___m_Instance_1 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CNOTICECFG_T1803912622_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public MarshalByRefObject_t2760389100 { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_1)); } inline Stream_t1273022909 * get_Null_1() const { return ___Null_1; } inline Stream_t1273022909 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t1273022909 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef 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 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 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 CSCENESERVICE_T551449725_H #define CSCENESERVICE_T551449725_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CSceneService struct CSceneService_t551449725 : public ILogicBase_t2190831891 { public: // System.Int32 DMCore.Framework.Scene.CSceneService::m_SceneID int32_t ___m_SceneID_4; // System.Int32 DMCore.Framework.Scene.CSceneService::m_RoleNum int32_t ___m_RoleNum_5; // System.Int32 DMCore.Framework.Scene.CSceneService::m_laborNum int32_t ___m_laborNum_6; // System.Int32 DMCore.Framework.Scene.CSceneService::m_RoomLvType int32_t ___m_RoomLvType_7; // System.Int32 DMCore.Framework.Scene.CSceneService::m_RoomMainType int32_t ___m_RoomMainType_8; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CSceneService::m_SceneObjArrayRole List_1_t2330697225 * ___m_SceneObjArrayRole_9; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CSceneService::m_SceneObjArrayProp List_1_t589903178 * ___m_SceneObjArrayProp_10; // System.Collections.Generic.List`1 DMCore.Framework.Scene.CSceneService::m_SceneNpcList List_1_t1151801416 * ___m_SceneNpcList_11; // DMCore.Framework.Scene.CSceneModelObj DMCore.Framework.Scene.CSceneService::m_Scene CSceneModelObj_t2681526009 * ___m_Scene_12; // DMCore.Framework.Scene.CMainRole DMCore.Framework.Scene.CSceneService::m_MainRole CMainRole_t4200562839 * ___m_MainRole_13; public: inline static int32_t get_offset_of_m_SceneID_4() { return static_cast(offsetof(CSceneService_t551449725, ___m_SceneID_4)); } inline int32_t get_m_SceneID_4() const { return ___m_SceneID_4; } inline int32_t* get_address_of_m_SceneID_4() { return &___m_SceneID_4; } inline void set_m_SceneID_4(int32_t value) { ___m_SceneID_4 = value; } inline static int32_t get_offset_of_m_RoleNum_5() { return static_cast(offsetof(CSceneService_t551449725, ___m_RoleNum_5)); } inline int32_t get_m_RoleNum_5() const { return ___m_RoleNum_5; } inline int32_t* get_address_of_m_RoleNum_5() { return &___m_RoleNum_5; } inline void set_m_RoleNum_5(int32_t value) { ___m_RoleNum_5 = value; } inline static int32_t get_offset_of_m_laborNum_6() { return static_cast(offsetof(CSceneService_t551449725, ___m_laborNum_6)); } inline int32_t get_m_laborNum_6() const { return ___m_laborNum_6; } inline int32_t* get_address_of_m_laborNum_6() { return &___m_laborNum_6; } inline void set_m_laborNum_6(int32_t value) { ___m_laborNum_6 = value; } inline static int32_t get_offset_of_m_RoomLvType_7() { return static_cast(offsetof(CSceneService_t551449725, ___m_RoomLvType_7)); } inline int32_t get_m_RoomLvType_7() const { return ___m_RoomLvType_7; } inline int32_t* get_address_of_m_RoomLvType_7() { return &___m_RoomLvType_7; } inline void set_m_RoomLvType_7(int32_t value) { ___m_RoomLvType_7 = value; } inline static int32_t get_offset_of_m_RoomMainType_8() { return static_cast(offsetof(CSceneService_t551449725, ___m_RoomMainType_8)); } inline int32_t get_m_RoomMainType_8() const { return ___m_RoomMainType_8; } inline int32_t* get_address_of_m_RoomMainType_8() { return &___m_RoomMainType_8; } inline void set_m_RoomMainType_8(int32_t value) { ___m_RoomMainType_8 = value; } inline static int32_t get_offset_of_m_SceneObjArrayRole_9() { return static_cast(offsetof(CSceneService_t551449725, ___m_SceneObjArrayRole_9)); } inline List_1_t2330697225 * get_m_SceneObjArrayRole_9() const { return ___m_SceneObjArrayRole_9; } inline List_1_t2330697225 ** get_address_of_m_SceneObjArrayRole_9() { return &___m_SceneObjArrayRole_9; } inline void set_m_SceneObjArrayRole_9(List_1_t2330697225 * value) { ___m_SceneObjArrayRole_9 = value; Il2CppCodeGenWriteBarrier((&___m_SceneObjArrayRole_9), value); } inline static int32_t get_offset_of_m_SceneObjArrayProp_10() { return static_cast(offsetof(CSceneService_t551449725, ___m_SceneObjArrayProp_10)); } inline List_1_t589903178 * get_m_SceneObjArrayProp_10() const { return ___m_SceneObjArrayProp_10; } inline List_1_t589903178 ** get_address_of_m_SceneObjArrayProp_10() { return &___m_SceneObjArrayProp_10; } inline void set_m_SceneObjArrayProp_10(List_1_t589903178 * value) { ___m_SceneObjArrayProp_10 = value; Il2CppCodeGenWriteBarrier((&___m_SceneObjArrayProp_10), value); } inline static int32_t get_offset_of_m_SceneNpcList_11() { return static_cast(offsetof(CSceneService_t551449725, ___m_SceneNpcList_11)); } inline List_1_t1151801416 * get_m_SceneNpcList_11() const { return ___m_SceneNpcList_11; } inline List_1_t1151801416 ** get_address_of_m_SceneNpcList_11() { return &___m_SceneNpcList_11; } inline void set_m_SceneNpcList_11(List_1_t1151801416 * value) { ___m_SceneNpcList_11 = value; Il2CppCodeGenWriteBarrier((&___m_SceneNpcList_11), value); } inline static int32_t get_offset_of_m_Scene_12() { return static_cast(offsetof(CSceneService_t551449725, ___m_Scene_12)); } inline CSceneModelObj_t2681526009 * get_m_Scene_12() const { return ___m_Scene_12; } inline CSceneModelObj_t2681526009 ** get_address_of_m_Scene_12() { return &___m_Scene_12; } inline void set_m_Scene_12(CSceneModelObj_t2681526009 * value) { ___m_Scene_12 = value; Il2CppCodeGenWriteBarrier((&___m_Scene_12), value); } inline static int32_t get_offset_of_m_MainRole_13() { return static_cast(offsetof(CSceneService_t551449725, ___m_MainRole_13)); } inline CMainRole_t4200562839 * get_m_MainRole_13() const { return ___m_MainRole_13; } inline CMainRole_t4200562839 ** get_address_of_m_MainRole_13() { return &___m_MainRole_13; } inline void set_m_MainRole_13(CMainRole_t4200562839 * value) { ___m_MainRole_13 = value; Il2CppCodeGenWriteBarrier((&___m_MainRole_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSCENESERVICE_T551449725_H #ifndef 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 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 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 CBEATKEYCTRLNODE_T1019706062_H #define CBEATKEYCTRLNODE_T1019706062_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.DanceMode.CBeatKeyCtrlNode struct CBeatKeyCtrlNode_t1019706062 : public ILogicBase_t2190831891 { public: // System.Int32 DMCore.DanceMode.CBeatKeyCtrlNode::k__BackingField int32_t ___U3CDeviceIDU3Ek__BackingField_4; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.CBeatKeyCtrlNode::_ComboCount CEncrptHelp_Int_t51280996 * ____ComboCount_5; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.CBeatKeyCtrlNode::_MaxCombo CEncrptHelp_Int_t51280996 * ____MaxCombo_6; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.CBeatKeyCtrlNode::_CurScore CEncrptHelp_Int_t51280996 * ____CurScore_7; // DMCore.Framework.Misc.CEncrptHelp_Int DMCore.DanceMode.CBeatKeyCtrlNode::_CurResult CEncrptHelp_Int_t51280996 * ____CurResult_8; // System.Int32 DMCore.DanceMode.CBeatKeyCtrlNode::m_CurIndex int32_t ___m_CurIndex_9; // DMCore.DanceMode.CBeatKeyCtrlNode/RoleSectionCalc DMCore.DanceMode.CBeatKeyCtrlNode::m_roleSectionCalc RoleSectionCalc_t3975632210 * ___m_roleSectionCalc_10; // DMCore.DanceMode.CBeatKeyCtrlNode/BeatKeyNumInfo DMCore.DanceMode.CBeatKeyCtrlNode::m_keyNumInfo BeatKeyNumInfo_t1648835574 ___m_keyNumInfo_11; // System.Collections.Generic.LinkedList`1 DMCore.DanceMode.CBeatKeyCtrlNode::m_keyInfo LinkedList_1_t739721426 * ___m_keyInfo_12; // System.Collections.Generic.List`1 DMCore.DanceMode.CBeatKeyCtrlNode::m_ArrayBeatKeyResult List_1_t2807752047 * ___m_ArrayBeatKeyResult_13; // System.Int32 DMCore.DanceMode.CBeatKeyCtrlNode::m_lastScore int32_t ___m_lastScore_14; public: inline static int32_t get_offset_of_U3CDeviceIDU3Ek__BackingField_4() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ___U3CDeviceIDU3Ek__BackingField_4)); } inline int32_t get_U3CDeviceIDU3Ek__BackingField_4() const { return ___U3CDeviceIDU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CDeviceIDU3Ek__BackingField_4() { return &___U3CDeviceIDU3Ek__BackingField_4; } inline void set_U3CDeviceIDU3Ek__BackingField_4(int32_t value) { ___U3CDeviceIDU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of__ComboCount_5() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ____ComboCount_5)); } inline CEncrptHelp_Int_t51280996 * get__ComboCount_5() const { return ____ComboCount_5; } inline CEncrptHelp_Int_t51280996 ** get_address_of__ComboCount_5() { return &____ComboCount_5; } inline void set__ComboCount_5(CEncrptHelp_Int_t51280996 * value) { ____ComboCount_5 = value; Il2CppCodeGenWriteBarrier((&____ComboCount_5), value); } inline static int32_t get_offset_of__MaxCombo_6() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ____MaxCombo_6)); } inline CEncrptHelp_Int_t51280996 * get__MaxCombo_6() const { return ____MaxCombo_6; } inline CEncrptHelp_Int_t51280996 ** get_address_of__MaxCombo_6() { return &____MaxCombo_6; } inline void set__MaxCombo_6(CEncrptHelp_Int_t51280996 * value) { ____MaxCombo_6 = value; Il2CppCodeGenWriteBarrier((&____MaxCombo_6), value); } inline static int32_t get_offset_of__CurScore_7() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ____CurScore_7)); } inline CEncrptHelp_Int_t51280996 * get__CurScore_7() const { return ____CurScore_7; } inline CEncrptHelp_Int_t51280996 ** get_address_of__CurScore_7() { return &____CurScore_7; } inline void set__CurScore_7(CEncrptHelp_Int_t51280996 * value) { ____CurScore_7 = value; Il2CppCodeGenWriteBarrier((&____CurScore_7), value); } inline static int32_t get_offset_of__CurResult_8() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ____CurResult_8)); } inline CEncrptHelp_Int_t51280996 * get__CurResult_8() const { return ____CurResult_8; } inline CEncrptHelp_Int_t51280996 ** get_address_of__CurResult_8() { return &____CurResult_8; } inline void set__CurResult_8(CEncrptHelp_Int_t51280996 * value) { ____CurResult_8 = value; Il2CppCodeGenWriteBarrier((&____CurResult_8), value); } inline static int32_t get_offset_of_m_CurIndex_9() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ___m_CurIndex_9)); } inline int32_t get_m_CurIndex_9() const { return ___m_CurIndex_9; } inline int32_t* get_address_of_m_CurIndex_9() { return &___m_CurIndex_9; } inline void set_m_CurIndex_9(int32_t value) { ___m_CurIndex_9 = value; } inline static int32_t get_offset_of_m_roleSectionCalc_10() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ___m_roleSectionCalc_10)); } inline RoleSectionCalc_t3975632210 * get_m_roleSectionCalc_10() const { return ___m_roleSectionCalc_10; } inline RoleSectionCalc_t3975632210 ** get_address_of_m_roleSectionCalc_10() { return &___m_roleSectionCalc_10; } inline void set_m_roleSectionCalc_10(RoleSectionCalc_t3975632210 * value) { ___m_roleSectionCalc_10 = value; Il2CppCodeGenWriteBarrier((&___m_roleSectionCalc_10), value); } inline static int32_t get_offset_of_m_keyNumInfo_11() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ___m_keyNumInfo_11)); } inline BeatKeyNumInfo_t1648835574 get_m_keyNumInfo_11() const { return ___m_keyNumInfo_11; } inline BeatKeyNumInfo_t1648835574 * get_address_of_m_keyNumInfo_11() { return &___m_keyNumInfo_11; } inline void set_m_keyNumInfo_11(BeatKeyNumInfo_t1648835574 value) { ___m_keyNumInfo_11 = value; } inline static int32_t get_offset_of_m_keyInfo_12() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ___m_keyInfo_12)); } inline LinkedList_1_t739721426 * get_m_keyInfo_12() const { return ___m_keyInfo_12; } inline LinkedList_1_t739721426 ** get_address_of_m_keyInfo_12() { return &___m_keyInfo_12; } inline void set_m_keyInfo_12(LinkedList_1_t739721426 * value) { ___m_keyInfo_12 = value; Il2CppCodeGenWriteBarrier((&___m_keyInfo_12), value); } inline static int32_t get_offset_of_m_ArrayBeatKeyResult_13() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ___m_ArrayBeatKeyResult_13)); } inline List_1_t2807752047 * get_m_ArrayBeatKeyResult_13() const { return ___m_ArrayBeatKeyResult_13; } inline List_1_t2807752047 ** get_address_of_m_ArrayBeatKeyResult_13() { return &___m_ArrayBeatKeyResult_13; } inline void set_m_ArrayBeatKeyResult_13(List_1_t2807752047 * value) { ___m_ArrayBeatKeyResult_13 = value; Il2CppCodeGenWriteBarrier((&___m_ArrayBeatKeyResult_13), value); } inline static int32_t get_offset_of_m_lastScore_14() { return static_cast(offsetof(CBeatKeyCtrlNode_t1019706062, ___m_lastScore_14)); } inline int32_t get_m_lastScore_14() const { return ___m_lastScore_14; } inline int32_t* get_address_of_m_lastScore_14() { return &___m_lastScore_14; } inline void set_m_lastScore_14(int32_t value) { ___m_lastScore_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBEATKEYCTRLNODE_T1019706062_H #ifndef WRAPMODE_T730450702_H #define WRAPMODE_T730450702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.WrapMode struct WrapMode_t730450702 { public: // System.Int32 UnityEngine.WrapMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(WrapMode_t730450702, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRAPMODE_T730450702_H #ifndef ENUMSTORYPOS_T1659475026_H #define ENUMSTORYPOS_T1659475026_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // EnumStoryPos struct EnumStoryPos_t1659475026 { public: // System.Int32 EnumStoryPos::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnumStoryPos_t1659475026, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSTORYPOS_T1659475026_H #ifndef 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 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 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 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 ENUMNETSTATE_T3055192963_H #define ENUMNETSTATE_T3055192963_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Net.enumNetState struct enumNetState_t3055192963 { public: // System.Int32 DMCore.Net.enumNetState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumNetState_t3055192963, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMNETSTATE_T3055192963_H #ifndef 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 COORDINATES_T1880298793_H #define COORDINATES_T1880298793_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIAtlas/Coordinates struct Coordinates_t1880298793 { public: // System.Int32 UIAtlas/Coordinates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Coordinates_t1880298793, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COORDINATES_T1880298793_H #ifndef CSTORYCTR_T3729227359_H #define CSTORYCTR_T3729227359_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CStoryCtr struct CStoryCtr_t3729227359 : public IMonoCtrllor_t1427182583 { public: // System.Action`2 DMCore.Logic.CStoryCtr::k__BackingField Action_2_t2105502262 * ___U3COnPrevStoryActionU3Ek__BackingField_1; // System.Action`2 DMCore.Logic.CStoryCtr::k__BackingField Action_2_t2105502262 * ___U3COnNextStoryActionU3Ek__BackingField_2; // System.Action`2 DMCore.Logic.CStoryCtr::k__BackingField Action_2_t2105502262 * ___U3COnStoryFinishActionU3Ek__BackingField_3; // System.Action`2 DMCore.Logic.CStoryCtr::k__BackingField Action_2_t2105502262 * ___U3COnSkipStoryActionU3Ek__BackingField_4; // System.Int32 DMCore.Logic.CStoryCtr::nowModule int32_t ___nowModule_6; // System.Int32 DMCore.Logic.CStoryCtr::nowStep int32_t ___nowStep_7; // System.String DMCore.Logic.CStoryCtr::nowOption String_t* ___nowOption_8; public: inline static int32_t get_offset_of_U3COnPrevStoryActionU3Ek__BackingField_1() { return static_cast(offsetof(CStoryCtr_t3729227359, ___U3COnPrevStoryActionU3Ek__BackingField_1)); } inline Action_2_t2105502262 * get_U3COnPrevStoryActionU3Ek__BackingField_1() const { return ___U3COnPrevStoryActionU3Ek__BackingField_1; } inline Action_2_t2105502262 ** get_address_of_U3COnPrevStoryActionU3Ek__BackingField_1() { return &___U3COnPrevStoryActionU3Ek__BackingField_1; } inline void set_U3COnPrevStoryActionU3Ek__BackingField_1(Action_2_t2105502262 * value) { ___U3COnPrevStoryActionU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3COnPrevStoryActionU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3COnNextStoryActionU3Ek__BackingField_2() { return static_cast(offsetof(CStoryCtr_t3729227359, ___U3COnNextStoryActionU3Ek__BackingField_2)); } inline Action_2_t2105502262 * get_U3COnNextStoryActionU3Ek__BackingField_2() const { return ___U3COnNextStoryActionU3Ek__BackingField_2; } inline Action_2_t2105502262 ** get_address_of_U3COnNextStoryActionU3Ek__BackingField_2() { return &___U3COnNextStoryActionU3Ek__BackingField_2; } inline void set_U3COnNextStoryActionU3Ek__BackingField_2(Action_2_t2105502262 * value) { ___U3COnNextStoryActionU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3COnNextStoryActionU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3COnStoryFinishActionU3Ek__BackingField_3() { return static_cast(offsetof(CStoryCtr_t3729227359, ___U3COnStoryFinishActionU3Ek__BackingField_3)); } inline Action_2_t2105502262 * get_U3COnStoryFinishActionU3Ek__BackingField_3() const { return ___U3COnStoryFinishActionU3Ek__BackingField_3; } inline Action_2_t2105502262 ** get_address_of_U3COnStoryFinishActionU3Ek__BackingField_3() { return &___U3COnStoryFinishActionU3Ek__BackingField_3; } inline void set_U3COnStoryFinishActionU3Ek__BackingField_3(Action_2_t2105502262 * value) { ___U3COnStoryFinishActionU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3COnStoryFinishActionU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3COnSkipStoryActionU3Ek__BackingField_4() { return static_cast(offsetof(CStoryCtr_t3729227359, ___U3COnSkipStoryActionU3Ek__BackingField_4)); } inline Action_2_t2105502262 * get_U3COnSkipStoryActionU3Ek__BackingField_4() const { return ___U3COnSkipStoryActionU3Ek__BackingField_4; } inline Action_2_t2105502262 ** get_address_of_U3COnSkipStoryActionU3Ek__BackingField_4() { return &___U3COnSkipStoryActionU3Ek__BackingField_4; } inline void set_U3COnSkipStoryActionU3Ek__BackingField_4(Action_2_t2105502262 * value) { ___U3COnSkipStoryActionU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3COnSkipStoryActionU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_nowModule_6() { return static_cast(offsetof(CStoryCtr_t3729227359, ___nowModule_6)); } inline int32_t get_nowModule_6() const { return ___nowModule_6; } inline int32_t* get_address_of_nowModule_6() { return &___nowModule_6; } inline void set_nowModule_6(int32_t value) { ___nowModule_6 = value; } inline static int32_t get_offset_of_nowStep_7() { return static_cast(offsetof(CStoryCtr_t3729227359, ___nowStep_7)); } inline int32_t get_nowStep_7() const { return ___nowStep_7; } inline int32_t* get_address_of_nowStep_7() { return &___nowStep_7; } inline void set_nowStep_7(int32_t value) { ___nowStep_7 = value; } inline static int32_t get_offset_of_nowOption_8() { return static_cast(offsetof(CStoryCtr_t3729227359, ___nowOption_8)); } inline String_t* get_nowOption_8() const { return ___nowOption_8; } inline String_t** get_address_of_nowOption_8() { return &___nowOption_8; } inline void set_nowOption_8(String_t* value) { ___nowOption_8 = value; Il2CppCodeGenWriteBarrier((&___nowOption_8), value); } }; struct CStoryCtr_t3729227359_StaticFields { public: // DMCore.Logic.CStoryCtr DMCore.Logic.CStoryCtr::s_Instance CStoryCtr_t3729227359 * ___s_Instance_5; public: inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(CStoryCtr_t3729227359_StaticFields, ___s_Instance_5)); } inline CStoryCtr_t3729227359 * get_s_Instance_5() const { return ___s_Instance_5; } inline CStoryCtr_t3729227359 ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(CStoryCtr_t3729227359 * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSTORYCTR_T3729227359_H #ifndef TYPE_T3858932131_H #define TYPE_T3858932131_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GUILayoutOption/Type struct Type_t3858932131 { public: // System.Int32 UnityEngine.GUILayoutOption/Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Type_t3858932131, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_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_T3858932131_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 SYMBOLSTYLE_T652100663_H #define SYMBOLSTYLE_T652100663_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIFont/SymbolStyle struct SymbolStyle_t652100663 { public: // System.Int32 UIFont/SymbolStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SymbolStyle_t652100663, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYMBOLSTYLE_T652100663_H #ifndef INSIDEEFFECT_T3952523169_H #define INSIDEEFFECT_T3952523169_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UILabel/InsideEffect struct InsideEffect_t3952523169 { public: // System.Int32 UILabel/InsideEffect::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(InsideEffect_t3952523169, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INSIDEEFFECT_T3952523169_H #ifndef 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 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 XMLELEMENT_T561603118_H #define XMLELEMENT_T561603118_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlElement struct XmlElement_t561603118 : public XmlLinkedNode_t1437094927 { public: // System.Xml.XmlAttributeCollection System.Xml.XmlElement::attributes XmlAttributeCollection_t2316283784 * ___attributes_6; // System.Xml.XmlNameEntry System.Xml.XmlElement::name XmlNameEntry_t1073099671 * ___name_7; // System.Xml.XmlLinkedNode System.Xml.XmlElement::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_8; // System.Boolean System.Xml.XmlElement::isNotEmpty bool ___isNotEmpty_9; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlElement::schemaInfo RuntimeObject* ___schemaInfo_10; public: inline static int32_t get_offset_of_attributes_6() { return static_cast(offsetof(XmlElement_t561603118, ___attributes_6)); } inline XmlAttributeCollection_t2316283784 * get_attributes_6() const { return ___attributes_6; } inline XmlAttributeCollection_t2316283784 ** get_address_of_attributes_6() { return &___attributes_6; } inline void set_attributes_6(XmlAttributeCollection_t2316283784 * value) { ___attributes_6 = value; Il2CppCodeGenWriteBarrier((&___attributes_6), value); } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(XmlElement_t561603118, ___name_7)); } inline XmlNameEntry_t1073099671 * get_name_7() const { return ___name_7; } inline XmlNameEntry_t1073099671 ** get_address_of_name_7() { return &___name_7; } inline void set_name_7(XmlNameEntry_t1073099671 * value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((&___name_7), value); } inline static int32_t get_offset_of_lastLinkedChild_8() { return static_cast(offsetof(XmlElement_t561603118, ___lastLinkedChild_8)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_8() const { return ___lastLinkedChild_8; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_8() { return &___lastLinkedChild_8; } inline void set_lastLinkedChild_8(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_8 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_8), value); } inline static int32_t get_offset_of_isNotEmpty_9() { return static_cast(offsetof(XmlElement_t561603118, ___isNotEmpty_9)); } inline bool get_isNotEmpty_9() const { return ___isNotEmpty_9; } inline bool* get_address_of_isNotEmpty_9() { return &___isNotEmpty_9; } inline void set_isNotEmpty_9(bool value) { ___isNotEmpty_9 = value; } inline static int32_t get_offset_of_schemaInfo_10() { return static_cast(offsetof(XmlElement_t561603118, ___schemaInfo_10)); } inline RuntimeObject* get_schemaInfo_10() const { return ___schemaInfo_10; } inline RuntimeObject** get_address_of_schemaInfo_10() { return &___schemaInfo_10; } inline void set_schemaInfo_10(RuntimeObject* value) { ___schemaInfo_10 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLELEMENT_T561603118_H #ifndef FILEACCESS_T1659085276_H #define FILEACCESS_T1659085276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAccess struct FileAccess_t1659085276 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAccess_t1659085276, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEACCESS_T1659085276_H #ifndef 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 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 STORYSTEPTYPE_T1926985225_H #define STORYSTEPTYPE_T1926985225_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // StoryStepType struct StoryStepType_t1926985225 { public: // System.Int32 StoryStepType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StoryStepType_t1926985225, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STORYSTEPTYPE_T1926985225_H #ifndef STORYMODULETYPE_T1174397675_H #define STORYMODULETYPE_T1174397675_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // StoryModuleType struct StoryModuleType_t1174397675 { public: // System.Int32 StoryModuleType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StoryModuleType_t1174397675, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STORYMODULETYPE_T1174397675_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 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 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 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 ENUMITEMID_T1902713412_H #define ENUMITEMID_T1902713412_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumItemID struct enumItemID_t1902713412 { public: // System.Int32 DMCore.Logic.enumItemID::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumItemID_t1902713412, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMITEMID_T1902713412_H #ifndef 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 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 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 ENUMCHANGENAMEMODULE_T2604365515_H #define ENUMCHANGENAMEMODULE_T2604365515_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumChangeNameModule struct enumChangeNameModule_t2604365515 { public: // System.Int32 DMCore.Logic.enumChangeNameModule::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumChangeNameModule_t2604365515, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCHANGENAMEMODULE_T2604365515_H #ifndef 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 ENUMMUSICAREA_T189065227_H #define ENUMMUSICAREA_T189065227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.enumMusicArea struct enumMusicArea_t189065227 { public: // System.Int32 DMCore.Logic.enumMusicArea::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumMusicArea_t189065227, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMUSICAREA_T189065227_H #ifndef 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 THREADPRIORITY_T1774350854_H #define THREADPRIORITY_T1774350854_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ThreadPriority struct ThreadPriority_t1774350854 { public: // System.Int32 UnityEngine.ThreadPriority::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ThreadPriority_t1774350854, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADPRIORITY_T1774350854_H #ifndef 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 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 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 ENUMRESSTATE_T3285317815_H #define ENUMRESSTATE_T3285317815_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Resource.enumResState struct enumResState_t3285317815 { public: // System.Int32 DMCore.Framework.Resource.enumResState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumResState_t3285317815, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMRESSTATE_T3285317815_H #ifndef 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 ENUMSCENEOBJTYPE_T2879723971_H #define ENUMSCENEOBJTYPE_T2879723971_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.enumSceneObjType struct enumSceneObjType_t2879723971 { public: // System.Int32 DMCore.Framework.Scene.enumSceneObjType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumSceneObjType_t2879723971, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMSCENEOBJTYPE_T2879723971_H #ifndef 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 ENUMMODELPOS_T2221482726_H #define ENUMMODELPOS_T2221482726_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // EnumModelPos struct EnumModelPos_t2221482726 { public: // System.Int32 EnumModelPos::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnumModelPos_t2221482726, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMMODELPOS_T2221482726_H #ifndef 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 ADTYPEENUM_T3686086406_H #define ADTYPEENUM_T3686086406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.ADTypeEnum struct ADTypeEnum_t3686086406 { public: // System.Int32 DMCore.Logic.ADTypeEnum::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ADTypeEnum_t3686086406, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ADTYPEENUM_T3686086406_H #ifndef 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 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 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 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 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 COROUTINE_T3829159415_H #define COROUTINE_T3829159415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Coroutine struct Coroutine_t3829159415 : public YieldInstruction_t403091072 { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t3829159415, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_t3829159415_marshaled_pinvoke : public YieldInstruction_t403091072_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t3829159415_marshaled_com : public YieldInstruction_t403091072_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // COROUTINE_T3829159415_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef 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 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 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 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 PETACTIONTYPE_T3652296498_H #define PETACTIONTYPE_T3652296498_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.PetActionType struct PetActionType_t3652296498 { public: // System.Int32 DMCore.Logic.PetActionType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PetActionType_t3652296498, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETACTIONTYPE_T3652296498_H #ifndef QUALITYMATERIALTYPE_T1209093606_H #define QUALITYMATERIALTYPE_T1209093606_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.QualityMaterialType struct QualityMaterialType_t1209093606 { public: // System.Int32 DMCore.Logic.QualityMaterialType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(QualityMaterialType_t1209093606, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUALITYMATERIALTYPE_T1209093606_H #ifndef 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 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 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 NGUITOOLS_T1206951095_H #define NGUITOOLS_T1206951095_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // NGUITools struct NGUITools_t1206951095 : public RuntimeObject { public: public: }; struct NGUITools_t1206951095_StaticFields { public: // UnityEngine.AudioListener NGUITools::mListener AudioListener_t2734094699 * ___mListener_0; // System.Boolean NGUITools::mLoaded bool ___mLoaded_1; // System.Single NGUITools::mGlobalVolume float ___mGlobalVolume_2; // UnityEngine.Color NGUITools::mInvisible Color_t2555686324 ___mInvisible_3; public: inline static int32_t get_offset_of_mListener_0() { return static_cast(offsetof(NGUITools_t1206951095_StaticFields, ___mListener_0)); } inline AudioListener_t2734094699 * get_mListener_0() const { return ___mListener_0; } inline AudioListener_t2734094699 ** get_address_of_mListener_0() { return &___mListener_0; } inline void set_mListener_0(AudioListener_t2734094699 * value) { ___mListener_0 = value; Il2CppCodeGenWriteBarrier((&___mListener_0), value); } inline static int32_t get_offset_of_mLoaded_1() { return static_cast(offsetof(NGUITools_t1206951095_StaticFields, ___mLoaded_1)); } inline bool get_mLoaded_1() const { return ___mLoaded_1; } inline bool* get_address_of_mLoaded_1() { return &___mLoaded_1; } inline void set_mLoaded_1(bool value) { ___mLoaded_1 = value; } inline static int32_t get_offset_of_mGlobalVolume_2() { return static_cast(offsetof(NGUITools_t1206951095_StaticFields, ___mGlobalVolume_2)); } inline float get_mGlobalVolume_2() const { return ___mGlobalVolume_2; } inline float* get_address_of_mGlobalVolume_2() { return &___mGlobalVolume_2; } inline void set_mGlobalVolume_2(float value) { ___mGlobalVolume_2 = value; } inline static int32_t get_offset_of_mInvisible_3() { return static_cast(offsetof(NGUITools_t1206951095_StaticFields, ___mInvisible_3)); } inline Color_t2555686324 get_mInvisible_3() const { return ___mInvisible_3; } inline Color_t2555686324 * get_address_of_mInvisible_3() { return &___mInvisible_3; } inline void set_mInvisible_3(Color_t2555686324 value) { ___mInvisible_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NGUITOOLS_T1206951095_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 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 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 RUNTIMEPLATFORM_T4159857903_H #define RUNTIMEPLATFORM_T4159857903_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RuntimePlatform struct RuntimePlatform_t4159857903 { public: // System.Int32 UnityEngine.RuntimePlatform::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RuntimePlatform_t4159857903, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEPLATFORM_T4159857903_H #ifndef CPETANICFG_T3973954919_H #define CPETANICFG_T3973954919_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetAniCfg struct CPetAniCfg_t3973954919 : public ITextBase_t660344599 { public: // UITexture DMCore.Logic.CPetAniCfg::m_CurTexture UITexture_t3471168817 * ___m_CurTexture_1; // DMCore.Logic.CPetAniCfg/PetAniUnit DMCore.Logic.CPetAniCfg::m_CurPetAniUnit PetAniUnit_t1244462747 * ___m_CurPetAniUnit_2; // System.Int32 DMCore.Logic.CPetAniCfg::Index int32_t ___Index_3; // System.Int32 DMCore.Logic.CPetAniCfg::m_TimerIndex int32_t ___m_TimerIndex_4; // System.Int32 DMCore.Logic.CPetAniCfg::runtimes int32_t ___runtimes_5; // UnityEngine.Vector3 DMCore.Logic.CPetAniCfg::m_CurScale Vector3_t3722313464 ___m_CurScale_6; // DMCore.Logic.CPetAniCfg/PetAniOver DMCore.Logic.CPetAniCfg::m_petaniover PetAniOver_t18903185 * ___m_petaniover_7; // System.Collections.Generic.Dictionary`2 DMCore.Logic.CPetAniCfg::m_TextureDic Dictionary_2_t3625702484 * ___m_TextureDic_8; // System.Collections.Generic.List`1 DMCore.Logic.CPetAniCfg::m_PetAniList List_1_t2716537489 * ___m_PetAniList_9; public: inline static int32_t get_offset_of_m_CurTexture_1() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___m_CurTexture_1)); } inline UITexture_t3471168817 * get_m_CurTexture_1() const { return ___m_CurTexture_1; } inline UITexture_t3471168817 ** get_address_of_m_CurTexture_1() { return &___m_CurTexture_1; } inline void set_m_CurTexture_1(UITexture_t3471168817 * value) { ___m_CurTexture_1 = value; Il2CppCodeGenWriteBarrier((&___m_CurTexture_1), value); } inline static int32_t get_offset_of_m_CurPetAniUnit_2() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___m_CurPetAniUnit_2)); } inline PetAniUnit_t1244462747 * get_m_CurPetAniUnit_2() const { return ___m_CurPetAniUnit_2; } inline PetAniUnit_t1244462747 ** get_address_of_m_CurPetAniUnit_2() { return &___m_CurPetAniUnit_2; } inline void set_m_CurPetAniUnit_2(PetAniUnit_t1244462747 * value) { ___m_CurPetAniUnit_2 = value; Il2CppCodeGenWriteBarrier((&___m_CurPetAniUnit_2), value); } inline static int32_t get_offset_of_Index_3() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___Index_3)); } inline int32_t get_Index_3() const { return ___Index_3; } inline int32_t* get_address_of_Index_3() { return &___Index_3; } inline void set_Index_3(int32_t value) { ___Index_3 = value; } inline static int32_t get_offset_of_m_TimerIndex_4() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___m_TimerIndex_4)); } inline int32_t get_m_TimerIndex_4() const { return ___m_TimerIndex_4; } inline int32_t* get_address_of_m_TimerIndex_4() { return &___m_TimerIndex_4; } inline void set_m_TimerIndex_4(int32_t value) { ___m_TimerIndex_4 = value; } inline static int32_t get_offset_of_runtimes_5() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___runtimes_5)); } inline int32_t get_runtimes_5() const { return ___runtimes_5; } inline int32_t* get_address_of_runtimes_5() { return &___runtimes_5; } inline void set_runtimes_5(int32_t value) { ___runtimes_5 = value; } inline static int32_t get_offset_of_m_CurScale_6() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___m_CurScale_6)); } inline Vector3_t3722313464 get_m_CurScale_6() const { return ___m_CurScale_6; } inline Vector3_t3722313464 * get_address_of_m_CurScale_6() { return &___m_CurScale_6; } inline void set_m_CurScale_6(Vector3_t3722313464 value) { ___m_CurScale_6 = value; } inline static int32_t get_offset_of_m_petaniover_7() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___m_petaniover_7)); } inline PetAniOver_t18903185 * get_m_petaniover_7() const { return ___m_petaniover_7; } inline PetAniOver_t18903185 ** get_address_of_m_petaniover_7() { return &___m_petaniover_7; } inline void set_m_petaniover_7(PetAniOver_t18903185 * value) { ___m_petaniover_7 = value; Il2CppCodeGenWriteBarrier((&___m_petaniover_7), value); } inline static int32_t get_offset_of_m_TextureDic_8() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___m_TextureDic_8)); } inline Dictionary_2_t3625702484 * get_m_TextureDic_8() const { return ___m_TextureDic_8; } inline Dictionary_2_t3625702484 ** get_address_of_m_TextureDic_8() { return &___m_TextureDic_8; } inline void set_m_TextureDic_8(Dictionary_2_t3625702484 * value) { ___m_TextureDic_8 = value; Il2CppCodeGenWriteBarrier((&___m_TextureDic_8), value); } inline static int32_t get_offset_of_m_PetAniList_9() { return static_cast(offsetof(CPetAniCfg_t3973954919, ___m_PetAniList_9)); } inline List_1_t2716537489 * get_m_PetAniList_9() const { return ___m_PetAniList_9; } inline List_1_t2716537489 ** get_address_of_m_PetAniList_9() { return &___m_PetAniList_9; } inline void set_m_PetAniList_9(List_1_t2716537489 * value) { ___m_PetAniList_9 = value; Il2CppCodeGenWriteBarrier((&___m_PetAniList_9), value); } }; struct CPetAniCfg_t3973954919_StaticFields { public: // DMCore.Logic.CPetAniCfg DMCore.Logic.CPetAniCfg::m_Instance CPetAniCfg_t3973954919 * ___m_Instance_10; public: inline static int32_t get_offset_of_m_Instance_10() { return static_cast(offsetof(CPetAniCfg_t3973954919_StaticFields, ___m_Instance_10)); } inline CPetAniCfg_t3973954919 * get_m_Instance_10() const { return ___m_Instance_10; } inline CPetAniCfg_t3973954919 ** get_address_of_m_Instance_10() { return &___m_Instance_10; } inline void set_m_Instance_10(CPetAniCfg_t3973954919 * value) { ___m_Instance_10 = value; Il2CppCodeGenWriteBarrier((&___m_Instance_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CPETANICFG_T3973954919_H #ifndef SPRITE_T2895597119_H #define SPRITE_T2895597119_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIAtlas/Sprite struct Sprite_t2895597119 : public RuntimeObject { public: // System.String UIAtlas/Sprite::name String_t* ___name_0; // UnityEngine.Rect UIAtlas/Sprite::outer Rect_t2360479859 ___outer_1; // UnityEngine.Rect UIAtlas/Sprite::inner Rect_t2360479859 ___inner_2; // System.Boolean UIAtlas/Sprite::rotated bool ___rotated_3; // System.Single UIAtlas/Sprite::paddingLeft float ___paddingLeft_4; // System.Single UIAtlas/Sprite::paddingRight float ___paddingRight_5; // System.Single UIAtlas/Sprite::paddingTop float ___paddingTop_6; // System.Single UIAtlas/Sprite::paddingBottom float ___paddingBottom_7; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(Sprite_t2895597119, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_outer_1() { return static_cast(offsetof(Sprite_t2895597119, ___outer_1)); } inline Rect_t2360479859 get_outer_1() const { return ___outer_1; } inline Rect_t2360479859 * get_address_of_outer_1() { return &___outer_1; } inline void set_outer_1(Rect_t2360479859 value) { ___outer_1 = value; } inline static int32_t get_offset_of_inner_2() { return static_cast(offsetof(Sprite_t2895597119, ___inner_2)); } inline Rect_t2360479859 get_inner_2() const { return ___inner_2; } inline Rect_t2360479859 * get_address_of_inner_2() { return &___inner_2; } inline void set_inner_2(Rect_t2360479859 value) { ___inner_2 = value; } inline static int32_t get_offset_of_rotated_3() { return static_cast(offsetof(Sprite_t2895597119, ___rotated_3)); } inline bool get_rotated_3() const { return ___rotated_3; } inline bool* get_address_of_rotated_3() { return &___rotated_3; } inline void set_rotated_3(bool value) { ___rotated_3 = value; } inline static int32_t get_offset_of_paddingLeft_4() { return static_cast(offsetof(Sprite_t2895597119, ___paddingLeft_4)); } inline float get_paddingLeft_4() const { return ___paddingLeft_4; } inline float* get_address_of_paddingLeft_4() { return &___paddingLeft_4; } inline void set_paddingLeft_4(float value) { ___paddingLeft_4 = value; } inline static int32_t get_offset_of_paddingRight_5() { return static_cast(offsetof(Sprite_t2895597119, ___paddingRight_5)); } inline float get_paddingRight_5() const { return ___paddingRight_5; } inline float* get_address_of_paddingRight_5() { return &___paddingRight_5; } inline void set_paddingRight_5(float value) { ___paddingRight_5 = value; } inline static int32_t get_offset_of_paddingTop_6() { return static_cast(offsetof(Sprite_t2895597119, ___paddingTop_6)); } inline float get_paddingTop_6() const { return ___paddingTop_6; } inline float* get_address_of_paddingTop_6() { return &___paddingTop_6; } inline void set_paddingTop_6(float value) { ___paddingTop_6 = value; } inline static int32_t get_offset_of_paddingBottom_7() { return static_cast(offsetof(Sprite_t2895597119, ___paddingBottom_7)); } inline float get_paddingBottom_7() const { return ___paddingBottom_7; } inline float* get_address_of_paddingBottom_7() { return &___paddingBottom_7; } inline void set_paddingBottom_7(float value) { ___paddingBottom_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPRITE_T2895597119_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 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 SHADER_T4151988712_H #define SHADER_T4151988712_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Shader struct Shader_t4151988712 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHADER_T4151988712_H #ifndef GUILAYOUTOPTION_T811797299_H #define GUILAYOUTOPTION_T811797299_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GUILayoutOption struct GUILayoutOption_t811797299 : public RuntimeObject { public: // UnityEngine.GUILayoutOption/Type UnityEngine.GUILayoutOption::type int32_t ___type_0; // System.Object UnityEngine.GUILayoutOption::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(GUILayoutOption_t811797299, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(GUILayoutOption_t811797299, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUILAYOUTOPTION_T811797299_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 GAMEOBJECT_T1113636619_H #define GAMEOBJECT_T1113636619_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GameObject struct GameObject_t1113636619 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMEOBJECT_T1113636619_H #ifndef COMPONENT_T1923634451_H #define COMPONENT_T1923634451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Component struct Component_t1923634451 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENT_T1923634451_H #ifndef 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 MATERIAL_T340375123_H #define MATERIAL_T340375123_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Material struct Material_t340375123 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATERIAL_T340375123_H #ifndef 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 WWW_T3688466362_H #define WWW_T3688466362_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.WWW struct WWW_t3688466362 : public CustomYieldInstruction_t1895667560 { public: // UnityEngine.ThreadPriority UnityEngine.WWW::k__BackingField int32_t ___U3CthreadPriorityU3Ek__BackingField_0; // UnityEngine.Networking.UnityWebRequest UnityEngine.WWW::_uwr UnityWebRequest_t463507806 * ____uwr_1; // UnityEngine.AssetBundle UnityEngine.WWW::_assetBundle AssetBundle_t1153907252 * ____assetBundle_2; // System.Collections.Generic.Dictionary`2 UnityEngine.WWW::_responseHeaders Dictionary_2_t1632706988 * ____responseHeaders_3; public: inline static int32_t get_offset_of_U3CthreadPriorityU3Ek__BackingField_0() { return static_cast(offsetof(WWW_t3688466362, ___U3CthreadPriorityU3Ek__BackingField_0)); } inline int32_t get_U3CthreadPriorityU3Ek__BackingField_0() const { return ___U3CthreadPriorityU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CthreadPriorityU3Ek__BackingField_0() { return &___U3CthreadPriorityU3Ek__BackingField_0; } inline void set_U3CthreadPriorityU3Ek__BackingField_0(int32_t value) { ___U3CthreadPriorityU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of__uwr_1() { return static_cast(offsetof(WWW_t3688466362, ____uwr_1)); } inline UnityWebRequest_t463507806 * get__uwr_1() const { return ____uwr_1; } inline UnityWebRequest_t463507806 ** get_address_of__uwr_1() { return &____uwr_1; } inline void set__uwr_1(UnityWebRequest_t463507806 * value) { ____uwr_1 = value; Il2CppCodeGenWriteBarrier((&____uwr_1), value); } inline static int32_t get_offset_of__assetBundle_2() { return static_cast(offsetof(WWW_t3688466362, ____assetBundle_2)); } inline AssetBundle_t1153907252 * get__assetBundle_2() const { return ____assetBundle_2; } inline AssetBundle_t1153907252 ** get_address_of__assetBundle_2() { return &____assetBundle_2; } inline void set__assetBundle_2(AssetBundle_t1153907252 * value) { ____assetBundle_2 = value; Il2CppCodeGenWriteBarrier((&____assetBundle_2), value); } inline static int32_t get_offset_of__responseHeaders_3() { return static_cast(offsetof(WWW_t3688466362, ____responseHeaders_3)); } inline Dictionary_2_t1632706988 * get__responseHeaders_3() const { return ____responseHeaders_3; } inline Dictionary_2_t1632706988 ** get_address_of__responseHeaders_3() { return &____responseHeaders_3; } inline void set__responseHeaders_3(Dictionary_2_t1632706988 * value) { ____responseHeaders_3 = value; Il2CppCodeGenWriteBarrier((&____responseHeaders_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WWW_T3688466362_H #ifndef 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 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 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 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 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 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 FILESTREAM_T4292183065_H #define FILESTREAM_T4292183065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStream struct FileStream_t4292183065 : public Stream_t1273022909 { public: // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_2; // System.Boolean System.IO.FileStream::owner bool ___owner_3; // System.Boolean System.IO.FileStream::async bool ___async_4; // System.Boolean System.IO.FileStream::canseek bool ___canseek_5; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_6; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_7; // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_t4116647657* ___buf_8; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_9; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_10; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_11; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_12; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_13; // System.String System.IO.FileStream::name String_t* ___name_14; // System.IntPtr System.IO.FileStream::handle intptr_t ___handle_15; public: inline static int32_t get_offset_of_access_2() { return static_cast(offsetof(FileStream_t4292183065, ___access_2)); } inline int32_t get_access_2() const { return ___access_2; } inline int32_t* get_address_of_access_2() { return &___access_2; } inline void set_access_2(int32_t value) { ___access_2 = value; } inline static int32_t get_offset_of_owner_3() { return static_cast(offsetof(FileStream_t4292183065, ___owner_3)); } inline bool get_owner_3() const { return ___owner_3; } inline bool* get_address_of_owner_3() { return &___owner_3; } inline void set_owner_3(bool value) { ___owner_3 = value; } inline static int32_t get_offset_of_async_4() { return static_cast(offsetof(FileStream_t4292183065, ___async_4)); } inline bool get_async_4() const { return ___async_4; } inline bool* get_address_of_async_4() { return &___async_4; } inline void set_async_4(bool value) { ___async_4 = value; } inline static int32_t get_offset_of_canseek_5() { return static_cast(offsetof(FileStream_t4292183065, ___canseek_5)); } inline bool get_canseek_5() const { return ___canseek_5; } inline bool* get_address_of_canseek_5() { return &___canseek_5; } inline void set_canseek_5(bool value) { ___canseek_5 = value; } inline static int32_t get_offset_of_append_startpos_6() { return static_cast(offsetof(FileStream_t4292183065, ___append_startpos_6)); } inline int64_t get_append_startpos_6() const { return ___append_startpos_6; } inline int64_t* get_address_of_append_startpos_6() { return &___append_startpos_6; } inline void set_append_startpos_6(int64_t value) { ___append_startpos_6 = value; } inline static int32_t get_offset_of_anonymous_7() { return static_cast(offsetof(FileStream_t4292183065, ___anonymous_7)); } inline bool get_anonymous_7() const { return ___anonymous_7; } inline bool* get_address_of_anonymous_7() { return &___anonymous_7; } inline void set_anonymous_7(bool value) { ___anonymous_7 = value; } inline static int32_t get_offset_of_buf_8() { return static_cast(offsetof(FileStream_t4292183065, ___buf_8)); } inline ByteU5BU5D_t4116647657* get_buf_8() const { return ___buf_8; } inline ByteU5BU5D_t4116647657** get_address_of_buf_8() { return &___buf_8; } inline void set_buf_8(ByteU5BU5D_t4116647657* value) { ___buf_8 = value; Il2CppCodeGenWriteBarrier((&___buf_8), value); } inline static int32_t get_offset_of_buf_size_9() { return static_cast(offsetof(FileStream_t4292183065, ___buf_size_9)); } inline int32_t get_buf_size_9() const { return ___buf_size_9; } inline int32_t* get_address_of_buf_size_9() { return &___buf_size_9; } inline void set_buf_size_9(int32_t value) { ___buf_size_9 = value; } inline static int32_t get_offset_of_buf_length_10() { return static_cast(offsetof(FileStream_t4292183065, ___buf_length_10)); } inline int32_t get_buf_length_10() const { return ___buf_length_10; } inline int32_t* get_address_of_buf_length_10() { return &___buf_length_10; } inline void set_buf_length_10(int32_t value) { ___buf_length_10 = value; } inline static int32_t get_offset_of_buf_offset_11() { return static_cast(offsetof(FileStream_t4292183065, ___buf_offset_11)); } inline int32_t get_buf_offset_11() const { return ___buf_offset_11; } inline int32_t* get_address_of_buf_offset_11() { return &___buf_offset_11; } inline void set_buf_offset_11(int32_t value) { ___buf_offset_11 = value; } inline static int32_t get_offset_of_buf_dirty_12() { return static_cast(offsetof(FileStream_t4292183065, ___buf_dirty_12)); } inline bool get_buf_dirty_12() const { return ___buf_dirty_12; } inline bool* get_address_of_buf_dirty_12() { return &___buf_dirty_12; } inline void set_buf_dirty_12(bool value) { ___buf_dirty_12 = value; } inline static int32_t get_offset_of_buf_start_13() { return static_cast(offsetof(FileStream_t4292183065, ___buf_start_13)); } inline int64_t get_buf_start_13() const { return ___buf_start_13; } inline int64_t* get_address_of_buf_start_13() { return &___buf_start_13; } inline void set_buf_start_13(int64_t value) { ___buf_start_13 = value; } inline static int32_t get_offset_of_name_14() { return static_cast(offsetof(FileStream_t4292183065, ___name_14)); } inline String_t* get_name_14() const { return ___name_14; } inline String_t** get_address_of_name_14() { return &___name_14; } inline void set_name_14(String_t* value) { ___name_14 = value; Il2CppCodeGenWriteBarrier((&___name_14), value); } inline static int32_t get_offset_of_handle_15() { return static_cast(offsetof(FileStream_t4292183065, ___handle_15)); } inline intptr_t get_handle_15() const { return ___handle_15; } inline intptr_t* get_address_of_handle_15() { return &___handle_15; } inline void set_handle_15(intptr_t value) { ___handle_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAM_T4292183065_H #ifndef 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 CROOT_T1043641654_H #define CROOT_T1043641654_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.CRoot struct CRoot_t1043641654 : public ILogicBase_t2190831891 { public: // DMCore.Net.CNetService DMCore.CRoot::s_NetService CNetService_t1201271315 * ___s_NetService_4; // DMCore.Camera.ICameraBase DMCore.CRoot::s_CameraIns ICameraBase_t3615533728 * ___s_CameraIns_5; // DMCore.Framework.Movie.CAnimSystem DMCore.CRoot::s_MovieService CAnimSystem_t3541144328 * ___s_MovieService_6; // DMCore.Framework.CTimerCtrl DMCore.CRoot::s_TimerService CTimerCtrl_t297173612 * ___s_TimerService_7; // DMCore.Framework.Scene.CSceneService DMCore.CRoot::s_SceneService CSceneService_t551449725 * ___s_SceneService_8; // DMCore.Framework.Misc.CLogHelp DMCore.CRoot::s_LogHelp CLogHelp_t779629444 * ___s_LogHelp_9; // System.String DMCore.CRoot::s_LoadingSceneName String_t* ___s_LoadingSceneName_10; // DMCore.Net.CNetMainLogic DMCore.CRoot::s_NetControl CNetMainLogic_t857650587 * ___s_NetControl_11; // DMCore.CAccManager DMCore.CRoot::s_AccManager CAccManager_t1454736772 * ___s_AccManager_12; // DMCore.ISoundManager DMCore.CRoot::s_SoundManager ISoundManager_t434164892 * ___s_SoundManager_13; // DMCore.DanceMode.CDanceManager DMCore.CRoot::s_DanceManager CDanceManager_t448141780 * ___s_DanceManager_14; // DMCore.CEventManager DMCore.CRoot::s_EventManager CEventManager_t474365641 * ___s_EventManager_15; // DMCore.Framework.Location.CLocationManager DMCore.CRoot::s_LocationManager CLocationManager_t1346018200 * ___s_LocationManager_16; // System.Boolean DMCore.CRoot::m_bLockPosition bool ___m_bLockPosition_17; // DMCore.Logic.enumPersonPage DMCore.CRoot::m_returnPage int32_t ___m_returnPage_18; public: inline static int32_t get_offset_of_s_NetService_4() { return static_cast(offsetof(CRoot_t1043641654, ___s_NetService_4)); } inline CNetService_t1201271315 * get_s_NetService_4() const { return ___s_NetService_4; } inline CNetService_t1201271315 ** get_address_of_s_NetService_4() { return &___s_NetService_4; } inline void set_s_NetService_4(CNetService_t1201271315 * value) { ___s_NetService_4 = value; Il2CppCodeGenWriteBarrier((&___s_NetService_4), value); } inline static int32_t get_offset_of_s_CameraIns_5() { return static_cast(offsetof(CRoot_t1043641654, ___s_CameraIns_5)); } inline ICameraBase_t3615533728 * get_s_CameraIns_5() const { return ___s_CameraIns_5; } inline ICameraBase_t3615533728 ** get_address_of_s_CameraIns_5() { return &___s_CameraIns_5; } inline void set_s_CameraIns_5(ICameraBase_t3615533728 * value) { ___s_CameraIns_5 = value; Il2CppCodeGenWriteBarrier((&___s_CameraIns_5), value); } inline static int32_t get_offset_of_s_MovieService_6() { return static_cast(offsetof(CRoot_t1043641654, ___s_MovieService_6)); } inline CAnimSystem_t3541144328 * get_s_MovieService_6() const { return ___s_MovieService_6; } inline CAnimSystem_t3541144328 ** get_address_of_s_MovieService_6() { return &___s_MovieService_6; } inline void set_s_MovieService_6(CAnimSystem_t3541144328 * value) { ___s_MovieService_6 = value; Il2CppCodeGenWriteBarrier((&___s_MovieService_6), value); } inline static int32_t get_offset_of_s_TimerService_7() { return static_cast(offsetof(CRoot_t1043641654, ___s_TimerService_7)); } inline CTimerCtrl_t297173612 * get_s_TimerService_7() const { return ___s_TimerService_7; } inline CTimerCtrl_t297173612 ** get_address_of_s_TimerService_7() { return &___s_TimerService_7; } inline void set_s_TimerService_7(CTimerCtrl_t297173612 * value) { ___s_TimerService_7 = value; Il2CppCodeGenWriteBarrier((&___s_TimerService_7), value); } inline static int32_t get_offset_of_s_SceneService_8() { return static_cast(offsetof(CRoot_t1043641654, ___s_SceneService_8)); } inline CSceneService_t551449725 * get_s_SceneService_8() const { return ___s_SceneService_8; } inline CSceneService_t551449725 ** get_address_of_s_SceneService_8() { return &___s_SceneService_8; } inline void set_s_SceneService_8(CSceneService_t551449725 * value) { ___s_SceneService_8 = value; Il2CppCodeGenWriteBarrier((&___s_SceneService_8), value); } inline static int32_t get_offset_of_s_LogHelp_9() { return static_cast(offsetof(CRoot_t1043641654, ___s_LogHelp_9)); } inline CLogHelp_t779629444 * get_s_LogHelp_9() const { return ___s_LogHelp_9; } inline CLogHelp_t779629444 ** get_address_of_s_LogHelp_9() { return &___s_LogHelp_9; } inline void set_s_LogHelp_9(CLogHelp_t779629444 * value) { ___s_LogHelp_9 = value; Il2CppCodeGenWriteBarrier((&___s_LogHelp_9), value); } inline static int32_t get_offset_of_s_LoadingSceneName_10() { return static_cast(offsetof(CRoot_t1043641654, ___s_LoadingSceneName_10)); } inline String_t* get_s_LoadingSceneName_10() const { return ___s_LoadingSceneName_10; } inline String_t** get_address_of_s_LoadingSceneName_10() { return &___s_LoadingSceneName_10; } inline void set_s_LoadingSceneName_10(String_t* value) { ___s_LoadingSceneName_10 = value; Il2CppCodeGenWriteBarrier((&___s_LoadingSceneName_10), value); } inline static int32_t get_offset_of_s_NetControl_11() { return static_cast(offsetof(CRoot_t1043641654, ___s_NetControl_11)); } inline CNetMainLogic_t857650587 * get_s_NetControl_11() const { return ___s_NetControl_11; } inline CNetMainLogic_t857650587 ** get_address_of_s_NetControl_11() { return &___s_NetControl_11; } inline void set_s_NetControl_11(CNetMainLogic_t857650587 * value) { ___s_NetControl_11 = value; Il2CppCodeGenWriteBarrier((&___s_NetControl_11), value); } inline static int32_t get_offset_of_s_AccManager_12() { return static_cast(offsetof(CRoot_t1043641654, ___s_AccManager_12)); } inline CAccManager_t1454736772 * get_s_AccManager_12() const { return ___s_AccManager_12; } inline CAccManager_t1454736772 ** get_address_of_s_AccManager_12() { return &___s_AccManager_12; } inline void set_s_AccManager_12(CAccManager_t1454736772 * value) { ___s_AccManager_12 = value; Il2CppCodeGenWriteBarrier((&___s_AccManager_12), value); } inline static int32_t get_offset_of_s_SoundManager_13() { return static_cast(offsetof(CRoot_t1043641654, ___s_SoundManager_13)); } inline ISoundManager_t434164892 * get_s_SoundManager_13() const { return ___s_SoundManager_13; } inline ISoundManager_t434164892 ** get_address_of_s_SoundManager_13() { return &___s_SoundManager_13; } inline void set_s_SoundManager_13(ISoundManager_t434164892 * value) { ___s_SoundManager_13 = value; Il2CppCodeGenWriteBarrier((&___s_SoundManager_13), value); } inline static int32_t get_offset_of_s_DanceManager_14() { return static_cast(offsetof(CRoot_t1043641654, ___s_DanceManager_14)); } inline CDanceManager_t448141780 * get_s_DanceManager_14() const { return ___s_DanceManager_14; } inline CDanceManager_t448141780 ** get_address_of_s_DanceManager_14() { return &___s_DanceManager_14; } inline void set_s_DanceManager_14(CDanceManager_t448141780 * value) { ___s_DanceManager_14 = value; Il2CppCodeGenWriteBarrier((&___s_DanceManager_14), value); } inline static int32_t get_offset_of_s_EventManager_15() { return static_cast(offsetof(CRoot_t1043641654, ___s_EventManager_15)); } inline CEventManager_t474365641 * get_s_EventManager_15() const { return ___s_EventManager_15; } inline CEventManager_t474365641 ** get_address_of_s_EventManager_15() { return &___s_EventManager_15; } inline void set_s_EventManager_15(CEventManager_t474365641 * value) { ___s_EventManager_15 = value; Il2CppCodeGenWriteBarrier((&___s_EventManager_15), value); } inline static int32_t get_offset_of_s_LocationManager_16() { return static_cast(offsetof(CRoot_t1043641654, ___s_LocationManager_16)); } inline CLocationManager_t1346018200 * get_s_LocationManager_16() const { return ___s_LocationManager_16; } inline CLocationManager_t1346018200 ** get_address_of_s_LocationManager_16() { return &___s_LocationManager_16; } inline void set_s_LocationManager_16(CLocationManager_t1346018200 * value) { ___s_LocationManager_16 = value; Il2CppCodeGenWriteBarrier((&___s_LocationManager_16), value); } inline static int32_t get_offset_of_m_bLockPosition_17() { return static_cast(offsetof(CRoot_t1043641654, ___m_bLockPosition_17)); } inline bool get_m_bLockPosition_17() const { return ___m_bLockPosition_17; } inline bool* get_address_of_m_bLockPosition_17() { return &___m_bLockPosition_17; } inline void set_m_bLockPosition_17(bool value) { ___m_bLockPosition_17 = value; } inline static int32_t get_offset_of_m_returnPage_18() { return static_cast(offsetof(CRoot_t1043641654, ___m_returnPage_18)); } inline int32_t get_m_returnPage_18() const { return ___m_returnPage_18; } inline int32_t* get_address_of_m_returnPage_18() { return &___m_returnPage_18; } inline void set_m_returnPage_18(int32_t value) { ___m_returnPage_18 = value; } }; struct CRoot_t1043641654_StaticFields { public: // DMCore.CRoot DMCore.CRoot::s_CRootInstance CRoot_t1043641654 * ___s_CRootInstance_19; // System.Collections.Generic.Dictionary`2 DMCore.CRoot::<>f__switch$map0 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map0_20; public: inline static int32_t get_offset_of_s_CRootInstance_19() { return static_cast(offsetof(CRoot_t1043641654_StaticFields, ___s_CRootInstance_19)); } inline CRoot_t1043641654 * get_s_CRootInstance_19() const { return ___s_CRootInstance_19; } inline CRoot_t1043641654 ** get_address_of_s_CRootInstance_19() { return &___s_CRootInstance_19; } inline void set_s_CRootInstance_19(CRoot_t1043641654 * value) { ___s_CRootInstance_19 = value; Il2CppCodeGenWriteBarrier((&___s_CRootInstance_19), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map0_20() { return static_cast(offsetof(CRoot_t1043641654_StaticFields, ___U3CU3Ef__switchU24map0_20)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map0_20() const { return ___U3CU3Ef__switchU24map0_20; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map0_20() { return &___U3CU3Ef__switchU24map0_20; } inline void set_U3CU3Ef__switchU24map0_20(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map0_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map0_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CROOT_T1043641654_H #ifndef CCHANGENAMEINFO_T1998310127_H #define CCHANGENAMEINFO_T1998310127_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CChangeNameInfo struct CChangeNameInfo_t1998310127 : public RuntimeObject { public: // DMCore.Logic.enumChangeNameModule DMCore.Logic.CChangeNameInfo::OperationType int32_t ___OperationType_0; // System.String DMCore.Logic.CChangeNameInfo::CurrentName String_t* ___CurrentName_1; // DMCore.Logic.enumItemID DMCore.Logic.CChangeNameInfo::CardID int32_t ___CardID_2; // System.Int32 DMCore.Logic.CChangeNameInfo::GoldCount int32_t ___GoldCount_3; // System.Int32 DMCore.Logic.CChangeNameInfo::DiamondCount int32_t ___DiamondCount_4; // System.Boolean DMCore.Logic.CChangeNameInfo::IsRandomType bool ___IsRandomType_5; // System.Int32 DMCore.Logic.CChangeNameInfo::Sex int32_t ___Sex_6; // System.Boolean DMCore.Logic.CChangeNameInfo::IsUnique bool ___IsUnique_7; // System.Int32 DMCore.Logic.CChangeNameInfo::MaxRetryTimes int32_t ___MaxRetryTimes_8; // System.Int32 DMCore.Logic.CChangeNameInfo::RequestedTimes int32_t ___RequestedTimes_9; // System.String DMCore.Logic.CChangeNameInfo::MaxCharNum String_t* ___MaxCharNum_10; // DMCore.Logic.OnChangeNameCallback DMCore.Logic.CChangeNameInfo::Requestor OnChangeNameCallback_t2458829697 * ___Requestor_11; // DMCore.Logic.OnChangeNameCallback DMCore.Logic.CChangeNameInfo::Responsor OnChangeNameCallback_t2458829697 * ___Responsor_12; // DMCore.Logic.OnChangeNameCallback DMCore.Logic.CChangeNameInfo::CancelCallback OnChangeNameCallback_t2458829697 * ___CancelCallback_13; // DMCore.CDataArray DMCore.Logic.CChangeNameInfo::CustomParams CDataArray_t4068198041 * ___CustomParams_14; public: inline static int32_t get_offset_of_OperationType_0() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___OperationType_0)); } inline int32_t get_OperationType_0() const { return ___OperationType_0; } inline int32_t* get_address_of_OperationType_0() { return &___OperationType_0; } inline void set_OperationType_0(int32_t value) { ___OperationType_0 = value; } inline static int32_t get_offset_of_CurrentName_1() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___CurrentName_1)); } inline String_t* get_CurrentName_1() const { return ___CurrentName_1; } inline String_t** get_address_of_CurrentName_1() { return &___CurrentName_1; } inline void set_CurrentName_1(String_t* value) { ___CurrentName_1 = value; Il2CppCodeGenWriteBarrier((&___CurrentName_1), value); } inline static int32_t get_offset_of_CardID_2() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___CardID_2)); } inline int32_t get_CardID_2() const { return ___CardID_2; } inline int32_t* get_address_of_CardID_2() { return &___CardID_2; } inline void set_CardID_2(int32_t value) { ___CardID_2 = value; } inline static int32_t get_offset_of_GoldCount_3() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___GoldCount_3)); } inline int32_t get_GoldCount_3() const { return ___GoldCount_3; } inline int32_t* get_address_of_GoldCount_3() { return &___GoldCount_3; } inline void set_GoldCount_3(int32_t value) { ___GoldCount_3 = value; } inline static int32_t get_offset_of_DiamondCount_4() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___DiamondCount_4)); } inline int32_t get_DiamondCount_4() const { return ___DiamondCount_4; } inline int32_t* get_address_of_DiamondCount_4() { return &___DiamondCount_4; } inline void set_DiamondCount_4(int32_t value) { ___DiamondCount_4 = value; } inline static int32_t get_offset_of_IsRandomType_5() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___IsRandomType_5)); } inline bool get_IsRandomType_5() const { return ___IsRandomType_5; } inline bool* get_address_of_IsRandomType_5() { return &___IsRandomType_5; } inline void set_IsRandomType_5(bool value) { ___IsRandomType_5 = value; } inline static int32_t get_offset_of_Sex_6() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___Sex_6)); } inline int32_t get_Sex_6() const { return ___Sex_6; } inline int32_t* get_address_of_Sex_6() { return &___Sex_6; } inline void set_Sex_6(int32_t value) { ___Sex_6 = value; } inline static int32_t get_offset_of_IsUnique_7() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___IsUnique_7)); } inline bool get_IsUnique_7() const { return ___IsUnique_7; } inline bool* get_address_of_IsUnique_7() { return &___IsUnique_7; } inline void set_IsUnique_7(bool value) { ___IsUnique_7 = value; } inline static int32_t get_offset_of_MaxRetryTimes_8() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___MaxRetryTimes_8)); } inline int32_t get_MaxRetryTimes_8() const { return ___MaxRetryTimes_8; } inline int32_t* get_address_of_MaxRetryTimes_8() { return &___MaxRetryTimes_8; } inline void set_MaxRetryTimes_8(int32_t value) { ___MaxRetryTimes_8 = value; } inline static int32_t get_offset_of_RequestedTimes_9() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___RequestedTimes_9)); } inline int32_t get_RequestedTimes_9() const { return ___RequestedTimes_9; } inline int32_t* get_address_of_RequestedTimes_9() { return &___RequestedTimes_9; } inline void set_RequestedTimes_9(int32_t value) { ___RequestedTimes_9 = value; } inline static int32_t get_offset_of_MaxCharNum_10() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___MaxCharNum_10)); } inline String_t* get_MaxCharNum_10() const { return ___MaxCharNum_10; } inline String_t** get_address_of_MaxCharNum_10() { return &___MaxCharNum_10; } inline void set_MaxCharNum_10(String_t* value) { ___MaxCharNum_10 = value; Il2CppCodeGenWriteBarrier((&___MaxCharNum_10), value); } inline static int32_t get_offset_of_Requestor_11() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___Requestor_11)); } inline OnChangeNameCallback_t2458829697 * get_Requestor_11() const { return ___Requestor_11; } inline OnChangeNameCallback_t2458829697 ** get_address_of_Requestor_11() { return &___Requestor_11; } inline void set_Requestor_11(OnChangeNameCallback_t2458829697 * value) { ___Requestor_11 = value; Il2CppCodeGenWriteBarrier((&___Requestor_11), value); } inline static int32_t get_offset_of_Responsor_12() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___Responsor_12)); } inline OnChangeNameCallback_t2458829697 * get_Responsor_12() const { return ___Responsor_12; } inline OnChangeNameCallback_t2458829697 ** get_address_of_Responsor_12() { return &___Responsor_12; } inline void set_Responsor_12(OnChangeNameCallback_t2458829697 * value) { ___Responsor_12 = value; Il2CppCodeGenWriteBarrier((&___Responsor_12), value); } inline static int32_t get_offset_of_CancelCallback_13() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___CancelCallback_13)); } inline OnChangeNameCallback_t2458829697 * get_CancelCallback_13() const { return ___CancelCallback_13; } inline OnChangeNameCallback_t2458829697 ** get_address_of_CancelCallback_13() { return &___CancelCallback_13; } inline void set_CancelCallback_13(OnChangeNameCallback_t2458829697 * value) { ___CancelCallback_13 = value; Il2CppCodeGenWriteBarrier((&___CancelCallback_13), value); } inline static int32_t get_offset_of_CustomParams_14() { return static_cast(offsetof(CChangeNameInfo_t1998310127, ___CustomParams_14)); } inline CDataArray_t4068198041 * get_CustomParams_14() const { return ___CustomParams_14; } inline CDataArray_t4068198041 ** get_address_of_CustomParams_14() { return &___CustomParams_14; } inline void set_CustomParams_14(CDataArray_t4068198041 * value) { ___CustomParams_14 = value; Il2CppCodeGenWriteBarrier((&___CustomParams_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCHANGENAMEINFO_T1998310127_H #ifndef 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 CMUSICDESCRIPTION_T2126213410_H #define CMUSICDESCRIPTION_T2126213410_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CMusicDescription struct CMusicDescription_t2126213410 : public RuntimeObject { public: // System.String DMCore.Logic.CMusicDescription::_MusicName String_t* ____MusicName_0; // System.String DMCore.Logic.CMusicDescription::_Singer String_t* ____Singer_1; // System.Int32 DMCore.Logic.CMusicDescription::_Bpm int32_t ____Bpm_2; // System.Int32 DMCore.Logic.CMusicDescription::_StarEasy int32_t ____StarEasy_3; // System.Int32 DMCore.Logic.CMusicDescription::_StarNormal int32_t ____StarNormal_4; // System.Int32 DMCore.Logic.CMusicDescription::_StarHard int32_t ____StarHard_5; // System.Boolean DMCore.Logic.CMusicDescription::_CanRandomPlay bool ____CanRandomPlay_6; // System.Boolean DMCore.Logic.CMusicDescription::_IsNewPlayer bool ____IsNewPlayer_7; // DMCore.Logic.enumMusicArea DMCore.Logic.CMusicDescription::_MusicArea int32_t ____MusicArea_8; // System.Boolean DMCore.Logic.CMusicDescription::_IfNew bool ____IfNew_9; // System.Boolean DMCore.Logic.CMusicDescription::_IsExcepted bool ____IsExcepted_10; public: inline static int32_t get_offset_of__MusicName_0() { return static_cast(offsetof(CMusicDescription_t2126213410, ____MusicName_0)); } inline String_t* get__MusicName_0() const { return ____MusicName_0; } inline String_t** get_address_of__MusicName_0() { return &____MusicName_0; } inline void set__MusicName_0(String_t* value) { ____MusicName_0 = value; Il2CppCodeGenWriteBarrier((&____MusicName_0), value); } inline static int32_t get_offset_of__Singer_1() { return static_cast(offsetof(CMusicDescription_t2126213410, ____Singer_1)); } inline String_t* get__Singer_1() const { return ____Singer_1; } inline String_t** get_address_of__Singer_1() { return &____Singer_1; } inline void set__Singer_1(String_t* value) { ____Singer_1 = value; Il2CppCodeGenWriteBarrier((&____Singer_1), value); } inline static int32_t get_offset_of__Bpm_2() { return static_cast(offsetof(CMusicDescription_t2126213410, ____Bpm_2)); } inline int32_t get__Bpm_2() const { return ____Bpm_2; } inline int32_t* get_address_of__Bpm_2() { return &____Bpm_2; } inline void set__Bpm_2(int32_t value) { ____Bpm_2 = value; } inline static int32_t get_offset_of__StarEasy_3() { return static_cast(offsetof(CMusicDescription_t2126213410, ____StarEasy_3)); } inline int32_t get__StarEasy_3() const { return ____StarEasy_3; } inline int32_t* get_address_of__StarEasy_3() { return &____StarEasy_3; } inline void set__StarEasy_3(int32_t value) { ____StarEasy_3 = value; } inline static int32_t get_offset_of__StarNormal_4() { return static_cast(offsetof(CMusicDescription_t2126213410, ____StarNormal_4)); } inline int32_t get__StarNormal_4() const { return ____StarNormal_4; } inline int32_t* get_address_of__StarNormal_4() { return &____StarNormal_4; } inline void set__StarNormal_4(int32_t value) { ____StarNormal_4 = value; } inline static int32_t get_offset_of__StarHard_5() { return static_cast(offsetof(CMusicDescription_t2126213410, ____StarHard_5)); } inline int32_t get__StarHard_5() const { return ____StarHard_5; } inline int32_t* get_address_of__StarHard_5() { return &____StarHard_5; } inline void set__StarHard_5(int32_t value) { ____StarHard_5 = value; } inline static int32_t get_offset_of__CanRandomPlay_6() { return static_cast(offsetof(CMusicDescription_t2126213410, ____CanRandomPlay_6)); } inline bool get__CanRandomPlay_6() const { return ____CanRandomPlay_6; } inline bool* get_address_of__CanRandomPlay_6() { return &____CanRandomPlay_6; } inline void set__CanRandomPlay_6(bool value) { ____CanRandomPlay_6 = value; } inline static int32_t get_offset_of__IsNewPlayer_7() { return static_cast(offsetof(CMusicDescription_t2126213410, ____IsNewPlayer_7)); } inline bool get__IsNewPlayer_7() const { return ____IsNewPlayer_7; } inline bool* get_address_of__IsNewPlayer_7() { return &____IsNewPlayer_7; } inline void set__IsNewPlayer_7(bool value) { ____IsNewPlayer_7 = value; } inline static int32_t get_offset_of__MusicArea_8() { return static_cast(offsetof(CMusicDescription_t2126213410, ____MusicArea_8)); } inline int32_t get__MusicArea_8() const { return ____MusicArea_8; } inline int32_t* get_address_of__MusicArea_8() { return &____MusicArea_8; } inline void set__MusicArea_8(int32_t value) { ____MusicArea_8 = value; } inline static int32_t get_offset_of__IfNew_9() { return static_cast(offsetof(CMusicDescription_t2126213410, ____IfNew_9)); } inline bool get__IfNew_9() const { return ____IfNew_9; } inline bool* get_address_of__IfNew_9() { return &____IfNew_9; } inline void set__IfNew_9(bool value) { ____IfNew_9 = value; } inline static int32_t get_offset_of__IsExcepted_10() { return static_cast(offsetof(CMusicDescription_t2126213410, ____IsExcepted_10)); } inline bool get__IsExcepted_10() const { return ____IsExcepted_10; } inline bool* get_address_of__IsExcepted_10() { return &____IsExcepted_10; } inline void set__IsExcepted_10(bool value) { ____IsExcepted_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMUSICDESCRIPTION_T2126213410_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 STORYSTEPINFO_T2355881288_H #define STORYSTEPINFO_T2355881288_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // StoryStepInfo struct StoryStepInfo_t2355881288 : public RuntimeObject { public: // System.Int32 StoryStepInfo::Index int32_t ___Index_0; // StoryStepType StoryStepInfo::StepType int32_t ___StepType_1; // System.String StoryStepInfo::Dialog String_t* ___Dialog_2; // System.String StoryStepInfo::ResTexture String_t* ___ResTexture_3; // System.String StoryStepInfo::InsertIconID String_t* ___InsertIconID_4; // System.String StoryStepInfo::RoleName String_t* ___RoleName_5; // System.Boolean StoryStepInfo::IsRole bool ___IsRole_6; // EnumModelPos StoryStepInfo::ModelPos int32_t ___ModelPos_7; // System.String StoryStepInfo::RoleTexture String_t* ___RoleTexture_8; // System.String StoryStepInfo::Illustration String_t* ___Illustration_9; // System.String StoryStepInfo::IllPos String_t* ___IllPos_10; // System.Single StoryStepInfo::Timer float ___Timer_11; // System.String StoryStepInfo::BGTexture String_t* ___BGTexture_12; // System.Boolean StoryStepInfo::IsOver bool ___IsOver_13; // System.String StoryStepInfo::AudioPath String_t* ___AudioPath_14; // System.Collections.Generic.List`1 StoryStepInfo::optionList List_1_t1036361634 * ___optionList_15; public: inline static int32_t get_offset_of_Index_0() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___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_StepType_1() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___StepType_1)); } inline int32_t get_StepType_1() const { return ___StepType_1; } inline int32_t* get_address_of_StepType_1() { return &___StepType_1; } inline void set_StepType_1(int32_t value) { ___StepType_1 = value; } inline static int32_t get_offset_of_Dialog_2() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___Dialog_2)); } inline String_t* get_Dialog_2() const { return ___Dialog_2; } inline String_t** get_address_of_Dialog_2() { return &___Dialog_2; } inline void set_Dialog_2(String_t* value) { ___Dialog_2 = value; Il2CppCodeGenWriteBarrier((&___Dialog_2), value); } inline static int32_t get_offset_of_ResTexture_3() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___ResTexture_3)); } inline String_t* get_ResTexture_3() const { return ___ResTexture_3; } inline String_t** get_address_of_ResTexture_3() { return &___ResTexture_3; } inline void set_ResTexture_3(String_t* value) { ___ResTexture_3 = value; Il2CppCodeGenWriteBarrier((&___ResTexture_3), value); } inline static int32_t get_offset_of_InsertIconID_4() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___InsertIconID_4)); } inline String_t* get_InsertIconID_4() const { return ___InsertIconID_4; } inline String_t** get_address_of_InsertIconID_4() { return &___InsertIconID_4; } inline void set_InsertIconID_4(String_t* value) { ___InsertIconID_4 = value; Il2CppCodeGenWriteBarrier((&___InsertIconID_4), value); } inline static int32_t get_offset_of_RoleName_5() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___RoleName_5)); } inline String_t* get_RoleName_5() const { return ___RoleName_5; } inline String_t** get_address_of_RoleName_5() { return &___RoleName_5; } inline void set_RoleName_5(String_t* value) { ___RoleName_5 = value; Il2CppCodeGenWriteBarrier((&___RoleName_5), value); } inline static int32_t get_offset_of_IsRole_6() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___IsRole_6)); } inline bool get_IsRole_6() const { return ___IsRole_6; } inline bool* get_address_of_IsRole_6() { return &___IsRole_6; } inline void set_IsRole_6(bool value) { ___IsRole_6 = value; } inline static int32_t get_offset_of_ModelPos_7() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___ModelPos_7)); } inline int32_t get_ModelPos_7() const { return ___ModelPos_7; } inline int32_t* get_address_of_ModelPos_7() { return &___ModelPos_7; } inline void set_ModelPos_7(int32_t value) { ___ModelPos_7 = value; } inline static int32_t get_offset_of_RoleTexture_8() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___RoleTexture_8)); } inline String_t* get_RoleTexture_8() const { return ___RoleTexture_8; } inline String_t** get_address_of_RoleTexture_8() { return &___RoleTexture_8; } inline void set_RoleTexture_8(String_t* value) { ___RoleTexture_8 = value; Il2CppCodeGenWriteBarrier((&___RoleTexture_8), value); } inline static int32_t get_offset_of_Illustration_9() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___Illustration_9)); } inline String_t* get_Illustration_9() const { return ___Illustration_9; } inline String_t** get_address_of_Illustration_9() { return &___Illustration_9; } inline void set_Illustration_9(String_t* value) { ___Illustration_9 = value; Il2CppCodeGenWriteBarrier((&___Illustration_9), value); } inline static int32_t get_offset_of_IllPos_10() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___IllPos_10)); } inline String_t* get_IllPos_10() const { return ___IllPos_10; } inline String_t** get_address_of_IllPos_10() { return &___IllPos_10; } inline void set_IllPos_10(String_t* value) { ___IllPos_10 = value; Il2CppCodeGenWriteBarrier((&___IllPos_10), value); } inline static int32_t get_offset_of_Timer_11() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___Timer_11)); } inline float get_Timer_11() const { return ___Timer_11; } inline float* get_address_of_Timer_11() { return &___Timer_11; } inline void set_Timer_11(float value) { ___Timer_11 = value; } inline static int32_t get_offset_of_BGTexture_12() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___BGTexture_12)); } inline String_t* get_BGTexture_12() const { return ___BGTexture_12; } inline String_t** get_address_of_BGTexture_12() { return &___BGTexture_12; } inline void set_BGTexture_12(String_t* value) { ___BGTexture_12 = value; Il2CppCodeGenWriteBarrier((&___BGTexture_12), value); } inline static int32_t get_offset_of_IsOver_13() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___IsOver_13)); } inline bool get_IsOver_13() const { return ___IsOver_13; } inline bool* get_address_of_IsOver_13() { return &___IsOver_13; } inline void set_IsOver_13(bool value) { ___IsOver_13 = value; } inline static int32_t get_offset_of_AudioPath_14() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___AudioPath_14)); } inline String_t* get_AudioPath_14() const { return ___AudioPath_14; } inline String_t** get_address_of_AudioPath_14() { return &___AudioPath_14; } inline void set_AudioPath_14(String_t* value) { ___AudioPath_14 = value; Il2CppCodeGenWriteBarrier((&___AudioPath_14), value); } inline static int32_t get_offset_of_optionList_15() { return static_cast(offsetof(StoryStepInfo_t2355881288, ___optionList_15)); } inline List_1_t1036361634 * get_optionList_15() const { return ___optionList_15; } inline List_1_t1036361634 ** get_address_of_optionList_15() { return &___optionList_15; } inline void set_optionList_15(List_1_t1036361634 * value) { ___optionList_15 = value; Il2CppCodeGenWriteBarrier((&___optionList_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STORYSTEPINFO_T2355881288_H #ifndef STORYINFO_T712967752_H #define STORYINFO_T712967752_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // StoryInfo struct StoryInfo_t712967752 : public RuntimeObject { public: // StoryModuleType StoryInfo::k__BackingField int32_t ___U3CModuleTypeU3Ek__BackingField_0; // System.String StoryInfo::k__BackingField String_t* ___U3CDescU3Ek__BackingField_1; // System.Boolean StoryInfo::k__BackingField bool ___U3CIsForceU3Ek__BackingField_2; // System.String StoryInfo::k__BackingField String_t* ___U3CtextureU3Ek__BackingField_3; // System.Collections.Generic.List`1 StoryInfo::k__BackingField List_1_t3827956030 * ___U3CStoryStepListU3Ek__BackingField_4; // System.String StoryInfo::AudioPath String_t* ___AudioPath_5; // System.String StoryInfo::options String_t* ___options_6; public: inline static int32_t get_offset_of_U3CModuleTypeU3Ek__BackingField_0() { return static_cast(offsetof(StoryInfo_t712967752, ___U3CModuleTypeU3Ek__BackingField_0)); } inline int32_t get_U3CModuleTypeU3Ek__BackingField_0() const { return ___U3CModuleTypeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CModuleTypeU3Ek__BackingField_0() { return &___U3CModuleTypeU3Ek__BackingField_0; } inline void set_U3CModuleTypeU3Ek__BackingField_0(int32_t value) { ___U3CModuleTypeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CDescU3Ek__BackingField_1() { return static_cast(offsetof(StoryInfo_t712967752, ___U3CDescU3Ek__BackingField_1)); } inline String_t* get_U3CDescU3Ek__BackingField_1() const { return ___U3CDescU3Ek__BackingField_1; } inline String_t** get_address_of_U3CDescU3Ek__BackingField_1() { return &___U3CDescU3Ek__BackingField_1; } inline void set_U3CDescU3Ek__BackingField_1(String_t* value) { ___U3CDescU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CDescU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CIsForceU3Ek__BackingField_2() { return static_cast(offsetof(StoryInfo_t712967752, ___U3CIsForceU3Ek__BackingField_2)); } inline bool get_U3CIsForceU3Ek__BackingField_2() const { return ___U3CIsForceU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsForceU3Ek__BackingField_2() { return &___U3CIsForceU3Ek__BackingField_2; } inline void set_U3CIsForceU3Ek__BackingField_2(bool value) { ___U3CIsForceU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CtextureU3Ek__BackingField_3() { return static_cast(offsetof(StoryInfo_t712967752, ___U3CtextureU3Ek__BackingField_3)); } inline String_t* get_U3CtextureU3Ek__BackingField_3() const { return ___U3CtextureU3Ek__BackingField_3; } inline String_t** get_address_of_U3CtextureU3Ek__BackingField_3() { return &___U3CtextureU3Ek__BackingField_3; } inline void set_U3CtextureU3Ek__BackingField_3(String_t* value) { ___U3CtextureU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CtextureU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3CStoryStepListU3Ek__BackingField_4() { return static_cast(offsetof(StoryInfo_t712967752, ___U3CStoryStepListU3Ek__BackingField_4)); } inline List_1_t3827956030 * get_U3CStoryStepListU3Ek__BackingField_4() const { return ___U3CStoryStepListU3Ek__BackingField_4; } inline List_1_t3827956030 ** get_address_of_U3CStoryStepListU3Ek__BackingField_4() { return &___U3CStoryStepListU3Ek__BackingField_4; } inline void set_U3CStoryStepListU3Ek__BackingField_4(List_1_t3827956030 * value) { ___U3CStoryStepListU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CStoryStepListU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_AudioPath_5() { return static_cast(offsetof(StoryInfo_t712967752, ___AudioPath_5)); } inline String_t* get_AudioPath_5() const { return ___AudioPath_5; } inline String_t** get_address_of_AudioPath_5() { return &___AudioPath_5; } inline void set_AudioPath_5(String_t* value) { ___AudioPath_5 = value; Il2CppCodeGenWriteBarrier((&___AudioPath_5), value); } inline static int32_t get_offset_of_options_6() { return static_cast(offsetof(StoryInfo_t712967752, ___options_6)); } inline String_t* get_options_6() const { return ___options_6; } inline String_t** get_address_of_options_6() { return &___options_6; } inline void set_options_6(String_t* value) { ___options_6 = value; Il2CppCodeGenWriteBarrier((&___options_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STORYINFO_T712967752_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 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 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 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 ACTION_1_T269755560_H #define ACTION_1_T269755560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t269755560 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T269755560_H #ifndef 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 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 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 FUNC_3_T1497391353_H #define FUNC_3_T1497391353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`3 struct Func_3_t1497391353 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_3_T1497391353_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 CHECKENERGYSTATECALLBACK_T3528280671_H #define CHECKENERGYSTATECALLBACK_T3528280671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPveManager/CheckEnergyStateCallback struct CheckEnergyStateCallback_t3528280671 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHECKENERGYSTATECALLBACK_T3528280671_H #ifndef 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 ONMOVIEEND_T1532239471_H #define ONMOVIEEND_T1532239471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // moviePlayer/OnMovieEnd struct OnMovieEnd_t1532239471 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONMOVIEEND_T1532239471_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 CHANGEHANDLER_T3863549639_H #define CHANGEHANDLER_T3863549639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // PropBtnList/ChangeHandler struct ChangeHandler_t3863549639 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHANGEHANDLER_T3863549639_H #ifndef ACTION_2_T2105502262_H #define ACTION_2_T2105502262_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2105502262 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2105502262_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 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 PETANIOVER_T18903185_H #define PETANIOVER_T18903185_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetAniCfg/PetAniOver struct PetAniOver_t18903185 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETANIOVER_T18903185_H #ifndef 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 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 PARTICLESYSTEM_T1800779281_H #define PARTICLESYSTEM_T1800779281_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ParticleSystem struct ParticleSystem_t1800779281 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARTICLESYSTEM_T1800779281_H #ifndef 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 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 CLICKPETLIST_T744868781_H #define CLICKPETLIST_T744868781_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ClickPetList struct ClickPetList_t744868781 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLICKPETLIST_T744868781_H #ifndef GETMATERIAL_T2269987281_H #define GETMATERIAL_T2269987281_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetManager/GetMaterial struct GetMaterial_t2269987281 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETMATERIAL_T2269987281_H #ifndef UPGRADEEFFECT_T3030226768_H #define UPGRADEEFFECT_T3030226768_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CPetManager/UpgradeEffect struct UpgradeEffect_t3030226768 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UPGRADEEFFECT_T3030226768_H #ifndef RENDERER_T2627027031_H #define RENDERER_T2627027031_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Renderer struct Renderer_t2627027031 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RENDERER_T2627027031_H #ifndef 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 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 TIMERCALLBACKPROC_T3381003091_H #define TIMERCALLBACKPROC_T3381003091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.TimerCallbackProc struct TimerCallbackProc_t3381003091 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMERCALLBACKPROC_T3381003091_H #ifndef CADCONFIG_T2669318563_H #define CADCONFIG_T2669318563_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CADConfig struct CADConfig_t2669318563 : public RuntimeObject { public: // System.Collections.Generic.List`1 DMCore.Logic.CADConfig::blackList List_1_t863193852 * ___blackList_1; // System.Collections.Generic.List`1 DMCore.Logic.CADConfig::serverBlackList List_1_t863193852 * ___serverBlackList_2; // System.Int32 DMCore.Logic.CADConfig::mOpen int32_t ___mOpen_4; // System.Int32 DMCore.Logic.CADConfig::mFirst int32_t ___mFirst_5; // System.Int32 DMCore.Logic.CADConfig::mAdult int32_t ___mAdult_6; // System.DateTime DMCore.Logic.CADConfig::mEndTime DateTime_t3738529785 ___mEndTime_7; // System.Boolean[] DMCore.Logic.CADConfig::mTipsState BooleanU5BU5D_t2897418192* ___mTipsState_8; // System.Single DMCore.Logic.CADConfig::mCheckCD float ___mCheckCD_9; // DMCore.Logic.ADTypeEnum DMCore.Logic.CADConfig::mADTypeEnum int32_t ___mADTypeEnum_10; // DMCore.Logic.ADParamEx DMCore.Logic.CADConfig::mADParamEx ADParamEx_t1844218245 * ___mADParamEx_11; // System.Collections.Generic.List`1 DMCore.Logic.CADConfig::mADCodeList List_1_t3319525431 * ___mADCodeList_12; // System.Collections.Generic.List`1 DMCore.Logic.CADConfig::mAwardexList List_1_t539570837 * ___mAwardexList_13; // CDataModelInt DMCore.Logic.CADConfig::m_modelAwardInfoData CDataModelInt_t3463393640 * ___m_modelAwardInfoData_14; public: inline static int32_t get_offset_of_blackList_1() { return static_cast(offsetof(CADConfig_t2669318563, ___blackList_1)); } inline List_1_t863193852 * get_blackList_1() const { return ___blackList_1; } inline List_1_t863193852 ** get_address_of_blackList_1() { return &___blackList_1; } inline void set_blackList_1(List_1_t863193852 * value) { ___blackList_1 = value; Il2CppCodeGenWriteBarrier((&___blackList_1), value); } inline static int32_t get_offset_of_serverBlackList_2() { return static_cast(offsetof(CADConfig_t2669318563, ___serverBlackList_2)); } inline List_1_t863193852 * get_serverBlackList_2() const { return ___serverBlackList_2; } inline List_1_t863193852 ** get_address_of_serverBlackList_2() { return &___serverBlackList_2; } inline void set_serverBlackList_2(List_1_t863193852 * value) { ___serverBlackList_2 = value; Il2CppCodeGenWriteBarrier((&___serverBlackList_2), value); } inline static int32_t get_offset_of_mOpen_4() { return static_cast(offsetof(CADConfig_t2669318563, ___mOpen_4)); } inline int32_t get_mOpen_4() const { return ___mOpen_4; } inline int32_t* get_address_of_mOpen_4() { return &___mOpen_4; } inline void set_mOpen_4(int32_t value) { ___mOpen_4 = value; } inline static int32_t get_offset_of_mFirst_5() { return static_cast(offsetof(CADConfig_t2669318563, ___mFirst_5)); } inline int32_t get_mFirst_5() const { return ___mFirst_5; } inline int32_t* get_address_of_mFirst_5() { return &___mFirst_5; } inline void set_mFirst_5(int32_t value) { ___mFirst_5 = value; } inline static int32_t get_offset_of_mAdult_6() { return static_cast(offsetof(CADConfig_t2669318563, ___mAdult_6)); } inline int32_t get_mAdult_6() const { return ___mAdult_6; } inline int32_t* get_address_of_mAdult_6() { return &___mAdult_6; } inline void set_mAdult_6(int32_t value) { ___mAdult_6 = value; } inline static int32_t get_offset_of_mEndTime_7() { return static_cast(offsetof(CADConfig_t2669318563, ___mEndTime_7)); } inline DateTime_t3738529785 get_mEndTime_7() const { return ___mEndTime_7; } inline DateTime_t3738529785 * get_address_of_mEndTime_7() { return &___mEndTime_7; } inline void set_mEndTime_7(DateTime_t3738529785 value) { ___mEndTime_7 = value; } inline static int32_t get_offset_of_mTipsState_8() { return static_cast(offsetof(CADConfig_t2669318563, ___mTipsState_8)); } inline BooleanU5BU5D_t2897418192* get_mTipsState_8() const { return ___mTipsState_8; } inline BooleanU5BU5D_t2897418192** get_address_of_mTipsState_8() { return &___mTipsState_8; } inline void set_mTipsState_8(BooleanU5BU5D_t2897418192* value) { ___mTipsState_8 = value; Il2CppCodeGenWriteBarrier((&___mTipsState_8), value); } inline static int32_t get_offset_of_mCheckCD_9() { return static_cast(offsetof(CADConfig_t2669318563, ___mCheckCD_9)); } inline float get_mCheckCD_9() const { return ___mCheckCD_9; } inline float* get_address_of_mCheckCD_9() { return &___mCheckCD_9; } inline void set_mCheckCD_9(float value) { ___mCheckCD_9 = value; } inline static int32_t get_offset_of_mADTypeEnum_10() { return static_cast(offsetof(CADConfig_t2669318563, ___mADTypeEnum_10)); } inline int32_t get_mADTypeEnum_10() const { return ___mADTypeEnum_10; } inline int32_t* get_address_of_mADTypeEnum_10() { return &___mADTypeEnum_10; } inline void set_mADTypeEnum_10(int32_t value) { ___mADTypeEnum_10 = value; } inline static int32_t get_offset_of_mADParamEx_11() { return static_cast(offsetof(CADConfig_t2669318563, ___mADParamEx_11)); } inline ADParamEx_t1844218245 * get_mADParamEx_11() const { return ___mADParamEx_11; } inline ADParamEx_t1844218245 ** get_address_of_mADParamEx_11() { return &___mADParamEx_11; } inline void set_mADParamEx_11(ADParamEx_t1844218245 * value) { ___mADParamEx_11 = value; Il2CppCodeGenWriteBarrier((&___mADParamEx_11), value); } inline static int32_t get_offset_of_mADCodeList_12() { return static_cast(offsetof(CADConfig_t2669318563, ___mADCodeList_12)); } inline List_1_t3319525431 * get_mADCodeList_12() const { return ___mADCodeList_12; } inline List_1_t3319525431 ** get_address_of_mADCodeList_12() { return &___mADCodeList_12; } inline void set_mADCodeList_12(List_1_t3319525431 * value) { ___mADCodeList_12 = value; Il2CppCodeGenWriteBarrier((&___mADCodeList_12), value); } inline static int32_t get_offset_of_mAwardexList_13() { return static_cast(offsetof(CADConfig_t2669318563, ___mAwardexList_13)); } inline List_1_t539570837 * get_mAwardexList_13() const { return ___mAwardexList_13; } inline List_1_t539570837 ** get_address_of_mAwardexList_13() { return &___mAwardexList_13; } inline void set_mAwardexList_13(List_1_t539570837 * value) { ___mAwardexList_13 = value; Il2CppCodeGenWriteBarrier((&___mAwardexList_13), value); } inline static int32_t get_offset_of_m_modelAwardInfoData_14() { return static_cast(offsetof(CADConfig_t2669318563, ___m_modelAwardInfoData_14)); } inline CDataModelInt_t3463393640 * get_m_modelAwardInfoData_14() const { return ___m_modelAwardInfoData_14; } inline CDataModelInt_t3463393640 ** get_address_of_m_modelAwardInfoData_14() { return &___m_modelAwardInfoData_14; } inline void set_m_modelAwardInfoData_14(CDataModelInt_t3463393640 * value) { ___m_modelAwardInfoData_14 = value; Il2CppCodeGenWriteBarrier((&___m_modelAwardInfoData_14), value); } }; struct CADConfig_t2669318563_StaticFields { public: // DMCore.Logic.ADTypeEnum DMCore.Logic.CADConfig::nowADType int32_t ___nowADType_0; // DMCore.Logic.CADConfig DMCore.Logic.CADConfig::s_Instance CADConfig_t2669318563 * ___s_Instance_3; public: inline static int32_t get_offset_of_nowADType_0() { return static_cast(offsetof(CADConfig_t2669318563_StaticFields, ___nowADType_0)); } inline int32_t get_nowADType_0() const { return ___nowADType_0; } inline int32_t* get_address_of_nowADType_0() { return &___nowADType_0; } inline void set_nowADType_0(int32_t value) { ___nowADType_0 = value; } inline static int32_t get_offset_of_s_Instance_3() { return static_cast(offsetof(CADConfig_t2669318563_StaticFields, ___s_Instance_3)); } inline CADConfig_t2669318563 * get_s_Instance_3() const { return ___s_Instance_3; } inline CADConfig_t2669318563 ** get_address_of_s_Instance_3() { return &___s_Instance_3; } inline void set_s_Instance_3(CADConfig_t2669318563 * value) { ___s_Instance_3 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CADCONFIG_T2669318563_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 ONTIPSWNDVISIBLECHANGED_T2417932079_H #define ONTIPSWNDVISIBLECHANGED_T2417932079_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.OnTipsWndVisibleChanged struct OnTipsWndVisibleChanged_t2417932079 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONTIPSWNDVISIBLECHANGED_T2417932079_H #ifndef 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 TRAILRENDERER_T1820797054_H #define TRAILRENDERER_T1820797054_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TrailRenderer struct TrailRenderer_t1820797054 : public Renderer_t2627027031 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRAILRENDERER_T1820797054_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 AUDIOLISTENER_T2734094699_H #define AUDIOLISTENER_T2734094699_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AudioListener struct AudioListener_t2734094699 : public Behaviour_t1437897464 { public: // UnityEngine.AudioListenerExtension UnityEngine.AudioListener::spatializerExtension AudioListenerExtension_t3242956547 * ___spatializerExtension_2; public: inline static int32_t get_offset_of_spatializerExtension_2() { return static_cast(offsetof(AudioListener_t2734094699, ___spatializerExtension_2)); } inline AudioListenerExtension_t3242956547 * get_spatializerExtension_2() const { return ___spatializerExtension_2; } inline AudioListenerExtension_t3242956547 ** get_address_of_spatializerExtension_2() { return &___spatializerExtension_2; } inline void set_spatializerExtension_2(AudioListenerExtension_t3242956547 * value) { ___spatializerExtension_2 = value; Il2CppCodeGenWriteBarrier((&___spatializerExtension_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUDIOLISTENER_T2734094699_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 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 CMAINROLE_T4200562839_H #define CMAINROLE_T4200562839_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.CMainRole struct CMainRole_t4200562839 : public ISceneRole_t2394225724 { public: // System.Boolean DMCore.Framework.Scene.CMainRole::IslevelChange bool ___IslevelChange_59; public: inline static int32_t get_offset_of_IslevelChange_59() { return static_cast(offsetof(CMainRole_t4200562839, ___IslevelChange_59)); } inline bool get_IslevelChange_59() const { return ___IslevelChange_59; } inline bool* get_address_of_IslevelChange_59() { return &___IslevelChange_59; } inline void set_IslevelChange_59(bool value) { ___IslevelChange_59 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CMAINROLE_T4200562839_H #ifndef AUDIOSOURCE_T3935305588_H #define AUDIOSOURCE_T3935305588_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AudioSource struct AudioSource_t3935305588 : public Behaviour_t1437897464 { public: // UnityEngine.AudioSourceExtension UnityEngine.AudioSource::spatializerExtension AudioSourceExtension_t3064908834 * ___spatializerExtension_2; // UnityEngine.AudioSourceExtension UnityEngine.AudioSource::ambisonicExtension AudioSourceExtension_t3064908834 * ___ambisonicExtension_3; public: inline static int32_t get_offset_of_spatializerExtension_2() { return static_cast(offsetof(AudioSource_t3935305588, ___spatializerExtension_2)); } inline AudioSourceExtension_t3064908834 * get_spatializerExtension_2() const { return ___spatializerExtension_2; } inline AudioSourceExtension_t3064908834 ** get_address_of_spatializerExtension_2() { return &___spatializerExtension_2; } inline void set_spatializerExtension_2(AudioSourceExtension_t3064908834 * value) { ___spatializerExtension_2 = value; Il2CppCodeGenWriteBarrier((&___spatializerExtension_2), value); } inline static int32_t get_offset_of_ambisonicExtension_3() { return static_cast(offsetof(AudioSource_t3935305588, ___ambisonicExtension_3)); } inline AudioSourceExtension_t3064908834 * get_ambisonicExtension_3() const { return ___ambisonicExtension_3; } inline AudioSourceExtension_t3064908834 ** get_address_of_ambisonicExtension_3() { return &___ambisonicExtension_3; } inline void set_ambisonicExtension_3(AudioSourceExtension_t3064908834 * value) { ___ambisonicExtension_3 = value; Il2CppCodeGenWriteBarrier((&___ambisonicExtension_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUDIOSOURCE_T3935305588_H #ifndef PINDANCHECKALLHANDLE_T3224771078_H #define PINDANCHECKALLHANDLE_T3224771078_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // PindanCheckAllHandle struct PindanCheckAllHandle_t3224771078 : public MonoBehaviour_t3962482529 { public: // System.Int32 PindanCheckAllHandle::m_lastSelectedCnt int32_t ___m_lastSelectedCnt_2; // UICheckbox PindanCheckAllHandle::m_checkBox UICheckbox_t2276134195 * ___m_checkBox_3; public: inline static int32_t get_offset_of_m_lastSelectedCnt_2() { return static_cast(offsetof(PindanCheckAllHandle_t3224771078, ___m_lastSelectedCnt_2)); } inline int32_t get_m_lastSelectedCnt_2() const { return ___m_lastSelectedCnt_2; } inline int32_t* get_address_of_m_lastSelectedCnt_2() { return &___m_lastSelectedCnt_2; } inline void set_m_lastSelectedCnt_2(int32_t value) { ___m_lastSelectedCnt_2 = value; } inline static int32_t get_offset_of_m_checkBox_3() { return static_cast(offsetof(PindanCheckAllHandle_t3224771078, ___m_checkBox_3)); } inline UICheckbox_t2276134195 * get_m_checkBox_3() const { return ___m_checkBox_3; } inline UICheckbox_t2276134195 ** get_address_of_m_checkBox_3() { return &___m_checkBox_3; } inline void set_m_checkBox_3(UICheckbox_t2276134195 * value) { ___m_checkBox_3 = value; Il2CppCodeGenWriteBarrier((&___m_checkBox_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PINDANCHECKALLHANDLE_T3224771078_H #ifndef PETUI_T1661019501_H #define PETUI_T1661019501_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // petUI struct petUI_t1661019501 : public MonoBehaviour_t3962482529 { public: // System.Int64 petUI::petID int64_t ___petID_2; // ClickPetList petUI::activeSefPet ClickPetList_t744868781 * ___activeSefPet_3; // UILabel petUI::m_StarNum UILabel_t3248798549 * ___m_StarNum_4; // UITexture petUI::uiPetPhoto UITexture_t3471168817 * ___uiPetPhoto_5; // UITexture petUI::uiPetFollow UITexture_t3471168817 * ___uiPetFollow_6; // UISprite petUI::uiPetSelectBg UISprite_t194114938 * ___uiPetSelectBg_7; // UILabel petUI::m_PetLevel UILabel_t3248798549 * ___m_PetLevel_8; // System.Boolean petUI::m_PhotoShow bool ___m_PhotoShow_9; // UnityEngine.Vector3 petUI::m_RecordScale Vector3_t3722313464 ___m_RecordScale_10; public: inline static int32_t get_offset_of_petID_2() { return static_cast(offsetof(petUI_t1661019501, ___petID_2)); } inline int64_t get_petID_2() const { return ___petID_2; } inline int64_t* get_address_of_petID_2() { return &___petID_2; } inline void set_petID_2(int64_t value) { ___petID_2 = value; } inline static int32_t get_offset_of_activeSefPet_3() { return static_cast(offsetof(petUI_t1661019501, ___activeSefPet_3)); } inline ClickPetList_t744868781 * get_activeSefPet_3() const { return ___activeSefPet_3; } inline ClickPetList_t744868781 ** get_address_of_activeSefPet_3() { return &___activeSefPet_3; } inline void set_activeSefPet_3(ClickPetList_t744868781 * value) { ___activeSefPet_3 = value; Il2CppCodeGenWriteBarrier((&___activeSefPet_3), value); } inline static int32_t get_offset_of_m_StarNum_4() { return static_cast(offsetof(petUI_t1661019501, ___m_StarNum_4)); } inline UILabel_t3248798549 * get_m_StarNum_4() const { return ___m_StarNum_4; } inline UILabel_t3248798549 ** get_address_of_m_StarNum_4() { return &___m_StarNum_4; } inline void set_m_StarNum_4(UILabel_t3248798549 * value) { ___m_StarNum_4 = value; Il2CppCodeGenWriteBarrier((&___m_StarNum_4), value); } inline static int32_t get_offset_of_uiPetPhoto_5() { return static_cast(offsetof(petUI_t1661019501, ___uiPetPhoto_5)); } inline UITexture_t3471168817 * get_uiPetPhoto_5() const { return ___uiPetPhoto_5; } inline UITexture_t3471168817 ** get_address_of_uiPetPhoto_5() { return &___uiPetPhoto_5; } inline void set_uiPetPhoto_5(UITexture_t3471168817 * value) { ___uiPetPhoto_5 = value; Il2CppCodeGenWriteBarrier((&___uiPetPhoto_5), value); } inline static int32_t get_offset_of_uiPetFollow_6() { return static_cast(offsetof(petUI_t1661019501, ___uiPetFollow_6)); } inline UITexture_t3471168817 * get_uiPetFollow_6() const { return ___uiPetFollow_6; } inline UITexture_t3471168817 ** get_address_of_uiPetFollow_6() { return &___uiPetFollow_6; } inline void set_uiPetFollow_6(UITexture_t3471168817 * value) { ___uiPetFollow_6 = value; Il2CppCodeGenWriteBarrier((&___uiPetFollow_6), value); } inline static int32_t get_offset_of_uiPetSelectBg_7() { return static_cast(offsetof(petUI_t1661019501, ___uiPetSelectBg_7)); } inline UISprite_t194114938 * get_uiPetSelectBg_7() const { return ___uiPetSelectBg_7; } inline UISprite_t194114938 ** get_address_of_uiPetSelectBg_7() { return &___uiPetSelectBg_7; } inline void set_uiPetSelectBg_7(UISprite_t194114938 * value) { ___uiPetSelectBg_7 = value; Il2CppCodeGenWriteBarrier((&___uiPetSelectBg_7), value); } inline static int32_t get_offset_of_m_PetLevel_8() { return static_cast(offsetof(petUI_t1661019501, ___m_PetLevel_8)); } inline UILabel_t3248798549 * get_m_PetLevel_8() const { return ___m_PetLevel_8; } inline UILabel_t3248798549 ** get_address_of_m_PetLevel_8() { return &___m_PetLevel_8; } inline void set_m_PetLevel_8(UILabel_t3248798549 * value) { ___m_PetLevel_8 = value; Il2CppCodeGenWriteBarrier((&___m_PetLevel_8), value); } inline static int32_t get_offset_of_m_PhotoShow_9() { return static_cast(offsetof(petUI_t1661019501, ___m_PhotoShow_9)); } inline bool get_m_PhotoShow_9() const { return ___m_PhotoShow_9; } inline bool* get_address_of_m_PhotoShow_9() { return &___m_PhotoShow_9; } inline void set_m_PhotoShow_9(bool value) { ___m_PhotoShow_9 = value; } inline static int32_t get_offset_of_m_RecordScale_10() { return static_cast(offsetof(petUI_t1661019501, ___m_RecordScale_10)); } inline Vector3_t3722313464 get_m_RecordScale_10() const { return ___m_RecordScale_10; } inline Vector3_t3722313464 * get_address_of_m_RecordScale_10() { return &___m_RecordScale_10; } inline void set_m_RecordScale_10(Vector3_t3722313464 value) { ___m_RecordScale_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETUI_T1661019501_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 NGUIDEBUG_T787955914_H #define NGUIDEBUG_T787955914_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // NGUIDebug struct NGUIDebug_t787955914 : public MonoBehaviour_t3962482529 { public: public: }; struct NGUIDebug_t787955914_StaticFields { public: // System.Collections.Generic.List`1 NGUIDebug::mLines List_1_t3319525431 * ___mLines_2; // NGUIDebug NGUIDebug::mInstance NGUIDebug_t787955914 * ___mInstance_3; public: inline static int32_t get_offset_of_mLines_2() { return static_cast(offsetof(NGUIDebug_t787955914_StaticFields, ___mLines_2)); } inline List_1_t3319525431 * get_mLines_2() const { return ___mLines_2; } inline List_1_t3319525431 ** get_address_of_mLines_2() { return &___mLines_2; } inline void set_mLines_2(List_1_t3319525431 * value) { ___mLines_2 = value; Il2CppCodeGenWriteBarrier((&___mLines_2), value); } inline static int32_t get_offset_of_mInstance_3() { return static_cast(offsetof(NGUIDebug_t787955914_StaticFields, ___mInstance_3)); } inline NGUIDebug_t787955914 * get_mInstance_3() const { return ___mInstance_3; } inline NGUIDebug_t787955914 ** get_address_of_mInstance_3() { return &___mInstance_3; } inline void set_mInstance_3(NGUIDebug_t787955914 * value) { ___mInstance_3 = value; Il2CppCodeGenWriteBarrier((&___mInstance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NGUIDEBUG_T787955914_H #ifndef MOVIEPLAYER_T2958542887_H #define MOVIEPLAYER_T2958542887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // moviePlayer struct moviePlayer_t2958542887 : public MonoBehaviour_t3962482529 { public: // UITexture moviePlayer::panel UITexture_t3471168817 * ___panel_2; // UnityEngine.AudioSource moviePlayer::audioPlayer AudioSource_t3935305588 * ___audioPlayer_3; // System.Boolean moviePlayer::isPageInit bool ___isPageInit_4; // UnityEngine.Transform moviePlayer::skipButton Transform_t3600365921 * ___skipButton_5; // moviePlayer/OnMovieEnd moviePlayer::_EndFun OnMovieEnd_t1532239471 * ____EndFun_6; public: inline static int32_t get_offset_of_panel_2() { return static_cast(offsetof(moviePlayer_t2958542887, ___panel_2)); } inline UITexture_t3471168817 * get_panel_2() const { return ___panel_2; } inline UITexture_t3471168817 ** get_address_of_panel_2() { return &___panel_2; } inline void set_panel_2(UITexture_t3471168817 * value) { ___panel_2 = value; Il2CppCodeGenWriteBarrier((&___panel_2), value); } inline static int32_t get_offset_of_audioPlayer_3() { return static_cast(offsetof(moviePlayer_t2958542887, ___audioPlayer_3)); } inline AudioSource_t3935305588 * get_audioPlayer_3() const { return ___audioPlayer_3; } inline AudioSource_t3935305588 ** get_address_of_audioPlayer_3() { return &___audioPlayer_3; } inline void set_audioPlayer_3(AudioSource_t3935305588 * value) { ___audioPlayer_3 = value; Il2CppCodeGenWriteBarrier((&___audioPlayer_3), value); } inline static int32_t get_offset_of_isPageInit_4() { return static_cast(offsetof(moviePlayer_t2958542887, ___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_skipButton_5() { return static_cast(offsetof(moviePlayer_t2958542887, ___skipButton_5)); } inline Transform_t3600365921 * get_skipButton_5() const { return ___skipButton_5; } inline Transform_t3600365921 ** get_address_of_skipButton_5() { return &___skipButton_5; } inline void set_skipButton_5(Transform_t3600365921 * value) { ___skipButton_5 = value; Il2CppCodeGenWriteBarrier((&___skipButton_5), value); } inline static int32_t get_offset_of__EndFun_6() { return static_cast(offsetof(moviePlayer_t2958542887, ____EndFun_6)); } inline OnMovieEnd_t1532239471 * get__EndFun_6() const { return ____EndFun_6; } inline OnMovieEnd_t1532239471 ** get_address_of__EndFun_6() { return &____EndFun_6; } inline void set__EndFun_6(OnMovieEnd_t1532239471 * value) { ____EndFun_6 = value; Il2CppCodeGenWriteBarrier((&____EndFun_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOVIEPLAYER_T2958542887_H #ifndef PVESCORE_T550407626_H #define PVESCORE_T550407626_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // PVEScore struct PVEScore_t550407626 : public MonoBehaviour_t3962482529 { public: // UnityEngine.GameObject PVEScore::m_Success GameObject_t1113636619 * ___m_Success_2; // UnityEngine.GameObject PVEScore::m_Failed GameObject_t1113636619 * ___m_Failed_3; // UnityEngine.GameObject PVEScore::m_Star0 GameObject_t1113636619 * ___m_Star0_4; // UnityEngine.GameObject PVEScore::m_Star1 GameObject_t1113636619 * ___m_Star1_5; // UnityEngine.GameObject PVEScore::m_Star2 GameObject_t1113636619 * ___m_Star2_6; // UnityEngine.GameObject PVEScore::m_StarEffect0 GameObject_t1113636619 * ___m_StarEffect0_7; // UnityEngine.GameObject PVEScore::m_StarEffect1 GameObject_t1113636619 * ___m_StarEffect1_8; // UnityEngine.GameObject PVEScore::m_StarEffect2 GameObject_t1113636619 * ___m_StarEffect2_9; // UILabel PVEScore::m_BestScore UILabel_t3248798549 * ___m_BestScore_10; // UILabel PVEScore::m_LabelCombo UILabel_t3248798549 * ___m_LabelCombo_11; // UILabel PVEScore::m_LabelPerfect UILabel_t3248798549 * ___m_LabelPerfect_12; // UILabel PVEScore::m_LabelCool UILabel_t3248798549 * ___m_LabelCool_13; // UILabel PVEScore::m_LabelNice UILabel_t3248798549 * ___m_LabelNice_14; // UILabel PVEScore::m_LabelMiss UILabel_t3248798549 * ___m_LabelMiss_15; // UILabel PVEScore::m_LabelPVELevel UILabel_t3248798549 * ___m_LabelPVELevel_16; // UILabel PVEScore::m_LabelScore UILabel_t3248798549 * ___m_LabelScore_17; // UILabel PVEScore::m_LabelMusicName UILabel_t3248798549 * ___m_LabelMusicName_18; // UILabel PVEScore::m_LabelMusicInfo UILabel_t3248798549 * ___m_LabelMusicInfo_19; // UITexture PVEScore::m_TextureMusicIcon UITexture_t3471168817 * ___m_TextureMusicIcon_20; // UnityEngine.Transform PVEScore::m_uiRoot Transform_t3600365921 * ___m_uiRoot_21; // UnityEngine.AudioClip PVEScore::m_AudioSuccess AudioClip_t3680889665 * ___m_AudioSuccess_22; // UnityEngine.AudioClip PVEScore::m_AudioFailed AudioClip_t3680889665 * ___m_AudioFailed_23; // UnityEngine.AudioClip PVEScore::m_AudioStep0 AudioClip_t3680889665 * ___m_AudioStep0_24; // UnityEngine.AudioClip PVEScore::m_AudioStep1 AudioClip_t3680889665 * ___m_AudioStep1_25; // UnityEngine.AudioClip PVEScore::m_AudioStep2 AudioClip_t3680889665 * ___m_AudioStep2_26; // UnityEngine.Transform PVEScore::m_giftRoot Transform_t3600365921 * ___m_giftRoot_27; // UILabel PVEScore::m_giftCount UILabel_t3248798549 * ___m_giftCount_28; // UILabel PVEScore::m_shareLabel UILabel_t3248798549 * ___m_shareLabel_29; // System.Boolean PVEScore::isPageInit bool ___isPageInit_30; // System.Int32 PVEScore::m_PassStar int32_t ___m_PassStar_31; // UnityEngine.GameObject PVEScore::mWatchAdBtn GameObject_t1113636619 * ___mWatchAdBtn_32; // UnityEngine.GameObject PVEScore::mButtonPlayAgainBtn GameObject_t1113636619 * ___mButtonPlayAgainBtn_33; // System.Int32 PVEScore::remainingTimes int32_t ___remainingTimes_34; public: inline static int32_t get_offset_of_m_Success_2() { return static_cast(offsetof(PVEScore_t550407626, ___m_Success_2)); } inline GameObject_t1113636619 * get_m_Success_2() const { return ___m_Success_2; } inline GameObject_t1113636619 ** get_address_of_m_Success_2() { return &___m_Success_2; } inline void set_m_Success_2(GameObject_t1113636619 * value) { ___m_Success_2 = value; Il2CppCodeGenWriteBarrier((&___m_Success_2), value); } inline static int32_t get_offset_of_m_Failed_3() { return static_cast(offsetof(PVEScore_t550407626, ___m_Failed_3)); } inline GameObject_t1113636619 * get_m_Failed_3() const { return ___m_Failed_3; } inline GameObject_t1113636619 ** get_address_of_m_Failed_3() { return &___m_Failed_3; } inline void set_m_Failed_3(GameObject_t1113636619 * value) { ___m_Failed_3 = value; Il2CppCodeGenWriteBarrier((&___m_Failed_3), value); } inline static int32_t get_offset_of_m_Star0_4() { return static_cast(offsetof(PVEScore_t550407626, ___m_Star0_4)); } inline GameObject_t1113636619 * get_m_Star0_4() const { return ___m_Star0_4; } inline GameObject_t1113636619 ** get_address_of_m_Star0_4() { return &___m_Star0_4; } inline void set_m_Star0_4(GameObject_t1113636619 * value) { ___m_Star0_4 = value; Il2CppCodeGenWriteBarrier((&___m_Star0_4), value); } inline static int32_t get_offset_of_m_Star1_5() { return static_cast(offsetof(PVEScore_t550407626, ___m_Star1_5)); } inline GameObject_t1113636619 * get_m_Star1_5() const { return ___m_Star1_5; } inline GameObject_t1113636619 ** get_address_of_m_Star1_5() { return &___m_Star1_5; } inline void set_m_Star1_5(GameObject_t1113636619 * value) { ___m_Star1_5 = value; Il2CppCodeGenWriteBarrier((&___m_Star1_5), value); } inline static int32_t get_offset_of_m_Star2_6() { return static_cast(offsetof(PVEScore_t550407626, ___m_Star2_6)); } inline GameObject_t1113636619 * get_m_Star2_6() const { return ___m_Star2_6; } inline GameObject_t1113636619 ** get_address_of_m_Star2_6() { return &___m_Star2_6; } inline void set_m_Star2_6(GameObject_t1113636619 * value) { ___m_Star2_6 = value; Il2CppCodeGenWriteBarrier((&___m_Star2_6), value); } inline static int32_t get_offset_of_m_StarEffect0_7() { return static_cast(offsetof(PVEScore_t550407626, ___m_StarEffect0_7)); } inline GameObject_t1113636619 * get_m_StarEffect0_7() const { return ___m_StarEffect0_7; } inline GameObject_t1113636619 ** get_address_of_m_StarEffect0_7() { return &___m_StarEffect0_7; } inline void set_m_StarEffect0_7(GameObject_t1113636619 * value) { ___m_StarEffect0_7 = value; Il2CppCodeGenWriteBarrier((&___m_StarEffect0_7), value); } inline static int32_t get_offset_of_m_StarEffect1_8() { return static_cast(offsetof(PVEScore_t550407626, ___m_StarEffect1_8)); } inline GameObject_t1113636619 * get_m_StarEffect1_8() const { return ___m_StarEffect1_8; } inline GameObject_t1113636619 ** get_address_of_m_StarEffect1_8() { return &___m_StarEffect1_8; } inline void set_m_StarEffect1_8(GameObject_t1113636619 * value) { ___m_StarEffect1_8 = value; Il2CppCodeGenWriteBarrier((&___m_StarEffect1_8), value); } inline static int32_t get_offset_of_m_StarEffect2_9() { return static_cast(offsetof(PVEScore_t550407626, ___m_StarEffect2_9)); } inline GameObject_t1113636619 * get_m_StarEffect2_9() const { return ___m_StarEffect2_9; } inline GameObject_t1113636619 ** get_address_of_m_StarEffect2_9() { return &___m_StarEffect2_9; } inline void set_m_StarEffect2_9(GameObject_t1113636619 * value) { ___m_StarEffect2_9 = value; Il2CppCodeGenWriteBarrier((&___m_StarEffect2_9), value); } inline static int32_t get_offset_of_m_BestScore_10() { return static_cast(offsetof(PVEScore_t550407626, ___m_BestScore_10)); } inline UILabel_t3248798549 * get_m_BestScore_10() const { return ___m_BestScore_10; } inline UILabel_t3248798549 ** get_address_of_m_BestScore_10() { return &___m_BestScore_10; } inline void set_m_BestScore_10(UILabel_t3248798549 * value) { ___m_BestScore_10 = value; Il2CppCodeGenWriteBarrier((&___m_BestScore_10), value); } inline static int32_t get_offset_of_m_LabelCombo_11() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelCombo_11)); } inline UILabel_t3248798549 * get_m_LabelCombo_11() const { return ___m_LabelCombo_11; } inline UILabel_t3248798549 ** get_address_of_m_LabelCombo_11() { return &___m_LabelCombo_11; } inline void set_m_LabelCombo_11(UILabel_t3248798549 * value) { ___m_LabelCombo_11 = value; Il2CppCodeGenWriteBarrier((&___m_LabelCombo_11), value); } inline static int32_t get_offset_of_m_LabelPerfect_12() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelPerfect_12)); } inline UILabel_t3248798549 * get_m_LabelPerfect_12() const { return ___m_LabelPerfect_12; } inline UILabel_t3248798549 ** get_address_of_m_LabelPerfect_12() { return &___m_LabelPerfect_12; } inline void set_m_LabelPerfect_12(UILabel_t3248798549 * value) { ___m_LabelPerfect_12 = value; Il2CppCodeGenWriteBarrier((&___m_LabelPerfect_12), value); } inline static int32_t get_offset_of_m_LabelCool_13() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelCool_13)); } inline UILabel_t3248798549 * get_m_LabelCool_13() const { return ___m_LabelCool_13; } inline UILabel_t3248798549 ** get_address_of_m_LabelCool_13() { return &___m_LabelCool_13; } inline void set_m_LabelCool_13(UILabel_t3248798549 * value) { ___m_LabelCool_13 = value; Il2CppCodeGenWriteBarrier((&___m_LabelCool_13), value); } inline static int32_t get_offset_of_m_LabelNice_14() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelNice_14)); } inline UILabel_t3248798549 * get_m_LabelNice_14() const { return ___m_LabelNice_14; } inline UILabel_t3248798549 ** get_address_of_m_LabelNice_14() { return &___m_LabelNice_14; } inline void set_m_LabelNice_14(UILabel_t3248798549 * value) { ___m_LabelNice_14 = value; Il2CppCodeGenWriteBarrier((&___m_LabelNice_14), value); } inline static int32_t get_offset_of_m_LabelMiss_15() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelMiss_15)); } inline UILabel_t3248798549 * get_m_LabelMiss_15() const { return ___m_LabelMiss_15; } inline UILabel_t3248798549 ** get_address_of_m_LabelMiss_15() { return &___m_LabelMiss_15; } inline void set_m_LabelMiss_15(UILabel_t3248798549 * value) { ___m_LabelMiss_15 = value; Il2CppCodeGenWriteBarrier((&___m_LabelMiss_15), value); } inline static int32_t get_offset_of_m_LabelPVELevel_16() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelPVELevel_16)); } inline UILabel_t3248798549 * get_m_LabelPVELevel_16() const { return ___m_LabelPVELevel_16; } inline UILabel_t3248798549 ** get_address_of_m_LabelPVELevel_16() { return &___m_LabelPVELevel_16; } inline void set_m_LabelPVELevel_16(UILabel_t3248798549 * value) { ___m_LabelPVELevel_16 = value; Il2CppCodeGenWriteBarrier((&___m_LabelPVELevel_16), value); } inline static int32_t get_offset_of_m_LabelScore_17() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelScore_17)); } inline UILabel_t3248798549 * get_m_LabelScore_17() const { return ___m_LabelScore_17; } inline UILabel_t3248798549 ** get_address_of_m_LabelScore_17() { return &___m_LabelScore_17; } inline void set_m_LabelScore_17(UILabel_t3248798549 * value) { ___m_LabelScore_17 = value; Il2CppCodeGenWriteBarrier((&___m_LabelScore_17), value); } inline static int32_t get_offset_of_m_LabelMusicName_18() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelMusicName_18)); } inline UILabel_t3248798549 * get_m_LabelMusicName_18() const { return ___m_LabelMusicName_18; } inline UILabel_t3248798549 ** get_address_of_m_LabelMusicName_18() { return &___m_LabelMusicName_18; } inline void set_m_LabelMusicName_18(UILabel_t3248798549 * value) { ___m_LabelMusicName_18 = value; Il2CppCodeGenWriteBarrier((&___m_LabelMusicName_18), value); } inline static int32_t get_offset_of_m_LabelMusicInfo_19() { return static_cast(offsetof(PVEScore_t550407626, ___m_LabelMusicInfo_19)); } inline UILabel_t3248798549 * get_m_LabelMusicInfo_19() const { return ___m_LabelMusicInfo_19; } inline UILabel_t3248798549 ** get_address_of_m_LabelMusicInfo_19() { return &___m_LabelMusicInfo_19; } inline void set_m_LabelMusicInfo_19(UILabel_t3248798549 * value) { ___m_LabelMusicInfo_19 = value; Il2CppCodeGenWriteBarrier((&___m_LabelMusicInfo_19), value); } inline static int32_t get_offset_of_m_TextureMusicIcon_20() { return static_cast(offsetof(PVEScore_t550407626, ___m_TextureMusicIcon_20)); } inline UITexture_t3471168817 * get_m_TextureMusicIcon_20() const { return ___m_TextureMusicIcon_20; } inline UITexture_t3471168817 ** get_address_of_m_TextureMusicIcon_20() { return &___m_TextureMusicIcon_20; } inline void set_m_TextureMusicIcon_20(UITexture_t3471168817 * value) { ___m_TextureMusicIcon_20 = value; Il2CppCodeGenWriteBarrier((&___m_TextureMusicIcon_20), value); } inline static int32_t get_offset_of_m_uiRoot_21() { return static_cast(offsetof(PVEScore_t550407626, ___m_uiRoot_21)); } inline Transform_t3600365921 * get_m_uiRoot_21() const { return ___m_uiRoot_21; } inline Transform_t3600365921 ** get_address_of_m_uiRoot_21() { return &___m_uiRoot_21; } inline void set_m_uiRoot_21(Transform_t3600365921 * value) { ___m_uiRoot_21 = value; Il2CppCodeGenWriteBarrier((&___m_uiRoot_21), value); } inline static int32_t get_offset_of_m_AudioSuccess_22() { return static_cast(offsetof(PVEScore_t550407626, ___m_AudioSuccess_22)); } inline AudioClip_t3680889665 * get_m_AudioSuccess_22() const { return ___m_AudioSuccess_22; } inline AudioClip_t3680889665 ** get_address_of_m_AudioSuccess_22() { return &___m_AudioSuccess_22; } inline void set_m_AudioSuccess_22(AudioClip_t3680889665 * value) { ___m_AudioSuccess_22 = value; Il2CppCodeGenWriteBarrier((&___m_AudioSuccess_22), value); } inline static int32_t get_offset_of_m_AudioFailed_23() { return static_cast(offsetof(PVEScore_t550407626, ___m_AudioFailed_23)); } inline AudioClip_t3680889665 * get_m_AudioFailed_23() const { return ___m_AudioFailed_23; } inline AudioClip_t3680889665 ** get_address_of_m_AudioFailed_23() { return &___m_AudioFailed_23; } inline void set_m_AudioFailed_23(AudioClip_t3680889665 * value) { ___m_AudioFailed_23 = value; Il2CppCodeGenWriteBarrier((&___m_AudioFailed_23), value); } inline static int32_t get_offset_of_m_AudioStep0_24() { return static_cast(offsetof(PVEScore_t550407626, ___m_AudioStep0_24)); } inline AudioClip_t3680889665 * get_m_AudioStep0_24() const { return ___m_AudioStep0_24; } inline AudioClip_t3680889665 ** get_address_of_m_AudioStep0_24() { return &___m_AudioStep0_24; } inline void set_m_AudioStep0_24(AudioClip_t3680889665 * value) { ___m_AudioStep0_24 = value; Il2CppCodeGenWriteBarrier((&___m_AudioStep0_24), value); } inline static int32_t get_offset_of_m_AudioStep1_25() { return static_cast(offsetof(PVEScore_t550407626, ___m_AudioStep1_25)); } inline AudioClip_t3680889665 * get_m_AudioStep1_25() const { return ___m_AudioStep1_25; } inline AudioClip_t3680889665 ** get_address_of_m_AudioStep1_25() { return &___m_AudioStep1_25; } inline void set_m_AudioStep1_25(AudioClip_t3680889665 * value) { ___m_AudioStep1_25 = value; Il2CppCodeGenWriteBarrier((&___m_AudioStep1_25), value); } inline static int32_t get_offset_of_m_AudioStep2_26() { return static_cast(offsetof(PVEScore_t550407626, ___m_AudioStep2_26)); } inline AudioClip_t3680889665 * get_m_AudioStep2_26() const { return ___m_AudioStep2_26; } inline AudioClip_t3680889665 ** get_address_of_m_AudioStep2_26() { return &___m_AudioStep2_26; } inline void set_m_AudioStep2_26(AudioClip_t3680889665 * value) { ___m_AudioStep2_26 = value; Il2CppCodeGenWriteBarrier((&___m_AudioStep2_26), value); } inline static int32_t get_offset_of_m_giftRoot_27() { return static_cast(offsetof(PVEScore_t550407626, ___m_giftRoot_27)); } inline Transform_t3600365921 * get_m_giftRoot_27() const { return ___m_giftRoot_27; } inline Transform_t3600365921 ** get_address_of_m_giftRoot_27() { return &___m_giftRoot_27; } inline void set_m_giftRoot_27(Transform_t3600365921 * value) { ___m_giftRoot_27 = value; Il2CppCodeGenWriteBarrier((&___m_giftRoot_27), value); } inline static int32_t get_offset_of_m_giftCount_28() { return static_cast(offsetof(PVEScore_t550407626, ___m_giftCount_28)); } inline UILabel_t3248798549 * get_m_giftCount_28() const { return ___m_giftCount_28; } inline UILabel_t3248798549 ** get_address_of_m_giftCount_28() { return &___m_giftCount_28; } inline void set_m_giftCount_28(UILabel_t3248798549 * value) { ___m_giftCount_28 = value; Il2CppCodeGenWriteBarrier((&___m_giftCount_28), value); } inline static int32_t get_offset_of_m_shareLabel_29() { return static_cast(offsetof(PVEScore_t550407626, ___m_shareLabel_29)); } inline UILabel_t3248798549 * get_m_shareLabel_29() const { return ___m_shareLabel_29; } inline UILabel_t3248798549 ** get_address_of_m_shareLabel_29() { return &___m_shareLabel_29; } inline void set_m_shareLabel_29(UILabel_t3248798549 * value) { ___m_shareLabel_29 = value; Il2CppCodeGenWriteBarrier((&___m_shareLabel_29), value); } inline static int32_t get_offset_of_isPageInit_30() { return static_cast(offsetof(PVEScore_t550407626, ___isPageInit_30)); } inline bool get_isPageInit_30() const { return ___isPageInit_30; } inline bool* get_address_of_isPageInit_30() { return &___isPageInit_30; } inline void set_isPageInit_30(bool value) { ___isPageInit_30 = value; } inline static int32_t get_offset_of_m_PassStar_31() { return static_cast(offsetof(PVEScore_t550407626, ___m_PassStar_31)); } inline int32_t get_m_PassStar_31() const { return ___m_PassStar_31; } inline int32_t* get_address_of_m_PassStar_31() { return &___m_PassStar_31; } inline void set_m_PassStar_31(int32_t value) { ___m_PassStar_31 = value; } inline static int32_t get_offset_of_mWatchAdBtn_32() { return static_cast(offsetof(PVEScore_t550407626, ___mWatchAdBtn_32)); } inline GameObject_t1113636619 * get_mWatchAdBtn_32() const { return ___mWatchAdBtn_32; } inline GameObject_t1113636619 ** get_address_of_mWatchAdBtn_32() { return &___mWatchAdBtn_32; } inline void set_mWatchAdBtn_32(GameObject_t1113636619 * value) { ___mWatchAdBtn_32 = value; Il2CppCodeGenWriteBarrier((&___mWatchAdBtn_32), value); } inline static int32_t get_offset_of_mButtonPlayAgainBtn_33() { return static_cast(offsetof(PVEScore_t550407626, ___mButtonPlayAgainBtn_33)); } inline GameObject_t1113636619 * get_mButtonPlayAgainBtn_33() const { return ___mButtonPlayAgainBtn_33; } inline GameObject_t1113636619 ** get_address_of_mButtonPlayAgainBtn_33() { return &___mButtonPlayAgainBtn_33; } inline void set_mButtonPlayAgainBtn_33(GameObject_t1113636619 * value) { ___mButtonPlayAgainBtn_33 = value; Il2CppCodeGenWriteBarrier((&___mButtonPlayAgainBtn_33), value); } inline static int32_t get_offset_of_remainingTimes_34() { return static_cast(offsetof(PVEScore_t550407626, ___remainingTimes_34)); } inline int32_t get_remainingTimes_34() const { return ___remainingTimes_34; } inline int32_t* get_address_of_remainingTimes_34() { return &___remainingTimes_34; } inline void set_remainingTimes_34(int32_t value) { ___remainingTimes_34 = value; } }; struct PVEScore_t550407626_StaticFields { public: // System.Action PVEScore::<>f__mg$cache0 Action_t1264377477 * ___U3CU3Ef__mgU24cache0_35; // System.Action PVEScore::<>f__mg$cache1 Action_t1264377477 * ___U3CU3Ef__mgU24cache1_36; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_35() { return static_cast(offsetof(PVEScore_t550407626_StaticFields, ___U3CU3Ef__mgU24cache0_35)); } inline Action_t1264377477 * get_U3CU3Ef__mgU24cache0_35() const { return ___U3CU3Ef__mgU24cache0_35; } inline Action_t1264377477 ** get_address_of_U3CU3Ef__mgU24cache0_35() { return &___U3CU3Ef__mgU24cache0_35; } inline void set_U3CU3Ef__mgU24cache0_35(Action_t1264377477 * value) { ___U3CU3Ef__mgU24cache0_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_35), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_36() { return static_cast(offsetof(PVEScore_t550407626_StaticFields, ___U3CU3Ef__mgU24cache1_36)); } inline Action_t1264377477 * get_U3CU3Ef__mgU24cache1_36() const { return ___U3CU3Ef__mgU24cache1_36; } inline Action_t1264377477 ** get_address_of_U3CU3Ef__mgU24cache1_36() { return &___U3CU3Ef__mgU24cache1_36; } inline void set_U3CU3Ef__mgU24cache1_36(Action_t1264377477 * value) { ___U3CU3Ef__mgU24cache1_36 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_36), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PVESCORE_T550407626_H #ifndef PROPBTNLIST_T1919510128_H #define PROPBTNLIST_T1919510128_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // PropBtnList struct PropBtnList_t1919510128 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform PropBtnList::m_GroupUIRoot Transform_t3600365921 * ___m_GroupUIRoot_2; // UnityEngine.GameObject[] PropBtnList::m_btnActive GameObjectU5BU5D_t3328599146* ___m_btnActive_3; // UnityEngine.GameObject[] PropBtnList::m_btnDisactive GameObjectU5BU5D_t3328599146* ___m_btnDisactive_4; // PropBtnList/ChangeHandler PropBtnList::m_changeHandler ChangeHandler_t3863549639 * ___m_changeHandler_5; // System.Boolean PropBtnList::isPageInit bool ___isPageInit_6; // System.Int32 PropBtnList::m_CurActivePage int32_t ___m_CurActivePage_7; // System.Boolean PropBtnList::m_bChangeGroup bool ___m_bChangeGroup_8; // System.Boolean PropBtnList::m_bChangeGroupActiveFirst bool ___m_bChangeGroupActiveFirst_9; // System.Single PropBtnList::m_bChangeTimeLabor float ___m_bChangeTimeLabor_10; public: inline static int32_t get_offset_of_m_GroupUIRoot_2() { return static_cast(offsetof(PropBtnList_t1919510128, ___m_GroupUIRoot_2)); } inline Transform_t3600365921 * get_m_GroupUIRoot_2() const { return ___m_GroupUIRoot_2; } inline Transform_t3600365921 ** get_address_of_m_GroupUIRoot_2() { return &___m_GroupUIRoot_2; } inline void set_m_GroupUIRoot_2(Transform_t3600365921 * value) { ___m_GroupUIRoot_2 = value; Il2CppCodeGenWriteBarrier((&___m_GroupUIRoot_2), value); } inline static int32_t get_offset_of_m_btnActive_3() { return static_cast(offsetof(PropBtnList_t1919510128, ___m_btnActive_3)); } inline GameObjectU5BU5D_t3328599146* get_m_btnActive_3() const { return ___m_btnActive_3; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_btnActive_3() { return &___m_btnActive_3; } inline void set_m_btnActive_3(GameObjectU5BU5D_t3328599146* value) { ___m_btnActive_3 = value; Il2CppCodeGenWriteBarrier((&___m_btnActive_3), value); } inline static int32_t get_offset_of_m_btnDisactive_4() { return static_cast(offsetof(PropBtnList_t1919510128, ___m_btnDisactive_4)); } inline GameObjectU5BU5D_t3328599146* get_m_btnDisactive_4() const { return ___m_btnDisactive_4; } inline GameObjectU5BU5D_t3328599146** get_address_of_m_btnDisactive_4() { return &___m_btnDisactive_4; } inline void set_m_btnDisactive_4(GameObjectU5BU5D_t3328599146* value) { ___m_btnDisactive_4 = value; Il2CppCodeGenWriteBarrier((&___m_btnDisactive_4), value); } inline static int32_t get_offset_of_m_changeHandler_5() { return static_cast(offsetof(PropBtnList_t1919510128, ___m_changeHandler_5)); } inline ChangeHandler_t3863549639 * get_m_changeHandler_5() const { return ___m_changeHandler_5; } inline ChangeHandler_t3863549639 ** get_address_of_m_changeHandler_5() { return &___m_changeHandler_5; } inline void set_m_changeHandler_5(ChangeHandler_t3863549639 * value) { ___m_changeHandler_5 = value; Il2CppCodeGenWriteBarrier((&___m_changeHandler_5), value); } inline static int32_t get_offset_of_isPageInit_6() { return static_cast(offsetof(PropBtnList_t1919510128, ___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_m_CurActivePage_7() { return static_cast(offsetof(PropBtnList_t1919510128, ___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_bChangeGroup_8() { return static_cast(offsetof(PropBtnList_t1919510128, ___m_bChangeGroup_8)); } inline bool get_m_bChangeGroup_8() const { return ___m_bChangeGroup_8; } inline bool* get_address_of_m_bChangeGroup_8() { return &___m_bChangeGroup_8; } inline void set_m_bChangeGroup_8(bool value) { ___m_bChangeGroup_8 = value; } inline static int32_t get_offset_of_m_bChangeGroupActiveFirst_9() { return static_cast(offsetof(PropBtnList_t1919510128, ___m_bChangeGroupActiveFirst_9)); } inline bool get_m_bChangeGroupActiveFirst_9() const { return ___m_bChangeGroupActiveFirst_9; } inline bool* get_address_of_m_bChangeGroupActiveFirst_9() { return &___m_bChangeGroupActiveFirst_9; } inline void set_m_bChangeGroupActiveFirst_9(bool value) { ___m_bChangeGroupActiveFirst_9 = value; } inline static int32_t get_offset_of_m_bChangeTimeLabor_10() { return static_cast(offsetof(PropBtnList_t1919510128, ___m_bChangeTimeLabor_10)); } inline float get_m_bChangeTimeLabor_10() const { return ___m_bChangeTimeLabor_10; } inline float* get_address_of_m_bChangeTimeLabor_10() { return &___m_bChangeTimeLabor_10; } inline void set_m_bChangeTimeLabor_10(float value) { ___m_bChangeTimeLabor_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPBTNLIST_T1919510128_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 PLANEEFFECT_T138288793_H #define PLANEEFFECT_T138288793_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // PlaneEffect struct PlaneEffect_t138288793 : public MonoBehaviour_t3962482529 { public: // System.Single PlaneEffect::timeLabor float ___timeLabor_2; public: inline static int32_t get_offset_of_timeLabor_2() { return static_cast(offsetof(PlaneEffect_t138288793, ___timeLabor_2)); } inline float get_timeLabor_2() const { return ___timeLabor_2; } inline float* get_address_of_timeLabor_2() { return &___timeLabor_2; } inline void set_timeLabor_2(float value) { ___timeLabor_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLANEEFFECT_T138288793_H #ifndef QUALIFYINGSTAGECOMPLETE_T3841349852_H #define QUALIFYINGSTAGECOMPLETE_T3841349852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // QualifyingStageComplete struct QualifyingStageComplete_t3841349852 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform QualifyingStageComplete::commonWinRoot Transform_t3600365921 * ___commonWinRoot_2; // UISprite QualifyingStageComplete::commonwingradeBg UISprite_t194114938 * ___commonwingradeBg_3; // UILabel QualifyingStageComplete::commonWinLevel UILabel_t3248798549 * ___commonWinLevel_4; // UILabel QualifyingStageComplete::commonWinGrade UILabel_t3248798549 * ___commonWinGrade_5; // UnityEngine.Transform QualifyingStageComplete::commonWinStreak Transform_t3600365921 * ___commonWinStreak_6; // UITexture QualifyingStageComplete::commonGradeIcon UITexture_t3471168817 * ___commonGradeIcon_7; // UnityEngine.Transform QualifyingStageComplete::comm3starRoot Transform_t3600365921 * ___comm3starRoot_8; // UnityEngine.Transform QualifyingStageComplete::comm2starRoot Transform_t3600365921 * ___comm2starRoot_9; // UnityEngine.Transform[] QualifyingStageComplete::comm_3stars TransformU5BU5D_t807237628* ___comm_3stars_10; // UnityEngine.Transform[] QualifyingStageComplete::comm_2stars TransformU5BU5D_t807237628* ___comm_2stars_11; // UnityEngine.Transform QualifyingStageComplete::legendWinRoot Transform_t3600365921 * ___legendWinRoot_12; // UISprite QualifyingStageComplete::legendwingradeBg UISprite_t194114938 * ___legendwingradeBg_13; // UILabel QualifyingStageComplete::legendWinRankNum UILabel_t3248798549 * ___legendWinRankNum_14; // UILabel QualifyingStageComplete::legendWinScore UILabel_t3248798549 * ___legendWinScore_15; // UITexture QualifyingStageComplete::legendGradeIcon UITexture_t3471168817 * ___legendGradeIcon_16; // UILabel QualifyingStageComplete::legendWinRank UILabel_t3248798549 * ___legendWinRank_17; // UnityEngine.Transform QualifyingStageComplete::defeatRoot Transform_t3600365921 * ___defeatRoot_18; // UISprite QualifyingStageComplete::defeatgradeBg UISprite_t194114938 * ___defeatgradeBg_19; // UITexture QualifyingStageComplete::defeatGradeIcon UITexture_t3471168817 * ___defeatGradeIcon_20; // UILabel QualifyingStageComplete::defeatLv UILabel_t3248798549 * ___defeatLv_21; // UILabel QualifyingStageComplete::defeatGrade UILabel_t3248798549 * ___defeatGrade_22; // UnityEngine.Transform QualifyingStageComplete::defeat_star_root Transform_t3600365921 * ___defeat_star_root_23; // UnityEngine.Transform QualifyingStageComplete::defeat_3starRoot Transform_t3600365921 * ___defeat_3starRoot_24; // UnityEngine.Transform QualifyingStageComplete::defeat_2starRoot Transform_t3600365921 * ___defeat_2starRoot_25; // UnityEngine.Transform[] QualifyingStageComplete::defeat_3stars TransformU5BU5D_t807237628* ___defeat_3stars_26; // UnityEngine.Transform[] QualifyingStageComplete::defeat_2stars TransformU5BU5D_t807237628* ___defeat_2stars_27; // UILabel QualifyingStageComplete::legendDefeatRank UILabel_t3248798549 * ___legendDefeatRank_28; // UILabel QualifyingStageComplete::legendDefeatScore UILabel_t3248798549 * ___legendDefeatScore_29; // UnityEngine.Transform QualifyingStageComplete::drawRoot Transform_t3600365921 * ___drawRoot_30; // UISprite QualifyingStageComplete::drawgradeBg UISprite_t194114938 * ___drawgradeBg_31; // UILabel QualifyingStageComplete::drawnLv UILabel_t3248798549 * ___drawnLv_32; // UILabel QualifyingStageComplete::drawGrade UILabel_t3248798549 * ___drawGrade_33; // UnityEngine.Transform QualifyingStageComplete::draw_star_root Transform_t3600365921 * ___draw_star_root_34; // UnityEngine.Transform QualifyingStageComplete::draw_3starRoot Transform_t3600365921 * ___draw_3starRoot_35; // UnityEngine.Transform QualifyingStageComplete::draw_2starRoot Transform_t3600365921 * ___draw_2starRoot_36; // UnityEngine.Transform[] QualifyingStageComplete::draw_3stars TransformU5BU5D_t807237628* ___draw_3stars_37; // UnityEngine.Transform[] QualifyingStageComplete::draw_2stars TransformU5BU5D_t807237628* ___draw_2stars_38; // UITexture QualifyingStageComplete::drawGradeIcon UITexture_t3471168817 * ___drawGradeIcon_39; // UILabel QualifyingStageComplete::legendDRawRank UILabel_t3248798549 * ___legendDRawRank_40; // UILabel QualifyingStageComplete::legendDRawScore UILabel_t3248798549 * ___legendDRawScore_41; // UnityEngine.AudioClip QualifyingStageComplete::m_AudioClip AudioClip_t3680889665 * ___m_AudioClip_42; // UnityEngine.AnimationClip QualifyingStageComplete::m_cameraClip AnimationClip_t2318505987 * ___m_cameraClip_43; // System.Boolean QualifyingStageComplete::isPageInit bool ___isPageInit_44; public: inline static int32_t get_offset_of_commonWinRoot_2() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___commonWinRoot_2)); } inline Transform_t3600365921 * get_commonWinRoot_2() const { return ___commonWinRoot_2; } inline Transform_t3600365921 ** get_address_of_commonWinRoot_2() { return &___commonWinRoot_2; } inline void set_commonWinRoot_2(Transform_t3600365921 * value) { ___commonWinRoot_2 = value; Il2CppCodeGenWriteBarrier((&___commonWinRoot_2), value); } inline static int32_t get_offset_of_commonwingradeBg_3() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___commonwingradeBg_3)); } inline UISprite_t194114938 * get_commonwingradeBg_3() const { return ___commonwingradeBg_3; } inline UISprite_t194114938 ** get_address_of_commonwingradeBg_3() { return &___commonwingradeBg_3; } inline void set_commonwingradeBg_3(UISprite_t194114938 * value) { ___commonwingradeBg_3 = value; Il2CppCodeGenWriteBarrier((&___commonwingradeBg_3), value); } inline static int32_t get_offset_of_commonWinLevel_4() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___commonWinLevel_4)); } inline UILabel_t3248798549 * get_commonWinLevel_4() const { return ___commonWinLevel_4; } inline UILabel_t3248798549 ** get_address_of_commonWinLevel_4() { return &___commonWinLevel_4; } inline void set_commonWinLevel_4(UILabel_t3248798549 * value) { ___commonWinLevel_4 = value; Il2CppCodeGenWriteBarrier((&___commonWinLevel_4), value); } inline static int32_t get_offset_of_commonWinGrade_5() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___commonWinGrade_5)); } inline UILabel_t3248798549 * get_commonWinGrade_5() const { return ___commonWinGrade_5; } inline UILabel_t3248798549 ** get_address_of_commonWinGrade_5() { return &___commonWinGrade_5; } inline void set_commonWinGrade_5(UILabel_t3248798549 * value) { ___commonWinGrade_5 = value; Il2CppCodeGenWriteBarrier((&___commonWinGrade_5), value); } inline static int32_t get_offset_of_commonWinStreak_6() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___commonWinStreak_6)); } inline Transform_t3600365921 * get_commonWinStreak_6() const { return ___commonWinStreak_6; } inline Transform_t3600365921 ** get_address_of_commonWinStreak_6() { return &___commonWinStreak_6; } inline void set_commonWinStreak_6(Transform_t3600365921 * value) { ___commonWinStreak_6 = value; Il2CppCodeGenWriteBarrier((&___commonWinStreak_6), value); } inline static int32_t get_offset_of_commonGradeIcon_7() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___commonGradeIcon_7)); } inline UITexture_t3471168817 * get_commonGradeIcon_7() const { return ___commonGradeIcon_7; } inline UITexture_t3471168817 ** get_address_of_commonGradeIcon_7() { return &___commonGradeIcon_7; } inline void set_commonGradeIcon_7(UITexture_t3471168817 * value) { ___commonGradeIcon_7 = value; Il2CppCodeGenWriteBarrier((&___commonGradeIcon_7), value); } inline static int32_t get_offset_of_comm3starRoot_8() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___comm3starRoot_8)); } inline Transform_t3600365921 * get_comm3starRoot_8() const { return ___comm3starRoot_8; } inline Transform_t3600365921 ** get_address_of_comm3starRoot_8() { return &___comm3starRoot_8; } inline void set_comm3starRoot_8(Transform_t3600365921 * value) { ___comm3starRoot_8 = value; Il2CppCodeGenWriteBarrier((&___comm3starRoot_8), value); } inline static int32_t get_offset_of_comm2starRoot_9() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___comm2starRoot_9)); } inline Transform_t3600365921 * get_comm2starRoot_9() const { return ___comm2starRoot_9; } inline Transform_t3600365921 ** get_address_of_comm2starRoot_9() { return &___comm2starRoot_9; } inline void set_comm2starRoot_9(Transform_t3600365921 * value) { ___comm2starRoot_9 = value; Il2CppCodeGenWriteBarrier((&___comm2starRoot_9), value); } inline static int32_t get_offset_of_comm_3stars_10() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___comm_3stars_10)); } inline TransformU5BU5D_t807237628* get_comm_3stars_10() const { return ___comm_3stars_10; } inline TransformU5BU5D_t807237628** get_address_of_comm_3stars_10() { return &___comm_3stars_10; } inline void set_comm_3stars_10(TransformU5BU5D_t807237628* value) { ___comm_3stars_10 = value; Il2CppCodeGenWriteBarrier((&___comm_3stars_10), value); } inline static int32_t get_offset_of_comm_2stars_11() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___comm_2stars_11)); } inline TransformU5BU5D_t807237628* get_comm_2stars_11() const { return ___comm_2stars_11; } inline TransformU5BU5D_t807237628** get_address_of_comm_2stars_11() { return &___comm_2stars_11; } inline void set_comm_2stars_11(TransformU5BU5D_t807237628* value) { ___comm_2stars_11 = value; Il2CppCodeGenWriteBarrier((&___comm_2stars_11), value); } inline static int32_t get_offset_of_legendWinRoot_12() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___legendWinRoot_12)); } inline Transform_t3600365921 * get_legendWinRoot_12() const { return ___legendWinRoot_12; } inline Transform_t3600365921 ** get_address_of_legendWinRoot_12() { return &___legendWinRoot_12; } inline void set_legendWinRoot_12(Transform_t3600365921 * value) { ___legendWinRoot_12 = value; Il2CppCodeGenWriteBarrier((&___legendWinRoot_12), value); } inline static int32_t get_offset_of_legendwingradeBg_13() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___legendwingradeBg_13)); } inline UISprite_t194114938 * get_legendwingradeBg_13() const { return ___legendwingradeBg_13; } inline UISprite_t194114938 ** get_address_of_legendwingradeBg_13() { return &___legendwingradeBg_13; } inline void set_legendwingradeBg_13(UISprite_t194114938 * value) { ___legendwingradeBg_13 = value; Il2CppCodeGenWriteBarrier((&___legendwingradeBg_13), value); } inline static int32_t get_offset_of_legendWinRankNum_14() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___legendWinRankNum_14)); } inline UILabel_t3248798549 * get_legendWinRankNum_14() const { return ___legendWinRankNum_14; } inline UILabel_t3248798549 ** get_address_of_legendWinRankNum_14() { return &___legendWinRankNum_14; } inline void set_legendWinRankNum_14(UILabel_t3248798549 * value) { ___legendWinRankNum_14 = value; Il2CppCodeGenWriteBarrier((&___legendWinRankNum_14), value); } inline static int32_t get_offset_of_legendWinScore_15() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___legendWinScore_15)); } inline UILabel_t3248798549 * get_legendWinScore_15() const { return ___legendWinScore_15; } inline UILabel_t3248798549 ** get_address_of_legendWinScore_15() { return &___legendWinScore_15; } inline void set_legendWinScore_15(UILabel_t3248798549 * value) { ___legendWinScore_15 = value; Il2CppCodeGenWriteBarrier((&___legendWinScore_15), value); } inline static int32_t get_offset_of_legendGradeIcon_16() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___legendGradeIcon_16)); } inline UITexture_t3471168817 * get_legendGradeIcon_16() const { return ___legendGradeIcon_16; } inline UITexture_t3471168817 ** get_address_of_legendGradeIcon_16() { return &___legendGradeIcon_16; } inline void set_legendGradeIcon_16(UITexture_t3471168817 * value) { ___legendGradeIcon_16 = value; Il2CppCodeGenWriteBarrier((&___legendGradeIcon_16), value); } inline static int32_t get_offset_of_legendWinRank_17() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___legendWinRank_17)); } inline UILabel_t3248798549 * get_legendWinRank_17() const { return ___legendWinRank_17; } inline UILabel_t3248798549 ** get_address_of_legendWinRank_17() { return &___legendWinRank_17; } inline void set_legendWinRank_17(UILabel_t3248798549 * value) { ___legendWinRank_17 = value; Il2CppCodeGenWriteBarrier((&___legendWinRank_17), value); } inline static int32_t get_offset_of_defeatRoot_18() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___defeatRoot_18)); } inline Transform_t3600365921 * get_defeatRoot_18() const { return ___defeatRoot_18; } inline Transform_t3600365921 ** get_address_of_defeatRoot_18() { return &___defeatRoot_18; } inline void set_defeatRoot_18(Transform_t3600365921 * value) { ___defeatRoot_18 = value; Il2CppCodeGenWriteBarrier((&___defeatRoot_18), value); } inline static int32_t get_offset_of_defeatgradeBg_19() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___defeatgradeBg_19)); } inline UISprite_t194114938 * get_defeatgradeBg_19() const { return ___defeatgradeBg_19; } inline UISprite_t194114938 ** get_address_of_defeatgradeBg_19() { return &___defeatgradeBg_19; } inline void set_defeatgradeBg_19(UISprite_t194114938 * value) { ___defeatgradeBg_19 = value; Il2CppCodeGenWriteBarrier((&___defeatgradeBg_19), value); } inline static int32_t get_offset_of_defeatGradeIcon_20() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___defeatGradeIcon_20)); } inline UITexture_t3471168817 * get_defeatGradeIcon_20() const { return ___defeatGradeIcon_20; } inline UITexture_t3471168817 ** get_address_of_defeatGradeIcon_20() { return &___defeatGradeIcon_20; } inline void set_defeatGradeIcon_20(UITexture_t3471168817 * value) { ___defeatGradeIcon_20 = value; Il2CppCodeGenWriteBarrier((&___defeatGradeIcon_20), value); } inline static int32_t get_offset_of_defeatLv_21() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___defeatLv_21)); } inline UILabel_t3248798549 * get_defeatLv_21() const { return ___defeatLv_21; } inline UILabel_t3248798549 ** get_address_of_defeatLv_21() { return &___defeatLv_21; } inline void set_defeatLv_21(UILabel_t3248798549 * value) { ___defeatLv_21 = value; Il2CppCodeGenWriteBarrier((&___defeatLv_21), value); } inline static int32_t get_offset_of_defeatGrade_22() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___defeatGrade_22)); } inline UILabel_t3248798549 * get_defeatGrade_22() const { return ___defeatGrade_22; } inline UILabel_t3248798549 ** get_address_of_defeatGrade_22() { return &___defeatGrade_22; } inline void set_defeatGrade_22(UILabel_t3248798549 * value) { ___defeatGrade_22 = value; Il2CppCodeGenWriteBarrier((&___defeatGrade_22), value); } inline static int32_t get_offset_of_defeat_star_root_23() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___defeat_star_root_23)); } inline Transform_t3600365921 * get_defeat_star_root_23() const { return ___defeat_star_root_23; } inline Transform_t3600365921 ** get_address_of_defeat_star_root_23() { return &___defeat_star_root_23; } inline void set_defeat_star_root_23(Transform_t3600365921 * value) { ___defeat_star_root_23 = value; Il2CppCodeGenWriteBarrier((&___defeat_star_root_23), value); } inline static int32_t get_offset_of_defeat_3starRoot_24() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___defeat_3starRoot_24)); } inline Transform_t3600365921 * get_defeat_3starRoot_24() const { return ___defeat_3starRoot_24; } inline Transform_t3600365921 ** get_address_of_defeat_3starRoot_24() { return &___defeat_3starRoot_24; } inline void set_defeat_3starRoot_24(Transform_t3600365921 * value) { ___defeat_3starRoot_24 = value; Il2CppCodeGenWriteBarrier((&___defeat_3starRoot_24), value); } inline static int32_t get_offset_of_defeat_2starRoot_25() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___defeat_2starRoot_25)); } inline Transform_t3600365921 * get_defeat_2starRoot_25() const { return ___defeat_2starRoot_25; } inline Transform_t3600365921 ** get_address_of_defeat_2starRoot_25() { return &___defeat_2starRoot_25; } inline void set_defeat_2starRoot_25(Transform_t3600365921 * value) { ___defeat_2starRoot_25 = value; Il2CppCodeGenWriteBarrier((&___defeat_2starRoot_25), value); } inline static int32_t get_offset_of_defeat_3stars_26() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___defeat_3stars_26)); } inline TransformU5BU5D_t807237628* get_defeat_3stars_26() const { return ___defeat_3stars_26; } inline TransformU5BU5D_t807237628** get_address_of_defeat_3stars_26() { return &___defeat_3stars_26; } inline void set_defeat_3stars_26(TransformU5BU5D_t807237628* value) { ___defeat_3stars_26 = value; Il2CppCodeGenWriteBarrier((&___defeat_3stars_26), value); } inline static int32_t get_offset_of_defeat_2stars_27() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___defeat_2stars_27)); } inline TransformU5BU5D_t807237628* get_defeat_2stars_27() const { return ___defeat_2stars_27; } inline TransformU5BU5D_t807237628** get_address_of_defeat_2stars_27() { return &___defeat_2stars_27; } inline void set_defeat_2stars_27(TransformU5BU5D_t807237628* value) { ___defeat_2stars_27 = value; Il2CppCodeGenWriteBarrier((&___defeat_2stars_27), value); } inline static int32_t get_offset_of_legendDefeatRank_28() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___legendDefeatRank_28)); } inline UILabel_t3248798549 * get_legendDefeatRank_28() const { return ___legendDefeatRank_28; } inline UILabel_t3248798549 ** get_address_of_legendDefeatRank_28() { return &___legendDefeatRank_28; } inline void set_legendDefeatRank_28(UILabel_t3248798549 * value) { ___legendDefeatRank_28 = value; Il2CppCodeGenWriteBarrier((&___legendDefeatRank_28), value); } inline static int32_t get_offset_of_legendDefeatScore_29() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___legendDefeatScore_29)); } inline UILabel_t3248798549 * get_legendDefeatScore_29() const { return ___legendDefeatScore_29; } inline UILabel_t3248798549 ** get_address_of_legendDefeatScore_29() { return &___legendDefeatScore_29; } inline void set_legendDefeatScore_29(UILabel_t3248798549 * value) { ___legendDefeatScore_29 = value; Il2CppCodeGenWriteBarrier((&___legendDefeatScore_29), value); } inline static int32_t get_offset_of_drawRoot_30() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___drawRoot_30)); } inline Transform_t3600365921 * get_drawRoot_30() const { return ___drawRoot_30; } inline Transform_t3600365921 ** get_address_of_drawRoot_30() { return &___drawRoot_30; } inline void set_drawRoot_30(Transform_t3600365921 * value) { ___drawRoot_30 = value; Il2CppCodeGenWriteBarrier((&___drawRoot_30), value); } inline static int32_t get_offset_of_drawgradeBg_31() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___drawgradeBg_31)); } inline UISprite_t194114938 * get_drawgradeBg_31() const { return ___drawgradeBg_31; } inline UISprite_t194114938 ** get_address_of_drawgradeBg_31() { return &___drawgradeBg_31; } inline void set_drawgradeBg_31(UISprite_t194114938 * value) { ___drawgradeBg_31 = value; Il2CppCodeGenWriteBarrier((&___drawgradeBg_31), value); } inline static int32_t get_offset_of_drawnLv_32() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___drawnLv_32)); } inline UILabel_t3248798549 * get_drawnLv_32() const { return ___drawnLv_32; } inline UILabel_t3248798549 ** get_address_of_drawnLv_32() { return &___drawnLv_32; } inline void set_drawnLv_32(UILabel_t3248798549 * value) { ___drawnLv_32 = value; Il2CppCodeGenWriteBarrier((&___drawnLv_32), value); } inline static int32_t get_offset_of_drawGrade_33() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___drawGrade_33)); } inline UILabel_t3248798549 * get_drawGrade_33() const { return ___drawGrade_33; } inline UILabel_t3248798549 ** get_address_of_drawGrade_33() { return &___drawGrade_33; } inline void set_drawGrade_33(UILabel_t3248798549 * value) { ___drawGrade_33 = value; Il2CppCodeGenWriteBarrier((&___drawGrade_33), value); } inline static int32_t get_offset_of_draw_star_root_34() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___draw_star_root_34)); } inline Transform_t3600365921 * get_draw_star_root_34() const { return ___draw_star_root_34; } inline Transform_t3600365921 ** get_address_of_draw_star_root_34() { return &___draw_star_root_34; } inline void set_draw_star_root_34(Transform_t3600365921 * value) { ___draw_star_root_34 = value; Il2CppCodeGenWriteBarrier((&___draw_star_root_34), value); } inline static int32_t get_offset_of_draw_3starRoot_35() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___draw_3starRoot_35)); } inline Transform_t3600365921 * get_draw_3starRoot_35() const { return ___draw_3starRoot_35; } inline Transform_t3600365921 ** get_address_of_draw_3starRoot_35() { return &___draw_3starRoot_35; } inline void set_draw_3starRoot_35(Transform_t3600365921 * value) { ___draw_3starRoot_35 = value; Il2CppCodeGenWriteBarrier((&___draw_3starRoot_35), value); } inline static int32_t get_offset_of_draw_2starRoot_36() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___draw_2starRoot_36)); } inline Transform_t3600365921 * get_draw_2starRoot_36() const { return ___draw_2starRoot_36; } inline Transform_t3600365921 ** get_address_of_draw_2starRoot_36() { return &___draw_2starRoot_36; } inline void set_draw_2starRoot_36(Transform_t3600365921 * value) { ___draw_2starRoot_36 = value; Il2CppCodeGenWriteBarrier((&___draw_2starRoot_36), value); } inline static int32_t get_offset_of_draw_3stars_37() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___draw_3stars_37)); } inline TransformU5BU5D_t807237628* get_draw_3stars_37() const { return ___draw_3stars_37; } inline TransformU5BU5D_t807237628** get_address_of_draw_3stars_37() { return &___draw_3stars_37; } inline void set_draw_3stars_37(TransformU5BU5D_t807237628* value) { ___draw_3stars_37 = value; Il2CppCodeGenWriteBarrier((&___draw_3stars_37), value); } inline static int32_t get_offset_of_draw_2stars_38() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___draw_2stars_38)); } inline TransformU5BU5D_t807237628* get_draw_2stars_38() const { return ___draw_2stars_38; } inline TransformU5BU5D_t807237628** get_address_of_draw_2stars_38() { return &___draw_2stars_38; } inline void set_draw_2stars_38(TransformU5BU5D_t807237628* value) { ___draw_2stars_38 = value; Il2CppCodeGenWriteBarrier((&___draw_2stars_38), value); } inline static int32_t get_offset_of_drawGradeIcon_39() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___drawGradeIcon_39)); } inline UITexture_t3471168817 * get_drawGradeIcon_39() const { return ___drawGradeIcon_39; } inline UITexture_t3471168817 ** get_address_of_drawGradeIcon_39() { return &___drawGradeIcon_39; } inline void set_drawGradeIcon_39(UITexture_t3471168817 * value) { ___drawGradeIcon_39 = value; Il2CppCodeGenWriteBarrier((&___drawGradeIcon_39), value); } inline static int32_t get_offset_of_legendDRawRank_40() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___legendDRawRank_40)); } inline UILabel_t3248798549 * get_legendDRawRank_40() const { return ___legendDRawRank_40; } inline UILabel_t3248798549 ** get_address_of_legendDRawRank_40() { return &___legendDRawRank_40; } inline void set_legendDRawRank_40(UILabel_t3248798549 * value) { ___legendDRawRank_40 = value; Il2CppCodeGenWriteBarrier((&___legendDRawRank_40), value); } inline static int32_t get_offset_of_legendDRawScore_41() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___legendDRawScore_41)); } inline UILabel_t3248798549 * get_legendDRawScore_41() const { return ___legendDRawScore_41; } inline UILabel_t3248798549 ** get_address_of_legendDRawScore_41() { return &___legendDRawScore_41; } inline void set_legendDRawScore_41(UILabel_t3248798549 * value) { ___legendDRawScore_41 = value; Il2CppCodeGenWriteBarrier((&___legendDRawScore_41), value); } inline static int32_t get_offset_of_m_AudioClip_42() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___m_AudioClip_42)); } inline AudioClip_t3680889665 * get_m_AudioClip_42() const { return ___m_AudioClip_42; } inline AudioClip_t3680889665 ** get_address_of_m_AudioClip_42() { return &___m_AudioClip_42; } inline void set_m_AudioClip_42(AudioClip_t3680889665 * value) { ___m_AudioClip_42 = value; Il2CppCodeGenWriteBarrier((&___m_AudioClip_42), value); } inline static int32_t get_offset_of_m_cameraClip_43() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___m_cameraClip_43)); } inline AnimationClip_t2318505987 * get_m_cameraClip_43() const { return ___m_cameraClip_43; } inline AnimationClip_t2318505987 ** get_address_of_m_cameraClip_43() { return &___m_cameraClip_43; } inline void set_m_cameraClip_43(AnimationClip_t2318505987 * value) { ___m_cameraClip_43 = value; Il2CppCodeGenWriteBarrier((&___m_cameraClip_43), value); } inline static int32_t get_offset_of_isPageInit_44() { return static_cast(offsetof(QualifyingStageComplete_t3841349852, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUALIFYINGSTAGECOMPLETE_T3841349852_H #ifndef PETSKILLUI_T3927388841_H #define PETSKILLUI_T3927388841_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // PetSkillUI struct PetSkillUI_t3927388841 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform PetSkillUI::m_skillRoot Transform_t3600365921 * ___m_skillRoot_2; // UISprite PetSkillUI::m_skillIcon UISprite_t194114938 * ___m_skillIcon_3; // UILabel PetSkillUI::m_skillNam UILabel_t3248798549 * ___m_skillNam_4; // UILabel PetSkillUI::m_skillDesc UILabel_t3248798549 * ___m_skillDesc_5; // UnityEngine.Transform PetSkillUI::m_NextSkillRoot Transform_t3600365921 * ___m_NextSkillRoot_6; // UISprite PetSkillUI::m_NextSkillIcon UISprite_t194114938 * ___m_NextSkillIcon_7; // UILabel PetSkillUI::m_NextSkillName UILabel_t3248798549 * ___m_NextSkillName_8; // UILabel PetSkillUI::m_NextSkillDesc UILabel_t3248798549 * ___m_NextSkillDesc_9; // UnityEngine.Transform PetSkillUI::m_NextSkillTip Transform_t3600365921 * ___m_NextSkillTip_10; // UnityEngine.Transform PetSkillUI::m_Tip Transform_t3600365921 * ___m_Tip_11; // UnityEngine.Transform PetSkillUI::m_upgradeBtnActive Transform_t3600365921 * ___m_upgradeBtnActive_12; // UnityEngine.Transform PetSkillUI::m_upgradeBtnDisactive Transform_t3600365921 * ___m_upgradeBtnDisactive_13; // UILabel PetSkillUI::m_priceActive UILabel_t3248798549 * ___m_priceActive_14; // UILabel PetSkillUI::m_priceDisactive UILabel_t3248798549 * ___m_priceDisactive_15; public: inline static int32_t get_offset_of_m_skillRoot_2() { return static_cast(offsetof(PetSkillUI_t3927388841, ___m_skillRoot_2)); } inline Transform_t3600365921 * get_m_skillRoot_2() const { return ___m_skillRoot_2; } inline Transform_t3600365921 ** get_address_of_m_skillRoot_2() { return &___m_skillRoot_2; } inline void set_m_skillRoot_2(Transform_t3600365921 * value) { ___m_skillRoot_2 = value; Il2CppCodeGenWriteBarrier((&___m_skillRoot_2), value); } inline static int32_t get_offset_of_m_skillIcon_3() { return static_cast(offsetof(PetSkillUI_t3927388841, ___m_skillIcon_3)); } inline UISprite_t194114938 * get_m_skillIcon_3() const { return ___m_skillIcon_3; } inline UISprite_t194114938 ** get_address_of_m_skillIcon_3() { return &___m_skillIcon_3; } inline void set_m_skillIcon_3(UISprite_t194114938 * value) { ___m_skillIcon_3 = value; Il2CppCodeGenWriteBarrier((&___m_skillIcon_3), value); } inline static int32_t get_offset_of_m_skillNam_4() { return static_cast(offsetof(PetSkillUI_t3927388841, ___m_skillNam_4)); } inline UILabel_t3248798549 * get_m_skillNam_4() const { return ___m_skillNam_4; } inline UILabel_t3248798549 ** get_address_of_m_skillNam_4() { return &___m_skillNam_4; } inline void set_m_skillNam_4(UILabel_t3248798549 * value) { ___m_skillNam_4 = value; Il2CppCodeGenWriteBarrier((&___m_skillNam_4), value); } inline static int32_t get_offset_of_m_skillDesc_5() { return static_cast(offsetof(PetSkillUI_t3927388841, ___m_skillDesc_5)); } inline UILabel_t3248798549 * get_m_skillDesc_5() const { return ___m_skillDesc_5; } inline UILabel_t3248798549 ** get_address_of_m_skillDesc_5() { return &___m_skillDesc_5; } inline void set_m_skillDesc_5(UILabel_t3248798549 * value) { ___m_skillDesc_5 = value; Il2CppCodeGenWriteBarrier((&___m_skillDesc_5), value); } inline static int32_t get_offset_of_m_NextSkillRoot_6() { return static_cast(offsetof(PetSkillUI_t3927388841, ___m_NextSkillRoot_6)); } inline Transform_t3600365921 * get_m_NextSkillRoot_6() const { return ___m_NextSkillRoot_6; } inline Transform_t3600365921 ** get_address_of_m_NextSkillRoot_6() { return &___m_NextSkillRoot_6; } inline void set_m_NextSkillRoot_6(Transform_t3600365921 * value) { ___m_NextSkillRoot_6 = value; Il2CppCodeGenWriteBarrier((&___m_NextSkillRoot_6), value); } inline static int32_t get_offset_of_m_NextSkillIcon_7() { return static_cast(offsetof(PetSkillUI_t3927388841, ___m_NextSkillIcon_7)); } inline UISprite_t194114938 * get_m_NextSkillIcon_7() const { return ___m_NextSkillIcon_7; } inline UISprite_t194114938 ** get_address_of_m_NextSkillIcon_7() { return &___m_NextSkillIcon_7; } inline void set_m_NextSkillIcon_7(UISprite_t194114938 * value) { ___m_NextSkillIcon_7 = value; Il2CppCodeGenWriteBarrier((&___m_NextSkillIcon_7), value); } inline static int32_t get_offset_of_m_NextSkillName_8() { return static_cast(offsetof(PetSkillUI_t3927388841, ___m_NextSkillName_8)); } inline UILabel_t3248798549 * get_m_NextSkillName_8() const { return ___m_NextSkillName_8; } inline UILabel_t3248798549 ** get_address_of_m_NextSkillName_8() { return &___m_NextSkillName_8; } inline void set_m_NextSkillName_8(UILabel_t3248798549 * value) { ___m_NextSkillName_8 = value; Il2CppCodeGenWriteBarrier((&___m_NextSkillName_8), value); } inline static int32_t get_offset_of_m_NextSkillDesc_9() { return static_cast(offsetof(PetSkillUI_t3927388841, ___m_NextSkillDesc_9)); } inline UILabel_t3248798549 * get_m_NextSkillDesc_9() const { return ___m_NextSkillDesc_9; } inline UILabel_t3248798549 ** get_address_of_m_NextSkillDesc_9() { return &___m_NextSkillDesc_9; } inline void set_m_NextSkillDesc_9(UILabel_t3248798549 * value) { ___m_NextSkillDesc_9 = value; Il2CppCodeGenWriteBarrier((&___m_NextSkillDesc_9), value); } inline static int32_t get_offset_of_m_NextSkillTip_10() { return static_cast(offsetof(PetSkillUI_t3927388841, ___m_NextSkillTip_10)); } inline Transform_t3600365921 * get_m_NextSkillTip_10() const { return ___m_NextSkillTip_10; } inline Transform_t3600365921 ** get_address_of_m_NextSkillTip_10() { return &___m_NextSkillTip_10; } inline void set_m_NextSkillTip_10(Transform_t3600365921 * value) { ___m_NextSkillTip_10 = value; Il2CppCodeGenWriteBarrier((&___m_NextSkillTip_10), value); } inline static int32_t get_offset_of_m_Tip_11() { return static_cast(offsetof(PetSkillUI_t3927388841, ___m_Tip_11)); } inline Transform_t3600365921 * get_m_Tip_11() const { return ___m_Tip_11; } inline Transform_t3600365921 ** get_address_of_m_Tip_11() { return &___m_Tip_11; } inline void set_m_Tip_11(Transform_t3600365921 * value) { ___m_Tip_11 = value; Il2CppCodeGenWriteBarrier((&___m_Tip_11), value); } inline static int32_t get_offset_of_m_upgradeBtnActive_12() { return static_cast(offsetof(PetSkillUI_t3927388841, ___m_upgradeBtnActive_12)); } inline Transform_t3600365921 * get_m_upgradeBtnActive_12() const { return ___m_upgradeBtnActive_12; } inline Transform_t3600365921 ** get_address_of_m_upgradeBtnActive_12() { return &___m_upgradeBtnActive_12; } inline void set_m_upgradeBtnActive_12(Transform_t3600365921 * value) { ___m_upgradeBtnActive_12 = value; Il2CppCodeGenWriteBarrier((&___m_upgradeBtnActive_12), value); } inline static int32_t get_offset_of_m_upgradeBtnDisactive_13() { return static_cast(offsetof(PetSkillUI_t3927388841, ___m_upgradeBtnDisactive_13)); } inline Transform_t3600365921 * get_m_upgradeBtnDisactive_13() const { return ___m_upgradeBtnDisactive_13; } inline Transform_t3600365921 ** get_address_of_m_upgradeBtnDisactive_13() { return &___m_upgradeBtnDisactive_13; } inline void set_m_upgradeBtnDisactive_13(Transform_t3600365921 * value) { ___m_upgradeBtnDisactive_13 = value; Il2CppCodeGenWriteBarrier((&___m_upgradeBtnDisactive_13), value); } inline static int32_t get_offset_of_m_priceActive_14() { return static_cast(offsetof(PetSkillUI_t3927388841, ___m_priceActive_14)); } inline UILabel_t3248798549 * get_m_priceActive_14() const { return ___m_priceActive_14; } inline UILabel_t3248798549 ** get_address_of_m_priceActive_14() { return &___m_priceActive_14; } inline void set_m_priceActive_14(UILabel_t3248798549 * value) { ___m_priceActive_14 = value; Il2CppCodeGenWriteBarrier((&___m_priceActive_14), value); } inline static int32_t get_offset_of_m_priceDisactive_15() { return static_cast(offsetof(PetSkillUI_t3927388841, ___m_priceDisactive_15)); } inline UILabel_t3248798549 * get_m_priceDisactive_15() const { return ___m_priceDisactive_15; } inline UILabel_t3248798549 ** get_address_of_m_priceDisactive_15() { return &___m_priceDisactive_15; } inline void set_m_priceDisactive_15(UILabel_t3248798549 * value) { ___m_priceDisactive_15 = value; Il2CppCodeGenWriteBarrier((&___m_priceDisactive_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETSKILLUI_T3927388841_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 PLAYERINFOSHOW_T2638218508_H #define PLAYERINFOSHOW_T2638218508_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // PlayerInfoShow struct PlayerInfoShow_t2638218508 : public MonoBehaviour_t3962482529 { public: // System.Single PlayerInfoShow::sustainTime float ___sustainTime_2; // System.Single PlayerInfoShow::snap float ___snap_3; // System.Int32 PlayerInfoShow::index int32_t ___index_4; // UILabel PlayerInfoShow::label UILabel_t3248798549 * ___label_5; // System.Single PlayerInfoShow::timer float ___timer_6; // System.Single PlayerInfoShow::alpha float ___alpha_7; // System.Boolean PlayerInfoShow::change bool ___change_8; // BetterList`1 PlayerInfoShow::list BetterList_1_t269126732 * ___list_9; public: inline static int32_t get_offset_of_sustainTime_2() { return static_cast(offsetof(PlayerInfoShow_t2638218508, ___sustainTime_2)); } inline float get_sustainTime_2() const { return ___sustainTime_2; } inline float* get_address_of_sustainTime_2() { return &___sustainTime_2; } inline void set_sustainTime_2(float value) { ___sustainTime_2 = value; } inline static int32_t get_offset_of_snap_3() { return static_cast(offsetof(PlayerInfoShow_t2638218508, ___snap_3)); } inline float get_snap_3() const { return ___snap_3; } inline float* get_address_of_snap_3() { return &___snap_3; } inline void set_snap_3(float value) { ___snap_3 = value; } inline static int32_t get_offset_of_index_4() { return static_cast(offsetof(PlayerInfoShow_t2638218508, ___index_4)); } inline int32_t get_index_4() const { return ___index_4; } inline int32_t* get_address_of_index_4() { return &___index_4; } inline void set_index_4(int32_t value) { ___index_4 = value; } inline static int32_t get_offset_of_label_5() { return static_cast(offsetof(PlayerInfoShow_t2638218508, ___label_5)); } inline UILabel_t3248798549 * get_label_5() const { return ___label_5; } inline UILabel_t3248798549 ** get_address_of_label_5() { return &___label_5; } inline void set_label_5(UILabel_t3248798549 * value) { ___label_5 = value; Il2CppCodeGenWriteBarrier((&___label_5), value); } inline static int32_t get_offset_of_timer_6() { return static_cast(offsetof(PlayerInfoShow_t2638218508, ___timer_6)); } inline float get_timer_6() const { return ___timer_6; } inline float* get_address_of_timer_6() { return &___timer_6; } inline void set_timer_6(float value) { ___timer_6 = value; } inline static int32_t get_offset_of_alpha_7() { return static_cast(offsetof(PlayerInfoShow_t2638218508, ___alpha_7)); } inline float get_alpha_7() const { return ___alpha_7; } inline float* get_address_of_alpha_7() { return &___alpha_7; } inline void set_alpha_7(float value) { ___alpha_7 = value; } inline static int32_t get_offset_of_change_8() { return static_cast(offsetof(PlayerInfoShow_t2638218508, ___change_8)); } inline bool get_change_8() const { return ___change_8; } inline bool* get_address_of_change_8() { return &___change_8; } inline void set_change_8(bool value) { ___change_8 = value; } inline static int32_t get_offset_of_list_9() { return static_cast(offsetof(PlayerInfoShow_t2638218508, ___list_9)); } inline BetterList_1_t269126732 * get_list_9() const { return ___list_9; } inline BetterList_1_t269126732 ** get_address_of_list_9() { return &___list_9; } inline void set_list_9(BetterList_1_t269126732 * value) { ___list_9 = value; Il2CppCodeGenWriteBarrier((&___list_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLAYERINFOSHOW_T2638218508_H #ifndef PAOITEM_T1249256034_H #define PAOITEM_T1249256034_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // paoItem struct paoItem_t1249256034 : public MonoBehaviour_t3962482529 { public: // UITexture paoItem::m_texture UITexture_t3471168817 * ___m_texture_2; // System.Boolean paoItem::m_loadDone bool ___m_loadDone_3; // System.Int32 paoItem::m_configID int32_t ___m_configID_4; // System.Boolean paoItem::isPageInit bool ___isPageInit_5; public: inline static int32_t get_offset_of_m_texture_2() { return static_cast(offsetof(paoItem_t1249256034, ___m_texture_2)); } inline UITexture_t3471168817 * get_m_texture_2() const { return ___m_texture_2; } inline UITexture_t3471168817 ** get_address_of_m_texture_2() { return &___m_texture_2; } inline void set_m_texture_2(UITexture_t3471168817 * value) { ___m_texture_2 = value; Il2CppCodeGenWriteBarrier((&___m_texture_2), value); } inline static int32_t get_offset_of_m_loadDone_3() { return static_cast(offsetof(paoItem_t1249256034, ___m_loadDone_3)); } inline bool get_m_loadDone_3() const { return ___m_loadDone_3; } inline bool* get_address_of_m_loadDone_3() { return &___m_loadDone_3; } inline void set_m_loadDone_3(bool value) { ___m_loadDone_3 = value; } inline static int32_t get_offset_of_m_configID_4() { return static_cast(offsetof(paoItem_t1249256034, ___m_configID_4)); } inline int32_t get_m_configID_4() const { return ___m_configID_4; } inline int32_t* get_address_of_m_configID_4() { return &___m_configID_4; } inline void set_m_configID_4(int32_t value) { ___m_configID_4 = value; } inline static int32_t get_offset_of_isPageInit_5() { return static_cast(offsetof(paoItem_t1249256034, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PAOITEM_T1249256034_H #ifndef RIGHTROLEMODELDATA_T2990113550_H #define RIGHTROLEMODELDATA_T2990113550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // RightRoleModelData struct RightRoleModelData_t2990113550 : public MonoBehaviour_t3962482529 { public: // DMCore.Framework.Scene.ISceneRole RightRoleModelData::readyRole ISceneRole_t2394225724 * ___readyRole_2; // RotateRole RightRoleModelData::rotate RotateRole_t1146201425 * ___rotate_3; // UnityEngine.Transform RightRoleModelData::roleParent Transform_t3600365921 * ___roleParent_4; // DMCore.Logic.ReviewInfo RightRoleModelData::m_info ReviewInfo_t914837392 * ___m_info_5; // System.Int32 RightRoleModelData::index int32_t ___index_6; // System.Boolean RightRoleModelData::isPageInit bool ___isPageInit_7; public: inline static int32_t get_offset_of_readyRole_2() { return static_cast(offsetof(RightRoleModelData_t2990113550, ___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(RightRoleModelData_t2990113550, ___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(RightRoleModelData_t2990113550, ___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(RightRoleModelData_t2990113550, ___m_info_5)); } inline ReviewInfo_t914837392 * get_m_info_5() const { return ___m_info_5; } inline ReviewInfo_t914837392 ** get_address_of_m_info_5() { return &___m_info_5; } inline void set_m_info_5(ReviewInfo_t914837392 * value) { ___m_info_5 = value; Il2CppCodeGenWriteBarrier((&___m_info_5), value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(RightRoleModelData_t2990113550, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } inline static int32_t get_offset_of_isPageInit_7() { return static_cast(offsetof(RightRoleModelData_t2990113550, ___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 // RIGHTROLEMODELDATA_T2990113550_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 QUAILFINGAWARDCELL_T1647524062_H #define QUAILFINGAWARDCELL_T1647524062_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // QuailfingAwardCell struct QuailfingAwardCell_t1647524062 : public MonoBehaviour_t3962482529 { public: // UITexture QuailfingAwardCell::icon UITexture_t3471168817 * ___icon_2; // UILabel QuailfingAwardCell::label_num UILabel_t3248798549 * ___label_num_3; // System.Boolean QuailfingAwardCell::m_loadDone bool ___m_loadDone_4; // System.String QuailfingAwardCell::iconPath String_t* ___iconPath_5; // System.Int32 QuailfingAwardCell::configId int32_t ___configId_6; // UISprite QuailfingAwardCell::m_QualityLevel UISprite_t194114938 * ___m_QualityLevel_7; public: inline static int32_t get_offset_of_icon_2() { return static_cast(offsetof(QuailfingAwardCell_t1647524062, ___icon_2)); } inline UITexture_t3471168817 * get_icon_2() const { return ___icon_2; } inline UITexture_t3471168817 ** get_address_of_icon_2() { return &___icon_2; } inline void set_icon_2(UITexture_t3471168817 * value) { ___icon_2 = value; Il2CppCodeGenWriteBarrier((&___icon_2), value); } inline static int32_t get_offset_of_label_num_3() { return static_cast(offsetof(QuailfingAwardCell_t1647524062, ___label_num_3)); } inline UILabel_t3248798549 * get_label_num_3() const { return ___label_num_3; } inline UILabel_t3248798549 ** get_address_of_label_num_3() { return &___label_num_3; } inline void set_label_num_3(UILabel_t3248798549 * value) { ___label_num_3 = value; Il2CppCodeGenWriteBarrier((&___label_num_3), value); } inline static int32_t get_offset_of_m_loadDone_4() { return static_cast(offsetof(QuailfingAwardCell_t1647524062, ___m_loadDone_4)); } inline bool get_m_loadDone_4() const { return ___m_loadDone_4; } inline bool* get_address_of_m_loadDone_4() { return &___m_loadDone_4; } inline void set_m_loadDone_4(bool value) { ___m_loadDone_4 = value; } inline static int32_t get_offset_of_iconPath_5() { return static_cast(offsetof(QuailfingAwardCell_t1647524062, ___iconPath_5)); } inline String_t* get_iconPath_5() const { return ___iconPath_5; } inline String_t** get_address_of_iconPath_5() { return &___iconPath_5; } inline void set_iconPath_5(String_t* value) { ___iconPath_5 = value; Il2CppCodeGenWriteBarrier((&___iconPath_5), value); } inline static int32_t get_offset_of_configId_6() { return static_cast(offsetof(QuailfingAwardCell_t1647524062, ___configId_6)); } inline int32_t get_configId_6() const { return ___configId_6; } inline int32_t* get_address_of_configId_6() { return &___configId_6; } inline void set_configId_6(int32_t value) { ___configId_6 = value; } inline static int32_t get_offset_of_m_QualityLevel_7() { return static_cast(offsetof(QuailfingAwardCell_t1647524062, ___m_QualityLevel_7)); } inline UISprite_t194114938 * get_m_QualityLevel_7() const { return ___m_QualityLevel_7; } inline UISprite_t194114938 ** get_address_of_m_QualityLevel_7() { return &___m_QualityLevel_7; } inline void set_m_QualityLevel_7(UISprite_t194114938 * value) { ___m_QualityLevel_7 = value; Il2CppCodeGenWriteBarrier((&___m_QualityLevel_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUAILFINGAWARDCELL_T1647524062_H #ifndef PANELAUTOFIT_T1811801921_H #define PANELAUTOFIT_T1811801921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // PanelAutoFit struct PanelAutoFit_t1811801921 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Vector2 PanelAutoFit::V2ScreenSize Vector2_t2156229523 ___V2ScreenSize_2; public: inline static int32_t get_offset_of_V2ScreenSize_2() { return static_cast(offsetof(PanelAutoFit_t1811801921, ___V2ScreenSize_2)); } inline Vector2_t2156229523 get_V2ScreenSize_2() const { return ___V2ScreenSize_2; } inline Vector2_t2156229523 * get_address_of_V2ScreenSize_2() { return &___V2ScreenSize_2; } inline void set_V2ScreenSize_2(Vector2_t2156229523 value) { ___V2ScreenSize_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PANELAUTOFIT_T1811801921_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 PETMAINUI_T1540475485_H #define PETMAINUI_T1540475485_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // petMainUI struct petMainUI_t1540475485 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform petMainUI::m_PetDetailRoot Transform_t3600365921 * ___m_PetDetailRoot_2; // UnityEngine.Transform petMainUI::m_PetListRoot Transform_t3600365921 * ___m_PetListRoot_3; // UnityEngine.Transform petMainUI::m_BuyEnergyRoot Transform_t3600365921 * ___m_BuyEnergyRoot_4; // DMListView petMainUI::m_DmPetList DMListView_t512231514 * ___m_DmPetList_5; // PetBuyEnergy petMainUI::m_BuyEnergyUI PetBuyEnergy_t1876705499 * ___m_BuyEnergyUI_6; // UILabel petMainUI::m_labelPetName UILabel_t3248798549 * ___m_labelPetName_7; // UnityEngine.Transform petMainUI::UpgradeRoot Transform_t3600365921 * ___UpgradeRoot_8; // UnityEngine.Transform petMainUI::upQualityRoot Transform_t3600365921 * ___upQualityRoot_9; // UnityEngine.Transform petMainUI::SkillRoot Transform_t3600365921 * ___SkillRoot_10; // UnityEngine.Transform petMainUI::m_ReleseRoot Transform_t3600365921 * ___m_ReleseRoot_11; // UnityEngine.Transform petMainUI::m_GetPetRoot Transform_t3600365921 * ___m_GetPetRoot_12; // UnityEngine.Transform petMainUI::m_UnloadRoot Transform_t3600365921 * ___m_UnloadRoot_13; // UnityEngine.Transform petMainUI::m_QuickHatchRoot Transform_t3600365921 * ___m_QuickHatchRoot_14; // UnityEngine.Transform petMainUI::m_FollowRoot Transform_t3600365921 * ___m_FollowRoot_15; // UnityEngine.Transform petMainUI::m_EggFollowRoot Transform_t3600365921 * ___m_EggFollowRoot_16; // UILabel petMainUI::m_StarNum UILabel_t3248798549 * ___m_StarNum_17; // UILabel petMainUI::m_Quality UILabel_t3248798549 * ___m_Quality_18; // UILabel petMainUI::m_Level UILabel_t3248798549 * ___m_Level_19; // UISprite petMainUI::m_CurrentExperienceBg UISprite_t194114938 * ___m_CurrentExperienceBg_20; // UISprite petMainUI::m_maxExperienceBg UISprite_t194114938 * ___m_maxExperienceBg_21; // UILabel petMainUI::m_ExpPercent UILabel_t3248798549 * ___m_ExpPercent_22; // UILabel petMainUI::m_PetLevelEffect UILabel_t3248798549 * ___m_PetLevelEffect_23; // UILabel petMainUI::m_CurrentAddExp UILabel_t3248798549 * ___m_CurrentAddExp_24; // UILabel petMainUI::m_CurrentAddGold UILabel_t3248798549 * ___m_CurrentAddGold_25; // UILabel petMainUI::m_ExpLittleNum UILabel_t3248798549 * ___m_ExpLittleNum_26; // UILabel petMainUI::m_ExpMoreNum UILabel_t3248798549 * ___m_ExpMoreNum_27; // UILabel petMainUI::m_ExpMostNum UILabel_t3248798549 * ___m_ExpMostNum_28; // UITexture petMainUI::m_ExpLittleImg UITexture_t3471168817 * ___m_ExpLittleImg_29; // UITexture petMainUI::m_ExpMoreImg UITexture_t3471168817 * ___m_ExpMoreImg_30; // UITexture petMainUI::m_ExpMostImg UITexture_t3471168817 * ___m_ExpMostImg_31; // UILabel petMainUI::m_CurrentQuality UILabel_t3248798549 * ___m_CurrentQuality_32; // UISprite petMainUI::m_NextSprite UISprite_t194114938 * ___m_NextSprite_33; // UILabel petMainUI::m_NextQuality UILabel_t3248798549 * ___m_NextQuality_34; // UILabel petMainUI::m_NextQualityRight UILabel_t3248798549 * ___m_NextQualityRight_35; // UILabel petMainUI::m_PetEnergy UILabel_t3248798549 * ___m_PetEnergy_36; // UILabel petMainUI::m_EatNeedEnergy UILabel_t3248798549 * ___m_EatNeedEnergy_37; // UILabel petMainUI::m_StudyNeedEnergy UILabel_t3248798549 * ___m_StudyNeedEnergy_38; // UILabel petMainUI::m_DrillNeedEnergy UILabel_t3248798549 * ___m_DrillNeedEnergy_39; // UILabel petMainUI::m_EatMaterialProportion UILabel_t3248798549 * ___m_EatMaterialProportion_40; // UILabel petMainUI::m_StudyMaterialProportion UILabel_t3248798549 * ___m_StudyMaterialProportion_41; // UILabel petMainUI::m_DrillMaterialProportion UILabel_t3248798549 * ___m_DrillMaterialProportion_42; // UITexture petMainUI::m_EatImag UITexture_t3471168817 * ___m_EatImag_43; // UITexture petMainUI::m_StudyImag UITexture_t3471168817 * ___m_StudyImag_44; // UITexture petMainUI::m_DrillImag UITexture_t3471168817 * ___m_DrillImag_45; // UnityEngine.Transform petMainUI::m_UpQuality Transform_t3600365921 * ___m_UpQuality_46; // UnityEngine.Transform petMainUI::m_UpQualityGray Transform_t3600365921 * ___m_UpQualityGray_47; // UILabel petMainUI::m_UpQualityDesc UILabel_t3248798549 * ___m_UpQualityDesc_48; // PetRotation petMainUI::m_PetModelRoot PetRotation_t3847662312 * ___m_PetModelRoot_49; // UnityEngine.Camera petMainUI::m_3dCamera Camera_t4157153871 * ___m_3dCamera_50; // System.Int32 petMainUI::primCashConfigID int32_t ___primCashConfigID_51; // System.Int32 petMainUI::primConfig int32_t ___primConfig_52; // System.Int32 petMainUI::littleConfig int32_t ___littleConfig_53; // System.Int32 petMainUI::bigConfig int32_t ___bigConfig_54; // System.Boolean petMainUI::isSHowOk bool ___isSHowOk_55; // System.Int32 petMainUI::CurPage int32_t ___CurPage_56; // UnityEngine.Vector3 petMainUI::m_goldScale Vector3_t3722313464 ___m_goldScale_57; // UnityEngine.Vector3 petMainUI::m_littleScale Vector3_t3722313464 ___m_littleScale_58; // UnityEngine.Vector3 petMainUI::m_bigScale Vector3_t3722313464 ___m_bigScale_59; // UnityEngine.Vector3 petMainUI::m_eatScale Vector3_t3722313464 ___m_eatScale_60; // UnityEngine.Vector3 petMainUI::m_studyScale Vector3_t3722313464 ___m_studyScale_61; // UnityEngine.Vector3 petMainUI::m_drillScale Vector3_t3722313464 ___m_drillScale_62; // UnityEngine.Vector3 petMainUI::m_UpEffectPos Vector3_t3722313464 ___m_UpEffectPos_63; // UnityEngine.Vector3 petMainUI::m_LowEffectPos Vector3_t3722313464 ___m_LowEffectPos_64; // UILabel petMainUI::m_GoldAddExp UILabel_t3248798549 * ___m_GoldAddExp_65; // UILabel petMainUI::m_LittleAddExp UILabel_t3248798549 * ___m_LittleAddExp_66; // UILabel petMainUI::m_BigAddExp UILabel_t3248798549 * ___m_BigAddExp_67; // System.Int32 petMainUI::m_GoldExp int32_t ___m_GoldExp_68; // System.Int32 petMainUI::m_LittleExp int32_t ___m_LittleExp_69; // System.Int32 petMainUI::m_BigExp int32_t ___m_BigExp_70; // UnityEngine.Transform petMainUI::helpPanelTransform Transform_t3600365921 * ___helpPanelTransform_71; // UnityEngine.Transform petMainUI::uiRootBoth Transform_t3600365921 * ___uiRootBoth_72; // UnityEngine.Transform petMainUI::UIPetMain Transform_t3600365921 * ___UIPetMain_73; // UnityEngine.Transform petMainUI::PetList Transform_t3600365921 * ___PetList_74; // UnityEngine.GameObject petMainUI::m_LevelEffect GameObject_t1113636619 * ___m_LevelEffect_75; // UITexture petMainUI::m_TextureAni UITexture_t3471168817 * ___m_TextureAni_76; // UnityEngine.Vector3 petMainUI::m_OldTexturePos Vector3_t3722313464 ___m_OldTexturePos_77; // AmountWnd petMainUI::m_WndAmount AmountWnd_t1885830546 * ___m_WndAmount_78; // System.Single petMainUI::cdTime float ___cdTime_79; // System.Boolean petMainUI::isAnimationOn bool ___isAnimationOn_80; // System.Single petMainUI::m_TickChangeAni float ___m_TickChangeAni_81; // System.Boolean petMainUI::m_isPageInit bool ___m_isPageInit_82; // UnityEngine.Camera petMainUI::myCamera Camera_t4157153871 * ___myCamera_83; // System.Single petMainUI::cameraDeep float ___cameraDeep_84; // DMCore.Logic.AmountData petMainUI::data AmountData_t3377750247 * ___data_85; public: inline static int32_t get_offset_of_m_PetDetailRoot_2() { return static_cast(offsetof(petMainUI_t1540475485, ___m_PetDetailRoot_2)); } inline Transform_t3600365921 * get_m_PetDetailRoot_2() const { return ___m_PetDetailRoot_2; } inline Transform_t3600365921 ** get_address_of_m_PetDetailRoot_2() { return &___m_PetDetailRoot_2; } inline void set_m_PetDetailRoot_2(Transform_t3600365921 * value) { ___m_PetDetailRoot_2 = value; Il2CppCodeGenWriteBarrier((&___m_PetDetailRoot_2), value); } inline static int32_t get_offset_of_m_PetListRoot_3() { return static_cast(offsetof(petMainUI_t1540475485, ___m_PetListRoot_3)); } inline Transform_t3600365921 * get_m_PetListRoot_3() const { return ___m_PetListRoot_3; } inline Transform_t3600365921 ** get_address_of_m_PetListRoot_3() { return &___m_PetListRoot_3; } inline void set_m_PetListRoot_3(Transform_t3600365921 * value) { ___m_PetListRoot_3 = value; Il2CppCodeGenWriteBarrier((&___m_PetListRoot_3), value); } inline static int32_t get_offset_of_m_BuyEnergyRoot_4() { return static_cast(offsetof(petMainUI_t1540475485, ___m_BuyEnergyRoot_4)); } inline Transform_t3600365921 * get_m_BuyEnergyRoot_4() const { return ___m_BuyEnergyRoot_4; } inline Transform_t3600365921 ** get_address_of_m_BuyEnergyRoot_4() { return &___m_BuyEnergyRoot_4; } inline void set_m_BuyEnergyRoot_4(Transform_t3600365921 * value) { ___m_BuyEnergyRoot_4 = value; Il2CppCodeGenWriteBarrier((&___m_BuyEnergyRoot_4), value); } inline static int32_t get_offset_of_m_DmPetList_5() { return static_cast(offsetof(petMainUI_t1540475485, ___m_DmPetList_5)); } inline DMListView_t512231514 * get_m_DmPetList_5() const { return ___m_DmPetList_5; } inline DMListView_t512231514 ** get_address_of_m_DmPetList_5() { return &___m_DmPetList_5; } inline void set_m_DmPetList_5(DMListView_t512231514 * value) { ___m_DmPetList_5 = value; Il2CppCodeGenWriteBarrier((&___m_DmPetList_5), value); } inline static int32_t get_offset_of_m_BuyEnergyUI_6() { return static_cast(offsetof(petMainUI_t1540475485, ___m_BuyEnergyUI_6)); } inline PetBuyEnergy_t1876705499 * get_m_BuyEnergyUI_6() const { return ___m_BuyEnergyUI_6; } inline PetBuyEnergy_t1876705499 ** get_address_of_m_BuyEnergyUI_6() { return &___m_BuyEnergyUI_6; } inline void set_m_BuyEnergyUI_6(PetBuyEnergy_t1876705499 * value) { ___m_BuyEnergyUI_6 = value; Il2CppCodeGenWriteBarrier((&___m_BuyEnergyUI_6), value); } inline static int32_t get_offset_of_m_labelPetName_7() { return static_cast(offsetof(petMainUI_t1540475485, ___m_labelPetName_7)); } inline UILabel_t3248798549 * get_m_labelPetName_7() const { return ___m_labelPetName_7; } inline UILabel_t3248798549 ** get_address_of_m_labelPetName_7() { return &___m_labelPetName_7; } inline void set_m_labelPetName_7(UILabel_t3248798549 * value) { ___m_labelPetName_7 = value; Il2CppCodeGenWriteBarrier((&___m_labelPetName_7), value); } inline static int32_t get_offset_of_UpgradeRoot_8() { return static_cast(offsetof(petMainUI_t1540475485, ___UpgradeRoot_8)); } inline Transform_t3600365921 * get_UpgradeRoot_8() const { return ___UpgradeRoot_8; } inline Transform_t3600365921 ** get_address_of_UpgradeRoot_8() { return &___UpgradeRoot_8; } inline void set_UpgradeRoot_8(Transform_t3600365921 * value) { ___UpgradeRoot_8 = value; Il2CppCodeGenWriteBarrier((&___UpgradeRoot_8), value); } inline static int32_t get_offset_of_upQualityRoot_9() { return static_cast(offsetof(petMainUI_t1540475485, ___upQualityRoot_9)); } inline Transform_t3600365921 * get_upQualityRoot_9() const { return ___upQualityRoot_9; } inline Transform_t3600365921 ** get_address_of_upQualityRoot_9() { return &___upQualityRoot_9; } inline void set_upQualityRoot_9(Transform_t3600365921 * value) { ___upQualityRoot_9 = value; Il2CppCodeGenWriteBarrier((&___upQualityRoot_9), value); } inline static int32_t get_offset_of_SkillRoot_10() { return static_cast(offsetof(petMainUI_t1540475485, ___SkillRoot_10)); } inline Transform_t3600365921 * get_SkillRoot_10() const { return ___SkillRoot_10; } inline Transform_t3600365921 ** get_address_of_SkillRoot_10() { return &___SkillRoot_10; } inline void set_SkillRoot_10(Transform_t3600365921 * value) { ___SkillRoot_10 = value; Il2CppCodeGenWriteBarrier((&___SkillRoot_10), value); } inline static int32_t get_offset_of_m_ReleseRoot_11() { return static_cast(offsetof(petMainUI_t1540475485, ___m_ReleseRoot_11)); } inline Transform_t3600365921 * get_m_ReleseRoot_11() const { return ___m_ReleseRoot_11; } inline Transform_t3600365921 ** get_address_of_m_ReleseRoot_11() { return &___m_ReleseRoot_11; } inline void set_m_ReleseRoot_11(Transform_t3600365921 * value) { ___m_ReleseRoot_11 = value; Il2CppCodeGenWriteBarrier((&___m_ReleseRoot_11), value); } inline static int32_t get_offset_of_m_GetPetRoot_12() { return static_cast(offsetof(petMainUI_t1540475485, ___m_GetPetRoot_12)); } inline Transform_t3600365921 * get_m_GetPetRoot_12() const { return ___m_GetPetRoot_12; } inline Transform_t3600365921 ** get_address_of_m_GetPetRoot_12() { return &___m_GetPetRoot_12; } inline void set_m_GetPetRoot_12(Transform_t3600365921 * value) { ___m_GetPetRoot_12 = value; Il2CppCodeGenWriteBarrier((&___m_GetPetRoot_12), value); } inline static int32_t get_offset_of_m_UnloadRoot_13() { return static_cast(offsetof(petMainUI_t1540475485, ___m_UnloadRoot_13)); } inline Transform_t3600365921 * get_m_UnloadRoot_13() const { return ___m_UnloadRoot_13; } inline Transform_t3600365921 ** get_address_of_m_UnloadRoot_13() { return &___m_UnloadRoot_13; } inline void set_m_UnloadRoot_13(Transform_t3600365921 * value) { ___m_UnloadRoot_13 = value; Il2CppCodeGenWriteBarrier((&___m_UnloadRoot_13), value); } inline static int32_t get_offset_of_m_QuickHatchRoot_14() { return static_cast(offsetof(petMainUI_t1540475485, ___m_QuickHatchRoot_14)); } inline Transform_t3600365921 * get_m_QuickHatchRoot_14() const { return ___m_QuickHatchRoot_14; } inline Transform_t3600365921 ** get_address_of_m_QuickHatchRoot_14() { return &___m_QuickHatchRoot_14; } inline void set_m_QuickHatchRoot_14(Transform_t3600365921 * value) { ___m_QuickHatchRoot_14 = value; Il2CppCodeGenWriteBarrier((&___m_QuickHatchRoot_14), value); } inline static int32_t get_offset_of_m_FollowRoot_15() { return static_cast(offsetof(petMainUI_t1540475485, ___m_FollowRoot_15)); } inline Transform_t3600365921 * get_m_FollowRoot_15() const { return ___m_FollowRoot_15; } inline Transform_t3600365921 ** get_address_of_m_FollowRoot_15() { return &___m_FollowRoot_15; } inline void set_m_FollowRoot_15(Transform_t3600365921 * value) { ___m_FollowRoot_15 = value; Il2CppCodeGenWriteBarrier((&___m_FollowRoot_15), value); } inline static int32_t get_offset_of_m_EggFollowRoot_16() { return static_cast(offsetof(petMainUI_t1540475485, ___m_EggFollowRoot_16)); } inline Transform_t3600365921 * get_m_EggFollowRoot_16() const { return ___m_EggFollowRoot_16; } inline Transform_t3600365921 ** get_address_of_m_EggFollowRoot_16() { return &___m_EggFollowRoot_16; } inline void set_m_EggFollowRoot_16(Transform_t3600365921 * value) { ___m_EggFollowRoot_16 = value; Il2CppCodeGenWriteBarrier((&___m_EggFollowRoot_16), value); } inline static int32_t get_offset_of_m_StarNum_17() { return static_cast(offsetof(petMainUI_t1540475485, ___m_StarNum_17)); } inline UILabel_t3248798549 * get_m_StarNum_17() const { return ___m_StarNum_17; } inline UILabel_t3248798549 ** get_address_of_m_StarNum_17() { return &___m_StarNum_17; } inline void set_m_StarNum_17(UILabel_t3248798549 * value) { ___m_StarNum_17 = value; Il2CppCodeGenWriteBarrier((&___m_StarNum_17), value); } inline static int32_t get_offset_of_m_Quality_18() { return static_cast(offsetof(petMainUI_t1540475485, ___m_Quality_18)); } inline UILabel_t3248798549 * get_m_Quality_18() const { return ___m_Quality_18; } inline UILabel_t3248798549 ** get_address_of_m_Quality_18() { return &___m_Quality_18; } inline void set_m_Quality_18(UILabel_t3248798549 * value) { ___m_Quality_18 = value; Il2CppCodeGenWriteBarrier((&___m_Quality_18), value); } inline static int32_t get_offset_of_m_Level_19() { return static_cast(offsetof(petMainUI_t1540475485, ___m_Level_19)); } inline UILabel_t3248798549 * get_m_Level_19() const { return ___m_Level_19; } inline UILabel_t3248798549 ** get_address_of_m_Level_19() { return &___m_Level_19; } inline void set_m_Level_19(UILabel_t3248798549 * value) { ___m_Level_19 = value; Il2CppCodeGenWriteBarrier((&___m_Level_19), value); } inline static int32_t get_offset_of_m_CurrentExperienceBg_20() { return static_cast(offsetof(petMainUI_t1540475485, ___m_CurrentExperienceBg_20)); } inline UISprite_t194114938 * get_m_CurrentExperienceBg_20() const { return ___m_CurrentExperienceBg_20; } inline UISprite_t194114938 ** get_address_of_m_CurrentExperienceBg_20() { return &___m_CurrentExperienceBg_20; } inline void set_m_CurrentExperienceBg_20(UISprite_t194114938 * value) { ___m_CurrentExperienceBg_20 = value; Il2CppCodeGenWriteBarrier((&___m_CurrentExperienceBg_20), value); } inline static int32_t get_offset_of_m_maxExperienceBg_21() { return static_cast(offsetof(petMainUI_t1540475485, ___m_maxExperienceBg_21)); } inline UISprite_t194114938 * get_m_maxExperienceBg_21() const { return ___m_maxExperienceBg_21; } inline UISprite_t194114938 ** get_address_of_m_maxExperienceBg_21() { return &___m_maxExperienceBg_21; } inline void set_m_maxExperienceBg_21(UISprite_t194114938 * value) { ___m_maxExperienceBg_21 = value; Il2CppCodeGenWriteBarrier((&___m_maxExperienceBg_21), value); } inline static int32_t get_offset_of_m_ExpPercent_22() { return static_cast(offsetof(petMainUI_t1540475485, ___m_ExpPercent_22)); } inline UILabel_t3248798549 * get_m_ExpPercent_22() const { return ___m_ExpPercent_22; } inline UILabel_t3248798549 ** get_address_of_m_ExpPercent_22() { return &___m_ExpPercent_22; } inline void set_m_ExpPercent_22(UILabel_t3248798549 * value) { ___m_ExpPercent_22 = value; Il2CppCodeGenWriteBarrier((&___m_ExpPercent_22), value); } inline static int32_t get_offset_of_m_PetLevelEffect_23() { return static_cast(offsetof(petMainUI_t1540475485, ___m_PetLevelEffect_23)); } inline UILabel_t3248798549 * get_m_PetLevelEffect_23() const { return ___m_PetLevelEffect_23; } inline UILabel_t3248798549 ** get_address_of_m_PetLevelEffect_23() { return &___m_PetLevelEffect_23; } inline void set_m_PetLevelEffect_23(UILabel_t3248798549 * value) { ___m_PetLevelEffect_23 = value; Il2CppCodeGenWriteBarrier((&___m_PetLevelEffect_23), value); } inline static int32_t get_offset_of_m_CurrentAddExp_24() { return static_cast(offsetof(petMainUI_t1540475485, ___m_CurrentAddExp_24)); } inline UILabel_t3248798549 * get_m_CurrentAddExp_24() const { return ___m_CurrentAddExp_24; } inline UILabel_t3248798549 ** get_address_of_m_CurrentAddExp_24() { return &___m_CurrentAddExp_24; } inline void set_m_CurrentAddExp_24(UILabel_t3248798549 * value) { ___m_CurrentAddExp_24 = value; Il2CppCodeGenWriteBarrier((&___m_CurrentAddExp_24), value); } inline static int32_t get_offset_of_m_CurrentAddGold_25() { return static_cast(offsetof(petMainUI_t1540475485, ___m_CurrentAddGold_25)); } inline UILabel_t3248798549 * get_m_CurrentAddGold_25() const { return ___m_CurrentAddGold_25; } inline UILabel_t3248798549 ** get_address_of_m_CurrentAddGold_25() { return &___m_CurrentAddGold_25; } inline void set_m_CurrentAddGold_25(UILabel_t3248798549 * value) { ___m_CurrentAddGold_25 = value; Il2CppCodeGenWriteBarrier((&___m_CurrentAddGold_25), value); } inline static int32_t get_offset_of_m_ExpLittleNum_26() { return static_cast(offsetof(petMainUI_t1540475485, ___m_ExpLittleNum_26)); } inline UILabel_t3248798549 * get_m_ExpLittleNum_26() const { return ___m_ExpLittleNum_26; } inline UILabel_t3248798549 ** get_address_of_m_ExpLittleNum_26() { return &___m_ExpLittleNum_26; } inline void set_m_ExpLittleNum_26(UILabel_t3248798549 * value) { ___m_ExpLittleNum_26 = value; Il2CppCodeGenWriteBarrier((&___m_ExpLittleNum_26), value); } inline static int32_t get_offset_of_m_ExpMoreNum_27() { return static_cast(offsetof(petMainUI_t1540475485, ___m_ExpMoreNum_27)); } inline UILabel_t3248798549 * get_m_ExpMoreNum_27() const { return ___m_ExpMoreNum_27; } inline UILabel_t3248798549 ** get_address_of_m_ExpMoreNum_27() { return &___m_ExpMoreNum_27; } inline void set_m_ExpMoreNum_27(UILabel_t3248798549 * value) { ___m_ExpMoreNum_27 = value; Il2CppCodeGenWriteBarrier((&___m_ExpMoreNum_27), value); } inline static int32_t get_offset_of_m_ExpMostNum_28() { return static_cast(offsetof(petMainUI_t1540475485, ___m_ExpMostNum_28)); } inline UILabel_t3248798549 * get_m_ExpMostNum_28() const { return ___m_ExpMostNum_28; } inline UILabel_t3248798549 ** get_address_of_m_ExpMostNum_28() { return &___m_ExpMostNum_28; } inline void set_m_ExpMostNum_28(UILabel_t3248798549 * value) { ___m_ExpMostNum_28 = value; Il2CppCodeGenWriteBarrier((&___m_ExpMostNum_28), value); } inline static int32_t get_offset_of_m_ExpLittleImg_29() { return static_cast(offsetof(petMainUI_t1540475485, ___m_ExpLittleImg_29)); } inline UITexture_t3471168817 * get_m_ExpLittleImg_29() const { return ___m_ExpLittleImg_29; } inline UITexture_t3471168817 ** get_address_of_m_ExpLittleImg_29() { return &___m_ExpLittleImg_29; } inline void set_m_ExpLittleImg_29(UITexture_t3471168817 * value) { ___m_ExpLittleImg_29 = value; Il2CppCodeGenWriteBarrier((&___m_ExpLittleImg_29), value); } inline static int32_t get_offset_of_m_ExpMoreImg_30() { return static_cast(offsetof(petMainUI_t1540475485, ___m_ExpMoreImg_30)); } inline UITexture_t3471168817 * get_m_ExpMoreImg_30() const { return ___m_ExpMoreImg_30; } inline UITexture_t3471168817 ** get_address_of_m_ExpMoreImg_30() { return &___m_ExpMoreImg_30; } inline void set_m_ExpMoreImg_30(UITexture_t3471168817 * value) { ___m_ExpMoreImg_30 = value; Il2CppCodeGenWriteBarrier((&___m_ExpMoreImg_30), value); } inline static int32_t get_offset_of_m_ExpMostImg_31() { return static_cast(offsetof(petMainUI_t1540475485, ___m_ExpMostImg_31)); } inline UITexture_t3471168817 * get_m_ExpMostImg_31() const { return ___m_ExpMostImg_31; } inline UITexture_t3471168817 ** get_address_of_m_ExpMostImg_31() { return &___m_ExpMostImg_31; } inline void set_m_ExpMostImg_31(UITexture_t3471168817 * value) { ___m_ExpMostImg_31 = value; Il2CppCodeGenWriteBarrier((&___m_ExpMostImg_31), value); } inline static int32_t get_offset_of_m_CurrentQuality_32() { return static_cast(offsetof(petMainUI_t1540475485, ___m_CurrentQuality_32)); } inline UILabel_t3248798549 * get_m_CurrentQuality_32() const { return ___m_CurrentQuality_32; } inline UILabel_t3248798549 ** get_address_of_m_CurrentQuality_32() { return &___m_CurrentQuality_32; } inline void set_m_CurrentQuality_32(UILabel_t3248798549 * value) { ___m_CurrentQuality_32 = value; Il2CppCodeGenWriteBarrier((&___m_CurrentQuality_32), value); } inline static int32_t get_offset_of_m_NextSprite_33() { return static_cast(offsetof(petMainUI_t1540475485, ___m_NextSprite_33)); } inline UISprite_t194114938 * get_m_NextSprite_33() const { return ___m_NextSprite_33; } inline UISprite_t194114938 ** get_address_of_m_NextSprite_33() { return &___m_NextSprite_33; } inline void set_m_NextSprite_33(UISprite_t194114938 * value) { ___m_NextSprite_33 = value; Il2CppCodeGenWriteBarrier((&___m_NextSprite_33), value); } inline static int32_t get_offset_of_m_NextQuality_34() { return static_cast(offsetof(petMainUI_t1540475485, ___m_NextQuality_34)); } inline UILabel_t3248798549 * get_m_NextQuality_34() const { return ___m_NextQuality_34; } inline UILabel_t3248798549 ** get_address_of_m_NextQuality_34() { return &___m_NextQuality_34; } inline void set_m_NextQuality_34(UILabel_t3248798549 * value) { ___m_NextQuality_34 = value; Il2CppCodeGenWriteBarrier((&___m_NextQuality_34), value); } inline static int32_t get_offset_of_m_NextQualityRight_35() { return static_cast(offsetof(petMainUI_t1540475485, ___m_NextQualityRight_35)); } inline UILabel_t3248798549 * get_m_NextQualityRight_35() const { return ___m_NextQualityRight_35; } inline UILabel_t3248798549 ** get_address_of_m_NextQualityRight_35() { return &___m_NextQualityRight_35; } inline void set_m_NextQualityRight_35(UILabel_t3248798549 * value) { ___m_NextQualityRight_35 = value; Il2CppCodeGenWriteBarrier((&___m_NextQualityRight_35), value); } inline static int32_t get_offset_of_m_PetEnergy_36() { return static_cast(offsetof(petMainUI_t1540475485, ___m_PetEnergy_36)); } inline UILabel_t3248798549 * get_m_PetEnergy_36() const { return ___m_PetEnergy_36; } inline UILabel_t3248798549 ** get_address_of_m_PetEnergy_36() { return &___m_PetEnergy_36; } inline void set_m_PetEnergy_36(UILabel_t3248798549 * value) { ___m_PetEnergy_36 = value; Il2CppCodeGenWriteBarrier((&___m_PetEnergy_36), value); } inline static int32_t get_offset_of_m_EatNeedEnergy_37() { return static_cast(offsetof(petMainUI_t1540475485, ___m_EatNeedEnergy_37)); } inline UILabel_t3248798549 * get_m_EatNeedEnergy_37() const { return ___m_EatNeedEnergy_37; } inline UILabel_t3248798549 ** get_address_of_m_EatNeedEnergy_37() { return &___m_EatNeedEnergy_37; } inline void set_m_EatNeedEnergy_37(UILabel_t3248798549 * value) { ___m_EatNeedEnergy_37 = value; Il2CppCodeGenWriteBarrier((&___m_EatNeedEnergy_37), value); } inline static int32_t get_offset_of_m_StudyNeedEnergy_38() { return static_cast(offsetof(petMainUI_t1540475485, ___m_StudyNeedEnergy_38)); } inline UILabel_t3248798549 * get_m_StudyNeedEnergy_38() const { return ___m_StudyNeedEnergy_38; } inline UILabel_t3248798549 ** get_address_of_m_StudyNeedEnergy_38() { return &___m_StudyNeedEnergy_38; } inline void set_m_StudyNeedEnergy_38(UILabel_t3248798549 * value) { ___m_StudyNeedEnergy_38 = value; Il2CppCodeGenWriteBarrier((&___m_StudyNeedEnergy_38), value); } inline static int32_t get_offset_of_m_DrillNeedEnergy_39() { return static_cast(offsetof(petMainUI_t1540475485, ___m_DrillNeedEnergy_39)); } inline UILabel_t3248798549 * get_m_DrillNeedEnergy_39() const { return ___m_DrillNeedEnergy_39; } inline UILabel_t3248798549 ** get_address_of_m_DrillNeedEnergy_39() { return &___m_DrillNeedEnergy_39; } inline void set_m_DrillNeedEnergy_39(UILabel_t3248798549 * value) { ___m_DrillNeedEnergy_39 = value; Il2CppCodeGenWriteBarrier((&___m_DrillNeedEnergy_39), value); } inline static int32_t get_offset_of_m_EatMaterialProportion_40() { return static_cast(offsetof(petMainUI_t1540475485, ___m_EatMaterialProportion_40)); } inline UILabel_t3248798549 * get_m_EatMaterialProportion_40() const { return ___m_EatMaterialProportion_40; } inline UILabel_t3248798549 ** get_address_of_m_EatMaterialProportion_40() { return &___m_EatMaterialProportion_40; } inline void set_m_EatMaterialProportion_40(UILabel_t3248798549 * value) { ___m_EatMaterialProportion_40 = value; Il2CppCodeGenWriteBarrier((&___m_EatMaterialProportion_40), value); } inline static int32_t get_offset_of_m_StudyMaterialProportion_41() { return static_cast(offsetof(petMainUI_t1540475485, ___m_StudyMaterialProportion_41)); } inline UILabel_t3248798549 * get_m_StudyMaterialProportion_41() const { return ___m_StudyMaterialProportion_41; } inline UILabel_t3248798549 ** get_address_of_m_StudyMaterialProportion_41() { return &___m_StudyMaterialProportion_41; } inline void set_m_StudyMaterialProportion_41(UILabel_t3248798549 * value) { ___m_StudyMaterialProportion_41 = value; Il2CppCodeGenWriteBarrier((&___m_StudyMaterialProportion_41), value); } inline static int32_t get_offset_of_m_DrillMaterialProportion_42() { return static_cast(offsetof(petMainUI_t1540475485, ___m_DrillMaterialProportion_42)); } inline UILabel_t3248798549 * get_m_DrillMaterialProportion_42() const { return ___m_DrillMaterialProportion_42; } inline UILabel_t3248798549 ** get_address_of_m_DrillMaterialProportion_42() { return &___m_DrillMaterialProportion_42; } inline void set_m_DrillMaterialProportion_42(UILabel_t3248798549 * value) { ___m_DrillMaterialProportion_42 = value; Il2CppCodeGenWriteBarrier((&___m_DrillMaterialProportion_42), value); } inline static int32_t get_offset_of_m_EatImag_43() { return static_cast(offsetof(petMainUI_t1540475485, ___m_EatImag_43)); } inline UITexture_t3471168817 * get_m_EatImag_43() const { return ___m_EatImag_43; } inline UITexture_t3471168817 ** get_address_of_m_EatImag_43() { return &___m_EatImag_43; } inline void set_m_EatImag_43(UITexture_t3471168817 * value) { ___m_EatImag_43 = value; Il2CppCodeGenWriteBarrier((&___m_EatImag_43), value); } inline static int32_t get_offset_of_m_StudyImag_44() { return static_cast(offsetof(petMainUI_t1540475485, ___m_StudyImag_44)); } inline UITexture_t3471168817 * get_m_StudyImag_44() const { return ___m_StudyImag_44; } inline UITexture_t3471168817 ** get_address_of_m_StudyImag_44() { return &___m_StudyImag_44; } inline void set_m_StudyImag_44(UITexture_t3471168817 * value) { ___m_StudyImag_44 = value; Il2CppCodeGenWriteBarrier((&___m_StudyImag_44), value); } inline static int32_t get_offset_of_m_DrillImag_45() { return static_cast(offsetof(petMainUI_t1540475485, ___m_DrillImag_45)); } inline UITexture_t3471168817 * get_m_DrillImag_45() const { return ___m_DrillImag_45; } inline UITexture_t3471168817 ** get_address_of_m_DrillImag_45() { return &___m_DrillImag_45; } inline void set_m_DrillImag_45(UITexture_t3471168817 * value) { ___m_DrillImag_45 = value; Il2CppCodeGenWriteBarrier((&___m_DrillImag_45), value); } inline static int32_t get_offset_of_m_UpQuality_46() { return static_cast(offsetof(petMainUI_t1540475485, ___m_UpQuality_46)); } inline Transform_t3600365921 * get_m_UpQuality_46() const { return ___m_UpQuality_46; } inline Transform_t3600365921 ** get_address_of_m_UpQuality_46() { return &___m_UpQuality_46; } inline void set_m_UpQuality_46(Transform_t3600365921 * value) { ___m_UpQuality_46 = value; Il2CppCodeGenWriteBarrier((&___m_UpQuality_46), value); } inline static int32_t get_offset_of_m_UpQualityGray_47() { return static_cast(offsetof(petMainUI_t1540475485, ___m_UpQualityGray_47)); } inline Transform_t3600365921 * get_m_UpQualityGray_47() const { return ___m_UpQualityGray_47; } inline Transform_t3600365921 ** get_address_of_m_UpQualityGray_47() { return &___m_UpQualityGray_47; } inline void set_m_UpQualityGray_47(Transform_t3600365921 * value) { ___m_UpQualityGray_47 = value; Il2CppCodeGenWriteBarrier((&___m_UpQualityGray_47), value); } inline static int32_t get_offset_of_m_UpQualityDesc_48() { return static_cast(offsetof(petMainUI_t1540475485, ___m_UpQualityDesc_48)); } inline UILabel_t3248798549 * get_m_UpQualityDesc_48() const { return ___m_UpQualityDesc_48; } inline UILabel_t3248798549 ** get_address_of_m_UpQualityDesc_48() { return &___m_UpQualityDesc_48; } inline void set_m_UpQualityDesc_48(UILabel_t3248798549 * value) { ___m_UpQualityDesc_48 = value; Il2CppCodeGenWriteBarrier((&___m_UpQualityDesc_48), value); } inline static int32_t get_offset_of_m_PetModelRoot_49() { return static_cast(offsetof(petMainUI_t1540475485, ___m_PetModelRoot_49)); } inline PetRotation_t3847662312 * get_m_PetModelRoot_49() const { return ___m_PetModelRoot_49; } inline PetRotation_t3847662312 ** get_address_of_m_PetModelRoot_49() { return &___m_PetModelRoot_49; } inline void set_m_PetModelRoot_49(PetRotation_t3847662312 * value) { ___m_PetModelRoot_49 = value; Il2CppCodeGenWriteBarrier((&___m_PetModelRoot_49), value); } inline static int32_t get_offset_of_m_3dCamera_50() { return static_cast(offsetof(petMainUI_t1540475485, ___m_3dCamera_50)); } inline Camera_t4157153871 * get_m_3dCamera_50() const { return ___m_3dCamera_50; } inline Camera_t4157153871 ** get_address_of_m_3dCamera_50() { return &___m_3dCamera_50; } inline void set_m_3dCamera_50(Camera_t4157153871 * value) { ___m_3dCamera_50 = value; Il2CppCodeGenWriteBarrier((&___m_3dCamera_50), value); } inline static int32_t get_offset_of_primCashConfigID_51() { return static_cast(offsetof(petMainUI_t1540475485, ___primCashConfigID_51)); } inline int32_t get_primCashConfigID_51() const { return ___primCashConfigID_51; } inline int32_t* get_address_of_primCashConfigID_51() { return &___primCashConfigID_51; } inline void set_primCashConfigID_51(int32_t value) { ___primCashConfigID_51 = value; } inline static int32_t get_offset_of_primConfig_52() { return static_cast(offsetof(petMainUI_t1540475485, ___primConfig_52)); } inline int32_t get_primConfig_52() const { return ___primConfig_52; } inline int32_t* get_address_of_primConfig_52() { return &___primConfig_52; } inline void set_primConfig_52(int32_t value) { ___primConfig_52 = value; } inline static int32_t get_offset_of_littleConfig_53() { return static_cast(offsetof(petMainUI_t1540475485, ___littleConfig_53)); } inline int32_t get_littleConfig_53() const { return ___littleConfig_53; } inline int32_t* get_address_of_littleConfig_53() { return &___littleConfig_53; } inline void set_littleConfig_53(int32_t value) { ___littleConfig_53 = value; } inline static int32_t get_offset_of_bigConfig_54() { return static_cast(offsetof(petMainUI_t1540475485, ___bigConfig_54)); } inline int32_t get_bigConfig_54() const { return ___bigConfig_54; } inline int32_t* get_address_of_bigConfig_54() { return &___bigConfig_54; } inline void set_bigConfig_54(int32_t value) { ___bigConfig_54 = value; } inline static int32_t get_offset_of_isSHowOk_55() { return static_cast(offsetof(petMainUI_t1540475485, ___isSHowOk_55)); } inline bool get_isSHowOk_55() const { return ___isSHowOk_55; } inline bool* get_address_of_isSHowOk_55() { return &___isSHowOk_55; } inline void set_isSHowOk_55(bool value) { ___isSHowOk_55 = value; } inline static int32_t get_offset_of_CurPage_56() { return static_cast(offsetof(petMainUI_t1540475485, ___CurPage_56)); } inline int32_t get_CurPage_56() const { return ___CurPage_56; } inline int32_t* get_address_of_CurPage_56() { return &___CurPage_56; } inline void set_CurPage_56(int32_t value) { ___CurPage_56 = value; } inline static int32_t get_offset_of_m_goldScale_57() { return static_cast(offsetof(petMainUI_t1540475485, ___m_goldScale_57)); } inline Vector3_t3722313464 get_m_goldScale_57() const { return ___m_goldScale_57; } inline Vector3_t3722313464 * get_address_of_m_goldScale_57() { return &___m_goldScale_57; } inline void set_m_goldScale_57(Vector3_t3722313464 value) { ___m_goldScale_57 = value; } inline static int32_t get_offset_of_m_littleScale_58() { return static_cast(offsetof(petMainUI_t1540475485, ___m_littleScale_58)); } inline Vector3_t3722313464 get_m_littleScale_58() const { return ___m_littleScale_58; } inline Vector3_t3722313464 * get_address_of_m_littleScale_58() { return &___m_littleScale_58; } inline void set_m_littleScale_58(Vector3_t3722313464 value) { ___m_littleScale_58 = value; } inline static int32_t get_offset_of_m_bigScale_59() { return static_cast(offsetof(petMainUI_t1540475485, ___m_bigScale_59)); } inline Vector3_t3722313464 get_m_bigScale_59() const { return ___m_bigScale_59; } inline Vector3_t3722313464 * get_address_of_m_bigScale_59() { return &___m_bigScale_59; } inline void set_m_bigScale_59(Vector3_t3722313464 value) { ___m_bigScale_59 = value; } inline static int32_t get_offset_of_m_eatScale_60() { return static_cast(offsetof(petMainUI_t1540475485, ___m_eatScale_60)); } inline Vector3_t3722313464 get_m_eatScale_60() const { return ___m_eatScale_60; } inline Vector3_t3722313464 * get_address_of_m_eatScale_60() { return &___m_eatScale_60; } inline void set_m_eatScale_60(Vector3_t3722313464 value) { ___m_eatScale_60 = value; } inline static int32_t get_offset_of_m_studyScale_61() { return static_cast(offsetof(petMainUI_t1540475485, ___m_studyScale_61)); } inline Vector3_t3722313464 get_m_studyScale_61() const { return ___m_studyScale_61; } inline Vector3_t3722313464 * get_address_of_m_studyScale_61() { return &___m_studyScale_61; } inline void set_m_studyScale_61(Vector3_t3722313464 value) { ___m_studyScale_61 = value; } inline static int32_t get_offset_of_m_drillScale_62() { return static_cast(offsetof(petMainUI_t1540475485, ___m_drillScale_62)); } inline Vector3_t3722313464 get_m_drillScale_62() const { return ___m_drillScale_62; } inline Vector3_t3722313464 * get_address_of_m_drillScale_62() { return &___m_drillScale_62; } inline void set_m_drillScale_62(Vector3_t3722313464 value) { ___m_drillScale_62 = value; } inline static int32_t get_offset_of_m_UpEffectPos_63() { return static_cast(offsetof(petMainUI_t1540475485, ___m_UpEffectPos_63)); } inline Vector3_t3722313464 get_m_UpEffectPos_63() const { return ___m_UpEffectPos_63; } inline Vector3_t3722313464 * get_address_of_m_UpEffectPos_63() { return &___m_UpEffectPos_63; } inline void set_m_UpEffectPos_63(Vector3_t3722313464 value) { ___m_UpEffectPos_63 = value; } inline static int32_t get_offset_of_m_LowEffectPos_64() { return static_cast(offsetof(petMainUI_t1540475485, ___m_LowEffectPos_64)); } inline Vector3_t3722313464 get_m_LowEffectPos_64() const { return ___m_LowEffectPos_64; } inline Vector3_t3722313464 * get_address_of_m_LowEffectPos_64() { return &___m_LowEffectPos_64; } inline void set_m_LowEffectPos_64(Vector3_t3722313464 value) { ___m_LowEffectPos_64 = value; } inline static int32_t get_offset_of_m_GoldAddExp_65() { return static_cast(offsetof(petMainUI_t1540475485, ___m_GoldAddExp_65)); } inline UILabel_t3248798549 * get_m_GoldAddExp_65() const { return ___m_GoldAddExp_65; } inline UILabel_t3248798549 ** get_address_of_m_GoldAddExp_65() { return &___m_GoldAddExp_65; } inline void set_m_GoldAddExp_65(UILabel_t3248798549 * value) { ___m_GoldAddExp_65 = value; Il2CppCodeGenWriteBarrier((&___m_GoldAddExp_65), value); } inline static int32_t get_offset_of_m_LittleAddExp_66() { return static_cast(offsetof(petMainUI_t1540475485, ___m_LittleAddExp_66)); } inline UILabel_t3248798549 * get_m_LittleAddExp_66() const { return ___m_LittleAddExp_66; } inline UILabel_t3248798549 ** get_address_of_m_LittleAddExp_66() { return &___m_LittleAddExp_66; } inline void set_m_LittleAddExp_66(UILabel_t3248798549 * value) { ___m_LittleAddExp_66 = value; Il2CppCodeGenWriteBarrier((&___m_LittleAddExp_66), value); } inline static int32_t get_offset_of_m_BigAddExp_67() { return static_cast(offsetof(petMainUI_t1540475485, ___m_BigAddExp_67)); } inline UILabel_t3248798549 * get_m_BigAddExp_67() const { return ___m_BigAddExp_67; } inline UILabel_t3248798549 ** get_address_of_m_BigAddExp_67() { return &___m_BigAddExp_67; } inline void set_m_BigAddExp_67(UILabel_t3248798549 * value) { ___m_BigAddExp_67 = value; Il2CppCodeGenWriteBarrier((&___m_BigAddExp_67), value); } inline static int32_t get_offset_of_m_GoldExp_68() { return static_cast(offsetof(petMainUI_t1540475485, ___m_GoldExp_68)); } inline int32_t get_m_GoldExp_68() const { return ___m_GoldExp_68; } inline int32_t* get_address_of_m_GoldExp_68() { return &___m_GoldExp_68; } inline void set_m_GoldExp_68(int32_t value) { ___m_GoldExp_68 = value; } inline static int32_t get_offset_of_m_LittleExp_69() { return static_cast(offsetof(petMainUI_t1540475485, ___m_LittleExp_69)); } inline int32_t get_m_LittleExp_69() const { return ___m_LittleExp_69; } inline int32_t* get_address_of_m_LittleExp_69() { return &___m_LittleExp_69; } inline void set_m_LittleExp_69(int32_t value) { ___m_LittleExp_69 = value; } inline static int32_t get_offset_of_m_BigExp_70() { return static_cast(offsetof(petMainUI_t1540475485, ___m_BigExp_70)); } inline int32_t get_m_BigExp_70() const { return ___m_BigExp_70; } inline int32_t* get_address_of_m_BigExp_70() { return &___m_BigExp_70; } inline void set_m_BigExp_70(int32_t value) { ___m_BigExp_70 = value; } inline static int32_t get_offset_of_helpPanelTransform_71() { return static_cast(offsetof(petMainUI_t1540475485, ___helpPanelTransform_71)); } inline Transform_t3600365921 * get_helpPanelTransform_71() const { return ___helpPanelTransform_71; } inline Transform_t3600365921 ** get_address_of_helpPanelTransform_71() { return &___helpPanelTransform_71; } inline void set_helpPanelTransform_71(Transform_t3600365921 * value) { ___helpPanelTransform_71 = value; Il2CppCodeGenWriteBarrier((&___helpPanelTransform_71), value); } inline static int32_t get_offset_of_uiRootBoth_72() { return static_cast(offsetof(petMainUI_t1540475485, ___uiRootBoth_72)); } inline Transform_t3600365921 * get_uiRootBoth_72() const { return ___uiRootBoth_72; } inline Transform_t3600365921 ** get_address_of_uiRootBoth_72() { return &___uiRootBoth_72; } inline void set_uiRootBoth_72(Transform_t3600365921 * value) { ___uiRootBoth_72 = value; Il2CppCodeGenWriteBarrier((&___uiRootBoth_72), value); } inline static int32_t get_offset_of_UIPetMain_73() { return static_cast(offsetof(petMainUI_t1540475485, ___UIPetMain_73)); } inline Transform_t3600365921 * get_UIPetMain_73() const { return ___UIPetMain_73; } inline Transform_t3600365921 ** get_address_of_UIPetMain_73() { return &___UIPetMain_73; } inline void set_UIPetMain_73(Transform_t3600365921 * value) { ___UIPetMain_73 = value; Il2CppCodeGenWriteBarrier((&___UIPetMain_73), value); } inline static int32_t get_offset_of_PetList_74() { return static_cast(offsetof(petMainUI_t1540475485, ___PetList_74)); } inline Transform_t3600365921 * get_PetList_74() const { return ___PetList_74; } inline Transform_t3600365921 ** get_address_of_PetList_74() { return &___PetList_74; } inline void set_PetList_74(Transform_t3600365921 * value) { ___PetList_74 = value; Il2CppCodeGenWriteBarrier((&___PetList_74), value); } inline static int32_t get_offset_of_m_LevelEffect_75() { return static_cast(offsetof(petMainUI_t1540475485, ___m_LevelEffect_75)); } inline GameObject_t1113636619 * get_m_LevelEffect_75() const { return ___m_LevelEffect_75; } inline GameObject_t1113636619 ** get_address_of_m_LevelEffect_75() { return &___m_LevelEffect_75; } inline void set_m_LevelEffect_75(GameObject_t1113636619 * value) { ___m_LevelEffect_75 = value; Il2CppCodeGenWriteBarrier((&___m_LevelEffect_75), value); } inline static int32_t get_offset_of_m_TextureAni_76() { return static_cast(offsetof(petMainUI_t1540475485, ___m_TextureAni_76)); } inline UITexture_t3471168817 * get_m_TextureAni_76() const { return ___m_TextureAni_76; } inline UITexture_t3471168817 ** get_address_of_m_TextureAni_76() { return &___m_TextureAni_76; } inline void set_m_TextureAni_76(UITexture_t3471168817 * value) { ___m_TextureAni_76 = value; Il2CppCodeGenWriteBarrier((&___m_TextureAni_76), value); } inline static int32_t get_offset_of_m_OldTexturePos_77() { return static_cast(offsetof(petMainUI_t1540475485, ___m_OldTexturePos_77)); } inline Vector3_t3722313464 get_m_OldTexturePos_77() const { return ___m_OldTexturePos_77; } inline Vector3_t3722313464 * get_address_of_m_OldTexturePos_77() { return &___m_OldTexturePos_77; } inline void set_m_OldTexturePos_77(Vector3_t3722313464 value) { ___m_OldTexturePos_77 = value; } inline static int32_t get_offset_of_m_WndAmount_78() { return static_cast(offsetof(petMainUI_t1540475485, ___m_WndAmount_78)); } inline AmountWnd_t1885830546 * get_m_WndAmount_78() const { return ___m_WndAmount_78; } inline AmountWnd_t1885830546 ** get_address_of_m_WndAmount_78() { return &___m_WndAmount_78; } inline void set_m_WndAmount_78(AmountWnd_t1885830546 * value) { ___m_WndAmount_78 = value; Il2CppCodeGenWriteBarrier((&___m_WndAmount_78), value); } inline static int32_t get_offset_of_cdTime_79() { return static_cast(offsetof(petMainUI_t1540475485, ___cdTime_79)); } inline float get_cdTime_79() const { return ___cdTime_79; } inline float* get_address_of_cdTime_79() { return &___cdTime_79; } inline void set_cdTime_79(float value) { ___cdTime_79 = value; } inline static int32_t get_offset_of_isAnimationOn_80() { return static_cast(offsetof(petMainUI_t1540475485, ___isAnimationOn_80)); } inline bool get_isAnimationOn_80() const { return ___isAnimationOn_80; } inline bool* get_address_of_isAnimationOn_80() { return &___isAnimationOn_80; } inline void set_isAnimationOn_80(bool value) { ___isAnimationOn_80 = value; } inline static int32_t get_offset_of_m_TickChangeAni_81() { return static_cast(offsetof(petMainUI_t1540475485, ___m_TickChangeAni_81)); } inline float get_m_TickChangeAni_81() const { return ___m_TickChangeAni_81; } inline float* get_address_of_m_TickChangeAni_81() { return &___m_TickChangeAni_81; } inline void set_m_TickChangeAni_81(float value) { ___m_TickChangeAni_81 = value; } inline static int32_t get_offset_of_m_isPageInit_82() { return static_cast(offsetof(petMainUI_t1540475485, ___m_isPageInit_82)); } inline bool get_m_isPageInit_82() const { return ___m_isPageInit_82; } inline bool* get_address_of_m_isPageInit_82() { return &___m_isPageInit_82; } inline void set_m_isPageInit_82(bool value) { ___m_isPageInit_82 = value; } inline static int32_t get_offset_of_myCamera_83() { return static_cast(offsetof(petMainUI_t1540475485, ___myCamera_83)); } inline Camera_t4157153871 * get_myCamera_83() const { return ___myCamera_83; } inline Camera_t4157153871 ** get_address_of_myCamera_83() { return &___myCamera_83; } inline void set_myCamera_83(Camera_t4157153871 * value) { ___myCamera_83 = value; Il2CppCodeGenWriteBarrier((&___myCamera_83), value); } inline static int32_t get_offset_of_cameraDeep_84() { return static_cast(offsetof(petMainUI_t1540475485, ___cameraDeep_84)); } inline float get_cameraDeep_84() const { return ___cameraDeep_84; } inline float* get_address_of_cameraDeep_84() { return &___cameraDeep_84; } inline void set_cameraDeep_84(float value) { ___cameraDeep_84 = value; } inline static int32_t get_offset_of_data_85() { return static_cast(offsetof(petMainUI_t1540475485, ___data_85)); } inline AmountData_t3377750247 * get_data_85() const { return ___data_85; } inline AmountData_t3377750247 ** get_address_of_data_85() { return &___data_85; } inline void set_data_85(AmountData_t3377750247 * value) { ___data_85 = value; Il2CppCodeGenWriteBarrier((&___data_85), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETMAINUI_T1540475485_H #ifndef UIAWARDCELL_T1062333354_H #define UIAWARDCELL_T1062333354_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiAwardcell struct uiAwardcell_t1062333354 : public MonoBehaviour_t3962482529 { public: // UILabel uiAwardcell::m_AwardNum UILabel_t3248798549 * ___m_AwardNum_2; // UITexture uiAwardcell::m_AwardIcon UITexture_t3471168817 * ___m_AwardIcon_3; // UISprite uiAwardcell::m_AwardQuality UISprite_t194114938 * ___m_AwardQuality_4; // System.String uiAwardcell::currentUsePath String_t* ___currentUsePath_5; // System.Boolean uiAwardcell::IsIconShow bool ___IsIconShow_6; // UnityEngine.Vector3 uiAwardcell::m_IconSize Vector3_t3722313464 ___m_IconSize_7; // System.Int32 uiAwardcell::modelId int32_t ___modelId_8; public: inline static int32_t get_offset_of_m_AwardNum_2() { return static_cast(offsetof(uiAwardcell_t1062333354, ___m_AwardNum_2)); } inline UILabel_t3248798549 * get_m_AwardNum_2() const { return ___m_AwardNum_2; } inline UILabel_t3248798549 ** get_address_of_m_AwardNum_2() { return &___m_AwardNum_2; } inline void set_m_AwardNum_2(UILabel_t3248798549 * value) { ___m_AwardNum_2 = value; Il2CppCodeGenWriteBarrier((&___m_AwardNum_2), value); } inline static int32_t get_offset_of_m_AwardIcon_3() { return static_cast(offsetof(uiAwardcell_t1062333354, ___m_AwardIcon_3)); } inline UITexture_t3471168817 * get_m_AwardIcon_3() const { return ___m_AwardIcon_3; } inline UITexture_t3471168817 ** get_address_of_m_AwardIcon_3() { return &___m_AwardIcon_3; } inline void set_m_AwardIcon_3(UITexture_t3471168817 * value) { ___m_AwardIcon_3 = value; Il2CppCodeGenWriteBarrier((&___m_AwardIcon_3), value); } inline static int32_t get_offset_of_m_AwardQuality_4() { return static_cast(offsetof(uiAwardcell_t1062333354, ___m_AwardQuality_4)); } inline UISprite_t194114938 * get_m_AwardQuality_4() const { return ___m_AwardQuality_4; } inline UISprite_t194114938 ** get_address_of_m_AwardQuality_4() { return &___m_AwardQuality_4; } inline void set_m_AwardQuality_4(UISprite_t194114938 * value) { ___m_AwardQuality_4 = value; Il2CppCodeGenWriteBarrier((&___m_AwardQuality_4), value); } inline static int32_t get_offset_of_currentUsePath_5() { return static_cast(offsetof(uiAwardcell_t1062333354, ___currentUsePath_5)); } inline String_t* get_currentUsePath_5() const { return ___currentUsePath_5; } inline String_t** get_address_of_currentUsePath_5() { return &___currentUsePath_5; } inline void set_currentUsePath_5(String_t* value) { ___currentUsePath_5 = value; Il2CppCodeGenWriteBarrier((&___currentUsePath_5), value); } inline static int32_t get_offset_of_IsIconShow_6() { return static_cast(offsetof(uiAwardcell_t1062333354, ___IsIconShow_6)); } inline bool get_IsIconShow_6() const { return ___IsIconShow_6; } inline bool* get_address_of_IsIconShow_6() { return &___IsIconShow_6; } inline void set_IsIconShow_6(bool value) { ___IsIconShow_6 = value; } inline static int32_t get_offset_of_m_IconSize_7() { return static_cast(offsetof(uiAwardcell_t1062333354, ___m_IconSize_7)); } inline Vector3_t3722313464 get_m_IconSize_7() const { return ___m_IconSize_7; } inline Vector3_t3722313464 * get_address_of_m_IconSize_7() { return &___m_IconSize_7; } inline void set_m_IconSize_7(Vector3_t3722313464 value) { ___m_IconSize_7 = value; } inline static int32_t get_offset_of_modelId_8() { return static_cast(offsetof(uiAwardcell_t1062333354, ___modelId_8)); } inline int32_t get_modelId_8() const { return ___modelId_8; } inline int32_t* get_address_of_modelId_8() { return &___modelId_8; } inline void set_modelId_8(int32_t value) { ___modelId_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIAWARDCELL_T1062333354_H #ifndef PETBUYENERGY_T1876705499_H #define PETBUYENERGY_T1876705499_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // PetBuyEnergy struct PetBuyEnergy_t1876705499 : public MonoBehaviour_t3962482529 { public: // UILabel PetBuyEnergy::m_TitleAppendMsg UILabel_t3248798549 * ___m_TitleAppendMsg_2; // UILabel PetBuyEnergy::m_EnergyDesc UILabel_t3248798549 * ___m_EnergyDesc_3; // UILabel PetBuyEnergy::m_EnergyPrice UILabel_t3248798549 * ___m_EnergyPrice_4; // UILabel PetBuyEnergy::m_PriceName UILabel_t3248798549 * ___m_PriceName_5; public: inline static int32_t get_offset_of_m_TitleAppendMsg_2() { return static_cast(offsetof(PetBuyEnergy_t1876705499, ___m_TitleAppendMsg_2)); } inline UILabel_t3248798549 * get_m_TitleAppendMsg_2() const { return ___m_TitleAppendMsg_2; } inline UILabel_t3248798549 ** get_address_of_m_TitleAppendMsg_2() { return &___m_TitleAppendMsg_2; } inline void set_m_TitleAppendMsg_2(UILabel_t3248798549 * value) { ___m_TitleAppendMsg_2 = value; Il2CppCodeGenWriteBarrier((&___m_TitleAppendMsg_2), value); } inline static int32_t get_offset_of_m_EnergyDesc_3() { return static_cast(offsetof(PetBuyEnergy_t1876705499, ___m_EnergyDesc_3)); } inline UILabel_t3248798549 * get_m_EnergyDesc_3() const { return ___m_EnergyDesc_3; } inline UILabel_t3248798549 ** get_address_of_m_EnergyDesc_3() { return &___m_EnergyDesc_3; } inline void set_m_EnergyDesc_3(UILabel_t3248798549 * value) { ___m_EnergyDesc_3 = value; Il2CppCodeGenWriteBarrier((&___m_EnergyDesc_3), value); } inline static int32_t get_offset_of_m_EnergyPrice_4() { return static_cast(offsetof(PetBuyEnergy_t1876705499, ___m_EnergyPrice_4)); } inline UILabel_t3248798549 * get_m_EnergyPrice_4() const { return ___m_EnergyPrice_4; } inline UILabel_t3248798549 ** get_address_of_m_EnergyPrice_4() { return &___m_EnergyPrice_4; } inline void set_m_EnergyPrice_4(UILabel_t3248798549 * value) { ___m_EnergyPrice_4 = value; Il2CppCodeGenWriteBarrier((&___m_EnergyPrice_4), value); } inline static int32_t get_offset_of_m_PriceName_5() { return static_cast(offsetof(PetBuyEnergy_t1876705499, ___m_PriceName_5)); } inline UILabel_t3248798549 * get_m_PriceName_5() const { return ___m_PriceName_5; } inline UILabel_t3248798549 ** get_address_of_m_PriceName_5() { return &___m_PriceName_5; } inline void set_m_PriceName_5(UILabel_t3248798549 * value) { ___m_PriceName_5 = value; Il2CppCodeGenWriteBarrier((&___m_PriceName_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETBUYENERGY_T1876705499_H #ifndef DMLISTVIEWITEM_T3648257704_H #define DMLISTVIEWITEM_T3648257704_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMListViewItem struct DMListViewItem_t3648257704 : public MonoBehaviour_t3962482529 { public: // System.Single DMListViewItem::m_ActiveLength float ___m_ActiveLength_2; // System.Single DMListViewItem::m_DisactiveLength float ___m_DisactiveLength_3; // System.Action`1 DMListViewItem::m_indexChanged Action_1_t3123413348 * ___m_indexChanged_4; // System.Int32 DMListViewItem::m_index int32_t ___m_index_5; // System.Boolean DMListViewItem::m_bActive bool ___m_bActive_6; public: inline static int32_t get_offset_of_m_ActiveLength_2() { return static_cast(offsetof(DMListViewItem_t3648257704, ___m_ActiveLength_2)); } inline float get_m_ActiveLength_2() const { return ___m_ActiveLength_2; } inline float* get_address_of_m_ActiveLength_2() { return &___m_ActiveLength_2; } inline void set_m_ActiveLength_2(float value) { ___m_ActiveLength_2 = value; } inline static int32_t get_offset_of_m_DisactiveLength_3() { return static_cast(offsetof(DMListViewItem_t3648257704, ___m_DisactiveLength_3)); } inline float get_m_DisactiveLength_3() const { return ___m_DisactiveLength_3; } inline float* get_address_of_m_DisactiveLength_3() { return &___m_DisactiveLength_3; } inline void set_m_DisactiveLength_3(float value) { ___m_DisactiveLength_3 = value; } inline static int32_t get_offset_of_m_indexChanged_4() { return static_cast(offsetof(DMListViewItem_t3648257704, ___m_indexChanged_4)); } inline Action_1_t3123413348 * get_m_indexChanged_4() const { return ___m_indexChanged_4; } inline Action_1_t3123413348 ** get_address_of_m_indexChanged_4() { return &___m_indexChanged_4; } inline void set_m_indexChanged_4(Action_1_t3123413348 * value) { ___m_indexChanged_4 = value; Il2CppCodeGenWriteBarrier((&___m_indexChanged_4), value); } inline static int32_t get_offset_of_m_index_5() { return static_cast(offsetof(DMListViewItem_t3648257704, ___m_index_5)); } inline int32_t get_m_index_5() const { return ___m_index_5; } inline int32_t* get_address_of_m_index_5() { return &___m_index_5; } inline void set_m_index_5(int32_t value) { ___m_index_5 = value; } inline static int32_t get_offset_of_m_bActive_6() { return static_cast(offsetof(DMListViewItem_t3648257704, ___m_bActive_6)); } inline bool get_m_bActive_6() const { return ___m_bActive_6; } inline bool* get_address_of_m_bActive_6() { return &___m_bActive_6; } inline void set_m_bActive_6(bool value) { ___m_bActive_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DMLISTVIEWITEM_T3648257704_H #ifndef REWARDWND_T1955019457_H #define REWARDWND_T1955019457_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // RewardWnd struct RewardWnd_t1955019457 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform RewardWnd::m_uiRoot Transform_t3600365921 * ___m_uiRoot_2; // uiRewardItem RewardWnd::m_rewardItem uiRewardItem_t3619702494 * ___m_rewardItem_3; // uiRewardItem[] RewardWnd::m_rewardItemList uiRewardItemU5BU5D_t3139509227* ___m_rewardItemList_4; // UnityEngine.Transform RewardWnd::m_uiOneRoot Transform_t3600365921 * ___m_uiOneRoot_5; // UnityEngine.Transform RewardWnd::m_uiTenRoot Transform_t3600365921 * ___m_uiTenRoot_6; // UnityEngine.GameObject RewardWnd::m_oneBtn GameObject_t1113636619 * ___m_oneBtn_7; // UnityEngine.GameObject RewardWnd::m_tenBtn GameObject_t1113636619 * ___m_tenBtn_8; // UnityEngine.GameObject RewardWnd::m_shareBtn GameObject_t1113636619 * ___m_shareBtn_9; // UILabel RewardWnd::m_shareLabel UILabel_t3248798549 * ___m_shareLabel_10; // UnityEngine.GameObject RewardWnd::m_MarkCorner GameObject_t1113636619 * ___m_MarkCorner_11; // UILabel RewardWnd::m_MarkDiscount UILabel_t3248798549 * ___m_MarkDiscount_12; // System.Int32 RewardWnd::m_LotteryNum int32_t ___m_LotteryNum_13; // System.Int32 RewardWnd::m_animIndex int32_t ___m_animIndex_14; // System.Boolean RewardWnd::isPageInit bool ___isPageInit_15; public: inline static int32_t get_offset_of_m_uiRoot_2() { return static_cast(offsetof(RewardWnd_t1955019457, ___m_uiRoot_2)); } inline Transform_t3600365921 * get_m_uiRoot_2() const { return ___m_uiRoot_2; } inline Transform_t3600365921 ** get_address_of_m_uiRoot_2() { return &___m_uiRoot_2; } inline void set_m_uiRoot_2(Transform_t3600365921 * value) { ___m_uiRoot_2 = value; Il2CppCodeGenWriteBarrier((&___m_uiRoot_2), value); } inline static int32_t get_offset_of_m_rewardItem_3() { return static_cast(offsetof(RewardWnd_t1955019457, ___m_rewardItem_3)); } inline uiRewardItem_t3619702494 * get_m_rewardItem_3() const { return ___m_rewardItem_3; } inline uiRewardItem_t3619702494 ** get_address_of_m_rewardItem_3() { return &___m_rewardItem_3; } inline void set_m_rewardItem_3(uiRewardItem_t3619702494 * value) { ___m_rewardItem_3 = value; Il2CppCodeGenWriteBarrier((&___m_rewardItem_3), value); } inline static int32_t get_offset_of_m_rewardItemList_4() { return static_cast(offsetof(RewardWnd_t1955019457, ___m_rewardItemList_4)); } inline uiRewardItemU5BU5D_t3139509227* get_m_rewardItemList_4() const { return ___m_rewardItemList_4; } inline uiRewardItemU5BU5D_t3139509227** get_address_of_m_rewardItemList_4() { return &___m_rewardItemList_4; } inline void set_m_rewardItemList_4(uiRewardItemU5BU5D_t3139509227* value) { ___m_rewardItemList_4 = value; Il2CppCodeGenWriteBarrier((&___m_rewardItemList_4), value); } inline static int32_t get_offset_of_m_uiOneRoot_5() { return static_cast(offsetof(RewardWnd_t1955019457, ___m_uiOneRoot_5)); } inline Transform_t3600365921 * get_m_uiOneRoot_5() const { return ___m_uiOneRoot_5; } inline Transform_t3600365921 ** get_address_of_m_uiOneRoot_5() { return &___m_uiOneRoot_5; } inline void set_m_uiOneRoot_5(Transform_t3600365921 * value) { ___m_uiOneRoot_5 = value; Il2CppCodeGenWriteBarrier((&___m_uiOneRoot_5), value); } inline static int32_t get_offset_of_m_uiTenRoot_6() { return static_cast(offsetof(RewardWnd_t1955019457, ___m_uiTenRoot_6)); } inline Transform_t3600365921 * get_m_uiTenRoot_6() const { return ___m_uiTenRoot_6; } inline Transform_t3600365921 ** get_address_of_m_uiTenRoot_6() { return &___m_uiTenRoot_6; } inline void set_m_uiTenRoot_6(Transform_t3600365921 * value) { ___m_uiTenRoot_6 = value; Il2CppCodeGenWriteBarrier((&___m_uiTenRoot_6), value); } inline static int32_t get_offset_of_m_oneBtn_7() { return static_cast(offsetof(RewardWnd_t1955019457, ___m_oneBtn_7)); } inline GameObject_t1113636619 * get_m_oneBtn_7() const { return ___m_oneBtn_7; } inline GameObject_t1113636619 ** get_address_of_m_oneBtn_7() { return &___m_oneBtn_7; } inline void set_m_oneBtn_7(GameObject_t1113636619 * value) { ___m_oneBtn_7 = value; Il2CppCodeGenWriteBarrier((&___m_oneBtn_7), value); } inline static int32_t get_offset_of_m_tenBtn_8() { return static_cast(offsetof(RewardWnd_t1955019457, ___m_tenBtn_8)); } inline GameObject_t1113636619 * get_m_tenBtn_8() const { return ___m_tenBtn_8; } inline GameObject_t1113636619 ** get_address_of_m_tenBtn_8() { return &___m_tenBtn_8; } inline void set_m_tenBtn_8(GameObject_t1113636619 * value) { ___m_tenBtn_8 = value; Il2CppCodeGenWriteBarrier((&___m_tenBtn_8), value); } inline static int32_t get_offset_of_m_shareBtn_9() { return static_cast(offsetof(RewardWnd_t1955019457, ___m_shareBtn_9)); } inline GameObject_t1113636619 * get_m_shareBtn_9() const { return ___m_shareBtn_9; } inline GameObject_t1113636619 ** get_address_of_m_shareBtn_9() { return &___m_shareBtn_9; } inline void set_m_shareBtn_9(GameObject_t1113636619 * value) { ___m_shareBtn_9 = value; Il2CppCodeGenWriteBarrier((&___m_shareBtn_9), value); } inline static int32_t get_offset_of_m_shareLabel_10() { return static_cast(offsetof(RewardWnd_t1955019457, ___m_shareLabel_10)); } inline UILabel_t3248798549 * get_m_shareLabel_10() const { return ___m_shareLabel_10; } inline UILabel_t3248798549 ** get_address_of_m_shareLabel_10() { return &___m_shareLabel_10; } inline void set_m_shareLabel_10(UILabel_t3248798549 * value) { ___m_shareLabel_10 = value; Il2CppCodeGenWriteBarrier((&___m_shareLabel_10), value); } inline static int32_t get_offset_of_m_MarkCorner_11() { return static_cast(offsetof(RewardWnd_t1955019457, ___m_MarkCorner_11)); } inline GameObject_t1113636619 * get_m_MarkCorner_11() const { return ___m_MarkCorner_11; } inline GameObject_t1113636619 ** get_address_of_m_MarkCorner_11() { return &___m_MarkCorner_11; } inline void set_m_MarkCorner_11(GameObject_t1113636619 * value) { ___m_MarkCorner_11 = value; Il2CppCodeGenWriteBarrier((&___m_MarkCorner_11), value); } inline static int32_t get_offset_of_m_MarkDiscount_12() { return static_cast(offsetof(RewardWnd_t1955019457, ___m_MarkDiscount_12)); } inline UILabel_t3248798549 * get_m_MarkDiscount_12() const { return ___m_MarkDiscount_12; } inline UILabel_t3248798549 ** get_address_of_m_MarkDiscount_12() { return &___m_MarkDiscount_12; } inline void set_m_MarkDiscount_12(UILabel_t3248798549 * value) { ___m_MarkDiscount_12 = value; Il2CppCodeGenWriteBarrier((&___m_MarkDiscount_12), value); } inline static int32_t get_offset_of_m_LotteryNum_13() { return static_cast(offsetof(RewardWnd_t1955019457, ___m_LotteryNum_13)); } inline int32_t get_m_LotteryNum_13() const { return ___m_LotteryNum_13; } inline int32_t* get_address_of_m_LotteryNum_13() { return &___m_LotteryNum_13; } inline void set_m_LotteryNum_13(int32_t value) { ___m_LotteryNum_13 = value; } inline static int32_t get_offset_of_m_animIndex_14() { return static_cast(offsetof(RewardWnd_t1955019457, ___m_animIndex_14)); } inline int32_t get_m_animIndex_14() const { return ___m_animIndex_14; } inline int32_t* get_address_of_m_animIndex_14() { return &___m_animIndex_14; } inline void set_m_animIndex_14(int32_t value) { ___m_animIndex_14 = value; } inline static int32_t get_offset_of_isPageInit_15() { return static_cast(offsetof(RewardWnd_t1955019457, ___isPageInit_15)); } inline bool get_isPageInit_15() const { return ___isPageInit_15; } inline bool* get_address_of_isPageInit_15() { return &___isPageInit_15; } inline void set_isPageInit_15(bool value) { ___isPageInit_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REWARDWND_T1955019457_H #ifndef UIREWARDITEM_T3619702494_H #define UIREWARDITEM_T3619702494_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // uiRewardItem struct uiRewardItem_t3619702494 : public MonoBehaviour_t3962482529 { public: // UITexture uiRewardItem::m_TextureIcon UITexture_t3471168817 * ___m_TextureIcon_2; // UILabel uiRewardItem::m_lableNum UILabel_t3248798549 * ___m_lableNum_3; // UISprite uiRewardItem::m_uiBG UISprite_t194114938 * ___m_uiBG_4; // UILabel uiRewardItem::m_valid UILabel_t3248798549 * ___m_valid_5; // UILabel uiRewardItem::m_name UILabel_t3248798549 * ___m_name_6; // System.Int32 uiRewardItem::m_configID int32_t ___m_configID_7; // System.Boolean uiRewardItem::m_loadDone bool ___m_loadDone_8; // System.Boolean uiRewardItem::isPageInit bool ___isPageInit_9; public: inline static int32_t get_offset_of_m_TextureIcon_2() { return static_cast(offsetof(uiRewardItem_t3619702494, ___m_TextureIcon_2)); } inline UITexture_t3471168817 * get_m_TextureIcon_2() const { return ___m_TextureIcon_2; } inline UITexture_t3471168817 ** get_address_of_m_TextureIcon_2() { return &___m_TextureIcon_2; } inline void set_m_TextureIcon_2(UITexture_t3471168817 * value) { ___m_TextureIcon_2 = value; Il2CppCodeGenWriteBarrier((&___m_TextureIcon_2), value); } inline static int32_t get_offset_of_m_lableNum_3() { return static_cast(offsetof(uiRewardItem_t3619702494, ___m_lableNum_3)); } inline UILabel_t3248798549 * get_m_lableNum_3() const { return ___m_lableNum_3; } inline UILabel_t3248798549 ** get_address_of_m_lableNum_3() { return &___m_lableNum_3; } inline void set_m_lableNum_3(UILabel_t3248798549 * value) { ___m_lableNum_3 = value; Il2CppCodeGenWriteBarrier((&___m_lableNum_3), value); } inline static int32_t get_offset_of_m_uiBG_4() { return static_cast(offsetof(uiRewardItem_t3619702494, ___m_uiBG_4)); } inline UISprite_t194114938 * get_m_uiBG_4() const { return ___m_uiBG_4; } inline UISprite_t194114938 ** get_address_of_m_uiBG_4() { return &___m_uiBG_4; } inline void set_m_uiBG_4(UISprite_t194114938 * value) { ___m_uiBG_4 = value; Il2CppCodeGenWriteBarrier((&___m_uiBG_4), value); } inline static int32_t get_offset_of_m_valid_5() { return static_cast(offsetof(uiRewardItem_t3619702494, ___m_valid_5)); } inline UILabel_t3248798549 * get_m_valid_5() const { return ___m_valid_5; } inline UILabel_t3248798549 ** get_address_of_m_valid_5() { return &___m_valid_5; } inline void set_m_valid_5(UILabel_t3248798549 * value) { ___m_valid_5 = value; Il2CppCodeGenWriteBarrier((&___m_valid_5), value); } inline static int32_t get_offset_of_m_name_6() { return static_cast(offsetof(uiRewardItem_t3619702494, ___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_configID_7() { return static_cast(offsetof(uiRewardItem_t3619702494, ___m_configID_7)); } inline int32_t get_m_configID_7() const { return ___m_configID_7; } inline int32_t* get_address_of_m_configID_7() { return &___m_configID_7; } inline void set_m_configID_7(int32_t value) { ___m_configID_7 = value; } inline static int32_t get_offset_of_m_loadDone_8() { return static_cast(offsetof(uiRewardItem_t3619702494, ___m_loadDone_8)); } inline bool get_m_loadDone_8() const { return ___m_loadDone_8; } inline bool* get_address_of_m_loadDone_8() { return &___m_loadDone_8; } inline void set_m_loadDone_8(bool value) { ___m_loadDone_8 = value; } inline static int32_t get_offset_of_isPageInit_9() { return static_cast(offsetof(uiRewardItem_t3619702494, ___isPageInit_9)); } inline bool get_isPageInit_9() const { return ___isPageInit_9; } inline bool* get_address_of_isPageInit_9() { return &___isPageInit_9; } inline void set_isPageInit_9(bool value) { ___isPageInit_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIREWARDITEM_T3619702494_H #ifndef PARTAWARDITEM_T954451953_H #define PARTAWARDITEM_T954451953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // PartAwardItem struct PartAwardItem_t954451953 : public MonoBehaviour_t3962482529 { public: // UILabel PartAwardItem::m_rankNumber UILabel_t3248798549 * ___m_rankNumber_2; // UnityEngine.Transform PartAwardItem::m_leftArrow Transform_t3600365921 * ___m_leftArrow_3; // UnityEngine.Transform PartAwardItem::m_rightArrow Transform_t3600365921 * ___m_rightArrow_4; // uiAwardcell[] PartAwardItem::m_awardCellArray uiAwardcellU5BU5D_t3191484015* ___m_awardCellArray_5; // System.Boolean PartAwardItem::m_bInit bool ___m_bInit_6; // System.Boolean PartAwardItem::m_bRefreshIcon bool ___m_bRefreshIcon_7; // System.Int32 PartAwardItem::m_curPageIndex int32_t ___m_curPageIndex_8; // System.Int32 PartAwardItem::m_maxPage int32_t ___m_maxPage_9; // System.Int32 PartAwardItem::m_awardCnt int32_t ___m_awardCnt_10; // DMCore.Logic.GameRewardInfo PartAwardItem::m_data GameRewardInfo_t1982501205 * ___m_data_11; public: inline static int32_t get_offset_of_m_rankNumber_2() { return static_cast(offsetof(PartAwardItem_t954451953, ___m_rankNumber_2)); } inline UILabel_t3248798549 * get_m_rankNumber_2() const { return ___m_rankNumber_2; } inline UILabel_t3248798549 ** get_address_of_m_rankNumber_2() { return &___m_rankNumber_2; } inline void set_m_rankNumber_2(UILabel_t3248798549 * value) { ___m_rankNumber_2 = value; Il2CppCodeGenWriteBarrier((&___m_rankNumber_2), value); } inline static int32_t get_offset_of_m_leftArrow_3() { return static_cast(offsetof(PartAwardItem_t954451953, ___m_leftArrow_3)); } inline Transform_t3600365921 * get_m_leftArrow_3() const { return ___m_leftArrow_3; } inline Transform_t3600365921 ** get_address_of_m_leftArrow_3() { return &___m_leftArrow_3; } inline void set_m_leftArrow_3(Transform_t3600365921 * value) { ___m_leftArrow_3 = value; Il2CppCodeGenWriteBarrier((&___m_leftArrow_3), value); } inline static int32_t get_offset_of_m_rightArrow_4() { return static_cast(offsetof(PartAwardItem_t954451953, ___m_rightArrow_4)); } inline Transform_t3600365921 * get_m_rightArrow_4() const { return ___m_rightArrow_4; } inline Transform_t3600365921 ** get_address_of_m_rightArrow_4() { return &___m_rightArrow_4; } inline void set_m_rightArrow_4(Transform_t3600365921 * value) { ___m_rightArrow_4 = value; Il2CppCodeGenWriteBarrier((&___m_rightArrow_4), value); } inline static int32_t get_offset_of_m_awardCellArray_5() { return static_cast(offsetof(PartAwardItem_t954451953, ___m_awardCellArray_5)); } inline uiAwardcellU5BU5D_t3191484015* get_m_awardCellArray_5() const { return ___m_awardCellArray_5; } inline uiAwardcellU5BU5D_t3191484015** get_address_of_m_awardCellArray_5() { return &___m_awardCellArray_5; } inline void set_m_awardCellArray_5(uiAwardcellU5BU5D_t3191484015* value) { ___m_awardCellArray_5 = value; Il2CppCodeGenWriteBarrier((&___m_awardCellArray_5), value); } inline static int32_t get_offset_of_m_bInit_6() { return static_cast(offsetof(PartAwardItem_t954451953, ___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; } inline static int32_t get_offset_of_m_bRefreshIcon_7() { return static_cast(offsetof(PartAwardItem_t954451953, ___m_bRefreshIcon_7)); } inline bool get_m_bRefreshIcon_7() const { return ___m_bRefreshIcon_7; } inline bool* get_address_of_m_bRefreshIcon_7() { return &___m_bRefreshIcon_7; } inline void set_m_bRefreshIcon_7(bool value) { ___m_bRefreshIcon_7 = value; } inline static int32_t get_offset_of_m_curPageIndex_8() { return static_cast(offsetof(PartAwardItem_t954451953, ___m_curPageIndex_8)); } inline int32_t get_m_curPageIndex_8() const { return ___m_curPageIndex_8; } inline int32_t* get_address_of_m_curPageIndex_8() { return &___m_curPageIndex_8; } inline void set_m_curPageIndex_8(int32_t value) { ___m_curPageIndex_8 = value; } inline static int32_t get_offset_of_m_maxPage_9() { return static_cast(offsetof(PartAwardItem_t954451953, ___m_maxPage_9)); } inline int32_t get_m_maxPage_9() const { return ___m_maxPage_9; } inline int32_t* get_address_of_m_maxPage_9() { return &___m_maxPage_9; } inline void set_m_maxPage_9(int32_t value) { ___m_maxPage_9 = value; } inline static int32_t get_offset_of_m_awardCnt_10() { return static_cast(offsetof(PartAwardItem_t954451953, ___m_awardCnt_10)); } inline int32_t get_m_awardCnt_10() const { return ___m_awardCnt_10; } inline int32_t* get_address_of_m_awardCnt_10() { return &___m_awardCnt_10; } inline void set_m_awardCnt_10(int32_t value) { ___m_awardCnt_10 = value; } inline static int32_t get_offset_of_m_data_11() { return static_cast(offsetof(PartAwardItem_t954451953, ___m_data_11)); } inline GameRewardInfo_t1982501205 * get_m_data_11() const { return ___m_data_11; } inline GameRewardInfo_t1982501205 ** get_address_of_m_data_11() { return &___m_data_11; } inline void set_m_data_11(GameRewardInfo_t1982501205 * value) { ___m_data_11 = value; Il2CppCodeGenWriteBarrier((&___m_data_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARTAWARDITEM_T954451953_H #ifndef CLOADINGWATCH_T1236523732_H #define CLOADINGWATCH_T1236523732_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CLoadingWatch struct CLoadingWatch_t1236523732 : public MonoBehaviour_t3962482529 { public: // System.Int32 CLoadingWatch::m_TickCnt int32_t ___m_TickCnt_2; // UILabel CLoadingWatch::m_LBTips UILabel_t3248798549 * ___m_LBTips_3; // UIPanel CLoadingWatch::m_panelClipStep UIPanel_t1716472341 * ___m_panelClipStep_4; // UILabel CLoadingWatch::m_labelTotalTips UILabel_t3248798549 * ___m_labelTotalTips_5; // UILabel CLoadingWatch::m_labelUpdateTips UILabel_t3248798549 * ___m_labelUpdateTips_6; // UnityEngine.Transform CLoadingWatch::m_stepObj Transform_t3600365921 * ___m_stepObj_7; // UnityEngine.Transform CLoadingWatch::m_spriteStep Transform_t3600365921 * ___m_spriteStep_8; // UnityEngine.Transform CLoadingWatch::m_transPetStep Transform_t3600365921 * ___m_transPetStep_9; // UITexture CLoadingWatch::m_effOverAll UITexture_t3471168817 * ___m_effOverAll_10; // System.Int32 CLoadingWatch::m_WidgetCount int32_t ___m_WidgetCount_11; // UnityEngine.Transform CLoadingWatch::m_FullDownRoot Transform_t3600365921 * ___m_FullDownRoot_12; // UnityEngine.Transform[] CLoadingWatch::m_NotFullDownWidgets TransformU5BU5D_t807237628* ___m_NotFullDownWidgets_13; // System.Boolean CLoadingWatch::m_bFullDownloadMode bool ___m_bFullDownloadMode_15; // System.Single CLoadingWatch::m_TimeLabor float ___m_TimeLabor_16; // System.Boolean CLoadingWatch::m_bEnableTotalInfo bool ___m_bEnableTotalInfo_17; // System.Single CLoadingWatch::m_fTimeLast float ___m_fTimeLast_18; // System.Single CLoadingWatch::m_fTimeBegin float ___m_fTimeBegin_19; public: inline static int32_t get_offset_of_m_TickCnt_2() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_TickCnt_2)); } inline int32_t get_m_TickCnt_2() const { return ___m_TickCnt_2; } inline int32_t* get_address_of_m_TickCnt_2() { return &___m_TickCnt_2; } inline void set_m_TickCnt_2(int32_t value) { ___m_TickCnt_2 = value; } inline static int32_t get_offset_of_m_LBTips_3() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_LBTips_3)); } inline UILabel_t3248798549 * get_m_LBTips_3() const { return ___m_LBTips_3; } inline UILabel_t3248798549 ** get_address_of_m_LBTips_3() { return &___m_LBTips_3; } inline void set_m_LBTips_3(UILabel_t3248798549 * value) { ___m_LBTips_3 = value; Il2CppCodeGenWriteBarrier((&___m_LBTips_3), value); } inline static int32_t get_offset_of_m_panelClipStep_4() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_panelClipStep_4)); } inline UIPanel_t1716472341 * get_m_panelClipStep_4() const { return ___m_panelClipStep_4; } inline UIPanel_t1716472341 ** get_address_of_m_panelClipStep_4() { return &___m_panelClipStep_4; } inline void set_m_panelClipStep_4(UIPanel_t1716472341 * value) { ___m_panelClipStep_4 = value; Il2CppCodeGenWriteBarrier((&___m_panelClipStep_4), value); } inline static int32_t get_offset_of_m_labelTotalTips_5() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_labelTotalTips_5)); } inline UILabel_t3248798549 * get_m_labelTotalTips_5() const { return ___m_labelTotalTips_5; } inline UILabel_t3248798549 ** get_address_of_m_labelTotalTips_5() { return &___m_labelTotalTips_5; } inline void set_m_labelTotalTips_5(UILabel_t3248798549 * value) { ___m_labelTotalTips_5 = value; Il2CppCodeGenWriteBarrier((&___m_labelTotalTips_5), value); } inline static int32_t get_offset_of_m_labelUpdateTips_6() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_labelUpdateTips_6)); } inline UILabel_t3248798549 * get_m_labelUpdateTips_6() const { return ___m_labelUpdateTips_6; } inline UILabel_t3248798549 ** get_address_of_m_labelUpdateTips_6() { return &___m_labelUpdateTips_6; } inline void set_m_labelUpdateTips_6(UILabel_t3248798549 * value) { ___m_labelUpdateTips_6 = value; Il2CppCodeGenWriteBarrier((&___m_labelUpdateTips_6), value); } inline static int32_t get_offset_of_m_stepObj_7() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_stepObj_7)); } inline Transform_t3600365921 * get_m_stepObj_7() const { return ___m_stepObj_7; } inline Transform_t3600365921 ** get_address_of_m_stepObj_7() { return &___m_stepObj_7; } inline void set_m_stepObj_7(Transform_t3600365921 * value) { ___m_stepObj_7 = value; Il2CppCodeGenWriteBarrier((&___m_stepObj_7), value); } inline static int32_t get_offset_of_m_spriteStep_8() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_spriteStep_8)); } inline Transform_t3600365921 * get_m_spriteStep_8() const { return ___m_spriteStep_8; } inline Transform_t3600365921 ** get_address_of_m_spriteStep_8() { return &___m_spriteStep_8; } inline void set_m_spriteStep_8(Transform_t3600365921 * value) { ___m_spriteStep_8 = value; Il2CppCodeGenWriteBarrier((&___m_spriteStep_8), value); } inline static int32_t get_offset_of_m_transPetStep_9() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_transPetStep_9)); } inline Transform_t3600365921 * get_m_transPetStep_9() const { return ___m_transPetStep_9; } inline Transform_t3600365921 ** get_address_of_m_transPetStep_9() { return &___m_transPetStep_9; } inline void set_m_transPetStep_9(Transform_t3600365921 * value) { ___m_transPetStep_9 = value; Il2CppCodeGenWriteBarrier((&___m_transPetStep_9), value); } inline static int32_t get_offset_of_m_effOverAll_10() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_effOverAll_10)); } inline UITexture_t3471168817 * get_m_effOverAll_10() const { return ___m_effOverAll_10; } inline UITexture_t3471168817 ** get_address_of_m_effOverAll_10() { return &___m_effOverAll_10; } inline void set_m_effOverAll_10(UITexture_t3471168817 * value) { ___m_effOverAll_10 = value; Il2CppCodeGenWriteBarrier((&___m_effOverAll_10), value); } inline static int32_t get_offset_of_m_WidgetCount_11() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_WidgetCount_11)); } inline int32_t get_m_WidgetCount_11() const { return ___m_WidgetCount_11; } inline int32_t* get_address_of_m_WidgetCount_11() { return &___m_WidgetCount_11; } inline void set_m_WidgetCount_11(int32_t value) { ___m_WidgetCount_11 = value; } inline static int32_t get_offset_of_m_FullDownRoot_12() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_FullDownRoot_12)); } inline Transform_t3600365921 * get_m_FullDownRoot_12() const { return ___m_FullDownRoot_12; } inline Transform_t3600365921 ** get_address_of_m_FullDownRoot_12() { return &___m_FullDownRoot_12; } inline void set_m_FullDownRoot_12(Transform_t3600365921 * value) { ___m_FullDownRoot_12 = value; Il2CppCodeGenWriteBarrier((&___m_FullDownRoot_12), value); } inline static int32_t get_offset_of_m_NotFullDownWidgets_13() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_NotFullDownWidgets_13)); } inline TransformU5BU5D_t807237628* get_m_NotFullDownWidgets_13() const { return ___m_NotFullDownWidgets_13; } inline TransformU5BU5D_t807237628** get_address_of_m_NotFullDownWidgets_13() { return &___m_NotFullDownWidgets_13; } inline void set_m_NotFullDownWidgets_13(TransformU5BU5D_t807237628* value) { ___m_NotFullDownWidgets_13 = value; Il2CppCodeGenWriteBarrier((&___m_NotFullDownWidgets_13), value); } inline static int32_t get_offset_of_m_bFullDownloadMode_15() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_bFullDownloadMode_15)); } inline bool get_m_bFullDownloadMode_15() const { return ___m_bFullDownloadMode_15; } inline bool* get_address_of_m_bFullDownloadMode_15() { return &___m_bFullDownloadMode_15; } inline void set_m_bFullDownloadMode_15(bool value) { ___m_bFullDownloadMode_15 = value; } inline static int32_t get_offset_of_m_TimeLabor_16() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_TimeLabor_16)); } inline float get_m_TimeLabor_16() const { return ___m_TimeLabor_16; } inline float* get_address_of_m_TimeLabor_16() { return &___m_TimeLabor_16; } inline void set_m_TimeLabor_16(float value) { ___m_TimeLabor_16 = value; } inline static int32_t get_offset_of_m_bEnableTotalInfo_17() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_bEnableTotalInfo_17)); } inline bool get_m_bEnableTotalInfo_17() const { return ___m_bEnableTotalInfo_17; } inline bool* get_address_of_m_bEnableTotalInfo_17() { return &___m_bEnableTotalInfo_17; } inline void set_m_bEnableTotalInfo_17(bool value) { ___m_bEnableTotalInfo_17 = value; } inline static int32_t get_offset_of_m_fTimeLast_18() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_fTimeLast_18)); } inline float get_m_fTimeLast_18() const { return ___m_fTimeLast_18; } inline float* get_address_of_m_fTimeLast_18() { return &___m_fTimeLast_18; } inline void set_m_fTimeLast_18(float value) { ___m_fTimeLast_18 = value; } inline static int32_t get_offset_of_m_fTimeBegin_19() { return static_cast(offsetof(CLoadingWatch_t1236523732, ___m_fTimeBegin_19)); } inline float get_m_fTimeBegin_19() const { return ___m_fTimeBegin_19; } inline float* get_address_of_m_fTimeBegin_19() { return &___m_fTimeBegin_19; } inline void set_m_fTimeBegin_19(float value) { ___m_fTimeBegin_19 = value; } }; struct CLoadingWatch_t1236523732_StaticFields { public: // System.Action CLoadingWatch::On_Level_Loaded Action_t1264377477 * ___On_Level_Loaded_14; // System.Collections.Generic.Dictionary`2 CLoadingWatch::<>f__switch$mapC Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapC_20; public: inline static int32_t get_offset_of_On_Level_Loaded_14() { return static_cast(offsetof(CLoadingWatch_t1236523732_StaticFields, ___On_Level_Loaded_14)); } inline Action_t1264377477 * get_On_Level_Loaded_14() const { return ___On_Level_Loaded_14; } inline Action_t1264377477 ** get_address_of_On_Level_Loaded_14() { return &___On_Level_Loaded_14; } inline void set_On_Level_Loaded_14(Action_t1264377477 * value) { ___On_Level_Loaded_14 = value; Il2CppCodeGenWriteBarrier((&___On_Level_Loaded_14), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapC_20() { return static_cast(offsetof(CLoadingWatch_t1236523732_StaticFields, ___U3CU3Ef__switchU24mapC_20)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapC_20() const { return ___U3CU3Ef__switchU24mapC_20; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapC_20() { return &___U3CU3Ef__switchU24mapC_20; } inline void set_U3CU3Ef__switchU24mapC_20(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapC_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapC_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOADINGWATCH_T1236523732_H #ifndef UIATLAS_T3195533529_H #define UIATLAS_T3195533529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UIAtlas struct UIAtlas_t3195533529 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Material UIAtlas::material Material_t340375123 * ___material_2; // System.Collections.Generic.List`1 UIAtlas::sprites List_1_t72704565 * ___sprites_3; // UIAtlas/Coordinates UIAtlas::mCoordinates int32_t ___mCoordinates_4; // System.Single UIAtlas::mPixelSize float ___mPixelSize_5; // UIAtlas UIAtlas::mReplacement UIAtlas_t3195533529 * ___mReplacement_6; // System.Int32 UIAtlas::mPMA int32_t ___mPMA_7; // UnityEngine.Material UIAtlas::m_runtimeMat Material_t340375123 * ___m_runtimeMat_8; public: inline static int32_t get_offset_of_material_2() { return static_cast(offsetof(UIAtlas_t3195533529, ___material_2)); } inline Material_t340375123 * get_material_2() const { return ___material_2; } inline Material_t340375123 ** get_address_of_material_2() { return &___material_2; } inline void set_material_2(Material_t340375123 * value) { ___material_2 = value; Il2CppCodeGenWriteBarrier((&___material_2), value); } inline static int32_t get_offset_of_sprites_3() { return static_cast(offsetof(UIAtlas_t3195533529, ___sprites_3)); } inline List_1_t72704565 * get_sprites_3() const { return ___sprites_3; } inline List_1_t72704565 ** get_address_of_sprites_3() { return &___sprites_3; } inline void set_sprites_3(List_1_t72704565 * value) { ___sprites_3 = value; Il2CppCodeGenWriteBarrier((&___sprites_3), value); } inline static int32_t get_offset_of_mCoordinates_4() { return static_cast(offsetof(UIAtlas_t3195533529, ___mCoordinates_4)); } inline int32_t get_mCoordinates_4() const { return ___mCoordinates_4; } inline int32_t* get_address_of_mCoordinates_4() { return &___mCoordinates_4; } inline void set_mCoordinates_4(int32_t value) { ___mCoordinates_4 = value; } inline static int32_t get_offset_of_mPixelSize_5() { return static_cast(offsetof(UIAtlas_t3195533529, ___mPixelSize_5)); } inline float get_mPixelSize_5() const { return ___mPixelSize_5; } inline float* get_address_of_mPixelSize_5() { return &___mPixelSize_5; } inline void set_mPixelSize_5(float value) { ___mPixelSize_5 = value; } inline static int32_t get_offset_of_mReplacement_6() { return static_cast(offsetof(UIAtlas_t3195533529, ___mReplacement_6)); } inline UIAtlas_t3195533529 * get_mReplacement_6() const { return ___mReplacement_6; } inline UIAtlas_t3195533529 ** get_address_of_mReplacement_6() { return &___mReplacement_6; } inline void set_mReplacement_6(UIAtlas_t3195533529 * value) { ___mReplacement_6 = value; Il2CppCodeGenWriteBarrier((&___mReplacement_6), value); } inline static int32_t get_offset_of_mPMA_7() { return static_cast(offsetof(UIAtlas_t3195533529, ___mPMA_7)); } inline int32_t get_mPMA_7() const { return ___mPMA_7; } inline int32_t* get_address_of_mPMA_7() { return &___mPMA_7; } inline void set_mPMA_7(int32_t value) { ___mPMA_7 = value; } inline static int32_t get_offset_of_m_runtimeMat_8() { return static_cast(offsetof(UIAtlas_t3195533529, ___m_runtimeMat_8)); } inline Material_t340375123 * get_m_runtimeMat_8() const { return ___m_runtimeMat_8; } inline Material_t340375123 ** get_address_of_m_runtimeMat_8() { return &___m_runtimeMat_8; } inline void set_m_runtimeMat_8(Material_t340375123 * value) { ___m_runtimeMat_8 = value; Il2CppCodeGenWriteBarrier((&___m_runtimeMat_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIATLAS_T3195533529_H #ifndef PARTICLESCALER_T700670844_H #define PARTICLESCALER_T700670844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ParticleScaler struct ParticleScaler_t700670844 : public MonoBehaviour_t3962482529 { public: // System.Single ParticleScaler::particleScale float ___particleScale_2; // System.Boolean ParticleScaler::alsoScaleGameobject bool ___alsoScaleGameobject_3; // System.Single ParticleScaler::prevScale float ___prevScale_4; public: inline static int32_t get_offset_of_particleScale_2() { return static_cast(offsetof(ParticleScaler_t700670844, ___particleScale_2)); } inline float get_particleScale_2() const { return ___particleScale_2; } inline float* get_address_of_particleScale_2() { return &___particleScale_2; } inline void set_particleScale_2(float value) { ___particleScale_2 = value; } inline static int32_t get_offset_of_alsoScaleGameobject_3() { return static_cast(offsetof(ParticleScaler_t700670844, ___alsoScaleGameobject_3)); } inline bool get_alsoScaleGameobject_3() const { return ___alsoScaleGameobject_3; } inline bool* get_address_of_alsoScaleGameobject_3() { return &___alsoScaleGameobject_3; } inline void set_alsoScaleGameobject_3(bool value) { ___alsoScaleGameobject_3 = value; } inline static int32_t get_offset_of_prevScale_4() { return static_cast(offsetof(ParticleScaler_t700670844, ___prevScale_4)); } inline float get_prevScale_4() const { return ___prevScale_4; } inline float* get_address_of_prevScale_4() { return &___prevScale_4; } inline void set_prevScale_4(float value) { ___prevScale_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARTICLESCALER_T700670844_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 NOTICETASKITEM_T1719951648_H #define NOTICETASKITEM_T1719951648_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // NoticeTaskItem struct NoticeTaskItem_t1719951648 : public MonoBehaviour_t3962482529 { public: // DMCore.Logic.NoticeTask NoticeTaskItem::m_Data NoticeTask_t2932161791 * ___m_Data_2; // UITexture NoticeTaskItem::m_headIcon UITexture_t3471168817 * ___m_headIcon_3; // UILabel NoticeTaskItem::m_taskName UILabel_t3248798549 * ___m_taskName_4; // UILabel NoticeTaskItem::m_taskLevel UILabel_t3248798549 * ___m_taskLevel_5; // UILabel NoticeTaskItem::m_percentLab UILabel_t3248798549 * ___m_percentLab_6; // UILabel NoticeTaskItem::m_countdownLab UILabel_t3248798549 * ___m_countdownLab_7; // UILabel NoticeTaskItem::m_unlockDescLab UILabel_t3248798549 * ___m_unlockDescLab_8; // UnityEngine.Transform NoticeTaskItem::m_progress Transform_t3600365921 * ___m_progress_9; // UnityEngine.Transform NoticeTaskItem::m_selectedBox Transform_t3600365921 * ___m_selectedBox_10; // UnityEngine.Transform NoticeTaskItem::m_countdownRoot Transform_t3600365921 * ___m_countdownRoot_11; // UnityEngine.Transform NoticeTaskItem::m_lockTran Transform_t3600365921 * ___m_lockTran_12; // System.Boolean NoticeTaskItem::m_bInitPage bool ___m_bInitPage_13; // UnityEngine.Vector3 NoticeTaskItem::m_photoSize Vector3_t3722313464 ___m_photoSize_14; // UnityEngine.BoxCollider NoticeTaskItem::m_collider BoxCollider_t1640800422 * ___m_collider_15; // System.Boolean NoticeTaskItem::m_IsPhotoReady bool ___m_IsPhotoReady_16; // System.Int32 NoticeTaskItem::m_index int32_t ___m_index_17; // System.Int32 NoticeTaskItem::m_lastSelectedId int32_t ___m_lastSelectedId_18; // System.Boolean NoticeTaskItem::m_bSelectedChanged bool ___m_bSelectedChanged_19; public: inline static int32_t get_offset_of_m_Data_2() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_Data_2)); } inline NoticeTask_t2932161791 * get_m_Data_2() const { return ___m_Data_2; } inline NoticeTask_t2932161791 ** get_address_of_m_Data_2() { return &___m_Data_2; } inline void set_m_Data_2(NoticeTask_t2932161791 * value) { ___m_Data_2 = value; Il2CppCodeGenWriteBarrier((&___m_Data_2), value); } inline static int32_t get_offset_of_m_headIcon_3() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_headIcon_3)); } inline UITexture_t3471168817 * get_m_headIcon_3() const { return ___m_headIcon_3; } inline UITexture_t3471168817 ** get_address_of_m_headIcon_3() { return &___m_headIcon_3; } inline void set_m_headIcon_3(UITexture_t3471168817 * value) { ___m_headIcon_3 = value; Il2CppCodeGenWriteBarrier((&___m_headIcon_3), value); } inline static int32_t get_offset_of_m_taskName_4() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_taskName_4)); } inline UILabel_t3248798549 * get_m_taskName_4() const { return ___m_taskName_4; } inline UILabel_t3248798549 ** get_address_of_m_taskName_4() { return &___m_taskName_4; } inline void set_m_taskName_4(UILabel_t3248798549 * value) { ___m_taskName_4 = value; Il2CppCodeGenWriteBarrier((&___m_taskName_4), value); } inline static int32_t get_offset_of_m_taskLevel_5() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_taskLevel_5)); } inline UILabel_t3248798549 * get_m_taskLevel_5() const { return ___m_taskLevel_5; } inline UILabel_t3248798549 ** get_address_of_m_taskLevel_5() { return &___m_taskLevel_5; } inline void set_m_taskLevel_5(UILabel_t3248798549 * value) { ___m_taskLevel_5 = value; Il2CppCodeGenWriteBarrier((&___m_taskLevel_5), value); } inline static int32_t get_offset_of_m_percentLab_6() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_percentLab_6)); } inline UILabel_t3248798549 * get_m_percentLab_6() const { return ___m_percentLab_6; } inline UILabel_t3248798549 ** get_address_of_m_percentLab_6() { return &___m_percentLab_6; } inline void set_m_percentLab_6(UILabel_t3248798549 * value) { ___m_percentLab_6 = value; Il2CppCodeGenWriteBarrier((&___m_percentLab_6), value); } inline static int32_t get_offset_of_m_countdownLab_7() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_countdownLab_7)); } inline UILabel_t3248798549 * get_m_countdownLab_7() const { return ___m_countdownLab_7; } inline UILabel_t3248798549 ** get_address_of_m_countdownLab_7() { return &___m_countdownLab_7; } inline void set_m_countdownLab_7(UILabel_t3248798549 * value) { ___m_countdownLab_7 = value; Il2CppCodeGenWriteBarrier((&___m_countdownLab_7), value); } inline static int32_t get_offset_of_m_unlockDescLab_8() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_unlockDescLab_8)); } inline UILabel_t3248798549 * get_m_unlockDescLab_8() const { return ___m_unlockDescLab_8; } inline UILabel_t3248798549 ** get_address_of_m_unlockDescLab_8() { return &___m_unlockDescLab_8; } inline void set_m_unlockDescLab_8(UILabel_t3248798549 * value) { ___m_unlockDescLab_8 = value; Il2CppCodeGenWriteBarrier((&___m_unlockDescLab_8), value); } inline static int32_t get_offset_of_m_progress_9() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_progress_9)); } inline Transform_t3600365921 * get_m_progress_9() const { return ___m_progress_9; } inline Transform_t3600365921 ** get_address_of_m_progress_9() { return &___m_progress_9; } inline void set_m_progress_9(Transform_t3600365921 * value) { ___m_progress_9 = value; Il2CppCodeGenWriteBarrier((&___m_progress_9), value); } inline static int32_t get_offset_of_m_selectedBox_10() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_selectedBox_10)); } inline Transform_t3600365921 * get_m_selectedBox_10() const { return ___m_selectedBox_10; } inline Transform_t3600365921 ** get_address_of_m_selectedBox_10() { return &___m_selectedBox_10; } inline void set_m_selectedBox_10(Transform_t3600365921 * value) { ___m_selectedBox_10 = value; Il2CppCodeGenWriteBarrier((&___m_selectedBox_10), value); } inline static int32_t get_offset_of_m_countdownRoot_11() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_countdownRoot_11)); } inline Transform_t3600365921 * get_m_countdownRoot_11() const { return ___m_countdownRoot_11; } inline Transform_t3600365921 ** get_address_of_m_countdownRoot_11() { return &___m_countdownRoot_11; } inline void set_m_countdownRoot_11(Transform_t3600365921 * value) { ___m_countdownRoot_11 = value; Il2CppCodeGenWriteBarrier((&___m_countdownRoot_11), value); } inline static int32_t get_offset_of_m_lockTran_12() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_lockTran_12)); } inline Transform_t3600365921 * get_m_lockTran_12() const { return ___m_lockTran_12; } inline Transform_t3600365921 ** get_address_of_m_lockTran_12() { return &___m_lockTran_12; } inline void set_m_lockTran_12(Transform_t3600365921 * value) { ___m_lockTran_12 = value; Il2CppCodeGenWriteBarrier((&___m_lockTran_12), value); } inline static int32_t get_offset_of_m_bInitPage_13() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_bInitPage_13)); } inline bool get_m_bInitPage_13() const { return ___m_bInitPage_13; } inline bool* get_address_of_m_bInitPage_13() { return &___m_bInitPage_13; } inline void set_m_bInitPage_13(bool value) { ___m_bInitPage_13 = value; } inline static int32_t get_offset_of_m_photoSize_14() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_photoSize_14)); } inline Vector3_t3722313464 get_m_photoSize_14() const { return ___m_photoSize_14; } inline Vector3_t3722313464 * get_address_of_m_photoSize_14() { return &___m_photoSize_14; } inline void set_m_photoSize_14(Vector3_t3722313464 value) { ___m_photoSize_14 = value; } inline static int32_t get_offset_of_m_collider_15() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_collider_15)); } inline BoxCollider_t1640800422 * get_m_collider_15() const { return ___m_collider_15; } inline BoxCollider_t1640800422 ** get_address_of_m_collider_15() { return &___m_collider_15; } inline void set_m_collider_15(BoxCollider_t1640800422 * value) { ___m_collider_15 = value; Il2CppCodeGenWriteBarrier((&___m_collider_15), value); } inline static int32_t get_offset_of_m_IsPhotoReady_16() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_IsPhotoReady_16)); } inline bool get_m_IsPhotoReady_16() const { return ___m_IsPhotoReady_16; } inline bool* get_address_of_m_IsPhotoReady_16() { return &___m_IsPhotoReady_16; } inline void set_m_IsPhotoReady_16(bool value) { ___m_IsPhotoReady_16 = value; } inline static int32_t get_offset_of_m_index_17() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_index_17)); } inline int32_t get_m_index_17() const { return ___m_index_17; } inline int32_t* get_address_of_m_index_17() { return &___m_index_17; } inline void set_m_index_17(int32_t value) { ___m_index_17 = value; } inline static int32_t get_offset_of_m_lastSelectedId_18() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_lastSelectedId_18)); } inline int32_t get_m_lastSelectedId_18() const { return ___m_lastSelectedId_18; } inline int32_t* get_address_of_m_lastSelectedId_18() { return &___m_lastSelectedId_18; } inline void set_m_lastSelectedId_18(int32_t value) { ___m_lastSelectedId_18 = value; } inline static int32_t get_offset_of_m_bSelectedChanged_19() { return static_cast(offsetof(NoticeTaskItem_t1719951648, ___m_bSelectedChanged_19)); } inline bool get_m_bSelectedChanged_19() const { return ___m_bSelectedChanged_19; } inline bool* get_address_of_m_bSelectedChanged_19() { return &___m_bSelectedChanged_19; } inline void set_m_bSelectedChanged_19(bool value) { ___m_bSelectedChanged_19 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTICETASKITEM_T1719951648_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 RANKLISTITEM_T2512150931_H #define RANKLISTITEM_T2512150931_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // RankListItem struct RankListItem_t2512150931 : public MonoBehaviour_t3962482529 { public: // UILabel RankListItem::m_playerName UILabel_t3248798549 * ___m_playerName_2; // UISprite RankListItem::m_rankNumPic UISprite_t194114938 * ___m_rankNumPic_3; // UILabel RankListItem::m_rankNum UILabel_t3248798549 * ___m_rankNum_4; // UITexture RankListItem::m_headPhoto UITexture_t3471168817 * ___m_headPhoto_5; // UILabel RankListItem::m_clothsGrade UILabel_t3248798549 * ___m_clothsGrade_6; // UILabel RankListItem::m_voteNum UILabel_t3248798549 * ___m_voteNum_7; // UISprite RankListItem::m_selfBg UISprite_t194114938 * ___m_selfBg_8; // UISprite RankListItem::m_otherBg UISprite_t194114938 * ___m_otherBg_9; // DMCore.Logic.RankListInfo RankListItem::m_data RankListInfo_t1858065448 * ___m_data_10; // System.Boolean RankListItem::isPageInit bool ___isPageInit_11; // System.Boolean RankListItem::isPhotoReady bool ___isPhotoReady_12; // UnityEngine.Vector3 RankListItem::photoSize Vector3_t3722313464 ___photoSize_13; public: inline static int32_t get_offset_of_m_playerName_2() { return static_cast(offsetof(RankListItem_t2512150931, ___m_playerName_2)); } inline UILabel_t3248798549 * get_m_playerName_2() const { return ___m_playerName_2; } inline UILabel_t3248798549 ** get_address_of_m_playerName_2() { return &___m_playerName_2; } inline void set_m_playerName_2(UILabel_t3248798549 * value) { ___m_playerName_2 = value; Il2CppCodeGenWriteBarrier((&___m_playerName_2), value); } inline static int32_t get_offset_of_m_rankNumPic_3() { return static_cast(offsetof(RankListItem_t2512150931, ___m_rankNumPic_3)); } inline UISprite_t194114938 * get_m_rankNumPic_3() const { return ___m_rankNumPic_3; } inline UISprite_t194114938 ** get_address_of_m_rankNumPic_3() { return &___m_rankNumPic_3; } inline void set_m_rankNumPic_3(UISprite_t194114938 * value) { ___m_rankNumPic_3 = value; Il2CppCodeGenWriteBarrier((&___m_rankNumPic_3), value); } inline static int32_t get_offset_of_m_rankNum_4() { return static_cast(offsetof(RankListItem_t2512150931, ___m_rankNum_4)); } inline UILabel_t3248798549 * get_m_rankNum_4() const { return ___m_rankNum_4; } inline UILabel_t3248798549 ** get_address_of_m_rankNum_4() { return &___m_rankNum_4; } inline void set_m_rankNum_4(UILabel_t3248798549 * value) { ___m_rankNum_4 = value; Il2CppCodeGenWriteBarrier((&___m_rankNum_4), value); } inline static int32_t get_offset_of_m_headPhoto_5() { return static_cast(offsetof(RankListItem_t2512150931, ___m_headPhoto_5)); } inline UITexture_t3471168817 * get_m_headPhoto_5() const { return ___m_headPhoto_5; } inline UITexture_t3471168817 ** get_address_of_m_headPhoto_5() { return &___m_headPhoto_5; } inline void set_m_headPhoto_5(UITexture_t3471168817 * value) { ___m_headPhoto_5 = value; Il2CppCodeGenWriteBarrier((&___m_headPhoto_5), value); } inline static int32_t get_offset_of_m_clothsGrade_6() { return static_cast(offsetof(RankListItem_t2512150931, ___m_clothsGrade_6)); } inline UILabel_t3248798549 * get_m_clothsGrade_6() const { return ___m_clothsGrade_6; } inline UILabel_t3248798549 ** get_address_of_m_clothsGrade_6() { return &___m_clothsGrade_6; } inline void set_m_clothsGrade_6(UILabel_t3248798549 * value) { ___m_clothsGrade_6 = value; Il2CppCodeGenWriteBarrier((&___m_clothsGrade_6), value); } inline static int32_t get_offset_of_m_voteNum_7() { return static_cast(offsetof(RankListItem_t2512150931, ___m_voteNum_7)); } inline UILabel_t3248798549 * get_m_voteNum_7() const { return ___m_voteNum_7; } inline UILabel_t3248798549 ** get_address_of_m_voteNum_7() { return &___m_voteNum_7; } inline void set_m_voteNum_7(UILabel_t3248798549 * value) { ___m_voteNum_7 = value; Il2CppCodeGenWriteBarrier((&___m_voteNum_7), value); } inline static int32_t get_offset_of_m_selfBg_8() { return static_cast(offsetof(RankListItem_t2512150931, ___m_selfBg_8)); } inline UISprite_t194114938 * get_m_selfBg_8() const { return ___m_selfBg_8; } inline UISprite_t194114938 ** get_address_of_m_selfBg_8() { return &___m_selfBg_8; } inline void set_m_selfBg_8(UISprite_t194114938 * value) { ___m_selfBg_8 = value; Il2CppCodeGenWriteBarrier((&___m_selfBg_8), value); } inline static int32_t get_offset_of_m_otherBg_9() { return static_cast(offsetof(RankListItem_t2512150931, ___m_otherBg_9)); } inline UISprite_t194114938 * get_m_otherBg_9() const { return ___m_otherBg_9; } inline UISprite_t194114938 ** get_address_of_m_otherBg_9() { return &___m_otherBg_9; } inline void set_m_otherBg_9(UISprite_t194114938 * value) { ___m_otherBg_9 = value; Il2CppCodeGenWriteBarrier((&___m_otherBg_9), value); } inline static int32_t get_offset_of_m_data_10() { return static_cast(offsetof(RankListItem_t2512150931, ___m_data_10)); } inline RankListInfo_t1858065448 * get_m_data_10() const { return ___m_data_10; } inline RankListInfo_t1858065448 ** get_address_of_m_data_10() { return &___m_data_10; } inline void set_m_data_10(RankListInfo_t1858065448 * value) { ___m_data_10 = value; Il2CppCodeGenWriteBarrier((&___m_data_10), value); } inline static int32_t get_offset_of_isPageInit_11() { return static_cast(offsetof(RankListItem_t2512150931, ___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_isPhotoReady_12() { return static_cast(offsetof(RankListItem_t2512150931, ___isPhotoReady_12)); } inline bool get_isPhotoReady_12() const { return ___isPhotoReady_12; } inline bool* get_address_of_isPhotoReady_12() { return &___isPhotoReady_12; } inline void set_isPhotoReady_12(bool value) { ___isPhotoReady_12 = value; } inline static int32_t get_offset_of_photoSize_13() { return static_cast(offsetof(RankListItem_t2512150931, ___photoSize_13)); } inline Vector3_t3722313464 get_photoSize_13() const { return ___photoSize_13; } inline Vector3_t3722313464 * get_address_of_photoSize_13() { return &___photoSize_13; } inline void set_photoSize_13(Vector3_t3722313464 value) { ___photoSize_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANKLISTITEM_T2512150931_H #ifndef QUAILFINGAWARDITEM_T3321146055_H #define QUAILFINGAWARDITEM_T3321146055_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // QuailfingAwardItem struct QuailfingAwardItem_t3321146055 : public MonoBehaviour_t3962482529 { public: // UITexture QuailfingAwardItem::m_titleTex UITexture_t3471168817 * ___m_titleTex_2; // UILabel QuailfingAwardItem::uiLabel UILabel_t3248798549 * ___uiLabel_3; // System.Collections.Generic.List`1 QuailfingAwardItem::m_awardItemList List_1_t3119598804 * ___m_awardItemList_4; public: inline static int32_t get_offset_of_m_titleTex_2() { return static_cast(offsetof(QuailfingAwardItem_t3321146055, ___m_titleTex_2)); } inline UITexture_t3471168817 * get_m_titleTex_2() const { return ___m_titleTex_2; } inline UITexture_t3471168817 ** get_address_of_m_titleTex_2() { return &___m_titleTex_2; } inline void set_m_titleTex_2(UITexture_t3471168817 * value) { ___m_titleTex_2 = value; Il2CppCodeGenWriteBarrier((&___m_titleTex_2), value); } inline static int32_t get_offset_of_uiLabel_3() { return static_cast(offsetof(QuailfingAwardItem_t3321146055, ___uiLabel_3)); } inline UILabel_t3248798549 * get_uiLabel_3() const { return ___uiLabel_3; } inline UILabel_t3248798549 ** get_address_of_uiLabel_3() { return &___uiLabel_3; } inline void set_uiLabel_3(UILabel_t3248798549 * value) { ___uiLabel_3 = value; Il2CppCodeGenWriteBarrier((&___uiLabel_3), value); } inline static int32_t get_offset_of_m_awardItemList_4() { return static_cast(offsetof(QuailfingAwardItem_t3321146055, ___m_awardItemList_4)); } inline List_1_t3119598804 * get_m_awardItemList_4() const { return ___m_awardItemList_4; } inline List_1_t3119598804 ** get_address_of_m_awardItemList_4() { return &___m_awardItemList_4; } inline void set_m_awardItemList_4(List_1_t3119598804 * value) { ___m_awardItemList_4 = value; Il2CppCodeGenWriteBarrier((&___m_awardItemList_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUAILFINGAWARDITEM_T3321146055_H #ifndef NUMBERROLL_T3235290664_H #define NUMBERROLL_T3235290664_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // NumberRoll struct NumberRoll_t3235290664 : public MonoBehaviour_t3962482529 { public: // System.Int32 NumberRoll::Number int32_t ___Number_2; // System.Boolean NumberRoll::PlayAnim bool ___PlayAnim_3; // System.Single NumberRoll::speed float ___speed_4; // System.Single NumberRoll::offset float ___offset_5; // System.Single NumberRoll::informTime float ___informTime_6; // System.Single NumberRoll::stopTime float ___stopTime_7; // System.Single NumberRoll::verticalDis float ___verticalDis_8; // System.Boolean NumberRoll::IsSpringback bool ___IsSpringback_9; // System.Boolean NumberRoll::isPlayFinish bool ___isPlayFinish_10; // System.Boolean NumberRoll::isPlaySpringback bool ___isPlaySpringback_11; // System.Action`1 NumberRoll::finishCallBack Action_1_t269755560 * ___finishCallBack_12; // System.Action`1 NumberRoll::reachSpeedCallBack Action_1_t269755560 * ___reachSpeedCallBack_13; // System.Boolean NumberRoll::isInvoke bool ___isInvoke_14; // System.Boolean NumberRoll::isStartSlowDown bool ___isStartSlowDown_15; // System.Boolean NumberRoll::isLastTime bool ___isLastTime_16; // System.Single NumberRoll::timer float ___timer_17; // UISprite NumberRoll::m_num0 UISprite_t194114938 * ___m_num0_18; // UISprite NumberRoll::m_num1 UISprite_t194114938 * ___m_num1_19; // NumberRoll/NumberItem[] NumberRoll::m_arrayNum NumberItemU5BU5D_t3558943569* ___m_arrayNum_20; // System.String[] NumberRoll::spriteName StringU5BU5D_t1281789340* ___spriteName_21; // System.Int32 NumberRoll::index int32_t ___index_22; public: inline static int32_t get_offset_of_Number_2() { return static_cast(offsetof(NumberRoll_t3235290664, ___Number_2)); } inline int32_t get_Number_2() const { return ___Number_2; } inline int32_t* get_address_of_Number_2() { return &___Number_2; } inline void set_Number_2(int32_t value) { ___Number_2 = value; } inline static int32_t get_offset_of_PlayAnim_3() { return static_cast(offsetof(NumberRoll_t3235290664, ___PlayAnim_3)); } inline bool get_PlayAnim_3() const { return ___PlayAnim_3; } inline bool* get_address_of_PlayAnim_3() { return &___PlayAnim_3; } inline void set_PlayAnim_3(bool value) { ___PlayAnim_3 = value; } inline static int32_t get_offset_of_speed_4() { return static_cast(offsetof(NumberRoll_t3235290664, ___speed_4)); } inline float get_speed_4() const { return ___speed_4; } inline float* get_address_of_speed_4() { return &___speed_4; } inline void set_speed_4(float value) { ___speed_4 = value; } inline static int32_t get_offset_of_offset_5() { return static_cast(offsetof(NumberRoll_t3235290664, ___offset_5)); } inline float get_offset_5() const { return ___offset_5; } inline float* get_address_of_offset_5() { return &___offset_5; } inline void set_offset_5(float value) { ___offset_5 = value; } inline static int32_t get_offset_of_informTime_6() { return static_cast(offsetof(NumberRoll_t3235290664, ___informTime_6)); } inline float get_informTime_6() const { return ___informTime_6; } inline float* get_address_of_informTime_6() { return &___informTime_6; } inline void set_informTime_6(float value) { ___informTime_6 = value; } inline static int32_t get_offset_of_stopTime_7() { return static_cast(offsetof(NumberRoll_t3235290664, ___stopTime_7)); } inline float get_stopTime_7() const { return ___stopTime_7; } inline float* get_address_of_stopTime_7() { return &___stopTime_7; } inline void set_stopTime_7(float value) { ___stopTime_7 = value; } inline static int32_t get_offset_of_verticalDis_8() { return static_cast(offsetof(NumberRoll_t3235290664, ___verticalDis_8)); } inline float get_verticalDis_8() const { return ___verticalDis_8; } inline float* get_address_of_verticalDis_8() { return &___verticalDis_8; } inline void set_verticalDis_8(float value) { ___verticalDis_8 = value; } inline static int32_t get_offset_of_IsSpringback_9() { return static_cast(offsetof(NumberRoll_t3235290664, ___IsSpringback_9)); } inline bool get_IsSpringback_9() const { return ___IsSpringback_9; } inline bool* get_address_of_IsSpringback_9() { return &___IsSpringback_9; } inline void set_IsSpringback_9(bool value) { ___IsSpringback_9 = value; } inline static int32_t get_offset_of_isPlayFinish_10() { return static_cast(offsetof(NumberRoll_t3235290664, ___isPlayFinish_10)); } inline bool get_isPlayFinish_10() const { return ___isPlayFinish_10; } inline bool* get_address_of_isPlayFinish_10() { return &___isPlayFinish_10; } inline void set_isPlayFinish_10(bool value) { ___isPlayFinish_10 = value; } inline static int32_t get_offset_of_isPlaySpringback_11() { return static_cast(offsetof(NumberRoll_t3235290664, ___isPlaySpringback_11)); } inline bool get_isPlaySpringback_11() const { return ___isPlaySpringback_11; } inline bool* get_address_of_isPlaySpringback_11() { return &___isPlaySpringback_11; } inline void set_isPlaySpringback_11(bool value) { ___isPlaySpringback_11 = value; } inline static int32_t get_offset_of_finishCallBack_12() { return static_cast(offsetof(NumberRoll_t3235290664, ___finishCallBack_12)); } inline Action_1_t269755560 * get_finishCallBack_12() const { return ___finishCallBack_12; } inline Action_1_t269755560 ** get_address_of_finishCallBack_12() { return &___finishCallBack_12; } inline void set_finishCallBack_12(Action_1_t269755560 * value) { ___finishCallBack_12 = value; Il2CppCodeGenWriteBarrier((&___finishCallBack_12), value); } inline static int32_t get_offset_of_reachSpeedCallBack_13() { return static_cast(offsetof(NumberRoll_t3235290664, ___reachSpeedCallBack_13)); } inline Action_1_t269755560 * get_reachSpeedCallBack_13() const { return ___reachSpeedCallBack_13; } inline Action_1_t269755560 ** get_address_of_reachSpeedCallBack_13() { return &___reachSpeedCallBack_13; } inline void set_reachSpeedCallBack_13(Action_1_t269755560 * value) { ___reachSpeedCallBack_13 = value; Il2CppCodeGenWriteBarrier((&___reachSpeedCallBack_13), value); } inline static int32_t get_offset_of_isInvoke_14() { return static_cast(offsetof(NumberRoll_t3235290664, ___isInvoke_14)); } inline bool get_isInvoke_14() const { return ___isInvoke_14; } inline bool* get_address_of_isInvoke_14() { return &___isInvoke_14; } inline void set_isInvoke_14(bool value) { ___isInvoke_14 = value; } inline static int32_t get_offset_of_isStartSlowDown_15() { return static_cast(offsetof(NumberRoll_t3235290664, ___isStartSlowDown_15)); } inline bool get_isStartSlowDown_15() const { return ___isStartSlowDown_15; } inline bool* get_address_of_isStartSlowDown_15() { return &___isStartSlowDown_15; } inline void set_isStartSlowDown_15(bool value) { ___isStartSlowDown_15 = value; } inline static int32_t get_offset_of_isLastTime_16() { return static_cast(offsetof(NumberRoll_t3235290664, ___isLastTime_16)); } inline bool get_isLastTime_16() const { return ___isLastTime_16; } inline bool* get_address_of_isLastTime_16() { return &___isLastTime_16; } inline void set_isLastTime_16(bool value) { ___isLastTime_16 = value; } inline static int32_t get_offset_of_timer_17() { return static_cast(offsetof(NumberRoll_t3235290664, ___timer_17)); } inline float get_timer_17() const { return ___timer_17; } inline float* get_address_of_timer_17() { return &___timer_17; } inline void set_timer_17(float value) { ___timer_17 = value; } inline static int32_t get_offset_of_m_num0_18() { return static_cast(offsetof(NumberRoll_t3235290664, ___m_num0_18)); } inline UISprite_t194114938 * get_m_num0_18() const { return ___m_num0_18; } inline UISprite_t194114938 ** get_address_of_m_num0_18() { return &___m_num0_18; } inline void set_m_num0_18(UISprite_t194114938 * value) { ___m_num0_18 = value; Il2CppCodeGenWriteBarrier((&___m_num0_18), value); } inline static int32_t get_offset_of_m_num1_19() { return static_cast(offsetof(NumberRoll_t3235290664, ___m_num1_19)); } inline UISprite_t194114938 * get_m_num1_19() const { return ___m_num1_19; } inline UISprite_t194114938 ** get_address_of_m_num1_19() { return &___m_num1_19; } inline void set_m_num1_19(UISprite_t194114938 * value) { ___m_num1_19 = value; Il2CppCodeGenWriteBarrier((&___m_num1_19), value); } inline static int32_t get_offset_of_m_arrayNum_20() { return static_cast(offsetof(NumberRoll_t3235290664, ___m_arrayNum_20)); } inline NumberItemU5BU5D_t3558943569* get_m_arrayNum_20() const { return ___m_arrayNum_20; } inline NumberItemU5BU5D_t3558943569** get_address_of_m_arrayNum_20() { return &___m_arrayNum_20; } inline void set_m_arrayNum_20(NumberItemU5BU5D_t3558943569* value) { ___m_arrayNum_20 = value; Il2CppCodeGenWriteBarrier((&___m_arrayNum_20), value); } inline static int32_t get_offset_of_spriteName_21() { return static_cast(offsetof(NumberRoll_t3235290664, ___spriteName_21)); } inline StringU5BU5D_t1281789340* get_spriteName_21() const { return ___spriteName_21; } inline StringU5BU5D_t1281789340** get_address_of_spriteName_21() { return &___spriteName_21; } inline void set_spriteName_21(StringU5BU5D_t1281789340* value) { ___spriteName_21 = value; Il2CppCodeGenWriteBarrier((&___spriteName_21), value); } inline static int32_t get_offset_of_index_22() { return static_cast(offsetof(NumberRoll_t3235290664, ___index_22)); } inline int32_t get_index_22() const { return ___index_22; } inline int32_t* get_address_of_index_22() { return &___index_22; } inline void set_index_22(int32_t value) { ___index_22 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERROLL_T3235290664_H #ifndef RESLOCALIZATION_T550268012_H #define RESLOCALIZATION_T550268012_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // resLocalization struct resLocalization_t550268012 : public MonoBehaviour_t3962482529 { public: // System.Boolean resLocalization::m_IsRenderer bool ___m_IsRenderer_2; // UnityEngine.Transform resLocalization::m_Target Transform_t3600365921 * ___m_Target_3; // System.String resLocalization::m_ResourcePath String_t* ___m_ResourcePath_4; public: inline static int32_t get_offset_of_m_IsRenderer_2() { return static_cast(offsetof(resLocalization_t550268012, ___m_IsRenderer_2)); } inline bool get_m_IsRenderer_2() const { return ___m_IsRenderer_2; } inline bool* get_address_of_m_IsRenderer_2() { return &___m_IsRenderer_2; } inline void set_m_IsRenderer_2(bool value) { ___m_IsRenderer_2 = value; } inline static int32_t get_offset_of_m_Target_3() { return static_cast(offsetof(resLocalization_t550268012, ___m_Target_3)); } inline Transform_t3600365921 * get_m_Target_3() const { return ___m_Target_3; } inline Transform_t3600365921 ** get_address_of_m_Target_3() { return &___m_Target_3; } inline void set_m_Target_3(Transform_t3600365921 * value) { ___m_Target_3 = value; Il2CppCodeGenWriteBarrier((&___m_Target_3), value); } inline static int32_t get_offset_of_m_ResourcePath_4() { return static_cast(offsetof(resLocalization_t550268012, ___m_ResourcePath_4)); } inline String_t* get_m_ResourcePath_4() const { return ___m_ResourcePath_4; } inline String_t** get_address_of_m_ResourcePath_4() { return &___m_ResourcePath_4; } inline void set_m_ResourcePath_4(String_t* value) { ___m_ResourcePath_4 = value; Il2CppCodeGenWriteBarrier((&___m_ResourcePath_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESLOCALIZATION_T550268012_H #ifndef ROTATEROLE_T1146201425_H #define ROTATEROLE_T1146201425_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // RotateRole struct RotateRole_t1146201425 : public MonoBehaviour_t3962482529 { public: // System.Boolean RotateRole::m_bClkingInside bool ___m_bClkingInside_2; // UnityEngine.Vector2 RotateRole::m_MaxOffset Vector2_t2156229523 ___m_MaxOffset_3; // UnityEngine.Vector2 RotateRole::m_ClkPos Vector2_t2156229523 ___m_ClkPos_4; // UnityEngine.Quaternion RotateRole::m_RotateOld Quaternion_t2301928331 ___m_RotateOld_5; // System.Boolean RotateRole::m_bFirstTimePress bool ___m_bFirstTimePress_6; // UnityEngine.Vector2 RotateRole::m_RotateStartPos Vector2_t2156229523 ___m_RotateStartPos_7; // UnityEngine.BoxCollider RotateRole::cld BoxCollider_t1640800422 * ___cld_8; // UnityEngine.Rect RotateRole::rtArea Rect_t2360479859 ___rtArea_9; // System.Single RotateRole::fScaleX float ___fScaleX_10; // System.Single RotateRole::fScaleY float ___fScaleY_11; // System.Collections.Generic.List`1 RotateRole::rotateObjList List_1_t2585711361 * ___rotateObjList_12; public: inline static int32_t get_offset_of_m_bClkingInside_2() { return static_cast(offsetof(RotateRole_t1146201425, ___m_bClkingInside_2)); } inline bool get_m_bClkingInside_2() const { return ___m_bClkingInside_2; } inline bool* get_address_of_m_bClkingInside_2() { return &___m_bClkingInside_2; } inline void set_m_bClkingInside_2(bool value) { ___m_bClkingInside_2 = value; } inline static int32_t get_offset_of_m_MaxOffset_3() { return static_cast(offsetof(RotateRole_t1146201425, ___m_MaxOffset_3)); } inline Vector2_t2156229523 get_m_MaxOffset_3() const { return ___m_MaxOffset_3; } inline Vector2_t2156229523 * get_address_of_m_MaxOffset_3() { return &___m_MaxOffset_3; } inline void set_m_MaxOffset_3(Vector2_t2156229523 value) { ___m_MaxOffset_3 = value; } inline static int32_t get_offset_of_m_ClkPos_4() { return static_cast(offsetof(RotateRole_t1146201425, ___m_ClkPos_4)); } inline Vector2_t2156229523 get_m_ClkPos_4() const { return ___m_ClkPos_4; } inline Vector2_t2156229523 * get_address_of_m_ClkPos_4() { return &___m_ClkPos_4; } inline void set_m_ClkPos_4(Vector2_t2156229523 value) { ___m_ClkPos_4 = value; } inline static int32_t get_offset_of_m_RotateOld_5() { return static_cast(offsetof(RotateRole_t1146201425, ___m_RotateOld_5)); } inline Quaternion_t2301928331 get_m_RotateOld_5() const { return ___m_RotateOld_5; } inline Quaternion_t2301928331 * get_address_of_m_RotateOld_5() { return &___m_RotateOld_5; } inline void set_m_RotateOld_5(Quaternion_t2301928331 value) { ___m_RotateOld_5 = value; } inline static int32_t get_offset_of_m_bFirstTimePress_6() { return static_cast(offsetof(RotateRole_t1146201425, ___m_bFirstTimePress_6)); } inline bool get_m_bFirstTimePress_6() const { return ___m_bFirstTimePress_6; } inline bool* get_address_of_m_bFirstTimePress_6() { return &___m_bFirstTimePress_6; } inline void set_m_bFirstTimePress_6(bool value) { ___m_bFirstTimePress_6 = value; } inline static int32_t get_offset_of_m_RotateStartPos_7() { return static_cast(offsetof(RotateRole_t1146201425, ___m_RotateStartPos_7)); } inline Vector2_t2156229523 get_m_RotateStartPos_7() const { return ___m_RotateStartPos_7; } inline Vector2_t2156229523 * get_address_of_m_RotateStartPos_7() { return &___m_RotateStartPos_7; } inline void set_m_RotateStartPos_7(Vector2_t2156229523 value) { ___m_RotateStartPos_7 = value; } inline static int32_t get_offset_of_cld_8() { return static_cast(offsetof(RotateRole_t1146201425, ___cld_8)); } inline BoxCollider_t1640800422 * get_cld_8() const { return ___cld_8; } inline BoxCollider_t1640800422 ** get_address_of_cld_8() { return &___cld_8; } inline void set_cld_8(BoxCollider_t1640800422 * value) { ___cld_8 = value; Il2CppCodeGenWriteBarrier((&___cld_8), value); } inline static int32_t get_offset_of_rtArea_9() { return static_cast(offsetof(RotateRole_t1146201425, ___rtArea_9)); } inline Rect_t2360479859 get_rtArea_9() const { return ___rtArea_9; } inline Rect_t2360479859 * get_address_of_rtArea_9() { return &___rtArea_9; } inline void set_rtArea_9(Rect_t2360479859 value) { ___rtArea_9 = value; } inline static int32_t get_offset_of_fScaleX_10() { return static_cast(offsetof(RotateRole_t1146201425, ___fScaleX_10)); } inline float get_fScaleX_10() const { return ___fScaleX_10; } inline float* get_address_of_fScaleX_10() { return &___fScaleX_10; } inline void set_fScaleX_10(float value) { ___fScaleX_10 = value; } inline static int32_t get_offset_of_fScaleY_11() { return static_cast(offsetof(RotateRole_t1146201425, ___fScaleY_11)); } inline float get_fScaleY_11() const { return ___fScaleY_11; } inline float* get_address_of_fScaleY_11() { return &___fScaleY_11; } inline void set_fScaleY_11(float value) { ___fScaleY_11 = value; } inline static int32_t get_offset_of_rotateObjList_12() { return static_cast(offsetof(RotateRole_t1146201425, ___rotateObjList_12)); } inline List_1_t2585711361 * get_rotateObjList_12() const { return ___rotateObjList_12; } inline List_1_t2585711361 ** get_address_of_rotateObjList_12() { return &___rotateObjList_12; } inline void set_rotateObjList_12(List_1_t2585711361 * value) { ___rotateObjList_12 = value; Il2CppCodeGenWriteBarrier((&___rotateObjList_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROTATEROLE_T1146201425_H #ifndef PETROTATION_T3847662312_H #define PETROTATION_T3847662312_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // PetRotation struct PetRotation_t3847662312 : public MonoBehaviour_t3962482529 { public: // UnityEngine.Transform PetRotation::petTransform Transform_t3600365921 * ___petTransform_2; // System.Boolean PetRotation::bClk bool ___bClk_3; // System.Boolean PetRotation::m_bClkingInside bool ___m_bClkingInside_4; // UnityEngine.Vector2 PetRotation::m_MaxOffset Vector2_t2156229523 ___m_MaxOffset_5; // UnityEngine.Vector2 PetRotation::m_ClkPos Vector2_t2156229523 ___m_ClkPos_6; // UnityEngine.Quaternion PetRotation::m_RotateOld Quaternion_t2301928331 ___m_RotateOld_7; // System.Boolean PetRotation::m_bFirstTimePress bool ___m_bFirstTimePress_8; // UnityEngine.Vector2 PetRotation::m_RotateStartPos Vector2_t2156229523 ___m_RotateStartPos_9; public: inline static int32_t get_offset_of_petTransform_2() { return static_cast(offsetof(PetRotation_t3847662312, ___petTransform_2)); } inline Transform_t3600365921 * get_petTransform_2() const { return ___petTransform_2; } inline Transform_t3600365921 ** get_address_of_petTransform_2() { return &___petTransform_2; } inline void set_petTransform_2(Transform_t3600365921 * value) { ___petTransform_2 = value; Il2CppCodeGenWriteBarrier((&___petTransform_2), value); } inline static int32_t get_offset_of_bClk_3() { return static_cast(offsetof(PetRotation_t3847662312, ___bClk_3)); } inline bool get_bClk_3() const { return ___bClk_3; } inline bool* get_address_of_bClk_3() { return &___bClk_3; } inline void set_bClk_3(bool value) { ___bClk_3 = value; } inline static int32_t get_offset_of_m_bClkingInside_4() { return static_cast(offsetof(PetRotation_t3847662312, ___m_bClkingInside_4)); } inline bool get_m_bClkingInside_4() const { return ___m_bClkingInside_4; } inline bool* get_address_of_m_bClkingInside_4() { return &___m_bClkingInside_4; } inline void set_m_bClkingInside_4(bool value) { ___m_bClkingInside_4 = value; } inline static int32_t get_offset_of_m_MaxOffset_5() { return static_cast(offsetof(PetRotation_t3847662312, ___m_MaxOffset_5)); } inline Vector2_t2156229523 get_m_MaxOffset_5() const { return ___m_MaxOffset_5; } inline Vector2_t2156229523 * get_address_of_m_MaxOffset_5() { return &___m_MaxOffset_5; } inline void set_m_MaxOffset_5(Vector2_t2156229523 value) { ___m_MaxOffset_5 = value; } inline static int32_t get_offset_of_m_ClkPos_6() { return static_cast(offsetof(PetRotation_t3847662312, ___m_ClkPos_6)); } inline Vector2_t2156229523 get_m_ClkPos_6() const { return ___m_ClkPos_6; } inline Vector2_t2156229523 * get_address_of_m_ClkPos_6() { return &___m_ClkPos_6; } inline void set_m_ClkPos_6(Vector2_t2156229523 value) { ___m_ClkPos_6 = value; } inline static int32_t get_offset_of_m_RotateOld_7() { return static_cast(offsetof(PetRotation_t3847662312, ___m_RotateOld_7)); } inline Quaternion_t2301928331 get_m_RotateOld_7() const { return ___m_RotateOld_7; } inline Quaternion_t2301928331 * get_address_of_m_RotateOld_7() { return &___m_RotateOld_7; } inline void set_m_RotateOld_7(Quaternion_t2301928331 value) { ___m_RotateOld_7 = value; } inline static int32_t get_offset_of_m_bFirstTimePress_8() { return static_cast(offsetof(PetRotation_t3847662312, ___m_bFirstTimePress_8)); } inline bool get_m_bFirstTimePress_8() const { return ___m_bFirstTimePress_8; } inline bool* get_address_of_m_bFirstTimePress_8() { return &___m_bFirstTimePress_8; } inline void set_m_bFirstTimePress_8(bool value) { ___m_bFirstTimePress_8 = value; } inline static int32_t get_offset_of_m_RotateStartPos_9() { return static_cast(offsetof(PetRotation_t3847662312, ___m_RotateStartPos_9)); } inline Vector2_t2156229523 get_m_RotateStartPos_9() const { return ___m_RotateStartPos_9; } inline Vector2_t2156229523 * get_address_of_m_RotateStartPos_9() { return &___m_RotateStartPos_9; } inline void set_m_RotateStartPos_9(Vector2_t2156229523 value) { ___m_RotateStartPos_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PETROTATION_T3847662312_H #ifndef NOTICETIMETOOL_T3495891363_H #define NOTICETIMETOOL_T3495891363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // NoticeTimeTool struct NoticeTimeTool_t3495891363 : public MonoBehaviour_t3962482529 { public: // UILabel NoticeTimeTool::m_displayLab UILabel_t3248798549 * ___m_displayLab_4; public: inline static int32_t get_offset_of_m_displayLab_4() { return static_cast(offsetof(NoticeTimeTool_t3495891363, ___m_displayLab_4)); } inline UILabel_t3248798549 * get_m_displayLab_4() const { return ___m_displayLab_4; } inline UILabel_t3248798549 ** get_address_of_m_displayLab_4() { return &___m_displayLab_4; } inline void set_m_displayLab_4(UILabel_t3248798549 * value) { ___m_displayLab_4 = value; Il2CppCodeGenWriteBarrier((&___m_displayLab_4), value); } }; struct NoticeTimeTool_t3495891363_StaticFields { public: // UnityEngine.GameObject NoticeTimeTool::m_go GameObject_t1113636619 * ___m_go_2; // NoticeTimeTool NoticeTimeTool::m_instance NoticeTimeTool_t3495891363 * ___m_instance_3; public: inline static int32_t get_offset_of_m_go_2() { return static_cast(offsetof(NoticeTimeTool_t3495891363_StaticFields, ___m_go_2)); } inline GameObject_t1113636619 * get_m_go_2() const { return ___m_go_2; } inline GameObject_t1113636619 ** get_address_of_m_go_2() { return &___m_go_2; } inline void set_m_go_2(GameObject_t1113636619 * value) { ___m_go_2 = value; Il2CppCodeGenWriteBarrier((&___m_go_2), value); } inline static int32_t get_offset_of_m_instance_3() { return static_cast(offsetof(NoticeTimeTool_t3495891363_StaticFields, ___m_instance_3)); } inline NoticeTimeTool_t3495891363 * get_m_instance_3() const { return ___m_instance_3; } inline NoticeTimeTool_t3495891363 ** get_address_of_m_instance_3() { return &___m_instance_3; } inline void set_m_instance_3(NoticeTimeTool_t3495891363 * value) { ___m_instance_3 = value; Il2CppCodeGenWriteBarrier((&___m_instance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTICETIMETOOL_T3495891363_H #ifndef 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 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 // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_t2510215842 : public RuntimeArray { public: ALIGN_FIELD (8) GUILayoutOption_t811797299 * m_Items[1]; public: inline GUILayoutOption_t811797299 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GUILayoutOption_t811797299 ** 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, GUILayoutOption_t811797299 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline GUILayoutOption_t811797299 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GUILayoutOption_t811797299 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GUILayoutOption_t811797299 * 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; } }; // UIWidget[] struct UIWidgetU5BU5D_t2950248968 : public RuntimeArray { public: ALIGN_FIELD (8) UIWidget_t3538521925 * m_Items[1]; public: inline UIWidget_t3538521925 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UIWidget_t3538521925 ** 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, UIWidget_t3538521925 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline UIWidget_t3538521925 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UIWidget_t3538521925 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UIWidget_t3538521925 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.Camera[] struct CameraU5BU5D_t1709987734 : public RuntimeArray { public: ALIGN_FIELD (8) Camera_t4157153871 * m_Items[1]; public: inline Camera_t4157153871 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Camera_t4157153871 ** 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, Camera_t4157153871 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Camera_t4157153871 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Camera_t4157153871 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Camera_t4157153871 * 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); } }; // UnityEngine.Object[] struct ObjectU5BU5D_t1417781964 : public RuntimeArray { public: ALIGN_FIELD (8) Object_t631007953 * m_Items[1]; public: inline Object_t631007953 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Object_t631007953 ** 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, Object_t631007953 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Object_t631007953 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Object_t631007953 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Object_t631007953 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // NumberRoll/NumberItem[] struct NumberItemU5BU5D_t3558943569 : public RuntimeArray { public: ALIGN_FIELD (8) NumberItem_t1066326768 m_Items[1]; public: inline NumberItem_t1066326768 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NumberItem_t1066326768 * 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, NumberItem_t1066326768 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline NumberItem_t1066326768 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NumberItem_t1066326768 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NumberItem_t1066326768 value) { m_Items[index] = value; } }; // NumberRoll[] struct NumberRollU5BU5D_t2596183097 : public RuntimeArray { public: ALIGN_FIELD (8) NumberRoll_t3235290664 * m_Items[1]; public: inline NumberRoll_t3235290664 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NumberRoll_t3235290664 ** 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, NumberRoll_t3235290664 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline NumberRoll_t3235290664 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NumberRoll_t3235290664 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NumberRoll_t3235290664 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // uiAwardcell[] struct uiAwardcellU5BU5D_t3191484015 : public RuntimeArray { public: ALIGN_FIELD (8) uiAwardcell_t1062333354 * m_Items[1]; public: inline uiAwardcell_t1062333354 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uiAwardcell_t1062333354 ** 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, uiAwardcell_t1062333354 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline uiAwardcell_t1062333354 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uiAwardcell_t1062333354 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uiAwardcell_t1062333354 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // UnityEngine.TrailRenderer[] struct TrailRendererU5BU5D_t2991284171 : public RuntimeArray { public: ALIGN_FIELD (8) TrailRenderer_t1820797054 * m_Items[1]; public: inline TrailRenderer_t1820797054 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TrailRenderer_t1820797054 ** 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, TrailRenderer_t1820797054 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline TrailRenderer_t1820797054 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TrailRenderer_t1820797054 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TrailRenderer_t1820797054 * 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.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); } }; // uiRewardItem[] struct uiRewardItemU5BU5D_t3139509227 : public RuntimeArray { public: ALIGN_FIELD (8) uiRewardItem_t3619702494 * m_Items[1]; public: inline uiRewardItem_t3619702494 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uiRewardItem_t3619702494 ** 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, uiRewardItem_t3619702494 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline uiRewardItem_t3619702494 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uiRewardItem_t3619702494 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uiRewardItem_t3619702494 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(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 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); // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m445033979_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveAt_m2730968292_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_m973870487_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m2287542950_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Component_GetComponentsInChildren_TisRuntimeObject_m1308288322_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m54314536_gshared (List_1_t4027761066 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveAt_m792636988_gshared (List_1_t4027761066 * __this, int32_t p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 List_1_get_Item_m2928327241_gshared (List_1_t4027761066 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m480677182_gshared (List_1_t4027761066 * __this, Color_t2555686324 p0, const RuntimeMethod* method); // T[] NGUITools::FindActive() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* NGUITools_FindActive_TisRuntimeObject_m1941122218_gshared (RuntimeObject * __this /* static, unused */, 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.Object::Instantiate(!!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m3060171005_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponentsInChildren() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* GameObject_GetComponentsInChildren_TisRuntimeObject_m1982918030_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // T NGUITools::AddWidget(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NGUITools_AddWidget_TisRuntimeObject_m1311540038_gshared (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, const RuntimeMethod* method); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___local0, String_t* ___path1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m118522912_gshared (Action_1_t3252573759 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m1933767679_gshared (Action_1_t269755560 * __this, bool p0, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m1363151734_gshared (Action_1_t269755560 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m4058363731_gshared (Action_1_t3123413348 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR PlayerInfo_t1114106414 BetterList_1_get_Item_m2927045620_gshared (BetterList_1_t269126732 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1537761784_gshared (Action_2_t2470008838 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2601736566_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3411363121_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3327106492_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2059424751_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m186164705_gshared (List_1_t128053199 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m888956288_gshared (List_1_t128053199 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Func`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_3__ctor_m2676186645_gshared (Func_3_t1497391353 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // !2 System.Func`3::Invoke(!0,!1) extern "C" IL2CPP_METHOD_ATTR int32_t Func_3_Invoke_m1444580883_gshared (Func_3_t1497391353 * __this, bool p0, int32_t p1, 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); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_Find_m1729760951 (Transform_t3600365921 * __this, String_t* p0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUITexture_t3471168817_m288616561(__this, method) (( UITexture_t3471168817 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisAudioSource_t3935305588_m1977431131(__this, method) (( AudioSource_t3935305588 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::GetFullGameObjName(UnityEngine.Component) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetFullGameObjName_m2327383603 (RuntimeObject * __this /* static, unused */, Component_t1923634451 * ___u3dComponent0, const RuntimeMethod* method); // DMCore.Framework.Plugin.CFitfunApiPlugin DMCore.Framework.Plugin.CFitfunApiPlugin::GetInstance() extern "C" IL2CPP_METHOD_ATTR CFitfunApiPlugin_t3372796910 * CFitfunApiPlugin_GetInstance_m148885372 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Plugin.CFitfunApiPlugin::PlayMovie_IOS(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void CFitfunApiPlugin_PlayMovie_IOS_m1178707411 (CFitfunApiPlugin_t3372796910 * __this, String_t* ___path0, String_t* ___type1, String_t* ___u3dPath2, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetActive(UnityEngine.Component,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetActive_m3161822059 (RuntimeObject * __this /* static, unused */, Component_t1923634451 * ___trans0, bool ___bActive1, const RuntimeMethod* method); // System.Void moviePlayer/OnMovieEnd::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnMovieEnd_Invoke_m1522215039 (OnMovieEnd_t1532239471 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void BetterList`1::Add(T) #define BetterList_1_Add_m3661312299(__this, p0, method) (( void (*) (BetterList_1_t3223218359 *, CDataArray_t4068198041 *, const RuntimeMethod*))BetterList_1_Add_m1521034418_gshared)(__this, p0, method) // System.Void BetterList`1::Clear() #define BetterList_1_Clear_m3055923047(__this, method) (( void (*) (BetterList_1_t3223218359 *, const RuntimeMethod*))BetterList_1_Clear_m1906904972_gshared)(__this, method) // System.Void BetterList`1::.ctor() #define BetterList_1__ctor_m411292744(__this, method) (( void (*) (BetterList_1_t3223218359 *, const RuntimeMethod*))BetterList_1__ctor_m445033979_gshared)(__this, method) // System.Boolean UnityEngine.Application::get_isPlaying() extern "C" IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m100394690 (RuntimeObject * __this /* static, unused */, 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.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m815285786(__this, p0, method) (( void (*) (List_1_t3319525431 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, 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.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.Void UnityEngine.GameObject::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void GameObject__ctor_m2093116449 (GameObject_t1113636619 * __this, String_t* p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisNGUIDebug_t787955914_m1434980220(__this, method) (( NGUIDebug_t787955914 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Void UnityEngine.Object::DontDestroyOnLoad(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m166252750 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_Log_m4051431634 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Bounds::get_center() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Bounds_get_center_m1418449258 (Bounds_t2266837910 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Bounds::get_extents() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Bounds_get_extents_m1304537151 (Bounds_t2266837910 * __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); // 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); // 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); // UnityEngine.Color UnityEngine.Color::get_red() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Color_get_red_m3227813939 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Debug::DrawLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void Debug_DrawLine_m2206927517 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, Color_t2555686324 p2, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3729392029(__this, p0, method) (( String_t* (*) (List_1_t3319525431 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void UnityEngine.GUILayout::Label(System.String,UnityEngine.GUILayoutOption[]) extern "C" IL2CPP_METHOD_ATTR void GUILayout_Label_m1960000298 (RuntimeObject * __this /* static, unused */, String_t* p0, GUILayoutOptionU5BU5D_t2510215842* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m706204246(__this, method) (( void (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Int32 UnityEngine.Mathf::FloorToInt(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m1870542928 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m372259452 (int32_t* __this, String_t* p0, const RuntimeMethod* method); // 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); // UnityEngine.Color UnityEngine.Color::get_black() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Color_get_black_m719512684 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.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); // UnityEngine.Color NGUIMath::IntToColor(System.Int32) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 NGUIMath_IntToColor_m743005410 (RuntimeObject * __this /* static, unused */, int32_t ___val0, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_xMin() extern "C" IL2CPP_METHOD_ATTR float Rect_get_xMin_m581135837 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_xMin(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_xMin_m2413290617 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_xMax() extern "C" IL2CPP_METHOD_ATTR float Rect_get_xMax_m3018144503 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_xMax(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_xMax_m1720695099 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_yMax() extern "C" IL2CPP_METHOD_ATTR float Rect_get_yMax_m743455479 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_yMin(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_yMin_m2724127720 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_yMin() extern "C" IL2CPP_METHOD_ATTR float Rect_get_yMin_m2601414109 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_yMax(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_yMax_m2031532394 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // UnityEngine.Rect NGUIMath::ConvertToPixels(UnityEngine.Rect,System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 NGUIMath_ConvertToPixels_m551352344 (RuntimeObject * __this /* static, unused */, Rect_t2360479859 ___rect0, int32_t ___width1, int32_t ___height2, bool ___round3, const RuntimeMethod* method); // UnityEngine.Rect NGUIMath::ConvertToTexCoords(UnityEngine.Rect,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 NGUIMath_ConvertToTexCoords_m692282035 (RuntimeObject * __this /* static, unused */, Rect_t2360479859 ___rect0, int32_t ___width1, int32_t ___height2, const RuntimeMethod* method); // UnityEngine.RuntimePlatform UnityEngine.Application::get_platform() extern "C" IL2CPP_METHOD_ATTR int32_t Application_get_platform_m2150679437 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_get_zero_m540426400 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector2 UIWidget::get_pivotOffset() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 UIWidget_get_pivotOffset_m1997789874 (UIWidget_t3538521925 * __this, const RuntimeMethod* method); // UnityEngine.Transform UIWidget::get_cachedTransform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * UIWidget_get_cachedTransform_m3940827977 (UIWidget_t3538521925 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::TransformPoint(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_TransformPoint_m4024714202 (Transform_t3600365921 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() #define Component_GetComponentsInChildren_TisUIWidget_t3538521925_m3698995734(__this, method) (( UIWidgetU5BU5D_t2950248968* (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m1308288322_gshared)(__this, method) // UnityEngine.Vector3 UnityEngine.Transform::get_position() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_position_m36019626 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_zero_m1409827619 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Bounds::.ctor(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Bounds__ctor_m1937678907 (Bounds_t2266837910 * __this, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_op_Multiply_m2347887432 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 p0, float p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::TransformPoint(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_TransformPoint_m226827784 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::Max(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_Max_m3304052994 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::Min(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_Min_m1803158933 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Void UnityEngine.Bounds::Encapsulate(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Bounds_Encapsulate_m3553480203 (Bounds_t2266837910 * __this, Vector3_t3722313464 p0, const RuntimeMethod* 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.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.Transform::get_localScale() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localScale_m129152068 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Bounds NGUIMath::CalculateRelativeWidgetBounds(UnityEngine.Transform,UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Bounds_t2266837910 NGUIMath_CalculateRelativeWidgetBounds_m504504826 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___root0, Transform_t3600365921 * ___child1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Multiply_m3376773913 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, float p1, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_op_Addition_m800700293 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 p0, Vector2_t2156229523 p1, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Lerp_m1004423579 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // System.Single NGUIMath::SpringLerp(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float NGUIMath_SpringLerp_m924654337 (RuntimeObject * __this /* static, unused */, float ___strength0, float ___deltaTime1, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::Lerp(UnityEngine.Vector2,UnityEngine.Vector2,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_Lerp_m854472224 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 p0, Vector2_t2156229523 p1, float p2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::Lerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_Lerp_m407887542 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, float p2, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Slerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Slerp_m1234055455 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 p0, Quaternion_t2301928331 p1, float p2, const RuntimeMethod* method); // System.Single NGUIMath::WrapAngle(System.Single) extern "C" IL2CPP_METHOD_ATTR float NGUIMath_WrapAngle_m1060961068 (RuntimeObject * __this /* static, unused */, float ___angle0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Sign(System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Sign_m3457838305 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Single UnityEngine.PlayerPrefs::GetFloat(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR float PlayerPrefs_GetFloat_m3293813615 (RuntimeObject * __this /* static, unused */, String_t* p0, float p1, const RuntimeMethod* method); // System.Void UnityEngine.PlayerPrefs::SetFloat(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR void PlayerPrefs_SetFloat_m3161432420 (RuntimeObject * __this /* static, unused */, String_t* p0, float p1, const RuntimeMethod* method); // UnityEngine.AudioSource NGUITools::PlaySound(UnityEngine.AudioClip,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR AudioSource_t3935305588 * NGUITools_PlaySound_m3282738314 (RuntimeObject * __this /* static, unused */, AudioClip_t3680889665 * ___clip0, float ___volume1, float ___pitch2, const RuntimeMethod* method); // System.Single NGUITools::get_soundVolume() extern "C" IL2CPP_METHOD_ATTR float NGUITools_get_soundVolume_m3888828516 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4071470834 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // 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.Object UnityEngine.Object::FindObjectOfType(System.Type) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Object_FindObjectOfType_m67275058 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // UnityEngine.Camera UnityEngine.Camera::get_main() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * Camera_get_main_m3643453163 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * Component_get_gameObject_m442555142 (Component_t1923634451 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisAudioListener_t2734094699_m3985538961(__this, method) (( AudioListener_t2734094699 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisAudioSource_t3935305588_m2869327390(__this, method) (( AudioSource_t3935305588 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Void UnityEngine.AudioSource::set_pitch(System.Single) extern "C" IL2CPP_METHOD_ATTR void AudioSource_set_pitch_m2413801168 (AudioSource_t3935305588 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::PlayOneShot(UnityEngine.AudioClip,System.Single) extern "C" IL2CPP_METHOD_ATTR void AudioSource_PlayOneShot_m2678069419 (AudioSource_t3935305588 * __this, AudioClip_t3680889665 * p0, float p1, const RuntimeMethod* method); // System.Void UnityEngine.WWW::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void WWW__ctor_m2915079343 (WWW_t3688466362 * __this, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_LogError_m2850623458 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // UnityEngine.WWW NGUITools::OpenURL(System.String) extern "C" IL2CPP_METHOD_ATTR WWW_t3688466362 * NGUITools_OpenURL_m3951527938 (RuntimeObject * __this /* static, unused */, String_t* ___url0, const RuntimeMethod* method); // System.Void UnityEngine.WWW::.ctor(System.String,UnityEngine.WWWForm) extern "C" IL2CPP_METHOD_ATTR void WWW__ctor_m1562165 (WWW_t3688466362 * __this, String_t* p0, WWWForm_t4064702195 * p1, const RuntimeMethod* method); // System.Int32 UnityEngine.Random::Range(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Random_Range_m4054026115 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() extern "C" IL2CPP_METHOD_ATTR String_t* Object_get_name_m4211327027 (Object_t631007953 * __this, 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); // UnityEngine.Transform UnityEngine.Transform::get_parent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_get_parent_m835071599 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Color__ctor_m286683560 (Color_t2555686324 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Int32 NGUIMath::HexToDecimal(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t NGUIMath_HexToDecimal_m4090541797 (RuntimeObject * __this /* static, unused */, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Int32 NGUIMath::ColorToInt(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR int32_t NGUIMath_ColorToInt_m115382678 (RuntimeObject * __this /* static, unused */, Color_t2555686324 ___c0, const RuntimeMethod* method); // System.String NGUIMath::DecimalToHex(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NGUIMath_DecimalToHex_m1982018451 (RuntimeObject * __this /* static, unused */, int32_t ___num0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m54314536(__this, method) (( int32_t (*) (List_1_t4027761066 *, const RuntimeMethod*))List_1_get_Count_m54314536_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m792636988(__this, p0, method) (( void (*) (List_1_t4027761066 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m792636988_gshared)(__this, p0, method) // UnityEngine.Color NGUITools::ParseColor(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 NGUITools_ParseColor_m3278855289 (RuntimeObject * __this /* static, unused */, String_t* ___text0, int32_t ___offset1, const RuntimeMethod* method); // System.String NGUITools::EncodeColor(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR String_t* NGUITools_EncodeColor_m2991748117 (RuntimeObject * __this /* static, unused */, Color_t2555686324 ___c0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::ToUpper() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToUpper_m3324454496 (String_t* __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2928327241(__this, p0, method) (( Color_t2555686324 (*) (List_1_t4027761066 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2928327241_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 System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m480677182(__this, p0, method) (( void (*) (List_1_t4027761066 *, Color_t2555686324 , const RuntimeMethod*))List_1_Add_m480677182_gshared)(__this, p0, method) // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Int32 NGUITools::ParseSymbol(System.String,System.Int32,System.Collections.Generic.List`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t NGUITools_ParseSymbol_m2199583232 (RuntimeObject * __this /* static, unused */, String_t* ___text0, int32_t ___index1, List_1_t4027761066 * ___colors2, bool ___premultiply3, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m562998446 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // T[] NGUITools::FindActive() #define NGUITools_FindActive_TisCamera_t4157153871_m3806243810(__this /* static, unused */, method) (( CameraU5BU5D_t1709987734* (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))NGUITools_FindActive_TisRuntimeObject_m1941122218_gshared)(__this /* static, unused */, method) // System.Int32 UnityEngine.Camera::get_cullingMask() extern "C" IL2CPP_METHOD_ATTR int32_t Camera_get_cullingMask_m679085748 (Camera_t4157153871 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisCollider_t1773347010_m69509314(__this, method) (( Collider_t1773347010 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Object_Destroy_m565254235 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Object_DestroyImmediate_m3193525861 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisBoxCollider_t1640800422_m1661675543(__this, method) (( BoxCollider_t1640800422 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Int32 NGUITools::CalculateNextDepth(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR int32_t NGUITools_CalculateNextDepth_m3108909969 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, const RuntimeMethod* method); // UnityEngine.Bounds NGUIMath::CalculateRelativeWidgetBounds(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Bounds_t2266837910 NGUIMath_CalculateRelativeWidgetBounds_m2429706113 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___trans0, const RuntimeMethod* method); // System.Void UnityEngine.Collider::set_isTrigger(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Collider_set_isTrigger_m1770557358 (Collider_t1773347010 * __this, bool p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_back() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_back_m4077847766 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.BoxCollider::set_center(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void BoxCollider_set_center_m1086194996 (BoxCollider_t1640800422 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Bounds::get_size() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Bounds_get_size_m1178783246 (Bounds_t2266837910 * __this, const RuntimeMethod* method); // System.Void UnityEngine.BoxCollider::set_size(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void BoxCollider_set_size_m3618428148 (BoxCollider_t1640800422 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void GameObject__ctor_m3707688467 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void Transform_set_parent_m786917804 (Transform_t3600365921 * __this, Transform_t3600365921 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localPosition_m4128471975 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_get_identity_m3722672781 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localRotation_m19445462 (Transform_t3600365921 * __this, Quaternion_t2301928331 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_one() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_one_m1629952498 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localScale_m3053443106 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Int32 UnityEngine.GameObject::get_layer() extern "C" IL2CPP_METHOD_ATTR int32_t GameObject_get_layer_m4158800245 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::set_layer(System.Int32) extern "C" IL2CPP_METHOD_ATTR void GameObject_set_layer_m3294992795 (GameObject_t1113636619 * __this, int32_t p0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) #define Object_Instantiate_TisGameObject_t1113636619_m587845175(__this /* static, unused */, p0, method) (( GameObject_t1113636619 * (*) (RuntimeObject * /* static, unused */, GameObject_t1113636619 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m3060171005_gshared)(__this /* static, unused */, p0, method) // !!0[] UnityEngine.GameObject::GetComponentsInChildren() #define GameObject_GetComponentsInChildren_TisUIWidget_t3538521925_m3389902640(__this, method) (( UIWidgetU5BU5D_t2950248968* (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_m1982918030_gshared)(__this, method) // System.Int32 UIWidget::get_depth() extern "C" IL2CPP_METHOD_ATTR int32_t UIWidget_get_depth_m431179076 (UIWidget_t3538521925 * __this, 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); // UIAtlas/Sprite UIAtlas::GetSprite(System.String) extern "C" IL2CPP_METHOD_ATTR Sprite_t2895597119 * UIAtlas_GetSprite_m1406671849 (UIAtlas_t3195533529 * __this, String_t* ___name0, const RuntimeMethod* method); // T NGUITools::AddWidget(UnityEngine.GameObject) #define NGUITools_AddWidget_TisUISprite_t194114938_m3841182913(__this /* static, unused */, ___go0, method) (( UISprite_t194114938 * (*) (RuntimeObject * /* static, unused */, GameObject_t1113636619 *, const RuntimeMethod*))NGUITools_AddWidget_TisRuntimeObject_m1311540038_gshared)(__this /* static, unused */, ___go0, method) // System.Boolean UnityEngine.Rect::op_Equality(UnityEngine.Rect,UnityEngine.Rect) extern "C" IL2CPP_METHOD_ATTR bool Rect_op_Equality_m3986168348 (RuntimeObject * __this /* static, unused */, Rect_t2360479859 p0, Rect_t2360479859 p1, const RuntimeMethod* method); // System.Void UISprite::set_atlas(UIAtlas) extern "C" IL2CPP_METHOD_ATTR void UISprite_set_atlas_m2864119219 (UISprite_t194114938 * __this, UIAtlas_t3195533529 * ___value0, const RuntimeMethod* method); // System.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.Boolean UnityEngine.Application::get_isEditor() extern "C" IL2CPP_METHOD_ATTR bool Application_get_isEditor_m857789090 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Object[] UnityEngine.Object::FindObjectsOfType(System.Type) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t1417781964* Object_FindObjectsOfType_m2295101757 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SendMessage(System.String,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void GameObject_SendMessage_m1121218340 (GameObject_t1113636619 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.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 NGUITools::SetActiveSelf(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NGUITools_SetActiveSelf_m2029723440 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, bool ___state1, const RuntimeMethod* method); // System.Int32 UnityEngine.Transform::get_childCount() extern "C" IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_m3145433196 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_GetChild_m1092972975 (Transform_t3600365921 * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeSelf() extern "C" IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m1767405923 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void NGUITools::Activate(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void NGUITools_Activate_m4104465385 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___t0, const RuntimeMethod* method); // System.Void NGUITools::Deactivate(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void NGUITools_Deactivate_m290773433 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___t0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Implicit_m3574996620 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeInHierarchy() extern "C" IL2CPP_METHOD_ATTR bool GameObject_get_activeInHierarchy_m2006396688 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GameObject_SetActive_m796801857 (GameObject_t1113636619 * __this, bool p0, const RuntimeMethod* method); // System.Void NGUITools::SetLayer(UnityEngine.GameObject,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NGUITools_SetLayer_m319533841 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, int32_t ___layer1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUIWidget_t3538521925_m555478364(__this, method) (( UIWidget_t3538521925 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localPosition_m4234289348 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 NGUITools::Round(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 NGUITools_Round_m1538469284 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___v0, const RuntimeMethod* method); // System.Void NGUITools::MakePixelPerfect(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void NGUITools_MakePixelPerfect_m670135371 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___t0, const RuntimeMethod* method); // System.Boolean NGUITools::get_fileAccess() extern "C" IL2CPP_METHOD_ATTR bool NGUITools_get_fileAccess_m2294967942 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String UnityEngine.Application::get_persistentDataPath() extern "C" IL2CPP_METHOD_ATTR String_t* Application_get_persistentDataPath_m1428108154 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool File_Exists_m3943585060 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.IO.File::Delete(System.String) extern "C" IL2CPP_METHOD_ATTR void File_Delete_m321251800 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::Create(System.String) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_Create_m2207667142 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void NGUIDebug::Log(System.String) extern "C" IL2CPP_METHOD_ATTR void NGUIDebug_Log_m1893654688 (RuntimeObject * __this /* static, unused */, String_t* ___text0, const RuntimeMethod* method); // System.Byte[] System.IO.File::ReadAllBytes(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* File_ReadAllBytes_m1435775076 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void UIWidget::ParentHasChanged() extern "C" IL2CPP_METHOD_ATTR void UIWidget_ParentHasChanged_m2262919468 (UIWidget_t3538521925 * __this, const RuntimeMethod* 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); // 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) // 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) // UIEventListener UIEventListener::Get(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR UIEventListener_t1665237878 * UIEventListener_Get_m2822737179 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, const RuntimeMethod* method); // System.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) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisBoxCollider_t1640800422_m4104100802(__this, method) (( BoxCollider_t1640800422 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // DMCore.Logic.CNoticeCfg DMCore.Logic.CNoticeCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CNoticeCfg_t1803912622 * CNoticeCfg_GetInstance_m2489370080 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.CNoticeCfg::GetTexturePath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CNoticeCfg_GetTexturePath_m3881277697 (CNoticeCfg_t1803912622 * __this, int32_t ___index0, 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); // DMCore.Logic.CNoticeManager DMCore.Logic.CNoticeManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CNoticeManager_t3044969465 * CNoticeManager_GetInstance_m1570073191 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CNoticeManager::get_CurMainTaskID() extern "C" IL2CPP_METHOD_ATTR int32_t CNoticeManager_get_CurMainTaskID_m2233643597 (CNoticeManager_t3044969465 * __this, const RuntimeMethod* method); // System.Void NoticeTaskItem::SetActiveState(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_SetActiveState_m3781421752 (NoticeTaskItem_t1719951648 * __this, bool ___active0, const RuntimeMethod* method); // System.Void NoticeTaskItem::SetTaskName(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_SetTaskName_m3587452875 (NoticeTaskItem_t1719951648 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void NoticeTaskItem::SetTaskLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_SetTaskLevel_m1729591879 (NoticeTaskItem_t1719951648 * __this, int32_t ___level0, const RuntimeMethod* method); // System.Void NoticeTaskItem::SetProgress(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_SetProgress_m1653070871 (NoticeTaskItem_t1719951648 * __this, int32_t ___curValue0, int32_t ___maxValue1, const RuntimeMethod* method); // System.Void NoticeTaskItem::SetLockState(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_SetLockState_m1997230845 (NoticeTaskItem_t1719951648 * __this, int32_t ___level0, const RuntimeMethod* method); // DMCore.Logic.NoticeTask DMCore.Logic.CNoticeManager::GetNoticeTaskInfoById(System.Int32) extern "C" IL2CPP_METHOD_ATTR NoticeTask_t2932161791 * CNoticeManager_GetNoticeTaskInfoById_m1504678581 (CNoticeManager_t3044969465 * __this, int32_t ___id0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_white() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Color_get_white_m332174077 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UIWidget::set_color(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void UIWidget_set_color_m2288988844 (UIWidget_t3538521925 * __this, Color_t2555686324 ___value0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_gray() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Color_get_gray_m1471337008 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.Collider::set_enabled(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Collider_set_enabled_m1517463283 (Collider_t1773347010 * __this, bool p0, const RuntimeMethod* method); // System.String DMCore.Logic.CNoticeCfg::GetTaskName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CNoticeCfg_GetTaskName_m1336203586 (CNoticeCfg_t1803912622 * __this, int32_t ___id0, const RuntimeMethod* method); // System.Void UILabel::set_text(System.String) extern "C" IL2CPP_METHOD_ATTR void UILabel_set_text_m1071532778 (UILabel_t3248798549 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __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.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.Single NoticeTaskItem::GetStepTargetPosition(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR float NoticeTaskItem_GetStepTargetPosition_m1477642009 (NoticeTaskItem_t1719951648 * __this, int32_t ___curExp0, int32_t ___maxExp1, 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); // 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.Int32 DMCore.Logic.CIdolManager::GetPinjieLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CIdolManager_GetPinjieLevel_m3913139106 (CIdolManager_t2822338582 * __this, int32_t ___oriLevel0, 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); // System.Void DMCore.Logic.CNoticeManager::RequestSubtaskInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNoticeManager_RequestSubtaskInfo_m2200372463 (CNoticeManager_t3044969465 * __this, int32_t ___taskID0, const RuntimeMethod* method); // System.Void DMCore.Logic.CNoticeManager::set_CurMainTaskID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CNoticeManager_set_CurMainTaskID_m1489874764 (CNoticeManager_t3044969465 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void NoticeTaskItem/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCountDownU3Ec__Iterator0__ctor_m1571135484 (U3CCountDownU3Ec__Iterator0_t757918018 * __this, const RuntimeMethod* method); // System.Void NoticeTaskItem::SetCountdownActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_SetCountdownActive_m1826749635 (NoticeTaskItem_t1719951648 * __this, bool ___bActive0, const RuntimeMethod* method); // NoticeTimeTool NoticeTimeTool::get_GetInstance() extern "C" IL2CPP_METHOD_ATTR NoticeTimeTool_t3495891363 * NoticeTimeTool_get_GetInstance_m892437946 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void NoticeTimeTool::StartCountDown(System.Int32,UILabel) extern "C" IL2CPP_METHOD_ATTR void NoticeTimeTool_StartCountDown_m945389744 (NoticeTimeTool_t3495891363 * __this, int32_t ___time0, UILabel_t3248798549 * ___label1, const RuntimeMethod* method); // System.Void NoticeTimeTool::StopCountDown() extern "C" IL2CPP_METHOD_ATTR void NoticeTimeTool_StopCountDown_m1669365155 (NoticeTimeTool_t3495891363 * __this, const RuntimeMethod* method); // System.Void UnityEngine.WaitForSeconds::.ctor(System.Single) extern "C" IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_m2199082655 (WaitForSeconds_t1699091251 * __this, float p0, 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 System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisNoticeTimeTool_t3495891363_m352046066(__this, method) (( NoticeTimeTool_t3495891363 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void NoticeTimeTool/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCountDownU3Ec__Iterator0__ctor_m3476793519 (U3CCountDownU3Ec__Iterator0_t255797938 * __this, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR Coroutine_t3829159415 * MonoBehaviour_StartCoroutine_m1654577315 (MonoBehaviour_t3962482529 * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::StopCoroutine(System.String) extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour_StopCoroutine_m1962070247 (MonoBehaviour_t3962482529 * __this, String_t* p0, const RuntimeMethod* method); // System.String NoticeTimeTool::GetCDStr(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NoticeTimeTool_GetCDStr_m1242217486 (NoticeTimeTool_t3495891363 * __this, int32_t ____second0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUISprite_t194114938_m2812077901(__this, method) (( UISprite_t194114938 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Single UnityEngine.Time::get_deltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_deltaTime_m372706562 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m1933767679(__this, p0, method) (( void (*) (Action_1_t269755560 *, bool, const RuntimeMethod*))Action_1_Invoke_m1933767679_gshared)(__this, p0, method) // UnityEngine.Vector3 UnityEngine.Vector3::get_down() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_down_m3781355428 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Division(UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Division_m510815599 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, float p1, const RuntimeMethod* method); // System.Void UnityEngine.Transform::Translate(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_Translate_m1810197270 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void NumberRoll::UpdateNumber() extern "C" IL2CPP_METHOD_ATTR void NumberRoll_UpdateNumber_m2454075572 (NumberRoll_t3235290664 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_up_m3584168373 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void CUIBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void CUIBase__ctor_m220894030 (CUIBase_t3255455658 * __this, 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); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisNumberRoll_t3235290664_m3387990748(__this, method) (( NumberRoll_t3235290664 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void NumberRoll::SetStartSlowDown(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NumberRoll_SetStartSlowDown_m233982467 (NumberRoll_t3235290664 * __this, bool ___val0, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m1363151734(__this, p0, p1, method) (( void (*) (Action_1_t269755560 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m1363151734_gshared)(__this, p0, p1, method) // System.Void NumberRoll::SetSlowDownCallBack(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void NumberRoll_SetSlowDownCallBack_m269081476 (NumberRoll_t3235290664 * __this, Action_1_t269755560 * ___callBack0, const RuntimeMethod* method); // System.Void CUIBase::RegistUpdate() extern "C" IL2CPP_METHOD_ATTR void CUIBase_RegistUpdate_m4199357620 (CUIBase_t3255455658 * __this, 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); // DMCore.Logic.IActivityDetail DMCore.Logic.CActivityManager::GetActivityDetailById(System.Int32) extern "C" IL2CPP_METHOD_ATTR IActivityDetail_t2848416189 * CActivityManager_GetActivityDetailById_m855034545 (CActivityManager_t1081296145 * __this, int32_t ___activity_id0, const RuntimeMethod* 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 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.Int32 CDataModelInt::get_Data() extern "C" IL2CPP_METHOD_ATTR int32_t CDataModelInt_get_Data_m274101408 (CDataModelInt_t3463393640 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.String System.Char::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m3588025615 (Il2CppChar* __this, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m1033611559 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void NumberRoll::PlayAnimation(System.Int32,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void NumberRoll_PlayAnimation_m2926109413 (NumberRoll_t3235290664 * __this, int32_t ___num0, Action_1_t269755560 * ___callBack1, 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); // 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 OnLineAwardController::.ctor() extern "C" IL2CPP_METHOD_ATTR void OnLineAwardController__ctor_m494167666 (OnLineAwardController_t289821926 * __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.Int32 UnityEngine.Screen::get_height() extern "C" IL2CPP_METHOD_ATTR int32_t Screen_get_height_m1623532518 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void UnityEngine.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); // !!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) // UnityEngine.Vector4 UIPanel::get_clipRange() extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 UIPanel_get_clipRange_m1219521389 (UIPanel_t1716472341 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector4__ctor_m2498754347 (Vector4_t3319028937 * __this, float p0, float p1, float p2, float p3, 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.Boolean paoItem::LoadItemIcon() extern "C" IL2CPP_METHOD_ATTR bool paoItem_LoadItemIcon_m3345465568 (paoItem_t1249256034 * __this, const RuntimeMethod* method); // DMCore.Logic.CShopManager DMCore.Logic.CShopManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CShopManager_t754298620 * CShopManager_GetInstance_m1368729055 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::ShowAvatar(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CShopManager_ShowAvatar_m2860953780 (CShopManager_t754298620 * __this, int32_t ___modelID0, 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); // DMCore.Framework.Resource.IResourceManager DMCore.Framework.Resource.IResourceManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR IResourceManager_t3165642952 * IResourceManager_GetInstance_m641731805 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.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.Single UnityEngine.Time::get_timeSinceLevelLoad() extern "C" IL2CPP_METHOD_ATTR float Time_get_timeSinceLevelLoad_m2224611026 (RuntimeObject * __this /* static, unused */, 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); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(__this, method) (( DMListViewItem_t3648257704 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m4058363731(__this, p0, p1, method) (( void (*) (Action_1_t3123413348 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m4058363731_gshared)(__this, p0, p1, method) // System.Void DMListViewItem::set_indexChanged(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void DMListViewItem_set_indexChanged_m3628212006 (DMListViewItem_t3648257704 * __this, Action_1_t3123413348 * ___value0, const RuntimeMethod* method); // 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) // 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); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiAwardcell_t1062333354_m2059123900(__this, method) (( uiAwardcell_t1062333354 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // DMCore.Logic.CAwardItem DMCore.Logic.CAwardList::GetItemByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CAwardItem_t1677460915 * CAwardList_GetItemByIndex_m1502988785 (CAwardList_t4094041907 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CAwardItem::get_ConfigId() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardItem_get_ConfigId_m576905535 (CAwardItem_t1677460915 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CAwardItem::get_Amount() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardItem_get_Amount_m2607280859 (CAwardItem_t1677460915 * __this, const RuntimeMethod* method); // System.Void uiAwardcell::InitAward(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiAwardcell_InitAward_m2270031069 (uiAwardcell_t1062333354 * __this, int32_t ___configId0, int32_t ___num1, const RuntimeMethod* method); // System.Boolean PartAwardItem::InitUI() extern "C" IL2CPP_METHOD_ATTR bool PartAwardItem_InitUI_m171752892 (PartAwardItem_t954451953 * __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); // DMCore.Logic.GameRewardInfo DMCore.Logic.CChangeGameManager::GetPartRewardInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR GameRewardInfo_t1982501205 * CChangeGameManager_GetPartRewardInfo_m2979634502 (CChangeGameManager_t2081989347 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CAwardList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CAwardList_get_Count_m2249531307 (CAwardList_t4094041907 * __this, const RuntimeMethod* method); // DMCore.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.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); // !!0[] UnityEngine.Component::GetComponentsInChildren() #define Component_GetComponentsInChildren_TisTrailRenderer_t1820797054_m1083237930(__this, method) (( TrailRendererU5BU5D_t2991284171* (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m1308288322_gshared)(__this, method) // System.Single UnityEngine.TrailRenderer::get_startWidth() extern "C" IL2CPP_METHOD_ATTR float TrailRenderer_get_startWidth_m3769354536 (TrailRenderer_t1820797054 * __this, const RuntimeMethod* method); // System.Void UnityEngine.TrailRenderer::set_startWidth(System.Single) extern "C" IL2CPP_METHOD_ATTR void TrailRenderer_set_startWidth_m3076749121 (TrailRenderer_t1820797054 * __this, float p0, const RuntimeMethod* method); // System.Single UnityEngine.TrailRenderer::get_endWidth() extern "C" IL2CPP_METHOD_ATTR float TrailRenderer_get_endWidth_m2589892537 (TrailRenderer_t1820797054 * __this, const RuntimeMethod* method); // System.Void UnityEngine.TrailRenderer::set_endWidth(System.Single) extern "C" IL2CPP_METHOD_ATTR void TrailRenderer_set_endWidth_m637451409 (TrailRenderer_t1820797054 * __this, float p0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisUILabel_t3248798549_m3261951542(__this, method) (( UILabel_t3248798549 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // DMCore.Logic.CPetConfig DMCore.Logic.CPetConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetConfig_t679804737 * CPetConfig_GetInstance_m2205073526 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetConfig::GetBuyEnergyMaxNum() extern "C" IL2CPP_METHOD_ATTR int32_t CPetConfig_GetBuyEnergyMaxNum_m1055861256 (CPetConfig_t679804737 * __this, const RuntimeMethod* method); // DMCore.Logic.CPetConfig/PetBuyEnergyDataConfigUnit DMCore.Logic.CPetConfig::GetBuyDataconfig(System.Int32) extern "C" IL2CPP_METHOD_ATTR PetBuyEnergyDataConfigUnit_t713127957 * CPetConfig_GetBuyDataconfig_m2807802240 (CPetConfig_t679804737 * __this, int32_t ___Num0, const RuntimeMethod* method); // System.Void UnityEngine.Component::SendMessageUpwards(System.String,UnityEngine.SendMessageOptions) extern "C" IL2CPP_METHOD_ATTR void Component_SendMessageUpwards_m3249106160 (Component_t1923634451 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // DMCore.Logic.CPetManager DMCore.Logic.CPetManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetManager_t2941415134 * CPetManager_GetInstance_m156291089 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int64 DMCore.Logic.CPetManager::get_CurrentSelectedPetID() extern "C" IL2CPP_METHOD_ATTR int64_t CPetManager_get_CurrentSelectedPetID_m2380542668 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::RequestBuyEnergy(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestBuyEnergy_m1216754195 (CPetManager_t2941415134 * __this, int64_t ___petId0, const RuntimeMethod* method); // !!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); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisPetBuyEnergy_t1876705499_m3906402833(__this, method) (( PetBuyEnergy_t1876705499 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // UnityEngine.GameObject UnityEngine.GameObject::Find(System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * GameObject_Find_m2032535176 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisCamera_t4157153871_m3956151066(__this, method) (( Camera_t4157153871 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisPetRotation_t3847662312_m4183270407(__this, method) (( PetRotation_t3847662312 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // DMCore.Logic.CMiscConfig DMCore.Logic.CMiscConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMiscConfig_t1694835947 * CMiscConfig_GetInstance_m3718435439 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CMiscConfig::GetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscConfig_GetInt_m1183615064 (CMiscConfig_t1694835947 * __this, String_t* ___id0, int32_t ___defaultValue1, const RuntimeMethod* method); // System.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); // DMCore.Logic.WndAmountCtrl DMCore.Logic.WndAmountCtrl::GetInstance() extern "C" IL2CPP_METHOD_ATTR WndAmountCtrl_t1993704824 * WndAmountCtrl_GetInstance_m2968099158 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.AmountData DMCore.Logic.WndAmountCtrl::get_InitialData() extern "C" IL2CPP_METHOD_ATTR AmountData_t3377750247 * WndAmountCtrl_get_InitialData_m2924490870 (WndAmountCtrl_t1993704824 * __this, const RuntimeMethod* method); // UnityEngine.Camera DMCore.IHelp::Get3DSceneCamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * IHelp_Get3DSceneCamera_m2443356533 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_depth() extern "C" IL2CPP_METHOD_ATTR float Camera_get_depth_m2555926613 (Camera_t4157153871 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_depth(System.Single) extern "C" IL2CPP_METHOD_ATTR void Camera_set_depth_m3611516936 (Camera_t4157153871 * __this, float p0, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneNpcBase DMCore.Logic.CPetManager::get_CurrentSelectedPetObj() extern "C" IL2CPP_METHOD_ATTR ISceneNpcBase_t3974693970 * CPetManager_get_CurrentSelectedPetObj_m1206640132 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Scene.ISceneBaseObj::GetTransform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ISceneBaseObj_GetTransform_m3818769012 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.CSceneService DMCore.IHelp::GetSceneManager() extern "C" IL2CPP_METHOD_ATTR CSceneService_t551449725 * IHelp_GetSceneManager_m309394095 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CSceneService::DestroyNpcObj(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR bool CSceneService_DestroyNpcObj_m618051822 (CSceneService_t551449725 * __this, GameObject_t1113636619 * ___destObj0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::set_CurrentSelectedPetObj(DMCore.Framework.Scene.ISceneNpcBase) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_CurrentSelectedPetObj_m1232414421 (CPetManager_t2941415134 * __this, ISceneNpcBase_t3974693970 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::set_IsDataReady(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_IsDataReady_m1087712853 (CPetManager_t2941415134 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::set_IsNeedRefreshUI(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_IsNeedRefreshUI_m1624110245 (CPetManager_t2941415134 * __this, bool ___value0, const RuntimeMethod* method); // DMCore.Logic.CTimerManager DMCore.Logic.CTimerManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTimerManager_t4186675208 * CTimerManager_GetInstance_m783340840 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetManager::get_RefreshActiveTimeTimerID() extern "C" IL2CPP_METHOD_ATTR int32_t CPetManager_get_RefreshActiveTimeTimerID_m3447856502 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CTimerManager::KillTimer(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CTimerManager_KillTimer_m1432033039 (CTimerManager_t4186675208 * __this, int32_t ___timerID0, const RuntimeMethod* method); // System.Void DMCore.Logic.TimerCallbackProc::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TimerCallbackProc__ctor_m2511947299 (TimerCallbackProc_t3381003091 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CTimerManager::CreateTimer(System.Single,DMCore.Logic.TimerCallbackProc,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CTimerManager_CreateTimer_m1163471876 (CTimerManager_t4186675208 * __this, float ___timeSpan0, TimerCallbackProc_t3381003091 * ___timerProc1, int32_t ___runTimes2, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::set_RefreshActiveTimeTimerID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_RefreshActiveTimeTimerID_m836468754 (CPetManager_t2941415134 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager/UpgradeEffect::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UpgradeEffect__ctor_m4107213288 (UpgradeEffect_t3030226768 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // 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); // System.Void DMCore.Logic.CPetManager/GetMaterial::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetMaterial__ctor_m1988559445 (GetMaterial_t2269987281 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetConfig::RequestPetConfig(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetConfig_RequestPetConfig_m1936925773 (CPetConfig_t679804737 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void petMainUI::ChangedGroupSel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void petMainUI_ChangedGroupSel_m3030277539 (petMainUI_t1540475485 * __this, int32_t ___index0, 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.Boolean DMCore.Logic.CPetManager::get_IsDataReady() extern "C" IL2CPP_METHOD_ATTR bool CPetManager_get_IsDataReady_m577219297 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPetManager::get_IsNeedRefreshUI() extern "C" IL2CPP_METHOD_ATTR bool CPetManager_get_IsNeedRefreshUI_m3802484563 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Void petMainUI::SetPetListData() extern "C" IL2CPP_METHOD_ATTR void petMainUI_SetPetListData_m4100597722 (petMainUI_t1540475485 * __this, const RuntimeMethod* method); // System.Boolean petMainUI::SetImage() extern "C" IL2CPP_METHOD_ATTR bool petMainUI_SetImage_m2352523297 (petMainUI_t1540475485 * __this, const RuntimeMethod* method); // System.Void petMainUI::SetAutoChangeValue() extern "C" IL2CPP_METHOD_ATTR void petMainUI_SetAutoChangeValue_m1778069801 (petMainUI_t1540475485 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneNpcBase::get_IsSubmitAlready() extern "C" IL2CPP_METHOD_ATTR bool ISceneNpcBase_get_IsSubmitAlready_m1334787197 (ISceneNpcBase_t3974693970 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Camera::WorldToScreenPoint(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Camera_WorldToScreenPoint_m3726311023 (Camera_t4157153871 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Camera DMCore.IHelp::GetUICamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * IHelp_GetUICamera_m2281890991 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Camera::ScreenToWorldPoint(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Camera_ScreenToWorldPoint_m3978588570 (Camera_t4157153871 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_position_m3387557959 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Euler_m3049309462 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void Transform_set_rotation_m3524318132 (Transform_t3600365921 * __this, Quaternion_t2301928331 p0, const RuntimeMethod* method); // DMCore.Logic.CPetActionConfig DMCore.Logic.CPetActionConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetActionConfig_t1976691651 * CPetActionConfig_GetInstance_m684232195 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 DMCore.Logic.CPetActionConfig::GetShowFactorByModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CPetActionConfig_GetShowFactorByModelID_m3010840772 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.String DMCore.Logic.CPetActionConfig::GetActionResByModelID(System.Int32,DMCore.Logic.PetActionType) extern "C" IL2CPP_METHOD_ATTR String_t* CPetActionConfig_GetActionResByModelID_m823719944 (CPetActionConfig_t1976691651 * __this, int32_t ___modelID0, int32_t ___actionType1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::SetIdleAnim(System.String) extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_SetIdleAnim_m1936918694 (ISceneBaseObj_t858622483 * __this, String_t* ___animName0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneNpcBase::set_IsSubmitAlready(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneNpcBase_set_IsSubmitAlready_m475230837 (ISceneNpcBase_t3974693970 * __this, bool ___value0, const RuntimeMethod* method); // DMCore.Logic.RoleActionConfig DMCore.Logic.RoleActionConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR RoleActionConfig_t1403548228 * RoleActionConfig_GetInstance_m1562956930 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single DMCore.Logic.RoleActionConfig::GetChangeTime() extern "C" IL2CPP_METHOD_ATTR float RoleActionConfig_GetChangeTime_m3312934990 (RoleActionConfig_t1403548228 * __this, const RuntimeMethod* method); // UnityEngine.AnimationClip DMCore.CAnimManager::GetAnimClip(System.String) extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * CAnimManager_GetAnimClip_m1783282542 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // DMCore.CEventManager DMCore.IHelp::GetEventManager() extern "C" IL2CPP_METHOD_ATTR CEventManager_t474365641 * IHelp_GetEventManager_m2071002582 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.AnimationClip::get_length() extern "C" IL2CPP_METHOD_ATTR float AnimationClip_get_length_m3296085482 (AnimationClip_t2318505987 * __this, const RuntimeMethod* method); // System.Void DMCore.OnEventCall::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnEventCall__ctor_m3140516762 (OnEventCall_t3758354630 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.CEventManager::PushOnce(System.Single,DMCore.OnEventCall,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CEventManager_PushOnce_m2143949090 (CEventManager_t474365641 * __this, float ___fTimeDelay0, OnEventCall_t3758354630 * ___ptr1, int32_t ___userData2, const RuntimeMethod* method); // 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.OnTipsWndVisibleChanged::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnTipsWndVisibleChanged__ctor_m4217628524 (OnTipsWndVisibleChanged_t2417932079 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.Logic.PageTipsManager::ShowTipWnd(DMCore.Logic.enumPersonPage,DMCore.Logic.OnTipsWndVisibleChanged) extern "C" IL2CPP_METHOD_ATTR void PageTipsManager_ShowTipWnd_m2658883675 (PageTipsManager_t2228145721 * __this, int32_t ___callerPage0, OnTipsWndVisibleChanged_t2417932079 * ___changeCallback1, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPetManager::SetPetModelVisable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CPetManager_SetPetModelVisable_m2148172164 (CPetManager_t2941415134 * __this, bool ____visable0, const RuntimeMethod* method); // 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); // DMCore.Logic.CPet DMCore.Logic.CPetManager::GetCurrentSelectPet() extern "C" IL2CPP_METHOD_ATTR CPet_t2667050390 * CPetManager_GetCurrentSelectPet_m1550372004 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPet::get_Quality() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_Quality_m3758522020 (CPet_t2667050390 * __this, const RuntimeMethod* method); // DMCore.Logic.CPetConfig/PetQualityDataUnit DMCore.Logic.CPetConfig::GetQualityconfig(System.Int32) extern "C" IL2CPP_METHOD_ATTR PetQualityDataUnit_t1608751097 * CPetConfig_GetQualityconfig_m1314804221 (CPetConfig_t679804737 * __this, int32_t ___quality0, const RuntimeMethod* method); // DMCore.Logic.CPropManager DMCore.Logic.CPropManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPropManager_t2238730194 * CPropManager_GetInstance_m2519469083 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPropManager::GetPropAmount(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPropManager_GetPropAmount_m271193511 (CPropManager_t2238730194 * __this, int32_t ___configId0, const RuntimeMethod* method); // DMCore.Logic.PetPhysiologyState DMCore.Logic.CPet::get_mPetPhysiologyState() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_mPetPhysiologyState_m4255554411 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPet::get_Level() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_Level_m31911284 (CPet_t2667050390 * __this, const RuntimeMethod* method); // DMCore.Logic.CPetStarQualityLevelCfg DMCore.Logic.CPetStarQualityLevelCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetStarQualityLevelCfg_t129968123 * CPetStarQualityLevelCfg_GetInstance_m632892810 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPet::get_Star() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_Star_m2698684576 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPetStarQualityLevelCfg::IsMaxQuality(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CPetStarQualityLevelCfg_IsMaxQuality_m3308109945 (CPetStarQualityLevelCfg_t129968123 * __this, int32_t ___star0, int32_t ___quality1, const RuntimeMethod* method); // System.Boolean petMainUI::SetMedicineImage() extern "C" IL2CPP_METHOD_ATTR bool petMainUI_SetMedicineImage_m1009574967 (petMainUI_t1540475485 * __this, const RuntimeMethod* method); // System.Boolean petMainUI::SetMaterialImage() extern "C" IL2CPP_METHOD_ATTR bool petMainUI_SetMaterialImage_m1956424503 (petMainUI_t1540475485 * __this, const RuntimeMethod* method); // DMCore.Logic.CPet DMCore.Logic.CPetManager::GetPetByID(System.Int64) extern "C" IL2CPP_METHOD_ATTR CPet_t2667050390 * CPetManager_GetPetByID_m2745814047 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method); // System.Void petMainUI::SetPetDetail(DMCore.Logic.CPet) extern "C" IL2CPP_METHOD_ATTR void petMainUI_SetPetDetail_m2948762757 (petMainUI_t1540475485 * __this, CPet_t2667050390 * ___pet0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetManager::GetPetListCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPetManager_GetPetListCount_m2254559960 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Void petMainUI::ResetDetail() extern "C" IL2CPP_METHOD_ATTR void petMainUI_ResetDetail_m3516047430 (petMainUI_t1540475485 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetManager::get_CurrentPetNum() extern "C" IL2CPP_METHOD_ATTR int32_t CPetManager_get_CurrentPetNum_m2802073578 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetManager::get_MaxPetNum() extern "C" IL2CPP_METHOD_ATTR int32_t CPetManager_get_MaxPetNum_m876498036 (CPetManager_t2941415134 * __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); // System.Void DMCore.Logic.CPetManager::set_CurrentSelectedPetID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_set_CurrentSelectedPetID_m4011617171 (CPetManager_t2941415134 * __this, int64_t ___value0, const RuntimeMethod* method); // 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_TispetUI_t1661019501_m1562825897(__this, method) (( petUI_t1661019501 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // DMCore.Logic.CPet DMCore.Logic.CPetManager::GetPetByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR CPet_t2667050390 * CPetManager_GetPetByIndex_m2198673609 (CPetManager_t2941415134 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::SetActive(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_SetActive_m121978786 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___obj0, bool ___bActive1, const RuntimeMethod* method); // System.Void ClickPetList::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ClickPetList__ctor_m3952831938 (ClickPetList_t744868781 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void petUI::SetPetData(DMCore.Logic.CPet,ClickPetList) extern "C" IL2CPP_METHOD_ATTR void petUI_SetPetData_m1851157788 (petUI_t1661019501 * __this, CPet_t2667050390 * ___cpet0, ClickPetList_t744868781 * ___clickpetlist1, const RuntimeMethod* method); // System.Int64 DMCore.Logic.CPet::get_PetID() extern "C" IL2CPP_METHOD_ATTR int64_t CPet_get_PetID_m3728811332 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.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 DMListView::MoveToIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DMListView_MoveToIndex_m1296365812 (DMListView_t512231514 * __this, int32_t ___idx0, const RuntimeMethod* method); // System.Int32 DMListView::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t DMListView_GetCount_m1758119318 (DMListView_t512231514 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPet::get_LeftHatchTime() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_LeftHatchTime_m784983437 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Void petUI::RefreshActiveTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR void petUI_RefreshActiveTime_m2366112116 (petUI_t1661019501 * __this, int32_t ___leftActiveTime0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_LeftHatchTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_LeftHatchTime_m4189183702 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::RequestPetHatchTime(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestPetHatchTime_m2556363615 (CPetManager_t2941415134 * __this, int64_t ___id0, const RuntimeMethod* method); // DMCore.Logic.CPetSkill DMCore.Logic.CPetManager::GetPetSkill(System.Int64) extern "C" IL2CPP_METHOD_ATTR CPetSkill_t349224069 * CPetManager_GetPetSkill_m2682883298 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::RequestPetSkillData(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestPetSkillData_m2548509545 (CPetManager_t2941415134 * __this, int64_t ___petid0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisPetSkillUI_t3927388841_m2680505294(__this, method) (( PetSkillUI_t3927388841 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void PetSkillUI::OnUpdateUI(System.Int64) extern "C" IL2CPP_METHOD_ATTR void PetSkillUI_OnUpdateUI_m565044732 (PetSkillUI_t3927388841 * __this, int64_t ___petId0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::RequestActivePet(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestActivePet_m459770279 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method); // System.Void petMainUI::SetNeedButton(DMCore.Logic.CPet) extern "C" IL2CPP_METHOD_ATTR void petMainUI_SetNeedButton_m47511179 (petMainUI_t1540475485 * __this, CPet_t2667050390 * ___pet0, const RuntimeMethod* method); // System.String DMCore.Logic.CPet::get_PetName() extern "C" IL2CPP_METHOD_ATTR String_t* CPet_get_PetName_m2694979626 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPet::get_ModelID() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_ModelID_m2913048647 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Void petMainUI::CreatePetModelAndShow(System.Int32) extern "C" IL2CPP_METHOD_ATTR void petMainUI_CreatePetModelAndShow_m3014079126 (petMainUI_t1540475485 * __this, int32_t ___petModelId0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_Level(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_Level_m4228409769 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPet::set_Quality(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPet_set_Quality_m227077171 (CPet_t2667050390 * __this, int32_t ___value0, const RuntimeMethod* method); // DMCore.Logic.CPetLevelExperienceCfg DMCore.Logic.CPetLevelExperienceCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetLevelExperienceCfg_t3456413245 * CPetLevelExperienceCfg_GetInstance_m1524422937 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CPetLevelExperienceCfg/levelEffect DMCore.Logic.CPetLevelExperienceCfg::GetCurLevelEffect(System.Int32) extern "C" IL2CPP_METHOD_ATTR levelEffect_t306095074 * CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790 (CPetLevelExperienceCfg_t3456413245 * __this, int32_t ___level0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetStarQualityLevelCfg::GetMaxQualityByStar(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPetStarQualityLevelCfg_GetMaxQualityByStar_m3118844001 (CPetStarQualityLevelCfg_t129968123 * __this, int32_t ___Star0, const RuntimeMethod* method); // System.String DMCore.Logic.CPetStarQualityLevelCfg::GetRight(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPetStarQualityLevelCfg_GetRight_m4080894736 (CPetStarQualityLevelCfg_t129968123 * __this, int32_t ___star0, int32_t ___quality1, const RuntimeMethod* method); // System.String DMCore.Logic.CPetStarQualityLevelCfg::GetRightDesc(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CPetStarQualityLevelCfg_GetRightDesc_m1762251269 (CPetStarQualityLevelCfg_t129968123 * __this, String_t* ___rightsID0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPet::get_CurrentEnergy() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_CurrentEnergy_m3952434177 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPet::get_CurrentExperience() extern "C" IL2CPP_METHOD_ATTR int32_t CPet_get_CurrentExperience_m310223190 (CPet_t2667050390 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetConfig::GetMaxLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CPetConfig_GetMaxLevel_m2261324797 (CPetConfig_t679804737 * __this, const RuntimeMethod* method); // System.Int64 DMCore.Logic.CPetManager::get_CurrentFollowPetID() extern "C" IL2CPP_METHOD_ATTR int64_t CPetManager_get_CurrentFollowPetID_m652555541 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // DMCore.Logic.CChangeNameManager DMCore.Logic.CChangeNameManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CChangeNameManager_t2068867582 * CChangeNameManager_GetInstance_m85489895 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CChangeNameInfo DMCore.Logic.CPetManager::get_ChangeNameInitializer() extern "C" IL2CPP_METHOD_ATTR CChangeNameInfo_t1998310127 * CPetManager_get_ChangeNameInitializer_m1742563701 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CChangeNameManager::ShowChangeNameWnd(DMCore.Logic.CChangeNameInfo) extern "C" IL2CPP_METHOD_ATTR void CChangeNameManager_ShowChangeNameWnd_m1657049548 (CChangeNameManager_t2068867582 * __this, CChangeNameInfo_t1998310127 * ___data0, 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.Int64) extern "C" IL2CPP_METHOD_ATTR void CDataArray_Push_m3799896857 (CDataArray_t4068198041 * __this, int64_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); // 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,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.CPetManager::RequestRelese(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestRelese_m3897261278 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::RequestQuickTime(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestQuickTime_m3142053126 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method); // DMCore.CMsgManager DMCore.CMsgManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMsgManager_t455955613 * CMsgManager_GetInstance_m3446755799 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.CMsgManager::PushHint(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMsgManager_PushHint_m1231354654 (CMsgManager_t455955613 * __this, String_t* ___str0, bool ___bInsertHead1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::RequestChangeCurrentPetID(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestChangeCurrentPetID_m2068040169 (CPetManager_t2941415134 * __this, int64_t ___petID0, 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.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.Int64 DMCore.CDataArray::GetLong(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t CDataArray_GetLong_m4094450536 (CDataArray_t4068198041 * __this, int32_t ___nIndex0, int64_t ___defaultVal1, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::ShowMessageHint(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_ShowMessageHint_m1547364369 (RuntimeObject * __this /* static, unused */, String_t* ___hintTextID0, bool ___bShowAtOnce1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::RequestUnloadPet(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestUnloadPet_m2424110772 (CPetManager_t2941415134 * __this, int64_t ___petID0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetManager::GetEnergyBuyCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPetManager_GetEnergyBuyCount_m2359714967 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Void PetBuyEnergy::SetData(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PetBuyEnergy_SetData_m1249777776 (PetBuyEnergy_t1876705499 * __this, int32_t ___leftNum0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::RequestUseQualityMaterial(DMCore.Logic.QualityMaterialType) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestUseQualityMaterial_m3099955516 (CPetManager_t2941415134 * __this, int32_t ___materialType0, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetLevelExperienceCfg::GetNeedExperienceForMax(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CPetLevelExperienceCfg_GetNeedExperienceForMax_m2651649929 (CPetLevelExperienceCfg_t3456413245 * __this, int32_t ___level0, int32_t ___quality1, int32_t ___curExp2, const RuntimeMethod* method); // System.Void DMCore.Logic.ChooseBuyUseBoxInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ChooseBuyUseBoxInfo__ctor_m391122298 (ChooseBuyUseBoxInfo_t2600922063 * __this, const RuntimeMethod* method); // System.Int32 petMainUI::GetNeedCount(System.Int32,System.Int32,DMCore.Logic.enumCurrencyType,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t petMainUI_GetNeedCount_m1105388678 (petMainUI_t1540475485 * __this, int32_t ___totalNeed0, int32_t ___oneIncreased1, int32_t ___feeType2, int32_t ___feeCount3, const RuntimeMethod* method); // System.String DMCore.Logic.CPropManager::GetName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPropManager_GetName_m3847477158 (RuntimeObject * __this /* static, unused */, int32_t ___configId0, const RuntimeMethod* method); // 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); // DMCore.Logic.CWndController DMCore.Logic.CWndController::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWndController_t749709641 * CWndController_GetInstance_m4155889192 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CWndController::HideUI(DMCore.Logic.enumPersonPage) extern "C" IL2CPP_METHOD_ATTR void CWndController_HideUI_m732482071 (CWndController_t749709641 * __this, int32_t ___page0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CurrencyGetManager::CheckCurrencyState(DMCore.Logic.enumCurrencyType,System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CurrencyGetManager_CheckCurrencyState_m948361415 (RuntimeObject * __this /* static, unused */, int32_t ___currencyType0, int64_t ___needCount1, 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.Logic.CurrencyUnit DMCore.Logic.CurrencyGetManager::get_BindDiamond() extern "C" IL2CPP_METHOD_ATTR CurrencyUnit_t374561803 * CurrencyGetManager_get_BindDiamond_m1902173397 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int64 DMCore.Logic.CurrencyUnit::get_CurValue() extern "C" IL2CPP_METHOD_ATTR int64_t CurrencyUnit_get_CurValue_m3724884493 (CurrencyUnit_t374561803 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::RequestUseMedicineExp(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestUseMedicineExp_m2591564299 (CPetManager_t2941415134 * __this, int32_t ___configid0, int32_t ___count1, const RuntimeMethod* method); // System.Void petMainUI::OnCloseAmountWnd() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnCloseAmountWnd_m2880598976 (petMainUI_t1540475485 * __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.CShopConfig DMCore.Logic.CShopConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CShopConfig_t202154353 * CShopConfig_GetInstance_m4264820349 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CShopConfig/GoodsConfig DMCore.Logic.CShopConfig::GetGoodsConfig(System.Int32) extern "C" IL2CPP_METHOD_ATTR GoodsConfig_t1565846780 * CShopConfig_GetGoodsConfig_m1630978708 (CShopConfig_t202154353 * __this, int32_t ___configId0, const RuntimeMethod* method); // System.Void DMCore.CMsgManager::PushHintUseTextHelp(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CMsgManager_PushHintUseTextHelp_m3781284520 (CMsgManager_t455955613 * __this, String_t* ___str0, bool ___bInsertHead1, const RuntimeMethod* method); // System.String DMCore.Logic.CShopConfig::GetName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CShopConfig_GetName_m2272590700 (CShopConfig_t202154353 * __this, int32_t ___id0, const RuntimeMethod* method); // System.Int64 DMCore.Logic.CurrencyGetManager::GetFeeCount(DMCore.Logic.enumCurrencyType) extern "C" IL2CPP_METHOD_ATTR int64_t CurrencyGetManager_GetFeeCount_m2260223207 (RuntimeObject * __this /* static, unused */, int32_t ___type0, 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); // 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.Object::set_name(System.String) extern "C" IL2CPP_METHOD_ATTR void Object_set_name_m291480324 (Object_t631007953 * __this, String_t* p0, const RuntimeMethod* method); // UnityEngine.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); // System.String DMCore.Logic.CMiscConfig::GetValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscConfig_GetValue_m2443549100 (CMiscConfig_t1694835947 * __this, String_t* ___id0, const RuntimeMethod* method); // UnityEngine.Vector3 DMCore.Framework.Misc.CMiscHelp::ParseVector3(System.String) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CMiscHelp_ParseVector3_m2020003938 (RuntimeObject * __this /* static, unused */, String_t* ___strVector30, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector2_op_Implicit_m1860157806 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131(__this, method) (( UIButtonMessage_t952534536 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisParticleSystem_t1800779281_m2109449193(__this, method) (( ParticleSystem_t1800779281 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void UnityEngine.ParticleSystem::Stop() extern "C" IL2CPP_METHOD_ATTR void ParticleSystem_Stop_m3125854227 (ParticleSystem_t1800779281 * __this, const RuntimeMethod* method); // System.Void DMCore.CEventManager::StopEvent(DMCore.OnEventCall) extern "C" IL2CPP_METHOD_ATTR void CEventManager_StopEvent_m2167807725 (CEventManager_t474365641 * __this, OnEventCall_t3758354630 * ___ptr0, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CMiscHelp::ParticleDuration(UnityEngine.ParticleSystem) extern "C" IL2CPP_METHOD_ATTR float CMiscHelp_ParticleDuration_m2921795641 (RuntimeObject * __this /* static, unused */, ParticleSystem_t1800779281 * ___ps0, const RuntimeMethod* method); // System.Void DMCore.CEventManager::PushOnce(System.Single,DMCore.OnEventCall) extern "C" IL2CPP_METHOD_ATTR void CEventManager_PushOnce_m1854500591 (CEventManager_t474365641 * __this, float ___fTimeDelay0, OnEventCall_t3758354630 * ___ptr1, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystem::Play() extern "C" IL2CPP_METHOD_ATTR void ParticleSystem_Play_m882713458 (ParticleSystem_t1800779281 * __this, const RuntimeMethod* method); // System.Void petMainUI::SetParticleSystemFalse(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void petMainUI_SetParticleSystemFalse_m2813799489 (petMainUI_t1540475485 * __this, bool ___bFirstCall0, float ___fDelTime1, int32_t ___userData2, const RuntimeMethod* method); // DMCore.Logic.CPetAniCfg DMCore.Logic.CPetAniCfg::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetAniCfg_t3973954919 * CPetAniCfg_GetInstance_m3762272601 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetAniCfg/PetAniOver::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void PetAniOver__ctor_m924333192 (PetAniOver_t18903185 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetAniCfg::PlayAni(UITexture,System.String,UnityEngine.Vector3,DMCore.Logic.CPetAniCfg/PetAniOver) extern "C" IL2CPP_METHOD_ATTR void CPetAniCfg_PlayAni_m586612980 (CPetAniCfg_t3973954919 * __this, UITexture_t3471168817 * ___m_texture0, String_t* ___aniid1, Vector3_t3722313464 ___m_textureScale2, PetAniOver_t18903185 * ___petaniover3, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetAniCfg::StopAni() extern "C" IL2CPP_METHOD_ATTR void CPetAniCfg_StopAni_m2394502408 (CPetAniCfg_t3973954919 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Transform_get_rotation_m3502953881 (Transform_t3600365921 * __this, const RuntimeMethod* method); // 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.Boolean UnityEngine.Input::GetMouseButton(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Input_GetMouseButton_m513753021 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Input::get_mousePosition() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Input_get_mousePosition_m1616496925 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Max(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Max_m3146388979 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::AngleAxis(System.Single,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_AngleAxis_m1767165696 (RuntimeObject * __this /* static, unused */, float p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_op_Multiply_m1294064023 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 p0, Quaternion_t2301928331 p1, const RuntimeMethod* method); // DMCore.Logic.CPetSkillConfig DMCore.Logic.CPetSkillConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPetSkillConfig_t2627276790 * CPetSkillConfig_GetInstance_m2381038781 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetSkill::get_skillID() extern "C" IL2CPP_METHOD_ATTR int32_t CPetSkill_get_skillID_m3633524883 (CPetSkill_t349224069 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetSkill::get_skillLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CPetSkill_get_skillLevel_m2412108583 (CPetSkill_t349224069 * __this, const RuntimeMethod* method); // DMCore.Logic.SkillInfo DMCore.Logic.CPetSkillConfig::GetSkillData(System.String) extern "C" IL2CPP_METHOD_ATTR SkillInfo_t3175174670 * CPetSkillConfig_GetSkillData_m430783727 (CPetSkillConfig_t2627276790 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPetSkill::get_isFresh() extern "C" IL2CPP_METHOD_ATTR bool CPetSkill_get_isFresh_m444228715 (CPetSkill_t349224069 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetSkill::get_skillMaxLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CPetSkill_get_skillMaxLevel_m2151063823 (CPetSkill_t349224069 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPetSkill::get_Price() extern "C" IL2CPP_METHOD_ATTR int32_t CPetSkill_get_Price_m1077458637 (CPetSkill_t349224069 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPetSkill::get_bUpgrade() extern "C" IL2CPP_METHOD_ATTR bool CPetSkill_get_bUpgrade_m3740643012 (CPetSkill_t349224069 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetSkill::set_isFresh(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPetSkill_set_isFresh_m1865360284 (CPetSkill_t349224069 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DMCore.Logic.CPetManager::RequestPetSkillUpgrade(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CPetManager_RequestPetSkillUpgrade_m3122738548 (CPetManager_t2941415134 * __this, int64_t ___petid0, const RuntimeMethod* method); // System.Void petUI::SetDataUI(DMCore.Logic.CPet) extern "C" IL2CPP_METHOD_ATTR void petUI_SetDataUI_m3675285007 (petUI_t1661019501 * __this, CPet_t2667050390 * ___cpet0, const RuntimeMethod* method); // System.String DMCore.Logic.CPetManager::GetPathByPetModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CPetManager_GetPathByPetModelID_m1296429434 (CPetManager_t2941415134 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.String petUI::FormatTimeAndAcitviation(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* petUI_FormatTimeAndAcitviation_m500380131 (petUI_t1661019501 * __this, int32_t ___leftTime0, const RuntimeMethod* method); // System.Void ClickPetList::Invoke(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ClickPetList_Invoke_m865897047 (ClickPetList_t744868781 * __this, int64_t ___petID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CMiscHelp::ShowMessageBox(DMCore.enumMsgBoxType,System.String,DMCore.OnMsgBoxClkCallBack) extern "C" IL2CPP_METHOD_ATTR void CMiscHelp_ShowMessageBox_m686064934 (RuntimeObject * __this /* static, unused */, int32_t ___type0, String_t* ___appendDesc1, OnMsgBoxClkCallBack_t3229751541 * ___callBack2, const RuntimeMethod* method); // System.Void petUI::ShowPetShop(System.String) extern "C" IL2CPP_METHOD_ATTR void petUI_ShowPetShop_m327990950 (petUI_t1661019501 * __this, String_t* ___type0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1758051682 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // DMCore.Logic.enumPersonPage DMCore.Logic.CWndController::get_ActivePage() extern "C" IL2CPP_METHOD_ATTR int32_t CWndController_get_ActivePage_m2720187282 (CWndController_t749709641 * __this, const RuntimeMethod* method); // System.Void 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.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); // 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) // DMCore.Logic.CPindanManager DMCore.Logic.CPindanManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPindanManager_t730261733 * CPindanManager_GetInstance_m2107485280 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPindanManager::get_SelectedCnt() extern "C" IL2CPP_METHOD_ATTR int32_t CPindanManager_get_SelectedCnt_m684433490 (CPindanManager_t730261733 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CPindanManager::IsCheckAll() extern "C" IL2CPP_METHOD_ATTR bool CPindanManager_IsCheckAll_m2576278024 (CPindanManager_t730261733 * __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.Boolean UICheckbox::get_isChecked() extern "C" IL2CPP_METHOD_ATTR bool UICheckbox_get_isChecked_m3880052987 (UICheckbox_t2276134195 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPindanManager::SetCheckState(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPindanManager_SetCheckState_m2027954099 (CPindanManager_t730261733 * __this, bool ____state0, const RuntimeMethod* method); // DMCore.DanceMode.CBeatKeyManager DMCore.IHelp::GetBeatKeyManager() extern "C" IL2CPP_METHOD_ATTR CBeatKeyManager_t1395295909 * IHelp_GetBeatKeyManager_m1731636776 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CBeatKeyManager::GetBpm() extern "C" IL2CPP_METHOD_ATTR int32_t CBeatKeyManager_GetBpm_m1897872510 (CBeatKeyManager_t1395295909 * __this, const RuntimeMethod* method); // BetterList`1 DMCore.Logic.CActivityFortuneCat::GetPlayerInfos() extern "C" IL2CPP_METHOD_ATTR BetterList_1_t269126732 * CActivityFortuneCat_GetPlayerInfos_m538571770 (CActivityFortuneCat_t237126772 * __this, const RuntimeMethod* method); // CDataModelBool DMCore.Logic.CActivityFortuneCat::GetIsUpdate() extern "C" IL2CPP_METHOD_ATTR CDataModelBool_t2269476966 * CActivityFortuneCat_GetIsUpdate_m2875425967 (CActivityFortuneCat_t237126772 * __this, const RuntimeMethod* method); // DMCore.Logic.CActivityConfig DMCore.Logic.CActivityConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CActivityConfig_t3711341450 * CActivityConfig_GetInstance_m222384876 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String DMCore.Logic.CActivityConfig::GetString(System.Int32,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CActivityConfig_GetString_m2583012148 (CActivityConfig_t3711341450 * __this, int32_t ___activityID0, String_t* ___configKey1, String_t* ___defaultValue2, const RuntimeMethod* method); // T BetterList`1::get_Item(System.Int32) #define BetterList_1_get_Item_m2927045620(__this, p0, method) (( PlayerInfo_t1114106414 (*) (BetterList_1_t269126732 *, int32_t, const RuntimeMethod*))BetterList_1_get_Item_m2927045620_gshared)(__this, p0, method) // System.Single DMCore.Framework.Misc.CAppOSHelp::GetRealScaleX() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetRealScaleX_m3045278560 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CAppOSHelp::GetRealScaleY() extern "C" IL2CPP_METHOD_ATTR float CAppOSHelp_GetRealScaleY_m3045278561 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // 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 DMCore.Logic.CShopManager::get_SubType() extern "C" IL2CPP_METHOD_ATTR int32_t CShopManager_get_SubType_m2767904395 (CShopManager_t754298620 * __this, const RuntimeMethod* method); // DMCore.Logic.CMyPackageManager DMCore.Logic.CMyPackageManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMyPackageManager_t122981866 * CMyPackageManager_GetInstance_m3554952935 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CMyPackageManager::get_SubType() extern "C" IL2CPP_METHOD_ATTR int32_t CMyPackageManager_get_SubType_m1800568071 (CMyPackageManager_t122981866 * __this, const RuntimeMethod* method); // System.Void PropBtnList::ChangePage(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PropBtnList_ChangePage_m1042107342 (PropBtnList_t1919510128 * __this, int32_t ___nPageIndex0, const RuntimeMethod* method); // System.Void PropBtnList::ChangeBtnGroup(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PropBtnList_ChangeBtnGroup_m1183027925 (PropBtnList_t1919510128 * __this, bool ___bFirstGroup0, const RuntimeMethod* method); // System.Void PropBtnList::OnChangeGroupAnim() extern "C" IL2CPP_METHOD_ATTR void PropBtnList_OnChangeGroupAnim_m3486308194 (PropBtnList_t1919510128 * __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.Void PropBtnList::Update() extern "C" IL2CPP_METHOD_ATTR void PropBtnList_Update_m3542446411 (PropBtnList_t1919510128 * __this, const RuntimeMethod* method); // System.Void PropBtnList/ChangeHandler::Invoke(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ChangeHandler_Invoke_m2263868510 (ChangeHandler_t3863549639 * __this, int32_t ___nPageIndex0, bool ___bInit1, 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); // DMCore.Logic.CLocalBattle DMCore.Logic.CLocalBattle::GetInstance() extern "C" IL2CPP_METHOD_ATTR CLocalBattle_t1519924991 * CLocalBattle_GetInstance_m150705100 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CLocalBattle::get_EnableLocalGame() extern "C" IL2CPP_METHOD_ATTR bool CLocalBattle_get_EnableLocalGame_m1315119155 (CLocalBattle_t1519924991 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CLocalBattle::get_EnableDoubleMode() extern "C" IL2CPP_METHOD_ATTR bool CLocalBattle_get_EnableDoubleMode_m4172060757 (CLocalBattle_t1519924991 * __this, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CShareConfig::get_EnableShare() extern "C" IL2CPP_METHOD_ATTR bool CShareConfig_get_EnableShare_m4261391186 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Transform DMCore.Framework.Misc.CMiscHelp::GetParentRoot(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * CMiscHelp_GetParentRoot_m4229788593 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___local0, const RuntimeMethod* method); // DMCore.Framework.Scene.CMainRole DMCore.IHelp::GetMainRole() extern "C" IL2CPP_METHOD_ATTR CMainRole_t4200562839 * IHelp_GetMainRole_m2281323414 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsValid() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IsValid_m1197404667 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // DMCore.Logic.CUserGuideHelp DMCore.Logic.CUserGuideHelp::GetInstance() extern "C" IL2CPP_METHOD_ATTR CUserGuideHelp_t3161639665 * CUserGuideHelp_GetInstance_m275027335 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Logic.CUserGuideHelp::CheckScreenLocked() extern "C" IL2CPP_METHOD_ATTR bool CUserGuideHelp_CheckScreenLocked_m2562023595 (CUserGuideHelp_t3161639665 * __this, const RuntimeMethod* method); // System.Void UserGuideManager::StartUserGuide() extern "C" IL2CPP_METHOD_ATTR void UserGuideManager_StartUserGuide_m2326042727 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CPveManager DMCore.Logic.CPveManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CPveManager_t3058433014 * CPveManager_GetInstance_m1165268867 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::GetCurLevel(System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CPveManager_GetCurLevel_m2915376389 (CPveManager_t3058433014 * __this, int32_t* ___Level0, int32_t* ___SubLevel1, const RuntimeMethod* method); // 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); // DMCore.Logic.CStoryCtr DMCore.Logic.CStoryCtr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CStoryCtr_t3729227359 * CStoryCtr_GetInstance_m1476869070 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m550539118(__this, p0, p1, method) (( void (*) (Action_2_t2105502262 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m1537761784_gshared)(__this, p0, p1, method) // System.Void DMCore.Logic.CStoryCtr::StartStory(System.Int32,EnumStoryPos,System.Action`2) extern "C" IL2CPP_METHOD_ATTR void CStoryCtr_StartStory_m431978821 (CStoryCtr_t3729227359 * __this, int32_t ___module0, int32_t ___pos1, Action_2_t2105502262 * ___onStoryFinish2, const RuntimeMethod* method); // System.Void PVEScore::SetReamtimes(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PVEScore_SetReamtimes_m4136193023 (PVEScore_t550407626 * __this, int32_t ___times0, const RuntimeMethod* method); // DMCore.DanceMode.CDanceManager DMCore.CRoot::GetDanceManager() extern "C" IL2CPP_METHOD_ATTR CDanceManager_t448141780 * CRoot_GetDanceManager_m876173276 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // DMCore.DanceMode.CDanceMode DMCore.DanceMode.CDanceModeManager::GetDanceModeIns() extern "C" IL2CPP_METHOD_ATTR CDanceMode_t1520520494 * CDanceModeManager_GetDanceModeIns_m2487172692 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.DanceMode.BeatKeyResult DMCore.DanceMode.CDanceMode::GetMyTotalBeatKeyResult() extern "C" IL2CPP_METHOD_ATTR BeatKeyResult_t1335677305 * CDanceMode_GetMyTotalBeatKeyResult_m1828600594 (CDanceMode_t1520520494 * __this, const RuntimeMethod* method); // DMCore.DanceMode.CBeatKeyCtrlNode DMCore.DanceMode.CBeatKeyManager::GetCtrlNode(System.Int32) extern "C" IL2CPP_METHOD_ATTR CBeatKeyCtrlNode_t1019706062 * CBeatKeyManager_GetCtrlNode_m1565279547 (CBeatKeyManager_t1395295909 * __this, int32_t ___deviceID0, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CBeatKeyCtrlNode::GetComboMax() extern "C" IL2CPP_METHOD_ATTR int32_t CBeatKeyCtrlNode_GetComboMax_m4110489499 (CBeatKeyCtrlNode_t1019706062 * __this, 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.Int32 DMCore.DanceMode.BeatKeyResult::get_m_PerfectCnt() extern "C" IL2CPP_METHOD_ATTR int32_t BeatKeyResult_get_m_PerfectCnt_m3291851013 (BeatKeyResult_t1335677305 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.BeatKeyResult::get_m_GreatCnt() extern "C" IL2CPP_METHOD_ATTR int32_t BeatKeyResult_get_m_GreatCnt_m4274019200 (BeatKeyResult_t1335677305 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.BeatKeyResult::get_m_CoolCnt() extern "C" IL2CPP_METHOD_ATTR int32_t BeatKeyResult_get_m_CoolCnt_m326624524 (BeatKeyResult_t1335677305 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.BeatKeyResult::get_m_MissCnt() extern "C" IL2CPP_METHOD_ATTR int32_t BeatKeyResult_get_m_MissCnt_m3032174063 (BeatKeyResult_t1335677305 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.BeatKeyResult::get_m_Score() extern "C" IL2CPP_METHOD_ATTR int32_t BeatKeyResult_get_m_Score_m1192178185 (BeatKeyResult_t1335677305 * __this, const RuntimeMethod* method); // System.String DMCore.Framework.Misc.CMiscHelp::ToCacheFormatFull(System.Int64) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_ToCacheFormatFull_m967468218 (RuntimeObject * __this /* static, unused */, int64_t ___val0, const RuntimeMethod* method); // DMCore.Logic.CMusicManager DMCore.Logic.CMusicManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CMusicManager_t3263666357 * CMusicManager_GetInstance_m2807125879 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CMusicDescription DMCore.Logic.CMusicManager::GetCurMusicDescription() extern "C" IL2CPP_METHOD_ATTR CMusicDescription_t2126213410 * CMusicManager_GetCurMusicDescription_m4239074707 (CMusicManager_t3263666357 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CDanceManager::GetCurMusicLevel() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceManager_GetCurMusicLevel_m2261253390 (CDanceManager_t448141780 * __this, const RuntimeMethod* method); // System.Int32 DMCore.DanceMode.CDanceManager::GetCurMusicID() extern "C" IL2CPP_METHOD_ATTR int32_t CDanceManager_GetCurMusicID_m373974689 (CDanceManager_t448141780 * __this, 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.Boolean DMCore.Framework.Misc.CMiscHelp::SetObjectPositionX(UnityEngine.Transform,System.Single) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_SetObjectPositionX_m99106243 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___destObj0, float ___newPosX1, const RuntimeMethod* method); // System.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); // DMCore.Logic.CPveStage DMCore.Logic.CPveManager::GetCurStage() extern "C" IL2CPP_METHOD_ATTR CPveStage_t850204332 * CPveManager_GetCurStage_m1008327040 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveStage::GetPassStarCount() extern "C" IL2CPP_METHOD_ATTR int32_t CPveStage_GetPassStarCount_m426550483 (CPveStage_t850204332 * __this, const RuntimeMethod* method); // DMCore.DanceMode.CRoleBeatKeyData_Total DMCore.DanceMode.CDanceMode::GetData_TotalByUserID(System.Int64,System.Int32&) extern "C" IL2CPP_METHOD_ATTR CRoleBeatKeyData_Total_t538171442 * CDanceMode_GetData_TotalByUserID_m930871804 (CDanceMode_t1520520494 * __this, int64_t ___userID0, int32_t* ___Rank1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::SetLevelResultPassedStar(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPveManager_SetLevelResultPassedStar_m3277614165 (CPveManager_t3058433014 * __this, int32_t ___mainLevel0, int32_t ___subLevel1, int32_t ___star2, int32_t ___score3, const RuntimeMethod* method); // System.Int32 DMCore.Logic.CPveManager::GetRecordMaxPassedStageID() extern "C" IL2CPP_METHOD_ATTR int32_t CPveManager_GetRecordMaxPassedStageID_m4273645678 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneNpcBase DMCore.Logic.CPetManager::get_CurrentFollowedPet() extern "C" IL2CPP_METHOD_ATTR ISceneNpcBase_t3974693970 * CPetManager_get_CurrentFollowedPet_m3456142787 (CPetManager_t2941415134 * __this, const RuntimeMethod* method); // System.Void PVEScore::WatchAdInit() extern "C" IL2CPP_METHOD_ATTR void PVEScore_WatchAdInit_m2642369901 (PVEScore_t550407626 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::set_IsShowPveStar(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CPveManager_set_IsShowPveStar_m2020420185 (CPveManager_t3058433014 * __this, bool ___value0, const RuntimeMethod* method); // DMCore.ISoundManager DMCore.IHelp::GetSoundManager() extern "C" IL2CPP_METHOD_ATTR ISoundManager_t434164892 * IHelp_GetSoundManager_m1651454919 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.AudioClip::get_length() extern "C" IL2CPP_METHOD_ATTR float AudioClip_get_length_m4269890037 (AudioClip_t3680889665 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::PlayDanceScoreAnim(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_PlayDanceScoreAnim_m1495894534 (ISceneRole_t2394225724 * __this, bool ___bSuccess0, const RuntimeMethod* method); // System.Void DMCore.CEventManager::Push(System.Single,System.Single,DMCore.OnEventCall,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CEventManager_Push_m969834737 (CEventManager_t474365641 * __this, float ___fTimeDelay0, float ___fTimeLength1, OnEventCall_t3758354630 * ___ptr2, int32_t ___userData3, 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); // !!0 UnityEngine.GameObject::GetComponent() #define GameObject_GetComponent_TisUITexture_t3471168817_m2021756817(__this, method) (( UITexture_t3471168817 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m3920941149_gshared)(__this, method) // System.Void DMCore.CRoot::OnAfterAnim() extern "C" IL2CPP_METHOD_ATTR void CRoot_OnAfterAnim_m836018578 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Void PVEScore/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CLoadResourceU3Ec__Iterator0__ctor_m43725063 (U3CLoadResourceU3Ec__Iterator0_t388930112 * __this, const RuntimeMethod* method); // System.Void DMCore.CRoot::OnTick(System.Single) extern "C" IL2CPP_METHOD_ATTR void CRoot_OnTick_m1920649087 (CRoot_t1043641654 * __this, float ___fDeltaTime0, const RuntimeMethod* method); // System.Void DMCore.Logic.CEffectWndManager::OnUpdate() extern "C" IL2CPP_METHOD_ATTR void CEffectWndManager_OnUpdate_m2902700605 (CEffectWndManager_t3902312294 * __this, const RuntimeMethod* method); // DMCore.Net.CNetMainLogic DMCore.CRoot::GetNetControl() extern "C" IL2CPP_METHOD_ATTR CNetMainLogic_t857650587 * CRoot_GetNetControl_m305351655 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // DMCore.Net.enumNetState DMCore.Net.CNetMainLogic::GetNetState() extern "C" IL2CPP_METHOD_ATTR int32_t CNetMainLogic_GetNetState_m3393450786 (CNetMainLogic_t857650587 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CSceneService::DestroyExceptScene() extern "C" IL2CPP_METHOD_ATTR void CSceneService_DestroyExceptScene_m1738914160 (CSceneService_t551449725 * __this, const RuntimeMethod* method); // DMCore.Framework.Movie.CAnimSystem DMCore.CRoot::GetMovieSystem() extern "C" IL2CPP_METHOD_ATTR CAnimSystem_t3541144328 * CRoot_GetMovieSystem_m206666588 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Movie.CAnimSystem::DelSequenceAll() extern "C" IL2CPP_METHOD_ATTR void CAnimSystem_DelSequenceAll_m761186596 (CAnimSystem_t3541144328 * __this, const RuntimeMethod* method); // DMCore.Framework.Resource.IResHelp DMCore.Framework.Resource.IResHelp::GetInstance() extern "C" IL2CPP_METHOD_ATTR IResHelp_t377823252 * IResHelp_GetInstance_m2776387326 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Resource.IResHelp::ClearAllProtectedRes() extern "C" IL2CPP_METHOD_ATTR void IResHelp_ClearAllProtectedRes_m2887695512 (IResHelp_t377823252 * __this, const RuntimeMethod* method); // System.Void DMCore.ILogicBase::Reset() extern "C" IL2CPP_METHOD_ATTR void ILogicBase_Reset_m2019494392 (ILogicBase_t2190831891 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::StopPveMode() extern "C" IL2CPP_METHOD_ATTR void CPveManager_StopPveMode_m1600847080 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Void DMCore.CRoot::SetLoadingSceneName(System.String) extern "C" IL2CPP_METHOD_ATTR void CRoot_SetLoadingSceneName_m1081407738 (CRoot_t1043641654 * __this, String_t* ___name0, const RuntimeMethod* 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.IHelp::DoLoadLevel(System.String,System.Action) extern "C" IL2CPP_METHOD_ATTR void IHelp_DoLoadLevel_m4092529488 (RuntimeObject * __this /* static, unused */, String_t* ___levelName0, Action_t1264377477 * ___gabageCollect1, const RuntimeMethod* method); // 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.Void DMCore.Logic.CWndController::Clear() extern "C" IL2CPP_METHOD_ATTR void CWndController_Clear_m205881840 (CWndController_t749709641 * __this, 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); // 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::SetCurrentOutLev() extern "C" IL2CPP_METHOD_ATTR void CLeveluprewardConfig_SetCurrentOutLev_m67090548 (CLeveluprewardConfig_t716371407 * __this, const RuntimeMethod* method); // System.Void DMCore.Net.CNetMainLogic::SetNetState(DMCore.Net.enumNetState) extern "C" IL2CPP_METHOD_ATTR void CNetMainLogic_SetNetState_m3776391945 (CNetMainLogic_t857650587 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void DMCore.CDataArray::Flush() extern "C" IL2CPP_METHOD_ATTR void CDataArray_Flush_m1077150699 (CDataArray_t4068198041 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager/CheckEnergyStateCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CheckEnergyStateCallback__ctor_m2832492624 (CheckEnergyStateCallback_t3528280671 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::RequestCheckEnergyState(System.Int32,DMCore.Logic.CPveManager/CheckEnergyStateCallback) extern "C" IL2CPP_METHOD_ATTR void CPveManager_RequestCheckEnergyState_m911786716 (CPveManager_t3058433014 * __this, int32_t ___stageID0, CheckEnergyStateCallback_t3528280671 * ___cbCheckEnergyState1, const RuntimeMethod* method); // 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.Logic.CPveManager::SetCurLevel(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CPveManager_SetCurLevel_m2754356272 (CPveManager_t3058433014 * __this, int32_t ___level0, int32_t ___subLevel1, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::StartPveMode() extern "C" IL2CPP_METHOD_ATTR void CPveManager_StartPveMode_m3184570663 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveManager::CommitToStage() extern "C" IL2CPP_METHOD_ATTR void CPveManager_CommitToStage_m1951260365 (CPveManager_t3058433014 * __this, const RuntimeMethod* method); // System.Void DMCore.Logic.CPveStage::Reset() extern "C" IL2CPP_METHOD_ATTR void CPveStage_Reset_m3894466291 (CPveStage_t850204332 * __this, const RuntimeMethod* method); // 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); // 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.Boolean PVEScore::IsShowWatchAd() extern "C" IL2CPP_METHOD_ATTR bool PVEScore_IsShowWatchAd_m3989330000 (PVEScore_t550407626 * __this, const RuntimeMethod* method); // System.Void PVEScore::SetBtnColor(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void PVEScore_SetBtnColor_m1202274334 (PVEScore_t550407626 * __this, Color_t2555686324 ___color0, const RuntimeMethod* method); // System.Boolean UnityEngine.Color::op_Equality(UnityEngine.Color,UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR bool Color_op_Equality_m1112359053 (RuntimeObject * __this /* static, unused */, Color_t2555686324 p0, Color_t2555686324 p1, const RuntimeMethod* method); // System.Boolean PVEScore::IsHaveEnergy() extern "C" IL2CPP_METHOD_ATTR bool PVEScore_IsHaveEnergy_m665319659 (PVEScore_t550407626 * __this, const RuntimeMethod* method); // DMCore.Logic.CADConfig DMCore.Logic.CADConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CADConfig_t2669318563 * CADConfig_GetInstance_m3209210073 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Logic.CADConfig::StartWatchAD(DMCore.Logic.ADTypeEnum) extern "C" IL2CPP_METHOD_ATTR void CADConfig_StartWatchAD_m543297105 (CADConfig_t2669318563 * __this, int32_t ___type0, 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.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.CADConfig::IsOpen(DMCore.Logic.ADTypeEnum) extern "C" IL2CPP_METHOD_ATTR bool CADConfig_IsOpen_m1805490884 (CADConfig_t2669318563 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void PVEScore::OnInit() extern "C" IL2CPP_METHOD_ATTR void PVEScore_OnInit_m1882203127 (PVEScore_t550407626 * __this, const RuntimeMethod* method); // System.Int32 QuailfingAwardCellData::get_Amount() extern "C" IL2CPP_METHOD_ATTR int32_t QuailfingAwardCellData_get_Amount_m3369205903 (QuailfingAwardCellData_t3575566913 * __this, const RuntimeMethod* method); // System.Int32 QuailfingAwardCellData::get_CellID() extern "C" IL2CPP_METHOD_ATTR int32_t QuailfingAwardCellData_get_CellID_m1578134540 (QuailfingAwardCellData_t3575566913 * __this, const RuntimeMethod* method); // System.String DMCore.Logic.CShopConfig::GetQualityLevelIcon(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* CShopConfig_GetQualityLevelIcon_m3028294132 (CShopConfig_t202154353 * __this, int32_t ___Id0, const RuntimeMethod* method); // System.Void QuailfingAwardCell::LoadItemIcon() extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCell_LoadItemIcon_m3251408505 (QuailfingAwardCell_t1647524062 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m704560975(__this, method) (( void (*) (List_1_t3119598804 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisQuailfingAwardCell_t1647524062_m209564873(__this, method) (( QuailfingAwardCell_t1647524062 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2724126835(__this, p0, method) (( void (*) (List_1_t3119598804 *, QuailfingAwardCell_t1647524062 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // DMCore.Logic.CTitleManager DMCore.Logic.CTitleManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CTitleManager_t3025273230 * CTitleManager_GetInstance_m3413488441 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.CTitleManager/CTitleDesc DMCore.Logic.CTitleManager::GetTitleDescById(System.Int32) extern "C" IL2CPP_METHOD_ATTR CTitleDesc_t1213620943 * CTitleManager_GetTitleDescById_m3293879315 (CTitleManager_t3025273230 * __this, int32_t ___titleId0, const RuntimeMethod* method); // UnityEngine.Object DMCore.Framework.Misc.CMiscHelp::GetDestinationRes(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * CMiscHelp_GetDestinationRes_m2572658529 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method); // System.String QuailfingAwardItemData::get_ItemContext() extern "C" IL2CPP_METHOD_ATTR String_t* QuailfingAwardItemData_get_ItemContext_m3258151462 (QuailfingAwardItemData_t1350333434 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 QuailfingAwardItemData::get_CellListData() extern "C" IL2CPP_METHOD_ATTR List_1_t752674359 * QuailfingAwardItemData_get_CellListData_m1489805066 (QuailfingAwardItemData_t1350333434 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1886802718(__this, p0, method) (( QuailfingAwardCellData_t3575566913 * (*) (List_1_t752674359 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 QuailfingAwardCellData::get_Sex() extern "C" IL2CPP_METHOD_ATTR int32_t QuailfingAwardCellData_get_Sex_m3748694873 (QuailfingAwardCellData_t3575566913 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m1587948635(__this, p0, method) (( void (*) (List_1_t752674359 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2730968292_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m3147623685(__this, method) (( int32_t (*) (List_1_t752674359 *, 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_m4026832159(__this, p0, method) (( QuailfingAwardCell_t1647524062 * (*) (List_1_t3119598804 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void QuailfingAwardCell::OnInit(QuailfingAwardCellData) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCell_OnInit_m2672902274 (QuailfingAwardCell_t1647524062 * __this, QuailfingAwardCellData_t3575566913 * ___data0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1468815109(__this, method) (( void (*) (List_1_t752674359 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void QuailfingAwardItemData::set_CellListData(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardItemData_set_CellListData_m3450549476 (QuailfingAwardItemData_t1350333434 * __this, List_1_t752674359 * ___value0, const RuntimeMethod* method); // System.Void DMCore.Framework.ITextBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void ITextBase__ctor_m91730659 (ITextBase_t660344599 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m657470194(__this, method) (( void (*) (Dictionary_2_t622178124 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void DMCore.Framework.ITextBase::PushTask(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ITextBase_PushTask_m2878137237 (ITextBase_t660344599 * __this, String_t* ___rowConfigPath0, int32_t ___userData1, const RuntimeMethod* method); // System.Void QualifyingCfgManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void QualifyingCfgManager__ctor_m3793154228 (QualifyingCfgManager_t3310596061 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m571305742(__this, p0, p1, method) (( bool (*) (Dictionary_2_t622178124 *, int32_t, QualifyLevelInfo_t1733464793 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3411363121_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m212843509(__this, p0, p1, method) (( void (*) (Dictionary_2_t622178124 *, int32_t, QualifyLevelInfo_t1733464793 *, const RuntimeMethod*))Dictionary_2_set_Item_m3327106492_gshared)(__this, p0, p1, method) // UnityEngine.Texture2D QualifyingCfgManager::GetQualifyingGradeIcon(System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * QualifyingCfgManager_GetQualifyingGradeIcon_m2303511262 (QualifyingCfgManager_t3310596061 * __this, int32_t ___type0, int32_t ___no1, bool ___isBig2, const RuntimeMethod* method); // System.String QualifyingCfgManager::GetQualifyingGradeIconPath(System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* QualifyingCfgManager_GetQualifyingGradeIconPath_m626630558 (QualifyingCfgManager_t3310596061 * __this, int32_t ___type0, int32_t ___no1, bool ___isBig2, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m664597982 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4171317551(__this, method) (( void (*) (Dictionary_2_t239046765 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.String DMCore.Framework.Misc.CMiscHelp::GetXmlElemString(System.Xml.XmlElement,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CMiscHelp_GetXmlElemString_m3447431122 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, String_t* ___defaultVal2, const RuntimeMethod* method); // System.Int32 DMCore.Framework.Misc.CMiscHelp::GetXmlElemInt(System.Xml.XmlElement,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CMiscHelp_GetXmlElemInt_m3192643185 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, int32_t ___nDefault2, const RuntimeMethod* method); // System.Void QuailfingAwardItemData::.ctor() extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardItemData__ctor_m4287200540 (QuailfingAwardItemData_t1350333434 * __this, const RuntimeMethod* method); // System.Void QuailfingAwardItemData::set_ItemContext(System.String) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardItemData_set_ItemContext_m2374515383 (QuailfingAwardItemData_t1350333434 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void QuailfingAwardCellData::.ctor() extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCellData__ctor_m4231990991 (QuailfingAwardCellData_t3575566913 * __this, const RuntimeMethod* method); // System.Void QuailfingAwardCellData::set_Amount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCellData_set_Amount_m1433528157 (QuailfingAwardCellData_t3575566913 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void QuailfingAwardCellData::set_CellID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCellData_set_CellID_m263859683 (QuailfingAwardCellData_t3575566913 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void QuailfingAwardCellData::set_Sex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCellData_set_Sex_m198592641 (QuailfingAwardCellData_t3575566913 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void QuailfingAwardCellData::set_Vaild(System.Int32) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCellData_set_Vaild_m3982146546 (QuailfingAwardCellData_t3575566913 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m665050261(__this, p0, method) (( void (*) (List_1_t752674359 *, QuailfingAwardCellData_t3575566913 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m244992380(__this, p0, p1, method) (( void (*) (Dictionary_2_t239046765 *, int32_t, QuailfingAwardItemData_t1350333434 *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Boolean QualifyingCfgManager::GetXmlAttribute(System.Xml.XmlElement,System.String) extern "C" IL2CPP_METHOD_ATTR bool QualifyingCfgManager_GetXmlAttribute_m1759075080 (QualifyingCfgManager_t3310596061 * __this, XmlElement_t561603118 * ___elem0, String_t* ___key1, const RuntimeMethod* method); // System.Single DMCore.Framework.Misc.CMiscHelp::GetXmlElemFloat(System.Xml.XmlElement,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR float CMiscHelp_GetXmlElemFloat_m3630113139 (RuntimeObject * __this /* static, unused */, XmlElement_t561603118 * ___elemNode0, String_t* ___key1, float ___fDefault2, const RuntimeMethod* method); // DMCore.Framework.Misc.CLogHelp DMCore.IHelp::GetLogManager() extern "C" IL2CPP_METHOD_ATTR CLogHelp_t779629444 * IHelp_GetLogManager_m2114192212 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DMCore.Framework.Misc.CLogHelp::LogFile(System.String) extern "C" IL2CPP_METHOD_ATTR void CLogHelp_LogFile_m4227814860 (CLogHelp_t779629444 * __this, String_t* ___strVal0, const RuntimeMethod* method); // 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) // System.Void QualifyingStageComplete::SetComplete() extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete_SetComplete_m2037285521 (QualifyingStageComplete_t3841349852 * __this, const RuntimeMethod* method); // DMCore.Camera.ICameraBase DMCore.CRoot::GetCamera() extern "C" IL2CPP_METHOD_ATTR ICameraBase_t3615533728 * CRoot_GetCamera_m3179746689 (CRoot_t1043641654 * __this, const RuntimeMethod* method); // UnityEngine.Camera DMCore.Camera.ICameraBase::GetActiveCamera() extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * ICameraBase_GetActiveCamera_m490033116 (ICameraBase_t3615533728 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisAnimation_t3648466861_m4214971628(__this, method) (( Animation_t3648466861 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // UnityEngine.Component UnityEngine.GameObject::AddComponent(System.Type) extern "C" IL2CPP_METHOD_ATTR Component_t1923634451 * GameObject_AddComponent_m136524825 (GameObject_t1113636619 * __this, Type_t * p0, const RuntimeMethod* method); // System.Void UnityEngine.Animation::set_playAutomatically(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Animation_set_playAutomatically_m3664844654 (Animation_t3648466861 * __this, bool p0, const RuntimeMethod* method); // System.Void UnityEngine.Animation::set_wrapMode(UnityEngine.WrapMode) extern "C" IL2CPP_METHOD_ATTR void Animation_set_wrapMode_m2823425410 (Animation_t3648466861 * __this, int32_t p0, const RuntimeMethod* method); // UnityEngine.AnimationClip UnityEngine.Animation::GetClip(System.String) extern "C" IL2CPP_METHOD_ATTR AnimationClip_t2318505987 * Animation_GetClip_m732294439 (Animation_t3648466861 * __this, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Animation::AddClip(UnityEngine.AnimationClip,System.String) extern "C" IL2CPP_METHOD_ATTR void Animation_AddClip_m2720317275 (Animation_t3648466861 * __this, AnimationClip_t2318505987 * p0, String_t* p1, const RuntimeMethod* method); // System.Void UnityEngine.Animation::Stop() extern "C" IL2CPP_METHOD_ATTR void Animation_Stop_m195768787 (Animation_t3648466861 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Animation::Play(System.String) extern "C" IL2CPP_METHOD_ATTR bool Animation_Play_m27531216 (Animation_t3648466861 * __this, String_t* p0, const RuntimeMethod* method); // System.Void DMCore.Camera.ICameraBase::SetWatchTarget(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void ICameraBase_SetWatchTarget_m1900455678 (ICameraBase_t3615533728 * __this, Transform_t3600365921 * ___target0, const RuntimeMethod* method); // System.Void QualifyingStageComplete::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete_OnPageInit_m4131577789 (QualifyingStageComplete_t3841349852 * __this, const RuntimeMethod* method); // CQualifyingManager CQualifyingManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR CQualifyingManager_t954001806 * CQualifyingManager_GetInstance_m1430111945 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // SelfQualifyPkResultInfo CQualifyingManager::get_PkResult() extern "C" IL2CPP_METHOD_ATTR SelfQualifyPkResultInfo_t1561294256 * CQualifyingManager_get_PkResult_m868160114 (CQualifyingManager_t954001806 * __this, const RuntimeMethod* method); // System.Void QualifyingStageComplete::SetDefeat(SelfQualifyPkResultInfo) extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete_SetDefeat_m4185252045 (QualifyingStageComplete_t3841349852 * __this, SelfQualifyPkResultInfo_t1561294256 * ___info0, const RuntimeMethod* method); // QualifyingCfgManager QualifyingCfgManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR QualifyingCfgManager_t3310596061 * QualifyingCfgManager_GetInstance_m3304083579 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void QualifyingStageComplete::SetLegendWin(SelfQualifyPkResultInfo) extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete_SetLegendWin_m2343784173 (QualifyingStageComplete_t3841349852 * __this, SelfQualifyPkResultInfo_t1561294256 * ___info0, const RuntimeMethod* method); // System.Void QualifyingStageComplete::SetCommWin(SelfQualifyPkResultInfo) extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete_SetCommWin_m2436070121 (QualifyingStageComplete_t3841349852 * __this, SelfQualifyPkResultInfo_t1561294256 * ___info0, const RuntimeMethod* method); // System.Void QualifyingStageComplete::SetDraw(SelfQualifyPkResultInfo) extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete_SetDraw_m4151435436 (QualifyingStageComplete_t3841349852 * __this, SelfQualifyPkResultInfo_t1561294256 * ___info0, 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.Texture2D QualifyingCfgManager::GetQualifyingGradeIcon(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * QualifyingCfgManager_GetQualifyingGradeIcon_m2327491827 (QualifyingCfgManager_t3310596061 * __this, int32_t ___type0, int32_t ___no1, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Misc.CMiscHelp::PlayUIFadeOutAnim(UnityEngine.GameObject,DMCore.OnEventCall) extern "C" IL2CPP_METHOD_ATTR bool CMiscHelp_PlayUIFadeOutAnim_m2724427866 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___target0, OnEventCall_t3758354630 * ___callBack1, 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 resLocalization::Proc() extern "C" IL2CPP_METHOD_ATTR void resLocalization_Proc_m460768453 (resLocalization_t550268012 * __this, const RuntimeMethod* method); // System.Void resLocalization::_TryReplaceSpriteWithTexture() extern "C" IL2CPP_METHOD_ATTR void resLocalization__TryReplaceSpriteWithTexture_m1442537725 (resLocalization_t550268012 * __this, const RuntimeMethod* method); // System.String DMResourceInterface::GetLocalizePath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DMResourceInterface_GetLocalizePath_m1576531972 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method); // UnityEngine.Object DMResourceInterface::CreateResource(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * DMResourceInterface_CreateResource_m474402325 (RuntimeObject * __this /* static, unused */, String_t* ___resPath0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisRenderer_t2627027031_m2651633905(__this, method) (( Renderer_t2627027031 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // UnityEngine.Material UnityEngine.Renderer::get_sharedMaterial() extern "C" IL2CPP_METHOD_ATTR Material_t340375123 * Renderer_get_sharedMaterial_m1936632411 (Renderer_t2627027031 * __this, const RuntimeMethod* method); // UnityEngine.Shader UnityEngine.Material::get_shader() extern "C" IL2CPP_METHOD_ATTR Shader_t4151988712 * Material_get_shader_m1331119247 (Material_t340375123 * __this, const RuntimeMethod* method); // UnityEngine.Shader UnityEngine.Shader::Find(System.String) extern "C" IL2CPP_METHOD_ATTR Shader_t4151988712 * Shader_Find_m2092206247 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Material::.ctor(UnityEngine.Shader) extern "C" IL2CPP_METHOD_ATTR void Material__ctor_m1662457592 (Material_t340375123 * __this, Shader_t4151988712 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Material::set_mainTexture(UnityEngine.Texture) extern "C" IL2CPP_METHOD_ATTR void Material_set_mainTexture_m544811714 (Material_t340375123 * __this, Texture_t3661962703 * p0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_sharedMaterial(UnityEngine.Material) extern "C" IL2CPP_METHOD_ATTR void Renderer_set_sharedMaterial_m2374163090 (Renderer_t2627027031 * __this, Material_t340375123 * p0, const RuntimeMethod* method); // System.Void UITexture::set_holdScale(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UITexture_set_holdScale_m2488257270 (UITexture_t3471168817 * __this, bool ___value0, 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); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisUITexture_t3471168817_m2858099239(__this, method) (( UITexture_t3471168817 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m973870487_gshared)(__this, method) // System.Void UITexture::set_shader(UnityEngine.Shader) extern "C" IL2CPP_METHOD_ATTR void UITexture_set_shader_m1246844875 (UITexture_t3471168817 * __this, Shader_t4151988712 * ___value0, 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); // T DMCore.Framework.Misc.CMiscHelp::GetChildComponent(UnityEngine.Transform,System.String) #define CMiscHelp_GetChildComponent_TisRotateRole_t1146201425_m251828452(__this /* static, unused */, ___local0, ___path1, method) (( RotateRole_t1146201425 * (*) (RuntimeObject * /* static, unused */, Transform_t3600365921 *, String_t*, const RuntimeMethod*))CMiscHelp_GetChildComponent_TisRuntimeObject_m3343047009_gshared)(__this /* static, unused */, ___local0, ___path1, method) // System.Void CUIBase::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void CUIBase_OnDestroy_m2854673992 (CUIBase_t3255455658 * __this, const RuntimeMethod* method); // System.Void ReviewRoleModelData::DestoryRole(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_DestoryRole_m1098196761 (ReviewRoleModelData_t2899249543 * __this, int64_t ___userid0, const RuntimeMethod* method); // System.Void CUIBase::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void CUIBase_OnPageShow_m610452266 (CUIBase_t3255455658 * __this, const RuntimeMethod* method); // System.Void CUIBase::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void CUIBase_OnPageHide_m2962002039 (CUIBase_t3255455658 * __this, const RuntimeMethod* method); // System.Void ReviewRoleModelData::InitRole() extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_InitRole_m3229907722 (ReviewRoleModelData_t2899249543 * __this, const RuntimeMethod* method); // DMCore.Logic.ReviewInfo DMCore.Logic.CChangeGameManager::GetThemeSignInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR ReviewInfo_t914837392 * CChangeGameManager_GetThemeSignInfo_m3023682012 (CChangeGameManager_t2081989347 * __this, int32_t ___sign0, const RuntimeMethod* method); // System.Void ReviewRoleModelData::CreatRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_CreatRole_m4193250926 (ReviewRoleModelData_t2899249543 * __this, int32_t ___sex0, const RuntimeMethod* method); // System.Void ReviewRoleModelData::CurSuit() extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_CurSuit_m870374003 (ReviewRoleModelData_t2899249543 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2977262506(__this, p0, method) (( ThemeInfo_t1099106658 * (*) (List_1_t2571181400 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // DMCore.Framework.Scene.ISceneRole DMCore.Framework.Scene.CSceneService::FindRoleByUserID(System.Int64) extern "C" IL2CPP_METHOD_ATTR ISceneRole_t2394225724 * CSceneService_FindRoleByUserID_m4171044813 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m186164705(__this, method) (( int32_t (*) (List_1_t128053199 *, const RuntimeMethod*))List_1_get_Count_m186164705_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m888956288(__this, p0, method) (( int32_t (*) (List_1_t128053199 *, int32_t, const RuntimeMethod*))List_1_get_Item_m888956288_gshared)(__this, p0, method) // System.Void DMCore.Framework.Scene.ISceneRole::WearSuit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_WearSuit_m1889746947 (ISceneRole_t2394225724 * __this, int32_t ___suitID0, const RuntimeMethod* method); // System.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); // UnityEngine.Transform ReviewRoleModelData::GetRoleParent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ReviewRoleModelData_GetRoleParent_m879131560 (ReviewRoleModelData_t2899249543 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void Transform_SetParent_m381167889 (Transform_t3600365921 * __this, Transform_t3600365921 * p0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IfExistAnim() extern "C" IL2CPP_METHOD_ATTR bool ISceneBaseObj_IfExistAnim_m267911107 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.ILogicBase::Update(System.Single) extern "C" IL2CPP_METHOD_ATTR void ILogicBase_Update_m3853008051 (ILogicBase_t2190831891 * __this, float ___fTimeDelta0, const RuntimeMethod* method); // System.Void RotateRole::SetRotateObj(UnityEngine.GameObject[]) extern "C" IL2CPP_METHOD_ATTR void RotateRole_SetRotateObj_m814283472 (RotateRole_t1146201425 * __this, GameObjectU5BU5D_t3328599146* ___objs0, const RuntimeMethod* method); // DMCore.Framework.Scene.ISceneBaseObj DMCore.Framework.Scene.CSceneService::CreateGameObj(System.String,DMCore.Framework.Scene.enumSceneObjType) extern "C" IL2CPP_METHOD_ATTR ISceneBaseObj_t858622483 * CSceneService_CreateGameObj_m958236987 (CSceneService_t551449725 * __this, String_t* ___strName0, int32_t ___type1, const RuntimeMethod* method); // DMCore.CDataProperty DMCore.Framework.Scene.ISceneBaseObj::GetUserProperty() extern "C" IL2CPP_METHOD_ATTR CDataProperty_t2806246268 * ISceneBaseObj_GetUserProperty_m776816018 (ISceneBaseObj_t858622483 * __this, const RuntimeMethod* method); // System.Void DMCore.CDataProperty::Add(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CDataProperty_Add_m837145387 (CDataProperty_t2806246268 * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void ReviewRoleModelData::DefautRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_DefautRole_m1107378643 (ReviewRoleModelData_t2899249543 * __this, int32_t ___sex0, const RuntimeMethod* method); // System.Boolean DMCore.Framework.Scene.CSceneService::DestroyRoleObj(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool CSceneService_DestroyRoleObj_m3016152155 (CSceneService_t551449725 * __this, int64_t ___userID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::ResumeSubModels() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_ResumeSubModels_m1744956637 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneBaseObj::SetModelID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneBaseObj_SetModelID_m3286778194 (ISceneBaseObj_t858622483 * __this, int32_t ___modelID0, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.CProperty::SetInt(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CProperty_SetInt_m72189256 (CProperty_t963755051 * __this, String_t* ___propname0, int32_t ___value1, const RuntimeMethod* method); // DMCore.Framework.Scene.CJuniorRoleModelItem DMCore.Framework.Scene.CJuniorRoleModelItem::GetInstance() extern "C" IL2CPP_METHOD_ATTR CJuniorRoleModelItem_t636793867 * CJuniorRoleModelItem_GetInstance_m2353718821 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Func`3::.ctor(System.Object,System.IntPtr) #define Func_3__ctor_m2676186645(__this, p0, p1, method) (( void (*) (Func_3_t1497391353 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_3__ctor_m2676186645_gshared)(__this, p0, p1, method) // !2 System.Func`3::Invoke(!0,!1) #define Func_3_Invoke_m1444580883(__this, p0, p1, method) (( int32_t (*) (Func_3_t1497391353 *, bool, int32_t, const RuntimeMethod*))Func_3_Invoke_m1444580883_gshared)(__this, p0, p1, method) // System.Void DMCore.Framework.Scene.ISceneRole::LoadRoleModel() extern "C" IL2CPP_METHOD_ATTR void ISceneRole_LoadRoleModel_m1111386502 (ISceneRole_t2394225724 * __this, const RuntimeMethod* method); // System.Void RewardInfo::set_Id(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RewardInfo_set_Id_m3065790380 (RewardInfo_t3119326197 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void RewardInfo::set_Num(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RewardInfo_set_Num_m3153812316 (RewardInfo_t3119326197 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void RewardInfo::set_LimitTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RewardInfo_set_LimitTime_m26253644 (RewardInfo_t3119326197 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 RewardInfo::get_Id() extern "C" IL2CPP_METHOD_ATTR int32_t RewardInfo_get_Id_m2817374058 (RewardInfo_t3119326197 * __this, const RuntimeMethod* method); // System.String RewardInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* RewardInfo_get_Name_m2650346657 (RewardInfo_t3119326197 * __this, const RuntimeMethod* method); // System.String RewardInfo::get_Desc() extern "C" IL2CPP_METHOD_ATTR String_t* RewardInfo_get_Desc_m4198425797 (RewardInfo_t3119326197 * __this, const RuntimeMethod* method); // System.Int32 RewardInfo::get_Num() extern "C" IL2CPP_METHOD_ATTR int32_t RewardInfo_get_Num_m2884275328 (RewardInfo_t3119326197 * __this, 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); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593(__this, method) (( uiRewardItem_t3619702494 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Void RewardWnd::OnFreshWnd(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void RewardWnd_OnFreshWnd_m1474203802 (RewardWnd_t1955019457 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method); // System.Void RewardWnd::onHideListWnd() extern "C" IL2CPP_METHOD_ATTR void RewardWnd_onHideListWnd_m594938024 (RewardWnd_t1955019457 * __this, const RuntimeMethod* method); // DMCore.Net.CNetServerConfig DMCore.Net.CNetServerConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR CNetServerConfig_t202072970 * CNetServerConfig_GetInstance_m1865421617 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean DMCore.Net.CNetServerConfig::IsValidProxy() extern "C" IL2CPP_METHOD_ATTR bool CNetServerConfig_IsValidProxy_m4030729817 (CNetServerConfig_t202072970 * __this, const RuntimeMethod* method); // System.Void uiRewardItem::OnInitData(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void uiRewardItem_OnInitData_m108097961 (uiRewardItem_t3619702494 * __this, int32_t ___configId0, int32_t ___num1, int32_t ___valid2, int32_t ___level3, const RuntimeMethod* method); // System.Void DMCore.Logic.CShopManager::UpdataShopItemState(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CShopManager_UpdataShopItemState_m4096842907 (CShopManager_t754298620 * __this, int32_t ___configID0, bool ___bOwned1, const RuntimeMethod* method); // DMCore.Logic.CWishFountainMgr DMCore.Logic.CWishFountainMgr::GetInstance() extern "C" IL2CPP_METHOD_ATTR CWishFountainMgr_t2594140948 * CWishFountainMgr_GetInstance_m525250956 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DMCore.Logic.TreviType DMCore.Logic.CWishFountainMgr::get_curTreviType() extern "C" IL2CPP_METHOD_ATTR TreviType_t2222439988 * CWishFountainMgr_get_curTreviType_m3714917885 (CWishFountainMgr_t2594140948 * __this, 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 RewardWnd::OnCloseCallBack() extern "C" IL2CPP_METHOD_ATTR void RewardWnd_OnCloseCallBack_m2499280212 (RewardWnd_t1955019457 * __this, const RuntimeMethod* method); // DMCore.Logic.CDrawItemData DMCore.Logic.CWishFountainMgr::GetCurData() extern "C" IL2CPP_METHOD_ATTR CDrawItemData_t2876223890 * CWishFountainMgr_GetCurData_m3488993016 (CWishFountainMgr_t2594140948 * __this, const RuntimeMethod* method); // System.Void RightRoleModelData::DestoryRole(System.Int64) extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_DestoryRole_m3800219767 (RightRoleModelData_t2990113550 * __this, int64_t ___userid0, const RuntimeMethod* method); // System.Void RightRoleModelData::InitRole() extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_InitRole_m681538885 (RightRoleModelData_t2990113550 * __this, const RuntimeMethod* method); // System.Void RightRoleModelData::CreatRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_CreatRole_m1932611486 (RightRoleModelData_t2990113550 * __this, int32_t ___sex0, const RuntimeMethod* method); // System.Void RightRoleModelData::CurSuit() extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_CurSuit_m1149148118 (RightRoleModelData_t2990113550 * __this, const RuntimeMethod* method); // System.Void DMCore.Framework.Scene.ISceneRole::TakeOffSuit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ISceneRole_TakeOffSuit_m3927739169 (ISceneRole_t2394225724 * __this, int32_t ___suitID0, const RuntimeMethod* method); // UnityEngine.Transform RightRoleModelData::GetRoleParent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * RightRoleModelData_GetRoleParent_m2403632264 (RightRoleModelData_t2990113550 * __this, const RuntimeMethod* method); // System.Void RightRoleModelData::DefautRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_DefautRole_m2636080727 (RightRoleModelData_t2990113550 * __this, int32_t ___sex0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void moviePlayer::.ctor() extern "C" IL2CPP_METHOD_ATTR void moviePlayer__ctor_m867699513 (moviePlayer_t2958542887 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void moviePlayer::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void moviePlayer_OnPageInit_m1740786352 (moviePlayer_t2958542887 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (moviePlayer_OnPageInit_m1740786352_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_4(); if (L_0) { goto IL_0054; } } { __this->set_isPageInit_4((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, _stringLiteral2103327427, /*hidden argument*/NULL); NullCheck(L_2); UITexture_t3471168817 * L_3 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_2, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_panel_2(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_4); AudioSource_t3935305588 * L_5 = Component_GetComponent_TisAudioSource_t3935305588_m1977431131(L_4, /*hidden argument*/Component_GetComponent_TisAudioSource_t3935305588_m1977431131_RuntimeMethod_var); __this->set_audioPlayer_3(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, _stringLiteral1501989126, /*hidden argument*/NULL); __this->set_skipButton_5(L_7); } IL_0054: { return; } } // System.Void moviePlayer::PlayMovie(System.String,moviePlayer/OnMovieEnd) extern "C" IL2CPP_METHOD_ATTR void moviePlayer_PlayMovie_m1654397705 (moviePlayer_t2958542887 * __this, String_t* ___name0, OnMovieEnd_t1532239471 * ___funEnd1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (moviePlayer_PlayMovie_m1654397705_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; String_t* V_1 = NULL; { OnMovieEnd_t1532239471 * L_0 = ___funEnd1; __this->set__EndFun_6(L_0); String_t* L_1 = ___name0; CharU5BU5D_t3528271667* L_2 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_1); StringU5BU5D_t1281789340* L_3 = String_Split_m3646115398(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_5 = CMiscHelp_GetFullGameObjName_m2327383603(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_1 = L_5; StringU5BU5D_t1281789340* L_6 = V_0; if (!L_6) { goto IL_0056; } } { StringU5BU5D_t1281789340* L_7 = V_0; NullCheck(L_7); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) == ((uint32_t)2)))) { goto IL_0056; } } { IL2CPP_RUNTIME_CLASS_INIT(CFitfunApiPlugin_t3372796910_il2cpp_TypeInfo_var); CFitfunApiPlugin_t3372796910 * L_8 = CFitfunApiPlugin_GetInstance_m148885372(NULL /*static, unused*/, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_9 = V_0; NullCheck(L_9); int32_t L_10 = 0; String_t* L_11 = (L_9)->GetAt(static_cast(L_10)); StringU5BU5D_t1281789340* L_12 = V_0; NullCheck(L_12); int32_t L_13 = 1; String_t* L_14 = (L_12)->GetAt(static_cast(L_13)); String_t* L_15 = V_1; NullCheck(L_8); CFitfunApiPlugin_PlayMovie_IOS_m1178707411(L_8, L_11, L_14, L_15, /*hidden argument*/NULL); Transform_t3600365921 * L_16 = __this->get_skipButton_5(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_16, (bool)1, /*hidden argument*/NULL); goto IL_0069; } IL_0056: { OnMovieEnd_t1532239471 * L_17 = ___funEnd1; if (!L_17) { goto IL_0069; } } { __this->set__EndFun_6((OnMovieEnd_t1532239471 *)NULL); OnMovieEnd_t1532239471 * L_18 = ___funEnd1; NullCheck(L_18); OnMovieEnd_Invoke_m1522215039(L_18, /*hidden argument*/NULL); } IL_0069: { return; } } // System.Void moviePlayer::OnMoviePlayEnd() extern "C" IL2CPP_METHOD_ATTR void moviePlayer_OnMoviePlayEnd_m963057028 (moviePlayer_t2958542887 * __this, const RuntimeMethod* method) { OnMovieEnd_t1532239471 * V_0 = NULL; { OnMovieEnd_t1532239471 * L_0 = __this->get__EndFun_6(); if (!L_0) { goto IL_001f; } } { OnMovieEnd_t1532239471 * L_1 = __this->get__EndFun_6(); V_0 = L_1; __this->set__EndFun_6((OnMovieEnd_t1532239471 *)NULL); OnMovieEnd_t1532239471 * L_2 = V_0; NullCheck(L_2); OnMovieEnd_Invoke_m1522215039(L_2, /*hidden argument*/NULL); } IL_001f: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_OnMovieEnd_t1532239471 (OnMovieEnd_t1532239471 * __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 moviePlayer/OnMovieEnd::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OnMovieEnd__ctor_m4259112802 (OnMovieEnd_t1532239471 * __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 moviePlayer/OnMovieEnd::Invoke() extern "C" IL2CPP_METHOD_ATTR void OnMovieEnd_Invoke_m1522215039 (OnMovieEnd_t1532239471 * __this, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { OnMovieEnd_Invoke_m1522215039((OnMovieEnd_t1532239471 *)__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 moviePlayer/OnMovieEnd::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnMovieEnd_BeginInvoke_m947262372 (OnMovieEnd_t1532239471 * __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 moviePlayer/OnMovieEnd::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void OnMovieEnd_EndInvoke_m858620515 (OnMovieEnd_t1532239471 * __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 netSendingCache::.ctor() extern "C" IL2CPP_METHOD_ATTR void netSendingCache__ctor_m2613016779 (netSendingCache_t1115576376 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void netSendingCache::SendMsg(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void netSendingCache_SendMsg_m3930715145 (RuntimeObject * __this /* static, unused */, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (netSendingCache_SendMsg_m3930715145_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(netSendingCache_t1115576376_il2cpp_TypeInfo_var); BetterList_1_t3223218359 * L_0 = ((netSendingCache_t1115576376_StaticFields*)il2cpp_codegen_static_fields_for(netSendingCache_t1115576376_il2cpp_TypeInfo_var))->get_s_msgList_0(); CDataArray_t4068198041 * L_1 = ___msg0; NullCheck(L_0); BetterList_1_Add_m3661312299(L_0, L_1, /*hidden argument*/BetterList_1_Add_m3661312299_RuntimeMethod_var); return; } } // BetterList`1 netSendingCache::BeginPopMsg() extern "C" IL2CPP_METHOD_ATTR BetterList_1_t3223218359 * netSendingCache_BeginPopMsg_m1857426800 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (netSendingCache_BeginPopMsg_m1857426800_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(netSendingCache_t1115576376_il2cpp_TypeInfo_var); BetterList_1_t3223218359 * L_0 = ((netSendingCache_t1115576376_StaticFields*)il2cpp_codegen_static_fields_for(netSendingCache_t1115576376_il2cpp_TypeInfo_var))->get_s_msgList_0(); return L_0; } } // System.Void netSendingCache::EndPopMsg() extern "C" IL2CPP_METHOD_ATTR void netSendingCache_EndPopMsg_m1048125316 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (netSendingCache_EndPopMsg_m1048125316_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(netSendingCache_t1115576376_il2cpp_TypeInfo_var); BetterList_1_t3223218359 * L_0 = ((netSendingCache_t1115576376_StaticFields*)il2cpp_codegen_static_fields_for(netSendingCache_t1115576376_il2cpp_TypeInfo_var))->get_s_msgList_0(); NullCheck(L_0); BetterList_1_Clear_m3055923047(L_0, /*hidden argument*/BetterList_1_Clear_m3055923047_RuntimeMethod_var); return; } } // System.Void netSendingCache::.cctor() extern "C" IL2CPP_METHOD_ATTR void netSendingCache__cctor_m1596551278 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (netSendingCache__cctor_m1596551278_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BetterList_1_t3223218359 * L_0 = (BetterList_1_t3223218359 *)il2cpp_codegen_object_new(BetterList_1_t3223218359_il2cpp_TypeInfo_var); BetterList_1__ctor_m411292744(L_0, /*hidden argument*/BetterList_1__ctor_m411292744_RuntimeMethod_var); ((netSendingCache_t1115576376_StaticFields*)il2cpp_codegen_static_fields_for(netSendingCache_t1115576376_il2cpp_TypeInfo_var))->set_s_msgList_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void NGUIDebug::.ctor() extern "C" IL2CPP_METHOD_ATTR void NGUIDebug__ctor_m3548653797 (NGUIDebug_t787955914 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void NGUIDebug::Log(System.String) extern "C" IL2CPP_METHOD_ATTR void NGUIDebug_Log_m1893654688 (RuntimeObject * __this /* static, unused */, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIDebug_Log_m1893654688_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { bool L_0 = Application_get_isPlaying_m100394690(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0062; } } { IL2CPP_RUNTIME_CLASS_INIT(NGUIDebug_t787955914_il2cpp_TypeInfo_var); List_1_t3319525431 * L_1 = ((NGUIDebug_t787955914_StaticFields*)il2cpp_codegen_static_fields_for(NGUIDebug_t787955914_il2cpp_TypeInfo_var))->get_mLines_2(); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m2276455407(L_1, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if ((((int32_t)L_2) <= ((int32_t)((int32_t)20)))) { goto IL_0026; } } { IL2CPP_RUNTIME_CLASS_INIT(NGUIDebug_t787955914_il2cpp_TypeInfo_var); List_1_t3319525431 * L_3 = ((NGUIDebug_t787955914_StaticFields*)il2cpp_codegen_static_fields_for(NGUIDebug_t787955914_il2cpp_TypeInfo_var))->get_mLines_2(); NullCheck(L_3); List_1_RemoveAt_m815285786(L_3, 0, /*hidden argument*/List_1_RemoveAt_m815285786_RuntimeMethod_var); } IL_0026: { IL2CPP_RUNTIME_CLASS_INIT(NGUIDebug_t787955914_il2cpp_TypeInfo_var); List_1_t3319525431 * L_4 = ((NGUIDebug_t787955914_StaticFields*)il2cpp_codegen_static_fields_for(NGUIDebug_t787955914_il2cpp_TypeInfo_var))->get_mLines_2(); String_t* L_5 = ___text0; NullCheck(L_4); List_1_Add_m1685793073(L_4, L_5, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); NGUIDebug_t787955914 * L_6 = ((NGUIDebug_t787955914_StaticFields*)il2cpp_codegen_static_fields_for(NGUIDebug_t787955914_il2cpp_TypeInfo_var))->get_mInstance_3(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_7 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_6, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_005d; } } { GameObject_t1113636619 * L_8 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_8, _stringLiteral4065254202, /*hidden argument*/NULL); V_0 = L_8; GameObject_t1113636619 * L_9 = V_0; NullCheck(L_9); NGUIDebug_t787955914 * L_10 = GameObject_AddComponent_TisNGUIDebug_t787955914_m1434980220(L_9, /*hidden argument*/GameObject_AddComponent_TisNGUIDebug_t787955914_m1434980220_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(NGUIDebug_t787955914_il2cpp_TypeInfo_var); ((NGUIDebug_t787955914_StaticFields*)il2cpp_codegen_static_fields_for(NGUIDebug_t787955914_il2cpp_TypeInfo_var))->set_mInstance_3(L_10); GameObject_t1113636619 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m166252750(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); } IL_005d: { goto IL_0068; } IL_0062: { String_t* L_12 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); } IL_0068: { return; } } // System.Void NGUIDebug::DrawBounds(UnityEngine.Bounds) extern "C" IL2CPP_METHOD_ATTR void NGUIDebug_DrawBounds_m1346188254 (RuntimeObject * __this /* static, unused */, Bounds_t2266837910 ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIDebug_DrawBounds_m1346188254_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 L_0 = Bounds_get_center_m1418449258((&___b0), /*hidden argument*/NULL); V_0 = L_0; Vector3_t3722313464 L_1 = Bounds_get_center_m1418449258((&___b0), /*hidden argument*/NULL); Vector3_t3722313464 L_2 = Bounds_get_extents_m1304537151((&___b0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_3 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; Vector3_t3722313464 L_4 = Bounds_get_center_m1418449258((&___b0), /*hidden argument*/NULL); Vector3_t3722313464 L_5 = Bounds_get_extents_m1304537151((&___b0), /*hidden argument*/NULL); Vector3_t3722313464 L_6 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; float L_7 = (&V_1)->get_x_1(); float L_8 = (&V_1)->get_y_2(); float L_9 = (&V_0)->get_z_3(); Vector3_t3722313464 L_10; memset(&L_10, 0, sizeof(L_10)); Vector3__ctor_m3353183577((&L_10), L_7, L_8, L_9, /*hidden argument*/NULL); float L_11 = (&V_2)->get_x_1(); float L_12 = (&V_1)->get_y_2(); float L_13 = (&V_0)->get_z_3(); Vector3_t3722313464 L_14; memset(&L_14, 0, sizeof(L_14)); Vector3__ctor_m3353183577((&L_14), L_11, L_12, L_13, /*hidden argument*/NULL); Color_t2555686324 L_15 = Color_get_red_m3227813939(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_DrawLine_m2206927517(NULL /*static, unused*/, L_10, L_14, L_15, /*hidden argument*/NULL); float L_16 = (&V_1)->get_x_1(); float L_17 = (&V_1)->get_y_2(); float L_18 = (&V_0)->get_z_3(); Vector3_t3722313464 L_19; memset(&L_19, 0, sizeof(L_19)); Vector3__ctor_m3353183577((&L_19), L_16, L_17, L_18, /*hidden argument*/NULL); float L_20 = (&V_1)->get_x_1(); float L_21 = (&V_2)->get_y_2(); float L_22 = (&V_0)->get_z_3(); Vector3_t3722313464 L_23; memset(&L_23, 0, sizeof(L_23)); Vector3__ctor_m3353183577((&L_23), L_20, L_21, L_22, /*hidden argument*/NULL); Color_t2555686324 L_24 = Color_get_red_m3227813939(NULL /*static, unused*/, /*hidden argument*/NULL); Debug_DrawLine_m2206927517(NULL /*static, unused*/, L_19, L_23, L_24, /*hidden argument*/NULL); float L_25 = (&V_2)->get_x_1(); float L_26 = (&V_1)->get_y_2(); float L_27 = (&V_0)->get_z_3(); Vector3_t3722313464 L_28; memset(&L_28, 0, sizeof(L_28)); Vector3__ctor_m3353183577((&L_28), L_25, L_26, L_27, /*hidden argument*/NULL); float L_29 = (&V_2)->get_x_1(); float L_30 = (&V_2)->get_y_2(); float L_31 = (&V_0)->get_z_3(); Vector3_t3722313464 L_32; memset(&L_32, 0, sizeof(L_32)); Vector3__ctor_m3353183577((&L_32), L_29, L_30, L_31, /*hidden argument*/NULL); Color_t2555686324 L_33 = Color_get_red_m3227813939(NULL /*static, unused*/, /*hidden argument*/NULL); Debug_DrawLine_m2206927517(NULL /*static, unused*/, L_28, L_32, L_33, /*hidden argument*/NULL); float L_34 = (&V_1)->get_x_1(); float L_35 = (&V_2)->get_y_2(); float L_36 = (&V_0)->get_z_3(); Vector3_t3722313464 L_37; memset(&L_37, 0, sizeof(L_37)); Vector3__ctor_m3353183577((&L_37), L_34, L_35, L_36, /*hidden argument*/NULL); float L_38 = (&V_2)->get_x_1(); float L_39 = (&V_2)->get_y_2(); float L_40 = (&V_0)->get_z_3(); Vector3_t3722313464 L_41; memset(&L_41, 0, sizeof(L_41)); Vector3__ctor_m3353183577((&L_41), L_38, L_39, L_40, /*hidden argument*/NULL); Color_t2555686324 L_42 = Color_get_red_m3227813939(NULL /*static, unused*/, /*hidden argument*/NULL); Debug_DrawLine_m2206927517(NULL /*static, unused*/, L_37, L_41, L_42, /*hidden argument*/NULL); return; } } // System.Void NGUIDebug::OnGUI() extern "C" IL2CPP_METHOD_ATTR void NGUIDebug_OnGUI_m569536304 (NGUIDebug_t787955914 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIDebug_OnGUI_m569536304_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(NGUIDebug_t787955914_il2cpp_TypeInfo_var); List_1_t3319525431 * L_0 = ((NGUIDebug_t787955914_StaticFields*)il2cpp_codegen_static_fields_for(NGUIDebug_t787955914_il2cpp_TypeInfo_var))->get_mLines_2(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m2276455407(L_0, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); V_1 = L_1; goto IL_002c; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(NGUIDebug_t787955914_il2cpp_TypeInfo_var); List_1_t3319525431 * L_2 = ((NGUIDebug_t787955914_StaticFields*)il2cpp_codegen_static_fields_for(NGUIDebug_t787955914_il2cpp_TypeInfo_var))->get_mLines_2(); int32_t L_3 = V_0; NullCheck(L_2); String_t* L_4 = List_1_get_Item_m3729392029(L_2, L_3, /*hidden argument*/List_1_get_Item_m3729392029_RuntimeMethod_var); GUILayout_Label_m1960000298(NULL /*static, unused*/, L_4, ((GUILayoutOptionU5BU5D_t2510215842*)SZArrayNew(GUILayoutOptionU5BU5D_t2510215842_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_002c: { int32_t L_6 = V_0; int32_t L_7 = V_1; if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0012; } } { return; } } // System.Void NGUIDebug::.cctor() extern "C" IL2CPP_METHOD_ATTR void NGUIDebug__cctor_m1651640079 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIDebug__cctor_m1651640079_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3319525431 * L_0 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_0, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); ((NGUIDebug_t787955914_StaticFields*)il2cpp_codegen_static_fields_for(NGUIDebug_t787955914_il2cpp_TypeInfo_var))->set_mLines_2(L_0); ((NGUIDebug_t787955914_StaticFields*)il2cpp_codegen_static_fields_for(NGUIDebug_t787955914_il2cpp_TypeInfo_var))->set_mInstance_3((NGUIDebug_t787955914 *)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.Single NGUIMath::Lerp(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float NGUIMath_Lerp_m466078211 (RuntimeObject * __this /* static, unused */, float ___from0, float ___to1, float ___factor2, const RuntimeMethod* method) { { float L_0 = ___from0; float L_1 = ___factor2; float L_2 = ___to1; float L_3 = ___factor2; return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_0, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_1)))), (float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)))); } } // System.Int32 NGUIMath::ClampIndex(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t NGUIMath_ClampIndex_m721995981 (RuntimeObject * __this /* static, unused */, int32_t ___val0, int32_t ___max1, const RuntimeMethod* method) { int32_t G_B5_0 = 0; { int32_t L_0 = ___val0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000d; } } { G_B5_0 = 0; goto IL_001d; } IL_000d: { int32_t L_1 = ___val0; int32_t L_2 = ___max1; if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_001a; } } { int32_t L_3 = ___val0; G_B5_0 = L_3; goto IL_001d; } IL_001a: { int32_t L_4 = ___max1; G_B5_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); } IL_001d: { return G_B5_0; } } // System.Int32 NGUIMath::RepeatIndex(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t NGUIMath_RepeatIndex_m753239054 (RuntimeObject * __this /* static, unused */, int32_t ___val0, int32_t ___max1, const RuntimeMethod* method) { { int32_t L_0 = ___max1; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0009; } } { return 0; } IL_0009: { goto IL_0013; } IL_000e: { int32_t L_1 = ___val0; int32_t L_2 = ___max1; ___val0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)); } IL_0013: { int32_t L_3 = ___val0; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_000e; } } { goto IL_0024; } IL_001f: { int32_t L_4 = ___val0; int32_t L_5 = ___max1; ___val0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)); } IL_0024: { int32_t L_6 = ___val0; int32_t L_7 = ___max1; if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_001f; } } { int32_t L_8 = ___val0; return L_8; } } // System.Single NGUIMath::WrapAngle(System.Single) extern "C" IL2CPP_METHOD_ATTR float NGUIMath_WrapAngle_m1060961068 (RuntimeObject * __this /* static, unused */, float ___angle0, const RuntimeMethod* method) { { goto IL_000e; } IL_0005: { float L_0 = ___angle0; ___angle0 = ((float)il2cpp_codegen_subtract((float)L_0, (float)(360.0f))); } IL_000e: { float L_1 = ___angle0; if ((((float)L_1) > ((float)(180.0f)))) { goto IL_0005; } } { goto IL_0027; } IL_001e: { float L_2 = ___angle0; ___angle0 = ((float)il2cpp_codegen_add((float)L_2, (float)(360.0f))); } IL_0027: { float L_3 = ___angle0; if ((((float)L_3) < ((float)(-180.0f)))) { goto IL_001e; } } { float L_4 = ___angle0; return L_4; } } // System.Single NGUIMath::Wrap01(System.Single) extern "C" IL2CPP_METHOD_ATTR float NGUIMath_Wrap01_m3772675342 (RuntimeObject * __this /* static, unused */, float ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_Wrap01_m3772675342_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___val0; float L_1 = ___val0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_FloorToInt_m1870542928(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return ((float)il2cpp_codegen_subtract((float)L_0, (float)(((float)((float)L_2))))); } } // System.Int32 NGUIMath::HexToDecimal(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t NGUIMath_HexToDecimal_m4090541797 (RuntimeObject * __this /* static, unused */, Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)48)))) { case 0: { goto IL_008b; } case 1: { goto IL_008d; } case 2: { goto IL_008f; } case 3: { goto IL_0091; } case 4: { goto IL_0093; } case 5: { goto IL_0095; } case 6: { goto IL_0097; } case 7: { goto IL_0099; } case 8: { goto IL_009b; } case 9: { goto IL_009d; } case 10: { goto IL_0065; } case 11: { goto IL_0065; } case 12: { goto IL_0065; } case 13: { goto IL_0065; } case 14: { goto IL_0065; } case 15: { goto IL_0065; } case 16: { goto IL_0065; } case 17: { goto IL_00a0; } case 18: { goto IL_00a3; } case 19: { goto IL_00a6; } case 20: { goto IL_00a9; } case 21: { goto IL_00ac; } case 22: { goto IL_00af; } } } IL_0065: { Il2CppChar L_1 = ___ch0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)97)))) { case 0: { goto IL_00a0; } case 1: { goto IL_00a3; } case 2: { goto IL_00a6; } case 3: { goto IL_00a9; } case 4: { goto IL_00ac; } case 5: { goto IL_00af; } } } { goto IL_00b2; } IL_008b: { return 0; } IL_008d: { return 1; } IL_008f: { return 2; } IL_0091: { return 3; } IL_0093: { return 4; } IL_0095: { return 5; } IL_0097: { return 6; } IL_0099: { return 7; } IL_009b: { return 8; } IL_009d: { return ((int32_t)9); } IL_00a0: { return ((int32_t)10); } IL_00a3: { return ((int32_t)11); } IL_00a6: { return ((int32_t)12); } IL_00a9: { return ((int32_t)13); } IL_00ac: { return ((int32_t)14); } IL_00af: { return ((int32_t)15); } IL_00b2: { return ((int32_t)15); } } // System.Char NGUIMath::DecimalToHexChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar NGUIMath_DecimalToHexChar_m1338515576 (RuntimeObject * __this /* static, unused */, int32_t ___num0, const RuntimeMethod* method) { { int32_t L_0 = ___num0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)15)))) { goto IL_000b; } } { return ((int32_t)70); } IL_000b: { int32_t L_1 = ___num0; if ((((int32_t)L_1) >= ((int32_t)((int32_t)10)))) { goto IL_0019; } } { int32_t L_2 = ___num0; return (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)L_2))))); } IL_0019: { int32_t L_3 = ___num0; return (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)65), (int32_t)L_3)), (int32_t)((int32_t)10)))))); } } // System.String NGUIMath::DecimalToHex(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NGUIMath_DecimalToHex_m1982018451 (RuntimeObject * __this /* static, unused */, int32_t ___num0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_DecimalToHex_m1982018451_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___num0; ___num0 = ((int32_t)((int32_t)L_0&(int32_t)((int32_t)16777215))); String_t* L_1 = Int32_ToString_m372259452((&___num0), _stringLiteral3451172856, /*hidden argument*/NULL); return L_1; } } // System.Int32 NGUIMath::ColorToInt(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR int32_t NGUIMath_ColorToInt_m115382678 (RuntimeObject * __this /* static, unused */, Color_t2555686324 ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_ColorToInt_m115382678_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; int32_t L_0 = V_0; float L_1 = (&___c0)->get_r_0(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f))), /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_0|(int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)24))))); int32_t L_3 = V_0; float L_4 = (&___c0)->get_g_1(); int32_t L_5 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_4, (float)(255.0f))), /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_5<<(int32_t)((int32_t)16))))); int32_t L_6 = V_0; float L_7 = (&___c0)->get_b_2(); int32_t L_8 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_7, (float)(255.0f))), /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_6|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)8)))); int32_t L_9 = V_0; float L_10 = (&___c0)->get_a_3(); int32_t L_11 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_10, (float)(255.0f))), /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_9|(int32_t)L_11)); int32_t L_12 = V_0; return L_12; } } // UnityEngine.Color NGUIMath::IntToColor(System.Int32) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 NGUIMath_IntToColor_m743005410 (RuntimeObject * __this /* static, unused */, int32_t ___val0, const RuntimeMethod* method) { float V_0 = 0.0f; Color_t2555686324 V_1; memset(&V_1, 0, sizeof(V_1)); { V_0 = (0.003921569f); Color_t2555686324 L_0 = Color_get_black_m719512684(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_0; float L_1 = V_0; int32_t L_2 = ___val0; (&V_1)->set_r_0(((float)il2cpp_codegen_multiply((float)L_1, (float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_2>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)255))))))))); float L_3 = V_0; int32_t L_4 = ___val0; (&V_1)->set_g_1(((float)il2cpp_codegen_multiply((float)L_3, (float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_4>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)255))))))))); float L_5 = V_0; int32_t L_6 = ___val0; (&V_1)->set_b_2(((float)il2cpp_codegen_multiply((float)L_5, (float)(((float)((float)((int32_t)((int32_t)((int32_t)((int32_t)L_6>>(int32_t)8))&(int32_t)((int32_t)255))))))))); float L_7 = V_0; int32_t L_8 = ___val0; (&V_1)->set_a_3(((float)il2cpp_codegen_multiply((float)L_7, (float)(((float)((float)((int32_t)((int32_t)L_8&(int32_t)((int32_t)255))))))))); Color_t2555686324 L_9 = V_1; return L_9; } } // System.String NGUIMath::IntToBinary(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NGUIMath_IntToBinary_m3679686698 (RuntimeObject * __this /* static, unused */, int32_t ___val0, int32_t ___bits1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_IntToBinary_m3679686698_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* G_B7_0 = NULL; String_t* G_B6_0 = NULL; int32_t G_B8_0 = 0; String_t* G_B8_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; int32_t L_1 = ___bits1; V_1 = L_1; goto IL_0056; } IL_000d: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)8))) { goto IL_0024; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)16)))) { goto IL_0024; } } { int32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)24))))) { goto IL_0030; } } IL_0024: { String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, L_5, _stringLiteral3452614528, /*hidden argument*/NULL); V_0 = L_6; } IL_0030: { String_t* L_7 = V_0; int32_t L_8 = ___val0; int32_t L_9 = V_1; int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); V_1 = L_10; G_B6_0 = L_7; if (!((int32_t)((int32_t)L_8&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)31)))))))) { G_B7_0 = L_7; goto IL_0049; } } { G_B8_0 = ((int32_t)49); G_B8_1 = G_B6_0; goto IL_004b; } IL_0049: { G_B8_0 = ((int32_t)48); G_B8_1 = G_B7_0; } IL_004b: { Il2CppChar L_11 = ((Il2CppChar)G_B8_0); RuntimeObject * L_12 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m904156431(NULL /*static, unused*/, G_B8_1, L_12, /*hidden argument*/NULL); V_0 = L_13; } IL_0056: { int32_t L_14 = V_1; if ((((int32_t)L_14) > ((int32_t)0))) { goto IL_000d; } } { String_t* L_15 = V_0; return L_15; } } // UnityEngine.Color NGUIMath::HexToColor(System.UInt32) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 NGUIMath_HexToColor_m2486210797 (RuntimeObject * __this /* static, unused */, uint32_t ___val0, const RuntimeMethod* method) { { uint32_t L_0 = ___val0; Color_t2555686324 L_1 = NGUIMath_IntToColor_m743005410(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Rect NGUIMath::ConvertToTexCoords(UnityEngine.Rect,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 NGUIMath_ConvertToTexCoords_m692282035 (RuntimeObject * __this /* static, unused */, Rect_t2360479859 ___rect0, int32_t ___width1, int32_t ___height2, const RuntimeMethod* method) { Rect_t2360479859 V_0; memset(&V_0, 0, sizeof(V_0)); { Rect_t2360479859 L_0 = ___rect0; V_0 = L_0; int32_t L_1 = ___width1; if ((((float)(((float)((float)L_1)))) == ((float)(0.0f)))) { goto IL_006a; } } { int32_t L_2 = ___height2; if ((((float)(((float)((float)L_2)))) == ((float)(0.0f)))) { goto IL_006a; } } { float L_3 = Rect_get_xMin_m581135837((&___rect0), /*hidden argument*/NULL); int32_t L_4 = ___width1; Rect_set_xMin_m2413290617((&V_0), ((float)((float)L_3/(float)(((float)((float)L_4))))), /*hidden argument*/NULL); float L_5 = Rect_get_xMax_m3018144503((&___rect0), /*hidden argument*/NULL); int32_t L_6 = ___width1; Rect_set_xMax_m1720695099((&V_0), ((float)((float)L_5/(float)(((float)((float)L_6))))), /*hidden argument*/NULL); float L_7 = Rect_get_yMax_m743455479((&___rect0), /*hidden argument*/NULL); int32_t L_8 = ___height2; Rect_set_yMin_m2724127720((&V_0), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)L_7/(float)(((float)((float)L_8))))))), /*hidden argument*/NULL); float L_9 = Rect_get_yMin_m2601414109((&___rect0), /*hidden argument*/NULL); int32_t L_10 = ___height2; Rect_set_yMax_m2031532394((&V_0), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)L_9/(float)(((float)((float)L_10))))))), /*hidden argument*/NULL); } IL_006a: { Rect_t2360479859 L_11 = V_0; return L_11; } } // UnityEngine.Rect NGUIMath::ConvertToPixels(UnityEngine.Rect,System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 NGUIMath_ConvertToPixels_m551352344 (RuntimeObject * __this /* static, unused */, Rect_t2360479859 ___rect0, int32_t ___width1, int32_t ___height2, bool ___round3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_ConvertToPixels_m551352344_MetadataUsageId); s_Il2CppMethodInitialized = true; } Rect_t2360479859 V_0; memset(&V_0, 0, sizeof(V_0)); { Rect_t2360479859 L_0 = ___rect0; V_0 = L_0; bool L_1 = ___round3; if (!L_1) { goto IL_0075; } } { float L_2 = Rect_get_xMin_m581135837((&___rect0), /*hidden argument*/NULL); int32_t L_3 = ___width1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_4 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_2, (float)(((float)((float)L_3))))), /*hidden argument*/NULL); Rect_set_xMin_m2413290617((&V_0), (((float)((float)L_4))), /*hidden argument*/NULL); float L_5 = Rect_get_xMax_m3018144503((&___rect0), /*hidden argument*/NULL); int32_t L_6 = ___width1; int32_t L_7 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_5, (float)(((float)((float)L_6))))), /*hidden argument*/NULL); Rect_set_xMax_m1720695099((&V_0), (((float)((float)L_7))), /*hidden argument*/NULL); float L_8 = Rect_get_yMax_m743455479((&___rect0), /*hidden argument*/NULL); int32_t L_9 = ___height2; int32_t L_10 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_8)), (float)(((float)((float)L_9))))), /*hidden argument*/NULL); Rect_set_yMin_m2724127720((&V_0), (((float)((float)L_10))), /*hidden argument*/NULL); float L_11 = Rect_get_yMin_m2601414109((&___rect0), /*hidden argument*/NULL); int32_t L_12 = ___height2; int32_t L_13 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_11)), (float)(((float)((float)L_12))))), /*hidden argument*/NULL); Rect_set_yMax_m2031532394((&V_0), (((float)((float)L_13))), /*hidden argument*/NULL); goto IL_00c5; } IL_0075: { float L_14 = Rect_get_xMin_m581135837((&___rect0), /*hidden argument*/NULL); int32_t L_15 = ___width1; Rect_set_xMin_m2413290617((&V_0), ((float)il2cpp_codegen_multiply((float)L_14, (float)(((float)((float)L_15))))), /*hidden argument*/NULL); float L_16 = Rect_get_xMax_m3018144503((&___rect0), /*hidden argument*/NULL); int32_t L_17 = ___width1; Rect_set_xMax_m1720695099((&V_0), ((float)il2cpp_codegen_multiply((float)L_16, (float)(((float)((float)L_17))))), /*hidden argument*/NULL); float L_18 = Rect_get_yMax_m743455479((&___rect0), /*hidden argument*/NULL); int32_t L_19 = ___height2; Rect_set_yMin_m2724127720((&V_0), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_18)), (float)(((float)((float)L_19))))), /*hidden argument*/NULL); float L_20 = Rect_get_yMin_m2601414109((&___rect0), /*hidden argument*/NULL); int32_t L_21 = ___height2; Rect_set_yMax_m2031532394((&V_0), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_20)), (float)(((float)((float)L_21))))), /*hidden argument*/NULL); } IL_00c5: { Rect_t2360479859 L_22 = V_0; return L_22; } } // UnityEngine.Rect NGUIMath::MakePixelPerfect(UnityEngine.Rect) extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 NGUIMath_MakePixelPerfect_m1116715605 (RuntimeObject * __this /* static, unused */, Rect_t2360479859 ___rect0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_MakePixelPerfect_m1116715605_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = Rect_get_xMin_m581135837((&___rect0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_1 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); Rect_set_xMin_m2413290617((&___rect0), (((float)((float)L_1))), /*hidden argument*/NULL); float L_2 = Rect_get_yMin_m2601414109((&___rect0), /*hidden argument*/NULL); int32_t L_3 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); Rect_set_yMin_m2724127720((&___rect0), (((float)((float)L_3))), /*hidden argument*/NULL); float L_4 = Rect_get_xMax_m3018144503((&___rect0), /*hidden argument*/NULL); int32_t L_5 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); Rect_set_xMax_m1720695099((&___rect0), (((float)((float)L_5))), /*hidden argument*/NULL); float L_6 = Rect_get_yMax_m743455479((&___rect0), /*hidden argument*/NULL); int32_t L_7 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); Rect_set_yMax_m2031532394((&___rect0), (((float)((float)L_7))), /*hidden argument*/NULL); Rect_t2360479859 L_8 = ___rect0; return L_8; } } // UnityEngine.Rect NGUIMath::MakePixelPerfect(UnityEngine.Rect,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 NGUIMath_MakePixelPerfect_m2580496466 (RuntimeObject * __this /* static, unused */, Rect_t2360479859 ___rect0, int32_t ___width1, int32_t ___height2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_MakePixelPerfect_m2580496466_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Rect_t2360479859 L_0 = ___rect0; int32_t L_1 = ___width1; int32_t L_2 = ___height2; Rect_t2360479859 L_3 = NGUIMath_ConvertToPixels_m551352344(NULL /*static, unused*/, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL); ___rect0 = L_3; float L_4 = Rect_get_xMin_m581135837((&___rect0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); Rect_set_xMin_m2413290617((&___rect0), (((float)((float)L_5))), /*hidden argument*/NULL); float L_6 = Rect_get_yMin_m2601414109((&___rect0), /*hidden argument*/NULL); int32_t L_7 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); Rect_set_yMin_m2724127720((&___rect0), (((float)((float)L_7))), /*hidden argument*/NULL); float L_8 = Rect_get_xMax_m3018144503((&___rect0), /*hidden argument*/NULL); int32_t L_9 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); Rect_set_xMax_m1720695099((&___rect0), (((float)((float)L_9))), /*hidden argument*/NULL); float L_10 = Rect_get_yMax_m743455479((&___rect0), /*hidden argument*/NULL); int32_t L_11 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); Rect_set_yMax_m2031532394((&___rect0), (((float)((float)L_11))), /*hidden argument*/NULL); Rect_t2360479859 L_12 = ___rect0; int32_t L_13 = ___width1; int32_t L_14 = ___height2; Rect_t2360479859 L_15 = NGUIMath_ConvertToTexCoords_m692282035(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // UnityEngine.Vector3 NGUIMath::ApplyHalfPixelOffset(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 NGUIMath_ApplyHalfPixelOffset_m2916088942 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___pos0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = Application_get_platform_m2150679437(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0014; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_003c; } } IL_0014: { float L_3 = (&___pos0)->get_x_1(); (&___pos0)->set_x_1(((float)il2cpp_codegen_subtract((float)L_3, (float)(0.5f)))); float L_4 = (&___pos0)->get_y_2(); (&___pos0)->set_y_2(((float)il2cpp_codegen_add((float)L_4, (float)(0.5f)))); } IL_003c: { Vector3_t3722313464 L_5 = ___pos0; return L_5; } } // UnityEngine.Vector3 NGUIMath::ApplyHalfPixelOffset(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 NGUIMath_ApplyHalfPixelOffset_m1474771377 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___pos0, Vector3_t3722313464 ___scale1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_ApplyHalfPixelOffset_m1474771377_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = Application_get_platform_m2150679437(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0014; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_0086; } } IL_0014: { float L_3 = (&___scale1)->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_4 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); float L_5 = (&___scale1)->get_x_1(); int32_t L_6 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_5, (float)(0.5f))), /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)2)))))) { goto IL_004d; } } { float L_7 = (&___pos0)->get_x_1(); (&___pos0)->set_x_1(((float)il2cpp_codegen_subtract((float)L_7, (float)(0.5f)))); } IL_004d: { float L_8 = (&___scale1)->get_y_2(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_9 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); float L_10 = (&___scale1)->get_y_2(); int32_t L_11 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_10, (float)(0.5f))), /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)2)))))) { goto IL_0086; } } { float L_12 = (&___pos0)->get_y_2(); (&___pos0)->set_y_2(((float)il2cpp_codegen_add((float)L_12, (float)(0.5f)))); } IL_0086: { Vector3_t3722313464 L_13 = ___pos0; return L_13; } } // UnityEngine.Vector2 NGUIMath::ConstrainRect(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 NGUIMath_ConstrainRect_m3817741010 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 ___minRect0, Vector2_t2156229523 ___maxRect1, Vector2_t2156229523 ___minArea2, Vector2_t2156229523 ___maxArea3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_ConstrainRect_m3817741010_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); 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; float V_6 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_0 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; float L_1 = (&___maxRect1)->get_x_0(); float L_2 = (&___minRect0)->get_x_0(); V_1 = ((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)); float L_3 = (&___maxRect1)->get_y_1(); float L_4 = (&___minRect0)->get_y_1(); V_2 = ((float)il2cpp_codegen_subtract((float)L_3, (float)L_4)); float L_5 = (&___maxArea3)->get_x_0(); float L_6 = (&___minArea2)->get_x_0(); V_3 = ((float)il2cpp_codegen_subtract((float)L_5, (float)L_6)); float L_7 = (&___maxArea3)->get_y_1(); float L_8 = (&___minArea2)->get_y_1(); V_4 = ((float)il2cpp_codegen_subtract((float)L_7, (float)L_8)); float L_9 = V_1; float L_10 = V_3; if ((!(((float)L_9) > ((float)L_10)))) { goto IL_0073; } } { float L_11 = V_1; float L_12 = V_3; V_5 = ((float)il2cpp_codegen_subtract((float)L_11, (float)L_12)); Vector2_t2156229523 * L_13 = (&___minArea2); float L_14 = L_13->get_x_0(); float L_15 = V_5; L_13->set_x_0(((float)il2cpp_codegen_subtract((float)L_14, (float)L_15))); Vector2_t2156229523 * L_16 = (&___maxArea3); float L_17 = L_16->get_x_0(); float L_18 = V_5; L_16->set_x_0(((float)il2cpp_codegen_add((float)L_17, (float)L_18))); } IL_0073: { float L_19 = V_2; float L_20 = V_4; if ((!(((float)L_19) > ((float)L_20)))) { goto IL_00a1; } } { float L_21 = V_2; float L_22 = V_4; V_6 = ((float)il2cpp_codegen_subtract((float)L_21, (float)L_22)); Vector2_t2156229523 * L_23 = (&___minArea2); float L_24 = L_23->get_y_1(); float L_25 = V_6; L_23->set_y_1(((float)il2cpp_codegen_subtract((float)L_24, (float)L_25))); Vector2_t2156229523 * L_26 = (&___maxArea3); float L_27 = L_26->get_y_1(); float L_28 = V_6; L_26->set_y_1(((float)il2cpp_codegen_add((float)L_27, (float)L_28))); } IL_00a1: { float L_29 = (&___minRect0)->get_x_0(); float L_30 = (&___minArea2)->get_x_0(); if ((!(((float)L_29) < ((float)L_30)))) { goto IL_00d1; } } { Vector2_t2156229523 * L_31 = (&V_0); float L_32 = L_31->get_x_0(); float L_33 = (&___minArea2)->get_x_0(); float L_34 = (&___minRect0)->get_x_0(); L_31->set_x_0(((float)il2cpp_codegen_add((float)L_32, (float)((float)il2cpp_codegen_subtract((float)L_33, (float)L_34))))); } IL_00d1: { float L_35 = (&___maxRect1)->get_x_0(); float L_36 = (&___maxArea3)->get_x_0(); if ((!(((float)L_35) > ((float)L_36)))) { goto IL_0101; } } { Vector2_t2156229523 * L_37 = (&V_0); float L_38 = L_37->get_x_0(); float L_39 = (&___maxRect1)->get_x_0(); float L_40 = (&___maxArea3)->get_x_0(); L_37->set_x_0(((float)il2cpp_codegen_subtract((float)L_38, (float)((float)il2cpp_codegen_subtract((float)L_39, (float)L_40))))); } IL_0101: { float L_41 = (&___minRect0)->get_y_1(); float L_42 = (&___minArea2)->get_y_1(); if ((!(((float)L_41) < ((float)L_42)))) { goto IL_0131; } } { Vector2_t2156229523 * L_43 = (&V_0); float L_44 = L_43->get_y_1(); float L_45 = (&___minArea2)->get_y_1(); float L_46 = (&___minRect0)->get_y_1(); L_43->set_y_1(((float)il2cpp_codegen_add((float)L_44, (float)((float)il2cpp_codegen_subtract((float)L_45, (float)L_46))))); } IL_0131: { float L_47 = (&___maxRect1)->get_y_1(); float L_48 = (&___maxArea3)->get_y_1(); if ((!(((float)L_47) > ((float)L_48)))) { goto IL_0161; } } { Vector2_t2156229523 * L_49 = (&V_0); float L_50 = L_49->get_y_1(); float L_51 = (&___maxRect1)->get_y_1(); float L_52 = (&___maxArea3)->get_y_1(); L_49->set_y_1(((float)il2cpp_codegen_subtract((float)L_50, (float)((float)il2cpp_codegen_subtract((float)L_51, (float)L_52))))); } IL_0161: { Vector2_t2156229523 L_53 = V_0; return L_53; } } // UnityEngine.Vector3[] NGUIMath::CalculateWidgetCorners(UIWidget) extern "C" IL2CPP_METHOD_ATTR Vector3U5BU5D_t1718750761* NGUIMath_CalculateWidgetCorners_m2551956852 (RuntimeObject * __this /* static, unused */, UIWidget_t3538521925 * ___w0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_CalculateWidgetCorners_m2551956852_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); Vector4_t3319028937 V_2; memset(&V_2, 0, sizeof(V_2)); float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; Transform_t3600365921 * V_7 = NULL; { UIWidget_t3538521925 * L_0 = ___w0; NullCheck(L_0); Vector2_t2156229523 L_1 = VirtFuncInvoker0< Vector2_t2156229523 >::Invoke(12 /* UnityEngine.Vector2 UIWidget::get_relativeSize() */, L_0); V_0 = L_1; UIWidget_t3538521925 * L_2 = ___w0; NullCheck(L_2); Vector2_t2156229523 L_3 = UIWidget_get_pivotOffset_m1997789874(L_2, /*hidden argument*/NULL); V_1 = L_3; UIWidget_t3538521925 * L_4 = ___w0; NullCheck(L_4); Vector4_t3319028937 L_5 = VirtFuncInvoker0< Vector4_t3319028937 >::Invoke(13 /* UnityEngine.Vector4 UIWidget::get_relativePadding() */, L_4); V_2 = L_5; float L_6 = (&V_1)->get_x_0(); float L_7 = (&V_0)->get_x_0(); float L_8 = (&V_2)->get_x_1(); V_3 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_6, (float)L_7)), (float)L_8)); float L_9 = (&V_1)->get_y_1(); float L_10 = (&V_0)->get_y_1(); float L_11 = (&V_2)->get_y_2(); V_4 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)), (float)L_11)); float L_12 = V_3; float L_13 = (&V_0)->get_x_0(); float L_14 = (&V_2)->get_x_1(); float L_15 = (&V_2)->get_z_3(); V_5 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_12, (float)L_13)), (float)L_14)), (float)L_15)); float L_16 = V_4; float L_17 = (&V_0)->get_y_1(); float L_18 = (&V_2)->get_y_2(); float L_19 = (&V_2)->get_w_4(); V_6 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_16, (float)L_17)), (float)L_18)), (float)L_19)); UIWidget_t3538521925 * L_20 = ___w0; NullCheck(L_20); Transform_t3600365921 * L_21 = UIWidget_get_cachedTransform_m3940827977(L_20, /*hidden argument*/NULL); V_7 = L_21; Vector3U5BU5D_t1718750761* L_22 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_22); Transform_t3600365921 * L_23 = V_7; float L_24 = V_3; float L_25 = V_4; NullCheck(L_23); Vector3_t3722313464 L_26 = Transform_TransformPoint_m4024714202(L_23, L_24, L_25, (0.0f), /*hidden argument*/NULL); *(Vector3_t3722313464 *)((L_22)->GetAddressAt(static_cast(0))) = L_26; Vector3U5BU5D_t1718750761* L_27 = L_22; NullCheck(L_27); Transform_t3600365921 * L_28 = V_7; float L_29 = V_3; float L_30 = V_6; NullCheck(L_28); Vector3_t3722313464 L_31 = Transform_TransformPoint_m4024714202(L_28, L_29, L_30, (0.0f), /*hidden argument*/NULL); *(Vector3_t3722313464 *)((L_27)->GetAddressAt(static_cast(1))) = L_31; Vector3U5BU5D_t1718750761* L_32 = L_27; NullCheck(L_32); Transform_t3600365921 * L_33 = V_7; float L_34 = V_5; float L_35 = V_6; NullCheck(L_33); Vector3_t3722313464 L_36 = Transform_TransformPoint_m4024714202(L_33, L_34, L_35, (0.0f), /*hidden argument*/NULL); *(Vector3_t3722313464 *)((L_32)->GetAddressAt(static_cast(2))) = L_36; Vector3U5BU5D_t1718750761* L_37 = L_32; NullCheck(L_37); Transform_t3600365921 * L_38 = V_7; float L_39 = V_5; float L_40 = V_4; NullCheck(L_38); Vector3_t3722313464 L_41 = Transform_TransformPoint_m4024714202(L_38, L_39, L_40, (0.0f), /*hidden argument*/NULL); *(Vector3_t3722313464 *)((L_37)->GetAddressAt(static_cast(3))) = L_41; return L_37; } } // UnityEngine.Bounds NGUIMath::CalculateAbsoluteWidgetBounds(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Bounds_t2266837910 NGUIMath_CalculateAbsoluteWidgetBounds_m2968657383 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___trans0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_CalculateAbsoluteWidgetBounds_m2968657383_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIWidgetU5BU5D_t2950248968* V_0 = NULL; 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; int32_t V_5 = 0; UIWidget_t3538521925 * V_6 = NULL; Vector2_t2156229523 V_7; memset(&V_7, 0, sizeof(V_7)); Vector2_t2156229523 V_8; memset(&V_8, 0, sizeof(V_8)); float V_9 = 0.0f; float V_10 = 0.0f; Transform_t3600365921 * V_11 = NULL; Bounds_t2266837910 V_12; memset(&V_12, 0, sizeof(V_12)); { Transform_t3600365921 * L_0 = ___trans0; NullCheck(L_0); UIWidgetU5BU5D_t2950248968* L_1 = Component_GetComponentsInChildren_TisUIWidget_t3538521925_m3698995734(L_0, /*hidden argument*/Component_GetComponentsInChildren_TisUIWidget_t3538521925_m3698995734_RuntimeMethod_var); V_0 = L_1; UIWidgetU5BU5D_t2950248968* L_2 = V_0; NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_0020; } } { Transform_t3600365921 * L_3 = ___trans0; NullCheck(L_3); Vector3_t3722313464 L_4 = Transform_get_position_m36019626(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_5 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Bounds_t2266837910 L_6; memset(&L_6, 0, sizeof(L_6)); Bounds__ctor_m1937678907((&L_6), L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0020: { Vector3__ctor_m3353183577((&V_1), (std::numeric_limits::max()), (std::numeric_limits::max()), (std::numeric_limits::max()), /*hidden argument*/NULL); Vector3__ctor_m3353183577((&V_2), (-std::numeric_limits::max()), (-std::numeric_limits::max()), (-std::numeric_limits::max()), /*hidden argument*/NULL); V_4 = 0; UIWidgetU5BU5D_t2950248968* L_7 = V_0; NullCheck(L_7); V_5 = (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))); goto IL_0194; } IL_0059: { UIWidgetU5BU5D_t2950248968* L_8 = V_0; int32_t L_9 = V_4; NullCheck(L_8); int32_t L_10 = L_9; UIWidget_t3538521925 * L_11 = (L_8)->GetAt(static_cast(L_10)); V_6 = L_11; UIWidget_t3538521925 * L_12 = V_6; NullCheck(L_12); Vector2_t2156229523 L_13 = VirtFuncInvoker0< Vector2_t2156229523 >::Invoke(12 /* UnityEngine.Vector2 UIWidget::get_relativeSize() */, L_12); V_7 = L_13; UIWidget_t3538521925 * L_14 = V_6; NullCheck(L_14); Vector2_t2156229523 L_15 = UIWidget_get_pivotOffset_m1997789874(L_14, /*hidden argument*/NULL); V_8 = L_15; float L_16 = (&V_8)->get_x_0(); float L_17 = (&V_7)->get_x_0(); V_9 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_16, (float)(0.5f))), (float)L_17)); float L_18 = (&V_8)->get_y_1(); float L_19 = (&V_7)->get_y_1(); V_10 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_18, (float)(0.5f))), (float)L_19)); Vector2_t2156229523 L_20 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_21 = Vector2_op_Multiply_m2347887432(NULL /*static, unused*/, L_20, (0.5f), /*hidden argument*/NULL); V_7 = L_21; UIWidget_t3538521925 * L_22 = V_6; NullCheck(L_22); Transform_t3600365921 * L_23 = UIWidget_get_cachedTransform_m3940827977(L_22, /*hidden argument*/NULL); V_11 = L_23; Transform_t3600365921 * L_24 = V_11; float L_25 = V_9; float L_26 = (&V_7)->get_x_0(); float L_27 = V_10; float L_28 = (&V_7)->get_y_1(); Vector3_t3722313464 L_29; memset(&L_29, 0, sizeof(L_29)); Vector3__ctor_m3353183577((&L_29), ((float)il2cpp_codegen_subtract((float)L_25, (float)L_26)), ((float)il2cpp_codegen_subtract((float)L_27, (float)L_28)), (0.0f), /*hidden argument*/NULL); NullCheck(L_24); Vector3_t3722313464 L_30 = Transform_TransformPoint_m226827784(L_24, L_29, /*hidden argument*/NULL); V_3 = L_30; Vector3_t3722313464 L_31 = V_3; Vector3_t3722313464 L_32 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_33 = Vector3_Max_m3304052994(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL); V_2 = L_33; Vector3_t3722313464 L_34 = V_3; Vector3_t3722313464 L_35 = V_1; Vector3_t3722313464 L_36 = Vector3_Min_m1803158933(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/NULL); V_1 = L_36; Transform_t3600365921 * L_37 = V_11; float L_38 = V_9; float L_39 = (&V_7)->get_x_0(); float L_40 = V_10; float L_41 = (&V_7)->get_y_1(); Vector3_t3722313464 L_42; memset(&L_42, 0, sizeof(L_42)); Vector3__ctor_m3353183577((&L_42), ((float)il2cpp_codegen_subtract((float)L_38, (float)L_39)), ((float)il2cpp_codegen_add((float)L_40, (float)L_41)), (0.0f), /*hidden argument*/NULL); NullCheck(L_37); Vector3_t3722313464 L_43 = Transform_TransformPoint_m226827784(L_37, L_42, /*hidden argument*/NULL); V_3 = L_43; Vector3_t3722313464 L_44 = V_3; Vector3_t3722313464 L_45 = V_2; Vector3_t3722313464 L_46 = Vector3_Max_m3304052994(NULL /*static, unused*/, L_44, L_45, /*hidden argument*/NULL); V_2 = L_46; Vector3_t3722313464 L_47 = V_3; Vector3_t3722313464 L_48 = V_1; Vector3_t3722313464 L_49 = Vector3_Min_m1803158933(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); V_1 = L_49; Transform_t3600365921 * L_50 = V_11; float L_51 = V_9; float L_52 = (&V_7)->get_x_0(); float L_53 = V_10; float L_54 = (&V_7)->get_y_1(); Vector3_t3722313464 L_55; memset(&L_55, 0, sizeof(L_55)); Vector3__ctor_m3353183577((&L_55), ((float)il2cpp_codegen_add((float)L_51, (float)L_52)), ((float)il2cpp_codegen_subtract((float)L_53, (float)L_54)), (0.0f), /*hidden argument*/NULL); NullCheck(L_50); Vector3_t3722313464 L_56 = Transform_TransformPoint_m226827784(L_50, L_55, /*hidden argument*/NULL); V_3 = L_56; Vector3_t3722313464 L_57 = V_3; Vector3_t3722313464 L_58 = V_2; Vector3_t3722313464 L_59 = Vector3_Max_m3304052994(NULL /*static, unused*/, L_57, L_58, /*hidden argument*/NULL); V_2 = L_59; Vector3_t3722313464 L_60 = V_3; Vector3_t3722313464 L_61 = V_1; Vector3_t3722313464 L_62 = Vector3_Min_m1803158933(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); V_1 = L_62; Transform_t3600365921 * L_63 = V_11; float L_64 = V_9; float L_65 = (&V_7)->get_x_0(); float L_66 = V_10; float L_67 = (&V_7)->get_y_1(); Vector3_t3722313464 L_68; memset(&L_68, 0, sizeof(L_68)); Vector3__ctor_m3353183577((&L_68), ((float)il2cpp_codegen_add((float)L_64, (float)L_65)), ((float)il2cpp_codegen_add((float)L_66, (float)L_67)), (0.0f), /*hidden argument*/NULL); NullCheck(L_63); Vector3_t3722313464 L_69 = Transform_TransformPoint_m226827784(L_63, L_68, /*hidden argument*/NULL); V_3 = L_69; Vector3_t3722313464 L_70 = V_3; Vector3_t3722313464 L_71 = V_2; Vector3_t3722313464 L_72 = Vector3_Max_m3304052994(NULL /*static, unused*/, L_70, L_71, /*hidden argument*/NULL); V_2 = L_72; Vector3_t3722313464 L_73 = V_3; Vector3_t3722313464 L_74 = V_1; Vector3_t3722313464 L_75 = Vector3_Min_m1803158933(NULL /*static, unused*/, L_73, L_74, /*hidden argument*/NULL); V_1 = L_75; int32_t L_76 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); } IL_0194: { int32_t L_77 = V_4; int32_t L_78 = V_5; if ((((int32_t)L_77) < ((int32_t)L_78))) { goto IL_0059; } } { Vector3_t3722313464 L_79 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_80 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Bounds__ctor_m1937678907((&V_12), L_79, L_80, /*hidden argument*/NULL); Vector3_t3722313464 L_81 = V_2; Bounds_Encapsulate_m3553480203((&V_12), L_81, /*hidden argument*/NULL); Bounds_t2266837910 L_82 = V_12; return L_82; } } // UnityEngine.Bounds NGUIMath::CalculateRelativeWidgetBounds(UnityEngine.Transform,UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Bounds_t2266837910 NGUIMath_CalculateRelativeWidgetBounds_m504504826 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___root0, Transform_t3600365921 * ___child1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_CalculateRelativeWidgetBounds_m504504826_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIWidgetU5BU5D_t2950248968* V_0 = NULL; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Matrix4x4_t1817901843 V_3; memset(&V_3, 0, sizeof(V_3)); int32_t V_4 = 0; int32_t V_5 = 0; UIWidget_t3538521925 * V_6 = NULL; Vector2_t2156229523 V_7; memset(&V_7, 0, sizeof(V_7)); Vector2_t2156229523 V_8; memset(&V_8, 0, sizeof(V_8)); Transform_t3600365921 * V_9 = NULL; float V_10 = 0.0f; float V_11 = 0.0f; Vector3_t3722313464 V_12; memset(&V_12, 0, sizeof(V_12)); Bounds_t2266837910 V_13; memset(&V_13, 0, sizeof(V_13)); { Transform_t3600365921 * L_0 = ___child1; NullCheck(L_0); UIWidgetU5BU5D_t2950248968* L_1 = Component_GetComponentsInChildren_TisUIWidget_t3538521925_m3698995734(L_0, /*hidden argument*/Component_GetComponentsInChildren_TisUIWidget_t3538521925_m3698995734_RuntimeMethod_var); V_0 = L_1; UIWidgetU5BU5D_t2950248968* L_2 = V_0; NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_001f; } } { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_3 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_4 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Bounds_t2266837910 L_5; memset(&L_5, 0, sizeof(L_5)); Bounds__ctor_m1937678907((&L_5), L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_001f: { Vector3__ctor_m3353183577((&V_1), (std::numeric_limits::max()), (std::numeric_limits::max()), (std::numeric_limits::max()), /*hidden argument*/NULL); Vector3__ctor_m3353183577((&V_2), (-std::numeric_limits::max()), (-std::numeric_limits::max()), (-std::numeric_limits::max()), /*hidden argument*/NULL); Transform_t3600365921 * L_6 = ___root0; NullCheck(L_6); Matrix4x4_t1817901843 L_7 = Transform_get_worldToLocalMatrix_m399704877(L_6, /*hidden argument*/NULL); V_3 = L_7; V_4 = 0; UIWidgetU5BU5D_t2950248968* L_8 = V_0; NullCheck(L_8); V_5 = (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))); goto IL_01e2; } IL_005f: { UIWidgetU5BU5D_t2950248968* L_9 = V_0; int32_t L_10 = V_4; NullCheck(L_9); int32_t L_11 = L_10; UIWidget_t3538521925 * L_12 = (L_9)->GetAt(static_cast(L_11)); V_6 = L_12; UIWidget_t3538521925 * L_13 = V_6; NullCheck(L_13); Vector2_t2156229523 L_14 = VirtFuncInvoker0< Vector2_t2156229523 >::Invoke(12 /* UnityEngine.Vector2 UIWidget::get_relativeSize() */, L_13); V_7 = L_14; UIWidget_t3538521925 * L_15 = V_6; NullCheck(L_15); Vector2_t2156229523 L_16 = UIWidget_get_pivotOffset_m1997789874(L_15, /*hidden argument*/NULL); V_8 = L_16; UIWidget_t3538521925 * L_17 = V_6; NullCheck(L_17); Transform_t3600365921 * L_18 = UIWidget_get_cachedTransform_m3940827977(L_17, /*hidden argument*/NULL); V_9 = L_18; float L_19 = (&V_8)->get_x_0(); float L_20 = (&V_7)->get_x_0(); V_10 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_19, (float)(0.5f))), (float)L_20)); float L_21 = (&V_8)->get_y_1(); float L_22 = (&V_7)->get_y_1(); V_11 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_21, (float)(0.5f))), (float)L_22)); Vector2_t2156229523 L_23 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_24 = Vector2_op_Multiply_m2347887432(NULL /*static, unused*/, L_23, (0.5f), /*hidden argument*/NULL); V_7 = L_24; float L_25 = V_10; float L_26 = (&V_7)->get_x_0(); float L_27 = V_11; float L_28 = (&V_7)->get_y_1(); Vector3__ctor_m3353183577((&V_12), ((float)il2cpp_codegen_subtract((float)L_25, (float)L_26)), ((float)il2cpp_codegen_subtract((float)L_27, (float)L_28)), (0.0f), /*hidden argument*/NULL); Transform_t3600365921 * L_29 = V_9; Vector3_t3722313464 L_30 = V_12; NullCheck(L_29); Vector3_t3722313464 L_31 = Transform_TransformPoint_m226827784(L_29, L_30, /*hidden argument*/NULL); V_12 = L_31; Vector3_t3722313464 L_32 = V_12; Vector3_t3722313464 L_33 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_3), L_32, /*hidden argument*/NULL); V_12 = L_33; Vector3_t3722313464 L_34 = V_12; Vector3_t3722313464 L_35 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_36 = Vector3_Max_m3304052994(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/NULL); V_2 = L_36; Vector3_t3722313464 L_37 = V_12; Vector3_t3722313464 L_38 = V_1; Vector3_t3722313464 L_39 = Vector3_Min_m1803158933(NULL /*static, unused*/, L_37, L_38, /*hidden argument*/NULL); V_1 = L_39; float L_40 = V_10; float L_41 = (&V_7)->get_x_0(); float L_42 = V_11; float L_43 = (&V_7)->get_y_1(); Vector3__ctor_m3353183577((&V_12), ((float)il2cpp_codegen_subtract((float)L_40, (float)L_41)), ((float)il2cpp_codegen_add((float)L_42, (float)L_43)), (0.0f), /*hidden argument*/NULL); Transform_t3600365921 * L_44 = V_9; Vector3_t3722313464 L_45 = V_12; NullCheck(L_44); Vector3_t3722313464 L_46 = Transform_TransformPoint_m226827784(L_44, L_45, /*hidden argument*/NULL); V_12 = L_46; Vector3_t3722313464 L_47 = V_12; Vector3_t3722313464 L_48 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_3), L_47, /*hidden argument*/NULL); V_12 = L_48; Vector3_t3722313464 L_49 = V_12; Vector3_t3722313464 L_50 = V_2; Vector3_t3722313464 L_51 = Vector3_Max_m3304052994(NULL /*static, unused*/, L_49, L_50, /*hidden argument*/NULL); V_2 = L_51; Vector3_t3722313464 L_52 = V_12; Vector3_t3722313464 L_53 = V_1; Vector3_t3722313464 L_54 = Vector3_Min_m1803158933(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL); V_1 = L_54; float L_55 = V_10; float L_56 = (&V_7)->get_x_0(); float L_57 = V_11; float L_58 = (&V_7)->get_y_1(); Vector3__ctor_m3353183577((&V_12), ((float)il2cpp_codegen_add((float)L_55, (float)L_56)), ((float)il2cpp_codegen_subtract((float)L_57, (float)L_58)), (0.0f), /*hidden argument*/NULL); Transform_t3600365921 * L_59 = V_9; Vector3_t3722313464 L_60 = V_12; NullCheck(L_59); Vector3_t3722313464 L_61 = Transform_TransformPoint_m226827784(L_59, L_60, /*hidden argument*/NULL); V_12 = L_61; Vector3_t3722313464 L_62 = V_12; Vector3_t3722313464 L_63 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_3), L_62, /*hidden argument*/NULL); V_12 = L_63; Vector3_t3722313464 L_64 = V_12; Vector3_t3722313464 L_65 = V_2; Vector3_t3722313464 L_66 = Vector3_Max_m3304052994(NULL /*static, unused*/, L_64, L_65, /*hidden argument*/NULL); V_2 = L_66; Vector3_t3722313464 L_67 = V_12; Vector3_t3722313464 L_68 = V_1; Vector3_t3722313464 L_69 = Vector3_Min_m1803158933(NULL /*static, unused*/, L_67, L_68, /*hidden argument*/NULL); V_1 = L_69; float L_70 = V_10; float L_71 = (&V_7)->get_x_0(); float L_72 = V_11; float L_73 = (&V_7)->get_y_1(); Vector3__ctor_m3353183577((&V_12), ((float)il2cpp_codegen_add((float)L_70, (float)L_71)), ((float)il2cpp_codegen_add((float)L_72, (float)L_73)), (0.0f), /*hidden argument*/NULL); Transform_t3600365921 * L_74 = V_9; Vector3_t3722313464 L_75 = V_12; NullCheck(L_74); Vector3_t3722313464 L_76 = Transform_TransformPoint_m226827784(L_74, L_75, /*hidden argument*/NULL); V_12 = L_76; Vector3_t3722313464 L_77 = V_12; Vector3_t3722313464 L_78 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_3), L_77, /*hidden argument*/NULL); V_12 = L_78; Vector3_t3722313464 L_79 = V_12; Vector3_t3722313464 L_80 = V_2; Vector3_t3722313464 L_81 = Vector3_Max_m3304052994(NULL /*static, unused*/, L_79, L_80, /*hidden argument*/NULL); V_2 = L_81; Vector3_t3722313464 L_82 = V_12; Vector3_t3722313464 L_83 = V_1; Vector3_t3722313464 L_84 = Vector3_Min_m1803158933(NULL /*static, unused*/, L_82, L_83, /*hidden argument*/NULL); V_1 = L_84; int32_t L_85 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); } IL_01e2: { int32_t L_86 = V_4; int32_t L_87 = V_5; if ((((int32_t)L_86) < ((int32_t)L_87))) { goto IL_005f; } } { Vector3_t3722313464 L_88 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_89 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Bounds__ctor_m1937678907((&V_13), L_88, L_89, /*hidden argument*/NULL); Vector3_t3722313464 L_90 = V_2; Bounds_Encapsulate_m3553480203((&V_13), L_90, /*hidden argument*/NULL); Bounds_t2266837910 L_91 = V_13; return L_91; } } // UnityEngine.Bounds NGUIMath::CalculateRelativeInnerBounds(UnityEngine.Transform,UISprite) extern "C" IL2CPP_METHOD_ATTR Bounds_t2266837910 NGUIMath_CalculateRelativeInnerBounds_m2397653961 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___root0, UISprite_t194114938 * ___sprite1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_CalculateRelativeInnerBounds_m2397653961_MetadataUsageId); s_Il2CppMethodInitialized = true; } Matrix4x4_t1817901843 V_0; memset(&V_0, 0, sizeof(V_0)); Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); Vector2_t2156229523 V_2; memset(&V_2, 0, sizeof(V_2)); Transform_t3600365921 * V_3 = NULL; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); float V_8 = 0.0f; Vector3_t3722313464 V_9; memset(&V_9, 0, sizeof(V_9)); Vector4_t3319028937 V_10; memset(&V_10, 0, sizeof(V_10)); float V_11 = 0.0f; float V_12 = 0.0f; float V_13 = 0.0f; float V_14 = 0.0f; Vector3_t3722313464 V_15; memset(&V_15, 0, sizeof(V_15)); Bounds_t2266837910 V_16; memset(&V_16, 0, sizeof(V_16)); { UISprite_t194114938 * L_0 = ___sprite1; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* UISprite/Type UISprite::get_type() */, L_0); if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0018; } } { UISprite_t194114938 * L_2 = ___sprite1; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(21 /* UISprite/Type UISprite::get_type() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_0200; } } IL_0018: { Transform_t3600365921 * L_4 = ___root0; NullCheck(L_4); Matrix4x4_t1817901843 L_5 = Transform_get_worldToLocalMatrix_m399704877(L_4, /*hidden argument*/NULL); V_0 = L_5; UISprite_t194114938 * L_6 = ___sprite1; NullCheck(L_6); Vector2_t2156229523 L_7 = VirtFuncInvoker0< Vector2_t2156229523 >::Invoke(12 /* UnityEngine.Vector2 UIWidget::get_relativeSize() */, L_6); V_1 = L_7; UISprite_t194114938 * L_8 = ___sprite1; NullCheck(L_8); Vector2_t2156229523 L_9 = UIWidget_get_pivotOffset_m1997789874(L_8, /*hidden argument*/NULL); V_2 = L_9; UISprite_t194114938 * L_10 = ___sprite1; NullCheck(L_10); Transform_t3600365921 * L_11 = UIWidget_get_cachedTransform_m3940827977(L_10, /*hidden argument*/NULL); V_3 = L_11; float L_12 = (&V_2)->get_x_0(); float L_13 = (&V_1)->get_x_0(); V_4 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_12, (float)(0.5f))), (float)L_13)); float L_14 = (&V_2)->get_y_1(); float L_15 = (&V_1)->get_y_1(); V_5 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_14, (float)(0.5f))), (float)L_15)); Vector2_t2156229523 L_16 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_17 = Vector2_op_Multiply_m2347887432(NULL /*static, unused*/, L_16, (0.5f), /*hidden argument*/NULL); V_1 = L_17; Transform_t3600365921 * L_18 = V_3; NullCheck(L_18); Vector3_t3722313464 L_19 = Transform_get_localScale_m129152068(L_18, /*hidden argument*/NULL); V_7 = L_19; float L_20 = (&V_7)->get_x_1(); V_6 = L_20; Transform_t3600365921 * L_21 = V_3; NullCheck(L_21); Vector3_t3722313464 L_22 = Transform_get_localScale_m129152068(L_21, /*hidden argument*/NULL); V_9 = L_22; float L_23 = (&V_9)->get_y_2(); V_8 = L_23; UISprite_t194114938 * L_24 = ___sprite1; NullCheck(L_24); Vector4_t3319028937 L_25 = VirtFuncInvoker0< Vector4_t3319028937 >::Invoke(14 /* UnityEngine.Vector4 UIWidget::get_border() */, L_24); V_10 = L_25; float L_26 = V_6; if ((((float)L_26) == ((float)(0.0f)))) { goto IL_00c4; } } { Vector4_t3319028937 * L_27 = (&V_10); float L_28 = L_27->get_x_1(); float L_29 = V_6; L_27->set_x_1(((float)((float)L_28/(float)L_29))); Vector4_t3319028937 * L_30 = (&V_10); float L_31 = L_30->get_z_3(); float L_32 = V_6; L_30->set_z_3(((float)((float)L_31/(float)L_32))); } IL_00c4: { float L_33 = V_8; if ((((float)L_33) == ((float)(0.0f)))) { goto IL_00f0; } } { Vector4_t3319028937 * L_34 = (&V_10); float L_35 = L_34->get_y_2(); float L_36 = V_8; L_34->set_y_2(((float)((float)L_35/(float)L_36))); Vector4_t3319028937 * L_37 = (&V_10); float L_38 = L_37->get_w_4(); float L_39 = V_8; L_37->set_w_4(((float)((float)L_38/(float)L_39))); } IL_00f0: { float L_40 = V_4; float L_41 = (&V_1)->get_x_0(); float L_42 = (&V_10)->get_x_1(); V_11 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_40, (float)L_41)), (float)L_42)); float L_43 = V_4; float L_44 = (&V_1)->get_x_0(); float L_45 = (&V_10)->get_z_3(); V_12 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_43, (float)L_44)), (float)L_45)); float L_46 = V_5; float L_47 = (&V_1)->get_y_1(); float L_48 = (&V_10)->get_y_2(); V_13 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_46, (float)L_47)), (float)L_48)); float L_49 = V_5; float L_50 = (&V_1)->get_y_1(); float L_51 = (&V_10)->get_w_4(); V_14 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_49, (float)L_50)), (float)L_51)); float L_52 = V_11; float L_53 = V_13; Vector3__ctor_m3353183577((&V_15), L_52, L_53, (0.0f), /*hidden argument*/NULL); Transform_t3600365921 * L_54 = V_3; Vector3_t3722313464 L_55 = V_15; NullCheck(L_54); Vector3_t3722313464 L_56 = Transform_TransformPoint_m226827784(L_54, L_55, /*hidden argument*/NULL); V_15 = L_56; Vector3_t3722313464 L_57 = V_15; Vector3_t3722313464 L_58 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_0), L_57, /*hidden argument*/NULL); V_15 = L_58; Vector3_t3722313464 L_59 = V_15; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_60 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); Bounds__ctor_m1937678907((&V_16), L_59, L_60, /*hidden argument*/NULL); float L_61 = V_11; float L_62 = V_14; Vector3__ctor_m3353183577((&V_15), L_61, L_62, (0.0f), /*hidden argument*/NULL); Transform_t3600365921 * L_63 = V_3; Vector3_t3722313464 L_64 = V_15; NullCheck(L_63); Vector3_t3722313464 L_65 = Transform_TransformPoint_m226827784(L_63, L_64, /*hidden argument*/NULL); V_15 = L_65; Vector3_t3722313464 L_66 = V_15; Vector3_t3722313464 L_67 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_0), L_66, /*hidden argument*/NULL); V_15 = L_67; Vector3_t3722313464 L_68 = V_15; Bounds_Encapsulate_m3553480203((&V_16), L_68, /*hidden argument*/NULL); float L_69 = V_12; float L_70 = V_14; Vector3__ctor_m3353183577((&V_15), L_69, L_70, (0.0f), /*hidden argument*/NULL); Transform_t3600365921 * L_71 = V_3; Vector3_t3722313464 L_72 = V_15; NullCheck(L_71); Vector3_t3722313464 L_73 = Transform_TransformPoint_m226827784(L_71, L_72, /*hidden argument*/NULL); V_15 = L_73; Vector3_t3722313464 L_74 = V_15; Vector3_t3722313464 L_75 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_0), L_74, /*hidden argument*/NULL); V_15 = L_75; Vector3_t3722313464 L_76 = V_15; Bounds_Encapsulate_m3553480203((&V_16), L_76, /*hidden argument*/NULL); float L_77 = V_12; float L_78 = V_13; Vector3__ctor_m3353183577((&V_15), L_77, L_78, (0.0f), /*hidden argument*/NULL); Transform_t3600365921 * L_79 = V_3; Vector3_t3722313464 L_80 = V_15; NullCheck(L_79); Vector3_t3722313464 L_81 = Transform_TransformPoint_m226827784(L_79, L_80, /*hidden argument*/NULL); V_15 = L_81; Vector3_t3722313464 L_82 = V_15; Vector3_t3722313464 L_83 = Matrix4x4_MultiplyPoint3x4_m4145063176((&V_0), L_82, /*hidden argument*/NULL); V_15 = L_83; Vector3_t3722313464 L_84 = V_15; Bounds_Encapsulate_m3553480203((&V_16), L_84, /*hidden argument*/NULL); Bounds_t2266837910 L_85 = V_16; return L_85; } IL_0200: { Transform_t3600365921 * L_86 = ___root0; UISprite_t194114938 * L_87 = ___sprite1; NullCheck(L_87); Transform_t3600365921 * L_88 = UIWidget_get_cachedTransform_m3940827977(L_87, /*hidden argument*/NULL); Bounds_t2266837910 L_89 = NGUIMath_CalculateRelativeWidgetBounds_m504504826(NULL /*static, unused*/, L_86, L_88, /*hidden argument*/NULL); return L_89; } } // UnityEngine.Bounds NGUIMath::CalculateRelativeWidgetBounds(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR Bounds_t2266837910 NGUIMath_CalculateRelativeWidgetBounds_m2429706113 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___trans0, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = ___trans0; Transform_t3600365921 * L_1 = ___trans0; Bounds_t2266837910 L_2 = NGUIMath_CalculateRelativeWidgetBounds_m504504826(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // UnityEngine.Vector3 NGUIMath::SpringDampen(UnityEngine.Vector3&,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 NGUIMath_SpringDampen_m3891859194 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 * ___velocity0, float ___strength1, float ___deltaTime2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_SpringDampen_m3891859194_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; { float L_0 = ___deltaTime2; if ((!(((float)L_0) > ((float)(1.0f))))) { goto IL_0012; } } { ___deltaTime2 = (1.0f); } IL_0012: { float L_1 = ___strength1; V_0 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_1, (float)(0.001f))))); float L_2 = ___deltaTime2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_3 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_2, (float)(1000.0f))), /*hidden argument*/NULL); V_1 = 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); V_2 = L_4; V_3 = 0; goto IL_0067; } IL_003a: { Vector3_t3722313464 L_5 = V_2; Vector3_t3722313464 * L_6 = ___velocity0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_7 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, (*(Vector3_t3722313464 *)L_6), (0.06f), /*hidden argument*/NULL); Vector3_t3722313464 L_8 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_5, L_7, /*hidden argument*/NULL); V_2 = L_8; Vector3_t3722313464 * L_9 = ___velocity0; Vector3_t3722313464 * L_10 = ___velocity0; float L_11 = V_0; Vector3_t3722313464 L_12 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, (*(Vector3_t3722313464 *)L_10), L_11, /*hidden argument*/NULL); *(Vector3_t3722313464 *)L_9 = L_12; int32_t L_13 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0067: { int32_t L_14 = V_3; int32_t L_15 = V_1; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_003a; } } { Vector3_t3722313464 L_16 = V_2; return L_16; } } // UnityEngine.Vector2 NGUIMath::SpringDampen(UnityEngine.Vector2&,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 NGUIMath_SpringDampen_m879654485 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 * ___velocity0, float ___strength1, float ___deltaTime2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_SpringDampen_m879654485_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; Vector2_t2156229523 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; { float L_0 = ___deltaTime2; if ((!(((float)L_0) > ((float)(1.0f))))) { goto IL_0012; } } { ___deltaTime2 = (1.0f); } IL_0012: { float L_1 = ___strength1; V_0 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_1, (float)(0.001f))))); float L_2 = ___deltaTime2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_3 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_2, (float)(1000.0f))), /*hidden argument*/NULL); V_1 = L_3; IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_4 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_4; V_3 = 0; goto IL_0067; } IL_003a: { Vector2_t2156229523 L_5 = V_2; Vector2_t2156229523 * L_6 = ___velocity0; IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_7 = Vector2_op_Multiply_m2347887432(NULL /*static, unused*/, (*(Vector2_t2156229523 *)L_6), (0.06f), /*hidden argument*/NULL); Vector2_t2156229523 L_8 = Vector2_op_Addition_m800700293(NULL /*static, unused*/, L_5, L_7, /*hidden argument*/NULL); V_2 = L_8; Vector2_t2156229523 * L_9 = ___velocity0; Vector2_t2156229523 * L_10 = ___velocity0; float L_11 = V_0; Vector2_t2156229523 L_12 = Vector2_op_Multiply_m2347887432(NULL /*static, unused*/, (*(Vector2_t2156229523 *)L_10), L_11, /*hidden argument*/NULL); *(Vector2_t2156229523 *)L_9 = L_12; int32_t L_13 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0067: { int32_t L_14 = V_3; int32_t L_15 = V_1; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_003a; } } { Vector2_t2156229523 L_16 = V_2; return L_16; } } // System.Single NGUIMath::SpringLerp(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float NGUIMath_SpringLerp_m924654337 (RuntimeObject * __this /* static, unused */, float ___strength0, float ___deltaTime1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_SpringLerp_m924654337_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; int32_t V_2 = 0; { float L_0 = ___deltaTime1; if ((!(((float)L_0) > ((float)(1.0f))))) { goto IL_0012; } } { ___deltaTime1 = (1.0f); } IL_0012: { float L_1 = ___deltaTime1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_1, (float)(1000.0f))), /*hidden argument*/NULL); V_0 = L_2; float L_3 = ___strength0; ___deltaTime1 = ((float)il2cpp_codegen_multiply((float)(0.001f), (float)L_3)); V_1 = (0.0f); V_2 = 0; goto IL_0046; } IL_0035: { float L_4 = V_1; float L_5 = ___deltaTime1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_6 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, L_4, (1.0f), L_5, /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0046: { int32_t L_8 = V_2; int32_t L_9 = V_0; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0035; } } { float L_10 = V_1; return L_10; } } // System.Single NGUIMath::SpringLerp(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float NGUIMath_SpringLerp_m2076932454 (RuntimeObject * __this /* static, unused */, float ___from0, float ___to1, float ___strength2, float ___deltaTime3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_SpringLerp_m2076932454_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { float L_0 = ___deltaTime3; if ((!(((float)L_0) > ((float)(1.0f))))) { goto IL_0012; } } { ___deltaTime3 = (1.0f); } IL_0012: { float L_1 = ___deltaTime3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_RoundToInt_m1874334613(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_1, (float)(1000.0f))), /*hidden argument*/NULL); V_0 = L_2; float L_3 = ___strength2; ___deltaTime3 = ((float)il2cpp_codegen_multiply((float)(0.001f), (float)L_3)); V_1 = 0; goto IL_003d; } IL_002f: { float L_4 = ___from0; float L_5 = ___to1; float L_6 = ___deltaTime3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_7 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, L_4, L_5, L_6, /*hidden argument*/NULL); ___from0 = L_7; int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003d: { int32_t L_9 = V_1; int32_t L_10 = V_0; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_002f; } } { float L_11 = ___from0; return L_11; } } // UnityEngine.Vector2 NGUIMath::SpringLerp(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 NGUIMath_SpringLerp_m3725588857 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 ___from0, Vector2_t2156229523 ___to1, float ___strength2, float ___deltaTime3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_SpringLerp_m3725588857_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Vector2_t2156229523 L_0 = ___from0; Vector2_t2156229523 L_1 = ___to1; float L_2 = ___strength2; float L_3 = ___deltaTime3; float L_4 = NGUIMath_SpringLerp_m924654337(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_5 = Vector2_Lerp_m854472224(NULL /*static, unused*/, L_0, L_1, L_4, /*hidden argument*/NULL); return L_5; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_SpringLerp_m1536148562_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Vector3_t3722313464 L_0 = ___from0; Vector3_t3722313464 L_1 = ___to1; float L_2 = ___strength2; float L_3 = ___deltaTime3; float L_4 = NGUIMath_SpringLerp_m924654337(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_5 = Vector3_Lerp_m407887542(NULL /*static, unused*/, L_0, L_1, L_4, /*hidden argument*/NULL); return L_5; } } // UnityEngine.Quaternion NGUIMath::SpringLerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 NGUIMath_SpringLerp_m1880700426 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 ___from0, Quaternion_t2301928331 ___to1, float ___strength2, float ___deltaTime3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_SpringLerp_m1880700426_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Quaternion_t2301928331 L_0 = ___from0; Quaternion_t2301928331 L_1 = ___to1; float L_2 = ___strength2; float L_3 = ___deltaTime3; float L_4 = NGUIMath_SpringLerp_m924654337(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_5 = Quaternion_Slerp_m1234055455(NULL /*static, unused*/, L_0, L_1, L_4, /*hidden argument*/NULL); return L_5; } } // System.Single NGUIMath::RotateTowards(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float NGUIMath_RotateTowards_m2963405238 (RuntimeObject * __this /* static, unused */, float ___from0, float ___to1, float ___maxAngle2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUIMath_RotateTowards_m2963405238_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { float L_0 = ___to1; float L_1 = ___from0; float L_2 = NGUIMath_WrapAngle_m1060961068(NULL /*static, unused*/, ((float)il2cpp_codegen_subtract((float)L_0, (float)L_1)), /*hidden argument*/NULL); V_0 = L_2; float L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_4 = fabsf(L_3); float L_5 = ___maxAngle2; if ((!(((float)L_4) > ((float)L_5)))) { goto IL_001e; } } { float L_6 = ___maxAngle2; float L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_8 = Mathf_Sign_m3457838305(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_0 = ((float)il2cpp_codegen_multiply((float)L_6, (float)L_8)); } IL_001e: { float L_9 = ___from0; float L_10 = V_0; return ((float)il2cpp_codegen_add((float)L_9, (float)L_10)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single NGUITools::get_soundVolume() extern "C" IL2CPP_METHOD_ATTR float NGUITools_get_soundVolume_m3888828516 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_get_soundVolume_m3888828516_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); bool L_0 = ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->get_mLoaded_1(); if (L_0) { goto IL_0024; } } { IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->set_mLoaded_1((bool)1); float L_1 = PlayerPrefs_GetFloat_m3293813615(NULL /*static, unused*/, _stringLiteral2002597352, (1.0f), /*hidden argument*/NULL); ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->set_mGlobalVolume_2(L_1); } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); float L_2 = ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->get_mGlobalVolume_2(); return L_2; } } // System.Void NGUITools::set_soundVolume(System.Single) extern "C" IL2CPP_METHOD_ATTR void NGUITools_set_soundVolume_m4293681528 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_set_soundVolume_m4293681528_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); float L_0 = ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->get_mGlobalVolume_2(); float L_1 = ___value0; if ((((float)L_0) == ((float)L_1))) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->set_mLoaded_1((bool)1); float L_2 = ___value0; ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->set_mGlobalVolume_2(L_2); float L_3 = ___value0; PlayerPrefs_SetFloat_m3161432420(NULL /*static, unused*/, _stringLiteral2002597352, L_3, /*hidden argument*/NULL); } IL_0022: { return; } } // System.Boolean NGUITools::get_fileAccess() extern "C" IL2CPP_METHOD_ATTR bool NGUITools_get_fileAccess_m2294967942 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { int32_t L_0 = Application_get_platform_m2150679437(NULL /*static, unused*/, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)((int32_t)17)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // UnityEngine.AudioSource NGUITools::PlaySound(UnityEngine.AudioClip) extern "C" IL2CPP_METHOD_ATTR AudioSource_t3935305588 * NGUITools_PlaySound_m1703855735 (RuntimeObject * __this /* static, unused */, AudioClip_t3680889665 * ___clip0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_PlaySound_m1703855735_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AudioClip_t3680889665 * L_0 = ___clip0; IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); AudioSource_t3935305588 * L_1 = NGUITools_PlaySound_m3282738314(NULL /*static, unused*/, L_0, (1.0f), (1.0f), /*hidden argument*/NULL); return L_1; } } // UnityEngine.AudioSource NGUITools::PlaySound(UnityEngine.AudioClip,System.Single) extern "C" IL2CPP_METHOD_ATTR AudioSource_t3935305588 * NGUITools_PlaySound_m2632822181 (RuntimeObject * __this /* static, unused */, AudioClip_t3680889665 * ___clip0, float ___volume1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_PlaySound_m2632822181_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AudioClip_t3680889665 * L_0 = ___clip0; float L_1 = ___volume1; IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); AudioSource_t3935305588 * L_2 = NGUITools_PlaySound_m3282738314(NULL /*static, unused*/, L_0, L_1, (1.0f), /*hidden argument*/NULL); return L_2; } } // UnityEngine.AudioSource NGUITools::PlaySound(UnityEngine.AudioClip,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR AudioSource_t3935305588 * NGUITools_PlaySound_m3282738314 (RuntimeObject * __this /* static, unused */, AudioClip_t3680889665 * ___clip0, float ___volume1, float ___pitch2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_PlaySound_m3282738314_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; AudioSource_t3935305588 * V_1 = NULL; { float L_0 = ___volume1; IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); float L_1 = NGUITools_get_soundVolume_m3888828516(NULL /*static, unused*/, /*hidden argument*/NULL); ___volume1 = ((float)il2cpp_codegen_multiply((float)L_0, (float)L_1)); AudioClip_t3680889665 * L_2 = ___clip0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_2, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_00e4; } } { float L_4 = ___volume1; if ((!(((float)L_4) > ((float)(0.01f))))) { goto IL_00e4; } } { IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); AudioListener_t2734094699 * L_5 = ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->get_mListener_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_5, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_009c; } } { RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (AudioListener_t2734094699_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_t631007953 * L_9 = Object_FindObjectOfType_m67275058(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->set_mListener_0(((AudioListener_t2734094699 *)IsInstSealed((RuntimeObject*)L_9, AudioListener_t2734094699_il2cpp_TypeInfo_var))); AudioListener_t2734094699 * L_10 = ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->get_mListener_0(); bool L_11 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_10, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_009c; } } { Camera_t4157153871 * L_12 = Camera_get_main_m3643453163(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_12; Camera_t4157153871 * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_13, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_14) { goto IL_0080; } } { RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (Camera_t4157153871_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_t631007953 * L_17 = Object_FindObjectOfType_m67275058(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); V_0 = ((Camera_t4157153871 *)IsInstSealed((RuntimeObject*)L_17, Camera_t4157153871_il2cpp_TypeInfo_var)); } IL_0080: { Camera_t4157153871 * L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_19 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_18, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_19) { goto IL_009c; } } { Camera_t4157153871 * L_20 = V_0; NullCheck(L_20); GameObject_t1113636619 * L_21 = Component_get_gameObject_m442555142(L_20, /*hidden argument*/NULL); NullCheck(L_21); AudioListener_t2734094699 * L_22 = GameObject_AddComponent_TisAudioListener_t2734094699_m3985538961(L_21, /*hidden argument*/GameObject_AddComponent_TisAudioListener_t2734094699_m3985538961_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->set_mListener_0(L_22); } IL_009c: { IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); AudioListener_t2734094699 * L_23 = ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->get_mListener_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_23, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_24) { goto IL_00e4; } } { IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); AudioListener_t2734094699 * L_25 = ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->get_mListener_0(); NullCheck(L_25); AudioSource_t3935305588 * L_26 = Component_GetComponent_TisAudioSource_t3935305588_m1977431131(L_25, /*hidden argument*/Component_GetComponent_TisAudioSource_t3935305588_m1977431131_RuntimeMethod_var); V_1 = L_26; AudioSource_t3935305588 * L_27 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_28 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_27, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_28) { goto IL_00d3; } } { IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); AudioListener_t2734094699 * L_29 = ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->get_mListener_0(); NullCheck(L_29); GameObject_t1113636619 * L_30 = Component_get_gameObject_m442555142(L_29, /*hidden argument*/NULL); NullCheck(L_30); AudioSource_t3935305588 * L_31 = GameObject_AddComponent_TisAudioSource_t3935305588_m2869327390(L_30, /*hidden argument*/GameObject_AddComponent_TisAudioSource_t3935305588_m2869327390_RuntimeMethod_var); V_1 = L_31; } IL_00d3: { AudioSource_t3935305588 * L_32 = V_1; float L_33 = ___pitch2; NullCheck(L_32); AudioSource_set_pitch_m2413801168(L_32, L_33, /*hidden argument*/NULL); AudioSource_t3935305588 * L_34 = V_1; AudioClip_t3680889665 * L_35 = ___clip0; float L_36 = ___volume1; NullCheck(L_34); AudioSource_PlayOneShot_m2678069419(L_34, L_35, L_36, /*hidden argument*/NULL); AudioSource_t3935305588 * L_37 = V_1; return L_37; } IL_00e4: { return (AudioSource_t3935305588 *)NULL; } } // UnityEngine.WWW NGUITools::OpenURL(System.String) extern "C" IL2CPP_METHOD_ATTR WWW_t3688466362 * NGUITools_OpenURL_m3951527938 (RuntimeObject * __this /* static, unused */, String_t* ___url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_OpenURL_m3951527938_MetadataUsageId); s_Il2CppMethodInitialized = true; } WWW_t3688466362 * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (WWW_t3688466362 *)NULL; } IL_0002: try { // begin try (depth: 1) String_t* L_0 = ___url0; WWW_t3688466362 * L_1 = (WWW_t3688466362 *)il2cpp_codegen_object_new(WWW_t3688466362_il2cpp_TypeInfo_var); WWW__ctor_m2915079343(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_001f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000e; throw e; } CATCH_000e: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); Exception_t * L_2 = V_1; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); goto IL_001f; } // end catch (depth: 1) IL_001f: { WWW_t3688466362 * L_4 = V_0; return L_4; } } // UnityEngine.WWW NGUITools::OpenURL(System.String,UnityEngine.WWWForm) extern "C" IL2CPP_METHOD_ATTR WWW_t3688466362 * NGUITools_OpenURL_m2784591786 (RuntimeObject * __this /* static, unused */, String_t* ___url0, WWWForm_t4064702195 * ___form1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_OpenURL_m2784591786_MetadataUsageId); s_Il2CppMethodInitialized = true; } WWW_t3688466362 * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); String_t* G_B7_0 = NULL; { WWWForm_t4064702195 * L_0 = ___form1; if (L_0) { goto IL_000d; } } { String_t* L_1 = ___url0; IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); WWW_t3688466362 * L_2 = NGUITools_OpenURL_m3951527938(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } IL_000d: { V_0 = (WWW_t3688466362 *)NULL; } IL_000f: try { // begin try (depth: 1) String_t* L_3 = ___url0; WWWForm_t4064702195 * L_4 = ___form1; WWW_t3688466362 * L_5 = (WWW_t3688466362 *)il2cpp_codegen_object_new(WWW_t3688466362_il2cpp_TypeInfo_var); WWW__ctor_m1562165(L_5, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_003d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001c; throw e; } CATCH_001c: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); Exception_t * L_6 = V_1; if (!L_6) { goto IL_002e; } } IL_0023: { Exception_t * L_7 = V_1; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_7); G_B7_0 = L_8; goto IL_0033; } IL_002e: { G_B7_0 = _stringLiteral2391157367; } IL_0033: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, G_B7_0, /*hidden argument*/NULL); goto IL_003d; } } // end catch (depth: 1) IL_003d: { WWW_t3688466362 * L_9 = V_0; return L_9; } } // System.Int32 NGUITools::RandomRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t NGUITools_RandomRange_m3261740838 (RuntimeObject * __this /* static, unused */, int32_t ___min0, int32_t ___max1, const RuntimeMethod* method) { { int32_t L_0 = ___min0; int32_t L_1 = ___max1; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0009; } } { int32_t L_2 = ___min0; return L_2; } IL_0009: { int32_t L_3 = ___min0; int32_t L_4 = ___max1; int32_t L_5 = Random_Range_m4054026115(NULL /*static, unused*/, L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); return L_5; } } // System.String NGUITools::GetHierarchy(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR String_t* NGUITools_GetHierarchy_m3080800227 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_GetHierarchy_m3080800227_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { GameObject_t1113636619 * L_0 = ___obj0; NullCheck(L_0); String_t* L_1 = Object_get_name_m4211327027(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0030; } IL_000c: { GameObject_t1113636619 * L_2 = ___obj0; NullCheck(L_2); Transform_t3600365921 * L_3 = GameObject_get_transform_m1369836730(L_2, /*hidden argument*/NULL); NullCheck(L_3); Transform_t3600365921 * L_4 = Transform_get_parent_m835071599(L_3, /*hidden argument*/NULL); NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); ___obj0 = L_5; GameObject_t1113636619 * L_6 = ___obj0; NullCheck(L_6); String_t* L_7 = Object_get_name_m4211327027(L_6, /*hidden argument*/NULL); String_t* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3755062657(NULL /*static, unused*/, L_7, _stringLiteral3452614529, L_8, /*hidden argument*/NULL); V_0 = L_9; } IL_0030: { GameObject_t1113636619 * L_10 = ___obj0; NullCheck(L_10); Transform_t3600365921 * L_11 = GameObject_get_transform_m1369836730(L_10, /*hidden argument*/NULL); NullCheck(L_11); Transform_t3600365921 * L_12 = Transform_get_parent_m835071599(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_13 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_12, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (L_13) { goto IL_000c; } } { String_t* L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614526, L_14, _stringLiteral3452614526, /*hidden argument*/NULL); return L_15; } } // UnityEngine.Color NGUITools::ParseColor(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 NGUITools_ParseColor_m3278855289 (RuntimeObject * __this /* static, unused */, String_t* ___text0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_ParseColor_m3278855289_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; float V_3 = 0.0f; { String_t* L_0 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0019; } } { String_t* L_2 = ___text0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); int32_t L_4 = ___offset1; if ((((int32_t)L_3) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)L_4))))) { goto IL_002e; } } IL_0019: { Color_t2555686324 L_5; memset(&L_5, 0, sizeof(L_5)); Color__ctor_m286683560((&L_5), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); return L_5; } IL_002e: { String_t* L_6 = ___text0; int32_t L_7 = ___offset1; NullCheck(L_6); Il2CppChar L_8 = String_get_Chars_m2986988803(L_6, L_7, /*hidden argument*/NULL); int32_t L_9 = NGUIMath_HexToDecimal_m4090541797(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); String_t* L_10 = ___text0; int32_t L_11 = ___offset1; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m2986988803(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); int32_t L_13 = NGUIMath_HexToDecimal_m4090541797(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_9<<(int32_t)4))|(int32_t)L_13)); String_t* L_14 = ___text0; int32_t L_15 = ___offset1; NullCheck(L_14); Il2CppChar L_16 = String_get_Chars_m2986988803(L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)2)), /*hidden argument*/NULL); int32_t L_17 = NGUIMath_HexToDecimal_m4090541797(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); String_t* L_18 = ___text0; int32_t L_19 = ___offset1; NullCheck(L_18); Il2CppChar L_20 = String_get_Chars_m2986988803(L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)3)), /*hidden argument*/NULL); int32_t L_21 = NGUIMath_HexToDecimal_m4090541797(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_17<<(int32_t)4))|(int32_t)L_21)); String_t* L_22 = ___text0; int32_t L_23 = ___offset1; NullCheck(L_22); Il2CppChar L_24 = String_get_Chars_m2986988803(L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)4)), /*hidden argument*/NULL); int32_t L_25 = NGUIMath_HexToDecimal_m4090541797(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); String_t* L_26 = ___text0; int32_t L_27 = ___offset1; NullCheck(L_26); Il2CppChar L_28 = String_get_Chars_m2986988803(L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)5)), /*hidden argument*/NULL); int32_t L_29 = NGUIMath_HexToDecimal_m4090541797(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_25<<(int32_t)4))|(int32_t)L_29)); V_3 = (0.003921569f); float L_30 = V_3; int32_t L_31 = V_0; float L_32 = V_3; int32_t L_33 = V_1; float L_34 = V_3; int32_t L_35 = V_2; Color_t2555686324 L_36; memset(&L_36, 0, sizeof(L_36)); Color__ctor_m286683560((&L_36), ((float)il2cpp_codegen_multiply((float)L_30, (float)(((float)((float)L_31))))), ((float)il2cpp_codegen_multiply((float)L_32, (float)(((float)((float)L_33))))), ((float)il2cpp_codegen_multiply((float)L_34, (float)(((float)((float)L_35))))), /*hidden argument*/NULL); return L_36; } } // System.String NGUITools::EncodeColor(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR String_t* NGUITools_EncodeColor_m2991748117 (RuntimeObject * __this /* static, unused */, Color_t2555686324 ___c0, const RuntimeMethod* method) { int32_t V_0 = 0; { Color_t2555686324 L_0 = ___c0; int32_t L_1 = NGUIMath_ColorToInt_m115382678(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)16777215)&(int32_t)((int32_t)((int32_t)L_1>>(int32_t)8)))); int32_t L_2 = V_0; String_t* L_3 = NGUIMath_DecimalToHex_m1982018451(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 NGUITools::ParseSymbol(System.String,System.Int32,System.Collections.Generic.List`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t NGUITools_ParseSymbol_m2199583232 (RuntimeObject * __this /* static, unused */, String_t* ___text0, int32_t ___index1, List_1_t4027761066 * ___colors2, bool ___premultiply3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_ParseSymbol_m2199583232_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Color_t2555686324 V_1; memset(&V_1, 0, sizeof(V_1)); Color_t2555686324 V_2; memset(&V_2, 0, sizeof(V_2)); { String_t* L_0 = ___text0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___index1; int32_t L_3 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)2))) >= ((int32_t)L_3))) { goto IL_00f1; } } { String_t* L_4 = ___text0; int32_t L_5 = ___index1; NullCheck(L_4); Il2CppChar L_6 = String_get_Chars_m2986988803(L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)45))))) { goto IL_0057; } } { String_t* L_7 = ___text0; int32_t L_8 = ___index1; NullCheck(L_7); Il2CppChar L_9 = String_get_Chars_m2986988803(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2)), /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)93))))) { goto IL_0052; } } { List_1_t4027761066 * L_10 = ___colors2; if (!L_10) { goto IL_0050; } } { List_1_t4027761066 * L_11 = ___colors2; NullCheck(L_11); int32_t L_12 = List_1_get_Count_m54314536(L_11, /*hidden argument*/List_1_get_Count_m54314536_RuntimeMethod_var); if ((((int32_t)L_12) <= ((int32_t)1))) { goto IL_0050; } } { List_1_t4027761066 * L_13 = ___colors2; List_1_t4027761066 * L_14 = ___colors2; NullCheck(L_14); int32_t L_15 = List_1_get_Count_m54314536(L_14, /*hidden argument*/List_1_get_Count_m54314536_RuntimeMethod_var); NullCheck(L_13); List_1_RemoveAt_m792636988(L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m792636988_RuntimeMethod_var); } IL_0050: { return 3; } IL_0052: { goto IL_00f1; } IL_0057: { int32_t L_16 = ___index1; int32_t L_17 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)7))) >= ((int32_t)L_17))) { goto IL_00f1; } } { String_t* L_18 = ___text0; int32_t L_19 = ___index1; NullCheck(L_18); Il2CppChar L_20 = String_get_Chars_m2986988803(L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)7)), /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)93))))) { goto IL_00f1; } } { List_1_t4027761066 * L_21 = ___colors2; if (!L_21) { goto IL_00ef; } } { String_t* L_22 = ___text0; int32_t L_23 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); Color_t2555686324 L_24 = NGUITools_ParseColor_m3278855289(NULL /*static, unused*/, L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_24; Color_t2555686324 L_25 = V_1; String_t* L_26 = NGUITools_EncodeColor_m2991748117(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); String_t* L_27 = ___text0; int32_t L_28 = ___index1; NullCheck(L_27); String_t* L_29 = String_Substring_m1610150815(L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), 6, /*hidden argument*/NULL); NullCheck(L_29); String_t* L_30 = String_ToUpper_m3324454496(L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_31 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_26, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a1; } } { return 0; } IL_00a1: { List_1_t4027761066 * L_32 = ___colors2; List_1_t4027761066 * L_33 = ___colors2; NullCheck(L_33); int32_t L_34 = List_1_get_Count_m54314536(L_33, /*hidden argument*/List_1_get_Count_m54314536_RuntimeMethod_var); NullCheck(L_32); Color_t2555686324 L_35 = List_1_get_Item_m2928327241(L_32, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)), /*hidden argument*/List_1_get_Item_m2928327241_RuntimeMethod_var); V_2 = L_35; float L_36 = (&V_2)->get_a_3(); (&V_1)->set_a_3(L_36); bool L_37 = ___premultiply3; if (!L_37) { goto IL_00e8; } } { float L_38 = (&V_1)->get_a_3(); if ((((float)L_38) == ((float)(1.0f)))) { goto IL_00e8; } } { IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); Color_t2555686324 L_39 = ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->get_mInvisible_3(); Color_t2555686324 L_40 = V_1; float L_41 = (&V_1)->get_a_3(); Color_t2555686324 L_42 = Color_Lerp_m973389909(NULL /*static, unused*/, L_39, L_40, L_41, /*hidden argument*/NULL); V_1 = L_42; } IL_00e8: { List_1_t4027761066 * L_43 = ___colors2; Color_t2555686324 L_44 = V_1; NullCheck(L_43); List_1_Add_m480677182(L_43, L_44, /*hidden argument*/List_1_Add_m480677182_RuntimeMethod_var); } IL_00ef: { return 8; } IL_00f1: { return 0; } } // System.String NGUITools::StripSymbols(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* NGUITools_StripSymbols_m3394076965 (RuntimeObject * __this /* static, unused */, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_StripSymbols_m3394076965_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; int32_t V_3 = 0; { String_t* L_0 = ___text0; if (!L_0) { goto IL_0068; } } { String_t* L_1 = ___text0; NullCheck(L_1); String_t* L_2 = String_Replace_m1273907647(L_1, _stringLiteral3454842868, _stringLiteral3452614566, /*hidden argument*/NULL); ___text0 = L_2; V_0 = 0; String_t* L_3 = ___text0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); V_1 = L_4; goto IL_0061; } IL_0026: { String_t* L_5 = ___text0; int32_t L_6 = V_0; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m2986988803(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; Il2CppChar L_8 = V_2; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)91))))) { goto IL_005d; } } { String_t* L_9 = ___text0; int32_t L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); int32_t L_11 = NGUITools_ParseSymbol_m2199583232(NULL /*static, unused*/, L_9, L_10, (List_1_t4027761066 *)NULL, (bool)0, /*hidden argument*/NULL); V_3 = L_11; int32_t L_12 = V_3; if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_005d; } } { String_t* L_13 = ___text0; int32_t L_14 = V_0; int32_t L_15 = V_3; NullCheck(L_13); String_t* L_16 = String_Remove_m562998446(L_13, L_14, L_15, /*hidden argument*/NULL); ___text0 = L_16; String_t* L_17 = ___text0; NullCheck(L_17); int32_t L_18 = String_get_Length_m3847582255(L_17, /*hidden argument*/NULL); V_1 = L_18; goto IL_0061; } IL_005d: { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_0; int32_t L_21 = V_1; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0026; } } IL_0068: { String_t* L_22 = ___text0; return L_22; } } // UnityEngine.Camera NGUITools::FindCameraForLayer(System.Int32) extern "C" IL2CPP_METHOD_ATTR Camera_t4157153871 * NGUITools_FindCameraForLayer_m709671062 (RuntimeObject * __this /* static, unused */, int32_t ___layer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_FindCameraForLayer_m709671062_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CameraU5BU5D_t1709987734* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Camera_t4157153871 * V_4 = NULL; { int32_t L_0 = ___layer0; V_0 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)31))))); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); CameraU5BU5D_t1709987734* L_1 = NGUITools_FindActive_TisCamera_t4157153871_m3806243810(NULL /*static, unused*/, /*hidden argument*/NGUITools_FindActive_TisCamera_t4157153871_m3806243810_RuntimeMethod_var); V_1 = L_1; V_2 = 0; CameraU5BU5D_t1709987734* L_2 = V_1; NullCheck(L_2); V_3 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))); goto IL_0032; } IL_0018: { CameraU5BU5D_t1709987734* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; Camera_t4157153871 * L_6 = (L_3)->GetAt(static_cast(L_5)); V_4 = L_6; Camera_t4157153871 * L_7 = V_4; NullCheck(L_7); int32_t L_8 = Camera_get_cullingMask_m679085748(L_7, /*hidden argument*/NULL); int32_t L_9 = V_0; if (!((int32_t)((int32_t)L_8&(int32_t)L_9))) { goto IL_002e; } } { Camera_t4157153871 * L_10 = V_4; return L_10; } IL_002e: { int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0032: { int32_t L_12 = V_2; int32_t L_13 = V_3; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0018; } } { return (Camera_t4157153871 *)NULL; } } // UnityEngine.BoxCollider NGUITools::AddWidgetCollider(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR BoxCollider_t1640800422 * NGUITools_AddWidgetCollider_m2518581658 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_AddWidgetCollider_m2518581658_MetadataUsageId); s_Il2CppMethodInitialized = true; } Collider_t1773347010 * V_0 = NULL; BoxCollider_t1640800422 * V_1 = NULL; int32_t V_2 = 0; Bounds_t2266837910 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)); { GameObject_t1113636619 * L_0 = ___go0; 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_00c4; } } { GameObject_t1113636619 * L_2 = ___go0; NullCheck(L_2); Collider_t1773347010 * L_3 = GameObject_GetComponent_TisCollider_t1773347010_m69509314(L_2, /*hidden argument*/GameObject_GetComponent_TisCollider_t1773347010_m69509314_RuntimeMethod_var); V_0 = L_3; Collider_t1773347010 * L_4 = V_0; V_1 = ((BoxCollider_t1640800422 *)IsInstSealed((RuntimeObject*)L_4, BoxCollider_t1640800422_il2cpp_TypeInfo_var)); BoxCollider_t1640800422 * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_5, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0054; } } { Collider_t1773347010 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_7, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_004d; } } { bool L_9 = Application_get_isPlaying_m100394690(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_9) { goto IL_0047; } } { Collider_t1773347010 * L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); goto IL_004d; } IL_0047: { Collider_t1773347010 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m3193525861(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); } IL_004d: { GameObject_t1113636619 * L_12 = ___go0; NullCheck(L_12); BoxCollider_t1640800422 * L_13 = GameObject_AddComponent_TisBoxCollider_t1640800422_m1661675543(L_12, /*hidden argument*/GameObject_AddComponent_TisBoxCollider_t1640800422_m1661675543_RuntimeMethod_var); V_1 = L_13; } IL_0054: { GameObject_t1113636619 * L_14 = ___go0; IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); int32_t L_15 = NGUITools_CalculateNextDepth_m3108909969(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); V_2 = L_15; GameObject_t1113636619 * L_16 = ___go0; NullCheck(L_16); Transform_t3600365921 * L_17 = GameObject_get_transform_m1369836730(L_16, /*hidden argument*/NULL); Bounds_t2266837910 L_18 = NGUIMath_CalculateRelativeWidgetBounds_m2429706113(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); V_3 = L_18; BoxCollider_t1640800422 * L_19 = V_1; NullCheck(L_19); Collider_set_isTrigger_m1770557358(L_19, (bool)1, /*hidden argument*/NULL); BoxCollider_t1640800422 * L_20 = V_1; Vector3_t3722313464 L_21 = Bounds_get_center_m1418449258((&V_3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_22 = Vector3_get_back_m4077847766(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_23 = V_2; Vector3_t3722313464 L_24 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_22, ((float)il2cpp_codegen_multiply((float)(((float)((float)L_23))), (float)(0.25f))), /*hidden argument*/NULL); Vector3_t3722313464 L_25 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_21, L_24, /*hidden argument*/NULL); NullCheck(L_20); BoxCollider_set_center_m1086194996(L_20, L_25, /*hidden argument*/NULL); BoxCollider_t1640800422 * L_26 = V_1; Vector3_t3722313464 L_27 = Bounds_get_size_m1178783246((&V_3), /*hidden argument*/NULL); V_4 = L_27; float L_28 = (&V_4)->get_x_1(); Vector3_t3722313464 L_29 = Bounds_get_size_m1178783246((&V_3), /*hidden argument*/NULL); V_5 = L_29; float L_30 = (&V_5)->get_y_2(); Vector3_t3722313464 L_31; memset(&L_31, 0, sizeof(L_31)); Vector3__ctor_m3353183577((&L_31), L_28, L_30, (0.0f), /*hidden argument*/NULL); NullCheck(L_26); BoxCollider_set_size_m3618428148(L_26, L_31, /*hidden argument*/NULL); BoxCollider_t1640800422 * L_32 = V_1; return L_32; } IL_00c4: { return (BoxCollider_t1640800422 *)NULL; } } // UnityEngine.GameObject NGUITools::AddChild(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * NGUITools_AddChild_m2967414470 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___parent0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_AddChild_m2967414470_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; { GameObject_t1113636619 * L_0 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m3707688467(L_0, /*hidden argument*/NULL); V_0 = L_0; GameObject_t1113636619 * L_1 = ___parent0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_1, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0052; } } { GameObject_t1113636619 * L_3 = V_0; NullCheck(L_3); Transform_t3600365921 * L_4 = GameObject_get_transform_m1369836730(L_3, /*hidden argument*/NULL); V_1 = L_4; Transform_t3600365921 * L_5 = V_1; GameObject_t1113636619 * L_6 = ___parent0; NullCheck(L_6); Transform_t3600365921 * L_7 = GameObject_get_transform_m1369836730(L_6, /*hidden argument*/NULL); NullCheck(L_5); Transform_set_parent_m786917804(L_5, L_7, /*hidden argument*/NULL); Transform_t3600365921 * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_9 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); Transform_set_localPosition_m4128471975(L_8, L_9, /*hidden argument*/NULL); Transform_t3600365921 * L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_11 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); Transform_set_localRotation_m19445462(L_10, L_11, /*hidden argument*/NULL); Transform_t3600365921 * L_12 = V_1; Vector3_t3722313464 L_13 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); Transform_set_localScale_m3053443106(L_12, L_13, /*hidden argument*/NULL); GameObject_t1113636619 * L_14 = V_0; GameObject_t1113636619 * L_15 = ___parent0; NullCheck(L_15); int32_t L_16 = GameObject_get_layer_m4158800245(L_15, /*hidden argument*/NULL); NullCheck(L_14); GameObject_set_layer_m3294992795(L_14, L_16, /*hidden argument*/NULL); } IL_0052: { GameObject_t1113636619 * L_17 = V_0; return L_17; } } // UnityEngine.GameObject NGUITools::AddChild(UnityEngine.GameObject,UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * NGUITools_AddChild_m2842762873 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___parent0, GameObject_t1113636619 * ___prefab1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_AddChild_m2842762873_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; { GameObject_t1113636619 * L_0 = ___prefab1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_1 = Object_Instantiate_TisGameObject_t1113636619_m587845175(NULL /*static, unused*/, L_0, /*hidden argument*/Object_Instantiate_TisGameObject_t1113636619_m587845175_RuntimeMethod_var); V_0 = L_1; GameObject_t1113636619 * L_2 = V_0; bool L_3 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_2, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_005f; } } { GameObject_t1113636619 * L_4 = ___parent0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_4, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_005f; } } { GameObject_t1113636619 * L_6 = V_0; NullCheck(L_6); Transform_t3600365921 * L_7 = GameObject_get_transform_m1369836730(L_6, /*hidden argument*/NULL); V_1 = L_7; Transform_t3600365921 * L_8 = V_1; GameObject_t1113636619 * L_9 = ___parent0; NullCheck(L_9); Transform_t3600365921 * L_10 = GameObject_get_transform_m1369836730(L_9, /*hidden argument*/NULL); NullCheck(L_8); Transform_set_parent_m786917804(L_8, L_10, /*hidden argument*/NULL); Transform_t3600365921 * L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_12 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); Transform_set_localPosition_m4128471975(L_11, L_12, /*hidden argument*/NULL); Transform_t3600365921 * L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_14 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); Transform_set_localRotation_m19445462(L_13, L_14, /*hidden argument*/NULL); Transform_t3600365921 * L_15 = V_1; Vector3_t3722313464 L_16 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); Transform_set_localScale_m3053443106(L_15, L_16, /*hidden argument*/NULL); GameObject_t1113636619 * L_17 = V_0; GameObject_t1113636619 * L_18 = ___parent0; NullCheck(L_18); int32_t L_19 = GameObject_get_layer_m4158800245(L_18, /*hidden argument*/NULL); NullCheck(L_17); GameObject_set_layer_m3294992795(L_17, L_19, /*hidden argument*/NULL); } IL_005f: { GameObject_t1113636619 * L_20 = V_0; return L_20; } } // System.Int32 NGUITools::CalculateNextDepth(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR int32_t NGUITools_CalculateNextDepth_m3108909969 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_CalculateNextDepth_m3108909969_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; UIWidgetU5BU5D_t2950248968* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = (-1); GameObject_t1113636619 * L_0 = ___go0; NullCheck(L_0); UIWidgetU5BU5D_t2950248968* L_1 = GameObject_GetComponentsInChildren_TisUIWidget_t3538521925_m3389902640(L_0, /*hidden argument*/GameObject_GetComponentsInChildren_TisUIWidget_t3538521925_m3389902640_RuntimeMethod_var); V_1 = L_1; V_2 = 0; UIWidgetU5BU5D_t2950248968* L_2 = V_1; NullCheck(L_2); V_3 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))); goto IL_0027; } IL_0014: { int32_t L_3 = V_0; UIWidgetU5BU5D_t2950248968* L_4 = V_1; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; UIWidget_t3538521925 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); int32_t L_8 = UIWidget_get_depth_m431179076(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_9 = Mathf_Max_m3673002171(NULL /*static, unused*/, L_3, L_8, /*hidden argument*/NULL); V_0 = L_9; int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0027: { int32_t L_11 = V_2; int32_t L_12 = V_3; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0014; } } { int32_t L_13 = V_0; return ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } } // UISprite NGUITools::AddSprite(UnityEngine.GameObject,UIAtlas,System.String) extern "C" IL2CPP_METHOD_ATTR UISprite_t194114938 * NGUITools_AddSprite_m130636884 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, UIAtlas_t3195533529 * ___atlas1, String_t* ___spriteName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_AddSprite_m130636884_MetadataUsageId); s_Il2CppMethodInitialized = true; } Sprite_t2895597119 * V_0 = NULL; UISprite_t194114938 * V_1 = NULL; Sprite_t2895597119 * G_B3_0 = NULL; UISprite_t194114938 * G_B5_0 = NULL; UISprite_t194114938 * G_B4_0 = NULL; UISprite_t194114938 * G_B6_0 = NULL; int32_t G_B7_0 = 0; UISprite_t194114938 * G_B7_1 = NULL; { UIAtlas_t3195533529 * L_0 = ___atlas1; 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_0018; } } { UIAtlas_t3195533529 * L_2 = ___atlas1; String_t* L_3 = ___spriteName2; NullCheck(L_2); Sprite_t2895597119 * L_4 = UIAtlas_GetSprite_m1406671849(L_2, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_0019; } IL_0018: { G_B3_0 = ((Sprite_t2895597119 *)(NULL)); } IL_0019: { V_0 = G_B3_0; GameObject_t1113636619 * L_5 = ___go0; IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); UISprite_t194114938 * L_6 = NGUITools_AddWidget_TisUISprite_t194114938_m3841182913(NULL /*static, unused*/, L_5, /*hidden argument*/NGUITools_AddWidget_TisUISprite_t194114938_m3841182913_RuntimeMethod_var); V_1 = L_6; UISprite_t194114938 * L_7 = V_1; Sprite_t2895597119 * L_8 = V_0; G_B4_0 = L_7; if (!L_8) { G_B5_0 = L_7; goto IL_003e; } } { Sprite_t2895597119 * L_9 = V_0; NullCheck(L_9); Rect_t2360479859 L_10 = L_9->get_inner_2(); Sprite_t2895597119 * L_11 = V_0; NullCheck(L_11); Rect_t2360479859 L_12 = L_11->get_outer_1(); bool L_13 = Rect_op_Equality_m3986168348(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); G_B5_0 = G_B4_0; if (!L_13) { G_B6_0 = G_B4_0; goto IL_0044; } } IL_003e: { G_B7_0 = 0; G_B7_1 = G_B5_0; goto IL_0045; } IL_0044: { G_B7_0 = 1; G_B7_1 = G_B6_0; } IL_0045: { NullCheck(G_B7_1); VirtActionInvoker1< int32_t >::Invoke(22 /* System.Void UISprite::set_type(UISprite/Type) */, G_B7_1, G_B7_0); UISprite_t194114938 * L_14 = V_1; UIAtlas_t3195533529 * L_15 = ___atlas1; NullCheck(L_14); UISprite_set_atlas_m2864119219(L_14, L_15, /*hidden argument*/NULL); UISprite_t194114938 * L_16 = V_1; String_t* L_17 = ___spriteName2; NullCheck(L_16); UISprite_set_spriteName_m1616245412(L_16, L_17, /*hidden argument*/NULL); UISprite_t194114938 * L_18 = V_1; return L_18; } } // UnityEngine.GameObject NGUITools::GetRoot(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * NGUITools_GetRoot_m3245298582 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_GetRoot_m3245298582_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; { GameObject_t1113636619 * L_0 = ___go0; NullCheck(L_0); Transform_t3600365921 * L_1 = GameObject_get_transform_m1369836730(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0026; } IL_000c: { Transform_t3600365921 * L_2 = V_0; NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_get_parent_m835071599(L_2, /*hidden argument*/NULL); V_1 = L_3; Transform_t3600365921 * L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_4, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0024; } } { goto IL_002b; } IL_0024: { Transform_t3600365921 * L_6 = V_1; V_0 = L_6; } IL_0026: { goto IL_000c; } IL_002b: { Transform_t3600365921 * L_7 = V_0; NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); return L_8; } } // System.Void NGUITools::Destroy(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void NGUITools_Destroy_m4011984527 (RuntimeObject * __this /* static, unused */, Object_t631007953 * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_Destroy_m4011984527_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { Object_t631007953 * L_0 = ___obj0; 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_0045; } } { bool L_2 = Application_get_isPlaying_m100394690(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_2) { goto IL_003f; } } { Object_t631007953 * L_3 = ___obj0; if (!((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_3, GameObject_t1113636619_il2cpp_TypeInfo_var))) { goto IL_0034; } } { Object_t631007953 * L_4 = ___obj0; V_0 = ((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_4, GameObject_t1113636619_il2cpp_TypeInfo_var)); GameObject_t1113636619 * L_5 = V_0; NullCheck(L_5); Transform_t3600365921 * L_6 = GameObject_get_transform_m1369836730(L_5, /*hidden argument*/NULL); NullCheck(L_6); Transform_set_parent_m786917804(L_6, (Transform_t3600365921 *)NULL, /*hidden argument*/NULL); } IL_0034: { Object_t631007953 * L_7 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); goto IL_0045; } IL_003f: { Object_t631007953 * L_8 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m3193525861(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); } IL_0045: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_DestroyImmediate_m216964623_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object_t631007953 * L_0 = ___obj0; 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_0027; } } { bool L_2 = Application_get_isEditor_m857789090(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_2) { goto IL_0021; } } { Object_t631007953 * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m3193525861(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); goto IL_0027; } IL_0021: { Object_t631007953 * L_4 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); } IL_0027: { return; } } // System.Void NGUITools::Broadcast(System.String) extern "C" IL2CPP_METHOD_ATTR void NGUITools_Broadcast_m1939817375 (RuntimeObject * __this /* static, unused */, String_t* ___funcName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_Broadcast_m1939817375_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObjectU5BU5D_t3328599146* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (GameObject_t1113636619_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); ObjectU5BU5D_t1417781964* L_2 = Object_FindObjectsOfType_m2295101757(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = ((GameObjectU5BU5D_t3328599146*)IsInst((RuntimeObject*)L_2, GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var)); V_1 = 0; GameObjectU5BU5D_t3328599146* L_3 = V_0; NullCheck(L_3); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))); goto IL_002e; } IL_0020: { GameObjectU5BU5D_t3328599146* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; GameObject_t1113636619 * L_7 = (L_4)->GetAt(static_cast(L_6)); String_t* L_8 = ___funcName0; NullCheck(L_7); GameObject_SendMessage_m1121218340(L_7, L_8, 1, /*hidden argument*/NULL); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002e: { int32_t L_10 = V_1; int32_t L_11 = V_2; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0020; } } { return; } } // System.Void NGUITools::Broadcast(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void NGUITools_Broadcast_m2315120800 (RuntimeObject * __this /* static, unused */, String_t* ___funcName0, RuntimeObject * ___param1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_Broadcast_m2315120800_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObjectU5BU5D_t3328599146* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (GameObject_t1113636619_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); ObjectU5BU5D_t1417781964* L_2 = Object_FindObjectsOfType_m2295101757(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = ((GameObjectU5BU5D_t3328599146*)IsInst((RuntimeObject*)L_2, GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var)); V_1 = 0; GameObjectU5BU5D_t3328599146* L_3 = V_0; NullCheck(L_3); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))); goto IL_002f; } IL_0020: { GameObjectU5BU5D_t3328599146* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; GameObject_t1113636619 * L_7 = (L_4)->GetAt(static_cast(L_6)); String_t* L_8 = ___funcName0; RuntimeObject * L_9 = ___param1; NullCheck(L_7); GameObject_SendMessage_m3720186693(L_7, L_8, L_9, 1, /*hidden argument*/NULL); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002f: { int32_t L_11 = V_1; int32_t L_12 = V_2; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0020; } } { return; } } // System.Boolean NGUITools::IsChild(UnityEngine.Transform,UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR bool NGUITools_IsChild_m4026208276 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___parent0, Transform_t3600365921 * ___child1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_IsChild_m4026208276_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = ___parent0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { Transform_t3600365921 * L_2 = ___child1; 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; } } IL_0018: { return (bool)0; } IL_001a: { goto IL_0035; } IL_001f: { Transform_t3600365921 * L_4 = ___child1; Transform_t3600365921 * L_5 = ___parent0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002d; } } { return (bool)1; } IL_002d: { Transform_t3600365921 * L_7 = ___child1; NullCheck(L_7); Transform_t3600365921 * L_8 = Transform_get_parent_m835071599(L_7, /*hidden argument*/NULL); ___child1 = L_8; } IL_0035: { Transform_t3600365921 * L_9 = ___child1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_9, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (L_10) { goto IL_001f; } } { return (bool)0; } } // System.Void NGUITools::Activate(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void NGUITools_Activate_m4104465385 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_Activate_m4104465385_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Transform_t3600365921 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; Transform_t3600365921 * V_5 = NULL; { Transform_t3600365921 * L_0 = ___t0; NullCheck(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); NGUITools_SetActiveSelf_m2029723440(NULL /*static, unused*/, L_1, (bool)1, /*hidden argument*/NULL); V_0 = 0; Transform_t3600365921 * L_2 = ___t0; NullCheck(L_2); int32_t L_3 = Transform_get_childCount_m3145433196(L_2, /*hidden argument*/NULL); V_1 = L_3; goto IL_0037; } IL_001a: { Transform_t3600365921 * L_4 = ___t0; int32_t L_5 = V_0; NullCheck(L_4); Transform_t3600365921 * L_6 = Transform_GetChild_m1092972975(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; Transform_t3600365921 * L_7 = V_2; NullCheck(L_7); GameObject_t1113636619 * L_8 = Component_get_gameObject_m442555142(L_7, /*hidden argument*/NULL); NullCheck(L_8); bool L_9 = GameObject_get_activeSelf_m1767405923(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0033; } } { return; } IL_0033: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0037: { int32_t L_11 = V_0; int32_t L_12 = V_1; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_001a; } } { V_3 = 0; Transform_t3600365921 * L_13 = ___t0; NullCheck(L_13); int32_t L_14 = Transform_get_childCount_m3145433196(L_13, /*hidden argument*/NULL); V_4 = L_14; goto IL_0061; } IL_004d: { Transform_t3600365921 * L_15 = ___t0; int32_t L_16 = V_3; NullCheck(L_15); Transform_t3600365921 * L_17 = Transform_GetChild_m1092972975(L_15, L_16, /*hidden argument*/NULL); V_5 = L_17; Transform_t3600365921 * L_18 = V_5; IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); NGUITools_Activate_m4104465385(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); int32_t L_19 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { int32_t L_20 = V_3; int32_t L_21 = V_4; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_004d; } } { return; } } // System.Void NGUITools::Deactivate(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void NGUITools_Deactivate_m290773433 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_Deactivate_m290773433_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = ___t0; NullCheck(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); NGUITools_SetActiveSelf_m2029723440(NULL /*static, unused*/, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void NGUITools::SetActive(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NGUITools_SetActive_m3543859753 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, bool ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_SetActive_m3543859753_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___state1; if (!L_0) { goto IL_0016; } } { GameObject_t1113636619 * L_1 = ___go0; NullCheck(L_1); Transform_t3600365921 * L_2 = GameObject_get_transform_m1369836730(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); NGUITools_Activate_m4104465385(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); goto IL_0021; } IL_0016: { GameObject_t1113636619 * L_3 = ___go0; NullCheck(L_3); Transform_t3600365921 * L_4 = GameObject_get_transform_m1369836730(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); NGUITools_Deactivate_m290773433(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); } IL_0021: { return; } } // System.Void NGUITools::SetActiveChildren(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NGUITools_SetActiveChildren_m2663007498 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, bool ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_SetActiveChildren_m2663007498_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Transform_t3600365921 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; Transform_t3600365921 * V_6 = NULL; { GameObject_t1113636619 * L_0 = ___go0; NullCheck(L_0); Transform_t3600365921 * L_1 = GameObject_get_transform_m1369836730(L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = ___state1; if (!L_2) { goto IL_0039; } } { V_1 = 0; Transform_t3600365921 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = Transform_get_childCount_m3145433196(L_3, /*hidden argument*/NULL); V_2 = L_4; goto IL_002d; } IL_001b: { Transform_t3600365921 * L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); Transform_t3600365921 * L_7 = Transform_GetChild_m1092972975(L_5, L_6, /*hidden argument*/NULL); V_3 = L_7; Transform_t3600365921 * L_8 = V_3; IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); NGUITools_Activate_m4104465385(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002d: { int32_t L_10 = V_1; int32_t L_11 = V_2; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_001b; } } { goto IL_0069; } IL_0039: { V_4 = 0; Transform_t3600365921 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = Transform_get_childCount_m3145433196(L_12, /*hidden argument*/NULL); V_5 = L_13; goto IL_0060; } IL_0049: { Transform_t3600365921 * L_14 = V_0; int32_t L_15 = V_4; NullCheck(L_14); Transform_t3600365921 * L_16 = Transform_GetChild_m1092972975(L_14, L_15, /*hidden argument*/NULL); V_6 = L_16; Transform_t3600365921 * L_17 = V_6; IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); NGUITools_Deactivate_m290773433(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); int32_t L_18 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0060: { int32_t L_19 = V_4; int32_t L_20 = V_5; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0049; } } IL_0069: { return; } } // System.Boolean NGUITools::GetActive(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR bool NGUITools_GetActive_m1538523522 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_GetActive_m1538523522_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { GameObject_t1113636619 * L_0 = ___go0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { GameObject_t1113636619 * L_2 = ___go0; NullCheck(L_2); bool L_3 = GameObject_get_activeInHierarchy_m2006396688(L_2, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_3)); goto IL_0014; } IL_0013: { G_B3_0 = 0; } IL_0014: { return (bool)G_B3_0; } } // System.Void NGUITools::SetActiveSelf(UnityEngine.GameObject,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NGUITools_SetActiveSelf_m2029723440 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, bool ___state1, const RuntimeMethod* method) { { GameObject_t1113636619 * L_0 = ___go0; bool L_1 = ___state1; NullCheck(L_0); GameObject_SetActive_m796801857(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void NGUITools::SetLayer(UnityEngine.GameObject,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NGUITools_SetLayer_m319533841 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, int32_t ___layer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_SetLayer_m319533841_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Transform_t3600365921 * V_3 = NULL; { GameObject_t1113636619 * L_0 = ___go0; int32_t L_1 = ___layer1; NullCheck(L_0); GameObject_set_layer_m3294992795(L_0, L_1, /*hidden argument*/NULL); GameObject_t1113636619 * L_2 = ___go0; NullCheck(L_2); Transform_t3600365921 * L_3 = GameObject_get_transform_m1369836730(L_2, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; Transform_t3600365921 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = Transform_get_childCount_m3145433196(L_4, /*hidden argument*/NULL); V_2 = L_5; goto IL_0034; } IL_001c: { Transform_t3600365921 * L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); Transform_t3600365921 * L_8 = Transform_GetChild_m1092972975(L_6, L_7, /*hidden argument*/NULL); V_3 = L_8; Transform_t3600365921 * L_9 = V_3; NullCheck(L_9); GameObject_t1113636619 * L_10 = Component_get_gameObject_m442555142(L_9, /*hidden argument*/NULL); int32_t L_11 = ___layer1; IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); NGUITools_SetLayer_m319533841(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0034: { int32_t L_13 = V_1; int32_t L_14 = V_2; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_001c; } } { return; } } // UnityEngine.Vector3 NGUITools::Round(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 NGUITools_Round_m1538469284 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___v0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_Round_m1538469284_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = (&___v0)->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_1 = bankers_roundf(L_0); (&___v0)->set_x_1(L_1); float L_2 = (&___v0)->get_y_2(); float L_3 = bankers_roundf(L_2); (&___v0)->set_y_2(L_3); float L_4 = (&___v0)->get_z_3(); float L_5 = bankers_roundf(L_4); (&___v0)->set_z_3(L_5); Vector3_t3722313464 L_6 = ___v0; return L_6; } } // System.Void NGUITools::MakePixelPerfect(UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void NGUITools_MakePixelPerfect_m670135371 (RuntimeObject * __this /* static, unused */, Transform_t3600365921 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_MakePixelPerfect_m670135371_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIWidget_t3538521925 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { Transform_t3600365921 * L_0 = ___t0; NullCheck(L_0); UIWidget_t3538521925 * L_1 = Component_GetComponent_TisUIWidget_t3538521925_m555478364(L_0, /*hidden argument*/Component_GetComponent_TisUIWidget_t3538521925_m555478364_RuntimeMethod_var); V_0 = L_1; UIWidget_t3538521925 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_2, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { UIWidget_t3538521925 * L_4 = V_0; NullCheck(L_4); VirtActionInvoker0::Invoke(11 /* System.Void UIWidget::MakePixelPerfect() */, L_4); goto IL_0065; } IL_001e: { Transform_t3600365921 * L_5 = ___t0; Transform_t3600365921 * L_6 = ___t0; NullCheck(L_6); Vector3_t3722313464 L_7 = Transform_get_localPosition_m4234289348(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); Vector3_t3722313464 L_8 = NGUITools_Round_m1538469284(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); NullCheck(L_5); Transform_set_localPosition_m4128471975(L_5, L_8, /*hidden argument*/NULL); Transform_t3600365921 * L_9 = ___t0; Transform_t3600365921 * L_10 = ___t0; NullCheck(L_10); Vector3_t3722313464 L_11 = Transform_get_localScale_m129152068(L_10, /*hidden argument*/NULL); Vector3_t3722313464 L_12 = NGUITools_Round_m1538469284(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_9); Transform_set_localScale_m3053443106(L_9, L_12, /*hidden argument*/NULL); V_1 = 0; Transform_t3600365921 * L_13 = ___t0; NullCheck(L_13); int32_t L_14 = Transform_get_childCount_m3145433196(L_13, /*hidden argument*/NULL); V_2 = L_14; goto IL_005e; } IL_004e: { Transform_t3600365921 * L_15 = ___t0; int32_t L_16 = V_1; NullCheck(L_15); Transform_t3600365921 * L_17 = Transform_GetChild_m1092972975(L_15, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); NGUITools_MakePixelPerfect_m670135371(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_005e: { int32_t L_19 = V_1; int32_t L_20 = V_2; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_004e; } } IL_0065: { return; } } // System.Boolean NGUITools::Save(System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool NGUITools_Save_m2309400059 (RuntimeObject * __this /* static, unused */, String_t* ___fileName0, ByteU5BU5D_t4116647657* ___bytes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_Save_m2309400059_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; FileStream_t4292183065 * V_1 = NULL; Exception_t * V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); bool L_0 = NGUITools_get_fileAccess_m2294967942(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return (bool)0; } IL_000c: { String_t* L_1 = Application_get_persistentDataPath_m1428108154(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = ___fileName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3755062657(NULL /*static, unused*/, L_1, _stringLiteral3452614529, L_2, /*hidden argument*/NULL); V_0 = L_3; ByteU5BU5D_t4116647657* L_4 = ___bytes1; if (L_4) { goto IL_0036; } } { String_t* L_5 = V_0; bool L_6 = File_Exists_m3943585060(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0034; } } { String_t* L_7 = V_0; File_Delete_m321251800(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); } IL_0034: { return (bool)1; } IL_0036: { V_1 = (FileStream_t4292183065 *)NULL; } IL_0038: try { // begin try (depth: 1) String_t* L_8 = V_0; FileStream_t4292183065 * L_9 = File_Create_m2207667142(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_1 = L_9; goto IL_0057; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0044; throw e; } CATCH_0044: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); Exception_t * L_10 = V_2; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_10); IL2CPP_RUNTIME_CLASS_INIT(NGUIDebug_t787955914_il2cpp_TypeInfo_var); NGUIDebug_Log_m1893654688(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); V_3 = (bool)0; goto IL_006a; } // end catch (depth: 1) IL_0057: { FileStream_t4292183065 * L_12 = V_1; ByteU5BU5D_t4116647657* L_13 = ___bytes1; ByteU5BU5D_t4116647657* L_14 = ___bytes1; NullCheck(L_14); NullCheck(L_12); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_12, L_13, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))); FileStream_t4292183065 * L_15 = V_1; NullCheck(L_15); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_15); return (bool)1; } IL_006a: { bool L_16 = V_3; return L_16; } } // System.Byte[] NGUITools::Load(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* NGUITools_Load_m2271179649 (RuntimeObject * __this /* static, unused */, String_t* ___fileName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_Load_m2271179649_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(NGUITools_t1206951095_il2cpp_TypeInfo_var); bool L_0 = NGUITools_get_fileAccess_m2294967942(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_000c: { String_t* L_1 = Application_get_persistentDataPath_m1428108154(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = ___fileName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3755062657(NULL /*static, unused*/, L_1, _stringLiteral3452614529, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; bool L_5 = File_Exists_m3943585060(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002f; } } { String_t* L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = File_ReadAllBytes_m1435775076(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return L_7; } IL_002f: { return (ByteU5BU5D_t4116647657*)NULL; } } // UnityEngine.Color NGUITools::ApplyPMA(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 NGUITools_ApplyPMA_m4285769426 (RuntimeObject * __this /* static, unused */, Color_t2555686324 ___c0, const RuntimeMethod* method) { { float L_0 = (&___c0)->get_a_3(); if ((((float)L_0) == ((float)(1.0f)))) { goto IL_0050; } } { Color_t2555686324 * L_1 = (&___c0); float L_2 = L_1->get_r_0(); float L_3 = (&___c0)->get_a_3(); L_1->set_r_0(((float)il2cpp_codegen_multiply((float)L_2, (float)L_3))); Color_t2555686324 * L_4 = (&___c0); float L_5 = L_4->get_g_1(); float L_6 = (&___c0)->get_a_3(); L_4->set_g_1(((float)il2cpp_codegen_multiply((float)L_5, (float)L_6))); Color_t2555686324 * L_7 = (&___c0); float L_8 = L_7->get_b_2(); float L_9 = (&___c0)->get_a_3(); L_7->set_b_2(((float)il2cpp_codegen_multiply((float)L_8, (float)L_9))); } IL_0050: { Color_t2555686324 L_10 = ___c0; return L_10; } } // System.Void NGUITools::MarkParentAsChanged(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void NGUITools_MarkParentAsChanged_m2405921065 (RuntimeObject * __this /* static, unused */, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools_MarkParentAsChanged_m2405921065_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIWidgetU5BU5D_t2950248968* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { GameObject_t1113636619 * L_0 = ___go0; NullCheck(L_0); UIWidgetU5BU5D_t2950248968* L_1 = GameObject_GetComponentsInChildren_TisUIWidget_t3538521925_m3389902640(L_0, /*hidden argument*/GameObject_GetComponentsInChildren_TisUIWidget_t3538521925_m3389902640_RuntimeMethod_var); V_0 = L_1; V_1 = 0; UIWidgetU5BU5D_t2950248968* L_2 = V_0; NullCheck(L_2); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))); goto IL_001e; } IL_0012: { UIWidgetU5BU5D_t2950248968* L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; UIWidget_t3538521925 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); UIWidget_ParentHasChanged_m2262919468(L_6, /*hidden argument*/NULL); int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001e: { int32_t L_8 = V_1; int32_t L_9 = V_2; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0012; } } { return; } } // System.Void NGUITools::.cctor() extern "C" IL2CPP_METHOD_ATTR void NGUITools__cctor_m2502411281 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NGUITools__cctor_m2502411281_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->set_mLoaded_1((bool)0); ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->set_mGlobalVolume_2((1.0f)); Color_t2555686324 L_0; memset(&L_0, 0, sizeof(L_0)); Color__ctor_m2943235014((&L_0), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); ((NGUITools_t1206951095_StaticFields*)il2cpp_codegen_static_fields_for(NGUITools_t1206951095_il2cpp_TypeInfo_var))->set_mInvisible_3(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void NoticeTaskItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem__ctor_m1141742519 (NoticeTaskItem_t1719951648 * __this, const RuntimeMethod* method) { { __this->set_m_index_17((-1)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void NoticeTaskItem::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_OnPageInit_m732798433 (NoticeTaskItem_t1719951648 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTaskItem_OnPageInit_m732798433_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bInitPage_13(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_m_bInitPage_13((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UITexture_t3471168817 * L_2 = CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(NULL /*static, unused*/, L_1, _stringLiteral140222405, /*hidden argument*/CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var); __this->set_m_headIcon_3(L_2); Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_4 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_3, _stringLiteral222907311, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_taskName_4(L_4); Transform_t3600365921 * L_5 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_6 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_5, _stringLiteral637912523, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_taskLevel_5(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_8 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_7, _stringLiteral3859778122, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_percentLab_6(L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_10 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_9, _stringLiteral3041484440, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_unlockDescLab_8(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, _stringLiteral3691020543, /*hidden argument*/NULL); __this->set_m_progress_9(L_12); Transform_t3600365921 * L_13 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_13); Transform_t3600365921 * L_14 = Transform_Find_m1729760951(L_13, _stringLiteral430351289, /*hidden argument*/NULL); __this->set_m_selectedBox_10(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, _stringLiteral566161543, /*hidden argument*/NULL); __this->set_m_countdownRoot_11(L_16); Transform_t3600365921 * L_17 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_18 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_17, _stringLiteral1128578342, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_countdownLab_7(L_18); Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_19); Transform_t3600365921 * L_20 = Transform_Find_m1729760951(L_19, _stringLiteral159231023, /*hidden argument*/NULL); __this->set_m_lockTran_12(L_20); UITexture_t3471168817 * L_21 = __this->get_m_headIcon_3(); NullCheck(L_21); Transform_t3600365921 * L_22 = Component_get_transform_m3162698980(L_21, /*hidden argument*/NULL); NullCheck(L_22); Vector3_t3722313464 L_23 = Transform_get_localScale_m129152068(L_22, /*hidden argument*/NULL); __this->set_m_photoSize_14(L_23); GameObject_t1113636619 * L_24 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); UIEventListener_t1665237878 * L_25 = UIEventListener_Get_m2822737179(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); intptr_t L_26 = (intptr_t)NoticeTaskItem_OnClkItem_m4132943758_RuntimeMethod_var; Action_1_t1286104214 * L_27 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_27, __this, L_26, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); NullCheck(L_25); L_25->set_onClick_4(L_27); Transform_t3600365921 * L_28 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_28); BoxCollider_t1640800422 * L_29 = Component_GetComponent_TisBoxCollider_t1640800422_m4104100802(L_28, /*hidden argument*/Component_GetComponent_TisBoxCollider_t1640800422_m4104100802_RuntimeMethod_var); __this->set_m_collider_15(L_29); return; } } // System.Void NoticeTaskItem::Update() extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_Update_m1549783493 (NoticeTaskItem_t1719951648 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTaskItem_Update_m1549783493_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { bool L_0 = __this->get_m_IsPhotoReady_16(); if (L_0) { goto IL_0042; } } { int32_t L_1 = __this->get_m_index_17(); if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_0042; } } { IL2CPP_RUNTIME_CLASS_INIT(CNoticeCfg_t1803912622_il2cpp_TypeInfo_var); CNoticeCfg_t1803912622 * L_2 = CNoticeCfg_GetInstance_m2489370080(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = __this->get_m_index_17(); NullCheck(L_2); String_t* L_4 = CNoticeCfg_GetTexturePath_m3881277697(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_4; UITexture_t3471168817 * L_5 = __this->get_m_headIcon_3(); String_t* L_6 = V_0; Vector3_t3722313464 L_7 = __this->get_m_photoSize_14(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_8 = CMiscHelp_SetTextureIcon_m1616628797(NULL /*static, unused*/, L_5, L_6, L_7, /*hidden argument*/NULL); __this->set_m_IsPhotoReady_16(L_8); } IL_0042: { bool L_9 = __this->get_m_bSelectedChanged_19(); if (L_9) { goto IL_0074; } } { int32_t L_10 = __this->get_m_lastSelectedId_18(); if (!L_10) { goto IL_0074; } } { int32_t L_11 = __this->get_m_lastSelectedId_18(); IL2CPP_RUNTIME_CLASS_INIT(CNoticeManager_t3044969465_il2cpp_TypeInfo_var); CNoticeManager_t3044969465 * L_12 = CNoticeManager_GetInstance_m1570073191(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = CNoticeManager_get_CurMainTaskID_m2233643597(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)L_13))) { goto IL_0074; } } { __this->set_m_bSelectedChanged_19((bool)1); } IL_0074: { return; } } // System.Void NoticeTaskItem::OnActive() extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_OnActive_m2432837112 (NoticeTaskItem_t1719951648 * __this, const RuntimeMethod* method) { { NoticeTaskItem_SetActiveState_m3781421752(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void NoticeTaskItem::OnDisactive() extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_OnDisactive_m3817740620 (NoticeTaskItem_t1719951648 * __this, const RuntimeMethod* method) { { NoticeTaskItem_SetActiveState_m3781421752(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void NoticeTaskItem::SetActiveState(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_SetActiveState_m3781421752 (NoticeTaskItem_t1719951648 * __this, bool ___active0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTaskItem_SetActiveState_m3781421752_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_selectedBox_10(); bool L_1 = ___active0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void NoticeTaskItem::Init(System.Int32,DMCore.Logic.NoticeTask) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_Init_m2108132648 (NoticeTaskItem_t1719951648 * __this, int32_t ___index0, NoticeTask_t2932161791 * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTaskItem_Init_m2108132648_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NoticeTask_t2932161791 * L_0 = ___data1; if (L_0) { goto IL_0007; } } { return; } IL_0007: { int32_t L_1 = ___index0; __this->set_m_index_17(L_1); NoticeTask_t2932161791 * L_2 = ___data1; __this->set_m_Data_2(L_2); IL2CPP_RUNTIME_CLASS_INIT(CNoticeManager_t3044969465_il2cpp_TypeInfo_var); CNoticeManager_t3044969465 * L_3 = CNoticeManager_GetInstance_m1570073191(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CNoticeManager_get_CurMainTaskID_m2233643597(L_3, /*hidden argument*/NULL); __this->set_m_lastSelectedId_18(L_4); int32_t L_5 = ___index0; NoticeTaskItem_SetTaskName_m3587452875(__this, L_5, /*hidden argument*/NULL); NoticeTask_t2932161791 * L_6 = __this->get_m_Data_2(); NullCheck(L_6); int32_t L_7 = L_6->get_mainTaskLV_1(); NoticeTaskItem_SetTaskLevel_m1729591879(__this, L_7, /*hidden argument*/NULL); NoticeTask_t2932161791 * L_8 = __this->get_m_Data_2(); NullCheck(L_8); int32_t L_9 = L_8->get_currentEXP_2(); NoticeTask_t2932161791 * L_10 = __this->get_m_Data_2(); NullCheck(L_10); int32_t L_11 = L_10->get_maxEXP_3(); NoticeTaskItem_SetProgress_m1653070871(__this, L_9, L_11, /*hidden argument*/NULL); NoticeTask_t2932161791 * L_12 = ___data1; NullCheck(L_12); bool L_13 = L_12->get_bunlock_4(); if (!L_13) { goto IL_0075; } } { Transform_t3600365921 * L_14 = __this->get_m_lockTran_12(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_14, (bool)0, /*hidden argument*/NULL); goto IL_008d; } IL_0075: { Transform_t3600365921 * L_15 = __this->get_m_lockTran_12(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_15, (bool)1, /*hidden argument*/NULL); NoticeTask_t2932161791 * L_16 = ___data1; NullCheck(L_16); int32_t L_17 = L_16->get_unlockLevel_5(); NoticeTaskItem_SetLockState_m1997230845(__this, L_17, /*hidden argument*/NULL); } IL_008d: { return; } } // System.Void NoticeTaskItem::RefreshInfo(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_RefreshInfo_m2567479326 (NoticeTaskItem_t1719951648 * __this, int32_t ___level0, int32_t ___maxExp1, const RuntimeMethod* method) { { int32_t L_0 = ___level0; NoticeTaskItem_SetTaskLevel_m1729591879(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___maxExp1; NoticeTaskItem_SetProgress_m1653070871(__this, 0, L_1, /*hidden argument*/NULL); return; } } // System.Void NoticeTaskItem::RefreshExp(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_RefreshExp_m1694739427 (NoticeTaskItem_t1719951648 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTaskItem_RefreshExp_m1694739427_MetadataUsageId); s_Il2CppMethodInitialized = true; } NoticeTask_t2932161791 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CNoticeManager_t3044969465_il2cpp_TypeInfo_var); CNoticeManager_t3044969465 * L_0 = CNoticeManager_GetInstance_m1570073191(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___id0; NullCheck(L_0); NoticeTask_t2932161791 * L_2 = CNoticeManager_GetNoticeTaskInfoById_m1504678581(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; NoticeTask_t2932161791 * L_3 = V_0; if (!L_3) { goto IL_0024; } } { NoticeTask_t2932161791 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get_currentEXP_2(); NoticeTask_t2932161791 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = L_6->get_maxEXP_3(); NoticeTaskItem_SetProgress_m1653070871(__this, L_5, L_7, /*hidden argument*/NULL); } IL_0024: { return; } } // System.Void NoticeTaskItem::SetActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_SetActive_m2143462284 (NoticeTaskItem_t1719951648 * __this, bool ___bActive0, const RuntimeMethod* method) { { bool L_0 = ___bActive0; if (!L_0) { goto IL_001b; } } { UITexture_t3471168817 * L_1 = __this->get_m_headIcon_3(); Color_t2555686324 L_2 = Color_get_white_m332174077(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); UIWidget_set_color_m2288988844(L_1, L_2, /*hidden argument*/NULL); goto IL_002b; } IL_001b: { UITexture_t3471168817 * L_3 = __this->get_m_headIcon_3(); Color_t2555686324 L_4 = Color_get_gray_m1471337008(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); UIWidget_set_color_m2288988844(L_3, L_4, /*hidden argument*/NULL); } IL_002b: { BoxCollider_t1640800422 * L_5 = __this->get_m_collider_15(); bool L_6 = ___bActive0; NullCheck(L_5); Collider_set_enabled_m1517463283(L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void NoticeTaskItem::SetTaskName(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_SetTaskName_m3587452875 (NoticeTaskItem_t1719951648 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTaskItem_SetTaskName_m3587452875_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UILabel_t3248798549 * L_0 = __this->get_m_taskName_4(); IL2CPP_RUNTIME_CLASS_INIT(CNoticeCfg_t1803912622_il2cpp_TypeInfo_var); CNoticeCfg_t1803912622 * L_1 = CNoticeCfg_GetInstance_m2489370080(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = ___index0; NullCheck(L_1); String_t* L_3 = CNoticeCfg_GetTaskName_m1336203586(L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_0); UILabel_set_text_m1071532778(L_0, L_3, /*hidden argument*/NULL); return; } } // System.Void NoticeTaskItem::SetTaskLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_SetTaskLevel_m1729591879 (NoticeTaskItem_t1719951648 * __this, int32_t ___level0, const RuntimeMethod* method) { { UILabel_t3248798549 * L_0 = __this->get_m_taskLevel_5(); String_t* L_1 = Int32_ToString_m141394615((&___level0), /*hidden argument*/NULL); NullCheck(L_0); UILabel_set_text_m1071532778(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Single NoticeTaskItem::GetStepTargetPosition(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR float NoticeTaskItem_GetStepTargetPosition_m1477642009 (NoticeTaskItem_t1719951648 * __this, int32_t ___curExp0, int32_t ___maxExp1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTaskItem_GetStepTargetPosition_m1477642009_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = ___curExp0; int32_t L_1 = ___maxExp1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_2 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)((float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_0))), (float)(1.0f)))/(float)(((float)((float)L_1))))), (0.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_2; float L_3 = V_0; Transform_t3600365921 * L_4 = __this->get_m_progress_9(); NullCheck(L_4); Vector3_t3722313464 L_5 = Transform_get_localScale_m129152068(L_4, /*hidden argument*/NULL); V_1 = L_5; float L_6 = (&V_1)->get_x_1(); return ((float)il2cpp_codegen_multiply((float)L_3, (float)L_6)); } } // System.Void NoticeTaskItem::SetProgress(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_SetProgress_m1653070871 (NoticeTaskItem_t1719951648 * __this, int32_t ___curValue0, int32_t ___maxValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTaskItem_SetProgress_m1653070871_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UILabel_t3248798549 * L_0 = __this->get_m_percentLab_6(); int32_t L_1 = ___curValue0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); int32_t L_4 = ___maxValue1; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m1715369213(NULL /*static, unused*/, L_3, _stringLiteral3452614529, L_6, /*hidden argument*/NULL); NullCheck(L_0); UILabel_set_text_m1071532778(L_0, L_7, /*hidden argument*/NULL); int32_t L_8 = ___curValue0; if (!L_8) { goto IL_002d; } } { int32_t L_9 = ___maxValue1; if (L_9) { goto IL_003a; } } IL_002d: { Transform_t3600365921 * L_10 = __this->get_m_progress_9(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_10, (bool)0, /*hidden argument*/NULL); return; } IL_003a: { Transform_t3600365921 * L_11 = __this->get_m_progress_9(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_11, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_12 = __this->get_m_progress_9(); NullCheck(L_12); GameObject_t1113636619 * L_13 = Component_get_gameObject_m442555142(L_12, /*hidden argument*/NULL); int32_t L_14 = ___curValue0; int32_t L_15 = ___maxValue1; float L_16 = NoticeTaskItem_GetStepTargetPosition_m1477642009(__this, L_14, L_15, /*hidden argument*/NULL); CMiscHelp_SetObjectScaleX_m2969638982(NULL /*static, unused*/, L_13, L_16, /*hidden argument*/NULL); return; } } // System.Void NoticeTaskItem::SetLockState(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_SetLockState_m1997230845 (NoticeTaskItem_t1719951648 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTaskItem_SetLockState_m1997230845_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CIdolManager_t2822338582_il2cpp_TypeInfo_var); CIdolManager_t2822338582 * L_0 = CIdolManager_GetInstance_m4080260283(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___level0; NullCheck(L_0); int32_t L_2 = CIdolManager_GetPinjieLevel_m3913139106(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; UILabel_t3248798549 * L_3 = __this->get_m_unlockDescLab_8(); CIdolManager_t2822338582 * L_4 = CIdolManager_GetInstance_m4080260283(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6 = CIdolManager_GetPinjieName_m2580113488(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_3); UILabel_set_text_m1071532778(L_3, L_6, /*hidden argument*/NULL); return; } } // System.Void NoticeTaskItem::OnClkItem(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_OnClkItem_m4132943758 (NoticeTaskItem_t1719951648 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTaskItem_OnClkItem_m4132943758_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CNoticeManager_t3044969465_il2cpp_TypeInfo_var); CNoticeManager_t3044969465 * L_0 = CNoticeManager_GetInstance_m1570073191(NULL /*static, unused*/, /*hidden argument*/NULL); NoticeTask_t2932161791 * L_1 = __this->get_m_Data_2(); NullCheck(L_1); int32_t L_2 = L_1->get_mainTaskID_0(); NullCheck(L_0); CNoticeManager_RequestSubtaskInfo_m2200372463(L_0, L_2, /*hidden argument*/NULL); CNoticeManager_t3044969465 * L_3 = CNoticeManager_GetInstance_m1570073191(NULL /*static, unused*/, /*hidden argument*/NULL); NoticeTask_t2932161791 * L_4 = __this->get_m_Data_2(); NullCheck(L_4); int32_t L_5 = L_4->get_mainTaskID_0(); NullCheck(L_3); CNoticeManager_set_CurMainTaskID_m1489874764(L_3, L_5, /*hidden argument*/NULL); return; } } // System.Void NoticeTaskItem::SetCountdownActive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_SetCountdownActive_m1826749635 (NoticeTaskItem_t1719951648 * __this, bool ___bActive0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTaskItem_SetCountdownActive_m1826749635_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_countdownRoot_11(); bool L_1 = ___bActive0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator NoticeTaskItem::CountDown(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NoticeTaskItem_CountDown_m1720084910 (NoticeTaskItem_t1719951648 * __this, int32_t ___second0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTaskItem_CountDown_m1720084910_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CCountDownU3Ec__Iterator0_t757918018 * V_0 = NULL; { U3CCountDownU3Ec__Iterator0_t757918018 * L_0 = (U3CCountDownU3Ec__Iterator0_t757918018 *)il2cpp_codegen_object_new(U3CCountDownU3Ec__Iterator0_t757918018_il2cpp_TypeInfo_var); U3CCountDownU3Ec__Iterator0__ctor_m1571135484(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CCountDownU3Ec__Iterator0_t757918018 * L_1 = V_0; int32_t L_2 = ___second0; NullCheck(L_1); L_1->set_second_0(L_2); U3CCountDownU3Ec__Iterator0_t757918018 * L_3 = V_0; NullCheck(L_3); L_3->set_U24this_1(__this); U3CCountDownU3Ec__Iterator0_t757918018 * L_4 = V_0; return L_4; } } // System.Void NoticeTaskItem::StartCountDown(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_StartCountDown_m4286661129 (NoticeTaskItem_t1719951648 * __this, int32_t ___second0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTaskItem_StartCountDown_m4286661129_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NoticeTaskItem_SetCountdownActive_m1826749635(__this, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NoticeTimeTool_t3495891363_il2cpp_TypeInfo_var); NoticeTimeTool_t3495891363 * L_0 = NoticeTimeTool_get_GetInstance_m892437946(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___second0; UILabel_t3248798549 * L_2 = __this->get_m_countdownLab_7(); NullCheck(L_0); NoticeTimeTool_StartCountDown_m945389744(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void NoticeTaskItem::StopCountDown() extern "C" IL2CPP_METHOD_ATTR void NoticeTaskItem_StopCountDown_m956866832 (NoticeTaskItem_t1719951648 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTaskItem_StopCountDown_m956866832_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NoticeTaskItem_SetCountdownActive_m1826749635(__this, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NoticeTimeTool_t3495891363_il2cpp_TypeInfo_var); NoticeTimeTool_t3495891363 * L_0 = NoticeTimeTool_get_GetInstance_m892437946(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); NoticeTimeTool_StopCountDown_m1669365155(L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void NoticeTaskItem/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCountDownU3Ec__Iterator0__ctor_m1571135484 (U3CCountDownU3Ec__Iterator0_t757918018 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean NoticeTaskItem/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CCountDownU3Ec__Iterator0_MoveNext_m922852437 (U3CCountDownU3Ec__Iterator0_t757918018 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCountDownU3Ec__Iterator0_MoveNext_m922852437_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { int32_t L_0 = __this->get_U24PC_4(); V_0 = L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_004a; } } } { goto IL_00cd; } IL_0021: { goto IL_00a5; } IL_0026: { WaitForSeconds_t1699091251 * L_2 = (WaitForSeconds_t1699091251 *)il2cpp_codegen_object_new(WaitForSeconds_t1699091251_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m2199082655(L_2, (1.0f), /*hidden argument*/NULL); __this->set_U24current_2(L_2); bool L_3 = __this->get_U24disposing_3(); if (L_3) { goto IL_0045; } } { __this->set_U24PC_4(1); } IL_0045: { goto IL_00cf; } IL_004a: { int32_t L_4 = __this->get_second_0(); __this->set_second_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))); NoticeTaskItem_t1719951648 * L_5 = __this->get_U24this_1(); NullCheck(L_5); UILabel_t3248798549 * L_6 = L_5->get_m_countdownLab_7(); int32_t L_7 = __this->get_second_0(); int32_t L_8 = ((int32_t)((int32_t)L_7/(int32_t)((int32_t)3600))); RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); int32_t L_10 = __this->get_second_0(); int32_t L_11 = ((int32_t)((int32_t)((int32_t)((int32_t)L_10%(int32_t)((int32_t)3600)))/(int32_t)((int32_t)60))); RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); int32_t L_13 = __this->get_second_0(); int32_t L_14 = ((int32_t)((int32_t)L_13%(int32_t)((int32_t)60))); 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_m3339413201(NULL /*static, unused*/, _stringLiteral461011834, L_9, L_12, L_15, /*hidden argument*/NULL); NullCheck(L_6); UILabel_set_text_m1071532778(L_6, L_16, /*hidden argument*/NULL); } IL_00a5: { int32_t L_17 = __this->get_second_0(); if ((((int32_t)L_17) > ((int32_t)0))) { goto IL_0026; } } { NoticeTaskItem_t1719951648 * L_18 = __this->get_U24this_1(); NullCheck(L_18); UILabel_t3248798549 * L_19 = L_18->get_m_countdownLab_7(); NullCheck(L_19); UILabel_set_text_m1071532778(L_19, _stringLiteral1323333516, /*hidden argument*/NULL); __this->set_U24PC_4((-1)); } IL_00cd: { return (bool)0; } IL_00cf: { return (bool)1; } } // System.Object NoticeTaskItem/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCountDownU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m3159990787 (U3CCountDownU3Ec__Iterator0_t757918018 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_2(); return L_0; } } // System.Object NoticeTaskItem/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCountDownU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m531902920 (U3CCountDownU3Ec__Iterator0_t757918018 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_2(); return L_0; } } // System.Void NoticeTaskItem/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CCountDownU3Ec__Iterator0_Dispose_m1438687211 (U3CCountDownU3Ec__Iterator0_t757918018 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void NoticeTaskItem/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CCountDownU3Ec__Iterator0_Reset_m2199896729 (U3CCountDownU3Ec__Iterator0_t757918018 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCountDownU3Ec__Iterator0_Reset_m2199896729_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CCountDownU3Ec__Iterator0_Reset_m2199896729_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void NoticeTimeTool::.ctor() extern "C" IL2CPP_METHOD_ATTR void NoticeTimeTool__ctor_m113142027 (NoticeTimeTool_t3495891363 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void NoticeTimeTool::Awake() extern "C" IL2CPP_METHOD_ATTR void NoticeTimeTool_Awake_m3709550766 (NoticeTimeTool_t3495891363 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTimeTool_Awake_m3709550766_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GameObject_t1113636619 * L_0 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NoticeTimeTool_t3495891363_il2cpp_TypeInfo_var); ((NoticeTimeTool_t3495891363_StaticFields*)il2cpp_codegen_static_fields_for(NoticeTimeTool_t3495891363_il2cpp_TypeInfo_var))->set_m_go_2(L_0); return; } } // NoticeTimeTool NoticeTimeTool::get_GetInstance() extern "C" IL2CPP_METHOD_ATTR NoticeTimeTool_t3495891363 * NoticeTimeTool_get_GetInstance_m892437946 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTimeTool_get_GetInstance_m892437946_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NoticeTimeTool_t3495891363_il2cpp_TypeInfo_var); NoticeTimeTool_t3495891363 * L_0 = ((NoticeTimeTool_t3495891363_StaticFields*)il2cpp_codegen_static_fields_for(NoticeTimeTool_t3495891363_il2cpp_TypeInfo_var))->get_m_instance_3(); 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_001f; } } { IL2CPP_RUNTIME_CLASS_INIT(NoticeTimeTool_t3495891363_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_2 = ((NoticeTimeTool_t3495891363_StaticFields*)il2cpp_codegen_static_fields_for(NoticeTimeTool_t3495891363_il2cpp_TypeInfo_var))->get_m_go_2(); NullCheck(L_2); NoticeTimeTool_t3495891363 * L_3 = GameObject_GetComponent_TisNoticeTimeTool_t3495891363_m352046066(L_2, /*hidden argument*/GameObject_GetComponent_TisNoticeTimeTool_t3495891363_m352046066_RuntimeMethod_var); ((NoticeTimeTool_t3495891363_StaticFields*)il2cpp_codegen_static_fields_for(NoticeTimeTool_t3495891363_il2cpp_TypeInfo_var))->set_m_instance_3(L_3); } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(NoticeTimeTool_t3495891363_il2cpp_TypeInfo_var); NoticeTimeTool_t3495891363 * L_4 = ((NoticeTimeTool_t3495891363_StaticFields*)il2cpp_codegen_static_fields_for(NoticeTimeTool_t3495891363_il2cpp_TypeInfo_var))->get_m_instance_3(); return L_4; } } // System.Collections.IEnumerator NoticeTimeTool::CountDown(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NoticeTimeTool_CountDown_m3065361681 (NoticeTimeTool_t3495891363 * __this, int32_t ___second0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTimeTool_CountDown_m3065361681_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CCountDownU3Ec__Iterator0_t255797938 * V_0 = NULL; { U3CCountDownU3Ec__Iterator0_t255797938 * L_0 = (U3CCountDownU3Ec__Iterator0_t255797938 *)il2cpp_codegen_object_new(U3CCountDownU3Ec__Iterator0_t255797938_il2cpp_TypeInfo_var); U3CCountDownU3Ec__Iterator0__ctor_m3476793519(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CCountDownU3Ec__Iterator0_t255797938 * L_1 = V_0; int32_t L_2 = ___second0; NullCheck(L_1); L_1->set_second_0(L_2); U3CCountDownU3Ec__Iterator0_t255797938 * L_3 = V_0; NullCheck(L_3); L_3->set_U24this_1(__this); U3CCountDownU3Ec__Iterator0_t255797938 * L_4 = V_0; return L_4; } } // System.Void NoticeTimeTool::StartCountDown(System.Int32,UILabel) extern "C" IL2CPP_METHOD_ATTR void NoticeTimeTool_StartCountDown_m945389744 (NoticeTimeTool_t3495891363 * __this, int32_t ___time0, UILabel_t3248798549 * ___label1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTimeTool_StartCountDown_m945389744_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UILabel_t3248798549 * L_0 = ___label1; __this->set_m_displayLab_4(L_0); int32_t L_1 = ___time0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); MonoBehaviour_StartCoroutine_m1654577315(__this, _stringLiteral614006072, L_3, /*hidden argument*/NULL); return; } } // System.Void NoticeTimeTool::StopCountDown() extern "C" IL2CPP_METHOD_ATTR void NoticeTimeTool_StopCountDown_m1669365155 (NoticeTimeTool_t3495891363 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTimeTool_StopCountDown_m1669365155_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MonoBehaviour_StopCoroutine_m1962070247(__this, _stringLiteral614006072, /*hidden argument*/NULL); return; } } // System.String NoticeTimeTool::GetCDStr(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NoticeTimeTool_GetCDStr_m1242217486 (NoticeTimeTool_t3495891363 * __this, int32_t ____second0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NoticeTimeTool_GetCDStr_m1242217486_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ____second0; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000d; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_000d: { int32_t L_2 = ____second0; int32_t L_3 = ((int32_t)((int32_t)L_2/(int32_t)((int32_t)3600))); RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); int32_t L_5 = ____second0; int32_t L_6 = ((int32_t)((int32_t)((int32_t)((int32_t)L_5%(int32_t)((int32_t)3600)))/(int32_t)((int32_t)60))); RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); int32_t L_8 = ____second0; int32_t L_9 = ((int32_t)((int32_t)L_8%(int32_t)((int32_t)60))); RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral1785104117, L_4, L_7, L_10, /*hidden argument*/NULL); return L_11; } } // System.Void NoticeTimeTool::.cctor() extern "C" IL2CPP_METHOD_ATTR void NoticeTimeTool__cctor_m1021752036 (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 NoticeTimeTool/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CCountDownU3Ec__Iterator0__ctor_m3476793519 (U3CCountDownU3Ec__Iterator0_t255797938 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean NoticeTimeTool/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CCountDownU3Ec__Iterator0_MoveNext_m1808580984 (U3CCountDownU3Ec__Iterator0_t255797938 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCountDownU3Ec__Iterator0_MoveNext_m1808580984_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { int32_t L_0 = __this->get_U24PC_4(); V_0 = L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006b; } } } { goto IL_00c2; } IL_0021: { NoticeTimeTool_t3495891363 * L_2 = __this->get_U24this_1(); NullCheck(L_2); UILabel_t3248798549 * L_3 = L_2->get_m_displayLab_4(); NoticeTimeTool_t3495891363 * L_4 = __this->get_U24this_1(); int32_t L_5 = __this->get_second_0(); NullCheck(L_4); String_t* L_6 = NoticeTimeTool_GetCDStr_m1242217486(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_3); UILabel_set_text_m1071532778(L_3, L_6, /*hidden argument*/NULL); goto IL_009a; } IL_0047: { WaitForSeconds_t1699091251 * L_7 = (WaitForSeconds_t1699091251 *)il2cpp_codegen_object_new(WaitForSeconds_t1699091251_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m2199082655(L_7, (1.0f), /*hidden argument*/NULL); __this->set_U24current_2(L_7); bool L_8 = __this->get_U24disposing_3(); if (L_8) { goto IL_0066; } } { __this->set_U24PC_4(1); } IL_0066: { goto IL_00c4; } IL_006b: { int32_t L_9 = __this->get_second_0(); __this->set_second_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); NoticeTimeTool_t3495891363 * L_10 = __this->get_U24this_1(); NullCheck(L_10); UILabel_t3248798549 * L_11 = L_10->get_m_displayLab_4(); NoticeTimeTool_t3495891363 * L_12 = __this->get_U24this_1(); int32_t L_13 = __this->get_second_0(); NullCheck(L_12); String_t* L_14 = NoticeTimeTool_GetCDStr_m1242217486(L_12, L_13, /*hidden argument*/NULL); NullCheck(L_11); UILabel_set_text_m1071532778(L_11, L_14, /*hidden argument*/NULL); } IL_009a: { int32_t L_15 = __this->get_second_0(); if ((((int32_t)L_15) > ((int32_t)0))) { goto IL_0047; } } { NoticeTimeTool_t3495891363 * L_16 = __this->get_U24this_1(); NullCheck(L_16); UILabel_t3248798549 * L_17 = L_16->get_m_displayLab_4(); NullCheck(L_17); UILabel_set_text_m1071532778(L_17, _stringLiteral1323333516, /*hidden argument*/NULL); __this->set_U24PC_4((-1)); } IL_00c2: { return (bool)0; } IL_00c4: { return (bool)1; } } // System.Object NoticeTimeTool/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCountDownU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m3403735110 (U3CCountDownU3Ec__Iterator0_t255797938 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_2(); return L_0; } } // System.Object NoticeTimeTool/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCountDownU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m3125664564 (U3CCountDownU3Ec__Iterator0_t255797938 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_2(); return L_0; } } // System.Void NoticeTimeTool/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CCountDownU3Ec__Iterator0_Dispose_m1382370727 (U3CCountDownU3Ec__Iterator0_t255797938 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void NoticeTimeTool/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CCountDownU3Ec__Iterator0_Reset_m404325768 (U3CCountDownU3Ec__Iterator0_t255797938 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCountDownU3Ec__Iterator0_Reset_m404325768_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CCountDownU3Ec__Iterator0_Reset_m404325768_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void NumberRoll::.ctor() extern "C" IL2CPP_METHOD_ATTR void NumberRoll__ctor_m411533639 (NumberRoll_t3235290664 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberRoll__ctor_m411533639_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_speed_4((0.5f)); __this->set_offset_5((0.006f)); __this->set_informTime_6((3.0f)); __this->set_stopTime_7((3.0f)); __this->set_verticalDis_8((75.0f)); __this->set_IsSpringback_9((bool)1); StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3452614544); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral3452614544); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral3452614543); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral3452614543); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral3452614542); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral3452614542); StringU5BU5D_t1281789340* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3452614541); (L_3)->SetAt(static_cast(3), (String_t*)_stringLiteral3452614541); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral3452614540); (L_4)->SetAt(static_cast(4), (String_t*)_stringLiteral3452614540); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral3452614539); (L_5)->SetAt(static_cast(5), (String_t*)_stringLiteral3452614539); StringU5BU5D_t1281789340* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral3452614538); (L_6)->SetAt(static_cast(6), (String_t*)_stringLiteral3452614538); StringU5BU5D_t1281789340* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3452614537); (L_7)->SetAt(static_cast(7), (String_t*)_stringLiteral3452614537); StringU5BU5D_t1281789340* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral3452614552); (L_8)->SetAt(static_cast(8), (String_t*)_stringLiteral3452614552); StringU5BU5D_t1281789340* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3452614551); (L_9)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral3452614551); __this->set_spriteName_21(L_9); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void NumberRoll::SetSlowDownCallBack(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void NumberRoll_SetSlowDownCallBack_m269081476 (NumberRoll_t3235290664 * __this, Action_1_t269755560 * ___callBack0, const RuntimeMethod* method) { { Action_1_t269755560 * L_0 = ___callBack0; __this->set_reachSpeedCallBack_13(L_0); return; } } // System.Void NumberRoll::SetStartSlowDown(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NumberRoll_SetStartSlowDown_m233982467 (NumberRoll_t3235290664 * __this, bool ___val0, const RuntimeMethod* method) { { bool L_0 = ___val0; __this->set_isStartSlowDown_15(L_0); return; } } // System.Void NumberRoll::PlayAnimation(System.Int32,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void NumberRoll_PlayAnimation_m2926109413 (NumberRoll_t3235290664 * __this, int32_t ___num0, Action_1_t269755560 * ___callBack1, const RuntimeMethod* method) { { int32_t L_0 = ___num0; __this->set_Number_2(L_0); __this->set_PlayAnim_3((bool)1); Action_1_t269755560 * L_1 = ___callBack1; if (!L_1) { goto IL_001b; } } { Action_1_t269755560 * L_2 = ___callBack1; __this->set_finishCallBack_12(L_2); } IL_001b: { return; } } // System.Void NumberRoll::Start() extern "C" IL2CPP_METHOD_ATTR void NumberRoll_Start_m821979161 (NumberRoll_t3235290664 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberRoll_Start_m821979161_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberItem_t1066326768 V_0; memset(&V_0, 0, sizeof(V_0)); NumberItem_t1066326768 V_1; memset(&V_1, 0, sizeof(V_1)); { __this->set_m_arrayNum_20(((NumberItemU5BU5D_t3558943569*)SZArrayNew(NumberItemU5BU5D_t3558943569_il2cpp_TypeInfo_var, (uint32_t)2))); Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_t3600365921 * L_1 = Transform_Find_m1729760951(L_0, _stringLiteral2580683899, /*hidden argument*/NULL); NullCheck(L_1); UISprite_t194114938 * L_2 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_1, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_num0_18(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, _stringLiteral242031739, /*hidden argument*/NULL); NullCheck(L_4); UISprite_t194114938 * L_5 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_4, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_num1_19(L_5); il2cpp_codegen_initobj((&V_0), sizeof(NumberItem_t1066326768 )); UISprite_t194114938 * L_6 = __this->get_m_num0_18(); (&V_0)->set_Sprite_0(L_6); (&V_0)->set_Number_1(0); il2cpp_codegen_initobj((&V_1), sizeof(NumberItem_t1066326768 )); UISprite_t194114938 * L_7 = __this->get_m_num1_19(); (&V_1)->set_Sprite_0(L_7); (&V_1)->set_Number_1(1); NumberItemU5BU5D_t3558943569* L_8 = __this->get_m_arrayNum_20(); NullCheck(L_8); NumberItem_t1066326768 L_9 = V_0; *(NumberItem_t1066326768 *)((L_8)->GetAddressAt(static_cast(0))) = L_9; NumberItemU5BU5D_t3558943569* L_10 = __this->get_m_arrayNum_20(); NullCheck(L_10); NumberItem_t1066326768 L_11 = V_1; *(NumberItem_t1066326768 *)((L_10)->GetAddressAt(static_cast(1))) = L_11; NumberItemU5BU5D_t3558943569* L_12 = __this->get_m_arrayNum_20(); NullCheck(L_12); __this->set_index_22((((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))); return; } } // System.Void NumberRoll::Update() extern "C" IL2CPP_METHOD_ATTR void NumberRoll_Update_m1647739049 (NumberRoll_t3235290664 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberRoll_Update_m1647739049_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Transform_t3600365921 * V_1 = NULL; float V_2 = 0.0f; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); int32_t V_4 = 0; Transform_t3600365921 * V_5 = NULL; float V_6 = 0.0f; Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); int32_t V_8 = 0; Transform_t3600365921 * V_9 = NULL; float V_10 = 0.0f; Vector3_t3722313464 V_11; memset(&V_11, 0, sizeof(V_11)); Vector3_t3722313464 V_12; memset(&V_12, 0, sizeof(V_12)); Vector3_t3722313464 V_13; memset(&V_13, 0, sizeof(V_13)); { bool L_0 = __this->get_PlayAnim_3(); if (!L_0) { goto IL_0133; } } { bool L_1 = __this->get_isStartSlowDown_15(); if (!L_1) { goto IL_0028; } } { float L_2 = __this->get_timer_17(); float L_3 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_timer_17(((float)il2cpp_codegen_add((float)L_2, (float)L_3))); } IL_0028: { bool L_4 = __this->get_isStartSlowDown_15(); if (!L_4) { goto IL_0056; } } { float L_5 = __this->get_speed_4(); if ((!(((float)L_5) < ((float)(1.3f))))) { goto IL_0056; } } { float L_6 = __this->get_speed_4(); float L_7 = __this->get_offset_5(); __this->set_speed_4(((float)il2cpp_codegen_add((float)L_6, (float)L_7))); } IL_0056: { float L_8 = __this->get_timer_17(); float L_9 = __this->get_informTime_6(); if ((!(((float)L_8) >= ((float)L_9)))) { goto IL_0090; } } { bool L_10 = __this->get_isInvoke_14(); if (L_10) { goto IL_0090; } } { __this->set_isInvoke_14((bool)1); Action_1_t269755560 * L_11 = __this->get_reachSpeedCallBack_13(); if (!L_11) { goto IL_0090; } } { Action_1_t269755560 * L_12 = __this->get_reachSpeedCallBack_13(); NullCheck(L_12); Action_1_Invoke_m1933767679(L_12, (bool)1, /*hidden argument*/Action_1_Invoke_m1933767679_RuntimeMethod_var); } IL_0090: { float L_13 = __this->get_timer_17(); float L_14 = __this->get_stopTime_7(); if ((!(((float)L_13) >= ((float)L_14)))) { goto IL_00a8; } } { __this->set_isLastTime_16((bool)1); } IL_00a8: { V_0 = 0; goto IL_00ea; } IL_00af: { NumberItemU5BU5D_t3558943569* L_15 = __this->get_m_arrayNum_20(); int32_t L_16 = V_0; NullCheck(L_15); UISprite_t194114938 * L_17 = ((L_15)->GetAddressAt(static_cast(L_16)))->get_Sprite_0(); NullCheck(L_17); Transform_t3600365921 * L_18 = Component_get_transform_m3162698980(L_17, /*hidden argument*/NULL); V_1 = L_18; Transform_t3600365921 * L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_20 = Vector3_get_down_m3781355428(NULL /*static, unused*/, /*hidden argument*/NULL); float L_21 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_22 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); float L_23 = __this->get_speed_4(); Vector3_t3722313464 L_24 = Vector3_op_Division_m510815599(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); NullCheck(L_19); Transform_Translate_m1810197270(L_19, L_24, /*hidden argument*/NULL); int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00ea: { int32_t L_26 = V_0; NumberItemU5BU5D_t3558943569* L_27 = __this->get_m_arrayNum_20(); NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))))) { goto IL_00af; } } { NumberItemU5BU5D_t3558943569* L_28 = __this->get_m_arrayNum_20(); NullCheck(L_28); UISprite_t194114938 * L_29 = ((L_28)->GetAddressAt(static_cast(0)))->get_Sprite_0(); 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_3)->get_y_2(); V_2 = L_32; float L_33 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_34 = fabsf(L_33); float L_35 = __this->get_verticalDis_8(); if ((!(((float)L_34) >= ((float)L_35)))) { goto IL_0133; } } { NumberRoll_UpdateNumber_m2454075572(__this, /*hidden argument*/NULL); } IL_0133: { bool L_36 = __this->get_isPlayFinish_10(); if (!L_36) { goto IL_035c; } } { bool L_37 = __this->get_IsSpringback_9(); if (!L_37) { goto IL_035c; } } { bool L_38 = __this->get_isPlaySpringback_11(); if (L_38) { goto IL_0200; } } { V_4 = 0; goto IL_019c; } IL_015c: { NumberItemU5BU5D_t3558943569* L_39 = __this->get_m_arrayNum_20(); int32_t L_40 = V_4; NullCheck(L_39); UISprite_t194114938 * L_41 = ((L_39)->GetAddressAt(static_cast(L_40)))->get_Sprite_0(); NullCheck(L_41); Transform_t3600365921 * L_42 = Component_get_transform_m3162698980(L_41, /*hidden argument*/NULL); V_5 = L_42; Transform_t3600365921 * L_43 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_44 = Vector3_get_down_m3781355428(NULL /*static, unused*/, /*hidden argument*/NULL); float L_45 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_46 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_44, L_45, /*hidden argument*/NULL); float L_47 = __this->get_speed_4(); Vector3_t3722313464 L_48 = Vector3_op_Division_m510815599(NULL /*static, unused*/, L_46, L_47, /*hidden argument*/NULL); NullCheck(L_43); Transform_Translate_m1810197270(L_43, L_48, /*hidden argument*/NULL); int32_t L_49 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_019c: { int32_t L_50 = V_4; NumberItemU5BU5D_t3558943569* L_51 = __this->get_m_arrayNum_20(); NullCheck(L_51); if ((((int32_t)L_50) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length))))))) { goto IL_015c; } } { NumberItemU5BU5D_t3558943569* L_52 = __this->get_m_arrayNum_20(); NullCheck(L_52); UISprite_t194114938 * L_53 = ((L_52)->GetAddressAt(static_cast(0)))->get_Sprite_0(); NullCheck(L_53); Transform_t3600365921 * L_54 = Component_get_transform_m3162698980(L_53, /*hidden argument*/NULL); NullCheck(L_54); Vector3_t3722313464 L_55 = Transform_get_localPosition_m4234289348(L_54, /*hidden argument*/NULL); V_7 = L_55; float L_56 = (&V_7)->get_y_2(); V_6 = L_56; float L_57 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_58 = fabsf(L_57); float L_59 = __this->get_verticalDis_8(); if ((!(((float)L_58) >= ((float)((float)((float)L_59/(float)(3.0f))))))) { goto IL_01fb; } } { __this->set_speed_4((0.5f)); __this->set_isPlaySpringback_11((bool)1); } IL_01fb: { goto IL_035c; } IL_0200: { V_8 = 0; goto IL_0247; } IL_0208: { NumberItemU5BU5D_t3558943569* L_60 = __this->get_m_arrayNum_20(); int32_t L_61 = V_8; NullCheck(L_60); UISprite_t194114938 * L_62 = ((L_60)->GetAddressAt(static_cast(L_61)))->get_Sprite_0(); NullCheck(L_62); Transform_t3600365921 * L_63 = Component_get_transform_m3162698980(L_62, /*hidden argument*/NULL); V_9 = L_63; Transform_t3600365921 * L_64 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_65 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); float L_66 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_67 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_65, L_66, /*hidden argument*/NULL); Vector3_t3722313464 L_68 = Vector3_op_Division_m510815599(NULL /*static, unused*/, L_67, (12.0f), /*hidden argument*/NULL); NullCheck(L_64); Transform_Translate_m1810197270(L_64, L_68, /*hidden argument*/NULL); int32_t L_69 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); } IL_0247: { int32_t L_70 = V_8; NumberItemU5BU5D_t3558943569* L_71 = __this->get_m_arrayNum_20(); NullCheck(L_71); if ((((int32_t)L_70) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_71)->max_length))))))) { goto IL_0208; } } { NumberItemU5BU5D_t3558943569* L_72 = __this->get_m_arrayNum_20(); NullCheck(L_72); UISprite_t194114938 * L_73 = ((L_72)->GetAddressAt(static_cast(0)))->get_Sprite_0(); NullCheck(L_73); Transform_t3600365921 * L_74 = Component_get_transform_m3162698980(L_73, /*hidden argument*/NULL); NullCheck(L_74); Vector3_t3722313464 L_75 = Transform_get_localPosition_m4234289348(L_74, /*hidden argument*/NULL); V_11 = L_75; float L_76 = (&V_11)->get_y_2(); V_10 = L_76; float L_77 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_78 = fabsf(L_77); if ((!(((float)L_78) <= ((float)(2.0f))))) { goto IL_035c; } } { __this->set_isPlayFinish_10((bool)0); __this->set_isPlaySpringback_11((bool)0); NumberItemU5BU5D_t3558943569* L_79 = __this->get_m_arrayNum_20(); NullCheck(L_79); UISprite_t194114938 * L_80 = ((L_79)->GetAddressAt(static_cast(0)))->get_Sprite_0(); NullCheck(L_80); Transform_t3600365921 * L_81 = Component_get_transform_m3162698980(L_80, /*hidden argument*/NULL); float L_82 = __this->get_verticalDis_8(); NumberItemU5BU5D_t3558943569* L_83 = __this->get_m_arrayNum_20(); NullCheck(L_83); UISprite_t194114938 * L_84 = ((L_83)->GetAddressAt(static_cast(0)))->get_Sprite_0(); NullCheck(L_84); Transform_t3600365921 * L_85 = Component_get_transform_m3162698980(L_84, /*hidden argument*/NULL); NullCheck(L_85); Vector3_t3722313464 L_86 = Transform_get_localPosition_m4234289348(L_85, /*hidden argument*/NULL); V_12 = L_86; float L_87 = (&V_12)->get_z_3(); Vector3_t3722313464 L_88; memset(&L_88, 0, sizeof(L_88)); Vector3__ctor_m3353183577((&L_88), (0.0f), ((float)il2cpp_codegen_multiply((float)(0.0f), (float)L_82)), L_87, /*hidden argument*/NULL); NullCheck(L_81); Transform_set_localPosition_m4128471975(L_81, L_88, /*hidden argument*/NULL); NumberItemU5BU5D_t3558943569* L_89 = __this->get_m_arrayNum_20(); NullCheck(L_89); UISprite_t194114938 * L_90 = ((L_89)->GetAddressAt(static_cast(1)))->get_Sprite_0(); NullCheck(L_90); Transform_t3600365921 * L_91 = Component_get_transform_m3162698980(L_90, /*hidden argument*/NULL); float L_92 = __this->get_verticalDis_8(); NumberItemU5BU5D_t3558943569* L_93 = __this->get_m_arrayNum_20(); NullCheck(L_93); UISprite_t194114938 * L_94 = ((L_93)->GetAddressAt(static_cast(1)))->get_Sprite_0(); NullCheck(L_94); Transform_t3600365921 * L_95 = Component_get_transform_m3162698980(L_94, /*hidden argument*/NULL); NullCheck(L_95); Vector3_t3722313464 L_96 = Transform_get_localPosition_m4234289348(L_95, /*hidden argument*/NULL); V_13 = L_96; float L_97 = (&V_13)->get_z_3(); Vector3_t3722313464 L_98; memset(&L_98, 0, sizeof(L_98)); Vector3__ctor_m3353183577((&L_98), (0.0f), ((float)il2cpp_codegen_multiply((float)(1.0f), (float)L_92)), L_97, /*hidden argument*/NULL); NullCheck(L_91); Transform_set_localPosition_m4128471975(L_91, L_98, /*hidden argument*/NULL); Action_1_t269755560 * L_99 = __this->get_finishCallBack_12(); if (!L_99) { goto IL_035c; } } { Action_1_t269755560 * L_100 = __this->get_finishCallBack_12(); NullCheck(L_100); Action_1_Invoke_m1933767679(L_100, (bool)1, /*hidden argument*/Action_1_Invoke_m1933767679_RuntimeMethod_var); } IL_035c: { return; } } // System.Void NumberRoll::UpdateNumber() extern "C" IL2CPP_METHOD_ATTR void NumberRoll_UpdateNumber_m2454075572 (NumberRoll_t3235290664 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberRoll_UpdateNumber_m2454075572_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberItem_t1066326768 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)); { NumberItemU5BU5D_t3558943569* L_0 = __this->get_m_arrayNum_20(); NullCheck(L_0); V_0 = (*(NumberItem_t1066326768 *)((L_0)->GetAddressAt(static_cast(0)))); NumberItemU5BU5D_t3558943569* L_1 = __this->get_m_arrayNum_20(); NullCheck(L_1); NumberItemU5BU5D_t3558943569* L_2 = __this->get_m_arrayNum_20(); NullCheck(L_2); *(NumberItem_t1066326768 *)((L_1)->GetAddressAt(static_cast(0))) = (*(NumberItem_t1066326768 *)((L_2)->GetAddressAt(static_cast(1)))); NumberItemU5BU5D_t3558943569* L_3 = __this->get_m_arrayNum_20(); NullCheck(L_3); NumberItem_t1066326768 L_4 = V_0; *(NumberItem_t1066326768 *)((L_3)->GetAddressAt(static_cast(1))) = L_4; NumberItemU5BU5D_t3558943569* L_5 = __this->get_m_arrayNum_20(); NullCheck(L_5); UISprite_t194114938 * L_6 = ((L_5)->GetAddressAt(static_cast(0)))->get_Sprite_0(); NullCheck(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(L_6, /*hidden argument*/NULL); float L_8 = __this->get_verticalDis_8(); NumberItemU5BU5D_t3558943569* L_9 = __this->get_m_arrayNum_20(); NullCheck(L_9); UISprite_t194114938 * L_10 = ((L_9)->GetAddressAt(static_cast(0)))->get_Sprite_0(); NullCheck(L_10); Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(L_10, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t3722313464 L_12 = Transform_get_localPosition_m4234289348(L_11, /*hidden argument*/NULL); V_1 = L_12; float L_13 = (&V_1)->get_z_3(); Vector3_t3722313464 L_14; memset(&L_14, 0, sizeof(L_14)); Vector3__ctor_m3353183577((&L_14), (0.0f), ((float)il2cpp_codegen_multiply((float)(0.0f), (float)L_8)), L_13, /*hidden argument*/NULL); NullCheck(L_7); Transform_set_localPosition_m4128471975(L_7, L_14, /*hidden argument*/NULL); NumberItemU5BU5D_t3558943569* L_15 = __this->get_m_arrayNum_20(); NullCheck(L_15); UISprite_t194114938 * L_16 = ((L_15)->GetAddressAt(static_cast(1)))->get_Sprite_0(); NullCheck(L_16); Transform_t3600365921 * L_17 = Component_get_transform_m3162698980(L_16, /*hidden argument*/NULL); float L_18 = __this->get_verticalDis_8(); NumberItemU5BU5D_t3558943569* L_19 = __this->get_m_arrayNum_20(); NullCheck(L_19); UISprite_t194114938 * L_20 = ((L_19)->GetAddressAt(static_cast(1)))->get_Sprite_0(); 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); V_2 = L_22; float L_23 = (&V_2)->get_z_3(); Vector3_t3722313464 L_24; memset(&L_24, 0, sizeof(L_24)); Vector3__ctor_m3353183577((&L_24), (0.0f), ((float)il2cpp_codegen_multiply((float)(1.0f), (float)L_18)), L_23, /*hidden argument*/NULL); NullCheck(L_17); Transform_set_localPosition_m4128471975(L_17, L_24, /*hidden argument*/NULL); int32_t L_25 = __this->get_index_22(); StringU5BU5D_t1281789340* L_26 = __this->get_spriteName_21(); NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length))))))) { goto IL_0108; } } { __this->set_index_22(0); } IL_0108: { NumberItemU5BU5D_t3558943569* L_27 = __this->get_m_arrayNum_20(); NullCheck(L_27); UISprite_t194114938 * L_28 = ((L_27)->GetAddressAt(static_cast(1)))->get_Sprite_0(); StringU5BU5D_t1281789340* L_29 = __this->get_spriteName_21(); int32_t L_30 = __this->get_index_22(); NullCheck(L_29); int32_t L_31 = L_30; String_t* L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_28); UISprite_set_spriteName_m1616245412(L_28, L_32, /*hidden argument*/NULL); NumberItemU5BU5D_t3558943569* L_33 = __this->get_m_arrayNum_20(); NullCheck(L_33); int32_t L_34 = __this->get_index_22(); ((L_33)->GetAddressAt(static_cast(1)))->set_Number_1(L_34); bool L_35 = __this->get_isLastTime_16(); if (!L_35) { goto IL_01b9; } } { int32_t L_36 = __this->get_Number_2(); NumberItemU5BU5D_t3558943569* L_37 = __this->get_m_arrayNum_20(); NullCheck(L_37); int32_t L_38 = ((L_37)->GetAddressAt(static_cast(0)))->get_Number_1(); if ((!(((uint32_t)L_36) == ((uint32_t)L_38)))) { goto IL_01b9; } } { __this->set_PlayAnim_3((bool)0); __this->set_isPlayFinish_10((bool)1); __this->set_isInvoke_14((bool)0); __this->set_isStartSlowDown_15((bool)0); __this->set_isLastTime_16((bool)0); __this->set_timer_17((0.0f)); bool L_39 = __this->get_IsSpringback_9(); if (L_39) { goto IL_01b9; } } { Action_1_t269755560 * L_40 = __this->get_finishCallBack_12(); if (!L_40) { goto IL_01b9; } } { Action_1_t269755560 * L_41 = __this->get_finishCallBack_12(); NullCheck(L_41); Action_1_Invoke_m1933767679(L_41, (bool)1, /*hidden argument*/Action_1_Invoke_m1933767679_RuntimeMethod_var); } IL_01b9: { int32_t L_42 = __this->get_index_22(); __this->set_index_22(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)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 // Conversion methods for marshalling of: NumberRoll/NumberItem extern "C" void NumberItem_t1066326768_marshal_pinvoke(const NumberItem_t1066326768& unmarshaled, NumberItem_t1066326768_marshaled_pinvoke& marshaled) { Exception_t* ___Sprite_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Sprite' of type 'NumberItem': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Sprite_0Exception,NULL); } extern "C" void NumberItem_t1066326768_marshal_pinvoke_back(const NumberItem_t1066326768_marshaled_pinvoke& marshaled, NumberItem_t1066326768& unmarshaled) { Exception_t* ___Sprite_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Sprite' of type 'NumberItem': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Sprite_0Exception,NULL); } // Conversion method for clean up from marshalling of: NumberRoll/NumberItem extern "C" void NumberItem_t1066326768_marshal_pinvoke_cleanup(NumberItem_t1066326768_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: NumberRoll/NumberItem extern "C" void NumberItem_t1066326768_marshal_com(const NumberItem_t1066326768& unmarshaled, NumberItem_t1066326768_marshaled_com& marshaled) { Exception_t* ___Sprite_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Sprite' of type 'NumberItem': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Sprite_0Exception,NULL); } extern "C" void NumberItem_t1066326768_marshal_com_back(const NumberItem_t1066326768_marshaled_com& marshaled, NumberItem_t1066326768& unmarshaled) { Exception_t* ___Sprite_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Sprite' of type 'NumberItem': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Sprite_0Exception,NULL); } // Conversion method for clean up from marshalling of: NumberRoll/NumberItem extern "C" void NumberItem_t1066326768_marshal_com_cleanup(NumberItem_t1066326768_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void NumberRollController::.ctor() extern "C" IL2CPP_METHOD_ATTR void NumberRollController__ctor_m2854494109 (NumberRollController_t3661030829 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberRollController__ctor_m2854494109_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_intervalTime_10((0.3f)); __this->set_timer_11((0.3f)); __this->set_index_14((-1)); IL2CPP_RUNTIME_CLASS_INIT(CUIBase_t3255455658_il2cpp_TypeInfo_var); CUIBase__ctor_m220894030(__this, /*hidden argument*/NULL); return; } } // System.Void NumberRollController::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void NumberRollController_OnPageInit_m3633722892 (NumberRollController_t3661030829 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberRollController_OnPageInit_m3633722892_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberRoll_t3235290664 * V_0 = NULL; NumberRoll_t3235290664 * V_1 = NULL; NumberRoll_t3235290664 * V_2 = NULL; NumberRoll_t3235290664 * V_3 = NULL; NumberRoll_t3235290664 * V_4 = NULL; int32_t V_5 = 0; { __this->set_m_numberArray_12(((NumberRollU5BU5D_t2596183097*)SZArrayNew(NumberRollU5BU5D_t2596183097_il2cpp_TypeInfo_var, (uint32_t)5))); Transform_t3600365921 * L_0 = CUIBase_FindSerialedTransform_m1564495734(__this, _stringLiteral627955105, /*hidden argument*/NULL); NullCheck(L_0); NumberRoll_t3235290664 * L_1 = Component_GetComponent_TisNumberRoll_t3235290664_m3387990748(L_0, /*hidden argument*/Component_GetComponent_TisNumberRoll_t3235290664_m3387990748_RuntimeMethod_var); V_0 = L_1; Transform_t3600365921 * L_2 = CUIBase_FindSerialedTransform_m1564495734(__this, _stringLiteral627955104, /*hidden argument*/NULL); NullCheck(L_2); NumberRoll_t3235290664 * L_3 = Component_GetComponent_TisNumberRoll_t3235290664_m3387990748(L_2, /*hidden argument*/Component_GetComponent_TisNumberRoll_t3235290664_m3387990748_RuntimeMethod_var); V_1 = L_3; Transform_t3600365921 * L_4 = CUIBase_FindSerialedTransform_m1564495734(__this, _stringLiteral627955103, /*hidden argument*/NULL); NullCheck(L_4); NumberRoll_t3235290664 * L_5 = Component_GetComponent_TisNumberRoll_t3235290664_m3387990748(L_4, /*hidden argument*/Component_GetComponent_TisNumberRoll_t3235290664_m3387990748_RuntimeMethod_var); V_2 = L_5; Transform_t3600365921 * L_6 = CUIBase_FindSerialedTransform_m1564495734(__this, _stringLiteral627955102, /*hidden argument*/NULL); NullCheck(L_6); NumberRoll_t3235290664 * L_7 = Component_GetComponent_TisNumberRoll_t3235290664_m3387990748(L_6, /*hidden argument*/Component_GetComponent_TisNumberRoll_t3235290664_m3387990748_RuntimeMethod_var); V_3 = L_7; Transform_t3600365921 * L_8 = CUIBase_FindSerialedTransform_m1564495734(__this, _stringLiteral627955101, /*hidden argument*/NULL); NullCheck(L_8); NumberRoll_t3235290664 * L_9 = Component_GetComponent_TisNumberRoll_t3235290664_m3387990748(L_8, /*hidden argument*/Component_GetComponent_TisNumberRoll_t3235290664_m3387990748_RuntimeMethod_var); V_4 = L_9; NumberRollU5BU5D_t2596183097* L_10 = __this->get_m_numberArray_12(); NumberRoll_t3235290664 * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (NumberRoll_t3235290664 *)L_11); NumberRollU5BU5D_t2596183097* L_12 = __this->get_m_numberArray_12(); NumberRoll_t3235290664 * L_13 = V_1; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(1), (NumberRoll_t3235290664 *)L_13); NumberRollU5BU5D_t2596183097* L_14 = __this->get_m_numberArray_12(); NumberRoll_t3235290664 * L_15 = V_2; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(2), (NumberRoll_t3235290664 *)L_15); NumberRollU5BU5D_t2596183097* L_16 = __this->get_m_numberArray_12(); NumberRoll_t3235290664 * L_17 = V_3; NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(3), (NumberRoll_t3235290664 *)L_17); NumberRollU5BU5D_t2596183097* L_18 = __this->get_m_numberArray_12(); NumberRoll_t3235290664 * L_19 = V_4; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(4), (NumberRoll_t3235290664 *)L_19); NumberRollU5BU5D_t2596183097* L_20 = __this->get_m_numberArray_12(); NullCheck(L_20); int32_t L_21 = 0; NumberRoll_t3235290664 * L_22 = (L_20)->GetAt(static_cast(L_21)); NullCheck(L_22); NumberRoll_SetStartSlowDown_m233982467(L_22, (bool)1, /*hidden argument*/NULL); V_5 = 0; goto IL_00c6; } IL_00a6: { NumberRollU5BU5D_t2596183097* L_23 = __this->get_m_numberArray_12(); int32_t L_24 = V_5; NullCheck(L_23); int32_t L_25 = L_24; NumberRoll_t3235290664 * L_26 = (L_23)->GetAt(static_cast(L_25)); intptr_t L_27 = (intptr_t)NumberRollController_SlowDownCallBack_m4146397413_RuntimeMethod_var; Action_1_t269755560 * L_28 = (Action_1_t269755560 *)il2cpp_codegen_object_new(Action_1_t269755560_il2cpp_TypeInfo_var); Action_1__ctor_m1363151734(L_28, __this, L_27, /*hidden argument*/Action_1__ctor_m1363151734_RuntimeMethod_var); NullCheck(L_26); NumberRoll_SetSlowDownCallBack_m269081476(L_26, L_28, /*hidden argument*/NULL); int32_t L_29 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00c6: { int32_t L_30 = V_5; NumberRollU5BU5D_t2596183097* L_31 = __this->get_m_numberArray_12(); NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))))))) { goto IL_00a6; } } { CUIBase_RegistUpdate_m4199357620(__this, /*hidden argument*/NULL); return; } } // System.Void NumberRollController::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void NumberRollController_OnPageShow_m502527108 (NumberRollController_t3661030829 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberRollController_OnPageShow_m502527108_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); IActivityDetail_t2848416189 * L_1 = CActivityManager_GetActivityDetailById_m855034545(L_0, ((int32_t)50), /*hidden argument*/NULL); __this->set_activity_13(((CActivityFortuneCat_t237126772 *)IsInstClass((RuntimeObject*)L_1, CActivityFortuneCat_t237126772_il2cpp_TypeInfo_var))); CActivityFortuneCat_t237126772 * L_2 = __this->get_activity_13(); if (!L_2) { goto IL_003e; } } { CActivityFortuneCat_t237126772 * L_3 = __this->get_activity_13(); NullCheck(L_3); CDataModelInt_t3463393640 * L_4 = L_3->get_m_awardCount_12(); intptr_t L_5 = (intptr_t)NumberRollController_PlayAnimation_m47395742_RuntimeMethod_var; Action_1_t1302699353 * L_6 = (Action_1_t1302699353 *)il2cpp_codegen_object_new(Action_1_t1302699353_il2cpp_TypeInfo_var); Action_1__ctor_m504862446(L_6, __this, L_5, /*hidden argument*/Action_1__ctor_m504862446_RuntimeMethod_var); NullCheck(L_4); IEventDispatcher_AddWatcher_m1530082036(L_4, L_6, /*hidden argument*/NULL); } IL_003e: { return; } } // System.Void NumberRollController::PlayAnimation(IEventBase) extern "C" IL2CPP_METHOD_ATTR void NumberRollController_PlayAnimation_m47395742 (NumberRollController_t3661030829 * __this, RuntimeObject* ___evt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberRollController_PlayAnimation_m47395742_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CActivityFortuneCat_t237126772 * L_0 = __this->get_activity_13(); NullCheck(L_0); CDataModelInt_t3463393640 * L_1 = L_0->get_m_awardCount_12(); NullCheck(L_1); int32_t L_2 = CDataModelInt_get_Data_m274101408(L_1, /*hidden argument*/NULL); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3653130072, L_4, /*hidden argument*/NULL); __this->set_m_number_8(L_5); __this->set_playAnim_9((bool)1); return; } } // System.Void NumberRollController::Update() extern "C" IL2CPP_METHOD_ATTR void NumberRollController_Update_m3010613849 (NumberRollController_t3661030829 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberRollController_Update_m3010613849_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; Il2CppChar V_1 = 0x0; { bool L_0 = __this->get_playAnim_9(); if (!L_0) { goto IL_010a; } } { float L_1 = __this->get_timer_11(); float L_2 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_timer_11(((float)il2cpp_codegen_add((float)L_1, (float)L_2))); float L_3 = __this->get_timer_11(); float L_4 = __this->get_intervalTime_10(); if ((!(((float)L_3) >= ((float)L_4)))) { goto IL_010a; } } { int32_t L_5 = __this->get_index_14(); __this->set_index_14(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = __this->get_index_14(); NumberRollU5BU5D_t2596183097* L_7 = __this->get_m_numberArray_12(); NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))) { goto IL_0050; } } { return; } IL_0050: { int32_t L_8 = __this->get_index_14(); NumberRollU5BU5D_t2596183097* L_9 = __this->get_m_numberArray_12(); NullCheck(L_9); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)1)))))) { goto IL_00ba; } } { NumberRollU5BU5D_t2596183097* L_10 = __this->get_m_numberArray_12(); int32_t L_11 = __this->get_index_14(); NullCheck(L_10); int32_t L_12 = L_11; NumberRoll_t3235290664 * L_13 = (L_10)->GetAt(static_cast(L_12)); String_t* L_14 = __this->get_m_number_8(); String_t* L_15 = __this->get_m_number_8(); NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); int32_t L_17 = __this->get_index_14(); NullCheck(L_14); Il2CppChar L_18 = String_get_Chars_m2986988803(L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), (int32_t)1)), /*hidden argument*/NULL); V_0 = L_18; String_t* L_19 = Char_ToString_m3588025615((&V_0), /*hidden argument*/NULL); int32_t L_20 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); intptr_t L_21 = (intptr_t)NumberRollController_LastNumberPlayFinish_m1239588702_RuntimeMethod_var; Action_1_t269755560 * L_22 = (Action_1_t269755560 *)il2cpp_codegen_object_new(Action_1_t269755560_il2cpp_TypeInfo_var); Action_1__ctor_m1363151734(L_22, __this, L_21, /*hidden argument*/Action_1__ctor_m1363151734_RuntimeMethod_var); NullCheck(L_13); NumberRoll_PlayAnimation_m2926109413(L_13, L_20, L_22, /*hidden argument*/NULL); goto IL_00ff; } IL_00ba: { NumberRollU5BU5D_t2596183097* L_23 = __this->get_m_numberArray_12(); int32_t L_24 = __this->get_index_14(); NullCheck(L_23); int32_t L_25 = L_24; NumberRoll_t3235290664 * L_26 = (L_23)->GetAt(static_cast(L_25)); String_t* L_27 = __this->get_m_number_8(); String_t* L_28 = __this->get_m_number_8(); NullCheck(L_28); int32_t L_29 = String_get_Length_m3847582255(L_28, /*hidden argument*/NULL); int32_t L_30 = __this->get_index_14(); NullCheck(L_27); Il2CppChar L_31 = String_get_Chars_m2986988803(L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_30)), (int32_t)1)), /*hidden argument*/NULL); V_1 = L_31; String_t* L_32 = Char_ToString_m3588025615((&V_1), /*hidden argument*/NULL); int32_t L_33 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); NullCheck(L_26); NumberRoll_PlayAnimation_m2926109413(L_26, L_33, (Action_1_t269755560 *)NULL, /*hidden argument*/NULL); } IL_00ff: { __this->set_timer_11((0.0f)); } IL_010a: { return; } } // System.Void NumberRollController::SlowDownCallBack(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NumberRollController_SlowDownCallBack_m4146397413 (NumberRollController_t3661030829 * __this, bool ___val0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_temp_15(); __this->set_temp_15(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_temp_15(); String_t* L_2 = __this->get_m_number_8(); NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0025; } } { return; } IL_0025: { NumberRollU5BU5D_t2596183097* L_4 = __this->get_m_numberArray_12(); int32_t L_5 = __this->get_temp_15(); NullCheck(L_4); int32_t L_6 = L_5; NumberRoll_t3235290664 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); NumberRoll_SetStartSlowDown_m233982467(L_7, (bool)1, /*hidden argument*/NULL); return; } } // System.Void NumberRollController::LastNumberPlayFinish(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NumberRollController_LastNumberPlayFinish_m1239588702 (NumberRollController_t3661030829 * __this, bool ___finish0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberRollController_LastNumberPlayFinish_m1239588702_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CEffectWndManager_t3902312294 * L_0 = CEffectWndManager_GetInstance_m2989690479(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CEffectWndManager_Resume_m2815130668(L_0, /*hidden argument*/NULL); NumberRollU5BU5D_t2596183097* L_1 = __this->get_m_numberArray_12(); NullCheck(L_1); int32_t L_2 = 0; NumberRoll_t3235290664 * L_3 = (L_1)->GetAt(static_cast(L_2)); NullCheck(L_3); NumberRoll_SetStartSlowDown_m233982467(L_3, (bool)1, /*hidden argument*/NULL); __this->set_playAnim_9((bool)0); __this->set_timer_11((0.3f)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_number_8(L_4); __this->set_index_14((-1)); __this->set_temp_15(0); CActivityFortuneCat_t237126772 * L_5 = __this->get_activity_13(); NullCheck(L_5); CDataModelBool_t2269476966 * L_6 = L_5->get_animationPlaying_11(); NullCheck(L_6); CDataModelBool_set_Data_m838892248(L_6, (bool)0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void OnLineAwardController::.ctor() extern "C" IL2CPP_METHOD_ATTR void OnLineAwardController__ctor_m494167666 (OnLineAwardController_t289821926 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // OnLineAwardController OnLineAwardController::GetInstance() extern "C" IL2CPP_METHOD_ATTR OnLineAwardController_t289821926 * OnLineAwardController_GetInstance_m3502732371 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OnLineAwardController_GetInstance_m3502732371_MetadataUsageId); s_Il2CppMethodInitialized = true; } { OnLineAwardController_t289821926 * L_0 = ((OnLineAwardController_t289821926_StaticFields*)il2cpp_codegen_static_fields_for(OnLineAwardController_t289821926_il2cpp_TypeInfo_var))->get_s_instance_0(); if (L_0) { goto IL_0014; } } { OnLineAwardController_t289821926 * L_1 = (OnLineAwardController_t289821926 *)il2cpp_codegen_object_new(OnLineAwardController_t289821926_il2cpp_TypeInfo_var); OnLineAwardController__ctor_m494167666(L_1, /*hidden argument*/NULL); ((OnLineAwardController_t289821926_StaticFields*)il2cpp_codegen_static_fields_for(OnLineAwardController_t289821926_il2cpp_TypeInfo_var))->set_s_instance_0(L_1); } IL_0014: { OnLineAwardController_t289821926 * L_2 = ((OnLineAwardController_t289821926_StaticFields*)il2cpp_codegen_static_fields_for(OnLineAwardController_t289821926_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_2; } } // System.Boolean OnLineAwardController::get_isOnClick() extern "C" IL2CPP_METHOD_ATTR bool OnLineAwardController_get_isOnClick_m2824954820 (OnLineAwardController_t289821926 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_IsOnClick_1(); return L_0; } } // System.Void OnLineAwardController::set_isOnClick(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void OnLineAwardController_set_isOnClick_m1789675786 (OnLineAwardController_t289821926 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_IsOnClick_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PanelAutoFit::.ctor() extern "C" IL2CPP_METHOD_ATTR void PanelAutoFit__ctor_m3035761090 (PanelAutoFit_t1811801921 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void PanelAutoFit::Start() extern "C" IL2CPP_METHOD_ATTR void PanelAutoFit_Start_m1547588276 (PanelAutoFit_t1811801921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PanelAutoFit_Start_m1547588276_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIPanel_t1716472341 * V_0 = NULL; float V_1 = 0.0f; float V_2 = 0.0f; Vector4_t3319028937 V_3; memset(&V_3, 0, sizeof(V_3)); Vector4_t3319028937 V_4; memset(&V_4, 0, sizeof(V_4)); Vector4_t3319028937 V_5; memset(&V_5, 0, sizeof(V_5)); Vector4_t3319028937 V_6; memset(&V_6, 0, sizeof(V_6)); Vector4_t3319028937 V_7; memset(&V_7, 0, sizeof(V_7)); { int32_t L_0 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_2; memset(&L_2, 0, sizeof(L_2)); Vector2__ctor_m3970636864((&L_2), (((float)((float)L_0))), (((float)((float)L_1))), /*hidden argument*/NULL); __this->set_V2ScreenSize_2(L_2); UIPanel_t1716472341 * L_3 = Component_GetComponent_TisUIPanel_t1716472341_m3980802358(__this, /*hidden argument*/Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var); V_0 = L_3; UIPanel_t1716472341 * 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_0096; } } { int32_t L_6 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = ((float)((float)(((float)((float)L_6)))/(float)(960.0f))); int32_t L_7 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = ((float)((float)(((float)((float)L_7)))/(float)(640.0f))); UIPanel_t1716472341 * L_8 = V_0; NullCheck(L_8); Vector4_t3319028937 L_9 = UIPanel_get_clipRange_m1219521389(L_8, /*hidden argument*/NULL); V_4 = L_9; float L_10 = (&V_4)->get_x_1(); float L_11 = V_1; UIPanel_t1716472341 * L_12 = V_0; NullCheck(L_12); Vector4_t3319028937 L_13 = UIPanel_get_clipRange_m1219521389(L_12, /*hidden argument*/NULL); V_5 = L_13; float L_14 = (&V_5)->get_y_2(); float L_15 = V_2; UIPanel_t1716472341 * L_16 = V_0; NullCheck(L_16); Vector4_t3319028937 L_17 = UIPanel_get_clipRange_m1219521389(L_16, /*hidden argument*/NULL); V_6 = L_17; float L_18 = (&V_6)->get_z_3(); float L_19 = V_1; UIPanel_t1716472341 * L_20 = V_0; NullCheck(L_20); Vector4_t3319028937 L_21 = UIPanel_get_clipRange_m1219521389(L_20, /*hidden argument*/NULL); V_7 = L_21; float L_22 = (&V_7)->get_w_4(); float L_23 = V_2; Vector4__ctor_m2498754347((&V_3), ((float)il2cpp_codegen_multiply((float)L_10, (float)L_11)), ((float)il2cpp_codegen_multiply((float)L_14, (float)L_15)), ((float)il2cpp_codegen_multiply((float)L_18, (float)L_19)), ((float)il2cpp_codegen_multiply((float)L_22, (float)L_23)), /*hidden argument*/NULL); UIPanel_t1716472341 * L_24 = V_0; Vector4_t3319028937 L_25 = V_3; NullCheck(L_24); UIPanel_set_clipRange_m2606321132(L_24, L_25, /*hidden argument*/NULL); } IL_0096: { return; } } // System.Void PanelAutoFit::Update() extern "C" IL2CPP_METHOD_ATTR void PanelAutoFit_Update_m1056642230 (PanelAutoFit_t1811801921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PanelAutoFit_Update_m1056642230_MetadataUsageId); s_Il2CppMethodInitialized = true; } UIPanel_t1716472341 * V_0 = NULL; float V_1 = 0.0f; float V_2 = 0.0f; Vector4_t3319028937 V_3; memset(&V_3, 0, sizeof(V_3)); Vector4_t3319028937 V_4; memset(&V_4, 0, sizeof(V_4)); Vector4_t3319028937 V_5; memset(&V_5, 0, sizeof(V_5)); Vector4_t3319028937 V_6; memset(&V_6, 0, sizeof(V_6)); Vector4_t3319028937 V_7; memset(&V_7, 0, sizeof(V_7)); { Vector2_t2156229523 * L_0 = __this->get_address_of_V2ScreenSize_2(); float L_1 = L_0->get_x_0(); int32_t L_2 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((float)L_1) == ((float)(((float)((float)L_2))))))) { goto IL_002c; } } { Vector2_t2156229523 * L_3 = __this->get_address_of_V2ScreenSize_2(); float L_4 = L_3->get_y_1(); int32_t L_5 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); if ((((float)L_4) == ((float)(((float)((float)L_5)))))) { goto IL_00c2; } } IL_002c: { int32_t L_6 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_7 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_8; memset(&L_8, 0, sizeof(L_8)); Vector2__ctor_m3970636864((&L_8), (((float)((float)L_6))), (((float)((float)L_7))), /*hidden argument*/NULL); __this->set_V2ScreenSize_2(L_8); UIPanel_t1716472341 * L_9 = Component_GetComponent_TisUIPanel_t1716472341_m3980802358(__this, /*hidden argument*/Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var); V_0 = L_9; UIPanel_t1716472341 * L_10 = V_0; 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_00c2; } } { int32_t L_12 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = ((float)((float)(((float)((float)L_12)))/(float)(960.0f))); int32_t L_13 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = ((float)((float)(((float)((float)L_13)))/(float)(640.0f))); UIPanel_t1716472341 * L_14 = V_0; NullCheck(L_14); Vector4_t3319028937 L_15 = UIPanel_get_clipRange_m1219521389(L_14, /*hidden argument*/NULL); V_4 = L_15; float L_16 = (&V_4)->get_x_1(); float L_17 = V_1; UIPanel_t1716472341 * L_18 = V_0; NullCheck(L_18); Vector4_t3319028937 L_19 = UIPanel_get_clipRange_m1219521389(L_18, /*hidden argument*/NULL); V_5 = L_19; float L_20 = (&V_5)->get_y_2(); float L_21 = V_2; UIPanel_t1716472341 * L_22 = V_0; NullCheck(L_22); Vector4_t3319028937 L_23 = UIPanel_get_clipRange_m1219521389(L_22, /*hidden argument*/NULL); V_6 = L_23; float L_24 = (&V_6)->get_z_3(); float L_25 = V_1; UIPanel_t1716472341 * L_26 = V_0; NullCheck(L_26); Vector4_t3319028937 L_27 = UIPanel_get_clipRange_m1219521389(L_26, /*hidden argument*/NULL); V_7 = L_27; float L_28 = (&V_7)->get_w_4(); float L_29 = V_2; Vector4__ctor_m2498754347((&V_3), ((float)il2cpp_codegen_multiply((float)L_16, (float)L_17)), ((float)il2cpp_codegen_multiply((float)L_20, (float)L_21)), ((float)il2cpp_codegen_multiply((float)L_24, (float)L_25)), ((float)il2cpp_codegen_multiply((float)L_28, (float)L_29)), /*hidden argument*/NULL); UIPanel_t1716472341 * L_30 = V_0; Vector4_t3319028937 L_31 = V_3; NullCheck(L_30); UIPanel_set_clipRange_m2606321132(L_30, L_31, /*hidden argument*/NULL); } IL_00c2: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void paoItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void paoItem__ctor_m1020138861 (paoItem_t1249256034 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void paoItem::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void paoItem_OnPageInit_m2412151337 (paoItem_t1249256034 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (paoItem_OnPageInit_m2412151337_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_5(); if (L_0) { goto IL_0028; } } { __this->set_isPageInit_5((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UITexture_t3471168817 * L_2 = CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(NULL /*static, unused*/, L_1, _stringLiteral416089526, /*hidden argument*/CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var); __this->set_m_texture_2(L_2); } IL_0028: { return; } } // System.Void paoItem::Update() extern "C" IL2CPP_METHOD_ATTR void paoItem_Update_m1439542284 (paoItem_t1249256034 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_loadDone_3(); if (L_0) { goto IL_0017; } } { bool L_1 = paoItem_LoadItemIcon_m3345465568(__this, /*hidden argument*/NULL); __this->set_m_loadDone_3(L_1); } IL_0017: { return; } } // System.Void paoItem::OnClickItem() extern "C" IL2CPP_METHOD_ATTR void paoItem_OnClickItem_m2948938501 (paoItem_t1249256034 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (paoItem_OnClickItem_m2948938501_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_configID_4(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2810456704, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, 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 = __this->get_m_configID_4(); NullCheck(L_4); CShopManager_ShowAvatar_m2860953780(L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void paoItem::OnInitData(System.Int32) extern "C" IL2CPP_METHOD_ATTR void paoItem_OnInitData_m1391934743 (paoItem_t1249256034 * __this, int32_t ___configId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (paoItem_OnInitData_m1391934743_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___configId0; __this->set_m_configID_4(L_0); UITexture_t3471168817 * L_1 = __this->get_m_texture_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_1, (bool)0, /*hidden argument*/NULL); __this->set_m_loadDone_3((bool)0); return; } } // System.Boolean paoItem::LoadItemIcon() extern "C" IL2CPP_METHOD_ATTR bool paoItem_LoadItemIcon_m3345465568 (paoItem_t1249256034 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (paoItem_LoadItemIcon_m3345465568_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Object_t631007953 * V_1 = NULL; Texture2D_t3840446185 * V_2 = NULL; float V_3 = 0.0f; Texture2D_t3840446185 * V_4 = NULL; { UITexture_t3471168817 * L_0 = __this->get_m_texture_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_0013; } } { return (bool)0; } IL_0013: { int32_t L_2 = __this->get_m_configID_4(); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); String_t* L_3 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_4 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = V_0; NullCheck(L_4); Object_t631007953 * L_6 = IResourceManager_CreateResource_m1279813597(L_4, L_5, (bool)1, /*hidden argument*/NULL); V_1 = L_6; Object_t631007953 * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_8 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_00ae; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_9 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); Texture2D_t3840446185 * L_10 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_9, _stringLiteral3071468220); V_2 = L_10; Texture2D_t3840446185 * L_11 = V_2; 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_00ac; } } { UITexture_t3471168817 * L_13 = __this->get_m_texture_2(); Texture2D_t3840446185 * L_14 = V_2; NullCheck(L_13); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_13, L_14); float L_15 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = L_15; float L_16 = V_3; float L_17 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_18 = floorf(L_17); V_3 = ((float)il2cpp_codegen_subtract((float)(360.0f), (float)((float)il2cpp_codegen_multiply((float)(360.0f), (float)((float)il2cpp_codegen_subtract((float)L_16, (float)L_18)))))); UITexture_t3471168817 * L_19 = __this->get_m_texture_2(); NullCheck(L_19); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(L_19, /*hidden argument*/NULL); float L_21 = V_3; Vector3_t3722313464 L_22; memset(&L_22, 0, sizeof(L_22)); Vector3__ctor_m3353183577((&L_22), (0.0f), (0.0f), L_21, /*hidden argument*/NULL); NullCheck(L_20); Transform_set_localEulerAngles_m4202601546(L_20, L_22, /*hidden argument*/NULL); UITexture_t3471168817 * L_23 = __this->get_m_texture_2(); NullCheck(L_23); GameObject_t1113636619 * L_24 = Component_get_gameObject_m442555142(L_23, /*hidden argument*/NULL); NullCheck(L_24); GameObject_SetActive_m796801857(L_24, (bool)1, /*hidden argument*/NULL); } IL_00ac: { return (bool)0; } IL_00ae: { Object_t631007953 * L_25 = V_1; V_4 = ((Texture2D_t3840446185 *)CastclassSealed((RuntimeObject*)L_25, Texture2D_t3840446185_il2cpp_TypeInfo_var)); UITexture_t3471168817 * L_26 = __this->get_m_texture_2(); Texture2D_t3840446185 * L_27 = V_4; NullCheck(L_26); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_26, L_27); UITexture_t3471168817 * L_28 = __this->get_m_texture_2(); NullCheck(L_28); Transform_t3600365921 * L_29 = Component_get_transform_m3162698980(L_28, /*hidden argument*/NULL); Vector3_t3722313464 L_30; memset(&L_30, 0, sizeof(L_30)); Vector3__ctor_m3353183577((&L_30), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_29); Transform_set_localEulerAngles_m4202601546(L_29, L_30, /*hidden argument*/NULL); UITexture_t3471168817 * L_31 = __this->get_m_texture_2(); NullCheck(L_31); GameObject_t1113636619 * L_32 = Component_get_gameObject_m442555142(L_31, /*hidden argument*/NULL); NullCheck(L_32); GameObject_SetActive_m796801857(L_32, (bool)1, /*hidden argument*/NULL); return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PartAwardItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void PartAwardItem__ctor_m1408505975 (PartAwardItem_t954451953 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void PartAwardItem::Awake() extern "C" IL2CPP_METHOD_ATTR void PartAwardItem_Awake_m1727349543 (PartAwardItem_t954451953 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PartAwardItem_Awake_m1727349543_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); DMListViewItem_t3648257704 * L_1 = Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017(L_0, /*hidden argument*/Component_GetComponent_TisDMListViewItem_t3648257704_m1033466017_RuntimeMethod_var); intptr_t L_2 = (intptr_t)PartAwardItem_OnIndexChanged_m3397775761_RuntimeMethod_var; Action_1_t3123413348 * L_3 = (Action_1_t3123413348 *)il2cpp_codegen_object_new(Action_1_t3123413348_il2cpp_TypeInfo_var); Action_1__ctor_m4058363731(L_3, __this, L_2, /*hidden argument*/Action_1__ctor_m4058363731_RuntimeMethod_var); NullCheck(L_1); DMListViewItem_set_indexChanged_m3628212006(L_1, L_3, /*hidden argument*/NULL); return; } } // System.Boolean PartAwardItem::InitUI() extern "C" IL2CPP_METHOD_ATTR bool PartAwardItem_InitUI_m171752892 (PartAwardItem_t954451953 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PartAwardItem_InitUI_m171752892_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; int32_t V_1 = 0; { 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, _stringLiteral1934700585, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_rankNumber_2(L_1); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_3 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_2, _stringLiteral1086473014, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_m_leftArrow_3(L_3); Transform_t3600365921 * L_4 = __this->get_m_leftArrow_3(); UIEventListener_t1665237878 * L_5 = UIEventListener_Get_m270722295(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); intptr_t L_6 = (intptr_t)PartAwardItem_OnClkPre_m1859207124_RuntimeMethod_var; Action_1_t1286104214 * L_7 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_7, __this, L_6, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); NullCheck(L_5); L_5->set_onClick_4(L_7); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_9 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_8, _stringLiteral428522118, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_m_rightArrow_4(L_9); Transform_t3600365921 * L_10 = __this->get_m_rightArrow_4(); UIEventListener_t1665237878 * L_11 = UIEventListener_Get_m270722295(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); intptr_t L_12 = (intptr_t)PartAwardItem_OnClkNext_m4193730563_RuntimeMethod_var; Action_1_t1286104214 * L_13 = (Action_1_t1286104214 *)il2cpp_codegen_object_new(Action_1_t1286104214_il2cpp_TypeInfo_var); Action_1__ctor_m2622589598(L_13, __this, L_12, /*hidden argument*/Action_1__ctor_m2622589598_RuntimeMethod_var); NullCheck(L_11); L_11->set_onClick_4(L_13); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_15 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_14, _stringLiteral845828336, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); V_0 = L_15; Transform_t3600365921 * L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_17 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00df; } } { Transform_t3600365921 * L_18 = V_0; NullCheck(L_18); int32_t L_19 = Transform_get_childCount_m3145433196(L_18, /*hidden argument*/NULL); if ((((int32_t)0) >= ((int32_t)L_19))) { goto IL_00df; } } { Transform_t3600365921 * L_20 = V_0; NullCheck(L_20); int32_t L_21 = Transform_get_childCount_m3145433196(L_20, /*hidden argument*/NULL); __this->set_m_awardCellArray_5(((uiAwardcellU5BU5D_t3191484015*)SZArrayNew(uiAwardcellU5BU5D_t3191484015_il2cpp_TypeInfo_var, (uint32_t)L_21))); V_1 = 0; goto IL_00d3; } IL_00bb: { uiAwardcellU5BU5D_t3191484015* L_22 = __this->get_m_awardCellArray_5(); int32_t L_23 = V_1; Transform_t3600365921 * L_24 = V_0; int32_t L_25 = V_1; NullCheck(L_24); Transform_t3600365921 * L_26 = Transform_GetChild_m1092972975(L_24, L_25, /*hidden argument*/NULL); NullCheck(L_26); uiAwardcell_t1062333354 * L_27 = Component_GetComponent_TisuiAwardcell_t1062333354_m2059123900(L_26, /*hidden argument*/Component_GetComponent_TisuiAwardcell_t1062333354_m2059123900_RuntimeMethod_var); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_27); (L_22)->SetAt(static_cast(L_23), (uiAwardcell_t1062333354 *)L_27); int32_t L_28 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00d3: { int32_t L_29 = V_1; Transform_t3600365921 * L_30 = V_0; NullCheck(L_30); int32_t L_31 = Transform_get_childCount_m3145433196(L_30, /*hidden argument*/NULL); if ((((int32_t)L_29) < ((int32_t)L_31))) { goto IL_00bb; } } IL_00df: { UILabel_t3248798549 * L_32 = __this->get_m_rankNumber_2(); 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_0114; } } { Transform_t3600365921 * L_34 = __this->get_m_leftArrow_3(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_35 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_0114; } } { Transform_t3600365921 * L_36 = __this->get_m_rightArrow_4(); 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_0114; } } { return (bool)1; } IL_0114: { return (bool)0; } } // System.Void PartAwardItem::Update() extern "C" IL2CPP_METHOD_ATTR void PartAwardItem_Update_m4217028367 (PartAwardItem_t954451953 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PartAwardItem_Update_m4217028367_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CAwardItem_t1677460915 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B7_0 = 0; int32_t G_B10_0 = 0; { GameRewardInfo_t1982501205 * L_0 = __this->get_m_data_11(); if (!L_0) { goto IL_00c0; } } { bool L_1 = __this->get_m_bRefreshIcon_7(); if (!L_1) { goto IL_0091; } } { uiAwardcellU5BU5D_t3191484015* L_2 = __this->get_m_awardCellArray_5(); if (!L_2) { goto IL_008a; } } { V_0 = 0; goto IL_007c; } IL_0028: { GameRewardInfo_t1982501205 * L_3 = __this->get_m_data_11(); NullCheck(L_3); CAwardList_t4094041907 * L_4 = L_3->get_m_list_4(); int32_t L_5 = __this->get_m_curPageIndex_8(); int32_t L_6 = V_0; NullCheck(L_4); CAwardItem_t1677460915 * L_7 = CAwardList_GetItemByIndex_m1502988785(L_4, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)L_5)), (int32_t)L_6)), /*hidden argument*/NULL); V_1 = L_7; CAwardItem_t1677460915 * L_8 = V_1; if (!L_8) { goto IL_0054; } } { CAwardItem_t1677460915 * L_9 = V_1; NullCheck(L_9); int32_t L_10 = CAwardItem_get_ConfigId_m576905535(L_9, /*hidden argument*/NULL); G_B7_0 = L_10; goto IL_0055; } IL_0054: { G_B7_0 = 0; } IL_0055: { V_2 = G_B7_0; CAwardItem_t1677460915 * L_11 = V_1; if (!L_11) { goto IL_0067; } } { CAwardItem_t1677460915 * L_12 = V_1; NullCheck(L_12); int32_t L_13 = CAwardItem_get_Amount_m2607280859(L_12, /*hidden argument*/NULL); G_B10_0 = L_13; goto IL_0068; } IL_0067: { G_B10_0 = 0; } IL_0068: { V_3 = G_B10_0; uiAwardcellU5BU5D_t3191484015* L_14 = __this->get_m_awardCellArray_5(); int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; uiAwardcell_t1062333354 * L_17 = (L_14)->GetAt(static_cast(L_16)); int32_t L_18 = V_2; int32_t L_19 = V_3; NullCheck(L_17); uiAwardcell_InitAward_m2270031069(L_17, L_18, L_19, /*hidden argument*/NULL); int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007c: { int32_t L_21 = V_0; uiAwardcellU5BU5D_t3191484015* L_22 = __this->get_m_awardCellArray_5(); NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_0028; } } IL_008a: { __this->set_m_bRefreshIcon_7((bool)0); } IL_0091: { Transform_t3600365921 * L_23 = __this->get_m_leftArrow_3(); int32_t L_24 = __this->get_m_curPageIndex_8(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_23, (bool)((((int32_t)0) < ((int32_t)L_24))? 1 : 0), /*hidden argument*/NULL); Transform_t3600365921 * L_25 = __this->get_m_rightArrow_4(); int32_t L_26 = __this->get_m_curPageIndex_8(); int32_t L_27 = __this->get_m_maxPage_9(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_25, (bool)((((int32_t)L_26) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))))? 1 : 0), /*hidden argument*/NULL); } IL_00c0: { return; } } // System.Void PartAwardItem::OnIndexChanged(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PartAwardItem_OnIndexChanged_m3397775761 (PartAwardItem_t954451953 * __this, int32_t ____index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PartAwardItem_OnIndexChanged_m3397775761_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_bInit_6(); if (L_0) { goto IL_0017; } } { bool L_1 = PartAwardItem_InitUI_m171752892(__this, /*hidden argument*/NULL); __this->set_m_bInit_6(L_1); } IL_0017: { bool L_2 = __this->get_m_bInit_6(); if (!L_2) { goto IL_0162; } } { IL2CPP_RUNTIME_CLASS_INIT(CChangeGameManager_t2081989347_il2cpp_TypeInfo_var); CChangeGameManager_t2081989347 * L_3 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_4 = ____index0; NullCheck(L_3); GameRewardInfo_t1982501205 * L_5 = CChangeGameManager_GetPartRewardInfo_m2979634502(L_3, L_4, /*hidden argument*/NULL); __this->set_m_data_11(L_5); GameRewardInfo_t1982501205 * L_6 = __this->get_m_data_11(); if (!L_6) { goto IL_0162; } } { GameRewardInfo_t1982501205 * L_7 = __this->get_m_data_11(); NullCheck(L_7); CAwardList_t4094041907 * L_8 = L_7->get_m_list_4(); NullCheck(L_8); int32_t L_9 = CAwardList_get_Count_m2249531307(L_8, /*hidden argument*/NULL); __this->set_m_awardCnt_10(L_9); int32_t L_10 = __this->get_m_awardCnt_10(); __this->set_m_maxPage_9(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))/(int32_t)3)), (int32_t)1))); GameRewardInfo_t1982501205 * L_11 = __this->get_m_data_11(); NullCheck(L_11); int32_t L_12 = L_11->get_m_GiveSituation_1(); if (L_12) { goto IL_00ba; } } { UILabel_t3248798549 * L_13 = __this->get_m_rankNumber_2(); CTextHelp_t3119637808 * L_14 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = CTextHelp_GetText_m372251958(L_14, _stringLiteral1390418432, /*hidden argument*/NULL); GameRewardInfo_t1982501205 * L_16 = __this->get_m_data_11(); NullCheck(L_16); int32_t L_17 = L_16->get_m_Ceiling_2(); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); GameRewardInfo_t1982501205 * L_20 = __this->get_m_data_11(); NullCheck(L_20); int32_t L_21 = L_20->get_m_Offline_3(); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Format_m2556382932(NULL /*static, unused*/, L_15, L_19, L_23, /*hidden argument*/NULL); NullCheck(L_13); UILabel_set_text_m1071532778(L_13, L_24, /*hidden argument*/NULL); goto IL_0133; } IL_00ba: { GameRewardInfo_t1982501205 * L_25 = __this->get_m_data_11(); NullCheck(L_25); int32_t L_26 = L_25->get_m_Ceiling_2(); GameRewardInfo_t1982501205 * L_27 = __this->get_m_data_11(); NullCheck(L_27); int32_t L_28 = L_27->get_m_Offline_3(); if ((!(((uint32_t)L_26) == ((uint32_t)L_28)))) { goto IL_00f4; } } { UILabel_t3248798549 * L_29 = __this->get_m_rankNumber_2(); CTextHelp_t3119637808 * L_30 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); String_t* L_31 = CTextHelp_GetText_m372251958(L_30, _stringLiteral2374227340, /*hidden argument*/NULL); NullCheck(L_29); UILabel_set_text_m1071532778(L_29, L_31, /*hidden argument*/NULL); goto IL_0133; } IL_00f4: { UILabel_t3248798549 * L_32 = __this->get_m_rankNumber_2(); CTextHelp_t3119637808 * L_33 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); String_t* L_34 = CTextHelp_GetText_m372251958(L_33, _stringLiteral408326466, /*hidden argument*/NULL); GameRewardInfo_t1982501205 * L_35 = __this->get_m_data_11(); NullCheck(L_35); int32_t L_36 = L_35->get_m_Ceiling_2(); int32_t L_37 = L_36; RuntimeObject * L_38 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_37); GameRewardInfo_t1982501205 * L_39 = __this->get_m_data_11(); NullCheck(L_39); int32_t L_40 = L_39->get_m_Offline_3(); 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_m2556382932(NULL /*static, unused*/, L_34, L_38, L_42, /*hidden argument*/NULL); NullCheck(L_32); UILabel_set_text_m1071532778(L_32, L_43, /*hidden argument*/NULL); } IL_0133: { __this->set_m_bRefreshIcon_7((bool)1); Transform_t3600365921 * L_44 = __this->get_m_leftArrow_3(); int32_t L_45 = __this->get_m_awardCnt_10(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_44, (bool)((((int32_t)3) < ((int32_t)L_45))? 1 : 0), /*hidden argument*/NULL); Transform_t3600365921 * L_46 = __this->get_m_rightArrow_4(); int32_t L_47 = __this->get_m_awardCnt_10(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_46, (bool)((((int32_t)3) < ((int32_t)L_47))? 1 : 0), /*hidden argument*/NULL); } IL_0162: { return; } } // System.Void PartAwardItem::OnClkPre(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void PartAwardItem_OnClkPre_m1859207124 (PartAwardItem_t954451953 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_curPageIndex_8(); if ((((int32_t)0) >= ((int32_t)L_0))) { goto IL_0021; } } { int32_t L_1 = __this->get_m_curPageIndex_8(); __this->set_m_curPageIndex_8(((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))); __this->set_m_bRefreshIcon_7((bool)1); } IL_0021: { return; } } // System.Void PartAwardItem::OnClkNext(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void PartAwardItem_OnClkNext_m4193730563 (PartAwardItem_t954451953 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_curPageIndex_8(); int32_t L_1 = __this->get_m_awardCnt_10(); if ((((int32_t)L_0) >= ((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))/(int32_t)3))))) { goto IL_002a; } } { int32_t L_2 = __this->get_m_curPageIndex_8(); __this->set_m_curPageIndex_8(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); __this->set_m_bRefreshIcon_7((bool)1); } IL_002a: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ParticleScaler::.ctor() extern "C" IL2CPP_METHOD_ATTR void ParticleScaler__ctor_m1237056306 (ParticleScaler_t700670844 * __this, const RuntimeMethod* method) { { __this->set_particleScale_2((1.0f)); __this->set_alsoScaleGameobject_3((bool)1); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void ParticleScaler::Start() extern "C" IL2CPP_METHOD_ATTR void ParticleScaler_Start_m2970508226 (ParticleScaler_t700670844 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_particleScale_2(); __this->set_prevScale_4(L_0); return; } } // System.Void ParticleScaler::Update() extern "C" IL2CPP_METHOD_ATTR void ParticleScaler_Update_m755558400 (ParticleScaler_t700670844 * __this, const RuntimeMethod* method) { { return; } } // System.Void ParticleScaler::ScaleShurikenSystems(System.Single) extern "C" IL2CPP_METHOD_ATTR void ParticleScaler_ScaleShurikenSystems_m2949010218 (ParticleScaler_t700670844 * __this, float ___scaleFactor0, const RuntimeMethod* method) { { return; } } // System.Void ParticleScaler::ScaleLegacySystems(System.Single) extern "C" IL2CPP_METHOD_ATTR void ParticleScaler_ScaleLegacySystems_m3021582557 (ParticleScaler_t700670844 * __this, float ___scaleFactor0, const RuntimeMethod* method) { { return; } } // System.Void ParticleScaler::ScaleTrailRenderers(System.Single) extern "C" IL2CPP_METHOD_ATTR void ParticleScaler_ScaleTrailRenderers_m3073120169 (ParticleScaler_t700670844 * __this, float ___scaleFactor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParticleScaler_ScaleTrailRenderers_m3073120169_MetadataUsageId); s_Il2CppMethodInitialized = true; } TrailRendererU5BU5D_t2991284171* V_0 = NULL; TrailRenderer_t1820797054 * V_1 = NULL; TrailRendererU5BU5D_t2991284171* V_2 = NULL; int32_t V_3 = 0; { TrailRendererU5BU5D_t2991284171* L_0 = Component_GetComponentsInChildren_TisTrailRenderer_t1820797054_m1083237930(__this, /*hidden argument*/Component_GetComponentsInChildren_TisTrailRenderer_t1820797054_m1083237930_RuntimeMethod_var); V_0 = L_0; TrailRendererU5BU5D_t2991284171* L_1 = V_0; V_2 = L_1; V_3 = 0; goto IL_0034; } IL_0010: { TrailRendererU5BU5D_t2991284171* L_2 = V_2; int32_t L_3 = V_3; NullCheck(L_2); int32_t L_4 = L_3; TrailRenderer_t1820797054 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; TrailRenderer_t1820797054 * L_6 = V_1; TrailRenderer_t1820797054 * L_7 = L_6; NullCheck(L_7); float L_8 = TrailRenderer_get_startWidth_m3769354536(L_7, /*hidden argument*/NULL); float L_9 = ___scaleFactor0; NullCheck(L_7); TrailRenderer_set_startWidth_m3076749121(L_7, ((float)il2cpp_codegen_multiply((float)L_8, (float)L_9)), /*hidden argument*/NULL); TrailRenderer_t1820797054 * L_10 = V_1; TrailRenderer_t1820797054 * L_11 = L_10; NullCheck(L_11); float L_12 = TrailRenderer_get_endWidth_m2589892537(L_11, /*hidden argument*/NULL); float L_13 = ___scaleFactor0; NullCheck(L_11); TrailRenderer_set_endWidth_m637451409(L_11, ((float)il2cpp_codegen_multiply((float)L_12, (float)L_13)), /*hidden argument*/NULL); int32_t L_14 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0034: { int32_t L_15 = V_3; TrailRendererU5BU5D_t2991284171* L_16 = V_2; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_0010; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PetBuyEnergy::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetBuyEnergy__ctor_m2861637152 (PetBuyEnergy_t1876705499 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void PetBuyEnergy::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void PetBuyEnergy_OnPageInit_m3407868130 (PetBuyEnergy_t1876705499 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetBuyEnergy_OnPageInit_m3407868130_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, _stringLiteral2302844820, /*hidden argument*/NULL); NullCheck(L_1); UILabel_t3248798549 * L_2 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_1, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_TitleAppendMsg_2(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, _stringLiteral2736818392, /*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_EnergyDesc_3(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, _stringLiteral3119155416, /*hidden argument*/NULL); NullCheck(L_7); UILabel_t3248798549 * L_8 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_7, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_EnergyPrice_4(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, _stringLiteral1162840280, /*hidden argument*/NULL); NullCheck(L_10); UILabel_t3248798549 * L_11 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_10, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_PriceName_5(L_11); UILabel_t3248798549 * L_12 = __this->get_m_PriceName_5(); 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, _stringLiteral870738583, /*hidden argument*/NULL); NullCheck(L_12); UILabel_set_text_m1071532778(L_12, L_14, /*hidden argument*/NULL); return; } } // System.Void PetBuyEnergy::SetData(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PetBuyEnergy_SetData_m1249777776 (PetBuyEnergy_t1876705499 * __this, int32_t ___leftNum0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetBuyEnergy_SetData_m1249777776_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; PetBuyEnergyDataConfigUnit_t713127957 * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig_t679804737 * L_0 = CPetConfig_GetInstance_m2205073526(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CPetConfig_GetBuyEnergyMaxNum_m1055861256(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3 = ___leftNum0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), (int32_t)1)); CPetConfig_t679804737 * L_4 = CPetConfig_GetInstance_m2205073526(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = V_1; NullCheck(L_4); PetBuyEnergyDataConfigUnit_t713127957 * L_6 = CPetConfig_GetBuyDataconfig_m2807802240(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; UILabel_t3248798549 * L_7 = __this->get_m_TitleAppendMsg_2(); 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, _stringLiteral1937036907, /*hidden argument*/NULL); int32_t L_10 = ___leftNum0; 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); UILabel_t3248798549 * L_14 = __this->get_m_EnergyDesc_3(); CTextHelp_t3119637808 * L_15 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16 = CTextHelp_GetText_m372251958(L_15, _stringLiteral3174897401, /*hidden argument*/NULL); PetBuyEnergyDataConfigUnit_t713127957 * L_17 = V_2; NullCheck(L_17); int32_t L_18 = L_17->get_addEnergy_2(); int32_t L_19 = L_18; RuntimeObject * L_20 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_19); String_t* L_21 = String_Format_m2844511972(NULL /*static, unused*/, L_16, L_20, /*hidden argument*/NULL); NullCheck(L_14); UILabel_set_text_m1071532778(L_14, L_21, /*hidden argument*/NULL); UILabel_t3248798549 * L_22 = __this->get_m_EnergyPrice_4(); PetBuyEnergyDataConfigUnit_t713127957 * L_23 = V_2; NullCheck(L_23); int32_t* L_24 = L_23->get_address_of_needDiamond_1(); String_t* L_25 = Int32_ToString_m141394615(L_24, /*hidden argument*/NULL); NullCheck(L_22); UILabel_set_text_m1071532778(L_22, L_25, /*hidden argument*/NULL); return; } } // System.Void PetBuyEnergy::OnBtnClickCallback() extern "C" IL2CPP_METHOD_ATTR void PetBuyEnergy_OnBtnClickCallback_m2252384413 (PetBuyEnergy_t1876705499 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetBuyEnergy_OnBtnClickCallback_m2252384413_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Component_SendMessageUpwards_m3249106160(__this, _stringLiteral4069199093, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_1 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_1, /*hidden argument*/NULL); NullCheck(L_0); CPetManager_RequestBuyEnergy_m1216754195(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void PetBuyEnergy::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void PetBuyEnergy_OnPageHide_m1319296242 (PetBuyEnergy_t1876705499 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetBuyEnergy_OnPageHide_m1319296242_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Component_SendMessageUpwards_m3249106160(__this, _stringLiteral4069199093, 1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void petMainUI::.ctor() extern "C" IL2CPP_METHOD_ATTR void petMainUI__ctor_m3332644897 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { { __this->set_primCashConfigID_51(((int32_t)10)); __this->set_primConfig_52(((int32_t)10)); __this->set_littleConfig_53(((int32_t)11)); __this->set_bigConfig_54(((int32_t)12)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void petMainUI::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnPageInit_m443675795 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnPageInit_m443675795_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_isPageInit_82(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_m_isPageInit_82((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, _stringLiteral3864337500, /*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_DmPetList_5(L_3); DMListView_t512231514 * L_4 = __this->get_m_DmPetList_5(); NullCheck(L_4); DMListView_SetEnumInfo_m2581368040(L_4, 1, 1, /*hidden argument*/NULL); Transform_t3600365921 * L_5 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_5); Transform_t3600365921 * L_6 = Transform_Find_m1729760951(L_5, _stringLiteral3712321936, /*hidden argument*/NULL); NullCheck(L_6); UILabel_t3248798549 * L_7 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_6, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_labelPetName_7(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, _stringLiteral2352338018, /*hidden argument*/NULL); __this->set_UpgradeRoot_8(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, _stringLiteral910025912, /*hidden argument*/NULL); __this->set_upQualityRoot_9(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, _stringLiteral581483767, /*hidden argument*/NULL); __this->set_SkillRoot_10(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, _stringLiteral2555206699, /*hidden argument*/NULL); __this->set_m_ReleseRoot_11(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, _stringLiteral2662812770, /*hidden argument*/NULL); __this->set_m_GetPetRoot_12(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, _stringLiteral2814617756, /*hidden argument*/NULL); __this->set_m_UnloadRoot_13(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, _stringLiteral2785588156, /*hidden argument*/NULL); __this->set_m_QuickHatchRoot_14(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, _stringLiteral1244047167, /*hidden argument*/NULL); __this->set_m_FollowRoot_15(L_23); Transform_t3600365921 * L_24 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_24); Transform_t3600365921 * L_25 = Transform_Find_m1729760951(L_24, _stringLiteral2928342677, /*hidden argument*/NULL); __this->set_m_EggFollowRoot_16(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, _stringLiteral1772349391, /*hidden argument*/NULL); NullCheck(L_27); UILabel_t3248798549 * L_28 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_27, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_StarNum_17(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, _stringLiteral3515439003, /*hidden argument*/NULL); NullCheck(L_30); UILabel_t3248798549 * L_31 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_30, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_Quality_18(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, _stringLiteral2104728365, /*hidden argument*/NULL); NullCheck(L_33); UILabel_t3248798549 * L_34 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_33, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_Level_19(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, _stringLiteral2813968358, /*hidden argument*/NULL); NullCheck(L_36); UISprite_t194114938 * L_37 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_36, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_CurrentExperienceBg_20(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, _stringLiteral28734948, /*hidden argument*/NULL); NullCheck(L_39); UISprite_t194114938 * L_40 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_39, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_maxExperienceBg_21(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, _stringLiteral1509533499, /*hidden argument*/NULL); NullCheck(L_42); UILabel_t3248798549 * L_43 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_42, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_ExpPercent_22(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, _stringLiteral2743906036, /*hidden argument*/NULL); NullCheck(L_45); UILabel_t3248798549 * L_46 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_45, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_CurrentAddExp_24(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, _stringLiteral1809862059, /*hidden argument*/NULL); NullCheck(L_48); UILabel_t3248798549 * L_49 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_48, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_CurrentAddGold_25(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, _stringLiteral470868180, /*hidden argument*/NULL); NullCheck(L_51); UILabel_t3248798549 * L_52 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_51, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_PetLevelEffect_23(L_52); UILabel_t3248798549 * L_53 = __this->get_m_CurrentAddExp_24(); NullCheck(L_53); Transform_t3600365921 * L_54 = Component_get_transform_m3162698980(L_53, /*hidden argument*/NULL); NullCheck(L_54); Vector3_t3722313464 L_55 = Transform_get_localPosition_m4234289348(L_54, /*hidden argument*/NULL); __this->set_m_UpEffectPos_63(L_55); UILabel_t3248798549 * L_56 = __this->get_m_CurrentAddGold_25(); NullCheck(L_56); Transform_t3600365921 * L_57 = Component_get_transform_m3162698980(L_56, /*hidden argument*/NULL); NullCheck(L_57); Vector3_t3722313464 L_58 = Transform_get_localPosition_m4234289348(L_57, /*hidden argument*/NULL); __this->set_m_LowEffectPos_64(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, _stringLiteral225918151, /*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_ExpLittleNum_26(L_61); Transform_t3600365921 * L_62 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_62); Transform_t3600365921 * L_63 = Transform_Find_m1729760951(L_62, _stringLiteral399089723, /*hidden argument*/NULL); NullCheck(L_63); UILabel_t3248798549 * L_64 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_63, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_ExpMoreNum_27(L_64); Transform_t3600365921 * L_65 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_65); Transform_t3600365921 * L_66 = Transform_Find_m1729760951(L_65, _stringLiteral427335768, /*hidden argument*/NULL); NullCheck(L_66); UILabel_t3248798549 * L_67 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_66, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_ExpMostNum_28(L_67); Transform_t3600365921 * L_68 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_68); Transform_t3600365921 * L_69 = Transform_Find_m1729760951(L_68, _stringLiteral2707399715, /*hidden argument*/NULL); NullCheck(L_69); UILabel_t3248798549 * L_70 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_69, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_GoldAddExp_65(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, _stringLiteral3149699083, /*hidden argument*/NULL); NullCheck(L_72); UILabel_t3248798549 * L_73 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_72, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_LittleAddExp_66(L_73); Transform_t3600365921 * L_74 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_74); Transform_t3600365921 * L_75 = Transform_Find_m1729760951(L_74, _stringLiteral3180042280, /*hidden argument*/NULL); NullCheck(L_75); UILabel_t3248798549 * L_76 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_75, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_BigAddExp_67(L_76); Transform_t3600365921 * L_77 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_77); Transform_t3600365921 * L_78 = Transform_Find_m1729760951(L_77, _stringLiteral1016502255, /*hidden argument*/NULL); NullCheck(L_78); UITexture_t3471168817 * L_79 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_78, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_ExpLittleImg_29(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, _stringLiteral1973461043, /*hidden argument*/NULL); NullCheck(L_81); UITexture_t3471168817 * L_82 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_81, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_ExpMoreImg_30(L_82); Transform_t3600365921 * L_83 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_83); Transform_t3600365921 * L_84 = Transform_Find_m1729760951(L_83, _stringLiteral2001707088, /*hidden argument*/NULL); NullCheck(L_84); UITexture_t3471168817 * L_85 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_84, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_ExpMostImg_31(L_85); Transform_t3600365921 * L_86 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_86); Transform_t3600365921 * L_87 = Transform_Find_m1729760951(L_86, _stringLiteral797399448, /*hidden argument*/NULL); NullCheck(L_87); UISprite_t194114938 * L_88 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_87, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_NextSprite_33(L_88); Transform_t3600365921 * L_89 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_89); Transform_t3600365921 * L_90 = Transform_Find_m1729760951(L_89, _stringLiteral3484017131, /*hidden argument*/NULL); NullCheck(L_90); UILabel_t3248798549 * L_91 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_90, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_CurrentQuality_32(L_91); Transform_t3600365921 * L_92 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_92); Transform_t3600365921 * L_93 = Transform_Find_m1729760951(L_92, _stringLiteral1327624218, /*hidden argument*/NULL); NullCheck(L_93); UILabel_t3248798549 * L_94 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_93, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_NextQuality_34(L_94); Transform_t3600365921 * L_95 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_95); Transform_t3600365921 * L_96 = Transform_Find_m1729760951(L_95, _stringLiteral3229160756, /*hidden argument*/NULL); NullCheck(L_96); UILabel_t3248798549 * L_97 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_96, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_NextQualityRight_35(L_97); Transform_t3600365921 * L_98 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_98); Transform_t3600365921 * L_99 = Transform_Find_m1729760951(L_98, _stringLiteral828743052, /*hidden argument*/NULL); NullCheck(L_99); UILabel_t3248798549 * L_100 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_99, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_PetEnergy_36(L_100); Transform_t3600365921 * L_101 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_101); Transform_t3600365921 * L_102 = Transform_Find_m1729760951(L_101, _stringLiteral2176733180, /*hidden argument*/NULL); NullCheck(L_102); UILabel_t3248798549 * L_103 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_102, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_EatNeedEnergy_37(L_103); Transform_t3600365921 * L_104 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_104); Transform_t3600365921 * L_105 = Transform_Find_m1729760951(L_104, _stringLiteral2937452431, /*hidden argument*/NULL); NullCheck(L_105); UILabel_t3248798549 * L_106 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_105, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_StudyNeedEnergy_38(L_106); Transform_t3600365921 * L_107 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_107); Transform_t3600365921 * L_108 = Transform_Find_m1729760951(L_107, _stringLiteral4175193127, /*hidden argument*/NULL); NullCheck(L_108); UILabel_t3248798549 * L_109 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_108, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_DrillNeedEnergy_39(L_109); Transform_t3600365921 * L_110 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_110); Transform_t3600365921 * L_111 = Transform_Find_m1729760951(L_110, _stringLiteral2420667288, /*hidden argument*/NULL); NullCheck(L_111); UILabel_t3248798549 * L_112 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_111, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_EatMaterialProportion_40(L_112); Transform_t3600365921 * L_113 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_113); Transform_t3600365921 * L_114 = Transform_Find_m1729760951(L_113, _stringLiteral420826489, /*hidden argument*/NULL); NullCheck(L_114); UILabel_t3248798549 * L_115 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_114, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_StudyMaterialProportion_41(L_115); Transform_t3600365921 * L_116 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_116); Transform_t3600365921 * L_117 = Transform_Find_m1729760951(L_116, _stringLiteral4286927391, /*hidden argument*/NULL); NullCheck(L_117); UILabel_t3248798549 * L_118 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_117, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_DrillMaterialProportion_42(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, _stringLiteral2597083365, /*hidden argument*/NULL); NullCheck(L_120); UITexture_t3471168817 * L_121 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_120, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_EatImag_43(L_121); Transform_t3600365921 * L_122 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_122); Transform_t3600365921 * L_123 = Transform_Find_m1729760951(L_122, _stringLiteral798994580, /*hidden argument*/NULL); NullCheck(L_123); UITexture_t3471168817 * L_124 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_123, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_StudyImag_44(L_124); Transform_t3600365921 * L_125 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_125); Transform_t3600365921 * L_126 = Transform_Find_m1729760951(L_125, _stringLiteral4016055213, /*hidden argument*/NULL); NullCheck(L_126); UITexture_t3471168817 * L_127 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_126, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_DrillImag_45(L_127); UITexture_t3471168817 * L_128 = __this->get_m_ExpLittleImg_29(); 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); __this->set_m_goldScale_57(L_130); UITexture_t3471168817 * L_131 = __this->get_m_ExpMoreImg_30(); NullCheck(L_131); Transform_t3600365921 * L_132 = Component_get_transform_m3162698980(L_131, /*hidden argument*/NULL); NullCheck(L_132); Vector3_t3722313464 L_133 = Transform_get_localScale_m129152068(L_132, /*hidden argument*/NULL); __this->set_m_littleScale_58(L_133); UITexture_t3471168817 * L_134 = __this->get_m_ExpMostImg_31(); NullCheck(L_134); Transform_t3600365921 * L_135 = Component_get_transform_m3162698980(L_134, /*hidden argument*/NULL); NullCheck(L_135); Vector3_t3722313464 L_136 = Transform_get_localScale_m129152068(L_135, /*hidden argument*/NULL); __this->set_m_bigScale_59(L_136); UITexture_t3471168817 * L_137 = __this->get_m_EatImag_43(); NullCheck(L_137); Transform_t3600365921 * L_138 = Component_get_transform_m3162698980(L_137, /*hidden argument*/NULL); NullCheck(L_138); Vector3_t3722313464 L_139 = Transform_get_localScale_m129152068(L_138, /*hidden argument*/NULL); __this->set_m_eatScale_60(L_139); UITexture_t3471168817 * L_140 = __this->get_m_StudyImag_44(); NullCheck(L_140); Transform_t3600365921 * L_141 = Component_get_transform_m3162698980(L_140, /*hidden argument*/NULL); NullCheck(L_141); Vector3_t3722313464 L_142 = Transform_get_localScale_m129152068(L_141, /*hidden argument*/NULL); __this->set_m_studyScale_61(L_142); UITexture_t3471168817 * L_143 = __this->get_m_DrillImag_45(); NullCheck(L_143); Transform_t3600365921 * L_144 = Component_get_transform_m3162698980(L_143, /*hidden argument*/NULL); NullCheck(L_144); Vector3_t3722313464 L_145 = Transform_get_localScale_m129152068(L_144, /*hidden argument*/NULL); __this->set_m_drillScale_62(L_145); Transform_t3600365921 * L_146 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_146); Transform_t3600365921 * L_147 = Transform_Find_m1729760951(L_146, _stringLiteral493775712, /*hidden argument*/NULL); __this->set_m_PetDetailRoot_2(L_147); Transform_t3600365921 * L_148 = __this->get_m_PetDetailRoot_2(); NullCheck(L_148); GameObject_t1113636619 * L_149 = Component_get_gameObject_m442555142(L_148, /*hidden argument*/NULL); NullCheck(L_149); GameObject_SetActive_m796801857(L_149, (bool)1, /*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, _stringLiteral3493546069, /*hidden argument*/NULL); __this->set_m_PetListRoot_3(L_151); Transform_t3600365921 * L_152 = __this->get_m_PetListRoot_3(); NullCheck(L_152); GameObject_t1113636619 * L_153 = Component_get_gameObject_m442555142(L_152, /*hidden argument*/NULL); NullCheck(L_153); GameObject_SetActive_m796801857(L_153, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_154 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_154); Transform_t3600365921 * L_155 = Transform_Find_m1729760951(L_154, _stringLiteral3440127619, /*hidden argument*/NULL); __this->set_m_BuyEnergyRoot_4(L_155); Transform_t3600365921 * L_156 = __this->get_m_BuyEnergyRoot_4(); NullCheck(L_156); GameObject_t1113636619 * L_157 = Component_get_gameObject_m442555142(L_156, /*hidden argument*/NULL); NullCheck(L_157); GameObject_SetActive_m796801857(L_157, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_158 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_158); Transform_t3600365921 * L_159 = Transform_Find_m1729760951(L_158, _stringLiteral3440127619, /*hidden argument*/NULL); NullCheck(L_159); PetBuyEnergy_t1876705499 * L_160 = Component_GetComponent_TisPetBuyEnergy_t1876705499_m3906402833(L_159, /*hidden argument*/Component_GetComponent_TisPetBuyEnergy_t1876705499_m3906402833_RuntimeMethod_var); __this->set_m_BuyEnergyUI_6(L_160); Transform_t3600365921 * L_161 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_161); Transform_t3600365921 * L_162 = Transform_Find_m1729760951(L_161, _stringLiteral1801955676, /*hidden argument*/NULL); __this->set_m_UpQuality_46(L_162); Transform_t3600365921 * L_163 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_163); Transform_t3600365921 * L_164 = Transform_Find_m1729760951(L_163, _stringLiteral3466880488, /*hidden argument*/NULL); __this->set_m_UpQualityGray_47(L_164); Transform_t3600365921 * L_165 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_165); Transform_t3600365921 * L_166 = Transform_Find_m1729760951(L_165, _stringLiteral1144934173, /*hidden argument*/NULL); NullCheck(L_166); UILabel_t3248798549 * L_167 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_166, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_UpQualityDesc_48(L_167); GameObject_t1113636619 * L_168 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral3900075501, /*hidden argument*/NULL); NullCheck(L_168); Camera_t4157153871 * L_169 = GameObject_GetComponent_TisCamera_t4157153871_m3956151066(L_168, /*hidden argument*/GameObject_GetComponent_TisCamera_t4157153871_m3956151066_RuntimeMethod_var); __this->set_m_3dCamera_50(L_169); Transform_t3600365921 * L_170 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_170); Transform_t3600365921 * L_171 = Transform_Find_m1729760951(L_170, _stringLiteral4138790555, /*hidden argument*/NULL); NullCheck(L_171); PetRotation_t3847662312 * L_172 = Component_GetComponent_TisPetRotation_t3847662312_m4183270407(L_171, /*hidden argument*/Component_GetComponent_TisPetRotation_t3847662312_m4183270407_RuntimeMethod_var); __this->set_m_PetModelRoot_49(L_172); Transform_t3600365921 * L_173 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_173); Transform_t3600365921 * L_174 = Transform_Find_m1729760951(L_173, _stringLiteral3124379480, /*hidden argument*/NULL); NullCheck(L_174); UITexture_t3471168817 * L_175 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_174, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_m_TextureAni_76(L_175); UITexture_t3471168817 * L_176 = __this->get_m_TextureAni_76(); NullCheck(L_176); Transform_t3600365921 * L_177 = Component_get_transform_m3162698980(L_176, /*hidden argument*/NULL); NullCheck(L_177); Vector3_t3722313464 L_178 = Transform_get_localScale_m129152068(L_177, /*hidden argument*/NULL); __this->set_m_OldTexturePos_77(L_178); Transform_t3600365921 * L_179 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_179); Transform_t3600365921 * L_180 = Transform_Find_m1729760951(L_179, _stringLiteral3495602150, /*hidden argument*/NULL); __this->set_helpPanelTransform_71(L_180); Transform_t3600365921 * L_181 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_181); Transform_t3600365921 * L_182 = Transform_Find_m1729760951(L_181, _stringLiteral246854509, /*hidden argument*/NULL); __this->set_uiRootBoth_72(L_182); Transform_t3600365921 * L_183 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_183); Transform_t3600365921 * L_184 = Transform_Find_m1729760951(L_183, _stringLiteral493775712, /*hidden argument*/NULL); __this->set_UIPetMain_73(L_184); Transform_t3600365921 * L_185 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_185); Transform_t3600365921 * L_186 = Transform_Find_m1729760951(L_185, _stringLiteral3493546069, /*hidden argument*/NULL); __this->set_PetList_74(L_186); IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_187 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_187); int32_t L_188 = CMiscConfig_GetInt_m1183615064(L_187, _stringLiteral1456272360, ((int32_t)14), /*hidden argument*/NULL); __this->set_primCashConfigID_51(L_188); __this->set_isSHowOk_55((bool)0); CMiscConfig_t1694835947 * L_189 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_189); int32_t L_190 = CMiscConfig_GetInt_m1183615064(L_189, _stringLiteral2856898691, ((int32_t)10), /*hidden argument*/NULL); __this->set_m_GoldExp_68(L_190); CMiscConfig_t1694835947 * L_191 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_191); int32_t L_192 = CMiscConfig_GetInt_m1183615064(L_191, _stringLiteral1995882356, ((int32_t)100), /*hidden argument*/NULL); __this->set_m_LittleExp_69(L_192); CMiscConfig_t1694835947 * L_193 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_193); int32_t L_194 = CMiscConfig_GetInt_m1183615064(L_193, _stringLiteral3808488123, ((int32_t)500), /*hidden argument*/NULL); __this->set_m_BigExp_70(L_194); UILabel_t3248798549 * L_195 = __this->get_m_GoldAddExp_65(); int32_t L_196 = __this->get_m_GoldExp_68(); int32_t L_197 = L_196; RuntimeObject * L_198 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_197); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_199 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral87596373, L_198, /*hidden argument*/NULL); NullCheck(L_195); UILabel_set_text_m1071532778(L_195, L_199, /*hidden argument*/NULL); UILabel_t3248798549 * L_200 = __this->get_m_LittleAddExp_66(); int32_t L_201 = __this->get_m_LittleExp_69(); int32_t L_202 = L_201; RuntimeObject * L_203 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_202); String_t* L_204 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral87596373, L_203, /*hidden argument*/NULL); NullCheck(L_200); UILabel_set_text_m1071532778(L_200, L_204, /*hidden argument*/NULL); UILabel_t3248798549 * L_205 = __this->get_m_BigAddExp_67(); int32_t L_206 = __this->get_m_BigExp_70(); int32_t L_207 = L_206; RuntimeObject * L_208 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_207); String_t* L_209 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral87596373, L_208, /*hidden argument*/NULL); NullCheck(L_205); UILabel_set_text_m1071532778(L_205, L_209, /*hidden argument*/NULL); UILabel_t3248798549 * L_210 = __this->get_m_ExpLittleNum_26(); CTextHelp_t3119637808 * L_211 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_212 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_211); String_t* L_213 = CTextHelp_GetText_m3374553046(L_211, _stringLiteral855559496, L_212, /*hidden argument*/NULL); NullCheck(L_210); UILabel_set_text_m1071532778(L_210, L_213, /*hidden argument*/NULL); __this->set_m_TickChangeAni_81((0.0f)); IL2CPP_RUNTIME_CLASS_INIT(WndAmountCtrl_t1993704824_il2cpp_TypeInfo_var); WndAmountCtrl_t1993704824 * L_214 = WndAmountCtrl_GetInstance_m2968099158(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_214); AmountData_t3377750247 * L_215 = WndAmountCtrl_get_InitialData_m2924490870(L_214, /*hidden argument*/NULL); __this->set_data_85(L_215); Camera_t4157153871 * L_216 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_myCamera_83(L_216); Camera_t4157153871 * L_217 = __this->get_myCamera_83(); NullCheck(L_217); float L_218 = Camera_get_depth_m2555926613(L_217, /*hidden argument*/NULL); __this->set_cameraDeep_84(L_218); return; } } // System.Void petMainUI::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnPageShow_m4035631810 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnPageShow_m4035631810_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; bool V_2 = false; GameObject_t1113636619 * G_B4_0 = NULL; { Camera_t4157153871 * L_0 = __this->get_myCamera_83(); NullCheck(L_0); Camera_set_depth_m3611516936(L_0, (2.1f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_1 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); ISceneNpcBase_t3974693970 * L_2 = CPetManager_get_CurrentSelectedPetObj_m1206640132(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0065; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_3 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); ISceneNpcBase_t3974693970 * L_4 = CPetManager_get_CurrentSelectedPetObj_m1206640132(L_3, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = ISceneBaseObj_GetTransform_m3818769012(L_4, /*hidden argument*/NULL); V_0 = L_5; Transform_t3600365921 * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_7 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0046; } } { Transform_t3600365921 * L_8 = V_0; NullCheck(L_8); GameObject_t1113636619 * L_9 = Component_get_gameObject_m442555142(L_8, /*hidden argument*/NULL); G_B4_0 = L_9; goto IL_0047; } IL_0046: { G_B4_0 = ((GameObject_t1113636619 *)(NULL)); } IL_0047: { V_1 = G_B4_0; CSceneService_t551449725 * L_10 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); GameObject_t1113636619 * L_11 = V_1; NullCheck(L_10); bool L_12 = CSceneService_DestroyNpcObj_m618051822(L_10, L_11, /*hidden argument*/NULL); V_2 = L_12; bool L_13 = V_2; if (!L_13) { goto IL_0065; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_14 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CPetManager_set_CurrentSelectedPetObj_m1232414421(L_14, (ISceneNpcBase_t3974693970 *)NULL, /*hidden argument*/NULL); } IL_0065: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_15 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); CPetManager_set_IsDataReady_m1087712853(L_15, (bool)1, /*hidden argument*/NULL); CPetManager_t2941415134 * L_16 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); CPetManager_set_IsNeedRefreshUI_m1624110245(L_16, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_17 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_18 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19 = CPetManager_get_RefreshActiveTimeTimerID_m3447856502(L_18, /*hidden argument*/NULL); NullCheck(L_17); CTimerManager_KillTimer_m1432033039(L_17, L_19, /*hidden argument*/NULL); CPetManager_t2941415134 * L_20 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CTimerManager_t4186675208 * L_21 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_22 = (intptr_t)petMainUI_OnRefreshActiveTime_m3641492524_RuntimeMethod_var; TimerCallbackProc_t3381003091 * L_23 = (TimerCallbackProc_t3381003091 *)il2cpp_codegen_object_new(TimerCallbackProc_t3381003091_il2cpp_TypeInfo_var); TimerCallbackProc__ctor_m2511947299(L_23, __this, L_22, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_24 = CTimerManager_CreateTimer_m1163471876(L_21, (1.0f), L_23, (-1), /*hidden argument*/NULL); NullCheck(L_20); CPetManager_set_RefreshActiveTimeTimerID_m836468754(L_20, L_24, /*hidden argument*/NULL); CPetManager_t2941415134 * L_25 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_26 = L_25; NullCheck(L_26); UpgradeEffect_t3030226768 * L_27 = L_26->get_m_UpgradeEffect_17(); intptr_t L_28 = (intptr_t)petMainUI_LevelEffect_m224632856_RuntimeMethod_var; UpgradeEffect_t3030226768 * L_29 = (UpgradeEffect_t3030226768 *)il2cpp_codegen_object_new(UpgradeEffect_t3030226768_il2cpp_TypeInfo_var); UpgradeEffect__ctor_m4107213288(L_29, __this, L_28, /*hidden argument*/NULL); Delegate_t1188392813 * L_30 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_27, L_29, /*hidden argument*/NULL); NullCheck(L_26); L_26->set_m_UpgradeEffect_17(((UpgradeEffect_t3030226768 *)CastclassSealed((RuntimeObject*)L_30, UpgradeEffect_t3030226768_il2cpp_TypeInfo_var))); CPetManager_t2941415134 * L_31 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_32 = L_31; NullCheck(L_32); GetMaterial_t2269987281 * L_33 = L_32->get_m_GetMaterial_18(); intptr_t L_34 = (intptr_t)petMainUI_GetMaterial_m3413640506_RuntimeMethod_var; GetMaterial_t2269987281 * L_35 = (GetMaterial_t2269987281 *)il2cpp_codegen_object_new(GetMaterial_t2269987281_il2cpp_TypeInfo_var); GetMaterial__ctor_m1988559445(L_35, __this, L_34, /*hidden argument*/NULL); Delegate_t1188392813 * L_36 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_33, L_35, /*hidden argument*/NULL); NullCheck(L_32); L_32->set_m_GetMaterial_18(((GetMaterial_t2269987281 *)CastclassSealed((RuntimeObject*)L_36, GetMaterial_t2269987281_il2cpp_TypeInfo_var))); IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig_t679804737 * L_37 = CPetConfig_GetInstance_m2205073526(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_37); CPetConfig_RequestPetConfig_m1936925773(L_37, 1, /*hidden argument*/NULL); CPetConfig_t679804737 * L_38 = CPetConfig_GetInstance_m2205073526(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_38); CPetConfig_RequestPetConfig_m1936925773(L_38, 2, /*hidden argument*/NULL); int32_t L_39 = __this->get_CurPage_56(); petMainUI_ChangedGroupSel_m3030277539(__this, L_39, /*hidden argument*/NULL); return; } } // System.Void petMainUI::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnPageHide_m36638787 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnPageHide_m36638787_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; bool V_2 = false; GameObject_t1113636619 * G_B4_0 = NULL; { Camera_t4157153871 * L_0 = __this->get_myCamera_83(); float L_1 = __this->get_cameraDeep_84(); NullCheck(L_0); Camera_set_depth_m3611516936(L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_2 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_3 = L_2; NullCheck(L_3); UpgradeEffect_t3030226768 * L_4 = L_3->get_m_UpgradeEffect_17(); intptr_t L_5 = (intptr_t)petMainUI_LevelEffect_m224632856_RuntimeMethod_var; UpgradeEffect_t3030226768 * L_6 = (UpgradeEffect_t3030226768 *)il2cpp_codegen_object_new(UpgradeEffect_t3030226768_il2cpp_TypeInfo_var); UpgradeEffect__ctor_m4107213288(L_6, __this, L_5, /*hidden argument*/NULL); Delegate_t1188392813 * L_7 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_4, L_6, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_m_UpgradeEffect_17(((UpgradeEffect_t3030226768 *)CastclassSealed((RuntimeObject*)L_7, UpgradeEffect_t3030226768_il2cpp_TypeInfo_var))); CPetManager_t2941415134 * L_8 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_9 = L_8; NullCheck(L_9); GetMaterial_t2269987281 * L_10 = L_9->get_m_GetMaterial_18(); intptr_t L_11 = (intptr_t)petMainUI_GetMaterial_m3413640506_RuntimeMethod_var; GetMaterial_t2269987281 * L_12 = (GetMaterial_t2269987281 *)il2cpp_codegen_object_new(GetMaterial_t2269987281_il2cpp_TypeInfo_var); GetMaterial__ctor_m1988559445(L_12, __this, L_11, /*hidden argument*/NULL); Delegate_t1188392813 * L_13 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_m_GetMaterial_18(((GetMaterial_t2269987281 *)CastclassSealed((RuntimeObject*)L_13, GetMaterial_t2269987281_il2cpp_TypeInfo_var))); CPetManager_t2941415134 * L_14 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); ISceneNpcBase_t3974693970 * L_15 = CPetManager_get_CurrentSelectedPetObj_m1206640132(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00b2; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_16 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); ISceneNpcBase_t3974693970 * L_17 = CPetManager_get_CurrentSelectedPetObj_m1206640132(L_16, /*hidden argument*/NULL); NullCheck(L_17); Transform_t3600365921 * L_18 = ISceneBaseObj_GetTransform_m3818769012(L_17, /*hidden argument*/NULL); V_0 = L_18; Transform_t3600365921 * L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_20 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0093; } } { Transform_t3600365921 * L_21 = V_0; NullCheck(L_21); GameObject_t1113636619 * L_22 = Component_get_gameObject_m442555142(L_21, /*hidden argument*/NULL); G_B4_0 = L_22; goto IL_0094; } IL_0093: { G_B4_0 = ((GameObject_t1113636619 *)(NULL)); } IL_0094: { V_1 = G_B4_0; CSceneService_t551449725 * L_23 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); GameObject_t1113636619 * L_24 = V_1; NullCheck(L_23); bool L_25 = CSceneService_DestroyNpcObj_m618051822(L_23, L_24, /*hidden argument*/NULL); V_2 = L_25; bool L_26 = V_2; if (!L_26) { goto IL_00b2; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_27 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_27); CPetManager_set_CurrentSelectedPetObj_m1232414421(L_27, (ISceneNpcBase_t3974693970 *)NULL, /*hidden argument*/NULL); } IL_00b2: { IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_28 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_29 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_29); int32_t L_30 = CPetManager_get_RefreshActiveTimeTimerID_m3447856502(L_29, /*hidden argument*/NULL); NullCheck(L_28); CTimerManager_KillTimer_m1432033039(L_28, L_30, /*hidden argument*/NULL); CPetManager_t2941415134 * L_31 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_31); CPetManager_set_RefreshActiveTimeTimerID_m836468754(L_31, 0, /*hidden argument*/NULL); return; } } // System.Void petMainUI::Update() extern "C" IL2CPP_METHOD_ATTR void petMainUI_Update_m1249301451 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_Update_m1249301451_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneNpcBase_t3974693970 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); String_t* V_9 = NULL; String_t* V_10 = NULL; AnimationClip_t2318505987 * V_11 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CPetManager_get_IsDataReady_m577219297(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002f; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_2 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = CPetManager_get_IsNeedRefreshUI_m3802484563(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002f; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_4 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CPetManager_set_IsNeedRefreshUI_m1624110245(L_4, (bool)0, /*hidden argument*/NULL); petMainUI_SetPetListData_m4100597722(__this, /*hidden argument*/NULL); } IL_002f: { float L_5 = __this->get_cdTime_79(); if ((!(((float)L_5) > ((float)(0.0f))))) { goto IL_0051; } } { float L_6 = __this->get_cdTime_79(); float L_7 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_cdTime_79(((float)il2cpp_codegen_subtract((float)L_6, (float)L_7))); } IL_0051: { bool L_8 = __this->get_isSHowOk_55(); if (L_8) { goto IL_0068; } } { bool L_9 = petMainUI_SetImage_m2352523297(__this, /*hidden argument*/NULL); __this->set_isSHowOk_55(L_9); } IL_0068: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_10 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); bool L_11 = CPetManager_get_IsDataReady_m577219297(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_007d; } } { petMainUI_SetAutoChangeValue_m1778069801(__this, /*hidden argument*/NULL); } IL_007d: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_12 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); ISceneNpcBase_t3974693970 * L_13 = CPetManager_get_CurrentSelectedPetObj_m1206640132(L_12, /*hidden argument*/NULL); V_0 = L_13; ISceneNpcBase_t3974693970 * L_14 = V_0; if (!L_14) { goto IL_0252; } } { ISceneNpcBase_t3974693970 * L_15 = V_0; NullCheck(L_15); bool L_16 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_15); if (!L_16) { goto IL_01d0; } } { ISceneNpcBase_t3974693970 * L_17 = V_0; NullCheck(L_17); bool L_18 = ISceneNpcBase_get_IsSubmitAlready_m1334787197(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_01d0; } } { ISceneNpcBase_t3974693970 * L_19 = V_0; NullCheck(L_19); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_19); ISceneNpcBase_t3974693970 * L_20 = V_0; NullCheck(L_20); Transform_t3600365921 * L_21 = ISceneBaseObj_GetTransform_m3818769012(L_20, /*hidden argument*/NULL); V_1 = L_21; Transform_t3600365921 * L_22 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_23 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00be; } } { return; } IL_00be: { PetRotation_t3847662312 * L_24 = __this->get_m_PetModelRoot_49(); Transform_t3600365921 * L_25 = V_1; NullCheck(L_24); L_24->set_petTransform_2(L_25); Camera_t4157153871 * L_26 = __this->get_m_3dCamera_50(); Transform_t3600365921 * L_27 = V_1; NullCheck(L_27); Vector3_t3722313464 L_28 = Transform_get_position_m36019626(L_27, /*hidden argument*/NULL); NullCheck(L_26); Vector3_t3722313464 L_29 = Camera_WorldToScreenPoint_m3726311023(L_26, L_28, /*hidden argument*/NULL); V_2 = L_29; Camera_t4157153871 * L_30 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); PetRotation_t3847662312 * L_31 = __this->get_m_PetModelRoot_49(); NullCheck(L_31); Transform_t3600365921 * L_32 = Component_get_transform_m3162698980(L_31, /*hidden argument*/NULL); NullCheck(L_32); Vector3_t3722313464 L_33 = Transform_get_position_m36019626(L_32, /*hidden argument*/NULL); NullCheck(L_30); Vector3_t3722313464 L_34 = Camera_WorldToScreenPoint_m3726311023(L_30, L_33, /*hidden argument*/NULL); V_3 = L_34; float L_35 = (&V_3)->get_x_1(); float L_36 = (&V_3)->get_y_2(); float L_37 = (&V_2)->get_z_3(); Vector3__ctor_m3353183577((&V_4), L_35, L_36, L_37, /*hidden argument*/NULL); Transform_t3600365921 * L_38 = V_1; Camera_t4157153871 * L_39 = __this->get_m_3dCamera_50(); Vector3_t3722313464 L_40 = V_4; NullCheck(L_39); Vector3_t3722313464 L_41 = Camera_ScreenToWorldPoint_m3978588570(L_39, L_40, /*hidden argument*/NULL); NullCheck(L_38); Transform_set_position_m3387557959(L_38, L_41, /*hidden argument*/NULL); Transform_t3600365921 * L_42 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_43 = Quaternion_Euler_m3049309462(NULL /*static, unused*/, (0.0f), (180.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_42); Transform_set_rotation_m3524318132(L_42, L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_44 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_45 = V_0; NullCheck(L_45); int32_t L_46 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_45); NullCheck(L_44); Vector3_t3722313464 L_47 = CPetActionConfig_GetShowFactorByModelID_m3010840772(L_44, L_46, /*hidden argument*/NULL); V_5 = L_47; Transform_t3600365921 * L_48 = V_1; Transform_t3600365921 * L_49 = V_1; NullCheck(L_49); Vector3_t3722313464 L_50 = Transform_get_localScale_m129152068(L_49, /*hidden argument*/NULL); V_6 = L_50; float L_51 = (&V_6)->get_x_1(); float L_52 = (&V_5)->get_x_1(); Transform_t3600365921 * L_53 = V_1; NullCheck(L_53); Vector3_t3722313464 L_54 = Transform_get_localScale_m129152068(L_53, /*hidden argument*/NULL); V_7 = L_54; float L_55 = (&V_7)->get_y_2(); float L_56 = (&V_5)->get_y_2(); Transform_t3600365921 * L_57 = V_1; NullCheck(L_57); Vector3_t3722313464 L_58 = Transform_get_localScale_m129152068(L_57, /*hidden argument*/NULL); V_8 = L_58; float L_59 = (&V_8)->get_z_3(); float L_60 = (&V_5)->get_z_3(); Vector3_t3722313464 L_61; memset(&L_61, 0, sizeof(L_61)); Vector3__ctor_m3353183577((&L_61), ((float)il2cpp_codegen_multiply((float)L_51, (float)L_52)), ((float)il2cpp_codegen_multiply((float)L_55, (float)L_56)), ((float)il2cpp_codegen_multiply((float)L_59, (float)L_60)), /*hidden argument*/NULL); NullCheck(L_48); Transform_set_localScale_m3053443106(L_48, L_61, /*hidden argument*/NULL); CPetActionConfig_t1976691651 * L_62 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_63 = V_0; NullCheck(L_63); int32_t L_64 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_63); NullCheck(L_62); String_t* L_65 = CPetActionConfig_GetActionResByModelID_m823719944(L_62, L_64, 1, /*hidden argument*/NULL); V_9 = L_65; ISceneNpcBase_t3974693970 * L_66 = V_0; String_t* L_67 = V_9; NullCheck(L_66); ISceneBaseObj_SetIdleAnim_m1936918694(L_66, L_67, /*hidden argument*/NULL); __this->set_m_TickChangeAni_81((0.0f)); ISceneNpcBase_t3974693970 * L_68 = V_0; NullCheck(L_68); ISceneNpcBase_set_IsSubmitAlready_m475230837(L_68, (bool)1, /*hidden argument*/NULL); } IL_01d0: { float L_69 = __this->get_m_TickChangeAni_81(); float L_70 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_TickChangeAni_81(((float)il2cpp_codegen_add((float)L_69, (float)L_70))); float L_71 = __this->get_m_TickChangeAni_81(); IL2CPP_RUNTIME_CLASS_INIT(RoleActionConfig_t1403548228_il2cpp_TypeInfo_var); RoleActionConfig_t1403548228 * L_72 = RoleActionConfig_GetInstance_m1562956930(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_72); float L_73 = RoleActionConfig_GetChangeTime_m3312934990(L_72, /*hidden argument*/NULL); if ((!(((float)L_71) >= ((float)L_73)))) { goto IL_0252; } } { __this->set_m_TickChangeAni_81((0.0f)); IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_74 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_75 = V_0; NullCheck(L_75); int32_t L_76 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_75); NullCheck(L_74); String_t* L_77 = CPetActionConfig_GetActionResByModelID_m823719944(L_74, L_76, 2, /*hidden argument*/NULL); V_10 = L_77; String_t* L_78 = V_10; AnimationClip_t2318505987 * L_79 = CAnimManager_GetAnimClip_m1783282542(NULL /*static, unused*/, L_78, /*hidden argument*/NULL); V_11 = L_79; AnimationClip_t2318505987 * L_80 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_81 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_0252; } } { ISceneNpcBase_t3974693970 * L_82 = V_0; String_t* L_83 = V_10; NullCheck(L_82); ISceneBaseObj_SetIdleAnim_m1936918694(L_82, L_83, /*hidden argument*/NULL); CEventManager_t474365641 * L_84 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); AnimationClip_t2318505987 * L_85 = V_11; NullCheck(L_85); float L_86 = AnimationClip_get_length_m3296085482(L_85, /*hidden argument*/NULL); intptr_t L_87 = (intptr_t)petMainUI_RechangeToStand_m3125885205_RuntimeMethod_var; OnEventCall_t3758354630 * L_88 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_88, __this, L_87, /*hidden argument*/NULL); NullCheck(L_84); CEventManager_PushOnce_m2143949090(L_84, L_86, L_88, 0, /*hidden argument*/NULL); } IL_0252: { return; } } // System.Void petMainUI::RechangeToStand(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void petMainUI_RechangeToStand_m3125885205 (petMainUI_t1540475485 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_RechangeToStand_m3125885205_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneNpcBase_t3974693970 * V_0 = NULL; String_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISceneNpcBase_t3974693970 * L_1 = CPetManager_get_CurrentSelectedPetObj_m1206640132(L_0, /*hidden argument*/NULL); V_0 = L_1; ISceneNpcBase_t3974693970 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(CPetActionConfig_t1976691651_il2cpp_TypeInfo_var); CPetActionConfig_t1976691651 * L_3 = CPetActionConfig_GetInstance_m684232195(NULL /*static, unused*/, /*hidden argument*/NULL); ISceneNpcBase_t3974693970 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_4); NullCheck(L_3); String_t* L_6 = CPetActionConfig_GetActionResByModelID_m823719944(L_3, L_5, 1, /*hidden argument*/NULL); V_1 = L_6; ISceneNpcBase_t3974693970 * L_7 = V_0; String_t* L_8 = V_1; NullCheck(L_7); ISceneBaseObj_SetIdleAnim_m1936918694(L_7, L_8, /*hidden argument*/NULL); return; } } // System.Void petMainUI::OnPageTips() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnPageTips_m1709117525 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnPageTips_m1709117525_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(PageTipsManager_t2228145721_il2cpp_TypeInfo_var); PageTipsManager_t2228145721 * L_5 = PageTipsManager_GetInstance_m1518232043(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_6 = (intptr_t)petMainUI_OnHelpPanelVisibleChanged_m680140997_RuntimeMethod_var; OnTipsWndVisibleChanged_t2417932079 * L_7 = (OnTipsWndVisibleChanged_t2417932079 *)il2cpp_codegen_object_new(OnTipsWndVisibleChanged_t2417932079_il2cpp_TypeInfo_var); OnTipsWndVisibleChanged__ctor_m4217628524(L_7, __this, L_6, /*hidden argument*/NULL); NullCheck(L_5); PageTipsManager_ShowTipWnd_m2658883675(L_5, ((int32_t)60), L_7, /*hidden argument*/NULL); return; } } // System.Void petMainUI::OnHelpPanelVisibleChanged(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnHelpPanelVisibleChanged_m680140997 (petMainUI_t1540475485 * __this, bool ___isHide0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnHelpPanelVisibleChanged_m680140997_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_1 = ___isHide0; NullCheck(L_0); CPetManager_SetPetModelVisable_m2148172164(L_0, (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); return; } } // System.Void petMainUI::CreatePetModelAndShow(System.Int32) extern "C" IL2CPP_METHOD_ATTR void petMainUI_CreatePetModelAndShow_m3014079126 (petMainUI_t1540475485 * __this, int32_t ___petModelId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_CreatePetModelAndShow_m3014079126_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___petModelId0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)10000000)))) { goto IL_000c; } } { return; } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_1 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); ISceneNpcBase_t3974693970 * L_2 = CPetManager_get_CurrentSelectedPetObj_m1206640132(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_3 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); ISceneNpcBase_t3974693970 * L_4 = CPetManager_get_CurrentSelectedPetObj_m1206640132(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetModelID() */, L_4); int32_t L_6 = ___petModelId0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0031; } } { return; } IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_7 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_8 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_9 = ___petModelId0; NullCheck(L_8); ISceneBaseObj_t858622483 * L_10 = CPetManager_CreatePetObject_m1636568575(L_8, L_9, /*hidden argument*/NULL); NullCheck(L_7); CPetManager_set_CurrentSelectedPetObj_m1232414421(L_7, ((ISceneNpcBase_t3974693970 *)IsInstClass((RuntimeObject*)L_10, ISceneNpcBase_t3974693970_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void petMainUI::SetAutoChangeValue() extern "C" IL2CPP_METHOD_ATTR void petMainUI_SetAutoChangeValue_m1778069801 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_SetAutoChangeValue_m1778069801_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; PetQualityDataUnit_t1608751097 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPet_t2667050390 * L_1 = CPetManager_GetCurrentSelectPet_m1550372004(L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig_t679804737 * L_3 = CPetConfig_GetInstance_m2205073526(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = CPet_get_Quality_m3758522020(L_4, /*hidden argument*/NULL); NullCheck(L_3); PetQualityDataUnit_t1608751097 * L_6 = CPetConfig_GetQualityconfig_m1314804221(L_3, L_5, /*hidden argument*/NULL); V_1 = L_6; PetQualityDataUnit_t1608751097 * L_7 = V_1; NullCheck(L_7); int32_t L_8 = L_7->get_eatNum_3(); V_2 = L_8; PetQualityDataUnit_t1608751097 * L_9 = V_1; NullCheck(L_9); int32_t L_10 = L_9->get_studyNum_6(); V_3 = L_10; PetQualityDataUnit_t1608751097 * L_11 = V_1; NullCheck(L_11); int32_t L_12 = L_11->get_drillNum_9(); V_4 = L_12; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_13 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); PetQualityDataUnit_t1608751097 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = L_14->get_eatMaterialID_5(); NullCheck(L_13); int32_t L_16 = CPropManager_GetPropAmount_m271193511(L_13, L_15, /*hidden argument*/NULL); V_5 = L_16; CPropManager_t2238730194 * L_17 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); PetQualityDataUnit_t1608751097 * L_18 = V_1; NullCheck(L_18); int32_t L_19 = L_18->get_studyMaterialID_8(); NullCheck(L_17); int32_t L_20 = CPropManager_GetPropAmount_m271193511(L_17, L_19, /*hidden argument*/NULL); V_6 = L_20; CPropManager_t2238730194 * L_21 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); PetQualityDataUnit_t1608751097 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = L_22->get_drillMaterialID_11(); NullCheck(L_21); int32_t L_24 = CPropManager_GetPropAmount_m271193511(L_21, L_23, /*hidden argument*/NULL); V_7 = L_24; int32_t L_25 = V_5; int32_t L_26 = V_2; if ((((int32_t)L_25) >= ((int32_t)L_26))) { goto IL_009e; } } { UILabel_t3248798549 * L_27 = __this->get_m_EatMaterialProportion_40(); int32_t L_28 = V_5; int32_t L_29 = L_28; RuntimeObject * L_30 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_29); int32_t L_31 = V_2; 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*/, _stringLiteral3567219566, L_30, L_33, /*hidden argument*/NULL); NullCheck(L_27); UILabel_set_text_m1071532778(L_27, L_34, /*hidden argument*/NULL); goto IL_00c0; } IL_009e: { UILabel_t3248798549 * L_35 = __this->get_m_EatMaterialProportion_40(); int32_t L_36 = V_5; int32_t L_37 = L_36; RuntimeObject * L_38 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_37); int32_t L_39 = V_2; int32_t L_40 = L_39; RuntimeObject * L_41 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral4199253617, L_38, L_41, /*hidden argument*/NULL); NullCheck(L_35); UILabel_set_text_m1071532778(L_35, L_42, /*hidden argument*/NULL); } IL_00c0: { int32_t L_43 = V_6; int32_t L_44 = V_3; if ((((int32_t)L_43) >= ((int32_t)L_44))) { goto IL_00ef; } } { UILabel_t3248798549 * L_45 = __this->get_m_StudyMaterialProportion_41(); int32_t L_46 = V_6; int32_t L_47 = L_46; RuntimeObject * L_48 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_47); int32_t L_49 = V_3; int32_t L_50 = L_49; RuntimeObject * L_51 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_50); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_52 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3567219566, L_48, L_51, /*hidden argument*/NULL); NullCheck(L_45); UILabel_set_text_m1071532778(L_45, L_52, /*hidden argument*/NULL); goto IL_0111; } IL_00ef: { UILabel_t3248798549 * L_53 = __this->get_m_StudyMaterialProportion_41(); int32_t L_54 = V_6; int32_t L_55 = L_54; RuntimeObject * L_56 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_55); int32_t L_57 = V_3; int32_t L_58 = L_57; RuntimeObject * L_59 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_58); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_60 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral4199253617, L_56, L_59, /*hidden argument*/NULL); NullCheck(L_53); UILabel_set_text_m1071532778(L_53, L_60, /*hidden argument*/NULL); } IL_0111: { int32_t L_61 = V_7; int32_t L_62 = V_4; if ((((int32_t)L_61) >= ((int32_t)L_62))) { goto IL_0142; } } { UILabel_t3248798549 * L_63 = __this->get_m_DrillMaterialProportion_42(); int32_t L_64 = V_7; int32_t L_65 = L_64; RuntimeObject * L_66 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_65); int32_t L_67 = V_4; int32_t L_68 = L_67; RuntimeObject * L_69 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_68); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_70 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3567219566, L_66, L_69, /*hidden argument*/NULL); NullCheck(L_63); UILabel_set_text_m1071532778(L_63, L_70, /*hidden argument*/NULL); goto IL_0165; } IL_0142: { UILabel_t3248798549 * L_71 = __this->get_m_DrillMaterialProportion_42(); int32_t L_72 = V_7; int32_t L_73 = L_72; RuntimeObject * L_74 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_73); int32_t L_75 = V_4; 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_Format_m2556382932(NULL /*static, unused*/, _stringLiteral4199253617, L_74, L_77, /*hidden argument*/NULL); NullCheck(L_71); UILabel_set_text_m1071532778(L_71, L_78, /*hidden argument*/NULL); } IL_0165: { CPet_t2667050390 * L_79 = V_0; NullCheck(L_79); int32_t L_80 = CPet_get_mPetPhysiologyState_m4255554411(L_79, /*hidden argument*/NULL); if ((!(((uint32_t)L_80) == ((uint32_t)1)))) { goto IL_01f4; } } { UILabel_t3248798549 * L_81 = __this->get_m_NextQuality_34(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_82 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_81); UILabel_set_text_m1071532778(L_81, L_82, /*hidden argument*/NULL); UILabel_t3248798549 * L_83 = __this->get_m_NextQualityRight_35(); String_t* L_84 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_83); UILabel_set_text_m1071532778(L_83, L_84, /*hidden argument*/NULL); UISprite_t194114938 * L_85 = __this->get_m_NextSprite_33(); NullCheck(L_85); GameObject_t1113636619 * L_86 = Component_get_gameObject_m442555142(L_85, /*hidden argument*/NULL); NullCheck(L_86); GameObject_SetActive_m796801857(L_86, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_87 = __this->get_m_UpQuality_46(); 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)0, /*hidden argument*/NULL); Transform_t3600365921 * L_89 = __this->get_m_UpQualityGray_47(); NullCheck(L_89); GameObject_t1113636619 * L_90 = Component_get_gameObject_m442555142(L_89, /*hidden argument*/NULL); NullCheck(L_90); GameObject_SetActive_m796801857(L_90, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_91 = __this->get_m_UpQualityDesc_48(); NullCheck(L_91); GameObject_t1113636619 * L_92 = Component_get_gameObject_m442555142(L_91, /*hidden argument*/NULL); NullCheck(L_92); GameObject_SetActive_m796801857(L_92, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_93 = __this->get_m_UpQualityDesc_48(); CTextHelp_t3119637808 * L_94 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_94); String_t* L_95 = CTextHelp_GetText_m372251958(L_94, _stringLiteral2767372555, /*hidden argument*/NULL); NullCheck(L_93); UILabel_set_text_m1071532778(L_93, L_95, /*hidden argument*/NULL); goto IL_037d; } IL_01f4: { PetQualityDataUnit_t1608751097 * L_96 = V_1; NullCheck(L_96); int32_t L_97 = L_96->get_maxlevel_1(); CPet_t2667050390 * L_98 = V_0; NullCheck(L_98); int32_t L_99 = CPet_get_Level_m31911284(L_98, /*hidden argument*/NULL); if ((!(((uint32_t)L_97) == ((uint32_t)L_99)))) { goto IL_027d; } } { int32_t L_100 = V_5; int32_t L_101 = V_2; if ((((int32_t)L_100) < ((int32_t)L_101))) { goto IL_0245; } } { int32_t L_102 = V_6; int32_t L_103 = V_3; if ((((int32_t)L_102) < ((int32_t)L_103))) { goto IL_0245; } } { int32_t L_104 = V_7; int32_t L_105 = V_4; if ((((int32_t)L_104) < ((int32_t)L_105))) { goto IL_0245; } } { Transform_t3600365921 * L_106 = __this->get_m_UpQuality_46(); NullCheck(L_106); GameObject_t1113636619 * L_107 = Component_get_gameObject_m442555142(L_106, /*hidden argument*/NULL); NullCheck(L_107); GameObject_SetActive_m796801857(L_107, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_108 = __this->get_m_UpQualityGray_47(); NullCheck(L_108); GameObject_t1113636619 * L_109 = Component_get_gameObject_m442555142(L_108, /*hidden argument*/NULL); NullCheck(L_109); GameObject_SetActive_m796801857(L_109, (bool)0, /*hidden argument*/NULL); goto IL_0267; } IL_0245: { Transform_t3600365921 * L_110 = __this->get_m_UpQuality_46(); NullCheck(L_110); GameObject_t1113636619 * L_111 = Component_get_gameObject_m442555142(L_110, /*hidden argument*/NULL); NullCheck(L_111); GameObject_SetActive_m796801857(L_111, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_112 = __this->get_m_UpQualityGray_47(); NullCheck(L_112); GameObject_t1113636619 * L_113 = Component_get_gameObject_m442555142(L_112, /*hidden argument*/NULL); NullCheck(L_113); GameObject_SetActive_m796801857(L_113, (bool)1, /*hidden argument*/NULL); } IL_0267: { UILabel_t3248798549 * L_114 = __this->get_m_UpQualityDesc_48(); NullCheck(L_114); GameObject_t1113636619 * L_115 = Component_get_gameObject_m442555142(L_114, /*hidden argument*/NULL); NullCheck(L_115); GameObject_SetActive_m796801857(L_115, (bool)0, /*hidden argument*/NULL); goto IL_02da; } IL_027d: { Transform_t3600365921 * L_116 = __this->get_m_UpQuality_46(); NullCheck(L_116); GameObject_t1113636619 * L_117 = Component_get_gameObject_m442555142(L_116, /*hidden argument*/NULL); NullCheck(L_117); GameObject_SetActive_m796801857(L_117, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_118 = __this->get_m_UpQualityGray_47(); NullCheck(L_118); GameObject_t1113636619 * L_119 = Component_get_gameObject_m442555142(L_118, /*hidden argument*/NULL); NullCheck(L_119); GameObject_SetActive_m796801857(L_119, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_120 = __this->get_m_UpQualityDesc_48(); NullCheck(L_120); GameObject_t1113636619 * L_121 = Component_get_gameObject_m442555142(L_120, /*hidden argument*/NULL); NullCheck(L_121); GameObject_SetActive_m796801857(L_121, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_122 = __this->get_m_UpQualityDesc_48(); CTextHelp_t3119637808 * L_123 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_123); String_t* L_124 = CTextHelp_GetText_m372251958(L_123, _stringLiteral2202009993, /*hidden argument*/NULL); PetQualityDataUnit_t1608751097 * L_125 = V_1; NullCheck(L_125); int32_t L_126 = L_125->get_maxlevel_1(); int32_t L_127 = L_126; RuntimeObject * L_128 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_127); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_129 = String_Format_m2844511972(NULL /*static, unused*/, L_124, L_128, /*hidden argument*/NULL); NullCheck(L_122); UILabel_set_text_m1071532778(L_122, L_129, /*hidden argument*/NULL); } IL_02da: { IL2CPP_RUNTIME_CLASS_INIT(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); CPetStarQualityLevelCfg_t129968123 * L_130 = CPetStarQualityLevelCfg_GetInstance_m632892810(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_131 = V_0; NullCheck(L_131); int32_t L_132 = CPet_get_Star_m2698684576(L_131, /*hidden argument*/NULL); CPet_t2667050390 * L_133 = V_0; NullCheck(L_133); int32_t L_134 = CPet_get_Quality_m3758522020(L_133, /*hidden argument*/NULL); NullCheck(L_130); bool L_135 = CPetStarQualityLevelCfg_IsMaxQuality_m3308109945(L_130, L_132, L_134, /*hidden argument*/NULL); if (!L_135) { goto IL_037d; } } { UILabel_t3248798549 * L_136 = __this->get_m_NextQuality_34(); CTextHelp_t3119637808 * L_137 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_137); String_t* L_138 = CTextHelp_GetText_m372251958(L_137, _stringLiteral681655159, /*hidden argument*/NULL); NullCheck(L_136); UILabel_set_text_m1071532778(L_136, L_138, /*hidden argument*/NULL); UILabel_t3248798549 * L_139 = __this->get_m_NextQualityRight_35(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_140 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_139); UILabel_set_text_m1071532778(L_139, L_140, /*hidden argument*/NULL); UISprite_t194114938 * L_141 = __this->get_m_NextSprite_33(); NullCheck(L_141); GameObject_t1113636619 * L_142 = Component_get_gameObject_m442555142(L_141, /*hidden argument*/NULL); NullCheck(L_142); GameObject_SetActive_m796801857(L_142, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_143 = __this->get_m_UpQuality_46(); NullCheck(L_143); GameObject_t1113636619 * L_144 = Component_get_gameObject_m442555142(L_143, /*hidden argument*/NULL); NullCheck(L_144); GameObject_SetActive_m796801857(L_144, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_145 = __this->get_m_UpQualityGray_47(); NullCheck(L_145); GameObject_t1113636619 * L_146 = Component_get_gameObject_m442555142(L_145, /*hidden argument*/NULL); NullCheck(L_146); GameObject_SetActive_m796801857(L_146, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_147 = __this->get_m_UpQualityDesc_48(); NullCheck(L_147); GameObject_t1113636619 * L_148 = Component_get_gameObject_m442555142(L_147, /*hidden argument*/NULL); NullCheck(L_148); GameObject_SetActive_m796801857(L_148, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_149 = __this->get_m_UpQualityDesc_48(); CTextHelp_t3119637808 * L_150 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_150); String_t* L_151 = CTextHelp_GetText_m372251958(L_150, _stringLiteral1679594353, /*hidden argument*/NULL); NullCheck(L_149); UILabel_set_text_m1071532778(L_149, L_151, /*hidden argument*/NULL); } IL_037d: { return; } } // System.Boolean petMainUI::SetImage() extern "C" IL2CPP_METHOD_ATTR bool petMainUI_SetImage_m2352523297 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_CurPage_56(); if (L_0) { goto IL_0012; } } { bool L_1 = petMainUI_SetMedicineImage_m1009574967(__this, /*hidden argument*/NULL); return L_1; } IL_0012: { bool L_2 = petMainUI_SetMaterialImage_m1956424503(__this, /*hidden argument*/NULL); return L_2; } } // System.Boolean petMainUI::SetMedicineImage() extern "C" IL2CPP_METHOD_ATTR bool petMainUI_SetMedicineImage_m1009574967 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_SetMedicineImage_m1009574967_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; int32_t G_B4_0 = 0; { UITexture_t3471168817 * L_0 = __this->get_m_ExpLittleImg_29(); int32_t L_1 = __this->get_primConfig_52(); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); String_t* L_2 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); Vector3_t3722313464 L_3 = __this->get_m_goldScale_57(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_4 = CMiscHelp_SetTextureIcon_m1616628797(NULL /*static, unused*/, L_0, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; UITexture_t3471168817 * L_5 = __this->get_m_ExpMoreImg_30(); int32_t L_6 = __this->get_littleConfig_53(); String_t* L_7 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); Vector3_t3722313464 L_8 = __this->get_m_littleScale_58(); bool L_9 = CMiscHelp_SetTextureIcon_m1616628797(NULL /*static, unused*/, L_5, L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; UITexture_t3471168817 * L_10 = __this->get_m_ExpMostImg_31(); int32_t L_11 = __this->get_bigConfig_54(); String_t* L_12 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); Vector3_t3722313464 L_13 = __this->get_m_bigScale_59(); bool L_14 = CMiscHelp_SetTextureIcon_m1616628797(NULL /*static, unused*/, L_10, L_12, L_13, /*hidden argument*/NULL); V_2 = L_14; bool L_15 = V_0; if (!L_15) { goto IL_0066; } } { bool L_16 = V_1; if (!L_16) { goto IL_0066; } } { bool L_17 = V_2; G_B4_0 = ((int32_t)(L_17)); goto IL_0067; } IL_0066: { G_B4_0 = 0; } IL_0067: { return (bool)G_B4_0; } } // System.Boolean petMainUI::SetMaterialImage() extern "C" IL2CPP_METHOD_ATTR bool petMainUI_SetMaterialImage_m1956424503 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_SetMaterialImage_m1956424503_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; PetQualityDataUnit_t1608751097 * V_4 = NULL; bool V_5 = false; bool V_6 = false; bool V_7 = false; int32_t G_B7_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPet_t2667050390 * L_1 = CPetManager_GetCurrentSelectPet_m1550372004(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; V_2 = 0; V_3 = 0; V_4 = (PetQualityDataUnit_t1608751097 *)NULL; CPet_t2667050390 * L_2 = V_0; if (!L_2) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig_t679804737 * L_3 = CPetConfig_GetInstance_m2205073526(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = CPet_get_Quality_m3758522020(L_4, /*hidden argument*/NULL); NullCheck(L_3); PetQualityDataUnit_t1608751097 * L_6 = CPetConfig_GetQualityconfig_m1314804221(L_3, L_5, /*hidden argument*/NULL); V_4 = L_6; goto IL_003e; } IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig_t679804737 * L_7 = CPetConfig_GetInstance_m2205073526(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); PetQualityDataUnit_t1608751097 * L_8 = CPetConfig_GetQualityconfig_m1314804221(L_7, 1, /*hidden argument*/NULL); V_4 = L_8; } IL_003e: { PetQualityDataUnit_t1608751097 * L_9 = V_4; NullCheck(L_9); int32_t L_10 = L_9->get_eatMaterialID_5(); V_1 = L_10; PetQualityDataUnit_t1608751097 * L_11 = V_4; NullCheck(L_11); int32_t L_12 = L_11->get_studyMaterialID_8(); V_2 = L_12; PetQualityDataUnit_t1608751097 * L_13 = V_4; NullCheck(L_13); int32_t L_14 = L_13->get_drillMaterialID_11(); V_3 = L_14; UITexture_t3471168817 * L_15 = __this->get_m_EatImag_43(); int32_t L_16 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); String_t* L_17 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); Vector3_t3722313464 L_18 = __this->get_m_eatScale_60(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_19 = CMiscHelp_SetTextureIcon_m1616628797(NULL /*static, unused*/, L_15, L_17, L_18, /*hidden argument*/NULL); V_5 = L_19; UITexture_t3471168817 * L_20 = __this->get_m_StudyImag_44(); int32_t L_21 = V_2; String_t* L_22 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); Vector3_t3722313464 L_23 = __this->get_m_studyScale_61(); bool L_24 = CMiscHelp_SetTextureIcon_m1616628797(NULL /*static, unused*/, L_20, L_22, L_23, /*hidden argument*/NULL); V_6 = L_24; UITexture_t3471168817 * L_25 = __this->get_m_DrillImag_45(); int32_t L_26 = V_3; String_t* L_27 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); Vector3_t3722313464 L_28 = __this->get_m_drillScale_62(); bool L_29 = CMiscHelp_SetTextureIcon_m1616628797(NULL /*static, unused*/, L_25, L_27, L_28, /*hidden argument*/NULL); V_7 = L_29; bool L_30 = V_5; if (!L_30) { goto IL_00b3; } } { bool L_31 = V_6; if (!L_31) { goto IL_00b3; } } { bool L_32 = V_7; G_B7_0 = ((int32_t)(L_32)); goto IL_00b4; } IL_00b3: { G_B7_0 = 0; } IL_00b4: { return (bool)G_B7_0; } } // System.Void petMainUI::UpdatePet(System.Int64) extern "C" IL2CPP_METHOD_ATTR void petMainUI_UpdatePet_m1250740197 (petMainUI_t1540475485 * __this, int64_t ___petID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_UpdatePet_m1250740197_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_0, /*hidden argument*/NULL); int64_t L_2 = ___petID0; if ((!(((uint64_t)L_1) == ((uint64_t)L_2)))) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_3 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_4 = ___petID0; NullCheck(L_3); CPet_t2667050390 * L_5 = CPetManager_GetPetByID_m2745814047(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; CPet_t2667050390 * L_6 = V_0; if (L_6) { goto IL_0023; } } { return; } IL_0023: { CPet_t2667050390 * L_7 = V_0; petMainUI_SetPetDetail_m2948762757(__this, L_7, /*hidden argument*/NULL); } IL_002a: { return; } } // System.Void petMainUI::SetPetListData() extern "C" IL2CPP_METHOD_ATTR void petMainUI_SetPetListData_m4100597722 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_SetPetListData_m4100597722_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int64_t V_2 = 0; int32_t V_3 = 0; CPet_t2667050390 * V_4 = NULL; int32_t V_5 = 0; Transform_t3600365921 * V_6 = NULL; petUI_t1661019501 * V_7 = NULL; CPet_t2667050390 * V_8 = NULL; Transform_t3600365921 * V_9 = NULL; { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CPetManager_GetPetListCount_m2254559960(L_0, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_001a; } } { petMainUI_ResetDetail_m3516047430(__this, /*hidden argument*/NULL); } IL_001a: { int32_t L_3 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_4 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CPetManager_get_CurrentPetNum_m2802073578(L_4, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_0051; } } { int32_t L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_7 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = CPetManager_get_MaxPetNum_m876498036(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) >= ((int32_t)L_8))) { goto IL_0051; } } { DMListView_t512231514 * L_9 = __this->get_m_DmPetList_5(); int32_t L_10 = V_1; NullCheck(L_9); DMListView_SetCount_m3988156788(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/NULL); int32_t L_11 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); goto IL_005f; } IL_0051: { DMListView_t512231514 * L_12 = __this->get_m_DmPetList_5(); int32_t L_13 = V_1; NullCheck(L_12); DMListView_SetCount_m3988156788(L_12, L_13, /*hidden argument*/NULL); int32_t L_14 = V_1; V_0 = L_14; } IL_005f: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_15 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); int64_t L_16 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_15, /*hidden argument*/NULL); V_2 = L_16; CPetManager_t2941415134 * L_17 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_18 = V_2; NullCheck(L_17); CPet_t2667050390 * L_19 = CPetManager_GetPetByID_m2745814047(L_17, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0086; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_20 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CPetManager_set_CurrentSelectedPetID_m4011617171(L_20, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); } IL_0086: { V_3 = 0; V_4 = (CPet_t2667050390 *)NULL; V_5 = 0; goto IL_01b2; } IL_0093: { DMListView_t512231514 * L_21 = __this->get_m_DmPetList_5(); int32_t L_22 = V_5; NullCheck(L_21); Transform_t3600365921 * L_23 = DMListView_GetChild_m2593465524(L_21, L_22, /*hidden argument*/NULL); V_6 = L_23; Transform_t3600365921 * L_24 = V_6; NullCheck(L_24); petUI_t1661019501 * L_25 = Component_GetComponent_TispetUI_t1661019501_m1562825897(L_24, /*hidden argument*/Component_GetComponent_TispetUI_t1661019501_m1562825897_RuntimeMethod_var); V_7 = L_25; petUI_t1661019501 * L_26 = V_7; 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_01ac; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_28 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_29 = V_5; NullCheck(L_28); CPet_t2667050390 * L_30 = CPetManager_GetPetByIndex_m2198673609(L_28, L_29, /*hidden argument*/NULL); V_8 = L_30; CPet_t2667050390 * L_31 = V_8; if (L_31) { goto IL_0154; } } { DMListView_t512231514 * L_32 = __this->get_m_DmPetList_5(); int32_t L_33 = V_0; NullCheck(L_32); Transform_t3600365921 * L_34 = DMListView_GetChild_m2593465524(L_32, ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)), /*hidden argument*/NULL); V_9 = L_34; Transform_t3600365921 * L_35 = V_9; NullCheck(L_35); Transform_t3600365921 * L_36 = Transform_GetChild_m1092972975(L_35, 1, /*hidden argument*/NULL); NullCheck(L_36); GameObject_t1113636619 * L_37 = Component_get_gameObject_m442555142(L_36, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_37, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_38 = V_9; NullCheck(L_38); Transform_t3600365921 * L_39 = Transform_GetChild_m1092972975(L_38, 2, /*hidden argument*/NULL); NullCheck(L_39); GameObject_t1113636619 * L_40 = Component_get_gameObject_m442555142(L_39, /*hidden argument*/NULL); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_40, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_41 = V_9; NullCheck(L_41); Transform_t3600365921 * L_42 = Transform_GetChild_m1092972975(L_41, 4, /*hidden argument*/NULL); NullCheck(L_42); GameObject_t1113636619 * L_43 = Component_get_gameObject_m442555142(L_42, /*hidden argument*/NULL); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_43, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_44 = V_9; NullCheck(L_44); Transform_t3600365921 * L_45 = Transform_GetChild_m1092972975(L_44, 5, /*hidden argument*/NULL); NullCheck(L_45); GameObject_t1113636619 * L_46 = Component_get_gameObject_m442555142(L_45, /*hidden argument*/NULL); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_46, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_47 = V_9; NullCheck(L_47); Transform_t3600365921 * L_48 = Transform_GetChild_m1092972975(L_47, 6, /*hidden argument*/NULL); NullCheck(L_48); GameObject_t1113636619 * L_49 = Component_get_gameObject_m442555142(L_48, /*hidden argument*/NULL); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_49, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_50 = V_9; NullCheck(L_50); Transform_t3600365921 * L_51 = Transform_GetChild_m1092972975(L_50, 7, /*hidden argument*/NULL); NullCheck(L_51); GameObject_t1113636619 * L_52 = Component_get_gameObject_m442555142(L_51, /*hidden argument*/NULL); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_52, (bool)1, /*hidden argument*/NULL); goto IL_01ac; } IL_0154: { petUI_t1661019501 * L_53 = V_7; CPet_t2667050390 * L_54 = V_8; intptr_t L_55 = (intptr_t)petMainUI_SetPetListSelectChange_m1593914897_RuntimeMethod_var; ClickPetList_t744868781 * L_56 = (ClickPetList_t744868781 *)il2cpp_codegen_object_new(ClickPetList_t744868781_il2cpp_TypeInfo_var); ClickPetList__ctor_m3952831938(L_56, __this, L_55, /*hidden argument*/NULL); NullCheck(L_53); petUI_SetPetData_m1851157788(L_53, L_54, L_56, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_57 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_57); int64_t L_58 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_57, /*hidden argument*/NULL); if ((!(((uint64_t)L_58) == ((uint64_t)(((int64_t)((int64_t)(-1)))))))) { goto IL_018f; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_59 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_60 = V_8; NullCheck(L_60); int64_t L_61 = CPet_get_PetID_m3728811332(L_60, /*hidden argument*/NULL); NullCheck(L_59); CPetManager_set_CurrentSelectedPetID_m4011617171(L_59, L_61, /*hidden argument*/NULL); CPet_t2667050390 * L_62 = V_8; V_4 = L_62; } IL_018f: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_63 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_63); int64_t L_64 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_63, /*hidden argument*/NULL); CPet_t2667050390 * L_65 = V_8; NullCheck(L_65); int64_t L_66 = CPet_get_PetID_m3728811332(L_65, /*hidden argument*/NULL); if ((!(((uint64_t)L_64) == ((uint64_t)L_66)))) { goto IL_01ac; } } { int32_t L_67 = V_5; V_3 = L_67; CPet_t2667050390 * L_68 = V_8; V_4 = L_68; } IL_01ac: { int32_t L_69 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); } IL_01b2: { int32_t L_70 = V_5; int32_t L_71 = V_0; if ((((int32_t)L_70) < ((int32_t)L_71))) { goto IL_0093; } } { DMListView_t512231514 * L_72 = __this->get_m_DmPetList_5(); int32_t L_73 = V_3; NullCheck(L_72); DMListView_SetActive_m3341878478(L_72, L_73, /*hidden argument*/NULL); int64_t L_74 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_75 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_75); int64_t L_76 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_75, /*hidden argument*/NULL); if ((((int64_t)L_74) == ((int64_t)L_76))) { goto IL_01e7; } } { DMListView_t512231514 * L_77 = __this->get_m_DmPetList_5(); int32_t L_78 = V_3; NullCheck(L_77); DMListView_MoveToIndex_m1296365812(L_77, L_78, /*hidden argument*/NULL); goto IL_01f6; } IL_01e7: { CPet_t2667050390 * L_79 = V_4; if (!L_79) { goto IL_01f6; } } { CPet_t2667050390 * L_80 = V_4; petMainUI_SetPetDetail_m2948762757(__this, L_80, /*hidden argument*/NULL); } IL_01f6: { return; } } // System.Void petMainUI::OnRefreshActiveTime() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnRefreshActiveTime_m3641492524 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnRefreshActiveTime_m3641492524_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; petUI_t1661019501 * V_2 = NULL; CPet_t2667050390 * V_3 = NULL; int32_t V_4 = 0; { DMListView_t512231514 * L_0 = __this->get_m_DmPetList_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return; } IL_0012: { DMListView_t512231514 * L_2 = __this->get_m_DmPetList_5(); NullCheck(L_2); int32_t L_3 = DMListView_GetCount_m1758119318(L_2, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; goto IL_0095; } IL_0025: { DMListView_t512231514 * L_4 = __this->get_m_DmPetList_5(); int32_t L_5 = V_1; NullCheck(L_4); Transform_t3600365921 * L_6 = DMListView_GetChild_m2593465524(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_6); petUI_t1661019501 * L_7 = Component_GetComponent_TispetUI_t1661019501_m1562825897(L_6, /*hidden argument*/Component_GetComponent_TispetUI_t1661019501_m1562825897_RuntimeMethod_var); V_2 = L_7; petUI_t1661019501 * L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0048; } } { goto IL_0091; } IL_0048: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_10 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = V_1; NullCheck(L_10); CPet_t2667050390 * L_12 = CPetManager_GetPetByIndex_m2198673609(L_10, L_11, /*hidden argument*/NULL); V_3 = L_12; CPet_t2667050390 * L_13 = V_3; if (L_13) { goto IL_005f; } } { goto IL_0091; } IL_005f: { CPet_t2667050390 * L_14 = V_3; NullCheck(L_14); int32_t L_15 = CPet_get_LeftHatchTime_m784983437(L_14, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); int32_t L_16 = V_4; if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_0091; } } { petUI_t1661019501 * L_17 = V_2; int32_t L_18 = V_4; NullCheck(L_17); petUI_RefreshActiveTime_m2366112116(L_17, L_18, /*hidden argument*/NULL); CPet_t2667050390 * L_19 = V_3; int32_t L_20 = V_4; NullCheck(L_19); CPet_set_LeftHatchTime_m4189183702(L_19, L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_21 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_22 = V_3; NullCheck(L_22); int64_t L_23 = CPet_get_PetID_m3728811332(L_22, /*hidden argument*/NULL); NullCheck(L_21); CPetManager_RequestPetHatchTime_m2556363615(L_21, L_23, /*hidden argument*/NULL); } IL_0091: { int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0095: { int32_t L_25 = V_1; int32_t L_26 = V_0; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_0025; } } { return; } } // System.Void petMainUI::SetPetListSelectChange(System.Int64) extern "C" IL2CPP_METHOD_ATTR void petMainUI_SetPetListSelectChange_m1593914897 (petMainUI_t1540475485 * __this, int64_t ___petID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_SetPetListSelectChange_m1593914897_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; CPetSkill_t349224069 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ___petID0; NullCheck(L_0); CPetManager_set_CurrentSelectedPetID_m4011617171(L_0, L_1, /*hidden argument*/NULL); bool L_2 = __this->get_isAnimationOn_80(); if (!L_2) { goto IL_0017; } } { return; } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_3 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_4 = ___petID0; NullCheck(L_3); CPet_t2667050390 * L_5 = CPetManager_GetPetByID_m2745814047(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; CPet_t2667050390 * L_6 = V_0; if (L_6) { goto IL_002a; } } { return; } IL_002a: { CPet_t2667050390 * L_7 = V_0; petMainUI_SetPetDetail_m2948762757(__this, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_8 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_9 = ___petID0; NullCheck(L_8); CPetSkill_t349224069 * L_10 = CPetManager_GetPetSkill_m2682883298(L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; CPetSkill_t349224069 * L_11 = V_1; if (L_11) { goto IL_004f; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_12 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_13 = ___petID0; NullCheck(L_12); CPetManager_RequestPetSkillData_m2548509545(L_12, L_13, /*hidden argument*/NULL); return; } IL_004f: { Transform_t3600365921 * L_14 = __this->get_SkillRoot_10(); NullCheck(L_14); PetSkillUI_t3927388841 * L_15 = Component_GetComponent_TisPetSkillUI_t3927388841_m2680505294(L_14, /*hidden argument*/Component_GetComponent_TisPetSkillUI_t3927388841_m2680505294_RuntimeMethod_var); int64_t L_16 = ___petID0; NullCheck(L_15); PetSkillUI_OnUpdateUI_m565044732(L_15, L_16, /*hidden argument*/NULL); return; } } // System.Void petMainUI::OnPetItemClicked(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnPetItemClicked_m3399009814 (petMainUI_t1540475485 * __this, Vector3_t3722313464 ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnPetItemClicked_m3399009814_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); float L_1 = (&___info0)->get_z_3(); NullCheck(L_0); CPet_t2667050390 * L_2 = CPetManager_GetPetByIndex_m2198673609(L_0, (((int32_t)((int32_t)L_1))), /*hidden argument*/NULL); V_0 = L_2; CPet_t2667050390 * L_3 = V_0; if (L_3) { goto IL_001a; } } { return; } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_4 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_5 = V_0; NullCheck(L_5); int64_t L_6 = CPet_get_PetID_m3728811332(L_5, /*hidden argument*/NULL); NullCheck(L_4); CPetManager_RequestActivePet_m459770279(L_4, L_6, /*hidden argument*/NULL); return; } } // System.Void petMainUI::ChangeToUpgrade() extern "C" IL2CPP_METHOD_ATTR void petMainUI_ChangeToUpgrade_m4269531516 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { { petMainUI_ChangedGroupSel_m3030277539(__this, 0, /*hidden argument*/NULL); return; } } // System.Void petMainUI::ChangeToUpQuality() extern "C" IL2CPP_METHOD_ATTR void petMainUI_ChangeToUpQuality_m2801783210 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { { petMainUI_ChangedGroupSel_m3030277539(__this, 1, /*hidden argument*/NULL); return; } } // System.Void petMainUI::ChangeToUpSkill() extern "C" IL2CPP_METHOD_ATTR void petMainUI_ChangeToUpSkill_m369170967 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { { petMainUI_ChangedGroupSel_m3030277539(__this, 2, /*hidden argument*/NULL); return; } } // System.Void petMainUI::ChangedGroupSel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void petMainUI_ChangedGroupSel_m3030277539 (petMainUI_t1540475485 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_ChangedGroupSel_m3030277539_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); __this->set_isSHowOk_55((bool)0); int32_t L_5 = ___index0; __this->set_CurPage_56(L_5); int32_t L_6 = ___index0; switch (L_6) { case 0: { goto IL_0046; } case 1: { goto IL_006f; } case 2: { goto IL_0098; } } } { goto IL_00c1; } IL_0046: { Transform_t3600365921 * L_7 = __this->get_UpgradeRoot_8(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_7, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_8 = __this->get_upQualityRoot_9(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_8, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_9 = __this->get_SkillRoot_10(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_9, (bool)0, /*hidden argument*/NULL); goto IL_00ea; } IL_006f: { Transform_t3600365921 * L_10 = __this->get_UpgradeRoot_8(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_10, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_11 = __this->get_upQualityRoot_9(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_11, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_12 = __this->get_SkillRoot_10(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_12, (bool)0, /*hidden argument*/NULL); goto IL_00ea; } IL_0098: { Transform_t3600365921 * L_13 = __this->get_UpgradeRoot_8(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_13, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_14 = __this->get_upQualityRoot_9(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_14, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_15 = __this->get_SkillRoot_10(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_15, (bool)1, /*hidden argument*/NULL); goto IL_00ea; } IL_00c1: { Transform_t3600365921 * L_16 = __this->get_UpgradeRoot_8(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_16, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_17 = __this->get_upQualityRoot_9(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_17, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_18 = __this->get_SkillRoot_10(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_18, (bool)0, /*hidden argument*/NULL); goto IL_00ea; } IL_00ea: { return; } } // System.Void petMainUI::ClickBuyChangeShow() extern "C" IL2CPP_METHOD_ATTR void petMainUI_ClickBuyChangeShow_m3694069103 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_ClickBuyChangeShow_m3694069103_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_PetDetailRoot_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_1 = __this->get_m_PetListRoot_3(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_1, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_2 = __this->get_m_BuyEnergyRoot_4(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_2, (bool)0, /*hidden argument*/NULL); bool L_3 = __this->get_isAnimationOn_80(); if (!L_3) { goto IL_0030; } } { return; } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_4 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CPetManager_SetPetModelVisable_m2148172164(L_4, (bool)1, /*hidden argument*/NULL); return; } } // System.Void petMainUI::ResetDetail() extern "C" IL2CPP_METHOD_ATTR void petMainUI_ResetDetail_m3516047430 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_ResetDetail_m3516047430_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Transform_t3600365921 * V_1 = NULL; GameObject_t1113636619 * V_2 = NULL; bool V_3 = false; GameObject_t1113636619 * G_B5_0 = NULL; { UILabel_t3248798549 * L_0 = __this->get_m_labelPetName_7(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_0); UILabel_set_text_m1071532778(L_0, L_1, /*hidden argument*/NULL); petMainUI_SetNeedButton_m47511179(__this, (CPet_t2667050390 *)NULL, /*hidden argument*/NULL); UILabel_t3248798549 * L_2 = __this->get_m_CurrentAddExp_24(); CTextHelp_t3119637808 * L_3 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = CTextHelp_GetText_m3374553046(L_3, _stringLiteral1535281598, _stringLiteral4140064810, /*hidden argument*/NULL); int32_t L_5 = 0; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); int32_t L_7 = 0; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); String_t* L_9 = String_Format_m2556382932(NULL /*static, unused*/, L_4, L_6, L_8, /*hidden argument*/NULL); NullCheck(L_2); UILabel_set_text_m1071532778(L_2, L_9, /*hidden argument*/NULL); UILabel_t3248798549 * L_10 = __this->get_m_CurrentAddGold_25(); CTextHelp_t3119637808 * L_11 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12 = CTextHelp_GetText_m3374553046(L_11, _stringLiteral3557816945, _stringLiteral4140064810, /*hidden argument*/NULL); int32_t L_13 = 0; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); int32_t L_15 = 0; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); String_t* L_17 = String_Format_m2556382932(NULL /*static, unused*/, L_12, L_14, L_16, /*hidden argument*/NULL); NullCheck(L_10); UILabel_set_text_m1071532778(L_10, L_17, /*hidden argument*/NULL); UILabel_t3248798549 * L_18 = __this->get_m_PetLevelEffect_23(); CTextHelp_t3119637808 * L_19 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_19); String_t* L_21 = CTextHelp_GetText_m3374553046(L_19, _stringLiteral859376077, L_20, /*hidden argument*/NULL); NullCheck(L_18); UILabel_set_text_m1071532778(L_18, L_21, /*hidden argument*/NULL); UILabel_t3248798549 * L_22 = __this->get_m_CurrentAddExp_24(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_22, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_23 = __this->get_m_CurrentAddExp_24(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_23, (bool)0, /*hidden argument*/NULL); CTextHelp_t3119637808 * L_24 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); String_t* L_25 = CTextHelp_GetText_m3374553046(L_24, _stringLiteral634552030, _stringLiteral628085470, /*hidden argument*/NULL); int32_t L_26 = 0; RuntimeObject * L_27 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_26); String_t* L_28 = String_Format_m2844511972(NULL /*static, unused*/, L_25, L_27, /*hidden argument*/NULL); V_0 = L_28; UILabel_t3248798549 * L_29 = __this->get_m_StarNum_17(); NullCheck(L_29); UILabel_set_text_m1071532778(L_29, _stringLiteral3452614544, /*hidden argument*/NULL); UILabel_t3248798549 * L_30 = __this->get_m_Quality_18(); String_t* L_31 = V_0; String_t* L_32 = String_Concat_m3937257545(NULL /*static, unused*/, L_31, _stringLiteral727425226, /*hidden argument*/NULL); NullCheck(L_30); UILabel_set_text_m1071532778(L_30, L_32, /*hidden argument*/NULL); UILabel_t3248798549 * L_33 = __this->get_m_CurrentQuality_32(); String_t* L_34 = V_0; NullCheck(L_33); UILabel_set_text_m1071532778(L_33, L_34, /*hidden argument*/NULL); UILabel_t3248798549 * L_35 = __this->get_m_NextQuality_34(); NullCheck(L_35); UILabel_set_text_m1071532778(L_35, _stringLiteral3452614544, /*hidden argument*/NULL); UILabel_t3248798549 * L_36 = __this->get_m_ExpMoreNum_27(); String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_36); UILabel_set_text_m1071532778(L_36, L_37, /*hidden argument*/NULL); UILabel_t3248798549 * L_38 = __this->get_m_ExpMostNum_28(); String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_38); UILabel_set_text_m1071532778(L_38, L_39, /*hidden argument*/NULL); UILabel_t3248798549 * L_40 = __this->get_m_EatNeedEnergy_37(); String_t* L_41 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_40); UILabel_set_text_m1071532778(L_40, L_41, /*hidden argument*/NULL); UILabel_t3248798549 * L_42 = __this->get_m_StudyNeedEnergy_38(); String_t* L_43 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_42); UILabel_set_text_m1071532778(L_42, L_43, /*hidden argument*/NULL); UILabel_t3248798549 * L_44 = __this->get_m_DrillNeedEnergy_39(); String_t* L_45 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_44); UILabel_set_text_m1071532778(L_44, L_45, /*hidden argument*/NULL); UILabel_t3248798549 * L_46 = __this->get_m_PetEnergy_36(); int32_t L_47 = 0; RuntimeObject * L_48 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_47); int32_t L_49 = 0; RuntimeObject * L_50 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_49); String_t* L_51 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral246767658, L_48, L_50, /*hidden argument*/NULL); NullCheck(L_46); UILabel_set_text_m1071532778(L_46, L_51, /*hidden argument*/NULL); UILabel_t3248798549 * L_52 = __this->get_m_Level_19(); int32_t L_53 = 0; RuntimeObject * L_54 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_53); String_t* L_55 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2180864354, L_54, /*hidden argument*/NULL); NullCheck(L_52); UILabel_set_text_m1071532778(L_52, L_55, /*hidden argument*/NULL); Transform_t3600365921 * L_56 = __this->get_m_UpQuality_46(); 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)0, /*hidden argument*/NULL); Transform_t3600365921 * L_58 = __this->get_m_UpQualityGray_47(); NullCheck(L_58); GameObject_t1113636619 * L_59 = Component_get_gameObject_m442555142(L_58, /*hidden argument*/NULL); NullCheck(L_59); GameObject_SetActive_m796801857(L_59, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_60 = __this->get_m_UpQualityDesc_48(); NullCheck(L_60); GameObject_t1113636619 * L_61 = Component_get_gameObject_m442555142(L_60, /*hidden argument*/NULL); NullCheck(L_61); GameObject_SetActive_m796801857(L_61, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_62 = __this->get_m_ExpPercent_22(); int32_t L_63 = 0; RuntimeObject * L_64 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_63); int32_t L_65 = 0; RuntimeObject * L_66 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_65); String_t* L_67 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral246767658, L_64, L_66, /*hidden argument*/NULL); NullCheck(L_62); UILabel_set_text_m1071532778(L_62, L_67, /*hidden argument*/NULL); UISprite_t194114938 * L_68 = __this->get_m_CurrentExperienceBg_20(); NullCheck(L_68); GameObject_t1113636619 * L_69 = Component_get_gameObject_m442555142(L_68, /*hidden argument*/NULL); NullCheck(L_69); GameObject_SetActive_m796801857(L_69, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_70 = __this->get_m_ExpPercent_22(); String_t* L_71 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_70); UILabel_set_text_m1071532778(L_70, L_71, /*hidden argument*/NULL); UILabel_t3248798549 * L_72 = __this->get_m_NextQualityRight_35(); String_t* L_73 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_72); UILabel_set_text_m1071532778(L_72, L_73, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_74 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_74); int32_t L_75 = CPetManager_GetPetListCount_m2254559960(L_74, /*hidden argument*/NULL); if ((((int32_t)L_75) > ((int32_t)0))) { goto IL_0286; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_76 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_76); ISceneNpcBase_t3974693970 * L_77 = CPetManager_get_CurrentSelectedPetObj_m1206640132(L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_0286; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_78 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_78); ISceneNpcBase_t3974693970 * L_79 = CPetManager_get_CurrentSelectedPetObj_m1206640132(L_78, /*hidden argument*/NULL); NullCheck(L_79); Transform_t3600365921 * L_80 = ISceneBaseObj_GetTransform_m3818769012(L_79, /*hidden argument*/NULL); V_1 = L_80; Transform_t3600365921 * L_81 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_82 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_81, /*hidden argument*/NULL); if (!L_82) { goto IL_0267; } } { Transform_t3600365921 * L_83 = V_1; NullCheck(L_83); GameObject_t1113636619 * L_84 = Component_get_gameObject_m442555142(L_83, /*hidden argument*/NULL); G_B5_0 = L_84; goto IL_0268; } IL_0267: { G_B5_0 = ((GameObject_t1113636619 *)(NULL)); } IL_0268: { V_2 = G_B5_0; CSceneService_t551449725 * L_85 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); GameObject_t1113636619 * L_86 = V_2; NullCheck(L_85); bool L_87 = CSceneService_DestroyNpcObj_m618051822(L_85, L_86, /*hidden argument*/NULL); V_3 = L_87; bool L_88 = V_3; if (!L_88) { goto IL_0286; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_89 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_89); CPetManager_set_CurrentSelectedPetObj_m1232414421(L_89, (ISceneNpcBase_t3974693970 *)NULL, /*hidden argument*/NULL); } IL_0286: { return; } } // System.Void petMainUI::SetPetDetail(DMCore.Logic.CPet) extern "C" IL2CPP_METHOD_ATTR void petMainUI_SetPetDetail_m2948762757 (petMainUI_t1540475485 * __this, CPet_t2667050390 * ___pet0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_SetPetDetail_m2948762757_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; PetQualityDataUnit_t1608751097 * 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 V_9 = 0; int32_t V_10 = 0; String_t* V_11 = NULL; StringU5BU5D_t1281789340* V_12 = NULL; String_t* V_13 = NULL; int32_t V_14 = 0; float V_15 = 0.0f; Vector3_t3722313464 V_16; memset(&V_16, 0, sizeof(V_16)); Vector3_t3722313464 V_17; memset(&V_17, 0, sizeof(V_17)); Vector3_t3722313464 V_18; memset(&V_18, 0, sizeof(V_18)); { __this->set_isSHowOk_55((bool)0); UILabel_t3248798549 * L_0 = __this->get_m_labelPetName_7(); CPet_t2667050390 * L_1 = ___pet0; NullCheck(L_1); String_t* L_2 = CPet_get_PetName_m2694979626(L_1, /*hidden argument*/NULL); NullCheck(L_0); UILabel_set_text_m1071532778(L_0, L_2, /*hidden argument*/NULL); CPet_t2667050390 * L_3 = ___pet0; NullCheck(L_3); int32_t L_4 = CPet_get_ModelID_m2913048647(L_3, /*hidden argument*/NULL); petMainUI_CreatePetModelAndShow_m3014079126(__this, L_4, /*hidden argument*/NULL); CPet_t2667050390 * L_5 = ___pet0; petMainUI_SetNeedButton_m47511179(__this, L_5, /*hidden argument*/NULL); CPet_t2667050390 * L_6 = ___pet0; NullCheck(L_6); int32_t L_7 = CPet_get_mPetPhysiologyState_m4255554411(L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_008b; } } { CPet_t2667050390 * L_8 = ___pet0; NullCheck(L_8); CPet_set_Level_m4228409769(L_8, 1, /*hidden argument*/NULL); CPet_t2667050390 * L_9 = ___pet0; NullCheck(L_9); CPet_set_Quality_m227077171(L_9, 1, /*hidden argument*/NULL); UILabel_t3248798549 * L_10 = __this->get_m_CurrentAddExp_24(); NullCheck(L_10); GameObject_t1113636619 * L_11 = Component_get_gameObject_m442555142(L_10, /*hidden argument*/NULL); NullCheck(L_11); GameObject_SetActive_m796801857(L_11, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_12 = __this->get_m_CurrentAddGold_25(); NullCheck(L_12); GameObject_t1113636619 * L_13 = Component_get_gameObject_m442555142(L_12, /*hidden argument*/NULL); NullCheck(L_13); GameObject_SetActive_m796801857(L_13, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_14 = __this->get_m_PetLevelEffect_23(); CTextHelp_t3119637808 * L_15 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_15); String_t* L_17 = CTextHelp_GetText_m3374553046(L_15, _stringLiteral2575809892, L_16, /*hidden argument*/NULL); NullCheck(L_14); UILabel_set_text_m1071532778(L_14, L_17, /*hidden argument*/NULL); goto IL_0205; } IL_008b: { IL2CPP_RUNTIME_CLASS_INIT(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var); CPetLevelExperienceCfg_t3456413245 * L_18 = CPetLevelExperienceCfg_GetInstance_m1524422937(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_19 = ___pet0; NullCheck(L_19); int32_t L_20 = CPet_get_Level_m31911284(L_19, /*hidden argument*/NULL); NullCheck(L_18); levelEffect_t306095074 * L_21 = CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790(L_18, L_20, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = L_21->get_effectExp_2(); if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_0114; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var); CPetLevelExperienceCfg_t3456413245 * L_23 = CPetLevelExperienceCfg_GetInstance_m1524422937(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_24 = ___pet0; NullCheck(L_24); int32_t L_25 = CPet_get_Level_m31911284(L_24, /*hidden argument*/NULL); NullCheck(L_23); levelEffect_t306095074 * L_26 = CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790(L_23, L_25, /*hidden argument*/NULL); NullCheck(L_26); int32_t L_27 = L_26->get_effectGold_3(); if ((((int32_t)L_27) <= ((int32_t)0))) { goto IL_0114; } } { UILabel_t3248798549 * L_28 = __this->get_m_CurrentAddExp_24(); 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_CurrentAddExp_24(); NullCheck(L_30); Transform_t3600365921 * L_31 = Component_get_transform_m3162698980(L_30, /*hidden argument*/NULL); Vector3_t3722313464 L_32 = __this->get_m_UpEffectPos_63(); NullCheck(L_31); Transform_set_localPosition_m4128471975(L_31, L_32, /*hidden argument*/NULL); UILabel_t3248798549 * L_33 = __this->get_m_CurrentAddGold_25(); NullCheck(L_33); GameObject_t1113636619 * L_34 = Component_get_gameObject_m442555142(L_33, /*hidden argument*/NULL); NullCheck(L_34); GameObject_SetActive_m796801857(L_34, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_35 = __this->get_m_CurrentAddGold_25(); NullCheck(L_35); Transform_t3600365921 * L_36 = Component_get_transform_m3162698980(L_35, /*hidden argument*/NULL); Vector3_t3722313464 L_37 = __this->get_m_LowEffectPos_64(); NullCheck(L_36); Transform_set_localPosition_m4128471975(L_36, L_37, /*hidden argument*/NULL); goto IL_01e6; } IL_0114: { IL2CPP_RUNTIME_CLASS_INIT(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var); CPetLevelExperienceCfg_t3456413245 * L_38 = CPetLevelExperienceCfg_GetInstance_m1524422937(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_39 = ___pet0; NullCheck(L_39); int32_t L_40 = CPet_get_Level_m31911284(L_39, /*hidden argument*/NULL); NullCheck(L_38); levelEffect_t306095074 * L_41 = CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790(L_38, L_40, /*hidden argument*/NULL); NullCheck(L_41); int32_t L_42 = L_41->get_effectExp_2(); if ((((int32_t)L_42) <= ((int32_t)0))) { goto IL_016c; } } { UILabel_t3248798549 * L_43 = __this->get_m_CurrentAddExp_24(); NullCheck(L_43); GameObject_t1113636619 * L_44 = Component_get_gameObject_m442555142(L_43, /*hidden argument*/NULL); NullCheck(L_44); GameObject_SetActive_m796801857(L_44, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_45 = __this->get_m_CurrentAddExp_24(); NullCheck(L_45); Transform_t3600365921 * L_46 = Component_get_transform_m3162698980(L_45, /*hidden argument*/NULL); Vector3_t3722313464 L_47 = __this->get_m_UpEffectPos_63(); NullCheck(L_46); Transform_set_localPosition_m4128471975(L_46, L_47, /*hidden argument*/NULL); UILabel_t3248798549 * L_48 = __this->get_m_CurrentAddGold_25(); NullCheck(L_48); GameObject_t1113636619 * L_49 = Component_get_gameObject_m442555142(L_48, /*hidden argument*/NULL); NullCheck(L_49); GameObject_SetActive_m796801857(L_49, (bool)0, /*hidden argument*/NULL); goto IL_01e6; } IL_016c: { IL2CPP_RUNTIME_CLASS_INIT(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var); CPetLevelExperienceCfg_t3456413245 * L_50 = CPetLevelExperienceCfg_GetInstance_m1524422937(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_51 = ___pet0; NullCheck(L_51); int32_t L_52 = CPet_get_Level_m31911284(L_51, /*hidden argument*/NULL); NullCheck(L_50); levelEffect_t306095074 * L_53 = CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790(L_50, L_52, /*hidden argument*/NULL); NullCheck(L_53); int32_t L_54 = L_53->get_effectGold_3(); if ((((int32_t)L_54) <= ((int32_t)0))) { goto IL_01c4; } } { UILabel_t3248798549 * L_55 = __this->get_m_CurrentAddExp_24(); 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_CurrentAddGold_25(); 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)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_59 = __this->get_m_CurrentAddGold_25(); NullCheck(L_59); Transform_t3600365921 * L_60 = Component_get_transform_m3162698980(L_59, /*hidden argument*/NULL); Vector3_t3722313464 L_61 = __this->get_m_UpEffectPos_63(); NullCheck(L_60); Transform_set_localPosition_m4128471975(L_60, L_61, /*hidden argument*/NULL); goto IL_01e6; } IL_01c4: { UILabel_t3248798549 * L_62 = __this->get_m_CurrentAddExp_24(); NullCheck(L_62); GameObject_t1113636619 * L_63 = Component_get_gameObject_m442555142(L_62, /*hidden argument*/NULL); NullCheck(L_63); GameObject_SetActive_m796801857(L_63, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_64 = __this->get_m_CurrentAddGold_25(); NullCheck(L_64); GameObject_t1113636619 * L_65 = Component_get_gameObject_m442555142(L_64, /*hidden argument*/NULL); NullCheck(L_65); GameObject_SetActive_m796801857(L_65, (bool)0, /*hidden argument*/NULL); } IL_01e6: { UILabel_t3248798549 * L_66 = __this->get_m_PetLevelEffect_23(); CTextHelp_t3119637808 * L_67 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_68 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_67); String_t* L_69 = CTextHelp_GetText_m3374553046(L_67, _stringLiteral4075464346, L_68, /*hidden argument*/NULL); NullCheck(L_66); UILabel_set_text_m1071532778(L_66, L_69, /*hidden argument*/NULL); } IL_0205: { UILabel_t3248798549 * L_70 = __this->get_m_CurrentAddExp_24(); CTextHelp_t3119637808 * L_71 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_71); String_t* L_72 = CTextHelp_GetText_m3374553046(L_71, _stringLiteral1535281598, _stringLiteral628085470, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var); CPetLevelExperienceCfg_t3456413245 * L_73 = CPetLevelExperienceCfg_GetInstance_m1524422937(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_74 = ___pet0; NullCheck(L_74); int32_t L_75 = CPet_get_Level_m31911284(L_74, /*hidden argument*/NULL); NullCheck(L_73); levelEffect_t306095074 * L_76 = CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790(L_73, L_75, /*hidden argument*/NULL); NullCheck(L_76); int32_t L_77 = L_76->get_effectExp_2(); int32_t L_78 = L_77; RuntimeObject * L_79 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_78); CPetLevelExperienceCfg_t3456413245 * L_80 = CPetLevelExperienceCfg_GetInstance_m1524422937(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_81 = ___pet0; NullCheck(L_81); int32_t L_82 = CPet_get_Level_m31911284(L_81, /*hidden argument*/NULL); NullCheck(L_80); levelEffect_t306095074 * L_83 = CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790(L_80, ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_83); int32_t L_84 = L_83->get_effectExp_2(); int32_t L_85 = L_84; RuntimeObject * L_86 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_85); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_87 = String_Format_m2556382932(NULL /*static, unused*/, L_72, L_79, L_86, /*hidden argument*/NULL); NullCheck(L_70); UILabel_set_text_m1071532778(L_70, L_87, /*hidden argument*/NULL); UILabel_t3248798549 * L_88 = __this->get_m_CurrentAddGold_25(); CTextHelp_t3119637808 * L_89 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_89); String_t* L_90 = CTextHelp_GetText_m3374553046(L_89, _stringLiteral3557816945, _stringLiteral628085470, /*hidden argument*/NULL); CPetLevelExperienceCfg_t3456413245 * L_91 = CPetLevelExperienceCfg_GetInstance_m1524422937(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_92 = ___pet0; NullCheck(L_92); int32_t L_93 = CPet_get_Level_m31911284(L_92, /*hidden argument*/NULL); NullCheck(L_91); levelEffect_t306095074 * L_94 = CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790(L_91, L_93, /*hidden argument*/NULL); NullCheck(L_94); int32_t L_95 = L_94->get_effectGold_3(); int32_t L_96 = L_95; RuntimeObject * L_97 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_96); CPetLevelExperienceCfg_t3456413245 * L_98 = CPetLevelExperienceCfg_GetInstance_m1524422937(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_99 = ___pet0; NullCheck(L_99); int32_t L_100 = CPet_get_Level_m31911284(L_99, /*hidden argument*/NULL); NullCheck(L_98); levelEffect_t306095074 * L_101 = CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790(L_98, ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_101); int32_t L_102 = L_101->get_effectGold_3(); int32_t L_103 = L_102; RuntimeObject * L_104 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_103); String_t* L_105 = String_Format_m2556382932(NULL /*static, unused*/, L_90, L_97, L_104, /*hidden argument*/NULL); NullCheck(L_88); UILabel_set_text_m1071532778(L_88, L_105, /*hidden argument*/NULL); CTextHelp_t3119637808 * L_106 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_106); String_t* L_107 = CTextHelp_GetText_m3374553046(L_106, _stringLiteral634552030, _stringLiteral628085470, /*hidden argument*/NULL); CPet_t2667050390 * L_108 = ___pet0; NullCheck(L_108); int32_t L_109 = CPet_get_Quality_m3758522020(L_108, /*hidden argument*/NULL); int32_t L_110 = L_109; RuntimeObject * L_111 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_110); String_t* L_112 = String_Format_m2844511972(NULL /*static, unused*/, L_107, L_111, /*hidden argument*/NULL); V_0 = L_112; UILabel_t3248798549 * L_113 = __this->get_m_StarNum_17(); CPet_t2667050390 * L_114 = ___pet0; NullCheck(L_114); int32_t L_115 = CPet_get_Star_m2698684576(L_114, /*hidden argument*/NULL); V_1 = L_115; String_t* L_116 = Int32_ToString_m141394615((&V_1), /*hidden argument*/NULL); NullCheck(L_113); UILabel_set_text_m1071532778(L_113, L_116, /*hidden argument*/NULL); UILabel_t3248798549 * L_117 = __this->get_m_Quality_18(); String_t* L_118 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); CPetStarQualityLevelCfg_t129968123 * L_119 = CPetStarQualityLevelCfg_GetInstance_m632892810(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_120 = ___pet0; NullCheck(L_120); int32_t L_121 = CPet_get_Star_m2698684576(L_120, /*hidden argument*/NULL); NullCheck(L_119); int32_t L_122 = CPetStarQualityLevelCfg_GetMaxQualityByStar_m3118844001(L_119, L_121, /*hidden argument*/NULL); int32_t L_123 = L_122; RuntimeObject * L_124 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_123); String_t* L_125 = String_Concat_m1715369213(NULL /*static, unused*/, L_118, _stringLiteral3786121418, L_124, /*hidden argument*/NULL); NullCheck(L_117); UILabel_set_text_m1071532778(L_117, L_125, /*hidden argument*/NULL); UILabel_t3248798549 * L_126 = __this->get_m_CurrentQuality_32(); String_t* L_127 = V_0; NullCheck(L_126); UILabel_set_text_m1071532778(L_126, L_127, /*hidden argument*/NULL); CPet_t2667050390 * L_128 = ___pet0; NullCheck(L_128); int32_t L_129 = CPet_get_Quality_m3758522020(L_128, /*hidden argument*/NULL); V_2 = L_129; IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig_t679804737 * L_130 = CPetConfig_GetInstance_m2205073526(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_131 = V_2; NullCheck(L_130); PetQualityDataUnit_t1608751097 * L_132 = CPetConfig_GetQualityconfig_m1314804221(L_130, L_131, /*hidden argument*/NULL); V_3 = L_132; CPet_t2667050390 * L_133 = ___pet0; NullCheck(L_133); int32_t L_134 = CPet_get_mPetPhysiologyState_m4255554411(L_133, /*hidden argument*/NULL); if ((!(((uint32_t)L_134) == ((uint32_t)1)))) { goto IL_03d6; } } { UILabel_t3248798549 * L_135 = __this->get_m_NextQuality_34(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_136 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_135); UILabel_set_text_m1071532778(L_135, L_136, /*hidden argument*/NULL); UILabel_t3248798549 * L_137 = __this->get_m_NextQualityRight_35(); String_t* L_138 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_137); UILabel_set_text_m1071532778(L_137, L_138, /*hidden argument*/NULL); UISprite_t194114938 * L_139 = __this->get_m_NextSprite_33(); NullCheck(L_139); GameObject_t1113636619 * L_140 = Component_get_gameObject_m442555142(L_139, /*hidden argument*/NULL); NullCheck(L_140); GameObject_SetActive_m796801857(L_140, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_141 = __this->get_m_UpQuality_46(); NullCheck(L_141); GameObject_t1113636619 * L_142 = Component_get_gameObject_m442555142(L_141, /*hidden argument*/NULL); NullCheck(L_142); GameObject_SetActive_m796801857(L_142, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_143 = __this->get_m_UpQualityGray_47(); NullCheck(L_143); GameObject_t1113636619 * L_144 = Component_get_gameObject_m442555142(L_143, /*hidden argument*/NULL); NullCheck(L_144); GameObject_SetActive_m796801857(L_144, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_145 = __this->get_m_UpQualityDesc_48(); NullCheck(L_145); GameObject_t1113636619 * L_146 = Component_get_gameObject_m442555142(L_145, /*hidden argument*/NULL); NullCheck(L_146); GameObject_SetActive_m796801857(L_146, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_147 = __this->get_m_UpQualityDesc_48(); CTextHelp_t3119637808 * L_148 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_148); String_t* L_149 = CTextHelp_GetText_m372251958(L_148, _stringLiteral2767372555, /*hidden argument*/NULL); NullCheck(L_147); UILabel_set_text_m1071532778(L_147, L_149, /*hidden argument*/NULL); goto IL_06a5; } IL_03d6: { PetQualityDataUnit_t1608751097 * L_150 = V_3; NullCheck(L_150); int32_t L_151 = L_150->get_maxlevel_1(); CPet_t2667050390 * L_152 = ___pet0; NullCheck(L_152); int32_t L_153 = CPet_get_Level_m31911284(L_152, /*hidden argument*/NULL); if ((!(((uint32_t)L_151) == ((uint32_t)L_153)))) { goto IL_04af; } } { PetQualityDataUnit_t1608751097 * L_154 = V_3; NullCheck(L_154); int32_t L_155 = L_154->get_eatNum_3(); V_4 = L_155; PetQualityDataUnit_t1608751097 * L_156 = V_3; NullCheck(L_156); int32_t L_157 = L_156->get_studyNum_6(); V_5 = L_157; PetQualityDataUnit_t1608751097 * L_158 = V_3; NullCheck(L_158); int32_t L_159 = L_158->get_drillNum_9(); V_6 = L_159; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_160 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); PetQualityDataUnit_t1608751097 * L_161 = V_3; NullCheck(L_161); int32_t L_162 = L_161->get_eatMaterialID_5(); NullCheck(L_160); int32_t L_163 = CPropManager_GetPropAmount_m271193511(L_160, L_162, /*hidden argument*/NULL); V_7 = L_163; CPropManager_t2238730194 * L_164 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); PetQualityDataUnit_t1608751097 * L_165 = V_3; NullCheck(L_165); int32_t L_166 = L_165->get_studyMaterialID_8(); NullCheck(L_164); int32_t L_167 = CPropManager_GetPropAmount_m271193511(L_164, L_166, /*hidden argument*/NULL); V_8 = L_167; CPropManager_t2238730194 * L_168 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); PetQualityDataUnit_t1608751097 * L_169 = V_3; NullCheck(L_169); int32_t L_170 = L_169->get_drillMaterialID_11(); NullCheck(L_168); int32_t L_171 = CPropManager_GetPropAmount_m271193511(L_168, L_170, /*hidden argument*/NULL); V_9 = L_171; int32_t L_172 = V_7; int32_t L_173 = V_4; if ((((int32_t)L_172) < ((int32_t)L_173))) { goto IL_0477; } } { int32_t L_174 = V_8; int32_t L_175 = V_5; if ((((int32_t)L_174) < ((int32_t)L_175))) { goto IL_0477; } } { int32_t L_176 = V_9; int32_t L_177 = V_6; if ((((int32_t)L_176) < ((int32_t)L_177))) { goto IL_0477; } } { Transform_t3600365921 * L_178 = __this->get_m_UpQuality_46(); NullCheck(L_178); GameObject_t1113636619 * L_179 = Component_get_gameObject_m442555142(L_178, /*hidden argument*/NULL); NullCheck(L_179); GameObject_SetActive_m796801857(L_179, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_180 = __this->get_m_UpQualityGray_47(); NullCheck(L_180); GameObject_t1113636619 * L_181 = Component_get_gameObject_m442555142(L_180, /*hidden argument*/NULL); NullCheck(L_181); GameObject_SetActive_m796801857(L_181, (bool)0, /*hidden argument*/NULL); goto IL_0499; } IL_0477: { Transform_t3600365921 * L_182 = __this->get_m_UpQuality_46(); NullCheck(L_182); GameObject_t1113636619 * L_183 = Component_get_gameObject_m442555142(L_182, /*hidden argument*/NULL); NullCheck(L_183); GameObject_SetActive_m796801857(L_183, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_184 = __this->get_m_UpQualityGray_47(); NullCheck(L_184); GameObject_t1113636619 * L_185 = Component_get_gameObject_m442555142(L_184, /*hidden argument*/NULL); NullCheck(L_185); GameObject_SetActive_m796801857(L_185, (bool)1, /*hidden argument*/NULL); } IL_0499: { UILabel_t3248798549 * L_186 = __this->get_m_UpQualityDesc_48(); NullCheck(L_186); GameObject_t1113636619 * L_187 = Component_get_gameObject_m442555142(L_186, /*hidden argument*/NULL); NullCheck(L_187); GameObject_SetActive_m796801857(L_187, (bool)0, /*hidden argument*/NULL); goto IL_050c; } IL_04af: { Transform_t3600365921 * L_188 = __this->get_m_UpQuality_46(); NullCheck(L_188); GameObject_t1113636619 * L_189 = Component_get_gameObject_m442555142(L_188, /*hidden argument*/NULL); NullCheck(L_189); GameObject_SetActive_m796801857(L_189, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_190 = __this->get_m_UpQualityGray_47(); NullCheck(L_190); GameObject_t1113636619 * L_191 = Component_get_gameObject_m442555142(L_190, /*hidden argument*/NULL); NullCheck(L_191); GameObject_SetActive_m796801857(L_191, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_192 = __this->get_m_UpQualityDesc_48(); NullCheck(L_192); GameObject_t1113636619 * L_193 = Component_get_gameObject_m442555142(L_192, /*hidden argument*/NULL); NullCheck(L_193); GameObject_SetActive_m796801857(L_193, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_194 = __this->get_m_UpQualityDesc_48(); CTextHelp_t3119637808 * L_195 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_195); String_t* L_196 = CTextHelp_GetText_m372251958(L_195, _stringLiteral2202009993, /*hidden argument*/NULL); PetQualityDataUnit_t1608751097 * L_197 = V_3; NullCheck(L_197); int32_t L_198 = L_197->get_maxlevel_1(); int32_t L_199 = L_198; RuntimeObject * L_200 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_199); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_201 = String_Format_m2844511972(NULL /*static, unused*/, L_196, L_200, /*hidden argument*/NULL); NullCheck(L_194); UILabel_set_text_m1071532778(L_194, L_201, /*hidden argument*/NULL); } IL_050c: { IL2CPP_RUNTIME_CLASS_INIT(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); CPetStarQualityLevelCfg_t129968123 * L_202 = CPetStarQualityLevelCfg_GetInstance_m632892810(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_203 = ___pet0; NullCheck(L_203); int32_t L_204 = CPet_get_Star_m2698684576(L_203, /*hidden argument*/NULL); CPet_t2667050390 * L_205 = ___pet0; NullCheck(L_205); int32_t L_206 = CPet_get_Quality_m3758522020(L_205, /*hidden argument*/NULL); NullCheck(L_202); bool L_207 = CPetStarQualityLevelCfg_IsMaxQuality_m3308109945(L_202, L_204, L_206, /*hidden argument*/NULL); if (!L_207) { goto IL_05af; } } { UILabel_t3248798549 * L_208 = __this->get_m_NextQuality_34(); CTextHelp_t3119637808 * L_209 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_209); String_t* L_210 = CTextHelp_GetText_m372251958(L_209, _stringLiteral681655159, /*hidden argument*/NULL); NullCheck(L_208); UILabel_set_text_m1071532778(L_208, L_210, /*hidden argument*/NULL); UILabel_t3248798549 * L_211 = __this->get_m_NextQualityRight_35(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_212 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_211); UILabel_set_text_m1071532778(L_211, L_212, /*hidden argument*/NULL); UISprite_t194114938 * L_213 = __this->get_m_NextSprite_33(); NullCheck(L_213); GameObject_t1113636619 * L_214 = Component_get_gameObject_m442555142(L_213, /*hidden argument*/NULL); NullCheck(L_214); GameObject_SetActive_m796801857(L_214, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_215 = __this->get_m_UpQuality_46(); NullCheck(L_215); GameObject_t1113636619 * L_216 = Component_get_gameObject_m442555142(L_215, /*hidden argument*/NULL); NullCheck(L_216); GameObject_SetActive_m796801857(L_216, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_217 = __this->get_m_UpQualityGray_47(); NullCheck(L_217); GameObject_t1113636619 * L_218 = Component_get_gameObject_m442555142(L_217, /*hidden argument*/NULL); NullCheck(L_218); GameObject_SetActive_m796801857(L_218, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_219 = __this->get_m_UpQualityDesc_48(); NullCheck(L_219); GameObject_t1113636619 * L_220 = Component_get_gameObject_m442555142(L_219, /*hidden argument*/NULL); NullCheck(L_220); GameObject_SetActive_m796801857(L_220, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_221 = __this->get_m_UpQualityDesc_48(); CTextHelp_t3119637808 * L_222 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_222); String_t* L_223 = CTextHelp_GetText_m372251958(L_222, _stringLiteral1679594353, /*hidden argument*/NULL); NullCheck(L_221); UILabel_set_text_m1071532778(L_221, L_223, /*hidden argument*/NULL); } IL_05af: { UISprite_t194114938 * L_224 = __this->get_m_NextSprite_33(); NullCheck(L_224); GameObject_t1113636619 * L_225 = Component_get_gameObject_m442555142(L_224, /*hidden argument*/NULL); NullCheck(L_225); GameObject_SetActive_m796801857(L_225, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_226 = __this->get_m_NextQuality_34(); CPet_t2667050390 * L_227 = ___pet0; NullCheck(L_227); int32_t L_228 = CPet_get_Quality_m3758522020(L_227, /*hidden argument*/NULL); V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_228, (int32_t)1)); String_t* L_229 = Int32_ToString_m141394615((&V_10), /*hidden argument*/NULL); NullCheck(L_226); UILabel_set_text_m1071532778(L_226, L_229, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); CPetStarQualityLevelCfg_t129968123 * L_230 = CPetStarQualityLevelCfg_GetInstance_m632892810(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_231 = ___pet0; NullCheck(L_231); int32_t L_232 = CPet_get_Star_m2698684576(L_231, /*hidden argument*/NULL); CPet_t2667050390 * L_233 = ___pet0; NullCheck(L_233); int32_t L_234 = CPet_get_Quality_m3758522020(L_233, /*hidden argument*/NULL); NullCheck(L_230); String_t* L_235 = CPetStarQualityLevelCfg_GetRight_m4080894736(L_230, L_232, ((int32_t)il2cpp_codegen_add((int32_t)L_234, (int32_t)1)), /*hidden argument*/NULL); V_11 = L_235; String_t* L_236 = V_11; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_237 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_236, /*hidden argument*/NULL); if (!L_237) { goto IL_061d; } } { UILabel_t3248798549 * L_238 = __this->get_m_NextQualityRight_35(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_239 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_238); UILabel_set_text_m1071532778(L_238, L_239, /*hidden argument*/NULL); goto IL_06a5; } IL_061d: { String_t* L_240 = V_11; CharU5BU5D_t3528271667* L_241 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_241); (L_241)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_240); StringU5BU5D_t1281789340* L_242 = String_Split_m3646115398(L_240, L_241, /*hidden argument*/NULL); V_12 = L_242; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_243 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_13 = L_243; V_14 = 0; goto IL_068d; } IL_0640: { int32_t L_244 = V_14; StringU5BU5D_t1281789340* L_245 = V_12; NullCheck(L_245); if ((((int32_t)L_244) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_245)->max_length)))), (int32_t)1))))) { goto IL_066f; } } { String_t* L_246 = V_13; IL2CPP_RUNTIME_CLASS_INIT(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); CPetStarQualityLevelCfg_t129968123 * L_247 = CPetStarQualityLevelCfg_GetInstance_m632892810(NULL /*static, unused*/, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_248 = V_12; int32_t L_249 = V_14; NullCheck(L_248); int32_t L_250 = L_249; String_t* L_251 = (L_248)->GetAt(static_cast(L_250)); NullCheck(L_247); String_t* L_252 = CPetStarQualityLevelCfg_GetRightDesc_m1762251269(L_247, L_251, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_253 = String_Concat_m3755062657(NULL /*static, unused*/, L_246, L_252, _stringLiteral3452614566, /*hidden argument*/NULL); V_13 = L_253; goto IL_0687; } IL_066f: { String_t* L_254 = V_13; IL2CPP_RUNTIME_CLASS_INIT(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); CPetStarQualityLevelCfg_t129968123 * L_255 = CPetStarQualityLevelCfg_GetInstance_m632892810(NULL /*static, unused*/, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_256 = V_12; int32_t L_257 = V_14; NullCheck(L_256); int32_t L_258 = L_257; String_t* L_259 = (L_256)->GetAt(static_cast(L_258)); NullCheck(L_255); String_t* L_260 = CPetStarQualityLevelCfg_GetRightDesc_m1762251269(L_255, L_259, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_261 = String_Concat_m3937257545(NULL /*static, unused*/, L_254, L_260, /*hidden argument*/NULL); V_13 = L_261; } IL_0687: { int32_t L_262 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_262, (int32_t)1)); } IL_068d: { int32_t L_263 = V_14; StringU5BU5D_t1281789340* L_264 = V_12; NullCheck(L_264); if ((((int32_t)L_263) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_264)->max_length))))))) { goto IL_0640; } } { UILabel_t3248798549 * L_265 = __this->get_m_NextQualityRight_35(); String_t* L_266 = V_13; NullCheck(L_265); UILabel_set_text_m1071532778(L_265, L_266, /*hidden argument*/NULL); } IL_06a5: { UILabel_t3248798549 * L_267 = __this->get_m_ExpMoreNum_27(); IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_268 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_269 = __this->get_littleConfig_53(); NullCheck(L_268); int32_t L_270 = CPropManager_GetPropAmount_m271193511(L_268, L_269, /*hidden argument*/NULL); int32_t L_271 = L_270; RuntimeObject * L_272 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_271); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_273 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3452614616, L_272, /*hidden argument*/NULL); NullCheck(L_267); UILabel_set_text_m1071532778(L_267, L_273, /*hidden argument*/NULL); UILabel_t3248798549 * L_274 = __this->get_m_ExpMostNum_28(); CPropManager_t2238730194 * L_275 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_276 = __this->get_bigConfig_54(); NullCheck(L_275); int32_t L_277 = CPropManager_GetPropAmount_m271193511(L_275, L_276, /*hidden argument*/NULL); int32_t L_278 = L_277; RuntimeObject * L_279 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_278); String_t* L_280 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3452614616, L_279, /*hidden argument*/NULL); NullCheck(L_274); UILabel_set_text_m1071532778(L_274, L_280, /*hidden argument*/NULL); UILabel_t3248798549 * L_281 = __this->get_m_EatNeedEnergy_37(); PetQualityDataUnit_t1608751097 * L_282 = V_3; NullCheck(L_282); int32_t* L_283 = L_282->get_address_of_eatEnergy_4(); String_t* L_284 = Int32_ToString_m141394615(L_283, /*hidden argument*/NULL); NullCheck(L_281); UILabel_set_text_m1071532778(L_281, L_284, /*hidden argument*/NULL); UILabel_t3248798549 * L_285 = __this->get_m_StudyNeedEnergy_38(); PetQualityDataUnit_t1608751097 * L_286 = V_3; NullCheck(L_286); int32_t* L_287 = L_286->get_address_of_studyEnergy_7(); String_t* L_288 = Int32_ToString_m141394615(L_287, /*hidden argument*/NULL); NullCheck(L_285); UILabel_set_text_m1071532778(L_285, L_288, /*hidden argument*/NULL); UILabel_t3248798549 * L_289 = __this->get_m_DrillNeedEnergy_39(); PetQualityDataUnit_t1608751097 * L_290 = V_3; NullCheck(L_290); int32_t* L_291 = L_290->get_address_of_drillEnergy_10(); String_t* L_292 = Int32_ToString_m141394615(L_291, /*hidden argument*/NULL); NullCheck(L_289); UILabel_set_text_m1071532778(L_289, L_292, /*hidden argument*/NULL); UILabel_t3248798549 * L_293 = __this->get_m_PetEnergy_36(); CPet_t2667050390 * L_294 = ___pet0; NullCheck(L_294); int32_t L_295 = CPet_get_CurrentEnergy_m3952434177(L_294, /*hidden argument*/NULL); int32_t L_296 = L_295; RuntimeObject * L_297 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_296); PetQualityDataUnit_t1608751097 * L_298 = V_3; NullCheck(L_298); int32_t L_299 = L_298->get_maxenergy_2(); int32_t L_300 = L_299; RuntimeObject * L_301 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_300); String_t* L_302 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral246767658, L_297, L_301, /*hidden argument*/NULL); NullCheck(L_293); UILabel_set_text_m1071532778(L_293, L_302, /*hidden argument*/NULL); UILabel_t3248798549 * L_303 = __this->get_m_Level_19(); CPet_t2667050390 * L_304 = ___pet0; NullCheck(L_304); int32_t L_305 = CPet_get_Level_m31911284(L_304, /*hidden argument*/NULL); int32_t L_306 = L_305; RuntimeObject * L_307 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_306); String_t* L_308 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral923956606, L_307, /*hidden argument*/NULL); NullCheck(L_303); UILabel_set_text_m1071532778(L_303, L_308, /*hidden argument*/NULL); UILabel_t3248798549 * L_309 = __this->get_m_ExpPercent_22(); CPet_t2667050390 * L_310 = ___pet0; NullCheck(L_310); int32_t L_311 = CPet_get_CurrentExperience_m310223190(L_310, /*hidden argument*/NULL); int32_t L_312 = L_311; RuntimeObject * L_313 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_312); IL2CPP_RUNTIME_CLASS_INIT(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var); CPetLevelExperienceCfg_t3456413245 * L_314 = CPetLevelExperienceCfg_GetInstance_m1524422937(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_315 = ___pet0; NullCheck(L_315); int32_t L_316 = CPet_get_Level_m31911284(L_315, /*hidden argument*/NULL); NullCheck(L_314); levelEffect_t306095074 * L_317 = CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790(L_314, L_316, /*hidden argument*/NULL); NullCheck(L_317); int32_t L_318 = L_317->get_needNextLevelExperience_0(); int32_t L_319 = L_318; RuntimeObject * L_320 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_319); String_t* L_321 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral246767658, L_313, L_320, /*hidden argument*/NULL); NullCheck(L_309); UILabel_set_text_m1071532778(L_309, L_321, /*hidden argument*/NULL); CPetLevelExperienceCfg_t3456413245 * L_322 = CPetLevelExperienceCfg_GetInstance_m1524422937(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_323 = ___pet0; NullCheck(L_323); int32_t L_324 = CPet_get_Level_m31911284(L_323, /*hidden argument*/NULL); NullCheck(L_322); levelEffect_t306095074 * L_325 = CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790(L_322, L_324, /*hidden argument*/NULL); NullCheck(L_325); int32_t L_326 = L_325->get_needNextLevelExperience_0(); if ((((int32_t)L_326) <= ((int32_t)0))) { goto IL_08b4; } } { CPet_t2667050390 * L_327 = ___pet0; NullCheck(L_327); int32_t L_328 = CPet_get_CurrentExperience_m310223190(L_327, /*hidden argument*/NULL); UISprite_t194114938 * L_329 = __this->get_m_maxExperienceBg_21(); NullCheck(L_329); Transform_t3600365921 * L_330 = Component_get_transform_m3162698980(L_329, /*hidden argument*/NULL); NullCheck(L_330); Vector3_t3722313464 L_331 = Transform_get_localScale_m129152068(L_330, /*hidden argument*/NULL); V_16 = L_331; float L_332 = (&V_16)->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var); CPetLevelExperienceCfg_t3456413245 * L_333 = CPetLevelExperienceCfg_GetInstance_m1524422937(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_334 = ___pet0; NullCheck(L_334); int32_t L_335 = CPet_get_Level_m31911284(L_334, /*hidden argument*/NULL); NullCheck(L_333); levelEffect_t306095074 * L_336 = CPetLevelExperienceCfg_GetCurLevelEffect_m2965184790(L_333, L_335, /*hidden argument*/NULL); NullCheck(L_336); int32_t L_337 = L_336->get_needNextLevelExperience_0(); CPet_t2667050390 * L_338 = ___pet0; NullCheck(L_338); int32_t L_339 = CPet_get_CurrentExperience_m310223190(L_338, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_340 = Mathf_Max_m3673002171(NULL /*static, unused*/, L_337, L_339, /*hidden argument*/NULL); V_15 = ((float)((float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_328))), (float)((float)il2cpp_codegen_subtract((float)L_332, (float)(10.0f)))))/(float)(((float)((float)L_340))))); float L_341 = V_15; if ((!(((float)L_341) <= ((float)(1.0f))))) { goto IL_085a; } } { UISprite_t194114938 * L_342 = __this->get_m_CurrentExperienceBg_20(); NullCheck(L_342); GameObject_t1113636619 * L_343 = Component_get_gameObject_m442555142(L_342, /*hidden argument*/NULL); NullCheck(L_343); GameObject_SetActive_m796801857(L_343, (bool)0, /*hidden argument*/NULL); goto IL_08b4; } IL_085a: { UISprite_t194114938 * L_344 = __this->get_m_CurrentExperienceBg_20(); NullCheck(L_344); GameObject_t1113636619 * L_345 = Component_get_gameObject_m442555142(L_344, /*hidden argument*/NULL); NullCheck(L_345); GameObject_SetActive_m796801857(L_345, (bool)1, /*hidden argument*/NULL); UISprite_t194114938 * L_346 = __this->get_m_CurrentExperienceBg_20(); NullCheck(L_346); Transform_t3600365921 * L_347 = Component_get_transform_m3162698980(L_346, /*hidden argument*/NULL); float L_348 = V_15; UISprite_t194114938 * L_349 = __this->get_m_CurrentExperienceBg_20(); NullCheck(L_349); Transform_t3600365921 * L_350 = Component_get_transform_m3162698980(L_349, /*hidden argument*/NULL); NullCheck(L_350); Vector3_t3722313464 L_351 = Transform_get_localScale_m129152068(L_350, /*hidden argument*/NULL); V_17 = L_351; float L_352 = (&V_17)->get_y_2(); UISprite_t194114938 * L_353 = __this->get_m_CurrentExperienceBg_20(); NullCheck(L_353); Transform_t3600365921 * L_354 = Component_get_transform_m3162698980(L_353, /*hidden argument*/NULL); NullCheck(L_354); Vector3_t3722313464 L_355 = Transform_get_localScale_m129152068(L_354, /*hidden argument*/NULL); V_18 = L_355; float L_356 = (&V_18)->get_z_3(); Vector3_t3722313464 L_357; memset(&L_357, 0, sizeof(L_357)); Vector3__ctor_m3353183577((&L_357), L_348, L_352, L_356, /*hidden argument*/NULL); NullCheck(L_347); Transform_set_localScale_m3053443106(L_347, L_357, /*hidden argument*/NULL); } IL_08b4: { IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig_t679804737 * L_358 = CPetConfig_GetInstance_m2205073526(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_358); int32_t L_359 = CPetConfig_GetMaxLevel_m2261324797(L_358, /*hidden argument*/NULL); CPet_t2667050390 * L_360 = ___pet0; NullCheck(L_360); int32_t L_361 = CPet_get_Level_m31911284(L_360, /*hidden argument*/NULL); if ((!(((uint32_t)L_359) == ((uint32_t)L_361)))) { goto IL_08e3; } } { UILabel_t3248798549 * L_362 = __this->get_m_ExpPercent_22(); CTextHelp_t3119637808 * L_363 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_363); String_t* L_364 = CTextHelp_GetText_m372251958(L_363, _stringLiteral3244558565, /*hidden argument*/NULL); NullCheck(L_362); UILabel_set_text_m1071532778(L_362, L_364, /*hidden argument*/NULL); } IL_08e3: { return; } } // System.Void petMainUI::SetNeedButton(DMCore.Logic.CPet) extern "C" IL2CPP_METHOD_ATTR void petMainUI_SetNeedButton_m47511179 (petMainUI_t1540475485 * __this, CPet_t2667050390 * ___pet0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_SetNeedButton_m47511179_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * G_B4_0 = NULL; GameObject_t1113636619 * G_B3_0 = NULL; int32_t G_B5_0 = 0; GameObject_t1113636619 * G_B5_1 = NULL; GameObject_t1113636619 * G_B7_0 = NULL; GameObject_t1113636619 * G_B6_0 = NULL; int32_t G_B8_0 = 0; GameObject_t1113636619 * G_B8_1 = NULL; { CPet_t2667050390 * L_0 = ___pet0; if (L_0) { goto IL_006d; } } { Transform_t3600365921 * L_1 = __this->get_m_ReleseRoot_11(); 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)0, /*hidden argument*/NULL); Transform_t3600365921 * L_3 = __this->get_m_GetPetRoot_12(); 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_UnloadRoot_13(); 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); Transform_t3600365921 * L_7 = __this->get_m_QuickHatchRoot_14(); 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_FollowRoot_15(); 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)0, /*hidden argument*/NULL); Transform_t3600365921 * L_11 = __this->get_m_EggFollowRoot_16(); 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); return; } IL_006d: { Transform_t3600365921 * L_13 = __this->get_m_UnloadRoot_13(); NullCheck(L_13); GameObject_t1113636619 * L_14 = Component_get_gameObject_m442555142(L_13, /*hidden argument*/NULL); CPet_t2667050390 * L_15 = ___pet0; NullCheck(L_15); int32_t L_16 = CPet_get_mPetPhysiologyState_m4255554411(L_15, /*hidden argument*/NULL); G_B3_0 = L_14; if ((((int32_t)L_16) == ((int32_t)1))) { G_B4_0 = L_14; goto IL_0098; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_17 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); int64_t L_18 = CPetManager_get_CurrentFollowPetID_m652555541(L_17, /*hidden argument*/NULL); CPet_t2667050390 * L_19 = ___pet0; NullCheck(L_19); int64_t L_20 = CPet_get_PetID_m3728811332(L_19, /*hidden argument*/NULL); G_B5_0 = ((((int64_t)L_18) == ((int64_t)L_20))? 1 : 0); G_B5_1 = G_B3_0; goto IL_0099; } IL_0098: { G_B5_0 = 0; G_B5_1 = G_B4_0; } IL_0099: { NullCheck(G_B5_1); GameObject_SetActive_m796801857(G_B5_1, (bool)G_B5_0, /*hidden argument*/NULL); Transform_t3600365921 * L_21 = __this->get_m_FollowRoot_15(); NullCheck(L_21); GameObject_t1113636619 * L_22 = Component_get_gameObject_m442555142(L_21, /*hidden argument*/NULL); CPet_t2667050390 * L_23 = ___pet0; NullCheck(L_23); int32_t L_24 = CPet_get_mPetPhysiologyState_m4255554411(L_23, /*hidden argument*/NULL); G_B6_0 = L_22; if ((((int32_t)L_24) == ((int32_t)1))) { G_B7_0 = L_22; goto IL_00cc; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_25 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); int64_t L_26 = CPetManager_get_CurrentFollowPetID_m652555541(L_25, /*hidden argument*/NULL); CPet_t2667050390 * L_27 = ___pet0; NullCheck(L_27); int64_t L_28 = CPet_get_PetID_m3728811332(L_27, /*hidden argument*/NULL); G_B8_0 = ((((int32_t)((((int64_t)L_26) == ((int64_t)L_28))? 1 : 0)) == ((int32_t)0))? 1 : 0); G_B8_1 = G_B6_0; goto IL_00cd; } IL_00cc: { G_B8_0 = 0; G_B8_1 = G_B7_0; } IL_00cd: { NullCheck(G_B8_1); GameObject_SetActive_m796801857(G_B8_1, (bool)G_B8_0, /*hidden argument*/NULL); Transform_t3600365921 * L_29 = __this->get_m_EggFollowRoot_16(); NullCheck(L_29); GameObject_t1113636619 * L_30 = Component_get_gameObject_m442555142(L_29, /*hidden argument*/NULL); CPet_t2667050390 * L_31 = ___pet0; NullCheck(L_31); int32_t L_32 = CPet_get_mPetPhysiologyState_m4255554411(L_31, /*hidden argument*/NULL); NullCheck(L_30); GameObject_SetActive_m796801857(L_30, (bool)((((int32_t)L_32) == ((int32_t)1))? 1 : 0), /*hidden argument*/NULL); Transform_t3600365921 * L_33 = __this->get_m_ReleseRoot_11(); NullCheck(L_33); GameObject_t1113636619 * L_34 = Component_get_gameObject_m442555142(L_33, /*hidden argument*/NULL); NullCheck(L_34); GameObject_SetActive_m796801857(L_34, (bool)1, /*hidden argument*/NULL); CPet_t2667050390 * L_35 = ___pet0; NullCheck(L_35); int32_t L_36 = CPet_get_mPetPhysiologyState_m4255554411(L_35, /*hidden argument*/NULL); if ((!(((uint32_t)L_36) == ((uint32_t)1)))) { goto IL_0119; } } { Transform_t3600365921 * L_37 = __this->get_m_ReleseRoot_11(); 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); } IL_0119: { return; } } // System.Void petMainUI::OnClickChangeName() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnClickChangeName_m550048920 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnClickChangeName_m550048920_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPet_t2667050390 * L_1 = CPetManager_GetCurrentSelectPet_m1550372004(L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_3 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CPetManager_SetPetModelVisable_m2148172164(L_3, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CChangeNameManager_t2068867582_il2cpp_TypeInfo_var); CChangeNameManager_t2068867582 * L_4 = CChangeNameManager_GetInstance_m85489895(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_5 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CChangeNameInfo_t1998310127 * L_6 = CPetManager_get_ChangeNameInitializer_m1742563701(L_5, /*hidden argument*/NULL); NullCheck(L_4); CChangeNameManager_ShowChangeNameWnd_m1657049548(L_4, L_6, /*hidden argument*/NULL); return; } } // System.Void petMainUI::OnClickRelese() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnClickRelese_m2268454404 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnClickRelese_m2268454404_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; CDataArray_t4068198041 * V_1 = NULL; String_t* V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPet_t2667050390 * L_1 = CPetManager_GetCurrentSelectPet_m1550372004(L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return; } IL_0012: { CDataArray_t4068198041 * L_3 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_3, /*hidden argument*/NULL); V_1 = L_3; CDataArray_t4068198041 * L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_5 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); int64_t L_6 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_5, /*hidden argument*/NULL); NullCheck(L_4); CDataArray_Push_m3799896857(L_4, L_6, /*hidden argument*/NULL); CPetManager_t2941415134 * L_7 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CPetManager_SetPetModelVisable_m2148172164(L_7, (bool)0, /*hidden argument*/NULL); CTextHelp_t3119637808 * L_8 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = CTextHelp_GetText_m3374553046(L_8, _stringLiteral3161517432, _stringLiteral628085470, /*hidden argument*/NULL); CPet_t2667050390 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = CPet_get_PetName_m2694979626(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Format_m2844511972(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); V_2 = L_12; CMsgBoxControl_t806533544 * L_13 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_14 = V_2; intptr_t L_15 = (intptr_t)petMainUI_ReleseClickOk_m2418691974_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_16 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_16, __this, L_15, /*hidden argument*/NULL); CDataArray_t4068198041 * L_17 = V_1; CTextHelp_t3119637808 * L_18 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_18); String_t* L_20 = CTextHelp_GetText_m3374553046(L_18, _stringLiteral242355435, L_19, /*hidden argument*/NULL); NullCheck(L_13); CMsgBoxControl_Push_m1499792225(L_13, 1, L_14, L_16, L_17, 1, (0.0f), L_20, /*hidden argument*/NULL); return; } } // System.Void petMainUI::ReleseClickOk(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void petMainUI_ReleseClickOk_m2418691974 (petMainUI_t1540475485 * __this, bool ___isok0, CDataArray_t4068198041 * ___msg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_ReleseClickOk_m2418691974_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPetManager_SetPetModelVisable_m2148172164(L_0, (bool)1, /*hidden argument*/NULL); bool L_1 = ___isok0; if (!L_1) { goto IL_0026; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_2 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_3 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int64_t L_4 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_3, /*hidden argument*/NULL); NullCheck(L_2); CPetManager_RequestRelese_m3897261278(L_2, L_4, /*hidden argument*/NULL); } IL_0026: { return; } } // System.Void petMainUI::OnClickQuickTime() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnClickQuickTime_m194216168 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnClickQuickTime_m194216168_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_1 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_1, /*hidden argument*/NULL); NullCheck(L_0); CPetManager_RequestQuickTime_m3142053126(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void petMainUI::OnClickFollow() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnClickFollow_m2370424356 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnClickFollow_m2370424356_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CPet_t2667050390 * V_1 = NULL; CPet_t2667050390 * V_2 = NULL; String_t* V_3 = NULL; CDataArray_t4068198041 * V_4 = NULL; { float L_0 = __this->get_cdTime_79(); if ((!(((float)L_0) > ((float)(0.0f))))) { goto IL_002d; } } { CTextHelp_t3119637808 * L_1 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = CTextHelp_GetText_m372251958(L_1, _stringLiteral1820661907, /*hidden argument*/NULL); V_0 = L_2; CMsgManager_t455955613 * L_3 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = V_0; NullCheck(L_3); CMsgManager_PushHint_m1231354654(L_3, L_4, (bool)0, /*hidden argument*/NULL); return; } IL_002d: { __this->set_cdTime_79((1.0f)); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_5 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); int64_t L_6 = CPetManager_get_CurrentFollowPetID_m652555541(L_5, /*hidden argument*/NULL); if ((!(((uint64_t)L_6) == ((uint64_t)(((int64_t)((int64_t)(-1)))))))) { goto IL_005d; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_7 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_8 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int64_t L_9 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_8, /*hidden argument*/NULL); NullCheck(L_7); CPetManager_RequestChangeCurrentPetID_m2068040169(L_7, L_9, /*hidden argument*/NULL); } IL_005d: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_10 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); int64_t L_11 = CPetManager_get_CurrentFollowPetID_m652555541(L_10, /*hidden argument*/NULL); CPetManager_t2941415134 * L_12 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); int64_t L_13 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_12, /*hidden argument*/NULL); if ((((int64_t)L_11) == ((int64_t)L_13))) { goto IL_00f9; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_14 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CPet_t2667050390 * L_15 = CPetManager_GetCurrentFollowPet_m4150266697(L_14, /*hidden argument*/NULL); V_1 = L_15; CPetManager_t2941415134 * L_16 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); CPet_t2667050390 * L_17 = CPetManager_GetCurrentSelectPet_m1550372004(L_16, /*hidden argument*/NULL); V_2 = L_17; CPet_t2667050390 * L_18 = V_1; if (!L_18) { goto IL_0098; } } { CPet_t2667050390 * L_19 = V_2; if (L_19) { goto IL_0099; } } IL_0098: { return; } IL_0099: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_20 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CPetManager_SetPetModelVisable_m2148172164(L_20, (bool)0, /*hidden argument*/NULL); CTextHelp_t3119637808 * L_21 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22 = CTextHelp_GetText_m3374553046(L_21, _stringLiteral3977357671, _stringLiteral4140064810, /*hidden argument*/NULL); CPet_t2667050390 * L_23 = V_1; NullCheck(L_23); String_t* L_24 = CPet_get_PetName_m2694979626(L_23, /*hidden argument*/NULL); CPet_t2667050390 * L_25 = V_2; NullCheck(L_25); String_t* L_26 = CPet_get_PetName_m2694979626(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Format_m2556382932(NULL /*static, unused*/, L_22, L_24, L_26, /*hidden argument*/NULL); V_3 = L_27; CDataArray_t4068198041 * L_28 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_28, /*hidden argument*/NULL); V_4 = L_28; CDataArray_t4068198041 * L_29 = V_4; CPetManager_t2941415134 * L_30 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); int64_t L_31 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_30, /*hidden argument*/NULL); NullCheck(L_29); CDataArray_Push_m3799896857(L_29, L_31, /*hidden argument*/NULL); String_t* L_32 = V_3; intptr_t L_33 = (intptr_t)petMainUI_FollowClickOk_m3828922436_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_34 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_34, __this, L_33, /*hidden argument*/NULL); CDataArray_t4068198041 * L_35 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m3814357208(NULL /*static, unused*/, 1, L_32, L_34, L_35, 1, /*hidden argument*/NULL); } IL_00f9: { return; } } // System.Void petMainUI::FollowClickOk(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void petMainUI_FollowClickOk_m3828922436 (petMainUI_t1540475485 * __this, bool ___isok0, CDataArray_t4068198041 * ___msg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_FollowClickOk_m3828922436_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPetManager_SetPetModelVisable_m2148172164(L_0, (bool)1, /*hidden argument*/NULL); bool L_1 = ___isok0; if (!L_1) { goto IL_0027; } } { CDataArray_t4068198041 * L_2 = ___msg1; NullCheck(L_2); int64_t L_3 = CDataArray_GetLong_m4094450536(L_2, 0, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_4 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_5 = V_0; NullCheck(L_4); CPetManager_RequestChangeCurrentPetID_m2068040169(L_4, L_5, /*hidden argument*/NULL); } IL_0027: { return; } } // System.Void petMainUI::OnClickEggFollow() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnClickEggFollow_m1837554293 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnClickEggFollow_m1837554293_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral4103656847, (bool)0, /*hidden argument*/NULL); return; } } // System.Void petMainUI::OnClickUnload() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnClickUnload_m588416593 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnClickUnload_m588416593_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { float L_0 = __this->get_cdTime_79(); if ((!(((float)L_0) > ((float)(0.0f))))) { goto IL_002d; } } { CTextHelp_t3119637808 * L_1 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = CTextHelp_GetText_m372251958(L_1, _stringLiteral1820661907, /*hidden argument*/NULL); V_0 = L_2; CMsgManager_t455955613 * L_3 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = V_0; NullCheck(L_3); CMsgManager_PushHint_m1231354654(L_3, L_4, (bool)0, /*hidden argument*/NULL); return; } IL_002d: { __this->set_cdTime_79((1.0f)); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_5 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_6 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); int64_t L_7 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_6, /*hidden argument*/NULL); NullCheck(L_5); CPetManager_RequestUnloadPet_m2424110772(L_5, L_7, /*hidden argument*/NULL); return; } } // System.Void petMainUI::OnClickBuyEnergy() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnClickBuyEnergy_m3532121943 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnClickBuyEnergy_m3532121943_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CPet_t2667050390 * V_2 = NULL; PetQualityDataUnit_t1608751097 * V_3 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CPetManager_GetPetListCount_m2254559960(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_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral3617715494, (bool)0, /*hidden argument*/NULL); return; } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_3 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CPetManager_GetEnergyBuyCount_m2359714967(L_3, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral2267473214, (bool)0, /*hidden argument*/NULL); return; } IL_003c: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_6 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CPet_t2667050390 * L_7 = CPetManager_GetCurrentSelectPet_m1550372004(L_6, /*hidden argument*/NULL); V_2 = L_7; CPet_t2667050390 * L_8 = V_2; if (L_8) { goto IL_004e; } } { return; } IL_004e: { CPet_t2667050390 * L_9 = V_2; NullCheck(L_9); int32_t L_10 = CPet_get_mPetPhysiologyState_m4255554411(L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_0066; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral2656369406, (bool)0, /*hidden argument*/NULL); return; } IL_0066: { IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig_t679804737 * L_11 = CPetConfig_GetInstance_m2205073526(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_12 = V_2; NullCheck(L_12); int32_t L_13 = CPet_get_Quality_m3758522020(L_12, /*hidden argument*/NULL); NullCheck(L_11); PetQualityDataUnit_t1608751097 * L_14 = CPetConfig_GetQualityconfig_m1314804221(L_11, L_13, /*hidden argument*/NULL); V_3 = L_14; CPet_t2667050390 * L_15 = V_2; NullCheck(L_15); int32_t L_16 = CPet_get_CurrentEnergy_m3952434177(L_15, /*hidden argument*/NULL); PetQualityDataUnit_t1608751097 * L_17 = V_3; NullCheck(L_17); int32_t L_18 = L_17->get_maxenergy_2(); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0094; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral2317136108, (bool)0, /*hidden argument*/NULL); return; } IL_0094: { PetBuyEnergy_t1876705499 * L_19 = __this->get_m_BuyEnergyUI_6(); int32_t L_20 = V_1; NullCheck(L_19); PetBuyEnergy_SetData_m1249777776(L_19, L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_21 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); CPetManager_SetPetModelVisable_m2148172164(L_21, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_22 = __this->get_m_PetDetailRoot_2(); NullCheck(L_22); GameObject_t1113636619 * L_23 = Component_get_gameObject_m442555142(L_22, /*hidden argument*/NULL); NullCheck(L_23); GameObject_SetActive_m796801857(L_23, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_24 = __this->get_m_PetListRoot_3(); 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)0, /*hidden argument*/NULL); Transform_t3600365921 * L_26 = __this->get_m_BuyEnergyRoot_4(); NullCheck(L_26); GameObject_t1113636619 * L_27 = Component_get_gameObject_m442555142(L_26, /*hidden argument*/NULL); NullCheck(L_27); GameObject_SetActive_m796801857(L_27, (bool)1, /*hidden argument*/NULL); return; } } // System.Void petMainUI::OnClickGetMaterialByEat() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnClickGetMaterialByEat_m2172283235 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnClickGetMaterialByEat_m2172283235_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; PetQualityDataUnit_t1608751097 * V_1 = NULL; int32_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPet_t2667050390 * L_1 = CPetManager_GetCurrentSelectPet_m1550372004(L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return; } IL_0012: { CPet_t2667050390 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CPet_get_mPetPhysiologyState_m4255554411(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral2656369406, (bool)0, /*hidden argument*/NULL); return; } IL_002a: { IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig_t679804737 * L_5 = CPetConfig_GetInstance_m2205073526(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = CPet_get_Quality_m3758522020(L_6, /*hidden argument*/NULL); NullCheck(L_5); PetQualityDataUnit_t1608751097 * L_8 = CPetConfig_GetQualityconfig_m1314804221(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; PetQualityDataUnit_t1608751097 * L_9 = V_1; if (L_9) { goto IL_0042; } } { return; } IL_0042: { PetQualityDataUnit_t1608751097 * L_10 = V_1; NullCheck(L_10); int32_t L_11 = L_10->get_eatEnergy_4(); CPet_t2667050390 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = CPet_get_CurrentEnergy_m3952434177(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) > ((int32_t)L_13))) { goto IL_0090; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); CPetStarQualityLevelCfg_t129968123 * L_14 = CPetStarQualityLevelCfg_GetInstance_m632892810(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_15 = V_0; NullCheck(L_15); int32_t L_16 = CPet_get_Star_m2698684576(L_15, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_17 = CPetStarQualityLevelCfg_GetMaxQualityByStar_m3118844001(L_14, L_16, /*hidden argument*/NULL); V_2 = L_17; PetQualityDataUnit_t1608751097 * L_18 = V_1; NullCheck(L_18); int32_t L_19 = L_18->get_quality_0(); int32_t L_20 = V_2; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0080; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral3282837749, (bool)0, /*hidden argument*/NULL); goto IL_008b; } IL_0080: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_21 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); CPetManager_RequestUseQualityMaterial_m3099955516(L_21, 1, /*hidden argument*/NULL); } IL_008b: { goto IL_009b; } IL_0090: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral4026202828, (bool)0, /*hidden argument*/NULL); } IL_009b: { return; } } // System.Void petMainUI::OnClickGetMaterialByStudy() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnClickGetMaterialByStudy_m1011317730 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnClickGetMaterialByStudy_m1011317730_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; PetQualityDataUnit_t1608751097 * V_1 = NULL; int32_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPet_t2667050390 * L_1 = CPetManager_GetCurrentSelectPet_m1550372004(L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return; } IL_0012: { CPet_t2667050390 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CPet_get_mPetPhysiologyState_m4255554411(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral2656369406, (bool)0, /*hidden argument*/NULL); return; } IL_002a: { IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig_t679804737 * L_5 = CPetConfig_GetInstance_m2205073526(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = CPet_get_Quality_m3758522020(L_6, /*hidden argument*/NULL); NullCheck(L_5); PetQualityDataUnit_t1608751097 * L_8 = CPetConfig_GetQualityconfig_m1314804221(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; PetQualityDataUnit_t1608751097 * L_9 = V_1; if (L_9) { goto IL_0042; } } { return; } IL_0042: { PetQualityDataUnit_t1608751097 * L_10 = V_1; NullCheck(L_10); int32_t L_11 = L_10->get_studyEnergy_7(); CPet_t2667050390 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = CPet_get_CurrentEnergy_m3952434177(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) > ((int32_t)L_13))) { goto IL_0090; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); CPetStarQualityLevelCfg_t129968123 * L_14 = CPetStarQualityLevelCfg_GetInstance_m632892810(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_15 = V_0; NullCheck(L_15); int32_t L_16 = CPet_get_Star_m2698684576(L_15, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_17 = CPetStarQualityLevelCfg_GetMaxQualityByStar_m3118844001(L_14, L_16, /*hidden argument*/NULL); V_2 = L_17; PetQualityDataUnit_t1608751097 * L_18 = V_1; NullCheck(L_18); int32_t L_19 = L_18->get_quality_0(); int32_t L_20 = V_2; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0080; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral2994649916, (bool)0, /*hidden argument*/NULL); goto IL_008b; } IL_0080: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_21 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); CPetManager_RequestUseQualityMaterial_m3099955516(L_21, 2, /*hidden argument*/NULL); } IL_008b: { goto IL_009b; } IL_0090: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral4026202828, (bool)0, /*hidden argument*/NULL); } IL_009b: { return; } } // System.Void petMainUI::OnClickGetMaterialByDrill() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnClickGetMaterialByDrill_m1463099380 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnClickGetMaterialByDrill_m1463099380_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; PetQualityDataUnit_t1608751097 * V_1 = NULL; int32_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPet_t2667050390 * L_1 = CPetManager_GetCurrentSelectPet_m1550372004(L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return; } IL_0012: { CPet_t2667050390 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CPet_get_mPetPhysiologyState_m4255554411(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral2656369406, (bool)0, /*hidden argument*/NULL); return; } IL_002a: { IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig_t679804737 * L_5 = CPetConfig_GetInstance_m2205073526(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = CPet_get_Quality_m3758522020(L_6, /*hidden argument*/NULL); NullCheck(L_5); PetQualityDataUnit_t1608751097 * L_8 = CPetConfig_GetQualityconfig_m1314804221(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; PetQualityDataUnit_t1608751097 * L_9 = V_1; if (L_9) { goto IL_0042; } } { return; } IL_0042: { PetQualityDataUnit_t1608751097 * L_10 = V_1; NullCheck(L_10); int32_t L_11 = L_10->get_drillEnergy_10(); CPet_t2667050390 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = CPet_get_CurrentEnergy_m3952434177(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) > ((int32_t)L_13))) { goto IL_0090; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); CPetStarQualityLevelCfg_t129968123 * L_14 = CPetStarQualityLevelCfg_GetInstance_m632892810(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_15 = V_0; NullCheck(L_15); int32_t L_16 = CPet_get_Star_m2698684576(L_15, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_17 = CPetStarQualityLevelCfg_GetMaxQualityByStar_m3118844001(L_14, L_16, /*hidden argument*/NULL); V_2 = L_17; PetQualityDataUnit_t1608751097 * L_18 = V_1; NullCheck(L_18); int32_t L_19 = L_18->get_quality_0(); int32_t L_20 = V_2; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0080; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral1545444778, (bool)0, /*hidden argument*/NULL); goto IL_008b; } IL_0080: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_21 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); CPetManager_RequestUseQualityMaterial_m3099955516(L_21, 3, /*hidden argument*/NULL); } IL_008b: { goto IL_009b; } IL_0090: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral4026202828, (bool)0, /*hidden argument*/NULL); } IL_009b: { return; } } // System.Void petMainUI::OnClickUpQuality() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnClickUpQuality_m1342195802 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnClickUpQuality_m1342195802_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; PetQualityDataUnit_t1608751097 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPet_t2667050390 * L_1 = CPetManager_GetCurrentSelectPet_m1550372004(L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(CPetConfig_t679804737_il2cpp_TypeInfo_var); CPetConfig_t679804737 * L_3 = CPetConfig_GetInstance_m2205073526(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = CPet_get_Quality_m3758522020(L_4, /*hidden argument*/NULL); NullCheck(L_3); PetQualityDataUnit_t1608751097 * L_6 = CPetConfig_GetQualityconfig_m1314804221(L_3, L_5, /*hidden argument*/NULL); V_1 = L_6; PetQualityDataUnit_t1608751097 * L_7 = V_1; if (L_7) { goto IL_002a; } } { return; } IL_002a: { PetQualityDataUnit_t1608751097 * L_8 = V_1; NullCheck(L_8); int32_t L_9 = L_8->get_maxlevel_1(); CPet_t2667050390 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = CPet_get_Level_m31911284(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)L_11))) { goto IL_0047; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral289620061, (bool)0, /*hidden argument*/NULL); return; } IL_0047: { PetQualityDataUnit_t1608751097 * L_12 = V_1; NullCheck(L_12); int32_t L_13 = L_12->get_eatNum_3(); V_2 = L_13; PetQualityDataUnit_t1608751097 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = L_14->get_studyNum_6(); V_3 = L_15; PetQualityDataUnit_t1608751097 * L_16 = V_1; NullCheck(L_16); int32_t L_17 = L_16->get_drillNum_9(); V_4 = L_17; IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_18 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); PetQualityDataUnit_t1608751097 * L_19 = V_1; NullCheck(L_19); int32_t L_20 = L_19->get_eatMaterialID_5(); NullCheck(L_18); int32_t L_21 = CPropManager_GetPropAmount_m271193511(L_18, L_20, /*hidden argument*/NULL); V_5 = L_21; CPropManager_t2238730194 * L_22 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); PetQualityDataUnit_t1608751097 * L_23 = V_1; NullCheck(L_23); int32_t L_24 = L_23->get_studyMaterialID_8(); NullCheck(L_22); int32_t L_25 = CPropManager_GetPropAmount_m271193511(L_22, L_24, /*hidden argument*/NULL); V_6 = L_25; CPropManager_t2238730194 * L_26 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); PetQualityDataUnit_t1608751097 * L_27 = V_1; NullCheck(L_27); int32_t L_28 = L_27->get_drillMaterialID_11(); NullCheck(L_26); int32_t L_29 = CPropManager_GetPropAmount_m271193511(L_26, L_28, /*hidden argument*/NULL); V_7 = L_29; int32_t L_30 = V_5; int32_t L_31 = V_2; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_00bc; } } { int32_t L_32 = V_6; int32_t L_33 = V_3; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_00bc; } } { int32_t L_34 = V_7; int32_t L_35 = V_4; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_00bc; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_36 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); CPetManager_RequestUseQualityMaterial_m3099955516(L_36, 4, /*hidden argument*/NULL); goto IL_00c7; } IL_00bc: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral3402935507, (bool)0, /*hidden argument*/NULL); } IL_00c7: { return; } } // System.Void petMainUI::OnClickUseGoldLevelupPetPress() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnClickUseGoldLevelupPetPress_m3680316929 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnClickUseGoldLevelupPetPress_m3680316929_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; ChooseBuyUseBoxInfo_t2600922063 * V_3 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPet_t2667050390 * L_1 = CPetManager_GetCurrentSelectPet_m1550372004(L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return; } IL_0012: { CPet_t2667050390 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CPet_get_mPetPhysiologyState_m4255554411(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral2656369406, (bool)0, /*hidden argument*/NULL); return; } IL_002a: { IL2CPP_RUNTIME_CLASS_INIT(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); CPetStarQualityLevelCfg_t129968123 * L_5 = CPetStarQualityLevelCfg_GetInstance_m632892810(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = CPet_get_Star_m2698684576(L_6, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_8 = CPetStarQualityLevelCfg_GetMaxQualityByStar_m3118844001(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; int32_t L_9 = V_1; CPet_t2667050390 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = CPet_get_Quality_m3758522020(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) > ((int32_t)L_11))) { goto IL_0053; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral3846842605, (bool)0, /*hidden argument*/NULL); return; } IL_0053: { IL2CPP_RUNTIME_CLASS_INIT(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var); CPetLevelExperienceCfg_t3456413245 * L_12 = CPetLevelExperienceCfg_GetInstance_m1524422937(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = CPet_get_Level_m31911284(L_13, /*hidden argument*/NULL); CPet_t2667050390 * L_15 = V_0; NullCheck(L_15); int32_t L_16 = CPet_get_Quality_m3758522020(L_15, /*hidden argument*/NULL); CPet_t2667050390 * L_17 = V_0; NullCheck(L_17); int32_t L_18 = CPet_get_CurrentExperience_m310223190(L_17, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_19 = CPetLevelExperienceCfg_GetNeedExperienceForMax_m2651649929(L_12, L_14, L_16, L_18, /*hidden argument*/NULL); V_2 = L_19; int32_t L_20 = V_2; if ((((int32_t)L_20) > ((int32_t)0))) { goto IL_0083; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral3033148600, (bool)0, /*hidden argument*/NULL); return; } IL_0083: { ChooseBuyUseBoxInfo_t2600922063 * L_21 = (ChooseBuyUseBoxInfo_t2600922063 *)il2cpp_codegen_object_new(ChooseBuyUseBoxInfo_t2600922063_il2cpp_TypeInfo_var); ChooseBuyUseBoxInfo__ctor_m391122298(L_21, /*hidden argument*/NULL); V_3 = L_21; ChooseBuyUseBoxInfo_t2600922063 * L_22 = V_3; NullCheck(L_22); L_22->set_Titlename_0(_stringLiteral2742764646); ChooseBuyUseBoxInfo_t2600922063 * L_23 = V_3; int32_t L_24 = __this->get_primConfig_52(); NullCheck(L_23); L_23->set_Configid_1(L_24); ChooseBuyUseBoxInfo_t2600922063 * L_25 = V_3; NullCheck(L_25); L_25->set_Price_2(1); ChooseBuyUseBoxInfo_t2600922063 * L_26 = V_3; int32_t L_27 = V_2; int32_t L_28 = __this->get_m_GoldExp_68(); int32_t L_29 = petMainUI_GetNeedCount_m1105388678(__this, L_27, L_28, 3, 1, /*hidden argument*/NULL); NullCheck(L_26); L_26->set_MaxCount_4(L_29); ChooseBuyUseBoxInfo_t2600922063 * L_30 = V_3; NullCheck(L_30); L_30->set_Count_3(1); ChooseBuyUseBoxInfo_t2600922063 * L_31 = V_3; int32_t L_32 = __this->get_primConfig_52(); IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); String_t* L_33 = CPropManager_GetName_m3847477158(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); NullCheck(L_31); L_31->set_Name_5(L_33); ChooseBuyUseBoxInfo_t2600922063 * L_34 = V_3; int32_t L_35 = __this->get_primConfig_52(); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); String_t* L_36 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); NullCheck(L_34); L_34->set_IconPath_6(L_36); ChooseBuyUseBoxInfo_t2600922063 * L_37 = V_3; int32_t L_38 = __this->get_primCashConfigID_51(); NullCheck(L_37); L_37->set_CashType_16(L_38); ChooseBuyUseBoxInfo_t2600922063 * L_39 = V_3; NullCheck(L_39); L_39->set_isDiamond_11((bool)0); ChooseBuyUseBoxInfo_t2600922063 * L_40 = V_3; NullCheck(L_40); L_40->set_IsBuyOrUse_12((bool)1); ChooseBuyUseBoxInfo_t2600922063 * L_41 = V_3; NullCheck(L_41); L_41->set_IsBangzuan_13((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_42 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_42); CPetManager_SetPetModelVisable_m2148172164(L_42, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var); ChooseBuyUseNumBoxController_t2176104285 * L_43 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); ChooseBuyUseBoxInfo_t2600922063 * L_44 = V_3; NullCheck(L_43); ChooseBuyUseNumBoxController_SetOpenChooseNumBox_m1942328283(L_43, L_44, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_45 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_46 = (intptr_t)petMainUI_OnConfirmAmount_m442045242_RuntimeMethod_var; OnConfirmUseAmount_t3345112943 * L_47 = (OnConfirmUseAmount_t3345112943 *)il2cpp_codegen_object_new(OnConfirmUseAmount_t3345112943_il2cpp_TypeInfo_var); OnConfirmUseAmount__ctor_m1361379540(L_47, __this, L_46, /*hidden argument*/NULL); intptr_t L_48 = (intptr_t)petMainUI_OnCloseAmountWnd_m2880598976_RuntimeMethod_var; OnCancelAndExit_t3571001794 * L_49 = (OnCancelAndExit_t3571001794 *)il2cpp_codegen_object_new(OnCancelAndExit_t3571001794_il2cpp_TypeInfo_var); OnCancelAndExit__ctor_m1256787560(L_49, __this, L_48, /*hidden argument*/NULL); NullCheck(L_45); ChooseBuyUseNumBoxController_SetUseListener_m1290437471(L_45, L_47, L_49, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_50 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_50); ChooseBuyUseNumBoxController_ShowUI_m3014004810(L_50, /*hidden argument*/NULL); return; } } // System.Void petMainUI::OnCloseAmountWnd() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnCloseAmountWnd_m2880598976 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnCloseAmountWnd_m2880598976_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPetManager_SetPetModelVisable_m2148172164(L_0, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_1 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CWndController_HideUI_m732482071(L_1, ((int32_t)86), /*hidden argument*/NULL); return; } } // System.Void petMainUI::OnConfirmAmount(System.Int32,System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnConfirmAmount_m442045242 (petMainUI_t1540475485 * __this, int32_t ___configId0, int64_t ___amount1, int32_t ___index2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnConfirmAmount_m442045242_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; CDataArray_t4068198041 * V_1 = NULL; String_t* V_2 = NULL; { int32_t L_0 = ___configId0; int32_t L_1 = __this->get_primConfig_52(); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_00dd; } } { V_0 = (bool)0; int32_t L_2 = __this->get_primCashConfigID_51(); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0027; } } { int64_t L_3 = ___amount1; IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); bool L_4 = CurrencyGetManager_CheckCurrencyState_m948361415(NULL /*static, unused*/, 0, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_00c0; } IL_0027: { int32_t L_5 = __this->get_primCashConfigID_51(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)14))))) { goto IL_00b8; } } { int64_t L_6 = ___amount1; IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); bool L_7 = CurrencyGetManager_CheckCurrencyState_m948361415(NULL /*static, unused*/, 3, L_6, /*hidden argument*/NULL); V_0 = L_7; bool L_8 = V_0; if (L_8) { goto IL_00b3; } } { CDataArray_t4068198041 * L_9 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_9, /*hidden argument*/NULL); V_1 = L_9; CDataArray_t4068198041 * L_10 = V_1; int32_t L_11 = __this->get_primCashConfigID_51(); NullCheck(L_10); CDataArray_Push_m3820844360(L_10, L_11, /*hidden argument*/NULL); CDataArray_t4068198041 * L_12 = V_1; int64_t L_13 = ___amount1; NullCheck(L_12); CDataArray_Push_m3820844360(L_12, (((int32_t)((int32_t)L_13))), /*hidden argument*/NULL); CTextHelp_t3119637808 * L_14 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); 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(); NullCheck(L_14); String_t* L_16 = CTextHelp_GetText_m3374553046(L_14, _stringLiteral2582004551, L_15, /*hidden argument*/NULL); V_2 = L_16; String_t* L_17 = V_2; int64_t L_18 = ___amount1; int64_t L_19 = L_18; RuntimeObject * L_20 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_19); IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); CurrencyUnit_t374561803 * L_21 = CurrencyGetManager_get_BindDiamond_m1902173397(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_21); int64_t L_22 = CurrencyUnit_get_CurValue_m3724884493(L_21, /*hidden argument*/NULL); int64_t L_23 = L_22; RuntimeObject * L_24 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_23); int64_t L_25 = ___amount1; CurrencyUnit_t374561803 * L_26 = CurrencyGetManager_get_BindDiamond_m1902173397(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); int64_t L_27 = CurrencyUnit_get_CurValue_m3724884493(L_26, /*hidden argument*/NULL); int64_t L_28 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_25, (int64_t)L_27)); RuntimeObject * L_29 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_28); String_t* L_30 = String_Format_m3339413201(NULL /*static, unused*/, L_17, L_20, L_24, L_29, /*hidden argument*/NULL); V_2 = L_30; String_t* L_31 = V_2; intptr_t L_32 = (intptr_t)petMainUI_OnComfirmBuyPrimExpMedic_m2744405961_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_33 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_33, __this, L_32, /*hidden argument*/NULL); CDataArray_t4068198041 * L_34 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m3814357208(NULL /*static, unused*/, 1, L_31, L_33, L_34, 1, /*hidden argument*/NULL); } IL_00b3: { goto IL_00c0; } IL_00b8: { int64_t L_35 = ___amount1; IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); bool L_36 = CurrencyGetManager_CheckCurrencyState_m948361415(NULL /*static, unused*/, 1, L_35, /*hidden argument*/NULL); V_0 = L_36; } IL_00c0: { bool L_37 = V_0; if (!L_37) { goto IL_00d8; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_38 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_39 = __this->get_primCashConfigID_51(); int64_t L_40 = ___amount1; NullCheck(L_38); CPetManager_RequestUseMedicineExp_m2591564299(L_38, L_39, (((int32_t)((int32_t)L_40))), /*hidden argument*/NULL); } IL_00d8: { goto IL_0114; } IL_00dd: { int32_t L_41 = ___configId0; int32_t L_42 = __this->get_littleConfig_53(); if ((!(((uint32_t)L_41) == ((uint32_t)L_42)))) { goto IL_00fb; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_43 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_44 = ___configId0; int64_t L_45 = ___amount1; NullCheck(L_43); CPetManager_RequestUseMedicineExp_m2591564299(L_43, L_44, (((int32_t)((int32_t)L_45))), /*hidden argument*/NULL); goto IL_0114; } IL_00fb: { int32_t L_46 = ___configId0; int32_t L_47 = __this->get_bigConfig_54(); if ((!(((uint32_t)L_46) == ((uint32_t)L_47)))) { goto IL_0114; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_48 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_49 = ___configId0; int64_t L_50 = ___amount1; NullCheck(L_48); CPetManager_RequestUseMedicineExp_m2591564299(L_48, L_49, (((int32_t)((int32_t)L_50))), /*hidden argument*/NULL); } IL_0114: { petMainUI_OnCloseAmountWnd_m2880598976(__this, /*hidden argument*/NULL); return; } } // System.Void petMainUI::OnComfirmBuyPrimExpMedic(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnComfirmBuyPrimExpMedic_m2744405961 (petMainUI_t1540475485 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnComfirmBuyPrimExpMedic_m2744405961_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { CDataArray_t4068198041 * L_0 = ___userData1; NullCheck(L_0); int32_t L_1 = CDataArray_GetInt_m1111369473(L_0, 0, 1, /*hidden argument*/NULL); V_0 = L_1; CDataArray_t4068198041 * L_2 = ___userData1; NullCheck(L_2); int32_t L_3 = CDataArray_GetInt_m1111369473(L_2, 1, 1, /*hidden argument*/NULL); V_1 = L_3; bool L_4 = ___bConfirmed0; if (!L_4) { goto IL_0024; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_5 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_5); CPetManager_RequestUseMedicineExp_m2591564299(L_5, L_6, L_7, /*hidden argument*/NULL); } IL_0024: { return; } } // System.Void petMainUI::OnByToolConfirmCallback(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnByToolConfirmCallback_m57129198 (petMainUI_t1540475485 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___userData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnByToolConfirmCallback_m57129198_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GoodsConfig_t1565846780 * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; ChooseBuyUseBoxInfo_t2600922063 * V_4 = NULL; int64_t V_5 = 0; int32_t G_B8_0 = 0; int32_t G_B18_0 = 0; { bool L_0 = ___bConfirmed0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { CDataArray_t4068198041 * L_1 = ___userData1; if (!L_1) { goto IL_0196; } } { CDataArray_t4068198041 * L_2 = ___userData1; NullCheck(L_2); int32_t L_3 = CDataArray_GetInt_m1111369473(L_2, 0, 0, /*hidden argument*/NULL); V_0 = L_3; CShopConfig_t202154353 * L_4 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_5 = V_0; NullCheck(L_4); GoodsConfig_t1565846780 * L_6 = CShopConfig_GetGoodsConfig_m1630978708(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; GoodsConfig_t1565846780 * L_7 = V_1; if (L_7) { goto IL_0039; } } { CMsgManager_t455955613 * L_8 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CMsgManager_PushHintUseTextHelp_m3781284520(L_8, _stringLiteral383132282, (bool)0, /*hidden argument*/NULL); return; } IL_0039: { GoodsConfig_t1565846780 * L_9 = V_1; NullCheck(L_9); int32_t L_10 = L_9->get__permanentDiamondPrise_11(); V_2 = (bool)((((int32_t)((((int32_t)L_10) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_11 = V_2; if (!L_11) { goto IL_0057; } } { GoodsConfig_t1565846780 * L_12 = V_1; NullCheck(L_12); int32_t L_13 = L_12->get__permanentDiamondPrise_11(); G_B8_0 = L_13; goto IL_005d; } IL_0057: { GoodsConfig_t1565846780 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = L_14->get__permanentCoinPrise_10(); G_B8_0 = L_15; } IL_005d: { V_3 = G_B8_0; GoodsConfig_t1565846780 * L_16 = V_1; NullCheck(L_16); float L_17 = L_16->get_DisCount_14(); if ((!(((float)L_17) > ((float)(0.0f))))) { goto IL_00b6; } } { GoodsConfig_t1565846780 * L_18 = V_1; NullCheck(L_18); float L_19 = L_18->get_DisCount_14(); if ((!(((float)L_19) < ((float)(1.0f))))) { goto IL_00b6; } } { int32_t L_20 = V_3; GoodsConfig_t1565846780 * L_21 = V_1; NullCheck(L_21); int32_t L_22 = L_21->get__permanentDiamondPrise_11(); if ((!(((uint32_t)L_20) == ((uint32_t)L_22)))) { goto IL_009a; } } { GoodsConfig_t1565846780 * L_23 = V_1; NullCheck(L_23); int32_t L_24 = L_23->get__permanentDiamondPrise_11(); GoodsConfig_t1565846780 * L_25 = V_1; NullCheck(L_25); float L_26 = L_25->get_DisCount_14(); V_3 = (((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_24))), (float)L_26))))); } IL_009a: { int32_t L_27 = V_3; GoodsConfig_t1565846780 * L_28 = V_1; NullCheck(L_28); int32_t L_29 = L_28->get__permanentCoinPrise_10(); if ((!(((uint32_t)L_27) == ((uint32_t)L_29)))) { goto IL_00b6; } } { GoodsConfig_t1565846780 * L_30 = V_1; NullCheck(L_30); int32_t L_31 = L_30->get__permanentCoinPrise_10(); GoodsConfig_t1565846780 * L_32 = V_1; NullCheck(L_32); float L_33 = L_32->get_DisCount_14(); V_3 = (((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_31))), (float)L_33))))); } IL_00b6: { ChooseBuyUseBoxInfo_t2600922063 * L_34 = (ChooseBuyUseBoxInfo_t2600922063 *)il2cpp_codegen_object_new(ChooseBuyUseBoxInfo_t2600922063_il2cpp_TypeInfo_var); ChooseBuyUseBoxInfo__ctor_m391122298(L_34, /*hidden argument*/NULL); V_4 = L_34; ChooseBuyUseBoxInfo_t2600922063 * L_35 = V_4; NullCheck(L_35); L_35->set_Titlename_0(_stringLiteral2742764646); ChooseBuyUseBoxInfo_t2600922063 * L_36 = V_4; int32_t L_37 = V_0; NullCheck(L_36); L_36->set_Configid_1(L_37); ChooseBuyUseBoxInfo_t2600922063 * L_38 = V_4; NullCheck(L_38); L_38->set_Count_3(1); ChooseBuyUseBoxInfo_t2600922063 * L_39 = V_4; int32_t L_40 = V_3; NullCheck(L_39); L_39->set_Price_2(L_40); ChooseBuyUseBoxInfo_t2600922063 * L_41 = V_4; CShopConfig_t202154353 * L_42 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_43 = V_0; NullCheck(L_42); String_t* L_44 = CShopConfig_GetName_m2272590700(L_42, L_43, /*hidden argument*/NULL); NullCheck(L_41); L_41->set_Name_5(L_44); ChooseBuyUseBoxInfo_t2600922063 * L_45 = V_4; int32_t L_46 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); String_t* L_47 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); NullCheck(L_45); L_45->set_IconPath_6(L_47); ChooseBuyUseBoxInfo_t2600922063 * L_48 = V_4; NullCheck(L_48); L_48->set_isGift_8((bool)0); ChooseBuyUseBoxInfo_t2600922063 * L_49 = V_4; bool L_50 = V_2; NullCheck(L_49); L_49->set_isDiamond_11(L_50); ChooseBuyUseBoxInfo_t2600922063 * L_51 = V_4; NullCheck(L_51); L_51->set_IsBuyOrUse_12((bool)1); ChooseBuyUseBoxInfo_t2600922063 * L_52 = V_4; NullCheck(L_52); L_52->set_IsBangzuan_13((bool)1); int32_t L_53 = V_3; if ((((int32_t)L_53) <= ((int32_t)0))) { goto IL_0152; } } { bool L_54 = V_2; if (!L_54) { goto IL_0133; } } { G_B18_0 = 1; goto IL_0134; } IL_0133: { G_B18_0 = 0; } IL_0134: { IL2CPP_RUNTIME_CLASS_INIT(CurrencyGetManager_t971236882_il2cpp_TypeInfo_var); int64_t L_55 = CurrencyGetManager_GetFeeCount_m2260223207(NULL /*static, unused*/, G_B18_0, /*hidden argument*/NULL); V_5 = L_55; ChooseBuyUseBoxInfo_t2600922063 * L_56 = V_4; int64_t L_57 = V_5; int32_t L_58 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_59 = Mathf_FloorToInt_m1870542928(NULL /*static, unused*/, ((float)((float)(((float)((float)L_57)))/(float)(((float)((float)L_58))))), /*hidden argument*/NULL); NullCheck(L_56); L_56->set_MaxCount_4(L_59); goto IL_015e; } IL_0152: { ChooseBuyUseBoxInfo_t2600922063 * L_60 = V_4; NullCheck(L_60); L_60->set_MaxCount_4(((int32_t)999)); } IL_015e: { IL2CPP_RUNTIME_CLASS_INIT(ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var); ChooseBuyUseNumBoxController_t2176104285 * L_61 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); ChooseBuyUseBoxInfo_t2600922063 * L_62 = V_4; NullCheck(L_61); ChooseBuyUseNumBoxController_SetOpenChooseNumBox_m1942328283(L_61, L_62, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_63 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_64 = (intptr_t)petMainUI_OnConfirmAmount_m442045242_RuntimeMethod_var; OnConfirmUseAmount_t3345112943 * L_65 = (OnConfirmUseAmount_t3345112943 *)il2cpp_codegen_object_new(OnConfirmUseAmount_t3345112943_il2cpp_TypeInfo_var); OnConfirmUseAmount__ctor_m1361379540(L_65, __this, L_64, /*hidden argument*/NULL); intptr_t L_66 = (intptr_t)petMainUI_OnCloseAmountWnd_m2880598976_RuntimeMethod_var; OnCancelAndExit_t3571001794 * L_67 = (OnCancelAndExit_t3571001794 *)il2cpp_codegen_object_new(OnCancelAndExit_t3571001794_il2cpp_TypeInfo_var); OnCancelAndExit__ctor_m1256787560(L_67, __this, L_66, /*hidden argument*/NULL); NullCheck(L_63); ChooseBuyUseNumBoxController_SetUseListener_m1290437471(L_63, L_65, L_67, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_68 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_68); ChooseBuyUseNumBoxController_ShowUI_m3014004810(L_68, /*hidden argument*/NULL); } IL_0196: { return; } } // System.Void petMainUI::OnClickLittleLevelupPetPress() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnClickLittleLevelupPetPress_m3943073607 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnClickLittleLevelupPetPress_m3943073607_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; ChooseBuyUseBoxInfo_t2600922063 * V_4 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPet_t2667050390 * L_1 = CPetManager_GetCurrentSelectPet_m1550372004(L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return; } IL_0012: { CPet_t2667050390 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CPet_get_mPetPhysiologyState_m4255554411(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral2656369406, (bool)0, /*hidden argument*/NULL); return; } IL_002a: { IL2CPP_RUNTIME_CLASS_INIT(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); CPetStarQualityLevelCfg_t129968123 * L_5 = CPetStarQualityLevelCfg_GetInstance_m632892810(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = CPet_get_Star_m2698684576(L_6, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_8 = CPetStarQualityLevelCfg_GetMaxQualityByStar_m3118844001(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; int32_t L_9 = V_1; CPet_t2667050390 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = CPet_get_Quality_m3758522020(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) > ((int32_t)L_11))) { goto IL_005f; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral3846842605, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_12 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CPetManager_SetPetModelVisable_m2148172164(L_12, (bool)1, /*hidden argument*/NULL); return; } IL_005f: { IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_13 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_14 = __this->get_littleConfig_53(); NullCheck(L_13); int32_t L_15 = CPropManager_GetPropAmount_m271193511(L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; int32_t L_16 = V_2; if ((((int32_t)L_16) > ((int32_t)0))) { goto IL_008f; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral2519054592, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_17 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CPetManager_SetPetModelVisable_m2148172164(L_17, (bool)1, /*hidden argument*/NULL); return; } IL_008f: { IL2CPP_RUNTIME_CLASS_INIT(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var); CPetLevelExperienceCfg_t3456413245 * L_18 = CPetLevelExperienceCfg_GetInstance_m1524422937(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = CPet_get_Level_m31911284(L_19, /*hidden argument*/NULL); CPet_t2667050390 * L_21 = V_0; NullCheck(L_21); int32_t L_22 = CPet_get_Quality_m3758522020(L_21, /*hidden argument*/NULL); CPet_t2667050390 * L_23 = V_0; NullCheck(L_23); int32_t L_24 = CPet_get_CurrentExperience_m310223190(L_23, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_25 = CPetLevelExperienceCfg_GetNeedExperienceForMax_m2651649929(L_18, L_20, L_22, L_24, /*hidden argument*/NULL); V_3 = L_25; int32_t L_26 = V_3; if ((((int32_t)L_26) > ((int32_t)0))) { goto IL_00bf; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral3033148600, (bool)0, /*hidden argument*/NULL); return; } IL_00bf: { ChooseBuyUseBoxInfo_t2600922063 * L_27 = (ChooseBuyUseBoxInfo_t2600922063 *)il2cpp_codegen_object_new(ChooseBuyUseBoxInfo_t2600922063_il2cpp_TypeInfo_var); ChooseBuyUseBoxInfo__ctor_m391122298(L_27, /*hidden argument*/NULL); V_4 = L_27; ChooseBuyUseBoxInfo_t2600922063 * L_28 = V_4; NullCheck(L_28); L_28->set_Titlename_0(_stringLiteral2742764646); ChooseBuyUseBoxInfo_t2600922063 * L_29 = V_4; int32_t L_30 = __this->get_littleConfig_53(); NullCheck(L_29); L_29->set_Configid_1(L_30); ChooseBuyUseBoxInfo_t2600922063 * L_31 = V_4; NullCheck(L_31); L_31->set_Price_2(0); ChooseBuyUseBoxInfo_t2600922063 * L_32 = V_4; int32_t L_33 = V_2; NullCheck(L_32); L_32->set_Count_3(L_33); ChooseBuyUseBoxInfo_t2600922063 * L_34 = V_4; int32_t L_35 = __this->get_littleConfig_53(); IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); String_t* L_36 = CPropManager_GetName_m3847477158(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); NullCheck(L_34); L_34->set_Name_5(L_36); ChooseBuyUseBoxInfo_t2600922063 * L_37 = V_4; int32_t L_38 = __this->get_littleConfig_53(); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); String_t* L_39 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); NullCheck(L_37); L_37->set_IconPath_6(L_39); ChooseBuyUseBoxInfo_t2600922063 * L_40 = V_4; NullCheck(L_40); L_40->set_isDiamond_11((bool)0); ChooseBuyUseBoxInfo_t2600922063 * L_41 = V_4; NullCheck(L_41); L_41->set_IsBuyOrUse_12((bool)0); ChooseBuyUseBoxInfo_t2600922063 * L_42 = V_4; NullCheck(L_42); L_42->set_IsBangzuan_13((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_43 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_43); CPetManager_SetPetModelVisable_m2148172164(L_43, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var); ChooseBuyUseNumBoxController_t2176104285 * L_44 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); ChooseBuyUseBoxInfo_t2600922063 * L_45 = V_4; NullCheck(L_44); ChooseBuyUseNumBoxController_SetOpenChooseNumBox_m1942328283(L_44, L_45, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_46 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_47 = (intptr_t)petMainUI_OnConfirmAmount_m442045242_RuntimeMethod_var; OnConfirmUseAmount_t3345112943 * L_48 = (OnConfirmUseAmount_t3345112943 *)il2cpp_codegen_object_new(OnConfirmUseAmount_t3345112943_il2cpp_TypeInfo_var); OnConfirmUseAmount__ctor_m1361379540(L_48, __this, L_47, /*hidden argument*/NULL); intptr_t L_49 = (intptr_t)petMainUI_OnCloseAmountWnd_m2880598976_RuntimeMethod_var; OnCancelAndExit_t3571001794 * L_50 = (OnCancelAndExit_t3571001794 *)il2cpp_codegen_object_new(OnCancelAndExit_t3571001794_il2cpp_TypeInfo_var); OnCancelAndExit__ctor_m1256787560(L_50, __this, L_49, /*hidden argument*/NULL); NullCheck(L_46); ChooseBuyUseNumBoxController_SetUseListener_m1290437471(L_46, L_48, L_50, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_51 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_51); ChooseBuyUseNumBoxController_ShowUI_m3014004810(L_51, /*hidden argument*/NULL); return; } } // System.Void petMainUI::OnClickBigLevelupPetPress() extern "C" IL2CPP_METHOD_ATTR void petMainUI_OnClickBigLevelupPetPress_m847557366 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_OnClickBigLevelupPetPress_m847557366_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; ChooseBuyUseBoxInfo_t2600922063 * V_4 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPet_t2667050390 * L_1 = CPetManager_GetCurrentSelectPet_m1550372004(L_0, /*hidden argument*/NULL); V_0 = L_1; CPet_t2667050390 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return; } IL_0012: { CPet_t2667050390 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CPet_get_mPetPhysiologyState_m4255554411(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral2656369406, (bool)0, /*hidden argument*/NULL); return; } IL_002a: { IL2CPP_RUNTIME_CLASS_INIT(CPetStarQualityLevelCfg_t129968123_il2cpp_TypeInfo_var); CPetStarQualityLevelCfg_t129968123 * L_5 = CPetStarQualityLevelCfg_GetInstance_m632892810(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = CPet_get_Star_m2698684576(L_6, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_8 = CPetStarQualityLevelCfg_GetMaxQualityByStar_m3118844001(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; int32_t L_9 = V_1; CPet_t2667050390 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = CPet_get_Quality_m3758522020(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) > ((int32_t)L_11))) { goto IL_005f; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral3846842605, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_12 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CPetManager_SetPetModelVisable_m2148172164(L_12, (bool)1, /*hidden argument*/NULL); return; } IL_005f: { IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); CPropManager_t2238730194 * L_13 = CPropManager_GetInstance_m2519469083(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_14 = __this->get_bigConfig_54(); NullCheck(L_13); int32_t L_15 = CPropManager_GetPropAmount_m271193511(L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; int32_t L_16 = V_2; if ((((int32_t)L_16) > ((int32_t)0))) { goto IL_008f; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral2519054592, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_17 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CPetManager_SetPetModelVisable_m2148172164(L_17, (bool)1, /*hidden argument*/NULL); return; } IL_008f: { IL2CPP_RUNTIME_CLASS_INIT(CPetLevelExperienceCfg_t3456413245_il2cpp_TypeInfo_var); CPetLevelExperienceCfg_t3456413245 * L_18 = CPetLevelExperienceCfg_GetInstance_m1524422937(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = CPet_get_Level_m31911284(L_19, /*hidden argument*/NULL); CPet_t2667050390 * L_21 = V_0; NullCheck(L_21); int32_t L_22 = CPet_get_Quality_m3758522020(L_21, /*hidden argument*/NULL); CPet_t2667050390 * L_23 = V_0; NullCheck(L_23); int32_t L_24 = CPet_get_CurrentExperience_m310223190(L_23, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_25 = CPetLevelExperienceCfg_GetNeedExperienceForMax_m2651649929(L_18, L_20, L_22, L_24, /*hidden argument*/NULL); V_3 = L_25; int32_t L_26 = V_3; if ((((int32_t)L_26) > ((int32_t)0))) { goto IL_00bf; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageHint_m1547364369(NULL /*static, unused*/, _stringLiteral3033148600, (bool)0, /*hidden argument*/NULL); return; } IL_00bf: { ChooseBuyUseBoxInfo_t2600922063 * L_27 = (ChooseBuyUseBoxInfo_t2600922063 *)il2cpp_codegen_object_new(ChooseBuyUseBoxInfo_t2600922063_il2cpp_TypeInfo_var); ChooseBuyUseBoxInfo__ctor_m391122298(L_27, /*hidden argument*/NULL); V_4 = L_27; ChooseBuyUseBoxInfo_t2600922063 * L_28 = V_4; NullCheck(L_28); L_28->set_Titlename_0(_stringLiteral2742764646); ChooseBuyUseBoxInfo_t2600922063 * L_29 = V_4; int32_t L_30 = __this->get_bigConfig_54(); NullCheck(L_29); L_29->set_Configid_1(L_30); ChooseBuyUseBoxInfo_t2600922063 * L_31 = V_4; NullCheck(L_31); L_31->set_Price_2(0); ChooseBuyUseBoxInfo_t2600922063 * L_32 = V_4; int32_t L_33 = V_2; NullCheck(L_32); L_32->set_Count_3(L_33); ChooseBuyUseBoxInfo_t2600922063 * L_34 = V_4; int32_t L_35 = __this->get_bigConfig_54(); IL2CPP_RUNTIME_CLASS_INIT(CPropManager_t2238730194_il2cpp_TypeInfo_var); String_t* L_36 = CPropManager_GetName_m3847477158(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); NullCheck(L_34); L_34->set_Name_5(L_36); ChooseBuyUseBoxInfo_t2600922063 * L_37 = V_4; int32_t L_38 = __this->get_bigConfig_54(); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); String_t* L_39 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); NullCheck(L_37); L_37->set_IconPath_6(L_39); ChooseBuyUseBoxInfo_t2600922063 * L_40 = V_4; NullCheck(L_40); L_40->set_isDiamond_11((bool)0); ChooseBuyUseBoxInfo_t2600922063 * L_41 = V_4; NullCheck(L_41); L_41->set_IsBuyOrUse_12((bool)0); ChooseBuyUseBoxInfo_t2600922063 * L_42 = V_4; NullCheck(L_42); L_42->set_IsBangzuan_13((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_43 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_43); CPetManager_SetPetModelVisable_m2148172164(L_43, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ChooseBuyUseNumBoxController_t2176104285_il2cpp_TypeInfo_var); ChooseBuyUseNumBoxController_t2176104285 * L_44 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); ChooseBuyUseBoxInfo_t2600922063 * L_45 = V_4; NullCheck(L_44); ChooseBuyUseNumBoxController_SetOpenChooseNumBox_m1942328283(L_44, L_45, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_46 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_47 = (intptr_t)petMainUI_OnConfirmAmount_m442045242_RuntimeMethod_var; OnConfirmUseAmount_t3345112943 * L_48 = (OnConfirmUseAmount_t3345112943 *)il2cpp_codegen_object_new(OnConfirmUseAmount_t3345112943_il2cpp_TypeInfo_var); OnConfirmUseAmount__ctor_m1361379540(L_48, __this, L_47, /*hidden argument*/NULL); intptr_t L_49 = (intptr_t)petMainUI_OnCloseAmountWnd_m2880598976_RuntimeMethod_var; OnCancelAndExit_t3571001794 * L_50 = (OnCancelAndExit_t3571001794 *)il2cpp_codegen_object_new(OnCancelAndExit_t3571001794_il2cpp_TypeInfo_var); OnCancelAndExit__ctor_m1256787560(L_50, __this, L_49, /*hidden argument*/NULL); NullCheck(L_46); ChooseBuyUseNumBoxController_SetUseListener_m1290437471(L_46, L_48, L_50, /*hidden argument*/NULL); ChooseBuyUseNumBoxController_t2176104285 * L_51 = ChooseBuyUseNumBoxController_GetInstance_m4030567022(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_51); ChooseBuyUseNumBoxController_ShowUI_m3014004810(L_51, /*hidden argument*/NULL); return; } } // System.Int32 petMainUI::GetNeedCount(System.Int32,System.Int32,DMCore.Logic.enumCurrencyType,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t petMainUI_GetNeedCount_m1105388678 (petMainUI_t1540475485 * __this, int32_t ___totalNeed0, int32_t ___oneIncreased1, int32_t ___feeType2, int32_t ___feeCount3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_GetNeedCount_m1105388678_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___totalNeed0; int32_t L_1 = ___oneIncreased1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_CeilToInt_m432108984(NULL /*static, unused*/, ((float)((float)(((float)((float)L_0)))/(float)(((float)((float)L_1))))), /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; return L_3; } } // System.Void petMainUI::LevelEffect(System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void petMainUI_LevelEffect_m224632856 (petMainUI_t1540475485 * __this, int32_t ___type0, int64_t ___id1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_LevelEffect_m224632856_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; BoxCollider_t1640800422 * V_1 = NULL; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); UIButtonMessage_t952534536 * V_4 = NULL; ParticleSystem_t1800779281 * V_5 = NULL; ParticleSystem_t1800779281 * V_6 = NULL; { int64_t L_0 = ___id1; IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_1 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_1, /*hidden argument*/NULL); if ((((int64_t)L_0) == ((int64_t)L_2))) { goto IL_0011; } } { return; } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_3 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); ISceneNpcBase_t3974693970 * L_4 = CPetManager_get_CurrentSelectedPetObj_m1206640132(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0021; } } { return; } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_5 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); ISceneNpcBase_t3974693970 * L_6 = CPetManager_get_CurrentSelectedPetObj_m1206640132(L_5, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = ISceneBaseObj_GetTransform_m3818769012(L_6, /*hidden argument*/NULL); V_0 = L_7; Transform_t3600365921 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_8, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_003e; } } { return; } IL_003e: { __this->set_isAnimationOn_80((bool)1); GameObject_t1113636619 * L_10 = __this->get_m_LevelEffect_75(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_11 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_10, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_0206; } } { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_12 = CMiscHelp_Instantiate_m170606278(NULL /*static, unused*/, _stringLiteral188420607, /*hidden argument*/NULL); __this->set_m_LevelEffect_75(((GameObject_t1113636619 *)IsInstSealed((RuntimeObject*)L_12, GameObject_t1113636619_il2cpp_TypeInfo_var))); GameObject_t1113636619 * L_13 = __this->get_m_LevelEffect_75(); 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_0201; } } { GameObject_t1113636619 * L_15 = __this->get_m_LevelEffect_75(); NullCheck(L_15); GameObject_SetActive_m796801857(L_15, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_16 = __this->get_m_LevelEffect_75(); NullCheck(L_16); Transform_t3600365921 * L_17 = GameObject_get_transform_m1369836730(L_16, /*hidden argument*/NULL); PetRotation_t3847662312 * L_18 = __this->get_m_PetModelRoot_49(); NullCheck(L_18); Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(L_18, /*hidden argument*/NULL); NullCheck(L_19); Transform_t3600365921 * L_20 = Transform_get_parent_m835071599(L_19, /*hidden argument*/NULL); NullCheck(L_17); Transform_set_parent_m786917804(L_17, L_20, /*hidden argument*/NULL); GameObject_t1113636619 * L_21 = __this->get_m_LevelEffect_75(); NullCheck(L_21); Object_set_name_m291480324(L_21, _stringLiteral1655441345, /*hidden argument*/NULL); GameObject_t1113636619 * L_22 = __this->get_m_LevelEffect_75(); NullCheck(L_22); Transform_t3600365921 * L_23 = GameObject_get_transform_m1369836730(L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_24 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_25 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); NullCheck(L_23); Transform_set_localRotation_m19445462(L_23, L_25, /*hidden argument*/NULL); GameObject_t1113636619 * L_26 = __this->get_m_LevelEffect_75(); NullCheck(L_26); Transform_t3600365921 * L_27 = GameObject_get_transform_m1369836730(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscConfig_t1694835947_il2cpp_TypeInfo_var); CMiscConfig_t1694835947 * L_28 = CMiscConfig_GetInstance_m3718435439(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); String_t* L_29 = CMiscConfig_GetValue_m2443549100(L_28, _stringLiteral558411707, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Vector3_t3722313464 L_30 = CMiscHelp_ParseVector3_m2020003938(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); NullCheck(L_27); Transform_set_localPosition_m4128471975(L_27, L_30, /*hidden argument*/NULL); GameObject_t1113636619 * L_31 = __this->get_m_LevelEffect_75(); NullCheck(L_31); Transform_t3600365921 * L_32 = GameObject_get_transform_m1369836730(L_31, /*hidden argument*/NULL); Vector3_t3722313464 L_33 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_32); Transform_set_localScale_m3053443106(L_32, L_33, /*hidden argument*/NULL); GameObject_t1113636619 * L_34 = __this->get_m_LevelEffect_75(); NullCheck(L_34); BoxCollider_t1640800422 * L_35 = GameObject_AddComponent_TisBoxCollider_t1640800422_m1661675543(L_34, /*hidden argument*/GameObject_AddComponent_TisBoxCollider_t1640800422_m1661675543_RuntimeMethod_var); V_1 = L_35; BoxCollider_t1640800422 * L_36 = V_1; GameObject_t1113636619 * L_37 = __this->get_m_LevelEffect_75(); NullCheck(L_37); Transform_t3600365921 * L_38 = GameObject_get_transform_m1369836730(L_37, /*hidden argument*/NULL); NullCheck(L_38); Vector3_t3722313464 L_39 = Transform_get_localPosition_m4234289348(L_38, /*hidden argument*/NULL); V_2 = L_39; float L_40 = (&V_2)->get_x_1(); GameObject_t1113636619 * L_41 = __this->get_m_LevelEffect_75(); NullCheck(L_41); Transform_t3600365921 * L_42 = GameObject_get_transform_m1369836730(L_41, /*hidden argument*/NULL); NullCheck(L_42); Vector3_t3722313464 L_43 = Transform_get_localPosition_m4234289348(L_42, /*hidden argument*/NULL); V_3 = L_43; float L_44 = (&V_3)->get_y_2(); Vector3_t3722313464 L_45; memset(&L_45, 0, sizeof(L_45)); Vector3__ctor_m3353183577((&L_45), L_40, ((-L_44)), (-10.0f), /*hidden argument*/NULL); NullCheck(L_36); BoxCollider_set_center_m1086194996(L_36, L_45, /*hidden argument*/NULL); BoxCollider_t1640800422 * L_46 = V_1; int32_t L_47 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_48 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); Vector2_t2156229523 L_49; memset(&L_49, 0, sizeof(L_49)); Vector2__ctor_m3970636864((&L_49), (((float)((float)L_47))), (((float)((float)L_48))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector3_t3722313464 L_50 = Vector2_op_Implicit_m1860157806(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); NullCheck(L_46); BoxCollider_set_size_m3618428148(L_46, L_50, /*hidden argument*/NULL); GameObject_t1113636619 * L_51 = __this->get_m_LevelEffect_75(); NullCheck(L_51); UIButtonMessage_t952534536 * L_52 = GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131(L_51, /*hidden argument*/GameObject_AddComponent_TisUIButtonMessage_t952534536_m3819290131_RuntimeMethod_var); V_4 = L_52; UIButtonMessage_t952534536 * L_53 = V_4; GameObject_t1113636619 * L_54 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_53); L_53->set_target_2(L_54); UIButtonMessage_t952534536 * L_55 = V_4; NullCheck(L_55); L_55->set_functionName_3(_stringLiteral2577668687); GameObject_t1113636619 * L_56 = __this->get_m_LevelEffect_75(); NullCheck(L_56); ParticleSystem_t1800779281 * L_57 = GameObject_GetComponent_TisParticleSystem_t1800779281_m2109449193(L_56, /*hidden argument*/GameObject_GetComponent_TisParticleSystem_t1800779281_m2109449193_RuntimeMethod_var); V_5 = L_57; ParticleSystem_t1800779281 * L_58 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_59 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_58, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_59) { goto IL_0201; } } { ParticleSystem_t1800779281 * L_60 = V_5; NullCheck(L_60); ParticleSystem_Stop_m3125854227(L_60, /*hidden argument*/NULL); CEventManager_t474365641 * L_61 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_62 = (intptr_t)petMainUI_SetParticleSystemFalse_m2813799489_RuntimeMethod_var; OnEventCall_t3758354630 * L_63 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_63, __this, L_62, /*hidden argument*/NULL); NullCheck(L_61); CEventManager_StopEvent_m2167807725(L_61, L_63, /*hidden argument*/NULL); CEventManager_t474365641 * L_64 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); ParticleSystem_t1800779281 * L_65 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); float L_66 = CMiscHelp_ParticleDuration_m2921795641(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); intptr_t L_67 = (intptr_t)petMainUI_SetParticleSystemFalse_m2813799489_RuntimeMethod_var; OnEventCall_t3758354630 * L_68 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_68, __this, L_67, /*hidden argument*/NULL); NullCheck(L_64); CEventManager_PushOnce_m1854500591(L_64, L_66, L_68, /*hidden argument*/NULL); GameObject_t1113636619 * L_69 = __this->get_m_LevelEffect_75(); NullCheck(L_69); GameObject_SetActive_m796801857(L_69, (bool)1, /*hidden argument*/NULL); ParticleSystem_t1800779281 * L_70 = V_5; NullCheck(L_70); ParticleSystem_Play_m882713458(L_70, /*hidden argument*/NULL); } IL_0201: { goto IL_0279; } IL_0206: { GameObject_t1113636619 * L_71 = __this->get_m_LevelEffect_75(); NullCheck(L_71); GameObject_SetActive_m796801857(L_71, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_72 = __this->get_m_LevelEffect_75(); NullCheck(L_72); ParticleSystem_t1800779281 * L_73 = GameObject_GetComponent_TisParticleSystem_t1800779281_m2109449193(L_72, /*hidden argument*/GameObject_GetComponent_TisParticleSystem_t1800779281_m2109449193_RuntimeMethod_var); V_6 = L_73; ParticleSystem_t1800779281 * L_74 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_75 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_74, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_75) { goto IL_0279; } } { ParticleSystem_t1800779281 * L_76 = V_6; NullCheck(L_76); ParticleSystem_Stop_m3125854227(L_76, /*hidden argument*/NULL); CEventManager_t474365641 * L_77 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_78 = (intptr_t)petMainUI_SetParticleSystemFalse_m2813799489_RuntimeMethod_var; OnEventCall_t3758354630 * L_79 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_79, __this, L_78, /*hidden argument*/NULL); NullCheck(L_77); CEventManager_StopEvent_m2167807725(L_77, L_79, /*hidden argument*/NULL); CEventManager_t474365641 * L_80 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); ParticleSystem_t1800779281 * L_81 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); float L_82 = CMiscHelp_ParticleDuration_m2921795641(NULL /*static, unused*/, L_81, /*hidden argument*/NULL); intptr_t L_83 = (intptr_t)petMainUI_SetParticleSystemFalse_m2813799489_RuntimeMethod_var; OnEventCall_t3758354630 * L_84 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_84, __this, L_83, /*hidden argument*/NULL); NullCheck(L_80); CEventManager_PushOnce_m1854500591(L_80, L_82, L_84, /*hidden argument*/NULL); GameObject_t1113636619 * L_85 = __this->get_m_LevelEffect_75(); NullCheck(L_85); GameObject_SetActive_m796801857(L_85, (bool)1, /*hidden argument*/NULL); ParticleSystem_t1800779281 * L_86 = V_6; NullCheck(L_86); ParticleSystem_Play_m882713458(L_86, /*hidden argument*/NULL); } IL_0279: { return; } } // System.Void petMainUI::CloseAni() extern "C" IL2CPP_METHOD_ATTR void petMainUI_CloseAni_m281333690 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_CloseAni_m281333690_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CEventManager_t474365641 * L_0 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = (intptr_t)petMainUI_SetParticleSystemFalse_m2813799489_RuntimeMethod_var; OnEventCall_t3758354630 * L_2 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_2, __this, L_1, /*hidden argument*/NULL); NullCheck(L_0); CEventManager_StopEvent_m2167807725(L_0, L_2, /*hidden argument*/NULL); petMainUI_SetParticleSystemFalse_m2813799489(__this, (bool)0, (0.0f), 0, /*hidden argument*/NULL); return; } } // System.Void petMainUI::SetParticleSystemFalse(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void petMainUI_SetParticleSystemFalse_m2813799489 (petMainUI_t1540475485 * __this, bool ___bFirstCall0, float ___fDelTime1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_SetParticleSystemFalse_m2813799489_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_0 = Object_op_Equality_m1810815630(NULL /*static, unused*/, __this, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return; } IL_000d: { __this->set_isAnimationOn_80((bool)0); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_1 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CPet_t2667050390 * L_2 = CPetManager_GetCurrentSelectPet_m1550372004(L_1, /*hidden argument*/NULL); petMainUI_SetPetDetail_m2948762757(__this, L_2, /*hidden argument*/NULL); GameObject_t1113636619 * L_3 = __this->get_m_LevelEffect_75(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_3, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0041; } } { GameObject_t1113636619 * L_5 = __this->get_m_LevelEffect_75(); NullCheck(L_5); GameObject_SetActive_m796801857(L_5, (bool)0, /*hidden argument*/NULL); } IL_0041: { return; } } // System.Void petMainUI::GetMaterial(DMCore.Logic.QualityMaterialType,System.Int64) extern "C" IL2CPP_METHOD_ATTR void petMainUI_GetMaterial_m3413640506 (petMainUI_t1540475485 * __this, int32_t ___type0, int64_t ___id1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_GetMaterial_m3413640506_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int64_t L_0 = ___id1; IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_1 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_1, /*hidden argument*/NULL); if ((((int64_t)L_0) == ((int64_t)L_2))) { goto IL_0011; } } { return; } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_3; int32_t L_4 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))) { case 0: { goto IL_0030; } case 1: { goto IL_003b; } case 2: { goto IL_0046; } } } { goto IL_0051; } IL_0030: { V_0 = _stringLiteral2553479969; goto IL_005c; } IL_003b: { V_0 = _stringLiteral879375853; goto IL_005c; } IL_0046: { V_0 = _stringLiteral443680411; goto IL_005c; } IL_0051: { V_0 = _stringLiteral2553479969; goto IL_005c; } IL_005c: { __this->set_isAnimationOn_80((bool)1); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_5 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CPetManager_SetPetModelVisable_m2148172164(L_5, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetAniCfg_t3973954919_il2cpp_TypeInfo_var); CPetAniCfg_t3973954919 * L_6 = CPetAniCfg_GetInstance_m3762272601(NULL /*static, unused*/, /*hidden argument*/NULL); UITexture_t3471168817 * L_7 = __this->get_m_TextureAni_76(); String_t* L_8 = V_0; Vector3_t3722313464 L_9 = __this->get_m_OldTexturePos_77(); intptr_t L_10 = (intptr_t)petMainUI_PlayAniOver_m2380313749_RuntimeMethod_var; PetAniOver_t18903185 * L_11 = (PetAniOver_t18903185 *)il2cpp_codegen_object_new(PetAniOver_t18903185_il2cpp_TypeInfo_var); PetAniOver__ctor_m924333192(L_11, __this, L_10, /*hidden argument*/NULL); NullCheck(L_6); CPetAniCfg_PlayAni_m586612980(L_6, L_7, L_8, L_9, L_11, /*hidden argument*/NULL); return; } } // System.Void petMainUI::StopGetAni() extern "C" IL2CPP_METHOD_ATTR void petMainUI_StopGetAni_m3444930982 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_StopGetAni_m3444930982_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetAniCfg_t3973954919_il2cpp_TypeInfo_var); CPetAniCfg_t3973954919 * L_0 = CPetAniCfg_GetInstance_m3762272601(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CPetAniCfg_StopAni_m2394502408(L_0, /*hidden argument*/NULL); return; } } // System.Void petMainUI::PlayAniOver() extern "C" IL2CPP_METHOD_ATTR void petMainUI_PlayAniOver_m2380313749 (petMainUI_t1540475485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petMainUI_PlayAniOver_m2380313749_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_0 = Object_op_Equality_m1810815630(NULL /*static, unused*/, __this, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return; } IL_000d: { __this->set_isAnimationOn_80((bool)0); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_1 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CPet_t2667050390 * L_2 = CPetManager_GetCurrentSelectPet_m1550372004(L_1, /*hidden argument*/NULL); petMainUI_SetPetDetail_m2948762757(__this, L_2, /*hidden argument*/NULL); CPetManager_t2941415134 * L_3 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CPetManager_SetPetModelVisable_m2148172164(L_3, (bool)1, /*hidden argument*/NULL); UITexture_t3471168817 * L_4 = __this->get_m_TextureAni_76(); 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)0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PetRotation::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetRotation__ctor_m1567949646 (PetRotation_t3847662312 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void PetRotation::Awake() extern "C" IL2CPP_METHOD_ATTR void PetRotation_Awake_m630395734 (PetRotation_t3847662312 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetRotation_Awake_m630395734_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_bClkingInside_4((bool)0); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_0 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_MaxOffset_5(L_0); Vector2_t2156229523 L_1 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_ClkPos_6(L_1); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_2 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_RotateOld_7(L_2); __this->set_m_bFirstTimePress_8((bool)1); Vector2_t2156229523 L_3 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_RotateStartPos_9(L_3); __this->set_bClk_3((bool)0); return; } } // System.Void PetRotation::Reset() extern "C" IL2CPP_METHOD_ATTR void PetRotation_Reset_m698786726 (PetRotation_t3847662312 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetRotation_Reset_m698786726_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_bClkingInside_4((bool)0); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_0 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_MaxOffset_5(L_0); Vector2_t2156229523 L_1 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_ClkPos_6(L_1); __this->set_m_bFirstTimePress_8((bool)1); Vector2_t2156229523 L_2 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_RotateStartPos_9(L_2); Transform_t3600365921 * L_3 = __this->get_petTransform_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_4 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_3, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0056; } } { Transform_t3600365921 * L_5 = __this->get_petTransform_2(); NullCheck(L_5); Quaternion_t2301928331 L_6 = Transform_get_rotation_m3502953881(L_5, /*hidden argument*/NULL); __this->set_m_RotateOld_7(L_6); goto IL_0061; } IL_0056: { IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_7 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_RotateOld_7(L_7); } IL_0061: { return; } } // System.Void PetRotation::OnRootPress() extern "C" IL2CPP_METHOD_ATTR void PetRotation_OnRootPress_m1049911443 (PetRotation_t3847662312 * __this, const RuntimeMethod* method) { { __this->set_bClk_3((bool)1); return; } } // System.Void PetRotation::OnRootRelese() extern "C" IL2CPP_METHOD_ATTR void PetRotation_OnRootRelese_m4056031941 (PetRotation_t3847662312 * __this, const RuntimeMethod* method) { { __this->set_bClk_3((bool)0); return; } } // System.Void PetRotation::Update() extern "C" IL2CPP_METHOD_ATTR void PetRotation_Update_m997307642 (PetRotation_t3847662312 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetRotation_Update_m997307642_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; Vector2_t2156229523 V_2; memset(&V_2, 0, sizeof(V_2)); bool V_3 = false; Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; Quaternion_t2301928331 V_9; memset(&V_9, 0, sizeof(V_9)); int32_t G_B3_0 = 0; { int32_t L_0 = Screen_get_width_m345039817(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = ((float)((float)(((float)((float)L_0)))/(float)(960.0f))); int32_t L_1 = Screen_get_height_m1623532518(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = ((float)((float)(((float)((float)L_1)))/(float)(640.0f))); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_2 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_2; IL2CPP_RUNTIME_CLASS_INIT(CInputHelp_t1757450660_il2cpp_TypeInfo_var); CInputHelp_GetMousePosition_m2637342208(NULL /*static, unused*/, (bool)0, (&V_2), /*hidden argument*/NULL); bool L_3 = __this->get_bClk_3(); if (!L_3) { goto IL_0046; } } { IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_4 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_6)); goto IL_0047; } IL_0046: { G_B3_0 = 0; } IL_0047: { V_3 = (bool)G_B3_0; bool L_7 = __this->get_m_bFirstTimePress_8(); if (!L_7) { goto IL_0097; } } { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); bool L_8 = Input_GetMouseButton_m513753021(NULL /*static, unused*/, 0, /*hidden argument*/NULL); if (!L_8) { goto IL_0097; } } { __this->set_m_bFirstTimePress_8((bool)0); Vector2_t2156229523 * L_9 = __this->get_address_of_m_RotateStartPos_9(); IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); Vector3_t3722313464 L_10 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_10; float L_11 = (&V_4)->get_x_1(); L_9->set_x_0(L_11); Vector2_t2156229523 * L_12 = __this->get_address_of_m_RotateStartPos_9(); Vector3_t3722313464 L_13 = Input_get_mousePosition_m1616496925(NULL /*static, unused*/, /*hidden argument*/NULL); V_5 = L_13; float L_14 = (&V_5)->get_y_2(); L_12->set_y_1(L_14); } IL_0097: { IL2CPP_RUNTIME_CLASS_INIT(Input_t1431474628_il2cpp_TypeInfo_var); bool L_15 = Input_GetMouseButton_m513753021(NULL /*static, unused*/, 0, /*hidden argument*/NULL); if (L_15) { goto IL_00bf; } } { bool L_16 = __this->get_m_bFirstTimePress_8(); if (L_16) { goto IL_00bf; } } { __this->set_m_bFirstTimePress_8((bool)1); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_17 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_RotateStartPos_9(L_17); } IL_00bf: { bool L_18 = __this->get_m_bClkingInside_4(); if (!L_18) { goto IL_00f7; } } { bool L_19 = __this->get_bClk_3(); if (L_19) { goto IL_00f7; } } { IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_20 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); GameObject_t1113636619 * L_21 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_22 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00f7; } } { bool L_23 = __this->get_bClk_3(); __this->set_m_bClkingInside_4(L_23); return; } IL_00f7: { bool L_24 = __this->get_bClk_3(); if (!L_24) { goto IL_0249; } } { bool L_25 = __this->get_m_bClkingInside_4(); if (!L_25) { goto IL_01ed; } } { IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_26 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); GameObject_t1113636619 * L_27 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_28 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); if (L_28) { goto IL_0137; } } { IL2CPP_RUNTIME_CLASS_INIT(UICamera_t1356438871_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_29 = ((UICamera_t1356438871_StaticFields*)il2cpp_codegen_static_fields_for(UICamera_t1356438871_il2cpp_TypeInfo_var))->get_hoveredObject_48(); GameObject_t1113636619 * L_30 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_31 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_01e8; } } IL_0137: { float L_32 = (&V_2)->get_x_0(); Vector2_t2156229523 * L_33 = __this->get_address_of_m_ClkPos_6(); float L_34 = L_33->get_x_0(); V_6 = ((float)il2cpp_codegen_subtract((float)L_32, (float)L_34)); float L_35 = (&V_2)->get_y_1(); Vector2_t2156229523 * L_36 = __this->get_address_of_m_ClkPos_6(); float L_37 = L_36->get_y_1(); V_7 = ((float)il2cpp_codegen_subtract((float)L_35, (float)L_37)); float L_38 = V_6; float L_39 = V_0; V_8 = ((float)il2cpp_codegen_multiply((float)L_38, (float)L_39)); Vector2_t2156229523 * L_40 = __this->get_address_of_m_MaxOffset_5(); Vector2_t2156229523 * L_41 = __this->get_address_of_m_MaxOffset_5(); float L_42 = L_41->get_x_0(); float L_43 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_44 = fabsf(L_43); float L_45 = Mathf_Max_m3146388979(NULL /*static, unused*/, L_42, L_44, /*hidden argument*/NULL); L_40->set_x_0(L_45); Vector2_t2156229523 * L_46 = __this->get_address_of_m_MaxOffset_5(); Vector2_t2156229523 * L_47 = __this->get_address_of_m_MaxOffset_5(); float L_48 = L_47->get_y_1(); float L_49 = V_7; float L_50 = fabsf(L_49); float L_51 = Mathf_Max_m3146388979(NULL /*static, unused*/, L_48, L_50, /*hidden argument*/NULL); L_46->set_y_1(L_51); float L_52 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_53 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_54 = Quaternion_AngleAxis_m1767165696(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_52, (float)(-0.72f))), L_53, /*hidden argument*/NULL); V_9 = L_54; Transform_t3600365921 * L_55 = __this->get_petTransform_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_56 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_55, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_56) { goto IL_01e8; } } { Transform_t3600365921 * L_57 = __this->get_petTransform_2(); Quaternion_t2301928331 L_58 = __this->get_m_RotateOld_7(); Quaternion_t2301928331 L_59 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_60 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_58, L_59, /*hidden argument*/NULL); NullCheck(L_57); Transform_set_rotation_m3524318132(L_57, L_60, /*hidden argument*/NULL); } IL_01e8: { goto IL_0249; } IL_01ed: { bool L_61 = V_3; if (!L_61) { goto IL_0249; } } { bool L_62 = __this->get_m_bClkingInside_4(); if (L_62) { goto IL_0249; } } { __this->set_m_bClkingInside_4((bool)1); Vector2_t2156229523 L_63 = V_2; __this->set_m_ClkPos_6(L_63); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_64 = Vector2_get_zero_m540426400(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_MaxOffset_5(L_64); Transform_t3600365921 * L_65 = __this->get_petTransform_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_66 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_65, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_66) { goto IL_023e; } } { Transform_t3600365921 * L_67 = __this->get_petTransform_2(); NullCheck(L_67); Quaternion_t2301928331 L_68 = Transform_get_rotation_m3502953881(L_67, /*hidden argument*/NULL); __this->set_m_RotateOld_7(L_68); goto IL_0249; } IL_023e: { IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_69 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_RotateOld_7(L_69); } IL_0249: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PetSkillUI::.ctor() extern "C" IL2CPP_METHOD_ATTR void PetSkillUI__ctor_m2502977661 (PetSkillUI_t3927388841 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void PetSkillUI::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void PetSkillUI_OnPageInit_m983270618 (PetSkillUI_t3927388841 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetSkillUI_OnPageInit_m983270618_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, _stringLiteral423101548, /*hidden argument*/NULL); __this->set_m_skillRoot_2(L_1); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_Find_m1729760951(L_2, _stringLiteral3271265822, /*hidden argument*/NULL); NullCheck(L_3); UISprite_t194114938 * L_4 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_3, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_skillIcon_3(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, _stringLiteral176329196, /*hidden argument*/NULL); NullCheck(L_6); UILabel_t3248798549 * L_7 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_6, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_skillNam_4(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, _stringLiteral1211403464, /*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_skillDesc_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, _stringLiteral4091198383, /*hidden argument*/NULL); __this->set_m_NextSkillRoot_6(L_12); Transform_t3600365921 * L_13 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_13); Transform_t3600365921 * L_14 = Transform_Find_m1729760951(L_13, _stringLiteral1014734656, /*hidden argument*/NULL); NullCheck(L_14); UISprite_t194114938 * L_15 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_14, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); __this->set_m_NextSkillIcon_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, _stringLiteral1062508420, /*hidden argument*/NULL); NullCheck(L_17); UILabel_t3248798549 * L_18 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_17, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_NextSkillName_8(L_18); Transform_t3600365921 * L_19 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_19); Transform_t3600365921 * L_20 = Transform_Find_m1729760951(L_19, _stringLiteral926420991, /*hidden argument*/NULL); NullCheck(L_20); UILabel_t3248798549 * L_21 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_20, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_NextSkillDesc_9(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, _stringLiteral565362200, /*hidden argument*/NULL); __this->set_m_NextSkillTip_10(L_23); Transform_t3600365921 * L_24 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_24); Transform_t3600365921 * L_25 = Transform_Find_m1729760951(L_24, _stringLiteral228405414, /*hidden argument*/NULL); __this->set_m_Tip_11(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, _stringLiteral2840023314, /*hidden argument*/NULL); __this->set_m_upgradeBtnActive_12(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, _stringLiteral119034130, /*hidden argument*/NULL); __this->set_m_upgradeBtnDisactive_13(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, _stringLiteral1626104987, /*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_priceActive_14(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, _stringLiteral2656027244, /*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_priceDisactive_15(L_35); return; } } // System.Void PetSkillUI::Update() extern "C" IL2CPP_METHOD_ATTR void PetSkillUI_Update_m2532082317 (PetSkillUI_t3927388841 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetSkillUI_Update_m2532082317_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPetSkill_t349224069 * V_0 = NULL; SkillInfo_t3175174670 * V_1 = NULL; SkillInfo_t3175174670 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_1 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_1, /*hidden argument*/NULL); NullCheck(L_0); CPetSkill_t349224069 * L_3 = CPetManager_GetPetSkill_m2682883298(L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; CPetSkill_t349224069 * L_4 = V_0; if (L_4) { goto IL_0040; } } { Transform_t3600365921 * L_5 = __this->get_m_skillRoot_2(); 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_NextSkillRoot_6(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_6, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_7 = __this->get_m_Tip_11(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_7, (bool)0, /*hidden argument*/NULL); return; } IL_0040: { IL2CPP_RUNTIME_CLASS_INIT(CPetSkillConfig_t2627276790_il2cpp_TypeInfo_var); CPetSkillConfig_t2627276790 * L_8 = CPetSkillConfig_GetInstance_m2381038781(NULL /*static, unused*/, /*hidden argument*/NULL); CPetSkill_t349224069 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = CPetSkill_get_skillID_m3633524883(L_9, /*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_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); CPetSkill_t349224069 * L_14 = V_0; NullCheck(L_14); int32_t L_15 = CPetSkill_get_skillLevel_m2412108583(L_14, /*hidden argument*/NULL); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_16); String_t* L_18 = String_Concat_m1715369213(NULL /*static, unused*/, L_12, L_13, L_17, /*hidden argument*/NULL); NullCheck(L_8); SkillInfo_t3175174670 * L_19 = CPetSkillConfig_GetSkillData_m430783727(L_8, L_18, /*hidden argument*/NULL); V_1 = L_19; SkillInfo_t3175174670 * L_20 = V_1; if (L_20) { goto IL_0096; } } { Transform_t3600365921 * L_21 = __this->get_m_skillRoot_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_21, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_22 = __this->get_m_NextSkillRoot_6(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_22, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_23 = __this->get_m_Tip_11(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_23, (bool)0, /*hidden argument*/NULL); return; } IL_0096: { CPetSkill_t349224069 * L_24 = V_0; NullCheck(L_24); bool L_25 = CPetSkill_get_isFresh_m444228715(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_020b; } } { UISprite_t194114938 * L_26 = __this->get_m_skillIcon_3(); SkillInfo_t3175174670 * L_27 = V_1; NullCheck(L_27); String_t* L_28 = L_27->get_icon_7(); NullCheck(L_26); UISprite_set_spriteName_m1616245412(L_26, L_28, /*hidden argument*/NULL); UILabel_t3248798549 * L_29 = __this->get_m_skillNam_4(); SkillInfo_t3175174670 * L_30 = V_1; NullCheck(L_30); String_t* L_31 = L_30->get_SkillName_1(); NullCheck(L_29); UILabel_set_text_m1071532778(L_29, L_31, /*hidden argument*/NULL); UILabel_t3248798549 * L_32 = __this->get_m_skillDesc_5(); SkillInfo_t3175174670 * L_33 = V_1; NullCheck(L_33); String_t* L_34 = L_33->get_desc_8(); NullCheck(L_32); UILabel_set_text_m1071532778(L_32, L_34, /*hidden argument*/NULL); Transform_t3600365921 * L_35 = __this->get_m_skillRoot_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_35, (bool)1, /*hidden argument*/NULL); CPetSkill_t349224069 * L_36 = V_0; NullCheck(L_36); int32_t L_37 = CPetSkill_get_skillLevel_m2412108583(L_36, /*hidden argument*/NULL); CPetSkill_t349224069 * L_38 = V_0; NullCheck(L_38); int32_t L_39 = CPetSkill_get_skillMaxLevel_m2151063823(L_38, /*hidden argument*/NULL); if ((((int32_t)L_37) >= ((int32_t)L_39))) { goto IL_01ec; } } { Transform_t3600365921 * L_40 = __this->get_m_NextSkillRoot_6(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_40, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_41 = __this->get_m_Tip_11(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_41, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetSkillConfig_t2627276790_il2cpp_TypeInfo_var); CPetSkillConfig_t2627276790 * L_42 = CPetSkillConfig_GetInstance_m2381038781(NULL /*static, unused*/, /*hidden argument*/NULL); CPetSkill_t349224069 * L_43 = V_0; NullCheck(L_43); int32_t L_44 = CPetSkill_get_skillID_m3633524883(L_43, /*hidden argument*/NULL); int32_t L_45 = L_44; RuntimeObject * L_46 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_45); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_47 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); CPetSkill_t349224069 * L_48 = V_0; NullCheck(L_48); int32_t L_49 = CPetSkill_get_skillLevel_m2412108583(L_48, /*hidden argument*/NULL); int32_t L_50 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); RuntimeObject * L_51 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_50); String_t* L_52 = String_Concat_m1715369213(NULL /*static, unused*/, L_46, L_47, L_51, /*hidden argument*/NULL); NullCheck(L_42); SkillInfo_t3175174670 * L_53 = CPetSkillConfig_GetSkillData_m430783727(L_42, L_52, /*hidden argument*/NULL); V_2 = L_53; SkillInfo_t3175174670 * L_54 = V_2; if (!L_54) { goto IL_016f; } } { UISprite_t194114938 * L_55 = __this->get_m_NextSkillIcon_7(); SkillInfo_t3175174670 * L_56 = V_2; NullCheck(L_56); String_t* L_57 = L_56->get_icon_7(); NullCheck(L_55); UISprite_set_spriteName_m1616245412(L_55, L_57, /*hidden argument*/NULL); UILabel_t3248798549 * L_58 = __this->get_m_NextSkillName_8(); SkillInfo_t3175174670 * L_59 = V_2; NullCheck(L_59); String_t* L_60 = L_59->get_SkillName_1(); NullCheck(L_58); UILabel_set_text_m1071532778(L_58, L_60, /*hidden argument*/NULL); UILabel_t3248798549 * L_61 = __this->get_m_NextSkillDesc_9(); SkillInfo_t3175174670 * L_62 = V_2; NullCheck(L_62); String_t* L_63 = L_62->get_desc_8(); NullCheck(L_61); UILabel_set_text_m1071532778(L_61, L_63, /*hidden argument*/NULL); } IL_016f: { UILabel_t3248798549 * L_64 = __this->get_m_priceActive_14(); CPetSkill_t349224069 * L_65 = V_0; NullCheck(L_65); int32_t L_66 = CPetSkill_get_Price_m1077458637(L_65, /*hidden argument*/NULL); V_3 = L_66; String_t* L_67 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); NullCheck(L_64); UILabel_set_text_m1071532778(L_64, L_67, /*hidden argument*/NULL); UILabel_t3248798549 * L_68 = __this->get_m_priceDisactive_15(); CPetSkill_t349224069 * L_69 = V_0; NullCheck(L_69); int32_t L_70 = CPetSkill_get_Price_m1077458637(L_69, /*hidden argument*/NULL); V_4 = L_70; String_t* L_71 = Int32_ToString_m141394615((&V_4), /*hidden argument*/NULL); NullCheck(L_68); UILabel_set_text_m1071532778(L_68, L_71, /*hidden argument*/NULL); Transform_t3600365921 * L_72 = __this->get_m_upgradeBtnActive_12(); CPetSkill_t349224069 * L_73 = V_0; NullCheck(L_73); bool L_74 = CPetSkill_get_bUpgrade_m3740643012(L_73, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_72, L_74, /*hidden argument*/NULL); Transform_t3600365921 * L_75 = __this->get_m_upgradeBtnDisactive_13(); CPetSkill_t349224069 * L_76 = V_0; NullCheck(L_76); bool L_77 = CPetSkill_get_bUpgrade_m3740643012(L_76, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_75, (bool)((((int32_t)L_77) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); Transform_t3600365921 * L_78 = __this->get_m_NextSkillTip_10(); CPetSkill_t349224069 * L_79 = V_0; NullCheck(L_79); bool L_80 = CPetSkill_get_bUpgrade_m3740643012(L_79, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_78, (bool)((((int32_t)L_80) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); goto IL_0204; } IL_01ec: { Transform_t3600365921 * L_81 = __this->get_m_Tip_11(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_81, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_82 = __this->get_m_NextSkillRoot_6(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_82, (bool)0, /*hidden argument*/NULL); } IL_0204: { CPetSkill_t349224069 * L_83 = V_0; NullCheck(L_83); CPetSkill_set_isFresh_m1865360284(L_83, (bool)0, /*hidden argument*/NULL); } IL_020b: { return; } } // System.Void PetSkillUI::OnUpdateUI(System.Int64) extern "C" IL2CPP_METHOD_ATTR void PetSkillUI_OnUpdateUI_m565044732 (PetSkillUI_t3927388841 * __this, int64_t ___petId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetSkillUI_OnUpdateUI_m565044732_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPetSkill_t349224069 * V_0 = NULL; SkillInfo_t3175174670 * V_1 = NULL; SkillInfo_t3175174670 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ___petId0; NullCheck(L_0); CPetSkill_t349224069 * L_2 = CPetManager_GetPetSkill_m2682883298(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; CPetSkill_t349224069 * L_3 = V_0; if (L_3) { goto IL_0037; } } { Transform_t3600365921 * L_4 = __this->get_m_skillRoot_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_4, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_5 = __this->get_m_NextSkillRoot_6(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_5, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_6 = __this->get_m_Tip_11(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_6, (bool)0, /*hidden argument*/NULL); return; } IL_0037: { IL2CPP_RUNTIME_CLASS_INIT(CPetSkillConfig_t2627276790_il2cpp_TypeInfo_var); CPetSkillConfig_t2627276790 * L_7 = CPetSkillConfig_GetInstance_m2381038781(NULL /*static, unused*/, /*hidden argument*/NULL); CPetSkill_t349224069 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = CPetSkill_get_skillID_m3633524883(L_8, /*hidden argument*/NULL); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); CPetSkill_t349224069 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = CPetSkill_get_skillLevel_m2412108583(L_13, /*hidden argument*/NULL); int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); String_t* L_17 = String_Concat_m1715369213(NULL /*static, unused*/, L_11, L_12, L_16, /*hidden argument*/NULL); NullCheck(L_7); SkillInfo_t3175174670 * L_18 = CPetSkillConfig_GetSkillData_m430783727(L_7, L_17, /*hidden argument*/NULL); V_1 = L_18; SkillInfo_t3175174670 * L_19 = V_1; if (L_19) { goto IL_008d; } } { Transform_t3600365921 * L_20 = __this->get_m_skillRoot_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_20, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_21 = __this->get_m_NextSkillRoot_6(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_21, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_22 = __this->get_m_Tip_11(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_22, (bool)0, /*hidden argument*/NULL); return; } IL_008d: { UISprite_t194114938 * L_23 = __this->get_m_skillIcon_3(); SkillInfo_t3175174670 * L_24 = V_1; NullCheck(L_24); String_t* L_25 = L_24->get_icon_7(); NullCheck(L_23); UISprite_set_spriteName_m1616245412(L_23, L_25, /*hidden argument*/NULL); UILabel_t3248798549 * L_26 = __this->get_m_skillNam_4(); SkillInfo_t3175174670 * L_27 = V_1; NullCheck(L_27); String_t* L_28 = L_27->get_SkillName_1(); NullCheck(L_26); UILabel_set_text_m1071532778(L_26, L_28, /*hidden argument*/NULL); UILabel_t3248798549 * L_29 = __this->get_m_skillDesc_5(); SkillInfo_t3175174670 * L_30 = V_1; NullCheck(L_30); String_t* L_31 = L_30->get_desc_8(); NullCheck(L_29); UILabel_set_text_m1071532778(L_29, L_31, /*hidden argument*/NULL); Transform_t3600365921 * L_32 = __this->get_m_skillRoot_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_32, (bool)1, /*hidden argument*/NULL); CPetSkill_t349224069 * L_33 = V_0; NullCheck(L_33); int32_t L_34 = CPetSkill_get_skillLevel_m2412108583(L_33, /*hidden argument*/NULL); CPetSkill_t349224069 * L_35 = V_0; NullCheck(L_35); int32_t L_36 = CPetSkill_get_skillMaxLevel_m2151063823(L_35, /*hidden argument*/NULL); if ((((int32_t)L_34) >= ((int32_t)L_36))) { goto IL_01d8; } } { Transform_t3600365921 * L_37 = __this->get_m_NextSkillRoot_6(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_37, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_38 = __this->get_m_Tip_11(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_38, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetSkillConfig_t2627276790_il2cpp_TypeInfo_var); CPetSkillConfig_t2627276790 * L_39 = CPetSkillConfig_GetInstance_m2381038781(NULL /*static, unused*/, /*hidden argument*/NULL); CPetSkill_t349224069 * L_40 = V_0; NullCheck(L_40); int32_t L_41 = CPetSkill_get_skillID_m3633524883(L_40, /*hidden argument*/NULL); int32_t L_42 = L_41; RuntimeObject * L_43 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_42); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_44 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); CPetSkill_t349224069 * L_45 = V_0; NullCheck(L_45); int32_t L_46 = CPetSkill_get_skillLevel_m2412108583(L_45, /*hidden argument*/NULL); int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); RuntimeObject * L_48 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_47); String_t* L_49 = String_Concat_m1715369213(NULL /*static, unused*/, L_43, L_44, L_48, /*hidden argument*/NULL); NullCheck(L_39); SkillInfo_t3175174670 * L_50 = CPetSkillConfig_GetSkillData_m430783727(L_39, L_49, /*hidden argument*/NULL); V_2 = L_50; SkillInfo_t3175174670 * L_51 = V_2; if (!L_51) { goto IL_015b; } } { UISprite_t194114938 * L_52 = __this->get_m_NextSkillIcon_7(); SkillInfo_t3175174670 * L_53 = V_2; NullCheck(L_53); String_t* L_54 = L_53->get_icon_7(); NullCheck(L_52); UISprite_set_spriteName_m1616245412(L_52, L_54, /*hidden argument*/NULL); UILabel_t3248798549 * L_55 = __this->get_m_NextSkillName_8(); SkillInfo_t3175174670 * L_56 = V_2; NullCheck(L_56); String_t* L_57 = L_56->get_SkillName_1(); NullCheck(L_55); UILabel_set_text_m1071532778(L_55, L_57, /*hidden argument*/NULL); UILabel_t3248798549 * L_58 = __this->get_m_NextSkillDesc_9(); SkillInfo_t3175174670 * L_59 = V_2; NullCheck(L_59); String_t* L_60 = L_59->get_desc_8(); NullCheck(L_58); UILabel_set_text_m1071532778(L_58, L_60, /*hidden argument*/NULL); } IL_015b: { UILabel_t3248798549 * L_61 = __this->get_m_priceActive_14(); CPetSkill_t349224069 * L_62 = V_0; NullCheck(L_62); int32_t L_63 = CPetSkill_get_Price_m1077458637(L_62, /*hidden argument*/NULL); V_3 = L_63; String_t* L_64 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); NullCheck(L_61); UILabel_set_text_m1071532778(L_61, L_64, /*hidden argument*/NULL); UILabel_t3248798549 * L_65 = __this->get_m_priceDisactive_15(); CPetSkill_t349224069 * L_66 = V_0; NullCheck(L_66); int32_t L_67 = CPetSkill_get_Price_m1077458637(L_66, /*hidden argument*/NULL); V_4 = L_67; String_t* L_68 = Int32_ToString_m141394615((&V_4), /*hidden argument*/NULL); NullCheck(L_65); UILabel_set_text_m1071532778(L_65, L_68, /*hidden argument*/NULL); Transform_t3600365921 * L_69 = __this->get_m_upgradeBtnActive_12(); CPetSkill_t349224069 * L_70 = V_0; NullCheck(L_70); bool L_71 = CPetSkill_get_bUpgrade_m3740643012(L_70, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_69, L_71, /*hidden argument*/NULL); Transform_t3600365921 * L_72 = __this->get_m_upgradeBtnDisactive_13(); CPetSkill_t349224069 * L_73 = V_0; NullCheck(L_73); bool L_74 = CPetSkill_get_bUpgrade_m3740643012(L_73, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_72, (bool)((((int32_t)L_74) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); Transform_t3600365921 * L_75 = __this->get_m_NextSkillTip_10(); CPetSkill_t349224069 * L_76 = V_0; NullCheck(L_76); bool L_77 = CPetSkill_get_bUpgrade_m3740643012(L_76, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_75, (bool)((((int32_t)L_77) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); goto IL_01f0; } IL_01d8: { Transform_t3600365921 * L_78 = __this->get_m_Tip_11(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_78, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_79 = __this->get_m_NextSkillRoot_6(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_79, (bool)0, /*hidden argument*/NULL); } IL_01f0: { CPetSkill_t349224069 * L_80 = V_0; NullCheck(L_80); CPetSkill_set_isFresh_m1865360284(L_80, (bool)0, /*hidden argument*/NULL); return; } } // System.Void PetSkillUI::OnClickUpgrade() extern "C" IL2CPP_METHOD_ATTR void PetSkillUI_OnClickUpgrade_m1472364400 (PetSkillUI_t3927388841 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PetSkillUI_OnClickUpgrade_m1472364400_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPetManager_t2941415134 * L_1 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int64_t L_2 = CPetManager_get_CurrentSelectedPetID_m2380542668(L_1, /*hidden argument*/NULL); NullCheck(L_0); CPetManager_RequestPetSkillUpgrade_m3122738548(L_0, L_2, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void petUI::.ctor() extern "C" IL2CPP_METHOD_ATTR void petUI__ctor_m5471847 (petUI_t1661019501 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void petUI::Awake() extern "C" IL2CPP_METHOD_ATTR void petUI_Awake_m3131484439 (petUI_t1661019501 * __this, const RuntimeMethod* method) { { __this->set_petID_2((((int64_t)((int64_t)(-1))))); __this->set_m_PhotoShow_9((bool)0); return; } } // System.Void petUI::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void petUI_OnPageInit_m2173782773 (petUI_t1661019501 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petUI_OnPageInit_m2173782773_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, _stringLiteral3452252576, /*hidden argument*/NULL); NullCheck(L_1); UILabel_t3248798549 * L_2 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_1, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_StarNum_4(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, _stringLiteral377636950, /*hidden argument*/NULL); NullCheck(L_4); UITexture_t3471168817 * L_5 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_4, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_uiPetPhoto_5(L_5); UITexture_t3471168817 * L_6 = __this->get_uiPetPhoto_5(); NullCheck(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(L_6, /*hidden argument*/NULL); NullCheck(L_7); Vector3_t3722313464 L_8 = Transform_get_localScale_m129152068(L_7, /*hidden argument*/NULL); __this->set_m_RecordScale_10(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, _stringLiteral3908094673, /*hidden argument*/NULL); NullCheck(L_10); UITexture_t3471168817 * L_11 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_10, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); __this->set_uiPetFollow_6(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, _stringLiteral2499419300, /*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_uiPetSelectBg_7(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, _stringLiteral3761964708, /*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_PetLevel_8(L_17); return; } } // System.Void petUI::UpdatePet(System.Int64) extern "C" IL2CPP_METHOD_ATTR void petUI_UpdatePet_m380584537 (petUI_t1661019501 * __this, int64_t ___petid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petUI_UpdatePet_m380584537_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; { int64_t L_0 = ___petid0; int64_t L_1 = __this->get_petID_2(); if ((!(((uint64_t)L_0) == ((uint64_t)L_1)))) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_2 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_3 = __this->get_petID_2(); NullCheck(L_2); CPet_t2667050390 * L_4 = CPetManager_GetPetByID_m2745814047(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; CPet_t2667050390 * L_5 = V_0; if (L_5) { goto IL_0024; } } { return; } IL_0024: { __this->set_m_PhotoShow_9((bool)0); CPet_t2667050390 * L_6 = V_0; petUI_SetDataUI_m3675285007(__this, L_6, /*hidden argument*/NULL); } IL_0032: { return; } } // System.Void petUI::SetPetData(DMCore.Logic.CPet,ClickPetList) extern "C" IL2CPP_METHOD_ATTR void petUI_SetPetData_m1851157788 (petUI_t1661019501 * __this, CPet_t2667050390 * ___cpet0, ClickPetList_t744868781 * ___clickpetlist1, const RuntimeMethod* method) { { CPet_t2667050390 * L_0 = ___cpet0; NullCheck(L_0); int64_t L_1 = CPet_get_PetID_m3728811332(L_0, /*hidden argument*/NULL); __this->set_petID_2(L_1); ClickPetList_t744868781 * L_2 = ___clickpetlist1; __this->set_activeSefPet_3(L_2); __this->set_m_PhotoShow_9((bool)0); CPet_t2667050390 * L_3 = ___cpet0; petUI_SetDataUI_m3675285007(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void petUI::Update() extern "C" IL2CPP_METHOD_ATTR void petUI_Update_m2835130824 (petUI_t1661019501 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petUI_Update_m2835130824_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPet_t2667050390 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_0 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = __this->get_petID_2(); NullCheck(L_0); CPet_t2667050390 * L_2 = CPetManager_GetPetByID_m2745814047(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; CPet_t2667050390 * L_3 = V_0; if (L_3) { goto IL_0018; } } { return; } IL_0018: { bool L_4 = __this->get_m_PhotoShow_9(); if (L_4) { goto IL_004a; } } { UITexture_t3471168817 * L_5 = __this->get_uiPetPhoto_5(); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_6 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); CPet_t2667050390 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = CPet_get_ModelID_m2913048647(L_7, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_9 = CPetManager_GetPathByPetModelID_m1296429434(L_6, L_8, /*hidden argument*/NULL); Vector3_t3722313464 L_10 = __this->get_m_RecordScale_10(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_11 = CMiscHelp_SetTextureIcon_m1616628797(NULL /*static, unused*/, L_5, L_9, L_10, /*hidden argument*/NULL); __this->set_m_PhotoShow_9(L_11); } IL_004a: { return; } } // System.Void petUI::RefreshActiveTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR void petUI_RefreshActiveTime_m2366112116 (petUI_t1661019501 * __this, int32_t ___leftActiveTime0, const RuntimeMethod* method) { { UILabel_t3248798549 * L_0 = __this->get_m_PetLevel_8(); int32_t L_1 = ___leftActiveTime0; String_t* L_2 = petUI_FormatTimeAndAcitviation_m500380131(__this, L_1, /*hidden argument*/NULL); NullCheck(L_0); UILabel_set_text_m1071532778(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void petUI::SetDataUI(DMCore.Logic.CPet) extern "C" IL2CPP_METHOD_ATTR void petUI_SetDataUI_m3675285007 (petUI_t1661019501 * __this, CPet_t2667050390 * ___cpet0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petUI_SetDataUI_m3675285007_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { UILabel_t3248798549 * L_0 = __this->get_m_StarNum_4(); CPet_t2667050390 * L_1 = ___cpet0; NullCheck(L_1); int32_t L_2 = CPet_get_Star_m2698684576(L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); NullCheck(L_0); UILabel_set_text_m1071532778(L_0, L_3, /*hidden argument*/NULL); UITexture_t3471168817 * L_4 = __this->get_uiPetFollow_6(); NullCheck(L_4); GameObject_t1113636619 * L_5 = Component_get_gameObject_m442555142(L_4, /*hidden argument*/NULL); CPet_t2667050390 * L_6 = ___cpet0; NullCheck(L_6); int64_t L_7 = CPet_get_PetID_m3728811332(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_8 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int64_t L_9 = CPetManager_get_CurrentFollowPetID_m652555541(L_8, /*hidden argument*/NULL); NullCheck(L_5); GameObject_SetActive_m796801857(L_5, (bool)((((int64_t)L_7) == ((int64_t)L_9))? 1 : 0), /*hidden argument*/NULL); CPet_t2667050390 * L_10 = ___cpet0; NullCheck(L_10); int32_t L_11 = CPet_get_mPetPhysiologyState_m4255554411(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_008e; } } { 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, _stringLiteral723688538, 1, /*hidden argument*/NULL); if (!L_13) { goto IL_0072; } } { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_14 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_15 = __this->get_petID_2(); NullCheck(L_14); CPetManager_RequestActivePet_m459770279(L_14, L_15, /*hidden argument*/NULL); } IL_0072: { UILabel_t3248798549 * L_16 = __this->get_m_PetLevel_8(); CPet_t2667050390 * L_17 = ___cpet0; NullCheck(L_17); int32_t L_18 = CPet_get_LeftHatchTime_m784983437(L_17, /*hidden argument*/NULL); String_t* L_19 = petUI_FormatTimeAndAcitviation_m500380131(__this, L_18, /*hidden argument*/NULL); NullCheck(L_16); UILabel_set_text_m1071532778(L_16, L_19, /*hidden argument*/NULL); goto IL_00ae; } IL_008e: { UILabel_t3248798549 * L_20 = __this->get_m_PetLevel_8(); CPet_t2667050390 * L_21 = ___cpet0; NullCheck(L_21); int32_t L_22 = CPet_get_Level_m31911284(L_21, /*hidden argument*/NULL); int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2630203384, L_24, /*hidden argument*/NULL); NullCheck(L_20); UILabel_set_text_m1071532778(L_20, L_25, /*hidden argument*/NULL); } IL_00ae: { return; } } // System.String petUI::FormatTimeAndAcitviation(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* petUI_FormatTimeAndAcitviation_m500380131 (petUI_t1661019501 * __this, int32_t ___leftTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petUI_FormatTimeAndAcitviation_m500380131_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 L_0 = ___leftTime0; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000a; } } { ___leftTime0 = 0; } IL_000a: { int32_t L_1 = ___leftTime0; V_0 = ((int32_t)((int32_t)L_1/(int32_t)((int32_t)3600))); int32_t L_2 = ___leftTime0; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_2/(int32_t)((int32_t)60)))%(int32_t)((int32_t)60))); int32_t L_3 = ___leftTime0; V_2 = ((int32_t)((int32_t)L_3%(int32_t)((int32_t)60))); int32_t L_4 = V_0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); int32_t L_7 = V_1; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); int32_t L_10 = V_2; 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_m3339413201(NULL /*static, unused*/, _stringLiteral2641621941, L_6, L_9, L_12, /*hidden argument*/NULL); V_3 = L_13; String_t* L_14 = V_3; return L_14; } } // System.Void petUI::OnActive() extern "C" IL2CPP_METHOD_ATTR void petUI_OnActive_m2405582388 (petUI_t1661019501 * __this, const RuntimeMethod* method) { { ClickPetList_t744868781 * L_0 = __this->get_activeSefPet_3(); if (!L_0) { goto IL_001c; } } { ClickPetList_t744868781 * L_1 = __this->get_activeSefPet_3(); int64_t L_2 = __this->get_petID_2(); NullCheck(L_1); ClickPetList_Invoke_m865897047(L_1, L_2, /*hidden argument*/NULL); } IL_001c: { UISprite_t194114938 * L_3 = __this->get_uiPetSelectBg_7(); 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); return; } } // System.Void petUI::OnDisactive() extern "C" IL2CPP_METHOD_ATTR void petUI_OnDisactive_m2557913881 (petUI_t1661019501 * __this, const RuntimeMethod* method) { { UISprite_t194114938 * L_0 = __this->get_uiPetSelectBg_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); return; } } // System.Void petUI::OnClkAddPetBtn() extern "C" IL2CPP_METHOD_ATTR void petUI_OnClkAddPetBtn_m3606869835 (petUI_t1661019501 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petUI_OnClkAddPetBtn_m3606869835_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int64_t L_0 = __this->get_petID_2(); if ((!(((uint64_t)L_0) == ((uint64_t)(((int64_t)((int64_t)(-1)))))))) { goto IL_0035; } } { CTextHelp_t3119637808 * L_1 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_1); String_t* L_3 = CTextHelp_GetText_m3374553046(L_1, _stringLiteral4174722727, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; intptr_t L_5 = (intptr_t)petUI_ShowPetShop_m3156152048_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_6 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_6, __this, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_ShowMessageBox_m686064934(NULL /*static, unused*/, 1, L_4, L_6, /*hidden argument*/NULL); } IL_0035: { return; } } // System.Void petUI::ShowPetShop(System.Boolean,DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void petUI_ShowPetShop_m3156152048 (petUI_t1661019501 * __this, bool ___bConfirmed0, CDataArray_t4068198041 * ___msg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petUI_ShowPetShop_m3156152048_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___bConfirmed0; if (!L_0) { goto IL_0023; } } { int32_t L_1 = 3; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); int32_t L_3 = ((int32_t)32); RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m1715369213(NULL /*static, unused*/, L_2, _stringLiteral3452614612, L_4, /*hidden argument*/NULL); petUI_ShowPetShop_m327990950(__this, L_5, /*hidden argument*/NULL); } IL_0023: { return; } } // System.Void petUI::ShowPetShop(System.String) extern "C" IL2CPP_METHOD_ATTR void petUI_ShowPetShop_m327990950 (petUI_t1661019501 * __this, String_t* ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (petUI_ShowPetShop_m327990950_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; { V_0 = 3; V_1 = ((int32_t)32); String_t* L_0 = ___type0; CharU5BU5D_t3528271667* L_1 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Il2CppChar)((int32_t)124)); NullCheck(L_0); StringU5BU5D_t1281789340* L_2 = String_Split_m3646115398(L_0, L_1, /*hidden argument*/NULL); V_2 = L_2; StringU5BU5D_t1281789340* L_3 = V_2; if (!L_3) { goto IL_0038; } } { StringU5BU5D_t1281789340* L_4 = V_2; NullCheck(L_4); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) == ((uint32_t)2)))) { goto IL_0038; } } { StringU5BU5D_t1281789340* L_5 = V_2; NullCheck(L_5); int32_t L_6 = 0; String_t* L_7 = (L_5)->GetAt(static_cast(L_6)); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_8 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_0 = L_8; StringU5BU5D_t1281789340* L_9 = V_2; NullCheck(L_9); int32_t L_10 = 1; String_t* L_11 = (L_9)->GetAt(static_cast(L_10)); int32_t L_12 = Convert_ToInt32_m1758051682(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); V_1 = L_12; } IL_0038: { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_13 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = CWndController_get_ActivePage_m2720187282(L_13, /*hidden argument*/NULL); V_3 = L_14; IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_15 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_16 = V_0; NullCheck(L_15); CShopManager_set_MainType_m2271353666(L_15, L_16, /*hidden argument*/NULL); CShopManager_t754298620 * L_17 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_18 = V_1; NullCheck(L_17); CShopManager_set_SubType_m1960854107(L_17, L_18, /*hidden argument*/NULL); CWndController_t749709641 * L_19 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_20 = V_3; NullCheck(L_19); CWndController_ShowUI_m2971791309(L_19, 1, L_20, /*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 PindanCheckAllHandle::.ctor() extern "C" IL2CPP_METHOD_ATTR void PindanCheckAllHandle__ctor_m2340837878 (PindanCheckAllHandle_t3224771078 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void PindanCheckAllHandle::Awake() extern "C" IL2CPP_METHOD_ATTR void PindanCheckAllHandle_Awake_m442644733 (PindanCheckAllHandle_t3224771078 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PindanCheckAllHandle_Awake_m442644733_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); UICheckbox_t2276134195 * L_1 = CMiscHelp_GetChildComponent_TisUICheckbox_t2276134195_m2001321003(NULL /*static, unused*/, L_0, _stringLiteral2802296804, /*hidden argument*/CMiscHelp_GetChildComponent_TisUICheckbox_t2276134195_m2001321003_RuntimeMethod_var); __this->set_m_checkBox_3(L_1); return; } } // System.Void PindanCheckAllHandle::Update() extern "C" IL2CPP_METHOD_ATTR void PindanCheckAllHandle_Update_m4007343354 (PindanCheckAllHandle_t3224771078 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PindanCheckAllHandle_Update_m4007343354_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { IL2CPP_RUNTIME_CLASS_INIT(CPindanManager_t730261733_il2cpp_TypeInfo_var); CPindanManager_t730261733 * L_0 = CPindanManager_GetInstance_m2107485280(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CPindanManager_get_SelectedCnt_m684433490(L_0, /*hidden argument*/NULL); int32_t L_2 = __this->get_m_lastSelectedCnt_2(); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_004d; } } { IL2CPP_RUNTIME_CLASS_INIT(CPindanManager_t730261733_il2cpp_TypeInfo_var); CPindanManager_t730261733 * L_3 = CPindanManager_GetInstance_m2107485280(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = CPindanManager_IsCheckAll_m2576278024(L_3, /*hidden argument*/NULL); V_0 = L_4; UICheckbox_t2276134195 * L_5 = __this->get_m_checkBox_3(); 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_003d; } } { UICheckbox_t2276134195 * L_7 = __this->get_m_checkBox_3(); bool L_8 = V_0; NullCheck(L_7); UICheckbox_set_isChecked_m1641198106(L_7, L_8, /*hidden argument*/NULL); } IL_003d: { IL2CPP_RUNTIME_CLASS_INIT(CPindanManager_t730261733_il2cpp_TypeInfo_var); CPindanManager_t730261733 * L_9 = CPindanManager_GetInstance_m2107485280(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = CPindanManager_get_SelectedCnt_m684433490(L_9, /*hidden argument*/NULL); __this->set_m_lastSelectedCnt_2(L_10); } IL_004d: { return; } } // System.Void PindanCheckAllHandle::OnClkCheckAll() extern "C" IL2CPP_METHOD_ATTR void PindanCheckAllHandle_OnClkCheckAll_m3850842799 (PindanCheckAllHandle_t3224771078 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PindanCheckAllHandle_OnClkCheckAll_m3850842799_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CPindanManager_t730261733_il2cpp_TypeInfo_var); CPindanManager_t730261733 * L_0 = CPindanManager_GetInstance_m2107485280(NULL /*static, unused*/, /*hidden argument*/NULL); UICheckbox_t2276134195 * L_1 = __this->get_m_checkBox_3(); NullCheck(L_1); bool L_2 = UICheckbox_get_isChecked_m3880052987(L_1, /*hidden argument*/NULL); NullCheck(L_0); CPindanManager_SetCheckState_m2027954099(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void PindanCheckAllHandle::Reset() extern "C" IL2CPP_METHOD_ATTR void PindanCheckAllHandle_Reset_m1797855399 (PindanCheckAllHandle_t3224771078 * __this, const RuntimeMethod* method) { { __this->set_m_lastSelectedCnt_2(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PlaneEffect::.ctor() extern "C" IL2CPP_METHOD_ATTR void PlaneEffect__ctor_m552021251 (PlaneEffect_t138288793 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void PlaneEffect::Start() extern "C" IL2CPP_METHOD_ATTR void PlaneEffect_Start_m3023934661 (PlaneEffect_t138288793 * __this, const RuntimeMethod* method) { { __this->set_timeLabor_2((0.0f)); return; } } // System.Void PlaneEffect::Update() extern "C" IL2CPP_METHOD_ATTR void PlaneEffect_Update_m2352906107 (PlaneEffect_t138288793 * __this, const RuntimeMethod* method) { { return; } } // System.Void PlaneEffect::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void PlaneEffect_LateUpdate_m2714262834 (PlaneEffect_t138288793 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PlaneEffect_LateUpdate_m2714262834_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; Transform_t3600365921 * V_3 = NULL; Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); Transform_t3600365921 * G_B9_0 = NULL; { CBeatKeyManager_t1395295909 * L_0 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000b; } } { return; } IL_000b: { CBeatKeyManager_t1395295909 * L_1 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CBeatKeyManager_GetBpm_m1897872510(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; V_1 = ((float)((float)(240.0f)/(float)(((float)((float)L_3))))); float L_4 = V_1; if ((!(((float)(1.0E-06f)) <= ((float)L_4)))) { goto IL_0080; } } { float L_5 = __this->get_timeLabor_2(); float L_6 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_timeLabor_2(((float)il2cpp_codegen_add((float)L_5, (float)L_6))); float L_7 = V_1; float L_8 = __this->get_timeLabor_2(); if ((!(((float)L_7) < ((float)L_8)))) { goto IL_0056; } } { float L_9 = __this->get_timeLabor_2(); float L_10 = V_1; __this->set_timeLabor_2((fmodf(L_9, L_10))); } IL_0056: { float L_11 = __this->get_timeLabor_2(); float L_12 = V_1; V_2 = ((float)((float)L_11/(float)L_12)); GameObject_t1113636619 * L_13 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_13); Transform_t3600365921 * L_14 = GameObject_get_transform_m1369836730(L_13, /*hidden argument*/NULL); float L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_16 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_17 = Quaternion_AngleAxis_m1767165696(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_15, (float)(360.0f))), L_16, /*hidden argument*/NULL); NullCheck(L_14); Transform_set_localRotation_m19445462(L_14, L_17, /*hidden argument*/NULL); } IL_0080: { Transform_t3600365921 * L_18 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_18); Transform_t3600365921 * L_19 = Transform_get_parent_m835071599(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_20 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00b0; } } { Transform_t3600365921 * L_21 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_21); Transform_t3600365921 * L_22 = Transform_get_parent_m835071599(L_21, /*hidden argument*/NULL); NullCheck(L_22); Transform_t3600365921 * L_23 = Transform_Find_m1729760951(L_22, _stringLiteral1918446860, /*hidden argument*/NULL); G_B9_0 = L_23; goto IL_00b1; } IL_00b0: { G_B9_0 = ((Transform_t3600365921 *)(NULL)); } IL_00b1: { V_3 = G_B9_0; Transform_t3600365921 * L_24 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_010e; } } { Transform_t3600365921 * L_26 = V_3; NullCheck(L_26); Vector3_t3722313464 L_27 = Transform_get_position_m36019626(L_26, /*hidden argument*/NULL); V_5 = L_27; float L_28 = (&V_5)->get_x_1(); GameObject_t1113636619 * L_29 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_29); Transform_t3600365921 * L_30 = GameObject_get_transform_m1369836730(L_29, /*hidden argument*/NULL); NullCheck(L_30); Vector3_t3722313464 L_31 = Transform_get_position_m36019626(L_30, /*hidden argument*/NULL); V_6 = L_31; float L_32 = (&V_6)->get_y_2(); Transform_t3600365921 * L_33 = V_3; NullCheck(L_33); Vector3_t3722313464 L_34 = Transform_get_position_m36019626(L_33, /*hidden argument*/NULL); V_7 = L_34; float L_35 = (&V_7)->get_z_3(); Vector3__ctor_m3353183577((&V_4), L_28, L_32, L_35, /*hidden argument*/NULL); GameObject_t1113636619 * L_36 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_36); Transform_t3600365921 * L_37 = GameObject_get_transform_m1369836730(L_36, /*hidden argument*/NULL); Vector3_t3722313464 L_38 = V_4; NullCheck(L_37); Transform_set_position_m3387557959(L_37, L_38, /*hidden argument*/NULL); } IL_010e: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PlayerInfoShow::.ctor() extern "C" IL2CPP_METHOD_ATTR void PlayerInfoShow__ctor_m3491034237 (PlayerInfoShow_t2638218508 * __this, const RuntimeMethod* method) { { __this->set_sustainTime_2((5.0f)); __this->set_snap_3((0.1f)); __this->set_timer_6((6.0f)); __this->set_alpha_7((1.0f)); MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void PlayerInfoShow::Start() extern "C" IL2CPP_METHOD_ATTR void PlayerInfoShow_Start_m1275312077 (PlayerInfoShow_t2638218508 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PlayerInfoShow_Start_m1275312077_MetadataUsageId); s_Il2CppMethodInitialized = true; } CActivityFortuneCat_t237126772 * V_0 = NULL; { __this->set_index_4(0); Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); UILabel_t3248798549 * L_1 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_0, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_label_5(L_1); IL2CPP_RUNTIME_CLASS_INIT(CActivityManager_t1081296145_il2cpp_TypeInfo_var); CActivityManager_t1081296145 * L_2 = CActivityManager_GetInstance_m2243292784(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); IActivityDetail_t2848416189 * L_3 = CActivityManager_GetActivityDetailById_m855034545(L_2, ((int32_t)50), /*hidden argument*/NULL); V_0 = ((CActivityFortuneCat_t237126772 *)IsInstClass((RuntimeObject*)L_3, CActivityFortuneCat_t237126772_il2cpp_TypeInfo_var)); CActivityFortuneCat_t237126772 * L_4 = V_0; if (!L_4) { goto IL_0053; } } { CActivityFortuneCat_t237126772 * L_5 = V_0; NullCheck(L_5); BetterList_1_t269126732 * L_6 = CActivityFortuneCat_GetPlayerInfos_m538571770(L_5, /*hidden argument*/NULL); __this->set_list_9(L_6); CActivityFortuneCat_t237126772 * L_7 = V_0; NullCheck(L_7); CDataModelBool_t2269476966 * L_8 = CActivityFortuneCat_GetIsUpdate_m2875425967(L_7, /*hidden argument*/NULL); intptr_t L_9 = (intptr_t)PlayerInfoShow_UpdateData_m1036603534_RuntimeMethod_var; Action_1_t1302699353 * L_10 = (Action_1_t1302699353 *)il2cpp_codegen_object_new(Action_1_t1302699353_il2cpp_TypeInfo_var); Action_1__ctor_m504862446(L_10, __this, L_9, /*hidden argument*/Action_1__ctor_m504862446_RuntimeMethod_var); NullCheck(L_8); IEventDispatcher_AddWatcher_m1530082036(L_8, L_10, /*hidden argument*/NULL); } IL_0053: { return; } } // System.Void PlayerInfoShow::Update() extern "C" IL2CPP_METHOD_ATTR void PlayerInfoShow_Update_m4003189349 (PlayerInfoShow_t2638218508 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PlayerInfoShow_Update_m4003189349_MetadataUsageId); s_Il2CppMethodInitialized = true; } PlayerInfo_t1114106414 V_0; memset(&V_0, 0, sizeof(V_0)); PlayerInfo_t1114106414 V_1; memset(&V_1, 0, sizeof(V_1)); { BetterList_1_t269126732 * L_0 = __this->get_list_9(); NullCheck(L_0); int32_t L_1 = L_0->get_size_1(); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0175; } } { float L_2 = __this->get_timer_6(); float L_3 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_timer_6(((float)il2cpp_codegen_add((float)L_2, (float)L_3))); bool L_4 = __this->get_change_8(); if (L_4) { goto IL_011b; } } { float L_5 = __this->get_timer_6(); float L_6 = __this->get_sustainTime_2(); if ((!(((float)L_5) >= ((float)L_6)))) { goto IL_0116; } } { float L_7 = __this->get_alpha_7(); float L_8 = __this->get_snap_3(); __this->set_alpha_7(((float)il2cpp_codegen_subtract((float)L_7, (float)L_8))); UILabel_t3248798549 * L_9 = __this->get_label_5(); float L_10 = __this->get_alpha_7(); Color_t2555686324 L_11; memset(&L_11, 0, sizeof(L_11)); Color__ctor_m2943235014((&L_11), (1.0f), (1.0f), (1.0f), L_10, /*hidden argument*/NULL); NullCheck(L_9); UIWidget_set_color_m2288988844(L_9, L_11, /*hidden argument*/NULL); float L_12 = __this->get_alpha_7(); if ((!(((float)L_12) <= ((float)(0.0f))))) { goto IL_0116; } } { int32_t L_13 = __this->get_index_4(); __this->set_index_4(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); int32_t L_14 = __this->get_index_4(); BetterList_1_t269126732 * L_15 = __this->get_list_9(); NullCheck(L_15); int32_t L_16 = L_15->get_size_1(); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_00b2; } } { __this->set_index_4(0); } IL_00b2: { UILabel_t3248798549 * L_17 = __this->get_label_5(); IL2CPP_RUNTIME_CLASS_INIT(CActivityConfig_t3711341450_il2cpp_TypeInfo_var); CActivityConfig_t3711341450 * L_18 = CActivityConfig_GetInstance_m222384876(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_18); String_t* L_20 = CActivityConfig_GetString_m2583012148(L_18, ((int32_t)50), _stringLiteral926847473, L_19, /*hidden argument*/NULL); BetterList_1_t269126732 * L_21 = __this->get_list_9(); int32_t L_22 = __this->get_index_4(); NullCheck(L_21); PlayerInfo_t1114106414 L_23 = BetterList_1_get_Item_m2927045620(L_21, L_22, /*hidden argument*/BetterList_1_get_Item_m2927045620_RuntimeMethod_var); V_0 = L_23; String_t* L_24 = (&V_0)->get_name_1(); BetterList_1_t269126732 * L_25 = __this->get_list_9(); int32_t L_26 = __this->get_index_4(); NullCheck(L_25); PlayerInfo_t1114106414 L_27 = BetterList_1_get_Item_m2927045620(L_25, L_26, /*hidden argument*/BetterList_1_get_Item_m2927045620_RuntimeMethod_var); V_1 = L_27; int32_t L_28 = (&V_1)->get_awardCount_0(); int32_t L_29 = L_28; RuntimeObject * L_30 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_29); String_t* L_31 = String_Format_m2556382932(NULL /*static, unused*/, L_20, L_24, L_30, /*hidden argument*/NULL); NullCheck(L_17); UILabel_set_text_m1071532778(L_17, L_31, /*hidden argument*/NULL); __this->set_change_8((bool)1); } IL_0116: { goto IL_0175; } IL_011b: { float L_32 = __this->get_alpha_7(); float L_33 = __this->get_snap_3(); __this->set_alpha_7(((float)il2cpp_codegen_add((float)L_32, (float)L_33))); UILabel_t3248798549 * L_34 = __this->get_label_5(); float L_35 = __this->get_alpha_7(); Color_t2555686324 L_36; memset(&L_36, 0, sizeof(L_36)); Color__ctor_m2943235014((&L_36), (255.0f), (255.0f), (255.0f), L_35, /*hidden argument*/NULL); NullCheck(L_34); UIWidget_set_color_m2288988844(L_34, L_36, /*hidden argument*/NULL); float L_37 = __this->get_alpha_7(); if ((!(((float)L_37) >= ((float)(1.0f))))) { goto IL_0175; } } { __this->set_timer_6((0.0f)); __this->set_change_8((bool)0); } IL_0175: { return; } } // System.Void PlayerInfoShow::UpdateData(IEventBase) extern "C" IL2CPP_METHOD_ATTR void PlayerInfoShow_UpdateData_m1036603534 (PlayerInfoShow_t2638218508 * __this, RuntimeObject* ___evt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PlayerInfoShow_UpdateData_m1036603534_MetadataUsageId); s_Il2CppMethodInitialized = true; } CActivityFortuneCat_t237126772 * V_0 = NULL; { 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); IActivityDetail_t2848416189 * L_1 = CActivityManager_GetActivityDetailById_m855034545(L_0, ((int32_t)50), /*hidden argument*/NULL); V_0 = ((CActivityFortuneCat_t237126772 *)IsInstClass((RuntimeObject*)L_1, CActivityFortuneCat_t237126772_il2cpp_TypeInfo_var)); CActivityFortuneCat_t237126772 * L_2 = V_0; if (!L_2) { goto IL_0024; } } { CActivityFortuneCat_t237126772 * L_3 = V_0; NullCheck(L_3); BetterList_1_t269126732 * L_4 = CActivityFortuneCat_GetPlayerInfos_m538571770(L_3, /*hidden argument*/NULL); __this->set_list_9(L_4); } IL_0024: { return; } } #ifdef __clang__ #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 PropBtnList::.ctor() extern "C" IL2CPP_METHOD_ATTR void PropBtnList__ctor_m3742142984 (PropBtnList_t1919510128 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void PropBtnList::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void PropBtnList_OnPageInit_m558695811 (PropBtnList_t1919510128 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropBtnList_OnPageInit_m558695811_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_6(); if (L_0) { goto IL_019c; } } { __this->set_isPageInit_6((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, _stringLiteral3267557398, /*hidden argument*/NULL); __this->set_m_GroupUIRoot_2(L_2); __this->set_m_btnActive_3(((GameObjectU5BU5D_t3328599146*)SZArrayNew(GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var, (uint32_t)6))); GameObjectU5BU5D_t3328599146* L_3 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_Find_m1729760951(L_4, _stringLiteral1405314188, /*hidden argument*/NULL); NullCheck(L_5); GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(L_5, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(0), (GameObject_t1113636619 *)L_6); GameObjectU5BU5D_t3328599146* L_7 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_Find_m1729760951(L_8, _stringLiteral3727526690, /*hidden argument*/NULL); NullCheck(L_9); GameObject_t1113636619 * L_10 = Component_get_gameObject_m442555142(L_9, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(1), (GameObject_t1113636619 *)L_10); GameObjectU5BU5D_t3328599146* L_11 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_12, _stringLiteral953983974, /*hidden argument*/NULL); NullCheck(L_13); GameObject_t1113636619 * L_14 = Component_get_gameObject_m442555142(L_13, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(2), (GameObject_t1113636619 *)L_14); GameObjectU5BU5D_t3328599146* L_15 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_16 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_16); Transform_t3600365921 * L_17 = Transform_Find_m1729760951(L_16, _stringLiteral552552197, /*hidden argument*/NULL); NullCheck(L_17); GameObject_t1113636619 * L_18 = Component_get_gameObject_m442555142(L_17, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(3), (GameObject_t1113636619 *)L_18); GameObjectU5BU5D_t3328599146* L_19 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_20); Transform_t3600365921 * L_21 = Transform_Find_m1729760951(L_20, _stringLiteral928956787, /*hidden argument*/NULL); NullCheck(L_21); GameObject_t1113636619 * L_22 = Component_get_gameObject_m442555142(L_21, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(4), (GameObject_t1113636619 *)L_22); GameObjectU5BU5D_t3328599146* L_23 = __this->get_m_btnActive_3(); Transform_t3600365921 * L_24 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_24); Transform_t3600365921 * L_25 = Transform_Find_m1729760951(L_24, _stringLiteral986611225, /*hidden argument*/NULL); NullCheck(L_25); GameObject_t1113636619 * L_26 = Component_get_gameObject_m442555142(L_25, /*hidden argument*/NULL); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_26); (L_23)->SetAt(static_cast(5), (GameObject_t1113636619 *)L_26); __this->set_m_btnDisactive_4(((GameObjectU5BU5D_t3328599146*)SZArrayNew(GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var, (uint32_t)6))); GameObjectU5BU5D_t3328599146* L_27 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_28 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_28); Transform_t3600365921 * L_29 = Transform_Find_m1729760951(L_28, _stringLiteral3908150297, /*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 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_32 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_32); Transform_t3600365921 * L_33 = Transform_Find_m1729760951(L_32, _stringLiteral4186474469, /*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); GameObjectU5BU5D_t3328599146* L_35 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_36 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_36); Transform_t3600365921 * L_37 = Transform_Find_m1729760951(L_36, _stringLiteral3543215697, /*hidden argument*/NULL); NullCheck(L_37); GameObject_t1113636619 * L_38 = Component_get_gameObject_m442555142(L_37, /*hidden argument*/NULL); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_38); (L_35)->SetAt(static_cast(2), (GameObject_t1113636619 *)L_38); GameObjectU5BU5D_t3328599146* L_39 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_40 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_40); Transform_t3600365921 * L_41 = Transform_Find_m1729760951(L_40, _stringLiteral4288296424, /*hidden argument*/NULL); NullCheck(L_41); GameObject_t1113636619 * L_42 = Component_get_gameObject_m442555142(L_41, /*hidden argument*/NULL); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_42); (L_39)->SetAt(static_cast(3), (GameObject_t1113636619 *)L_42); GameObjectU5BU5D_t3328599146* L_43 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_44 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_44); Transform_t3600365921 * L_45 = Transform_Find_m1729760951(L_44, _stringLiteral1767172276, /*hidden argument*/NULL); NullCheck(L_45); GameObject_t1113636619 * L_46 = Component_get_gameObject_m442555142(L_45, /*hidden argument*/NULL); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_46); (L_43)->SetAt(static_cast(4), (GameObject_t1113636619 *)L_46); GameObjectU5BU5D_t3328599146* L_47 = __this->get_m_btnDisactive_4(); Transform_t3600365921 * L_48 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_48); Transform_t3600365921 * L_49 = Transform_Find_m1729760951(L_48, _stringLiteral901307004, /*hidden argument*/NULL); NullCheck(L_49); GameObject_t1113636619 * L_50 = Component_get_gameObject_m442555142(L_49, /*hidden argument*/NULL); NullCheck(L_47); ArrayElementTypeCheck (L_47, L_50); (L_47)->SetAt(static_cast(5), (GameObject_t1113636619 *)L_50); } IL_019c: { return; } } // System.Void PropBtnList::Awake() extern "C" IL2CPP_METHOD_ATTR void PropBtnList_Awake_m1633684352 (PropBtnList_t1919510128 * __this, const RuntimeMethod* method) { { __this->set_m_CurActivePage_7((-1)); __this->set_m_bChangeGroup_8((bool)0); __this->set_m_bChangeGroupActiveFirst_9((bool)1); __this->set_m_bChangeTimeLabor_10((-1.0f)); return; } } // System.Void PropBtnList::Start() extern "C" IL2CPP_METHOD_ATTR void PropBtnList_Start_m359803452 (PropBtnList_t1919510128 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropBtnList_Start_m359803452_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; UIPanel_t1716472341 * V_3 = NULL; Vector4_t3319028937 V_4; memset(&V_4, 0, sizeof(V_4)); Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); { IL2CPP_RUNTIME_CLASS_INIT(CAppOSHelp_t338788720_il2cpp_TypeInfo_var); float L_0 = CAppOSHelp_GetRealScaleX_m3045278560(NULL /*static, unused*/, /*hidden argument*/NULL); float L_1 = CAppOSHelp_GetRealScaleY_m3045278561(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_2 = Mathf_Min_m1073399594(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; float L_3 = V_0; V_1 = L_3; float L_4 = V_0; V_2 = L_4; UIPanel_t1716472341 * L_5 = Component_GetComponent_TisUIPanel_t1716472341_m3980802358(__this, /*hidden argument*/Component_GetComponent_TisUIPanel_t1716472341_m3980802358_RuntimeMethod_var); V_3 = L_5; UIPanel_t1716472341 * L_6 = V_3; NullCheck(L_6); Vector4_t3319028937 L_7 = UIPanel_get_clipRange_m1219521389(L_6, /*hidden argument*/NULL); V_4 = L_7; Vector4_t3319028937 * L_8 = (&V_4); float L_9 = L_8->get_x_1(); float L_10 = V_1; L_8->set_x_1(((float)il2cpp_codegen_multiply((float)L_9, (float)L_10))); Vector4_t3319028937 * L_11 = (&V_4); float L_12 = L_11->get_y_2(); float L_13 = V_2; L_11->set_y_2(((float)il2cpp_codegen_multiply((float)L_12, (float)L_13))); Vector4_t3319028937 * L_14 = (&V_4); float L_15 = L_14->get_z_3(); float L_16 = V_1; L_14->set_z_3(((float)il2cpp_codegen_multiply((float)L_15, (float)L_16))); Vector4_t3319028937 * L_17 = (&V_4); float L_18 = L_17->get_w_4(); float L_19 = V_2; L_17->set_w_4(((float)il2cpp_codegen_multiply((float)L_18, (float)L_19))); UIPanel_t1716472341 * L_20 = V_3; Vector4_t3319028937 L_21 = V_4; NullCheck(L_20); UIPanel_set_clipRange_m2606321132(L_20, L_21, /*hidden argument*/NULL); Transform_t3600365921 * L_22 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_22); Vector3_t3722313464 L_23 = Transform_get_localPosition_m4234289348(L_22, /*hidden argument*/NULL); V_5 = L_23; Vector3_t3722313464 * L_24 = (&V_5); float L_25 = L_24->get_x_1(); float L_26 = V_1; L_24->set_x_1(((float)il2cpp_codegen_multiply((float)L_25, (float)L_26))); Vector3_t3722313464 * L_27 = (&V_5); float L_28 = L_27->get_y_2(); float L_29 = V_2; L_27->set_y_2(((float)il2cpp_codegen_multiply((float)L_28, (float)L_29))); Transform_t3600365921 * L_30 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Vector3_t3722313464 L_31 = V_5; NullCheck(L_30); Transform_set_localPosition_m4128471975(L_30, L_31, /*hidden argument*/NULL); return; } } // System.Void PropBtnList::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void PropBtnList_OnPageShow_m2076140438 (PropBtnList_t1919510128 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropBtnList_OnPageShow_m2076140438_MetadataUsageId); s_Il2CppMethodInitialized = true; } PropBtnList_t1919510128 * G_B2_0 = NULL; PropBtnList_t1919510128 * G_B1_0 = NULL; int32_t G_B3_0 = 0; PropBtnList_t1919510128 * G_B3_1 = NULL; { __this->set_m_CurActivePage_7((-1)); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_0 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CWndController_get_ActivePage_m2720187282(L_0, /*hidden argument*/NULL); G_B1_0 = __this; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { G_B2_0 = __this; goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_2 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CShopManager_get_SubType_m2767904395(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; G_B3_1 = G_B1_0; goto IL_0031; } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(CMyPackageManager_t122981866_il2cpp_TypeInfo_var); CMyPackageManager_t122981866 * L_4 = CMyPackageManager_GetInstance_m3554952935(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CMyPackageManager_get_SubType_m1800568071(L_4, /*hidden argument*/NULL); G_B3_0 = L_5; G_B3_1 = G_B2_0; } IL_0031: { NullCheck(G_B3_1); PropBtnList_ChangePage_m1042107342(G_B3_1, G_B3_0, /*hidden argument*/NULL); PropBtnList_ChangeBtnGroup_m1183027925(__this, (bool)1, /*hidden argument*/NULL); __this->set_m_bChangeTimeLabor_10((0.31f)); Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_6); GameObject_t1113636619 * L_7 = Component_get_gameObject_m442555142(L_6, /*hidden argument*/NULL); NullCheck(L_7); GameObject_SetActive_m796801857(L_7, (bool)1, /*hidden argument*/NULL); return; } } // System.Void PropBtnList::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void PropBtnList_OnPageHide_m3187917827 (PropBtnList_t1919510128 * __this, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(L_0, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SetActive_m796801857(L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void PropBtnList::Update() extern "C" IL2CPP_METHOD_ATTR void PropBtnList_Update_m3542446411 (PropBtnList_t1919510128 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_CurActivePage_7(); if ((((int32_t)0) <= ((int32_t)L_0))) { goto IL_000d; } } { return; } IL_000d: { PropBtnList_OnChangeGroupAnim_m3486308194(__this, /*hidden argument*/NULL); return; } } // System.Void PropBtnList::SetChangedHandle(PropBtnList/ChangeHandler) extern "C" IL2CPP_METHOD_ATTR void PropBtnList_SetChangedHandle_m1435441795 (PropBtnList_t1919510128 * __this, ChangeHandler_t3863549639 * ___handler0, const RuntimeMethod* method) { { ChangeHandler_t3863549639 * L_0 = ___handler0; __this->set_m_changeHandler_5(L_0); return; } } // System.Void PropBtnList::ChangePage(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PropBtnList_ChangePage_m1042107342 (PropBtnList_t1919510128 * __this, int32_t ___nPageIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropBtnList_ChangePage_m1042107342_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t G_B6_0 = 0; { int32_t L_0 = ___nPageIndex0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_1 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, L_0, 0, ((int32_t)90), /*hidden argument*/NULL); ___nPageIndex0 = L_1; int32_t L_2 = ___nPageIndex0; int32_t L_3 = __this->get_m_CurActivePage_7(); if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0018; } } { return; } IL_0018: { V_0 = 0; goto IL_0093; } IL_001f: { int32_t L_4 = V_0; int32_t L_5 = ___nPageIndex0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_002c; } } { G_B6_0 = 1; goto IL_002d; } IL_002c: { G_B6_0 = 0; } IL_002d: { V_1 = (bool)G_B6_0; GameObjectU5BU5D_t3328599146* L_6 = __this->get_m_btnActive_3(); NullCheck(L_6); int32_t L_7 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) <= ((int32_t)L_7))) { goto IL_005d; } } { GameObjectU5BU5D_t3328599146* L_8 = __this->get_m_btnActive_3(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; GameObject_t1113636619 * L_11 = (L_8)->GetAt(static_cast(L_10)); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_12 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_005d; } } { GameObjectU5BU5D_t3328599146* L_13 = __this->get_m_btnActive_3(); int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = L_14; GameObject_t1113636619 * L_16 = (L_13)->GetAt(static_cast(L_15)); bool L_17 = V_1; NullCheck(L_16); GameObject_SetActive_m796801857(L_16, L_17, /*hidden argument*/NULL); } IL_005d: { GameObjectU5BU5D_t3328599146* L_18 = __this->get_m_btnDisactive_4(); NullCheck(L_18); int32_t L_19 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))) <= ((int32_t)L_19))) { goto IL_008f; } } { GameObjectU5BU5D_t3328599146* L_20 = __this->get_m_btnDisactive_4(); int32_t L_21 = V_0; NullCheck(L_20); int32_t L_22 = L_21; GameObject_t1113636619 * L_23 = (L_20)->GetAt(static_cast(L_22)); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_24 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_008f; } } { GameObjectU5BU5D_t3328599146* L_25 = __this->get_m_btnDisactive_4(); int32_t L_26 = V_0; NullCheck(L_25); int32_t L_27 = L_26; GameObject_t1113636619 * L_28 = (L_25)->GetAt(static_cast(L_27)); bool L_29 = V_1; NullCheck(L_28); GameObject_SetActive_m796801857(L_28, (bool)((((int32_t)L_29) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); } IL_008f: { int32_t L_30 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0093: { int32_t L_31 = V_0; if ((((int32_t)L_31) < ((int32_t)((int32_t)91)))) { goto IL_001f; } } { PropBtnList_Update_m3542446411(__this, /*hidden argument*/NULL); ChangeHandler_t3863549639 * L_32 = __this->get_m_changeHandler_5(); if (!L_32) { goto IL_00c1; } } { ChangeHandler_t3863549639 * L_33 = __this->get_m_changeHandler_5(); int32_t L_34 = ___nPageIndex0; int32_t L_35 = __this->get_m_CurActivePage_7(); NullCheck(L_33); ChangeHandler_Invoke_m2263868510(L_33, L_34, (bool)((((int32_t)L_35) == ((int32_t)(-1)))? 1 : 0), /*hidden argument*/NULL); } IL_00c1: { int32_t L_36 = ___nPageIndex0; __this->set_m_CurActivePage_7(L_36); return; } } // System.Void PropBtnList::OnChangeGroupAnim() extern "C" IL2CPP_METHOD_ATTR void PropBtnList_OnChangeGroupAnim_m3486308194 (PropBtnList_t1919510128 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropBtnList_OnChangeGroupAnim_m3486308194_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); float G_B7_0 = 0.0f; { bool L_0 = __this->get_m_bChangeGroup_8(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { V_0 = (0.3f); float L_1 = __this->get_m_bChangeTimeLabor_10(); float L_2 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_bChangeTimeLabor_10(((float)il2cpp_codegen_add((float)L_1, (float)L_2))); float L_3 = __this->get_m_bChangeTimeLabor_10(); float L_4 = V_0; V_1 = ((float)((float)L_3/(float)L_4)); float L_5 = V_1; if ((!(((float)(1.0f)) <= ((float)L_5)))) { goto IL_0050; } } { __this->set_m_bChangeGroup_8((bool)0); __this->set_m_bChangeTimeLabor_10((-1.0f)); V_1 = (1.0f); } IL_0050: { bool L_6 = __this->get_m_bChangeGroupActiveFirst_9(); if (!L_6) { goto IL_0070; } } { float L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_8 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (280.0f), (-50.0f), L_7, /*hidden argument*/NULL); G_B7_0 = L_8; goto IL_0080; } IL_0070: { float L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_10 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, (-50.0f), (280.0f), L_9, /*hidden argument*/NULL); G_B7_0 = L_10; } IL_0080: { V_2 = G_B7_0; Transform_t3600365921 * L_11 = __this->get_m_GroupUIRoot_2(); NullCheck(L_11); Vector3_t3722313464 L_12 = Transform_get_localPosition_m4234289348(L_11, /*hidden argument*/NULL); V_3 = L_12; float L_13 = V_2; (&V_3)->set_y_2(L_13); Transform_t3600365921 * L_14 = __this->get_m_GroupUIRoot_2(); Vector3_t3722313464 L_15 = V_3; NullCheck(L_14); Transform_set_localPosition_m4128471975(L_14, L_15, /*hidden argument*/NULL); return; } } // System.Void PropBtnList::OnClkPropAll() extern "C" IL2CPP_METHOD_ATTR void PropBtnList_OnClkPropAll_m3123447575 (PropBtnList_t1919510128 * __this, const RuntimeMethod* method) { { PropBtnList_ChangePage_m1042107342(__this, ((int32_t)30), /*hidden argument*/NULL); return; } } // System.Void PropBtnList::OnClkPropDance() extern "C" IL2CPP_METHOD_ATTR void PropBtnList_OnClkPropDance_m391302393 (PropBtnList_t1919510128 * __this, const RuntimeMethod* method) { { PropBtnList_ChangePage_m1042107342(__this, ((int32_t)35), /*hidden argument*/NULL); return; } } // System.Void PropBtnList::OnClkPropInteract() extern "C" IL2CPP_METHOD_ATTR void PropBtnList_OnClkPropInteract_m1002863927 (PropBtnList_t1919510128 * __this, const RuntimeMethod* method) { { PropBtnList_ChangePage_m1042107342(__this, ((int32_t)34), /*hidden argument*/NULL); return; } } // System.Void PropBtnList::OnClkPropPresent() extern "C" IL2CPP_METHOD_ATTR void PropBtnList_OnClkPropPresent_m1472843015 (PropBtnList_t1919510128 * __this, const RuntimeMethod* method) { { PropBtnList_ChangePage_m1042107342(__this, ((int32_t)31), /*hidden argument*/NULL); return; } } // System.Void PropBtnList::OnClkPropActivity() extern "C" IL2CPP_METHOD_ATTR void PropBtnList_OnClkPropActivity_m696948750 (PropBtnList_t1919510128 * __this, const RuntimeMethod* method) { { PropBtnList_ChangePage_m1042107342(__this, ((int32_t)30), /*hidden argument*/NULL); return; } } // System.Void PropBtnList::OnClkPropMisc() extern "C" IL2CPP_METHOD_ATTR void PropBtnList_OnClkPropMisc_m464813129 (PropBtnList_t1919510128 * __this, const RuntimeMethod* method) { { PropBtnList_ChangePage_m1042107342(__this, ((int32_t)30), /*hidden argument*/NULL); return; } } // System.Void PropBtnList::ChangeBtnGroup(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PropBtnList_ChangeBtnGroup_m1183027925 (PropBtnList_t1919510128 * __this, bool ___bFirstGroup0, const RuntimeMethod* method) { { __this->set_m_bChangeGroup_8((bool)1); bool L_0 = ___bFirstGroup0; __this->set_m_bChangeGroupActiveFirst_9(L_0); float L_1 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_bChangeTimeLabor_10(((-L_1))); PropBtnList_OnChangeGroupAnim_m3486308194(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_ChangeHandler_t3863549639 (ChangeHandler_t3863549639 * __this, int32_t ___nPageIndex0, bool ___bInit1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___nPageIndex0, static_cast(___bInit1)); } // System.Void PropBtnList/ChangeHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ChangeHandler__ctor_m1130563236 (ChangeHandler_t3863549639 * __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 PropBtnList/ChangeHandler::Invoke(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ChangeHandler_Invoke_m2263868510 (ChangeHandler_t3863549639 * __this, int32_t ___nPageIndex0, bool ___bInit1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ChangeHandler_Invoke_m2263868510((ChangeHandler_t3863549639 *)__this->get_prev_9(), ___nPageIndex0, ___bInit1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___nPageIndex0, ___bInit1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___nPageIndex0, ___bInit1, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, bool >::Invoke(targetMethod, targetThis, ___nPageIndex0, ___bInit1); else GenericVirtActionInvoker2< int32_t, bool >::Invoke(targetMethod, targetThis, ___nPageIndex0, ___bInit1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___nPageIndex0, ___bInit1); else VirtActionInvoker2< int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___nPageIndex0, ___bInit1); } } else { typedef void (*FunctionPointerType) (void*, int32_t, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___nPageIndex0, ___bInit1, targetMethod); } } } } // System.IAsyncResult PropBtnList/ChangeHandler::BeginInvoke(System.Int32,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ChangeHandler_BeginInvoke_m3255708694 (ChangeHandler_t3863549639 * __this, int32_t ___nPageIndex0, bool ___bInit1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChangeHandler_BeginInvoke_m3255708694_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___nPageIndex0); __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___bInit1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void PropBtnList/ChangeHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ChangeHandler_EndInvoke_m3265996738 (ChangeHandler_t3863549639 * __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 PVEScore::.ctor() extern "C" IL2CPP_METHOD_ATTR void PVEScore__ctor_m3400876725 (PVEScore_t550407626 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void PVEScore::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void PVEScore_OnPageInit_m2315660247 (PVEScore_t550407626 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_OnPageInit_m2315660247_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; UILabel_t3248798549 * V_1 = NULL; Transform_t3600365921 * V_2 = NULL; Transform_t3600365921 * V_3 = NULL; Transform_t3600365921 * V_4 = NULL; Transform_t3600365921 * V_5 = NULL; Transform_t3600365921 * G_B9_0 = NULL; { bool L_0 = __this->get_isPageInit_30(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_isPageInit_30((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, _stringLiteral1974300376, /*hidden argument*/NULL); V_0 = L_2; Transform_t3600365921 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_4 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_3, _stringLiteral1549311773, /*hidden argument*/NULL); __this->set_m_Success_2(L_4); Transform_t3600365921 * L_5 = V_0; GameObject_t1113636619 * L_6 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_5, _stringLiteral2174571961, /*hidden argument*/NULL); __this->set_m_Failed_3(L_6); Transform_t3600365921 * L_7 = V_0; GameObject_t1113636619 * L_8 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_7, _stringLiteral1106383953, /*hidden argument*/NULL); __this->set_m_Star0_4(L_8); Transform_t3600365921 * L_9 = V_0; GameObject_t1113636619 * L_10 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_9, _stringLiteral1509668480, /*hidden argument*/NULL); __this->set_m_Star1_5(L_10); Transform_t3600365921 * L_11 = V_0; GameObject_t1113636619 * L_12 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_11, _stringLiteral4238551835, /*hidden argument*/NULL); __this->set_m_Star2_6(L_12); Transform_t3600365921 * L_13 = V_0; GameObject_t1113636619 * L_14 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_13, _stringLiteral22065209, /*hidden argument*/NULL); __this->set_m_StarEffect0_7(L_14); Transform_t3600365921 * L_15 = V_0; GameObject_t1113636619 * L_16 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_15, _stringLiteral2750948564, /*hidden argument*/NULL); __this->set_m_StarEffect1_8(L_16); Transform_t3600365921 * L_17 = V_0; GameObject_t1113636619 * L_18 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_17, _stringLiteral1184864623, /*hidden argument*/NULL); __this->set_m_StarEffect2_9(L_18); Transform_t3600365921 * L_19 = V_0; UILabel_t3248798549 * L_20 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_19, _stringLiteral433617463, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_BestScore_10(L_20); Transform_t3600365921 * L_21 = V_0; UILabel_t3248798549 * L_22 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_21, _stringLiteral3518075370, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_LabelCombo_11(L_22); Transform_t3600365921 * L_23 = V_0; UILabel_t3248798549 * L_24 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_23, _stringLiteral1167214250, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_LabelPerfect_12(L_24); Transform_t3600365921 * L_25 = V_0; UILabel_t3248798549 * L_26 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_25, _stringLiteral1914961108, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_LabelCool_13(L_26); Transform_t3600365921 * L_27 = V_0; UILabel_t3248798549 * L_28 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_27, _stringLiteral3405126363, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_LabelNice_14(L_28); Transform_t3600365921 * L_29 = V_0; UILabel_t3248798549 * L_30 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_29, _stringLiteral2257772109, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_LabelMiss_15(L_30); Transform_t3600365921 * L_31 = V_0; UILabel_t3248798549 * L_32 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_31, _stringLiteral2136022581, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_LabelPVELevel_16(L_32); Transform_t3600365921 * L_33 = V_0; UILabel_t3248798549 * L_34 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_33, _stringLiteral1089526292, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); V_1 = L_34; Transform_t3600365921 * L_35 = V_0; UILabel_t3248798549 * L_36 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_35, _stringLiteral2015884417, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_LabelScore_17(L_36); Transform_t3600365921 * L_37 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_38 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_37, _stringLiteral2862691402, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_LabelMusicName_18(L_38); Transform_t3600365921 * L_39 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_40 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_39, _stringLiteral2797661869, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_LabelMusicInfo_19(L_40); Transform_t3600365921 * L_41 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UITexture_t3471168817 * L_42 = CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(NULL /*static, unused*/, L_41, _stringLiteral2662285032, /*hidden argument*/CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var); __this->set_m_TextureMusicIcon_20(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, _stringLiteral2953134352, /*hidden argument*/NULL); __this->set_m_uiRoot_21(L_44); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_45 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_45); AudioClip_t3680889665 * L_46 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_45, _stringLiteral2979229532); __this->set_m_AudioSuccess_22(L_46); IResourceManager_t3165642952 * L_47 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_47); AudioClip_t3680889665 * L_48 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_47, _stringLiteral1160831193); __this->set_m_AudioFailed_23(L_48); IResourceManager_t3165642952 * L_49 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_49); AudioClip_t3680889665 * L_50 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_49, _stringLiteral1140620062); __this->set_m_AudioStep0_24(L_50); IResourceManager_t3165642952 * L_51 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_51); AudioClip_t3680889665 * L_52 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_51, _stringLiteral1407659100); __this->set_m_AudioStep1_25(L_52); IResourceManager_t3165642952 * L_53 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_53); AudioClip_t3680889665 * L_54 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_53, _stringLiteral1407724636); __this->set_m_AudioStep2_26(L_54); Transform_t3600365921 * L_55 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_55); Transform_t3600365921 * L_56 = Transform_Find_m1729760951(L_55, _stringLiteral3191756883, /*hidden argument*/NULL); __this->set_m_giftRoot_27(L_56); CLocalBattle_t1519924991 * L_57 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_57); bool L_58 = CLocalBattle_get_EnableLocalGame_m1315119155(L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_024d; } } { CLocalBattle_t1519924991 * L_59 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_59); bool L_60 = CLocalBattle_get_EnableDoubleMode_m4172060757(L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_024d; } } { Transform_t3600365921 * L_61 = __this->get_m_giftRoot_27(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_61, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_62 = V_1; CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_62, (bool)0, /*hidden argument*/NULL); goto IL_0260; } IL_024d: { Transform_t3600365921 * L_63 = __this->get_m_giftRoot_27(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_63, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_64 = V_1; CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_64, (bool)1, /*hidden argument*/NULL); } IL_0260: { Transform_t3600365921 * L_65 = __this->get_m_giftRoot_27(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UILabel_t3248798549 * L_66 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_65, _stringLiteral3102391802, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_giftCount_28(L_66); Transform_t3600365921 * L_67 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_67); Transform_t3600365921 * L_68 = Transform_Find_m1729760951(L_67, _stringLiteral808875519, /*hidden argument*/NULL); V_2 = L_68; Transform_t3600365921 * L_69 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CShareConfig_t1834581091_il2cpp_TypeInfo_var); bool L_70 = CShareConfig_get_EnableShare_m4261391186(NULL /*static, unused*/, /*hidden argument*/NULL); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_69, L_70, /*hidden argument*/NULL); Transform_t3600365921 * L_71 = V_2; UILabel_t3248798549 * L_72 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_71, _stringLiteral1152075307, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_shareLabel_29(L_72); Transform_t3600365921 * L_73 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_74 = CMiscHelp_GetParentRoot_m4229788593(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); V_3 = L_74; Transform_t3600365921 * L_75 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_76 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_02cb; } } { Transform_t3600365921 * L_77 = V_3; NullCheck(L_77); Transform_t3600365921 * L_78 = Transform_Find_m1729760951(L_77, _stringLiteral2005233345, /*hidden argument*/NULL); G_B9_0 = L_78; goto IL_02cc; } IL_02cb: { G_B9_0 = ((Transform_t3600365921 *)(NULL)); } IL_02cc: { V_4 = G_B9_0; Transform_t3600365921 * L_79 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_80 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_79, /*hidden argument*/NULL); if (!L_80) { goto IL_0345; } } { CMainRole_t4200562839 * L_81 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_81) { goto IL_0345; } } { CMainRole_t4200562839 * L_82 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_82); bool L_83 = ISceneBaseObj_IsValid_m1197404667(L_82, /*hidden argument*/NULL); if (!L_83) { goto IL_0345; } } { Transform_t3600365921 * L_84 = V_4; V_5 = L_84; CMainRole_t4200562839 * L_85 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_85); Transform_t3600365921 * L_86 = ISceneBaseObj_GetTransform_m3818769012(L_85, /*hidden argument*/NULL); Transform_t3600365921 * L_87 = V_5; NullCheck(L_86); Transform_set_parent_m786917804(L_86, L_87, /*hidden argument*/NULL); CMainRole_t4200562839 * L_88 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_88); Transform_t3600365921 * L_89 = ISceneBaseObj_GetTransform_m3818769012(L_88, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_90 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_89); Transform_set_localPosition_m4128471975(L_89, L_90, /*hidden argument*/NULL); CMainRole_t4200562839 * L_91 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_91); Transform_t3600365921 * L_92 = ISceneBaseObj_GetTransform_m3818769012(L_91, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_93 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_92); Transform_set_localRotation_m19445462(L_92, L_93, /*hidden argument*/NULL); CMainRole_t4200562839 * L_94 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_94); Transform_t3600365921 * L_95 = ISceneBaseObj_GetTransform_m3818769012(L_94, /*hidden argument*/NULL); Vector3_t3722313464 L_96 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_95); Transform_set_localScale_m3053443106(L_95, L_96, /*hidden argument*/NULL); } IL_0345: { IL2CPP_RUNTIME_CLASS_INIT(CUserGuideHelp_t3161639665_il2cpp_TypeInfo_var); CUserGuideHelp_t3161639665 * L_97 = CUserGuideHelp_GetInstance_m275027335(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_97); bool L_98 = CUserGuideHelp_CheckScreenLocked_m2562023595(L_97, /*hidden argument*/NULL); if (!L_98) { goto IL_0359; } } { IL2CPP_RUNTIME_CLASS_INIT(UserGuideManager_t2771698115_il2cpp_TypeInfo_var); UserGuideManager_StartUserGuide_m2326042727(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_0359: { return; } } // System.Void PVEScore::ShowBackStory(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PVEScore_ShowBackStory_m2792886709 (PVEScore_t550407626 * __this, int32_t ___times0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_ShowBackStory_m2792886709_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { CMainRole_t4200562839 * L_0 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_0, (bool)0); V_0 = 0; V_1 = 0; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_1 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CPveManager_GetCurLevel_m2915376389(L_1, (&V_0), (&V_1), /*hidden argument*/NULL); int32_t L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; CStoryCtr_t3729227359 * L_5 = CStoryCtr_GetInstance_m1476869070(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = V_2; intptr_t L_7 = (intptr_t)PVEScore_U3CShowBackStoryU3Em__0_m740129731_RuntimeMethod_var; Action_2_t2105502262 * L_8 = (Action_2_t2105502262 *)il2cpp_codegen_object_new(Action_2_t2105502262_il2cpp_TypeInfo_var); Action_2__ctor_m550539118(L_8, __this, L_7, /*hidden argument*/Action_2__ctor_m550539118_RuntimeMethod_var); NullCheck(L_5); CStoryCtr_StartStory_m431978821(L_5, L_6, 1, L_8, /*hidden argument*/NULL); int32_t L_9 = ___times0; PVEScore_SetReamtimes_m4136193023(__this, L_9, /*hidden argument*/NULL); return; } } // System.Void PVEScore::OnInit() extern "C" IL2CPP_METHOD_ATTR void PVEScore_OnInit_m1882203127 (PVEScore_t550407626 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_OnInit_m1882203127_MetadataUsageId); s_Il2CppMethodInitialized = true; } CBeatKeyManager_t1395295909 * V_0 = NULL; CDanceManager_t448141780 * V_1 = NULL; BeatKeyResult_t1335677305 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; CMusicDescription_t2126213410 * V_8 = NULL; int32_t V_9 = 0; String_t* V_10 = NULL; int32_t V_11 = 0; Texture2D_t3840446185 * V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; int32_t V_18 = 0; CPveStage_t850204332 * V_19 = NULL; bool V_20 = false; int32_t V_21 = 0; int32_t V_22 = 0; ISceneNpcBase_t3974693970 * V_23 = NULL; UILabel_t3248798549 * G_B2_0 = NULL; UILabel_t3248798549 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; UILabel_t3248798549 * G_B3_1 = NULL; int32_t G_B6_0 = 0; PVEScore_t550407626 * G_B22_0 = NULL; PVEScore_t550407626 * G_B21_0 = NULL; int32_t G_B23_0 = 0; PVEScore_t550407626 * G_B23_1 = NULL; { GameObject_t1113636619 * L_0 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); NullCheck(L_0); GameObject_SetActive_m796801857(L_0, (bool)1, /*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)1); CBeatKeyManager_t1395295909 * L_2 = IHelp_GetBeatKeyManager_m1731636776(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_3 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CDanceManager_t448141780 * L_4 = CRoot_GetDanceManager_m876173276(L_3, /*hidden argument*/NULL); V_1 = L_4; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_5 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); BeatKeyResult_t1335677305 * L_6 = CDanceMode_GetMyTotalBeatKeyResult_m1828600594(L_5, /*hidden argument*/NULL); V_2 = L_6; UILabel_t3248798549 * L_7 = __this->get_m_LabelCombo_11(); CBeatKeyManager_t1395295909 * L_8 = V_0; G_B1_0 = L_7; if (!L_8) { G_B2_0 = L_7; goto IL_005e; } } { CBeatKeyManager_t1395295909 * L_9 = V_0; NullCheck(L_9); CBeatKeyCtrlNode_t1019706062 * L_10 = CBeatKeyManager_GetCtrlNode_m1565279547(L_9, 0, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = CBeatKeyCtrlNode_GetComboMax_m4110489499(L_10, /*hidden argument*/NULL); V_3 = L_11; String_t* L_12 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); G_B3_0 = L_12; G_B3_1 = G_B1_0; goto IL_0063; } IL_005e: { G_B3_0 = _stringLiteral3452614544; G_B3_1 = G_B2_0; } IL_0063: { IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, G_B3_1, G_B3_0, /*hidden argument*/NULL); UILabel_t3248798549 * L_13 = __this->get_m_LabelPerfect_12(); BeatKeyResult_t1335677305 * L_14 = V_2; NullCheck(L_14); int32_t L_15 = BeatKeyResult_get_m_PerfectCnt_m3291851013(L_14, /*hidden argument*/NULL); V_4 = L_15; String_t* L_16 = Int32_ToString_m141394615((&V_4), /*hidden argument*/NULL); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_13, L_16, /*hidden argument*/NULL); UILabel_t3248798549 * L_17 = __this->get_m_LabelCool_13(); BeatKeyResult_t1335677305 * L_18 = V_2; NullCheck(L_18); int32_t L_19 = BeatKeyResult_get_m_GreatCnt_m4274019200(L_18, /*hidden argument*/NULL); V_5 = L_19; String_t* L_20 = Int32_ToString_m141394615((&V_5), /*hidden argument*/NULL); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_17, L_20, /*hidden argument*/NULL); UILabel_t3248798549 * L_21 = __this->get_m_LabelNice_14(); BeatKeyResult_t1335677305 * L_22 = V_2; NullCheck(L_22); int32_t L_23 = BeatKeyResult_get_m_CoolCnt_m326624524(L_22, /*hidden argument*/NULL); V_6 = L_23; String_t* L_24 = Int32_ToString_m141394615((&V_6), /*hidden argument*/NULL); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_21, L_24, /*hidden argument*/NULL); UILabel_t3248798549 * L_25 = __this->get_m_LabelMiss_15(); BeatKeyResult_t1335677305 * L_26 = V_2; NullCheck(L_26); int32_t L_27 = BeatKeyResult_get_m_MissCnt_m3032174063(L_26, /*hidden argument*/NULL); V_7 = L_27; String_t* L_28 = Int32_ToString_m141394615((&V_7), /*hidden argument*/NULL); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_25, L_28, /*hidden argument*/NULL); UILabel_t3248798549 * L_29 = __this->get_m_LabelScore_17(); BeatKeyResult_t1335677305 * L_30 = V_2; NullCheck(L_30); int32_t L_31 = BeatKeyResult_get_m_Score_m1192178185(L_30, /*hidden argument*/NULL); String_t* L_32 = CMiscHelp_ToCacheFormatFull_m967468218(NULL /*static, unused*/, (((int64_t)((int64_t)L_31))), /*hidden argument*/NULL); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_29, L_32, /*hidden argument*/NULL); CMusicManager_t3263666357 * L_33 = CMusicManager_GetInstance_m2807125879(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); CMusicDescription_t2126213410 * L_34 = CMusicManager_GetCurMusicDescription_m4239074707(L_33, /*hidden argument*/NULL); V_8 = L_34; UILabel_t3248798549 * L_35 = __this->get_m_LabelMusicName_18(); CMusicDescription_t2126213410 * L_36 = V_8; NullCheck(L_36); String_t* L_37 = L_36->get__MusicName_0(); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_35, L_37, /*hidden argument*/NULL); CMusicDescription_t2126213410 * L_38 = V_8; NullCheck(L_38); int32_t L_39 = L_38->get__Bpm_2(); V_9 = L_39; String_t* L_40 = Int32_ToString_m141394615((&V_9), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1214072237, L_40, _stringLiteral3452614528, /*hidden argument*/NULL); V_10 = L_41; CDanceManager_t448141780 * L_42 = V_1; if (!L_42) { goto IL_0155; } } { CDanceManager_t448141780 * L_43 = V_1; NullCheck(L_43); int32_t L_44 = CDanceManager_GetCurMusicLevel_m2261253390(L_43, /*hidden argument*/NULL); G_B6_0 = L_44; goto IL_0156; } IL_0155: { G_B6_0 = 1; } IL_0156: { V_11 = G_B6_0; int32_t L_45 = V_11; if (L_45) { goto IL_0181; } } { String_t* L_46 = V_10; CTextHelp_t3119637808 * L_47 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_47); String_t* L_48 = CTextHelp_GetText_m3374553046(L_47, _stringLiteral3851444784, _stringLiteral1047334, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_49 = String_Concat_m3937257545(NULL /*static, unused*/, L_46, L_48, /*hidden argument*/NULL); V_10 = L_49; goto IL_01c8; } IL_0181: { int32_t L_50 = V_11; if ((!(((uint32_t)L_50) == ((uint32_t)1)))) { goto IL_01ab; } } { String_t* L_51 = V_10; CTextHelp_t3119637808 * L_52 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_52); String_t* L_53 = CTextHelp_GetText_m3374553046(L_52, _stringLiteral3482957246, _stringLiteral911295335, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_54 = String_Concat_m3937257545(NULL /*static, unused*/, L_51, L_53, /*hidden argument*/NULL); V_10 = L_54; goto IL_01c8; } IL_01ab: { String_t* L_55 = V_10; CTextHelp_t3119637808 * L_56 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_56); String_t* L_57 = CTextHelp_GetText_m3374553046(L_56, _stringLiteral1923244597, _stringLiteral2848032408, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_58 = String_Concat_m3937257545(NULL /*static, unused*/, L_55, L_57, /*hidden argument*/NULL); V_10 = L_58; } IL_01c8: { V_12 = (Texture2D_t3840446185 *)NULL; CDanceManager_t448141780 * L_59 = V_1; if (!L_59) { goto IL_01fc; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_60 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); CDanceManager_t448141780 * L_61 = V_1; NullCheck(L_61); int32_t L_62 = CDanceManager_GetCurMusicID_m373974689(L_61, /*hidden argument*/NULL); V_13 = L_62; String_t* L_63 = Int32_ToString_m141394615((&V_13), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_64 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3378249757, L_63, /*hidden argument*/NULL); NullCheck(L_60); Texture2D_t3840446185 * L_65 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_60, L_64); V_12 = L_65; } IL_01fc: { UITexture_t3471168817 * L_66 = __this->get_m_TextureMusicIcon_20(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_67 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_024e; } } { Texture2D_t3840446185 * L_68 = V_12; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_69 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_023d; } } { UITexture_t3471168817 * L_70 = __this->get_m_TextureMusicIcon_20(); 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)1, /*hidden argument*/NULL); UITexture_t3471168817 * L_72 = __this->get_m_TextureMusicIcon_20(); Texture2D_t3840446185 * L_73 = V_12; NullCheck(L_72); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_72, L_73); goto IL_024e; } IL_023d: { UITexture_t3471168817 * L_74 = __this->get_m_TextureMusicIcon_20(); NullCheck(L_74); GameObject_t1113636619 * L_75 = Component_get_gameObject_m442555142(L_74, /*hidden argument*/NULL); NullCheck(L_75); GameObject_SetActive_m796801857(L_75, (bool)0, /*hidden argument*/NULL); } IL_024e: { UILabel_t3248798549 * L_76 = __this->get_m_LabelMusicInfo_19(); String_t* L_77 = V_10; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_76, L_77, /*hidden argument*/NULL); V_14 = 0; V_15 = 0; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_78 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_78); CPveManager_GetCurLevel_m2915376389(L_78, (&V_14), (&V_15), /*hidden argument*/NULL); int32_t L_79 = V_14; int32_t L_80 = V_15; int32_t L_81 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_79, L_80, /*hidden argument*/NULL); V_16 = L_81; CLocalBattle_t1519924991 * L_82 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_82); bool L_83 = CLocalBattle_get_EnableLocalGame_m1315119155(L_82, /*hidden argument*/NULL); if (!L_83) { goto IL_02ca; } } { UILabel_t3248798549 * L_84 = __this->get_m_LabelPVELevel_16(); NullCheck(L_84); UIWidget_set_pivot_m951060879(L_84, 4, /*hidden argument*/NULL); UILabel_t3248798549 * L_85 = __this->get_m_LabelPVELevel_16(); NullCheck(L_85); Transform_t3600365921 * L_86 = Component_get_transform_m3162698980(L_85, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetObjectPositionX_m99106243(NULL /*static, unused*/, L_86, (0.0f), /*hidden argument*/NULL); UILabel_t3248798549 * L_87 = __this->get_m_LabelPVELevel_16(); CTextHelp_t3119637808 * L_88 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_88); String_t* L_89 = CTextHelp_GetText_m372251958(L_88, _stringLiteral4210138774, /*hidden argument*/NULL); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_87, L_89, /*hidden argument*/NULL); goto IL_02ed; } IL_02ca: { UILabel_t3248798549 * L_90 = __this->get_m_LabelPVELevel_16(); int32_t L_91 = V_14; int32_t L_92 = L_91; RuntimeObject * L_93 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_92); int32_t L_94 = V_15; int32_t L_95 = L_94; RuntimeObject * L_96 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_95); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_97 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2733415197, L_93, L_96, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_90, L_97, /*hidden argument*/NULL); } IL_02ed: { V_17 = 0; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_98 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_99 = V_14; int32_t L_100 = V_15; NullCheck(L_98); int32_t L_101 = CPveManager_GetLevelResult_m3361258382(L_98, L_99, L_100, (&V_17), /*hidden argument*/NULL); V_18 = L_101; UILabel_t3248798549 * L_102 = __this->get_m_BestScore_10(); int32_t L_103 = V_17; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_104 = CMiscHelp_ToCacheFormatFull_m967468218(NULL /*static, unused*/, (((int64_t)((int64_t)L_103))), /*hidden argument*/NULL); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_102, L_104, /*hidden argument*/NULL); CPveManager_t3058433014 * L_105 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_105); CPveStage_t850204332 * L_106 = CPveManager_GetCurStage_m1008327040(L_105, /*hidden argument*/NULL); V_19 = L_106; CPveStage_t850204332 * L_107 = V_19; G_B21_0 = __this; if (!L_107) { G_B22_0 = __this; goto IL_0335; } } { CPveStage_t850204332 * L_108 = V_19; NullCheck(L_108); int32_t L_109 = CPveStage_GetPassStarCount_m426550483(L_108, /*hidden argument*/NULL); G_B23_0 = L_109; G_B23_1 = G_B21_0; goto IL_0336; } IL_0335: { G_B23_0 = 0; G_B23_1 = G_B22_0; } IL_0336: { NullCheck(G_B23_1); G_B23_1->set_m_PassStar_31(G_B23_0); int32_t L_110 = __this->get_m_PassStar_31(); V_20 = (bool)((((int32_t)0) < ((int32_t)L_110))? 1 : 0); V_21 = 0; IL2CPP_RUNTIME_CLASS_INIT(CDanceModeManager_t745595461_il2cpp_TypeInfo_var); CDanceMode_t1520520494 * L_111 = CDanceModeManager_GetDanceModeIns_m2487172692(NULL /*static, unused*/, /*hidden argument*/NULL); CMainRole_t4200562839 * L_112 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_112); int64_t L_113 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_112); NullCheck(L_111); CDanceMode_GetData_TotalByUserID_m930871804(L_111, L_113, (&V_21), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_114 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_115 = V_14; int32_t L_116 = V_15; int32_t L_117 = __this->get_m_PassStar_31(); BeatKeyResult_t1335677305 * L_118 = V_2; NullCheck(L_118); int32_t L_119 = BeatKeyResult_get_m_Score_m1192178185(L_118, /*hidden argument*/NULL); NullCheck(L_114); CPveManager_SetLevelResultPassedStar_m3277614165(L_114, L_115, L_116, L_117, L_119, /*hidden argument*/NULL); GameObject_t1113636619 * L_120 = __this->get_m_Star0_4(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_120, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_121 = __this->get_m_Star1_5(); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_121, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_122 = __this->get_m_Star2_6(); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_122, (bool)0, /*hidden argument*/NULL); GameObject_t1113636619 * L_123 = __this->get_m_Success_2(); bool L_124 = V_20; CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_123, L_124, /*hidden argument*/NULL); GameObject_t1113636619 * L_125 = __this->get_m_Failed_3(); bool L_126 = V_20; CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_125, (bool)((((int32_t)L_126) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); bool L_127 = V_20; if (!L_127) { goto IL_03e0; } } { CLocalBattle_t1519924991 * L_128 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_128); bool L_129 = CLocalBattle_get_EnableLocalGame_m1315119155(L_128, /*hidden argument*/NULL); if (!L_129) { goto IL_03f1; } } { CLocalBattle_t1519924991 * L_130 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_130); bool L_131 = CLocalBattle_get_EnableDoubleMode_m4172060757(L_130, /*hidden argument*/NULL); if (!L_131) { goto IL_03f1; } } IL_03e0: { Transform_t3600365921 * L_132 = __this->get_m_giftRoot_27(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_132, (bool)0, /*hidden argument*/NULL); goto IL_0447; } IL_03f1: { int32_t L_133 = __this->get_m_PassStar_31(); V_22 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)10), (int32_t)L_133)); CLocalBattle_t1519924991 * L_134 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_134); bool L_135 = CLocalBattle_get_EnableLocalGame_m1315119155(L_134, /*hidden argument*/NULL); if (L_135) { goto IL_0423; } } { IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_136 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_136); int32_t L_137 = CPveManager_GetRecordMaxPassedStageID_m4273645678(L_136, /*hidden argument*/NULL); int32_t L_138 = V_16; if ((((int32_t)L_137) >= ((int32_t)L_138))) { goto IL_0423; } } { int32_t L_139 = V_22; V_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)((int32_t)50))); } IL_0423: { UILabel_t3248798549 * L_140 = __this->get_m_giftCount_28(); String_t* L_141 = Int32_ToString_m141394615((&V_22), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetLabelText_m743904063(NULL /*static, unused*/, L_140, L_141, /*hidden argument*/NULL); Transform_t3600365921 * L_142 = __this->get_m_giftRoot_27(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_142, (bool)1, /*hidden argument*/NULL); } IL_0447: { IL2CPP_RUNTIME_CLASS_INIT(CPetManager_t2941415134_il2cpp_TypeInfo_var); CPetManager_t2941415134 * L_143 = CPetManager_GetInstance_m156291089(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_143); ISceneNpcBase_t3974693970 * L_144 = CPetManager_get_CurrentFollowedPet_m3456142787(L_143, /*hidden argument*/NULL); V_23 = L_144; ISceneNpcBase_t3974693970 * L_145 = V_23; if (!L_145) { goto IL_0462; } } { ISceneNpcBase_t3974693970 * L_146 = V_23; NullCheck(L_146); VirtActionInvoker1< bool >::Invoke(12 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetEnable(System.Boolean) */, L_146, (bool)0); } IL_0462: { PVEScore_WatchAdInit_m2642369901(__this, /*hidden argument*/NULL); return; } } // System.Void PVEScore::PlayAnimation() extern "C" IL2CPP_METHOD_ATTR void PVEScore_PlayAnimation_m2768539517 (PVEScore_t550407626 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_PlayAnimation_m2768539517_MetadataUsageId); s_Il2CppMethodInitialized = true; } CPveStage_t850204332 * V_0 = NULL; bool V_1 = false; PVEScore_t550407626 * G_B2_0 = NULL; PVEScore_t550407626 * G_B1_0 = NULL; int32_t G_B3_0 = 0; PVEScore_t550407626 * G_B3_1 = NULL; OnEventCall_t3758354630 * G_B6_0 = NULL; float G_B6_1 = 0.0f; CEventManager_t474365641 * G_B6_2 = NULL; OnEventCall_t3758354630 * G_B5_0 = NULL; float G_B5_1 = 0.0f; CEventManager_t474365641 * G_B5_2 = NULL; int32_t G_B7_0 = 0; OnEventCall_t3758354630 * G_B7_1 = NULL; float G_B7_2 = 0.0f; CEventManager_t474365641 * G_B7_3 = NULL; { 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); CPveStage_t850204332 * L_1 = CPveManager_GetCurStage_m1008327040(L_0, /*hidden argument*/NULL); V_0 = L_1; CPveStage_t850204332 * L_2 = V_0; G_B1_0 = __this; if (!L_2) { G_B2_0 = __this; goto IL_001d; } } { CPveStage_t850204332 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = CPveStage_GetPassStarCount_m426550483(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; G_B3_1 = G_B1_0; goto IL_001e; } IL_001d: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_001e: { NullCheck(G_B3_1); G_B3_1->set_m_PassStar_31(G_B3_0); int32_t L_5 = __this->get_m_PassStar_31(); V_1 = (bool)((((int32_t)0) < ((int32_t)L_5))? 1 : 0); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_6 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CPveManager_set_IsShowPveStar_m2020420185(L_6, (bool)1, /*hidden argument*/NULL); int32_t L_7 = __this->get_m_PassStar_31(); if (L_7) { goto IL_0087; } } { ISoundManager_t434164892 * L_8 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_9 = __this->get_m_AudioStep1_25(); NullCheck(L_8); ISoundManager_PlayOnce_m3370941300(L_8, L_9, /*hidden argument*/NULL); CEventManager_t474365641 * L_10 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_11 = __this->get_m_AudioStep1_25(); NullCheck(L_11); float L_12 = AudioClip_get_length_m4269890037(L_11, /*hidden argument*/NULL); intptr_t L_13 = (intptr_t)PVEScore_OnCallBackMyResult_m825034567_RuntimeMethod_var; OnEventCall_t3758354630 * L_14 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_14, __this, L_13, /*hidden argument*/NULL); bool L_15 = V_1; G_B5_0 = L_14; G_B5_1 = L_12; G_B5_2 = L_10; if (!L_15) { G_B6_0 = L_14; G_B6_1 = L_12; G_B6_2 = L_10; goto IL_007c; } } { G_B7_0 = 1; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; goto IL_007d; } IL_007c: { G_B7_0 = 0; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; } IL_007d: { NullCheck(G_B7_3); CEventManager_PushOnce_m2143949090(G_B7_3, G_B7_2, G_B7_1, G_B7_0, /*hidden argument*/NULL); goto IL_00ba; } IL_0087: { ISoundManager_t434164892 * L_16 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_17 = __this->get_m_AudioStep1_25(); NullCheck(L_16); ISoundManager_PlayOnce_m3370941300(L_16, L_17, /*hidden argument*/NULL); CEventManager_t474365641 * L_18 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_19 = __this->get_m_AudioStep1_25(); NullCheck(L_19); float L_20 = AudioClip_get_length_m4269890037(L_19, /*hidden argument*/NULL); intptr_t L_21 = (intptr_t)PVEScore_OnCallBackShowStarBegin_m3837826388_RuntimeMethod_var; OnEventCall_t3758354630 * L_22 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_22, __this, L_21, /*hidden argument*/NULL); NullCheck(L_18); CEventManager_PushOnce_m2143949090(L_18, L_20, L_22, 0, /*hidden argument*/NULL); } IL_00ba: { CMainRole_t4200562839 * L_23 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_23); ISceneBaseObj_SetIdleAnim_m1936918694(L_23, (String_t*)NULL, /*hidden argument*/NULL); CMainRole_t4200562839 * L_24 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_25 = V_1; NullCheck(L_24); ISceneRole_PlayDanceScoreAnim_m1495894534(L_24, L_25, /*hidden argument*/NULL); return; } } // System.Void PVEScore::OnCallBackMyResult(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PVEScore_OnCallBackMyResult_m825034567 (PVEScore_t550407626 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_OnCallBackMyResult_m825034567_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); CPveManager_set_IsShowPveStar_m2020420185(L_0, (bool)0, /*hidden argument*/NULL); ISoundManager_t434164892 * L_1 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_2 = __this->get_m_AudioStep0_24(); NullCheck(L_1); ISoundManager_PlayOnce_m3370941300(L_1, L_2, /*hidden argument*/NULL); CEventManager_t474365641 * L_3 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_4 = __this->get_m_AudioStep0_24(); NullCheck(L_4); float L_5 = AudioClip_get_length_m4269890037(L_4, /*hidden argument*/NULL); intptr_t L_6 = (intptr_t)PVEScore_OnCallBackMyResultAnim_m1181439404_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); int32_t L_8 = ___userData2; NullCheck(L_3); CEventManager_Push_m969834737(L_3, (0.0f), L_5, L_7, L_8, /*hidden argument*/NULL); CEventManager_t474365641 * L_9 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_10 = __this->get_m_AudioStep0_24(); NullCheck(L_10); float L_11 = AudioClip_get_length_m4269890037(L_10, /*hidden argument*/NULL); intptr_t L_12 = (intptr_t)PVEScore_OnCallBackMyResultAnimEnd_m2885139440_RuntimeMethod_var; OnEventCall_t3758354630 * L_13 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_13, __this, L_12, /*hidden argument*/NULL); int32_t L_14 = ___userData2; NullCheck(L_9); CEventManager_PushOnce_m2143949090(L_9, L_11, L_13, L_14, /*hidden argument*/NULL); return; } } // System.Void PVEScore::OnCallBackMyResultAnim(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PVEScore_OnCallBackMyResultAnim_m1181439404 (PVEScore_t550407626 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_OnCallBackMyResultAnim_m1181439404_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; float V_1 = 0.0f; float V_2 = 0.0f; Texture_t3661962703 * V_3 = NULL; float V_4 = 0.0f; float V_5 = 0.0f; GameObject_t1113636619 * G_B3_0 = NULL; { int32_t L_0 = ___userData2; if (!L_0) { goto IL_0011; } } { GameObject_t1113636619 * L_1 = __this->get_m_Success_2(); G_B3_0 = L_1; goto IL_0017; } IL_0011: { GameObject_t1113636619 * L_2 = __this->get_m_Failed_3(); G_B3_0 = L_2; } IL_0017: { V_0 = G_B3_0; float L_3 = ___fTimeDelta1; AudioClip_t3680889665 * L_4 = __this->get_m_AudioStep0_24(); NullCheck(L_4); float L_5 = AudioClip_get_length_m4269890037(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_6 = Mathf_Clamp_m3350697880(NULL /*static, unused*/, ((float)((float)L_3/(float)L_5)), (0.0f), (1.0f), /*hidden argument*/NULL); V_1 = L_6; V_2 = (1.0f); float L_7 = V_1; if ((!(((float)(0.3333f)) > ((float)L_7)))) { goto IL_0068; } } { float L_8 = V_1; float L_9 = CMathHelp_GetPingPong_m3554504360(NULL /*static, unused*/, (0.0f), (0.6f), ((float)il2cpp_codegen_multiply((float)(3.0f), (float)L_8)), /*hidden argument*/NULL); V_2 = ((float)il2cpp_codegen_add((float)(1.0f), (float)L_9)); goto IL_006e; } IL_0068: { V_2 = (1.0f); } IL_006e: { GameObject_t1113636619 * L_10 = V_0; NullCheck(L_10); UITexture_t3471168817 * L_11 = GameObject_GetComponent_TisUITexture_t3471168817_m2021756817(L_10, /*hidden argument*/GameObject_GetComponent_TisUITexture_t3471168817_m2021756817_RuntimeMethod_var); NullCheck(L_11); Texture_t3661962703 * L_12 = VirtFuncInvoker0< Texture_t3661962703 * >::Invoke(6 /* UnityEngine.Texture UIWidget::get_mainTexture() */, L_11); V_3 = L_12; Texture_t3661962703 * L_13 = V_3; NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_13); V_4 = (((float)((float)L_14))); Texture_t3661962703 * L_15 = V_3; NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_15); V_5 = (((float)((float)L_16))); GameObject_t1113636619 * L_17 = V_0; NullCheck(L_17); Transform_t3600365921 * L_18 = GameObject_get_transform_m1369836730(L_17, /*hidden argument*/NULL); float L_19 = V_4; float L_20 = V_5; Vector3_t3722313464 L_21; memset(&L_21, 0, sizeof(L_21)); Vector3__ctor_m3353183577((&L_21), L_19, L_20, (1.0f), /*hidden argument*/NULL); NullCheck(L_18); Transform_set_localScale_m3053443106(L_18, L_21, /*hidden argument*/NULL); return; } } // System.Void PVEScore::OnCallBackShowStarBegin(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PVEScore_OnCallBackShowStarBegin_m3837826388 (PVEScore_t550407626 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_OnCallBackShowStarBegin_m3837826388_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; GameObject_t1113636619 * V_1 = NULL; int32_t V_2 = 0; { ISoundManager_t434164892 * L_0 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_1 = __this->get_m_AudioStep2_26(); NullCheck(L_0); ISoundManager_PlayOnce_m3370941300(L_0, L_1, /*hidden argument*/NULL); V_0 = (GameObject_t1113636619 *)NULL; V_1 = (GameObject_t1113636619 *)NULL; int32_t L_2 = ___userData2; if (L_2) { goto IL_002e; } } { GameObject_t1113636619 * L_3 = __this->get_m_Star0_4(); V_0 = L_3; GameObject_t1113636619 * L_4 = __this->get_m_StarEffect0_7(); V_1 = L_4; goto IL_0056; } IL_002e: { int32_t L_5 = ___userData2; if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0048; } } { GameObject_t1113636619 * L_6 = __this->get_m_Star1_5(); V_0 = L_6; GameObject_t1113636619 * L_7 = __this->get_m_StarEffect1_8(); V_1 = L_7; goto IL_0056; } IL_0048: { GameObject_t1113636619 * L_8 = __this->get_m_Star2_6(); V_0 = L_8; GameObject_t1113636619 * L_9 = __this->get_m_StarEffect2_9(); V_1 = L_9; } IL_0056: { GameObject_t1113636619 * L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_10, (bool)1, /*hidden argument*/NULL); GameObject_t1113636619 * L_11 = V_1; CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_11, (bool)1, /*hidden argument*/NULL); int32_t L_12 = ___userData2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); int32_t L_13 = __this->get_m_PassStar_31(); int32_t L_14 = V_2; if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_009b; } } { CEventManager_t474365641 * L_15 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_16 = __this->get_m_AudioStep2_26(); NullCheck(L_16); float L_17 = AudioClip_get_length_m4269890037(L_16, /*hidden argument*/NULL); intptr_t L_18 = (intptr_t)PVEScore_OnCallBackShowStarBegin_m3837826388_RuntimeMethod_var; OnEventCall_t3758354630 * L_19 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_19, __this, L_18, /*hidden argument*/NULL); int32_t L_20 = V_2; NullCheck(L_15); CEventManager_PushOnce_m2143949090(L_15, L_17, L_19, L_20, /*hidden argument*/NULL); goto IL_00bd; } IL_009b: { CEventManager_t474365641 * L_21 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_22 = __this->get_m_AudioStep2_26(); NullCheck(L_22); float L_23 = AudioClip_get_length_m4269890037(L_22, /*hidden argument*/NULL); intptr_t L_24 = (intptr_t)PVEScore_OnCallBackMyResult_m825034567_RuntimeMethod_var; OnEventCall_t3758354630 * L_25 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_25, __this, L_24, /*hidden argument*/NULL); NullCheck(L_21); CEventManager_PushOnce_m2143949090(L_21, L_23, L_25, 1, /*hidden argument*/NULL); } IL_00bd: { return; } } // System.Void PVEScore::OnCallBackMyResultAnimEnd(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PVEScore_OnCallBackMyResultAnimEnd_m2885139440 (PVEScore_t550407626 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { AudioClip_t3680889665 * V_0 = NULL; AudioClip_t3680889665 * G_B3_0 = NULL; { int32_t L_0 = ___userData2; if (!L_0) { goto IL_0011; } } { AudioClip_t3680889665 * L_1 = __this->get_m_AudioSuccess_22(); G_B3_0 = L_1; goto IL_0017; } IL_0011: { AudioClip_t3680889665 * L_2 = __this->get_m_AudioFailed_23(); G_B3_0 = L_2; } IL_0017: { V_0 = G_B3_0; ISoundManager_t434164892 * L_3 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_4 = V_0; NullCheck(L_3); ISoundManager_PlayOnce_m3370941300(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void PVEScore::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void PVEScore_LateUpdate_m2153800495 (PVEScore_t550407626 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_LateUpdate_m2153800495_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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_OnAfterAnim_m836018578(L_0, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator PVEScore::LoadResource(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PVEScore_LoadResource_m4282644366 (PVEScore_t550407626 * __this, String_t* ___resName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_LoadResource_m4282644366_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CLoadResourceU3Ec__Iterator0_t388930112 * V_0 = NULL; { U3CLoadResourceU3Ec__Iterator0_t388930112 * L_0 = (U3CLoadResourceU3Ec__Iterator0_t388930112 *)il2cpp_codegen_object_new(U3CLoadResourceU3Ec__Iterator0_t388930112_il2cpp_TypeInfo_var); U3CLoadResourceU3Ec__Iterator0__ctor_m43725063(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CLoadResourceU3Ec__Iterator0_t388930112 * L_1 = V_0; String_t* L_2 = ___resName0; NullCheck(L_1); L_1->set_resName_0(L_2); U3CLoadResourceU3Ec__Iterator0_t388930112 * L_3 = V_0; return L_3; } } // System.Void PVEScore::Update() extern "C" IL2CPP_METHOD_ATTR void PVEScore_Update_m1791242953 (PVEScore_t550407626 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_Update_m1791242953_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B5_0 = NULL; String_t* G_B4_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); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String DMCore.Framework.Resource.IResourceManager::PopAsyncTask() */, L_0); V_0 = L_1; String_t* L_2 = V_0; if (!L_2) { goto IL_001e; } } { String_t* L_3 = V_0; MonoBehaviour_StartCoroutine_m1654577315(__this, _stringLiteral2303653040, L_3, /*hidden argument*/NULL); } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_4 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); float L_5 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CRoot_OnTick_m1920649087(L_4, L_5, /*hidden argument*/NULL); CEffectWndManager_t3902312294 * L_6 = CEffectWndManager_GetInstance_m2989690479(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); CEffectWndManager_OnUpdate_m2902700605(L_6, /*hidden argument*/NULL); CRoot_t1043641654 * L_7 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CNetMainLogic_t857650587 * L_8 = CRoot_GetNetControl_m305351655(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = CNetMainLogic_GetNetState_m3393450786(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)12))))) { goto IL_00ba; } } { CSceneService_t551449725 * L_10 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CSceneService_DestroyExceptScene_m1738914160(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_11 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); CAnimSystem_t3541144328 * L_12 = CRoot_GetMovieSystem_m206666588(L_11, /*hidden argument*/NULL); NullCheck(L_12); CAnimSystem_DelSequenceAll_m761186596(L_12, /*hidden argument*/NULL); IResHelp_t377823252 * L_13 = IResHelp_GetInstance_m2776387326(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); IResHelp_ClearAllProtectedRes_m2887695512(L_13, /*hidden argument*/NULL); CRoot_t1043641654 * L_14 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); ILogicBase_Reset_m2019494392(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_15 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); CPveManager_StopPveMode_m1600847080(L_15, /*hidden argument*/NULL); CRoot_t1043641654 * L_16 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); CRoot_SetLoadingSceneName_m1081407738(L_16, _stringLiteral3500937908, /*hidden argument*/NULL); Action_t1264377477 * L_17 = ((PVEScore_t550407626_StaticFields*)il2cpp_codegen_static_fields_for(PVEScore_t550407626_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_35(); G_B4_0 = _stringLiteral1305446639; if (L_17) { G_B5_0 = _stringLiteral1305446639; goto IL_00b0; } } { intptr_t L_18 = (intptr_t)CLoadingWatch_OnLevelLoadedWithScene_m1373809381_RuntimeMethod_var; Action_t1264377477 * L_19 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_19, NULL, L_18, /*hidden argument*/NULL); ((PVEScore_t550407626_StaticFields*)il2cpp_codegen_static_fields_for(PVEScore_t550407626_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_35(L_19); G_B5_0 = G_B4_0; } IL_00b0: { Action_t1264377477 * L_20 = ((PVEScore_t550407626_StaticFields*)il2cpp_codegen_static_fields_for(PVEScore_t550407626_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_35(); IHelp_DoLoadLevel_m4092529488(NULL /*static, unused*/, G_B5_0, L_20, /*hidden argument*/NULL); } IL_00ba: { ShareManager_t1254576143 * L_21 = ShareManager_GetInstance_m207955360(NULL /*static, unused*/, /*hidden argument*/NULL); UILabel_t3248798549 * L_22 = __this->get_m_shareLabel_29(); NullCheck(L_21); ShareManager_SetShareText_m2631494320(L_21, L_22, /*hidden argument*/NULL); return; } } // System.Void PVEScore::OnClkReturnLobby() extern "C" IL2CPP_METHOD_ATTR void PVEScore_OnClkReturnLobby_m2963436568 (PVEScore_t550407626 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_OnClkReturnLobby_m2963436568_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { Transform_t3600365921 * L_0 = __this->get_m_uiRoot_21(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_1 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CWndController_Clear_m205881840(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_2 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CRoot_SetOpenPage_m2050013413(L_2, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CLeveluprewardConfig_t716371407_il2cpp_TypeInfo_var); CLeveluprewardConfig_t716371407 * L_3 = CLeveluprewardConfig_GetInstance_m925178553(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CLeveluprewardConfig_SetCurrentOutLev_m67090548(L_3, /*hidden argument*/NULL); CRoot_t1043641654 * L_4 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CNetMainLogic_t857650587 * L_5 = CRoot_GetNetControl_m305351655(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CNetMainLogic_GetNetState_m3393450786(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)8))) { goto IL_0064; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_7 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CNetMainLogic_t857650587 * L_8 = CRoot_GetNetControl_m305351655(L_7, /*hidden argument*/NULL); NullCheck(L_8); CNetMainLogic_SetNetState_m3776391945(L_8, 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_0 = L_9; CDataArray_t4068198041 * L_10 = V_0; NullCheck(L_10); CDataArray_Push_m3820844360(L_10, ((int32_t)100), /*hidden argument*/NULL); CDataArray_t4068198041 * L_11 = V_0; NullCheck(L_11); CDataArray_Flush_m1077150699(L_11, /*hidden argument*/NULL); } IL_0064: { return; } } // System.Void PVEScore::OnClkReturnPVE() extern "C" IL2CPP_METHOD_ATTR void PVEScore_OnClkReturnPVE_m3295674672 (PVEScore_t550407626 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_OnClkReturnPVE_m3295674672_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { Transform_t3600365921 * L_0 = __this->get_m_uiRoot_21(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); CLocalBattle_t1519924991 * L_1 = CLocalBattle_GetInstance_m150705100(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = CLocalBattle_get_EnableLocalGame_m1315119155(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002c; } } { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_3 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CRoot_SetOpenPage_m2050013413(L_3, ((int32_t)30), /*hidden argument*/NULL); goto IL_0037; } IL_002c: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_4 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CRoot_SetOpenPage_m2050013413(L_4, 6, /*hidden argument*/NULL); } IL_0037: { IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_5 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CNetMainLogic_t857650587 * L_6 = CRoot_GetNetControl_m305351655(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CNetMainLogic_GetNetState_m3393450786(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)8))) { goto IL_0070; } } { 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); CNetMainLogic_t857650587 * L_9 = CRoot_GetNetControl_m305351655(L_8, /*hidden argument*/NULL); NullCheck(L_9); CNetMainLogic_SetNetState_m3776391945(L_9, 8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_10 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_10, /*hidden argument*/NULL); V_0 = L_10; CDataArray_t4068198041 * L_11 = V_0; NullCheck(L_11); CDataArray_Push_m3820844360(L_11, ((int32_t)100), /*hidden argument*/NULL); CDataArray_t4068198041 * L_12 = V_0; NullCheck(L_12); CDataArray_Flush_m1077150699(L_12, /*hidden argument*/NULL); } IL_0070: { return; } } // System.Void PVEScore::OnClkPlayAgain() extern "C" IL2CPP_METHOD_ATTR void PVEScore_OnClkPlayAgain_m625515693 (PVEScore_t550407626 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_OnClkPlayAgain_m625515693_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 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); NullCheck(L_0); CPveManager_GetCurLevel_m2915376389(L_0, (&V_0), (&V_1), /*hidden argument*/NULL); CPveManager_t3058433014 * L_1 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = CPveManager_LevelToStageID_m3465510410(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); intptr_t L_5 = (intptr_t)PVEScore_CheckEnergyStateCallback_m2630283351_RuntimeMethod_var; CheckEnergyStateCallback_t3528280671 * L_6 = (CheckEnergyStateCallback_t3528280671 *)il2cpp_codegen_object_new(CheckEnergyStateCallback_t3528280671_il2cpp_TypeInfo_var); CheckEnergyStateCallback__ctor_m2832492624(L_6, __this, L_5, /*hidden argument*/NULL); NullCheck(L_1); CPveManager_RequestCheckEnergyState_m911786716(L_1, L_4, L_6, /*hidden argument*/NULL); return; } } // System.Void PVEScore::CheckEnergyStateCallback(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PVEScore_CheckEnergyStateCallback_m2630283351 (PVEScore_t550407626 * __this, bool ___bLegal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_CheckEnergyStateCallback_m2630283351_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* G_B6_0 = NULL; String_t* G_B5_0 = NULL; { bool L_0 = ___bLegal0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { Transform_t3600365921 * L_1 = __this->get_m_uiRoot_21(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_1, (bool)0, /*hidden argument*/NULL); V_0 = 0; V_1 = 0; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_2 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CPveManager_GetCurLevel_m2915376389(L_2, (&V_0), (&V_1), /*hidden argument*/NULL); CPveManager_t3058433014 * L_3 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_3); bool L_6 = CPveManager_IsUnlockedAlready_m3210418172(L_3, L_4, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0037; } } { return; } IL_0037: { CSceneService_t551449725 * L_7 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CSceneService_DestroyExceptScene_m1738914160(L_7, /*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); CAnimSystem_t3541144328 * L_9 = CRoot_GetMovieSystem_m206666588(L_8, /*hidden argument*/NULL); NullCheck(L_9); CAnimSystem_DelSequenceAll_m761186596(L_9, /*hidden argument*/NULL); IResHelp_t377823252 * L_10 = IResHelp_GetInstance_m2776387326(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); IResHelp_ClearAllProtectedRes_m2887695512(L_10, /*hidden argument*/NULL); CRoot_t1043641654 * L_11 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); ILogicBase_Reset_m2019494392(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_12 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CPveManager_StopPveMode_m1600847080(L_12, /*hidden argument*/NULL); CPveManager_t3058433014 * L_13 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_14 = V_0; int32_t L_15 = V_1; NullCheck(L_13); CPveManager_SetCurLevel_m2754356272(L_13, L_14, L_15, /*hidden argument*/NULL); CPveManager_t3058433014 * L_16 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); CPveManager_StartPveMode_m3184570663(L_16, /*hidden argument*/NULL); CPveManager_t3058433014 * L_17 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CPveManager_CommitToStage_m1951260365(L_17, /*hidden argument*/NULL); CPveManager_t3058433014 * L_18 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CPveStage_t850204332 * L_19 = CPveManager_GetCurStage_m1008327040(L_18, /*hidden argument*/NULL); NullCheck(L_19); CPveStage_Reset_m3894466291(L_19, /*hidden argument*/NULL); CRoot_t1043641654 * L_20 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CRoot_SetLoadingSceneName_m1081407738(L_20, _stringLiteral840214861, /*hidden argument*/NULL); Action_t1264377477 * L_21 = ((PVEScore_t550407626_StaticFields*)il2cpp_codegen_static_fields_for(PVEScore_t550407626_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_36(); G_B5_0 = _stringLiteral1305446639; if (L_21) { G_B6_0 = _stringLiteral1305446639; goto IL_00c9; } } { intptr_t L_22 = (intptr_t)CLoadingWatch_OnLevelLoadedWithScene_m1373809381_RuntimeMethod_var; Action_t1264377477 * L_23 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_23, NULL, L_22, /*hidden argument*/NULL); ((PVEScore_t550407626_StaticFields*)il2cpp_codegen_static_fields_for(PVEScore_t550407626_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_36(L_23); G_B6_0 = G_B5_0; } IL_00c9: { Action_t1264377477 * L_24 = ((PVEScore_t550407626_StaticFields*)il2cpp_codegen_static_fields_for(PVEScore_t550407626_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_36(); IHelp_DoLoadLevel_m4092529488(NULL /*static, unused*/, G_B6_0, L_24, /*hidden argument*/NULL); return; } } // System.Void PVEScore::OnClkShare(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void PVEScore_OnClkShare_m1944287045 (PVEScore_t550407626 * __this, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_OnClkShare_m1944287045_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)154), /*hidden argument*/NULL); return; } } // System.Void PVEScore::WatchAdInit() extern "C" IL2CPP_METHOD_ATTR void PVEScore_WatchAdInit_m2642369901 (PVEScore_t550407626 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_WatchAdInit_m2642369901_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); GameObject_t1113636619 * L_1 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_0, _stringLiteral89892023, /*hidden argument*/NULL); __this->set_mWatchAdBtn_32(L_1); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_3 = CMiscHelp_FindChildGO_m1769075216(NULL /*static, unused*/, L_2, _stringLiteral3101620859, /*hidden argument*/NULL); __this->set_mButtonPlayAgainBtn_33(L_3); IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_4 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CPveStage_t850204332 * L_5 = CPveManager_GetCurStage_m1008327040(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CPveStage_get_stageType_m2294086458(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)1))) { goto IL_0042; } } { return; } IL_0042: { bool L_7 = PVEScore_IsShowWatchAd_m3989330000(__this, /*hidden argument*/NULL); if (L_7) { goto IL_004e; } } { return; } IL_004e: { int32_t L_8 = __this->get_m_PassStar_31(); V_0 = (bool)((((int32_t)0) < ((int32_t)L_8))? 1 : 0); GameObject_t1113636619 * L_9 = __this->get_mButtonPlayAgainBtn_33(); bool L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); GameObject_t1113636619 * L_11 = __this->get_mWatchAdBtn_32(); bool L_12 = V_0; CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_11, (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); int32_t L_13 = __this->get_remainingTimes_34(); if ((((int32_t)L_13) > ((int32_t)0))) { goto IL_008f; } } { Color_t2555686324 L_14 = Color_get_gray_m1471337008(NULL /*static, unused*/, /*hidden argument*/NULL); PVEScore_SetBtnColor_m1202274334(__this, L_14, /*hidden argument*/NULL); goto IL_009a; } IL_008f: { Color_t2555686324 L_15 = Color_get_white_m332174077(NULL /*static, unused*/, /*hidden argument*/NULL); PVEScore_SetBtnColor_m1202274334(__this, L_15, /*hidden argument*/NULL); } IL_009a: { return; } } // System.Void PVEScore::SetBtnColor(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void PVEScore_SetBtnColor_m1202274334 (PVEScore_t550407626 * __this, Color_t2555686324 ___color0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_SetBtnColor_m1202274334_MetadataUsageId); s_Il2CppMethodInitialized = true; } UILabel_t3248798549 * G_B2_0 = NULL; UILabel_t3248798549 * G_B1_0 = NULL; Color_t2555686324 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); UILabel_t3248798549 * G_B3_1 = NULL; { GameObject_t1113636619 * L_0 = __this->get_mWatchAdBtn_32(); NullCheck(L_0); Transform_t3600365921 * L_1 = GameObject_get_transform_m1369836730(L_0, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_Find_m1729760951(L_1, _stringLiteral1196861272, /*hidden argument*/NULL); NullCheck(L_2); UISprite_t194114938 * L_3 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_2, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); Color_t2555686324 L_4 = ___color0; NullCheck(L_3); UIWidget_set_color_m2288988844(L_3, L_4, /*hidden argument*/NULL); GameObject_t1113636619 * L_5 = __this->get_mWatchAdBtn_32(); NullCheck(L_5); Transform_t3600365921 * L_6 = GameObject_get_transform_m1369836730(L_5, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = Transform_Find_m1729760951(L_6, _stringLiteral2282195544, /*hidden argument*/NULL); NullCheck(L_7); UILabel_t3248798549 * L_8 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_7, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); Color_t2555686324 L_9 = ___color0; Color_t2555686324 L_10 = Color_get_white_m332174077(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_11 = Color_op_Equality_m1112359053(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); G_B1_0 = L_8; if (!L_11) { G_B2_0 = L_8; goto IL_0063; } } { Color_t2555686324 L_12; memset(&L_12, 0, sizeof(L_12)); Color__ctor_m286683560((&L_12), (0.7058824f), (0.160784319f), (0.0156862754f), /*hidden argument*/NULL); G_B3_0 = L_12; G_B3_1 = G_B1_0; goto IL_0064; } IL_0063: { Color_t2555686324 L_13 = ___color0; G_B3_0 = L_13; G_B3_1 = G_B2_0; } IL_0064: { NullCheck(G_B3_1); UIWidget_set_color_m2288988844(G_B3_1, G_B3_0, /*hidden argument*/NULL); GameObject_t1113636619 * L_14 = __this->get_mWatchAdBtn_32(); NullCheck(L_14); Transform_t3600365921 * L_15 = GameObject_get_transform_m1369836730(L_14, /*hidden argument*/NULL); NullCheck(L_15); Transform_t3600365921 * L_16 = Transform_Find_m1729760951(L_15, _stringLiteral2841499213, /*hidden argument*/NULL); NullCheck(L_16); UISprite_t194114938 * L_17 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_16, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); Color_t2555686324 L_18 = ___color0; NullCheck(L_17); UIWidget_set_color_m2288988844(L_17, L_18, /*hidden argument*/NULL); return; } } // System.Void PVEScore::WatchBtnclick() extern "C" IL2CPP_METHOD_ATTR void PVEScore_WatchBtnclick_m2071594562 (PVEScore_t550407626 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_WatchBtnclick_m2071594562_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { int32_t L_0 = __this->get_remainingTimes_34(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_002b; } } { V_0 = _stringLiteral195789301; CTextHelp_t3119637808 * L_1 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = V_0; NullCheck(L_1); String_t* L_3 = CTextHelp_GetText_m372251958(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; CMsgManager_t455955613 * L_4 = CMsgManager_GetInstance_m3446755799(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = V_1; NullCheck(L_4); CMsgManager_PushHint_m1231354654(L_4, L_5, (bool)1, /*hidden argument*/NULL); return; } IL_002b: { bool L_6 = PVEScore_IsHaveEnergy_m665319659(__this, /*hidden argument*/NULL); if (L_6) { goto IL_0044; } } { IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_7 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CWndController_ShowUI_m3552255067(L_7, ((int32_t)28), /*hidden argument*/NULL); return; } IL_0044: { IL2CPP_RUNTIME_CLASS_INIT(CADConfig_t2669318563_il2cpp_TypeInfo_var); CADConfig_t2669318563 * L_8 = CADConfig_GetInstance_m3209210073(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CADConfig_StartWatchAD_m543297105(L_8, 1, /*hidden argument*/NULL); return; } } // System.Boolean PVEScore::IsHaveEnergy() extern "C" IL2CPP_METHOD_ATTR bool PVEScore_IsHaveEnergy_m665319659 (PVEScore_t550407626 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_IsHaveEnergy_m665319659_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 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); NullCheck(L_0); CPveManager_GetCurLevel_m2915376389(L_0, (&V_0), (&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CPveAwardManager_t3593166514_il2cpp_TypeInfo_var); CPveAwardManager_t3593166514 * L_1 = CPveAwardManager_GetInstance_m1671663127(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_1); int32_t L_4 = CPveAwardManager_GetStageEnergy_m3874183020(L_1, L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; CMainRole_t4200562839 * L_5 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CProperty_t963755051 * L_6 = ISceneBaseObj_GetNetProperty_m1709069404(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CProperty_GetInt_m2680341236(L_6, _stringLiteral3923355658, 0, /*hidden argument*/NULL); V_3 = L_7; int32_t L_8 = V_3; int32_t L_9 = V_2; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_003e; } } { return (bool)1; } IL_003e: { return (bool)0; } } // System.Boolean PVEScore::IsShowWatchAd() extern "C" IL2CPP_METHOD_ATTR bool PVEScore_IsShowWatchAd_m3989330000 (PVEScore_t550407626 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_IsShowWatchAd_m3989330000_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CADConfig_t2669318563_il2cpp_TypeInfo_var); CADConfig_t2669318563 * L_0 = CADConfig_GetInstance_m3209210073(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = CADConfig_IsOpen_m1805490884(L_0, 1, /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { return (bool)0; } IL_0012: { V_0 = 0; V_1 = 0; IL2CPP_RUNTIME_CLASS_INIT(CPveManager_t3058433014_il2cpp_TypeInfo_var); CPveManager_t3058433014 * L_2 = CPveManager_GetInstance_m1165268867(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CPveManager_GetCurLevel_m2915376389(L_2, (&V_0), (&V_1), /*hidden argument*/NULL); int32_t L_3 = V_0; if ((((int32_t)L_3) > ((int32_t)1))) { goto IL_0034; } } { int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)5))) { goto IL_0034; } } { return (bool)0; } IL_0034: { return (bool)1; } } // System.Void PVEScore::SetReamtimes(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PVEScore_SetReamtimes_m4136193023 (PVEScore_t550407626 * __this, int32_t ___times0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PVEScore_SetReamtimes_m4136193023_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___times0; __this->set_remainingTimes_34(L_0); int32_t L_1 = __this->get_remainingTimes_34(); if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral3897877867, /*hidden argument*/NULL); } IL_001d: { return; } } // System.Void PVEScore::m__0(StoryInfo,StoryStepInfo) extern "C" IL2CPP_METHOD_ATTR void PVEScore_U3CShowBackStoryU3Em__0_m740129731 (PVEScore_t550407626 * __this, StoryInfo_t712967752 * ___a0, StoryStepInfo_t2355881288 * ___b1, const RuntimeMethod* method) { { PVEScore_OnInit_m1882203127(__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 PVEScore/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CLoadResourceU3Ec__Iterator0__ctor_m43725063 (U3CLoadResourceU3Ec__Iterator0_t388930112 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean PVEScore/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CLoadResourceU3Ec__Iterator0_MoveNext_m2928485374 (U3CLoadResourceU3Ec__Iterator0_t388930112 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CLoadResourceU3Ec__Iterator0_MoveNext_m2928485374_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { int32_t L_0 = __this->get_U24PC_3(); V_0 = L_0; __this->set_U24PC_3((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_0041; } } } { goto IL_0058; } IL_0021: { int32_t L_2 = 1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); __this->set_U24current_1(L_3); bool L_4 = __this->get_U24disposing_2(); if (L_4) { goto IL_003c; } } { __this->set_U24PC_3(1); } IL_003c: { goto IL_005a; } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_5 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_6 = __this->get_resName_0(); NullCheck(L_5); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void DMCore.Framework.Resource.IResourceManager::DoResourceCoroutine(System.String) */, L_5, L_6); __this->set_U24PC_3((-1)); } IL_0058: { return (bool)0; } IL_005a: { return (bool)1; } } // System.Object PVEScore/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadResourceU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m1389898696 (U3CLoadResourceU3Ec__Iterator0_t388930112 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Object PVEScore/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadResourceU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m1371220027 (U3CLoadResourceU3Ec__Iterator0_t388930112 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_1(); return L_0; } } // System.Void PVEScore/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CLoadResourceU3Ec__Iterator0_Dispose_m3822838242 (U3CLoadResourceU3Ec__Iterator0_t388930112 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_2((bool)1); __this->set_U24PC_3((-1)); return; } } // System.Void PVEScore/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CLoadResourceU3Ec__Iterator0_Reset_m3929724763 (U3CLoadResourceU3Ec__Iterator0_t388930112 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CLoadResourceU3Ec__Iterator0_Reset_m3929724763_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CLoadResourceU3Ec__Iterator0_Reset_m3929724763_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void QuailfingAwardCell::.ctor() extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCell__ctor_m426666931 (QuailfingAwardCell_t1647524062 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuailfingAwardCell__ctor_m426666931_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_t3600365921 * L_1 = Transform_Find_m1729760951(L_0, _stringLiteral416089526, /*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_icon_2(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, _stringLiteral802532864, /*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_label_num_3(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, _stringLiteral242552847, /*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_QualityLevel_7(L_8); __this->set_m_loadDone_4((bool)1); __this->set_iconPath_5((String_t*)NULL); __this->set_configId_6(0); return; } } // System.Void QuailfingAwardCell::OnClickItem(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCell_OnClickItem_m126143332 (QuailfingAwardCell_t1647524062 * __this, GameObject_t1113636619 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuailfingAwardCell_OnClickItem_m126143332_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_0 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = __this->get_configId_6(); NullCheck(L_0); CShopManager_ShowAvatar_m2860953780(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void QuailfingAwardCell::OnInit(QuailfingAwardCellData) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCell_OnInit_m2672902274 (QuailfingAwardCell_t1647524062 * __this, QuailfingAwardCellData_t3575566913 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuailfingAwardCell_OnInit_m2672902274_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UILabel_t3248798549 * L_0 = __this->get_label_num_3(); QuailfingAwardCellData_t3575566913 * L_1 = ___data0; NullCheck(L_1); int32_t L_2 = QuailfingAwardCellData_get_Amount_m3369205903(L_1, /*hidden argument*/NULL); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_6 = String_Concat_m904156431(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); NullCheck(L_0); UILabel_set_text_m1071532778(L_0, L_6, /*hidden argument*/NULL); __this->set_m_loadDone_4((bool)0); QuailfingAwardCellData_t3575566913 * L_7 = ___data0; NullCheck(L_7); int32_t L_8 = QuailfingAwardCellData_get_CellID_m1578134540(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); String_t* L_9 = CShopManager_GetIconPath_m2562341149(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); __this->set_iconPath_5(L_9); QuailfingAwardCellData_t3575566913 * L_10 = ___data0; NullCheck(L_10); int32_t L_11 = QuailfingAwardCellData_get_CellID_m1578134540(L_10, /*hidden argument*/NULL); __this->set_configId_6(L_11); UISprite_t194114938 * L_12 = __this->get_m_QualityLevel_7(); CShopConfig_t202154353 * L_13 = CShopConfig_GetInstance_m4264820349(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_14 = __this->get_configId_6(); NullCheck(L_13); String_t* L_15 = CShopConfig_GetQualityLevelIcon_m3028294132(L_13, L_14, /*hidden argument*/NULL); NullCheck(L_12); UISprite_set_spriteName_m1616245412(L_12, L_15, /*hidden argument*/NULL); QuailfingAwardCell_LoadItemIcon_m3251408505(__this, /*hidden argument*/NULL); return; } } // System.Void QuailfingAwardCell::LoadItemIcon() extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCell_LoadItemIcon_m3251408505 (QuailfingAwardCell_t1647524062 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuailfingAwardCell_LoadItemIcon_m3251408505_MetadataUsageId); s_Il2CppMethodInitialized = true; } Object_t631007953 * V_0 = NULL; Texture2D_t3840446185 * V_1 = NULL; float V_2 = 0.0f; Texture2D_t3840446185 * V_3 = NULL; { String_t* L_0 = __this->get_iconPath_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { return; } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_2 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = __this->get_iconPath_5(); NullCheck(L_2); Object_t631007953 * L_4 = IResourceManager_CreateResource_m1279813597(L_2, L_3, (bool)1, /*hidden argument*/NULL); V_0 = L_4; Object_t631007953 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_00e1; } } { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_7 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = __this->get_iconPath_5(); NullCheck(L_7); int32_t L_9 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* DMCore.Framework.Resource.enumResState DMCore.Framework.Resource.IResourceManager::GetResState(System.String) */, L_7, L_8); if ((!(((uint32_t)L_9) == ((uint32_t)3)))) { goto IL_0051; } } { __this->set_m_loadDone_4((bool)1); goto IL_00dc; } IL_0051: { IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_10 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); Texture2D_t3840446185 * L_11 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_10, _stringLiteral3071468220); V_1 = L_11; Texture2D_t3840446185 * L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_13 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00dc; } } { UITexture_t3471168817 * L_14 = __this->get_icon_2(); Texture2D_t3840446185 * L_15 = V_1; NullCheck(L_14); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_14, L_15); float L_16 = Time_get_timeSinceLevelLoad_m2224611026(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_16; float L_17 = V_2; float L_18 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_19 = floorf(L_18); V_2 = ((float)il2cpp_codegen_subtract((float)(360.0f), (float)((float)il2cpp_codegen_multiply((float)(360.0f), (float)((float)il2cpp_codegen_subtract((float)L_17, (float)L_19)))))); UITexture_t3471168817 * L_20 = __this->get_icon_2(); NullCheck(L_20); Transform_t3600365921 * L_21 = Component_get_transform_m3162698980(L_20, /*hidden argument*/NULL); float L_22 = V_2; Vector3_t3722313464 L_23; memset(&L_23, 0, sizeof(L_23)); Vector3__ctor_m3353183577((&L_23), (0.0f), (0.0f), L_22, /*hidden argument*/NULL); NullCheck(L_21); Transform_set_localEulerAngles_m4202601546(L_21, L_23, /*hidden argument*/NULL); UITexture_t3471168817 * L_24 = __this->get_icon_2(); NullCheck(L_24); Transform_t3600365921 * L_25 = Component_get_transform_m3162698980(L_24, /*hidden argument*/NULL); Texture2D_t3840446185 * L_26 = V_1; NullCheck(L_26); int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_26); Texture2D_t3840446185 * L_28 = V_1; NullCheck(L_28); int32_t L_29 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_28); Vector3_t3722313464 L_30; memset(&L_30, 0, sizeof(L_30)); Vector3__ctor_m3353183577((&L_30), (((float)((float)L_27))), (((float)((float)L_29))), (1.0f), /*hidden argument*/NULL); NullCheck(L_25); Transform_set_localScale_m3053443106(L_25, L_30, /*hidden argument*/NULL); } IL_00dc: { goto IL_0143; } IL_00e1: { __this->set_m_loadDone_4((bool)1); Object_t631007953 * L_31 = V_0; V_3 = ((Texture2D_t3840446185 *)CastclassSealed((RuntimeObject*)L_31, Texture2D_t3840446185_il2cpp_TypeInfo_var)); UITexture_t3471168817 * L_32 = __this->get_icon_2(); Texture2D_t3840446185 * L_33 = V_3; NullCheck(L_32); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_32, L_33); UITexture_t3471168817 * L_34 = __this->get_icon_2(); NullCheck(L_34); Transform_t3600365921 * L_35 = Component_get_transform_m3162698980(L_34, /*hidden argument*/NULL); Vector3_t3722313464 L_36; memset(&L_36, 0, sizeof(L_36)); Vector3__ctor_m3353183577((&L_36), (60.0f), (60.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_35); Transform_set_localScale_m3053443106(L_35, L_36, /*hidden argument*/NULL); UITexture_t3471168817 * L_37 = __this->get_icon_2(); NullCheck(L_37); Transform_t3600365921 * L_38 = Component_get_transform_m3162698980(L_37, /*hidden argument*/NULL); Vector3_t3722313464 L_39; memset(&L_39, 0, sizeof(L_39)); Vector3__ctor_m3353183577((&L_39), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_38); Transform_set_localEulerAngles_m4202601546(L_38, L_39, /*hidden argument*/NULL); } IL_0143: { return; } } // System.Void QuailfingAwardCell::Update() extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCell_Update_m3927656859 (QuailfingAwardCell_t1647524062 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_loadDone_4(); if (L_0) { goto IL_0011; } } { QuailfingAwardCell_LoadItemIcon_m3251408505(__this, /*hidden argument*/NULL); } IL_0011: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void QuailfingAwardCellData::.ctor() extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCellData__ctor_m4231990991 (QuailfingAwardCellData_t3575566913 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 QuailfingAwardCellData::get_Amount() extern "C" IL2CPP_METHOD_ATTR int32_t QuailfingAwardCellData_get_Amount_m3369205903 (QuailfingAwardCellData_t3575566913 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CAmountU3Ek__BackingField_0(); return L_0; } } // System.Void QuailfingAwardCellData::set_Amount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCellData_set_Amount_m1433528157 (QuailfingAwardCellData_t3575566913 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CAmountU3Ek__BackingField_0(L_0); return; } } // System.Int32 QuailfingAwardCellData::get_CellID() extern "C" IL2CPP_METHOD_ATTR int32_t QuailfingAwardCellData_get_CellID_m1578134540 (QuailfingAwardCellData_t3575566913 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCellIDU3Ek__BackingField_1(); return L_0; } } // System.Void QuailfingAwardCellData::set_CellID(System.Int32) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCellData_set_CellID_m263859683 (QuailfingAwardCellData_t3575566913 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCellIDU3Ek__BackingField_1(L_0); return; } } // System.Int32 QuailfingAwardCellData::get_Sex() extern "C" IL2CPP_METHOD_ATTR int32_t QuailfingAwardCellData_get_Sex_m3748694873 (QuailfingAwardCellData_t3575566913 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CSexU3Ek__BackingField_2(); return L_0; } } // System.Void QuailfingAwardCellData::set_Sex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCellData_set_Sex_m198592641 (QuailfingAwardCellData_t3575566913 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CSexU3Ek__BackingField_2(L_0); return; } } // System.Int32 QuailfingAwardCellData::get_Vaild() extern "C" IL2CPP_METHOD_ATTR int32_t QuailfingAwardCellData_get_Vaild_m2523764212 (QuailfingAwardCellData_t3575566913 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CVaildU3Ek__BackingField_3(); return L_0; } } // System.Void QuailfingAwardCellData::set_Vaild(System.Int32) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardCellData_set_Vaild_m3982146546 (QuailfingAwardCellData_t3575566913 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CVaildU3Ek__BackingField_3(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void QuailfingAwardItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardItem__ctor_m1829101858 (QuailfingAwardItem_t3321146055 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuailfingAwardItem__ctor_m1829101858_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; QuailfingAwardCell_t1647524062 * V_1 = NULL; { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_0 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UITexture_t3471168817 * L_1 = CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(NULL /*static, unused*/, L_0, _stringLiteral1173977484, /*hidden argument*/CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var); __this->set_m_titleTex_2(L_1); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_Find_m1729760951(L_2, _stringLiteral964500872, /*hidden argument*/NULL); NullCheck(L_3); UILabel_t3248798549 * L_4 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_3, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_uiLabel_3(L_4); List_1_t3119598804 * L_5 = (List_1_t3119598804 *)il2cpp_codegen_object_new(List_1_t3119598804_il2cpp_TypeInfo_var); List_1__ctor_m704560975(L_5, /*hidden argument*/List_1__ctor_m704560975_RuntimeMethod_var); __this->set_m_awardItemList_4(L_5); V_0 = 0; goto IL_0086; } IL_0049: { Transform_t3600365921 * L_6 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); int32_t L_7 = V_0; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1201580027, L_9, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_11 = Transform_Find_m1729760951(L_6, L_10, /*hidden argument*/NULL); NullCheck(L_11); GameObject_t1113636619 * L_12 = Component_get_gameObject_m442555142(L_11, /*hidden argument*/NULL); NullCheck(L_12); QuailfingAwardCell_t1647524062 * L_13 = GameObject_AddComponent_TisQuailfingAwardCell_t1647524062_m209564873(L_12, /*hidden argument*/GameObject_AddComponent_TisQuailfingAwardCell_t1647524062_m209564873_RuntimeMethod_var); V_1 = L_13; QuailfingAwardCell_t1647524062 * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_14, (bool)0, /*hidden argument*/NULL); List_1_t3119598804 * L_15 = __this->get_m_awardItemList_4(); QuailfingAwardCell_t1647524062 * L_16 = V_1; NullCheck(L_15); List_1_Add_m2724126835(L_15, L_16, /*hidden argument*/List_1_Add_m2724126835_RuntimeMethod_var); int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0086: { int32_t L_18 = V_0; if ((((int32_t)L_18) < ((int32_t)3))) { goto IL_0049; } } { return; } } // System.Void QuailfingAwardItem::OnInit(QuailfingAwardItemData) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardItem_OnInit_m1509259400 (QuailfingAwardItem_t3321146055 * __this, QuailfingAwardItemData_t1350333434 * ___itemData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuailfingAwardItem_OnInit_m1509259400_MetadataUsageId); s_Il2CppMethodInitialized = true; } CTitleDesc_t1213620943 * V_0 = NULL; Texture_t3661962703 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { UITexture_t3471168817 * L_0 = __this->get_m_titleTex_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); UITexture_t3471168817 * L_1 = __this->get_m_titleTex_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_1, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0090; } } { QuailfingAwardItemData_t1350333434 * L_3 = ___itemData0; NullCheck(L_3); int32_t L_4 = L_3->get_TitleId_0(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0090; } } { IL2CPP_RUNTIME_CLASS_INIT(CTitleManager_t3025273230_il2cpp_TypeInfo_var); CTitleManager_t3025273230 * L_5 = CTitleManager_GetInstance_m3413488441(NULL /*static, unused*/, /*hidden argument*/NULL); QuailfingAwardItemData_t1350333434 * L_6 = ___itemData0; NullCheck(L_6); int32_t L_7 = L_6->get_TitleId_0(); NullCheck(L_5); CTitleDesc_t1213620943 * L_8 = CTitleManager_GetTitleDescById_m3293879315(L_5, L_7, /*hidden argument*/NULL); V_0 = L_8; CTitleDesc_t1213620943 * L_9 = V_0; if (!L_9) { goto IL_0090; } } { CTitleDesc_t1213620943 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get_m_specificTitleTexID_7(); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0090; } } { CTitleDesc_t1213620943 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = L_12->get_m_specificTitleTexID_7(); 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_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1737077884, L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); Object_t631007953 * L_17 = CMiscHelp_GetDestinationRes_m2572658529(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); V_1 = ((Texture_t3661962703 *)IsInstClass((RuntimeObject*)L_17, Texture_t3661962703_il2cpp_TypeInfo_var)); Texture_t3661962703 * L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_19 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_18, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_19) { goto IL_0090; } } { UITexture_t3471168817 * L_20 = __this->get_m_titleTex_2(); Texture_t3661962703 * L_21 = V_1; NullCheck(L_20); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_20, L_21); UITexture_t3471168817 * L_22 = __this->get_m_titleTex_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_22, (bool)1, /*hidden argument*/NULL); } IL_0090: { UILabel_t3248798549 * L_23 = __this->get_uiLabel_3(); QuailfingAwardItemData_t1350333434 * L_24 = ___itemData0; NullCheck(L_24); String_t* L_25 = QuailfingAwardItemData_get_ItemContext_m3258151462(L_24, /*hidden argument*/NULL); NullCheck(L_23); UILabel_set_text_m1071532778(L_23, L_25, /*hidden argument*/NULL); V_2 = 0; goto IL_0100; } IL_00a8: { QuailfingAwardItemData_t1350333434 * L_26 = ___itemData0; NullCheck(L_26); List_1_t752674359 * L_27 = QuailfingAwardItemData_get_CellListData_m1489805066(L_26, /*hidden argument*/NULL); int32_t L_28 = V_2; NullCheck(L_27); QuailfingAwardCellData_t3575566913 * L_29 = List_1_get_Item_m1886802718(L_27, L_28, /*hidden argument*/List_1_get_Item_m1886802718_RuntimeMethod_var); if (!L_29) { goto IL_00fc; } } { QuailfingAwardItemData_t1350333434 * L_30 = ___itemData0; NullCheck(L_30); List_1_t752674359 * L_31 = QuailfingAwardItemData_get_CellListData_m1489805066(L_30, /*hidden argument*/NULL); int32_t L_32 = V_2; NullCheck(L_31); QuailfingAwardCellData_t3575566913 * L_33 = List_1_get_Item_m1886802718(L_31, L_32, /*hidden argument*/List_1_get_Item_m1886802718_RuntimeMethod_var); NullCheck(L_33); int32_t L_34 = QuailfingAwardCellData_get_Sex_m3748694873(L_33, /*hidden argument*/NULL); if ((((int32_t)L_34) == ((int32_t)2))) { goto IL_00fc; } } { CMainRole_t4200562839 * L_35 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_35); QuailfingAwardItemData_t1350333434 * L_37 = ___itemData0; NullCheck(L_37); List_1_t752674359 * L_38 = QuailfingAwardItemData_get_CellListData_m1489805066(L_37, /*hidden argument*/NULL); int32_t L_39 = V_2; NullCheck(L_38); QuailfingAwardCellData_t3575566913 * L_40 = List_1_get_Item_m1886802718(L_38, L_39, /*hidden argument*/List_1_get_Item_m1886802718_RuntimeMethod_var); NullCheck(L_40); int32_t L_41 = QuailfingAwardCellData_get_Sex_m3748694873(L_40, /*hidden argument*/NULL); if ((((int32_t)L_36) == ((int32_t)L_41))) { goto IL_00fc; } } { QuailfingAwardItemData_t1350333434 * L_42 = ___itemData0; NullCheck(L_42); List_1_t752674359 * L_43 = QuailfingAwardItemData_get_CellListData_m1489805066(L_42, /*hidden argument*/NULL); int32_t L_44 = V_2; NullCheck(L_43); List_1_RemoveAt_m1587948635(L_43, L_44, /*hidden argument*/List_1_RemoveAt_m1587948635_RuntimeMethod_var); } IL_00fc: { int32_t L_45 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0100: { int32_t L_46 = V_2; QuailfingAwardItemData_t1350333434 * L_47 = ___itemData0; NullCheck(L_47); List_1_t752674359 * L_48 = QuailfingAwardItemData_get_CellListData_m1489805066(L_47, /*hidden argument*/NULL); NullCheck(L_48); int32_t L_49 = List_1_get_Count_m3147623685(L_48, /*hidden argument*/List_1_get_Count_m3147623685_RuntimeMethod_var); if ((((int32_t)L_46) < ((int32_t)L_49))) { goto IL_00a8; } } { V_3 = 0; goto IL_014b; } IL_0118: { List_1_t3119598804 * L_50 = __this->get_m_awardItemList_4(); int32_t L_51 = V_3; NullCheck(L_50); QuailfingAwardCell_t1647524062 * L_52 = List_1_get_Item_m4026832159(L_50, L_51, /*hidden argument*/List_1_get_Item_m4026832159_RuntimeMethod_var); QuailfingAwardItemData_t1350333434 * L_53 = ___itemData0; NullCheck(L_53); List_1_t752674359 * L_54 = QuailfingAwardItemData_get_CellListData_m1489805066(L_53, /*hidden argument*/NULL); int32_t L_55 = V_3; NullCheck(L_54); QuailfingAwardCellData_t3575566913 * L_56 = List_1_get_Item_m1886802718(L_54, L_55, /*hidden argument*/List_1_get_Item_m1886802718_RuntimeMethod_var); NullCheck(L_52); QuailfingAwardCell_OnInit_m2672902274(L_52, L_56, /*hidden argument*/NULL); List_1_t3119598804 * L_57 = __this->get_m_awardItemList_4(); int32_t L_58 = V_3; NullCheck(L_57); QuailfingAwardCell_t1647524062 * L_59 = List_1_get_Item_m4026832159(L_57, L_58, /*hidden argument*/List_1_get_Item_m4026832159_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_59, (bool)1, /*hidden argument*/NULL); int32_t L_60 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_014b: { int32_t L_61 = V_3; QuailfingAwardItemData_t1350333434 * L_62 = ___itemData0; NullCheck(L_62); List_1_t752674359 * L_63 = QuailfingAwardItemData_get_CellListData_m1489805066(L_62, /*hidden argument*/NULL); NullCheck(L_63); int32_t L_64 = List_1_get_Count_m3147623685(L_63, /*hidden argument*/List_1_get_Count_m3147623685_RuntimeMethod_var); if ((((int32_t)L_61) < ((int32_t)L_64))) { goto IL_0118; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void QuailfingAwardItemData::.ctor() extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardItemData__ctor_m4287200540 (QuailfingAwardItemData_t1350333434 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuailfingAwardItemData__ctor_m4287200540_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_TitleId_0((-1)); List_1_t752674359 * L_0 = (List_1_t752674359 *)il2cpp_codegen_object_new(List_1_t752674359_il2cpp_TypeInfo_var); List_1__ctor_m1468815109(L_0, /*hidden argument*/List_1__ctor_m1468815109_RuntimeMethod_var); QuailfingAwardItemData_set_CellListData_m3450549476(__this, L_0, /*hidden argument*/NULL); return; } } // System.Collections.Generic.List`1 QuailfingAwardItemData::get_CellListData() extern "C" IL2CPP_METHOD_ATTR List_1_t752674359 * QuailfingAwardItemData_get_CellListData_m1489805066 (QuailfingAwardItemData_t1350333434 * __this, const RuntimeMethod* method) { { List_1_t752674359 * L_0 = __this->get_U3CCellListDataU3Ek__BackingField_1(); return L_0; } } // System.Void QuailfingAwardItemData::set_CellListData(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardItemData_set_CellListData_m3450549476 (QuailfingAwardItemData_t1350333434 * __this, List_1_t752674359 * ___value0, const RuntimeMethod* method) { { List_1_t752674359 * L_0 = ___value0; __this->set_U3CCellListDataU3Ek__BackingField_1(L_0); return; } } // System.String QuailfingAwardItemData::get_ItemContext() extern "C" IL2CPP_METHOD_ATTR String_t* QuailfingAwardItemData_get_ItemContext_m3258151462 (QuailfingAwardItemData_t1350333434 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CItemContextU3Ek__BackingField_2(); return L_0; } } // System.Void QuailfingAwardItemData::set_ItemContext(System.String) extern "C" IL2CPP_METHOD_ATTR void QuailfingAwardItemData_set_ItemContext_m2374515383 (QuailfingAwardItemData_t1350333434 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CItemContextU3Ek__BackingField_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void QualifyInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void QualifyInfo__ctor_m1202991701 (QualifyInfo_t2809524376 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyInfo__ctor_m1202991701_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_PlayerName_0(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_GradeName_5(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void QualifyingCfgManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void QualifyingCfgManager__ctor_m3793154228 (QualifyingCfgManager_t3310596061 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingCfgManager__ctor_m3793154228_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_QfLevelNum_1(((int32_t)96)); ITextBase__ctor_m91730659(__this, /*hidden argument*/NULL); Dictionary_2_t622178124 * L_0 = (Dictionary_2_t622178124 *)il2cpp_codegen_object_new(Dictionary_2_t622178124_il2cpp_TypeInfo_var); Dictionary_2__ctor_m657470194(L_0, /*hidden argument*/Dictionary_2__ctor_m657470194_RuntimeMethod_var); __this->set_sever_configList_11(L_0); ITextBase_PushTask_m2878137237(__this, _stringLiteral1959593374, 0, /*hidden argument*/NULL); return; } } // QualifyingCfgManager QualifyingCfgManager::GetInstance() extern "C" IL2CPP_METHOD_ATTR QualifyingCfgManager_t3310596061 * QualifyingCfgManager_GetInstance_m3304083579 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingCfgManager_GetInstance_m3304083579_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var); QualifyingCfgManager_t3310596061 * L_0 = ((QualifyingCfgManager_t3310596061_StaticFields*)il2cpp_codegen_static_fields_for(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var))->get_s_instance_13(); if (L_0) { goto IL_0014; } } { QualifyingCfgManager_t3310596061 * L_1 = (QualifyingCfgManager_t3310596061 *)il2cpp_codegen_object_new(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var); QualifyingCfgManager__ctor_m3793154228(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var); ((QualifyingCfgManager_t3310596061_StaticFields*)il2cpp_codegen_static_fields_for(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var))->set_s_instance_13(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var); QualifyingCfgManager_t3310596061 * L_2 = ((QualifyingCfgManager_t3310596061_StaticFields*)il2cpp_codegen_static_fields_for(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var))->get_s_instance_13(); return L_2; } } // QualifyLevelInfo QualifyingCfgManager::GetSeverQualifyLevelInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR QualifyLevelInfo_t1733464793 * QualifyingCfgManager_GetSeverQualifyLevelInfo_m3517287561 (QualifyingCfgManager_t3310596061 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingCfgManager_GetSeverQualifyLevelInfo_m3517287561_MetadataUsageId); s_Il2CppMethodInitialized = true; } QualifyLevelInfo_t1733464793 * V_0 = NULL; { V_0 = (QualifyLevelInfo_t1733464793 *)NULL; Dictionary_2_t622178124 * L_0 = __this->get_sever_configList_11(); int32_t L_1 = ___level0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m571305742(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m571305742_RuntimeMethod_var); if (!L_2) { goto IL_0017; } } { QualifyLevelInfo_t1733464793 * L_3 = V_0; return L_3; } IL_0017: { return (QualifyLevelInfo_t1733464793 *)NULL; } } // System.Void QualifyingCfgManager::SerSeverQualifyLevelInfo(System.Int32,QualifyLevelInfo) extern "C" IL2CPP_METHOD_ATTR void QualifyingCfgManager_SerSeverQualifyLevelInfo_m834953339 (QualifyingCfgManager_t3310596061 * __this, int32_t ___key0, QualifyLevelInfo_t1733464793 * ___qfl1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingCfgManager_SerSeverQualifyLevelInfo_m834953339_MetadataUsageId); s_Il2CppMethodInitialized = true; } { QualifyLevelInfo_t1733464793 * L_0 = ___qfl1; if (!L_0) { goto IL_0013; } } { Dictionary_2_t622178124 * L_1 = __this->get_sever_configList_11(); int32_t L_2 = ___key0; QualifyLevelInfo_t1733464793 * L_3 = ___qfl1; NullCheck(L_1); Dictionary_2_set_Item_m212843509(L_1, L_2, L_3, /*hidden argument*/Dictionary_2_set_Item_m212843509_RuntimeMethod_var); } IL_0013: { return; } } // System.Collections.Generic.Dictionary`2 QualifyingCfgManager::GetItemDataList() extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t239046765 * QualifyingCfgManager_GetItemDataList_m4215816321 (QualifyingCfgManager_t3310596061 * __this, const RuntimeMethod* method) { { Dictionary_2_t239046765 * L_0 = __this->get_m_itemDataList_12(); return L_0; } } // UnityEngine.Texture2D QualifyingCfgManager::GetQualifyingGradeIcon(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * QualifyingCfgManager_GetQualifyingGradeIcon_m2327491827 (QualifyingCfgManager_t3310596061 * __this, int32_t ___type0, int32_t ___no1, const RuntimeMethod* method) { { int32_t L_0 = ___type0; int32_t L_1 = ___no1; Texture2D_t3840446185 * L_2 = QualifyingCfgManager_GetQualifyingGradeIcon_m2303511262(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // UnityEngine.Texture2D QualifyingCfgManager::GetQualifyingGradeIcon(System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Texture2D_t3840446185 * QualifyingCfgManager_GetQualifyingGradeIcon_m2303511262 (QualifyingCfgManager_t3310596061 * __this, int32_t ___type0, int32_t ___no1, bool ___isBig2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingCfgManager_GetQualifyingGradeIcon_m2303511262_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Texture2D_t3840446185 * V_1 = NULL; { int32_t L_0 = ___type0; int32_t L_1 = ___no1; bool L_2 = ___isBig2; String_t* L_3 = QualifyingCfgManager_GetQualifyingGradeIconPath_m626630558(__this, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_4 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = V_0; NullCheck(L_4); Texture2D_t3840446185 * L_6 = VirtFuncInvoker1< Texture2D_t3840446185 *, String_t* >::Invoke(8 /* UnityEngine.Texture2D DMCore.Framework.Resource.IResourceManager::GetTexture(System.String) */, L_4, L_5); V_1 = L_6; Texture2D_t3840446185 * L_7 = V_1; return L_7; } } // System.String QualifyingCfgManager::GetQualifyingGradeIconPath(System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* QualifyingCfgManager_GetQualifyingGradeIconPath_m626630558 (QualifyingCfgManager_t3310596061 * __this, int32_t ___type0, int32_t ___no1, bool ___isBig2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingCfgManager_GetQualifyingGradeIconPath_m626630558_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; ObjectU5BU5D_t2843939325* G_B2_1 = NULL; ObjectU5BU5D_t2843939325* G_B2_2 = NULL; int32_t G_B1_0 = 0; ObjectU5BU5D_t2843939325* G_B1_1 = NULL; ObjectU5BU5D_t2843939325* G_B1_2 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; ObjectU5BU5D_t2843939325* G_B3_2 = NULL; ObjectU5BU5D_t2843939325* G_B3_3 = NULL; { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3415412526); (L_0)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3415412526); ObjectU5BU5D_t2843939325* L_1 = L_0; int32_t L_2 = ___type0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(1), (RuntimeObject *)L_4); ObjectU5BU5D_t2843939325* L_5 = L_1; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral3452614641); (L_5)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3452614641); ObjectU5BU5D_t2843939325* L_6 = L_5; int32_t L_7 = ___no1; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(3), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = L_6; bool L_11 = ___isBig2; G_B1_0 = 4; G_B1_1 = L_10; G_B1_2 = L_10; if (!L_11) { G_B2_0 = 4; G_B2_1 = L_10; G_B2_2 = L_10; goto IL_003a; } } { 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(); G_B3_0 = L_12; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_003f; } IL_003a: { G_B3_0 = _stringLiteral3452614605; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_003f: { NullCheck(G_B3_2); ArrayElementTypeCheck (G_B3_2, G_B3_0); (G_B3_2)->SetAt(static_cast(G_B3_1), (RuntimeObject *)G_B3_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m2971454694(NULL /*static, unused*/, G_B3_3, /*hidden argument*/NULL); return L_13; } } // System.Void QualifyingCfgManager::Clear() extern "C" IL2CPP_METHOD_ATTR void QualifyingCfgManager_Clear_m4241623566 (QualifyingCfgManager_t3310596061 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean QualifyingCfgManager::OnLoad(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool QualifyingCfgManager_OnLoad_m1607855764 (QualifyingCfgManager_t3310596061 * __this, String_t* ___loadedObj0, int32_t ___UnUsed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingCfgManager_OnLoad_m1607855764_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlElement_t561603118 * V_1 = NULL; XmlNodeList_t2551693786 * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; XmlElement_t561603118 * V_5 = NULL; XmlNodeList_t2551693786 * V_6 = NULL; int32_t V_7 = 0; XmlElement_t561603118 * V_8 = NULL; int32_t V_9 = 0; String_t* V_10 = NULL; int32_t V_11 = 0; QuailfingAwardItemData_t1350333434 * V_12 = NULL; XmlNodeList_t2551693786 * V_13 = NULL; int32_t V_14 = 0; XmlElement_t561603118 * V_15 = NULL; int32_t V_16 = 0; int32_t V_17 = 0; int32_t V_18 = 0; int32_t V_19 = 0; int32_t V_20 = 0; QuailfingAwardCellData_t3575566913 * V_21 = NULL; Exception_t * V_22 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlElement_t561603118 * G_B3_0 = NULL; IL_0000: try { // begin try (depth: 1) { XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = V_0; String_t* L_2 = ___loadedObj0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, L_1, L_2); XmlDocument_t2837193595 * L_3 = V_0; if (!L_3) { goto IL_0023; } } IL_0013: { XmlDocument_t2837193595 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); G_B3_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0024; } IL_0023: { G_B3_0 = ((XmlElement_t561603118 *)(NULL)); } IL_0024: { V_1 = G_B3_0; XmlElement_t561603118 * L_6 = V_1; NullCheck(L_6); XmlNodeList_t2551693786 * L_7 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_6); V_2 = L_7; XmlNodeList_t2551693786 * L_8 = V_2; if (L_8) { goto IL_0039; } } IL_0032: { V_3 = (bool)0; goto IL_0350; } IL_0039: { V_4 = 0; goto IL_0324; } IL_0041: { XmlNodeList_t2551693786 * L_9 = V_2; int32_t L_10 = V_4; NullCheck(L_9); XmlNode_t3767805227 * L_11 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_9, L_10); V_5 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_11, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_12 = V_5; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, _stringLiteral2700781366, /*hidden argument*/NULL); if (!L_14) { goto IL_01fc; } } IL_0066: { Dictionary_2_t239046765 * L_15 = (Dictionary_2_t239046765 *)il2cpp_codegen_object_new(Dictionary_2_t239046765_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4171317551(L_15, /*hidden argument*/Dictionary_2__ctor_m4171317551_RuntimeMethod_var); __this->set_m_itemDataList_12(L_15); XmlElement_t561603118 * L_16 = V_5; 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(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); String_t* L_18 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_16, _stringLiteral3987835854, L_17, /*hidden argument*/NULL); __this->set_WndContext_9(L_18); XmlElement_t561603118 * L_19 = V_5; NullCheck(L_19); XmlNodeList_t2551693786 * L_20 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_19); V_6 = L_20; XmlNodeList_t2551693786 * L_21 = V_6; if (L_21) { goto IL_009f; } } IL_0098: { V_3 = (bool)0; goto IL_0350; } IL_009f: { V_7 = 0; goto IL_01e9; } IL_00a7: { XmlNodeList_t2551693786 * L_22 = V_6; int32_t L_23 = V_7; NullCheck(L_22); XmlNode_t3767805227 * L_24 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_22, L_23); V_8 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_24, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_25 = V_8; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_26 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_25, _stringLiteral797640427, (-1), /*hidden argument*/NULL); V_9 = L_26; XmlElement_t561603118 * L_27 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_29 = CMiscHelp_GetXmlElemString_m3447431122(NULL /*static, unused*/, L_27, _stringLiteral3987835854, L_28, /*hidden argument*/NULL); V_10 = L_29; XmlElement_t561603118 * L_30 = V_8; int32_t L_31 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_30, _stringLiteral4218719661, (-1), /*hidden argument*/NULL); V_11 = L_31; QuailfingAwardItemData_t1350333434 * L_32 = (QuailfingAwardItemData_t1350333434 *)il2cpp_codegen_object_new(QuailfingAwardItemData_t1350333434_il2cpp_TypeInfo_var); QuailfingAwardItemData__ctor_m4287200540(L_32, /*hidden argument*/NULL); V_12 = L_32; QuailfingAwardItemData_t1350333434 * L_33 = V_12; String_t* L_34 = V_10; NullCheck(L_33); QuailfingAwardItemData_set_ItemContext_m2374515383(L_33, L_34, /*hidden argument*/NULL); XmlElement_t561603118 * L_35 = V_8; NullCheck(L_35); XmlNodeList_t2551693786 * L_36 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_35); V_13 = L_36; XmlNodeList_t2551693786 * L_37 = V_13; if (L_37) { goto IL_010f; } } IL_0108: { V_3 = (bool)0; goto IL_0350; } IL_010f: { int32_t L_38 = V_11; if ((((int32_t)L_38) == ((int32_t)(-1)))) { goto IL_0120; } } IL_0117: { QuailfingAwardItemData_t1350333434 * L_39 = V_12; int32_t L_40 = V_11; NullCheck(L_39); L_39->set_TitleId_0(L_40); } IL_0120: { V_14 = 0; goto IL_01c6; } IL_0128: { XmlNodeList_t2551693786 * L_41 = V_13; int32_t L_42 = V_14; NullCheck(L_41); XmlNode_t3767805227 * L_43 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_41, L_42); V_15 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_43, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_44 = V_15; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_45 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_44, _stringLiteral797640427, (-1), /*hidden argument*/NULL); V_16 = L_45; XmlElement_t561603118 * L_46 = V_15; int32_t L_47 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_46, _stringLiteral3454449607, 0, /*hidden argument*/NULL); V_17 = L_47; XmlElement_t561603118 * L_48 = V_15; int32_t L_49 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_48, _stringLiteral3102391802, 0, /*hidden argument*/NULL); V_18 = L_49; XmlElement_t561603118 * L_50 = V_15; int32_t L_51 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_50, _stringLiteral4166355919, 2, /*hidden argument*/NULL); V_19 = L_51; XmlElement_t561603118 * L_52 = V_15; int32_t L_53 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_52, _stringLiteral2728944026, ((int32_t)999), /*hidden argument*/NULL); V_20 = L_53; QuailfingAwardCellData_t3575566913 * L_54 = (QuailfingAwardCellData_t3575566913 *)il2cpp_codegen_object_new(QuailfingAwardCellData_t3575566913_il2cpp_TypeInfo_var); QuailfingAwardCellData__ctor_m4231990991(L_54, /*hidden argument*/NULL); V_21 = L_54; QuailfingAwardCellData_t3575566913 * L_55 = V_21; int32_t L_56 = V_18; NullCheck(L_55); QuailfingAwardCellData_set_Amount_m1433528157(L_55, L_56, /*hidden argument*/NULL); QuailfingAwardCellData_t3575566913 * L_57 = V_21; int32_t L_58 = V_17; NullCheck(L_57); QuailfingAwardCellData_set_CellID_m263859683(L_57, L_58, /*hidden argument*/NULL); QuailfingAwardCellData_t3575566913 * L_59 = V_21; int32_t L_60 = V_19; NullCheck(L_59); QuailfingAwardCellData_set_Sex_m198592641(L_59, L_60, /*hidden argument*/NULL); QuailfingAwardCellData_t3575566913 * L_61 = V_21; int32_t L_62 = V_20; NullCheck(L_61); QuailfingAwardCellData_set_Vaild_m3982146546(L_61, L_62, /*hidden argument*/NULL); QuailfingAwardItemData_t1350333434 * L_63 = V_12; NullCheck(L_63); List_1_t752674359 * L_64 = QuailfingAwardItemData_get_CellListData_m1489805066(L_63, /*hidden argument*/NULL); QuailfingAwardCellData_t3575566913 * L_65 = V_21; NullCheck(L_64); List_1_Add_m665050261(L_64, L_65, /*hidden argument*/List_1_Add_m665050261_RuntimeMethod_var); int32_t L_66 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); } IL_01c6: { int32_t L_67 = V_14; XmlNodeList_t2551693786 * L_68 = V_13; NullCheck(L_68); int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_68); if ((((int32_t)L_67) < ((int32_t)L_69))) { goto IL_0128; } } IL_01d4: { Dictionary_2_t239046765 * L_70 = __this->get_m_itemDataList_12(); int32_t L_71 = V_9; QuailfingAwardItemData_t1350333434 * L_72 = V_12; NullCheck(L_70); Dictionary_2_Add_m244992380(L_70, L_71, L_72, /*hidden argument*/Dictionary_2_Add_m244992380_RuntimeMethod_var); int32_t L_73 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); } IL_01e9: { int32_t L_74 = V_7; XmlNodeList_t2551693786 * L_75 = V_6; NullCheck(L_75); int32_t L_76 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_75); if ((((int32_t)L_74) < ((int32_t)L_76))) { goto IL_00a7; } } IL_01f7: { goto IL_031e; } IL_01fc: { XmlElement_t561603118 * L_77 = V_5; bool L_78 = QualifyingCfgManager_GetXmlAttribute_m1759075080(__this, L_77, _stringLiteral3381395218, /*hidden argument*/NULL); if (!L_78) { goto IL_0221; } } IL_020e: { XmlElement_t561603118 * L_79 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_80 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_79, _stringLiteral3381395218, 0, /*hidden argument*/NULL); __this->set_QfModeNum_3(L_80); } IL_0221: { XmlElement_t561603118 * L_81 = V_5; bool L_82 = QualifyingCfgManager_GetXmlAttribute_m1759075080(__this, L_81, _stringLiteral1812749591, /*hidden argument*/NULL); if (!L_82) { goto IL_024a; } } IL_0233: { XmlElement_t561603118 * L_83 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); float L_84 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_83, _stringLiteral1812749591, (0.0f), /*hidden argument*/NULL); __this->set_QfSimulateSpeed_4(L_84); } IL_024a: { XmlElement_t561603118 * L_85 = V_5; bool L_86 = QualifyingCfgManager_GetXmlAttribute_m1759075080(__this, L_85, _stringLiteral798292468, /*hidden argument*/NULL); if (!L_86) { goto IL_0273; } } IL_025c: { XmlElement_t561603118 * L_87 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); float L_88 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_87, _stringLiteral798292468, (0.0f), /*hidden argument*/NULL); __this->set_QfSimulateTime_5(L_88); } IL_0273: { XmlElement_t561603118 * L_89 = V_5; bool L_90 = QualifyingCfgManager_GetXmlAttribute_m1759075080(__this, L_89, _stringLiteral23756345, /*hidden argument*/NULL); if (!L_90) { goto IL_0298; } } IL_0285: { XmlElement_t561603118 * L_91 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_92 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_91, _stringLiteral23756345, 0, /*hidden argument*/NULL); __this->set_QfSimulateHeadCount_6(L_92); } IL_0298: { XmlElement_t561603118 * L_93 = V_5; bool L_94 = QualifyingCfgManager_GetXmlAttribute_m1759075080(__this, L_93, _stringLiteral1929849098, /*hidden argument*/NULL); if (!L_94) { goto IL_02d0; } } IL_02aa: { XmlElement_t561603118 * L_95 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_96 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_95, _stringLiteral1929849098, 0, /*hidden argument*/NULL); __this->set_QfSimulateWinCount_Max_7(L_96); XmlElement_t561603118 * L_97 = V_5; int32_t L_98 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_97, _stringLiteral2916031980, 0, /*hidden argument*/NULL); __this->set_QfSimulateRank_Max_8(L_98); } IL_02d0: { XmlElement_t561603118 * L_99 = V_5; bool L_100 = QualifyingCfgManager_GetXmlAttribute_m1759075080(__this, L_99, _stringLiteral1033385977, /*hidden argument*/NULL); if (!L_100) { goto IL_02f9; } } IL_02e2: { XmlElement_t561603118 * L_101 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); float L_102 = CMiscHelp_GetXmlElemFloat_m3630113139(NULL /*static, unused*/, L_101, _stringLiteral1033385977, (0.0f), /*hidden argument*/NULL); __this->set_QfMatchTimeRemind_2(L_102); } IL_02f9: { XmlElement_t561603118 * L_103 = V_5; bool L_104 = QualifyingCfgManager_GetXmlAttribute_m1759075080(__this, L_103, _stringLiteral3749514296, /*hidden argument*/NULL); if (!L_104) { goto IL_031e; } } IL_030b: { XmlElement_t561603118 * L_105 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); int32_t L_106 = CMiscHelp_GetXmlElemInt_m3192643185(NULL /*static, unused*/, L_105, _stringLiteral3749514296, 0, /*hidden argument*/NULL); __this->set_Cd_Cost_10(L_106); } IL_031e: { int32_t L_107 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)1)); } IL_0324: { int32_t L_108 = V_4; XmlNodeList_t2551693786 * L_109 = V_2; NullCheck(L_109); int32_t L_110 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_109); if ((((int32_t)L_108) < ((int32_t)L_110))) { goto IL_0041; } } IL_0331: { goto IL_034e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0336; throw e; } CATCH_0336: { // begin catch(System.Exception) V_22 = ((Exception_t *)__exception_local); CLogHelp_t779629444 * L_111 = IHelp_GetLogManager_m2114192212(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_112 = V_22; NullCheck(L_112); String_t* L_113 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_112); NullCheck(L_111); CLogHelp_LogFile_m4227814860(L_111, L_113, /*hidden argument*/NULL); goto IL_034e; } // end catch (depth: 1) IL_034e: { return (bool)1; } IL_0350: { bool L_114 = V_3; return L_114; } } // System.Boolean QualifyingCfgManager::GetXmlAttribute(System.Xml.XmlElement,System.String) extern "C" IL2CPP_METHOD_ATTR bool QualifyingCfgManager_GetXmlAttribute_m1759075080 (QualifyingCfgManager_t3310596061 * __this, XmlElement_t561603118 * ___elem0, String_t* ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingCfgManager_GetXmlAttribute_m1759075080_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { XmlElement_t561603118 * L_0 = ___elem0; String_t* L_1 = ___key1; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(45 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_0, L_1); V_0 = L_2; String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0015; } } { return (bool)1; } IL_0015: { return (bool)0; } } // System.Void QualifyingCfgManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void QualifyingCfgManager__cctor_m1018050207 (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 QualifyingStageComplete::.ctor() extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete__ctor_m518557055 (QualifyingStageComplete_t3841349852 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void QualifyingStageComplete::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete_OnPageInit_m4131577789 (QualifyingStageComplete_t3841349852 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingStageComplete_OnPageInit_m4131577789_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_44(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_isPageInit_44((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UISprite_t194114938 * L_2 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_1, _stringLiteral3042121933, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_commonwingradeBg_3(L_2); Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_4 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_3, _stringLiteral3271203893, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_commonWinRoot_2(L_4); Transform_t3600365921 * L_5 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_6 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_5, _stringLiteral245960199, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_commonWinLevel_4(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_8 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_7, _stringLiteral3511931309, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_commonWinGrade_5(L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_10 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_9, _stringLiteral1537804102, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_commonWinStreak_6(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, _stringLiteral3762763239, /*hidden argument*/CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var); __this->set_commonGradeIcon_7(L_12); __this->set_comm_3stars_10(((TransformU5BU5D_t807237628*)SZArrayNew(TransformU5BU5D_t807237628_il2cpp_TypeInfo_var, (uint32_t)3))); TransformU5BU5D_t807237628* L_13 = __this->get_comm_3stars_10(); Transform_t3600365921 * L_14 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_15 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_14, _stringLiteral2595843678, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(0), (Transform_t3600365921 *)L_15); TransformU5BU5D_t807237628* L_16 = __this->get_comm_3stars_10(); Transform_t3600365921 * L_17 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_18 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_17, _stringLiteral2192559242, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(1), (Transform_t3600365921 *)L_18); TransformU5BU5D_t807237628* L_19 = __this->get_comm_3stars_10(); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_21 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_20, _stringLiteral3758643154, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(2), (Transform_t3600365921 *)L_21); Transform_t3600365921 * L_22 = __this->get_commonWinStreak_6(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_22, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_23 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_24 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_23, _stringLiteral539498220, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_comm3starRoot_8(L_24); Transform_t3600365921 * L_25 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_26 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_25, _stringLiteral3530503601, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_comm2starRoot_9(L_26); __this->set_comm_2stars_11(((TransformU5BU5D_t807237628*)SZArrayNew(TransformU5BU5D_t807237628_il2cpp_TypeInfo_var, (uint32_t)2))); TransformU5BU5D_t807237628* L_27 = __this->get_comm_2stars_11(); Transform_t3600365921 * L_28 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_29 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_28, _stringLiteral1372503097, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_29); (L_27)->SetAt(static_cast(0), (Transform_t3600365921 *)L_29); TransformU5BU5D_t807237628* L_30 = __this->get_comm_2stars_11(); Transform_t3600365921 * L_31 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_32 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_31, _stringLiteral4101386543, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(1), (Transform_t3600365921 *)L_32); Transform_t3600365921 * L_33 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UISprite_t194114938 * L_34 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_33, _stringLiteral176937076, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_legendwingradeBg_13(L_34); Transform_t3600365921 * L_35 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_36 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_35, _stringLiteral385770511, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_legendWinRoot_12(L_36); Transform_t3600365921 * L_37 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_38 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_37, _stringLiteral1587220426, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_legendWinRankNum_14(L_38); Transform_t3600365921 * L_39 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_40 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_39, _stringLiteral3669880888, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_legendWinScore_15(L_40); Transform_t3600365921 * L_41 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UITexture_t3471168817 * L_42 = CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(NULL /*static, unused*/, L_41, _stringLiteral1130198288, /*hidden argument*/CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var); __this->set_legendGradeIcon_16(L_42); Transform_t3600365921 * L_43 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_44 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_43, _stringLiteral1578568225, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_legendWinRank_17(L_44); Transform_t3600365921 * L_45 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_46 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_45, _stringLiteral1950805661, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_defeatRoot_18(L_46); Transform_t3600365921 * L_47 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UISprite_t194114938 * L_48 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_47, _stringLiteral3465799833, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_defeatgradeBg_19(L_48); Transform_t3600365921 * L_49 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_50 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_49, _stringLiteral4009247668, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_defeatLv_21(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, _stringLiteral2071026213, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_defeatGrade_22(L_52); Transform_t3600365921 * L_53 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_54 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_53, _stringLiteral439441095, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_defeat_star_root_23(L_54); __this->set_defeat_3stars_26(((TransformU5BU5D_t807237628*)SZArrayNew(TransformU5BU5D_t807237628_il2cpp_TypeInfo_var, (uint32_t)3))); TransformU5BU5D_t807237628* L_55 = __this->get_defeat_3stars_26(); Transform_t3600365921 * L_56 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_57 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_56, _stringLiteral2479045729, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_55); ArrayElementTypeCheck (L_55, L_57); (L_55)->SetAt(static_cast(0), (Transform_t3600365921 *)L_57); TransformU5BU5D_t807237628* L_58 = __this->get_defeat_3stars_26(); Transform_t3600365921 * L_59 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_60 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_59, _stringLiteral912961817, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_58); ArrayElementTypeCheck (L_58, L_60); (L_58)->SetAt(static_cast(1), (Transform_t3600365921 *)L_60); TransformU5BU5D_t807237628* L_61 = __this->get_defeat_3stars_26(); Transform_t3600365921 * L_62 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_63 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_62, _stringLiteral3641844949, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_61); ArrayElementTypeCheck (L_61, L_63); (L_61)->SetAt(static_cast(2), (Transform_t3600365921 *)L_63); Transform_t3600365921 * L_64 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UITexture_t3471168817 * L_65 = CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(NULL /*static, unused*/, L_64, _stringLiteral1916792778, /*hidden argument*/CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var); __this->set_defeatGradeIcon_20(L_65); Transform_t3600365921 * L_66 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_67 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_66, _stringLiteral2223286275, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_defeat_3starRoot_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, _stringLiteral3527248190, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_defeat_2starRoot_25(L_69); __this->set_defeat_2stars_27(((TransformU5BU5D_t807237628*)SZArrayNew(TransformU5BU5D_t807237628_il2cpp_TypeInfo_var, (uint32_t)2))); TransformU5BU5D_t807237628* L_70 = __this->get_defeat_2stars_27(); Transform_t3600365921 * L_71 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_72 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_71, _stringLiteral3378105370, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_70); ArrayElementTypeCheck (L_70, L_72); (L_70)->SetAt(static_cast(0), (Transform_t3600365921 *)L_72); TransformU5BU5D_t807237628* L_73 = __this->get_defeat_2stars_27(); Transform_t3600365921 * L_74 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_75 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_74, _stringLiteral2974820872, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_73); ArrayElementTypeCheck (L_73, L_75); (L_73)->SetAt(static_cast(1), (Transform_t3600365921 *)L_75); Transform_t3600365921 * L_76 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_77 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_76, _stringLiteral4058666255, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_legendDefeatRank_28(L_77); Transform_t3600365921 * L_78 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_79 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_78, _stringLiteral1582776335, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_legendDefeatScore_29(L_79); Transform_t3600365921 * L_80 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_81 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_80, _stringLiteral770698977, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_drawRoot_30(L_81); Transform_t3600365921 * L_82 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UISprite_t194114938 * L_83 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_82, _stringLiteral931223637, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_drawgradeBg_31(L_83); Transform_t3600365921 * L_84 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_85 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_84, _stringLiteral1046799382, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_drawnLv_32(L_85); Transform_t3600365921 * L_86 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_87 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_86, _stringLiteral3387881449, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_drawGrade_33(L_87); Transform_t3600365921 * L_88 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_89 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_88, _stringLiteral2929249035, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_draw_star_root_34(L_89); __this->set_draw_3stars_37(((TransformU5BU5D_t807237628*)SZArrayNew(TransformU5BU5D_t807237628_il2cpp_TypeInfo_var, (uint32_t)3))); TransformU5BU5D_t807237628* L_90 = __this->get_draw_3stars_37(); Transform_t3600365921 * L_91 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_92 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_91, _stringLiteral142419192, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_90); ArrayElementTypeCheck (L_90, L_92); (L_90)->SetAt(static_cast(0), (Transform_t3600365921 *)L_92); TransformU5BU5D_t807237628* L_93 = __this->get_draw_3stars_37(); Transform_t3600365921 * L_94 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_95 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_94, _stringLiteral4034101961, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_93); ArrayElementTypeCheck (L_93, L_95); (L_93)->SetAt(static_cast(1), (Transform_t3600365921 *)L_95); TransformU5BU5D_t807237628* L_96 = __this->get_draw_3stars_37(); Transform_t3600365921 * L_97 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_98 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_97, _stringLiteral1305218606, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_96); ArrayElementTypeCheck (L_96, L_98); (L_96)->SetAt(static_cast(2), (Transform_t3600365921 *)L_98); Transform_t3600365921 * L_99 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UITexture_t3471168817 * L_100 = CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(NULL /*static, unused*/, L_99, _stringLiteral1862559868, /*hidden argument*/CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var); __this->set_drawGradeIcon_39(L_100); Transform_t3600365921 * L_101 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_102 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_101, _stringLiteral2329890352, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_draw_3starRoot_35(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, _stringLiteral2329890321, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); __this->set_draw_2starRoot_36(L_104); __this->set_draw_2stars_38(((TransformU5BU5D_t807237628*)SZArrayNew(TransformU5BU5D_t807237628_il2cpp_TypeInfo_var, (uint32_t)2))); TransformU5BU5D_t807237628* L_105 = __this->get_draw_2stars_38(); Transform_t3600365921 * L_106 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_107 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_106, _stringLiteral883817983, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_105); ArrayElementTypeCheck (L_105, L_107); (L_105)->SetAt(static_cast(0), (Transform_t3600365921 *)L_107); TransformU5BU5D_t807237628* L_108 = __this->get_draw_2stars_38(); Transform_t3600365921 * L_109 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); Transform_t3600365921 * L_110 = CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598(NULL /*static, unused*/, L_109, _stringLiteral2147373947, /*hidden argument*/CMiscHelp_GetChildComponent_TisTransform_t3600365921_m1251032598_RuntimeMethod_var); NullCheck(L_108); ArrayElementTypeCheck (L_108, L_110); (L_108)->SetAt(static_cast(1), (Transform_t3600365921 *)L_110); Transform_t3600365921 * L_111 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_112 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_111, _stringLiteral3399526527, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_legendDRawRank_40(L_112); Transform_t3600365921 * L_113 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_114 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_113, _stringLiteral3418569995, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_legendDRawScore_41(L_114); IL2CPP_RUNTIME_CLASS_INIT(IResourceManager_t3165642952_il2cpp_TypeInfo_var); IResourceManager_t3165642952 * L_115 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_115); AudioClip_t3680889665 * L_116 = VirtFuncInvoker1< AudioClip_t3680889665 *, String_t* >::Invoke(9 /* UnityEngine.AudioClip DMCore.Framework.Resource.IResourceManager::GetAudioClip(System.String) */, L_115, _stringLiteral3126405242); __this->set_m_AudioClip_42(L_116); IResourceManager_t3165642952 * L_117 = IResourceManager_GetInstance_m641731805(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_117); AnimationClip_t2318505987 * L_118 = VirtFuncInvoker1< AnimationClip_t2318505987 *, String_t* >::Invoke(10 /* UnityEngine.AnimationClip DMCore.Framework.Resource.IResourceManager::GetAnimationClip(System.String) */, L_117, _stringLiteral1408919353); __this->set_m_cameraClip_43(L_118); UILabel_t3248798549 * L_119 = __this->get_commonWinLevel_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_120 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_119); UILabel_set_text_m1071532778(L_119, L_120, /*hidden argument*/NULL); UILabel_t3248798549 * L_121 = __this->get_commonWinGrade_5(); String_t* L_122 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_121); UILabel_set_text_m1071532778(L_121, L_122, /*hidden argument*/NULL); UILabel_t3248798549 * L_123 = __this->get_legendWinRankNum_14(); String_t* L_124 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_123); UILabel_set_text_m1071532778(L_123, L_124, /*hidden argument*/NULL); UILabel_t3248798549 * L_125 = __this->get_legendWinScore_15(); CTextHelp_t3119637808 * L_126 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_127 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_126); String_t* L_128 = CTextHelp_GetText_m3374553046(L_126, _stringLiteral1314855109, L_127, /*hidden argument*/NULL); String_t* L_129 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_130 = String_Format_m2844511972(NULL /*static, unused*/, L_128, L_129, /*hidden argument*/NULL); NullCheck(L_125); UILabel_set_text_m1071532778(L_125, L_130, /*hidden argument*/NULL); UILabel_t3248798549 * L_131 = __this->get_defeatLv_21(); String_t* L_132 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_131); UILabel_set_text_m1071532778(L_131, L_132, /*hidden argument*/NULL); UILabel_t3248798549 * L_133 = __this->get_defeatGrade_22(); CTextHelp_t3119637808 * L_134 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_135 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_134); String_t* L_136 = CTextHelp_GetText_m3374553046(L_134, _stringLiteral3283653043, L_135, /*hidden argument*/NULL); String_t* L_137 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_138 = String_Format_m2844511972(NULL /*static, unused*/, L_136, L_137, /*hidden argument*/NULL); NullCheck(L_133); UILabel_set_text_m1071532778(L_133, L_138, /*hidden argument*/NULL); UILabel_t3248798549 * L_139 = __this->get_drawnLv_32(); String_t* L_140 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_139); UILabel_set_text_m1071532778(L_139, L_140, /*hidden argument*/NULL); UILabel_t3248798549 * L_141 = __this->get_drawGrade_33(); CTextHelp_t3119637808 * L_142 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_143 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_142); String_t* L_144 = CTextHelp_GetText_m3374553046(L_142, _stringLiteral3283653043, L_143, /*hidden argument*/NULL); String_t* L_145 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_146 = String_Format_m2844511972(NULL /*static, unused*/, L_144, L_145, /*hidden argument*/NULL); NullCheck(L_141); UILabel_set_text_m1071532778(L_141, L_146, /*hidden argument*/NULL); Transform_t3600365921 * L_147 = __this->get_commonWinStreak_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_148 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_147, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_148) { goto IL_05ef; } } { Transform_t3600365921 * L_149 = __this->get_commonWinStreak_6(); NullCheck(L_149); Transform_t3600365921 * L_150 = Transform_Find_m1729760951(L_149, _stringLiteral1600504005, /*hidden argument*/NULL); NullCheck(L_150); UILabel_t3248798549 * L_151 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_150, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); CTextHelp_t3119637808 * L_152 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_153 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_152); String_t* L_154 = CTextHelp_GetText_m3374553046(L_152, _stringLiteral3636766082, L_153, /*hidden argument*/NULL); NullCheck(L_151); UILabel_set_text_m1071532778(L_151, L_154, /*hidden argument*/NULL); } IL_05ef: { return; } } // System.Void QualifyingStageComplete::Start() extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete_Start_m787771117 (QualifyingStageComplete_t3841349852 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingStageComplete_Start_m787771117_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; Animation_t3648466861 * V_1 = NULL; { QualifyingStageComplete_SetComplete_m2037285521(__this, /*hidden argument*/NULL); ISoundManager_t434164892 * L_0 = IHelp_GetSoundManager_m1651454919(NULL /*static, unused*/, /*hidden argument*/NULL); AudioClip_t3680889665 * L_1 = __this->get_m_AudioClip_42(); NullCheck(L_0); ISoundManager_PlayOnce_m3370941300(L_0, L_1, /*hidden argument*/NULL); CEventManager_t474365641 * L_2 = IHelp_GetEventManager_m2071002582(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_3 = (intptr_t)QualifyingStageComplete_StartFadeOut_m2683043640_RuntimeMethod_var; OnEventCall_t3758354630 * L_4 = (OnEventCall_t3758354630 *)il2cpp_codegen_object_new(OnEventCall_t3758354630_il2cpp_TypeInfo_var); OnEventCall__ctor_m3140516762(L_4, __this, L_3, /*hidden argument*/NULL); NullCheck(L_2); CEventManager_PushOnce_m1854500591(L_2, (3.0f), L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_5 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); ICameraBase_t3615533728 * L_6 = CRoot_GetCamera_m3179746689(L_5, /*hidden argument*/NULL); NullCheck(L_6); Camera_t4157153871 * L_7 = ICameraBase_GetActiveCamera_m490033116(L_6, /*hidden argument*/NULL); V_0 = L_7; AnimationClip_t2318505987 * L_8 = __this->get_m_cameraClip_43(); 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_00e4; } } { Camera_t4157153871 * L_10 = V_0; 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_00e4; } } { Camera_t4157153871 * L_12 = V_0; NullCheck(L_12); Animation_t3648466861 * L_13 = Component_GetComponent_TisAnimation_t3648466861_m4214971628(L_12, /*hidden argument*/Component_GetComponent_TisAnimation_t3648466861_m4214971628_RuntimeMethod_var); V_1 = L_13; Animation_t3648466861 * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_009b; } } { Camera_t4157153871 * L_16 = V_0; NullCheck(L_16); GameObject_t1113636619 * L_17 = Component_get_gameObject_m442555142(L_16, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (Animation_t3648466861_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); NullCheck(L_17); Component_t1923634451 * L_20 = GameObject_AddComponent_m136524825(L_17, L_19, /*hidden argument*/NULL); V_1 = ((Animation_t3648466861 *)IsInstSealed((RuntimeObject*)L_20, Animation_t3648466861_il2cpp_TypeInfo_var)); Animation_t3648466861 * L_21 = V_1; NullCheck(L_21); Animation_set_playAutomatically_m3664844654(L_21, (bool)0, /*hidden argument*/NULL); Animation_t3648466861 * L_22 = V_1; NullCheck(L_22); Animation_set_wrapMode_m2823425410(L_22, 1, /*hidden argument*/NULL); } IL_009b: { Animation_t3648466861 * L_23 = V_1; NullCheck(L_23); AnimationClip_t2318505987 * L_24 = Animation_GetClip_m732294439(L_23, _stringLiteral3100719409, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00c2; } } { Animation_t3648466861 * L_26 = V_1; AnimationClip_t2318505987 * L_27 = __this->get_m_cameraClip_43(); NullCheck(L_26); Animation_AddClip_m2720317275(L_26, L_27, _stringLiteral3100719409, /*hidden argument*/NULL); } IL_00c2: { Animation_t3648466861 * L_28 = V_1; NullCheck(L_28); Animation_Stop_m195768787(L_28, /*hidden argument*/NULL); Animation_t3648466861 * L_29 = V_1; NullCheck(L_29); Animation_Play_m27531216(L_29, _stringLiteral3100719409, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CRoot_t1043641654_il2cpp_TypeInfo_var); CRoot_t1043641654 * L_30 = CRoot_GetInstance_m3627548531(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); ICameraBase_t3615533728 * L_31 = CRoot_GetCamera_m3179746689(L_30, /*hidden argument*/NULL); NullCheck(L_31); ICameraBase_SetWatchTarget_m1900455678(L_31, (Transform_t3600365921 *)NULL, /*hidden argument*/NULL); } IL_00e4: { return; } } // System.Void QualifyingStageComplete::SetComplete() extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete_SetComplete_m2037285521 (QualifyingStageComplete_t3841349852 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingStageComplete_SetComplete_m2037285521_MetadataUsageId); s_Il2CppMethodInitialized = true; } SelfQualifyPkResultInfo_t1561294256 * V_0 = NULL; int32_t V_1 = 0; { QualifyingStageComplete_OnPageInit_m4131577789(__this, /*hidden argument*/NULL); CQualifyingManager_t954001806 * L_0 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); SelfQualifyPkResultInfo_t1561294256 * L_1 = CQualifyingManager_get_PkResult_m868160114(L_0, /*hidden argument*/NULL); V_0 = L_1; SelfQualifyPkResultInfo_t1561294256 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_Result_0(); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_001e; } } { return; } IL_001e: { SelfQualifyPkResultInfo_t1561294256 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get_Result_0(); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)2))) { goto IL_003e; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_007a; } } { int32_t L_8 = V_1; if (!L_8) { goto IL_0109; } } { goto IL_0145; } IL_003e: { Transform_t3600365921 * L_9 = __this->get_commonWinRoot_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_9, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_10 = __this->get_drawRoot_30(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_10, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_11 = __this->get_legendWinRoot_12(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_11, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_12 = __this->get_defeatRoot_18(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_12, (bool)1, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_13 = V_0; QualifyingStageComplete_SetDefeat_m4185252045(__this, L_13, /*hidden argument*/NULL); goto IL_0145; } IL_007a: { SelfQualifyPkResultInfo_t1561294256 * L_14 = V_0; NullCheck(L_14); int32_t L_15 = L_14->get_QualifyLevel_3(); IL2CPP_RUNTIME_CLASS_INIT(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var); QualifyingCfgManager_t3310596061 * L_16 = QualifyingCfgManager_GetInstance_m3304083579(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_17 = L_16->get_QfLevelNum_1(); if ((((int32_t)L_15) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1))))) { goto IL_00cd; } } { Transform_t3600365921 * L_18 = __this->get_commonWinRoot_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_18, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_19 = __this->get_drawRoot_30(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_19, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_20 = __this->get_legendWinRoot_12(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_20, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_21 = __this->get_defeatRoot_18(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_21, (bool)0, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_22 = V_0; QualifyingStageComplete_SetLegendWin_m2343784173(__this, L_22, /*hidden argument*/NULL); goto IL_0104; } IL_00cd: { Transform_t3600365921 * L_23 = __this->get_commonWinRoot_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_23, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_24 = __this->get_drawRoot_30(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_24, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_25 = __this->get_legendWinRoot_12(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_25, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_26 = __this->get_defeatRoot_18(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_26, (bool)0, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_27 = V_0; QualifyingStageComplete_SetCommWin_m2436070121(__this, L_27, /*hidden argument*/NULL); } IL_0104: { goto IL_0145; } IL_0109: { Transform_t3600365921 * L_28 = __this->get_commonWinRoot_2(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_28, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_29 = __this->get_drawRoot_30(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_29, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_30 = __this->get_legendWinRoot_12(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_30, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_31 = __this->get_defeatRoot_18(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_31, (bool)0, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_32 = V_0; QualifyingStageComplete_SetDraw_m4151435436(__this, L_32, /*hidden argument*/NULL); goto IL_0145; } IL_0145: { return; } } // System.Void QualifyingStageComplete::SetCommWin(SelfQualifyPkResultInfo) extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete_SetCommWin_m2436070121 (QualifyingStageComplete_t3841349852 * __this, SelfQualifyPkResultInfo_t1561294256 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingStageComplete_SetCommWin_m2436070121_MetadataUsageId); s_Il2CppMethodInitialized = true; } AudioClip_t3680889665 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Animation_t3648466861 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; Animation_t3648466861 * V_6 = NULL; Texture2D_t3840446185 * V_7 = 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, _stringLiteral1858056689); 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_Mode_17(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0041; } } { UISprite_t194114938 * L_7 = __this->get_commonwingradeBg_3(); NullCheck(L_7); UISprite_set_spriteName_m1616245412(L_7, _stringLiteral3286434888, /*hidden argument*/NULL); } IL_0041: { CQualifyingManager_t954001806 * L_8 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = L_8->get_Mode_17(); if (L_9) { goto IL_0060; } } { UISprite_t194114938 * L_10 = __this->get_commonwingradeBg_3(); NullCheck(L_10); UISprite_set_spriteName_m1616245412(L_10, _stringLiteral3286434887, /*hidden argument*/NULL); } IL_0060: { UILabel_t3248798549 * L_11 = __this->get_commonWinLevel_4(); SelfQualifyPkResultInfo_t1561294256 * L_12 = ___info0; NullCheck(L_12); int32_t* L_13 = L_12->get_address_of_QualifyLevel_3(); String_t* L_14 = Int32_ToString_m141394615(L_13, /*hidden argument*/NULL); NullCheck(L_11); UILabel_set_text_m1071532778(L_11, L_14, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_15 = ___info0; NullCheck(L_15); int32_t L_16 = L_15->get_StarAll_5(); if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_0159; } } { Transform_t3600365921 * L_17 = __this->get_comm3starRoot_8(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_17, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_18 = __this->get_comm2starRoot_9(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_18, (bool)1, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_19 = ___info0; NullCheck(L_19); int32_t L_20 = L_19->get_StarNum_4(); TransformU5BU5D_t807237628* L_21 = __this->get_comm_2stars_11(); NullCheck(L_21); if ((((int32_t)L_20) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_0154; } } { V_1 = 0; goto IL_00d1; } IL_00ba: { TransformU5BU5D_t807237628* L_22 = __this->get_comm_2stars_11(); int32_t L_23 = V_1; NullCheck(L_22); int32_t L_24 = L_23; Transform_t3600365921 * L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_25); Transform_t3600365921 * L_26 = Transform_get_parent_m835071599(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_26, (bool)0, /*hidden argument*/NULL); int32_t L_27 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00d1: { int32_t L_28 = V_1; TransformU5BU5D_t807237628* L_29 = __this->get_comm_2stars_11(); NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))))) { goto IL_00ba; } } { V_2 = 0; goto IL_0148; } IL_00e6: { TransformU5BU5D_t807237628* L_30 = __this->get_comm_2stars_11(); int32_t L_31 = V_2; NullCheck(L_30); int32_t L_32 = L_31; Transform_t3600365921 * L_33 = (L_30)->GetAt(static_cast(L_32)); NullCheck(L_33); Transform_t3600365921 * L_34 = Transform_get_parent_m835071599(L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_34, (bool)1, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_35 = __this->get_comm_2stars_11(); int32_t L_36 = V_2; NullCheck(L_35); int32_t L_37 = L_36; Transform_t3600365921 * L_38 = (L_35)->GetAt(static_cast(L_37)); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_38, (bool)1, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_39 = ___info0; NullCheck(L_39); int32_t L_40 = L_39->get_QualifyLevel_3(); SelfQualifyPkResultInfo_t1561294256 * L_41 = ___info0; NullCheck(L_41); int32_t L_42 = L_41->get_OriLevel_6(); if ((!(((uint32_t)L_40) == ((uint32_t)L_42)))) { goto IL_0144; } } { TransformU5BU5D_t807237628* L_43 = __this->get_comm_2stars_11(); int32_t L_44 = V_2; NullCheck(L_43); int32_t L_45 = L_44; Transform_t3600365921 * L_46 = (L_43)->GetAt(static_cast(L_45)); NullCheck(L_46); Transform_t3600365921 * L_47 = Transform_get_parent_m835071599(L_46, /*hidden argument*/NULL); NullCheck(L_47); Animation_t3648466861 * L_48 = Component_GetComponent_TisAnimation_t3648466861_m4214971628(L_47, /*hidden argument*/Component_GetComponent_TisAnimation_t3648466861_m4214971628_RuntimeMethod_var); V_3 = L_48; Animation_t3648466861 * L_49 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_50 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_49, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_50) { goto IL_0144; } } { Animation_t3648466861 * L_51 = V_3; NullCheck(L_51); Animation_Stop_m195768787(L_51, /*hidden argument*/NULL); Animation_t3648466861 * L_52 = V_3; NullCheck(L_52); Behaviour_set_enabled_m20417929(L_52, (bool)0, /*hidden argument*/NULL); } IL_0144: { int32_t L_53 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_0148: { int32_t L_54 = V_2; SelfQualifyPkResultInfo_t1561294256 * L_55 = ___info0; NullCheck(L_55); int32_t L_56 = L_55->get_StarNum_4(); if ((((int32_t)L_54) < ((int32_t)L_56))) { goto IL_00e6; } } IL_0154: { goto IL_0235; } IL_0159: { Transform_t3600365921 * L_57 = __this->get_comm3starRoot_8(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_57, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_58 = __this->get_comm2starRoot_9(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_58, (bool)0, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_59 = ___info0; NullCheck(L_59); int32_t L_60 = L_59->get_StarNum_4(); TransformU5BU5D_t807237628* L_61 = __this->get_comm_3stars_10(); NullCheck(L_61); if ((((int32_t)L_60) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_61)->max_length))))))) { goto IL_0235; } } { V_4 = 0; goto IL_01a6; } IL_018c: { TransformU5BU5D_t807237628* L_62 = __this->get_comm_3stars_10(); int32_t L_63 = V_4; NullCheck(L_62); int32_t L_64 = L_63; Transform_t3600365921 * L_65 = (L_62)->GetAt(static_cast(L_64)); NullCheck(L_65); Transform_t3600365921 * L_66 = Transform_get_parent_m835071599(L_65, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_66, (bool)0, /*hidden argument*/NULL); int32_t L_67 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_01a6: { int32_t L_68 = V_4; TransformU5BU5D_t807237628* L_69 = __this->get_comm_3stars_10(); NullCheck(L_69); if ((((int32_t)L_68) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_69)->max_length))))))) { goto IL_018c; } } { V_5 = 0; goto IL_0228; } IL_01bd: { TransformU5BU5D_t807237628* L_70 = __this->get_comm_3stars_10(); int32_t L_71 = V_5; NullCheck(L_70); int32_t L_72 = L_71; Transform_t3600365921 * L_73 = (L_70)->GetAt(static_cast(L_72)); NullCheck(L_73); Transform_t3600365921 * L_74 = Transform_get_parent_m835071599(L_73, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_74, (bool)1, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_75 = __this->get_comm_3stars_10(); int32_t L_76 = V_5; NullCheck(L_75); int32_t L_77 = L_76; Transform_t3600365921 * L_78 = (L_75)->GetAt(static_cast(L_77)); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_78, (bool)1, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_79 = ___info0; NullCheck(L_79); int32_t L_80 = L_79->get_QualifyLevel_3(); SelfQualifyPkResultInfo_t1561294256 * L_81 = ___info0; NullCheck(L_81); int32_t L_82 = L_81->get_OriLevel_6(); if ((!(((uint32_t)L_80) == ((uint32_t)L_82)))) { goto IL_0222; } } { TransformU5BU5D_t807237628* L_83 = __this->get_comm_3stars_10(); int32_t L_84 = V_5; NullCheck(L_83); int32_t L_85 = L_84; Transform_t3600365921 * L_86 = (L_83)->GetAt(static_cast(L_85)); NullCheck(L_86); Transform_t3600365921 * L_87 = Transform_get_parent_m835071599(L_86, /*hidden argument*/NULL); NullCheck(L_87); Animation_t3648466861 * L_88 = Component_GetComponent_TisAnimation_t3648466861_m4214971628(L_87, /*hidden argument*/Component_GetComponent_TisAnimation_t3648466861_m4214971628_RuntimeMethod_var); V_6 = L_88; Animation_t3648466861 * L_89 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_90 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_89, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_90) { goto IL_0222; } } { Animation_t3648466861 * L_91 = V_6; NullCheck(L_91); Animation_Stop_m195768787(L_91, /*hidden argument*/NULL); Animation_t3648466861 * L_92 = V_6; NullCheck(L_92); Behaviour_set_enabled_m20417929(L_92, (bool)0, /*hidden argument*/NULL); } IL_0222: { int32_t L_93 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)); } IL_0228: { int32_t L_94 = V_5; SelfQualifyPkResultInfo_t1561294256 * L_95 = ___info0; NullCheck(L_95); int32_t L_96 = L_95->get_StarNum_4(); if ((((int32_t)L_94) < ((int32_t)L_96))) { goto IL_01bd; } } IL_0235: { SelfQualifyPkResultInfo_t1561294256 * L_97 = ___info0; NullCheck(L_97); int32_t L_98 = L_97->get_oriGrade_8(); SelfQualifyPkResultInfo_t1561294256 * L_99 = ___info0; NullCheck(L_99); int32_t L_100 = L_99->get_Grade_7(); if ((((int32_t)L_98) >= ((int32_t)L_100))) { goto IL_0275; } } { UILabel_t3248798549 * L_101 = __this->get_commonWinGrade_5(); CTextHelp_t3119637808 * L_102 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_103 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_102); String_t* L_104 = CTextHelp_GetText_m3374553046(L_102, _stringLiteral57233256, L_103, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_105 = ___info0; NullCheck(L_105); String_t* L_106 = L_105->get_GradeName_2(); String_t* L_107 = String_Format_m2844511972(NULL /*static, unused*/, L_104, L_106, /*hidden argument*/NULL); NullCheck(L_101); UILabel_set_text_m1071532778(L_101, L_107, /*hidden argument*/NULL); goto IL_029f; } IL_0275: { UILabel_t3248798549 * L_108 = __this->get_commonWinGrade_5(); CTextHelp_t3119637808 * L_109 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_110 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_109); String_t* L_111 = CTextHelp_GetText_m3374553046(L_109, _stringLiteral3283653043, L_110, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_112 = ___info0; NullCheck(L_112); String_t* L_113 = L_112->get_GradeName_2(); String_t* L_114 = String_Format_m2844511972(NULL /*static, unused*/, L_111, L_113, /*hidden argument*/NULL); NullCheck(L_108); UILabel_set_text_m1071532778(L_108, L_114, /*hidden argument*/NULL); } IL_029f: { IL2CPP_RUNTIME_CLASS_INIT(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var); QualifyingCfgManager_t3310596061 * L_115 = QualifyingCfgManager_GetInstance_m3304083579(NULL /*static, unused*/, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_116 = ___info0; NullCheck(L_116); int32_t L_117 = L_116->get_GameType_1(); SelfQualifyPkResultInfo_t1561294256 * L_118 = ___info0; NullCheck(L_118); int32_t L_119 = L_118->get_Grade_7(); NullCheck(L_115); Texture2D_t3840446185 * L_120 = QualifyingCfgManager_GetQualifyingGradeIcon_m2327491827(L_115, L_117, L_119, /*hidden argument*/NULL); V_7 = L_120; Texture2D_t3840446185 * L_121 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_122 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_121, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_122) { goto IL_02d1; } } { UITexture_t3471168817 * L_123 = __this->get_commonGradeIcon_7(); Texture2D_t3840446185 * L_124 = V_7; NullCheck(L_123); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_123, L_124); } IL_02d1: { SelfQualifyPkResultInfo_t1561294256 * L_125 = ___info0; NullCheck(L_125); int32_t L_126 = L_125->get_WinningStreak_12(); if ((((int32_t)L_126) <= ((int32_t)2))) { goto IL_0301; } } { SelfQualifyPkResultInfo_t1561294256 * L_127 = ___info0; NullCheck(L_127); int32_t L_128 = L_127->get_QualifyLevel_3(); SelfQualifyPkResultInfo_t1561294256 * L_129 = ___info0; NullCheck(L_129); int32_t L_130 = L_129->get_OriLevel_6(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_128, (int32_t)L_130))) <= ((int32_t)1))) { goto IL_0301; } } { Transform_t3600365921 * L_131 = __this->get_commonWinStreak_6(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_131, (bool)1, /*hidden argument*/NULL); goto IL_030d; } IL_0301: { Transform_t3600365921 * L_132 = __this->get_commonWinStreak_6(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_132, (bool)0, /*hidden argument*/NULL); } IL_030d: { return; } } // System.Void QualifyingStageComplete::SetLegendWin(SelfQualifyPkResultInfo) extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete_SetLegendWin_m2343784173 (QualifyingStageComplete_t3841349852 * __this, SelfQualifyPkResultInfo_t1561294256 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingStageComplete_SetLegendWin_m2343784173_MetadataUsageId); s_Il2CppMethodInitialized = true; } AudioClip_t3680889665 * V_0 = NULL; Texture2D_t3840446185 * V_1 = 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, _stringLiteral1858056689); 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_Mode_17(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0041; } } { UISprite_t194114938 * L_7 = __this->get_legendwingradeBg_13(); NullCheck(L_7); UISprite_set_spriteName_m1616245412(L_7, _stringLiteral3286434888, /*hidden argument*/NULL); } IL_0041: { CQualifyingManager_t954001806 * L_8 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = L_8->get_Mode_17(); if (L_9) { goto IL_0060; } } { UISprite_t194114938 * L_10 = __this->get_legendwingradeBg_13(); NullCheck(L_10); UISprite_set_spriteName_m1616245412(L_10, _stringLiteral3286434887, /*hidden argument*/NULL); } IL_0060: { UILabel_t3248798549 * L_11 = __this->get_legendWinRankNum_14(); SelfQualifyPkResultInfo_t1561294256 * L_12 = ___info0; NullCheck(L_12); int32_t* L_13 = L_12->get_address_of_RankNum_9(); String_t* L_14 = Int32_ToString_m141394615(L_13, /*hidden argument*/NULL); NullCheck(L_11); UILabel_set_text_m1071532778(L_11, L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var); QualifyingCfgManager_t3310596061 * L_15 = QualifyingCfgManager_GetInstance_m3304083579(NULL /*static, unused*/, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_16 = ___info0; NullCheck(L_16); int32_t L_17 = L_16->get_GameType_1(); NullCheck(L_15); Texture2D_t3840446185 * L_18 = QualifyingCfgManager_GetQualifyingGradeIcon_m2327491827(L_15, L_17, 0, /*hidden argument*/NULL); V_1 = L_18; Texture2D_t3840446185 * L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_20 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_19, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_20) { goto IL_00a6; } } { UITexture_t3471168817 * L_21 = __this->get_legendGradeIcon_16(); Texture2D_t3840446185 * L_22 = V_1; NullCheck(L_21); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_21, L_22); } IL_00a6: { UILabel_t3248798549 * L_23 = __this->get_legendWinScore_15(); CTextHelp_t3119637808 * L_24 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_24); String_t* L_26 = CTextHelp_GetText_m3374553046(L_24, _stringLiteral1314855109, L_25, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_27 = ___info0; NullCheck(L_27); int32_t L_28 = L_27->get_Score_10(); int32_t L_29 = L_28; RuntimeObject * L_30 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_29); String_t* L_31 = String_Format_m2844511972(NULL /*static, unused*/, L_26, L_30, /*hidden argument*/NULL); NullCheck(L_23); UILabel_set_text_m1071532778(L_23, L_31, /*hidden argument*/NULL); UILabel_t3248798549 * L_32 = __this->get_legendWinRank_17(); CTextHelp_t3119637808 * L_33 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_33); String_t* L_35 = CTextHelp_GetText_m3374553046(L_33, _stringLiteral1340996220, L_34, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_36 = ___info0; NullCheck(L_36); int32_t L_37 = L_36->get_RankNum_9(); int32_t L_38 = L_37; RuntimeObject * L_39 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_38); String_t* L_40 = String_Format_m2844511972(NULL /*static, unused*/, L_35, L_39, /*hidden argument*/NULL); NullCheck(L_32); UILabel_set_text_m1071532778(L_32, L_40, /*hidden argument*/NULL); return; } } // System.Void QualifyingStageComplete::SetDefeat(SelfQualifyPkResultInfo) extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete_SetDefeat_m4185252045 (QualifyingStageComplete_t3841349852 * __this, SelfQualifyPkResultInfo_t1561294256 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingStageComplete_SetDefeat_m4185252045_MetadataUsageId); s_Il2CppMethodInitialized = true; } AudioClip_t3680889665 * V_0 = NULL; Texture2D_t3840446185 * V_1 = NULL; Texture2D_t3840446185 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; Animation_t3648466861 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; Animation_t3648466861 * V_9 = NULL; int32_t V_10 = 0; { 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, _stringLiteral1649804864); 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_Mode_17(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0041; } } { UISprite_t194114938 * L_7 = __this->get_defeatgradeBg_19(); NullCheck(L_7); UISprite_set_spriteName_m1616245412(L_7, _stringLiteral3286434888, /*hidden argument*/NULL); } IL_0041: { CQualifyingManager_t954001806 * L_8 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = L_8->get_Mode_17(); if (L_9) { goto IL_0060; } } { UISprite_t194114938 * L_10 = __this->get_defeatgradeBg_19(); NullCheck(L_10); UISprite_set_spriteName_m1616245412(L_10, _stringLiteral3286434887, /*hidden argument*/NULL); } IL_0060: { SelfQualifyPkResultInfo_t1561294256 * L_11 = ___info0; NullCheck(L_11); int32_t L_12 = L_11->get_QualifyLevel_3(); IL2CPP_RUNTIME_CLASS_INIT(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var); QualifyingCfgManager_t3310596061 * L_13 = QualifyingCfgManager_GetInstance_m3304083579(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = L_13->get_QfLevelNum_1(); if ((((int32_t)L_12) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))))) { goto IL_0168; } } { Transform_t3600365921 * L_15 = __this->get_defeat_star_root_23(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_15, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_16 = __this->get_defeatLv_21(); SelfQualifyPkResultInfo_t1561294256 * L_17 = ___info0; NullCheck(L_17); int32_t* L_18 = L_17->get_address_of_RankNum_9(); String_t* L_19 = Int32_ToString_m141394615(L_18, /*hidden argument*/NULL); NullCheck(L_16); UILabel_set_text_m1071532778(L_16, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var); QualifyingCfgManager_t3310596061 * L_20 = QualifyingCfgManager_GetInstance_m3304083579(NULL /*static, unused*/, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_21 = ___info0; NullCheck(L_21); int32_t L_22 = L_21->get_GameType_1(); NullCheck(L_20); Texture2D_t3840446185 * L_23 = QualifyingCfgManager_GetQualifyingGradeIcon_m2327491827(L_20, L_22, 0, /*hidden argument*/NULL); V_1 = L_23; Texture2D_t3840446185 * L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_24, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_25) { goto IL_00c9; } } { UITexture_t3471168817 * L_26 = __this->get_defeatGradeIcon_20(); Texture2D_t3840446185 * L_27 = V_1; NullCheck(L_26); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_26, L_27); } IL_00c9: { UILabel_t3248798549 * L_28 = __this->get_legendDefeatRank_28(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_28, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_29 = __this->get_legendDefeatScore_29(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_29, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_30 = __this->get_defeat_2starRoot_25(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_30, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_31 = __this->get_defeat_3starRoot_24(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_31, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_32 = __this->get_defeatGrade_22(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_32, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_33 = __this->get_legendDefeatRank_28(); CTextHelp_t3119637808 * L_34 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_34); String_t* L_36 = CTextHelp_GetText_m3374553046(L_34, _stringLiteral1340996220, L_35, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_37 = ___info0; NullCheck(L_37); int32_t L_38 = L_37->get_RankNum_9(); int32_t L_39 = L_38; RuntimeObject * L_40 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_39); String_t* L_41 = String_Format_m2844511972(NULL /*static, unused*/, L_36, L_40, /*hidden argument*/NULL); NullCheck(L_33); UILabel_set_text_m1071532778(L_33, L_41, /*hidden argument*/NULL); UILabel_t3248798549 * L_42 = __this->get_legendDefeatScore_29(); CTextHelp_t3119637808 * L_43 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_44 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_43); String_t* L_45 = CTextHelp_GetText_m3374553046(L_43, _stringLiteral1314855109, L_44, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_46 = ___info0; NullCheck(L_46); int32_t L_47 = L_46->get_Score_10(); int32_t L_48 = L_47; RuntimeObject * L_49 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_48); String_t* L_50 = String_Format_m2844511972(NULL /*static, unused*/, L_45, L_49, /*hidden argument*/NULL); NullCheck(L_42); UILabel_set_text_m1071532778(L_42, L_50, /*hidden argument*/NULL); goto IL_0405; } IL_0168: { UILabel_t3248798549 * L_51 = __this->get_legendDefeatRank_28(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_51, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_52 = __this->get_legendDefeatScore_29(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_52, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_53 = __this->get_defeatGrade_22(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_53, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var); QualifyingCfgManager_t3310596061 * L_54 = QualifyingCfgManager_GetInstance_m3304083579(NULL /*static, unused*/, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_55 = ___info0; NullCheck(L_55); int32_t L_56 = L_55->get_GameType_1(); SelfQualifyPkResultInfo_t1561294256 * L_57 = ___info0; NullCheck(L_57); int32_t L_58 = L_57->get_Grade_7(); NullCheck(L_54); Texture2D_t3840446185 * L_59 = QualifyingCfgManager_GetQualifyingGradeIcon_m2327491827(L_54, L_56, L_58, /*hidden argument*/NULL); V_2 = L_59; Texture2D_t3840446185 * L_60 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_61 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_60, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_61) { goto IL_01bb; } } { UITexture_t3471168817 * L_62 = __this->get_defeatGradeIcon_20(); Texture2D_t3840446185 * L_63 = V_2; NullCheck(L_62); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_62, L_63); } IL_01bb: { Transform_t3600365921 * L_64 = __this->get_defeat_star_root_23(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_64, (bool)1, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_65 = ___info0; NullCheck(L_65); int32_t L_66 = L_65->get_StarAll_5(); if ((!(((uint32_t)L_66) == ((uint32_t)2)))) { goto IL_02de; } } { Transform_t3600365921 * L_67 = __this->get_defeat_2starRoot_25(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_67, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_68 = __this->get_defeat_3starRoot_24(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_68, (bool)0, /*hidden argument*/NULL); V_3 = 0; goto IL_0209; } IL_01f2: { TransformU5BU5D_t807237628* L_69 = __this->get_defeat_2stars_27(); int32_t L_70 = V_3; NullCheck(L_69); int32_t L_71 = L_70; Transform_t3600365921 * L_72 = (L_69)->GetAt(static_cast(L_71)); NullCheck(L_72); Transform_t3600365921 * L_73 = Transform_get_parent_m835071599(L_72, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_73, (bool)0, /*hidden argument*/NULL); int32_t L_74 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); } IL_0209: { int32_t L_75 = V_3; TransformU5BU5D_t807237628* L_76 = __this->get_defeat_2stars_27(); NullCheck(L_76); if ((((int32_t)L_75) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_76)->max_length))))))) { goto IL_01f2; } } { V_4 = 0; goto IL_0279; } IL_021f: { TransformU5BU5D_t807237628* L_77 = __this->get_defeat_2stars_27(); int32_t L_78 = V_4; NullCheck(L_77); int32_t L_79 = L_78; Transform_t3600365921 * L_80 = (L_77)->GetAt(static_cast(L_79)); NullCheck(L_80); Transform_t3600365921 * L_81 = Transform_get_parent_m835071599(L_80, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_81, (bool)1, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_82 = __this->get_defeat_2stars_27(); int32_t L_83 = V_4; NullCheck(L_82); int32_t L_84 = L_83; Transform_t3600365921 * L_85 = (L_82)->GetAt(static_cast(L_84)); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_85, (bool)1, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_86 = __this->get_defeat_2stars_27(); int32_t L_87 = V_4; NullCheck(L_86); int32_t L_88 = L_87; Transform_t3600365921 * L_89 = (L_86)->GetAt(static_cast(L_88)); NullCheck(L_89); Transform_t3600365921 * L_90 = Transform_get_parent_m835071599(L_89, /*hidden argument*/NULL); NullCheck(L_90); Animation_t3648466861 * L_91 = Component_GetComponent_TisAnimation_t3648466861_m4214971628(L_90, /*hidden argument*/Component_GetComponent_TisAnimation_t3648466861_m4214971628_RuntimeMethod_var); V_5 = L_91; Animation_t3648466861 * L_92 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_93 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_92, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_93) { goto IL_0273; } } { Animation_t3648466861 * L_94 = V_5; NullCheck(L_94); Animation_Stop_m195768787(L_94, /*hidden argument*/NULL); Animation_t3648466861 * L_95 = V_5; NullCheck(L_95); Behaviour_set_enabled_m20417929(L_95, (bool)0, /*hidden argument*/NULL); } IL_0273: { int32_t L_96 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); } IL_0279: { int32_t L_97 = V_4; SelfQualifyPkResultInfo_t1561294256 * L_98 = ___info0; NullCheck(L_98); int32_t L_99 = L_98->get_StarNum_4(); if ((((int32_t)L_97) < ((int32_t)L_99))) { goto IL_021f; } } { SelfQualifyPkResultInfo_t1561294256 * L_100 = ___info0; NullCheck(L_100); int32_t L_101 = L_100->get_StarNum_4(); if ((((int32_t)L_101) <= ((int32_t)0))) { goto IL_02d9; } } { SelfQualifyPkResultInfo_t1561294256 * L_102 = ___info0; NullCheck(L_102); int32_t L_103 = L_102->get_StarNum_4(); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_103, (int32_t)1)); goto IL_02ca; } IL_02a1: { TransformU5BU5D_t807237628* L_104 = __this->get_defeat_2stars_27(); int32_t L_105 = V_6; NullCheck(L_104); int32_t L_106 = L_105; Transform_t3600365921 * L_107 = (L_104)->GetAt(static_cast(L_106)); NullCheck(L_107); Transform_t3600365921 * L_108 = Transform_get_parent_m835071599(L_107, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_108, (bool)1, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_109 = __this->get_defeat_2stars_27(); int32_t L_110 = V_6; NullCheck(L_109); int32_t L_111 = L_110; Transform_t3600365921 * L_112 = (L_109)->GetAt(static_cast(L_111)); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_112, (bool)1, /*hidden argument*/NULL); int32_t L_113 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)1)); } IL_02ca: { int32_t L_114 = V_6; TransformU5BU5D_t807237628* L_115 = __this->get_defeat_2stars_27(); NullCheck(L_115); if ((((int32_t)L_114) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_115)->max_length))))))) { goto IL_02a1; } } IL_02d9: { goto IL_03e9; } IL_02de: { Transform_t3600365921 * L_116 = __this->get_defeat_2starRoot_25(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_116, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_117 = __this->get_defeat_3starRoot_24(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_117, (bool)1, /*hidden argument*/NULL); V_7 = 0; goto IL_0318; } IL_02fe: { TransformU5BU5D_t807237628* L_118 = __this->get_defeat_3stars_26(); int32_t L_119 = V_7; NullCheck(L_118); int32_t L_120 = L_119; Transform_t3600365921 * L_121 = (L_118)->GetAt(static_cast(L_120)); NullCheck(L_121); Transform_t3600365921 * L_122 = Transform_get_parent_m835071599(L_121, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_122, (bool)0, /*hidden argument*/NULL); int32_t L_123 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1)); } IL_0318: { int32_t L_124 = V_7; TransformU5BU5D_t807237628* L_125 = __this->get_defeat_3stars_26(); NullCheck(L_125); if ((((int32_t)L_124) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_125)->max_length))))))) { goto IL_02fe; } } { V_8 = 0; goto IL_0389; } IL_032f: { TransformU5BU5D_t807237628* L_126 = __this->get_defeat_3stars_26(); int32_t L_127 = V_8; NullCheck(L_126); int32_t L_128 = L_127; Transform_t3600365921 * L_129 = (L_126)->GetAt(static_cast(L_128)); NullCheck(L_129); Transform_t3600365921 * L_130 = Transform_get_parent_m835071599(L_129, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_130, (bool)1, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_131 = __this->get_defeat_3stars_26(); int32_t L_132 = V_8; NullCheck(L_131); int32_t L_133 = L_132; Transform_t3600365921 * L_134 = (L_131)->GetAt(static_cast(L_133)); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_134, (bool)1, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_135 = __this->get_defeat_3stars_26(); int32_t L_136 = V_8; NullCheck(L_135); int32_t L_137 = L_136; Transform_t3600365921 * L_138 = (L_135)->GetAt(static_cast(L_137)); NullCheck(L_138); Transform_t3600365921 * L_139 = Transform_get_parent_m835071599(L_138, /*hidden argument*/NULL); NullCheck(L_139); Animation_t3648466861 * L_140 = Component_GetComponent_TisAnimation_t3648466861_m4214971628(L_139, /*hidden argument*/Component_GetComponent_TisAnimation_t3648466861_m4214971628_RuntimeMethod_var); V_9 = L_140; Animation_t3648466861 * L_141 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_142 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_141, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_142) { goto IL_0383; } } { Animation_t3648466861 * L_143 = V_9; NullCheck(L_143); Animation_Stop_m195768787(L_143, /*hidden argument*/NULL); Animation_t3648466861 * L_144 = V_9; NullCheck(L_144); Behaviour_set_enabled_m20417929(L_144, (bool)0, /*hidden argument*/NULL); } IL_0383: { int32_t L_145 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)1)); } IL_0389: { int32_t L_146 = V_8; SelfQualifyPkResultInfo_t1561294256 * L_147 = ___info0; NullCheck(L_147); int32_t L_148 = L_147->get_StarNum_4(); if ((((int32_t)L_146) < ((int32_t)L_148))) { goto IL_032f; } } { SelfQualifyPkResultInfo_t1561294256 * L_149 = ___info0; NullCheck(L_149); int32_t L_150 = L_149->get_StarNum_4(); if ((((int32_t)L_150) <= ((int32_t)0))) { goto IL_03e9; } } { SelfQualifyPkResultInfo_t1561294256 * L_151 = ___info0; NullCheck(L_151); int32_t L_152 = L_151->get_StarNum_4(); V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_152, (int32_t)1)); goto IL_03da; } IL_03b1: { TransformU5BU5D_t807237628* L_153 = __this->get_defeat_3stars_26(); int32_t L_154 = V_10; NullCheck(L_153); int32_t L_155 = L_154; Transform_t3600365921 * L_156 = (L_153)->GetAt(static_cast(L_155)); NullCheck(L_156); Transform_t3600365921 * L_157 = Transform_get_parent_m835071599(L_156, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_157, (bool)1, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_158 = __this->get_defeat_3stars_26(); int32_t L_159 = V_10; NullCheck(L_158); int32_t L_160 = L_159; Transform_t3600365921 * L_161 = (L_158)->GetAt(static_cast(L_160)); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_161, (bool)1, /*hidden argument*/NULL); int32_t L_162 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_162, (int32_t)1)); } IL_03da: { int32_t L_163 = V_10; TransformU5BU5D_t807237628* L_164 = __this->get_defeat_3stars_26(); NullCheck(L_164); if ((((int32_t)L_163) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_164)->max_length))))))) { goto IL_03b1; } } IL_03e9: { UILabel_t3248798549 * L_165 = __this->get_defeatLv_21(); SelfQualifyPkResultInfo_t1561294256 * L_166 = ___info0; NullCheck(L_166); int32_t* L_167 = L_166->get_address_of_QualifyLevel_3(); String_t* L_168 = Int32_ToString_m141394615(L_167, /*hidden argument*/NULL); NullCheck(L_165); UILabel_set_text_m1071532778(L_165, L_168, /*hidden argument*/NULL); } IL_0405: { SelfQualifyPkResultInfo_t1561294256 * L_169 = ___info0; NullCheck(L_169); int32_t L_170 = L_169->get_oriGrade_8(); SelfQualifyPkResultInfo_t1561294256 * L_171 = ___info0; NullCheck(L_171); int32_t L_172 = L_171->get_Grade_7(); if ((((int32_t)L_170) <= ((int32_t)L_172))) { goto IL_0445; } } { UILabel_t3248798549 * L_173 = __this->get_defeatGrade_22(); CTextHelp_t3119637808 * L_174 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_175 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_174); String_t* L_176 = CTextHelp_GetText_m3374553046(L_174, _stringLiteral1893093656, L_175, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_177 = ___info0; NullCheck(L_177); String_t* L_178 = L_177->get_GradeName_2(); String_t* L_179 = String_Format_m2844511972(NULL /*static, unused*/, L_176, L_178, /*hidden argument*/NULL); NullCheck(L_173); UILabel_set_text_m1071532778(L_173, L_179, /*hidden argument*/NULL); goto IL_046f; } IL_0445: { UILabel_t3248798549 * L_180 = __this->get_defeatGrade_22(); CTextHelp_t3119637808 * L_181 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_182 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_181); String_t* L_183 = CTextHelp_GetText_m3374553046(L_181, _stringLiteral3283653043, L_182, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_184 = ___info0; NullCheck(L_184); String_t* L_185 = L_184->get_GradeName_2(); String_t* L_186 = String_Format_m2844511972(NULL /*static, unused*/, L_183, L_185, /*hidden argument*/NULL); NullCheck(L_180); UILabel_set_text_m1071532778(L_180, L_186, /*hidden argument*/NULL); } IL_046f: { return; } } // System.Void QualifyingStageComplete::SetDraw(SelfQualifyPkResultInfo) extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete_SetDraw_m4151435436 (QualifyingStageComplete_t3841349852 * __this, SelfQualifyPkResultInfo_t1561294256 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingStageComplete_SetDraw_m4151435436_MetadataUsageId); s_Il2CppMethodInitialized = true; } AudioClip_t3680889665 * V_0 = NULL; Texture2D_t3840446185 * V_1 = NULL; Texture2D_t3840446185 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; Animation_t3648466861 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; { 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, _stringLiteral1199187289); 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_Mode_17(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0041; } } { UISprite_t194114938 * L_7 = __this->get_drawgradeBg_31(); NullCheck(L_7); UISprite_set_spriteName_m1616245412(L_7, _stringLiteral3286434888, /*hidden argument*/NULL); } IL_0041: { CQualifyingManager_t954001806 * L_8 = CQualifyingManager_GetInstance_m1430111945(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = L_8->get_Mode_17(); if (L_9) { goto IL_0060; } } { UISprite_t194114938 * L_10 = __this->get_drawgradeBg_31(); NullCheck(L_10); UISprite_set_spriteName_m1616245412(L_10, _stringLiteral3286434887, /*hidden argument*/NULL); } IL_0060: { SelfQualifyPkResultInfo_t1561294256 * L_11 = ___info0; NullCheck(L_11); int32_t L_12 = L_11->get_QualifyLevel_3(); IL2CPP_RUNTIME_CLASS_INIT(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var); QualifyingCfgManager_t3310596061 * L_13 = QualifyingCfgManager_GetInstance_m3304083579(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = L_13->get_QfLevelNum_1(); if ((((int32_t)L_12) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))))) { goto IL_0168; } } { Transform_t3600365921 * L_15 = __this->get_draw_star_root_34(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_15, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_16 = __this->get_drawnLv_32(); SelfQualifyPkResultInfo_t1561294256 * L_17 = ___info0; NullCheck(L_17); int32_t* L_18 = L_17->get_address_of_RankNum_9(); String_t* L_19 = Int32_ToString_m141394615(L_18, /*hidden argument*/NULL); NullCheck(L_16); UILabel_set_text_m1071532778(L_16, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var); QualifyingCfgManager_t3310596061 * L_20 = QualifyingCfgManager_GetInstance_m3304083579(NULL /*static, unused*/, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_21 = ___info0; NullCheck(L_21); int32_t L_22 = L_21->get_GameType_1(); NullCheck(L_20); Texture2D_t3840446185 * L_23 = QualifyingCfgManager_GetQualifyingGradeIcon_m2327491827(L_20, L_22, 0, /*hidden argument*/NULL); V_1 = L_23; Texture2D_t3840446185 * L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_24, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_25) { goto IL_00c9; } } { UITexture_t3471168817 * L_26 = __this->get_drawGradeIcon_39(); Texture2D_t3840446185 * L_27 = V_1; NullCheck(L_26); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_26, L_27); } IL_00c9: { Transform_t3600365921 * L_28 = __this->get_draw_2starRoot_36(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_28, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_29 = __this->get_draw_3starRoot_35(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_29, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_30 = __this->get_legendDRawRank_40(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_30, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_31 = __this->get_legendDRawScore_41(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_31, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_32 = __this->get_drawGrade_33(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_32, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_33 = __this->get_legendDRawRank_40(); CTextHelp_t3119637808 * L_34 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_34); String_t* L_36 = CTextHelp_GetText_m3374553046(L_34, _stringLiteral1340996220, L_35, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_37 = ___info0; NullCheck(L_37); int32_t L_38 = L_37->get_RankNum_9(); int32_t L_39 = L_38; RuntimeObject * L_40 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_39); String_t* L_41 = String_Format_m2844511972(NULL /*static, unused*/, L_36, L_40, /*hidden argument*/NULL); NullCheck(L_33); UILabel_set_text_m1071532778(L_33, L_41, /*hidden argument*/NULL); UILabel_t3248798549 * L_42 = __this->get_legendDRawScore_41(); CTextHelp_t3119637808 * L_43 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_44 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_43); String_t* L_45 = CTextHelp_GetText_m3374553046(L_43, _stringLiteral1314855109, L_44, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_46 = ___info0; NullCheck(L_46); int32_t L_47 = L_46->get_Score_10(); int32_t L_48 = L_47; RuntimeObject * L_49 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_48); String_t* L_50 = String_Format_m2844511972(NULL /*static, unused*/, L_45, L_49, /*hidden argument*/NULL); NullCheck(L_42); UILabel_set_text_m1071532778(L_42, L_50, /*hidden argument*/NULL); goto IL_0326; } IL_0168: { UILabel_t3248798549 * L_51 = __this->get_legendDRawRank_40(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_51, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_52 = __this->get_legendDRawScore_41(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_52, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_53 = __this->get_drawGrade_33(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_53, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(QualifyingCfgManager_t3310596061_il2cpp_TypeInfo_var); QualifyingCfgManager_t3310596061 * L_54 = QualifyingCfgManager_GetInstance_m3304083579(NULL /*static, unused*/, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_55 = ___info0; NullCheck(L_55); int32_t L_56 = L_55->get_GameType_1(); SelfQualifyPkResultInfo_t1561294256 * L_57 = ___info0; NullCheck(L_57); int32_t L_58 = L_57->get_Grade_7(); NullCheck(L_54); Texture2D_t3840446185 * L_59 = QualifyingCfgManager_GetQualifyingGradeIcon_m2327491827(L_54, L_56, L_58, /*hidden argument*/NULL); V_2 = L_59; Texture2D_t3840446185 * L_60 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_61 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_60, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_61) { goto IL_01bb; } } { UITexture_t3471168817 * L_62 = __this->get_drawGradeIcon_39(); Texture2D_t3840446185 * L_63 = V_2; NullCheck(L_62); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_62, L_63); } IL_01bb: { Transform_t3600365921 * L_64 = __this->get_draw_star_root_34(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_64, (bool)1, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_65 = ___info0; NullCheck(L_65); int32_t L_66 = L_65->get_StarAll_5(); if ((!(((uint32_t)L_66) == ((uint32_t)2)))) { goto IL_029c; } } { Transform_t3600365921 * L_67 = __this->get_draw_2starRoot_36(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_67, (bool)1, /*hidden argument*/NULL); Transform_t3600365921 * L_68 = __this->get_draw_3starRoot_35(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_68, (bool)0, /*hidden argument*/NULL); V_3 = 0; goto IL_0209; } IL_01f2: { TransformU5BU5D_t807237628* L_69 = __this->get_draw_2stars_38(); int32_t L_70 = V_3; NullCheck(L_69); int32_t L_71 = L_70; Transform_t3600365921 * L_72 = (L_69)->GetAt(static_cast(L_71)); NullCheck(L_72); Transform_t3600365921 * L_73 = Transform_get_parent_m835071599(L_72, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_73, (bool)0, /*hidden argument*/NULL); int32_t L_74 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); } IL_0209: { int32_t L_75 = V_3; TransformU5BU5D_t807237628* L_76 = __this->get_draw_2stars_38(); NullCheck(L_76); if ((((int32_t)L_75) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_76)->max_length))))))) { goto IL_01f2; } } { V_4 = 0; goto IL_028a; } IL_021f: { TransformU5BU5D_t807237628* L_77 = __this->get_draw_2stars_38(); int32_t L_78 = V_4; NullCheck(L_77); int32_t L_79 = L_78; Transform_t3600365921 * L_80 = (L_77)->GetAt(static_cast(L_79)); NullCheck(L_80); Transform_t3600365921 * L_81 = Transform_get_parent_m835071599(L_80, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_81, (bool)1, /*hidden argument*/NULL); TransformU5BU5D_t807237628* L_82 = __this->get_draw_2stars_38(); int32_t L_83 = V_4; NullCheck(L_82); int32_t L_84 = L_83; Transform_t3600365921 * L_85 = (L_82)->GetAt(static_cast(L_84)); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_85, (bool)1, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_86 = ___info0; NullCheck(L_86); int32_t L_87 = L_86->get_QualifyLevel_3(); SelfQualifyPkResultInfo_t1561294256 * L_88 = ___info0; NullCheck(L_88); int32_t L_89 = L_88->get_OriLevel_6(); if ((!(((uint32_t)L_87) == ((uint32_t)L_89)))) { goto IL_0284; } } { TransformU5BU5D_t807237628* L_90 = __this->get_draw_2stars_38(); int32_t L_91 = V_4; NullCheck(L_90); int32_t L_92 = L_91; Transform_t3600365921 * L_93 = (L_90)->GetAt(static_cast(L_92)); NullCheck(L_93); Transform_t3600365921 * L_94 = Transform_get_parent_m835071599(L_93, /*hidden argument*/NULL); NullCheck(L_94); Animation_t3648466861 * L_95 = Component_GetComponent_TisAnimation_t3648466861_m4214971628(L_94, /*hidden argument*/Component_GetComponent_TisAnimation_t3648466861_m4214971628_RuntimeMethod_var); V_5 = L_95; Animation_t3648466861 * L_96 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_97 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_96, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_97) { goto IL_0284; } } { Animation_t3648466861 * L_98 = V_5; NullCheck(L_98); Animation_Stop_m195768787(L_98, /*hidden argument*/NULL); Animation_t3648466861 * L_99 = V_5; NullCheck(L_99); Behaviour_set_enabled_m20417929(L_99, (bool)0, /*hidden argument*/NULL); } IL_0284: { int32_t L_100 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)); } IL_028a: { int32_t L_101 = V_4; SelfQualifyPkResultInfo_t1561294256 * L_102 = ___info0; NullCheck(L_102); int32_t L_103 = L_102->get_StarNum_4(); if ((((int32_t)L_101) < ((int32_t)L_103))) { goto IL_021f; } } { goto IL_030a; } IL_029c: { Transform_t3600365921 * L_104 = __this->get_draw_2starRoot_36(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_104, (bool)0, /*hidden argument*/NULL); Transform_t3600365921 * L_105 = __this->get_draw_3starRoot_35(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_105, (bool)1, /*hidden argument*/NULL); V_6 = 0; goto IL_02d1; } IL_02bc: { TransformU5BU5D_t807237628* L_106 = __this->get_draw_3stars_37(); int32_t L_107 = V_6; NullCheck(L_106); int32_t L_108 = L_107; Transform_t3600365921 * L_109 = (L_106)->GetAt(static_cast(L_108)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_109, (bool)0, /*hidden argument*/NULL); int32_t L_110 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)1)); } IL_02d1: { int32_t L_111 = V_6; TransformU5BU5D_t807237628* L_112 = __this->get_draw_3stars_37(); NullCheck(L_112); if ((((int32_t)L_111) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_112)->max_length))))))) { goto IL_02bc; } } { V_7 = 0; goto IL_02fd; } IL_02e8: { TransformU5BU5D_t807237628* L_113 = __this->get_draw_3stars_37(); int32_t L_114 = V_7; NullCheck(L_113); int32_t L_115 = L_114; Transform_t3600365921 * L_116 = (L_113)->GetAt(static_cast(L_115)); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_116, (bool)1, /*hidden argument*/NULL); int32_t L_117 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)1)); } IL_02fd: { int32_t L_118 = V_7; SelfQualifyPkResultInfo_t1561294256 * L_119 = ___info0; NullCheck(L_119); int32_t L_120 = L_119->get_StarNum_4(); if ((((int32_t)L_118) < ((int32_t)L_120))) { goto IL_02e8; } } IL_030a: { UILabel_t3248798549 * L_121 = __this->get_drawnLv_32(); SelfQualifyPkResultInfo_t1561294256 * L_122 = ___info0; NullCheck(L_122); int32_t* L_123 = L_122->get_address_of_QualifyLevel_3(); String_t* L_124 = Int32_ToString_m141394615(L_123, /*hidden argument*/NULL); NullCheck(L_121); UILabel_set_text_m1071532778(L_121, L_124, /*hidden argument*/NULL); } IL_0326: { SelfQualifyPkResultInfo_t1561294256 * L_125 = ___info0; NullCheck(L_125); int32_t L_126 = L_125->get_oriGrade_8(); SelfQualifyPkResultInfo_t1561294256 * L_127 = ___info0; NullCheck(L_127); int32_t L_128 = L_127->get_Grade_7(); if ((((int32_t)L_126) <= ((int32_t)L_128))) { goto IL_0361; } } { UILabel_t3248798549 * L_129 = __this->get_drawGrade_33(); CTextHelp_t3119637808 * L_130 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_130); String_t* L_131 = CTextHelp_GetText_m372251958(L_130, _stringLiteral1893093656, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_132 = ___info0; NullCheck(L_132); String_t* L_133 = L_132->get_GradeName_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_134 = String_Format_m2844511972(NULL /*static, unused*/, L_131, L_133, /*hidden argument*/NULL); NullCheck(L_129); UILabel_set_text_m1071532778(L_129, L_134, /*hidden argument*/NULL); goto IL_0386; } IL_0361: { UILabel_t3248798549 * L_135 = __this->get_drawGrade_33(); CTextHelp_t3119637808 * L_136 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_136); String_t* L_137 = CTextHelp_GetText_m372251958(L_136, _stringLiteral3283653043, /*hidden argument*/NULL); SelfQualifyPkResultInfo_t1561294256 * L_138 = ___info0; NullCheck(L_138); String_t* L_139 = L_138->get_GradeName_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_140 = String_Format_m2844511972(NULL /*static, unused*/, L_137, L_139, /*hidden argument*/NULL); NullCheck(L_135); UILabel_set_text_m1071532778(L_135, L_140, /*hidden argument*/NULL); } IL_0386: { return; } } // System.Void QualifyingStageComplete::StartFadeOut(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete_StartFadeOut_m2683043640 (QualifyingStageComplete_t3841349852 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingStageComplete_StartFadeOut_m2683043640_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_0 = Object_op_Equality_m1810815630(NULL /*static, unused*/, __this, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return; } IL_000d: { GameObject_t1113636619 * L_1 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); intptr_t L_2 = (intptr_t)QualifyingStageComplete_OnFadeOutEnd_m1725379284_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); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_PlayUIFadeOutAnim_m2724427866(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); return; } } // System.Void QualifyingStageComplete::OnFadeOutEnd(System.Boolean,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR void QualifyingStageComplete_OnFadeOutEnd_m1725379284 (QualifyingStageComplete_t3841349852 * __this, bool ___firstCall0, float ___fTimeDelta1, int32_t ___userData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QualifyingStageComplete_OnFadeOutEnd_m1725379284_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_0 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, __this, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_0) { goto IL_0023; } } { int32_t L_1 = 1; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CWndController_t749709641_il2cpp_TypeInfo_var); CWndController_t749709641 * L_3 = CWndController_GetInstance_m4155889192(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CWndController_HideUI_m732482071(L_3, ((int32_t)78), /*hidden argument*/NULL); } IL_0023: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void QualifyLevelInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void QualifyLevelInfo__ctor_m1240589686 (QualifyLevelInfo_t1733464793 * __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 RankListItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void RankListItem__ctor_m3891019120 (RankListItem_t2512150931 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void RankListItem::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void RankListItem_OnPageInit_m2127687408 (RankListItem_t2512150931 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RankListItem_OnPageInit_m2127687408_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_11(); if (L_0) { goto IL_00f4; } } { __this->set_isPageInit_11((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); UILabel_t3248798549 * L_2 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_1, _stringLiteral1825281139, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_playerName_2(L_2); Transform_t3600365921 * L_3 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UISprite_t194114938 * L_4 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_3, _stringLiteral3612470635, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_m_rankNumPic_3(L_4); Transform_t3600365921 * L_5 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_6 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_5, _stringLiteral2600234014, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_rankNum_4(L_6); Transform_t3600365921 * L_7 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UITexture_t3471168817 * L_8 = CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640(NULL /*static, unused*/, L_7, _stringLiteral3136341066, /*hidden argument*/CMiscHelp_GetChildComponent_TisUITexture_t3471168817_m413142640_RuntimeMethod_var); __this->set_m_headPhoto_5(L_8); Transform_t3600365921 * L_9 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_10 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_9, _stringLiteral1309602609, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_clothsGrade_6(L_10); Transform_t3600365921 * L_11 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UILabel_t3248798549 * L_12 = CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344(NULL /*static, unused*/, L_11, _stringLiteral2004659241, /*hidden argument*/CMiscHelp_GetChildComponent_TisUILabel_t3248798549_m3106260344_RuntimeMethod_var); __this->set_m_voteNum_7(L_12); Transform_t3600365921 * L_13 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UISprite_t194114938 * L_14 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_13, _stringLiteral3737257809, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_m_selfBg_8(L_14); Transform_t3600365921 * L_15 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); UISprite_t194114938 * L_16 = CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986(NULL /*static, unused*/, L_15, _stringLiteral4112910171, /*hidden argument*/CMiscHelp_GetChildComponent_TisUISprite_t194114938_m3255839986_RuntimeMethod_var); __this->set_m_otherBg_9(L_16); UISprite_t194114938 * L_17 = __this->get_m_rankNumPic_3(); NullCheck(L_17); GameObject_t1113636619 * L_18 = Component_get_gameObject_m442555142(L_17, /*hidden argument*/NULL); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_18, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_19 = __this->get_m_rankNum_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_20 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_19, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_20) { goto IL_00f4; } } { UILabel_t3248798549 * L_21 = __this->get_m_rankNum_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_21); UILabel_set_text_m1071532778(L_21, L_22, /*hidden argument*/NULL); } IL_00f4: { return; } } // System.Void RankListItem::Start() extern "C" IL2CPP_METHOD_ATTR void RankListItem_Start_m3056047486 (RankListItem_t2512150931 * __this, const RuntimeMethod* method) { { UITexture_t3471168817 * L_0 = __this->get_m_headPhoto_5(); NullCheck(L_0); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(L_0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t3722313464 L_2 = Transform_get_localScale_m129152068(L_1, /*hidden argument*/NULL); __this->set_photoSize_13(L_2); return; } } // System.Void RankListItem::Update() extern "C" IL2CPP_METHOD_ATTR void RankListItem_Update_m1196709646 (RankListItem_t2512150931 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RankListItem_Update_m1196709646_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPhotoReady_12(); if (L_0) { goto IL_0050; } } { RankListInfo_t1858065448 * L_1 = __this->get_m_data_10(); if (!L_1) { goto IL_0050; } } { UITexture_t3471168817 * L_2 = __this->get_m_headPhoto_5(); RankListInfo_t1858065448 * L_3 = __this->get_m_data_10(); NullCheck(L_3); int64_t L_4 = L_3->get_m_UserId_1(); RankListInfo_t1858065448 * L_5 = __this->get_m_data_10(); NullCheck(L_5); int64_t L_6 = L_5->get_m_photoId_4(); RankListInfo_t1858065448 * L_7 = __this->get_m_data_10(); NullCheck(L_7); int32_t L_8 = L_7->get_m_Sex_3(); Vector3_t3722313464 L_9 = __this->get_photoSize_13(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); bool L_10 = CMiscHelp_GetCustomUserPhoto_m4012711164(NULL /*static, unused*/, L_2, L_4, L_6, L_8, L_9, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_isPhotoReady_12(L_10); } IL_0050: { return; } } // System.Void RankListItem::SetInfo(DMCore.Logic.RankListInfo) extern "C" IL2CPP_METHOD_ATTR void RankListItem_SetInfo_m447758134 (RankListItem_t2512150931 * __this, RankListInfo_t1858065448 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RankListItem_SetInfo_m447758134_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RankListInfo_t1858065448 * L_0 = ___info0; __this->set_m_data_10(L_0); RankListInfo_t1858065448 * L_1 = ___info0; if (L_1) { goto IL_000e; } } { return; } IL_000e: { UILabel_t3248798549 * L_2 = __this->get_m_playerName_2(); RankListInfo_t1858065448 * L_3 = ___info0; NullCheck(L_3); String_t* L_4 = L_3->get_m_Name_2(); NullCheck(L_2); UILabel_set_text_m1071532778(L_2, L_4, /*hidden argument*/NULL); UILabel_t3248798549 * L_5 = __this->get_m_voteNum_7(); RankListInfo_t1858065448 * L_6 = ___info0; NullCheck(L_6); int32_t* L_7 = L_6->get_address_of_m_ThemeVote_6(); String_t* L_8 = Int32_ToString_m141394615(L_7, /*hidden argument*/NULL); NullCheck(L_5); UILabel_set_text_m1071532778(L_5, L_8, /*hidden argument*/NULL); UILabel_t3248798549 * L_9 = __this->get_m_clothsGrade_6(); RankListInfo_t1858065448 * L_10 = ___info0; NullCheck(L_10); int32_t* L_11 = L_10->get_address_of_m_clothGrade_5(); String_t* L_12 = Int32_ToString_m141394615(L_11, /*hidden argument*/NULL); NullCheck(L_9); UILabel_set_text_m1071532778(L_9, L_12, /*hidden argument*/NULL); RankListInfo_t1858065448 * L_13 = ___info0; NullCheck(L_13); int64_t L_14 = L_13->get_m_UserId_1(); CMainRole_t4200562839 * L_15 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); int64_t L_16 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_15); if ((!(((uint64_t)L_14) == ((uint64_t)L_16)))) { goto IL_0089; } } { UISprite_t194114938 * L_17 = __this->get_m_selfBg_8(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_17, (bool)1, /*hidden argument*/NULL); UISprite_t194114938 * L_18 = __this->get_m_otherBg_9(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_18, (bool)0, /*hidden argument*/NULL); goto IL_00a1; } IL_0089: { UISprite_t194114938 * L_19 = __this->get_m_selfBg_8(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_19, (bool)0, /*hidden argument*/NULL); UISprite_t194114938 * L_20 = __this->get_m_otherBg_9(); CMiscHelp_SetActive_m3161822059(NULL /*static, unused*/, L_20, (bool)1, /*hidden argument*/NULL); } IL_00a1: { RankListInfo_t1858065448 * L_21 = ___info0; NullCheck(L_21); int32_t L_22 = L_21->get_m_Rank_0(); if ((((int32_t)L_22) >= ((int32_t)4))) { goto IL_016a; } } { UISprite_t194114938 * L_23 = __this->get_m_rankNumPic_3(); NullCheck(L_23); GameObject_t1113636619 * L_24 = Component_get_gameObject_m442555142(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_24, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_25 = __this->get_m_rankNum_4(); NullCheck(L_25); GameObject_t1113636619 * L_26 = Component_get_gameObject_m442555142(L_25, /*hidden argument*/NULL); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_26, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_27 = __this->get_m_rankNum_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_27); UILabel_set_text_m1071532778(L_27, L_28, /*hidden argument*/NULL); UISprite_t194114938 * L_29 = __this->get_m_rankNumPic_3(); NullCheck(L_29); GameObject_t1113636619 * L_30 = Component_get_gameObject_m442555142(L_29, /*hidden argument*/NULL); NullCheck(L_30); GameObject_SetActive_m796801857(L_30, (bool)1, /*hidden argument*/NULL); RankListInfo_t1858065448 * L_31 = ___info0; NullCheck(L_31); int32_t L_32 = L_31->get_m_Rank_0(); V_0 = L_32; int32_t L_33 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1))) { case 0: { goto IL_0110; } case 1: { goto IL_0125; } case 2: { goto IL_013a; } } } { goto IL_014f; } IL_0110: { UISprite_t194114938 * L_34 = __this->get_m_rankNumPic_3(); NullCheck(L_34); UISprite_set_spriteName_m1616245412(L_34, _stringLiteral2374226348, /*hidden argument*/NULL); goto IL_0165; } IL_0125: { UISprite_t194114938 * L_35 = __this->get_m_rankNumPic_3(); NullCheck(L_35); UISprite_set_spriteName_m1616245412(L_35, _stringLiteral3502150264, /*hidden argument*/NULL); goto IL_0165; } IL_013a: { UISprite_t194114938 * L_36 = __this->get_m_rankNumPic_3(); NullCheck(L_36); UISprite_set_spriteName_m1616245412(L_36, _stringLiteral2342388883, /*hidden argument*/NULL); goto IL_0165; } IL_014f: { UISprite_t194114938 * L_37 = __this->get_m_rankNumPic_3(); 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); goto IL_0165; } IL_0165: { goto IL_01a8; } IL_016a: { UISprite_t194114938 * L_39 = __this->get_m_rankNumPic_3(); NullCheck(L_39); GameObject_t1113636619 * L_40 = Component_get_gameObject_m442555142(L_39, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_40, (bool)0, /*hidden argument*/NULL); UILabel_t3248798549 * L_41 = __this->get_m_rankNum_4(); NullCheck(L_41); GameObject_t1113636619 * L_42 = Component_get_gameObject_m442555142(L_41, /*hidden argument*/NULL); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_42, (bool)1, /*hidden argument*/NULL); UILabel_t3248798549 * L_43 = __this->get_m_rankNum_4(); RankListInfo_t1858065448 * L_44 = ___info0; NullCheck(L_44); int32_t* L_45 = L_44->get_address_of_m_Rank_0(); String_t* L_46 = Int32_ToString_m141394615(L_45, /*hidden argument*/NULL); NullCheck(L_43); UILabel_set_text_m1071532778(L_43, L_46, /*hidden argument*/NULL); } IL_01a8: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void resLocalization::.ctor() extern "C" IL2CPP_METHOD_ATTR void resLocalization__ctor_m2650589307 (resLocalization_t550268012 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void resLocalization::ChangePath(System.String) extern "C" IL2CPP_METHOD_ATTR void resLocalization_ChangePath_m4076285106 (resLocalization_t550268012 * __this, String_t* ___path0, const RuntimeMethod* method) { { String_t* L_0 = ___path0; __this->set_m_ResourcePath_4(L_0); resLocalization_Proc_m460768453(__this, /*hidden argument*/NULL); return; } } // System.Void resLocalization::Awake() extern "C" IL2CPP_METHOD_ATTR void resLocalization_Awake_m1512627851 (resLocalization_t550268012 * __this, const RuntimeMethod* method) { { resLocalization_Proc_m460768453(__this, /*hidden argument*/NULL); return; } } // System.Void resLocalization::Proc() extern "C" IL2CPP_METHOD_ATTR void resLocalization_Proc_m460768453 (resLocalization_t550268012 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (resLocalization_Proc_m460768453_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Texture_t3661962703 * V_1 = NULL; Renderer_t2627027031 * V_2 = NULL; String_t* V_3 = NULL; Material_t340375123 * V_4 = NULL; UITexture_t3471168817 * V_5 = NULL; String_t* G_B10_0 = NULL; { String_t* L_0 = __this->get_m_ResourcePath_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { return; } IL_0011: { Transform_t3600365921 * L_2 = __this->get_m_Target_3(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_3 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002e; } } { Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); __this->set_m_Target_3(L_4); } IL_002e: { resLocalization__TryReplaceSpriteWithTexture_m1442537725(__this, /*hidden argument*/NULL); String_t* L_5 = __this->get_m_ResourcePath_4(); String_t* L_6 = DMResourceInterface_GetLocalizePath_m1576531972(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = V_0; Object_t631007953 * L_8 = DMResourceInterface_CreateResource_m474402325(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_1 = ((Texture_t3661962703 *)IsInstClass((RuntimeObject*)L_8, Texture_t3661962703_il2cpp_TypeInfo_var)); Texture_t3661962703 * L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_10 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_00fb; } } { bool L_11 = __this->get_m_IsRenderer_2(); if (!L_11) { goto IL_00c9; } } { Transform_t3600365921 * L_12 = __this->get_m_Target_3(); NullCheck(L_12); Renderer_t2627027031 * L_13 = Component_GetComponent_TisRenderer_t2627027031_m2651633905(L_12, /*hidden argument*/Component_GetComponent_TisRenderer_t2627027031_m2651633905_RuntimeMethod_var); V_2 = L_13; Renderer_t2627027031 * L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_15 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00c4; } } { Renderer_t2627027031 * L_16 = V_2; NullCheck(L_16); Material_t340375123 * L_17 = Renderer_get_sharedMaterial_m1936632411(L_16, /*hidden argument*/NULL); 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_00a1; } } { Renderer_t2627027031 * L_19 = V_2; NullCheck(L_19); Material_t340375123 * L_20 = Renderer_get_sharedMaterial_m1936632411(L_19, /*hidden argument*/NULL); NullCheck(L_20); Shader_t4151988712 * L_21 = Material_get_shader_m1331119247(L_20, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22 = Object_get_name_m4211327027(L_21, /*hidden argument*/NULL); G_B10_0 = L_22; goto IL_00a6; } IL_00a1: { G_B10_0 = _stringLiteral2612914184; } IL_00a6: { V_3 = G_B10_0; String_t* L_23 = V_3; Shader_t4151988712 * L_24 = Shader_Find_m2092206247(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); Material_t340375123 * L_25 = (Material_t340375123 *)il2cpp_codegen_object_new(Material_t340375123_il2cpp_TypeInfo_var); Material__ctor_m1662457592(L_25, L_24, /*hidden argument*/NULL); V_4 = L_25; Material_t340375123 * L_26 = V_4; Texture_t3661962703 * L_27 = V_1; NullCheck(L_26); Material_set_mainTexture_m544811714(L_26, L_27, /*hidden argument*/NULL); Renderer_t2627027031 * L_28 = V_2; Material_t340375123 * L_29 = V_4; NullCheck(L_28); Renderer_set_sharedMaterial_m2374163090(L_28, L_29, /*hidden argument*/NULL); } IL_00c4: { goto IL_00fb; } IL_00c9: { Transform_t3600365921 * L_30 = __this->get_m_Target_3(); NullCheck(L_30); UITexture_t3471168817 * L_31 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_30, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); V_5 = L_31; UITexture_t3471168817 * L_32 = V_5; 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_00fb; } } { UITexture_t3471168817 * L_34 = V_5; NullCheck(L_34); Behaviour_set_enabled_m20417929(L_34, (bool)0, /*hidden argument*/NULL); UITexture_t3471168817 * L_35 = V_5; Texture_t3661962703 * L_36 = V_1; NullCheck(L_35); VirtActionInvoker1< Texture_t3661962703 * >::Invoke(7 /* System.Void UIWidget::set_mainTexture(UnityEngine.Texture) */, L_35, L_36); UITexture_t3471168817 * L_37 = V_5; NullCheck(L_37); Behaviour_set_enabled_m20417929(L_37, (bool)1, /*hidden argument*/NULL); } IL_00fb: { return; } } // System.Void resLocalization::_TryReplaceSpriteWithTexture() extern "C" IL2CPP_METHOD_ATTR void resLocalization__TryReplaceSpriteWithTexture_m1442537725 (resLocalization_t550268012 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (resLocalization__TryReplaceSpriteWithTexture_m1442537725_MetadataUsageId); s_Il2CppMethodInitialized = true; } UITexture_t3471168817 * V_0 = NULL; int32_t V_1 = 0; UISprite_t194114938 * V_2 = NULL; UITexture_t3471168817 * V_3 = NULL; { bool L_0 = __this->get_m_IsRenderer_2(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { Transform_t3600365921 * L_1 = __this->get_m_Target_3(); NullCheck(L_1); UITexture_t3471168817 * L_2 = Component_GetComponent_TisUITexture_t3471168817_m288616561(L_1, /*hidden argument*/Component_GetComponent_TisUITexture_t3471168817_m288616561_RuntimeMethod_var); V_0 = L_2; UITexture_t3471168817 * 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_002c; } } { UITexture_t3471168817 * L_5 = V_0; NullCheck(L_5); UITexture_set_holdScale_m2488257270(L_5, (bool)0, /*hidden argument*/NULL); return; } IL_002c: { V_1 = 4; Transform_t3600365921 * L_6 = __this->get_m_Target_3(); NullCheck(L_6); UISprite_t194114938 * L_7 = Component_GetComponent_TisUISprite_t194114938_m2812077901(L_6, /*hidden argument*/Component_GetComponent_TisUISprite_t194114938_m2812077901_RuntimeMethod_var); V_2 = L_7; UISprite_t194114938 * L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_004d; } } { UISprite_t194114938 * L_10 = V_2; NullCheck(L_10); int32_t L_11 = UIWidget_get_pivot_m3232390905(L_10, /*hidden argument*/NULL); V_1 = L_11; } IL_004d: { UISprite_t194114938 * L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DestroyImmediate_m3193525861(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); Transform_t3600365921 * L_13 = __this->get_m_Target_3(); NullCheck(L_13); GameObject_t1113636619 * L_14 = Component_get_gameObject_m442555142(L_13, /*hidden argument*/NULL); NullCheck(L_14); UITexture_t3471168817 * L_15 = GameObject_AddComponent_TisUITexture_t3471168817_m2858099239(L_14, /*hidden argument*/GameObject_AddComponent_TisUITexture_t3471168817_m2858099239_RuntimeMethod_var); V_3 = L_15; UITexture_t3471168817 * L_16 = V_3; bool L_17 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, (Object_t631007953 *)NULL, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_009e; } } { Transform_t3600365921 * L_18 = __this->get_m_Target_3(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_19 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); Transform_set_localScale_m3053443106(L_18, L_19, /*hidden argument*/NULL); UITexture_t3471168817 * L_20 = V_3; int32_t L_21 = V_1; NullCheck(L_20); UIWidget_set_pivot_m951060879(L_20, L_21, /*hidden argument*/NULL); UITexture_t3471168817 * L_22 = V_3; Shader_t4151988712 * L_23 = Shader_Find_m2092206247(NULL /*static, unused*/, _stringLiteral2612914184, /*hidden argument*/NULL); NullCheck(L_22); UITexture_set_shader_m1246844875(L_22, L_23, /*hidden argument*/NULL); UITexture_t3471168817 * L_24 = V_3; NullCheck(L_24); UITexture_set_holdScale_m2488257270(L_24, (bool)0, /*hidden argument*/NULL); } IL_009e: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ReviewRoleModelData::.ctor() extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData__ctor_m1977710507 (ReviewRoleModelData_t2899249543 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReviewRoleModelData__ctor_m1977710507_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CUIBase_t3255455658_il2cpp_TypeInfo_var); CUIBase__ctor_m220894030(__this, /*hidden argument*/NULL); return; } } // System.Void ReviewRoleModelData::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_OnPageInit_m1168511156 (ReviewRoleModelData_t2899249543 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReviewRoleModelData_OnPageInit_m1168511156_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = CUIBase_get_transform_m568012358(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); RotateRole_t1146201425 * L_1 = CMiscHelp_GetChildComponent_TisRotateRole_t1146201425_m251828452(NULL /*static, unused*/, L_0, _stringLiteral1628940300, /*hidden argument*/CMiscHelp_GetChildComponent_TisRotateRole_t1146201425_m251828452_RuntimeMethod_var); __this->set_rotate_9(L_1); CUIBase_RegistUpdate_m4199357620(__this, /*hidden argument*/NULL); return; } } // System.Void ReviewRoleModelData::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_OnDestroy_m3148290459 (ReviewRoleModelData_t2899249543 * __this, const RuntimeMethod* method) { { CUIBase_OnDestroy_m2854673992(__this, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_0 = __this->get_readyRole_8(); if (!L_0) { goto IL_0022; } } { ISceneRole_t2394225724 * L_1 = __this->get_readyRole_8(); NullCheck(L_1); int64_t L_2 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_1); ReviewRoleModelData_DestoryRole_m1098196761(__this, L_2, /*hidden argument*/NULL); } IL_0022: { return; } } // System.Void ReviewRoleModelData::OnPageShow() extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_OnPageShow_m360357103 (ReviewRoleModelData_t2899249543 * __this, const RuntimeMethod* method) { { CUIBase_OnPageShow_m610452266(__this, /*hidden argument*/NULL); return; } } // System.Void ReviewRoleModelData::OnPageHide() extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_OnPageHide_m2407414868 (ReviewRoleModelData_t2899249543 * __this, const RuntimeMethod* method) { { CUIBase_OnPageHide_m2962002039(__this, /*hidden argument*/NULL); return; } } // System.Void ReviewRoleModelData::Update() extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_Update_m1350357541 (ReviewRoleModelData_t2899249543 * __this, const RuntimeMethod* method) { { ReviewRoleModelData_InitRole_m3229907722(__this, /*hidden argument*/NULL); return; } } // System.Void ReviewRoleModelData::SetInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_SetInfo_m2006494227 (ReviewRoleModelData_t2899249543 * __this, int32_t ___playerSign0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReviewRoleModelData_SetInfo_m2006494227_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CChangeGameManager_t2081989347_il2cpp_TypeInfo_var); CChangeGameManager_t2081989347 * L_0 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___playerSign0; NullCheck(L_0); ReviewInfo_t914837392 * L_2 = CChangeGameManager_GetThemeSignInfo_m3023682012(L_0, L_1, /*hidden argument*/NULL); __this->set_m_info_11(L_2); ReviewInfo_t914837392 * L_3 = __this->get_m_info_11(); if (L_3) { goto IL_001d; } } { return; } IL_001d: { CMainRole_t4200562839 * L_4 = IHelp_GetMainRole_m2281323414(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_4); ReviewRoleModelData_CreatRole_m4193250926(__this, L_5, /*hidden argument*/NULL); ReviewRoleModelData_CurSuit_m870374003(__this, /*hidden argument*/NULL); return; } } // System.Void ReviewRoleModelData::CurSuit() extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_CurSuit_m870374003 (ReviewRoleModelData_t2899249543 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReviewRoleModelData_CurSuit_m870374003_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); ReviewInfo_t914837392 * L_1 = __this->get_m_info_11(); NullCheck(L_1); List_1_t2571181400 * L_2 = L_1->get_m_themeInfo_2(); int32_t L_3 = __this->get_index_12(); NullCheck(L_2); ThemeInfo_t1099106658 * L_4 = List_1_get_Item_m2977262506(L_2, L_3, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_4); int32_t L_5 = L_4->get_m_themeId_0(); NullCheck(L_0); ISceneRole_t2394225724 * L_6 = CSceneService_FindRoleByUserID_m4171044813(L_0, (((int64_t)((int64_t)L_5))), /*hidden argument*/NULL); V_0 = L_6; ReviewInfo_t914837392 * L_7 = __this->get_m_info_11(); if (!L_7) { goto IL_00e3; } } { ReviewInfo_t914837392 * L_8 = __this->get_m_info_11(); NullCheck(L_8); List_1_t2571181400 * L_9 = L_8->get_m_themeInfo_2(); int32_t L_10 = __this->get_index_12(); NullCheck(L_9); ThemeInfo_t1099106658 * L_11 = List_1_get_Item_m2977262506(L_9, L_10, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_11); List_1_t128053199 * L_12 = L_11->get_m_dressId_3(); NullCheck(L_12); int32_t L_13 = List_1_get_Count_m186164705(L_12, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_00e3; } } { V_1 = 0; goto IL_00bd; } IL_005f: { ReviewInfo_t914837392 * L_14 = __this->get_m_info_11(); NullCheck(L_14); List_1_t2571181400 * L_15 = L_14->get_m_themeInfo_2(); int32_t L_16 = __this->get_index_12(); NullCheck(L_15); ThemeInfo_t1099106658 * L_17 = List_1_get_Item_m2977262506(L_15, L_16, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_17); List_1_t128053199 * L_18 = L_17->get_m_dressId_3(); int32_t L_19 = V_1; 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); V_2 = L_20; int32_t L_21 = V_2; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_21/(int32_t)((int32_t)100000)))%(int32_t)((int32_t)100))); int32_t L_22 = V_3; if ((((int32_t)L_22) == ((int32_t)((int32_t)81)))) { goto IL_009c; } } { int32_t L_23 = V_3; if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)80))))) { goto IL_00a8; } } IL_009c: { ISceneRole_t2394225724 * L_24 = V_0; int32_t L_25 = V_2; NullCheck(L_24); ISceneRole_WearSuit_m1889746947(L_24, L_25, /*hidden argument*/NULL); goto IL_00b2; } IL_00a8: { ISceneRole_t2394225724 * L_26 = V_0; int32_t L_27 = V_2; NullCheck(L_26); ISceneRole_WearSubModel_m2695610556(L_26, L_27, (bool)1, (bool)1, /*hidden argument*/NULL); } IL_00b2: { ISceneRole_t2394225724 * L_28 = V_0; int32_t L_29 = V_2; NullCheck(L_28); ISceneRole_WearSuit_m1889746947(L_28, L_29, /*hidden argument*/NULL); int32_t L_30 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00bd: { int32_t L_31 = V_1; ReviewInfo_t914837392 * L_32 = __this->get_m_info_11(); NullCheck(L_32); List_1_t2571181400 * L_33 = L_32->get_m_themeInfo_2(); int32_t L_34 = __this->get_index_12(); NullCheck(L_33); ThemeInfo_t1099106658 * L_35 = List_1_get_Item_m2977262506(L_33, L_34, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_35); List_1_t128053199 * L_36 = L_35->get_m_dressId_3(); NullCheck(L_36); int32_t L_37 = List_1_get_Count_m186164705(L_36, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_31) < ((int32_t)L_37))) { goto IL_005f; } } IL_00e3: { return; } } // System.Void ReviewRoleModelData::InitRole() extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_InitRole_m3229907722 (ReviewRoleModelData_t2899249543 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReviewRoleModelData_InitRole_m3229907722_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; int32_t V_2 = 0; Transform_t3600365921 * V_3 = NULL; Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); { ISceneRole_t2394225724 * L_0 = __this->get_readyRole_8(); if (!L_0) { goto IL_001b; } } { ISceneRole_t2394225724 * L_1 = __this->get_readyRole_8(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_1); if (L_2) { goto IL_001c; } } IL_001b: { return; } IL_001c: { ISceneRole_t2394225724 * L_3 = __this->get_readyRole_8(); NullCheck(L_3); bool L_4 = ISceneBaseObj_IsValid_m1197404667(L_3, /*hidden argument*/NULL); V_0 = L_4; ISceneRole_t2394225724 * L_5 = __this->get_readyRole_8(); NullCheck(L_5); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_5); bool L_6 = V_0; if (L_6) { goto IL_0181; } } { ISceneRole_t2394225724 * L_7 = __this->get_readyRole_8(); NullCheck(L_7); Transform_t3600365921 * L_8 = ISceneBaseObj_GetTransform_m3818769012(L_7, /*hidden argument*/NULL); Transform_t3600365921 * L_9 = ReviewRoleModelData_GetRoleParent_m879131560(__this, /*hidden argument*/NULL); NullCheck(L_8); Transform_SetParent_m381167889(L_8, L_9, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_10 = __this->get_readyRole_8(); NullCheck(L_10); bool L_11 = ISceneBaseObj_IfExistAnim_m267911107(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_00ab; } } { V_1 = _stringLiteral2833084525; ISceneRole_t2394225724 * L_12 = __this->get_readyRole_8(); NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_12); V_2 = L_13; int32_t L_14 = V_2; if ((((int32_t)L_14) == ((int32_t)1))) { goto IL_0083; } } { int32_t L_15 = V_2; if (!L_15) { goto IL_008e; } } { goto IL_0099; } IL_0083: { V_1 = _stringLiteral3548628297; goto IL_009e; } IL_008e: { V_1 = _stringLiteral2833084525; goto IL_009e; } IL_0099: { goto IL_009e; } IL_009e: { ISceneRole_t2394225724 * L_16 = __this->get_readyRole_8(); String_t* L_17 = V_1; NullCheck(L_16); ISceneBaseObj_SetIdleAnim_m1936918694(L_16, L_17, /*hidden argument*/NULL); } IL_00ab: { ISceneRole_t2394225724 * L_18 = __this->get_readyRole_8(); NullCheck(L_18); ILogicBase_Update_m3853008051(L_18, (0.001f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_19 = __this->get_readyRole_8(); NullCheck(L_19); Transform_t3600365921 * L_20 = ISceneBaseObj_GetTransform_m3818769012(L_19, /*hidden argument*/NULL); V_3 = L_20; Camera_t4157153871 * L_21 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); Transform_t3600365921 * L_22 = V_3; NullCheck(L_22); Vector3_t3722313464 L_23 = Transform_get_position_m36019626(L_22, /*hidden argument*/NULL); NullCheck(L_21); Vector3_t3722313464 L_24 = Camera_WorldToScreenPoint_m3726311023(L_21, L_23, /*hidden argument*/NULL); V_4 = L_24; Camera_t4157153871 * L_25 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); RotateRole_t1146201425 * L_26 = __this->get_rotate_9(); NullCheck(L_26); Transform_t3600365921 * L_27 = Component_get_transform_m3162698980(L_26, /*hidden argument*/NULL); NullCheck(L_27); Vector3_t3722313464 L_28 = Transform_get_position_m36019626(L_27, /*hidden argument*/NULL); NullCheck(L_25); Vector3_t3722313464 L_29 = Camera_WorldToScreenPoint_m3726311023(L_25, L_28, /*hidden argument*/NULL); V_5 = L_29; float L_30 = (&V_5)->get_x_1(); float L_31 = (&V_5)->get_y_2(); float L_32 = (&V_4)->get_z_3(); Vector3__ctor_m3353183577((&V_6), L_30, L_31, L_32, /*hidden argument*/NULL); Transform_t3600365921 * L_33 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_34 = Quaternion_Euler_m3049309462(NULL /*static, unused*/, (0.0f), (165.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_33); Transform_set_rotation_m3524318132(L_33, L_34, /*hidden argument*/NULL); Transform_t3600365921 * L_35 = V_3; Camera_t4157153871 * L_36 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_37 = V_6; NullCheck(L_36); Vector3_t3722313464 L_38 = Camera_ScreenToWorldPoint_m3978588570(L_36, L_37, /*hidden argument*/NULL); NullCheck(L_35); Transform_set_position_m3387557959(L_35, L_38, /*hidden argument*/NULL); Transform_t3600365921 * L_39 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_40 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_39); Transform_set_localScale_m3053443106(L_39, L_40, /*hidden argument*/NULL); Transform_t3600365921 * L_41 = V_3; Vector3_t3722313464 L_42 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_43 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_42, (1.0f), /*hidden argument*/NULL); NullCheck(L_41); Transform_set_localScale_m3053443106(L_41, L_43, /*hidden argument*/NULL); RotateRole_t1146201425 * L_44 = __this->get_rotate_9(); GameObjectU5BU5D_t3328599146* L_45 = ((GameObjectU5BU5D_t3328599146*)SZArrayNew(GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var, (uint32_t)1)); ISceneRole_t2394225724 * L_46 = __this->get_readyRole_8(); NullCheck(L_46); Transform_t3600365921 * L_47 = ISceneBaseObj_GetTransform_m3818769012(L_46, /*hidden argument*/NULL); NullCheck(L_47); GameObject_t1113636619 * L_48 = Component_get_gameObject_m442555142(L_47, /*hidden argument*/NULL); NullCheck(L_45); ArrayElementTypeCheck (L_45, L_48); (L_45)->SetAt(static_cast(0), (GameObject_t1113636619 *)L_48); NullCheck(L_44); RotateRole_SetRotateObj_m814283472(L_44, L_45, /*hidden argument*/NULL); } IL_0181: { return; } } // UnityEngine.Transform ReviewRoleModelData::GetRoleParent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * ReviewRoleModelData_GetRoleParent_m879131560 (ReviewRoleModelData_t2899249543 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReviewRoleModelData_GetRoleParent_m879131560_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; { GameObject_t1113636619 * L_0 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral2992781582, /*hidden argument*/NULL); NullCheck(L_0); Transform_t3600365921 * L_1 = GameObject_get_transform_m1369836730(L_0, /*hidden argument*/NULL); V_0 = L_1; Transform_t3600365921 * L_2 = V_0; NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_Find_m1729760951(L_2, _stringLiteral1763011648, /*hidden argument*/NULL); V_1 = L_3; Transform_t3600365921 * L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_4, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0067; } } { GameObject_t1113636619 * L_6 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_6, _stringLiteral1763011648, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = GameObject_get_transform_m1369836730(L_6, /*hidden argument*/NULL); V_1 = L_7; Transform_t3600365921 * L_8 = V_1; Transform_t3600365921 * L_9 = V_0; NullCheck(L_8); Transform_SetParent_m381167889(L_8, L_9, /*hidden argument*/NULL); Transform_t3600365921 * L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_11 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); Transform_set_localEulerAngles_m4202601546(L_10, L_11, /*hidden argument*/NULL); Transform_t3600365921 * L_12 = V_1; Vector3_t3722313464 L_13 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); Transform_set_localScale_m3053443106(L_12, L_13, /*hidden argument*/NULL); Transform_t3600365921 * L_14 = V_1; Vector3_t3722313464 L_15 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); Transform_set_localPosition_m4128471975(L_14, L_15, /*hidden argument*/NULL); Transform_t3600365921 * L_16 = V_1; __this->set_roleParent_10(L_16); } IL_0067: { Transform_t3600365921 * L_17 = V_1; return L_17; } } // System.Void ReviewRoleModelData::CreatRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_CreatRole_m4193250926 (ReviewRoleModelData_t2899249543 * __this, int32_t ___sex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReviewRoleModelData_CreatRole_m4193250926_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ISceneRole_t2394225724 * V_1 = NULL; String_t* G_B3_0 = NULL; { int32_t L_0 = ___sex0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0011; } } { G_B3_0 = _stringLiteral3926317133; goto IL_0016; } IL_0011: { G_B3_0 = _stringLiteral4072509751; } IL_0016: { V_0 = G_B3_0; CSceneService_t551449725 * L_1 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = V_0; NullCheck(L_1); ISceneBaseObj_t858622483 * L_3 = CSceneService_CreateGameObj_m958236987(L_1, L_2, 1, /*hidden argument*/NULL); V_1 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_3, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_4 = V_1; NullCheck(L_4); VirtActionInvoker1< int64_t >::Invoke(18 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetUserId(System.Int64) */, L_4, (((int64_t)((int64_t)1)))); ISceneRole_t2394225724 * L_5 = V_1; NullCheck(L_5); CDataProperty_t2806246268 * L_6 = ISceneBaseObj_GetUserProperty_m776816018(L_5, /*hidden argument*/NULL); NullCheck(L_6); CDataProperty_Add_m837145387(L_6, _stringLiteral836452629, 1, /*hidden argument*/NULL); int32_t L_7 = ___sex0; ReviewRoleModelData_DefautRole_m1107378643(__this, L_7, /*hidden argument*/NULL); return; } } // System.Void ReviewRoleModelData::DestoryRole(System.Int64) extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_DestoryRole_m1098196761 (ReviewRoleModelData_t2899249543 * __this, int64_t ___userid0, const RuntimeMethod* method) { { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ___userid0; NullCheck(L_0); CSceneService_DestroyRoleObj_m3016152155(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void ReviewRoleModelData::ResumeSubModels() extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_ResumeSubModels_m940821393 (ReviewRoleModelData_t2899249543 * __this, const RuntimeMethod* method) { { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISceneRole_t2394225724 * L_1 = CSceneService_FindRoleByUserID_m4171044813(L_0, (((int64_t)((int64_t)1))), /*hidden argument*/NULL); NullCheck(L_1); ISceneRole_ResumeSubModels_m1744956637(L_1, /*hidden argument*/NULL); return; } } // System.Void ReviewRoleModelData::DefautRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ReviewRoleModelData_DefautRole_m1107378643 (ReviewRoleModelData_t2899249543 * __this, int32_t ___sex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReviewRoleModelData_DefautRole_m1107378643_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; bool V_1 = false; Func_3_t1497391353 * V_2 = NULL; int32_t V_3 = 0; ISceneRole_t2394225724 * G_B2_0 = NULL; ISceneRole_t2394225724 * G_B1_0 = NULL; int32_t G_B3_0 = 0; ISceneRole_t2394225724 * G_B3_1 = NULL; String_t* G_B5_0 = NULL; CProperty_t963755051 * G_B5_1 = NULL; String_t* G_B4_0 = NULL; CProperty_t963755051 * G_B4_1 = NULL; int32_t G_B6_0 = 0; String_t* G_B6_1 = NULL; CProperty_t963755051 * G_B6_2 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISceneRole_t2394225724 * L_1 = CSceneService_FindRoleByUserID_m4171044813(L_0, (((int64_t)((int64_t)1))), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___sex0; V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); ISceneRole_t2394225724 * L_3 = V_0; bool L_4 = V_1; G_B1_0 = L_3; if (!L_4) { G_B2_0 = L_3; goto IL_001f; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0020; } IL_001f: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0020: { NullCheck(G_B3_1); ISceneBaseObj_SetModelID_m3286778194(G_B3_1, G_B3_0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_5 = V_0; NullCheck(L_5); CProperty_t963755051 * L_6 = ISceneBaseObj_GetNetProperty_m1709069404(L_5, /*hidden argument*/NULL); bool L_7 = V_1; G_B4_0 = _stringLiteral4166355951; G_B4_1 = L_6; if (!L_7) { G_B5_0 = _stringLiteral4166355951; G_B5_1 = L_6; goto IL_003c; } } { G_B6_0 = 0; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_003d; } IL_003c: { G_B6_0 = 1; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_003d: { NullCheck(G_B6_2); CProperty_SetInt_m72189256(G_B6_2, G_B6_1, G_B6_0, /*hidden argument*/NULL); CJuniorRoleModelItem_t636793867 * L_8 = CJuniorRoleModelItem_GetInstance_m2353718821(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_9 = (intptr_t)CJuniorRoleModelItem_GetDefaultModelItem_m3195588872_RuntimeMethod_var; Func_3_t1497391353 * L_10 = (Func_3_t1497391353 *)il2cpp_codegen_object_new(Func_3_t1497391353_il2cpp_TypeInfo_var); Func_3__ctor_m2676186645(L_10, L_8, L_9, /*hidden argument*/Func_3__ctor_m2676186645_RuntimeMethod_var); V_2 = L_10; Func_3_t1497391353 * L_11 = V_2; bool L_12 = V_1; NullCheck(L_11); int32_t L_13 = Func_3_Invoke_m1444580883(L_11, L_12, 2, /*hidden argument*/Func_3_Invoke_m1444580883_RuntimeMethod_var); V_3 = L_13; ISceneRole_t2394225724 * L_14 = V_0; NullCheck(L_14); CProperty_t963755051 * L_15 = ISceneBaseObj_GetNetProperty_m1709069404(L_14, /*hidden argument*/NULL); int32_t L_16 = V_3; NullCheck(L_15); CProperty_SetInt_m72189256(L_15, _stringLiteral4145493834, L_16, /*hidden argument*/NULL); Func_3_t1497391353 * L_17 = V_2; bool L_18 = V_1; NullCheck(L_17); int32_t L_19 = Func_3_Invoke_m1444580883(L_17, L_18, 7, /*hidden argument*/Func_3_Invoke_m1444580883_RuntimeMethod_var); V_3 = L_19; ISceneRole_t2394225724 * L_20 = V_0; NullCheck(L_20); CProperty_t963755051 * L_21 = ISceneBaseObj_GetNetProperty_m1709069404(L_20, /*hidden argument*/NULL); int32_t L_22 = V_3; NullCheck(L_21); CProperty_SetInt_m72189256(L_21, _stringLiteral3385978947, L_22, /*hidden argument*/NULL); Func_3_t1497391353 * L_23 = V_2; bool L_24 = V_1; NullCheck(L_23); int32_t L_25 = Func_3_Invoke_m1444580883(L_23, L_24, ((int32_t)13), /*hidden argument*/Func_3_Invoke_m1444580883_RuntimeMethod_var); V_3 = L_25; ISceneRole_t2394225724 * L_26 = V_0; NullCheck(L_26); CProperty_t963755051 * L_27 = ISceneBaseObj_GetNetProperty_m1709069404(L_26, /*hidden argument*/NULL); int32_t L_28 = V_3; NullCheck(L_27); CProperty_SetInt_m72189256(L_27, _stringLiteral1859365861, L_28, /*hidden argument*/NULL); Func_3_t1497391353 * L_29 = V_2; bool L_30 = V_1; NullCheck(L_29); int32_t L_31 = Func_3_Invoke_m1444580883(L_29, L_30, ((int32_t)15), /*hidden argument*/Func_3_Invoke_m1444580883_RuntimeMethod_var); V_3 = L_31; ISceneRole_t2394225724 * L_32 = V_0; NullCheck(L_32); CProperty_t963755051 * L_33 = ISceneBaseObj_GetNetProperty_m1709069404(L_32, /*hidden argument*/NULL); int32_t L_34 = V_3; NullCheck(L_33); CProperty_SetInt_m72189256(L_33, _stringLiteral712354789, L_34, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_35 = V_0; NullCheck(L_35); ISceneRole_LoadRoleModel_m1111386502(L_35, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_36 = V_0; __this->set_readyRole_8(L_36); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void RewardInfo::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RewardInfo__ctor_m4146617640 (RewardInfo_t3119326197 * __this, int32_t ___id0, int32_t ___num1, int32_t ___limitTime2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___id0; RewardInfo_set_Id_m3065790380(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___num1; RewardInfo_set_Num_m3153812316(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = ___limitTime2; RewardInfo_set_LimitTime_m26253644(__this, L_2, /*hidden argument*/NULL); return; } } // System.Int32 RewardInfo::get_Id() extern "C" IL2CPP_METHOD_ATTR int32_t RewardInfo_get_Id_m2817374058 (RewardInfo_t3119326197 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CIdU3Ek__BackingField_0(); return L_0; } } // System.Void RewardInfo::set_Id(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RewardInfo_set_Id_m3065790380 (RewardInfo_t3119326197 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CIdU3Ek__BackingField_0(L_0); return; } } // System.String RewardInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* RewardInfo_get_Name_m2650346657 (RewardInfo_t3119326197 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_1(); return L_0; } } // System.Void RewardInfo::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void RewardInfo_set_Name_m946770019 (RewardInfo_t3119326197 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CNameU3Ek__BackingField_1(L_0); return; } } // System.String RewardInfo::get_Desc() extern "C" IL2CPP_METHOD_ATTR String_t* RewardInfo_get_Desc_m4198425797 (RewardInfo_t3119326197 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CDescU3Ek__BackingField_2(); return L_0; } } // System.Void RewardInfo::set_Desc(System.String) extern "C" IL2CPP_METHOD_ATTR void RewardInfo_set_Desc_m1944155103 (RewardInfo_t3119326197 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CDescU3Ek__BackingField_2(L_0); return; } } // System.Int32 RewardInfo::get_Num() extern "C" IL2CPP_METHOD_ATTR int32_t RewardInfo_get_Num_m2884275328 (RewardInfo_t3119326197 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CNumU3Ek__BackingField_3(); return L_0; } } // System.Void RewardInfo::set_Num(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RewardInfo_set_Num_m3153812316 (RewardInfo_t3119326197 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CNumU3Ek__BackingField_3(L_0); return; } } // System.Int32 RewardInfo::get_LimitTime() extern "C" IL2CPP_METHOD_ATTR int32_t RewardInfo_get_LimitTime_m265861202 (RewardInfo_t3119326197 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CLimitTimeU3Ek__BackingField_4(); return L_0; } } // System.Void RewardInfo::set_LimitTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RewardInfo_set_LimitTime_m26253644 (RewardInfo_t3119326197 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CLimitTimeU3Ek__BackingField_4(L_0); return; } } // System.String RewardInfo::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* RewardInfo_ToString_m417155230 (RewardInfo_t3119326197 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RewardInfo_ToString_m417155230_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); int32_t L_1 = RewardInfo_get_Id_m2817374058(__this, /*hidden argument*/NULL); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_3); (L_0)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_t2843939325* L_4 = L_0; String_t* L_5 = RewardInfo_get_Name_m2650346657(__this, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(1), (RuntimeObject *)L_5); ObjectU5BU5D_t2843939325* L_6 = L_4; String_t* L_7 = RewardInfo_get_Desc_m4198425797(__this, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(2), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_6; int32_t L_9 = RewardInfo_get_Num_m2884275328(__this, /*hidden argument*/NULL); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(3), (RuntimeObject *)L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral299088335, L_8, /*hidden argument*/NULL); return L_12; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void RewardWnd::.ctor() extern "C" IL2CPP_METHOD_ATTR void RewardWnd__ctor_m2134803295 (RewardWnd_t1955019457 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void RewardWnd::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void RewardWnd_OnPageInit_m1710407684 (RewardWnd_t1955019457 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RewardWnd_OnPageInit_m1710407684_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_15(); if (L_0) { goto IL_0252; } } { __this->set_isPageInit_15((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_t3600365921 * L_2 = Transform_get_parent_m835071599(L_1, /*hidden argument*/NULL); NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_Find_m1729760951(L_2, _stringLiteral2399200659, /*hidden argument*/NULL); __this->set_m_uiRoot_2(L_3); Transform_t3600365921 * L_4 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_t3600365921 * L_5 = Transform_Find_m1729760951(L_4, _stringLiteral114791233, /*hidden argument*/NULL); NullCheck(L_5); uiRewardItem_t3619702494 * L_6 = Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593(L_5, /*hidden argument*/Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593_RuntimeMethod_var); __this->set_m_rewardItem_3(L_6); __this->set_m_rewardItemList_4(((uiRewardItemU5BU5D_t3139509227*)SZArrayNew(uiRewardItemU5BU5D_t3139509227_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)))); uiRewardItemU5BU5D_t3139509227* L_7 = __this->get_m_rewardItemList_4(); Transform_t3600365921 * L_8 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_8); Transform_t3600365921 * L_9 = Transform_Find_m1729760951(L_8, _stringLiteral823863415, /*hidden argument*/NULL); NullCheck(L_9); uiRewardItem_t3619702494 * L_10 = Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593(L_9, /*hidden argument*/Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593_RuntimeMethod_var); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(0), (uiRewardItem_t3619702494 *)L_10); uiRewardItemU5BU5D_t3139509227* L_11 = __this->get_m_rewardItemList_4(); Transform_t3600365921 * L_12 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_t3600365921 * L_13 = Transform_Find_m1729760951(L_12, _stringLiteral823863416, /*hidden argument*/NULL); NullCheck(L_13); uiRewardItem_t3619702494 * L_14 = Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593(L_13, /*hidden argument*/Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593_RuntimeMethod_var); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(1), (uiRewardItem_t3619702494 *)L_14); uiRewardItemU5BU5D_t3139509227* L_15 = __this->get_m_rewardItemList_4(); Transform_t3600365921 * L_16 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_16); Transform_t3600365921 * L_17 = Transform_Find_m1729760951(L_16, _stringLiteral823863417, /*hidden argument*/NULL); NullCheck(L_17); uiRewardItem_t3619702494 * L_18 = Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593(L_17, /*hidden argument*/Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593_RuntimeMethod_var); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(2), (uiRewardItem_t3619702494 *)L_18); uiRewardItemU5BU5D_t3139509227* L_19 = __this->get_m_rewardItemList_4(); Transform_t3600365921 * L_20 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_20); Transform_t3600365921 * L_21 = Transform_Find_m1729760951(L_20, _stringLiteral823863410, /*hidden argument*/NULL); NullCheck(L_21); uiRewardItem_t3619702494 * L_22 = Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593(L_21, /*hidden argument*/Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593_RuntimeMethod_var); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(3), (uiRewardItem_t3619702494 *)L_22); uiRewardItemU5BU5D_t3139509227* L_23 = __this->get_m_rewardItemList_4(); Transform_t3600365921 * L_24 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_24); Transform_t3600365921 * L_25 = Transform_Find_m1729760951(L_24, _stringLiteral823863411, /*hidden argument*/NULL); NullCheck(L_25); uiRewardItem_t3619702494 * L_26 = Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593(L_25, /*hidden argument*/Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593_RuntimeMethod_var); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_26); (L_23)->SetAt(static_cast(4), (uiRewardItem_t3619702494 *)L_26); uiRewardItemU5BU5D_t3139509227* L_27 = __this->get_m_rewardItemList_4(); Transform_t3600365921 * L_28 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_28); Transform_t3600365921 * L_29 = Transform_Find_m1729760951(L_28, _stringLiteral823863412, /*hidden argument*/NULL); NullCheck(L_29); uiRewardItem_t3619702494 * L_30 = Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593(L_29, /*hidden argument*/Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593_RuntimeMethod_var); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_30); (L_27)->SetAt(static_cast(5), (uiRewardItem_t3619702494 *)L_30); uiRewardItemU5BU5D_t3139509227* L_31 = __this->get_m_rewardItemList_4(); Transform_t3600365921 * L_32 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_32); Transform_t3600365921 * L_33 = Transform_Find_m1729760951(L_32, _stringLiteral823863413, /*hidden argument*/NULL); NullCheck(L_33); uiRewardItem_t3619702494 * L_34 = Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593(L_33, /*hidden argument*/Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593_RuntimeMethod_var); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_34); (L_31)->SetAt(static_cast(6), (uiRewardItem_t3619702494 *)L_34); uiRewardItemU5BU5D_t3139509227* L_35 = __this->get_m_rewardItemList_4(); Transform_t3600365921 * L_36 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_36); Transform_t3600365921 * L_37 = Transform_Find_m1729760951(L_36, _stringLiteral823863422, /*hidden argument*/NULL); NullCheck(L_37); uiRewardItem_t3619702494 * L_38 = Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593(L_37, /*hidden argument*/Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593_RuntimeMethod_var); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_38); (L_35)->SetAt(static_cast(7), (uiRewardItem_t3619702494 *)L_38); uiRewardItemU5BU5D_t3139509227* L_39 = __this->get_m_rewardItemList_4(); Transform_t3600365921 * L_40 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_40); Transform_t3600365921 * L_41 = Transform_Find_m1729760951(L_40, _stringLiteral823863423, /*hidden argument*/NULL); NullCheck(L_41); uiRewardItem_t3619702494 * L_42 = Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593(L_41, /*hidden argument*/Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593_RuntimeMethod_var); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_42); (L_39)->SetAt(static_cast(8), (uiRewardItem_t3619702494 *)L_42); uiRewardItemU5BU5D_t3139509227* L_43 = __this->get_m_rewardItemList_4(); Transform_t3600365921 * L_44 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_44); Transform_t3600365921 * L_45 = Transform_Find_m1729760951(L_44, _stringLiteral822814839, /*hidden argument*/NULL); NullCheck(L_45); uiRewardItem_t3619702494 * L_46 = Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593(L_45, /*hidden argument*/Component_GetComponent_TisuiRewardItem_t3619702494_m1253789593_RuntimeMethod_var); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_46); (L_43)->SetAt(static_cast(((int32_t)9)), (uiRewardItem_t3619702494 *)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, _stringLiteral673160116, /*hidden argument*/NULL); __this->set_m_uiOneRoot_5(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, _stringLiteral2619566967, /*hidden argument*/NULL); __this->set_m_uiTenRoot_6(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, _stringLiteral589680344, /*hidden argument*/NULL); NullCheck(L_52); GameObject_t1113636619 * L_53 = Component_get_gameObject_m442555142(L_52, /*hidden argument*/NULL); __this->set_m_oneBtn_7(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, _stringLiteral353905436, /*hidden argument*/NULL); NullCheck(L_55); GameObject_t1113636619 * L_56 = Component_get_gameObject_m442555142(L_55, /*hidden argument*/NULL); __this->set_m_tenBtn_8(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, _stringLiteral112690767, /*hidden argument*/NULL); NullCheck(L_58); GameObject_t1113636619 * L_59 = Component_get_gameObject_m442555142(L_58, /*hidden argument*/NULL); __this->set_m_shareBtn_9(L_59); Transform_t3600365921 * L_60 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_60); Transform_t3600365921 * L_61 = Transform_Find_m1729760951(L_60, _stringLiteral636972650, /*hidden argument*/NULL); NullCheck(L_61); UILabel_t3248798549 * L_62 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_61, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_shareLabel_10(L_62); Transform_t3600365921 * L_63 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); NullCheck(L_63); Transform_t3600365921 * L_64 = Transform_Find_m1729760951(L_63, _stringLiteral1716113479, /*hidden argument*/NULL); NullCheck(L_64); GameObject_t1113636619 * L_65 = Component_get_gameObject_m442555142(L_64, /*hidden argument*/NULL); __this->set_m_MarkCorner_11(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, _stringLiteral2947515696, /*hidden argument*/NULL); NullCheck(L_67); UILabel_t3248798549 * L_68 = Component_GetComponent_TisUILabel_t3248798549_m3261951542(L_67, /*hidden argument*/Component_GetComponent_TisUILabel_t3248798549_m3261951542_RuntimeMethod_var); __this->set_m_MarkDiscount_12(L_68); GameObject_t1113636619 * L_69 = __this->get_m_shareBtn_9(); NullCheck(L_69); GameObject_SetActive_m796801857(L_69, (bool)0, /*hidden argument*/NULL); } IL_0252: { return; } } // System.Void RewardWnd::Awake() extern "C" IL2CPP_METHOD_ATTR void RewardWnd_Awake_m2902414135 (RewardWnd_t1955019457 * __this, const RuntimeMethod* method) { { __this->set_m_animIndex_14(0); return; } } // System.Void RewardWnd::Update() extern "C" IL2CPP_METHOD_ATTR void RewardWnd_Update_m166295956 (RewardWnd_t1955019457 * __this, const RuntimeMethod* method) { { ShareManager_t1254576143 * L_0 = ShareManager_GetInstance_m207955360(NULL /*static, unused*/, /*hidden argument*/NULL); UILabel_t3248798549 * L_1 = __this->get_m_shareLabel_10(); NullCheck(L_0); ShareManager_SetShareText_m2631494320(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void RewardWnd::OnOpenWnd(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void RewardWnd_OnOpenWnd_m1180171073 (RewardWnd_t1955019457 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RewardWnd_OnOpenWnd_m1180171073_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Transform_t3600365921 * L_0 = __this->get_m_uiOneRoot_5(); 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); CDataArray_t4068198041 * L_2 = ___msg0; NullCheck(L_2); int32_t L_3 = CDataArray_GetInt_m1111369473(L_2, 2, 0, /*hidden argument*/NULL); __this->set_m_LotteryNum_13(L_3); CDataArray_t4068198041 * L_4 = ___msg0; RewardWnd_OnFreshWnd_m1474203802(__this, L_4, /*hidden argument*/NULL); Transform_t3600365921 * L_5 = __this->get_m_uiRoot_2(); 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); __this->set_m_animIndex_14(0); int32_t L_7 = __this->get_m_LotteryNum_13(); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_006c; } } { IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_8 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_9 = (intptr_t)RewardWnd_onPlayAnim_m2650096700_RuntimeMethod_var; TimerCallbackProc_t3381003091 * L_10 = (TimerCallbackProc_t3381003091 *)il2cpp_codegen_object_new(TimerCallbackProc_t3381003091_il2cpp_TypeInfo_var); TimerCallbackProc__ctor_m2511947299(L_10, __this, L_9, /*hidden argument*/NULL); NullCheck(L_8); CTimerManager_CreateTimer_m1163471876(L_8, (0.15f), L_10, 1, /*hidden argument*/NULL); goto IL_00a9; } IL_006c: { int32_t L_11 = __this->get_m_LotteryNum_13(); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)10))))) { goto IL_00a9; } } { GameObject_t1113636619 * L_12 = __this->get_m_shareBtn_9(); NullCheck(L_12); GameObject_SetActive_m796801857(L_12, (bool)0, /*hidden argument*/NULL); RewardWnd_onHideListWnd_m594938024(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CTimerManager_t4186675208_il2cpp_TypeInfo_var); CTimerManager_t4186675208 * L_13 = CTimerManager_GetInstance_m783340840(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_14 = (intptr_t)RewardWnd_onPlayAnim_m2650096700_RuntimeMethod_var; TimerCallbackProc_t3381003091 * L_15 = (TimerCallbackProc_t3381003091 *)il2cpp_codegen_object_new(TimerCallbackProc_t3381003091_il2cpp_TypeInfo_var); TimerCallbackProc__ctor_m2511947299(L_15, __this, L_14, /*hidden argument*/NULL); NullCheck(L_13); CTimerManager_CreateTimer_m1163471876(L_13, (0.15f), L_15, ((int32_t)10), /*hidden argument*/NULL); } IL_00a9: { return; } } // System.Void RewardWnd::onPlayAnim() extern "C" IL2CPP_METHOD_ATTR void RewardWnd_onPlayAnim_m2650096700 (RewardWnd_t1955019457 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RewardWnd_onPlayAnim_m2650096700_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_animIndex_14(); uiRewardItemU5BU5D_t3139509227* L_1 = __this->get_m_rewardItemList_4(); NullCheck(L_1); if ((((int32_t)L_0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))) { goto IL_006c; } } { uiRewardItemU5BU5D_t3139509227* L_2 = __this->get_m_rewardItemList_4(); int32_t L_3 = __this->get_m_animIndex_14(); NullCheck(L_2); int32_t L_4 = L_3; uiRewardItem_t3619702494 * L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_5); GameObject_t1113636619 * L_6 = Component_get_gameObject_m442555142(L_5, /*hidden argument*/NULL); NullCheck(L_6); GameObject_SetActive_m796801857(L_6, (bool)1, /*hidden argument*/NULL); int32_t L_7 = __this->get_m_animIndex_14(); __this->set_m_animIndex_14(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = __this->get_m_animIndex_14(); uiRewardItemU5BU5D_t3139509227* L_9 = __this->get_m_rewardItemList_4(); NullCheck(L_9); if ((!(((uint32_t)L_8) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))))))) { goto IL_006c; } } { IL2CPP_RUNTIME_CLASS_INIT(CNetServerConfig_t202072970_il2cpp_TypeInfo_var); CNetServerConfig_t202072970 * L_10 = CNetServerConfig_GetInstance_m1865421617(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); bool L_11 = CNetServerConfig_IsValidProxy_m4030729817(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_006c; } } { GameObject_t1113636619 * L_12 = __this->get_m_shareBtn_9(); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); CMiscHelp_SetActive_m121978786(NULL /*static, unused*/, L_12, (bool)0, /*hidden argument*/NULL); goto IL_006c; } IL_006c: { return; } } // System.Void RewardWnd::onHideListWnd() extern "C" IL2CPP_METHOD_ATTR void RewardWnd_onHideListWnd_m594938024 (RewardWnd_t1955019457 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_001e; } IL_0007: { uiRewardItemU5BU5D_t3139509227* L_0 = __this->get_m_rewardItemList_4(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; uiRewardItem_t3619702494 * L_3 = (L_0)->GetAt(static_cast(L_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); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001e: { int32_t L_6 = V_0; uiRewardItemU5BU5D_t3139509227* L_7 = __this->get_m_rewardItemList_4(); NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))) { goto IL_0007; } } { return; } } // System.Void RewardWnd::OnFreshWnd(DMCore.CDataArray) extern "C" IL2CPP_METHOD_ATTR void RewardWnd_OnFreshWnd_m1474203802 (RewardWnd_t1955019457 * __this, CDataArray_t4068198041 * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RewardWnd_OnFreshWnd_m1474203802_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; { V_0 = 2; CDataArray_t4068198041 * L_0 = ___msg0; int32_t L_1 = V_0; int32_t L_2 = L_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); NullCheck(L_0); int32_t L_3 = CDataArray_GetInt_m1111369473(L_0, L_2, 0, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) >= ((int32_t)1))) { goto IL_0017; } } { return; } IL_0017: { int32_t L_5 = V_1; if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0087; } } { CDataArray_t4068198041 * L_6 = ___msg0; int32_t L_7 = V_0; int32_t L_8 = L_7; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); NullCheck(L_6); int32_t L_9 = CDataArray_GetInt_m1111369473(L_6, L_8, 0, /*hidden argument*/NULL); V_2 = L_9; CDataArray_t4068198041 * L_10 = ___msg0; int32_t L_11 = V_0; int32_t L_12 = L_11; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); NullCheck(L_10); int32_t L_13 = CDataArray_GetInt_m1111369473(L_10, L_12, 0, /*hidden argument*/NULL); V_3 = L_13; CDataArray_t4068198041 * L_14 = ___msg0; int32_t L_15 = V_0; int32_t L_16 = L_15; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); NullCheck(L_14); int32_t L_17 = CDataArray_GetInt_m1111369473(L_14, L_16, 0, /*hidden argument*/NULL); V_4 = L_17; CDataArray_t4068198041 * L_18 = ___msg0; int32_t L_19 = V_0; int32_t L_20 = L_19; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); NullCheck(L_18); int32_t L_21 = CDataArray_GetInt_m1111369473(L_18, L_20, 0, /*hidden argument*/NULL); V_5 = L_21; uiRewardItem_t3619702494 * L_22 = __this->get_m_rewardItem_3(); int32_t L_23 = V_2; int32_t L_24 = V_3; int32_t L_25 = V_4; int32_t L_26 = V_5; NullCheck(L_22); uiRewardItem_OnInitData_m108097961(L_22, L_23, L_24, L_25, L_26, /*hidden argument*/NULL); Transform_t3600365921 * L_27 = __this->get_m_uiOneRoot_5(); 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); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_29 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_30 = V_2; NullCheck(L_29); CShopManager_UpdataShopItemState_m4096842907(L_29, L_30, (bool)1, /*hidden argument*/NULL); goto IL_012b; } IL_0087: { int32_t L_31 = V_1; uiRewardItemU5BU5D_t3139509227* L_32 = __this->get_m_rewardItemList_4(); NullCheck(L_32); if ((((int32_t)L_31) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length))))))) { goto IL_012b; } } { V_6 = 0; goto IL_0112; } IL_009d: { uiRewardItemU5BU5D_t3139509227* L_33 = __this->get_m_rewardItemList_4(); int32_t L_34 = V_6; NullCheck(L_33); int32_t L_35 = L_34; uiRewardItem_t3619702494 * L_36 = (L_33)->GetAt(static_cast(L_35)); 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_010c; } } { CDataArray_t4068198041 * L_38 = ___msg0; int32_t L_39 = V_0; int32_t L_40 = L_39; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); NullCheck(L_38); int32_t L_41 = CDataArray_GetInt_m1111369473(L_38, L_40, 0, /*hidden argument*/NULL); V_7 = L_41; CDataArray_t4068198041 * L_42 = ___msg0; int32_t L_43 = V_0; int32_t L_44 = L_43; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); NullCheck(L_42); int32_t L_45 = CDataArray_GetInt_m1111369473(L_42, L_44, 0, /*hidden argument*/NULL); V_8 = L_45; CDataArray_t4068198041 * L_46 = ___msg0; int32_t L_47 = V_0; int32_t L_48 = L_47; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); NullCheck(L_46); int32_t L_49 = CDataArray_GetInt_m1111369473(L_46, L_48, 0, /*hidden argument*/NULL); V_9 = L_49; CDataArray_t4068198041 * L_50 = ___msg0; int32_t L_51 = V_0; int32_t L_52 = L_51; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); NullCheck(L_50); int32_t L_53 = CDataArray_GetInt_m1111369473(L_50, L_52, 0, /*hidden argument*/NULL); V_10 = L_53; uiRewardItemU5BU5D_t3139509227* L_54 = __this->get_m_rewardItemList_4(); int32_t L_55 = V_6; NullCheck(L_54); int32_t L_56 = L_55; uiRewardItem_t3619702494 * L_57 = (L_54)->GetAt(static_cast(L_56)); int32_t L_58 = V_7; int32_t L_59 = V_8; int32_t L_60 = V_9; int32_t L_61 = V_10; NullCheck(L_57); uiRewardItem_OnInitData_m108097961(L_57, L_58, L_59, L_60, L_61, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CShopManager_t754298620_il2cpp_TypeInfo_var); CShopManager_t754298620 * L_62 = CShopManager_GetInstance_m1368729055(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_63 = V_7; NullCheck(L_62); CShopManager_UpdataShopItemState_m4096842907(L_62, L_63, (bool)1, /*hidden argument*/NULL); } IL_010c: { int32_t L_64 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_0112: { int32_t L_65 = V_6; int32_t L_66 = V_1; if ((((int32_t)L_65) < ((int32_t)L_66))) { goto IL_009d; } } { Transform_t3600365921 * L_67 = __this->get_m_uiTenRoot_6(); 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)1, /*hidden argument*/NULL); } IL_012b: { return; } } // System.Void RewardWnd::OnOnceAgain() extern "C" IL2CPP_METHOD_ATTR void RewardWnd_OnOnceAgain_m3373144131 (RewardWnd_t1955019457 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RewardWnd_OnOnceAgain_m3373144131_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; { CDataArray_t4068198041 * L_0 = (CDataArray_t4068198041 *)il2cpp_codegen_object_new(CDataArray_t4068198041_il2cpp_TypeInfo_var); CDataArray__ctor_m2623161048(L_0, /*hidden argument*/NULL); V_0 = L_0; CDataArray_t4068198041 * L_1 = V_0; CWishFountainMgr_t2594140948 * L_2 = CWishFountainMgr_GetInstance_m525250956(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); TreviType_t2222439988 * L_3 = CWishFountainMgr_get_curTreviType_m3714917885(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = L_3->get_treviID_0(); NullCheck(L_1); CDataArray_Push_m3820844360(L_1, L_4, /*hidden argument*/NULL); CDataArray_t4068198041 * L_5 = V_0; NullCheck(L_5); CDataArray_Push_m3820844360(L_5, 1, /*hidden argument*/NULL); CMsgBoxControl_t806533544 * L_6 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); CTextHelp_t3119637808 * L_7 = CTextHelp_GetInstance_m3392996374(NULL /*static, unused*/, /*hidden argument*/NULL); CWishFountainMgr_t2594140948 * L_8 = CWishFountainMgr_GetInstance_m525250956(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); TreviType_t2222439988 * L_9 = CWishFountainMgr_get_curTreviType_m3714917885(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = L_9->get_cashType_1(); 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*/, _stringLiteral3722016301, L_12, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_14 = CTextHelp_GetText_m372251958(L_7, L_13, /*hidden argument*/NULL); CWishFountainMgr_t2594140948 * L_15 = CWishFountainMgr_GetInstance_m525250956(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_16 = (intptr_t)CWishFountainMgr_OnGetDrawAward_m2602009080_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_17 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_17, L_15, L_16, /*hidden argument*/NULL); CDataArray_t4068198041 * L_18 = V_0; NullCheck(L_6); CMsgBoxControl_Push_m272952420(L_6, 1, L_14, L_17, L_18, /*hidden argument*/NULL); RewardWnd_OnCloseCallBack_m2499280212(__this, /*hidden argument*/NULL); return; } } // System.Void RewardWnd::OnTenTimeAgain() extern "C" IL2CPP_METHOD_ATTR void RewardWnd_OnTenTimeAgain_m3178935209 (RewardWnd_t1955019457 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RewardWnd_OnTenTimeAgain_m3178935209_MetadataUsageId); s_Il2CppMethodInitialized = true; } CDataArray_t4068198041 * V_0 = NULL; String_t* V_1 = NULL; CDrawItemData_t2876223890 * V_2 = 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; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_1; CWishFountainMgr_t2594140948 * L_2 = CWishFountainMgr_GetInstance_m525250956(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CDrawItemData_t2876223890 * L_3 = CWishFountainMgr_GetCurData_m3488993016(L_2, /*hidden argument*/NULL); V_2 = L_3; CDrawItemData_t2876223890 * L_4 = V_2; if (!L_4) { goto IL_001d; } } IL_001d: { CDataArray_t4068198041 * L_5 = V_0; CWishFountainMgr_t2594140948 * L_6 = CWishFountainMgr_GetInstance_m525250956(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_6); TreviType_t2222439988 * L_7 = CWishFountainMgr_get_curTreviType_m3714917885(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = L_7->get_treviID_0(); NullCheck(L_5); CDataArray_Push_m3820844360(L_5, L_8, /*hidden argument*/NULL); CDataArray_t4068198041 * L_9 = V_0; NullCheck(L_9); CDataArray_Push_m3820844360(L_9, ((int32_t)10), /*hidden argument*/NULL); CMsgBoxControl_t806533544 * L_10 = CMsgBoxControl_GetInstance_m4085806233(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_11 = V_1; CWishFountainMgr_t2594140948 * L_12 = CWishFountainMgr_GetInstance_m525250956(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_13 = (intptr_t)CWishFountainMgr_OnGetDrawAward_m2602009080_RuntimeMethod_var; OnMsgBoxClkCallBack_t3229751541 * L_14 = (OnMsgBoxClkCallBack_t3229751541 *)il2cpp_codegen_object_new(OnMsgBoxClkCallBack_t3229751541_il2cpp_TypeInfo_var); OnMsgBoxClkCallBack__ctor_m2163616605(L_14, L_12, L_13, /*hidden argument*/NULL); CDataArray_t4068198041 * L_15 = V_0; NullCheck(L_10); CMsgBoxControl_Push_m272952420(L_10, 1, L_11, L_14, L_15, /*hidden argument*/NULL); RewardWnd_OnCloseCallBack_m2499280212(__this, /*hidden argument*/NULL); return; } } // System.Void RewardWnd::OnCloseCallBack() extern "C" IL2CPP_METHOD_ATTR void RewardWnd_OnCloseCallBack_m2499280212 (RewardWnd_t1955019457 * __this, const RuntimeMethod* method) { { Transform_t3600365921 * L_0 = __this->get_m_uiOneRoot_5(); 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); Transform_t3600365921 * L_2 = __this->get_m_uiTenRoot_6(); 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)0, /*hidden argument*/NULL); Transform_t3600365921 * L_4 = __this->get_m_uiRoot_2(); 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)0, /*hidden argument*/NULL); return; } } // System.Void RewardWnd::OnShareClick(UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR void RewardWnd_OnShareClick_m2255897923 (RewardWnd_t1955019457 * __this, GameObject_t1113636619 * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RewardWnd_OnShareClick_m2255897923_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)154), /*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 RightRoleModelData::.ctor() extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData__ctor_m3701721328 (RightRoleModelData_t2990113550 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void RightRoleModelData::OnPageInit() extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_OnPageInit_m522451868 (RightRoleModelData_t2990113550 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RightRoleModelData_OnPageInit_m522451868_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isPageInit_7(); if (L_0) { goto IL_0028; } } { __this->set_isPageInit_7((bool)1); Transform_t3600365921 * L_1 = Component_get_transform_m3162698980(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CMiscHelp_t3597884754_il2cpp_TypeInfo_var); RotateRole_t1146201425 * L_2 = CMiscHelp_GetChildComponent_TisRotateRole_t1146201425_m251828452(NULL /*static, unused*/, L_1, _stringLiteral1628940300, /*hidden argument*/CMiscHelp_GetChildComponent_TisRotateRole_t1146201425_m251828452_RuntimeMethod_var); __this->set_rotate_3(L_2); } IL_0028: { return; } } // System.Void RightRoleModelData::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_OnDestroy_m3324536704 (RightRoleModelData_t2990113550 * __this, const RuntimeMethod* method) { { ISceneRole_t2394225724 * L_0 = __this->get_readyRole_2(); if (!L_0) { goto IL_001c; } } { ISceneRole_t2394225724 * L_1 = __this->get_readyRole_2(); NullCheck(L_1); int64_t L_2 = VirtFuncInvoker0< int64_t >::Invoke(19 /* System.Int64 DMCore.Framework.Scene.ISceneBaseObj::GetUserId() */, L_1); RightRoleModelData_DestoryRole_m3800219767(__this, L_2, /*hidden argument*/NULL); } IL_001c: { return; } } // System.Void RightRoleModelData::Update() extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_Update_m1657717474 (RightRoleModelData_t2990113550 * __this, const RuntimeMethod* method) { { RightRoleModelData_InitRole_m681538885(__this, /*hidden argument*/NULL); return; } } // System.Void RightRoleModelData::SetInfo(System.Int32,System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_SetInfo_m174843016 (RightRoleModelData_t2990113550 * __this, int32_t ___playerSign0, int32_t ___idx1, int32_t ___sex2, bool ___Init3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RightRoleModelData_SetInfo_m174843016_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___idx1; if ((((int32_t)L_0) >= ((int32_t)3))) { goto IL_0033; } } { int32_t L_1 = ___idx1; __this->set_index_6(L_1); IL2CPP_RUNTIME_CLASS_INIT(CChangeGameManager_t2081989347_il2cpp_TypeInfo_var); CChangeGameManager_t2081989347 * L_2 = CChangeGameManager_GetInstance_m1986096856(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = ___playerSign0; NullCheck(L_2); ReviewInfo_t914837392 * L_4 = CChangeGameManager_GetThemeSignInfo_m3023682012(L_2, L_3, /*hidden argument*/NULL); __this->set_m_info_5(L_4); bool L_5 = ___Init3; if (!L_5) { goto IL_002d; } } { int32_t L_6 = ___sex2; RightRoleModelData_CreatRole_m1932611486(__this, L_6, /*hidden argument*/NULL); } IL_002d: { RightRoleModelData_CurSuit_m1149148118(__this, /*hidden argument*/NULL); } IL_0033: { return; } } // System.Void RightRoleModelData::CurSuit() extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_CurSuit_m1149148118 (RightRoleModelData_t2990113550 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RightRoleModelData_CurSuit_m1149148118_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISceneRole_t2394225724 * L_1 = CSceneService_FindRoleByUserID_m4171044813(L_0, (((int64_t)((int64_t)((int32_t)101)))), /*hidden argument*/NULL); V_0 = L_1; ReviewInfo_t914837392 * L_2 = __this->get_m_info_5(); if (!L_2) { goto IL_00ca; } } { ReviewInfo_t914837392 * L_3 = __this->get_m_info_5(); NullCheck(L_3); List_1_t2571181400 * L_4 = L_3->get_m_themeInfo_2(); int32_t L_5 = __this->get_index_6(); NullCheck(L_4); ThemeInfo_t1099106658 * L_6 = List_1_get_Item_m2977262506(L_4, L_5, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_6); List_1_t128053199 * L_7 = L_6->get_m_dressId_3(); 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_00ca; } } { V_1 = 0; goto IL_00a4; } IL_0046: { ReviewInfo_t914837392 * L_9 = __this->get_m_info_5(); NullCheck(L_9); List_1_t2571181400 * L_10 = L_9->get_m_themeInfo_2(); int32_t L_11 = __this->get_index_6(); NullCheck(L_10); ThemeInfo_t1099106658 * L_12 = List_1_get_Item_m2977262506(L_10, L_11, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_12); List_1_t128053199 * L_13 = L_12->get_m_dressId_3(); int32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = List_1_get_Item_m888956288(L_13, L_14, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); V_2 = L_15; int32_t L_16 = V_2; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_16/(int32_t)((int32_t)100000)))%(int32_t)((int32_t)100))); int32_t L_17 = V_3; if ((((int32_t)L_17) == ((int32_t)((int32_t)81)))) { goto IL_0083; } } { int32_t L_18 = V_3; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)80))))) { goto IL_008f; } } IL_0083: { ISceneRole_t2394225724 * L_19 = V_0; int32_t L_20 = V_2; NullCheck(L_19); ISceneRole_WearSuit_m1889746947(L_19, L_20, /*hidden argument*/NULL); goto IL_0099; } IL_008f: { ISceneRole_t2394225724 * L_21 = V_0; int32_t L_22 = V_2; NullCheck(L_21); ISceneRole_WearSubModel_m2695610556(L_21, L_22, (bool)1, (bool)1, /*hidden argument*/NULL); } IL_0099: { ISceneRole_t2394225724 * L_23 = V_0; int32_t L_24 = V_2; NullCheck(L_23); ISceneRole_WearSuit_m1889746947(L_23, L_24, /*hidden argument*/NULL); int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00a4: { int32_t L_26 = V_1; ReviewInfo_t914837392 * L_27 = __this->get_m_info_5(); NullCheck(L_27); List_1_t2571181400 * L_28 = L_27->get_m_themeInfo_2(); int32_t L_29 = __this->get_index_6(); NullCheck(L_28); ThemeInfo_t1099106658 * L_30 = List_1_get_Item_m2977262506(L_28, L_29, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_30); List_1_t128053199 * L_31 = L_30->get_m_dressId_3(); NullCheck(L_31); int32_t L_32 = List_1_get_Count_m186164705(L_31, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_26) < ((int32_t)L_32))) { goto IL_0046; } } IL_00ca: { return; } } // System.Void RightRoleModelData::TakeOffSuit() extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_TakeOffSuit_m3424184630 (RightRoleModelData_t2990113550 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RightRoleModelData_TakeOffSuit_m3424184630_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISceneRole_t2394225724 * L_1 = CSceneService_FindRoleByUserID_m4171044813(L_0, (((int64_t)((int64_t)((int32_t)101)))), /*hidden argument*/NULL); V_0 = L_1; ReviewInfo_t914837392 * L_2 = __this->get_m_info_5(); if (!L_2) { goto IL_00a4; } } { ReviewInfo_t914837392 * L_3 = __this->get_m_info_5(); NullCheck(L_3); List_1_t2571181400 * L_4 = L_3->get_m_themeInfo_2(); int32_t L_5 = __this->get_index_6(); NullCheck(L_4); ThemeInfo_t1099106658 * L_6 = List_1_get_Item_m2977262506(L_4, L_5, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_6); List_1_t128053199 * L_7 = L_6->get_m_dressId_3(); 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_00a4; } } { V_1 = 0; goto IL_007e; } IL_0046: { ReviewInfo_t914837392 * L_9 = __this->get_m_info_5(); NullCheck(L_9); List_1_t2571181400 * L_10 = L_9->get_m_themeInfo_2(); int32_t L_11 = __this->get_index_6(); NullCheck(L_10); ThemeInfo_t1099106658 * L_12 = List_1_get_Item_m2977262506(L_10, L_11, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_12); List_1_t128053199 * L_13 = L_12->get_m_dressId_3(); int32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = List_1_get_Item_m888956288(L_13, L_14, /*hidden argument*/List_1_get_Item_m888956288_RuntimeMethod_var); V_2 = L_15; int32_t L_16 = V_2; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_16/(int32_t)((int32_t)100000)))%(int32_t)((int32_t)100))); ISceneRole_t2394225724 * L_17 = V_0; int32_t L_18 = V_2; NullCheck(L_17); ISceneRole_TakeOffSuit_m3927739169(L_17, L_18, /*hidden argument*/NULL); int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_007e: { int32_t L_20 = V_1; ReviewInfo_t914837392 * L_21 = __this->get_m_info_5(); NullCheck(L_21); List_1_t2571181400 * L_22 = L_21->get_m_themeInfo_2(); int32_t L_23 = __this->get_index_6(); NullCheck(L_22); ThemeInfo_t1099106658 * L_24 = List_1_get_Item_m2977262506(L_22, L_23, /*hidden argument*/List_1_get_Item_m2977262506_RuntimeMethod_var); NullCheck(L_24); List_1_t128053199 * L_25 = L_24->get_m_dressId_3(); NullCheck(L_25); int32_t L_26 = List_1_get_Count_m186164705(L_25, /*hidden argument*/List_1_get_Count_m186164705_RuntimeMethod_var); if ((((int32_t)L_20) < ((int32_t)L_26))) { goto IL_0046; } } IL_00a4: { return; } } // System.Void RightRoleModelData::InitRole() extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_InitRole_m681538885 (RightRoleModelData_t2990113550 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RightRoleModelData_InitRole_m681538885_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; int32_t V_2 = 0; Transform_t3600365921 * V_3 = NULL; Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); { ISceneRole_t2394225724 * L_0 = __this->get_readyRole_2(); if (!L_0) { goto IL_001b; } } { ISceneRole_t2394225724 * L_1 = __this->get_readyRole_2(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(17 /* System.Boolean DMCore.Framework.Scene.ISceneBaseObj::IsReady() */, L_1); if (L_2) { goto IL_001c; } } IL_001b: { return; } IL_001c: { ISceneRole_t2394225724 * L_3 = __this->get_readyRole_2(); NullCheck(L_3); bool L_4 = ISceneBaseObj_IsValid_m1197404667(L_3, /*hidden argument*/NULL); V_0 = L_4; ISceneRole_t2394225724 * L_5 = __this->get_readyRole_2(); NullCheck(L_5); VirtActionInvoker0::Invoke(14 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SubmitToScene() */, L_5); bool L_6 = V_0; if (L_6) { goto IL_0181; } } { ISceneRole_t2394225724 * L_7 = __this->get_readyRole_2(); NullCheck(L_7); Transform_t3600365921 * L_8 = ISceneBaseObj_GetTransform_m3818769012(L_7, /*hidden argument*/NULL); Transform_t3600365921 * L_9 = RightRoleModelData_GetRoleParent_m2403632264(__this, /*hidden argument*/NULL); NullCheck(L_8); Transform_SetParent_m381167889(L_8, L_9, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_10 = __this->get_readyRole_2(); NullCheck(L_10); bool L_11 = ISceneBaseObj_IfExistAnim_m267911107(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_00ab; } } { V_1 = _stringLiteral2833084525; ISceneRole_t2394225724 * L_12 = __this->get_readyRole_2(); NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 DMCore.Framework.Scene.ISceneBaseObj::GetSex() */, L_12); V_2 = L_13; int32_t L_14 = V_2; if ((((int32_t)L_14) == ((int32_t)1))) { goto IL_0083; } } { int32_t L_15 = V_2; if (!L_15) { goto IL_008e; } } { goto IL_0099; } IL_0083: { V_1 = _stringLiteral3548628297; goto IL_009e; } IL_008e: { V_1 = _stringLiteral2833084525; goto IL_009e; } IL_0099: { goto IL_009e; } IL_009e: { ISceneRole_t2394225724 * L_16 = __this->get_readyRole_2(); String_t* L_17 = V_1; NullCheck(L_16); ISceneBaseObj_SetIdleAnim_m1936918694(L_16, L_17, /*hidden argument*/NULL); } IL_00ab: { ISceneRole_t2394225724 * L_18 = __this->get_readyRole_2(); NullCheck(L_18); ILogicBase_Update_m3853008051(L_18, (0.001f), /*hidden argument*/NULL); ISceneRole_t2394225724 * L_19 = __this->get_readyRole_2(); NullCheck(L_19); Transform_t3600365921 * L_20 = ISceneBaseObj_GetTransform_m3818769012(L_19, /*hidden argument*/NULL); V_3 = L_20; Camera_t4157153871 * L_21 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); Transform_t3600365921 * L_22 = V_3; NullCheck(L_22); Vector3_t3722313464 L_23 = Transform_get_position_m36019626(L_22, /*hidden argument*/NULL); NullCheck(L_21); Vector3_t3722313464 L_24 = Camera_WorldToScreenPoint_m3726311023(L_21, L_23, /*hidden argument*/NULL); V_4 = L_24; Camera_t4157153871 * L_25 = IHelp_GetUICamera_m2281890991(NULL /*static, unused*/, /*hidden argument*/NULL); RotateRole_t1146201425 * L_26 = __this->get_rotate_3(); NullCheck(L_26); Transform_t3600365921 * L_27 = Component_get_transform_m3162698980(L_26, /*hidden argument*/NULL); NullCheck(L_27); Vector3_t3722313464 L_28 = Transform_get_position_m36019626(L_27, /*hidden argument*/NULL); NullCheck(L_25); Vector3_t3722313464 L_29 = Camera_WorldToScreenPoint_m3726311023(L_25, L_28, /*hidden argument*/NULL); V_5 = L_29; float L_30 = (&V_5)->get_x_1(); float L_31 = (&V_5)->get_y_2(); float L_32 = (&V_4)->get_z_3(); Vector3__ctor_m3353183577((&V_6), L_30, L_31, L_32, /*hidden argument*/NULL); Transform_t3600365921 * L_33 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_34 = Quaternion_Euler_m3049309462(NULL /*static, unused*/, (0.0f), (165.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_33); Transform_set_rotation_m3524318132(L_33, L_34, /*hidden argument*/NULL); Transform_t3600365921 * L_35 = V_3; Camera_t4157153871 * L_36 = IHelp_Get3DSceneCamera_m2443356533(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_37 = V_6; NullCheck(L_36); Vector3_t3722313464 L_38 = Camera_ScreenToWorldPoint_m3978588570(L_36, L_37, /*hidden argument*/NULL); NullCheck(L_35); Transform_set_position_m3387557959(L_35, L_38, /*hidden argument*/NULL); Transform_t3600365921 * L_39 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_40 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_39); Transform_set_localScale_m3053443106(L_39, L_40, /*hidden argument*/NULL); Transform_t3600365921 * L_41 = V_3; Vector3_t3722313464 L_42 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_43 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_42, (1.0f), /*hidden argument*/NULL); NullCheck(L_41); Transform_set_localScale_m3053443106(L_41, L_43, /*hidden argument*/NULL); RotateRole_t1146201425 * L_44 = __this->get_rotate_3(); GameObjectU5BU5D_t3328599146* L_45 = ((GameObjectU5BU5D_t3328599146*)SZArrayNew(GameObjectU5BU5D_t3328599146_il2cpp_TypeInfo_var, (uint32_t)1)); ISceneRole_t2394225724 * L_46 = __this->get_readyRole_2(); NullCheck(L_46); Transform_t3600365921 * L_47 = ISceneBaseObj_GetTransform_m3818769012(L_46, /*hidden argument*/NULL); NullCheck(L_47); GameObject_t1113636619 * L_48 = Component_get_gameObject_m442555142(L_47, /*hidden argument*/NULL); NullCheck(L_45); ArrayElementTypeCheck (L_45, L_48); (L_45)->SetAt(static_cast(0), (GameObject_t1113636619 *)L_48); NullCheck(L_44); RotateRole_SetRotateObj_m814283472(L_44, L_45, /*hidden argument*/NULL); } IL_0181: { return; } } // UnityEngine.Transform RightRoleModelData::GetRoleParent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * RightRoleModelData_GetRoleParent_m2403632264 (RightRoleModelData_t2990113550 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RightRoleModelData_GetRoleParent_m2403632264_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Transform_t3600365921 * V_1 = NULL; { GameObject_t1113636619 * L_0 = GameObject_Find_m2032535176(NULL /*static, unused*/, _stringLiteral2992781582, /*hidden argument*/NULL); NullCheck(L_0); Transform_t3600365921 * L_1 = GameObject_get_transform_m1369836730(L_0, /*hidden argument*/NULL); V_0 = L_1; Transform_t3600365921 * L_2 = V_0; NullCheck(L_2); Transform_t3600365921 * L_3 = Transform_Find_m1729760951(L_2, _stringLiteral1763011648, /*hidden argument*/NULL); V_1 = L_3; Transform_t3600365921 * L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_4, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0067; } } { GameObject_t1113636619 * L_6 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_6, _stringLiteral1763011648, /*hidden argument*/NULL); NullCheck(L_6); Transform_t3600365921 * L_7 = GameObject_get_transform_m1369836730(L_6, /*hidden argument*/NULL); V_1 = L_7; Transform_t3600365921 * L_8 = V_1; Transform_t3600365921 * L_9 = V_0; NullCheck(L_8); Transform_SetParent_m381167889(L_8, L_9, /*hidden argument*/NULL); Transform_t3600365921 * L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_11 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); Transform_set_localEulerAngles_m4202601546(L_10, L_11, /*hidden argument*/NULL); Transform_t3600365921 * L_12 = V_1; Vector3_t3722313464 L_13 = Vector3_get_one_m1629952498(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); Transform_set_localScale_m3053443106(L_12, L_13, /*hidden argument*/NULL); Transform_t3600365921 * L_14 = V_1; Vector3_t3722313464 L_15 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); Transform_set_localPosition_m4128471975(L_14, L_15, /*hidden argument*/NULL); Transform_t3600365921 * L_16 = V_1; __this->set_roleParent_4(L_16); } IL_0067: { Transform_t3600365921 * L_17 = V_1; return L_17; } } // System.Void RightRoleModelData::CreatRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_CreatRole_m1932611486 (RightRoleModelData_t2990113550 * __this, int32_t ___sex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RightRoleModelData_CreatRole_m1932611486_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ISceneRole_t2394225724 * V_1 = NULL; String_t* G_B3_0 = NULL; { int32_t L_0 = ___sex0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0011; } } { G_B3_0 = _stringLiteral3926317133; goto IL_0016; } IL_0011: { G_B3_0 = _stringLiteral4072509751; } IL_0016: { V_0 = G_B3_0; CSceneService_t551449725 * L_1 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = V_0; NullCheck(L_1); ISceneBaseObj_t858622483 * L_3 = CSceneService_CreateGameObj_m958236987(L_1, L_2, 1, /*hidden argument*/NULL); V_1 = ((ISceneRole_t2394225724 *)IsInstClass((RuntimeObject*)L_3, ISceneRole_t2394225724_il2cpp_TypeInfo_var)); ISceneRole_t2394225724 * L_4 = V_1; NullCheck(L_4); VirtActionInvoker1< int64_t >::Invoke(18 /* System.Void DMCore.Framework.Scene.ISceneBaseObj::SetUserId(System.Int64) */, L_4, (((int64_t)((int64_t)((int32_t)101))))); ISceneRole_t2394225724 * L_5 = V_1; NullCheck(L_5); CDataProperty_t2806246268 * L_6 = ISceneBaseObj_GetUserProperty_m776816018(L_5, /*hidden argument*/NULL); NullCheck(L_6); CDataProperty_Add_m837145387(L_6, _stringLiteral836452629, 1, /*hidden argument*/NULL); int32_t L_7 = ___sex0; RightRoleModelData_DefautRole_m2636080727(__this, L_7, /*hidden argument*/NULL); return; } } // System.Void RightRoleModelData::DestoryRole(System.Int64) extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_DestoryRole_m3800219767 (RightRoleModelData_t2990113550 * __this, int64_t ___userid0, const RuntimeMethod* method) { { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_1 = ___userid0; NullCheck(L_0); CSceneService_DestroyRoleObj_m3016152155(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void RightRoleModelData::ResumeSubModels() extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_ResumeSubModels_m2467630482 (RightRoleModelData_t2990113550 * __this, const RuntimeMethod* method) { { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISceneRole_t2394225724 * L_1 = CSceneService_FindRoleByUserID_m4171044813(L_0, (((int64_t)((int64_t)((int32_t)101)))), /*hidden argument*/NULL); NullCheck(L_1); ISceneRole_ResumeSubModels_m1744956637(L_1, /*hidden argument*/NULL); return; } } // System.Void RightRoleModelData::DefautRole(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RightRoleModelData_DefautRole_m2636080727 (RightRoleModelData_t2990113550 * __this, int32_t ___sex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RightRoleModelData_DefautRole_m2636080727_MetadataUsageId); s_Il2CppMethodInitialized = true; } ISceneRole_t2394225724 * V_0 = NULL; bool V_1 = false; Func_3_t1497391353 * V_2 = NULL; int32_t V_3 = 0; ISceneRole_t2394225724 * G_B2_0 = NULL; ISceneRole_t2394225724 * G_B1_0 = NULL; int32_t G_B3_0 = 0; ISceneRole_t2394225724 * G_B3_1 = NULL; String_t* G_B5_0 = NULL; CProperty_t963755051 * G_B5_1 = NULL; String_t* G_B4_0 = NULL; CProperty_t963755051 * G_B4_1 = NULL; int32_t G_B6_0 = 0; String_t* G_B6_1 = NULL; CProperty_t963755051 * G_B6_2 = NULL; { CSceneService_t551449725 * L_0 = IHelp_GetSceneManager_m309394095(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ISceneRole_t2394225724 * L_1 = CSceneService_FindRoleByUserID_m4171044813(L_0, (((int64_t)((int64_t)((int32_t)101)))), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___sex0; V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); ISceneRole_t2394225724 * L_3 = V_0; bool L_4 = V_1; G_B1_0 = L_3; if (!L_4) { G_B2_0 = L_3; goto IL_0020; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0021; } IL_0020: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0021: { NullCheck(G_B3_1); ISceneBaseObj_SetModelID_m3286778194(G_B3_1, G_B3_0, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_5 = V_0; NullCheck(L_5); CProperty_t963755051 * L_6 = ISceneBaseObj_GetNetProperty_m1709069404(L_5, /*hidden argument*/NULL); bool L_7 = V_1; G_B4_0 = _stringLiteral4166355951; G_B4_1 = L_6; if (!L_7) { G_B5_0 = _stringLiteral4166355951; G_B5_1 = L_6; goto IL_003d; } } { G_B6_0 = 0; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_003e; } IL_003d: { G_B6_0 = 1; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_003e: { NullCheck(G_B6_2); CProperty_SetInt_m72189256(G_B6_2, G_B6_1, G_B6_0, /*hidden argument*/NULL); CJuniorRoleModelItem_t636793867 * L_8 = CJuniorRoleModelItem_GetInstance_m2353718821(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_9 = (intptr_t)CJuniorRoleModelItem_GetDefaultModelItem_m3195588872_RuntimeMethod_var; Func_3_t1497391353 * L_10 = (Func_3_t1497391353 *)il2cpp_codegen_object_new(Func_3_t1497391353_il2cpp_TypeInfo_var); Func_3__ctor_m2676186645(L_10, L_8, L_9, /*hidden argument*/Func_3__ctor_m2676186645_RuntimeMethod_var); V_2 = L_10; Func_3_t1497391353 * L_11 = V_2; bool L_12 = V_1; NullCheck(L_11); int32_t L_13 = Func_3_Invoke_m1444580883(L_11, L_12, 2, /*hidden argument*/Func_3_Invoke_m1444580883_RuntimeMethod_var); V_3 = L_13; ISceneRole_t2394225724 * L_14 = V_0; NullCheck(L_14); CProperty_t963755051 * L_15 = ISceneBaseObj_GetNetProperty_m1709069404(L_14, /*hidden argument*/NULL); int32_t L_16 = V_3; NullCheck(L_15); CProperty_SetInt_m72189256(L_15, _stringLiteral4145493834, L_16, /*hidden argument*/NULL); Func_3_t1497391353 * L_17 = V_2; bool L_18 = V_1; NullCheck(L_17); int32_t L_19 = Func_3_Invoke_m1444580883(L_17, L_18, 7, /*hidden argument*/Func_3_Invoke_m1444580883_RuntimeMethod_var); V_3 = L_19; ISceneRole_t2394225724 * L_20 = V_0; NullCheck(L_20); CProperty_t963755051 * L_21 = ISceneBaseObj_GetNetProperty_m1709069404(L_20, /*hidden argument*/NULL); int32_t L_22 = V_3; NullCheck(L_21); CProperty_SetInt_m72189256(L_21, _stringLiteral3385978947, L_22, /*hidden argument*/NULL); Func_3_t1497391353 * L_23 = V_2; bool L_24 = V_1; NullCheck(L_23); int32_t L_25 = Func_3_Invoke_m1444580883(L_23, L_24, ((int32_t)13), /*hidden argument*/Func_3_Invoke_m1444580883_RuntimeMethod_var); V_3 = L_25; ISceneRole_t2394225724 * L_26 = V_0; NullCheck(L_26); CProperty_t963755051 * L_27 = ISceneBaseObj_GetNetProperty_m1709069404(L_26, /*hidden argument*/NULL); int32_t L_28 = V_3; NullCheck(L_27); CProperty_SetInt_m72189256(L_27, _stringLiteral1859365861, L_28, /*hidden argument*/NULL); Func_3_t1497391353 * L_29 = V_2; bool L_30 = V_1; NullCheck(L_29); int32_t L_31 = Func_3_Invoke_m1444580883(L_29, L_30, ((int32_t)15), /*hidden argument*/Func_3_Invoke_m1444580883_RuntimeMethod_var); V_3 = L_31; ISceneRole_t2394225724 * L_32 = V_0; NullCheck(L_32); CProperty_t963755051 * L_33 = ISceneBaseObj_GetNetProperty_m1709069404(L_32, /*hidden argument*/NULL); int32_t L_34 = V_3; NullCheck(L_33); CProperty_SetInt_m72189256(L_33, _stringLiteral712354789, L_34, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_35 = V_0; NullCheck(L_35); ISceneRole_LoadRoleModel_m1111386502(L_35, /*hidden argument*/NULL); ISceneRole_t2394225724 * L_36 = V_0; __this->set_readyRole_2(L_36); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif